:root {
  --ink: #07111f;
  --ink-soft: #0b1c30;
  --navy: #10243b;
  --gold: #d9b96d;
  --gold-bright: #f1d48b;
  --gold-dark: #9b7830;
  --paper: #f6f1e7;
  --white: #fffdfa;
  --line: rgba(217, 185, 109, 0.25);
  --shadow: 0 24px 70px rgba(2, 9, 18, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease; }
.site-header.is-scrolled { background: rgba(7, 17, 31, .9); border-color: rgba(217, 185, 109, .18); backdrop-filter: blur(18px); }
.nav-shell { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 13px; position: relative; z-index: 2; }
.brand img { width: 52px; height: 52px; object-fit: cover; border: 1px solid rgba(217,185,109,.35); }
.brand span { display: grid; gap: 2px; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; font-weight: 500; letter-spacing: .02em; }
.brand small { color: var(--gold); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav > a:not(.nav-cta) { color: #c7d0da; font-size: .82rem; position: relative; transition: color .25s ease; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--gold); transition: right .25s ease; }
.site-nav > a:hover, .site-nav > a.is-active { color: var(--white); }
.site-nav > a.is-active::after, .site-nav > a:hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 11px 17px; border: 1px solid var(--gold); color: var(--gold-bright); font-size: .78rem; letter-spacing: .04em; transition: .25s ease; }
.nav-cta:hover { background: var(--gold); color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-toggle i { display: block; height: 1px; background: var(--gold); margin: 6px 0; transition: .25s ease; }

.hero { min-height: 830px; height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; background: linear-gradient(120deg, #07111f 0%, #0c2035 58%, #091727 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(217,185,109,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(217,185,109,.16) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero-glow { position: absolute; border-radius: 999px; pointer-events: none; }
.hero-glow-one { width: 560px; height: 560px; right: -120px; top: 8%; border: 1px solid rgba(217,185,109,.18); box-shadow: 0 0 160px rgba(217,185,109,.08) inset; }
.hero-glow-two { width: 340px; height: 340px; left: -220px; bottom: -80px; background: rgba(30,74,109,.23); filter: blur(50px); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .8fr; align-items: center; gap: 8vw; padding-top: 78px; }
.eyebrow, .kicker { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .2em; font-size: .68rem; font-weight: 700; color: var(--gold); }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 1px; background: var(--gold); }
.hero h1, .section-heading h2, .process-intro h2, .visa-copy h2, .audience-copy h2, .contact-card h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.45rem, 6vw, 6.25rem); }
.hero h1 em { display: block; color: var(--gold-bright); font-style: italic; }
.hero-lead { max-width: 625px; color: #c3cdd7; font-size: 1.06rem; line-height: 1.8; margin: 28px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; font-size: .78rem; font-weight: 700; letter-spacing: .04em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: var(--ink); background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 12px 32px rgba(217,185,109,.18); }
.button-ghost { border: 1px solid rgba(255,255,255,.24); color: var(--white); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold-bright); }
.hero-facts { margin-top: 44px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 580px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-facts div { padding: 19px 20px 0 0; display: grid; gap: 6px; }
.hero-facts div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-facts small { color: #7f90a0; font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; }
.hero-facts strong { font-size: .86rem; font-weight: 500; }
.hero-visual { position: relative; }
.logo-frame { position: relative; max-width: 470px; margin-left: auto; padding: 17px; background: linear-gradient(145deg, rgba(217,185,109,.12), rgba(8,20,34,.3)); border: 1px solid rgba(217,185,109,.32); box-shadow: 0 34px 85px rgba(0,0,0,.4); }
.logo-frame::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(217,185,109,.11); pointer-events: none; }
.logo-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.frame-corner { position: absolute; width: 54px; height: 54px; z-index: 2; }
.frame-corner-a { left: -8px; top: -8px; border-left: 1px solid var(--gold); border-top: 1px solid var(--gold); }
.frame-corner-b { right: -8px; bottom: -8px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.visual-label { width: 220px; position: absolute; left: -48px; bottom: -26px; padding: 17px 21px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); display: grid; gap: 3px; }
.visual-label span { color: #6b6459; font-size: .61rem; text-transform: uppercase; letter-spacing: .14em; }
.visual-label strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; z-index: 3; transform: translateX(-50%); display: grid; justify-items: center; gap: 9px; color: #798998; text-transform: uppercase; letter-spacing: .19em; font-size: .55rem; }
.scroll-cue i { width: 1px; height: 28px; background: linear-gradient(var(--gold), transparent); animation: drift 1.8s ease-in-out infinite; }
@keyframes drift { 50% { transform: scaleY(.55); transform-origin: top; } }

.signal-bar { background: var(--paper); color: var(--ink); border-bottom: 1px solid #ddd4c2; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid div { min-height: 104px; display: flex; align-items: center; gap: 18px; padding: 20px 28px; border-right: 1px solid #ded5c5; }
.signal-grid div:first-child { border-left: 1px solid #ded5c5; }
.signal-grid span { color: var(--gold-dark); font-family: Georgia, serif; font-size: .75rem; }
.signal-grid p { margin: 0; font-size: .8rem; letter-spacing: .025em; }

.section { padding: 126px 0; }
.services-section { background: var(--white); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1.25fr .65fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .process-intro h2, .visa-copy h2, .audience-copy h2, .contact-card h2 { margin: 0; font-size: clamp(2.6rem, 4.5vw, 4.6rem); }
.section-heading > p { margin: 0 0 7px; color: #65717d; line-height: 1.75; max-width: 380px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #dcd7ce; border: 1px solid #dcd7ce; }
.service-card { min-height: 300px; padding: 31px; background: #fbf9f4; display: flex; flex-direction: column; transition: transform .3s ease, background .3s ease; transition-delay: var(--delay, 0ms); }
.service-card:hover { background: #f2ebde; transform: translateY(-7px); position: relative; z-index: 2; box-shadow: 0 20px 45px rgba(7,17,31,.11); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.card-top span { color: var(--gold-dark); font-family: Georgia, serif; font-size: .75rem; }
.card-top i { width: 9px; height: 9px; border: 1px solid var(--gold-dark); transform: rotate(45deg); }
.service-card h3 { margin: auto 0 17px; font-family: Georgia, serif; font-size: 1.52rem; font-weight: 500; }
.service-card p { margin: 0; min-height: 66px; color: #68727c; font-size: .86rem; line-height: 1.7; }
.section-note { margin-top: 30px; padding: 23px 25px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 1px solid #ded7cb; }
.section-note p { margin: 0; color: #56616c; font-size: .87rem; }
.section-note a, .text-link { display: inline-flex; align-items: center; gap: 12px; color: #89691f; font-weight: 700; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }

.process-section { background: linear-gradient(135deg, #0a1929, #102a43); }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.kicker-light { color: var(--gold-bright); }
.process-intro { position: sticky; top: 125px; align-self: start; }
.process-intro h2 { max-width: 480px; }
.process-intro > p:not(.kicker) { color: #aebdca; line-height: 1.75; max-width: 450px; margin: 28px 0; }
.text-link { color: var(--gold-bright); padding-bottom: 8px; border-bottom: 1px solid rgba(217,185,109,.4); }
.process-list { border-top: 1px solid rgba(255,255,255,.18); }
.process-item { min-height: 105px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.16); transition: padding .25s ease, background .25s ease; }
.process-item:hover { padding-inline: 15px; background: rgba(255,255,255,.025); }
.process-item span { color: var(--gold); font: .72rem Georgia, serif; }
.process-item h3 { margin: 0; font-family: Georgia, serif; font-size: 1.32rem; font-weight: 400; }
.process-item i { width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); }

.visa-section { background: var(--paper); color: var(--ink); padding-top: 96px; padding-bottom: 96px; }
.visa-card { min-height: 330px; padding: 55px; display: grid; grid-template-columns: 175px 1fr 86px; align-items: center; gap: 50px; background: var(--white); border: 1px solid #ded4c1; box-shadow: 0 24px 60px rgba(7,17,31,.08); position: relative; overflow: hidden; }
.visa-card::after { content: ""; position: absolute; right: -100px; top: -150px; width: 380px; height: 380px; border: 1px solid rgba(155,120,48,.15); border-radius: 50%; }
.visa-mark { width: 160px; height: 210px; border: 1px solid var(--gold-dark); display: grid; place-items: center; position: relative; }
.visa-mark::before, .visa-mark::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(155,120,48,.24); }
.visa-mark::after { inset: 18px; }
.visa-mark span { font-family: Georgia, serif; color: var(--gold-dark); font-size: 2.5rem; z-index: 2; }
.visa-mark i { position: absolute; height: 1px; width: 78px; background: var(--gold-dark); transform: rotate(-32deg); }
.visa-copy { max-width: 650px; position: relative; z-index: 2; }
.visa-copy h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.visa-copy > p:last-child { color: #65717c; line-height: 1.75; margin: 23px 0 0; }
.round-link { width: 74px; height: 74px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--gold-dark); color: var(--gold-dark); position: relative; z-index: 2; transition: .25s ease; }
.round-link:hover { background: var(--gold-dark); color: var(--white); transform: rotate(-8deg); }

.audience-section { min-height: 620px; position: relative; overflow: hidden; background: #071421; }
.audience-orbit { position: absolute; width: 760px; height: 760px; right: -160px; top: -260px; border: 1px solid rgba(217,185,109,.13); border-radius: 50%; }
.audience-orbit::before, .audience-orbit::after { content: ""; position: absolute; border: 1px solid rgba(217,185,109,.1); border-radius: 50%; }
.audience-orbit::before { inset: 110px; }
.audience-orbit::after { inset: 230px; }
.audience-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10vw; }
.audience-copy h2 { color: var(--gold-bright); }
.audience-copy > p:last-child { color: #bbc5ce; font-size: 1.05rem; line-height: 1.7; }
.audience-data { border-top: 1px solid rgba(255,255,255,.16); }
.audience-data div { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 120px 1fr; gap: 25px; }
.audience-data span { color: #778999; font-size: .65rem; text-transform: uppercase; letter-spacing: .14em; }
.audience-data strong { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 400; }

.contact-section { padding: 90px 0; background: var(--paper); color: var(--ink); }
.contact-card { padding: 56px; background: linear-gradient(135deg, #e8cc87, #d6ac55); display: grid; grid-template-columns: 1.2fr .65fr; gap: 70px; align-items: end; box-shadow: var(--shadow); }
.contact-card .kicker { color: #72571d; }
.contact-card h2 { font-size: clamp(2.3rem, 4vw, 4.1rem); }
.contact-action p { margin: 0 0 20px; color: #4c402a; line-height: 1.6; }
.button-dark { background: var(--ink); color: var(--white); width: 100%; }
.button-dark svg { fill: currentColor; stroke: none; }

.site-footer { background: #050d17; padding: 72px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 70px; align-items: center; padding-bottom: 50px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 64px; height: 64px; object-fit: cover; border: 1px solid rgba(217,185,109,.35); }
.footer-brand div { display: grid; gap: 4px; }
.footer-brand strong { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.footer-brand span { color: var(--gold); font-size: .62rem; text-transform: uppercase; letter-spacing: .16em; }
.footer-contact { display: grid; gap: 8px; color: #98a7b5; font-size: .78rem; }
.footer-contact p { margin: 0; }
.footer-contact a { color: var(--gold-bright); }
.social-list { display: flex; align-items: center; gap: 17px; color: #8f9eaa; font-size: .7rem; }
.social-list a { color: var(--gold); }
.footer-base { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #667686; font-size: .65rem; }
.footer-base a { color: #9baab7; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; min-height: 52px; padding: 0 17px; display: flex; align-items: center; gap: 9px; background: #1f9d5a; color: white; box-shadow: 0 12px 35px rgba(0,0,0,.28); border-radius: 999px; font-weight: 700; font-size: .74rem; transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px); box-shadow: 0 16px 42px rgba(0,0,0,.36); }
.whatsapp-float svg { width: 24px; height: 24px; fill: currentColor; stroke: none; }

[data-reveal] { opacity: 1; transform: none; }
[data-reveal].reveal-animated { animation: reveal-in .75s cubic-bezier(.2,.75,.25,1) both; animation-delay: var(--delay, 0ms); }
@keyframes reveal-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; position: relative; z-index: 52; cursor: pointer; }
  .menu-toggle.is-open i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open i:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 110px 28px 35px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(7,17,31,.985); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .3s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a:not(.nav-cta) { padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: Georgia, serif; font-size: 1.4rem; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 25px; justify-content: center; min-height: 54px; }
  .hero { height: auto; min-height: 900px; padding: 145px 0 100px; }
  .hero-layout { grid-template-columns: 1fr .72fr; gap: 45px; padding-top: 0; }
  .hero h1 { font-size: clamp(3.2rem, 7.8vw, 5rem); }
  .visual-label { left: -25px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid div:nth-child(odd) { border-left: 1px solid #ded5c5; }
  .signal-grid div:nth-child(-n+2) { border-bottom: 1px solid #ded5c5; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout { gap: 65px; }
  .visa-card { grid-template-columns: 135px 1fr 68px; gap: 32px; padding: 40px; }
  .visa-mark { width: 130px; height: 178px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .social-list { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 580px); }
  .nav-shell { height: 72px; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: .98rem; }
  .brand small { font-size: .54rem; }
  .hero { min-height: auto; padding: 120px 0 92px; }
  .hero-grid { background-size: 46px 46px; }
  .hero-layout { grid-template-columns: 1fr; gap: 65px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-lead { font-size: .96rem; line-height: 1.7; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div + div { border-left: 0; padding-left: 0; }
  .logo-frame { max-width: 410px; margin-inline: auto; }
  .visual-label { left: 3px; bottom: -27px; width: 200px; }
  .scroll-cue { display: none; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid div { min-height: 76px; border-left: 1px solid #ded5c5; border-bottom: 1px solid #ded5c5; }
  .section { padding: 88px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 38px; }
  .section-heading h2, .process-intro h2, .audience-copy h2 { font-size: clamp(2.5rem, 13vw, 3.7rem); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .section-note { align-items: flex-start; flex-direction: column; }
  .process-layout { grid-template-columns: 1fr; gap: 55px; }
  .process-intro { position: static; }
  .process-item { min-height: 94px; grid-template-columns: 40px 1fr auto; }
  .process-item h3 { font-size: 1.15rem; }
  .visa-card { grid-template-columns: 1fr; padding: 31px; }
  .visa-mark { width: 115px; height: 150px; }
  .visa-copy h2 { font-size: 2.6rem; }
  .round-link { width: 60px; height: 60px; }
  .audience-layout { grid-template-columns: 1fr; gap: 60px; }
  .audience-data div { grid-template-columns: 100px 1fr; }
  .contact-card { padding: 34px 25px; grid-template-columns: 1fr; gap: 35px; }
  .contact-card h2 { font-size: 2.6rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .social-list { grid-column: auto; flex-wrap: wrap; }
  .footer-base { gap: 20px; flex-direction: column; }
  .whatsapp-float { width: 54px; height: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal].reveal-animated { animation: none; }
}
