/* Givalgo marketing site — redesign 2026-09. Dark navy + teal, matching Discover. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
:root {
  --c-bg: #0C1830; --c-bg-alt: #0A1428; --c-panel: #12213A; --c-panel-2: #172A47;
  --c-border: rgba(255,255,255,0.10); --c-text: #F2F6FB; --c-muted: #A9B8CC; --c-faint: #7B8DA6;
  --c-accent: #00B4B3; --c-teal: #5EEAD4; --c-on: #05141F;
  --nav-h: 72px; --container: 1160px;
}
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: #FFFFFF; color: var(--c-text); line-height: 1.55; -webkit-font-smoothing: antialiased; }
/* Light surfaces: the sections between the navy top and bottom of every page. */
.light, .sec, .backed { --c-bg: #FFFFFF; --c-bg-alt: #F4F7FA; --c-panel: #FFFFFF; --c-panel-2: #EEF2F6; --c-border: rgba(12,24,48,0.10); --c-text: #0C1830; --c-muted: #4A5A70; --c-faint: #6F7E93; --c-teal: #00848B; color: var(--c-text); background: var(--c-bg); }
.dark, .nav, .hero, .close, .footer, .code { --c-bg: #0C1830; --c-bg-alt: #0A1428; --c-panel: #12213A; --c-panel-2: #172A47; --c-border: rgba(255,255,255,0.10); --c-text: #F2F6FB; --c-muted: #A9B8CC; --c-faint: #7B8DA6; --c-teal: #5EEAD4; color: var(--c-text); }
a { color: var(--c-teal); }
img, svg { display: block; max-width: 100%; }
h1, h2, h3 { overflow-wrap: break-word; }
button { font-family: inherit; cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--c-accent); color: var(--c-on); padding: 8px 12px; border-radius: 8px; z-index: 1000; }
.skip:focus { left: 8px; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; height: 52px; padding: 0 22px; border-radius: 10px; font-weight: 700; font-size: 16px; text-decoration: none; border: 0; white-space: nowrap; transition: transform .12s ease, filter .12s ease; }
.btn:hover { filter: brightness(1.08); } .btn:active { transform: scale(.98); }
.btn-primary { background: var(--c-accent); color: var(--c-on); }
.btn-outline { background: transparent; color: var(--c-text); border: 1px solid rgba(255,255,255,0.22); font-weight: 600; }
.btn-sm { height: 40px; padding: 0 16px; font-size: 14px; }
.link { color: var(--c-text); font-size: 15px; font-weight: 600; }
.cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.cta-row.center { justify-content: center; }
.hint { font-size: 13px; color: var(--c-faint); }
.eyebrow { font-size: 18px; font-weight: 700; letter-spacing: 0.14em; color: var(--c-teal); }
.eyebrow-xs { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; color: var(--c-faint); }
.lead { font-size: 18px; line-height: 1.55; color: var(--c-muted); }
.lead-narrow { max-width: 720px; }
.lead-wide { max-width: 800px; }
h1 { font-size: 64px; line-height: 1.05; font-weight: 800; letter-spacing: -0.03em; }
h1 span { color: var(--c-teal); }
h2 { font-size: 44px; line-height: 1.1; font-weight: 800; letter-spacing: -0.02em; }
h3 { font-size: 18px; font-weight: 700; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 100; background: #0C1830; border-bottom: 1px solid var(--c-border); transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; }
.nav.light { --c-panel: #FFFFFF; --c-border: rgba(12,24,48,0.10); --c-text: #0C1830; --c-muted: #4A5A70; --c-faint: #6F7E93; --c-teal: #00848B; color: var(--c-text); background: rgba(255,255,255,0.94); backdrop-filter: blur(10px); box-shadow: 0 8px 24px rgba(12,24,48,0.06); }
.nav.light .logo svg path[fill="#ffffff"] { fill: #0C1830; }
.nav .logo svg path { transition: fill .25s ease; }
.nav.light .btn-outline { border-color: rgba(12,24,48,0.25); }
.nav.light .nav-links a:hover, .nav.light .nav-links a[aria-current="page"], .nav.light .menu-btn:hover, .nav.light .menu.open .menu-btn { background: rgba(12,24,48,0.05); }
.nav.light .hamburger span { background: #0C1830; }
.nav.light .menu-panel { box-shadow: 0 20px 50px rgba(12,24,48,0.18); }
.nav.light .menu-panel a:hover { background: rgba(12,24,48,0.05); }
.nav-inner { height: var(--nav-h); display: flex; align-items: center; gap: 40px; }
.logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo svg { height: 34px; width: auto; display: block; }
.footer .logo svg { height: 28px; }
.nav-links { display: flex; align-items: center; gap: 4px; flex-grow: 1; }
.nav-links a { color: var(--c-muted); font-size: 15px; font-weight: 500; text-decoration: none; padding: 8px 14px; border-radius: 8px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--c-text); background: rgba(255,255,255,0.05); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-signin { color: var(--c-text); font-size: 15px; font-weight: 600; text-decoration: none; padding: 8px 14px; }
.hamburger { display: none; width: 44px; height: 44px; background: transparent; border: 0; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.hamburger span { width: 22px; height: 2px; background: var(--c-text); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; flex-direction: column; gap: 4px; padding: 8px 24px 20px; border-top: 1px solid var(--c-border); }
.mobile-nav.open { display: flex; }
.mobile-nav a { color: var(--c-text); text-decoration: none; font-size: 16px; font-weight: 600; padding: 12px 4px; }
.mobile-nav .btn { margin-top: 8px; justify-content: center; }

/* Products dropdown */
.menu { position: relative; }
.menu-btn { display: inline-flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px; border: 0; border-radius: 8px; background: transparent; color: var(--c-muted); font-size: 15px; font-weight: 500; }
.menu-btn:hover, .menu.open .menu-btn, .menu:focus-within .menu-btn { color: var(--c-text); background: rgba(255,255,255,0.05); }
.menu-btn svg { transition: transform .15s ease; }
.menu.open .menu-btn svg, .menu:hover .menu-btn svg { transform: rotate(180deg); }
.menu-panel { position: absolute; top: 100%; left: 0; min-width: 300px; padding: 8px; margin-top: 6px; border-radius: 12px; border: 1px solid var(--c-border); background: var(--c-panel); box-shadow: 0 20px 50px rgba(0,0,0,0.45); display: none; flex-direction: column; gap: 2px; z-index: 110; }
.menu::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 8px; }
.menu:hover .menu-panel, .menu.open .menu-panel, .menu:focus-within .menu-panel { display: flex; }
.menu-panel a { display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; border-radius: 8px; text-decoration: none; }
.menu-panel a b { color: var(--c-text); font-size: 15px; font-weight: 700; }
.menu-panel a span { color: var(--c-faint); font-size: 13px; }
.menu-panel a:hover { background: rgba(255,255,255,0.06); }
section[id] { scroll-margin-top: calc(var(--nav-h) + 16px); }

/* Hero */
.hero { padding: 84px 0 72px; text-align: center; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(0,180,179,0.18), rgba(0,0,0,0) 70%), #0C1830; }
.hero-sm { padding: 72px 0 48px; }
.hero-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.hero .lead { max-width: 680px; font-size: 20px; }
.pill { display: inline-flex; align-items: center; gap: 8px; height: 28px; padding: 0 12px; border-radius: 999px; border: 1px solid rgba(94,234,212,0.35); color: var(--c-teal); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; }
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-teal); }
.search { width: 100%; max-width: 760px; display: flex; flex-direction: column; gap: 12px; margin-top: 8px; text-align: left; }
.tabs { display: inline-flex; gap: 4px; padding: 4px; border-radius: 10px; background: rgba(255,255,255,0.06); align-self: flex-start; }
.tab { height: 36px; padding: 0 14px; border: 0; border-radius: 8px; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; background: transparent; color: var(--c-muted); }
.tab.on { background: var(--c-teal); color: var(--c-on); }
.tab .save { font-size: 11px; padding: 2px 6px; border-radius: 999px; background: rgba(12,24,48,0.18); }
.bar { display: flex; align-items: center; gap: 10px; height: 64px; padding: 0 8px 0 18px; border-radius: 14px; background: #fff; box-shadow: 0 12px 40px rgba(0,0,0,0.35); }
.bar-icon { color: #5B6B80; display: flex; }
.bar input { flex-grow: 1; min-width: 0; height: 44px; border: 0; outline: 0; font-size: 17px; color: var(--c-bg); background: transparent; font-family: inherit; }
.bar input::placeholder { color: #7B8DA6; }
.bar .btn { height: 48px; padding: 0 22px; font-size: 15px; }
.bar:focus-within { box-shadow: 0 12px 40px rgba(0,0,0,0.35), 0 0 0 3px rgba(94,234,212,0.5); }
.chips { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; font-size: 13px; color: var(--c-faint); }
.search .hint { text-align: center; }
.chips a { display: inline-flex; align-items: center; height: 32px; padding: 0 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.05); color: var(--c-text); font-size: 13px; font-weight: 500; text-decoration: none; }
.chips a:hover { border-color: rgba(94,234,212,0.5); }

/* Backed by */
.backed { border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
.backed .container { height: 96px; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; text-align: center; }
.backed a { color: var(--c-text); font-weight: 600; font-size: 14px; text-decoration: none; }
.backed a:hover { color: var(--c-teal); }

/* Sections */
.sec { padding: 96px 0; }
.sec-alt { background: #F4F7FA; }
.sec .tile, .sec .tier, .sec .api-card, .sec .how-card, .sec .uc-tile { box-shadow: 0 1px 2px rgba(12,24,48,0.04), 0 8px 24px rgba(12,24,48,0.06); }
.sec .btn-outline { border-color: rgba(12,24,48,0.25); }
.sec .tabs { background: rgba(12,24,48,0.06); }
.sec .tab.on { background: #00B4B3; }
.sec .tier.popular { border-color: rgba(0,180,179,0.5); }
.sec .product-gif { box-shadow: 0 24px 60px rgba(12,24,48,0.18); }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.col-text { display: flex; flex-direction: column; gap: 28px; }
.col-text .eyebrow + h2 { margin-top: -14px; }
.col-media { display: flex; justify-content: flex-end; }
.product-gif { width: 100%; max-width: 560px; height: auto; border-radius: 14px; border: 1px solid var(--c-border); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.features { display: flex; flex-direction: column; gap: 22px; }
.feature { display: flex; gap: 14px; align-items: flex-start; }
.feature-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: rgba(0,180,179,0.14); color: var(--c-teal); display: flex; align-items: center; justify-content: center; }
.feature p { font-size: 15px; color: var(--c-muted); margin-top: 4px; }

#apis .container { display: flex; flex-direction: column; gap: 14px; }
.stats-center { margin-top: 26px; text-align: center; }
.api-cta { margin-top: 22px; }
.stats-center div { align-items: center; }
#api-products .tiles { margin-top: 0; }
.tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.tile { border-radius: 14px; border: 1px solid var(--c-border); background: var(--c-panel); padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.tile h3 { font-size: 16px; }
.tile li { font-size: 13px; }
.tile-sub { font-size: 12px; color: var(--c-faint); margin-top: -8px; }
.tile ul, .tier ul, .api-card ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.tile li, .tier li, .api-card li { display: flex; gap: 8px; align-items: flex-start; font-size: 14px; line-height: 1.5; color: var(--c-muted); }
.tick { color: var(--c-teal); margin-top: 4px; flex-shrink: 0; }
.api-bottom { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: center; }
.code { color: var(--c-text); border-radius: 14px; border: 1px solid var(--c-border); background: #0A1324; font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 13px; line-height: 1.7; overflow: hidden; }
.code-head { height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; background: var(--c-panel-2); border-bottom: 1px solid var(--c-border); font-size: 11px; letter-spacing: 0.1em; color: var(--c-faint); }
.code-body { padding: 16px; display: flex; flex-direction: column; gap: 2px; }
.c-muted { color: var(--c-faint); } .c-dim { color: var(--c-muted); } .c-teal { color: var(--c-teal); }
.code-resp { margin-top: 12px; border-top: 1px dashed var(--c-border); padding-top: 12px; display: flex; flex-direction: column; gap: 2px; }
.code-resp div { display: flex; justify-content: space-between; gap: 12px; }
.code-resp span { color: var(--c-faint); } .code-resp b { font-weight: 600; }
.api-side { display: flex; flex-direction: column; gap: 24px; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding: 24px 0; border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
.stats div { display: flex; flex-direction: column; gap: 2px; }
.stats b { font-size: 32px; font-weight: 800; color: var(--c-teal); letter-spacing: -0.02em; line-height: 1.1; }
.stats span { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; color: var(--c-faint); }

.close { background: #0C1830; border-top: 0; text-align: center; }
.close .container { display: flex; flex-direction: column; align-items: center; gap: 28px; }

/* Use-case pages */
.uc-hero { padding: 72px 0; background: radial-gradient(ellipse 50% 60% at 20% 0%, rgba(0,180,179,0.16), rgba(0,0,0,0) 70%), #0C1830; }
.uc-hero .container { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 56px; align-items: center; }
.uc-hero h1 { font-size: 50px; }
.uc-hero .col-text { gap: 20px; }
.uc-visual { display: flex; justify-content: flex-end; }
.verify-card { width: 100%; max-width: 520px; border-radius: 14px; border: 1px solid var(--c-border); background: var(--c-panel); box-shadow: 0 24px 60px rgba(0,0,0,0.4); overflow: hidden; }
.verify-card .code-head { font-family: 'JetBrains Mono', ui-monospace, monospace; }
.verify-body { padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.verify-body .org { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.verify-body .org span { font-weight: 500; color: var(--c-faint); font-size: 12px; }
.chk { display: flex; align-items: center; justify-content: space-between; height: 38px; padding: 0 12px; border-radius: 9px; border: 1px solid var(--c-border); background: rgba(255,255,255,0.02); font-size: 13px; }
.chk b { font-weight: 600; }
.chk span { display: flex; align-items: center; gap: 6px; color: var(--c-teal); font-weight: 700; font-size: 12px; }
.chk.all { margin-top: 6px; justify-content: flex-start; gap: 8px; background: rgba(94,234,212,0.12); border-color: rgba(94,234,212,0.4); color: var(--c-teal); font-weight: 700; }
.how { display: flex; flex-direction: column; margin-top: 28px; border-bottom: 1px solid var(--c-border); }
.how-cta { margin-top: 28px; }
.how-step { display: flex; gap: 18px; align-items: flex-start; padding: 22px 0; border-top: 1px solid var(--c-border); }
.how-n { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: rgba(0,180,179,0.14); color: var(--c-teal); font-weight: 800; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.how-body { display: grid; grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr); gap: 32px; flex-grow: 1; }
.how-body h3 { font-size: 20px; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.how-body p { font-size: 15px; line-height: 1.6; min-height: 48px; color: var(--c-muted); }
.uc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 8px; }
.uc-tile { border-radius: 14px; border: 1px solid var(--c-border); background: var(--c-panel); padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.uc-tile .feature-icon { width: 36px; height: 36px; border-radius: 9px; }
.uc-tile h3 { font-size: 16px; }
.uc-tile p { font-size: 14px; line-height: 1.55; color: var(--c-muted); }
.sec .eyebrow + h2 { margin-top: 8px; }
#features .eyebrow + h2 { margin-top: 14px; }
#features h2 + .lead { margin-top: 18px; }
#features .lead + .uc-grid { margin-top: 20px; }

/* Chapters (Research / Verify / Monitor) */
.ch-intro .container { display: flex; flex-direction: column; gap: 14px; }
.ch-intro h2 em { font-style: normal; color: var(--c-teal); }
.ch-intro .cta-row { margin-top: 10px; }
.chapter { border-top: 1px solid var(--c-border); }
.ch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.ch-text { display: flex; flex-direction: column; gap: 16px; }
.ch-grid.flip .ch-text { order: 2; }
.ch-grid.flip .ch-demo { order: 1; justify-content: flex-start; }
.ch-stamp { display: flex; align-items: center; gap: 14px; margin-bottom: 4px; }
.stamp-n { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid var(--c-text); color: var(--c-text); display: inline-flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 800; }
.ch-name { font-size: 12px; letter-spacing: 0.18em; color: var(--c-teal); }
.ch-text h3 { font-size: 40px; line-height: 1.08; letter-spacing: -0.02em; font-weight: 800; }
.ch-points { list-style: none; margin-top: 4px; border-bottom: 1px solid var(--c-border); }
.ch-points li { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-top: 1px solid var(--c-border); font-size: 16px; line-height: 1.5; color: var(--c-muted); }
.ch-points .num { flex-shrink: 0; font-size: 12px; color: var(--c-teal); margin-top: 4px; }
.mono { font-family: 'JetBrains Mono', ui-monospace, monospace; }
.ch-demo { display: flex; justify-content: flex-end; }
.demo { width: 100%; max-width: 560px; border-radius: 14px; border: 1px solid var(--c-border); background: #fff; box-shadow: 0 1px 2px rgba(12,24,48,0.04), 0 24px 60px rgba(12,24,48,0.14); overflow: hidden; color: #0C1830; }
.demo-head { height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid var(--c-border); font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 0.14em; color: #6F7E93; }
.demo-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.demo-search { display: flex; align-items: center; gap: 10px; height: 46px; padding: 0 14px; border: 1.5px solid #0C1830; border-radius: 8px; background: #fff; font-size: 14px; color: #0C1830; }
.demo-search svg { color: #6F7E93; flex-shrink: 0; }
.demo-q { flex-grow: 1; min-width: 0; white-space: nowrap; overflow: hidden; }
.demo-tag { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; color: var(--c-teal); flex-shrink: 0; }
.demo-thinking { font-size: 11px; color: #6F7E93; height: 14px; }
.demo-rows { display: flex; flex-direction: column; gap: 8px; }
.demo-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border: 1px solid var(--c-border); border-radius: 8px; background: #fff; }
.min0 { min-width: 0; } .flex { display: flex; align-items: center; gap: 10px; } .teal { color: var(--c-teal); }
.demo-name { font-size: 14px; font-weight: 700; color: #0C1830; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.demo-name.lg { font-size: 15px; } .demo-name.sm { font-weight: 600; font-size: 13px; }
.demo-meta { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; color: #6F7E93; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.demo-fit { flex-shrink: 0; font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; font-weight: 600; padding: 4px 8px; border-radius: 999px; background: rgba(0,180,179,0.12); color: var(--c-teal); }
.demo-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 11px; color: #6F7E93; }
.demo-org { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.demo-chks { position: relative; border-bottom: 1px solid var(--c-border); }
.demo-chk { position: relative; display: flex; align-items: center; justify-content: space-between; height: 36px; padding: 0 12px; border-top: 1px solid var(--c-border); font-size: 13px; }
.demo-chk b { font-weight: 600; }
.demo-chk span { display: inline-flex; align-items: center; gap: 6px; color: var(--c-teal); font-weight: 700; font-size: 12px; }
.scan { position: absolute; left: 0; right: 0; top: 0; height: 36px; background: rgba(0,180,179,0.12); pointer-events: none; }
.stamp { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border: 2px solid var(--c-teal); border-radius: 6px; color: var(--c-teal); font-size: 16px; font-weight: 800; letter-spacing: 0.06em; font-family: Inter, system-ui, sans-serif; }
.demo-watch { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 44px; padding: 0 12px; border-top: 1px solid var(--c-border); font-size: 13px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--c-teal); flex-shrink: 0; }
.demo-alert { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 11px; padding: 4px 8px; border-radius: 999px; border: 1px solid; background: #fff; flex-shrink: 0; white-space: nowrap; }
.demo-alert.teal { border-color: var(--c-teal); color: var(--c-teal); } .demo-alert.red { border-color: #C7452B; color: #C7452B; }
.city { display: none; }
.demo-name.lg { white-space: normal; overflow: visible; }
@media (max-width: 1279px) { .hide-sm { display: none; } }
/* loops */
.q-type { display: inline-block; overflow: hidden; white-space: nowrap; vertical-align: bottom; max-width: 100%; animation: qType 10s infinite; }
@keyframes qType { 0% { width: 0; animation-timing-function: steps(58); } 28% { width: 100%; } 94% { width: 100%; } 100% { width: 0; } }
.q-caret { display: inline-block; width: 2px; height: 18px; background: #0C1830; vertical-align: -3px; margin-left: 2px; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.demo-thinking { animation: think 10s infinite; }
@keyframes think { 0%, 28% { opacity: 0; } 30%, 33% { opacity: 1; } 36%, 100% { opacity: 0; } }
.r1 { animation: rowIn1 10s infinite; } .r2 { animation: rowIn2 10s infinite; } .r3 { animation: rowIn3 10s infinite; }
@keyframes rowIn1 { 0%, 32% { opacity: 0; transform: translateY(10px); } 38%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes rowIn2 { 0%, 40% { opacity: 0; transform: translateY(10px); } 46%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes rowIn3 { 0%, 48% { opacity: 0; transform: translateY(10px); } 54%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; } }
.v1 { animation: tick1 9s infinite; } .v2 { animation: tick2 9s infinite; } .v3 { animation: tick3 9s infinite; } .v4 { animation: tick4 9s infinite; } .v5 { animation: tick5 9s infinite; } .v6 { animation: tick6 9s infinite; }
@keyframes tick1 { 0%, 8% { opacity: 0; transform: scale(.5); } 13%, 92% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes tick2 { 0%, 18% { opacity: 0; transform: scale(.5); } 23%, 92% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes tick3 { 0%, 28% { opacity: 0; transform: scale(.5); } 33%, 92% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes tick4 { 0%, 38% { opacity: 0; transform: scale(.5); } 43%, 92% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes tick5 { 0%, 48% { opacity: 0; transform: scale(.5); } 53%, 92% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes tick6 { 0%, 58% { opacity: 0; transform: scale(.5); } 63%, 92% { opacity: 1; transform: none; } 100% { opacity: 0; } }
.scan { animation: scan 9s infinite; }
@keyframes scan { 0% { transform: translateY(0); opacity: 1; } 8% { transform: translateY(0); } 18% { transform: translateY(36px); } 28% { transform: translateY(72px); } 38% { transform: translateY(108px); } 48% { transform: translateY(144px); } 58% { transform: translateY(180px); } 66% { transform: translateY(180px); opacity: 1; } 70%, 100% { opacity: 0; transform: translateY(180px); } }
.stamp { animation: stampIn 9s infinite; transform-origin: center; }
@keyframes stampIn { 0%, 72% { opacity: 0; transform: rotate(-8deg) scale(1.4); } 78%, 92% { opacity: 1; transform: rotate(-6deg) scale(1); } 100% { opacity: 0; } }
.a1 { animation: alert1 6s infinite; } .a2 { animation: alert2 6s infinite; } .a3 { animation: alert3 6s infinite; }
@keyframes alert1 { 0%, 8% { opacity: 0; transform: translateX(12px); } 13%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes alert2 { 0%, 35% { opacity: 0; transform: translateX(12px); } 40%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes alert3 { 0%, 62% { opacity: 0; transform: translateX(12px); } 67%, 94% { opacity: 1; transform: none; } 100% { opacity: 0; } }
.bell { transform-origin: top center; animation: ring 6s infinite; }
@keyframes ring { 0%, 7% { transform: rotate(0); } 9% { transform: rotate(14deg); } 11% { transform: rotate(-12deg); } 13% { transform: rotate(8deg); } 15%, 34% { transform: rotate(0); } 36% { transform: rotate(14deg); } 38% { transform: rotate(-12deg); } 40% { transform: rotate(8deg); } 42%, 61% { transform: rotate(0); } 63% { transform: rotate(14deg); } 65% { transform: rotate(-12deg); } 67% { transform: rotate(8deg); } 69%, 100% { transform: rotate(0); } }
.pulse { animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(0,180,179,0.35); } 100% { box-shadow: 0 0 0 10px rgba(0,180,179,0); } }
@media (prefers-reduced-motion: reduce) {
  .q-type { width: 100%; animation: none; } .q-caret, .demo-thinking { animation: none; }
  .r1, .r2, .r3, .v1, .v2, .v3, .v4, .v5, .v6, .stamp, .a1, .a2, .a3 { animation: none; opacity: 1; transform: none; }
  .scan { display: none; } .bell, .pulse { animation: none; }
}

/* API chapter demos: dark terminal frames */
.demo-dark { background: #0A1324; border-color: rgba(255,255,255,0.10); color: #F2F6FB; }
.demo-dark .demo-head { background: #172A47; border-color: rgba(255,255,255,0.10); color: #7B8DA6; }
.term { font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 12.5px; line-height: 1.7; gap: 2px; }
.tl { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.term .m { color: #5EEAD4; font-weight: 600; } .term .k { color: #A9B8CC; } .term .val { color: #F2F6FB; } .term .dim { color: #7B8DA6; } .term .ok { color: #5EEAD4; font-weight: 700; }
.term .sep { margin-top: 8px; padding-top: 8px; border-top: 1px dashed rgba(255,255,255,0.12); }
.term-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 10px; padding-top: 10px; border-top: 1px dashed rgba(255,255,255,0.12); font-size: 11px; }
.badge-ok { padding: 4px 10px; border: 2px solid #5EEAD4; border-radius: 6px; color: #5EEAD4; font-weight: 800; letter-spacing: 0.06em; font-family: Inter, system-ui, sans-serif; font-size: 12px; }
.fields { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.fld { font-size: 11px; padding: 2px 8px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); color: #A9B8CC; }
.fld.more { color: #5EEAD4; border-color: rgba(94,234,212,0.5); }
.counter { color: #5EEAD4; font-weight: 800; font-size: 18px; font-family: Inter, system-ui, sans-serif; }
.steps { display: flex; flex-direction: column; gap: 4px; margin-top: 6px; }
.step { display: flex; align-items: center; gap: 8px; color: #A9B8CC; }
.step .tick { display: inline-flex; width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); color: #05141F; align-items: center; justify-content: center; flex-shrink: 0; }
.step .tick svg { width: 10px; height: 10px; }
.brief { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; padding: 10px 12px; border-radius: 8px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10); font-family: Inter, system-ui, sans-serif; }
.brief-row { display: flex; gap: 10px; font-size: 12px; line-height: 1.45; color: #A9B8CC; }
.brief-row b { color: #F2F6FB; flex-shrink: 0; width: 110px; } .cite { color: #5EEAD4; }
.q-type2 { display: inline-block; overflow: hidden; white-space: nowrap; vertical-align: bottom; animation: qType2 9s infinite; }
@keyframes qType2 { 0% { width: 0; animation-timing-function: steps(20); } 18% { width: 100%; } 96% { width: 100%; } 100% { width: 0; } }
.q-caret.light { background: #F2F6FB; height: 14px; }
.ok-line { animation: fadeAt 9s infinite; } @keyframes fadeAt { 0%, 22% { opacity: 0; } 26%, 96% { opacity: 1; } 100% { opacity: 0; } }
.resp-open, .resp-close { animation: fadeAt 9s infinite; }
.j1 { animation: line1 9s infinite; } .j2 { animation: line2 9s infinite; } .j3 { animation: line3 9s infinite; } .j4 { animation: line4 9s infinite; } .j5 { animation: line5 9s infinite; } .j6 { animation: line6 9s infinite; } .j7 { animation: line7 9s infinite; }
@keyframes line1 { 0%, 28% { opacity: 0; } 31%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes line2 { 0%, 33% { opacity: 0; } 36%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes line3 { 0%, 38% { opacity: 0; } 41%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes line4 { 0%, 43% { opacity: 0; } 46%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes line5 { 0%, 48% { opacity: 0; } 51%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes line6 { 0%, 53% { opacity: 0; } 56%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes line7 { 0%, 58% { opacity: 0; } 61%, 96% { opacity: 1; } 100% { opacity: 0; } }
.badge-in { animation: badgeIn 9s infinite; } @keyframes badgeIn { 0%, 64% { opacity: 0; transform: scale(1.3); } 70%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
.h1 { animation: hit1 10s infinite; } .h2 { animation: hit2 10s infinite; } .h3 { animation: hit3 10s infinite; }
@keyframes hit1 { 0%, 10% { opacity: 0; } 14%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes hit2 { 0%, 16% { opacity: 0; } 20%, 96% { opacity: 1; } 100% { opacity: 0; } }
@keyframes hit3 { 0%, 22% { opacity: 0; } 26%, 96% { opacity: 1; } 100% { opacity: 0; } }
.f1 { animation: fld1 10s infinite; } .f2 { animation: fld2 10s infinite; } .f3 { animation: fld3 10s infinite; } .f4 { animation: fld4 10s infinite; } .f5 { animation: fld5 10s infinite; } .f6 { animation: fld6 10s infinite; } .f7 { animation: fld7 10s infinite; } .f8 { animation: fld8 10s infinite; } .f9 { animation: fld9 10s infinite; } .f10 { animation: fld10 10s infinite; } .fld.more { animation: fld11 10s infinite; }
@keyframes fld1 { 0%, 40% { opacity: 0; } 43%, 96% { opacity: 1; } 100% { opacity: 0; } } @keyframes fld2 { 0%, 43% { opacity: 0; } 46%, 96% { opacity: 1; } 100% { opacity: 0; } } @keyframes fld3 { 0%, 46% { opacity: 0; } 49%, 96% { opacity: 1; } 100% { opacity: 0; } } @keyframes fld4 { 0%, 49% { opacity: 0; } 52%, 96% { opacity: 1; } 100% { opacity: 0; } } @keyframes fld5 { 0%, 52% { opacity: 0; } 55%, 96% { opacity: 1; } 100% { opacity: 0; } } @keyframes fld6 { 0%, 55% { opacity: 0; } 58%, 96% { opacity: 1; } 100% { opacity: 0; } } @keyframes fld7 { 0%, 58% { opacity: 0; } 61%, 96% { opacity: 1; } 100% { opacity: 0; } } @keyframes fld8 { 0%, 61% { opacity: 0; } 64%, 96% { opacity: 1; } 100% { opacity: 0; } } @keyframes fld9 { 0%, 64% { opacity: 0; } 67%, 96% { opacity: 1; } 100% { opacity: 0; } } @keyframes fld10 { 0%, 67% { opacity: 0; } 70%, 96% { opacity: 1; } 100% { opacity: 0; } } @keyframes fld11 { 0%, 72% { opacity: 0; } 75%, 96% { opacity: 1; } 100% { opacity: 0; } }
.counter { animation: fld11 10s infinite; }
.s1 .tick, .s2 .tick, .s3 .tick, .s4 .tick { animation: tickOn 9s infinite; background: transparent; }
.s1 .tick { animation-name: tick1b; } .s2 .tick { animation-name: tick2b; } .s3 .tick { animation-name: tick3b; } .s4 .tick { animation-name: tick4b; }
@keyframes tick1b { 0%, 12% { background: transparent; } 16%, 96% { background: #5EEAD4; border-color: #5EEAD4; } 100% { background: transparent; } }
@keyframes tick2b { 0%, 26% { background: transparent; } 30%, 96% { background: #5EEAD4; border-color: #5EEAD4; } 100% { background: transparent; } }
@keyframes tick3b { 0%, 40% { background: transparent; } 44%, 96% { background: #5EEAD4; border-color: #5EEAD4; } 100% { background: transparent; } }
@keyframes tick4b { 0%, 54% { background: transparent; } 58%, 96% { background: #5EEAD4; border-color: #5EEAD4; } 100% { background: transparent; } }
.b1 { animation: brief1 9s infinite; } .b2 { animation: brief2 9s infinite; } .b3 { animation: brief3 9s infinite; }
@keyframes brief1 { 0%, 62% { opacity: 0; transform: translateY(6px); } 66%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes brief2 { 0%, 68% { opacity: 0; transform: translateY(6px); } 72%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@keyframes brief3 { 0%, 74% { opacity: 0; transform: translateY(6px); } 78%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
.badge-in2 { animation: badgeIn2 9s infinite; } @keyframes badgeIn2 { 0%, 80% { opacity: 0; transform: scale(1.3); } 85%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
.c1 .tick { animation: ctick1 9s infinite; } .c2 .tick { animation: ctick2 9s infinite; } .c3 .tick { animation: ctick3 9s infinite; } .c4 .tick { animation: ctick4 9s infinite; }
@keyframes ctick1 { 0%, 14% { background: transparent; } 18%, 96% { background: #5EEAD4; border-color: #5EEAD4; } 100% { background: transparent; } }
@keyframes ctick2 { 0%, 28% { background: transparent; } 32%, 96% { background: #5EEAD4; border-color: #5EEAD4; } 100% { background: transparent; } }
@keyframes ctick3 { 0%, 42% { background: transparent; } 46%, 96% { background: #5EEAD4; border-color: #5EEAD4; } 100% { background: transparent; } }
@keyframes ctick4 { 0%, 56% { background: transparent; } 60%, 96% { background: #5EEAD4; border-color: #5EEAD4; } 100% { background: transparent; } }
.badge-in3 { animation: badgeIn3 9s infinite; } @keyframes badgeIn3 { 0%, 66% { opacity: 0; transform: scale(1.3); } 72%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .q-type2 { width: 100%; animation: none; } .ok-line, .resp-open, .resp-close, .j1, .j2, .j3, .j4, .j5, .j6, .j7, .badge-in, .badge-in2, .badge-in3, .h1, .h2, .h3, .fld, .counter, .b1, .b2, .b3 { animation: none; opacity: 1; transform: none; } .step .tick { animation: none; background: #5EEAD4; border-color: #5EEAD4; } }

/* Footer */
.footer { background: #0C1830; border-top: 1px solid rgba(255,255,255,0.10); padding: 48px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand { display: flex; flex-direction: column; gap: 12px; }
.footer-brand p { font-size: 13px; color: var(--c-faint); max-width: 280px; }
.footer h4 { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: var(--c-faint); margin-bottom: 10px; }
.footer-grid div a { display: block; font-size: 14px; color: var(--c-muted); text-decoration: none; padding: 5px 0; }
.footer-grid div a:hover { color: var(--c-text); }
.footer-bottom { margin-top: 36px; font-size: 12px; color: var(--c-faint); }

/* Pricing */
.pricing-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.pricing-head .eyebrow { margin-bottom: 8px; }
.pricing-head h2 { font-size: 32px; }
.billing { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.tier { border-radius: 16px; border: 1px solid var(--c-border); background: var(--c-panel); padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.tier.popular { border-color: rgba(94,234,212,0.45); }
.tier-top { display: flex; align-items: center; justify-content: space-between; }
.tier-name { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; color: var(--c-faint); }
.tier.popular .tier-name { color: var(--c-teal); }
.badge { height: 22px; padding: 0 9px; border-radius: 999px; background: var(--c-accent); color: var(--c-on); font-size: 10px; font-weight: 800; letter-spacing: 0.08em; display: inline-flex; align-items: center; }
.tier-price { display: flex; align-items: baseline; gap: 6px; }
.amount { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; color: var(--c-text); line-height: 1; }
.per { font-size: 14px; color: var(--c-faint); }
.tier-who { font-size: 14px; color: var(--c-muted); }
.tier-cta { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.tier-cta .hint { min-height: 16px; font-size: 12px; }
.tier ul { border-top: 1px solid var(--c-border); padding-top: 18px; gap: 8px; }
.api-card { margin-top: 24px; border-radius: 16px; border: 1px solid var(--c-border); background: var(--c-panel); padding: 28px 32px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; align-items: center; }
.api-card > div { display: flex; flex-direction: column; gap: 14px; }
.api-card .lead { font-size: 14px; }
.api-card ul { gap: 8px; }
#api-pricing .container { display: flex; flex-direction: column; gap: 8px; }
#api-pricing h2 { font-size: 32px; }

/* Responsive */
@media (max-width: 960px) {
  h1 { font-size: 44px; } h2 { font-size: 32px; }
  .nav-links { display: none; } .nav-signin { display: none; } .nav-actions .btn { display: none; }
  .hamburger { display: flex; }
  .two-col, .api-bottom, .api-card, .uc-hero .container, .how-body, .ch-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .ch-grid.flip .ch-text { order: 1; } .ch-grid.flip .ch-demo { order: 2; }
  .ch-demo { justify-content: center; }
  .ch-text h3 { font-size: 30px; }
  .demo-live { display: none; }
  .how-body { gap: 8px; }
  .how-body h3 { white-space: normal; }
  .how-body p { min-height: 0; }
  .uc-hero h1 { font-size: 40px; }
  .uc-visual { justify-content: center; }
  .uc-grid { grid-template-columns: minmax(0, 1fr); }
  .col-media { justify-content: center; }
  .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tiers { grid-template-columns: minmax(0, 1fr); }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pricing-head { flex-direction: column; align-items: flex-start; }
  .billing { align-items: flex-start; }
  .sec { padding: 64px 0; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .tiles { grid-template-columns: minmax(0, 1fr); }
  h1 { font-size: 38px; } h2 { font-size: 28px; }
  .hero { padding: 48px 0 40px; } .hero .lead { font-size: 17px; }
  .bar { height: 56px; padding-left: 14px; } .bar input { font-size: 15px; }
  .bar .btn { height: 40px; padding: 0 14px; }
  .bar .btn svg { display: none; }
  .stats b { font-size: 26px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .backed .container { height: auto; padding: 20px 16px; }
  .cta-row .btn { width: 100%; justify-content: center; }
}

/* ── Legacy: demo modal + privacy policy page (unchanged from the previous site) ── */
:root {
      --teal:        #00b4b3;
      --teal-dark:   #00848b;
      --teal-deeper: #006570;
      --navy:        #041c2c;
      --navy-mid:    #072840;
      --navy-light:  #0d3a54;
      --teal-light:  #e0f8f7;
      --teal-mid:    #b3eeee;
      --off-white:   #f8fafb;
      --border:      #e2e8f0;
      --text-muted:  #64748b;
      --text-dark:   #1a202c;
      --logo-navy:   #072643;
    }
.container { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }
.modal-overlay { display: none; position: fixed; inset: 0; z-index: 10000; background: rgba(4,28,44,0.75); backdrop-filter: blur(6px); align-items: center; justify-content: center; }
.modal-overlay.open { display: flex; }
.modal-box { background: #fff; border-radius: 20px; padding: 2.5rem; max-width: 520px; width: 90%; box-shadow: 0 30px 80px rgba(0,0,0,0.3); position: relative; }
.modal-close { position: absolute; top: 1rem; right: 1.25rem; background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--text-muted); transition: color 0.2s; }
.modal-close:hover { color: var(--text-dark); }
.modal-box h3 { font-size: 1.4rem; font-weight: 800; color: var(--navy); margin-bottom: 0.4rem; letter-spacing: -0.02em; }
.modal-box p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 1.75rem; }
.modal-founders { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.founder-card { border: 2px solid var(--border); border-radius: 14px; padding: 1.5rem 1.25rem; text-align: center; text-decoration: none; color: inherit; transition: all 0.2s; cursor: pointer; }
.founder-card:hover { border-color: var(--teal); box-shadow: 0 6px 20px rgba(0,180,179,0.15); transform: translateY(-2px); }
.founder-avatar { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 0.9rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 800; color: #fff; }
.avatar-k { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%); }
.avatar-n { background: linear-gradient(135deg, var(--navy-light) 0%, var(--navy-mid) 100%); }
.founder-card strong { display: block; font-weight: 700; font-size: 0.95rem; color: var(--text-dark); }
.founder-card span { font-size: 0.78rem; color: var(--text-muted); }
.modal-note { font-size: 0.75rem; color: var(--text-muted); text-align: center; margin-top: 1.25rem; }
#privacy-page { display: none; background: #fff; min-height: 100vh; }
#privacy-page.show { display: block; }
.privacy-hero { background: var(--navy); padding: 3.5rem 0 3rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.privacy-hero h1 { font-size: 2.4rem; font-weight: 900; color: #fff; letter-spacing: -0.03em; margin-bottom: 0.4rem; }
.privacy-hero p { color: rgba(255,255,255,0.45); font-size: 0.875rem; }
.privacy-layout { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 220px 1fr; gap: 0; align-items: start; padding: 0 2rem; }
.privacy-sidebar { position: sticky; top: 72px; padding: 2.5rem 0 4rem; border-right: 1px solid var(--border); height: calc(100vh - 72px); overflow-y: auto; }
.privacy-sidebar-title { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1rem; padding: 0 1.5rem; }
.privacy-nav { list-style: none; display: flex; flex-direction: column; }
.privacy-nav li a { display: block; padding: 0.42rem 1.5rem; font-size: 0.825rem; color: var(--text-muted); text-decoration: none; border-left: 2px solid transparent; transition: all 0.15s; line-height: 1.4; }
.privacy-nav li a:hover { color: var(--teal-dark); border-left-color: var(--teal); background: var(--teal-light); }
.privacy-nav li a.active { color: var(--teal-dark); border-left-color: var(--teal); font-weight: 600; background: var(--teal-light); }
.privacy-content-area { padding: 3rem 0 6rem 3.5rem; }
.privacy-section { margin-bottom: 3.5rem; scroll-margin-top: 80px; }
.privacy-section h2 { font-size: 1.35rem; font-weight: 800; color: var(--text-dark); letter-spacing: -0.02em; margin-bottom: 1rem; padding-bottom: 0.65rem; border-bottom: 1.5px solid var(--border); }
.privacy-section h3 { font-size: 0.97rem; font-weight: 700; color: var(--text-dark); margin: 1.5rem 0 0.5rem; }
.privacy-section p { font-size: 0.9rem; color: #374151; line-height: 1.85; margin-bottom: 0.75rem; }
.privacy-section ul, .privacy-section ol { padding-left: 1.5rem; display: flex; flex-direction: column; gap: 0.45rem; margin: 0.6rem 0 0.85rem; }
.privacy-section li { font-size: 0.9rem; color: #374151; line-height: 1.75; }
.privacy-section li strong { color: var(--text-dark); }
.privacy-table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.875rem; }
.privacy-table th { background: var(--off-white); padding: 0.65rem 1rem; text-align: left; font-weight: 700; color: var(--text-dark); border: 1px solid var(--border); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; }
.privacy-table td { padding: 0.65rem 1rem; border: 1px solid var(--border); color: #374151; vertical-align: top; }
.privacy-table tr:nth-child(even) td { background: #fafafa; }
.privacy-highlight { background: var(--teal-light); border-left: 3px solid var(--teal); border-radius: 0 6px 6px 0; padding: 0.9rem 1.25rem; margin: 1rem 0; font-size: 0.875rem; color: var(--teal-deeper); line-height: 1.75; }
@media (max-width: 860px) { .privacy-layout { grid-template-columns: 1fr; } .privacy-sidebar { display: none; } .privacy-content-area { padding: 2rem 0 4rem; } }
@media (max-width: 640px) { .container { padding: 0 1.25rem; } .hero-inner { padding: 0 1.25rem; gap: 2rem; } .hero { padding: 2rem 0 2.5rem; } .hero h1 { font-size: clamp(1.9rem, 8vw, 2.5rem); } .hero-desc { font-size: 0.95rem; } .hero-ctas { flex-direction: column; align-items: stretch; } .hero-ctas .btn-primary, .hero-ctas .btn-ghost-hero { text-align: center; justify-content: center; } .hero-stats-row { gap: 1.25rem; flex-wrap: wrap; } .sec { padding: 3rem 0; } .sec-header { margin-bottom: 2rem; } .sec-title { font-size: clamp(1.5rem, 6vw, 2rem); } .numbers-grid { grid-template-columns: repeat(2,1fr); gap: 1rem; } .num-val { font-size: 2rem; } .how-steps { grid-template-columns: 1fr; gap: 1.25rem; } .step-card { padding: 1.5rem; } .rm-grid { grid-template-columns: 1fr; } .api-inner { gap: 2rem; } .code-win { font-size: 0.75rem; overflow-x: auto; } .api-card-body { font-size: 0.72rem; padding: 1rem; } .usecase-grid { grid-template-columns: 1fr; } .pricing-grid { max-width: 100%; } .price-card { padding: 1.75rem; } .testi-grid { grid-template-columns: 1fr; } .testi-card { padding: 1.5rem; } .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; } .footer-brand { max-width: 100%; } footer { padding: 3rem 0 1.5rem; } .footer-bottom { flex-direction: column; gap: 0.75rem; text-align: center; } .trust-logos { border: none; } .trust-item { font-size: 0.75rem; padding: 0.55rem 1rem; } .products-grid { grid-template-columns: 1fr; } .prod-card { padding: 1.75rem; } .problem-grid { grid-template-columns: 1fr; } .prob-card { padding: 1.5rem; } .modal-box { padding: 1.75rem; margin: 1rem; border-radius: 16px; } .modal-founders { grid-template-columns: 1fr; } }

/* ── Phone fixes for the legacy privacy page and modal (must come after the legacy rules) ── */
@media (max-width: 860px) {
  .privacy-layout { grid-template-columns: minmax(0, 1fr); padding: 0 1rem; }
  .privacy-sidebar { display: none; }
  .privacy-content-area { padding: 2rem 0 4rem; min-width: 0; }
  .privacy-section { overflow-wrap: anywhere; }
  .privacy-table { display: block; overflow-x: auto; max-width: 100%; }
  .privacy-hero .container { padding: 0 1rem; }
  .modal-box { width: calc(100% - 32px); max-width: 100%; }
}

