/* ============================================================
   First Class Agency, gedeeld design-systeem
   Apple-stijl, merk-kleuren navy #0B1929 + goud #C9A87A
   ============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --paper:     #FFFFFF;
  --paper-2:   #FFFFFF;
  --mist:      #F6F7F9;   /* heel licht grijs voor afwisseling */
  --navy:      #0B1929;
  --navy-2:    #13243A;
  --blue:      #1E3A5F;
  --ink:       #131922;
  --ink-2:     #555E6B;
  --ink-3:     #9AA1AC;
  --gold:      #C9A87A;
  --gold-deep: #9A7B3F;
  --gold-soft: #E8DFCF;
  --hairline:  rgba(19,25,34,0.12);
  --hairline-2:rgba(19,25,34,0.06);
  --wa:        #25D366;
  --serif:     'Playfair Display', Georgia, serif;
  --mono:      'JetBrains Mono', monospace;
  --shadow:    0 24px 60px -30px rgba(14,26,43,0.30);
}

html { scroll-behavior: smooth; }
body {
  background: #EEF1F5; color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif; font-weight: 300; line-height: 1.7;
  overflow-x: hidden; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
/* ambient glas-achtergrond, zodat frosted kaarten/knoppen iets hebben om te vervagen */
body::before { content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(38vw 38vw at 12% 16%, rgba(30,58,95,.07), transparent 62%),
    radial-gradient(34vw 34vw at 88% 26%, rgba(201,168,122,.08), transparent 62%),
    radial-gradient(42vw 42vw at 74% 84%, rgba(11,25,41,.05), transparent 62%); }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--gold); color: var(--navy); }

.eyebrow {
  font-family: var(--mono); font-size: 0.66rem; font-weight: 400;
  letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-deep);
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: none; }
.eyebrow.center { justify-content: center; }

/* ---------- HEADER (Apple-stijl frosted navy) ---------- */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 0;
  background: rgba(11,25,41,0.72); backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid rgba(201,168,122,0.16);
  transition: padding .4s ease, background .4s ease, box-shadow .4s ease;
}
header.scrolled { padding: 12px 0; background: rgba(11,25,41,0.92); box-shadow: 0 12px 40px -22px rgba(14,26,43,0.55); }
.nav-inner { max-width: 1220px; margin: 0 auto; padding: 0 44px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand-mark { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 0.95rem; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; display: flex; align-items: center; gap: 11px; }
.brand-mark .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px rgba(201,168,122,0.8); position: relative; }
.brand-mark .dot::after { content: ''; position: absolute; inset: -4px; border: 1px solid var(--gold); border-radius: 50%; opacity: .45; animation: ping 3s ease infinite; }
@keyframes ping { 0% { transform: scale(1); opacity: .5; } 100% { transform: scale(2.4); opacity: 0; } }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.06em; color: rgba(255,255,255,0.7); transition: color .25s; position: relative; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: var(--gold); transition: width .35s ease; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.btn-wa-nav { display: inline-flex; align-items: center; gap: 9px; background: var(--gold); color: var(--navy); padding: 11px 22px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; border-radius: 100px; transition: background .25s, transform .25s; }
.btn-wa-nav svg { width: 15px; height: 15px; fill: var(--navy); }
.btn-wa-nav:hover { background: #fff; transform: translateY(-1px); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 30px; height: 22px; position: relative; }
.nav-toggle span { position: absolute; left: 0; right: 0; height: 2px; background: #fff; transition: .3s; }
.nav-toggle span:nth-child(1){ top: 0; } .nav-toggle span:nth-child(2){ top: 10px; } .nav-toggle span:nth-child(3){ top: 20px; }
.nav-backdrop { position: fixed; inset: 0; z-index: 55; background: rgba(11,25,41,0.4); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s ease; }
.nav-backdrop.show { opacity: 1; visibility: visible; }
@media (min-width: 861px){ .nav-backdrop { display: none; } }

/* ---------- BUTTONS (glossy glas / bubble, hero-stijl) ---------- */
.btn-primary { position: relative; display: inline-flex; align-items: center; gap: 12px; color: #fff; padding: 17px 34px; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 100px; transition: transform .3s, box-shadow .3s, background .3s;
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0) 48%), linear-gradient(180deg, rgba(28,60,94,.88) 0%, rgba(11,25,41,.88) 100%);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: 0 14px 28px -14px rgba(11,25,41,.5), inset 0 1px 0 rgba(255,255,255,.24), inset 0 -10px 18px -10px rgba(0,0,0,.30); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 46px -16px rgba(11,25,41,.55), inset 0 1px 0 rgba(255,255,255,.32), 0 0 0 1px rgba(201,168,122,.40); }
.btn-primary .arrow { transition: transform .3s; }
.btn-primary:hover .arrow { transform: translateX(5px); }
.btn-gold { color: var(--navy);
  background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,0) 50%), linear-gradient(180deg, #EAD6AE 0%, #C9A87A 55%, #A8853F 100%);
  box-shadow: 0 14px 28px -14px rgba(154,123,63,.5), inset 0 1px 0 rgba(255,255,255,.6), inset 0 -10px 16px -10px rgba(122,90,40,.4); }
.btn-gold:hover { color: var(--navy);
  background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0) 50%), linear-gradient(180deg, #F1E0BC 0%, #CFAE80 55%, #B68E48 100%);
  box-shadow: 0 22px 46px -16px rgba(154,123,63,.5), inset 0 1px 0 rgba(255,255,255,.7), 0 0 0 1px rgba(255,255,255,.45); }
.btn-ghost { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); padding: 16px 30px; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; border-radius: 100px; transition: transform .3s, box-shadow .3s, background .3s;
  background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.45));
  -webkit-backdrop-filter: blur(12px) saturate(150%); backdrop-filter: blur(12px) saturate(150%);
  border: 1px solid rgba(19,25,34,.10);
  box-shadow: 0 12px 26px -16px rgba(19,25,34,.30), inset 0 1px 0 rgba(255,255,255,.9); }
.btn-ghost:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -16px rgba(19,25,34,.32), inset 0 1px 0 rgba(255,255,255,.95), 0 0 0 1px rgba(201,168,122,.45); }
.btn-ghost svg { width: 16px; height: 16px; fill: var(--wa); }
.btn-wa-nav { background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,0) 50%), linear-gradient(180deg, #EAD6AE 0%, #C9A87A 60%, #A8853F 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 8px 18px -10px rgba(154,123,63,.55); }
.btn-wa-nav:hover { transform: translateY(-1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 0 0 1px rgba(255,255,255,.5); }

/* ---------- SECTIONS ---------- */
section { position: relative; z-index: 2; padding: 130px 44px; }
.container { max-width: 1180px; margin: 0 auto; }
.mist { background: rgba(244,246,248,.5); border-top: 1px solid rgba(255,255,255,.6); border-bottom: 1px solid rgba(19,25,34,.06); }
.section-head { text-align: center; max-width: 730px; margin: 0 auto 78px; }
.section-head .eyebrow { justify-content: center; margin-bottom: 24px; }
.section-head h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.95rem, 4vw, 2.9rem); line-height: 1.18; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 20px; }
.section-head h2 em { font-style: italic; font-weight: 500; color: var(--navy); }
.section-head p { color: var(--ink-2); font-size: 1.04rem; }
.page-top { padding-top: 168px; }

/* ---------- PLATFORMS ---------- */
.platforms { padding: 62px 44px; }
.platforms .eyebrow { justify-content: center; margin-bottom: 30px; }
.platforms .logos { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); justify-items: center; align-items: start; gap: 32px 28px; max-width: 760px; margin: 0 auto; }
.platforms .logo { display: flex; flex-direction: column; align-items: center; gap: 13px; }
.platforms .logo svg { width: 34px; height: 34px; display: block; }
.platforms .logo .nm { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.9rem; color: var(--ink-2); letter-spacing: 0.01em; }
@media (max-width: 600px) { .platforms { padding: 48px 22px; } .platforms .logos { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px 18px; max-width: 340px; } }

/* ---------- VIDEO HERO ---------- */
.hero-video { position: relative; padding: 0; height: 92vh; min-height: 560px; max-height: 880px; overflow: hidden; background: #fff; }
.hero-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-video .veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0) 62%, rgba(255,255,255,0.85) 100%); pointer-events: none; }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 3; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-3); display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-cue .line { width: 1px; height: 34px; background: linear-gradient(var(--gold-deep), transparent); animation: cue 2.4s ease infinite; }
@keyframes cue { 0%,100%{ opacity:.3; transform: scaleY(.6); } 50%{ opacity:1; transform: scaleY(1); } }

/* transparante CTA in de hero-video */
.hero-overlay { position: absolute; left: 0; right: 0; bottom: 92px; z-index: 3; display: flex; justify-content: center; }
.btn-hero { display: inline-flex; align-items: center; gap: 12px; padding: 16px 40px; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 100px; color: var(--navy);
  background: rgba(255,255,255,.16); -webkit-backdrop-filter: blur(16px) saturate(150%); backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255,255,255,.65); box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 14px 32px -16px rgba(11,25,41,.4); transition: transform .3s, box-shadow .3s, background .3s; }
.btn-hero:hover { transform: translateY(-2px); background: rgba(255,255,255,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 0 0 1px rgba(201,168,122,.5); }
@media (max-width: 860px) { .hero-overlay { bottom: 64px; } .btn-hero { padding: 14px 30px; } }

/* ---------- HERO CTA (direct onder de video) ---------- */
.hero-cta { padding: 96px 44px 110px; text-align: center; background: transparent; }
.hero-cta .inner { max-width: 880px; margin: 0 auto; }
.hero-cta .eyebrow { justify-content: center; margin-bottom: 30px; }
.hero-cta h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem, 5.4vw, 4.4rem); line-height: 1.1; letter-spacing: -0.015em; color: var(--ink); margin-bottom: 26px; }
.hero-cta h1 em { font-style: italic; font-weight: 500; color: var(--blue); }
.hero-cta .lead { font-family: 'Inter', sans-serif; font-weight: 400; font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.65; color: var(--ink-2); max-width: 640px; margin: 0 auto 44px; }
.cta-row { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.cta-trust { margin-top: 56px; display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); }
.cta-trust span { position: relative; padding-left: 18px; }
.cta-trust span::before { content: ''; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-deep); transform: translateY(-50%); opacity: .7; }

/* ---------- DIENSTEN GRID ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px){ .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .grid-3 { grid-template-columns: 1fr; } }
.card { padding: 42px 34px; border-radius: 16px; transition: border-color .3s, transform .3s, box-shadow .3s; position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.60));
  -webkit-backdrop-filter: blur(22px) saturate(140%); backdrop-filter: blur(22px) saturate(140%);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 0 0 1px rgba(19,25,34,.07), 0 18px 40px -28px rgba(19,25,34,.25); }
.card:hover { transform: translateY(-4px); border-color: rgba(201,168,122,.55); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 0 0 1px rgba(201,168,122,.25), 0 26px 52px -28px rgba(19,25,34,.30); }
.card .num { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.2em; color: var(--gold-deep); margin-bottom: 20px; display: block; }
.card h3 { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1.18rem; color: var(--ink); margin-bottom: 12px; letter-spacing: -0.02em; }
.card p { color: var(--ink-2); font-size: 0.94rem; line-height: 1.75; }
.card p strong { color: var(--gold-deep); font-weight: 500; }

/* ---------- SPLIT (beeld + tekst) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split.rev .media { order: 2; }
@media (max-width: 860px){ .split { grid-template-columns: 1fr; gap: 34px; } .split.rev .media { order: 0; } }
.split .media { border-radius: 16px; overflow: hidden; border: 1px solid var(--hairline); box-shadow: var(--shadow); background: var(--mist); }
.split .media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.split .copy h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.8rem, 3.4vw, 2.5rem); line-height: 1.2; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 18px; }
.split .copy h2 em { font-style: italic; color: var(--navy); }
.split .copy p { color: var(--ink-2); font-size: 1rem; line-height: 1.8; margin-bottom: 22px; max-width: 500px; }
.split .copy .feat { list-style: none; display: grid; gap: 12px; margin-bottom: 28px; }
.split .copy .feat li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.95rem; color: var(--ink-2); line-height: 1.6; }
.split .copy .feat li::before { content: '✓'; color: var(--gold-deep); font-weight: 600; flex-shrink: 0; }

/* ---------- PROCES ---------- */
.proces-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--hairline); }
@media (max-width: 820px){ .proces-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px){ .proces-grid { grid-template-columns: 1fr; } }
.proces-step { padding: 40px 26px 40px 0; border-right: 1px solid var(--hairline-2); border-bottom: 1px solid var(--hairline-2); }
.proces-step:last-child { border-right: none; }
.step-num { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 2.3rem; color: var(--gold-deep); line-height: 1; margin-bottom: 20px; letter-spacing: -0.02em; }
.proces-step h4 { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1.08rem; color: var(--ink); margin-bottom: 10px; letter-spacing: -0.015em; }
.proces-step p { font-size: 0.9rem; color: var(--ink-2); line-height: 1.7; }

/* ---------- PAKKETTEN ---------- */
.pakketten-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: stretch; }
@media (max-width: 1020px){ .pakketten-grid { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin: 0 auto; } }
@media (max-width: 540px){ .pakketten-grid { grid-template-columns: 1fr; max-width: 440px; } }
.pakket-card { border-radius: 16px; padding: 38px 30px; display: flex; flex-direction: column; transition: border-color .35s, transform .35s, box-shadow .35s; position: relative; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.60));
  -webkit-backdrop-filter: blur(22px) saturate(140%); backdrop-filter: blur(22px) saturate(140%);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 0 0 1px rgba(19,25,34,.07), 0 18px 40px -30px rgba(19,25,34,.22); }
.pakket-card:hover { background: linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 100%); border-color: var(--navy); transform: translateY(-6px); box-shadow: 0 30px 64px -28px rgba(14,26,43,0.5); }
.pakket-card:hover h3, .pakket-card.featured h3 { color: #fff; }
.pakket-card:hover .pk-plat, .pakket-card.featured .pk-plat { color: var(--gold); }
.pakket-card:hover .pk-tag, .pakket-card.featured .pk-tag { color: rgba(255,255,255,0.7); }
.pakket-card:hover .prijs-blok, .pakket-card.featured .prijs-blok { border-color: rgba(255,255,255,0.12); }
.pakket-card:hover .prijs, .pakket-card.featured .prijs { color: var(--gold); }
.pakket-card:hover .prijs-meta, .pakket-card.featured .prijs-meta { color: rgba(255,255,255,0.5); }
.pakket-card:hover li, .pakket-card.featured li { color: rgba(255,255,255,0.82); border-bottom-color: rgba(255,255,255,0.1); }
.pakket-card:hover .pk-btn, .pakket-card.featured .pk-btn { color: var(--navy); border-color: transparent; background: linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,0) 50%), linear-gradient(180deg, #EAD6AE 0%, #C9A87A 55%, #A8853F 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.6), 0 10px 22px -14px rgba(154,123,63,.5); }
.pakket-card:hover .pk-btn:hover, .pakket-card.featured .pk-btn:hover { background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,0) 50%), linear-gradient(180deg, #F1E0BC 0%, #CFAE80 55%, #B68E48 100%); }
.pakket-card.featured { background: linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 100%); border-color: var(--navy); box-shadow: 0 28px 64px -28px rgba(14,26,43,0.5); }
.ribbon { position: absolute; top: 16px; right: -34px; transform: rotate(45deg); background: var(--gold); color: var(--navy); font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 5px 40px; }
.pk-plat { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 14px; }
.pakket-card h3 { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1.22rem; color: var(--ink); margin-bottom: 6px; line-height: 1.2; letter-spacing: -0.02em; }
.pk-tag { font-size: 0.92rem; color: var(--ink-2); margin-bottom: 24px; line-height: 1.5; min-height: 46px; }
.prijs-blok { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); padding: 18px 0; margin-bottom: 24px; }
.prijs { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 1.18rem; color: var(--gold-deep); line-height: 1.15; }
.prijs-meta { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; color: var(--ink-3); margin-top: 9px; text-transform: uppercase; }
.pakket-card ul { list-style: none; margin: 0 0 28px; flex: 1; }
.pakket-card li { font-size: 0.88rem; color: var(--ink-2); padding: 10px 0; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; border-bottom: 1px solid var(--hairline-2); }
.pakket-card li:last-child { border-bottom: none; }
.pakket-card li::before { content: '✓'; color: var(--gold-deep); font-weight: 600; flex-shrink: 0; }
.pk-btn { text-align: center; display: block; color: var(--ink); padding: 14px; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 100px; transition: transform .25s, box-shadow .25s, background .25s, color .25s;
  background: linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.35)); border: 1px solid rgba(19,25,34,.10); box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 8px 18px -14px rgba(19,25,34,.3); }
.pk-btn:hover { color: #fff; border-color: transparent; background: linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,0) 50%), linear-gradient(180deg, #1c3c5e, #0B1929); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 12px 24px -14px rgba(11,25,41,.5); }

/* ---------- CTA BAND (donker, Apple-stijl afsluiter) ---------- */
.cta-band { background: linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 100%); text-align: center; }
.cta-band .eyebrow { color: var(--gold); justify-content: center; margin-bottom: 24px; }
.cta-band .eyebrow::before { content: none; }
.cta-band h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4.4vw, 3.1rem); line-height: 1.16; color: #fff; margin-bottom: 20px; }
.cta-band h2 em { font-style: italic; color: var(--gold); }
.cta-band p { color: rgba(255,255,255,0.7); font-size: 1.05rem; max-width: 560px; margin: 0 auto 40px; }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.30); background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.05)); box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 12px 26px -16px rgba(0,0,0,.45); }
.cta-band .btn-ghost:hover { border-color: var(--gold); box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 0 0 1px rgba(201,168,122,.4); }

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1000px; margin: 0 auto; }
@media (max-width: 800px){ .contact-grid { grid-template-columns: 1fr; max-width: 460px; } }
.contact-card { padding: 38px 30px; border-radius: 16px; transition: border-color .3s, transform .3s, box-shadow .3s;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.60));
  -webkit-backdrop-filter: blur(22px) saturate(140%); backdrop-filter: blur(22px) saturate(140%);
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 0 0 1px rgba(19,25,34,.07), 0 18px 40px -28px rgba(19,25,34,.22); }
.contact-card:hover { border-color: rgba(201,168,122,.55); transform: translateY(-3px); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 0 0 1px rgba(201,168,122,.25), 0 24px 48px -28px rgba(19,25,34,.28); }
.contact-card h3 { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 16px; }
.contact-card p { color: var(--ink-2); font-size: 0.95rem; line-height: 1.9; }
.contact-card strong { color: var(--ink); font-weight: 500; }
.contact-card a.inl { color: var(--gold-deep); border-bottom: 1px solid var(--hairline); transition: color .2s; }
.contact-card a.inl:hover { color: var(--ink); }
.wa-link { display: inline-flex; align-items: center; gap: 10px; font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 500; color: var(--ink); margin-top: 4px; }
.wa-link svg { width: 17px; height: 17px; fill: var(--wa); }
.wa-link:hover { color: var(--gold-deep); }

/* ---------- FOOTER ---------- */
footer { background: var(--navy); padding: 74px 44px 36px; position: relative; z-index: 2; }
.ftr-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 46px; }
@media (max-width: 760px){ .ftr-inner { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 460px){ .ftr-inner { grid-template-columns: 1fr; } }
.foot-brand { font-family: 'Inter', sans-serif; font-weight: 500; font-size: 1.2rem; letter-spacing: 0.06em; color: #fff; margin-bottom: 16px; }
.foot-tag { font-size: 0.95rem; color: rgba(255,255,255,0.62); max-width: 330px; line-height: 1.6; }
footer h4 { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
footer .col a, footer .col p { color: rgba(255,255,255,0.5); font-size: 0.86rem; line-height: 2; display: block; transition: color .2s; }
footer .col a:hover { color: var(--gold); }
.ftr-bottom { max-width: 1180px; margin: 54px auto 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); text-transform: uppercase; }

/* ---------- FLOATING WHATSAPP ---------- */
.wa-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 22px rgba(37,211,102,0.45); z-index: 90; transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ---------- REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal-stagger.in > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.in > *:nth-child(2){ transition-delay: 70ms; }
.reveal-stagger.in > *:nth-child(3){ transition-delay: 140ms; }
.reveal-stagger.in > *:nth-child(4){ transition-delay: 210ms; }
.reveal-stagger.in > *:nth-child(5){ transition-delay: 280ms; }
.reveal-stagger.in > *:nth-child(6){ transition-delay: 350ms; }
.reveal-stagger.in > *:nth-child(7){ transition-delay: 420ms; }
@media (prefers-reduced-motion: reduce){ .reveal, .reveal-stagger > * { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 860px){
  .nav-inner { padding: 0 20px; gap: 12px; }
  .nav-toggle { display: block; position: relative; z-index: 70; }
  .nav-toggle.open span:nth-child(1){ top: 10px; transform: rotate(45deg); }
  .nav-toggle.open span:nth-child(2){ opacity: 0; }
  .nav-toggle.open span:nth-child(3){ top: 10px; transform: rotate(-45deg); }
  .nav-links { position: fixed; top: 0; right: 0; bottom: auto; left: auto; height: 100vh; height: 100dvh; width: min(78vw, 320px); flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 40px; background: rgba(11,25,41,0.98); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); transform: translateX(100%); transition: transform .4s cubic-bezier(.22,.61,.36,1); z-index: 60; overflow-y: auto; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 1rem; }
  section { padding: 84px 22px; }
  .hero-cta { padding: 70px 22px 80px; }
  .page-top { padding-top: 120px; }
  .hero-video { height: 64vh; min-height: 420px; }
  .cta-row { width: 100%; }
  .cta-row a { width: 100%; justify-content: center; }
}
