:root{
  --navy:#0f1d3a;
  --navy-2:#16274d;
  --ink:#16213a;
  --muted:#6d7891;
  --line:#e5e9f2;
  --bg:#f7f8fc;
  --purple:#6e5ff8;
  --purple-soft:#f0edff;
  --green:#e9f8ee;
  --green-text:#237044;
  --red:#e9415d;
  --red-soft:#ffe9ed;
  --orange:#f39a45;
  --white:#fff;
  --shadow:0 20px 60px rgba(24,34,62,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--bg);
}
h1,h2,h3,.brand-name{font-family:"Manrope",sans-serif}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.site-shell{overflow:hidden}
.nav-wrap{
  position:sticky;top:0;z-index:50;
  background:rgba(247,248,252,.84);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(229,233,242,.75);
}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px;font-weight:800}
.brand-mark{
  width:40px;height:40px;border-radius:12px;
  display:grid;place-items:center;
  font-size:12px;letter-spacing:-.3px;
  color:#fff;background:linear-gradient(135deg,var(--navy),var(--purple));
  box-shadow:0 8px 20px rgba(110,95,248,.25);
}
.brand-name{font-size:19px}
.nav-links{display:flex;gap:30px;color:#46526b;font-weight:600;font-size:14px}
.nav-links a:hover{color:var(--purple)}
.button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border-radius:13px;font-weight:700;border:1px solid transparent;
  transition:.2s ease;cursor:pointer;
}
.button:hover{transform:translateY(-2px)}
.button-small{padding:11px 17px;font-size:14px}
.button-dark{background:var(--navy);color:#fff}
.button-primary{padding:15px 22px;background:var(--purple);color:#fff;box-shadow:0 12px 28px rgba(110,95,248,.25)}
.button-ghost{padding:15px 18px;border-color:#d9deea;background:#fff}
.hero{
  min-height:690px;
  display:grid;grid-template-columns:1.04fr .96fr;gap:64px;align-items:center;
  padding-top:76px;padding-bottom:86px;
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12px;letter-spacing:.12em;font-weight:800;color:var(--purple);
  margin-bottom:18px;
}
.pulse-dot{width:8px;height:8px;background:#45bf7b;border-radius:50%;box-shadow:0 0 0 6px rgba(69,191,123,.12)}
.hero h1{font-size:66px;line-height:1.03;letter-spacing:-.055em;margin:0 0 22px;max-width:670px}
.hero h1 span{color:var(--purple)}
.hero-sub{font-size:19px;line-height:1.7;color:#5f6a82;max-width:610px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;margin-bottom:38px}
.trust-row{display:flex;gap:34px;border-top:1px solid var(--line);padding-top:24px}
.trust-row div{display:flex;flex-direction:column;gap:4px}
.trust-row strong{font-family:"Manrope";font-size:17px}
.trust-row span{font-size:12px;color:var(--muted)}
.hero-visual{position:relative;min-height:520px;display:grid;place-items:center}
.glow{position:absolute;border-radius:50%;filter:blur(20px)}
.glow-one{width:330px;height:330px;background:rgba(110,95,248,.16);top:40px;right:30px}
.glow-two{width:280px;height:280px;background:rgba(83,207,153,.13);bottom:30px;left:20px}
.floating-card{animation:float 5s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.phone-card{
  position:relative;z-index:2;width:min(470px,100%);
  background:#fff;border:1px solid #e2e6ef;border-radius:26px;
  box-shadow:0 28px 80px rgba(25,35,68,.16);
  padding:22px;
}
.phone-top{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.phone-top .avatar{width:42px;height:42px;border-radius:13px;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}
.phone-top div:nth-child(2){display:flex;flex-direction:column;gap:3px}
.phone-top strong{font-size:14px}
.phone-top span{font-size:11px;color:var(--muted)}
.status-dot{margin-left:auto;width:10px;height:10px;border-radius:50%;background:#45bf7b}
.messages{padding:22px 0;display:flex;flex-direction:column;gap:13px}
.msg{max-width:84%;padding:13px 14px;border-radius:15px;font-size:13px;line-height:1.45}
.msg span{display:block;font-size:10px;font-weight:700;margin-bottom:4px;opacity:.65}
.msg.system{align-self:flex-end;background:#eaf7ef}
.msg.customer{align-self:flex-start;background:#edf0ff}
.typing{display:flex;align-items:center;gap:5px;padding-top:7px;color:var(--muted)}
.typing span{width:6px;height:6px;background:#aab2c4;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}
.typing span:nth-child(2){animation-delay:.12s}.typing span:nth-child(3){animation-delay:.24s}
@keyframes bounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-5px)}}
.typing p{font-size:11px;margin:0 0 0 6px}
.mini-card{
  position:absolute;z-index:3;right:-14px;bottom:24px;width:250px;
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px;
  box-shadow:0 20px 50px rgba(27,36,66,.14);
}
.priority-top{display:flex;justify-content:space-between;align-items:center}
.priority-top span{font-size:10px;font-weight:800;color:var(--muted)}
.priority-top strong{font-size:10px;background:var(--red-soft);color:#b6253e;padding:5px 8px;border-radius:999px}
.priority-card p{font-size:13px;font-weight:700;line-height:1.4;margin:12px 0 5px}
.priority-card small{font-size:10px;color:var(--muted)}
.logos-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.logos-inner{min-height:96px;display:flex;align-items:center;gap:30px;justify-content:space-between;color:#8a94a8;font-size:11px;font-weight:800;letter-spacing:.06em}
.logos-inner>span{font-weight:600;letter-spacing:0;color:#7d879a}
.section{padding-top:110px;padding-bottom:110px}
.section-heading{max-width:700px;margin-bottom:46px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading h2,.demo-grid h2,.split-callout h2,.pilot-card h2{
  font-size:43px;line-height:1.12;letter-spacing:-.04em;margin:0 0 18px;
}
.section-heading p,.section-copy{color:var(--muted);font-size:17px;line-height:1.7}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step-card{
  position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:280px;
  box-shadow:0 8px 28px rgba(25,35,68,.04)
}
.step-num{position:absolute;top:20px;right:20px;font-size:11px;font-weight:800;color:#a4adbd}
.icon-wrap{width:46px;height:46px;border-radius:14px;background:var(--purple-soft);display:grid;place-items:center;color:var(--purple);font-size:20px;margin:24px 0 35px}
.step-card h3{font-size:19px;margin:0 0 12px}
.step-card p{font-size:14px;color:var(--muted);line-height:1.65;margin:0}
.demo-section{background:var(--navy);color:#fff}
.demo-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.demo-grid .eyebrow{color:#a99fff}
.demo-grid .section-copy{color:#bac3d7}
.bullet-list{display:flex;flex-direction:column;gap:18px;margin-top:32px}
.bullet-list>div{display:flex;gap:13px}
.bullet-list>div>span{flex:0 0 24px;width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:rgba(117,102,255,.20);color:#b8afff;font-size:12px;font-weight:800}
.bullet-list p{margin:0;color:#bbc4d6;font-size:14px;line-height:1.5}
.bullet-list strong{color:#fff}
.chat-demo{background:#fff;color:var(--ink);border-radius:22px;padding:18px;box-shadow:0 30px 70px rgba(0,0,0,.25)}
.demo-toolbar{display:flex;align-items:center;gap:6px;padding:2px 4px 14px;border-bottom:1px solid var(--line)}
.window-dot{width:8px;height:8px;border-radius:50%;background:#d8deeb}
.demo-toolbar strong{margin-left:10px;font-size:12px}
.conversation-demo{min-height:390px;padding:22px 8px 8px;display:flex;flex-direction:column;gap:12px}
.demo-message{opacity:0;transform:translateY(8px);transition:.45s ease;max-width:84%;padding:13px 15px;border-radius:15px;font-size:13px;line-height:1.5}
.demo-message.visible{opacity:1;transform:none}
.demo-message small{display:block;font-weight:700;font-size:10px;opacity:.58;margin-bottom:4px}
.demo-message.outgoing{align-self:flex-end;background:#e9f7ee}
.demo-message.incoming{align-self:flex-start;background:#edf0ff}
.replay-btn{width:100%;border:0;background:#f3f5f9;border-radius:12px;padding:11px;color:#5d6780;font-size:12px;font-weight:700;cursor:pointer}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature{
  background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:230px;
}
.feature-large{grid-column:span 2;grid-row:span 2;min-height:476px;background:linear-gradient(145deg,#fff,#f7f5ff)}
.feature-icon{width:44px;height:44px;border-radius:13px;background:var(--purple-soft);display:grid;place-items:center;color:var(--purple);font-size:13px;font-weight:800;margin-bottom:34px}
.feature h3{font-size:19px;margin:0 0 10px}
.feature p{color:var(--muted);font-size:14px;line-height:1.65;margin:0}
.mini-analysis{margin-top:40px;border:1px solid #e5e0ff;background:#fff;border-radius:17px;padding:8px}
.mini-analysis div{display:flex;align-items:center;justify-content:space-between;padding:13px;border-bottom:1px solid #f0edf9}
.mini-analysis div:last-child{border:0}
.mini-analysis span{font-size:11px;color:var(--muted);font-weight:600}
.mini-analysis strong{font-size:12px}
.mini-analysis .urgent{background:var(--red-soft);color:#ba2b43;border-radius:999px;padding:5px 8px}
.dashboard-section{background:#f0f2f8}
.dashboard-mock{
  display:grid;grid-template-columns:150px 1fr;background:#fff;border:1px solid #dde2ec;border-radius:24px;
  min-height:520px;box-shadow:var(--shadow);overflow:hidden;
}
.dash-sidebar{background:var(--navy);color:#fff;padding:24px 18px}
.dash-logo{font-family:"Manrope";font-weight:800;margin-bottom:44px}
.dash-nav{font-size:12px;color:#9facC7;padding:11px 10px;border-radius:9px;margin-bottom:5px}
.dash-nav.active{background:#22365f;color:#fff}
.dash-main{padding:28px}
.dash-top{display:flex;justify-content:space-between;align-items:center}
.dash-top small{font-size:9px;letter-spacing:.12em;color:var(--muted);font-weight:800}
.dash-top h3{margin:4px 0 0;font-size:23px}
.dash-user{font-size:11px;background:#f1f3f8;padding:9px 12px;border-radius:10px;font-weight:700}
.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:28px 0 18px}
.stat-row div{border:1px solid var(--line);border-radius:13px;padding:14px}
.stat-row span{display:block;font-size:9px;color:var(--muted);margin-bottom:6px}
.stat-row strong{font-size:24px}
.lead-table{border:1px solid var(--line);border-radius:15px;overflow:hidden}
.lead-row{display:grid;grid-template-columns:1fr 1.1fr auto;gap:18px;align-items:center;padding:17px;border-bottom:1px solid var(--line)}
.lead-row:last-child{border-bottom:0}
.urgent-row{background:#fffafb}
.lead-person{display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:center}
.lead-person strong{font-size:12px}
.lead-person small{grid-column:2;font-size:9px;color:var(--muted);margin-top:3px}
.priority-pill{font-size:8px;font-weight:800;color:#b6253e;background:var(--red-soft);padding:4px 6px;border-radius:999px}
.priority-pill.high{color:#9d5d14;background:#fff0dc}
.priority-pill.medium{color:#365db7;background:#eaf0ff}
.lead-summary{font-size:10px;color:#657087;line-height:1.45}
.lead-row button{border:1px solid #dce1eb;background:#fff;border-radius:9px;padding:8px 10px;font-size:9px;font-weight:700}
.split-callout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.value-cards{display:grid;gap:10px}
.value-cards>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;display:grid;grid-template-columns:100px 1fr;align-items:center}
.value-cards strong{font-family:"Manrope";font-size:16px}
.value-cards span{font-size:13px;color:var(--muted);line-height:1.45}
.pilot-section{padding:0 0 90px}
.pilot-card{
  background:linear-gradient(135deg,#6556ec,#806df6 58%,#8f7bff);
  border-radius:28px;color:#fff;padding:52px 56px;
  display:flex;align-items:center;justify-content:space-between;gap:40px;
  box-shadow:0 25px 65px rgba(100,84,235,.24);
}
.pilot-copy{max-width:690px}
.eyebrow.light{color:#ded9ff}
.pilot-card h2{font-size:39px}
.pilot-card p{color:#e7e3ff;line-height:1.65;margin:0}
.pilot-actions{min-width:230px;display:flex;flex-direction:column;gap:12px;align-items:center}
.button-white{background:#fff;color:#3f357f;padding:15px 22px;width:100%}
.pilot-actions span{font-size:10px;color:#dfdafe}
footer{background:#0c1730;color:#fff;padding:45px 0}
.footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:50px;align-items:center}
.footer-brand{margin-bottom:10px}
.footer-grid p{color:#94a0bb;font-size:12px;margin:0}
.footer-links{display:flex;gap:22px;font-size:11px;color:#aeb8cc}
.footer-links a:hover{color:#fff}
.footer-note{font-size:10px;color:#75819b}
@media (max-width:1000px){
  .nav-links{display:none}
  .hero{grid-template-columns:1fr;padding-top:60px}
  .hero-copy{text-align:center}
  .hero h1,.hero-sub{margin-left:auto;margin-right:auto}
  .hero-actions,.trust-row{justify-content:center}
  .hero-visual{min-height:560px}
  .steps{grid-template-columns:1fr 1fr}
  .demo-grid,.split-callout{grid-template-columns:1fr}
  .feature-grid{grid-template-columns:1fr 1fr}
  .dashboard-mock{grid-template-columns:1fr}
  .dash-sidebar{display:none}
}
@media (max-width:720px){
  .container{width:min(100% - 24px,1160px)}
  .nav{height:68px}
  .nav .button-small{display:none}
  .hero{padding-top:48px;padding-bottom:55px}
  .hero h1{font-size:45px}
  .hero-sub{font-size:16px}
  .hero-actions{flex-direction:column}
  .trust-row{gap:18px;flex-wrap:wrap}
  .mini-card{right:0}
  .logos-inner{overflow:auto;justify-content:flex-start}
  .section{padding-top:78px;padding-bottom:78px}
  .section-heading h2,.demo-grid h2,.split-callout h2,.pilot-card h2{font-size:32px}
  .steps,.feature-grid{grid-template-columns:1fr}
  .feature-large{grid-column:auto;grid-row:auto;min-height:auto}
  .dashboard-mock{overflow-x:auto}
  .dash-main{min-width:720px}
  .pilot-card{padding:35px 28px;flex-direction:column;align-items:flex-start}
  .pilot-actions{width:100%}
  .footer-grid{grid-template-columns:1fr;gap:25px}
  .footer-links{flex-wrap:wrap}
}


/* Pilot signup page */
.pilot-page-body{background:#f5f6fb}
.pilot-page{padding:72px 0 95px}
.pilot-page-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:start}
.pilot-page-copy{padding-top:24px}
.pilot-page-copy h1{
  font-family:"Manrope",sans-serif;
  font-size:49px;line-height:1.08;letter-spacing:-.045em;
  margin:0 0 20px;
}
.pilot-page-copy>p{font-size:17px;line-height:1.7;color:var(--muted);max-width:560px}
.pilot-benefits{display:flex;flex-direction:column;gap:18px;margin-top:38px}
.pilot-benefits>div{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:start}
.pilot-benefits>div>span{
  width:38px;height:38px;border-radius:12px;background:var(--purple-soft);
  color:var(--purple);display:grid;place-items:center;font-size:10px;font-weight:800
}
.pilot-benefits p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.pilot-benefits strong{color:var(--ink)}
.pilot-note-card{
  margin-top:38px;padding:18px 20px;border:1px solid #dfe4ee;background:#fff;border-radius:16px
}
.pilot-note-card strong{font-size:13px}
.pilot-note-card p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.signup-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;
  box-shadow:0 24px 70px rgba(24,34,62,.09)
}
.signup-card-head{margin-bottom:25px}
.signup-kicker{font-size:10px;letter-spacing:.12em;font-weight:800;color:var(--purple)}
.signup-card-head h2{font-size:27px;margin:6px 0 8px}
.signup-card-head p{color:var(--muted);font-size:13px;line-height:1.55;margin:0}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.pilot-form label{display:flex;flex-direction:column;gap:7px}
.pilot-form label>span{font-size:11px;font-weight:700;color:#46526b}
.pilot-form label small{font-weight:500;color:#8b94a7}
.pilot-form input,.pilot-form select,.pilot-form textarea{
  width:100%;border:1px solid #dbe0ea;background:#fff;color:var(--ink);
  border-radius:11px;padding:12px 13px;outline:none;transition:.15s ease
}
.pilot-form input:focus,.pilot-form select:focus,.pilot-form textarea:focus{
  border-color:#9c91ff;box-shadow:0 0 0 3px rgba(110,95,248,.10)
}
.pilot-form textarea{resize:vertical;line-height:1.5}
.full-field{margin-top:17px}
.hidden-field{display:none}
.consent-row{
  margin-top:20px;display:grid!important;grid-template-columns:18px 1fr;gap:10px!important;
  align-items:start
}
.consent-row input{width:16px;height:16px;margin-top:2px}
.consent-row span{font-size:11px!important;font-weight:500!important;line-height:1.55;color:#707b90!important}
.submit-pilot{width:100%;margin-top:22px;padding:15px 18px;border:0}
.form-footnote{text-align:center;color:#8d96a9;font-size:10px;margin:11px 0 0}
.thanks-body{min-height:100vh;background:linear-gradient(150deg,#f6f7fb,#efedff);display:grid;place-items:center;padding:24px}
.thanks-wrap{width:min(560px,100%)}
.thanks-card{
  text-align:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:48px 45px;
  box-shadow:0 30px 90px rgba(24,34,62,.12)
}
.thanks-brand{justify-content:center;margin-bottom:34px}
.success-icon{
  width:64px;height:64px;border-radius:20px;display:grid;place-items:center;margin:0 auto 22px;
  background:#e9f8ee;color:#237044;font-size:25px;font-weight:800
}
.thanks-card h1{font-size:39px;letter-spacing:-.04em;margin:4px 0 15px}
.thanks-card p{color:var(--muted);font-size:15px;line-height:1.7;margin:0 auto 28px;max-width:440px}

@media (max-width:900px){
  .pilot-page-grid{grid-template-columns:1fr;gap:38px}
  .pilot-page-copy{text-align:center}
  .pilot-page-copy>p{margin-left:auto;margin-right:auto}
  .pilot-benefits,.pilot-note-card{text-align:left}
}
@media (max-width:620px){
  .pilot-page{padding-top:45px}
  .pilot-page-copy h1{font-size:37px}
  .form-grid{grid-template-columns:1fr}
  .signup-card{padding:22px}
  .thanks-card{padding:38px 22px}
}

.pilot-success-inline{text-align:center;padding:26px 10px 12px}
.pilot-success-inline h2{font-size:30px;margin:4px 0 12px}
.pilot-success-inline p{color:var(--muted);font-size:14px;line-height:1.65;max-width:430px;margin:0 auto 24px}
.pilot-success-inline .success-icon{margin-bottom:20px}


/* Legal pages */
.legal-body{background:#f6f7fb}
.legal-wrap{padding-top:70px;padding-bottom:100px;max-width:960px}
.legal-hero{text-align:center;margin-bottom:34px}
.legal-hero h1{font-size:48px;letter-spacing:-.045em;margin:0 0 8px}
.legal-hero p{margin:0;color:var(--muted);font-size:13px}
.legal-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;
  padding:48px 56px;box-shadow:0 24px 70px rgba(24,34,62,.07)
}
.legal-card section{padding:0 0 31px;margin:0 0 31px;border-bottom:1px solid #edf0f5}
.legal-card section:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.legal-card h2{font-size:21px;margin:0 0 14px}
.legal-card h3{font-size:15px;margin:20px 0 8px}
.legal-card p,.legal-card li{font-size:14px;line-height:1.72;color:#59657c}
.legal-card p{margin:0 0 13px}
.legal-card ul{margin:10px 0 0;padding-left:22px}
.legal-card li{margin-bottom:7px}
.legal-card a{color:var(--purple);text-decoration:underline}
.legal-highlight{
  background:#f4f2ff;border:1px solid #e1dcff;border-radius:13px;
  padding:15px 17px;color:#433c77!important
}
.legal-caps{font-size:12px!important;letter-spacing:.015em}
@media (max-width:700px){
  .legal-wrap{padding-top:45px}
  .legal-hero h1{font-size:38px}
  .legal-card{padding:30px 22px}
}
