/*
Theme Name: NextWave Strategies
Theme URI: https://nextwavestrategies.biz
Author: NextWave Strategies
Author URI: https://nextwavestrategies.biz
Description: Custom WordPress theme for NextWave Strategies — business consulting and operations. Converted from static HTML.
Version: 1.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nextwave-strategies
*/

:root{
  --navy-950:#0a1420;
  --navy-900:#0f1e30;
  --navy-800:#16293f;
  --navy-700:#1f3a5a;
  --slate-400:#7d93ab;
  --slate-200:#c6d3e0;
  --paper:#f5f7f9;
  --white:#ffffff;
  --teal:#20b8a8;
  --teal-bright:#3fd6c4;
  --amber:#e8a33d;
  --font-display:'Space Grotesk', sans-serif;
  --font-body:'Inter', sans-serif;
  --font-mono:'IBM Plex Mono', monospace;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:var(--font-body);
  background:var(--paper);
  color:var(--navy-900);
  overflow-x:hidden;
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; scroll-behavior:auto !important;}
}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}
img{max-width:100%;display:block;}
.container{max-width:1180px;margin:0 auto;padding:0 32px;}
.eyebrow{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--teal);
  font-weight:500;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.eyebrow::before{
  content:'';
  width:20px;height:1px;
  background:var(--teal);
  display:inline-block;
}
h1,h2,h3{font-family:var(--font-display);font-weight:600;letter-spacing:-0.01em;color:var(--navy-950);}
.btn{
  display:inline-flex;align-items:center;gap:9px;
  padding:14px 26px;
  border-radius:4px;
  font-family:var(--font-body);
  font-weight:600;
  font-size:15px;
  cursor:pointer;
  border:1px solid transparent;
  position:relative;
  transition:transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn svg{
  width:16px;height:16px;
  flex-shrink:0;
  transition:transform .3s cubic-bezier(.2,.8,.2,1);
}
.btn .icon-circle{
  width:22px;height:22px;
  border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(10,20,32,0.12);
  transition:transform .35s cubic-bezier(.2,.8,.2,1), background .3s ease;
}
.btn-ghost .icon-circle,.btn-outline-dark .icon-circle{background:rgba(255,255,255,0.08);}
.btn-primary{
  background:var(--teal);
  color:var(--navy-950);
}
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(32,184,168,0.35);
  background:var(--teal-bright);
}
.btn-primary:hover svg{transform:translateX(3px) rotate(0deg);}
.btn-primary:hover .icon-circle{transform:rotate(45deg);}
.btn-ghost{
  border-color:rgba(255,255,255,0.25);
  color:var(--white);
}
.btn-ghost:hover{
  border-color:var(--teal-bright);
  color:var(--teal-bright);
  transform:translateY(-2px);
}
.btn-ghost:hover svg{transform:translateX(4px);}
.btn-outline-dark{
  border-color:rgba(15,30,48,0.2);
  color:var(--navy-900);
}
.btn-outline-dark:hover{
  border-color:var(--navy-900);
  background:var(--navy-900);
  color:var(--white);
  transform:translateY(-2px);
}
.btn-outline-dark:hover svg{transform:translateX(4px);}
.btn-submit{
  width:100%;
  justify-content:center;
  padding:16px 26px;
  font-size:16px;
}
.btn-submit svg{transition:transform .35s cubic-bezier(.2,.8,.2,1);}
.btn-submit:hover svg{transform:translateX(5px);}

/* NAVBAR */
.navbar{
  position:fixed;top:0;left:0;right:0;
  z-index:1000;
  padding:22px 0;
  transition:padding .35s ease, background .35s ease, box-shadow .35s ease;
}
.navbar.scrolled{
  padding:12px 0;
  background:rgba(10,20,32,0.85);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 8px 30px rgba(0,0,0,0.25);
}
.nav-inner{
  display:flex;align-items:center;justify-content:space-between;
}
.logo{
  font-family:var(--font-display);
  font-weight:700;
  font-size:20px;
  color:var(--white);
  display:flex;align-items:center;gap:10px;
}
.logo-mark{
  width:30px;height:30px;position:relative;
}
.nav-links{
  display:flex;align-items:center;gap:36px;
}
.nav-links a{
  color:var(--slate-200);
  font-size:14.5px;
  font-weight:500;
  position:relative;
  padding:4px 0;
  transition:color .25s ease;
}
.nav-links a::after{
  content:'';
  position:absolute;left:0;bottom:0;
  width:0;height:1.5px;
  background:var(--teal-bright);
  transition:width .3s ease;
}
.nav-links a:hover{color:var(--white);}
.nav-links a:hover::after{width:100%;}
.nav-cta{display:flex;align-items:center;gap:18px;}
.nav-toggle{
  display:none;
  flex-direction:column;gap:5px;
  cursor:pointer;
  background:none;border:none;
}
.nav-toggle span{width:24px;height:2px;background:var(--white);transition:.3s;}

/* HERO */
.hero{
  position:relative;
  min-height:100vh;
  background:radial-gradient(ellipse 90% 70% at 70% 20%, var(--navy-800) 0%, var(--navy-950) 60%);
  display:flex;align-items:center;
  overflow:hidden;
  padding-top:110px;
  padding-bottom:80px;
}
.hero-grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom, transparent, black 20%, black 75%, transparent);
}
.hero-inner{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:40px;
  align-items:center;
}
.hero-copy h1{
  font-size:clamp(2.4rem, 4.6vw, 3.9rem);
  line-height:1.08;
  color:var(--white);
  margin:22px 0 22px;
}
.hero-copy h1 .accent{color:var(--teal-bright);}
.hero-copy p{
  font-size:17px;
  line-height:1.7;
  color:var(--slate-200);
  max-width:480px;
  margin-bottom:34px;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;}
.hero-tagline-strip{
  margin-top:56px;
  display:flex;flex-wrap:wrap;
  gap:10px 0;
  font-family:var(--font-mono);
  font-size:12px;
  color:var(--slate-400);
  letter-spacing:0.04em;
}
.hero-tagline-strip span:not(:last-child)::after{
  content:'•';
  margin:0 12px;
  color:var(--teal);
}

/* Signature hero visual: chaos -> system flow */
.hero-visual{
  position:relative;
  height:460px;
}
.wave-svg{width:100%;height:100%;}
.node{
  fill:var(--slate-400);
  opacity:0.55;
}
.node.ordered{
  fill:var(--teal-bright);
  opacity:1;
}
.flow-path{
  fill:none;
  stroke:var(--teal);
  stroke-width:1.5;
  stroke-dasharray:6 500;
  animation:flowDraw 3.5s ease-in-out infinite;
  opacity:0.85;
}
.flow-path.p2{animation-delay:.4s;stroke:var(--teal-bright);}
.flow-path.p3{animation-delay:.8s;opacity:0.5;}
@keyframes flowDraw{
  0%{stroke-dashoffset:500;}
  60%{stroke-dashoffset:0;}
  100%{stroke-dashoffset:-500;}
}
.pulse-dot{
  animation:pulseDot 2.6s ease-in-out infinite;
}
@keyframes pulseDot{
  0%,100%{r:3.2; opacity:0.7;}
  50%{r:5; opacity:1;}
}
.hero-glow{
  position:absolute;
  width:340px;height:340px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(32,184,168,0.22), transparent 70%);
  top:10%;right:-5%;
  filter:blur(10px);
  animation:glowPulse 6s ease-in-out infinite;
  pointer-events:none;
}
@keyframes glowPulse{
  0%,100%{transform:scale(1); opacity:0.7;}
  50%{transform:scale(1.15); opacity:1;}
}
.float-card{
  position:absolute;
  background:rgba(15,30,48,0.55);
  border:1px solid rgba(255,255,255,0.1);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-radius:10px;
  padding:16px 18px;
  display:flex;align-items:center;gap:12px;
  box-shadow:0 20px 50px rgba(0,0,0,0.35);
  animation:floatCard 5s ease-in-out infinite;
}
.float-card.card-1{top:8%;right:6%;animation-delay:0s;}
.float-card.card-2{bottom:14%;left:2%;animation-delay:1.2s;}
@keyframes floatCard{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-12px);}
}
.float-card .fc-icon{
  width:36px;height:36px;border-radius:8px;
  background:rgba(32,184,168,0.15);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.float-card .fc-icon svg{width:18px;height:18px;stroke:var(--teal-bright);}
.float-card .fc-title{font-size:13px;color:var(--white);font-weight:600;font-family:var(--font-display);}
.float-card .fc-sub{font-size:11px;color:var(--slate-400);font-family:var(--font-mono);margin-top:2px;}

.scroll-cue{
  position:absolute;bottom:28px;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:8px;
  color:var(--slate-400);
  font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;
  z-index:2;
}
.scroll-cue .line{width:1px;height:34px;background:linear-gradient(var(--teal-bright), transparent);animation:scrollLine 1.8s ease-in-out infinite;}
@keyframes scrollLine{0%{transform:scaleY(0);transform-origin:top;}50%{transform:scaleY(1);transform-origin:top;}51%{transform-origin:bottom;}100%{transform:scaleY(0);transform-origin:bottom;}}

/* REVEAL */
.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1);
}
.reveal.in{opacity:1;transform:translateY(0);}
.stagger .reveal:nth-child(1){transition-delay:.05s;}
.stagger .reveal:nth-child(2){transition-delay:.13s;}
.stagger .reveal:nth-child(3){transition-delay:.21s;}
.stagger .reveal:nth-child(4){transition-delay:.29s;}
.stagger .reveal:nth-child(5){transition-delay:.37s;}
.stagger .reveal:nth-child(6){transition-delay:.45s;}
.stagger .reveal:nth-child(7){transition-delay:.53s;}
.stagger .reveal:nth-child(8){transition-delay:.61s;}
.stagger .reveal:nth-child(9){transition-delay:.69s;}

@keyframes numPop{
  0%{opacity:0; transform:translateY(8px) scale(0.6) rotate(-8deg);}
  55%{opacity:1; transform:translateY(-3px) scale(1.15) rotate(2deg);}
  100%{opacity:1; transform:translateY(0) scale(1) rotate(0deg);}
}
.service-item.in .num{
  display:inline-block;
  animation:numPop .55s cubic-bezier(.34,1.56,.64,1) both;
}
.service-item:hover .num{
  animation:numPop .4s cubic-bezier(.34,1.56,.64,1) both;
}

@keyframes iconPop{
  0%{opacity:0; transform:scale(0.5) rotate(-12deg);}
  60%{opacity:1; transform:scale(1.12) rotate(4deg);}
  100%{opacity:1; transform:scale(1) rotate(0deg);}
}
.sd-content.in .sd-icon{animation:iconPop .6s cubic-bezier(.34,1.56,.64,1) .1s both;}
.focus-card.in .focus-icon{animation:iconPop .55s cubic-bezier(.34,1.56,.64,1) .1s both;}
.service-item.in .service-icon{animation:iconPop .5s cubic-bezier(.34,1.56,.64,1) both;}

@keyframes checkSlide{
  0%{opacity:0; transform:translateX(-14px);}
  100%{opacity:1; transform:translateX(0);}
}
.sd-check.in{animation:checkSlide .5s cubic-bezier(.2,.8,.2,1) both;}

.stat .num{display:inline-block; font-variant-numeric:tabular-nums;}
@keyframes statPop{
  0%{opacity:0; transform:scale(0.6);}
  60%{opacity:1; transform:scale(1.15);}
  100%{opacity:1; transform:scale(1);}
}
.stat.counted .num{animation:statPop .4s cubic-bezier(.34,1.56,.64,1) both;}

/* SECTION SHARED */
section{padding:120px 0;}
.section-head{
  max-width:640px;
  margin-bottom:64px;
}
.section-head h2{
  font-size:clamp(1.8rem,3vw,2.6rem);
  margin-top:16px;
  line-height:1.15;
}
.section-head p{
  margin-top:18px;
  font-size:16px;
  line-height:1.7;
  color:var(--navy-700);
}

/* SERVICES (fulfillment workflow etc) */
.services{background:var(--white);}
.service-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1px;
  background:rgba(15,30,48,0.08);
  border:1px solid rgba(15,30,48,0.08);
}
.service-item{
  background:var(--white);
  padding:34px 32px;
  transition:background .3s ease, transform .3s ease;
  position:relative;
  overflow:hidden;
}
.service-item::before{
  content:'';
  position:absolute;left:0;top:0;bottom:0;width:3px;
  background:var(--teal);
  transform:scaleY(0);
  transform-origin:bottom;
  transition:transform .35s ease;
}
.service-item:hover{background:var(--paper);}
.service-item:hover::before{transform:scaleY(1);}
.service-item .num{
  font-family:var(--font-mono);
  font-size:12px;
  color:var(--teal);
  letter-spacing:.1em;
}
.service-item h3{
  font-size:19px;
  margin-top:14px;
  color:var(--navy-950);
}
.service-top{
  display:flex;align-items:center;justify-content:space-between;
}
.service-icon{
  width:44px;height:44px;
  border-radius:9px;
  background:rgba(32,184,168,0.08);
  display:flex;align-items:center;justify-content:center;
  transition:background .3s ease, transform .3s ease;
}
.service-item:hover .service-icon{background:rgba(32,184,168,0.16); transform:rotate(-6deg) scale(1.05);}
.service-icon svg{width:21px;height:21px;stroke:var(--teal);}

/* SERVICE DETAIL SECTIONS (Compliance, Verification, Billing, Lead Dev) */
.sd{overflow:hidden;}
.sd.sd-alt{background:var(--paper);}
.sd-grid{
  display:grid;
  grid-template-columns:0.85fr 1.15fr;
  gap:64px;
  align-items:center;
}
.sd-grid.reverse .sd-content{order:2;}
.sd-grid.reverse .sd-list-wrap{order:1;}
.sd-icon{
  width:58px;height:58px;
  border-radius:12px;
  background:rgba(32,184,168,0.1);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:20px;
}
.sd-icon svg{width:27px;height:27px;stroke:var(--teal);}
.sd-content h2{font-size:clamp(1.6rem,2.6vw,2.15rem);margin-top:12px;line-height:1.18;}
.sd-content p{margin-top:16px;color:var(--navy-700);line-height:1.75;font-size:15.5px;max-width:460px;}
.sd-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.sd-check{
  display:flex;align-items:flex-start;gap:11px;
  background:var(--white);
  border:1px solid rgba(15,30,48,0.08);
  border-radius:8px;
  padding:15px 16px;
  font-size:13.8px;
  line-height:1.4;
  color:var(--navy-900);
  transition:transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s ease, box-shadow .3s ease;
}
.sd-check:hover{transform:translateY(-4px); border-color:var(--teal); box-shadow:0 14px 28px rgba(15,30,48,0.09);}
.sd-check svg{width:15px;height:15px;stroke:var(--teal);flex-shrink:0;margin-top:2px;}
@media (max-width:900px){
  .sd-grid{grid-template-columns:1fr;gap:34px;}
  .sd-grid.reverse .sd-content{order:1;}
  .sd-grid.reverse .sd-list-wrap{order:2;}
}
@media (max-width:640px){
  .sd-list{grid-template-columns:1fr;}
}

/* NAV DROPDOWN */
.nav-links li{position:relative;}
.nav-dropdown{
  position:absolute;top:100%;left:-14px;
  margin-top:14px;
  background:var(--navy-900);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:10px;
  padding:10px;
  min-width:240px;
  opacity:0;visibility:hidden;
  transform:translateY(8px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
  box-shadow:0 24px 50px rgba(0,0,0,0.4);
}
.nav-links li:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0);}
.nav-dropdown a{
  display:block;
  padding:9px 12px;
  border-radius:6px;
  font-size:13.5px;
  color:var(--slate-200);
}
.nav-dropdown a::after{display:none;}
.nav-dropdown a:hover{background:rgba(32,184,168,0.12);color:var(--teal-bright);}

/* CONSULTING FOCUS AREAS */
.focus{background:var(--paper);}
.focus-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.focus-card{
  background:var(--white);
  border:1px solid rgba(15,30,48,0.08);
  border-radius:6px;
  padding:30px 26px;
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.focus-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(15,30,48,0.1);
  border-color:var(--teal);
}
.focus-icon{
  width:42px;height:42px;
  border-radius:8px;
  background:rgba(32,184,168,0.1);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:18px;
}
.focus-icon svg{width:20px;height:20px;stroke:var(--teal);}
.focus-card h3{font-size:16.5px;}

/* WHY NEXTWAVE */
.why{background:var(--navy-950);color:var(--white);position:relative;overflow:hidden;}
.why::after{
  content:'';
  position:absolute; right:-120px; top:-120px;
  width:420px;height:420px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(32,184,168,0.16), transparent 70%);
}
.why-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
  position:relative;z-index:2;
}
.why h2{color:var(--white);}
.why p{color:var(--slate-200);line-height:1.75;font-size:16px;margin-top:20px;}
.why-list{margin-top:30px;display:flex;flex-direction:column;gap:16px;}
.why-list li{
  display:flex;align-items:flex-start;gap:12px;
  font-size:15px;color:var(--slate-200);
}
.why-list li svg{flex-shrink:0;width:18px;height:18px;stroke:var(--teal-bright);margin-top:2px;}
.stat-block{
  background:var(--navy-900);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:8px;
  padding:40px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:36px;
}
.stat{}
.stat .num{
  font-family:var(--font-display);
  font-size:2.6rem;
  color:var(--teal-bright);
  font-weight:700;
}
.stat .label{
  font-family:var(--font-mono);
  font-size:12px;
  color:var(--slate-400);
  margin-top:6px;
  letter-spacing:.05em;
}

/* BOOKING FORM */
.booking{background:var(--white);}
.booking-wrap{
  display:grid;
  grid-template-columns:0.8fr 1.2fr;
  gap:0;
  border:1px solid rgba(15,30,48,0.08);
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(15,30,48,0.08);
}
.booking-side{
  background:var(--navy-950);
  color:var(--white);
  padding:52px 44px;
  position:relative;
  overflow:hidden;
}
.booking-side::after{
  content:'';
  position:absolute;left:-80px;bottom:-80px;
  width:280px;height:280px;border-radius:50%;
  background:radial-gradient(circle, rgba(32,184,168,0.18), transparent 70%);
}
.booking-side h3{color:var(--white);font-size:1.6rem;margin-top:14px;position:relative;z-index:2;}
.booking-side p{color:var(--slate-200);font-size:14.5px;line-height:1.7;margin-top:16px;position:relative;z-index:2;}
.booking-points{margin-top:32px;display:flex;flex-direction:column;gap:18px;position:relative;z-index:2;}
.booking-points li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--slate-200);}
.booking-points li .bp-icon{
  width:30px;height:30px;border-radius:8px;flex-shrink:0;
  background:rgba(32,184,168,0.14);
  display:flex;align-items:center;justify-content:center;
}
.booking-points li .bp-icon svg{width:15px;height:15px;stroke:var(--teal-bright);}
.booking-contact{
  margin-top:34px;
  padding-top:28px;
  border-top:1px solid rgba(255,255,255,0.1);
  position:relative;z-index:2;
  display:flex;flex-direction:column;gap:14px;
}
.booking-contact a,.booking-contact span{
  display:flex;align-items:flex-start;gap:12px;
  font-size:13.5px;color:var(--slate-200);
  line-height:1.5;
}
.booking-contact svg{width:16px;height:16px;stroke:var(--teal-bright);flex-shrink:0;margin-top:1px;}
.booking-form{padding:52px 48px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;}
.field{display:flex;flex-direction:column;gap:7px;margin-bottom:18px;}
.field label{
  font-family:var(--font-mono);
  font-size:11.5px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--navy-700);
}
.field input,.field select,.field textarea{
  border:1.5px solid rgba(15,30,48,0.14);
  border-radius:6px;
  padding:12px 14px;
  font-family:var(--font-body);
  font-size:14.5px;
  color:var(--navy-950);
  background:var(--paper);
  transition:border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;
  border-color:var(--teal);
  background:var(--white);
  box-shadow:0 0 0 4px rgba(32,184,168,0.12);
}
.field textarea{resize:vertical;min-height:100px;font-family:var(--font-body);}
.form-note{font-size:12.5px;color:var(--slate-400);margin-top:14px;text-align:center;}
.form-success{
  display:none;
  align-items:center;gap:12px;
  background:rgba(32,184,168,0.08);
  border:1px solid rgba(32,184,168,0.3);
  border-radius:8px;
  padding:16px 18px;
  margin-top:18px;
  font-size:14px;
  color:var(--navy-900);
}
.form-success.show{display:flex;animation:fadeSlide .5s ease;}
.form-success svg{width:20px;height:20px;stroke:var(--teal);flex-shrink:0;}
.form-success.error{background:rgba(220,53,69,0.08);border-color:rgba(220,53,69,0.35);}
.form-success.error svg{stroke:#dc3545;}
@keyframes fadeSlide{from{opacity:0;transform:translateY(-6px);}to{opacity:1;transform:translateY(0);}}

@media (max-width:900px){
  .booking-wrap{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
}

/* CTA */
.cta{
  background:linear-gradient(120deg, var(--navy-900), var(--navy-700));
  position:relative;
  overflow:hidden;
  text-align:center;
  padding:110px 0;
}
.cta-wave{position:absolute;inset:0;opacity:0.5;}
.cta h2{color:var(--white);font-size:clamp(1.9rem,3.4vw,3rem);max-width:700px;margin:0 auto 20px;position:relative;z-index:2;}
.cta p{color:var(--slate-200);max-width:520px;margin:0 auto 36px;position:relative;z-index:2;}
.cta-actions{position:relative;z-index:2;display:flex;justify-content:center;gap:16px;flex-wrap:wrap;}

/* FOOTER */
footer{background:var(--navy-950);color:var(--slate-400);padding-top:80px;}
.footer-top{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:50px;
  padding-bottom:60px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo{margin-bottom:16px;}
.footer-brand p{font-size:14px;line-height:1.7;max-width:280px;color:var(--slate-400);}
.footer-col h4{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--slate-200);
  margin-bottom:18px;
}
.footer-col a{
  display:block;
  font-size:14px;
  color:var(--slate-400);
  padding:6px 0;
  transition:color .25s ease, transform .25s ease;
}
.footer-col a:hover{color:var(--teal-bright);transform:translateX(4px);}
.footer-contact-item{
  display:flex;align-items:flex-start;gap:10px;
  font-size:13.5px;color:var(--slate-400);
  padding:6px 0;
  line-height:1.5;
}
.footer-contact-item svg{width:15px;height:15px;stroke:var(--teal);flex-shrink:0;margin-top:2px;}
.footer-contact-item a{padding:0;display:inline;}
.footer-contact-item a:hover{transform:none;}
.footer-bottom{
  padding:26px 0 30px;
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:16px;
}
.footer-strip{
  font-family:var(--font-mono);
  font-size:12px;
  letter-spacing:.05em;
  color:var(--slate-400);
  flex-wrap:wrap;
  display:flex;
}
.footer-strip span:not(:last-child)::after{content:'•';margin:0 10px;color:var(--teal);}
.copyright{font-size:13px;color:var(--slate-400);}
.social-row{display:flex;gap:14px;}
.social-row a{
  width:36px;height:36px;border-radius:50%;
  border:1px solid rgba(255,255,255,0.12);
  display:flex;align-items:center;justify-content:center;
  transition:border-color .25s ease, background .25s ease, transform .25s ease;
}
.social-row a:hover{border-color:var(--teal-bright);background:rgba(32,184,168,0.1);transform:translateY(-3px);}
.social-row svg{width:15px;height:15px;stroke:var(--slate-200);}

/* RESPONSIVE */
@media (max-width:900px){
  .hero-inner{grid-template-columns:1fr;}
  .hero-visual{height:320px;order:-1;}
  .service-list{grid-template-columns:1fr;}
  .focus-grid{grid-template-columns:1fr 1fr;}
  .why-grid{grid-template-columns:1fr;gap:40px;}
  .footer-top{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .nav-links,.nav-cta .btn-ghost{display:none;}
  .nav-toggle{display:flex;}
  section{padding:80px 0;}
  .focus-grid{grid-template-columns:1fr;}
  .stat-block{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr;gap:36px;}
  .footer-bottom{flex-direction:column;align-items:flex-start;}
}

.mobile-menu{
  position:fixed;top:0;right:-100%;
  width:78%;max-width:320px;height:100vh;
  background:var(--navy-900);
  z-index:1100;
  padding:30px;
  transition:right .4s cubic-bezier(.2,.8,.2,1);
  display:flex;flex-direction:column;gap:26px;
  box-shadow:-10px 0 40px rgba(0,0,0,0.3);
}
.mobile-menu.open{right:0;}
.mobile-menu a{color:var(--white);font-size:18px;font-weight:500;}
.mobile-menu .close-btn{align-self:flex-end;background:none;border:none;color:var(--white);font-size:26px;cursor:pointer;}
