/* ===== SOVA landing — desktop ===== */
:root{
  --blue:#036AFF;       /* sova main / Vivid Cobalt */
  --azure:#0080FF;
  --accent:#008BFF;
  --blue-dark:#005FAD;
  --ink:#12131A;        /* Primary */
  --void:#0F0E12;
  --white:#fff;
  --gray:#F6F5F6;
  --bubble:#cfe7ff;
  --soft-sky:#88C4FF;
  --search:#f2f8ff;
  --raspberry:#EA3663;
  --light-blue-bg:#e8f1fd;
  --muted:#5b6472;
  --radius:24px;
  --shadow:0 24px 60px rgba(3,106,255,.12);
  --shadow-sm:0 8px 24px rgba(16,24,40,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-width:1180px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji",sans-serif;
  color:var(--ink);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  line-height:1.45;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,p{margin:0}

.container{width:1200px;max-width:calc(100% - 96px);margin:0 auto}

/* ---- buttons ---- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:600;font-size:15px;border:0;cursor:pointer;
  padding:13px 26px;border-radius:999px;transition:.18s ease;
}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px rgba(3,106,255,.28)}
.btn-primary:hover{background:#0a59d6}
.btn-lg{padding:15px 32px;font-size:16px}
.btn-block{width:100%;padding:15px;font-size:16px}

/* ===== header ===== */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.85);backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid rgba(16,24,40,.06);
}
.nav{display:flex;align-items:center;gap:40px;height:74px}
.logo img{height:26px;width:auto}
.nav-links{display:flex;gap:34px;margin-left:8px;flex:1}
.nav-links a{font-size:15px;color:#3a4250;font-weight:500}
.nav-links a:hover{color:var(--blue)}

/* ===== hero ===== */
.hero{
  background:
    radial-gradient(1100px 520px at 78% 18%, rgba(170,205,255,.5) 0%, rgba(220,235,248,0) 60%),
    linear-gradient(180deg,#ffffff 0%, #eef4ff 100%);
  overflow:hidden;
}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:24px;padding:34px 0 50px}
.hero-copy h1{font-size:62px;line-height:1.04;font-weight:800;letter-spacing:-1.5px}
.hero-copy h1 .l1{color:var(--blue)}
.hero-copy h1 .l2{color:var(--ink)}
.hero-bullets{list-style:none;padding:0;margin:28px 0 30px;display:flex;flex-direction:column;gap:12px}
.hero-bullets li{position:relative;padding-left:26px;color:#2b3340;font-size:17px;font-weight:500}
.hero-bullets li::before{content:"✦";position:absolute;left:0;top:0;color:var(--raspberry);font-size:15px}
.hero-art{display:flex;justify-content:flex-end}
.hero-art img{width:108%;max-width:560px;filter:drop-shadow(0 30px 50px rgba(3,106,255,.18))}

/* ===== generic section ===== */
.section{padding:78px 0}
.section-head{text-align:center;max-width:760px;margin:0 auto 46px}
.section-head h2{font-size:40px;line-height:1.12;font-weight:800;letter-spacing:-.6px}
.section-head p{margin-top:14px;font-size:18px;color:var(--muted)}
.section-head.light h2,.section-head.light p{color:#fff}
.section-head.light p{color:rgba(255,255,255,.82)}

/* ===== chaos card ===== */
.chaos-card{
  background:linear-gradient(135deg,#1f8bff 0%, var(--blue) 60%, #0a59d6 100%);
  border-radius:32px;color:#fff;display:grid;grid-template-columns:1.3fr .7fr;
  gap:20px;padding:60px 56px;align-items:center;box-shadow:var(--shadow);overflow:hidden;
}
.chaos-copy h2{font-size:40px;font-weight:800;line-height:1.12;letter-spacing:-.5px}
.chaos-copy p{margin-top:16px;font-size:18px;color:rgba(255,255,255,.85);max-width:520px}
.pills{list-style:none;padding:0;margin:30px 0 0;display:flex;flex-wrap:wrap;gap:12px;max-width:560px}
.pills li{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);color:#fff;
  padding:11px 20px;border-radius:999px;font-size:15px;font-weight:500;backdrop-filter:blur(4px)}
.chaos-phone{display:flex;justify-content:center}
.chaos-phone img{width:230px;filter:drop-shadow(0 24px 40px rgba(0,0,0,.28))}

/* ===== savings ===== */
.savings{background:#fff}
.savings-hero{
  position:relative;background:linear-gradient(135deg,#0e6bff,#0a4fd0);
  border-radius:28px;padding:46px 52px;color:#fff;overflow:hidden;margin-bottom:26px;box-shadow:var(--shadow)
}
.savings-hero .eyebrow{font-size:16px;color:rgba(255,255,255,.8);font-weight:600}
.savings-big{font-size:54px;font-weight:800;letter-spacing:-1px;margin:6px 0 12px}
.savings-sub{font-size:16px;color:rgba(255,255,255,.85);max-width:560px}
.savings-illo{position:absolute;right:36px;top:50%;transform:translateY(-50%);width:230px;opacity:.95;mix-blend-mode:screen}
.cost-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.cost-card{background:var(--gray);border-radius:20px;padding:30px 28px;border:1px solid #ececec}
.cost-label{font-size:14px;color:var(--muted);font-weight:600}
.cost-amount{font-size:34px;font-weight:800;color:var(--blue);margin:8px 0 12px;letter-spacing:-.5px}
.cost-desc{font-size:15px;color:#46505f;line-height:1.5}

/* ===== full control ===== */
.control{
  background:
    radial-gradient(900px 500px at 50% -10%, #4aa0ff 0%, rgba(74,160,255,0) 60%),
    linear-gradient(160deg,#0a78ff 0%, var(--blue) 55%, #2f93ff 100%);
}
.control-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:980px;margin:0 auto}
.glass-card{
  position:relative;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);
  border-radius:22px;padding:30px 28px 70px;color:#fff;min-height:210px;backdrop-filter:blur(8px)
}
.glass-card h3{font-size:21px;font-weight:700;line-height:1.2}
.glass-card p{margin-top:12px;font-size:15px;color:rgba(255,255,255,.82)}
.glass-emoji{position:absolute;left:28px;bottom:26px;font-size:34px;filter:drop-shadow(0 6px 12px rgba(0,0,0,.3))}

/* ===== maturity ===== */
.maturity{background:var(--light-blue-bg)}
.tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin:0 auto 44px;max-width:1000px}
.tab{
  border:1px solid rgba(3,106,255,.18);background:rgba(255,255,255,.55);color:#2b3340;
  padding:11px 22px;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;transition:.15s
}
.tab:hover{border-color:var(--blue)}
.tab.is-active{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 8px 18px rgba(3,106,255,.3)}
.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.feature-art{border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm);margin-bottom:20px;background:#dfeafe}
.feature-art img{width:100%;height:230px;object-fit:cover;object-position:center top}
.feature-card h3{font-size:19px;font-weight:700;line-height:1.25}
.feature-card p{margin-top:10px;font-size:15px;color:#46505f;line-height:1.5}

/* ===== compare ===== */
.compare{background:linear-gradient(160deg,#0a78ff 0%, var(--blue) 60%, #2f93ff 100%)}
.table-wrap{max-width:920px;margin:0 auto;background:#fff;border-radius:24px;padding:14px 22px 22px;box-shadow:var(--shadow)}
.compare-table{width:100%;border-collapse:collapse;text-align:center}
.compare-table th,.compare-table td{padding:16px 8px;font-size:16px}
.compare-table thead th{font-weight:700;color:var(--ink);font-size:16px;border-bottom:1px solid #eef0f3}
.compare-table .row-label{text-align:left;color:#46505f;font-weight:600;padding-left:18px;width:170px}
.compare-table tbody tr{border-bottom:1px solid #f1f3f6}
.compare-table tbody tr:last-child{border-bottom:0}
.th-sova{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-weight:800}
.th-mark{height:18px;width:auto}
.col-sova{background:#eaf3ff}
.compare-table thead .col-sova{border-top-left-radius:12px;border-top-right-radius:12px}
.yes,.no{display:inline-block;width:22px;height:22px;border-radius:50%;position:relative;vertical-align:middle}
.yes{background:var(--blue)}
.yes::after{content:"";position:absolute;left:7px;top:4px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.no{background:#e7eaef}
.no::after{content:"";position:absolute;left:6px;top:9px;width:10px;height:3px;background:#fff;border-radius:2px}
.partial{color:#98a1ad;font-size:14px;font-weight:500}

/* ===== security ===== */
.security{background:var(--light-blue-bg)}
.security .section-head h2{color:var(--ink)}
.security-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:980px;margin:0 auto}
.sec-card{
  background:linear-gradient(135deg,var(--azure),var(--blue));color:#fff;border-radius:20px;
  padding:28px 26px;font-size:16px;font-weight:600;line-height:1.4;min-height:150px;
  display:flex;align-items:center;box-shadow:0 16px 34px rgba(3,106,255,.28)
}

/* ===== cta ===== */
.cta{background:#fff;padding-bottom:40px}
.cta-card{
  background:
    radial-gradient(700px 400px at 18% 20%, #4aa0ff 0%, rgba(74,160,255,0) 55%),
    linear-gradient(150deg,#0a78ff,var(--blue));
  border-radius:32px;display:grid;grid-template-columns:1.1fr .9fr;gap:30px;
  padding:56px 56px;align-items:center;box-shadow:var(--shadow);overflow:hidden
}
.cta-copy h2{color:#fff;font-size:38px;font-weight:800;line-height:1.12;letter-spacing:-.5px}
.cta-copy p{color:rgba(255,255,255,.85);margin-top:18px;font-size:17px;max-width:440px}
.demo-form{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);border-radius:22px;
  padding:28px;backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:12px}
.form-title{color:#fff;font-weight:700;font-size:18px;margin-bottom:4px}
.demo-form input{
  width:100%;border:0;border-radius:12px;padding:14px 16px;font-size:15px;background:#fff;color:var(--ink);
  font-family:inherit
}
.demo-form input::placeholder{color:#9aa3af}
.form-done{color:#fff;font-weight:600;text-align:center;margin-top:6px}

/* ===== footer ===== */
.site-footer{background:#fff;border-top:1px solid #eef0f3;padding:30px 0}
.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:24px}
.footer-brand{display:flex;align-items:center;gap:16px}
.footer-brand img{height:22px}
.footer-brand p{color:var(--muted);font-size:14px}
.footer-links{display:flex;gap:28px}
.footer-links a{color:#46505f;font-size:14px}
.footer-links a:hover{color:var(--blue)}
.footer-contact a{color:var(--muted);font-size:14px}
.footer-contact a:hover{color:var(--blue)}
