/* self-hosted fonts (Inter + Sora, latin) — no third-party request */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/Inter-400.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/Inter-500.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/Inter-600.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/Inter-700.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Inter';font-style:normal;font-weight:800;font-display:swap;src:url('fonts/Inter-800.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Sora';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/Sora-600.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Sora';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/Sora-700.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Sora';font-style:normal;font-weight:800;font-display:swap;src:url('fonts/Sora-800.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

/* ============================================================
   ClearVisibility — marketing site design system
   Standalone, dependency-free (only the Inter + Sora web fonts
   loaded in each HTML <head>). Shared across all pages.
   ------------------------------------------------------------
   Sections:
     1.  Design tokens (:root)
     2.  Base + typography
     3.  Layout utilities
     4.  Buttons + pills + badges
     5.  Header / nav (with dropdown mega-menu)
     6.  Hero + product mockups
     7.  Trust strip / logo wall
     8.  Sections + section heads
     9.  Cards / bento / feature splits
     10. Steps / process
     11. Tabs
     12. Stats band
     13. Integrations grid
     14. Testimonial / quote
     15. FAQ accordion
     16. CTA bands
     17. Forms
     18. Footer
     19. Reveal animation + motion
     20. Responsive
   ============================================================ */

/* ---------------------------------------------------------------
   1. DESIGN TOKENS
   --------------------------------------------------------------- */
:root {
  /* brand */
  --navy:        #0A1B33;
  --navy-2:      #0E2A4D;
  --navy-3:      #10325C;
  --ink:         #15223A;
  --slate:       #45566F;
  --mist:        #6B7A92;
  --line:        #E4E9F1;
  --line-2:      #EEF2F8;
  --bg:          #FFFFFF;
  --bg-alt:      #F5F8FC;
  --bg-alt-2:    #EEF4FB;

  /* accent */
  --teal:        #0BB5C9;
  --teal-d:      #0892A3;
  --teal-dd:     #066f7d;
  --cyan:        #18D3EB;
  --aqua:        #6EE7F4;
  --violet:      #6C5CE7;
  --violet-2:    #8B7BF0;
  --warn:        #F0A92B;
  --rose:        #F2557A;
  --green:       #1FA85A;

  /* effects */
  --shadow-sm:   0 4px 14px rgba(10, 27, 51, 0.06);
  --shadow:      0 12px 34px rgba(10, 27, 51, 0.10);
  --shadow-lg:   0 28px 70px rgba(10, 27, 51, 0.20);
  --glow-teal:   0 10px 30px rgba(11, 181, 201, 0.35);

  --radius-xl:   22px;
  --radius:      15px;
  --radius-sm:   10px;
  --radius-pill: 999px;

  --maxw:        1180px;
  --maxw-narrow: 820px;
  --ease:        cubic-bezier(.22,.61,.36,1);
  --ease-out:    cubic-bezier(.16,1,.3,1);

  --grad-teal:   linear-gradient(135deg, var(--cyan), var(--teal-d));
  --grad-brand:  linear-gradient(120deg, #18D3EB 0%, #0BB5C9 38%, #6C5CE7 100%);
  --grad-dark:   linear-gradient(150deg, #0A1B33 0%, #0E2A4D 55%, #10325C 100%);
}

/* ---------------------------------------------------------------
   2. BASE + TYPOGRAPHY
   --------------------------------------------------------------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  line-height: 1.12;
  color: var(--navy);
  margin: 0 0 .5em;
  letter-spacing: -0.025em;
  font-weight: 700;
}
h1 { font-size: clamp(2.3rem, 5.2vw, 3.85rem); font-weight: 800; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.75rem); font-weight: 800; }
h3 { font-size: 1.24rem; }
h4 { font-size: 1.02rem; }
p  { margin: 0 0 1rem; }
a  { color: var(--teal-d); text-decoration: none; transition: color .15s; }
a:hover { color: var(--teal-dd); }
img, svg { max-width: 100%; }
strong { color: var(--navy); }
::selection { background: rgba(11,181,201,.22); }

/* --- accessibility + UX polish --- */
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; border-radius: 5px; }
.btn:focus-visible { outline-offset: 3px; }
main:focus { outline: none; }
h1, h2, h3 { text-wrap: balance; }
/* offset in-page anchors so targets clear the sticky header */
:target { scroll-margin-top: 92px; }
section[id], [id].section { scroll-margin-top: 92px; }
/* skip-to-content link — visible only when focused */
.skip-link {
  position: absolute; left: 14px; top: -64px; z-index: 200;
  background: var(--navy); color: #fff; padding: 11px 20px; border-radius: 0 0 11px 11px;
  font-weight: 600; font-size: .92rem; box-shadow: var(--shadow); transition: top .2s var(--ease);
}
.skip-link:focus { top: 0; color: #fff; text-decoration: none; }

/* ---------------------------------------------------------------
   3. LAYOUT UTILITIES
   --------------------------------------------------------------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.narrow    { max-width: var(--maxw-narrow); }
.center    { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  text-transform: uppercase; letter-spacing: .16em;
  font-size: .76rem; font-weight: 700; color: var(--teal-d);
  margin: 0 0 1rem;
}
.eyebrow::before {
  content: ""; width: 22px; height: 2px; border-radius: 2px;
  background: var(--grad-teal);
}
.eyebrow.center { justify-content: center; }
.eyebrow.light { color: var(--aqua); }
.lede { font-size: clamp(1.08rem, 1.6vw, 1.22rem); color: var(--slate); }
.muted { color: var(--mist); }

/* ---------------------------------------------------------------
   4. BUTTONS / PILLS / BADGES
   --------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 600; font-size: 1rem;
  padding: 14px 28px; border-radius: var(--radius-pill);
  border: 1.5px solid transparent; cursor: pointer; white-space: nowrap;
  transition: transform .16s var(--ease), box-shadow .22s var(--ease), background .2s, color .2s, border-color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn-sm { padding: 9px 18px; font-size: .92rem; }
.btn-lg { padding: 17px 34px; font-size: 1.06rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--grad-teal); color: #fff; box-shadow: var(--glow-teal); }
.btn-primary:hover { color: #fff; box-shadow: 0 14px 32px rgba(11,181,201,.5); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { color: #fff; background: var(--navy-2); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-d); }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { color: var(--teal-d); }
.btn-outline-light { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.32); }
.btn-outline-light:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.12); }

.pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 14px; border-radius: var(--radius-pill);
  font-size: .8rem; font-weight: 600; letter-spacing: .01em;
  background: var(--bg-alt-2); color: var(--teal-d); border: 1px solid var(--line);
}
.pill.dark { background: rgba(255,255,255,.08); color: var(--aqua); border-color: rgba(255,255,255,.16); }
.pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(31,168,90,.18); }

.badge {
  display: inline-block; padding: 3px 10px; border-radius: 7px;
  font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
}
.badge.teal { background: rgba(11,181,201,.12); color: var(--teal-d); }
.badge.violet { background: rgba(108,92,231,.12); color: var(--violet); }
.badge.warn { background: rgba(240,169,43,.14); color: #b9791a; }

/* ---------------------------------------------------------------
   5. HEADER / NAV
   --------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--navy); font-size: 1.28rem; font-family: 'Sora', sans-serif; }
.brand:hover { color: var(--navy); }
.brand-mark { display: inline-flex; }
.brand-text { font-weight: 600; letter-spacing: -.02em; }
.brand-text strong { color: var(--teal-d); font-weight: 800; }
.brand-logo { height: 44px; width: auto; display: block; }
.footer-logo { height: 48px; margin-bottom: 2px; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links > a, .nav-item > button {
  display: inline-flex; align-items: center; gap: 5px;
  color: var(--slate); font-weight: 500; font-size: .97rem; font-family: inherit;
  padding: 9px 14px; border-radius: 9px; background: none; border: 0; cursor: pointer;
  transition: color .15s, background .15s;
}
.nav-links > a:hover, .nav-item > button:hover { color: var(--navy); background: var(--bg-alt); }
.nav-links > a.active { color: var(--navy); }
.nav-cta { margin-left: 8px; }

/* dropdown */
.nav-item { position: relative; }
.nav-item > button svg { width: 14px; height: 14px; transition: transform .2s; }
.nav-item:hover > button svg { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(8px);
  width: 540px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 14px; opacity: 0; pointer-events: none;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
}
.nav-item:hover .nav-dropdown { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-dd-link { display: flex; gap: 12px; padding: 12px; border-radius: var(--radius-sm); align-items: flex-start; }
.nav-dd-link:hover { background: var(--bg-alt); }
.nav-dd-ico { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center;
  background: var(--bg-alt-2); color: var(--teal-d); }
.nav-dd-ico svg { width: 18px; height: 18px; }
.nav-dd-link h5 { margin: 0 0 2px; font-family: 'Inter', sans-serif; font-size: .92rem; color: var(--navy); font-weight: 700; }
.nav-dd-link p { margin: 0; font-size: .8rem; color: var(--mist); line-height: 1.4; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 9px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: .25s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------------------------------------------------------
   6. HERO + PRODUCT MOCKUPS
   --------------------------------------------------------------- */
.hero { position: relative; padding: 84px 0 56px; overflow: hidden;
  background:
    radial-gradient(1200px 520px at 82% -12%, #E7FBFE 0%, rgba(231,251,254,0) 58%),
    radial-gradient(900px 500px at 8% 8%, #F0EEFE 0%, rgba(240,238,254,0) 55%),
    linear-gradient(180deg, #FFFFFF 0%, var(--bg-alt) 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; }
.hero-copy h1 { margin-bottom: .35em; }
.hero h1 em { color: var(--teal-d); font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: .04em; height: .14em;
  background: linear-gradient(90deg, var(--cyan), rgba(108,92,231,.5)); border-radius: 3px; opacity: .55; }
.hero-copy .lede { max-width: 36ch; }
.hero-cta { display: flex; gap: 14px; margin: 30px 0 26px; flex-wrap: wrap; }
.hero-trust { list-style: none; display: flex; gap: 30px; padding: 18px 0 0; margin: 6px 0 0; flex-wrap: wrap;
  border-top: 1px solid var(--line); }
.hero-trust li { color: var(--slate); font-size: .92rem; }
.hero-trust strong { color: var(--navy); display: block; font-size: 1.4rem; font-family: 'Sora', sans-serif; font-weight: 800; letter-spacing: -.02em; }

/* generic browser mockup window */
.mock-window { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); overflow: hidden; }
.hero-visual .mock-window { transform: perspective(1600px) rotateY(-8deg) rotateX(3deg); transition: transform .6s var(--ease); }
.hero-visual:hover .mock-window { transform: perspective(1600px) rotateY(-2deg) rotateX(1deg); }
.mock-bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; background: var(--navy); }
.mock-bar .dot { width: 10px; height: 10px; border-radius: 50%; }
.dot.r { background: #FF5F57; } .dot.y { background: #FEBC2E; } .dot.g { background: #28C840; }
.mock-url { margin-left: 12px; color: #93A8CA; font-size: .76rem; font-family: ui-monospace, monospace; }
.mock-body { padding: 18px; background: var(--bg-alt); display: grid; gap: 14px; }
.mock-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mock-kpi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px; }
.kpi-label { display: block; font-size: .68rem; color: var(--mist); text-transform: uppercase; letter-spacing: .06em; }
.kpi-num { display: block; font-size: 1.5rem; font-weight: 800; color: var(--navy); font-family: 'Sora', sans-serif; margin: 5px 0 2px; }
.kpi-num.warn { color: var(--warn); } .kpi-num.good { color: var(--green); }
.kpi-up { color: var(--green); font-size: .74rem; font-weight: 600; }
.kpi-down { color: var(--rose); font-size: .74rem; font-weight: 600; }
.mock-row.split { grid-template-columns: 1.5fr 1fr; }
.mock-chart, .mock-donut { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 14px; }
.chart-title { font-size: .76rem; font-weight: 600; color: var(--slate); }
.bars { display: flex; align-items: flex-end; gap: 8px; height: 112px; margin-top: 14px; }
.bars span { flex: 1; height: var(--h); border-radius: 5px 5px 0 0; background: linear-gradient(180deg, var(--cyan), var(--teal-d)); }
.bars span:nth-child(even) { background: linear-gradient(180deg, var(--violet-2), var(--violet)); opacity: .85; }
.mock-donut { display: flex; flex-direction: column; }
.donut { width: 98px; height: 98px; border-radius: 50%; margin: 14px auto 10px;
  background: conic-gradient(var(--teal) 0 55%, var(--cyan) 55% 80%, var(--warn) 80% 100%);
  -webkit-mask: radial-gradient(circle 30px at center, transparent 98%, #000 100%);
          mask: radial-gradient(circle 30px at center, transparent 98%, #000 100%); }
.legend { list-style: none; display: flex; gap: 12px; justify-content: center; padding: 0; margin: 0; font-size: .72rem; color: var(--slate); }
.legend .lg { display: inline-block; width: 9px; height: 9px; border-radius: 2px; margin-right: 5px; }
.lg.a { background: var(--teal); } .lg.b { background: var(--cyan); } .lg.c { background: var(--warn); }

/* floating glass cards over the mockup */
.hero-visual { position: relative; }
.float-card {
  position: absolute; background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow);
  padding: 12px 15px; display: flex; align-items: center; gap: 11px; font-size: .84rem;
}
.float-card .fc-ico { width: 32px; height: 32px; border-radius: 8px; display: grid; place-items: center; flex: 0 0 32px; }
.float-card .fc-ico svg { width: 17px; height: 17px; }
.float-card strong { display: block; color: var(--navy); font-size: .9rem; }
.float-card span { color: var(--mist); font-size: .76rem; }
.float-a { top: 16%; left: -34px; }
.float-b { bottom: 14%; right: -28px; }
@media (max-width: 1080px){ .float-card { display: none; } }

/* ---------------------------------------------------------------
   7. TRUST STRIP / LOGO WALL
   --------------------------------------------------------------- */
.strip { padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.strip-label { text-align: center; color: var(--mist); font-size: .82rem; font-weight: 600; letter-spacing: .04em; margin-bottom: 16px; }
.strip-logos { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 16px; padding: 0; margin: 0; }
.strip-logos li {
  display: inline-flex; align-items: center; gap: 8px; color: var(--slate); font-weight: 600; font-size: .92rem;
  padding: 8px 16px; border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--bg-alt);
}
.strip-logos li svg { width: 16px; height: 16px; color: var(--teal-d); }

/* ---------------------------------------------------------------
   8. SECTIONS
   --------------------------------------------------------------- */
.section { padding: 92px 0; }
.section.tight { padding: 64px 0; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--grad-dark); color: #EAF2FB; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: #C3D4EC; }
.section-head { max-width: 680px; margin: 0 auto 52px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.section-sub { color: var(--slate); font-size: 1.12rem; }
.section-dark .section-sub { color: #C3D4EC; }

/* ---------------------------------------------------------------
   9. CARDS / BENTO / FEATURE SPLITS
   --------------------------------------------------------------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #CFE9ee; }
.card p { color: var(--slate); margin: 0; }
.card h3 { margin-bottom: .5rem; }
.card-ico {
  width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(24,211,235,.16), rgba(108,92,231,.12)); color: var(--teal-d);
}
.card-ico svg { width: 24px; height: 24px; }
.card.feat { border-top: 3px solid transparent; border-image: var(--grad-teal) 1; }
.card.pain .card-ico { background: linear-gradient(135deg, rgba(242,85,122,.14), rgba(240,169,43,.12)); color: var(--rose); }

/* bento grid */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(150px, auto); gap: 18px; }
.bento .b-item {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  position: relative; overflow: hidden;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s;
}
.bento .b-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #CFE9ee; }
.b-span-3 { grid-column: span 3; } .b-span-2 { grid-column: span 2; } .b-span-4 { grid-column: span 4; }
.b-span-6 { grid-column: span 6; }
.b-item h3 { font-size: 1.12rem; }
.b-item p { color: var(--slate); margin: 0; font-size: .96rem; }
.b-item.dark { background: var(--grad-dark); border: none; color: #EAF2FB; }
.b-item.dark h3 { color: #fff; } .b-item.dark p { color: #C3D4EC; }
.b-item.brand { background: var(--grad-brand); border: none; color: #fff; }
.b-item.brand h3, .b-item.brand p { color: #fff; }
.b-tag { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  color: var(--teal-d); margin-bottom: 10px; }
.b-item.dark .b-tag, .b-item.brand .b-tag { color: var(--aqua); }

/* feature split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split + .split { margin-top: 96px; }
.split-copy h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.feature-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 14px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--slate); }
.feature-list li svg { flex: 0 0 22px; width: 22px; height: 22px; color: var(--teal-d); margin-top: 2px; }
.feature-list li strong { color: var(--navy); }

.split-media .panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
  overflow: hidden;
}
.panel-head { padding: 14px 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 10px;
  background: var(--bg-alt); font-weight: 600; font-size: .9rem; color: var(--navy); }
.panel-head .pdot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.panel-body { padding: 18px; }

/* mini list rows used inside panels */
.rowlist { display: grid; gap: 9px; }
.rowlist .r { display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 11px 13px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; font-size: .88rem; }
.rowlist .r .l { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.rowlist .r .ic { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center;
  background: var(--bg-alt-2); color: var(--teal-d); }
.rowlist .r .ic svg { width: 15px; height: 15px; }
.tag-pill { font-size: .72rem; font-weight: 700; padding: 3px 9px; border-radius: 6px; }
.tag-pill.ok { background: rgba(31,168,90,.12); color: var(--green); }
.tag-pill.warn { background: rgba(240,169,43,.14); color: #b9791a; }
.tag-pill.info { background: rgba(11,181,201,.12); color: var(--teal-d); }
.tag-pill.muted { background: var(--bg-alt); color: var(--mist); }

/* ---------------------------------------------------------------
   10. STEPS / PROCESS
   --------------------------------------------------------------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.steps li { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; position: relative; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 13px; font-weight: 800; font-family: 'Sora', sans-serif; color: #fff; background: var(--grad-teal); margin-bottom: 16px; }
.steps li:nth-child(2) .step-num { background: linear-gradient(135deg, var(--violet-2), var(--violet)); }
.steps p { color: var(--slate); margin: 0; }

/* ---------------------------------------------------------------
   11. TABS
   --------------------------------------------------------------- */
.tabs { max-width: 1080px; margin: 0 auto; }
.tab-btns { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 34px; }
.tab-btn {
  font-family: inherit; font-size: .94rem; font-weight: 600; color: var(--slate);
  padding: 10px 20px; border-radius: var(--radius-pill); border: 1px solid var(--line); background: #fff; cursor: pointer;
  transition: all .18s var(--ease);
}
.tab-btn:hover { border-color: var(--teal); color: var(--teal-d); }
.tab-btn.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fadeUp .4s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------------------------------------------------------------
   12. STATS BAND
   --------------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.stats.three { grid-template-columns: repeat(3, 1fr); }
.stat { text-align: center; }
.stat-num { font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 800; font-family: 'Sora', sans-serif;
  color: var(--cyan); line-height: 1; letter-spacing: -.03em; }
.stat-suffix { font-size: 1.8rem; font-weight: 800; color: var(--cyan); }
.stat-label { display: block; color: #C3D4EC; margin-top: 12px; font-size: .96rem; }
.section:not(.section-dark) .stat-num,
.section:not(.section-dark) .stat-suffix { color: var(--teal-d); }
.section:not(.section-dark) .stat-label { color: var(--slate); }

/* ---------------------------------------------------------------
   13. INTEGRATIONS GRID
   --------------------------------------------------------------- */
.intg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.intg {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
  display: flex; gap: 16px; align-items: flex-start;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
}
.intg:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #CFE9ee; }
.intg-logo { flex: 0 0 50px; width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center;
  background: var(--bg-alt); border: 1px solid var(--line); }
.intg-logo svg { width: 28px; height: 28px; }
.intg h4 { margin: 0 0 4px; font-family: 'Inter', sans-serif; font-size: 1rem; color: var(--navy); }
.intg p { margin: 0; color: var(--slate); font-size: .9rem; }
.intg .src-tag { display: inline-block; margin-top: 8px; font-size: .72rem; font-weight: 700; color: var(--teal-d);
  text-transform: uppercase; letter-spacing: .05em; }

/* data-source chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: var(--radius-pill);
  background: #fff; border: 1px solid var(--line); font-size: .9rem; font-weight: 600; color: var(--slate); }
.chip svg { width: 15px; height: 15px; color: var(--teal-d); }
.section-dark .chip { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); color: #DCE8F8; }
.section-dark .chip svg { color: var(--aqua); }

/* ---------------------------------------------------------------
   14. TESTIMONIAL / QUOTE
   --------------------------------------------------------------- */
.quote { max-width: 820px; margin: 0 auto; text-align: center; }
.quote .qmark { font-size: 3.4rem; line-height: 0; color: var(--teal); font-family: 'Sora', serif; opacity: .35; }
.quote blockquote { font-size: clamp(1.3rem, 2.4vw, 1.65rem); line-height: 1.45; color: var(--navy);
  font-weight: 600; margin: 14px 0 22px; font-family: 'Sora', sans-serif; letter-spacing: -.01em; }
.section-dark .quote blockquote { color: #EAF2FB; }
.quote figcaption { color: var(--slate); font-weight: 500; }
.quote figcaption strong { color: var(--teal-d); }
.section-dark .quote figcaption strong { color: var(--aqua); }
.placeholder-note { display: inline-block; margin-top: 18px; font-size: .76rem; color: var(--mist);
  background: var(--bg-alt); border: 1px dashed var(--line); padding: 6px 12px; border-radius: 8px; }
.section-dark .placeholder-note { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.18); color: #93A8CA; }

/* ---------------------------------------------------------------
   15. FAQ ACCORDION
   --------------------------------------------------------------- */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.faq-q { width: 100%; text-align: left; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.04rem; color: var(--navy);
  background: none; border: 0; cursor: pointer; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-q .ic { flex: 0 0 22px; width: 22px; height: 22px; position: relative; transition: transform .25s var(--ease); }
.faq-q .ic::before, .faq-q .ic::after { content: ""; position: absolute; background: var(--teal-d); border-radius: 2px; }
.faq-q .ic::before { top: 10px; left: 2px; right: 2px; height: 2px; }
.faq-q .ic::after { left: 10px; top: 2px; bottom: 2px; width: 2px; transition: opacity .25s; }
.faq-item.open .faq-q .ic::after { opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-a-inner { padding: 0 22px 20px; color: var(--slate); }

/* ---------------------------------------------------------------
   16. CTA BANDS
   --------------------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; background: var(--grad-dark); color: #fff; }
.cta-band::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(700px 380px at 85% 0%, rgba(24,211,235,.22), transparent 60%),
              radial-gradient(600px 380px at 10% 100%, rgba(108,92,231,.26), transparent 60%); }
.cta-band .container { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #C3D4EC; font-size: 1.14rem; max-width: 60ch; }
.cta-band .hero-cta { justify-content: flex-start; border: none; }
.cta-center { text-align: center; }
.cta-center .hero-cta { justify-content: center; }

/* ---------------------------------------------------------------
   17. FORMS
   --------------------------------------------------------------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.form-card h3 { margin-bottom: 6px; }
.form-card .form-intro { color: var(--mist); font-size: .92rem; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label { display: block; font-weight: 600; font-size: .88rem; color: var(--navy); margin-bottom: 6px; }
.field .opt { color: var(--mist); font-weight: 400; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font: inherit; font-size: .96rem; color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(11,181,201,.15); }
.field input.invalid, .field textarea.invalid, .field select.invalid { border-color: #E45757; }
.form-note { font-size: .8rem; color: var(--mist); margin: 14px 0 0; text-align: center; }
.form-status { margin: 14px 0 0; font-weight: 600; text-align: center; min-height: 1.2em; }
.form-status.ok { color: var(--green); } .form-status.err { color: #E45757; }
/* honeypot — visually hidden, off-screen; bots fill it, humans don't */
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* --------------------------- ROI / savings calculator --------------------------- */
.calc { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: stretch; }
.calc-inputs { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.calc-field { margin-bottom: 24px; }
.calc-field:last-child { margin-bottom: 0; }
.calc-field label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  font-weight: 600; font-size: .92rem; color: var(--navy); margin-bottom: 9px; }
.calc-field label .val { color: var(--teal-d); font-weight: 800; font-variant-numeric: tabular-nums; font-size: 1rem; }
.calc-field input[type="range"] { width: 100%; accent-color: var(--teal-d); height: 6px; cursor: pointer; }
.calc-field .hint { display: block; font-size: .78rem; color: var(--mist); margin-top: 6px; font-weight: 400; }
.calc-result { background: var(--grad-dark); color: #fff; border-radius: var(--radius); padding: 32px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; }
.calc-result::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(420px 240px at 90% 0%, rgba(24,211,235,.22), transparent 60%); }
.calc-result > * { position: relative; }
.calc-result .res-label { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--aqua); font-weight: 700; }
.calc-result .big { font-family: 'Sora', sans-serif; font-weight: 800; font-size: clamp(2.6rem, 6vw, 3.6rem);
  color: var(--cyan); line-height: 1; letter-spacing: -.02em; margin: 8px 0 4px; font-variant-numeric: tabular-nums; }
.calc-result .res-sub { color: #C3D4EC; font-size: .96rem; margin: 0 0 18px; }
.calc-result .line { display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
.calc-result .line span:first-child { color: #C3D4EC; font-size: .94rem; }
.calc-result .line .lv { font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.15rem; color: #fff; font-variant-numeric: tabular-nums; }
.calc-result .res-cta { margin-top: auto; padding-top: 22px; }
.calc-disclaimer { font-size: .82rem; color: var(--mist); margin-top: 18px; text-align: center; }
@media (max-width: 900px) { .calc { grid-template-columns: 1fr; } }

/* --------------------------- resources index --------------------------- */
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.resource-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 30px; transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s; }
.resource-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #CFE9ee; }
.resource-card .r-tag { font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--teal-d); margin-bottom: 12px; }
.resource-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.resource-card p { color: var(--slate); margin: 0 0 20px; }
.resource-card .r-more { margin-top: auto; font-weight: 700; color: var(--teal-d); display: inline-flex; align-items: center; gap: 7px; }
.resource-card .r-more svg { width: 17px; height: 17px; }
@media (max-width: 760px) { .resource-grid { grid-template-columns: 1fr; } }

/* --------------------------- article / guides --------------------------- */
.article { max-width: 760px; margin: 0 auto; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; color: var(--mist); font-size: .9rem; margin-bottom: 18px; }
.article-meta a { color: var(--mist); } .article-meta a:hover { color: var(--teal-d); }
.article .lead { font-size: 1.2rem; color: var(--ink); line-height: 1.6; }
.article h2 { margin-top: 1.9em; margin-bottom: .5em; font-size: 1.55rem; }
.article h3 { margin-top: 1.5em; margin-bottom: .4em; font-size: 1.18rem; }
.article p, .article li { color: var(--slate); font-size: 1.06rem; line-height: 1.78; }
.article ul, .article ol { padding-left: 1.25em; margin: 0 0 1.3rem; }
.article li { margin-bottom: .5em; }
.article li::marker { color: var(--teal-d); }
.article strong { color: var(--navy); }
.article blockquote { border-left: 3px solid var(--teal); background: var(--bg-alt); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 16px 22px; margin: 1.6em 0; color: var(--navy); font-size: 1.1rem; }
.article blockquote p { color: var(--navy); margin: 0; font-weight: 500; }
.article-cta { background: var(--grad-dark); color: #fff; border-radius: var(--radius); padding: 32px; margin: 2.6em 0 0; text-align: center; }
.article-cta h3 { color: #fff; margin-bottom: 8px; }
.article-cta p { color: #C3D4EC; margin: 0 0 18px; }
.article-related { margin-top: 2.4em; padding-top: 1.6em; border-top: 1px solid var(--line); }
.article-related h4 { font-family: 'Inter', sans-serif; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--mist); margin-bottom: 12px; }
.article-related a { display: inline-block; margin: 0 14px 8px 0; font-weight: 600; }

/* ---------------------------------------------------------------
   18. FOOTER
   --------------------------------------------------------------- */
.site-footer { background: var(--navy); color: #B6C6DD; padding: 72px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand .brand-text { color: #fff; font-size: 1.34rem; }
.footer-brand .brand-text strong { color: var(--cyan); }
.footer-brand p { color: #8499B8; margin-top: 14px; max-width: 34ch; font-size: .94rem; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center;
  background: rgba(255,255,255,.06); color: #B6C6DD; transition: background .18s, color .18s; }
.footer-social a:hover { background: var(--teal-d); color: #fff; }
.footer-social svg { width: 17px; height: 17px; }
.footer-col h4 { color: #fff; font-size: .92rem; margin-bottom: 16px; font-family: 'Inter', sans-serif; }
.footer-col a { display: block; color: #B6C6DD; margin-bottom: 10px; font-size: .93rem; }
.footer-col a:hover { color: var(--cyan); }
.footer-col address { font-style: normal; color: #8499B8; font-size: .92rem; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
  border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px; padding-top: 24px; font-size: .85rem; color: #8499B8; }
.footer-bottom a { color: #8499B8; }
.footer-bottom a:hover { color: var(--cyan); }

/* ---------------------------------------------------------------
   19. REVEAL + MOTION
   --------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
.float-anim { animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .hero-visual .mock-window { transform: none; }
  .float-anim { animation: none; }
}

/* ---------------------------------------------------------------
   20. RESPONSIVE
   --------------------------------------------------------------- */
@media (max-width: 1024px) {
  .bento { grid-template-columns: repeat(4, 1fr); }
  .b-span-3 { grid-column: span 2; } .b-span-4 { grid-column: span 4; } .b-span-6 { grid-column: span 4; }
}
@media (max-width: 900px) {
  .nav-links {
    position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 12px 22px 22px; box-shadow: var(--shadow);
    transform: translateY(-14px); opacity: 0; pointer-events: none; transition: .24s var(--ease); max-height: calc(100vh - 72px); overflow-y: auto;
  }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links > a, .nav-item > button { padding: 14px 4px; border-bottom: 1px solid var(--line-2); border-radius: 0; justify-content: space-between; width: 100%; }
  .nav-cta { margin: 14px 0 0; }
  .nav-cta.btn { border-bottom: none; }
  .nav-item { width: 100%; }
  .nav-dropdown { position: static; width: 100%; transform: none; opacity: 1; pointer-events: auto; box-shadow: none;
    border: none; grid-template-columns: 1fr; padding: 4px 0 10px; display: none; }
  .nav-item.open .nav-dropdown { display: grid; }
  .nav-item:hover .nav-dropdown { transform: none; }
  .nav-toggle { display: flex; }

  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy .lede { max-width: none; }
  .split, .split.reverse { grid-template-columns: 1fr; gap: 36px; }
  .split.reverse .split-media { order: 0; }
  .split + .split { margin-top: 64px; }
  .cards-3, .cards-2, .steps, .intg-grid { grid-template-columns: 1fr; }
  .cards-4 { grid-template-columns: 1fr 1fr; }
  .stats, .stats.three { grid-template-columns: 1fr 1fr; }
  .bento { grid-template-columns: 1fr 1fr; }
  .b-span-2, .b-span-3, .b-span-4, .b-span-6 { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .section { padding: 64px 0; }
  .cards-4, .footer-grid, .stats, .stats.three, .bento { grid-template-columns: 1fr; }
  .b-span-2, .b-span-3, .b-span-4, .b-span-6 { grid-column: span 1; }
  .field-row { grid-template-columns: 1fr; }
  .form-card { padding: 24px; }
  .hero-trust { gap: 22px; }
}
