:root{
  --bg:        #0A0E1A;
  --bg-2:     #0E1322;
  --surface:  #111729;
  --surface-2:#161D33;
  --line:     rgba(255,255,255,.08);
  --line-2:   rgba(255,255,255,.14);
  --text:     #F4F4F7;
  --muted:    #9AA3B8;
  --muted-2:  #6E7894;
  --accent-a: #22D3EE;
  --accent-b: #8B5CF6;
  --accent-c: #EC4899;
  --grad:     linear-gradient(120deg, var(--accent-a) 0%, var(--accent-b) 55%, var(--accent-c) 100%);
  --grad-soft:linear-gradient(120deg, rgba(34,211,238,.18), rgba(139,92,246,.18) 55%, rgba(236,72,153,.14));
  --radius:   18px;
  --radius-sm:12px;
  --maxw:     1180px;
  --ease:     cubic-bezier(.2,.7,.2,1);
  --shadow:   0 30px 80px -30px rgba(0,0,0,.7), 0 8px 24px -12px rgba(34,211,238,.18);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  line-height:1.55;
  overflow-x:hidden;
  padding-bottom: env(safe-area-inset-bottom);
}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}

/* ============ Ambient backdrop ============ */
.stage{
  position:fixed; inset:0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(60% 50% at 80% -10%, rgba(139,92,246,.28), transparent 60%),
    radial-gradient(50% 40% at 0% 10%, rgba(34,211,238,.20), transparent 60%),
    radial-gradient(40% 35% at 50% 110%, rgba(236,72,153,.16), transparent 60%),
    var(--bg);
}
.grid-overlay{
  position:fixed; inset:-1px; z-index:-1; pointer-events:none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 0%, black 30%, transparent 75%);
}

/* ============ Layout ============ */
.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 28px; }
section{ padding:120px 0; position:relative; scroll-margin-top:88px; }

/* ============ Nav ============ */
header.nav{
  position:sticky; top:0; z-index:50;
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  background: rgba(10,14,26,.55);
  border-bottom:1px solid var(--line);
}
.nav-inner{ display:flex; align-items:center; justify-content:space-between; height:72px; gap:18px; }
.brand{ display:flex; align-items:center; gap:12px; font-family:"Space Grotesk", Inter, sans-serif; font-weight:600; letter-spacing:-.01em; min-width:0; }
.brand-mark{
  width:34px; height:34px; border-radius:9px;
  background: var(--grad);
  position:relative; overflow:hidden;
  box-shadow:0 6px 24px -8px rgba(139,92,246,.6);
  flex:0 0 auto;
}
.brand-mark::before, .brand-mark::after{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.9), transparent 35%),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,.45), transparent 38%);
  mix-blend-mode:overlay;
}
.brand-mark::after{
  background: conic-gradient(from 220deg, transparent 0 50%, rgba(0,0,0,.35) 50% 100%);
  mix-blend-mode:multiply; opacity:.5;
}
.brand-name{ font-size:17px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.brand-name span{ color:var(--muted-2); font-weight:500 }

.nav-right{ display:flex; align-items:center; gap:20px; }
.nav-links{ display:flex; align-items:center; gap:22px; }
.nav-links a.link{ font-size:14px; color:var(--muted); transition: color .25s var(--ease); }
.nav-links a.link:hover{ color:var(--text); }
.nav-phone{
  font-size:14px; font-weight:500; color:var(--text);
  display:inline-flex; align-items:center; gap:8px;
}
.nav-phone svg{ width:14px; height:14px; color: var(--accent-a) }
.nav-cta{
  display:inline-flex; align-items:center; gap:8px;
  height:40px; padding:0 18px; border-radius:999px;
  background: var(--grad); color:#0A0E1A;
  border:1px solid transparent;
  font-size:14px; font-weight:600;
  box-shadow: 0 8px 24px -10px rgba(139,92,246,.5);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  white-space:nowrap;
}
.nav-cta:hover{ transform: translateY(-1px); box-shadow: 0 14px 32px -10px rgba(139,92,246,.65); }

/* ============ Hero ============ */
.hero{ padding:120px 0 80px; }
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  padding:7px 14px 7px 10px; border-radius:999px;
  border:1px solid var(--line-2); background:rgba(255,255,255,.03);
  font-size:12.5px; color:var(--muted); letter-spacing:.02em;
}
.eyebrow .dot{
  width:8px; height:8px; border-radius:50%;
  background: var(--grad);
  box-shadow:0 0 12px rgba(34,211,238,.65);
}
h1.hero-title{
  font-family:"Space Grotesk", Inter, sans-serif;
  font-weight:600;
  font-size: clamp(40px, 6.4vw, 80px);
  line-height: 1.02;
  letter-spacing:-.035em;
  margin:22px 0 22px;
  max-width: 20ch;
}
h1.hero-title .grad{
  background:var(--grad);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-sub{
  font-size: clamp(17px, 1.6vw, 20px);
  color:var(--muted);
  max-width: 62ch;
  margin:0 0 24px;
}

/* Founder strip */
.founder-strip{
  display:inline-flex; align-items:center; gap:14px; flex-wrap:wrap;
  padding: 10px 16px 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  border:1px solid var(--line-2);
  margin-bottom: 36px;
  font-size: 13.5px; color: var(--muted);
}
.founder-strip .fdot{
  width: 26px; height: 26px; border-radius:50%;
  background: var(--grad);
  color:#0A0E1A;
  display:grid; place-items:center;
  font-family:"Space Grotesk", sans-serif;
  font-weight:700; font-size:11px;
  flex:0 0 auto;
  position: relative; overflow: hidden;
}
.founder-strip .fdot img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.founder-strip a{
  color: var(--text);
  border-bottom: 1px solid var(--line-2);
  padding-bottom: 1px;
  transition: border-color .25s var(--ease);
}
.founder-strip a:hover{ border-color: var(--accent-a) }
.founder-strip .sep{ color: var(--muted-2) }

/* Service CTAs */
.cta-row{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:18px;
  max-width: 800px;
}

.cta{
  position:relative;
  display:flex; align-items:center; justify-content:space-between;
  gap:18px; padding:22px 24px;
  border-radius:var(--radius);
  border:1px solid var(--line-2);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  overflow:hidden;
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.cta .cta-l{ display:flex; align-items:center; gap:16px; min-width:0; }
.cta-icon{
  width:46px; height:46px; flex:0 0 auto;
  border-radius:12px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.05);
  border:1px solid var(--line-2);
}
.cta-icon svg{ width:22px; height:22px; }
.cta-text{ min-width:0; padding-right:8px; }
.cta-title{
  font-family:"Space Grotesk", Inter, sans-serif;
  font-weight:600; font-size:18px; letter-spacing:-.01em;
  color:var(--text);
}
.cta-meta{ font-size:13px; color:var(--muted); margin-top:2px; }
.cta-arrow{
  width:38px; height:38px; flex:0 0 auto;
  border-radius:50%;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid var(--line-2);
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.cta-arrow svg{ width:16px; height:16px; transition: transform .35s var(--ease); }

/* Active (Web Design) */
.cta.is-active{
  border-color: rgba(139,92,246,.55);
  background:
    radial-gradient(120% 200% at 0% 0%, rgba(34,211,238,.16), transparent 55%),
    radial-gradient(120% 200% at 100% 100%, rgba(139,92,246,.20), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  box-shadow: var(--shadow);
}
.cta.is-active .cta-icon{
  background: var(--grad);
  border-color: transparent;
  box-shadow: 0 8px 24px -8px rgba(139,92,246,.55);
}
.cta.is-active .cta-icon svg{ color:#0A0E1A }
.cta.is-active:hover{ transform: translateY(-3px); border-color: rgba(139,92,246,.85); }
.cta.is-active:hover .cta-arrow{ background: var(--grad); border-color:transparent; }
.cta.is-active:hover .cta-arrow svg{ color:#0A0E1A; transform: translate(2px,-2px); }
.cta.is-active::after{
  content:""; position:absolute; inset:-1px; border-radius:inherit; pointer-events:none;
  background: linear-gradient(120deg, rgba(34,211,238,.6), rgba(139,92,246,.6), rgba(236,72,153,.5));
  opacity:0; transition:opacity .35s var(--ease);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  padding:1px;
}
.cta.is-active:hover::after{ opacity:1 }

/* Disabled (Business AI Apps) */
.cta.is-disabled{
  cursor: not-allowed;
  opacity:.78;
  border-color: var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.005));
}
.cta.is-disabled .cta-icon{ filter: grayscale(.4); opacity:.7 }
.cta.is-disabled .cta-title{ color: var(--muted) }
.cta.is-disabled .cta-arrow{ background:transparent; border-color:var(--line); }
.cta.is-disabled .cta-arrow svg{ color: var(--muted-2) }

/* Badges (Available now / Coming Soon) — symmetric */
.badge-now, .badge-soon{
  position:absolute; top:12px; right:12px;
  font-size:10px; letter-spacing:.14em; text-transform:uppercase;
  padding:5px 9px; border-radius:999px;
  font-weight:700;
}
.badge-now{
  color:#0A0E1A;
  background: var(--grad);
  box-shadow: 0 6px 14px -6px rgba(139,92,246,.5);
}
.badge-soon{
  color: var(--muted);
  background: rgba(255,255,255,.04);
  border:1px solid var(--line-2);
}

/* Proof bar under CTAs */
.proof-bar{
  margin-top: 22px;
  display: flex; flex-wrap: wrap; gap: 12px 24px;
  font-size: 14px; color: var(--text);
}
.proof-bar .proof-item{ display:inline-flex; align-items:center; gap:9px; }
.proof-bar svg{ width:15px; height:15px; flex:0 0 auto; color: var(--accent-a); }

/* Trust bar */
.trust{
  margin-top:80px;
  padding:24px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.trust-inner{
  display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap;
}
.trust-label{
  font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:var(--muted-2);
}
.trust-logos{
  display:flex; align-items:center; gap:36px; flex-wrap:wrap;
  color: var(--muted);
  font-family:"Space Grotesk", Inter, sans-serif;
  font-weight:600; letter-spacing:-.01em; opacity:.92;
}
.trust-logos span{ font-size:15.5px; display:inline-flex; align-items:center; gap:8px; }
.trust-logos span::before{
  content:""; width:8px; height:8px; border-radius:2px; background:var(--muted-2);
}

/* Section heads */
.sec-head{ max-width: 760px; margin-bottom:56px; }
.sec-eyebrow{
  font-size:12.5px; letter-spacing:.16em; text-transform:uppercase;
  color:var(--accent-a); font-weight:600;
}
.sec-title{
  font-family:"Space Grotesk", Inter, sans-serif;
  font-weight:600;
  font-size: clamp(30px, 4vw, 50px);
  line-height:1.05; letter-spacing:-.025em;
  margin:14px 0 16px;
}
.sec-title .grad{
  background:var(--grad);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.sec-sub{ color:var(--muted); font-size: 17px; max-width: 62ch; }

/* Services pillars */
.services{ display:grid; grid-template-columns: 1fr 1fr; gap:22px; }
.pillar{
  position:relative;
  padding:34px;
  border-radius:24px;
  border:1px solid var(--line-2);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(34,211,238,.10), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.005));
  transition: transform .4s var(--ease), border-color .4s var(--ease);
  display:flex; flex-direction:column;
}
.pillar:hover{ transform: translateY(-4px); border-color: rgba(139,92,246,.45); }
.pillar .num{
  font-family:"Space Grotesk", Inter, sans-serif;
  font-size:13px; color:var(--muted-2); letter-spacing:.18em;
}
.pillar h3{
  font-family:"Space Grotesk", Inter, sans-serif;
  font-weight:600; font-size:28px; letter-spacing:-.02em;
  margin:10px 0 12px;
}
.pillar p{ color:var(--muted); margin:0 0 22px; }
.pillar ul{ list-style:none; padding:0; margin: 0 0 26px; display:grid; gap:10px; flex:1 }
.pillar li{
  display:flex; align-items:flex-start; gap:10px;
  color:var(--text); font-size:15px;
}
.pillar li svg{ width:18px; height:18px; flex:0 0 auto; margin-top:2px; color:var(--accent-a); }
.pillar-foot a.link-cta{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--text); font-weight:500; font-size:14.5px;
  padding-bottom:3px; border-bottom:1px solid var(--line-2);
  transition: gap .25s var(--ease), border-color .25s var(--ease);
  align-self:flex-start;
}
.pillar-foot a.link-cta:hover{ gap:14px; border-color: rgba(139,92,246,.6); }
.pillar-foot a.link-cta svg{ width:14px; height:14px; }

.pillar.alt{
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(139,92,246,.10), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.005));
}
.pillar.disabled .num{ color:var(--muted-2) }

/* Waitlist form (under AI pillar) */
.waitlist{
  margin-top: auto;
  padding: 18px 18px 16px;
  border-radius: 14px;
  border: 1px dashed var(--line-2);
  background: rgba(255,255,255,.02);
}
.waitlist-head{
  display:flex; align-items:center; gap:10px;
  font-family:"Space Grotesk", Inter, sans-serif;
  font-weight: 600; font-size: 14.5px;
  color: var(--text);
  margin-bottom: 4px;
}
.waitlist-head .pulse{
  width:8px; height:8px; border-radius:50%; background:var(--accent-c);
  box-shadow:0 0 0 0 rgba(236,72,153,.55);
  animation: pulse 2s infinite;
  flex:0 0 auto;
}
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(236,72,153,.55) }
  70%{ box-shadow:0 0 0 10px rgba(236,72,153,0) }
  100%{ box-shadow:0 0 0 0 rgba(236,72,153,0) }
}
.waitlist-note{ color: var(--muted); font-size: 12.5px; margin-bottom: 12px; }
.waitlist-row{ display:flex; gap:8px; }
.waitlist-row input{
  flex:1; min-width:0;
  padding: 10px 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line-2);
  border-radius: 10px;
  color: var(--text);
  font: inherit; font-size: 13.5px;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.waitlist-row input:focus{
  outline: none; border-color: rgba(139,92,246,.6); background: rgba(255,255,255,.06);
}
.waitlist-row button{
  padding: 0 14px; border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line-2);
  color: var(--text);
  font-weight: 600; font-size: 13.5px;
  cursor: pointer; white-space:nowrap;
  transition: background .25s var(--ease), border-color .25s var(--ease);
}
.waitlist-row button:hover{
  background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.25);
}
.waitlist-success{
  display: flex; align-items: center; gap: 9px;
  padding: 10px 12px;
  background: rgba(34,211,238,.08);
  border: 1px solid rgba(34,211,238,.3);
  border-radius: 10px;
  color: var(--text); font-size: 13px;
}
.waitlist-success svg{ width:14px; height:14px; flex:0 0 auto; color:var(--accent-a); }

/* Values */
.values{ display:grid; grid-template-columns: repeat(4,1fr); gap:18px; }
.val{
  padding:26px;
  border:1px solid var(--line);
  border-radius:18px;
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005));
}
.val-ic{
  width:42px; height:42px; border-radius:12px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.04);
  border:1px solid var(--line-2);
  margin-bottom:18px;
}
.val-ic svg{ width:20px; height:20px; color:var(--accent-a) }
.val h4{
  font-family:"Space Grotesk", Inter, sans-serif; font-weight:600;
  font-size:17px; letter-spacing:-.01em; margin:0 0 6px;
}
.val p{ margin:0; color:var(--muted); font-size:14.5px; }

/* Process */
.process{ display:grid; grid-template-columns: repeat(4,1fr); gap:18px; position:relative; }
.step{
  padding:24px;
  border:1px solid var(--line);
  border-radius:18px;
  background: rgba(255,255,255,.02);
  position:relative;
}
.step .step-n{
  font-family:"Space Grotesk", Inter, sans-serif;
  font-size:13px; letter-spacing:.16em; color:var(--muted-2);
}
.step h5{
  font-family:"Space Grotesk", Inter, sans-serif; font-weight:600;
  font-size:18px; letter-spacing:-.01em; margin:10px 0 6px;
}
.step p{ margin:0; color:var(--muted); font-size:14.5px; line-height:1.55 }

/* Testimonial */
.testimonial{
  padding:48px;
  border-radius:24px;
  border:1px solid var(--line-2);
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(34,211,238,.08), transparent 55%),
    radial-gradient(120% 140% at 0% 100%, rgba(139,92,246,.10), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.005));
}
.quote-mark{
  font-family:"Space Grotesk", Inter, sans-serif;
  font-size:64px; line-height:.5;
  background: var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent;
}
.quote{
  font-family:"Space Grotesk", Inter, sans-serif;
  font-weight:500;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height:1.3; letter-spacing:-.015em;
  margin:18px 0 26px;
  max-width: 36ch;
}
.who{ display:flex; align-items:center; gap:14px; }
.avatar{
  width:44px; height:44px; border-radius:50%;
  background: var(--grad);
  display:grid; place-items:center;
  font-family:"Space Grotesk", Inter, sans-serif;
  font-weight:600; color:#0A0E1A;
  flex:0 0 auto;
}
.who-meta .name{ font-weight:500 }
.who-meta .role{ color:var(--muted); font-size:13.5px }

/* Guide cross-promo strip */
.guide-strip{
  display:grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items:center;
  padding: 22px 28px;
  border-radius: 18px;
  border: 1px solid var(--line-2);
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005));
}
.guide-strip .gs-ic{
  width:48px; height:48px; border-radius:12px;
  display:grid; place-items:center;
  background: var(--grad);
  box-shadow: 0 8px 20px -8px rgba(139,92,246,.5);
  margin: 0 auto;
  flex:0 0 auto;
}
.guide-strip .gs-ic svg{ width:22px; height:22px; color:#0A0E1A }
.guide-strip .gs-text strong{
  font-family:"Space Grotesk", Inter, sans-serif;
  font-weight:600; font-size:17px; letter-spacing:-.01em;
  color: var(--text); display:block;
}
.guide-strip .gs-text p{
  color: var(--muted); font-size: 14.5px; margin: 2px 0 0;
}
.guide-strip .gs-cta{
  display:inline-flex; align-items:center; gap:8px;
  padding: 0 20px; height: 44px; border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--line-2);
  color: var(--text); font-weight:500; font-size:14px;
  transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
  white-space:nowrap;
}
.guide-strip .gs-cta:hover{
  background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.25); transform: translateY(-1px);
}
.guide-strip .gs-cta svg{ width:14px; height:14px; }

/* Contact section */
.contact-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap: 22px;
}
.contact-card{
  padding: 36px;
  border-radius: 22px;
  border:1px solid var(--line-2);
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.005));
}
.contact-card.alt{
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(34,211,238,.10), transparent 55%),
    radial-gradient(120% 140% at 0% 100%, rgba(139,92,246,.12), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.005));
}
.contact-card h3{
  font-family:"Space Grotesk", Inter, sans-serif; font-weight:600;
  font-size:22px; letter-spacing:-.015em; margin:0 0 8px;
}
.contact-card .desc{ color:var(--muted); font-size:15px; margin:0 0 22px }
.contact-opts{ display:grid; gap:10px }
.contact-direct{
  display:flex; flex-direction:column; gap: 6px;
  margin-bottom: 22px;
}
.contact-direct .row{
  display:flex; align-items:center; gap: 14px;
  padding: 6px 0;
  transition: opacity .25s var(--ease);
}
.contact-direct .row:hover .val{ color: var(--accent-a); }
.contact-direct .row svg{ width:18px; height:18px; color: var(--accent-a); flex:0 0 auto; }
.contact-direct .row > div{ min-width:0; flex:1; }
.contact-direct .row .label{ color: var(--muted-2); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.contact-direct .row .val{ color: var(--text); font-weight: 500; font-size: 15px; overflow:hidden; text-overflow:ellipsis; }

/* Form */
.field{ margin-bottom:14px }
.field label{ display:block; font-size:13.5px; color:var(--muted); margin-bottom:6px; }
.field label .req{ color:var(--accent-c) }
.field label .optional{ color: var(--muted-2); font-weight: 400; font-size: 12.5px; }
.field input, .field textarea{
  width:100%;
  padding:13px 16px;
  background: rgba(255,255,255,.04);
  border:1px solid var(--line-2);
  border-radius:12px;
  color:var(--text);
  font-family: inherit; font-size:15px;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.field input:focus, .field textarea:focus{
  outline:none;
  border-color: rgba(139,92,246,.6);
  background: rgba(255,255,255,.06);
}
.field textarea{ resize:vertical; min-height:96px; }

/* Honeypot field — visually hidden, accessible to bots only */
.field--hp{
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}

/* Form submission status messages */
.form-status{
  margin: 14px 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  min-height: 1.2em;
  color: var(--muted);
}
.form-status.is-success{
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(34, 211, 238, 0.30);
  color: var(--text);
  padding: 12px 16px;
  border-radius: 12px;
}
.form-status.is-error{
  background: rgba(236, 72, 153, 0.08);
  border: 1px solid rgba(236, 72, 153, 0.30);
  color: var(--text);
  padding: 12px 16px;
  border-radius: 12px;
}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  height:52px; padding:0 24px; border-radius:999px;
  font-weight:500; font-size:15px;
  transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.btn svg{ width:16px; height:16px }
.btn-primary{
  background: var(--grad); color:#0A0E1A;
  box-shadow: 0 12px 32px -10px rgba(139,92,246,.5);
  border:1px solid transparent;
  font-weight:600;
}
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 18px 40px -10px rgba(139,92,246,.7); }
.btn-ghost{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line-2);
  color:var(--text);
}
.btn-ghost:hover{ background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.25); transform: translateY(-1px); }
.btn-block{ width:100% }

/* Footer */
footer{
  padding:48px 0 40px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:13.5px;
}
.foot-inner{
  display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap;
}
.foot-links{ display:flex; gap:22px; flex-wrap:wrap; }
.foot-links a:hover{ color:var(--text) }
.foot-links .disabled{ opacity:.55; cursor:not-allowed }
.foot-contact{ display:flex; gap:18px; flex-wrap:wrap; color:var(--muted) }
.foot-contact a:hover{ color:var(--text) }

/* Mobile sticky bar */
.mobile-bar{
  display:none;
  position:fixed; left:0; right:0; bottom:0; z-index:60;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(10,14,26,.85);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-top:1px solid var(--line-2);
  gap:10px;
}
.mobile-bar a{
  flex:1;
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  height:48px; border-radius:999px;
  font-size:14.5px; font-weight:600;
}
.mb-call{
  background: var(--grad); color:#0A0E1A;
  box-shadow: 0 8px 20px -8px rgba(139,92,246,.5);
}
.mb-call svg{ width:16px; height:16px; }
.mb-email{
  background: rgba(255,255,255,.06);
  border:1px solid var(--line-2);
  color: var(--text);
}
.mb-email svg{ width:16px; height:16px; color: var(--muted) }

/* Reveal */
.reveal{
  opacity:0; transform: translateY(20px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.in{ opacity:1; transform: none }
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1; transform:none; transition:none}
  html{scroll-behavior:auto}
}

a:focus-visible, button:focus-visible, summary:focus-visible{
  outline: 2px solid var(--accent-a); outline-offset: 3px; border-radius:8px;
}

/* =================================================================
   Responsive — consolidated, mobile-first refinements
   ================================================================= */

@media (max-width: 980px){
  .nav-links{ display:none }
  .values{ grid-template-columns: repeat(2,1fr) }
  .process{ grid-template-columns: repeat(2,1fr) }
}

@media (max-width: 880px){
  .services{ grid-template-columns:1fr }
  .contact-grid{ grid-template-columns: 1fr }
  section{ padding: 88px 0; }
  .sec-head{ margin-bottom: 44px }
}

@media (max-width: 780px){
  section{ padding: 76px 0; }
  .wrap{ padding: 0 20px }
  .hero{ padding: 64px 0 32px }
  .testimonial{ padding: 32px 24px }
  .guide-strip{ grid-template-columns: 1fr; text-align:center; padding: 24px; gap: 16px; }
  .guide-strip .gs-cta{ justify-self: center; }
}

@media (max-width: 680px){
  /* Nav: tighten, drop suffix on brand */
  .nav-inner{ height: 60px; gap: 10px; }
  .nav-right{ gap: 10px; }
  .nav-phone{ display:none }
  .brand-name{ font-size: 14.5px; }
  .brand-name span{ display: none; }
  .nav-cta{ height: 36px; padding: 0 14px; font-size: 13px; gap: 6px; }
  .nav-cta svg{ width: 12px; height: 12px; }

  /* Hero */
  .hero{ padding: 44px 0 20px; }
  .eyebrow{ font-size: 11.5px; padding: 6px 12px 6px 9px; }
  h1.hero-title{ max-width: none; font-size: clamp(32px, 8.6vw, 50px); margin: 18px 0 18px; }
  .hero-sub{ font-size: 15.5px; margin-bottom: 22px; line-height: 1.55; }

  /* Founder strip — better flow on phones */
  .founder-strip{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 14px;
    padding: 12px 14px;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 28px;
  }
  .founder-strip .sep{ display: none; }
  .founder-strip > span:nth-of-type(2){ flex: 1 1 60%; min-width: 0; line-height: 1.45; }
  .founder-strip a{ flex: 0 0 auto; white-space: nowrap; }

  /* CTA cards: tighter and badges scale */
  .cta-row{ grid-template-columns: 1fr; gap: 12px; }
  .cta{ padding: 18px 14px; gap: 10px; }
  .cta .cta-l{ gap: 12px; }
  .cta-icon{ width: 40px; height: 40px; border-radius: 10px; }
  .cta-icon svg{ width: 18px; height: 18px; }
  .cta-text{ padding-right: 0; padding-top: 18px; }
  .cta-title{ font-size: 15.5px; }
  .cta-meta{ font-size: 12.5px; line-height: 1.35; }
  .cta-arrow{ width: 32px; height: 32px; }
  .cta-arrow svg{ width: 14px; height: 14px; }
  .badge-now, .badge-soon{ top: 10px; left: 14px; right: auto; font-size: 9px; padding: 4px 8px; letter-spacing: .12em; }

  /* Proof bar */
  .proof-bar{ gap: 8px 16px; margin-top: 18px; font-size: 13px; }
  .proof-bar svg{ width: 14px; height: 14px; }

  /* Trust bar */
  .trust{ margin-top: 56px; padding: 20px 0; }
  .trust-inner{ gap: 14px; }
  .trust-label{ font-size: 11px; }
  .trust-logos{ gap: 12px 22px; }
  .trust-logos span{ font-size: 14px; }

  /* Section heads */
  .sec-head{ margin-bottom: 32px; }
  .sec-title br{ display: none; }
  .sec-sub{ font-size: 15.5px; }

  /* Pillars */
  .pillar{ padding: 26px 20px; border-radius: 18px; }
  .pillar h3{ font-size: 24px; }
  .pillar p{ font-size: 15px; }

  /* Waitlist (inside pillar) — stack on phones */
  .waitlist{ padding: 16px 14px 14px; }
  .waitlist-row{ flex-direction: column; gap: 8px; }
  .waitlist-row input{ width: 100%; padding: 12px 14px; font-size: 14px; }
  .waitlist-row button{ width: 100%; padding: 12px 14px; font-size: 14px; }

  /* Values */
  .val{ padding: 22px 20px; }

  /* Steps */
  .step{ padding: 20px; }

  /* Testimonial */
  .testimonial{ padding: 28px 22px; border-radius: 18px; }
  .quote-mark{ font-size: 48px; }
  .quote{ font-size: 18px; line-height: 1.4; margin: 14px 0 22px; }
  .avatar{ width: 40px; height: 40px; font-size: 14px; }

  /* Guide strip */
  .guide-strip{ padding: 22px 18px; gap: 14px; border-radius: 16px; }
  .guide-strip .gs-ic{ width: 44px; height: 44px; }
  .guide-strip .gs-ic svg{ width: 20px; height: 20px; }
  .guide-strip .gs-text strong{ font-size: 16px; }
  .guide-strip .gs-text p{ font-size: 13.5px; }
  .guide-strip .gs-cta{ height: 44px; font-size: 14px; align-self: stretch; justify-content: center; }

  /* Contact cards */
  .contact-card{ padding: 26px 20px; border-radius: 18px; }
  .contact-card h3{ font-size: 20px; }
  .contact-card .desc{ font-size: 14px; margin-bottom: 18px; }

  /* Contact direct rows */
  .contact-direct .row .val{ font-size: 14.5px; }

  /* Buttons */
  .btn{ height: 48px; padding: 0 20px; font-size: 14.5px; }

  /* Footer */
  footer{ padding: 32px 0 28px; }
  .foot-inner{ gap: 12px; font-size: 12.5px; }
  .foot-links{ gap: 16px; }
  .foot-contact{ gap: 14px; }

  /* Mobile sticky bar visible */
  .mobile-bar{ display:flex }
  body{ padding-bottom: calc(68px + env(safe-area-inset-bottom)) }
}

@media (max-width: 520px){
  .values{ grid-template-columns:1fr }
  .process{ grid-template-columns:1fr }
}

@media (max-width: 380px){
  .brand-mark{ width: 30px; height: 30px; border-radius: 8px; }
  .brand-name{ font-size: 14px; }
  .nav-cta{ padding: 0 12px; font-size: 12.5px; }
  h1.hero-title{ font-size: clamp(28px, 9vw, 40px); }
  .founder-strip{ font-size: 12.5px; }
  .cta-title{ font-size: 15px; }
  .cta-meta{ font-size: 12px; }
  .cta-arrow{ display: none; }
}

/* =========================================================
   3-service layout overrides (hero CTA row + services pillars)
   ========================================================= */
.cta-row.cta-row-3{
  grid-template-columns: repeat(3, 1fr);
  max-width: none;          /* override the 2-up 800px cap — 3 cards need the full wrap */
  gap: 16px;
}
.cta-row.cta-row-3 .cta{ padding: 20px 22px; }
.cta-row.cta-row-3 .cta-icon{ width: 42px; height: 42px; }
.cta-row.cta-row-3 .cta-icon svg{ width: 20px; height: 20px; }
.cta-row.cta-row-3 .cta-arrow{ width: 34px; height: 34px; }
.cta-row.cta-row-3 .cta-title{ font-size: 17px; }
.cta-row.cta-row-3 .cta-meta{ font-size: 12.5px; }

.services.services-3{ grid-template-columns: repeat(3, 1fr); }
.services.services-3 .pillar{ padding: 32px 28px; }
.services.services-3 .pillar h3{ font-size: 26px; }

@media (max-width: 1024px){
  .cta-row.cta-row-3{ grid-template-columns: 1fr; max-width: 520px; margin-left:auto; margin-right:auto; }
  .services.services-3{ grid-template-columns: 1fr; }
}

/* =========================================================
   Full-section service pages (#web-app, #ai)
   ========================================================= */
.service-section{ padding: 100px 0; }

/* --- Web App feature cards --- */
.web-app-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
}
.wa-card{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 22px;
  transition: transform .25s var(--ease), border-color .25s var(--ease);
}
.wa-card:hover{ transform: translateY(-3px); border-color: rgba(139,92,246,.45); }
.wa-ic{
  width:44px; height:44px; border-radius: 12px;
  background: var(--grad-soft);
  border: 1px solid var(--line-2);
  display:grid; place-items:center;
  margin-bottom: 18px;
}
.wa-ic svg{ width:22px; height:22px; color: var(--accent-a); }
.wa-card h4{ margin:0 0 8px; font-family:"Space Grotesk", Inter, sans-serif; font-size: 18px; letter-spacing:-.01em; }
.wa-card p{ margin:0; color: var(--muted); font-size: 14.5px; }

/* --- Service-level CTA banner --- */
.service-cta{
  margin-top: 40px;
  padding: 28px 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display:flex; align-items:center; justify-content:space-between; gap: 24px;
  flex-wrap: wrap;
}
.service-cta-body{ display:flex; flex-direction:column; gap: 4px; max-width: 640px; }
.service-cta-body strong{ font-family:"Space Grotesk", Inter, sans-serif; font-size: 18px; }
.service-cta-body span{ color: var(--muted); font-size: 15px; }

/* --- AI service cards --- */
.ai-services{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.ai-card{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  display:flex; flex-direction:column;
  transition: transform .25s var(--ease), border-color .25s var(--ease);
  position: relative;
  overflow: hidden;
}
.ai-card::before{
  content:'';
  position:absolute; inset:0;
  background: var(--grad-soft);
  opacity: 0;
  transition: opacity .3s var(--ease);
  pointer-events: none;
}
.ai-card:hover{ transform: translateY(-4px); border-color: rgba(139,92,246,.55); }
.ai-card:hover::before{ opacity: .6; }
.ai-card > *{ position: relative; z-index: 1; }
.ai-ic{
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--grad);
  display:grid; place-items:center;
  margin-bottom: 22px;
  box-shadow: 0 8px 24px -10px rgba(139,92,246,.55);
}
.ai-ic svg{ width: 26px; height: 26px; color: #0A0E1A; }
.ai-tag{
  font-family:"Space Grotesk", Inter, sans-serif;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent-a);
  margin-bottom: 10px;
}
.ai-card h3{
  margin: 0 0 12px;
  font-family:"Space Grotesk", Inter, sans-serif;
  font-size: 24px; font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.2;
}
.ai-card p{ margin: 0 0 22px; color: var(--muted); font-size: 15px; }
.ai-list{ list-style:none; padding:0; margin: 0 0 26px; display:grid; gap:10px; flex:1; }
.ai-list li{ display:flex; align-items:flex-start; gap:10px; color: var(--text); font-size: 14.5px; }
.ai-list li svg{ width:16px; height:16px; flex:0 0 auto; margin-top:3px; color: var(--accent-a); }
.ai-cta{
  display:inline-flex; align-items:center; gap:10px;
  align-self: flex-start;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line-2);
  color: var(--text);
  font-weight: 500;
  font-size: 14.5px;
  transition: all .2s var(--ease);
}
.ai-cta:hover{ background: var(--grad); color: #0A0E1A; border-color: transparent; gap: 14px; }
.ai-cta svg{ width:14px; height:14px; }

@media (max-width: 1024px){
  .web-app-grid{ grid-template-columns: repeat(2, 1fr); }
  .ai-services{ grid-template-columns: 1fr; }
  .service-cta{ flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px){
  .web-app-grid{ grid-template-columns: 1fr; }
  .service-section{ padding: 80px 0; }
  .service-cta{ padding: 24px; }
}
