/* ============================================================
   Verioos — Public Website Stylesheet
   Shares the app's placeholder branding (teal + slate)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --brand: #087F78;
  --brand-dark: #076B65;
  --brand-darker: #12233F;
  --brand-light: #E8F6F3;
  --ink: #101828;
  --ink-2: #475467;
  --ink-3: #667085;
  --bg: #ffffff;
  --bg-soft: #F7F9FC;
  --card: #ffffff;
  --line: #D0D5DD;
  --good: #067647;
  --warn: #B54708;
  --info: #2F6FED;
  --purple: #6941C6;

  /* ---- Verio module accents ---- */
  --c-teal: #087F78;   --c-teal-bg: #E8F6F3;
  --c-coral: #B42318;  --c-coral-bg: #FEF3F2;
  --c-amber: #B54708;  --c-amber-bg: #FFFAEB;
  --c-purple: #6941C6; --c-purple-bg: #F4F3FF;
  --c-mint: #067647;   --c-mint-bg: #D4F6EC;
  --c-blue: #2F6FED;   --c-blue-bg: #EEF4FF;
  --c-pink: #C24164;   --c-pink-bg: #FDF0F4;
  --c-lime: #3D7A24;   --c-lime-bg: #EFF7E8;

  --radius: 14px;
  --shadow: 0 1px 3px rgba(16,24,40,.12);
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; }
html::-webkit-scrollbar { display: none; }
html, body { overflow-x: clip; }
* { scrollbar-width: none; -ms-overflow-style: none; }
*::-webkit-scrollbar { width: 0; height: 0; display: none; }
body { font-family: var(--font); color: var(--ink); background: var(--bg); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }
img { max-width: 100%; }
a { color: var(--brand-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font-family: inherit; cursor: pointer; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- Keyboard focus (spec §9: visible 3px focus ring) ---------- */
:focus-visible { outline: 3px solid var(--info); outline-offset: 2px; border-radius: 6px; }
.btn:focus-visible, .site-nav a:focus-visible, .drop-toggle:focus-visible,
.drop a:focus-visible, .mod:focus-visible, .tile:focus-visible,
.hamburger:focus-visible, .faq summary:focus-visible {
  outline: 3px solid var(--info); outline-offset: 2px;
}
/* Respect reduced-motion (spec §9) */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ---------- Logo ---------- */
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; letter-spacing: -.3px; }
.logo .mark { width: 34px; height: 34px; border-radius: 9px; background: var(--brand); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.logo .word span { color: var(--brand); }
.logo.on-dark { color: #fff; }
.logo.on-dark .mark { background: rgba(255,255,255,.16); }
.logo.on-dark .word span { color: #7de0d4; }
.logo img.mark, .logo .logo-img { background: none !important; object-fit: cover; display: block; flex-shrink: 0; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .bar { display: flex; align-items: center; gap: 28px; height: 68px; }
.site-nav { display: flex; gap: 4px; margin-left: auto; }
.site-nav a { padding: 8px 13px; border-radius: 8px; color: var(--ink-2); font-weight: 600; font-size: 15px; white-space: nowrap; }
.site-nav a:hover { background: var(--bg-soft); text-decoration: none; color: var(--ink); }
.site-nav a.active { color: var(--brand-dark); background: var(--brand-light); }
.header-cta { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 6px; color: var(--brand-dark); font-weight: 800; font-size: 14.5px; white-space: nowrap; }
.header-phone:hover { text-decoration: underline; }
.hamburger { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; font-size: 22px; padding: 6px 10px; cursor: pointer; color: var(--ink); line-height: 1; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; border: none; border-radius: 10px; font-weight: 700; font-size: 15px; padding: 12px 22px; transition: .15s; text-decoration: none !important; }
.btn-primary { background: var(--brand); color: #fff !important; }
.btn-primary:hover { background: var(--brand-dark); }
.btn-ghost { background: transparent; color: var(--brand-dark) !important; border: 1.5px solid var(--brand); }
.btn-ghost:hover { background: var(--brand-light); }
.btn-white { background: #fff; color: var(--brand-dark) !important; }
.btn-white:hover { background: #e8fbf8; }
.btn-lg { padding: 15px 30px; font-size: 17px; }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(135deg, #12233F 0%, #1B3559 55%, #087F78 130%); color: #fff; padding: 84px 0 96px; }
.hero .kicker { display: inline-block; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25); padding: 6px 14px; border-radius: 999px; font-size: 13.5px; font-weight: 700; letter-spacing: .3px; margin-bottom: 22px; }
.hero h1 { font-size: 52px; line-height: 1.08; letter-spacing: -1.5px; max-width: 720px; font-weight: 800; }
.hero p.lede { font-size: 20px; max-width: 640px; margin: 22px 0 34px; color: rgba(255,255,255,.92); }
.hero .actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .hero-note { margin-top: 18px; font-size: 14px; color: rgba(255,255,255,.8); }
.page-hero { background: linear-gradient(135deg, #12233F, #087F78); color: #fff; padding: 64px 0; }

/* ---------- Hero configurator ---------- */
.configurator { margin-top: 30px; max-width: 620px; background: #fff; border-radius: 16px; padding: 18px 18px 16px; box-shadow: 0 18px 44px rgba(0,0,0,.28); color: var(--ink); }
.configurator .cfg-label { font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; color: var(--ink-3); margin-bottom: 12px; }
.configurator .cfg-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; align-items: center; }
.configurator select { width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 12px; font-size: 14.5px; font-family: inherit; color: var(--ink); background: #fff; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23667085' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; cursor: pointer; }
.configurator select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(8,127,120,.18); }
.configurator .cfg-go { border: none; border-radius: 10px; background: var(--brand); color: #fff; font-weight: 700; font-size: 15px; padding: 12px 20px; cursor: pointer; white-space: nowrap; transition: .15s; }
.configurator .cfg-go:hover { background: var(--brand-dark); }
.configurator .cfg-hint { font-size: 12.5px; color: var(--ink-3); margin-top: 10px; }
.configurator .cfg-hint a { color: var(--brand-dark); font-weight: 700; }

/* ---------- Review rating badge (#8) ---------- */
.rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); border-radius: 12px; padding: 10px 16px; }
.rating .rt-logo { font-size: 15px; font-weight: 800; color: #fff; letter-spacing: -.2px; }
.rating .rt-logo span { color: #7de0d4; }
.rating .rt-stars { color: #ffb83d; font-size: 15px; letter-spacing: 2px; }
.rating .rt-txt { color: rgba(255,255,255,.9); font-size: 13px; font-weight: 600; }
.rating .rt-txt b { color: #fff; }
.rating.dark { background: var(--brand-light); border-color: #bfe6e1; }
.rating.dark .rt-logo { color: var(--brand-dark); }
.rating.dark .rt-logo span { color: var(--brand); }
.rating.dark .rt-txt { color: var(--ink-2); }
.rating.dark .rt-txt b { color: var(--ink); }
.page-hero h1 { font-size: 42px; letter-spacing: -.8px; line-height: 1.12; }
.page-hero p { font-size: 19px; max-width: 640px; margin-top: 14px; color: rgba(255,255,255,.9); }

/* ---------- Sections ---------- */
section.block { padding: 76px 0; }
section.block.soft { background: var(--bg-soft); }
section.block.dark { background: var(--brand-darker); color: #fff; }
.eyebrow { color: var(--brand); font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; font-size: 13px; }
h2.title { font-size: 34px; letter-spacing: -.6px; line-height: 1.15; margin: 10px 0 14px; }
p.sub { font-size: 18px; color: var(--ink-2); max-width: 700px; }
.dark p.sub { color: rgba(255,255,255,.82); }
.center { text-align: center; }
.center p.sub { margin: 0 auto; }

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: 22px; margin-top: 42px; }
.grid.c2 { grid-template-columns: repeat(2, 1fr); }
.grid.c3 { grid-template-columns: repeat(3, 1fr); }
.grid.c4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.card .ico { font-size: 30px; margin-bottom: 12px; display: block; }
.card h3 { font-size: 18.5px; margin-bottom: 8px; letter-spacing: -.2px; }
.card p { color: var(--ink-2); font-size: 15px; }
.card a.more { display: inline-block; margin-top: 12px; font-weight: 700; font-size: 14.5px; }
.dark .card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); box-shadow: none; }
.dark .card h3 { color: #fff; }
.dark .card p { color: rgba(255,255,255,.78); }

/* ---------- Modules grid ---------- */
.modules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 42px; text-align: left; }
.mod { display: flex; align-items: flex-start; gap: 16px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow); transition: .15s; color: inherit; }
.mod:hover { border-color: var(--brand); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(22,35,46,.1); text-decoration: none; }
.mod .m-ico { width: 48px; height: 48px; border-radius: 12px; background: var(--brand-light); display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.mod b { display: block; font-size: 17px; margin-bottom: 4px; color: var(--ink); }
.mod .m-chips { color: var(--ink-2); font-size: 14px; line-height: 1.55; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.stat b { display: block; font-size: 40px; letter-spacing: -1px; color: var(--brand-dark); }
.dark .stat b { color: #7de0d4; }
.stat span { color: var(--ink-2); font-size: 14.5px; font-weight: 600; }
.dark .stat span { color: rgba(255,255,255,.75); }

/* ---------- Split rows ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 48px; }
.split .visual { background: var(--brand-light); border: 1px solid var(--line); border-radius: var(--radius); min-height: 300px; display: flex; align-items: center; justify-content: center; font-size: 76px; box-shadow: var(--shadow); }
.split h3 { font-size: 25px; letter-spacing: -.4px; margin-bottom: 10px; }
.split p { color: var(--ink-2); }
.split ul { margin: 16px 0 0 2px; list-style: none; }
.split ul li { padding: 6px 0 6px 30px; position: relative; color: var(--ink-2); }
.split ul li::before { content: "✓"; position: absolute; left: 0; top: 6px; width: 21px; height: 21px; border-radius: 50%; background: var(--brand-light); color: var(--brand-dark); font-size: 12.5px; font-weight: 800; display: flex; align-items: center; justify-content: center; }

/* ---------- CQC pillars ---------- */
.pillars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 42px; }
.pillar { border-radius: var(--radius); padding: 22px 18px; color: #fff; }
.pillar b { display: block; font-size: 18px; margin-bottom: 6px; }
.pillar span { font-size: 13.5px; opacity: .92; line-height: 1.45; display: block; }
.pillar.p1 { background: #1a9e55; } .pillar.p2 { background: #2f6fd6; } .pillar.p3 { background: #c2417a; } .pillar.p4 { background: #c77b0a; } .pillar.p5 { background: #7a4fd0; }

/* ---------- Quotes ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.quote { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.quote p { font-size: 15.5px; color: var(--ink); font-style: italic; }
.quote .who { margin-top: 16px; display: flex; align-items: center; gap: 12px; }
.quote .who .av { width: 42px; height: 42px; border-radius: 50%; color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.quote .who b { display: block; font-size: 14.5px; }
.quote .who span { font-size: 13px; color: var(--ink-3); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 42px auto 0; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 18px 22px; margin-bottom: 12px; box-shadow: var(--shadow); }
.faq summary { font-weight: 700; font-size: 16.5px; cursor: pointer; list-style: none; position: relative; padding-right: 30px; }
.faq summary::after { content: "+"; position: absolute; right: 2px; top: -2px; font-size: 22px; color: var(--brand); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 10px; color: var(--ink-2); font-size: 15px; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, #12233F, #087F78); color: #fff; border-radius: 20px; padding: 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { font-size: 30px; letter-spacing: -.5px; }
.cta-band p { color: rgba(255,255,255,.88); margin-top: 8px; max-width: 520px; }

/* ---------- Tables / pricing ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; align-items: stretch; }
.tier { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); display: flex; flex-direction: column; position: relative; }
.tier.featured { border: 2px solid var(--brand); }
.tier .flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--brand); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 14px; border-radius: 999px; letter-spacing: .5px; }
.tier h3 { font-size: 20px; }
.tier .price { font-size: 38px; font-weight: 800; letter-spacing: -1px; margin: 12px 0 2px; }
.tier .price small { font-size: 14px; font-weight: 600; color: var(--ink-3); letter-spacing: 0; }
.tier .for { color: var(--ink-3); font-size: 14px; margin-bottom: 18px; }
.tier ul { list-style: none; margin-bottom: 24px; flex: 1; }
.tier ul li { padding: 7px 0 7px 28px; position: relative; font-size: 14.5px; color: var(--ink-2); border-bottom: 1px dashed var(--line); }
.tier ul li::before { content: "✓"; position: absolute; left: 0; color: var(--good); font-weight: 800; }

/* ---------- Forms ---------- */
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13.5px; font-weight: 700; color: var(--ink-2); }
.field input, .field select, .field textarea { border: 1.5px solid var(--line); border-radius: 9px; padding: 11px 13px; font-size: 15px; font-family: inherit; background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(8,127,120,.18); }

/* ---------- Contact info ---------- */
.info-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.info-item .i { font-size: 24px; }
.info-item b { display: block; font-size: 15.5px; }
.info-item span, .info-item a { font-size: 14.5px; color: var(--ink-2); }

/* ---------- Timeline / values ---------- */
.value-row { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.value-row .n { flex: 0 0 46px; height: 46px; border-radius: 12px; background: var(--brand-light); color: var(--brand-dark); font-weight: 800; font-size: 19px; display: flex; align-items: center; justify-content: center; }
.value-row h3 { font-size: 18px; margin-bottom: 4px; }
.value-row p { color: var(--ink-2); font-size: 15px; }

/* ---------- Team ---------- */
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 42px; }
.member { text-align: center; }
.member .av { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 12px; color: #fff; font-size: 26px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.member b { display: block; font-size: 16px; }
.member span { font-size: 13.5px; color: var(--ink-3); }

/* ---------- Footer ---------- */
.site-footer { background: #12233F; color: #b7c4d1; padding: 60px 0 30px; margin-top: 0; }
.site-footer .cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 40px; }
.site-footer h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 1.1px; margin-bottom: 14px; }
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 9px; }
.site-footer a { color: #b7c4d1; font-size: 14.5px; }
.site-footer a:hover { color: #fff; }
.site-footer a.foot-all { color: #7de0d4; font-weight: 600; }
.site-footer a.foot-all:hover { color: #fff; }
.site-footer .about { font-size: 14.5px; line-height: 1.6; max-width: 320px; margin-top: 14px; color: #9fb0c0; }
.site-footer .base { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: #8496a8; }
.site-footer .base a { color: #8496a8; }
.site-footer .base a:hover { color: #fff; }
/* Footer review badge */
.site-footer .foot-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 10px; margin-top: 18px; }
.foot-rating .fr-stars { color: #ffb83d; letter-spacing: 2px; font-size: 15px; line-height: 1; }
.foot-rating .fr-score { color: #fff; font-size: 14px; font-weight: 600; }
.foot-rating .fr-score b { font-weight: 800; }
.foot-rating .fr-txt { width: 100%; color: #8496a8; font-size: 13px; }
/* Footer social buttons */
.foot-social { display: flex; gap: 10px; margin-top: 20px; }
.foot-social a { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.08); color: #cdd8e3; font-size: 13px; font-weight: 700; transition: .15s; }
.foot-social a:hover { background: var(--brand); color: #fff; }

/* ---------- Mobile drawer (portal-style: overlay + right slide-in + collapsible sections) ---------- */
.site-nav-overlay { position: fixed; inset: 0; background: rgba(16,24,40,.5); z-index: 14999; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.site-nav-overlay.active { opacity: 1; visibility: visible; }
.site-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 300px; max-width: 86vw; background: #fff; z-index: 15000; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); box-shadow: -4px 0 20px rgba(0,0,0,.15); }
.site-drawer.open { transform: translateX(0); }
.site-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); color: #fff; flex-shrink: 0; }
.site-drawer-brand { display: flex; align-items: center; gap: 10px; }
.site-drawer-brand img { border-radius: 9px; }
.site-drawer-title { font-weight: 800; font-size: 19px; letter-spacing: -.3px; color: #fff; }
.site-drawer-title span { color: #7de0d4; }
.site-drawer-close { background: none; border: none; color: rgba(255,255,255,.9); font-size: 16px; cursor: pointer; padding: 6px 8px; border-radius: 8px; line-height: 1; }
.site-drawer-close:hover { background: rgba(255,255,255,.14); color: #fff; }
.site-drawer-nav { flex: 1; overflow-y: auto; padding: 8px 0; -webkit-overflow-scrolling: touch; }
.site-drawer-nav .ns-link { display: flex; align-items: center; gap: 12px; padding: 13px 20px; color: var(--ink); font-size: .95rem; font-weight: 600; text-decoration: none; border-left: 3px solid transparent; border-bottom: 1px solid var(--line); }
.site-drawer-nav .ns-link:hover { background: var(--bg-soft); color: var(--brand-dark); text-decoration: none; }
.site-drawer-nav .ns-link.top { font-size: 1rem; font-weight: 700; }
.site-drawer-nav .ns-link.ns-all { color: var(--brand-dark); font-weight: 800; }
.site-drawer-nav .nav-section { display: flex; flex-direction: column; }
.site-drawer-nav .nav-section .ns-toggle { display: flex; align-items: center; gap: 12px; width: 100%; padding: 12px 20px; background: none; border: none; border-bottom: 1px solid var(--line); cursor: pointer; text-align: left; font-family: inherit; font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); transition: background .15s ease; }
.site-drawer-nav .nav-section .ns-toggle:hover { background: var(--bg-soft); color: var(--brand-dark); }
.site-drawer-nav .nav-section .ns-ico { font-size: .9rem; font-style: normal; color: var(--brand); }
.site-drawer-nav .nav-section .ns-chev { margin-left: auto; font-size: .7rem; font-style: normal; color: var(--ink-3); transition: transform .2s ease; }
.site-drawer-nav .nav-section .ns-toggle.open .ns-chev { transform: rotate(90deg); }
.site-drawer-nav .nav-section .ns-body { overflow: hidden; max-height: 0; transition: max-height .28s ease; }
.site-drawer-nav .nav-section .ns-body.open { max-height: 560px; }
.site-drawer-nav .nav-section .ns-link { padding-left: 26px; padding-top: 12px; padding-bottom: 12px; }
.site-drawer-cta { display: flex; gap: 10px; padding: 16px 20px; border-top: 1px solid var(--line); flex-shrink: 0; }
.site-drawer-cta .btn { flex: 1; text-align: center; padding: 11px 12px; font-size: 14px; white-space: nowrap; }
.nav-mobile-cta { display: none; }
@media (min-width: 921px) { .site-nav-overlay, .site-drawer { display: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero h1 { font-size: 38px; }
  .page-hero h1 { font-size: 32px; }
  .grid.c3, .grid.c4, .quotes, .tiers, .team { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 28px; }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .modules { grid-template-columns: 1fr; }
  .site-footer .cols { grid-template-columns: 1fr 1fr; }
  .site-nav { display: none; }
  .hamburger { display: inline-block; margin-left: auto; }
  .header-cta { margin-left: auto; }
  .header-cta + .hamburger { margin-left: 0; }
  .header-cta .btn-ghost { display: inline-block; }
  .header-cta .btn { padding: 8px 13px; font-size: 13px; }
  .header-phone { display: none; }
}
@media (max-width: 760px) {
  .hero { padding: 56px 0 64px; }
  .hero h1 { font-size: 32px; letter-spacing: -.6px; max-width: 100%; }
  .hero p.lede { font-size: 17px; margin: 16px 0 26px; }
  .hero .btn-lg { padding: 13px 22px; font-size: 15px; }
  .hero .hero-note { font-size: 13px; }
  .page-hero { padding: 40px 0; }
  .page-hero h1 { font-size: 26px; }
  .page-hero p { font-size: 16px; }
}
@media (max-width: 600px) {
  .configurator .cfg-row { grid-template-columns: 1fr; }
  .configurator .cfg-go { width: 100%; text-align: center; }
  .grid.c2, .grid.c3, .grid.c4, .quotes, .tiers, .team, .form-grid { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .stat b { font-size: 30px; }
  .wrap { padding: 0 16px; }
  section.block { padding: 48px 0; }
  h2.title { font-size: 26px; }
  p.sub { font-size: 16px; }
  .hero h1 { font-size: 29px; }
  .hero .actions { flex-direction: column; }
  .hero .actions .btn { width: 100%; text-align: center; }
  .split { gap: 22px; margin-top: 36px; }
  .split .visual { min-height: 170px; font-size: 54px; }
  .split h3 { font-size: 21px; }
  .card { padding: 22px 18px; }
  .cta-band { padding: 30px 22px; text-align: center; }
  .cta-band > div:last-child { width: 100%; flex-direction: column; }
  .cta-band .btn { width: 100%; text-align: center; }
  .cta-band .btn-lg { padding: 13px 20px; font-size: 15px; }
  .cta-band p { margin-left: auto; margin-right: auto; }
  .faq details { padding: 15px 16px; }
  .faq summary { font-size: 15.5px; }
  .field input, .field select, .field textarea { font-size: 16px; } /* prevents iOS auto-zoom */
  .site-footer .cols { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { padding: 40px 0 20px; }
  .site-footer .base { flex-direction: column; gap: 8px; }
  .site-header .bar { gap: 10px; }
  .logo { font-size: 18px; }
  .logo .mark { width: 30px; height: 30px; font-size: 16px; }
  .header-cta .btn { font-size: 12.5px; padding: 8px 11px; }
  .hamburger { font-size: 20px; padding: 5px 9px; min-width: 40px; min-height: 36px; }
}
@media (max-width: 360px) {
  .site-header .bar { gap: 6px; }
  .header-cta { gap: 6px; }
  .header-cta .btn { font-size: 12px; padding: 7px 9px; }
  .hamburger { min-width: 36px; }
}

/* ---------- Mobile nav hide on resize ---------- */

/* ============================================================
   VERIO MODULE ACCENT LAYER (spec §11)
   Navigation stays navy; active is teal. Module accents aid
   recognition on chrome/icons/series only — no decorative rainbow.
   ============================================================ */

/* ---- Page hero: navy to teal, no multi-hue rainbow ---- */
.page-hero { background: linear-gradient(135deg, #12233F 0%, #087F78 130%); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; top: -60px; right: -40px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%); pointer-events: none; }

/* ---- Eyebrows: consistent teal care accent ---- */
section.block .eyebrow, .media-row .eyebrow, .feat-hero .eyebrow { color: var(--c-teal); }

/* ---- Feature cards: teal accent consistently, hover lift ---- */
.grid .card { position: relative; overflow: hidden; transition: transform .16s ease, box-shadow .16s ease; }
.grid .card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--c-teal); }
.grid .card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(22,35,46,.13); }
.grid .card .ico {
  width: 58px; height: 58px; border-radius: 15px; display: inline-flex;
  align-items: center; justify-content: center; font-size: 29px; margin-bottom: 16px;
  background: var(--c-teal-bg);
}
.grid .card .more { color: var(--c-teal); }
.dark .grid .card::before { opacity: .9; }

/* ---------- Differentiator band (#3) ---------- */
.diff-band { background: linear-gradient(135deg, #12233F 0%, #1B3559 60%, #087F78 130%); border-radius: 20px; padding: 60px 56px; color: #fff; text-align: center; box-shadow: 0 24px 60px rgba(22,35,46,.18); }
.diff-band .kicker { display: inline-block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22); padding: 6px 14px; border-radius: 999px; font-size: 12.5px; font-weight: 700; letter-spacing: .4px; margin-bottom: 22px; }
.diff-band h2 { font-size: 38px; letter-spacing: -.8px; line-height: 1.12; max-width: 760px; margin: 0 auto; }
.diff-band h2 em { font-style: normal; color: #6FE8DC; }
.diff-band p { font-size: 18px; color: rgba(255,255,255,.85); max-width: 680px; margin: 18px auto 30px; }
.diff-band .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ---- Trust & security band (#5) ---- */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 42px; text-align: left; }
.trust .t-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); display: flex; gap: 14px; align-items: flex-start; }
.trust .t-item .ti { width: 46px; height: 46px; border-radius: 12px; background: var(--c-teal-bg); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.trust .t-item b { display: block; font-size: 15.5px; margin-bottom: 3px; }
.trust .t-item span { color: var(--ink-2); font-size: 13.5px; line-height: 1.5; }

/* ---------- Onboarding & support (#7) ---------- */
.onboard { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 42px; text-align: left; }
.ob { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.ob .ob-ico { width: 48px; height: 48px; border-radius: 12px; background: var(--c-teal-bg); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }
.ob b { display: block; font-size: 16.5px; margin-bottom: 5px; }
.ob span { color: var(--ink-2); font-size: 14px; line-height: 1.5; display: block; }
.ob a.ob-more { display: inline-block; margin-top: 12px; font-weight: 700; font-size: 14px; color: var(--brand-dark); }

/* ============================================================
   PART 2 — PCS borrows (awards, inspection proof, wellbeing,
   related features, newsletter, responsible AI)
   ============================================================ */

/* ---- P2-1: Awards & recognition wall ---- */
.awards { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.award { display: inline-flex; align-items: center; gap: 8px; background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; box-shadow: var(--shadow); color: var(--ink-2); font-weight: 700; font-size: 13.5px; }
.award .aw { font-size: 16px; }

/* ---- P2-2: Inspection / CQC rating proof ---- */
.inspect { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; margin-top: 42px; text-align: left; }
.inspect .ins-side { background: linear-gradient(135deg, #12233F, #087F78); color: #fff; border-radius: 18px; padding: 40px; }
.inspect .ins-side .ins-stat { font-size: 52px; font-weight: 800; letter-spacing: -1.5px; line-height: 1; }
.inspect .ins-side p { color: rgba(255,255,255,.88); font-size: 16px; margin-top: 12px; }
.inspect .ins-side .ins-note { font-size: 13.5px; color: rgba(255,255,255,.7); margin-top: 18px; }
.inspect .ins-ratings { display: grid; gap: 14px; }
.inspect .ins-row { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 16px; }
.inspect .ins-row .ins-org { flex: 1; }
.inspect .ins-row b { display: block; font-size: 15px; }
.inspect .ins-row span { color: var(--ink-2); font-size: 13px; }
.inspect .ins-row .ins-rating { font-size: 13.5px; font-weight: 800; padding: 6px 14px; border-radius: 999px; white-space: nowrap; }
.inspect .ins-row .ins-rating.good { background: var(--c-mint-bg); color: var(--good); }
.inspect .ins-row .ins-rating.outstanding { background: #E8F4FF; color: #1d4dbd; }
.inspect .ins-wrap { margin-top: 18px; }

/* ---- P2-5: Wellbeing feature ---- */
.feature-well { padding: 8px 0 0; }
.well-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.well { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 26px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.well::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--c-pink); }
.well .wi { width: 54px; height: 54px; border-radius: 14px; background: var(--c-pink-bg); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 16px; }
.well:nth-child(3n+2)::before { background: var(--c-mint); } .well:nth-child(3n+2) .wi { background: var(--c-mint-bg); }
.well:nth-child(3n+3)::before { background: var(--c-purple); } .well:nth-child(3n+3) .wi { background: var(--c-purple-bg); }
.well h3 { font-size: 19px; margin-bottom: 6px; }
.well p { color: var(--ink-2); font-size: 14.5px; }

/* ---- P2-8: printable/shareable plan callout ---- */
.export-row { display: flex; gap: 14px; padding: 14px 0; border-top: 1px dashed var(--line); align-items: flex-start; }
.export-row:first-of-type { border-top: none; }
.export-row .ei { width: 40px; height: 40px; border-radius: 10px; background: var(--c-teal-bg); display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; }
.export-row b { display: block; font-size: 15px; }
.export-row span { color: var(--ink-2); font-size: 14px; }

/* ---- P2-12: Related features ---- */
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.related .rel { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 24px; box-shadow: var(--shadow); transition: .16s; }
.related .rel:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(22,35,46,.14); border-color: var(--brand); text-decoration: none; }
.related .rel .ri { width: 48px; height: 48px; border-radius: 12px; background: var(--c-teal-bg); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 14px; }
.related .rel:nth-child(3n+2) .ri { background: var(--c-purple-bg); }
.related .rel:nth-child(3n+3) .ri { background: var(--c-blue-bg); }
.related .rel b { display: block; font-size: 16px; margin-bottom: 5px; }
.related .rel p { color: var(--ink-2); font-size: 14px; }
.related .rel .more { display: inline-block; margin-top: 10px; font-weight: 700; font-size: 14px; color: var(--brand-dark); }

/* ---- P2-10: resource categories / chips ---- */
.res-cats { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 28px; }
.res-cats button, .res-cats a, .res-cats span { background: var(--card); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-size: 13px; font-weight: 700; color: var(--ink-2); cursor: pointer; transition: .15s; text-decoration: none; }
.res-cats button:hover, .res-cats a:hover, .res-cats span:hover { border-color: var(--brand); color: var(--brand-dark); }
.res-cats .on { background: var(--brand); border-color: var(--brand); color: #fff; }

/* ---- Newsletter / community signup ---- */
.news { background: linear-gradient(135deg, #12233F, #087F78); border-radius: 20px; padding: 44px 48px; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.news h3 { font-size: 24px; margin-bottom: 6px; }
.news p { color: rgba(255,255,255,.82); font-size: 15px; max-width: 440px; }
.news .news-form { display: flex; gap: 8px; flex: 1; min-width: 280px; }
.news .news-form input { flex: 1; border: none; border-radius: 10px; padding: 13px 16px; font-family: inherit; font-size: 15px; }
.news .news-form input:focus { outline: 3px solid rgba(255,255,255,.4); }
.news .news-form .btn { }
.news .news-ok { display: none; font-size: 15px; color: #a9f3e9; font-weight: 700; margin-top: 10px; }
.news .note { font-size: 12px; color: rgba(255,255,255,.6); margin-top: 8px; }

/* ---- Responsive for Part 2 ---- */
@media (max-width: 920px) {
  .inspect, .well-grid, .related { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .inspect, .well-grid, .related { grid-template-columns: 1fr; }
  .news { padding: 30px 24px; }
  .news .news-form { width: 100%; }
}

/* ---- Module tiles: accents identify the module, navy hover ---- */
.mod .m-ico { color: #12233F; }
.mod:nth-child(8n+1) .m-ico { background: var(--c-teal-bg); }
.mod:nth-child(8n+2) .m-ico { background: var(--c-clinical-bg, var(--c-blue-bg)); }
.mod:nth-child(8n+3) .m-ico { background: var(--c-purple-bg); }
.mod:nth-child(8n+4) .m-ico { background: var(--c-amber-bg); }
.mod:nth-child(8n+5) .m-ico { background: var(--c-blue-bg); }
.mod:nth-child(8n+6) .m-ico { background: var(--c-mint-bg); }
.mod:nth-child(8n+7) .m-ico { background: var(--c-pink-bg); }
.mod:nth-child(8n+8) .m-ico { background: var(--c-lime-bg); }
.mod:hover { border-color: var(--c-teal); }

/* ---- Stat numbers: teal series on light, mint on dark ---- */
.stats .stat b { color: var(--c-teal); }
.dark .stats .stat b { color: #5FE0D4; }

/* ---- Split visuals: soft mint tinted panel ---- */
.split .visual { background: var(--c-teal-bg); }
.split ul li::before { background: var(--c-teal-bg); color: var(--c-teal); }

/* ---- Value rows (About): navy number chips ---- */
.value-row .n { background: var(--c-teal-bg); color: var(--c-teal); }

/* ---- Team avatars: teal base, alternating module accents ---- */
.member .av { background: var(--c-teal); }
.member:nth-child(8n+2) .av { background: var(--c-blue); }
.member:nth-child(8n+3) .av { background: var(--c-purple); }
.member:nth-child(8n+4) .av { background: var(--c-amber); }
.member:nth-child(8n+5) .av { background: var(--c-mint); }

/* ---- FAQ: consistent teal accent marker ---- */
.faq details { border-left: 4px solid var(--c-teal); }

/* ---- Pricing: navy/teal tier accents ---- */
.tier::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; border-radius: var(--radius) var(--radius) 0 0; background: var(--c-teal); }
.tier { overflow: hidden; }
.tier:nth-child(3n+2)::before { background: var(--c-blue); }
.tier:nth-child(3n+3)::before { background: var(--c-purple); }
.tier ul li::before { color: var(--c-mint); }

/* ---- CTA band: navy to teal ---- */
.cta-band { background: linear-gradient(135deg, #12233F 0%, #087F78 100%); }

/* ---- Buttons: primary teal glow ---- */
.btn-primary { box-shadow: 0 6px 16px rgba(8,127,120,.28); }
.btn-primary:hover { box-shadow: 0 8px 22px rgba(8,127,120,.34); }

/* ============================================================
   "COOL" LAYER — dropdown nav, imagery, screenshots, tiles
   ============================================================ */

/* ---- Dropdown navigation ---- */
.site-nav .nav-item { position: relative; }
.site-nav .drop-toggle { display: inline-flex; align-items: center; gap: 5px; padding: 8px 13px; border-radius: 8px; color: var(--ink-2); font-weight: 600; font-size: 15px; cursor: pointer; }
.site-nav .drop-toggle:hover, .site-nav .nav-item:hover .drop-toggle { background: var(--bg-soft); color: var(--ink); text-decoration: none; }
.site-nav .drop-toggle.active { color: var(--brand-dark); background: var(--brand-light); }
.site-nav .chev { font-style: normal; font-size: 10px; opacity: .7; transition: transform .2s; }
.site-nav .nav-item:hover .chev { transform: rotate(180deg); }
.drop { position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 16px 44px rgba(22,35,46,.16); padding: 8px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .16s; z-index: 120; max-height: calc(100vh - 90px); overflow-y: auto; }
.nav-item:hover .drop, .nav-item:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop::before { content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }
.drop a { display: block; padding: 10px 12px; border-radius: 9px; color: var(--ink); font-weight: 600; font-size: 14.5px; }
.drop a:hover { background: var(--bg-soft); text-decoration: none; }
.drop .di-all { color: var(--brand-dark); font-weight: 800; margin-top: 4px; border-top: 1px solid var(--line); border-radius: 0 0 9px 9px; }

/* ---- Hero with media ---- */
.hero.has-media .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero .hero-media img { width: 100%; border-radius: 22px; }
.hero .hero-media { filter: drop-shadow(0 24px 50px rgba(0,0,0,.28)); }

/* ---- Page hero with media (sub-pages) ---- */
.feat-hero { padding: 60px 0 0; }
.feat-hero .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.feat-hero .eyebrow { color: var(--c-teal); } /* spec §4: red reserved for critical, never brand decoration */
.feat-hero h1 { font-size: 42px; letter-spacing: -.8px; line-height: 1.1; margin: 10px 0 14px; }
.feat-hero p { font-size: 18px; color: var(--ink-2); }
.feat-hero .actions { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.feat-hero .shot { margin-bottom: -40px; }

/* ---- Screenshot frame ---- */
.shot { border-radius: 18px; box-shadow: 0 20px 50px rgba(22,35,46,.16); border: 1px solid var(--line); overflow: hidden; background: #fff; }
.shot img { display: block; width: 100%; }
.rounded-img { border-radius: 18px; box-shadow: var(--shadow); width: 100%; }

/* ---- Logo strip ---- */
.logos { margin-top: 30px; }
.logos .logos-label { text-align: center; color: var(--ink-3); font-size: 13.5px; font-weight: 700; letter-spacing: .4px; margin-bottom: 18px; }
.logos .logos-row { display: flex; flex-wrap: wrap; gap: 20px 40px; align-items: center; justify-content: center; }
.logos .logos-row img { height: 44px; opacity: .8; filter: grayscale(1); transition: .2s; }
.logos .logos-row img:hover { opacity: 1; filter: grayscale(0); }

/* ---- Media rows (alternating text + image) ---- */
.media-row { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; margin-top: 46px; }
.media-row:first-of-type { margin-top: 42px; }
.media-row.flip .media-txt { order: 2; }
.media-row .eyebrow { margin-bottom: 8px; display: block; }
.media-row h3 { font-size: 27px; letter-spacing: -.4px; margin-bottom: 10px; }
.media-row p { color: var(--ink-2); font-size: 16px; }
.media-row ul { list-style: none; margin: 16px 0 0; }
.media-row ul li { padding: 7px 0 7px 30px; position: relative; color: var(--ink-2); }
.media-row ul li::before { content: "✓"; position: absolute; left: 0; top: 7px; width: 21px; height: 21px; border-radius: 50%; background: var(--c-mint-bg); color: #0e9c78; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }

/* ---- Sector / big tiles with imagery ---- */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }
.tile { display: block; background: var(--card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); transition: .16s; color: inherit; }
.tile:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(22,35,46,.14); text-decoration: none; border-color: var(--brand); }
.tile .tile-top { height: 92px; display: flex; align-items: center; justify-content: center; font-size: 40px; }
.tile .tile-body { padding: 20px 22px 24px; }
.tile .tile-body b { font-size: 18px; display: block; margin-bottom: 6px; }
.tile .tile-body p { color: var(--ink-2); font-size: 14.5px; }
.tile .tile-body .more { color: var(--brand-dark); font-weight: 800; font-size: 14px; display: inline-block; margin-top: 12px; }
.tile:nth-child(6n+1) .tile-top { background: var(--c-teal-bg); }
.tile:nth-child(6n+2) .tile-top { background: var(--c-coral-bg); }
.tile:nth-child(6n+3) .tile-top { background: var(--c-purple-bg); }
.tile:nth-child(6n+4) .tile-top { background: var(--c-amber-bg); }
.tile:nth-child(6n+5) .tile-top { background: var(--c-blue-bg); }
.tile:nth-child(6n+6) .tile-top { background: var(--c-mint-bg); }

/* ---- Blog / posts ---- */
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 42px; text-align: left; }
.post { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); transition: .16s; }
.post:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(22,35,46,.14); }
.post .p-img { height: 132px; }
.post .p-img img { width: 100%; height: 100%; object-fit: cover; }
.post .p-body { padding: 18px 20px 22px; }
.post .p-tag { display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; color: var(--c-purple); margin-bottom: 8px; }
.post h3 { font-size: 17px; line-height: 1.3; margin-bottom: 8px; }
.post p { color: var(--ink-2); font-size: 14px; }
.post .p-meta { margin-top: 14px; font-size: 12.5px; color: var(--ink-3); }
.post .p-date { display: inline-block; font-size: 12px; font-weight: 700; color: var(--ink-3); margin-bottom: 6px; }

/* ---- Integrations grid ---- */
.integrations { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 42px; }
.intg { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px 18px; text-align: center; box-shadow: var(--shadow); transition: .16s; }
.intg:hover { transform: translateY(-3px); border-color: var(--brand); }
.intg .intg-ico { width: 52px; height: 52px; border-radius: 14px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.intg b { display: block; font-size: 15px; }
.intg span { color: var(--ink-3); font-size: 12.5px; }
.intg:nth-child(8n+1) .intg-ico { background: var(--c-teal-bg); } .intg:nth-child(8n+2) .intg-ico { background: var(--c-coral-bg); }
.intg:nth-child(8n+3) .intg-ico { background: var(--c-purple-bg); } .intg:nth-child(8n+4) .intg-ico { background: var(--c-amber-bg); }
.intg:nth-child(8n+5) .intg-ico { background: var(--c-blue-bg); } .intg:nth-child(8n+6) .intg-ico { background: var(--c-mint-bg); }
.intg:nth-child(8n+7) .intg-ico { background: var(--c-pink-bg); } .intg:nth-child(8n+8) .intg-ico { background: var(--c-lime-bg); }

/* ---- Story cards (customers) ---- */
.stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 42px; text-align: left; }
.story { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.story .s-top { height: 96px; display: flex; align-items: center; gap: 12px; padding: 0 20px; }
.story .s-top img { height: 40px; background: #fff; border-radius: 8px; padding: 2px 8px; }
.story .s-body { padding: 18px 20px 22px; }
.story .s-body .stat { font-size: 30px; font-weight: 800; letter-spacing: -1px; }
.story .s-body p { color: var(--ink-2); font-size: 14.5px; margin-top: 6px; }
.story:nth-child(3n+1) .s-top { background: var(--c-teal-bg); } .story:nth-child(3n+1) .s-body .stat { color: var(--c-teal); }
.story:nth-child(3n+2) .s-top { background: var(--c-coral-bg); } .story:nth-child(3n+2) .s-body .stat { color: var(--c-coral); }
.story:nth-child(3n+3) .s-top { background: var(--c-purple-bg); } .story:nth-child(3n+3) .s-body .stat { color: var(--c-purple); }

/* ---- Metric-led case study cards (#4) ---- */
.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 42px; text-align: left; }
.case { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: .16s; }
.case:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(22,35,46,.14); border-color: var(--brand); text-decoration: none; }
.case .c-metrics { padding: 26px 24px 18px; background: var(--brand-light); }
.case .c-metrics .c-stat { font-size: 34px; font-weight: 800; letter-spacing: -1px; color: var(--c-teal); display: block; }
.case .c-metrics .c-stat small { font-size: 15px; font-weight: 700; color: var(--ink-3); letter-spacing: 0; }
.case .c-body { padding: 18px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.case .c-body .c-tag { display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; color: var(--c-teal); margin-bottom: 8px; }
.case .c-body h3 { font-size: 18px; margin-bottom: 8px; letter-spacing: -.2px; }
.case .c-body p { color: var(--ink-2); font-size: 14.5px; }
.case .c-body .c-quote { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--line); font-style: italic; color: var(--ink-2); font-size: 14px; }
.case .c-body .c-more { margin-top: auto; padding-top: 14px; color: var(--brand-dark); font-weight: 800; font-size: 14px; }
.case:nth-child(3n+2) .c-metrics { background: var(--c-coral-bg); } .case:nth-child(3n+2) .c-metrics .c-stat, .case:nth-child(3n+2) .c-tag { color: var(--c-coral); }
.case:nth-child(3n+3) .c-metrics { background: var(--c-purple-bg); } .case:nth-child(3n+3) .c-metrics .c-stat, .case:nth-child(3n+3) .c-tag { color: var(--c-purple); }

/* ---- Footer social ---- */
.site-footer .rating.dark { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); margin-top: 18px; }
.foot-social { display: flex; gap: 10px; margin-top: 16px; }.foot-social a { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: #cdd9e5; font-size: 13px; font-weight: 800; }
.foot-social a:hover { background: var(--brand); color: #fff; }

/* ---- Responsive for cool layer ---- */
@media (max-width: 920px) {
  .trust { grid-template-columns: 1fr 1fr; }
  .onboard { grid-template-columns: 1fr 1fr; }
  .diff-band { padding: 44px 30px; }
  .diff-band h2 { font-size: 30px; }
  .hero.has-media .wrap, .feat-hero .wrap { grid-template-columns: 1fr; gap: 30px; }
  .feat-hero .shot { margin-bottom: 0; }
  .media-row { grid-template-columns: 1fr; gap: 26px; }
  .media-row.flip .media-txt { order: 0; }
  .tiles, .posts, .stories, .cases { grid-template-columns: 1fr 1fr; }
  .integrations { grid-template-columns: repeat(2, 1fr); }
  .site-nav .drop { display: none; }
}
@media (max-width: 600px) {
  .tiles, .posts, .stories, .integrations, .cases { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .onboard { grid-template-columns: 1fr; }
  .feat-hero h1 { font-size: 30px; }
  .logos .logos-row { gap: 16px 26px; }
  .logos .logos-row img { height: 34px; }
}
