body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
    background-color: #ffffff;
    color: #1d1d1f;
    scroll-behavior: smooth;
}

.apple-nav {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.font-optima {
    font-family: "Optima", "Candara", "Philosopher", sans-serif;
    letter-spacing: 0;
}

.font-aboreto {
    font-family: "Aboreto", system-ui, -apple-system, sans-serif;
    letter-spacing: 0;
}

.hero-title {
    background: linear-gradient(180deg, #1d1d1f 0%, #434344 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.apple-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.apple-card:hover {
    transform: scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.kicker {
    color: #86868b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.form-field {
    width: 100%;
    border: 1px solid #f2f2f7;
    border-radius: 1rem;
    background: #ffffff;
    color: #1d1d1f;
    font-size: 0.875rem;
    outline: none;
    padding: 1rem;
    transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.form-field:focus {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.14);
}
