*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --gold:#C9A84C;--gold-light:#E8C97A;--gold-pale:#F5EBD0;--gold-dim:#8A6E2F;
  --navy:#0D1B2A;--navy-mid:#162437;--navy-light:#1e3050;
  --cream:#F7F3EC;--cream-dark:#EDE6D9;--cream-mid:#F2EDE4;
  --text:#1A1A1A;--muted:#6B6055;--muted-light:#9A8F85;
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'DM Sans',system-ui,sans-serif;
  --ease:cubic-bezier(.25,.46,.45,.94);
  --r:2px;
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--sans);background:var(--cream);color:var(--text);overflow-x:hidden;line-height:1.7}

/* ── KEYFRAMES ── */
@keyframes fadeDown{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes rotateSlow{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,.4)}50%{box-shadow:0 0 0 12px rgba(37,211,102,0)}}
@keyframes counterReveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

/* ── UTILITY ── */
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.in{opacity:1;transform:translateY(0)}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}

/* ── NAV ── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:200;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 5vw;height:70px;
  transition:background .4s var(--ease),border-color .4s,box-shadow .4s;
  animation:fadeDown .8s ease both;
}
nav.light{
  background:rgba(247,243,236,.94);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(201,168,76,.2);
  box-shadow:0 1px 20px rgba(0,0,0,.04);
}
nav.dark{background:rgba(13,27,42,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(201,168,76,.15)}
.nav-logo{font-family:var(--serif);font-size:1.45rem;font-weight:600;letter-spacing:.2em;text-decoration:none;transition:color .2s}
nav.light .nav-logo{color:var(--navy)}
nav.dark .nav-logo{color:#fff}
.nav-logo span{color:var(--gold)}
.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}
.nav-links a{font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;font-weight:500;transition:color .2s}
nav.light .nav-links a{color:var(--muted)}
nav.dark .nav-links a{color:rgba(255,255,255,.6)}
.nav-links a:hover{color:var(--gold)!important}
.nav-cta{
  background:var(--navy)!important;color:var(--gold-light)!important;
  padding:.5rem 1.3rem;border-radius:var(--r);font-weight:500!important;
  transition:background .2s!important,color .2s!important;
}
.nav-cta:hover{background:var(--gold)!important;color:var(--navy)!important}
nav.dark .nav-cta{background:var(--gold)!important;color:var(--navy)!important}
nav.dark .nav-cta:hover{background:var(--gold-light)!important}

.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:201}
.hamburger span{width:22px;height:1.5px;display:block;transition:transform .35s var(--ease),opacity .25s}
nav.light .hamburger span{background:var(--navy)}
nav.dark .hamburger span{background:#fff}
.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

.mob-overlay{
  position:fixed;inset:0;z-index:199;background:var(--navy);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.2rem;
  opacity:0;pointer-events:none;transition:opacity .4s var(--ease);
}
.mob-overlay.open{opacity:1;pointer-events:all}
.mob-overlay a{font-family:var(--serif);font-size:1.8rem;color:rgba(255,255,255,.8);text-decoration:none;letter-spacing:.05em;transition:color .2s}
.mob-overlay a:hover{color:var(--gold-light)}
.mob-overlay .mob-cta{font-family:var(--sans)!important;font-size:.85rem!important;letter-spacing:.12em;text-transform:uppercase;background:var(--gold);color:var(--navy)!important;padding:.8rem 2.5rem;border-radius:var(--r);font-weight:500}

/* ── HERO ── */
.hero{
  min-height:100vh;display:grid;grid-template-columns:1fr 1fr;
  padding-top:70px;position:relative;overflow:hidden;
}
.hero-left{
  display:flex;flex-direction:column;justify-content:center;
  padding:6rem 4vw 6rem 8vw;
  background:var(--cream);position:relative;z-index:2;
  height: 110vh;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:.6rem;
  font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);
  border:1px solid rgba(201,168,76,.4);padding:.35rem .9rem .35rem .7rem;
  margin-bottom:2rem;animation:fadeUp .9s .2s ease both;
}
.hero-badge::before{content:'';width:5px;height:5px;background:var(--gold);border-radius:50%}
.hero h1{
  font-family:var(--serif);font-size:clamp(2.8rem,4.5vw,4.4rem);
  font-weight:300;line-height:1.1;color:var(--navy);
  animation:fadeUp .9s .35s ease both;
}
.hero h1 em{font-style:italic;color:var(--gold)}
.hero-sub{
  margin-top:1.6rem;font-size:.98rem;line-height:1.8;
  color:var(--muted);max-width:420px;
  animation:fadeUp .9s .5s ease both;
}
.hero-actions{
  display:flex;gap:.9rem;margin-top:2.5rem;flex-wrap:wrap;
  animation:fadeUp .9s .65s ease both;
}
.btn-primary{
  background:var(--navy);color:var(--gold-light);
  padding:.85rem 2rem;font-size:.8rem;letter-spacing:.1em;
  text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;
  display:inline-flex;align-items:center;gap:.5rem;
  transition:background .25s,color .25s,transform .2s;border-radius:var(--r);
  font-family:var(--sans);font-weight:500;
}
.btn-primary:hover{background:var(--gold);color:var(--navy);transform:translateY(-2px)}
.btn-ghost{
  border:1px solid var(--navy);color:var(--navy);
  padding:.85rem 2rem;font-size:.8rem;letter-spacing:.1em;
  text-transform:uppercase;background:transparent;cursor:pointer;text-decoration:none;
  display:inline-flex;align-items:center;gap:.5rem;
  transition:border-color .25s,color .25s,transform .2s;border-radius:var(--r);
  font-family:var(--sans);font-weight:400;
}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}
.btn-gold{
  background:var(--gold);color:var(--navy);
  padding:.85rem 2rem;font-size:.8rem;letter-spacing:.1em;
  text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;
  display:inline-flex;align-items:center;gap:.5rem;
  transition:background .25s,transform .2s;border-radius:var(--r);
  font-family:var(--sans);font-weight:500;
}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px)}

.hero-trust{
  display:flex;gap:1.5rem;margin-top:2.8rem;flex-wrap:wrap;
  animation:fadeUp .9s .8s ease both;
  padding-top:2rem;border-top:1px solid rgba(0,0,0,.08);
}
.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted)}
.trust-item svg{width:14px;height:14px;stroke:var(--gold);fill:none;stroke-width:2.5;flex-shrink:0}

.hero-right{
  background:#020810;
  position:sticky;overflow:hidden;
  animation:fadeIn 1.1s .2s ease both;
  width:180%;height: 110vh;align-self:start;justify-self:left;transform:translateX(-20%);
}
.hero-wordmark{
  position:absolute;top:50%;left:50%;
  transform:translate(-50%,-52%);
  font-family:var(--serif);font-size:clamp(3.5rem,5.5vw,6rem);
  font-weight:300;letter-spacing:.35em;
  color:rgba(232,201,122,.82);
  text-shadow:0 0 60px rgba(201,168,76,.25), 0 2px 4px rgba(0,0,0,.4);
  white-space:nowrap;user-select:none;-webkit-user-select:none;pointer-events:none;
  z-index:4;
  animation:fadeIn 1.4s .6s ease both;
}
.hero-stat-wrap{
  position:absolute;bottom:2.5rem;left:50%;
  transform:translateX(-50%);display:flex;gap:2rem;
  animation:fadeUp .9s .9s ease both;
  z-index:5;white-space:nowrap;
}
.hero-stat{
  text-align:center;
  background:rgba(13,27,42,.55);
  border:1px solid rgba(201,168,76,.2);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  padding:.7rem 1.2rem;
}
.hero-stat-num{
  font-family:var(--serif);font-size:1.9rem;font-weight:600;
  color:var(--gold);display:block;line-height:1;
}
.hero-stat-label{
  font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;
  color:rgba(255,255,255,.5);margin-top:.3rem;display:block;
}


/* ── SCROLL TICKER ── */
.ticker{
  background:var(--navy);padding:1rem 0;overflow:hidden;
  border-top:1px solid rgba(201,168,76,.15);border-bottom:1px solid rgba(201,168,76,.15);
}
.ticker-track{
  display:flex;gap:0;white-space:nowrap;
  animation:ticker-scroll 30s linear infinite;
  width: max-content; /* Critical: allows the track to be wider than the container */
  flex-shrink: 0;     /* Prevents the track from squeezing into the container */
  
}

@keyframes ticker-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.ticker-item{
  display:inline-flex;align-items:center;gap:.7rem;
  font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(255,255,255,.45);padding:0 2.5rem;
}
.ticker-item .dot{width:4px;height:4px;background:var(--gold);border-radius:50%}


/* ── SECTION COMMONS ── */
.section-label{font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:.7rem}
.section-label::before{content:'';width:28px;height:1px;background:var(--gold)}
.section-title{font-family:var(--serif);font-size:clamp(1.9rem,3.5vw,3rem);font-weight:300;color:var(--navy);line-height:1.18;max-width:560px;text-wrap:balance;text-wrap:pretty}
.section-title em{font-style:italic;color:var(--gold)}
.section-title--light{color:#fff}
.sec{padding:7rem 8vw}

/* ── PAIN SECTION ── */
.pain{background:var(--navy);padding:6rem 8vw}
.pain .section-title--light{color:#fff}
.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3.5rem;background:rgba(255,255,255,.06)}
.pain .section-description{color:rgba(255,255,255,.55)}
.pain-card{
  background:var(--navy);padding:2.5rem 2rem;
  position:relative;overflow:hidden;
  transition:background .35s var(--ease);
}
.pain-card::after{
  content:'';position:absolute;bottom:0;left:0;right:0;
  height:2px;background:var(--gold);
  transform:scaleX(0);transform-origin:left;
  transition:transform .4s var(--ease);
}
.pain-card:hover{background:rgba(201,168,76,.06)}
.pain-card:hover::after{transform:scaleX(1)}
.pain-icon{width:38px;height:38px;margin-bottom:1.3rem}
.pain-icon svg{width:100%;height:100%;stroke:var(--gold);fill:none;stroke-width:1.5}
.pain-card h3{font-family:var(--serif);font-size:1.25rem;font-weight:400;color:#fff;margin-bottom:.6rem}
.pain-card p{font-size:.87rem;color:rgba(255,255,255,.45);line-height:1.75}

/* ── ABOUT ── */
.about{background:var(--cream);padding:7rem 8vw}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;margin-top:4rem}
.about-text p{font-size:.98rem;line-height:1.85;color:var(--muted);margin-bottom:1.3rem}
.about-text p strong{color:var(--navy);font-weight:500}
.about-visual{position:relative;display:flex;flex-direction:column;gap:1.5rem}
.founder-img{width:100%;height:380px;object-fit:cover;border-radius:var(--r);box-shadow:0 12px 30px rgba(0,0,0,.08)}
.about-card{
  background:var(--navy);padding:2rem 2.2rem;
  border-left:3px solid var(--gold);position:relative;
}
.about-card p{font-family:var(--serif);font-size:1.05rem;font-style:italic;color:rgba(255,255,255,.8);line-height:1.6}
.about-card cite{display:block;margin-top:.7rem;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-style:normal}
.about-accent{
  display:flex;gap:2rem;margin-top:1rem;padding-top:1.5rem;
  border-top:1px solid rgba(0,0,0,.08);
}
.accent-item{display:flex;align-items:flex-start;gap:.7rem}
.accent-dot{width:4px;height:4px;background:var(--gold);border-radius:50%;margin-top:.6rem;flex-shrink:0}
.accent-item p{font-size:.86rem;color:var(--muted)}
.accent-item strong{color:var(--navy)}

/* ── SERVICES ── */
.services{background:var(--cream-dark);padding:7rem 8vw}
.services-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:2px;background:rgba(0,0,0,.07);
  margin-top:3.5rem;
}
.svc{
  background:var(--cream);padding:2.8rem 2.2rem;
  border-top:3px solid transparent;
  transition:border-color .3s,transform .3s,background .3s;
  position:relative;
}
.svc:hover{border-color:var(--gold);transform:translateY(-4px);background:#fff}
.svc-num{font-family:var(--serif);font-size:.85rem;color:var(--gold);letter-spacing:.1em;margin-bottom:.6rem}
.svc h3{font-family:var(--serif);font-size:1.3rem;font-weight:400;color:var(--navy);margin-bottom:.9rem;line-height:1.25}
.svc p{font-size:.88rem;line-height:1.75;color:var(--muted)}
.svc-link{
  display:inline-flex;align-items:center;gap:.4rem;margin-top:1.2rem;
  font-size:.75rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;
  text-decoration:none;transition:gap .2s;
}
.svc:hover .svc-link{gap:.7rem}
.svc-link svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.5}
.svc-new{position:relative}
.svc-badge{
  position:absolute;top:1.6rem;right:1.6rem;
  font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;
  background:var(--gold);color:var(--navy);padding:.2rem .55rem;
  font-weight:600;border-radius:1px;
}

/* ── PROCESS ── */
.process{padding:7rem 8vw;background:var(--cream-mid)}
.steps{display:flex;flex-direction:column;gap:0;margin-top:3.5rem;max-width:660px}
.step{display:grid;grid-template-columns:56px 1fr;gap:2rem;padding-bottom:3rem;position:relative}
.step:not(:last-child)::before{content:'';position:absolute;left:27px;top:44px;bottom:0;width:1px;background:linear-gradient(to bottom,rgba(201,168,76,.4),rgba(201,168,76,.05))}
.step-num{
  width:44px;height:44px;border:1px solid var(--gold);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--serif);font-size:1.1rem;color:var(--gold);
  flex-shrink:0;background:var(--cream-mid);
  transition:background .3s,color .3s;
}
.step:hover .step-num{background:var(--gold);color:var(--navy)}
.step-body h4{font-family:var(--serif);font-size:1.25rem;font-weight:400;color:var(--navy);margin-bottom:.5rem}
.step-body p{font-size:.9rem;line-height:1.75;color:var(--muted)}

/* ── TESTIMONIALS ── */
.testimonials{background:var(--cream);padding:7rem 8vw}
.metrics-bar{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  background:rgba(0,0,0,.07);margin-top:3.5rem;margin-bottom:4rem;
}
.metric{
  background:var(--cream);padding:2rem 1.5rem;text-align:center;
}
.metric-num{
  font-family:var(--serif);font-size:2.4rem;font-weight:300;
  color:var(--navy);letter-spacing:-.02em;line-height:1;margin-bottom:.4rem;
}
.metric-num span{color:var(--gold)}
.metric-label{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted-light)}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testi{
  background:var(--cream-mid);padding:2rem;position:relative;
  border:1px solid rgba(0,0,0,.06);
  transition:box-shadow .3s;
}
.testi:hover{box-shadow:0 8px 40px rgba(0,0,0,.06)}
.testi::before{
  content:'"';font-family:var(--serif);font-size:6rem;
  color:var(--gold);opacity:.2;line-height:.7;
  position:absolute;top:1rem;left:1.5rem;pointer-events:none;
}
.testi-stars{display:flex;gap:2px;margin-bottom:.9rem}
.testi-stars span{color:var(--gold);font-size:.9rem}
.testi-text{font-family:var(--serif);font-size:1.05rem;font-style:italic;color:var(--navy);line-height:1.65;margin-bottom:1.4rem}
.testi-author{display:flex;align-items:center;gap:.8rem}
.testi-avatar{
  width:40px;height:40px;border-radius:50%;object-fit:cover;
  background:linear-gradient(135deg,var(--gold-pale),var(--gold-light));
  display:flex;align-items:center;justify-content:center;
  font-family:var(--serif);font-size:.95rem;color:var(--navy);
  flex-shrink:0;
}
.testi-name{font-size:.86rem;font-weight:500;color:var(--navy);margin-bottom:.1rem}
.testi-loc{font-size:.72rem;color:var(--gold);letter-spacing:.06em}

/* ── FAQ ── */
.faq{background:var(--cream-dark);padding:7rem 8vw}
.faq-list{max-width:700px;margin-top:3.5rem}
.faq-item{border-top:1px solid rgba(0,0,0,.1)}
.faq-item:last-child{border-bottom:1px solid rgba(0,0,0,.1)}
.faq-q{
  width:100%;background:none;border:none;cursor:pointer;padding:1.3rem 0;
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
  font-family:var(--serif);font-size:1.1rem;color:var(--navy);text-align:left;
  transition:color .2s;
}
.faq-q:hover{color:var(--gold-dim)}
.faq-arrow{width:20px;height:20px;flex-shrink:0;transition:transform .35s var(--ease)}
.faq-arrow svg{width:100%;height:100%;stroke:var(--gold);fill:none;stroke-width:2}
.faq-item.open .faq-arrow{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .45s var(--ease)}
.faq-item.open .faq-a{max-height:280px}
.faq-a-inner{padding-bottom:1.3rem;font-size:.9rem;color:var(--muted);line-height:1.8}

/* ── DISCLAIMER ── */
.disclaimer{
  background:var(--cream-mid);
  padding:2.5rem 8vw;border-top:1px solid rgba(0,0,0,.06);
  display:grid;grid-template-columns:auto 1fr;gap:2.5rem;align-items:start;
}
.disclaimer-label{
  font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;
  color:var(--gold);white-space:nowrap;padding-top:.15rem;
}
.disclaimer p{font-size:.82rem;color:var(--muted);line-height:1.7}

/* ── TOUCH & TAP ── */
a,button,.svc-link,.faq-q,.lang-btn,.hamburger,.price-cta a,.btn-primary,.btn-ghost,.btn-gold,.footer-social a,.nav-cta{touch-action:manipulation}
*{-webkit-tap-highlight-color:transparent}

/* ── FORMS ── */
.contact{background:var(--navy);padding:7rem 8vw}
.contact .section-label{color:var(--gold)}
.contact .section-title{color:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;margin-top:4rem;align-items:start}
.contact-info{}
.contact-info p{font-size:.95rem;color:rgba(255,255,255,.55);line-height:1.8;margin-bottom:2.5rem}
.apply-advisor-img{width:100%;max-width:420px;border-radius:var(--r);object-fit:cover;display:block;border:1px solid rgba(201,168,76,.18)}
.contact-details{display:flex;flex-direction:column;gap:1.3rem}
.contact-detail{display:flex;align-items:flex-start;gap:1rem}
.c-icon{
  width:38px;height:38px;border:1px solid rgba(201,168,76,.3);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.c-icon svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.5}
.c-label{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.2rem}
.c-val{font-size:.9rem;color:rgba(255,255,255,.65)}
.wa-link{
  display:inline-flex;align-items:center;gap:.8rem;margin-top:2rem;
  padding:.85rem 1.5rem;
  background:rgba(37,211,102,.1);border:1px solid rgba(37,211,102,.3);
  color:#25D366;font-size:.84rem;font-weight:500;text-decoration:none;
  transition:background .25s;border-radius:var(--r);
}
.wa-link:hover{background:rgba(37,211,102,.18)}
.wa-link svg{width:20px;height:20px;fill:#25D366;flex-shrink:0}
.contact-form-wrap{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(201,168,76,.18);
  padding:2.5rem;
}
form label{display:block;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:.45rem}
form input,form select,form textarea{
  width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
  color:#fff;padding:.75rem 1rem;font-family:var(--sans);font-size:.9rem;
  transition:border-color .25s;border-radius:var(--r);
}
form input:focus,form select:focus,form textarea:focus{outline:0}
form input:focus-visible,form select:focus-visible,form textarea:focus-visible{border-color:var(--gold);outline:2px solid rgba(201,168,76,.35);outline-offset:2px}
form input::placeholder,form textarea::placeholder{color:rgba(255,255,255,.22)}
form select option{background:var(--navy)}
form textarea{resize:vertical;min-height:95px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{margin-bottom:1.2rem}
.form-note{font-size:.74rem;color:rgba(255,255,255,.28);margin-bottom:1rem;display:flex;align-items:center;gap:.4rem}
.form-note::before{content:'◦';color:var(--gold)}
.form-submit{
  width:100%;padding:.95rem 2rem;background:var(--gold);color:var(--navy);
  border:none;cursor:pointer;font-family:var(--sans);font-size:.82rem;
  font-weight:500;letter-spacing:.12em;text-transform:uppercase;
  transition:background .25s;border-radius:var(--r);
}
.form-submit:hover{background:var(--gold-light)}
.form-success{
  display:none;text-align:center;padding:2.5rem;
  border:1px solid rgba(201,168,76,.25);background:rgba(201,168,76,.05);
  margin-top:1rem;
}
.form-success p:first-child{font-family:var(--serif);font-size:1.5rem;font-style:italic;color:#fff;margin-bottom:.4rem}
.form-success p:last-child{font-size:.82rem;color:rgba(255,255,255,.4)}
.calendly-hint{
  margin-top:1.2rem;padding:1rem 1.2rem;
  border:1px dashed rgba(201,168,76,.25);
  display:flex;align-items:center;gap:.8rem;
}
.calendly-hint svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:1.5;flex-shrink:0}
.calendly-hint p{font-size:.8rem;color:rgba(255,255,255,.4);line-height:1.5}
.calendly-hint a{color:var(--gold-light);text-decoration:underline}

/* ── FOOTER ── */
footer{background:#070F1A;padding:5rem 8vw 2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3.5rem;margin-bottom:3.5rem}
.footer-logo{font-family:var(--serif);font-size:1.45rem;font-weight:600;letter-spacing:.2em;color:#fff;text-decoration:none;display:inline-block;margin-bottom:1rem}
.footer-logo span{color:var(--gold)}
.footer-tagline{font-size:.84rem;color:rgba(255,255,255,.3);line-height:1.75;max-width:240px}
.footer-social{display:flex;gap:.7rem;margin-top:1.5rem}
.footer-social a{
  width:34px;height:34px;border:1px solid rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.35);font-size:.7rem;text-decoration:none;
  transition:border-color .2s,color .2s;
}
.footer-social a:hover{border-color:var(--gold);color:var(--gold)}
.footer-col h4{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-family:var(--sans);font-weight:500}
.footer-col a{display:block;font-size:.84rem;color:rgba(255,255,255,.35);text-decoration:none;margin-bottom:.55rem;transition:color .2s}
.footer-col a:hover{color:var(--gold-light)}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;
}
.footer-copy{font-size:.76rem;color:rgba(255,255,255,.2)}
.footer-legal{display:flex;gap:1.5rem}
.footer-legal a{font-size:.76rem;color:rgba(255,255,255,.25);text-decoration:none;transition:color .2s}
.footer-legal a:hover{color:var(--gold)}

/* ── WHATSAPP FLOAT ── */
.wa-float{
  position:fixed;bottom:2rem;right:2rem;z-index:150;
  width:54px;height:54px;border-radius:50%;background:#25D366;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 20px rgba(37,211,102,.35);text-decoration:none;
  animation:pulse 3s ease-in-out infinite;
  transition:transform .25s;
}
.wa-float:hover{transform:scale(1.1)}
.wa-float svg{width:26px;height:26px;fill:#fff}

/* ── PRICING ── */
.pricing{background:var(--navy);padding:7rem 8vw}
.pricing .section-title{color:#fff}
.pricing-intro{font-size:.96rem;color:rgba(255,255,255,.5);max-width:520px;margin-top:.8rem;margin-bottom:3.5rem;line-height:1.8}
.pricing-controls{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:3rem}
.currency-selector select{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);color:var(--gold-light);padding:.5rem 1rem;border-radius:20px;font-family:var(--sans);font-size:.85rem;cursor:pointer;outline:none;transition:border-color .2s,background .2s}
.currency-selector select:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.1)}
.currency-selector select:focus{border-color:var(--gold)}
.currency-selector select option{background:var(--navy);color:#fff}
.pricing-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:1px;background:rgba(255,255,255,.06);
  position:relative;
}
.pricing-grid--4{grid-template-columns:repeat(4,1fr)}
.price-card{
  background:var(--navy);padding:2.8rem 2.4rem;
  position:relative;display:flex;flex-direction:column;
  transition:background .35s var(--ease);
}
.price-card:hover{background:rgba(255,255,255,.03)}
.price-card.featured{background:rgba(201,168,76,.07)}
.price-card.featured:hover{background:rgba(201,168,76,.11)}
.price-card--free{background:rgba(255,255,255,.02)}
.featured-badge{
  position:absolute;top:-1px;left:50%;transform:translateX(-50%);
  font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;
  background:var(--gold);color:var(--navy);padding:.3rem 1rem;
  font-weight:500;white-space:nowrap;
}
.price-card-step{
  font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;
  color:rgba(255,255,255,.3);margin-bottom:.4rem;
}
.price-card-tag{
  font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1.2rem;
}
.price-card h3{
  font-family:var(--serif);font-size:1.65rem;font-weight:400;
  color:#fff;line-height:1.1;margin-bottom:.6rem;
}
.price-card-desc{font-size:.86rem;color:rgba(255,255,255,.45);line-height:1.7;margin-bottom:2rem}
.price-amount{margin-bottom:1.8rem}
.price-currency{
  font-family:var(--serif);font-size:1.1rem;font-weight:300;
  color:var(--gold);vertical-align:top;margin-top:.4rem;display:inline-block;
}
.price-num{
  font-family:var(--serif);font-size:3.2rem;font-weight:300;
  color:#fff;line-height:1;letter-spacing:-.02em;
}
.price-num.hidden{display:none}
.price-free{
  font-family:var(--serif);font-size:3.2rem;font-weight:300;
  color:var(--gold);line-height:1;letter-spacing:-.02em;
}
.price-period{font-size:.76rem;color:rgba(255,255,255,.35);margin-left:.3rem;letter-spacing:.06em;display:inline-block;vertical-align:bottom;margin-bottom:.2rem}
.price-custom{
  font-family:var(--serif);font-size:1.8rem;font-weight:300;
  color:var(--gold);font-style:italic;
}
.price-divider{height:1px;background:rgba(255,255,255,.07);margin-bottom:1.8rem}
.price-features{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;flex:1}
.price-features li{display:flex;align-items:flex-start;gap:.7rem;font-size:.87rem;color:rgba(255,255,255,.6);line-height:1.5}
.price-features li.muted{color:rgba(255,255,255,.25)}
.pf-check{width:14px;height:14px;flex-shrink:0;margin-top:.15rem}
.pf-check svg{width:100%;height:100%;stroke:var(--gold);fill:none;stroke-width:2.5}
.pf-check.dim svg{stroke:rgba(255,255,255,.2)}
.price-cta{margin-top:auto}
.price-cta a{
  display:block;text-align:center;padding:.85rem 1.5rem;
  font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;
  font-family:var(--sans);font-weight:500;text-decoration:none;
  transition:background .25s,color .25s,transform .2s;border-radius:var(--r);
}
.price-cta.outline a{border:1px solid rgba(201,168,76,.35);color:rgba(255,255,255,.6)}
.price-cta.outline a:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-1px)}
.price-cta.filled a{background:var(--gold);color:var(--navy)}
.price-cta.filled a:hover{background:var(--gold-light);transform:translateY(-2px)}
.price-note{
  text-align:center;margin-top:2.5rem;
  font-size:.8rem;color:rgba(255,255,255,.3);line-height:1.7;
}
.price-note a{color:var(--gold);text-decoration:underline}

/* ── RESPONSIVE ── */

@media(max-width:1100px){
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-right{display:none}
  .hero-left{padding:5rem 8vw;align-items:flex-start}
  .pain-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:1fr 1fr}
  .pricing-grid--4{grid-template-columns:1fr 1fr}
  .testi-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}
}
@media(max-width:768px){
  .nav-links{display:none}
  .hamburger{display:flex}
  .sec,.about,.services,.process,.testimonials,.faq,.contact,.pain,.pricing{padding:5rem 6vw}
  .about-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}
  .pain-grid{grid-template-columns:1fr}
  .pricing-grid{grid-template-columns:1fr}
  .pricing-grid--4{grid-template-columns:1fr}
  .metrics-bar{grid-template-columns:1fr 1fr}
  .testi-grid{grid-template-columns:1fr}
  .services-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .form-row{grid-template-columns:1fr}
  .disclaimer{grid-template-columns:1fr;gap:1rem}
  .hero-trust{gap:1rem}
}
@media(max-width:480px){
  .hero-actions{flex-direction:column}
  .hero-actions a{text-align:center;justify-content:center}
  .metrics-bar{grid-template-columns:1fr}
}
/* Skip link & a11y */
.skip-link{position:absolute;top:-100%;left:1rem;z-index:300;background:var(--navy);color:var(--gold-light);padding:.75rem 1.25rem;text-decoration:none;font-size:.85rem;letter-spacing:.08em;border-radius:var(--r)}
.skip-link:focus{top:1rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
a:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.mob-lang{display:flex;gap:.4rem;margin-top:1.5rem}
.mob-lang .lang-btn{color:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.15);background:none;font-family:var(--sans);font-size:.68rem;padding:.35rem .6rem;cursor:pointer;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--r)}
.mob-lang .lang-btn.active{color:var(--gold);border-color:var(--gold)}
.pricing-payment-note{font-size:.85rem;color:rgba(255,255,255,.45);margin-bottom:2.5rem;line-height:1.7;max-width:560px}
.stat-footnote{font-size:.62rem;color:var(--muted-light);margin-top:1rem;line-height:1.4;font-style:italic}
.hero .stat-footnote{color:rgba(255,255,255,.35);margin-top:.8rem}
.testi-disclaimer{font-size:.78rem;color:var(--muted-light);margin-bottom:2rem;font-style:italic;max-width:560px}
.form-error{display:none;color:#e57373;font-size:.82rem;margin-bottom:1rem;padding:.75rem;border:1px solid rgba(229,115,115,.3);border-radius:var(--r)}
.form-error.visible{display:block}
.footer-social svg{width:16px;height:16px;fill:currentColor}
.lang-switcher{display:flex;align-items:center;gap:2px;margin-left:1.2rem}
.lang-btn{background:none;border:1px solid transparent;font-family:var(--sans);font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;padding:.28rem .5rem;border-radius:var(--r);transition:border-color .2s,color .2s}
nav.dark .lang-btn{color:rgba(255,255,255,.45)}
nav.light .lang-btn{color:var(--muted)}
.lang-btn:hover{color:var(--gold)!important;border-color:rgba(201,168,76,.4)!important}
.lang-btn.active{color:var(--gold)!important;border-color:var(--gold)!important}
.lang-sep{font-size:.55rem;color:rgba(255,255,255,.2);user-select:none}
nav.light .lang-sep{color:rgba(0,0,0,.15)}
@media(max-width:768px){.lang-switcher{margin-left:0;margin-right:.5rem}}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  :not(.wa-float, .wa-float *, .ticker-track, .ticker-track *),
  :not(.wa-float, .wa-float *, .ticker-track, .ticker-track *)::before,
  :not(.wa-float, .wa-float *, .ticker-track, .ticker-track *)::after {
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
  .reveal{opacity:1;transform:none}
  nav{animation:none}
  .hero-badge,.hero h1,.hero-sub,.hero-actions,.hero-trust,.hero-right,.hero-wordmark,.hero-stat-wrap{animation:none}
}

/* ── TESTIMONIALS — two featured cards ── */
.testi-grid--two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
  max-width:1100px;
  margin:0 auto;
}
.testi--featured{
  padding:2.5rem;
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.testi--featured .testi-avatar{
  width:56px;height:56px;
  border:2px solid var(--gold);
}
.testi-pull-quote{
  font-family:var(--serif);
  font-size:1.25rem;
  font-style:italic;
  font-weight:600;
  color:var(--gold-dim);
  line-height:1.4;
  margin-bottom:.25rem;
}
.testi--featured .testi-text{
  font-size:.95rem;
  line-height:1.75;
  flex:1;
}
@media(max-width:860px){
  .testi-grid--two{grid-template-columns:1fr}
}
