/* ── HERO ── */
  .hero {
    padding: 92px 0 0;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background:
      radial-gradient(ellipse 80% 60% at 70% 0%, rgba(197,147,88,.14), transparent 60%),
      radial-gradient(ellipse 60% 50% at 10% 80%, rgba(135,35,50,.1), transparent 55%),
      radial-gradient(ellipse 40% 40% at 90% 70%, rgba(124,58,237,.06), transparent 50%),
      var(--cream);
    position: relative; overflow: hidden;
  }
  .hero-body {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .hero::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background-image: radial-gradient(rgba(135,35,50,.07) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, transparent 75%);
  }
  .hero-blob {
    position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none;
    animation: blobFloat 8s ease-in-out infinite;
  }
  .hero-blob-1 { width: 500px; height: 500px; background: rgba(135,35,50,.12); top: -100px; right: -100px; }
  .hero-blob-2 { width: 400px; height: 400px; background: rgba(197,147,88,.15); bottom: -80px; left: -80px; animation-delay: -4s; }
  .hero-blob-3 { width: 250px; height: 250px; background: rgba(124,58,237,.08); top: 40%; left: 30%; animation-delay: -2s; }
  @keyframes blobFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(20px, -20px) scale(1.05); }
    66% { transform: translate(-15px, 15px) scale(.95); }
  }

  .hero-grid {
    display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px;
    align-items: center; position: relative; z-index: 1;
    padding-bottom: 24px;
    width: 100%;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.85); border: 1px solid rgba(197,147,88,.35);
    border-radius: 100px; padding: 5px 14px 5px 8px;
    font-size: .75rem; font-weight: 600; color: var(--maroon);
    margin-bottom: 18px; box-shadow: 0 2px 12px rgba(135,35,50,.06);
    backdrop-filter: blur(8px);
  }
  .hero-badge-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--success); animation: pulse 2s infinite;
  }
  @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }

  .hero h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 3.8vw, 3.1rem);
    font-weight: 700; line-height: 1.12;
    margin-bottom: 14px; letter-spacing: -.02em;
  }
  .hero h1 .hero-line { display: block; }
  @media (min-width: 768px) {
    .hero h1 .hero-line { white-space: nowrap; }
  }
  .hero h1 .gradient {
    background: linear-gradient(135deg, var(--maroon) 20%, var(--gold-dark) 80%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .hero-sub {
    font-size: .95rem; color: var(--mid); max-width: 520px;
    margin-bottom: 22px; line-height: 1.65;
  }
  .hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
  .hero-trust {
    display: flex; flex-wrap: wrap; gap: 14px;
  }
  .hero-trust-item {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .78rem; font-weight: 600; color: var(--mid);
  }
  .hero-trust-item svg { width: 16px; height: 16px; color: var(--success); flex-shrink: 0; }

  .hero-visual { position: relative; }

  .passport-carousel {
    position: relative; z-index: 1;
    touch-action: pan-y;
  }
  .passport-dots {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; margin-top: 16px;
  }
  .passport-dot {
    width: 8px; height: 8px; padding: 0;
    border: none; border-radius: 50%;
    background: rgba(135,35,50,.2);
    cursor: pointer;
    transition: transform .2s, background .2s, width .2s;
  }
  .passport-dot:hover {
    background: rgba(135,35,50,.4);
    transform: scale(1.15);
  }
  .passport-dot.active {
    width: 22px;
    border-radius: 100px;
    background: var(--maroon);
  }

  .passport-glow {
    position: absolute; inset: 10% 5%; border-radius: 50%;
    background: radial-gradient(circle, rgba(197,147,88,.2), transparent 70%);
    filter: blur(40px); pointer-events: none; z-index: 0;
  }

  /* Passport card mockup */
  .passport-mock {
    position: relative; z-index: 1;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg), var(--shadow-glow);
    overflow: hidden;
    border: 1px solid rgba(197,147,88,.2);
    transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s, opacity .25s ease;
  }
  .passport-mock.is-switching {
    opacity: .45;
    transform: translateY(4px) scale(.99);
  }
  .passport-mock:not(.is-switching):hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 28px 70px rgba(135,35,50,.18), 0 0 60px rgba(197,147,88,.15);
  }
  .passport-header {
    background: linear-gradient(135deg, var(--maroon-dark) 0%, var(--maroon) 50%, #9a3040 100%);
    padding: 20px 24px 18px; color: var(--white);
    position: relative; overflow: hidden;
  }
  .passport-header::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.06) 50%, transparent 60%);
    animation: shimmer 4s ease-in-out infinite;
  }
  @keyframes shimmer {
    0%, 100% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
  }
  .passport-header::after {
    content: ''; position: absolute; top: -50%; right: -20%;
    width: 200px; height: 200px; border-radius: 50%;
    background: rgba(197,147,88,.15);
  }
  .passport-header-top {
    display: flex; justify-content: space-between; align-items: flex-start;
    margin-bottom: 14px; position: relative; z-index: 1;
  }
  .passport-label {
    font-size: .65rem; font-weight: 700; letter-spacing: .15em;
    text-transform: uppercase; color: var(--gold-light); opacity: .9;
  }
  .passport-level {
    background: rgba(197,147,88,.25); border: 1px solid var(--gold);
    border-radius: 100px; padding: 4px 12px;
    font-size: .7rem; font-weight: 700; color: var(--gold-light);
  }
  .passport-name-row {
    display: flex; align-items: center; gap: 12px;
    position: relative; z-index: 1;
  }
  .passport-avatar {
    width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    display: flex; align-items: center; justify-content: center;
    font-family: 'Space Grotesk', sans-serif; font-size: 1rem; font-weight: 700;
    color: var(--maroon-dark); border: 2px solid rgba(255,255,255,.3);
  }
  .passport-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem; font-weight: 700;
  }
  .passport-role { font-size: .8rem; opacity: .75; margin-top: 2px; }

  .passport-jurusan {
    margin-top: 16px; padding-top: 14px;
    border-top: 1px solid rgba(135,35,50,.08);
  }
  .passport-jurusan-label {
    font-size: .68rem; font-weight: 700; letter-spacing: .06em;
    text-transform: uppercase; color: var(--mid); margin-bottom: 8px;
  }
  .passport-jurusan-item {
    display: flex; align-items: center; justify-content: space-between;
    padding: 7px 10px; border-radius: 8px; margin-bottom: 4px;
    background: var(--light); font-size: .78rem; font-weight: 600;
  }
  .passport-jurusan-item:last-child { margin-bottom: 0; }
  .passport-jurusan-pct { color: var(--maroon); font-family: 'Space Grotesk', sans-serif; font-size: .8rem; }
  .passport-jurusan-item.hide { display: none; }

  .passport-body { padding: 20px 24px; }
  .score-ring-wrap {
    display: flex; align-items: center; gap: 16px; margin-bottom: 18px;
  }
  .score-ring {
    width: 80px; height: 80px; position: relative; flex-shrink: 0;
  }
  .score-ring svg { transform: rotate(-90deg); }
  .score-ring-num {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem; font-weight: 700; color: var(--maroon);
  }
  .score-info h4 { font-size: .95rem; font-weight: 700; margin-bottom: 4px; }
  .score-info p { font-size: .8rem; color: var(--mid); }
  .score-tag {
    display: inline-block; margin-top: 6px;
    background: rgba(22,163,74,.1); color: var(--success);
    font-size: .72rem; font-weight: 700; padding: 3px 10px; border-radius: 100px;
  }

  .record-chips { display: flex; flex-wrap: wrap; gap: 8px; }
  .record-chip {
    display: flex; align-items: center; gap: 6px;
    background: var(--light); border-radius: 10px;
    padding: 8px 12px; font-size: .78rem; font-weight: 600;
    color: var(--charcoal); transition: background .2s;
  }
  .record-chip:hover { background: var(--cream-dark); }
  .record-chip span { font-size: 1rem; }

  .xp-bar-wrap { margin-top: 20px; }
  .xp-bar-label {
    display: flex; justify-content: space-between;
    font-size: .75rem; font-weight: 600; color: var(--mid); margin-bottom: 6px;
  }
  .xp-bar {
    height: 8px; background: var(--light); border-radius: 100px; overflow: hidden;
  }
  .xp-bar-fill {
    height: 100%; border-radius: 100px;
    background: linear-gradient(90deg, var(--maroon), var(--gold));
    width: 72%; animation: xpGrow 1.5s ease-out;
  }
  @keyframes xpGrow { from { width: 0; } to { width: 72%; } }

  /* ── MARQUEE ── */
  .marquee-wrap {
    background: linear-gradient(90deg, var(--maroon-dark), #4a1018, var(--maroon-dark));
    padding: 13px 0; overflow: hidden;
    border-top: 1px solid rgba(197,147,88,.15);
    flex-shrink: 0;
    width: 100%;
    margin-top: auto;
    position: relative;
    z-index: 2;
  }
  .marquee-track {
    display: flex; gap: 48px; animation: marquee 25s linear infinite;
    white-space: nowrap;
  }
  .marquee-item {
    display: inline-flex; align-items: center; gap: 10px;
    color: rgba(255,255,255,.8); font-size: .85rem; font-weight: 600;
    flex-shrink: 0;
  }
  .marquee-item em { color: var(--gold-light); font-style: normal; }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* ── SECTION BASE ── */
  section { padding: 80px 0; }
  .section-tag {
    display: inline-block;
    background: rgba(135,35,50,.08); color: var(--maroon);
    font-size: .75rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; padding: 6px 14px; border-radius: 100px;
    margin-bottom: 16px;
  }
  .section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 14px;
    letter-spacing: -.02em;
  }
  .section-desc { color: var(--mid); font-size: 1rem; max-width: 560px; }
  .section-header { margin-bottom: 48px; }
  .section-header.center { text-align: center; }
  .section-header.center .section-desc { margin: 0 auto; }

  /* ── AUDIENCE CARDS ── */
  .audience-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  }
  .audience-card {
    background: var(--white); border-radius: var(--radius-lg);
    padding: 28px 24px; border: 1px solid rgba(135,35,50,.06);
    box-shadow: var(--shadow); cursor: default;
    transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s, border-color .3s;
    position: relative; overflow: hidden;
  }
  .audience-card::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    background: linear-gradient(135deg, rgba(255,255,255,0), rgba(197,147,88,.04));
    pointer-events: none;
  }
  .audience-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  }
  .audience-card.student::before { background: linear-gradient(90deg, #F59E0B, #EC4899); }
  .audience-card.gen-z::before { background: linear-gradient(90deg, var(--purple), #EC4899); }
  .audience-card.employee::before { background: linear-gradient(90deg, var(--maroon), var(--gold)); }
  .audience-card.hr::before { background: linear-gradient(90deg, var(--cyan), #06B6D4); }
  .audience-card:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(135,35,50,.12); border-color: rgba(197,147,88,.25); }
  .audience-card.active { border-color: var(--maroon); box-shadow: 0 12px 40px rgba(135,35,50,.1); }
  .audience-emoji {
    font-size: 2rem; margin-bottom: 14px; display: flex;
    width: 52px; height: 52px; align-items: center; justify-content: center;
    border-radius: 14px; background: var(--light);
  }
  .audience-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem; font-weight: 700; margin-bottom: 8px;
  }
  .audience-card p { font-size: .875rem; color: var(--mid); margin-bottom: 20px; }
  .audience-tags { display: flex; flex-wrap: wrap; gap: 6px; }
  .audience-tag {
    font-size: .72rem; font-weight: 600; padding: 4px 10px;
    border-radius: 100px; background: var(--light); color: var(--mid);
  }

  /* ── BENTO GRID ── */
  .bento {
    display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px;
  }
  .bento-item {
    background: var(--white); border-radius: var(--radius-lg);
    padding: 28px; border: 1px solid rgba(135,35,50,.06);
    box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s;
    overflow: hidden; position: relative;
  }
  .bento-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
  .bento-item.span-4 { grid-column: span 4; }
  .bento-item.span-6 { grid-column: span 6; }
  .bento-item.span-8 { grid-column: span 8; }
  .bento-item.dark {
    background: linear-gradient(145deg, var(--maroon-dark), var(--maroon));
    color: var(--white); border-color: transparent;
  }
  .bento-item.cream { background: var(--cream); }
  .bento-icon {
    width: 48px; height: 48px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; margin-bottom: 16px;
  }
  .bento-icon.red { background: rgba(135,35,50,.1); }
  .bento-icon.gold { background: rgba(197,147,88,.15); }
  .bento-icon.purple { background: rgba(124,58,237,.1); }
  .bento-icon.cyan { background: rgba(8,145,178,.1); }
  .bento-item h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem; font-weight: 700; margin-bottom: 8px;
  }
  .bento-item p { font-size: .875rem; color: var(--mid); line-height: 1.6; }
  .bento-item.dark p { color: rgba(255,255,255,.7); }
  .bento-item.dark h3 { color: var(--white); }
  .bento-big-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem; font-weight: 700; color: var(--gold);
    line-height: 1; margin-bottom: 8px;
  }

  /* ── STEPS ── */
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
  .steps::before {
    content: ''; position: absolute; top: 56px; left: 20%; right: 20%; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(197,147,88,.3), transparent);
    pointer-events: none;
  }
  .step-card {
    text-align: center; padding: 32px 24px;
    background: var(--white); border-radius: var(--radius-lg);
    box-shadow: var(--shadow); position: relative; z-index: 1;
    border: 1px solid rgba(135,35,50,.05);
    transition: transform .3s, box-shadow .3s;
  }
  .step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
  .step-num {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg, var(--maroon), var(--gold));
    color: var(--white); font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
  }
  .step-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem; font-weight: 700; margin-bottom: 8px;
  }
  .step-card p { font-size: .875rem; color: var(--mid); }

  /* ── STUDENT SECTION ── */
  .student-section { background: var(--white); }
  .student-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
  .student-features { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
  .student-feature {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 18px 20px; border-radius: var(--radius);
    background: var(--light); border: 1px solid rgba(135,35,50,.06);
    transition: transform .2s, box-shadow .2s;
  }
  .student-feature:hover { transform: translateX(4px); box-shadow: var(--shadow); }
  .student-feature-icon {
    width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; font-size: 1.3rem;
    background: linear-gradient(135deg, rgba(245,158,11,.15), rgba(236,72,153,.12));
  }
  .student-feature h4 { font-size: .95rem; font-weight: 700; margin-bottom: 4px; }
  .student-feature p { font-size: .82rem; color: var(--mid); }
  .major-preview {
    background: linear-gradient(160deg, var(--cream) 0%, var(--cream-dark) 100%);
    border-radius: var(--radius-lg); padding: 28px;
    border: 1px solid rgba(197,147,88,.2); box-shadow: var(--shadow-lg);
  }
  .major-preview-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 20px;
  }
  .major-preview-header h4 {
    font-family: 'Space Grotesk', sans-serif; font-size: .95rem; font-weight: 700;
  }
  .major-badge {
    font-size: .7rem; font-weight: 700; padding: 4px 12px; border-radius: 100px;
    background: rgba(135,35,50,.08); color: var(--maroon);
  }
  .major-list { display: flex; flex-direction: column; gap: 10px; }
  .major-item {
    display: flex; align-items: center; gap: 14px;
    background: var(--white); border-radius: 12px; padding: 14px 16px;
    border: 1px solid rgba(135,35,50,.06);
  }
  .major-rank {
    width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0;
    background: linear-gradient(135deg, var(--maroon), var(--gold));
    color: var(--white); font-size: .75rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
  }
  .major-info { flex: 1; min-width: 0; }
  .major-info strong { display: block; font-size: .875rem; margin-bottom: 2px; }
  .major-info span { font-size: .75rem; color: var(--mid); }
  .major-match {
    font-family: 'Space Grotesk', sans-serif;
    font-size: .85rem; font-weight: 700; color: var(--maroon); flex-shrink: 0;
  }
  .interest-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
  .interest-tag {
    font-size: .75rem; font-weight: 600; padding: 6px 12px; border-radius: 100px;
    background: var(--white); border: 1px solid rgba(135,35,50,.1); color: var(--mid);
  }

  /* ── EMPLOYEE SECTION ── */
  .employee-section {
    background: linear-gradient(160deg, var(--charcoal) 0%, var(--maroon-dark) 100%);
    color: var(--white); position: relative; overflow: hidden;
  }
  .employee-section .section-tag { background: rgba(197,147,88,.2); color: var(--gold-light); }
  .employee-section .section-desc { color: rgba(255,255,255,.65); }
  .employee-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
  .employee-features { display: flex; flex-direction: column; gap: 16px; }
  .emp-feature {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 16px 20px; border-radius: var(--radius);
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    transition: background .2s;
  }
  .emp-feature:hover { background: rgba(255,255,255,.1); }
  .emp-feature-icon { font-size: 1.5rem; flex-shrink: 0; }
  .emp-feature h4 { font-size: .95rem; font-weight: 700; margin-bottom: 4px; }
  .emp-feature p { font-size: .82rem; color: rgba(255,255,255,.6); }

  .dash-preview {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--radius-lg); padding: 24px; backdrop-filter: blur(10px);
  }
  .dash-preview-header {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 20px;
  }
  .dash-preview-header h4 {
    font-family: 'Space Grotesk', sans-serif; font-size: .9rem; font-weight: 700;
  }
  .dash-live {
    display: flex; align-items: center; gap: 6px;
    font-size: .72rem; font-weight: 600; color: #4ADE80;
  }
  .dash-live-dot { width: 6px; height: 6px; border-radius: 50%; background: #4ADE80; animation: pulse 2s infinite; }
  .dash-metrics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .dash-metric-card {
    background: rgba(255,255,255,.08); border-radius: 12px; padding: 16px;
  }
  .dash-metric-label { font-size: .72rem; color: rgba(255,255,255,.5); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .06em; }
  .dash-metric-val {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.6rem; font-weight: 700; color: var(--gold-light);
  }
  .dash-metric-change { font-size: .72rem; margin-top: 4px; }
  .dash-metric-change.up { color: #4ADE80; }
  .dash-metric-change.warn { color: #FB923C; }

  /* ── COMPARISON ── */
  .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .compare-card {
    border-radius: var(--radius-lg); padding: 32px;
    box-shadow: var(--shadow);
  }
  .compare-card.before { background: #FEF2F2; border: 2px solid #FECACA; }
  .compare-card.after { background: #F0FDF4; border: 2px solid #BBF7D0; }
  .compare-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem; font-weight: 700; margin-bottom: 20px;
    display: flex; align-items: center; gap: 8px;
  }
  .compare-card.before h3 { color: var(--danger); }
  .compare-card.after h3 { color: var(--success); }
  .compare-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .compare-list li {
    display: flex; gap: 10px; align-items: flex-start;
    font-size: .875rem; color: var(--mid);
  }
  .compare-list li strong { display: block; color: var(--charcoal); margin-bottom: 2px; }

  /* ── CTA ── */
  .cta {
    background:
      radial-gradient(ellipse 70% 80% at 20% 100%, rgba(197,147,88,.12), transparent 60%),
      linear-gradient(135deg, var(--maroon) 0%, var(--maroon-dark) 60%, #3D0A12 100%);
    padding: 96px 0; text-align: center; position: relative; overflow: hidden;
  }
  .cta::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(197,147,88,.15), transparent 60%);
  }
  .cta .section-title { color: var(--white); position: relative; }
  .cta .section-desc { color: rgba(255,255,255,.7); margin: 0 auto 36px; position: relative; }
  .cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
  .cta-phone {
    display: block; margin-top: 28px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.3rem; font-weight: 700; color: var(--gold-light);
    text-decoration: none; position: relative;
  }
  .cta-trust {
    display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
    margin-top: 40px; position: relative;
  }
  .cta-trust-item {
    display: flex; align-items: center; gap: 8px;
    color: rgba(255,255,255,.6); font-size: .8rem; font-weight: 500;
  }

  /* ── REVEAL ── */
  .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
  .reveal.visible { opacity: 1; transform: none; }
  .reveal-delay-1 { transition-delay: .08s; }
  .reveal-delay-2 { transition-delay: .16s; }
  .reveal-delay-3 { transition-delay: .24s; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .hero {
      min-height: calc(100dvh - var(--mobile-bottom-nav-h));
    }
    .hero-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 24px; }
    .passport-mock { transform: none; max-width: 420px; margin: 0 auto; }
    .audience-grid { grid-template-columns: 1fr 1fr; }
    .student-grid { grid-template-columns: 1fr; }
    .bento-item.span-4, .bento-item.span-6, .bento-item.span-8 { grid-column: span 12; }
    .steps { grid-template-columns: 1fr; }
    .steps::before { display: none; }
    .employee-grid { grid-template-columns: 1fr; }
    .compare-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .audience-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 88px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; justify-content: center; }
    section { padding: 60px 0; }
    .dash-metrics-grid { grid-template-columns: 1fr; }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
  }