:root{
  --bg0:#070b14;
  --bg1:#0b1220;
  --card: rgba(255,255,255,.06);
  --card2: rgba(255,255,255,.08);
  --stroke: rgba(255,255,255,.12);
  --text:#eaf0ff;
  --muted: rgba(234,240,255,.72);
  --muted2: rgba(234,240,255,.58);
  --shadow: 0 30px 80px rgba(0,0,0,.55);
  --shadow2: 0 18px 50px rgba(0,0,0,.45);
  --radius: 22px;
  --radius2: 16px;
  --max: 1150px;
  --a1:#7c5cff;
  --a2:#3dd6ff;
  --a3:#32ffa8;
  --warn:#ffd24a;
  --good:#31f4a0;
  --danger:#ff4d6d;
  --font: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --serif: "Fraunces", ui-serif, Georgia, serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  background: radial-gradient(1200px 700px at 15% 10%, rgba(124,92,255,.14), transparent 60%),
              radial-gradient(900px 600px at 85% 15%, rgba(61,214,255,.12), transparent 55%),
              linear-gradient(180deg, var(--bg1), var(--bg0) 60%);
  color:var(--text);
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button, input, select, textarea{font:inherit}
::selection{background: rgba(124,92,255,.35)}

.container{width:min(var(--max), calc(100% - 48px)); margin:0 auto}
.muted{color:var(--muted)}
.small{font-size:.92em; opacity:.9}
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); border:0;
}

/* Ambient background */
.bg{position:fixed; inset:0; pointer-events:none; z-index:-1}
.bg__orb{
  position:absolute; filter: blur(45px); opacity:.9;
  width:520px; height:520px; border-radius:50%;
}
.bg__orb--a{left:-180px; top:-200px; background: radial-gradient(circle at 30% 30%, rgba(124,92,255,.6), transparent 60%)}
.bg__orb--b{right:-180px; top:-170px; background: radial-gradient(circle at 30% 30%, rgba(61,214,255,.55), transparent 60%)}
.bg__grid{
  position:absolute; inset:-1px;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 70px 70px;
  opacity:.12;
  mask-image: radial-gradient(500px 380px at 50% 0%, #000 40%, transparent 70%);
}
.bg__noise{
  position:absolute; inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  opacity:.18;
  mix-blend-mode:overlay;
}

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(8,12,22,.55);
  backdrop-filter: blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.topbar__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0;
}
.topbar__text{margin:0; display:flex; align-items:center; gap:10px; color:var(--muted)}
.topbar__link{color:var(--text); opacity:.85}
.topbar__link:hover{opacity:1}

/* Pills / tags */
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px; border-radius:999px;
  background: rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  font-size:12px; letter-spacing:.2px;
}
.pill--good{background: rgba(49,244,160,.10); border-color: rgba(49,244,160,.18); color: rgba(234,240,255,.92)}
.logo-pill{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(234,240,255,.82);
  font-size:13px;
}

/* Header */
.header{
  position:sticky; top:46px; z-index:40;
  background: rgba(9,14,26,.58);
  backdrop-filter: blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
  width:38px; height:38px; border-radius:14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(124,92,255,.8), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(61,214,255,.75), transparent 55%),
    rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.brand__text{display:flex; flex-direction:column; line-height:1}
.brand__name{font-weight:800; letter-spacing:.2px}
.brand__sub{font-weight:700; opacity:.72; font-size:12px; margin-top:4px}
.brand--footer .brand__mark{width:34px;height:34px}

.nav{display:flex; align-items:center; gap:16px}
.nav__toggle{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:var(--text);
}
.nav__bars{
  display:block; width:18px; height:12px; margin:0 auto;
  background:
    linear-gradient(var(--text),var(--text)) 0 0/100% 2px no-repeat,
    linear-gradient(var(--text),var(--text)) 0 50%/100% 2px no-repeat,
    linear-gradient(var(--text),var(--text)) 0 100%/100% 2px no-repeat;
  opacity:.9;
}
.nav__menu{
  display:flex; align-items:center; gap:18px;
}
.nav__menu a{
  color: rgba(234,240,255,.82);
  font-weight:600;
  font-size:14px;
  padding:10px 10px;
  border-radius:12px;
}
.nav__menu a:hover{
  background: rgba(255,255,255,.06);
  color: rgba(234,240,255,1);
}
.nav__cta{display:flex; gap:10px; margin-left:6px}

/* Buttons */
.btn{
  position:relative;
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  font-weight:800;
  letter-spacing:.2px;
  cursor:pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn:hover{
  transform: translateY(-1px);
  border-color: rgba(255,255,255,.20);
  background: rgba(255,255,255,.09);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}
.btn:active{transform: translateY(0px)}
.btn--primary{
  background:
    radial-gradient(120px 120px at 15% 20%, rgba(61,214,255,.25), transparent 70%),
    linear-gradient(135deg, rgba(124,92,255,.95), rgba(61,214,255,.85));
  border-color: rgba(124,92,255,.28);
  box-shadow: 0 20px 65px rgba(124,92,255,.22);
}
.btn--primary:hover{
  box-shadow: 0 26px 85px rgba(124,92,255,.28);
}
.btn--ghost{
  background: rgba(255,255,255,.04);
}
.btn--xl{padding:14px 18px; border-radius:16px}
.btn--block{width:100%}
.btn__spark{
  position:absolute; inset:-1px;
  border-radius:inherit;
  background: radial-gradient(140px 120px at 20% 10%, rgba(255,255,255,.18), transparent 60%);
  opacity:.8;
  mix-blend-mode:overlay;
  pointer-events:none;
}

/* Hero */
.hero{position:relative; padding:68px 0 26px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:38px;
  align-items:center;
}
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(234,240,255,.82);
  font-weight:700;
  font-size:13px;
}
.dot{
  width:10px;height:10px;border-radius:50%;
  background: radial-gradient(circle at 30% 30%, rgba(49,244,160,.95), rgba(49,244,160,.25));
  box-shadow: 0 0 0 6px rgba(49,244,160,.08);
}
.hero h1{
  font-family:var(--serif);
  font-size: clamp(38px, 4.2vw, 56px);
  line-height:1.02;
  margin:18px 0 14px;
  letter-spacing:-.5px;
}
.headline-accent{
  background: linear-gradient(90deg, rgba(61,214,255,1), rgba(49,244,160,1));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  margin:0 0 18px;
  color: rgba(234,240,255,.80);
  font-size: 16.6px;
  line-height:1.6;
  max-width: 54ch;
}
.hero__actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

.trustrow{
  margin-top:20px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.trustcard{
  display:flex; gap:12px; align-items:center;
  padding:12px 12px;
  border-radius:18px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
}
.trustcard__icon{
  width:36px;height:36px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.trustcard__title{font-weight:900; font-size:13px}
.trustcard__sub{font-size:12px; color:var(--muted2); margin-top:2px}

.logo-strip{
  margin-top:16px;
  display:flex; gap:10px; flex-wrap:wrap;
  opacity:.95;
}

.hero__media{position:relative}
.media-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.media-card__frame{
  position:relative;
  aspect-ratio: 4 / 3;
  overflow:hidden;
}
.media-card__frame img{
  width:100%; height:100%;
  object-fit:cover;
  transform: scale(1.03);
  filter: saturate(1.02) contrast(1.02);
}
.media-card__frame--fallback{
  background:
    radial-gradient(600px 380px at 30% 30%, rgba(124,92,255,.22), transparent 60%),
    radial-gradient(550px 360px at 80% 40%, rgba(61,214,255,.18), transparent 60%),
    rgba(255,255,255,.03);
}
.media-overlay{
  position:absolute; inset:0;
  background: radial-gradient(500px 340px at 20% 20%, rgba(255,255,255,.08), transparent 60%),
              linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.40));
  pointer-events:none;
}
.media-stats{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  padding:14px;
}
.stat{
  padding:12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.stat__num{font-weight:1000; letter-spacing:-.2px}
.stat__label{color:var(--muted2); font-size:12px; margin-top:4px; line-height:1.2}

.floating{
  position:absolute;
  left:-10px; bottom:-14px;
  width: 72%;
  max-width: 360px;
}
.floating__card{
  border-radius: 20px;
  background: rgba(8,12,22,.72);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow2);
  padding:14px 14px;
}
.floating__badge{
  display:inline-flex; padding:6px 10px;
  border-radius:999px;
  background: rgba(49,244,160,.10);
  border:1px solid rgba(49,244,160,.20);
  color: rgba(234,240,255,.92);
  font-weight:900; font-size:12px;
}
.floating__time{font-weight:1000; margin-top:8px}
.floating__sub{color:var(--muted2); font-size:12px; margin-top:4px}

.hero__fade{
  position:absolute; left:0; right:0; bottom:-1px; height:70px;
  background: linear-gradient(180deg, transparent, rgba(7,11,20,1));
}

/* Proof */
.proof{padding: 18px 0 36px}
.proof__grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.proof__item{
  padding:14px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}
.proof__kpi{
  font-weight:1000;
  letter-spacing:-.3px;
  font-size:20px;
}
.proof__text{color:var(--muted2); margin-top:6px; font-size:13px}

/* Sections */
.section{padding: 76px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), transparent 70%);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section__head{max-width: 72ch; margin-bottom: 20px}
.section__head h2{
  font-family:var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  margin:0 0 10px;
  letter-spacing:-.4px;
}
.section__head p{margin:0; line-height:1.7}

/* Cards */
.cards{display:grid; gap:14px; margin-top: 18px}
.cards--3{grid-template-columns: repeat(3, 1fr)}
.card{
  padding:18px 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 55px rgba(0,0,0,.28);
}
.card__icon{
  width:44px; height:44px;
  border-radius:18px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  margin-bottom: 12px;
}
.card h3{margin: 0 0 8px; font-weight:1000}
.card p{margin: 0 0 12px; color: rgba(234,240,255,.78); line-height:1.6}

.checklist{list-style:none; padding:0; margin:0; display:grid; gap:8px}
.checklist li{
  position:relative;
  padding-left: 22px;
  color: rgba(234,240,255,.78);
  font-size:13px;
}
.checklist li::before{
  content:"";
  position:absolute; left:0; top:6px;
  width:12px; height:12px; border-radius:4px;
  background: radial-gradient(circle at 30% 30%, rgba(49,244,160,.95), rgba(49,244,160,.25));
  box-shadow: 0 0 0 5px rgba(49,244,160,.08);
}

/* CTA Band */
.cta-band{
  margin-top: 18px;
  padding: 18px 16px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(600px 240px at 20% 10%, rgba(124,92,255,.20), transparent 60%),
    radial-gradient(520px 240px at 80% 30%, rgba(61,214,255,.16), transparent 60%),
    rgba(255,255,255,.04);
  display:flex; align-items:center; justify-content:space-between; gap:14px;
}
.cta-band h3{margin:0; font-weight:1000}
.cta-band p{margin:6px 0 0}
.cta-band__actions{display:flex; gap:10px; flex-wrap:wrap}

/* Team */
.team{display:grid; grid-template-columns: repeat(3,1fr); gap:14px; margin-top: 18px}
.person{
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  overflow:hidden;
  box-shadow: 0 16px 55px rgba(0,0,0,.26);
}
.person__img{
  aspect-ratio: 16 / 11;
  background:
    radial-gradient(520px 320px at 20% 20%, rgba(124,92,255,.18), transparent 60%),
    rgba(255,255,255,.03);
}
.person__img img{width:100%; height:100%; object-fit:cover}
.person__img--fallback{background:
  radial-gradient(520px 320px at 20% 20%, rgba(124,92,255,.22), transparent 60%),
  radial-gradient(520px 320px at 80% 40%, rgba(61,214,255,.18), transparent 60%),
  rgba(255,255,255,.03);
}
.person__meta{padding:14px 14px}
.person__meta h3{margin:0 0 6px; font-weight:1000}
.person__tags{display:flex; gap:8px; flex-wrap:wrap; margin-top: 10px}
.tag{
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(234,240,255,.82);
  font-weight:800;
  font-size:12px;
}

/* Reviews */
.reviews{display:grid; grid-template-columns: repeat(3,1fr); gap:14px; margin-top: 18px}
.review{
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  padding:16px 16px;
}
.review__top{display:flex; align-items:center; gap:12px}
.avatar{
  width:38px; height:38px; border-radius:14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(61,214,255,.55), transparent 58%),
    rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}
.review__name{font-weight:1000}
.review__sub{color:var(--muted2); font-size:12px; margin-top:2px}
.review__stars{margin-left:auto; letter-spacing:1px; color: rgba(255,210,74,.95)}
.review__body{margin:12px 0 0; color: rgba(234,240,255,.78); line-height:1.65}
.reviewbar{
  margin-top: 14px;
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:14px 14px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.badge{
  display:flex; flex-direction:column; line-height:1;
  padding:10px 12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
.badge__big{font-weight:1000; font-size:22px}
.badge__small{color:var(--muted2); font-size:12px; margin-top:6px}
.reviewbar__left{display:flex; align-items:center; gap:12px}

/* Steps */
.steps{display:grid; grid-template-columns: repeat(3,1fr); gap:14px; margin-top: 18px}
.step{
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  padding:16px 16px;
}
.step__num{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(124,92,255,.14);
  border:1px solid rgba(124,92,255,.22);
  font-weight:1000;
  font-size:12px;
}
.step h3{margin:12px 0 6px; font-weight:1000}
.step p{margin:0; color: rgba(234,240,255,.78); line-height:1.6}

/* Gallery */
.gallery{display:grid; grid-template-columns: 1fr 1fr; gap:14px; margin-top: 18px}
.gallery__img{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  overflow:hidden;
  box-shadow: 0 16px 55px rgba(0,0,0,.26);
  aspect-ratio: 16 / 10;
}
.gallery__img img{width:100%; height:100%; object-fit:cover}
.gallery__img--fallback{
  background:
    radial-gradient(520px 320px at 20% 20%, rgba(124,92,255,.22), transparent 60%),
    radial-gradient(520px 320px at 80% 40%, rgba(61,214,255,.18), transparent 60%),
    rgba(255,255,255,.03);
}

/* Pricing */
.pricing{display:grid; grid-template-columns: repeat(3,1fr); gap:14px; margin-top: 18px}
.price{
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  padding:18px 16px;
  position:relative;
}
.price__tier{color: rgba(234,240,255,.9); font-weight:900}
.price__value{font-weight:1000; font-size:34px; margin-top:10px; letter-spacing:-.4px}
.price__sub{color: var(--muted2); margin-top:6px}
.price--featured{
  border-color: rgba(124,92,255,.30);
  background:
    radial-gradient(520px 260px at 20% 10%, rgba(124,92,255,.18), transparent 60%),
    rgba(255,255,255,.05);
  box-shadow: 0 30px 90px rgba(124,92,255,.18);
}
.price__chip{
  position:absolute;
  top:14px; right:14px;
  padding:7px 10px;
  border-radius:999px;
  background: rgba(255,210,74,.12);
  border:1px solid rgba(255,210,74,.22);
  font-weight:1000;
  font-size:12px;
}
.fineprint{margin-top: 12px; font-size:12px}

/* FAQ */
.faq{display:grid; gap:10px; margin-top: 18px}
.qa{
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 0;
  overflow:hidden;
}
.qa summary{
  cursor:pointer;
  padding: 14px 14px;
  font-weight:1000;
  list-style:none;
}
.qa summary::-webkit-details-marker{display:none}
.qa p{
  margin:0;
  padding: 0 14px 14px;
  color: rgba(234,240,255,.78);
  line-height:1.6;
}

/* Contact */
.contact{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  align-items:start;
}
.contact__cards{display:grid; grid-template-columns: repeat(3,1fr); gap:10px; margin: 18px 0}
.mini{
  padding:12px 12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.mini__label{color:var(--muted2); font-size:12px}
.mini__value{font-weight:1000; margin-top:6px}

.map-shell{
  margin-top: 14px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(520px 320px at 30% 30%, rgba(61,214,255,.12), transparent 60%),
    rgba(255,255,255,.03);
  height: 220px;
  position:relative;
  overflow:hidden;
}
.map-shell__pin{
  position:absolute; left:50%; top:44%;
  width:14px; height:14px; border-radius:50%;
  background: rgba(255,77,109,.95);
  transform: translate(-50%,-50%);
  box-shadow: 0 0 0 10px rgba(255,77,109,.10);
}
.map-shell__text{
  position:absolute; left:14px; bottom:12px;
  color: rgba(234,240,255,.78);
  font-weight:800;
  font-size:13px;
  padding:8px 10px;
  border-radius:14px;
  background: rgba(8,12,22,.55);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.form{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  padding:16px 16px;
  box-shadow: var(--shadow2);
}
.form__head h3{margin:0; font-weight:1000}
.form__head p{margin:6px 0 0}
.grid2{display:grid; grid-template-columns: 1fr 1fr; gap:10px}
.field{display:grid; gap:7px; margin-top: 12px}
.field span{font-weight:900; font-size:12px; color: rgba(234,240,255,.84)}
.field input, .field select, .field textarea{
  width:100%;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(8,12,22,.45);
  color: var(--text);
  outline:none;
}
.field input:focus, .field select:focus, .field textarea:focus{
  border-color: rgba(61,214,255,.35);
  box-shadow: 0 0 0 6px rgba(61,214,255,.10);
}
textarea{resize:vertical}

.consent{
  display:flex; gap:10px; align-items:flex-start;
  margin-top: 12px;
  color: rgba(234,240,255,.78);
  font-size:12.5px;
}
.consent input{margin-top:3px}
.form__fine{margin:12px 0 0; font-size:12px}

/* Sticky CTA */
.sticky{
  position:fixed; left:0; right:0; bottom:12px;
  z-index:60;
  pointer-events:none;
}
.sticky__inner{
  pointer-events:auto;
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:12px 12px;
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(8,12,22,.62);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 70px rgba(0,0,0,.50);
}
.sticky__title{font-weight:1000}
.sticky__sub{font-size:12px}
.sticky__actions{display:flex; gap:10px}

/* Footer */
.footer{
  padding: 58px 0 110px;
  border-top:1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(255,255,255,.02), transparent 70%);
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
}
.footer__note{max-width: 55ch; margin-top: 12px; line-height:1.7}
.footer__cols{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
.footer__title{font-weight:1000; margin-bottom: 10px}
.footer__col a{
  display:block;
  color: rgba(234,240,255,.78);
  padding:8px 0;
}
.footer__col a:hover{color: rgba(234,240,255,1)}
.footer__bottom{
  margin-top: 20px;
  padding-top: 16px;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
}

/* Modal */
.no-scroll{overflow:hidden}
.modal{
  position:fixed; inset:0;
  display:none;
  z-index:80;
}
.modal--open{display:block}
.modal__backdrop{
  position:absolute; inset:0;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(8px);
}
.modal__panel{
  position:relative;
  width:min(560px, calc(100% - 28px));
  margin: 12vh auto 0;
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(9,14,26,.92);
  box-shadow: var(--shadow);
  padding:16px 16px;
}
.modal__head{
  display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
}
.modal__title{font-weight:1000; font-size:18px}
.iconbtn{
  width:44px; height:44px; border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  cursor:pointer;
}
.iconbtn:hover{background: rgba(255,255,255,.10)}
.iconbtn span{font-size:22px; line-height:1}
.slots{display:grid; gap:10px; margin-top: 14px}
.slot{
  width:100%;
  text-align:left;
  padding:12px 12px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: rgba(234,240,255,.9);
  font-weight:900;
  cursor:pointer;
}
.slot:hover{
  background: rgba(255,255,255,.09);
  border-color: rgba(61,214,255,.24);
  transform: translateY(-1px);
}
.modal__cta{margin-top: 12px}
.modal__fine{margin: 12px 0 0; font-size:12px}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{grid-template-columns: 1fr; gap:18px}
  .trustrow{grid-template-columns: 1fr; }
  .proof__grid{grid-template-columns: repeat(2,1fr)}
  .cards--3, .team, .reviews, .steps, .pricing{grid-template-columns: 1fr}
  .gallery{grid-template-columns: 1fr}
  .contact{grid-template-columns: 1fr}
  .contact__cards{grid-template-columns: 1fr}
  .footer__grid{grid-template-columns: 1fr}
}

@media (max-width: 860px){
  .nav__toggle{display:inline-flex; align-items:center; justify-content:center}
  .nav__menu{
    position:absolute;
    top: calc(46px + 70px);
    right: 24px;
    width: min(420px, calc(100% - 48px));
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    padding:12px;
    border-radius: 22px;
    border:1px solid rgba(255,255,255,.14);
    background: rgba(9,14,26,.92);
    box-shadow: var(--shadow2);
    display:none;
  }
  .nav__menu--open{display:flex}
  .nav__cta{margin-left:0; justify-content:stretch}
  .nav__cta .btn{width:100%}
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto !important; transition:none !important}
}
