/* Salient-inspired design tokens */
:root{
  --ink:#0a0d12;
  --text:#1a1f29;
  --muted:#667085;
  --bg:#ffffff;
  --bg-soft:#f7f8fb;
  --line:#eceff3;

  --orange:#ff6a3d;
  --orange-600:#ff5a2a;
  --orange-700:#f24d1f;

  --blue:#3b82f6;
  --yellow:#ffd166;
  --violet:#8b5cf6;

  --radius:18px;
  --radius-md:14px;
  --radius-sm:10px;

  --shadow-sm:0 10px 30px rgba(20,25,35,.06);
  --shadow-md:0 20px 50px rgba(20,25,35,.10);

  --space-1:8px; --space-2:12px; --space-3:16px; --space-4:20px;
  --space-5:24px; --space-6:32px; --space-8:48px; --space-10:64px; --space-12:88px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0; font-family:system-ui, -apple-system, Segoe UI, Inter, Roboto, Arial, sans-serif;
  color:var(--text); background:var(--bg);
  line-height:1.6;
}
img{max-width:100%; display:block}
a{color:var(--ink); text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{color:var(--ink); line-height:1.15; margin:0 0 var(--space-3)}
h1{font-size:clamp(2.4rem,1.6rem + 3vw,4.2rem); letter-spacing:-.02em}
h2{font-size:clamp(1.6rem,1.2rem + 1.2vw,2.2rem)}
h3{font-size:1.25rem}
.muted{color:var(--muted)}
.container{width:min(1200px, calc(100% - 40px)); margin-inline:auto}

/* Header */
.header{
  position:sticky; top:0; z-index:1000;
  background:rgba(255,255,255,.85);
  backdrop-filter:saturate(1.2) blur(8px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0}
.brand img{height:34px; width:auto}
.nav-toggle{display:none; width:44px; height:44px; border:1px solid var(--line); border-radius:10px; background:#fff}
.nav-toggle .bar{display:block; width:20px; height:2px; background:#111; margin:4px auto}
.nav-menu{display:flex; gap:18px; list-style:none; margin:0; padding:0; align-items:center}
.nav-menu a{padding:8px 10px; border-radius:10px}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; font-weight:700; border:1px solid transparent; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease}
.btn-pill{border-radius:999px; padding:12px 18px}
.btn-orange{background:var(--orange); color:#fff; box-shadow:var(--shadow-sm)}
.btn-orange:hover{transform:translateY(-1px); box-shadow:var(--shadow-md); text-decoration:none}
.btn-outline{background:#fff; border-color:var(--line); color:var(--ink)}
.zap{filter:drop-shadow(0 1px 0 rgba(0,0,0,.15))}

/* Hero */
.hero{padding:var(--space-12) 0}
.hero-grid{
  display:grid; grid-template-columns: 1.1fr .9fr; gap: var(--space-6);
  align-items:center;
}
.hero-copy .hero-sub{font-size:1.125rem; color:var(--muted); max-width:56ch}
.hero-actions{display:flex; gap:16px; align-items:center; margin-top:18px}
.link-underline{color:var(--ink); text-underline-offset:6px; text-decoration:underline 2px}
.scribble{
  position:relative; display:inline-block;
}
.scribble::after{
  content:""; position:absolute; left:0; right:0; bottom:-6px; height:9px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='12' viewBox='0 0 400 12'%3E%3Cpath d='M2 10c40-10 80 10 120 0s80-10 120 0 80 10 120 0' stroke='%23ff6a3d' stroke-width='8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") 0 0/100% 100% no-repeat;
}

.hero-visual .visual-bg{
  position:relative; padding:24px; border-radius:26px;
  background:
    linear-gradient(180deg, #ffd166 20%, #3b82f6 85%);
  overflow:hidden; min-height:420px;
  box-shadow:var(--shadow-md);
}
.visual-portrait{
  position:absolute; right:14px; bottom:0; width:55%; max-width:360px; height:auto; border-radius:20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
  object-fit:cover;
}
/* Stat card overlay */
.stat-card{
  position:absolute; left:24px; top:24px; width:260px;
  background:#fff; border:1px solid var(--line); border-radius:16px; padding:14px;
  box-shadow:var(--shadow-sm);
}
.stat-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:6px}
.stat-pill{background:#e8f6ef; color:#107a4f; font-weight:700; padding:4px 8px; border-radius:999px; font-size:.85rem}
.stat-tabs button{background:#f2f4f9; border:none; padding:6px 10px; border-radius:8px; font-weight:600; color:#475569; cursor:pointer}
.stat-tabs button.active{background:#111827; color:#fff}
.stat-value{font-size:1.35rem; font-weight:800; color:#111827}

/* Trusted + Testimonials */
.trusted{padding:64px 0 32px; background:#fff}
.trusted-head{display:flex; align-items:center; gap:18px; justify-content:space-between; margin-bottom:24px}
.avatars{display:flex; gap:10px}
.avatar{width:36px; height:36px; border-radius:50%; background:linear-gradient(180deg,#ddd,#bbb)}
.a1{background-image:url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22%3E%3Crect width=%22100%25%22 height=%22100%25%22 fill=%22%23fde68a%22/%3E%3C/svg%3E')}
.a2{background-image:url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22%3E%3Crect width=%22100%25%22 height=%22100%25%22 fill=%22%23a7f3d0%22/%3E%3C/svg%3E')}
.a3{background-image:url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22%3E%3Crect width=%22100%25%22 height=%22100%25%22 fill=%22%2399c1ff%22/%3E%3C/svg%3E')}
.testimonials{
  display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px; align-items:stretch;
}
.bubble{
  border-radius:20px; border:1px solid var(--line); padding:22px; background:#fff; box-shadow:var(--shadow-sm)
}
.bubble.main{
  background:#ff6a3d; color:#fff; position:relative;
}
.bubble.main::after{
  content:""; position:absolute; bottom:-12px; left:50%; transform:translateX(-50%);
  width:20px; height:12px; background:linear-gradient(180deg, #ff6a3d 0, #ff6a3d 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.bubble blockquote{margin:0 0 10px}
.bubble .author{font-weight:700; opacity:.9}

/* Big headline + video card */
.big-headline{padding:72px 0; background:var(--bg-soft); border-top:1px solid var(--line)}
.video-card{
  margin-top:20px; position:relative; border-radius:22px; overflow:hidden; background:#fff; border:1px solid var(--line); height:360px; box-shadow:var(--shadow-sm)
}
.video-still{
  position:absolute; inset:0;
  background:linear-gradient(180deg,#fafafa, #eaeef6);
}
.play{
  position:absolute; left:18px; top:18px; width:58px; height:58px; border-radius:50%;
  border:none; background:#111827; color:#fff; font-size:20px; cursor:pointer; box-shadow:var(--shadow-sm)
}

/* How it works */
.how{padding:80px 0; background:#fff}
.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:18px; padding:0; list-style:none; margin:0}
.steps li{background:#fff; border:1px solid var(--line); border-radius:18px; padding:20px; box-shadow:var(--shadow-sm)}

/* CTA band */
.cta-band{padding:72px 0; background:#0a0d12; color:#fff}
.cta-inner{display:flex; align-items:center; justify-content:space-between}
.cta-inner h2{color:#fff}
.cta-inner .btn-orange{background:#ff6a3d}

/* Contact */
.contact{padding:80px 0; background:#fff}
.contact-actions{display:flex; gap:14px; margin-top:10px}

/* Footer */
.footer{
  background:#0a0d12; color:#cbd5e1; padding:48px 0; border-top:1px solid rgba(255,255,255,.06)
}
.footer-grid{display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:24px; align-items:start}
.footer .muted{color:#94a3b8}
.f-links{list-style:none; padding:0; margin:0; display:grid; gap:10px}
.link-underline-light{color:#fff; text-decoration:underline; text-underline-offset:4px}

/* Accessibility */
.skip-link{position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip-link:focus{left:8px; top:8px; width:auto; height:auto; background:#111; color:#fff; padding:8px 12px; border-radius:8px}

/* Responsive */
@media (max-width: 1024px){
  .hero-grid{grid-template-columns:1fr; gap:32px}
  .visual-portrait{position:static; width:46%; max-width:none; float:right}
  .testimonials{grid-template-columns:1fr; }
  .steps{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
}
@media (max-width: 768px){
  .nav-toggle{display:inline-flex; align-items:center; justify-content:center}
  .nav-menu{
    position:absolute; right:16px; top:64px; background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow-md);
    padding:10px; display:none; flex-direction:column; min-width:240px;
  }
  .nav-menu.open{display:flex}
  .contact-actions{flex-direction:column}
}
