.display, h1, h2, h3, .h1, .h2, .h3 {
    font-family: 'Fraunces', serif;
    letter-spacing: -0.01em;
}

.eyebrow {
    font-family: 'IBM Plex Mono', monospace;
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--teal);
    font-weight: 500;
}

    .eyebrow.on-dark {
        color: var(--gold-soft);
    }

.container-narrow {
    max-width: 1160px;
}

/* ---------- Nav ---------- */
.navbar-perks {
    background: var(--cream);
    border-bottom: 1px solid var(--line);
}

.brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: linear-gradient(155deg, var(--teal) 0%, var(--teal-deep) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Fraunces',serif;
    font-weight: 600;
    font-size: 1.05rem;
    flex: none;
}

.brand-word {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 1.12rem;
    color: var(--ink);
}

.brand-sub {
    font-family: 'IBM Plex Mono', monospace;
    font-size: .62rem;
    letter-spacing: .08em;
    color: var(--muted);
    text-transform: uppercase;
}

.nav-link-perks {
    color: var(--ink-soft) !important;
    font-weight: 500;
    font-size: .94rem;
    margin: 0 .6rem;
    position: relative;
    padding-bottom: .2rem;
}

    .nav-link-perks::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background: var(--crimson);
        border-radius: 2px;
        transition: width .2s ease;
    }

    .nav-link-perks:hover {
        color: var(--ink) !important;
    }

    .nav-link-perks:hover::after {
        width: 100%;
    }

.btn-perks-primary {
    background: var(--ink);
    border: 1px solid var(--ink);
    color: #fff;
    border-radius: 100px;
    padding: .55rem 1.3rem;
    font-weight: 600;
    font-size: .92rem;
}

    .btn-perks-primary:hover {
        background: var(--teal-deep);
        border-color: var(--teal-deep);
        color: #fff;
    }

.btn-perks-outline {
    background: transparent;
    border: 1.5px solid var(--ink);
    color: var(--ink);
    border-radius: 100px;
    padding: .55rem 1.3rem;
    font-weight: 600;
    font-size: .92rem;
}

    .btn-perks-outline:hover {
        background: var(--ink);
        color: #fff;
    }

.btn-perks-gold {
    background: var(--gold);
    border: 1px solid var(--gold);
    color: var(--ink);
    border-radius: 100px;
    padding: .7rem 1.6rem;
    font-weight: 700;
    font-size: .98rem;
}

    .btn-perks-gold:hover {
        background: #B8871A;
        border-color: #B8871A;
        color: var(--ink);
    }

/* ---------- Hero ---------- */
.hero {
    background: radial-gradient(120% 140% at 15% 0%, var(--teal-deep) 0%, var(--ink) 62%);
    color: #fff;
    padding: 5.5rem 0 6.5rem;
    position: relative;
    overflow: hidden;
}

    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
        background-size: 22px 22px;
        opacity: .35;
        pointer-events: none;
    }

    .hero h1 {
        font-size: clamp(2.3rem, 4.4vw, 3.5rem);
        font-weight: 600;
        line-height: 1.08;
        color: #fff;
    }

        .hero h1 em {
            font-style: italic;
            color: var(--gold-soft);
        }

    .hero p.lede {
        font-size: 1.14rem;
        color: #D7E4FA;
        max-width: 520px;
        line-height: 1.65;
    }

.hero-trustline {
    font-family: 'IBM Plex Mono', monospace;
    font-size: .78rem;
    color: #8FB4E8;
    letter-spacing: .03em;
}

/* signature: stacked parcel cards */
.parcel-stack {
    position: relative;
    height: 400px;
}

.parcel {
    position: absolute;
    width: 230px;
    border-radius: 16px;
    padding: 1.15rem 1.3rem;
    box-shadow: 0 24px 50px -18px rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.08);
}

    .parcel .tag {
        font-family: 'IBM Plex Mono', monospace;
        font-size: .62rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        opacity: .75;
        margin-bottom: .5rem;
        display: block;
    }

    .parcel .ttl {
        font-family: 'Fraunces',serif;
        font-weight: 600;
        font-size: 1.12rem;
        margin-bottom: .25rem;
    }

    .parcel .sub {
        font-size: .8rem;
        opacity: .85;
        line-height: 1.4;
    }

.parcel-1 {
    background: linear-gradient(155deg,#ffffff, #EEF2F8);
    color: var(--ink);
    top: 6px;
    left: 0;
    transform: rotate(-7deg);
    z-index: 1;
}

.parcel-2 {
    background: linear-gradient(155deg, var(--gold), #A9770F);
    color: #2B1E02;
    top: 78px;
    left: 118px;
    transform: rotate(4deg);
    z-index: 2;
}

.parcel-3 {
    background: linear-gradient(155deg,#123A6B,#081B33);
    color: #fff;
    top: 190px;
    left: 34px;
    transform: rotate(-2deg);
    z-index: 3;
}

.parcel .badge-pay {
    display: inline-block;
    margin-top: .65rem;
    font-family: 'IBM Plex Mono',monospace;
    font-size: .6rem;
    letter-spacing: .06em;
    padding: .2rem .55rem;
    border-radius: 20px;
    text-transform: uppercase;
}

.parcel-1 .badge-pay {
    background: var(--teal-pale);
    color: var(--teal-deep);
}

.parcel-2 .badge-pay {
    background: rgba(0,0,0,.16);
    color: #2B1E02;
}

.parcel-3 .badge-pay {
    background: rgba(255,255,255,.14);
    color: #DCE8FB;
}

/* ---------- Sections ---------- */
section {
    padding: 5.5rem 0;
}

.section-label {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: .9rem;
}

    .section-label .rule {
        width: 34px;
        height: 3px;
        background: var(--gold);
        border-radius: 2px;
        display: inline-block;
    }

    .section-label.rule-crimson .rule {
        background: var(--crimson);
    }

h2.section-title {
    font-size: clamp(1.7rem,2.6vw,2.35rem);
    font-weight: 600;
    max-width: 640px;
}

p.section-sub {
    color: var(--muted);
    font-size: 1.03rem;
    max-width: 600px;
}

.overview-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-top: 3px solid transparent;
    border-radius: var(--radius);
    padding: 2rem 1.8rem;
    height: 100%;
    position: relative;
    z-index: 9999;
    transition: transform .18s ease, box-shadow .18s ease, border-top-color .18s ease;
}

    .overview-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px -24px rgba(37,50,83,.25);
        border-top-color: var(--teal);
    }

    .overview-card:nth-child(3n+1):hover  { border-top-color: var(--crimson); }
    .overview-card:nth-child(3n+2):hover  { border-top-color: var(--gold); }
    .overview-card:nth-child(3n+3):hover  { border-top-color: var(--teal); }

.overview-icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: var(--teal-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    color: var(--teal);
    flex-shrink: 0;
}

.overview-icon.icon-crimson {
    background: var(--crimson-pale);
    color: var(--crimson);
}

.overview-title {
    font-family: 'Sisteron', serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--ink);
    margin-bottom: .4rem;
}

.overview-desc {
    color: var(--muted);
    font-size: .92rem;
    margin-bottom: 0;
}

/* team cards */
.team-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2rem 1.8rem;
    height: 100%;
    position: relative;
    z-index: 9999;
    transition: transform .18s ease, box-shadow .18s ease;
}

    .team-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px -24px rgba(37,50,83,.25);
    }

.team-icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: var(--teal-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    color: var(--teal);
    flex-shrink: 0;
}

.team-card-title {
    font-family: 'Sisteron', serif;
    font-weight: 600;
    font-size: 1.15rem;
    color: var(--ink);
    margin-bottom: .9rem;
}

.team-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .team-card-list li {
        color: var(--muted);
        font-size: .93rem;
        padding: .35rem 0;
        border-bottom: 1px solid var(--line);
        display: flex;
        align-items: center;
        gap: .55rem;
    }

        .team-card-list li:last-child {
            border-bottom: none;
        }

        .team-card-list li::before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--teal);
            flex-shrink: 0;
        }

/* how it works stepper */
.steps-wrap {
    position: relative;
}

.step-item {
    position: relative;
    padding-left: 3.4rem;
    padding-bottom: 2.6rem;
}

    .step-item:last-child {
        padding-bottom: 0;
    }

    .step-item::before {
        content: "";
        position: absolute;
        left: 17px;
        top: 38px;
        bottom: -4px;
        width: 1.5px;
        background: var(--line);
    }

    .step-item:last-child::before {
        display: none;
    }

.step-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--ink);
    color: #fff;
    font-family: 'IBM Plex Mono',monospace;
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.step-item h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: .3rem;
    font-family: 'Inter',sans-serif;
}

.step-item p {
    color: var(--muted);
    font-size: .94rem;
    max-width: 560px;
    margin-bottom: 0;
}

/* benefits grid */
.benefit-tile {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 1.6rem;
    background: var(--paper);
    height: 100%;
}

    .benefit-tile .k {
        font-family: 'IBM Plex Mono',monospace;
        font-size: .7rem;
        color: var(--teal);
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .benefit-tile h4 {
        font-size: 1.05rem;
        font-weight: 700;
        margin: .4rem 0 .5rem;
    }

    .benefit-tile p {
        color: var(--muted);
        font-size: .92rem;
        margin-bottom: 0;
        line-height: 1.55;
    }

/* CTA band */
.cta-band {
    background: linear-gradient(120deg, var(--teal-deep), var(--ink));
    color: #fff;
    border-radius: 24px;
    padding: 3.2rem 2.6rem;
    border-left: 5px solid var(--crimson);
}

    .cta-band h2 {
        color: #fff;
    }

    .cta-band p {
        color: #C9DAF5;
    }

footer {
    background: var(--ink);
    color: #B9C7C1;
    padding: 3.5rem 0 1.8rem;
    font-size: .88rem;
}

    footer a {
        color: #D7E4FA;
        text-decoration: none;
        transition: color .15s ease;
    }

        footer a:hover {
            color: #fff;
        }

.footer-brand {
    font-family: 'Fraunces',serif;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
}

.footer-col-heading {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--crimson);
    margin-bottom: .85rem;
}

.footer-rule {
    border-color: rgba(255,255,255,.1);
    opacity: 1;
}

.footer-copy {
    color: #7E93B8;
}

.footer-accent-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--crimson);
    opacity: .7;
}

@media (max-width: 991.98px) {
    .parcel-stack {
        height: 300px;
        margin-top: 2.5rem;
    }

    .parcel {
        width: 180px;
        padding: .9rem 1rem;
    }

    .parcel-2 {
        left: 90px;
        top: 70px;
    }

    .parcel-3 {
        left: 24px;
        top: 150px;
    }
}

/* ---------- Employee Experience ---------- */
.exp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

    .exp-list li {
        display: flex;
        align-items: center;
        gap: .6rem;
        font-weight: 600;
        font-size: 1.05rem;
        color: var(--ink);
    }

    .exp-list li i {
        color: var(--teal);
        font-size: 1.1rem;
        flex-shrink: 0;
    }

.exp-visual {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.exp-card {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 1.3rem 1.5rem;
    position: relative;
    z-index: 9999;
    transition: box-shadow .18s ease;
}

    .exp-card:hover {
        box-shadow: 0 8px 24px -8px rgba(37,50,83,.15);
    }

.exp-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: var(--teal-pale);
    color: var(--teal);
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.exp-card-label {
    font-weight: 600;
    font-size: .97rem;
    color: var(--ink);
    margin-bottom: .2rem;
}

.exp-card-sub {
    font-size: .87rem;
    color: var(--muted);
}

/* ---------- Smart Recommendations ---------- */
.rec-filter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
}

.rec-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--teal-pale);
    color: var(--teal);
    border: 1.5px solid rgba(37,50,83,.12);
    border-radius: 100px;
    padding: .6rem 1.2rem;
    font-weight: 600;
    font-size: .92rem;
    transition: background .18s ease, color .18s ease;
}

    .rec-filter-chip:hover {
        background: var(--teal);
        color: #fff;
    }

/* ---------- Occasions ---------- */
.occasion-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .55rem;
    background: var(--paper);
    border: 1px solid var(--line);
    border-top: 3px solid var(--line);
    border-radius: var(--radius);
    padding: 1.3rem .8rem;
    text-align: center;
    font-size: .85rem;
    font-weight: 600;
    color: var(--ink);
    height: 100%;
    position: relative;
    z-index: 9999;
    transition: transform .18s ease, box-shadow .18s ease, border-top-color .18s ease;
}

    .occasion-chip:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px -10px rgba(37,50,83,.2);
        border-top-color: var(--crimson);
    }

    .occasion-chip:hover i {
        color: var(--crimson);
    }

    .occasion-chip i {
        font-size: 1.5rem;
        color: var(--teal);
        transition: color .18s ease;
    }

/* ---------- Level-wise ---------- */
.level-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1.3rem 1rem;
    display: flex;
    align-items: center;
    gap: .9rem;
    position: relative;
    z-index: 9999;
    transition: transform .18s ease, box-shadow .18s ease;
}

    .level-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px -10px rgba(37,50,83,.2);
    }

.level-card--highlight {
    background: var(--ink);
    border-color: var(--ink);
}

    .level-card--highlight .level-badge {
        background: rgba(255,255,255,.15);
        color: #fff;
    }

    .level-card--highlight .level-title {
        color: #fff;
    }

.level-badge {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--teal-pale);
    color: var(--teal);
    font-size: .75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.level-title {
    font-size: .92rem;
    font-weight: 600;
    color: var(--ink);
}

/* ---------- Why Companies Love ---------- */
.why-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2rem 1.8rem;
    height: 100%;
    position: relative;
    z-index: 9999;
    transition: transform .18s ease, box-shadow .18s ease;
}

    .why-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px -24px rgba(37,50,83,.25);
    }

.why-icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: var(--teal-pale);
    color: var(--teal);
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
}

.why-icon.icon-crimson {
    background: var(--crimson-pale);
    color: var(--crimson);
}

.why-title {
    font-family: 'Sisteron', serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--ink);
    margin-bottom: .4rem;
}

.why-desc {
    color: var(--muted);
    font-size: .92rem;
    margin-bottom: 0;
}

/* ---------- Future Ready Band ---------- */
.future-band {
    position: relative;
    background: linear-gradient(135deg, #0a1628 0%, #0f2a50 40%, #1a1035 100%);
    padding: 7rem 0;
    overflow: hidden;
    isolation: isolate;
}

.future-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .45;
    pointer-events: none;
}

.future-orb--1 {
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, #253253 0%, transparent 70%);
    top: -160px;
    left: -120px;
    animation: orb-drift 12s ease-in-out infinite alternate;
}

.future-orb--2 {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, #F5A623 0%, transparent 70%);
    bottom: -100px;
    right: -80px;
    opacity: .25;
    animation: orb-drift 16s ease-in-out infinite alternate-reverse;
}

.future-orb--3 {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, #3b82f6 0%, transparent 70%);
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    opacity: .2;
    animation: orb-drift 10s ease-in-out infinite alternate;
}

@@keyframes orb-drift {
    from { transform: translate(0, 0); }
    to   { transform: translate(30px, 20px); }
}

.future-eyebrow {
    display: inline-block;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid rgba(245,166,35,.35);
    background: rgba(245,166,35,.08);
    border-radius: 100px;
    padding: .3rem 1rem;
    margin-bottom: 1.8rem;
}

.future-heading {
    font-family: 'Sisteron', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: -.02em;
    margin-bottom: 1.4rem;
    max-width: 100%;
}

.future-body {
    font-size: 1.1rem;
    color: #9bb8dc;
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto 2.8rem;
}

.future-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
}

.future-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.14);
    color: #d4e4f7;
    border-radius: 100px;
    padding: .5rem 1.1rem;
    font-size: .88rem;
    font-weight: 500;
    backdrop-filter: blur(6px);
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

    .future-pill i {
        color: var(--gold);
        font-size: .95rem;
    }

    .future-pill:hover {
        background: rgba(255,255,255,.14);
        border-color: rgba(255,255,255,.3);
        color: #fff;
    }
