﻿:root {
  --navy: #083e66;
  --navy-deep: #052b49;
  --blue: #0f77b8;
  --blue-soft: #e9f5fc;
  --green: #2dbb20;
  --green-dark: #218d18;
  --ink: #132433;
  --muted: #607282;
  --line: #dce8ef;
  --paper: #ffffff;
  --wash: #f4f9fc;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid rgba(8,62,102,.08);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
}
.header-inner { height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; margin-right: auto; text-decoration: none; }
.brand-frame { position: relative; display: block; width: 190px; height: 56px; overflow: hidden; }
.brand-frame picture { display:block; width:100%; height:100%; }
.brand-frame img { width:100%; height:100%; object-fit:contain; }
.desktop-nav { display: flex; gap: 28px; align-items: center; }
.desktop-nav a, .login-link { color: #405463; font-size: 14px; font-weight: 650; text-decoration: none; transition: color .18s; }
.desktop-nav a:hover, .login-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 18px; }

.button {
  min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer;
  transition: transform .18s, box-shadow .18s, background .18s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--blue), #128bd0); color: white; box-shadow: 0 12px 28px rgba(15,119,184,.22); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(15,119,184,.3); }
.button-small { min-height: 42px; padding-inline: 17px; }
.button-quiet { border-color: #cbdce6; background: white; color: var(--navy); }
.button-white { background: white; color: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 88px 0 92px; background: linear-gradient(160deg, #f7fbfd 0%, #fff 48%, #eff9f2 100%); }
.hero::before { content:""; position:absolute; inset:0; opacity:.36; background-image: radial-gradient(#77a9c5 0.7px, transparent 0.7px); background-size: 24px 24px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-halo { position:absolute; border-radius:50%; filter:blur(1px); pointer-events:none; }
.hero-halo-one { width:440px; height:440px; right:-190px; top:-230px; background:rgba(45,187,32,.08); }
.hero-halo-two { width:360px; height:360px; left:-220px; bottom:-230px; background:rgba(15,119,184,.09); }
.hero-grid { position:relative; display:grid; grid-template-columns: 1.08fr .92fr; align-items:center; gap: 76px; }
.eyebrow, .kicker { color: var(--blue); font-size: 12px; line-height:1; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.eyebrow { display:flex; align-items:center; gap:10px; margin-bottom:22px; }
.eyebrow span { width:28px; height:2px; background:var(--green); }
.hero h1 { max-width: 680px; margin:0; color:var(--navy-deep); font-size:clamp(46px,5.3vw,74px); line-height:.99; letter-spacing:-.055em; font-weight:780; }
.hero h1 em { color:var(--blue); font-style:normal; }
.hero-lede { max-width:650px; margin:28px 0 0; color:#516877; font-size:18px; line-height:1.7; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.hero-notes { margin-top:26px; display:flex; flex-wrap:wrap; gap:20px; color:#607482; font-size:12.5px; font-weight:650; }
.hero-notes span { display:flex; align-items:center; gap:8px; }
.hero-notes i { width:7px; height:7px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px rgba(45,187,32,.1); }

.hero-product { position:relative; border:1px solid rgba(8,62,102,.11); border-radius:28px; background:rgba(255,255,255,.94); box-shadow:0 32px 80px rgba(8,62,102,.16); transform:rotate(1deg); }
.hero-product::after { content:""; position:absolute; inset:18px -20px -22px 25px; z-index:-1; border-radius:28px; background:linear-gradient(145deg, rgba(15,119,184,.12), rgba(45,187,32,.10)); }
.product-topline { height:54px; padding:0 18px; border-bottom:1px solid var(--line); display:flex; align-items:center; gap:10px; color:#6e7f8c; font-size:11px; }
.product-topline b { margin-left:auto; padding:6px 10px; color:var(--green-dark); background:#eaf8e8; border-radius:999px; font-size:10px; text-transform:uppercase; letter-spacing:.06em; }
.signal { display:flex; gap:4px; }
.signal span { width:7px; height:7px; border-radius:50%; background:#bdd1dd; }
.signal span:first-child { background:var(--green); }
.product-body { padding:22px; }
.call-card { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:13px; padding:16px; border-radius:18px; color:white; background:linear-gradient(135deg,var(--navy),#0e5f91); }
.avatar { width:48px; height:48px; border-radius:15px; display:grid; place-items:center; background:rgba(255,255,255,.15); font-size:13px; font-weight:800; }
.call-card small, .call-card span { display:block; color:rgba(255,255,255,.65); font-size:10px; }
.call-card strong { display:block; margin:2px 0 4px; font-size:15px; }
.phone-action { width:43px; height:43px; border-radius:50%; display:grid; place-items:center; background:var(--green); font-size:19px; transform:rotate(-8deg); }
.progress-row { margin:21px 2px 9px; display:flex; justify-content:space-between; color:#6e8190; font-size:11px; }
.progress-row strong { color:var(--navy); }
.progress-track { height:7px; border-radius:999px; overflow:hidden; background:#edf3f6; }
.progress-track i { display:block; width:64%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--blue),var(--green)); }
.mini-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:18px; }
.mini-grid div { padding:13px; border:1px solid var(--line); border-radius:14px; background:#fbfdfe; }
.mini-grid span, .mini-grid strong { display:block; }
.mini-grid span { color:#84939f; font-size:9px; text-transform:uppercase; letter-spacing:.08em; }
.mini-grid strong { margin-top:5px; color:var(--navy); font-size:12px; }
.activity-card { margin-top:10px; padding:15px; border:1px solid var(--line); border-radius:15px; }
.activity-head { display:flex; justify-content:space-between; font-size:11px; }
.activity-head span { color:#83929d; }
.activity-card ul { list-style:none; padding:0; margin:12px 0 0; }
.activity-card li { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:8px; padding:7px 0; color:#536976; font-size:10.5px; border-top:1px solid #edf2f5; }
.activity-card i { width:7px; height:7px; border-radius:50%; }
.activity-card time { color:#98a5ae; }
.blue-dot { background:var(--blue); } .green-dot { background:var(--green); } .grey-dot { background:#9daeb8; }

.promise-strip { border-block:1px solid var(--line); background:#fff; }
.promise-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.promise-grid > div { padding:26px 28px; border-left:1px solid var(--line); }
.promise-grid > div:last-child { border-right:1px solid var(--line); }
.promise-grid small, .promise-grid strong { display:block; }
.promise-grid small { margin-bottom:5px; color:var(--green-dark); font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.promise-grid strong { color:var(--navy); font-size:14px; }

.section { padding:104px 0; }
.section-heading h2 { max-width:760px; margin:13px 0 0; color:var(--navy-deep); font-size:clamp(34px,4vw,52px); line-height:1.1; letter-spacing:-.04em; }
.split-heading { display:grid; grid-template-columns:1.25fr .75fr; gap:60px; align-items:end; margin-bottom:52px; }
.split-heading p { margin:0; color:var(--muted); font-size:16px; line-height:1.75; }
.capabilities { background:var(--wash); }
.capability-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #cfe0e9; border-left:1px solid #cfe0e9; }
.capability-card { min-height:250px; padding:28px 24px; border-right:1px solid #cfe0e9; border-bottom:1px solid #cfe0e9; background:rgba(255,255,255,.55); transition:background .2s, transform .2s; }
.capability-card:hover { background:#fff; transform:translateY(-3px); }
.card-index { color:var(--green-dark); font-size:11px; font-weight:850; letter-spacing:.1em; }
.capability-card h3 { margin:42px 0 11px; color:var(--navy); font-size:18px; line-height:1.2; }
.capability-card p { margin:0; color:#657784; font-size:13px; line-height:1.7; }

.workflow { overflow:hidden; color:white; background:linear-gradient(135deg,#052b49,#073d64 62%,#07537d); }
.workflow-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:95px; }
.kicker.light { color:#7edb74; }
.workflow h2 { max-width:510px; margin:15px 0 20px; font-size:clamp(36px,4.5vw,57px); line-height:1.08; letter-spacing:-.045em; }
.workflow-intro > p { max-width:500px; color:rgba(255,255,255,.66); line-height:1.75; }
.text-link { display:inline-flex; gap:8px; margin-top:24px; font-weight:750; text-decoration:none; }
.light-link { color:white; }
.workflow-list { margin:0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.16); }
.workflow-list li { display:grid; grid-template-columns:58px 1fr; gap:18px; padding:24px 0; border-bottom:1px solid rgba(255,255,255,.16); }
.workflow-list > li > span { color:#74d66a; font-size:12px; font-weight:800; }
.workflow-list h3 { margin:0 0 7px; font-size:19px; }
.workflow-list p { margin:0; color:rgba(255,255,255,.62); font-size:13.5px; line-height:1.65; }

.centered { text-align:center; display:grid; justify-items:center; margin-bottom:50px; }
.role-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.role-grid article { min-height:280px; padding:32px; border:1px solid var(--line); border-radius:var(--radius); background:linear-gradient(180deg,#fff,#f7fbfd); }
.role-label { display:inline-flex; padding:7px 10px; border-radius:999px; color:var(--blue); background:var(--blue-soft); font-size:10px; font-weight:850; text-transform:uppercase; letter-spacing:.08em; }
.role-grid h3 { margin:56px 0 12px; color:var(--navy); font-size:23px; line-height:1.2; }
.role-grid p { margin:0; color:var(--muted); line-height:1.7; font-size:14px; }

.demo-section { background:#f2f8fb; }
.demo-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:74px; align-items:start; }
.demo-copy { position:sticky; top:110px; }
.demo-copy h2 { margin:15px 0 20px; color:var(--navy-deep); font-size:clamp(36px,4vw,52px); line-height:1.08; letter-spacing:-.04em; }
.demo-copy > p { color:var(--muted); line-height:1.75; }
.demo-details { margin-top:38px; border-top:1px solid #cddfe8; }
.demo-details div { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:18px 0; border-bottom:1px solid #cddfe8; }
.demo-details span { color:#718490; font-size:12px; }
.demo-details strong, .demo-details a { color:var(--navy); font-size:13px; font-weight:750; text-decoration:none; text-align:right; }
.demo-form { padding:34px; border:1px solid var(--line); border-radius:26px; background:white; box-shadow:0 20px 55px rgba(8,62,102,.08); }
.form-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:27px; padding-bottom:20px; border-bottom:1px solid var(--line); }
.form-heading span { color:var(--green-dark); font-size:10px; font-weight:850; text-transform:uppercase; letter-spacing:.1em; }
.form-heading strong { color:var(--navy); font-size:18px; }
.field-pair { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.demo-form label { display:block; margin-bottom:17px; }
.demo-form label > span { display:block; margin-bottom:8px; color:#435966; font-size:12px; font-weight:750; }
.demo-form label small { color:#82929c; font-weight:500; }
.demo-form input, .demo-form textarea { width:100%; border:1px solid #cbdbe4; border-radius:12px; outline:none; background:#fbfdfe; color:var(--ink); transition:border .18s, box-shadow .18s; }
.demo-form input { height:47px; padding:0 13px; }
.demo-form textarea { min-height:112px; resize:vertical; padding:12px 13px; }
.demo-form input:focus, .demo-form textarea:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(15,119,184,.09); background:white; }
.honeypot { position:absolute !important; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
.demo-form .consent { display:grid; grid-template-columns:18px 1fr; gap:10px; align-items:start; }
.demo-form .consent input { width:17px; height:17px; margin:2px 0 0; accent-color:var(--blue); }
.demo-form .consent span { margin:0; color:#687b87; font-size:11.5px; font-weight:500; line-height:1.55; }
.demo-form .consent a { color:var(--blue); font-weight:700; }
.form-button { width:100%; }
.form-button:disabled { opacity:.65; cursor:wait; transform:none; }
.form-status { min-height:18px; margin:12px 0 0; text-align:center; color:#7a8c97; font-size:11px; line-height:1.5; }
.form-status.success { color:var(--green-dark); font-weight:700; }
.form-status.error { color:#b42318; font-weight:700; }

.closing-cta { padding:78px 0; color:white; background:linear-gradient(120deg,var(--blue),#0b659d 65%,var(--green-dark)); }
.closing-inner { display:flex; align-items:center; justify-content:space-between; gap:55px; }
.closing-inner h2 { max-width:780px; margin:12px 0 0; font-size:clamp(30px,3.6vw,46px); line-height:1.14; letter-spacing:-.035em; }

.site-footer { padding:70px 0 24px; color:#c4d2db; background:#041f35; }
.footer-grid { display:grid; grid-template-columns:1.7fr repeat(3,1fr); gap:50px; }
.footer-brand p { max-width:290px; margin:12px 0 0; color:#91a5b3; font-size:13px; line-height:1.7; }
.footer-logo { opacity:.98; }
.footer-grid > div:not(.footer-brand) { display:flex; flex-direction:column; align-items:flex-start; gap:12px; }
.footer-grid strong { margin-bottom:6px; color:white; font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.footer-grid a { color:#9fb2be; font-size:13px; text-decoration:none; }
.footer-grid a:hover { color:white; }
.footer-bottom { margin-top:55px; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; color:#76909f; font-size:11px; }

.legal-page { min-height:100vh; background:#f6fafc; }
.legal-hero { padding:84px 0 52px; color:white; background:linear-gradient(135deg,var(--navy-deep),var(--navy)); }
.legal-hero .kicker { color:#7edb74; }
.legal-hero h1 { margin:13px 0 0; font-size:clamp(40px,5vw,64px); letter-spacing:-.05em; }
.legal-hero p { max-width:690px; margin:18px 0 0; color:rgba(255,255,255,.68); line-height:1.7; }
.legal-content { max-width:820px; padding:62px 0 88px; }
.legal-content section { margin-bottom:38px; }
.legal-content h2 { color:var(--navy); font-size:24px; }
.legal-content p, .legal-content li { color:#5c707d; line-height:1.78; font-size:15px; }
.legal-content ul { padding-left:22px; }
.contact-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:34px; }
.contact-card { padding:25px; border:1px solid var(--line); border-radius:18px; background:white; }
.contact-card span, .contact-card strong { display:block; }
.contact-card span { color:#7d8e99; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.contact-card strong { margin-top:10px; color:var(--navy); font-size:17px; }
.contact-card a { color:var(--blue); text-decoration:none; }

@media (max-width: 980px) {
  .desktop-nav { display:none; }
  .hero { padding-top:66px; }
  .hero-grid, .workflow-grid, .demo-grid { grid-template-columns:1fr; gap:56px; }
  .hero-product { max-width:600px; }
  .split-heading { grid-template-columns:1fr; gap:20px; }
  .capability-grid { grid-template-columns:repeat(2,1fr); }
  .workflow-intro { max-width:670px; }
  .role-grid { grid-template-columns:1fr; }
  .role-grid article { min-height:0; }
  .role-grid h3 { margin-top:32px; }
  .demo-copy { position:static; }
  .footer-grid { grid-template-columns:1.7fr repeat(3,1fr); gap:26px; }
}

@media (max-width: 700px) {
  .container { width:min(100% - 28px,1160px); }
  .header-inner { height:68px; }
  .brand-frame { width:145px; height:46px; }
  .brand-frame img { width:100%; }
  .login-link { display:none; }
  .button-small { min-height:39px; padding-inline:13px; font-size:12px; }
  .hero { padding:58px 0 70px; }
  .hero h1 { font-size:44px; }
  .hero-lede { font-size:16px; }
  .hero-actions .button { flex:1; min-width:155px; }
  .hero-notes { display:grid; gap:12px; }
  .hero-product { transform:none; }
  .product-body { padding:15px; }
  .promise-grid { grid-template-columns:1fr; }
  .promise-grid > div, .promise-grid > div:last-child { border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
  .section { padding:76px 0; }
  .capability-grid { grid-template-columns:1fr; }
  .capability-card { min-height:210px; }
  .workflow-list li { grid-template-columns:42px 1fr; }
  .field-pair { grid-template-columns:1fr; gap:0; }
  .demo-form { padding:23px 18px; }
  .form-heading { align-items:start; flex-direction:column; gap:7px; }
  .closing-inner { align-items:flex-start; flex-direction:column; gap:28px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
  .footer-bottom { align-items:flex-start; flex-direction:column; gap:8px; }
  .contact-cards { grid-template-columns:1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { transition-duration:.01ms !important; }
}

