/* Adzaps marketing site — shared styles. Brand: sky #7dd6e8, ink #16181a. */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/poppins-400.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/poppins-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/poppins-600.woff2") format("woff2");
}

:root {
  --bolt-uri: url("/assets/bolt-mask.png");
  --paper: #ffffff;
  --ink: #16181a;
  --sky: #7dd6e8;
  --deep: #1c8fad;
  --mist: #eef8fb;
  --line: #dcebf0;
  --grey: #5a6a71;
  --footer: #16181a;
  --shadow: 0 2px 4px rgba(20, 45, 52, .06), 0 14px 40px rgba(20, 45, 52, .1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--paper); color: var(--ink);
  font-family: "Poppins", "Avenir Next", "Century Gothic", "Trebuchet MS", system-ui, sans-serif;
  font-size: 16.5px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: var(--deep); text-decoration: none; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 2px; border-radius: 2px; }
.bolt { display: inline-block; background: var(--sky);
  -webkit-mask: var(--bolt-uri) no-repeat center / contain; mask: var(--bolt-uri) no-repeat center / contain; }

header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav { max-width: 1180px; margin: 0 auto; padding: 13px 24px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 600; font-size: 21px; }
.brand .bolt { width: 22px; height: 26px; }
.nav-links { display: flex; gap: 2px; margin-left: auto; flex-wrap: wrap; }
.nav-links a { color: var(--grey); font-size: 14.5px; font-weight: 500; padding: 7px 13px; border-radius: 999px; }
.nav-links a:hover { color: var(--ink); background: var(--mist); }
.nav-links a[aria-current="page"] { color: var(--ink); background: var(--mist); }
.nav-cta { font-size: 14.5px; font-weight: 600; color: #0e2a31; background: var(--sky);
  padding: 9px 18px; border-radius: 999px; white-space: nowrap; }
.nav-cta:hover { filter: brightness(1.05); }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
section { padding: 62px 0; }
.eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--deep); margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.08; text-wrap: balance; margin: 0; }
h1 { font-size: clamp(40px, 6.2vw, 66px); font-weight: 600; letter-spacing: -0.024em; }
h2 { font-size: clamp(27px, 3.8vw, 38px); font-weight: 600; letter-spacing: -0.016em; }
h3 { font-size: 18.5px; font-weight: 600; }
.lede { font-size: clamp(17px, 2vw, 19px); color: var(--grey); max-width: 56ch; margin: 18px 0 0; }

.hero { position: relative; overflow: hidden; padding: 80px 0 68px; }
.blob { position: absolute; z-index: 0; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.cta-row { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; align-items: center; }
.btn-primary { background: var(--sky); color: #0e2a31; font-weight: 600; font-size: 16px;
  padding: 14px 28px; border-radius: 999px; border: none; cursor: pointer; display: inline-block; }
.btn-primary:hover { filter: brightness(1.05); }
.btn-ghost { color: var(--ink); font-weight: 600; font-size: 16px; padding: 14px 28px;
  border-radius: 999px; border: 1.5px solid var(--line); display: inline-block; }
.btn-ghost:hover { border-color: var(--sky); }

.visual { position: relative; min-height: 375px; }
.vcard { position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow); padding: 18px 20px; width: min(320px, 88%); }
.vcard .vtitle { font-weight: 600; font-size: 15px; margin-bottom: 4px; }
.vcard .vmeta { font-size: 13px; color: var(--grey); margin-bottom: 10px; }
.vcard-1 { top: 4px; left: 0; transform: rotate(-2.5deg); }
.vcard-2 { top: 148px; right: 0; transform: rotate(2deg); }
.vcard-3 { top: 288px; left: 34px; transform: rotate(-1deg); }
.pillrow { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.pill { display: inline-block; font-size: 12.5px; font-weight: 600; border-radius: 999px; padding: 3px 12px; white-space: nowrap; }
.pill.rise { background: var(--mist); color: var(--deep); }
.pill.low { background: #d9f2e4; color: #1c6b43; }
.pill.medium { background: #fdf0d3; color: #8a6414; }
.pill.high { background: #fbe0dc; color: #a03327; }
.pill.floor { background: #261d1f; color: #f4c9c3; }
.spark { display: block; margin-top: 4px; }

.dev-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--mist); }
.dev-strip .wrap { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px;
  font-size: 14.5px; color: var(--grey); font-weight: 500; flex-wrap: wrap; }
.yt-word { font-weight: 600; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; }
.yt-play { width: 24px; height: 17px; background: #f03; border-radius: 4.5px; position: relative; display: inline-block; }
.yt-play::after { content: ""; position: absolute; left: 9px; top: 4.5px; border-left: 7px solid #fff;
  border-top: 4px solid transparent; border-bottom: 4px solid transparent; }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; }
.stat { border-top: 3px solid var(--sky); padding-top: 14px; }
.stat b { display: block; font-size: clamp(36px, 4.2vw, 50px); font-weight: 600; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1; }
.stat span { color: var(--grey); font-size: 14.5px; }

.pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 42px; }
.pillar { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 10px; }
.glyph { width: 44px; height: 44px; border-radius: 12px; background: var(--mist);
  display: flex; align-items: center; justify-content: center; flex: none; }
.glyph svg { width: 22px; height: 22px; stroke: var(--deep); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pillar p { color: var(--grey); font-size: 14.5px; margin: 0; }
.pillar a { font-weight: 600; font-size: 14.5px; margin-top: auto; }

.band { background: var(--mist); }

.subnav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.subnav a { font-size: 14px; font-weight: 600; color: var(--deep); background: var(--mist);
  border: 1.5px solid transparent; border-radius: 999px; padding: 8px 18px; }
.subnav a:hover { border-color: var(--sky); }

.prod { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; padding: 54px 0; border-bottom: 1px solid var(--line); }
.prod:last-of-type { border-bottom: none; }
@media (max-width: 880px) { .prod { grid-template-columns: 1fr; gap: 26px; } }
.prod h2 { font-size: clamp(25px, 3.2vw, 33px); }
.points { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.points li { display: flex; gap: 12px; font-size: 15.5px; color: var(--grey); }
.points li::before { content: ""; flex: 0 0 8px; height: 8px; border-radius: 50%; background: var(--sky); margin-top: 8px; }
.prod-visual { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); padding: 26px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { border: 1.5px solid var(--line); border-radius: 999px; padding: 7px 16px; font-size: 14px; font-weight: 500; }
.chip.on { border-color: var(--sky); background: var(--mist); color: var(--deep); font-weight: 600; }

.mini-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.mini-table td { padding: 9px 8px; border-bottom: 1px solid var(--line); }
.mini-table tr:last-child td { border-bottom: none; }
.mini-table .num { text-align: right; font-variant-numeric: tabular-nums; color: var(--grey); }

.meter { display: grid; gap: 12px; }
.meter .mrow { display: grid; grid-template-columns: 84px 1fr 44px; gap: 12px; align-items: center; font-size: 13.5px; }
.meter .bar { height: 10px; border-radius: 999px; background: var(--mist); overflow: hidden; }
.meter .bar i { display: block; height: 100%; border-radius: 999px; }
.meter .num { text-align: right; font-variant-numeric: tabular-nums; color: var(--grey); }

.sol-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; margin-top: 42px; }
.sol { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 30px 28px; box-shadow: var(--shadow); }
.sol .glyph { margin-bottom: 14px; }
.sol .eyebrow { margin-bottom: 8px; }
.sol h3 { font-size: 21px; margin-bottom: 6px; }
.sol .points li { font-size: 14.5px; }
.objectives { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 36px; }
.obj { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line);
  border-radius: 16px; padding: 20px; }
.obj b { display: block; margin-bottom: 3px; }
.obj span { font-size: 14px; color: var(--grey); }

.tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 20px; margin-top: 42px; }
.tier { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 10px; }
.tier .tag { align-self: flex-start; font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: var(--mist); color: var(--deep); border-radius: 999px; padding: 4px 12px; }
.tier p { color: var(--grey); font-size: 14.5px; margin: 0; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; margin-top: 36px; box-shadow: var(--shadow); }
.cmp { border-collapse: collapse; width: 100%; min-width: 660px; font-size: 15px; background: #fff; }
.cmp th, .cmp td { padding: 15px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.cmp thead th { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--grey); background: var(--mist); }
.cmp thead th.us { color: #0e2a31; background: var(--sky); }
.cmp tbody tr:last-child td { border-bottom: none; }
.cmp td.us { font-weight: 600; }
.cmp td.dim { color: var(--grey); }
.code-note { font-family: "SF Mono", ui-monospace, Menlo, monospace; font-size: 13px;
  background: var(--mist); border: 1px solid var(--line); border-radius: 8px; padding: 3px 9px; white-space: nowrap; }

.cov-hero { display: grid; grid-template-columns: auto 1fr; gap: 56px; align-items: center; }
@media (max-width: 800px) { .cov-hero { grid-template-columns: 1fr; } }
.huge { font-size: clamp(100px, 15vw, 190px); font-weight: 600; letter-spacing: -0.04em; line-height: .9; font-variant-numeric: tabular-nums; }
.huge small { display: block; font-size: 16px; letter-spacing: .1em; text-transform: uppercase; color: var(--deep); font-weight: 600; margin-top: 12px; }
.regions { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-top: 38px; }
.region { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; font-size: 14px; color: var(--grey); }
.region b { display: block; color: var(--ink); font-size: 15px; margin-bottom: 4px; }

.faq { max-width: 780px; margin-top: 36px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center;
  gap: 20px; padding: 20px 4px; font-weight: 600; font-size: 16.5px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--deep); font-weight: 500; flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 20px; padding: 0 4px; color: var(--grey); font-size: 15.5px; max-width: 68ch; }

.cta-band { background: var(--footer); color: #eef7fa; border-radius: 22px; padding: 50px 48px; position: relative; overflow: hidden; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #a9c2ca; max-width: 56ch; }
.cta-band .bolt { position: absolute; right: 40px; top: 50%; transform: translateY(-50%); width: 86px; height: 104px; opacity: .28; }

form { display: grid; gap: 16px; max-width: 620px; margin-top: 34px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 15.5px; color: var(--ink);
  background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: 12px 15px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--sky); }
.form-note { font-size: 13.5px; color: var(--grey); }
.hidden { display: none; }

footer { background: var(--footer); color: #8fa6ae; margin-top: 84px; }
.foot { max-width: 1180px; margin: 0 auto; padding: 52px 24px 20px; display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 800px) { .foot { grid-template-columns: 1fr 1fr; } }
.foot .brand { color: #fff; margin-bottom: 12px; }
.foot p { font-size: 13.5px; margin: 0; max-width: 34ch; }
.foot h4 { color: #fff; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 14px; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot a { color: #8fa6ae; font-size: 14px; }
.foot a:hover { color: #fff; }
.legal { max-width: 1180px; margin: 0 auto; padding: 26px 24px 34px; font-size: 12.5px; color: #6c8087;
  border-top: 1px solid #263136; margin-top: 26px; }
