/* ============ RESET & TOKENS ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
/* Self-hosted variable fonts (latin subset) */
@font-face{font-family:'DM Sans';font-style:normal;font-weight:100 1000;font-display:swap;src:url(/assets/fonts/dm-sans.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:100 900;font-display:swap;src:url(/assets/fonts/inter.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:'Montserrat';font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/fonts/montserrat.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 Fallback'; src: local('Arial'), local('Liberation Sans'), local('Roboto'), local('Helvetica Neue'); font-weight: 100 449;
  size-adjust: 106.3%; ascent-override: 91.9%; descent-override: 22.9%; line-gap-override: 0%; }
@font-face { font-family: 'Inter Fallback'; src: local('Arial'), local('Liberation Sans'), local('Roboto'), local('Helvetica Neue'); font-weight: 450 549;
  size-adjust: 106.6%; ascent-override: 91.9%; descent-override: 22.9%; line-gap-override: 0%; }
@font-face { font-family: 'Inter Fallback'; src: local('Arial Bold'), local('Liberation Sans Bold'), local('Roboto Bold'), local('Helvetica Neue Bold'); font-weight: 550 649;
  size-adjust: 100.53%; ascent-override: 91.9%; descent-override: 22.9%; line-gap-override: 0%; }
@font-face { font-family: 'Inter Fallback'; src: local('Arial Bold'), local('Liberation Sans Bold'), local('Roboto Bold'), local('Helvetica Neue Bold'); font-weight: 650 900;
  size-adjust: 101.55%; ascent-override: 91.9%; descent-override: 22.9%; line-gap-override: 0%; }
@font-face { font-family: 'DM Sans Fallback'; src: local('Arial'), local('Liberation Sans'), local('Roboto'), local('Helvetica Neue'); font-weight: 100 449;
  size-adjust: 103.82%; ascent-override: 95.9%; descent-override: 28.6%; line-gap-override: 0%; }
@font-face { font-family: 'DM Sans Fallback'; src: local('Arial'), local('Liberation Sans'), local('Roboto'), local('Helvetica Neue'); font-weight: 450 549;
  size-adjust: 105.54%; ascent-override: 95.9%; descent-override: 28.6%; line-gap-override: 0%; }
@font-face { font-family: 'DM Sans Fallback'; src: local('Arial Bold'), local('Liberation Sans Bold'), local('Roboto Bold'), local('Helvetica Neue Bold'); font-weight: 550 649;
  size-adjust: 100.54%; ascent-override: 95.9%; descent-override: 28.6%; line-gap-override: 0%; }
@font-face { font-family: 'DM Sans Fallback'; src: local('Arial Bold'), local('Liberation Sans Bold'), local('Roboto Bold'), local('Helvetica Neue Bold'); font-weight: 650 749;
  size-adjust: 102.04%; ascent-override: 95.9%; descent-override: 28.6%; line-gap-override: 0%; }
@font-face { font-family: 'DM Sans Fallback'; src: local('Arial Bold'), local('Liberation Sans Bold'), local('Roboto Bold'), local('Helvetica Neue Bold'); font-weight: 750 900;
  size-adjust: 102.55%; ascent-override: 95.9%; descent-override: 28.6%; line-gap-override: 0%; }
@font-face { font-family: 'Montserrat Fallback'; src: local('Arial Bold'), local('Liberation Sans Bold'), local('Roboto Bold'), local('Helvetica Neue Bold'); font-weight: 100 749;
  size-adjust: 109.99%; ascent-override: 82.3%; descent-override: 21.3%; line-gap-override: 0%; }
@font-face { font-family: 'Montserrat Fallback'; src: local('Arial Bold'), local('Liberation Sans Bold'), local('Roboto Bold'), local('Helvetica Neue Bold'); font-weight: 750 900;
  size-adjust: 111.98%; ascent-override: 82.3%; descent-override: 21.3%; line-gap-override: 0%; }
body {
  margin: 0;
  font-family: 'Inter', 'Inter Fallback', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0E1A3E;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
input { font: inherit; }
::selection { background: #E11D2E; color: #fff; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #F5F6FB; }
::-webkit-scrollbar-thumb { background: rgba(14,26,62,.2); border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: rgba(14,26,62,.4); }
:root {
  --navy: #0E1A3E;
  --navy-hover: #152556;
  --red: #E11D2E;
  --red-hover: #C4172A;
  --cream: #F5F6FB;
  --border: rgba(14,26,62,.08);
  --muted: rgba(14,26,62,.80);
  --shadow-sm: 0 2px 0 rgba(14,26,62,.03);
  --shadow-md: 0 20px 50px -24px rgba(14,26,62,.25);
  --shadow-lg: 0 30px 80px -30px rgba(14,26,62,.35);
  --grad: linear-gradient(120deg, #0E1A3E 0%, #E11D2E 100%);
  --font-display: 'DM Sans', 'DM Sans Fallback', 'Inter', 'Inter Fallback', sans-serif;
}
/* ============ LAYOUT ============ */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.narrow-container { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; position: relative; }
.section--white { background: #fff; }
.section--cream { background: var(--cream); position: relative; overflow: hidden; }
.section--navy {
  background: radial-gradient(circle at 10% 10%, rgba(225, 29, 46, 0.24), transparent 30rem),
    linear-gradient(135deg, #111936, #0e1a3e);
  color: #fff; position: relative; overflow: hidden;
}
.section__head { max-width: 720px; }
.section__head.center { margin: 0 auto; text-align: center; }
.center { text-align: center; }
.mt-32 { margin-top: 32px; }
.narrow { max-width: 640px; }
.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 56px;
  align-items: start;
}
.two-col--reverse { grid-template-columns: 1fr 1.4fr; }
.two-col__left.sticky { position: sticky; top: 120px; }
/* ============ TYPO ============ */
.h2, .h3 {
  font-family: var(--font-display);
  font-weight: bold;
  letter-spacing: -.02em;
  line-height: 1.05;
  color: var(--navy);
  margin: 16px 0 0;
}
.h2 { font-size: clamp(32px, 4.4vw, 54px); }
.h3 { font-size: clamp(24px, 3vw, 36px); }
.h2--light, .h3--light { color: #fff; }
.lead { color: var(--muted); font-size: 16px; margin: 20px auto auto; max-width: 640px; line-height: 1.7em; }
.lead--light { color: rgba(255,255,255,.7); }
.muted { color: rgba(14,26,62,.4); }
.accent { color: var(--red); }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; color: var(--red); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .18em; color: #c4122a;
}
.eyebrow span { width: 24px; height: 1px; background: var(--red); display: block; }
.eyebrow.center { justify-content: center; }
/* On dark (navy) sections a brighter red is needed for AA contrast */
.eyebrow--red { color: #ff5461; }
.badge-inline {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(225,29,46,.15); color: var(--red);
  padding: 6px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
}
.badge-inline .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.link-arrow {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 40px;
  color: var(--red); font-weight: 600; transition: gap .2s;
}
.link-arrow:hover { gap: 12px; }
.philosophy-block > .link-arrow { display: flex; justify-content: center; }
.link-arrow--center { display: flex; justify-content: center; }
/* ---- Featured audio review (custom player) ---- */
.audio-review {
  position: relative; z-index: 2; max-width: 780px; margin-left: auto; margin-right: auto;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px; padding: 34px 36px;
  box-shadow: 0 34px 70px -34px rgba(0,0,0,.55);
}
.audio-review__person { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.audio-review__avatar {
  width: 62px; height: 62px; border-radius: 50%; flex-shrink: 0; object-fit: cover;
  background: linear-gradient(135deg, #e11d2e, #ff5461); color: #fff;
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 22px;
}
/* Photo avatar: Pat's image ships with its own circular ring + transparency */
img.audio-review__avatar { width: 68px; height: 68px; background: none; border-radius: 0; object-fit: contain; }
.audio-review__name { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: #fff; line-height: 1.1; }
.audio-review__role { color: rgba(255,255,255,.6); font-size: 13.5px; margin-top: 3px; }
.audio-review__stars { color: #ffb020; font-size: 15px; letter-spacing: 2px; margin-top: 6px; }
.audio-review__badge {
  margin-left: auto; align-self: center; white-space: nowrap;
  font-size: 12px; font-weight: 600; color: #fff;
  background: rgba(225,29,46,.22); border: 1px solid rgba(225,29,46,.45);
  padding: 7px 13px; border-radius: 999px;
}
.audio-review__quote {
  margin: 26px 0; font-family: var(--font-display); font-weight: 700;
  font-size: clamp(21px, 2.6vw, 28px); line-height: 1.36; letter-spacing: -.01em; color: #fff;
}
.audio-review__quote::before { content: "\201C"; }
.audio-review__quote::after  { content: "\201D"; }
.audio-review__player { display: flex; align-items: center; gap: 18px; }
.audio-review__play {
  width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0; border: 0; cursor: pointer;
  background: var(--red); color: #fff; display: grid; place-items: center;
  box-shadow: 0 10px 26px -8px rgba(225,29,46,.7); transition: transform .2s, background .2s;
}
.audio-review__play:hover { background: var(--red-hover); transform: scale(1.05); }
.audio-review__play .ic-pause { display: none; }
.audio-review.is-playing .ic-play { display: none; }
.audio-review.is-playing .ic-pause { display: block; }
.audio-review__wave { flex: 1; display: flex; align-items: center; gap: 3px; height: 46px; cursor: pointer; }
.audio-review__wave span { flex: 1 1 0; min-width: 2px; border-radius: 2px; background: rgba(255,255,255,.18); transition: background .12s; }
.audio-review__wave span.is-played { background: var(--red); }
.audio-review__time { font-variant-numeric: tabular-nums; font-size: 13px; color: rgba(255,255,255,.65); white-space: nowrap; }
.audio-review__transcript { margin-top: 22px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; }
.audio-review__transcript summary {
  cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.7); transition: color .2s;
}
.audio-review__transcript summary::-webkit-details-marker { display: none; }
.audio-review__transcript summary::after { content: "+"; font-size: 16px; color: #ff5461; }
.audio-review__transcript[open] summary::after { content: "\2212"; }
.audio-review__transcript summary:hover { color: #fff; }
.audio-review__transcript p { color: rgba(255,255,255,.72); font-size: 14.5px; line-height: 1.7; margin: 14px 0 0; }
.audio-review__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: #ff5461; font-weight: 600; transition: gap .2s; }
.audio-review__link:hover { gap: 12px; }
@media (max-width: 560px) {.audio-review { padding: 26px 22px; }
.audio-review__badge { margin-left: 0; order: 3; width: 100%; text-align: center; }
.audio-review__time { display: none; }}
/* ---- Animated hand-drawn underline (draws in when scrolled into view) ---- */
.annot { position: relative; white-space: nowrap; }
.annot-line { position: absolute; left: 0; bottom: 0; overflow: visible; pointer-events: none; }
.annot-line path {
  fill: none; stroke: var(--annot-color, var(--red)); stroke-width: 2.6;
  stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: var(--len); stroke-dashoffset: var(--len);
  transition: stroke-dashoffset .85s ease-out;
}
.annot.is-drawn .annot-line path { stroke-dashoffset: 0; }
/* Keep the gradient fill on annotated words inside gradient-clipped text */
.s-gradient-text .annot { background: var(--s-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
@media (prefers-reduced-motion: reduce) {.annot-line path { transition: none; stroke-dashoffset: 0; }}
/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px 20px; border-radius: 999px; font-weight: 600; font-size: 14px;
  transition: all .2s ease; white-space: nowrap; cursor: pointer;
}
.btn--sm { padding: 10px 18px; font-size: 13.5px; height: 44px; }
.btn--lg { padding: 16px 28px; font-size: 15px; height: 56px; }
.btn--full { width: 100%; }
.btn--primary {
  background: var(--red); color: #fff;
  box-shadow: 0 12px 28px -12px rgba(225,29,46,.55);
}
.btn--primary:hover { background: var(--red-hover); transform: translateY(-1px); box-shadow: 0 18px 36px -14px rgba(225,29,46,.65); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-hover); }
.btn--outline { border: 1px solid rgba(14,26,62,.15); color: var(--navy); background: #fff; }
.btn--outline:hover { background: var(--navy); color: #fff; }
.arrow { transition: transform .2s; display: inline-block; }
.btn:hover .arrow { transform: translateX(3px); }
/* ============ NAVBAR ============ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: all .3s ease;
  background: transparent;
}
.nav.scrolled {
  background: rgba(255,255,255,1);
  border-bottom: none;
  box-shadow: 0 4px 24px -16px rgba(14,26,62,.25);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.container.nav__inner { max-width: 1400px; width: 95%; padding: 0; }
.logo { display: inline-flex; align-items: center; gap: 10px; }
/* Brandmark: shield icon + GETOWNWEB wordmark + "Own Your Website" tagline */
.logo__icon { height: 40px; width: auto; display: block; flex-shrink: 0; }
.logo--mark .logo__text { line-height: 1.05; }
.logo__word {
  display: block;
  font-family: 'Montserrat', 'Montserrat Fallback', var(--font-display), sans-serif;
  font-weight: 800; font-size: 22px; letter-spacing: -.005em;
  text-transform: uppercase; line-height: 1;
  color: #0e1a3e;                       /* default: navy (white heroes + scrolled nav) */
}
.logo__web { color: var(--red); }
/* WEB always red */
.logo--mark .logo__tag {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(14,26,62,.55);
    text-align: center;
}
/* Home dark hero (nav transparent at top): GETOWN white; on scroll it returns to navy */
body.saas .nav:not(.scrolled) .logo__word { color: #fff; }
/* Footer: always white GETOWN + red WEB (no sticky colour change) */
.footer .logo__icon { height: 44px; }
.footer .logo__word { color: #fff; }
.footer .logo__tag { color: rgba(255,255,255,.6); }
.logo__text { line-height: 1.1; }
.logo__tag { display: block; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(14,26,62,.6); }
.nav__links { display: flex; gap: 4px; align-items: center; }
.nav__links a {
  padding: 8px 14px; font-size: 15px; font-weight: 500;
  color: rgba(14,26,62,.75); border-radius: 999px;
  transition: color .2s;
}
.nav__links a:hover { color: var(--red); }
.nav__actions { display: flex; gap: 12px; align-items: center; }
.nav__toggle {
  display: none; width: 42px; height: 42px; border-radius: 12px;
  border: 1px solid var(--border); background: #fff;
  place-items: center; cursor: pointer; padding: 0;
}
/* Animated hamburger -> X (three CSS bars) */
.nav__toggle-bars, .nav__toggle-bars::before, .nav__toggle-bars::after {
  content: ""; display: block; width: 19px; height: 2px; border-radius: 2px;
  background: var(--navy); transition: transform .3s ease, opacity .2s ease, background .2s;
}
.nav__toggle-bars { position: relative; }
.nav__toggle-bars::before { position: absolute; left: 0; top: -6px; }
.nav__toggle-bars::after  { position: absolute; left: 0; top: 6px; }
.nav__toggle.is-open .nav__toggle-bars { background: transparent; }
.nav__toggle.is-open .nav__toggle-bars::before { top: 0; transform: rotate(45deg); }
.nav__toggle.is-open .nav__toggle-bars::after  { top: 0; transform: rotate(-45deg); }
/* ---- Nav dropdowns (Services / Industries) ---- */
.nav__item { position: relative; }
.nav__links .nav__parent {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 8px 14px; font-size: 15px; font-weight: 500;
  color: rgba(14,26,62,.75); border-radius: 999px; transition: color .2s;
  cursor: pointer;
}
.nav__links .nav__parent:hover,
.nav__links .nav__parent.active { color: var(--red); }
.nav__chev { width: 13px; height: 13px; transition: transform .25s; margin-top: 1px; }
.nav__item:hover .nav__chev { transform: rotate(180deg); }
body.saas .nav:not(.scrolled) .nav__links .nav__parent { color: rgba(255,255,255,.85); }
.nav__menu {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 250px; background: #fff;
  border: 1px solid var(--border); border-radius: 16px;
  box-shadow: 0 24px 50px -22px rgba(14,26,62,.4);
  padding: 10px; z-index: 60;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.nav__menu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav__item:hover .nav__menu,
.nav__item:focus-within .nav__menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(10px);
}
.nav__menu--wide { min-width: 480px; }
.nav__menu-grid { display: grid; gap: 2px; }
.nav__menu-grid--2 { grid-template-columns: 1fr 1fr; column-gap: 8px; }
.nav__links .nav__menu-link {
  display: flex; align-items: center; gap: 12px;
  padding: 9px 11px; border-radius: 11px;
  font-size: 14.5px; font-weight: 500; color: var(--navy);
  white-space: nowrap;
  transition: background .18s, color .18s;
}
.nav__links .nav__menu-link:hover { background: var(--cream); color: var(--red); }
.nav__menu-icon {
  width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
  background: var(--cream); display: grid; place-items: center;
  transition: background .18s;
}
.nav__menu-icon svg { width: 17px; height: 17px; color: var(--red); }
.nav__links .nav__menu-link:hover .nav__menu-icon { background: #fff; }
.nav__links .nav__menu-all {
  display: block; margin: 6px 4px 2px; padding: 10px 7px 4px;
  border-top: 1px solid var(--border);
  font-size: 13.5px; font-weight: 700; color: var(--red);
}
.nav__links .nav__menu-all:hover { color: var(--navy); }
/* ============ HERO ============ */
.hero { position: relative; padding: 140px 0 80px; background: #fff; overflow: hidden; }
.container.hero__inner {
    max-width: 1250px;
}
.hero__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; position: relative; }
.tag-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--border);
  padding: 6px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--navy);
  box-shadow: 0 1px 2px rgba(14,26,62,.05);
}
.tag-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); display: inline-block; margin-right: 4px; }
.tag-sep { color: rgba(14,26,62,.2); }
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(42px, 5.6vw, 68px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.03em;
  color: var(--navy);
  margin: 24px 0 0;
}
.hero__title .muted { display: inline-block; margin-top: 8px; }
.hero__lead { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 560px; margin-top: 28px; }
.hero__lead strong { color: var(--navy); font-weight: 600; }
.hero__cta { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
/* Browser card */
.browser {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  box-shadow: var(--shadow-lg); overflow: hidden; position: relative; z-index: 1;
}
.browser__bar {
  display: flex; align-items: center; gap: 6px;
  padding: 12px 16px; background: var(--cream);
  border-bottom: 1px solid var(--border);
}
.browser__bar .dot { width: 10px; height: 10px; border-radius: 50%; }
.dot--red { background: #FF5F57; }
.dot--yellow { background: #FEBC2E; }
.dot--green { background: #28C840; }
.browser__url {
  flex: 1; margin-left: 12px;
  background: #fff; border: 1px solid var(--border);
  padding: 6px 12px; border-radius: 6px;
  font-size: 12px; color: var(--muted);
}
.browser__tabs { display: grid; grid-template-columns: 1fr 1fr; background: rgba(14,26,62,.02); border-bottom: 1px solid var(--border); }
.tab {
  padding: 12px 8px; font-size: 12.5px; font-weight: 600;
  color: rgba(14,26,62,.5); transition: all .2s;
}
.tab.active { color: var(--navy); background: #fff; }
.browser__body { padding: 24px 28px; }
.browser__tabs button:last-child {
    position: relative;
    overflow: hidden;
    background: var(--red);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease;
}
/* Hover (only on true hover devices, so touch taps register on the first tap) */
@media (hover: hover) {.browser__tabs button:last-child:hover {
    background: var(--red-hover);
    transform: none;
  }}
/* Shine effect */
.browser__tabs button:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.7),
        transparent
    );
    animation: none; /* parked off-button; runs only while hovering the mockup */
}
@media (hover: hover) {.s-browser-wrap:hover .browser__tabs button:last-child:not(.active)::after {
    animation: shine 2.5s infinite;
  }}
/* Soft pulse */
@keyframes ctaPulse {
    0%,100% {
        box-shadow: 0 0 0 rgba(239,68,68,0);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(239,68,68,.18);
        transform: scale(1.03);
    }
}
/* Moving shine */
@keyframes shine {
    0% {
        left: -120%;
    }
    60%,100% {
        left: 160%;
    }
}
.browser__tabs button:last-child.active {
    background: var(--red);
    color: #fff;
}
.browser__tabs button:last-child.active::after {
    animation: none;
}
.browser__title-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.browser__title { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--navy); }
.status-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 999px;
}
.status-chip--online { background: #ECFDF5; color: #047857; }
.status-chip--offline { background: #FEF2F2; color: var(--red); }
.status-chip .dot { width: 6px; height: 6px; border-radius: 50%; }
.status-chip--online .dot { background: #10B981; animation: pulse 2s infinite; }
.status-chip--offline .dot { background: var(--red); }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; font-size: 14px; color: rgba(14,26,62,.8); align-items: flex-start; }
.checklist .icon {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; margin-top: 2px;
}
.icon--check { background: #D1FAE5; color: #047857; }
.icon--x { background: #FEE2E2; color: var(--red); }
.summary-tile__value span {
    display: block;
    font-size: 12px;
    line-height: initial;
    font-weight: 500;
    color: #868698;
}
.summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.summary-tile {
  border: 1px solid var(--border); border-radius: 12px;
  padding: 16px; background: var(--cream);
}
.summary-tile--red { background: #FEF2F2; border-color: rgba(225,29,46,.2); }
.summary-tile__label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: rgba(14,26,62,.78); }
.summary-tile__value { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--navy); margin-top: 4px; }
.chip {
  position: absolute; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 999px;
  font-size: 12px; font-weight: 600;
  box-shadow: 0 8px 20px rgba(14,26,62,.15);
  animation: float 5s ease-in-out infinite;
}
/* Stats */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 45px; }
.stat-card {
  position: relative; background: #fff;
  border: 1px solid var(--border); border-radius: 20px;
  padding: 32px 30px; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  box-shadow: var(--shadow-md);
}
.stat-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--grad);
  display: none;
}
.stat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(99,102,241,.35); }
.stat-card__corner {
  position: absolute; top: -40px; right: -40px;
  width: 130px; height: 130px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(139,92,246,.16), rgba(225,29,46,.08) 60%, transparent 72%);
  transition: transform .4s, opacity .3s; opacity: .8;
}
.stat-card:hover .stat-card__corner { transform: scale(1.25); opacity: 1; }
.stat-card__num {
  font-family: var(--font-display); font-size: 46px; font-weight: 700; letter-spacing: -.03em;
  line-height: 1; position: relative;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-card__title { font-family: var(--font-display); font-weight: 700; font-size: 16px; margin-top: 12px; color: var(--navy); position: relative; }
.stat-card p { color: var(--muted); font-size: 14px; margin: 8px 0 0; position: relative; line-height: 1.55; }
/* ============ DIFFERENTIATORS ============ */
.diff-card {
  display: flex; gap: 20px;
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 16px; padding: 28px;
  transition: all .3s;
  margin-bottom: 16px;
}
.diff-card:hover { background: #fff; border-color: rgba(225,29,46,.3); box-shadow: var(--shadow-md); }
.diff-card__icon {
  flex-shrink: 0; width: 56px; height: 56px; border-radius: 12px;
  background: #fff; border: 1px solid var(--border);
  display: grid; place-items: center; color: var(--navy);
  transition: all .3s;
}
.diff-card__icon svg { width: 24px; height: 24px; }
.diff-card:hover .diff-card__icon { background: var(--red); border-color: var(--red); color: #fff; }
.diff-card .num { font-family: ui-monospace, monospace; font-size: 11px; color: rgba(14,26,62,.4); display: none;}
.diff-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; letter-spacing: -.01em; color: var(--navy); margin: 0px 0 0; }
.diff-card p { color: var(--muted); margin: 10px 0 0; font-size: 15px; }
.align-center{text-align: center;}
.fine-tips {
    text-align: center;
    margin-top: 42px;
    max-width: 800px;
    line-height: 1.7em;
    margin: 4em auto auto;
    color: var(--muted);
}
/* ============ PHILOSOPHY (NAVY) ============ */
.philosophy-header {
    text-align: center;
}
section#whychooseus .section__head ,
section#philosophy .section__head {
    text-align: center;
    margin: 0 auto;
}
.section--navy::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 40px 40px; opacity: .06; pointer-events: none;
}
.navy-glow {
  position: absolute; top: -160px; right: -160px;
  width: 520px; height: 520px; border-radius: 50%;
  background: rgba(225,29,46,.15); filter: blur(120px);
  pointer-events: none;
}
.trap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; position: relative; }
.trap-card {
  background: rgba(255,255,255,.04); backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 28px;
  transition: all .3s;
}
.trap-card:hover { background: rgba(255,255,255,.07); border-color: rgba(225,29,46,.4); }
.trap-card__head { display: flex; align-items: center; gap: 16px; }
.trap-num { font-family: var(--font-display); font-size: 48px; font-weight: 600; color: rgba(225,29,46,.8); }
.trap-line { flex: 1; height: 1px; background: rgba(255,255,255,.1); }
.trap-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 600; margin: 10px 0 0; }
.trap-card p { color: rgba(255,255,255,.65); font-size: 14px; margin: 12px 0 0; }
.philosophy-block { margin-top: 96px; position: relative; }
.phil-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.phil-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 28px;
  transition: background .3s;
}
.phil-card:hover { background: rgba(255,255,255,.07); }
.phil-card h4 { font-family: var(--font-display); font-size: 22px; font-weight: 600; margin: 12px 0 0; }
.phil-card p { color: rgba(255,255,255,.65); font-size: 15px; margin: 12px 0 0; }
.process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 3em auto 0;
    position: relative;
}
/* connector line running behind the step numbers (desktop 5-up only) */
.process-grid::before {
    content: "";
    position: absolute;
    top: 56px; left: 10%; right: 10%; height: 2px;
    background: linear-gradient(90deg, rgba(225,29,46,.35), rgba(14,26,62,.12));
    z-index: 0;
}
.process-card {
    position: relative; z-index: 1;
    display: flex; flex-direction: column;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 30px 24px;
    box-shadow: var(--shadow-md);
    transition: transform .3s, box-shadow .3s, border-color .3s;
}
.process-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(225,29,46,.3);
}
.step-number {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--red);
    color: #fff;
    display: grid; place-items: center;
    font-family: var(--font-display);
    font-size: 20px; font-weight: 800;
    margin-bottom: 22px;
    box-shadow: 0 10px 26px -6px rgba(225,29,46,.65), 0 0 16px -2px rgba(225,29,46,.5);
}
.process-card h3 {
    font-family: var(--font-display);
    font-size: 17px; font-weight: 700;
    color: var(--navy);
    line-height: 1.3;
    margin: 0 0 10px;
}
.process-card p {
    margin: 0 0 20px;
    color: var(--muted);
    line-height: 1.6;
    font-size: 14.5px;
}
.process-card span {
    display: inline-block; align-self: flex-start; margin-top: auto;
    font-size: 12.5px; font-weight: 700;
    color: var(--red);
    background: rgba(225,29,46,.08);
    padding: 5px 12px; border-radius: 999px;
}
/* Step 5 — the payoff: a dark navy card that anchors the row */
.featured {
    background: linear-gradient(160deg, #0E1A3E, #0A1230);
    border-color: transparent;
    box-shadow: 0 30px 60px -30px rgba(14,26,62,.6);
}
.featured h3 { color: #fff; }
.featured p { color: rgba(255,255,255,.72); }
.featured .step-number { background: #fff; color: var(--navy); box-shadow: none; }
.featured span { color: #fff; background: rgba(255,255,255,.15); }
@media(max-width:1200px) {.process-grid{

grid-template-columns:repeat(3,1fr);

}
.process-grid::before { display: none; }
/* connector only makes sense on the 5-up row */}
@media(max-width:900px) {.process-grid{

grid-template-columns:repeat(2,1fr);

}}
@media(max-width:650px) {.process-grid{

grid-template-columns:1fr;

}}
/* ============ INDUSTRIES ============ */
.industries { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.industry {
  display: flex; align-items: center; gap: 16px;
  background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 16px 20px;
  cursor: pointer; transition: all .3s;
}
.industry:hover { border-color: rgba(225,29,46,.3); background: rgba(225,29,46,.02); transform: translateX(4px); }
.industry__icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: rgba(99,102,241,.1); color: var(--navy);
  display: grid; place-items: center;
  transition: background .25s, color .25s; flex-shrink: 0;
}
.industry__icon svg { width: 21px; height: 21px; }
.industry:hover .industry__icon { background: var(--red); color: #fff; }
.industry__name { flex: 1; font-weight: 600; font-size: 15px; color: var(--navy); }
.industry__arrow {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid var(--border);
  display: grid; place-items: center;
  color: var(--navy); font-size: 12px; transition: all .2s;
}
.industry:hover .industry__arrow { background: var(--red); border-color: var(--red); color: #fff; }
section#Industries .link-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0e1a3e;
}
section#Industries .eyebrow {
    color: #0e1a3e;
}
/* ============================================================
   INDUSTRY PAGES - append to style.css
   Scoped to body.Industry (set by industry.php via $body_class)
   ============================================================ */
/* 4. FAQ: narrower and centered on industry pages */
body.Industry .faq { max-width: 800px; margin-left: auto; margin-right: auto; }
/* 5. Why-choose section: white cards on the cream background */
body.Industry .diff-card { background: #fff; }
body.Industry .diff-card__icon { background: var(--cream); }
body.Industry .diff-card:hover .diff-card__icon { background: var(--red); }
/* 5. Industry image under the left column */
body.Industry .why-media { margin-top: 28px; }
body.Industry .why-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
/* 6. SVG icon sizing inside icon tiles (diff-card & industry__icon already sized) */
.reassure-card__icon svg,
.addon-x__icon svg,
.faq-cat-block__icon svg { width: 26px; height: 26px; color: var(--red); }
.faq-cat-v__icon svg { width: 17px; height: 17px; color: var(--navy); }
.faq-cat-v.active .faq-cat-v__icon svg { color: #fff; }
/* 2. "We serve other industries" pills (under the CTA) */
.other-industries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}
.other-industry {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.other-industry svg { width: 16px; height: 16px; color: var(--red); flex-shrink: 0; }
.other-industry:hover {
  border-color: rgba(225,29,46,.35);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}
.other-industry--all { background: var(--navy); border-color: var(--navy); color: #fff; }
.other-industry--all:hover { border-color: var(--navy); }
/* ============ SERVICE PAGE COMPONENTS ============ */
/* Hero trust badges */
.trust-badges { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; }
.trust-badges li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--navy); }
.trust-badges .tb-check { width: 20px; height: 20px; border-radius: 50%; background: rgba(52,211,153,.16); color: #10b981; display: grid; place-items: center; font-size: 11px; font-weight: 800; flex-shrink: 0; }
/* Why cards: left-aligned variant to differ from the centered feature cards */
.reassure-card--left { text-align: left; }
.reassure-card--left .reassure-card__icon { margin: 0 auto 16px; }
/* Definition callout (GEO) */
.definition {
  position: relative; margin: 28px auto 0; max-width: 720px;
  background: var(--cream); border: 1px solid var(--border);
  border-left: 4px solid var(--red); border-radius: 14px; padding: 22px 26px;
}
.definition__label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }
.definition p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--navy); }
.prose { max-width: 720px; margin: 28px auto 0; }
.prose h3 { font-family: var(--font-display); font-size: 19px; color: var(--navy); margin: 24px 0 8px; }
.prose p { color: var(--muted); font-size: 15.5px; line-height: 1.7; margin: 0 0 12px; }
/* Comparison table (SEO + GEO) */
.compare-wrap { max-width: 820px; margin: 32px auto 0; overflow-x: auto; border-radius: 18px; border: 1px solid var(--border); box-shadow: var(--shadow-md); }
.compare-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 15px; }
.compare-table th { text-align: left; padding: 18px 22px; font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--muted); background: var(--cream); }
.compare-table th.compare-table__us { color: #fff; background: var(--navy); }
.compare-table td { padding: 15px 22px; border-top: 1px solid var(--border); color: var(--navy); vertical-align: top; }
.compare-table td.is-bad { color: var(--muted); }
.compare-table td.is-bad::before { content: "✕"; color: var(--red); font-weight: 700; margin-right: 8px; }
.compare-table td.is-good { font-weight: 600; background: rgba(52,211,153,.05); }
.compare-table td.is-good::before { content: "✓"; color: #10b981; font-weight: 700; margin-right: 8px; }
/* Pricing teaser */
.price-teaser { max-width: 720px; margin: 0 auto; text-align: center; background: var(--cream); border: 1px solid var(--border); border-radius: 24px; padding: 48px 40px; }
.price-teaser .h2 { margin: 12px 0 0; }
.price-teaser .lead { margin: 14px auto 0; }
.cta-actions--center { justify-content: center; margin-top: 28px; }
/* Services hub: alternate service card style */
.service-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card {
  display: flex; flex-direction: column; align-items: flex-start;
  background: #fff; border: 1px solid var(--border); border-radius: 20px;
  padding: 30px; text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(225,29,46,.3); }
.service-card__icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(225,29,46,.08); color: var(--red);
  display: grid; place-items: center; margin-bottom: 18px;
}
.service-card__icon svg { width: 26px; height: 26px; }
.service-card__name { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: var(--navy); margin: 0 0 8px; }
.service-card__teaser { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 0 0 20px; }
.service-card__link { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14.5px; color: var(--red); }
.service-card:hover .service-card__link { gap: 10px; }
@media (max-width: 640px) {.price-teaser { padding: 36px 24px; }
.service-cards { grid-template-columns: 1fr; }}
/* ============ PRICING ============ */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
.plan {
  position: relative; background: #fff; border: 1px solid var(--border);
  border-radius: 24px; padding: 40px;
  transition: all .3s;
  box-shadow: var(--shadow-sm);
}
.plan:hover { border-color: rgba(14,26,62,.2); transform: translateY(-4px); }
.plan--highlight {
  background: radial-gradient(circle at 10% 10%, rgba(225, 29, 46, 0.24), transparent 30rem),
    linear-gradient(135deg, #111936, #0e1a3e);
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 40px 90px -40px rgba(14,26,62,.7);
  transform: translateY(-8px);
}
.plan__badge {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(120deg, #b042b8 0%, #E11D2E 95%); color: #fff;
  padding: 6px 16px; border-radius: 999px;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  box-shadow: 0 8px 24px -6px rgba(99,102,241,.6);
}
.plan__tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--red); }
.plan__tag--red { color: var(--red); }
.plan__name { font-family: var(--font-display); font-size: 32px; font-weight: bold; letter-spacing: -.01em; color: var(--navy); margin: 12px 0 0; }
.plan__name--light { color: #fff; }
.plan__desc { color: var(--muted); font-size: 15px; margin: 12px 0 0; }
.plan__desc--light { color: rgba(255,255,255,.7); }
.plan__price-row { display: flex; align-items: baseline; gap: 8px; padding: 6px 0 0; margin-top: 0; }
.plan__split { font-size: 12.5px; line-height: 1.45; color: var(--muted); margin-top: 8px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.plan__split--light { color: rgba(255,255,255,.72); }
.plan--highlight .plan__split { border-color: rgba(255,255,255,.15); }
.plan__price { font-family: var(--font-display); font-weight: 600; font-size: 56px; letter-spacing: -.02em; color: var(--navy); }
.plan__price--light { color: #fff; }
.plan__suffix { font-size: 14px; color: rgba(14,26,62,.8); }
.plan__suffix--light { color: rgba(255,255,255,.6); }
.plan__features { list-style: none; padding: 0; margin: 0px 0 0; }
.plan__features li { display: flex; gap: 12px; align-items: center; font-size: 14.5px; color: rgba(14,26,62,.85); padding: 11px 0; border-top: 1px solid var(--border); }
.plan__features li:first-child { border-top: 0; }
.plan__features--light li { color: rgba(255,255,255,.9); border-color: rgba(255,255,255,.12); }
.plan__features strong { color: var(--navy); font-weight: 700; }
.plan__features--light strong { color: #fff; }
.check {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%;
  background: rgba(225,29,46,.1); color: var(--red);
  display: grid; place-items: center; font-size: 11px; font-weight: 700;
  margin-top: 2px;
}
.check--red { background: rgba(52,211,153,.18); color: #34D399; }
.plan .btn { margin-top: 32px; }
/* ============ ADDONS ============ */
.addons { margin-top: 96px; }
.addon {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 16px; padding: 24px;
  transition: all .3s;
}
.addon:hover { background: #fff; border-color: rgba(225,29,46,.3); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.addon h4 { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--navy); margin: 0; line-height: 1.2; }
.addon p { color: var(--muted); font-size: 13.5px; margin: 12px 0 0; line-height: 1.5; }
/* ============ TESTIMONIALS ============ */
.testi-glow { position: absolute; top: -80px; right: 0; width: 500px; height: 500px; border-radius: 50%; background: rgba(225,29,46,.05); filter: blur(100px); pointer-events: none; }
.testi {
  position: relative; background: #fff;
  border: 1px solid var(--border); border-radius: 16px;
  padding: 32px; margin: 0;
  transition: all .3s;
}
.testi:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stars { color: var(--red); font-size: 14px; letter-spacing: 2px; }
.testi blockquote {
  font-family: var(--font-display); font-size: 18px;
  color: var(--navy); line-height: 1.45; margin: 20px 0 0; letter-spacing: -.01em;
}
.testi figcaption { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); }
.testi figcaption b { display: block; font-weight: 600; color: var(--navy); font-size: 14.5px; }
.testi figcaption small { color: rgba(14,26,62,.8); font-size: 12px; }
/* Home testimonials slider — 3 per view, auto-advances one card at a time */
.testi-slider { overflow: hidden; margin-top: 56px; padding: 16px 0; position: relative; }
.testi-track { display: flex; gap: 20px; transition: transform .6s cubic-bezier(.4,0,.2,1); will-change: transform; }
.testi-slider .testi { flex: 0 0 calc((100% - 40px) / 3); display: flex; flex-direction: column; }
.testi-slider .testi blockquote { flex: 1; }
/* Dots: 28px tap targets (a11y); the visible dot is drawn by ::before */
.testi-dots { display: flex; justify-content: center; gap: 0; margin-top: 12px; }
.testi-dots button {
  width: 28px; height: 28px; border-radius: 999px; border: 0; padding: 0;
  background: transparent; cursor: pointer;
  display: grid; place-items: center;
}
.testi-dots button::before {
  content: ""; width: 8px; height: 8px; border-radius: 999px;
  background: rgba(14,26,62,.18); transition: width .3s, background .3s;
}
.testi-dots button.active::before { width: 22px; background: var(--red); }
@media (max-width: 1024px) {.testi-slider .testi { flex-basis: calc((100% - 20px) / 2); }}
@media (max-width: 640px) {.testi-slider .testi { flex-basis: 100%; }}
.avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), rgba(14,26,62,.7));
  color: #fff; display: grid; place-items: center;
  font-weight: 600; font-size: 13px;
  flex-shrink: 0; overflow: hidden;
}
.avatar--img { background: none; }
.avatar--img img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* ============ CTA CARD ============ */
.cta-card {
  position: relative; overflow: hidden;
  background: var(--navy); color: #fff;
  border-radius: 28px; padding: 64px;
}
.cta-card__glow {
  position: absolute; top: -96px; right: -80px;
  width: 420px; height: 420px; border-radius: 50%;
  background: rgba(225,29,46,.25); filter: blur(100px);
  pointer-events: none;
}
.cta-card::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 32px 32px; opacity: .06; pointer-events: none;
}
.cta-card__inner { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
/* Centered single-column CTA (form replaced by a button to the real onboarding page) */
.cta-card__inner--center { display: block; text-align: center; max-width: 700px; margin: 0 auto; }
.cta-card__inner--center .badge-inline { margin: 0 auto; }
.cta-card__inner--center .lead { margin-left: auto; margin-right: auto; }
.cta-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 10px; }
.cta-list li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.8); font-size: 14.5px; }
.cta-list--center { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }
.fine-print--light { color: rgba(255,255,255,.5); margin-top: 14px; }
.btn--outline-light { border: 1px solid rgba(255,255,255,.3); color: #fff; background: transparent; }
.btn--outline-light:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); }
.check-round { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.fine-print { font-size: 12px; color: var(--muted); text-align: center; margin: 24px 0 0; }
.fine-print a {
  color: var(--red);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .3em;
}


.fine-print a:hover { text-decoration: none; }
.onboard-form .fine-print { margin-top: 0; }
.onboard-form .fine-print + .fine-print { margin-top: 10px; }
/* Terms consent checkbox on the onboarding form */
.onboard-form .form-consent { display: flex; align-items: flex-start; gap: 10px; margin: 6px 0 2px; font-size: 14px; font-weight: 500; line-height: 1.5; color: var(--navy); cursor: pointer; }
.onboard-form .form-consent input[type="checkbox"] {
  appearance: auto; -webkit-appearance: checkbox;
  width: 18px; height: 18px; min-height: 0; margin: 1px 0 0; padding: 0;
  background: none; border: 0; border-radius: 0;
  flex-shrink: 0; accent-color: var(--red); cursor: pointer;
}
.form-consent a { color: var(--red); font-weight: 600; }
/* ============ FAQ ============ */
.faq { margin-top: 48px; display: grid; gap: 12px; }
.faq__item {
  background: #fff; border: 1px solid var(--border);
  border-radius: 16px; overflow: hidden;
  transition: background .3s, border-color .3s;
}
.faq__item[open] { background: var(--cream); border-color: rgba(14,26,62,.1); }
.faq__item summary {
  cursor: pointer; list-style: none;
  padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--navy);
}
.faq__item summary::-webkit-details-marker { display: none; }
.plus {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(14,26,62,.05); color: var(--navy);
  position: relative; font-size: 0;
  transition: background .2s, color .2s;
}
/* +/− drawn as two centered bars so they're always perfectly aligned */
.plus::before, .plus::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: currentColor; border-radius: 2px;
}
.plus::before { width: 13px; height: 2px; }
/* horizontal bar */
.plus::after  { width: 2px; height: 13px; transition: opacity .2s; }
/* vertical bar */
.faq__item[open] .plus { background: var(--red); color: #fff; }
.faq__item[open] .plus::after { opacity: 0; }
/* open → minus */
.faq__item p { padding: 0 24px 24px; color: rgba(14,26,62,.7); font-size: 15px; line-height: 1.6; margin: 0; }
/* Smooth open/close for FAQ accordions (progressive: older browsers toggle instantly) */
:root { interpolate-size: allow-keywords; }
.faq__item::details-content {
  height: 0; overflow: clip;
  transition: height .32s ease, content-visibility .32s allow-discrete;
}
.faq__item[open]::details-content { height: auto; }
.faq__item[open] > p { animation: faqReveal .3s ease .08s both; }
@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-5px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {:root { interpolate-size: numeric-only; }
.faq__item::details-content { transition: none; }
.faq__item[open] > p { animation: none; }}
/* Home FAQ: single column, compact spacing */
#faq .faq { margin-top: 36px; gap: 8px; }
#faq .faq__item { border-radius: 12px; }
#faq .faq__item summary { padding: 14px 18px; font-size: 17px; }
#faq .faq__item p { padding: 0 18px 18px; }
#faq .plus { width: 30px; height: 30px; }
/* ============ FOOTER ============ */
.footer {
  position: relative;
  background: radial-gradient(circle at 10% 10%, rgba(225, 29, 46, 0.24), transparent 30rem),
    linear-gradient(135deg, #111936, #0e1a3e);
  color: #fff; overflow: hidden;
}
.footer__dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size: 32px 32px; opacity: .07; pointer-events: none;
}
.footer__inner { position: relative; padding: 80px 24px 40px; }
.footer__grid { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__blurb { color: rgba(255,255,255,.7); font-size: 15px; margin-top: 20px; max-width: 460px; }
.footer__form { display: flex; gap: 8px; margin-top: 24px; max-width: 460px; }
.footer__form input {
  flex: 1; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.15);
  color: #fff; padding: 12px 20px; border-radius: 999px; font-size: 14px;
  outline: none; height: 48px;
}
.footer__form input::placeholder { color: rgba(255,255,255,.4); }
.footer__form button { padding: 0 20px; height: 48px; border-radius: 999px; font-size: 18px; }
.footer__cols { display: grid; grid-template-columns: 0.8fr 1.4fr 0.95fr 0.85fr; gap: 32px; }
.footer__cols h2 { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #ff5461; margin: 0 0 16px; }
.footer__cols a { display: block; color: rgba(255,255,255,.75); font-size: 14px; padding: 6px 0; transition: color .2s; }
.footer__cols a:hover { color: #fff; }
.footer__bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 32px; flex-wrap: wrap; }
.footer__bar > * { font-size: 13px; color: rgba(255,255,255,.6); }
.status { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; }
.status .dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; flex: 0 0 auto; }
.pulse { animation: pulse 2s infinite; }
/* ============ TOAST ============ */
.toast {
  position: fixed; bottom: 24px; right: 24px; z-index: 100;
  background: var(--navy); color: #fff;
  padding: 16px 20px; border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,.2);
  opacity: 0; transform: translateY(20px);
  transition: all .3s;
  pointer-events: none;
  max-width: 340px;
}
.toast.show { opacity: 1; transform: translateY(0); }
.toast b { display: block; font-weight: 600; margin-bottom: 4px; }
.toast span { font-size: 13px; color: rgba(255,255,255,.75); }
/* ============ ANIMATIONS ============ */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}
/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {.nav__links { display: none; }
.nav__toggle { display: grid; place-items: center; }
.hero__inner, .two-col, .plans, .cta-card__inner, .footer__grid { grid-template-columns: 1fr; gap: 40px; }
.two-col__left.sticky { position: static; }
.stats, .trap-grid, .phil-grid, .industries { grid-template-columns: 1fr 1fr; }
.plan--highlight { transform: none; }
.cta-card { padding: 40px; }
.nav__links.open {
    display: flex; position: absolute; top: 72px; left: 0; right: 0;
    background: #15265a; flex-direction: column; padding: 0; gap: 0;
    align-items: stretch;
    max-height: 87vh; overflow-y: auto; overscroll-behavior: contain;
  }
.nav__links.open a { padding: 12px 15px; border-bottom: 1px solid rgba(255,255,255,.2); border-radius: 0; }
.nav__links.open > a:last-child { border-bottom: 0; }
/* Dark navy menu: white links, no touch-hover color/background changes */
#nav .nav__links.open a,
  #nav .nav__links.open .nav__menu-all { color: #fff; }
#nav .nav__links.open .nav__parent.active { color: #ff5461; }
#nav .nav__links.open a:hover,
  #nav .nav__links.open .nav__parent:hover,
  #nav .nav__links.open .nav__menu-link:hover,
  #nav .nav__links.open .nav__menu-all:hover { color: #fff; background: transparent; }
#nav .nav__links.open .nav__menu-link:hover .nav__menu-icon { background: #fff; }
/* Dropdowns become tap-to-toggle accordions in the mobile menu */
.nav__links.open .nav__item { width: 100%; }
.nav__links.open .nav__parent {
    display: flex; justify-content: space-between; align-items: center; width: 100%;
    padding: 12px 15px; border-bottom: 1px solid rgba(255,255,255,.2);
  }
.nav__chev { transition: transform .25s; }
/* Touch fires :hover too — neutralize the desktop hover positioning so a tap
   doesn't shift the submenu off-screen. Tap opens it via the .open class. */
.nav__item:hover .nav__chev { transform: none; }
.nav__item.open .nav__chev { transform: rotate(180deg); }
.nav__menu {
    position: static; transform: none; opacity: 1; visibility: visible; pointer-events: auto;
    display: none; min-width: 0; padding: 0;
    background: transparent; border: 0; box-shadow: none;
  }
.nav__item:hover > .nav__menu,
  .nav__item:focus-within > .nav__menu,
  .nav__item:hover .nav__menu--wide { position: static; transform: none; }
.nav__item.open > .nav__menu {
    display: block;
    margin: 0; padding: 0;
    border-left: 0;
  }
.nav__menu--wide { min-width: 0; }
.nav__menu::before { display: none; }
.nav__menu-grid, .nav__menu-grid--2 { grid-template-columns: 1fr; gap: 0; }
.nav__links.open .nav__menu-link {
    padding: 8px 15px; border-bottom: 1px solid rgba(255,255,255,.2); white-space: normal;
    gap: 11px; font-size: 14px; font-weight: 500;
  }
.nav__links.open .nav__menu-link .nav__menu-icon { width: 30px; height: 30px; border-radius: 8px; background: #fff; }
.nav__links.open .nav__menu-link .nav__menu-icon svg { width: 15px; height: 15px; }
.nav__links.open .nav__menu-all { padding: 10px 15px; border-top: 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 13.5px; }}
@media (max-width: 640px) {.section { padding: 64px 0; font-size: 15px; }
.hero { padding: 120px 0 60px; }
.stats, .trap-grid, .phil-grid, .industries { grid-template-columns: 1fr; }
.footer__cols { grid-template-columns: 1fr 1fr; }
.h2 { font-size: 30px; }
#faq .faq__item summary { font-size: 15px; font-weight: 500; }
.cta-card { padding: 32px 24px; }
.plan { padding: 32px 24px; }
.plan__price { font-size: 44px; }
.chip { display: none; }
.footer__bar { flex-direction: column; align-items: center; text-align: center; }
.btn--sm { padding: 8px 14px; font-size: 12px; height: 40px; }
.nav__actions .btn { display: none; }}
/* ============================================================
   PAGE-SPECIFIC STYLES (About / Contact / Testimonials / Onboarding)
   ============================================================ */
/* Active nav link */
.nav__links a.active { color: var(--red); }
/* --- Page hero (smaller, shared) --- */
.page-hero {
  padding: 140px 0 64px;
  position: relative;
  text-align: center;
}
.page-hero--white {
  background: #fff;
}
section.page-hero.small {
    max-width: 800px;
    margin: 0 auto;
}
.page-hero .tag-pill {
  margin-bottom: 20px; gap: 18px;
  background: rgba(225,29,46,.07);
  border-color: rgba(225,29,46,.22);
  color: var(--navy);
  box-shadow: 0 2px 10px -4px rgba(225,29,46,.25);
}
/* Drop the grey bullet separator on inner-page pills — it sat right next to
   each item's red dot and read as a doubled red+grey dot. The red dots now
   act as clean leaders for each item. */
.page-hero .tag-pill .tag-sep { display: none; }
.page-hero .tag-pill .dot { margin-right: 6px; }
.page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(30px, 5vw, 64px);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--navy);
  margin: 0;
}
.page-hero__lead {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 620px;
  margin: 24px auto auto;
}
/* --- Reassure row (contact hero) --- */
.reassure-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 40px auto 0;
  max-width: 780px;
}
.reassure {
  background: var(--navy);
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 18px 22px;
  text-align: center;
}
.reassure b { display: block; color: #fff; font-size: 15px; }
.reassure span { display: block; font-size: 13px; color: rgba(255,255,255,.7); margin-top: 4px; }
.reassure .stars { color: #F5B301; letter-spacing: 1px; }
.ContactPage .reassure span{display: inline; }
/* --- Stat strip (testimonials) --- */
body.Industry .stat-strip{
  display: none;
}
.stat-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 48px auto auto;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 28px;
    max-width: 780px;
}
.stat-strip__item { text-align: left; }
.stat-strip__num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 40px;
  color: var(--navy);
  letter-spacing: -.02em;
  line-height: 1;
}
.stat-strip__num span { font-size: 20px; color: var(--red); }
.stat-strip__label { color: var(--muted); font-size: 13px; margin-top: 6px; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
/* --- Process strip (onboarding hero) --- */
.process-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 40px auto 0;
  background: var(--navy);
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 20px 24px;
  max-width: 900px;
}
.process-strip__step {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 200px;
}
.process-strip__num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--red); color: #fff;
  display: grid; place-items: center;
  font-weight: 700; font-size: 14px;
  flex-shrink: 0;
}
.process-strip__step b { display: block; color: #fff; font-size: 15px; }
.process-strip__step small { display: block; font-size: 12.5px; color: #fff; margin-top: 2px; }
.process-strip__arrow { color: rgba(255,255,255,.4); font-size: 18px; }
/* --- About: trap tabs & panels --- */
.trap-panel { display: none; }
.trap-panel.active { display: block; animation: fadeIn .3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.trap-panel__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  margin-top: 24px;
  align-items: start;
}
.trap-block {
  border-radius: 16px;
  padding: 24px 28px;
  margin-top: 24px;
  border-left: 4px solid;
}
.trap-block--bad { background: #FEF2F2; border-color: var(--red); }
.trap-block--good { background: #ECFDF5; border-color: #10B981; }
.trap-block__label {
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 8px;
}
.trap-block--bad .trap-block__label { color: var(--red); }
.trap-block--good .trap-block__label { color: #059669; }
.trap-block p { margin: 0; color: rgba(14,26,62,.8); font-size: 15px; line-height: 1.6; }
/* Illustration cards */
.illus-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  position: sticky;
  top: 120px;
}
.illus-timeline { display: grid; gap: 20px; position: relative; }
.illus-timeline::before {
  content: ''; position: absolute;
  left: 9px; top: 12px; bottom: 12px;
  width: 2px; background: rgba(14,26,62,.1);
}
.illus-timeline__step {
  display: flex; gap: 16px; position: relative;
}
.illus-timeline__dot {
  width: 20px; height: 20px; border-radius: 50%;
  background: #fff; border: 2px solid rgba(14,26,62,.2);
  flex-shrink: 0; position: relative; z-index: 1;
}
.illus-timeline__dot--red { background: var(--red); border-color: var(--red); box-shadow: 0 0 0 6px rgba(225,29,46,.15); }
.illus-timeline__step b { display: block; color: var(--navy); font-size: 14.5px; }
.illus-timeline__step p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.illus-timeline__step.muted b, .illus-timeline__step.muted p { color: rgba(14,26,62,.4); }
.illus-timeline__step.highlight b { color: var(--red); }
.illus-report { background: #fff; border-radius: 12px; padding: 20px; }
.illus-report__head { font-weight: 700; color: var(--navy); font-size: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--border); margin-bottom: 8px; }
.illus-report__row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: 14px; }
.illus-report__row span { color: var(--muted); }
.illus-report__row b { font-family: var(--font-display); font-weight: 700; color: var(--navy); }
.illus-report__row b.up { color: #059669; }
.illus-report__row.muted b { color: rgba(14,26,62,.3); }
.illus-report__foot { margin-top: 12px; font-size: 12px; color: var(--red); font-weight: 600; text-align: center; padding-top: 12px; border-top: 1px dashed var(--border); }
.illus-team { text-align: center; }
.illus-team__badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--red); color: #fff;
  padding: 6px 14px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.illus-team__row {
  display: flex; align-items: center; gap: 16px; justify-content: center;
  margin: 24px 0;
}
.avatar--lg { width: 64px; height: 64px; font-size: 18px; }
.illus-team__row b { display: block; color: var(--navy); font-size: 15px; text-align: left; }
.illus-team__row small { color: var(--muted); font-size: 12.5px; }
.illus-team__note {
  background: #fff; border: 1px solid var(--border);
  border-radius: 10px; padding: 12px;
  font-size: 12px; color: rgba(14,26,62,.7);
}
/* Final CTA block */
/* --- Contact page: two-col form layout --- */
.two-col-form {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.steps-list {
  list-style: none; padding: 0; margin: 32px 0 0;
  display: grid; gap: 20px;
}
.steps-list li { display: flex; gap: 16px; }
.steps-list__num {
  width: 40px; height: 40px; border-radius: 12px;
  background: var(--red); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  flex-shrink: 0;
}
.steps-list h3 { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--navy); margin: 6px 0 0; }
.steps-list p { color: var(--muted); font-size: 14.5px; margin: 6px 0 0; }
.info-tile {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 14px; padding: 18px 20px;
  margin-top: 32px;
}
.info-tile__icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: #fff; display: grid; place-items: center;
  font-size: 20px; flex-shrink: 0;
}
.info-tile b { display: block; color: var(--navy); font-size: 15px; }
.info-tile p { color: var(--muted); font-size: 13.5px; margin: 4px 0 0; }
.info-tile a { color: var(--red); font-weight: 600; }
/* --- Shared form components (contact + onboarding) --- */
.contact-form, .onboard-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--shadow-md);
  display: grid;
  gap: 20px;
}
.contact-form__title { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--navy); margin: 0 0 8px; }
.contact-form label, .onboard-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}
.contact-form input, .contact-form textarea,
.onboard-form input, .onboard-form textarea, .onboard-form select {
  width: 100%;
  margin-top: 8px;
  background: #fff;
  border: 1px solid rgba(14,26,62,.15);
  color: var(--navy);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  font-family: inherit;
}
.contact-form input, .onboard-form input, .onboard-form select { height: 48px; }
.contact-form textarea, .onboard-form textarea { resize: vertical; min-height: 120px; }
.contact-form input::placeholder, .contact-form textarea::placeholder,
.onboard-form input::placeholder, .onboard-form textarea::placeholder { color: rgba(14,26,62,.4); }
.contact-form input:focus, .contact-form textarea:focus,
.onboard-form input:focus, .onboard-form textarea:focus, .onboard-form select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(225,29,46,.15);
}
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
/* Radio chip choice */
.chip-choice {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px;
}
.chip-choice input[type="radio"] { display: none; }
.chip-choice label {
  display: inline-flex; align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(14,26,62,.15);
  background: #fff;
  font-size: 13.5px; font-weight: 500;
  color: var(--navy);
  cursor: pointer;
  transition: all .2s;
  margin: 0;
}
.chip-choice label:hover { border-color: var(--red); color: var(--red); }
.chip-choice input[type="radio"]:checked + label {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
/* --- Onboarding: form blocks --- */
.form-block {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
.form-block:last-of-type { border-bottom: 0; }
.form-block__head {
  display: flex; align-items: center; gap: 16px; margin-bottom: 20px;
}
.form-block__num {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--navy); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  flex-shrink: 0;
}
.form-block h3 { font-family: var(--font-display); font-size: 20px; font-weight: 600; color: var(--navy); margin: 0; }
.form-block p { color: var(--muted); font-size: 13.5px; margin: 4px 0 0; }
/* --- Onboarding form: consistent alignment + field redesign --- */
.onboard-form .form-block { display: grid; gap: 18px; }
.onboard-form .form-block__head { margin-bottom: 0; }
.onboard-form label { font-size: 15px; }
.onboard-form .field-grid { margin: 0; }
.onboard-form .field--full { grid-column: 1 / -1; }
.onboard-form .req { color: var(--red); font-weight: 700; margin-left: 2px; }
/* Inline so the hint stays on the label line and paired inputs align in the row */
.onboard-form .field-hint { font-weight: 500; color: var(--muted); font-size: 12px; margin-left: 6px; }
/* Package selection cards (keeps the same radio values: unsure/standard/rescue/other) */
.pkg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 10px; }
.form-block .pkg-note { margin: 10px 0 0; font-size: 12.5px; font-weight: 500; color: var(--muted); }
.pkg-grid input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }
.pkg-grid label {
  display: flex; flex-direction: column; gap: 3px;
  padding: 16px 44px 16px 18px; margin: 0;
  border: 1px solid rgba(14,26,62,.15); border-radius: 14px;
  background: #fff; cursor: pointer; position: relative;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.pkg-grid label b { font-size: 14.5px; font-weight: 700; color: var(--navy); }
.pkg-grid label span { font-size: 12.5px; font-weight: 500; color: var(--muted); }
.pkg-grid label::after {
  content: ""; position: absolute; top: 50%; right: 16px; transform: translateY(-50%);
  width: 20px; height: 20px; border-radius: 50%;
  border: 2px solid rgba(14,26,62,.22); transition: all .2s;
}
.pkg-grid label:hover { border-color: var(--red); }
.pkg-grid input[type="radio"]:checked + label {
  border-color: var(--red); background: rgba(225,29,46,.04);
  box-shadow: 0 0 0 3px rgba(225,29,46,.12);
}
.pkg-grid input[type="radio"]:checked + label::after {
  border-color: var(--red); background: var(--red); box-shadow: inset 0 0 0 3px #fff;
}
.pkg-grid input[type="radio"]:focus-visible + label { box-shadow: 0 0 0 3px rgba(225,29,46,.25); }
@media (max-width: 620px) {.pkg-grid { grid-template-columns: 1fr; }}
/* --- Testimonials: showcase grid --- */
.testi-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.industry-pill {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--navy);
    background: rgba(225,29,46,.07);
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(225,29,46,.22);
    /* box-shadow: 0 2px 10px -4px rgba(225,29,46,.25); */
}
/* --- Reassurance grid (onboarding footer) --- */
.reassure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.reassure-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  transition: all .3s;
}
.reassure-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(225,29,46,.2); }
.reassure-card__icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--cream);
  display: grid; place-items: center;
  font-size: 26px; margin: 0 auto 16px;
}
.reassure-card h4 { font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--navy); margin: 0; }
.reassure-card p { color: var(--muted); font-size: 14px; margin: 8px 0 0; }
/* --- Responsive tweaks for new pages --- */
@media (max-width: 1024px) {.trap-panel__grid, .two-col-form { grid-template-columns: 1fr; gap: 32px; }
.illus-card { position: static; }
.testi-showcase, .reassure-grid, .reassure-row, .stat-strip { grid-template-columns: 1fr 1fr; }
.field-grid { grid-template-columns: 1fr; }}
@media (max-width: 640px) {.page-hero { padding: 110px 0 48px; }
.testi-showcase, .reassure-grid, .reassure-row, .stat-strip { grid-template-columns: 1fr; }
.contact-form, .onboard-form { padding: 24px 20px; }
.process-strip__arrow { display: none; }}
/* ============================================================
   FAQ page
   ============================================================ */
.faq-search {
  position: relative;
  max-width: 560px;
  margin-top: 32px;
}
.faq-search__icon {
  position: absolute; left: 20px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; color: var(--muted); pointer-events: none;
}
.faq-search input {
  width: 100%; height: 56px;
  padding: 0 20px 0 52px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  font-size: 15px;
  color: var(--navy);
  outline: none; transition: all .2s;
  box-shadow: var(--shadow-sm);
}
.faq-search input:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(225,29,46,.12); }
.faq-cat {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy);
  font-size: 13.5px; font-weight: 600;
  transition: all .2s;
}
.faq-cat span {
  background: rgba(14,26,62,.08); color: var(--muted);
  padding: 2px 8px; border-radius: 999px;
  font-size: 11px; font-weight: 700;
}
.faq-cat:hover { border-color: var(--red); color: var(--red); }
.faq-cat.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.faq-cat.active span { background: var(--red); color: #fff; }
.faq-cat-block { margin-bottom: 48px; }
.faq-cat-block__head { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.faq-cat-block__icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--cream); display: grid; place-items: center;
  font-size: 26px;
}
.faq-cat-block h2 { margin: 0; }
.muted-text { color: var(--muted); font-size: 14px; margin: 4px 0 0; }
.faq-empty {
  padding: 40px; text-align: center;
  background: var(--cream); border-radius: 16px;
  color: var(--muted); font-size: 15px;
}
.faq-empty a { color: var(--red); font-weight: 600; }
/* ============================================================
   Add-ons page
   ============================================================ */
.addon-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.addon-x {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  transition: all .3s;
}
.addon-x:hover { transform: translateY(-4px); border-color: rgba(225,29,46,.3); box-shadow: var(--shadow-md); }
.addon-x.popular {
  border-color: var(--red);
  box-shadow: 0 20px 50px -24px rgba(225,29,46,.35);
}
.addon-x__tag {
  position: absolute; top: -12px; left: 24px;
  background: var(--red); color: #fff;
  padding: 4px 12px; border-radius: 999px;
  font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.addon-x__icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--cream); display: grid; place-items: center;
  font-size: 26px; margin-bottom: 20px;
}
.addon-x__price {
  font-family: var(--font-display);
  font-size: 28px; font-weight: 700;
  color: var(--red);
  letter-spacing: -.02em;
}
.addon-x__price span { font-size: 14px; color: var(--muted); font-weight: 500; }
.addon-x h3 {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 600;
  color: var(--navy); margin: 8px 0 12px;
  letter-spacing: -.01em;
}
.addon-x > p { color: var(--muted); font-size: 14.5px; line-height: 1.5; margin: 0 0 16px; }
.addon-x__list {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid var(--border); padding-top: 16px;
  display: grid; gap: 8px;
}
.addon-x__list li {
  font-size: 13.5px; color: rgba(14,26,62,.75);
  padding-left: 20px; position: relative;
}
.addon-x__list li::before {
  content: '✓';
  position: absolute; left: 0; top: 0;
  color: var(--red); font-weight: 700;
}
/* Pricing table */
.price-table {
  margin-top: 40px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.price-table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.price-table thead th {
  background: var(--navy);
  color: #fff;
  text-align: left;
  padding: 16px 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.price-table thead th.num { text-align: right; }
.price-table tbody td {
  padding: 20px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
  color: rgba(14,26,62,.8);
}
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-table tbody tr:hover td { background: var(--cream); }
.price-table b { display: block; color: var(--navy); font-weight: 600; font-size: 15px; }
.price-table small { display: block; color: var(--muted); font-size: 12.5px; margin-top: 2px; }
.price-table .num { text-align: right; font-family: var(--font-display); font-weight: 700; font-size: 20px; }
.price-table .num--red { color: var(--red); }
.price-table .num s { color: var(--muted); font-size: 14px; font-weight: 500; margin-right: 4px; }
.pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pill--red { background: rgba(225,29,46,.1); color: var(--red); }
.pill--navy { background: rgba(14,26,62,.08); color: var(--navy); }
.footer-row td { background: rgba(225,29,46,.04) !important; }
.footer-row b { color: var(--red); }
.price-note {
  margin-top: 24px;
  padding: 20px 24px;
  background: var(--cream);
  border-left: 4px solid var(--red);
  border-radius: 12px;
  font-size: 14.5px;
  color: rgba(14,26,62,.8);
}
.price-note b { color: var(--navy); }
/* ============================================================
   Legal pages (Privacy / Terms)
   ============================================================ */
.legal-hero {
  padding: 130px 0 40px;
  background: #fff;
  position: relative;
}
.legal-back {
  display: inline-flex; align-items: center;
  color: var(--muted); font-size: 14px; font-weight: 500;
  margin-bottom: 20px;
  transition: color .2s;
}
.legal-back:hover { color: var(--red); }
.legal-meta { color: var(--muted); font-size: 14px; margin-top: 16px; }
.legal-section { padding-top: 48px; }
.legal-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  align-items: start;
}
.legal-toc {
  position: sticky; top: 100px;
  display: flex; flex-direction: column; gap: 6px;
  padding: 20px;
  background: var(--cream);
  border-radius: 16px;
}
.legal-toc__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.legal-toc a {
  color: rgba(14,26,62,.7);
  font-size: 13.5px;
  padding: 6px 10px;
  border-radius: 8px;
  transition: all .2s;
}
.legal-toc a:hover { background: #fff; color: var(--navy); }
.legal-body section { margin-bottom: 40px; }
.legal-body h2.h3 { font-size: 22px; margin: 0 0 12px; }
.legal-body p { color: rgba(14,26,62,.8); font-size: 15.5px; line-height: 1.7; margin: 0 0 12px; }
.legal-body a { color: var(--red); font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }
.legal-list { padding-left: 20px; color: rgba(14,26,62,.8); font-size: 15px; line-height: 1.7; }
.legal-list li { margin-bottom: 6px; }
.legal-callout {
  margin-top: 48px;
  padding: 20px 24px;
  background: #FEF3C7;
  border-left: 4px solid #F59E0B;
  border-radius: 12px;
  font-size: 14px;
  color: rgba(14,26,62,.8);
  line-height: 1.6;
}
.legal-callout b { color: #92400E; }
/* ============================================================
   Testimonials v2 — site preview mockups
   ============================================================ */
/* One testimonial per row: screenshot one side, content the other, alternating */
.testi-showcase-v2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  margin-bottom: 0;
}
.story-card {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  background: #eef3fa;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
}
/* Screenshot panel: its own darker tint, full height of the row */
.story-card__shots {
  background: #dce3f0;
  padding: 44px 48px 52px;
  display: flex; align-items: center;
}
/* Odd rows: screenshot left (markup order). Even rows: screenshot right. */
.story-card:nth-child(even) .story-card__shots { order: 2; }
.story-card__shotlink { position: relative; display: block; width: 100%; }
.story-card .site-preview {
  border-radius: 12px;
  border-bottom: 0;
  overflow: hidden;
  box-shadow: 0 30px 60px -25px rgba(14,26,62,.45);
}
.story-card .site-preview__body--shot { height: auto; }
.story-card .site-preview__img { height: 340px; }
/* Mobile screenshot: phone frame overlapping the desktop window */
.story-card__phone {
  position: absolute; right: -16px; bottom: -26px;
  width: 150px; border-radius: 16px; overflow: hidden;
  border: 2px solid #fff; background: #fff;
  box-shadow: 0 22px 45px -18px rgba(14,26,62,.55);
}
.story-card__phone img { display: block; width: 100%; height: 300px; object-fit: cover; object-position: top; }
.story-card__body { padding: 44px 48px; display: flex; flex-direction: column; justify-content: center; }
.story-card__meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.story-card blockquote {
  font-family: var(--font-display); font-size: 18px; line-height: 1.6;
  color: var(--navy); margin: 0; letter-spacing: -.01em;
}
.story-card__author {
  display: flex; align-items: center; gap: 12px;
  margin-top: 26px; padding-top: 22px;
  border-top: 1px solid rgba(14,26,62,.1);
}
@media (max-width: 900px) {.story-card { grid-template-columns: 1fr; }
.story-card:nth-child(even) .story-card__shots { order: 0; }
.story-card__shots { padding: 24px 24px 38px; }
.story-card .site-preview__img { height: 220px; }
.story-card__phone { width: 88px; right: -6px; bottom: -20px; }
.story-card__phone img { height: 156px; }
.story-card__body { padding: 28px 24px 32px; }
.story-card blockquote { font-size: 18px; }}
.story-card__author b { display: block; color: var(--navy); font-size: 14.5px; font-weight: 600; }
.story-card__author small { color: var(--muted); font-size: 12.5px; }
/* Site preview mockup */
.site-preview {
  background: #fff;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.site-preview__bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  background: #F0F1F5;
  border-bottom: 1px solid var(--border);
}
.site-preview__bar .dot { width: 9px; height: 9px; border-radius: 50%; }
.site-preview__bar--dark { background: #0A1230; border-color: rgba(255,255,255,.05); }
.site-preview__url {
  flex: 1;
  margin-left: 8px;
  background: #fff;
  border: 1px solid rgba(14,26,62,.08);
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 11px;
  color: var(--muted);
  font-family: ui-monospace, monospace;
}
.site-preview__url--dark { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.7); }
.site-preview__body {
  height: 220px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.site-preview__body--red { background: linear-gradient(135deg, #FFF5F5, #FFFAFA); }
.site-preview__body--pink { background: linear-gradient(135deg, #FFF0F5, #FFF5FA); }
.site-preview__body--blue { background: linear-gradient(135deg, #1E3A8A, #2951C0); }
.site-preview__body--cream { background: linear-gradient(135deg, #FDF6E3, #F5EED8); }
.site-preview__body--sage { background: linear-gradient(135deg, #F0F5F0, #E8F0E8); }
.site-preview__body--shot { padding: 0; overflow: hidden; }
.site-preview__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; /* shows the site's header/hero first */
}
/* Mock components inside preview */
.mock-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.mock-nav--dark { border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 8px; }
.mock-logo {
  width: 26px; height: 26px; border-radius: 6px;
  background: var(--navy); color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
}
.mock-logo--pink { background: #EC4899; }
.mock-logo--white { background: rgba(255,255,255,.15); color: #fff; }
.mock-logo--gold { background: #B8860B; color: #fff; }
.mock-logo--sage { background: #6B8E6B; color: #fff; }
.mock-links { display: flex; gap: 8px; }
.mock-links span {
  width: 26px; height: 6px; border-radius: 3px;
  background: rgba(14,26,62,.12);
}
.mock-links--white span { background: rgba(255,255,255,.2); }
.mock-hero { position: relative; z-index: 1; }
.mock-hero--center { text-align: center; }
.mock-h1 {
  width: 78%; height: 12px; border-radius: 4px;
  background: var(--navy);
  margin-bottom: 6px;
}
.mock-h1--short { width: 55%; }
.mock-h1--white { background: rgba(255,255,255,.9); }
.mock-h1--center { margin: 0 auto 6px; }
.mock-p {
  width: 90%; height: 5px; border-radius: 3px;
  background: rgba(14,26,62,.2);
  margin-top: 4px;
}
.mock-p--short { width: 65%; }
.mock-p--white { background: rgba(255,255,255,.35); }
.mock-p--center { margin: 4px auto 0; }
.mock-btn {
  display: inline-block; margin-top: 14px;
  padding: 6px 14px;
  background: var(--red); color: #fff;
  border-radius: 999px;
  font-size: 10.5px; font-weight: 600;
}
.mock-btn--white { background: #fff; color: var(--navy); }
.mock-btn--gold { background: #B8860B; }
.mock-cards { display: flex; gap: 8px; margin-top: 14px; justify-content: center; }
.mock-card {
  width: 40px; height: 40px; border-radius: 8px;
  display: grid; place-items: center;
  background: #fff;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(14,26,62,.1);
}
.mock-card--pink { background: rgba(236,72,153,.15); }
.mock-card--sage { background: rgba(107,142,107,.15); }
.mock-house {
  position: absolute; bottom: -8px; right: 8px;
  font-size: 68px; opacity: .18;
  transform: rotate(-10deg);
}
/* Responsive for new pages */
@media (max-width: 1024px) {.addon-showcase { grid-template-columns: 1fr 1fr; }
.testi-showcase-v2 { grid-template-columns: 1fr; }
.legal-layout { grid-template-columns: 1fr; gap: 32px; }
.legal-toc { position: static; }
.price-table thead { display: none; }
.price-table tbody, .price-table tr, .price-table td { display: block; width: 100%; }
.price-table tr { padding: 16px; border-bottom: 1px solid var(--border); }
.price-table td { padding: 4px 0; border: 0; }
.price-table td.num { text-align: left; }}
@media (max-width: 640px) {.addon-showcase { grid-template-columns: 1fr; }
.faq-cat { flex-shrink: 0; }
.site-preview__body { height: 180px; }
.mock-house { font-size: 48px; }}
/* ============================================================
   About page — Zig-zag rows
   ============================================================ */
.zigzag {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 64px 0;
  border-top: 1px dashed rgba(14,26,62,.1);
}
.zigzag:first-of-type { border-top: 0; padding-top: 0; }
.zigzag:last-of-type { padding-bottom: 0; }
.zigzag--reverse .zigzag__text { order: 2; }
.zigzag--reverse .zigzag__visual { order: 1; }
.zigzag__num {
  font-family: var(--font-display);
  font-size: 88px;
  font-weight: 700;
  color: rgba(14,26,62,.05);
  letter-spacing: -.04em;
  line-height: 1;
  margin-bottom: 8px;
}
.zigzag__text .h2 { margin: 8px 0 0; }
.zigzag__visual .illus-card { position: static; }
/* ============================================================
   Pricing page — Plans note
   ============================================================ */
.plans-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 48px;
  padding: 20px 24px;
  background: var(--cream);
  border-radius: 16px;
  border: 1px solid var(--border);
}
.plans-note__icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: #fff; display: grid; place-items: center;
  font-size: 22px; flex-shrink: 0;
}
.plans-note b { display: block; color: var(--navy); font-size: 15px; }
.plans-note span { display: block; color: var(--muted); font-size: 14px; margin-top: 4px; line-height: 1.5; }
.price-table .highlight-row td { background: rgba(14,26,62,.03) !important; }
.price-table .highlight-row b { color: var(--navy); }
/* ============================================================
   FAQ page — Left sidebar layout
   ============================================================ */
.faq-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}
.faq-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--cream);
  border-radius: 20px;
  padding: 24px;
  border: 1px solid var(--border);
}
.faq-sidebar .faq-search { margin: 0; max-width: none; }
.faq-sidebar .faq-search input { height: 48px; background: #fff; box-shadow: none; }
.faq-sidebar__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--red);
}
.faq-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq-cat-v {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: transparent;
  color: rgba(14,26,62,.75);
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  text-align: left;
  cursor: pointer;
  width: 100%;
}
.faq-cat-v:hover { background: #fff; color: var(--navy); }
.faq-cat-v.active {
  background: var(--navy);
  color: #fff;
}
.faq-cat-v__icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: #fff;
  display: grid; place-items: center;
  font-size: 16px;
  flex-shrink: 0;
  transition: all .2s;
}
.faq-cat-v.active .faq-cat-v__icon { background: rgba(255,255,255,.15); }
.faq-cat-v__label { flex: 1; font-weight: 600; }
.faq-cat-v__count {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(14,26,62,.08);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.faq-cat-v.active .faq-cat-v__count { background: var(--red); color: #fff; }
.faq-sidebar__ask {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  border: 1px dashed rgba(14,26,62,.15);
}
.faq-sidebar__ask-title { font-family: var(--font-display); font-weight: 600; color: var(--navy); font-size: 15px; }
.faq-sidebar__ask p { color: var(--muted); font-size: 13px; margin: 8px 0 14px; line-height: 1.5; }
.faq-content { min-width: 0; }
/* Responsive for zigzag + FAQ layout */
@media (max-width: 1024px) {.zigzag { grid-template-columns: 1fr; gap: 32px; padding: 48px 0; }
.zigzag--reverse .zigzag__text { order: 1; }
.zigzag--reverse .zigzag__visual { order: 2; }
.zigzag__num { font-size: 64px; }
.faq-layout { grid-template-columns: 1fr; }
.faq-sidebar { position: static; }
.faq-sidebar__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.faq-sidebar__ask { display: none; }}
@media (max-width: 640px) {.faq-sidebar__nav { grid-template-columns: 1fr; }
.plans-note { flex-direction: column; }}
/* PHP form feedback */
.form-alert {
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13.5px;
  line-height: 1.5;
  border: 1px solid transparent;
}
.is-hidden { display: none !important; }
/* ============================================================
   HOME (SaaS) STYLES — merged from saas.css (scoped .s-* / body.saas)
   ============================================================ */
/* ==========================================================================
   GetOwnWeb — index2 "high-end SaaS" home page
   Scoped entirely under body.saas so it never touches the other pages.
   ========================================================================== */
body.saas {
  --s-ink:      #0B1533;
  --s-navy:     #0E1A3E;
  --s-navy-2:   #0A1230;
  --s-red:      #E11D2E;
  --s-indigo:   #6366F1;
  --s-violet:   #8B5CF6;
  --s-cyan:     #38BDF8;
  --s-cream:    #F6F7FB;
  --s-line:     rgba(14,26,62,.09);
  --s-muted:    rgba(14,26,62,.6);
  --s-grad:     linear-gradient(120deg, #FF7A88 0%, #E11D2E 65%);
  --s-radius:   22px;
  background: #fff;
}
.s-container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.s-gradient-text {
  background: var(--s-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
/* ============ Nav overrides while dark hero is at the top ============ */
body.saas .nav:not(.scrolled) .nav__links a { color: rgba(255,255,255,.82); }
body.saas .nav:not(.scrolled) .nav__links a:hover { color: #fff; }
/* Dropdown panels are white, so their links must stay dark even over the hero */
body.saas .nav:not(.scrolled) .nav__links .nav__menu-link { color: var(--navy); }
body.saas .nav:not(.scrolled) .nav__links .nav__menu-link:hover { color: var(--red); }
body.saas .nav:not(.scrolled) .nav__links .nav__menu-all { color: var(--red); }
body.saas .nav:not(.scrolled) .nav__links .nav__menu-all:hover { color: var(--navy); }
body.saas .nav:not(.scrolled) .logo__tag { color: rgba(255,255,255,.55); }
body.saas .nav:not(.scrolled) .nav__toggle {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22);
}
body.saas .nav:not(.scrolled) .nav__toggle-bars,
body.saas .nav:not(.scrolled) .nav__toggle-bars::before,
body.saas .nav:not(.scrolled) .nav__toggle-bars::after { background: #fff; }
body.saas .nav:not(.scrolled) .nav__toggle.is-open .nav__toggle-bars { background: transparent; }
/* ============ Buttons ============ */
.s-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 54px; padding: 0 26px; border-radius: 14px;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  cursor: pointer; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s;
  text-decoration: none;
}
.s-btn .arrow { transition: transform .2s; }
.s-btn:hover .arrow { transform: translateX(4px); }
.s-btn--primary { background: var(--s-red); color: #fff; box-shadow: 0 16px 40px -16px rgba(225,29,46,.75); }
.s-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 22px 50px -16px rgba(225,29,46,.85); }
.s-btn--glass {
  background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
}
.s-btn--glass:hover { background: rgba(255,255,255,.16); }
.s-btn--lg { height: 58px; padding: 0 32px; font-size: 16px; }
/* ============ HERO ============ */
.s-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 500px at 15% -10%, rgba(225,29,46,.30), transparent 60%),
    radial-gradient(800px 480px at 88% 0%, rgba(225,29,46,.30), transparent 58%),
    radial-gradient(700px 600px at 50% 120%, rgba(37,64,143,.35), transparent 60%),
    linear-gradient(180deg, #0A1230 0%, #0E1A3E 55%, #0B1533 100%);
  padding: 160px 0 90px;
  color: #fff;
}
/* Hero background: dot grid + cursor-tracking spotlight.
   --mx/--my are set in px by script.js on pointermove (default centred). */
.s-hero__dots, .s-hero__dots-lit, .s-hero__spot { position: absolute; inset: 0; pointer-events: none; }
.s-hero__dots {
  background-image: radial-gradient(circle, rgba(255,255,255,.13) 1.3px, transparent 1.8px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse 82% 62% at 50% 18%, #000 42%, transparent 78%);
          mask-image: radial-gradient(ellipse 82% 62% at 50% 18%, #000 42%, transparent 78%);
}
.s-hero__dots-lit {
  background-image: radial-gradient(circle, rgba(255,130,140,.95) 1.4px, transparent 1.9px);
  background-size: 26px 26px;
  -webkit-mask: radial-gradient(240px circle at var(--mx,50%) var(--my,30%), #000 0%, transparent 62%);
          mask: radial-gradient(240px circle at var(--mx,50%) var(--my,30%), #000 0%, transparent 62%);
}
.s-hero__spot {
  background: radial-gradient(560px circle at var(--mx,50%) var(--my,30%), rgba(225,29,46,.26), transparent 66%);
}
.s-hero__inner { position: relative; text-align: center; max-width: 860px; margin: 0 auto; }
.s-hero__pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 8px 7px 16px; border-radius: 999px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  font-size: 13px; color: rgba(255,255,255,.85); backdrop-filter: blur(10px);
}
.s-hero__pill b { color: #fff; }
.s-hero__pill .s-tag {
  background: var(--s-grad); color: #fff; font-weight: 700; font-size: 11px;
  padding: 3px 10px; border-radius: 999px; letter-spacing: .02em;
}
.s-hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(38px, 6.4vw, 76px); line-height: 1.02; letter-spacing: -.03em;
  margin: 26px 0 0;
}
.s-hero__lead {
  font-size: clamp(16px, 2vw, 20px); line-height: 1.6; color: rgba(255,255,255,.72);
  max-width: 620px; margin: 24px auto 0;    font-size: 19px;
}
.s-hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.s-hero__trust {
  display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap;
  margin-top: 30px; font-size: 13.5px; color: rgba(255,255,255,.6);
}
.s-hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.s-hero__trust .s-dot { width: 7px; height: 7px; border-radius: 50%; background: #34D399; box-shadow: 0 0 0 4px rgba(52,211,153,.18); }
/* Interactive toggle browser floating on the dark hero */
.s-browser-wrap { max-width: 720px; margin: 60px auto 0; text-align: left; }
.s-browser-wrap .browser { box-shadow: 0 50px 90px -60px rgba(0,0,0,.7); }
/* index3: pull the browser down so it straddles the dark hero and the white
   section below (like a floating product shot). */
body.index3 .s-hero { overflow: visible; padding-bottom: 24px; }
body.index3 .s-browser-wrap { margin-bottom: -14em; position: relative; z-index: 2; }
body.index3 .s-hero + .section { padding-top: 20em; }
/* Fade + stagger the browser content each time the view swaps */
@keyframes sSwapIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.browser__body.is-swapping { animation: sSwapIn .38s ease both; }
.browser__body.is-swapping .checklist li { animation: sSwapIn .42s ease both; }
.browser__body.is-swapping .checklist li:nth-child(1) { animation-delay: .06s; }
.browser__body.is-swapping .checklist li:nth-child(2) { animation-delay: .12s; }
.browser__body.is-swapping .checklist li:nth-child(3) { animation-delay: .18s; }
.browser__body.is-swapping .checklist li:nth-child(4) { animation-delay: .24s; }
.browser__body.is-swapping .summary-tile { animation: sSwapIn .5s ease both; animation-delay: .28s; }
/* The whole card lifts slightly on hover to signal it's interactive */
.s-browser-wrap .browser { transition: transform .3s ease, box-shadow .3s ease; }
@media (hover: hover) {.s-browser-wrap .browser:hover { transform: translateY(-4px); }}
.s-browser-wrap .tab { cursor: pointer; }
@media (prefers-reduced-motion: reduce) {.browser__body.is-swapping,
  .browser__body.is-swapping .checklist li,
  .browser__body.is-swapping .summary-tile { animation: none; }}
/* Floating dashboard mock (legacy — no longer used on index2) */
/* ============ LOGOS / trust strip ============ */
.s-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 999px; border: 1px solid var(--s-line);
  font-size: 14px; font-weight: 600; color: var(--s-navy); background: var(--s-cream);
}
/* ============ METRICS ============ */
/* ============ BENTO ============ */
.s-card {
  background: #fff; border: 1px solid var(--s-line); border-radius: 20px; padding: 28px;
  transition: transform .25s, box-shadow .25s, border-color .25s; position: relative; overflow: hidden;
}
.s-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -34px rgba(14,26,62,.35); border-color: rgba(99,102,241,.4); }
.s-card h3 { font-family: var(--font-display); font-size: 19px; font-weight: 700; color: var(--s-navy); margin: 0 0 8px; }
.s-card p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--s-muted); }

/* ============ STEPS ============ */
/* ============ COMPARE ============ */
/* ============ PRICING ============ */
/* ============ QUOTES ============ */
/* ============ CTA ============ */
/* ============ RESPONSIVE ============ */
@media (max-width: 767px) {
.page-hero__lead {
    font-size: 15px;
}
.OnBoarding .process-strip {
    display: none;
}
.page-hero .tag-pill {
    margin-bottom: 30px;
  }
  .addon-x > p {
    font-size: 13.5px;
}
.addon-x h3 {
    font-size: 20px;
}
section.section.section--white.pkage-head {
    padding-top: 10px;
}
}
@media (max-width: 620px) {.s-hero { padding: 130px 0 70px; }}
/* ---- Mobile typography + layout tweaks ---- */
@media (max-width: 640px) {.diff-card h3 { font-size: 18px; line-height: 1.2em; }
.plan__name { font-size: 24px; line-height: 1.3em; }
.summary-tile__value { font-size: 17px; }
.s-hero .s-hero__pill { display: block; }
.s-hero__lead { font-size: 15px; }
/* Keep both hero CTAs side by side on one line */
.s-hero__cta { flex-wrap: nowrap; gap: 10px; }
.s-hero__cta .s-btn { flex: 1 1 0; min-width: 0; padding: 0 14px; font-size: 14px; white-space: nowrap; }}

/* ============================================================
   FOUNDER SECTION (reusable: landing page + about page)
   ============================================================ */
.founder { display: grid; grid-template-columns: 220px 1fr; gap: 44px; align-items: center; max-width: 940px; margin: 0 auto; }
.founder__aside { text-align: center; }
.founder__photo { width: 168px; height: 168px; margin: 0 auto 16px; border-radius: 50%; object-fit: cover; display: block; background: var(--cream); box-shadow: 0 24px 44px -20px rgba(14,26,62,.6); border: 4px solid #fff; }
.founder__tag { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--red); background: rgba(225,29,46,.08); padding: 6px 14px; border-radius: 999px; }
.founder__body .eyebrow { justify-content: flex-start; }
.founder__body h2 { margin: 10px 0 16px; }
.founder__body p { color: var(--muted); font-size: 16px; line-height: 1.65; margin: 0 0 14px; max-width: 620px; }
.founder__body .btn { margin-top: 12px; }
@media (max-width: 760px) {
  .founder { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .founder__body .eyebrow { justify-content: center; }
  .founder__body p { margin-left: auto; margin-right: auto; }
  .founder__photo { width: 140px; height: 140px; }
}

/* Footer: keep the "X Website Design" industry links on one line (desktop). */
@media (min-width: 768px) { .footer-inds a { white-space: nowrap; } }

/* ============================================================
   INLINE FORM SUCCESS PANEL (contact + onboarding)
   Replaces the corner toast; pairs with makeInlineSuccess() in script.js.
   ============================================================ */
.form-done { max-width: 520px; margin: 0 auto; text-align: center; background: #fff;
  border: 1px solid var(--border); border-radius: 20px; padding: 40px 30px;
  box-shadow: 0 30px 60px -34px rgba(14,26,62,.35);
  animation: formDoneIn .45s cubic-bezier(.2,.8,.2,1) both; }
.form-done__check { width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 50%;
  background: #10b981; color: #fff; display: grid; place-items: center;
  font-size: 30px; font-weight: 800; line-height: 1;
  box-shadow: 0 12px 26px -8px rgba(16,185,129,.6);
  animation: formCheckPop .5s .12s cubic-bezier(.2,1.4,.3,1) both; }
.form-done h3 { font-family: var(--font-display); font-size: 22px; font-weight: 800; text-transform: capitalize; color: var(--navy); margin: 0 0 10px; }
.form-done p { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 0; }
@keyframes formDoneIn { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes formCheckPop { from { opacity: 0; transform: scale(.3); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .form-done, .form-done__check { animation: none; } }
