body {
    font-family: -apple-system, BlinkMacSystemFont;
    background: #ffffff;
    color: #1d1d1f;
}

/* Glass Navbar */
.glass {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(12px);
}

/* Hero */
.hero {
    height: 100vh;
}

.profile {
    width: 140px;
    border-radius: 50%;
}

/* Gradient Heading */
.gradient-text {
    background: linear-gradient(90deg,#007aff,#5ac8fa);
    -webkit-background-clip: text;
    color: transparent;
}

/* Sections */
.section {
    padding: 100px 0;
}

/* Timeline */
.timeline .item {
    margin-bottom: 25px;
}

/* Buttons */
.btn-dark {
    border-radius: 30px;
}
