/*
Theme Name: BuySure
Theme URI: https://buysure.com
Author: BuySure
Author URI: https://buysure.com
Description: Marketing theme for BuySure, a Shopify protection and claims platform. Product-led design: deep navy fields with light, layered product surfaces, a single coral signal, Fraunces display with Inter Tight and IBM Plex Mono. Standalone theme, no parent required.
Version: 5.3.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buysure
Tags: business, saas, one-column, custom-menu, custom-logo, editor-style, block-styles, wide-blocks
*/

/* ==========================================================================
   1. Tokens
   ========================================================================== */

:root {
  --paper: #f6f7fb;
  --white: #ffffff;
  --tint: #e9eefb;
  --tint-2: #dfe6f8;

  --ink: #0f172a;
  --ink-2: #3f4a5f;
  --ink-3: #6b7588;
  --ink-4: #9aa3b5;
  --rule: #dde3ee;
  --rule-2: #c9d2e3;

  --brand: #2450d8;
  --brand-2: #1a3fb3;
  --brand-3: #4a72ee;
  --brand-soft: #dbe4fb;

  --coral: #ff6a3d;
  --coral-2: #e8542a;
  --coral-soft: #ffe6dc;

  --go: #16a06b;
  --go-soft: #dcf5ea;
  --amber: #f0a020;
  --amber-soft: #fdf0d3;

  --navy: #0a1730;
  --navy-2: #0f2145;
  --navy-3: #16305f;
  --navy-ink: #f4f6fb;
  --navy-ink-2: #a5b3cc;
  --navy-rule: rgba(255, 255, 255, 0.1);

  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --t-xs: 0.72rem;
  --t-sm: 0.83rem;
  --t-base: 1rem;
  --t-md: 1.125rem;
  --t-lg: clamp(1.3rem, 1.2rem + 0.5vw, 1.6rem);
  --t-xl: clamp(1.7rem, 1.45rem + 1.1vw, 2.35rem);
  --t-2xl: clamp(2.2rem, 1.7rem + 2.2vw, 3.4rem);
  --t-3xl: clamp(2.9rem, 2rem + 4.2vw, 5.4rem);

  --s1: 0.25rem;
  --s2: 0.5rem;
  --s3: 0.75rem;
  --s4: 1rem;
  --s5: 1.5rem;
  --s6: 2rem;
  --s7: 3rem;
  --s8: 4.5rem;
  --s9: 6.5rem;
  --s10: 8.5rem;

  --wrap: 1200px;
  --wrap-wide: 1400px;
  --wrap-narrow: 720px;

  --r-sm: 6px;
  --r: 12px;
  --r-lg: 20px;

  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06), 0 2px 8px rgba(15, 23, 42, 0.06);
  --shadow: 0 2px 6px rgba(15, 23, 42, 0.06), 0 20px 50px -20px rgba(15, 23, 42, 0.35);
  --shadow-lg: 0 8px 20px rgba(5, 12, 30, 0.25), 0 50px 100px -30px rgba(5, 12, 30, 0.6);
  --shadow-glow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 30px 80px -20px rgba(36, 80, 216, 0.55);

  --ease: cubic-bezier(0.2, 0.7, 0.3, 1);
}

/* ==========================================================================
   2. Base
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: var(--t-base);
  line-height: 1.6;
  font-feature-settings: "kern" 1, "liga" 1, "cv11" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img, svg, video, canvas { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.024em;
  color: var(--ink);
  margin: 0 0 var(--s4);
  font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 48;
  text-wrap: balance;
}

h1 { font-size: var(--t-3xl); letter-spacing: -0.034em; line-height: 0.98; }
h2 { font-size: var(--t-2xl); letter-spacing: -0.03em; }
h3 { font-size: var(--t-lg); letter-spacing: -0.02em; line-height: 1.2; }
h4 { font-size: var(--t-md); }

p { margin: 0 0 var(--s4); }
p:last-child { margin-bottom: 0; }

a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--coral-2); }

strong, b { font-weight: 600; }

hr { border: 0; border-top: 1px solid var(--rule); margin: var(--s7) 0; }

code, kbd { font-family: var(--mono); font-size: 0.9em; background: var(--tint); border-radius: 4px; padding: 0.1em 0.4em; }

blockquote { margin: var(--s6) 0; padding-left: var(--s5); border-left: 3px solid var(--coral); font-family: var(--serif); font-size: var(--t-lg); line-height: 1.35; }

:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--brand-soft); color: var(--ink); }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.skip-link { position: absolute; top: -100px; left: var(--s4); z-index: 999; background: var(--ink); color: #fff; padding: var(--s3) var(--s5); border-radius: 0 0 var(--r-sm) var(--r-sm); font-family: var(--mono); font-size: var(--t-xs); text-decoration: none; transition: top 0.2s var(--ease); }
.skip-link:focus { top: 0; color: #fff; }

/* ==========================================================================
   3. Layout
   ========================================================================== */

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--s5); }
.wrap--wide { max-width: var(--wrap-wide); }
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding-block: var(--s9); position: relative; }
.section--tight { padding-block: var(--s8); }

.section--white { background: var(--white); }
.section--tint { background: var(--tint); }
.section--navy { background: var(--navy); color: var(--navy-ink); }

.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: var(--navy-ink); }
.section--navy p { color: var(--navy-ink-2); }
.section--navy a:not(.btn) { color: #fff; }

/* Light cards inside navy fields keep their own ink */
.section--navy .ticket h3, .section--navy .tile h3, .section--navy .plan h3, .section--navy .form-card h3 { color: var(--ink); }
.section--navy .ticket p, .section--navy .tile p, .section--navy .plan p, .section--navy .form-card p { color: var(--ink-2); }
.section--navy .form-card label { color: var(--ink); }
.section--navy .form-card .hint, .section--navy .form-card .form-note { color: var(--ink-3); }

/* Glow and grid backgrounds, the atmosphere of the dark sections */

.glow { position: relative; overflow: hidden; isolation: isolate; }

.glow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(60% 55% at 78% 8%, rgba(74, 114, 238, 0.7), transparent 62%),
    radial-gradient(45% 50% at 12% 95%, rgba(107, 92, 246, 0.28), transparent 60%),
    radial-gradient(35% 35% at 55% 60%, rgba(255, 106, 61, 0.12), transparent 60%);
  pointer-events: none;
}

.glow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, #000 30%, transparent 100%);
  mask-image: radial-gradient(70% 70% at 50% 40%, #000 30%, transparent 100%);
  pointer-events: none;
}

.glow--light::before {
  background:
    radial-gradient(55% 50% at 85% 10%, rgba(74, 114, 238, 0.18), transparent 60%),
    radial-gradient(40% 45% at 5% 90%, rgba(255, 106, 61, 0.10), transparent 60%);
}

.glow--light::after {
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
}

/* Columns */

.cols { display: grid; gap: var(--s6); }
.cols--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cols--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cols--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cols--wide-left { grid-template-columns: 1.15fr 1fr; }
.cols--wide-right { grid-template-columns: 1fr 1.15fr; }
.cols--gap-lg { gap: var(--s8); }
.cols--top { align-items: start; }
.cols--center { align-items: center; }

@media (max-width: 1000px) { .cols--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 860px) {
  .cols--2, .cols--3, .cols--wide-left, .cols--wide-right { grid-template-columns: minmax(0, 1fr); }
  .cols--gap-lg { gap: var(--s6); }
  .section { padding-block: var(--s8); }
}
@media (max-width: 560px) { .cols--4 { grid-template-columns: minmax(0, 1fr); } }

.stack > * + * { margin-top: var(--s5); }
.measure { max-width: 60ch; }

/* ==========================================================================
   4. Type components
   ========================================================================== */

.label {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-family: var(--mono);
  font-size: var(--t-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 var(--s4);
}

.label::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--coral); }
.section--navy .label { color: var(--brand-3); }
.section--navy .label::before { background: var(--coral); }

.lede { font-size: var(--t-md); line-height: 1.55; color: var(--ink-2); max-width: 58ch; }
.section--navy .lede { color: var(--navy-ink-2); }

.small { font-size: var(--t-sm); color: var(--ink-3); line-height: 1.5; }
.section--navy .small { color: var(--navy-ink-2); }

.mono { font-family: var(--mono); font-size: var(--t-sm); }

.head { margin-bottom: var(--s7); max-width: 64ch; }
.head h2 { margin-bottom: var(--s4); }
.head p { color: var(--ink-2); font-size: var(--t-md); }
.section--navy .head p { color: var(--navy-ink-2); }
.head--center { margin-inline: auto; text-align: center; max-width: 52ch; }
.head--center h2 { text-wrap: balance; }
.head--center .label { justify-content: center; }

.mark {
  background-image: linear-gradient(to right, var(--coral), var(--coral));
  background-repeat: no-repeat;
  background-size: 100% 0.14em;
  background-position: 0 90%;
  padding-bottom: 0.04em;
}

/* ==========================================================================
   5. Buttons
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
  font-family: var(--sans);
  font-size: var(--t-sm);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.9em 1.35em;
  border-radius: var(--r-sm);
  border: 1px solid var(--brand);
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.16s var(--ease), background-color 0.16s var(--ease), border-color 0.16s var(--ease), box-shadow 0.16s var(--ease);
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 6px 16px -8px rgba(36, 80, 216, 0.6);
}

.btn:hover { background: var(--brand-2); border-color: var(--brand-2); color: #fff; transform: translateY(-1px); }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--rule-2); box-shadow: none; }
.btn--ghost:hover { background: var(--white); border-color: var(--ink); color: var(--ink); }

.btn--coral { background: var(--coral); border-color: var(--coral); color: #fff; box-shadow: 0 6px 16px -8px rgba(255, 106, 61, 0.7); }
.btn--coral:hover { background: var(--coral-2); border-color: var(--coral-2); }

.btn--on-dark { background: #fff; border-color: #fff; color: var(--navy); box-shadow: 0 8px 24px -10px rgba(0,0,0,0.5); }
.btn--on-dark:hover { background: var(--tint); border-color: var(--tint); color: var(--navy); }

.btn--on-dark-ghost { background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.22); box-shadow: none; }
.btn--on-dark-ghost:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.5); color: #fff; }

.btn--sm { font-size: var(--t-xs); padding: 0.72em 1em; }
.btn--lg { font-size: var(--t-base); padding: 1em 1.6em; border-radius: 8px; }
.btn--block { width: 100%; }

.btn-row { display: flex; flex-wrap: wrap; gap: var(--s3); align-items: center; }

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-weight: 600;
  font-size: var(--t-sm);
  text-decoration: none;
  color: var(--brand);
}
.arrow-link::after { content: "\2192"; transition: transform 0.18s var(--ease); }
.arrow-link:hover { color: var(--coral-2); }
.arrow-link:hover::after { transform: translateX(3px); }
.section--navy .arrow-link { color: #fff; }

/* ==========================================================================
   6. Header
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(246, 247, 251, 0.85);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s var(--ease), background-color 0.2s var(--ease);
}

.site-header.is-stuck { border-bottom-color: var(--rule); }

body.is-front .site-header { background: rgba(10, 23, 48, 0.72); border-bottom-color: rgba(255,255,255,0.06); }
body.is-front .site-header.is-stuck { background: rgba(10, 23, 48, 0.9); border-bottom-color: rgba(255,255,255,0.1); }
body.is-front .brand__word, body.is-front .primary-nav a, body.is-front .header-actions .sign-in { color: #fff; }
body.is-front .primary-nav a:hover { color: #fff; background: rgba(255,255,255,0.08); }
body.is-front .nav-toggle { border-color: rgba(255,255,255,0.3); }
body.is-front .nav-toggle span, body.is-front .nav-toggle span::before, body.is-front .nav-toggle span::after { background: #fff; }
body.is-front.nav-open .nav-toggle span { background: transparent; }

.header-inner { display: flex; align-items: center; gap: var(--s6); min-height: 70px; }

.brand { display: inline-flex; align-items: center; gap: var(--s3); text-decoration: none; flex: none; }
.brand__mark { width: 26px; height: 26px; flex: none; }
.brand .custom-logo-link { display: inline-flex; align-items: center; }
.brand .custom-logo { max-height: 40px; width: auto; height: auto; max-width: 200px; object-fit: contain; }
.brand__word { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; letter-spacing: -0.035em; color: var(--ink); font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 24; }

.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: var(--s1); list-style: none; margin: 0; padding: 0; }
.primary-nav li { position: relative; }
.primary-nav a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: var(--r-sm);
  font-size: var(--t-sm);
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  transition: color 0.15s var(--ease), background-color 0.15s var(--ease);
}
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current_page_item > a { color: var(--ink); background: var(--tint); }

.primary-nav .sub-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 240px;
  flex-direction: column; align-items: stretch; gap: 2px;
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--r); box-shadow: var(--shadow);
  padding: var(--s2); opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity 0.16s var(--ease), transform 0.16s var(--ease), visibility 0.16s;
}
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-nav .sub-menu a { color: var(--ink-2) !important; }
.primary-nav .sub-menu a:hover { color: var(--ink) !important; background: var(--tint) !important; }

.header-actions { display: flex; align-items: center; gap: var(--s4); flex: none; }
.header-actions .sign-in { font-size: var(--t-sm); font-weight: 500; color: var(--ink-2); text-decoration: none; }
.header-actions .sign-in:hover { color: var(--ink); }

.nav-toggle { display: none; flex: none; width: 40px; height: 40px; align-items: center; justify-content: center; background: transparent; border: 1px solid var(--rule-2); border-radius: var(--r-sm); cursor: pointer; margin-left: auto; }
.nav-toggle span { display: block; position: relative; width: 16px; height: 1.5px; background: var(--ink); }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 16px; height: 1.5px; background: var(--ink); transition: transform 0.22s var(--ease), top 0.18s var(--ease); }
.nav-toggle span::before { top: -5px; }
.nav-toggle span::after { top: 5px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 1040px) {
  .nav-toggle { display: inline-flex; }
  .primary-nav, .header-actions { display: none; width: 100%; }
  .nav-open .primary-nav { display: block; }
  .nav-open .header-actions { display: flex; }
  .nav-open .header-inner { flex-wrap: wrap; padding-bottom: var(--s5); }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav a { padding: var(--s3) var(--s2); border-radius: 0; border-bottom: 1px solid var(--rule); font-size: var(--t-base); }
  body.is-front .primary-nav a { border-bottom-color: rgba(255,255,255,0.1); }
  .primary-nav .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; background: transparent; padding: 0 0 0 var(--s4); min-width: 0; }
  .header-actions { padding-top: var(--s4); }
  .header-actions .btn { flex: 1; }
}

/* ==========================================================================
   7. Hero
   ========================================================================== */

.hero {
  background: var(--navy);
  color: var(--navy-ink);
  padding-top: var(--s9);
  padding-bottom: 0;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: var(--s7);
  align-items: center;
  padding-bottom: var(--s9);
}

.hero .label { color: var(--brand-3); }
.hero h1 { color: #fff; margin-bottom: var(--s5); }
.hero__lede { font-size: var(--t-md); color: var(--navy-ink-2); max-width: 46ch; margin-bottom: var(--s6); line-height: 1.55; }

.hero__proof { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s5); margin-top: var(--s6); }
.hero__proof span { font-family: var(--mono); font-size: var(--t-xs); color: var(--navy-ink-2); display: inline-flex; align-items: center; gap: 6px; }
.hero__proof span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--go); }

/* Layered product composition. Breaks the grid and bleeds off the right edge. */

.compose { position: relative; min-height: 520px; }

.compose__main {
  position: absolute;
  top: 0; left: 0;
  width: 118%;
  transform: perspective(1400px) rotateY(-6deg) rotateX(2deg);
  transform-origin: left center;
  box-shadow: var(--shadow-lg), var(--shadow-glow);
  border-radius: var(--r);
}

.compose__float {
  position: absolute;
  left: -6%;
  bottom: 0;
  width: 58%;
  box-shadow: var(--shadow-lg);
  border-radius: var(--r);
  transform: translateY(12%);
}

.compose__chip {
  position: absolute;
  right: 4%;
  bottom: 18%;
  background: var(--white);
  border-radius: 999px;
  padding: 10px 16px 10px 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-lg);
  font-family: var(--mono);
  font-size: var(--t-xs);
  color: var(--ink);
  white-space: nowrap;
}

.compose__chip i { width: 22px; height: 22px; border-radius: 50%; background: var(--go); display: grid; place-items: center; }
.compose__chip i::after { content: ""; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) translate(-1px, -1px); }

@media (max-width: 1100px) { .compose { min-height: 440px; } }
@media (max-width: 860px) {
  .hero { padding-top: var(--s8); }
  .hero__grid { grid-template-columns: minmax(0, 1fr); gap: var(--s7); padding-bottom: var(--s8); }
  .hero__lede { max-width: none; }
  .compose { min-height: 0; }
  .compose__main { position: relative; width: 100%; transform: none; }
  .compose__float { display: none; }
  .compose__chip { display: none; }
}

/* Stats bar under the hero */

.hero__stats {
  border-top: 1px solid var(--navy-rule);
  background: rgba(255,255,255,0.02);
}

.hero__stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }

.stat { padding: var(--s6) var(--s5) var(--s6) 0; border-right: 1px solid var(--navy-rule); }
.stat:not(:first-child) { padding-left: var(--s5); }
.stat:last-child { border-right: 0; }
.stat b { display: block; font-family: var(--serif); font-size: var(--t-xl); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: #fff; font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 48; margin-bottom: var(--s2); }
.stat span { display: block; font-size: var(--t-sm); color: var(--navy-ink-2); line-height: 1.4; }

@media (max-width: 900px) { .hero__stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .stat:nth-child(2) { border-right: 0; } }
@media (max-width: 520px) { .hero__stats-grid { grid-template-columns: minmax(0, 1fr); } .stat { border-right: 0; border-bottom: 1px solid var(--navy-rule); padding-left: 0 !important; } .stat:last-child { border-bottom: 0; } }

/* Inner page hero */

.page-hero { background: var(--navy); color: var(--navy-ink); padding-block: var(--s8) var(--s8); overflow: hidden; }
.page-hero h1 { color: #fff; font-size: var(--t-2xl); max-width: 22ch; margin-bottom: var(--s4); }
.page-hero .label { color: var(--brand-3); }
.page-hero .lede { color: var(--navy-ink-2); max-width: 56ch; }
.page-hero .btn-row { margin-top: var(--s6); }
.page-hero__surface { box-shadow: var(--shadow-lg), var(--shadow-glow); border-radius: var(--r); }
@media (max-width: 860px) { .page-hero__surface { display: none; } }

/* ==========================================================================
   8. Value strip
   ========================================================================== */

.strip { background: var(--white); border-bottom: 1px solid var(--rule); padding-block: var(--s5); }
.strip ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: var(--s4) var(--s5); }
.strip li { display: flex; align-items: center; gap: var(--s3); font-size: var(--t-sm); font-weight: 500; color: var(--ink-2); }
.strip li::before { content: ""; flex: none; width: 10px; height: 10px; border-radius: 3px; background: var(--brand); box-shadow: 0 0 0 4px var(--brand-soft); }
.strip li:nth-child(2n)::before { background: var(--coral); box-shadow: 0 0 0 4px var(--coral-soft); }

/* ==========================================================================
   9. Product surfaces
   ========================================================================== */

.ui {
  container-type: inline-size;
  background: var(--white);
  border-radius: var(--r);
  border: 1px solid var(--rule);
  overflow: hidden;
  font-size: var(--t-sm);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.ui__bar { display: flex; align-items: center; gap: var(--s3); padding: 10px var(--s4); background: var(--paper); border-bottom: 1px solid var(--rule); }
.ui__dots { display: flex; gap: 5px; flex: none; }
.ui__dots i { width: 9px; height: 9px; border-radius: 50%; background: var(--rule-2); display: block; }
.ui__dots i:first-child { background: var(--coral); }
.ui__dots i:nth-child(2) { background: var(--amber); }
.ui__dots i:nth-child(3) { background: var(--go); }
.ui__path { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ui__body { padding: var(--s5); }
.ui__split { display: grid; grid-template-columns: 150px minmax(0, 1fr); }
.ui__side { background: var(--paper); border-right: 1px solid var(--rule); padding: var(--s4) 0; }
.ui__nav { list-style: none; margin: 0; padding: 0; }
.ui__nav li { font-size: var(--t-xs); font-weight: 500; color: var(--ink-3); padding: 7px var(--s4); }
.ui__nav li.is-on { color: var(--brand); background: var(--white); border-left: 2px solid var(--brand); padding-left: calc(var(--s4) - 2px); }
.ui__main { padding: var(--s4); min-width: 0; overflow-x: auto; }

@container (max-width: 560px) { .ui__split { grid-template-columns: minmax(0, 1fr); } .ui__side { display: none; } }

.ui__h { font-family: var(--serif); font-size: var(--t-md); font-weight: 600; letter-spacing: -0.02em; margin: 0 0 var(--s4); font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 24; }

.ui__kpis { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s3); margin-bottom: var(--s4); }
.ui__kpi { border: 1px solid var(--rule); border-radius: var(--r-sm); padding: var(--s3); background: var(--paper); }
.ui__kpi b { display: block; font-family: var(--serif); font-size: var(--t-lg); font-weight: 600; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1; margin-top: var(--s2); }
.ui__kpi span { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }

.ui table { width: 100%; border-collapse: collapse; font-size: var(--t-xs); }
.ui th { font-family: var(--mono); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); text-align: left; padding: 0 var(--s3) var(--s2) 0; border-bottom: 1px solid var(--rule); white-space: nowrap; }
.ui td { padding: 9px var(--s3) 9px 0; border-bottom: 1px solid var(--rule); color: var(--ink-2); white-space: nowrap; }
.ui td:first-child { font-family: var(--mono); color: var(--ink); }
.ui tr:last-child td { border-bottom: 0; }

.chip { display: inline-block; font-family: var(--mono); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; background: var(--tint); color: var(--ink-2); white-space: nowrap; }
.chip--go { background: var(--go-soft); color: var(--go); }
.chip--flag { background: var(--coral-soft); color: var(--coral-2); }
.chip--blue { background: var(--brand-soft); color: var(--brand); }
.chip--amber { background: var(--amber-soft); color: #9a6410; }

/* BuySure Checkout, the shopper-facing widget */

.offer { background: var(--white); color: var(--ink); border-radius: var(--r); border: 1px solid var(--rule); padding: var(--s5); box-shadow: var(--shadow); font-family: Georgia, "Times New Roman", serif; }
.offer__head { display: flex; justify-content: space-between; align-items: baseline; gap: var(--s4); }
.offer__head b { font-family: var(--serif); font-size: var(--t-md); color: var(--brand); font-weight: 600; }
.offer__price { font-family: var(--serif); font-size: var(--t-md); color: var(--brand); }
.offer__desc { font-size: var(--t-sm); color: var(--ink-2); margin: var(--s2) 0 var(--s4); line-height: 1.5; }
.offer__btn { display: block; text-align: center; background: #0d3d56; color: #fff; font-family: var(--sans); font-weight: 600; font-size: var(--t-sm); padding: 0.85em 1em; border-radius: 8px; }
.offer__skip { display: block; text-align: center; font-family: var(--sans); font-size: var(--t-xs); color: var(--brand); text-decoration: underline; margin-top: var(--s3); }
.offer__totals { margin-top: var(--s5); border-top: 1px solid var(--rule); padding-top: var(--s3); font-family: var(--sans); }
.offer__totals div { display: flex; justify-content: space-between; font-size: var(--t-sm); padding: 3px 0; color: var(--ink-2); }
.offer__totals div:last-child { color: var(--ink); font-weight: 600; font-size: var(--t-base); }
.offer__totals span:last-child { font-family: var(--mono); font-variant-numeric: tabular-nums; }


/* Surface internals read from the live portal */

.ui__sub { font-size: var(--t-xs); color: var(--ink-3); margin: -8px 0 var(--s4); }
.ui__h--sm { font-family: var(--sans); font-size: var(--t-xs); font-weight: 600; letter-spacing: 0.02em; margin: var(--s4) 0 var(--s3); color: var(--ink); }
.ui__nav-group { font-family: var(--mono) !important; font-size: 0.58rem !important; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-4) !important; padding-top: var(--s4) !important; }
.ui__kpis--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ui__kpi em { display: block; font-style: normal; font-size: 0.6rem; color: var(--go); margin-top: 4px; }
.ui__kpi-mono { font-family: var(--mono) !important; font-size: var(--t-xs) !important; color: #8b1a1a; }
.ui__row-head { display: flex; justify-content: space-between; align-items: flex-start; gap: var(--s4); }
.ui__btn { display: inline-block; background: #8b1a1a; color: #fff; font-size: var(--t-xs); font-weight: 600; padding: 7px 12px; border-radius: 6px; white-space: nowrap; }
.ui__btn--teal { background: linear-gradient(90deg, #1e3a5f, #1f8a8a); }
.ui__btn--full { display: block; text-align: center; margin-top: var(--s3); }
.ui__bars { display: flex; align-items: flex-end; gap: 6px; height: 72px; border-bottom: 1px solid var(--rule); padding-bottom: 2px; }
.ui__bars i { flex: 1; background: linear-gradient(180deg, var(--brand-3), var(--brand)); border-radius: 3px 3px 0 0; opacity: 0.85; }
.ui__legend { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: var(--s3); font-size: 0.6rem; color: var(--ink-3); }
.ui__legend i { display: inline-block; width: 8px; height: 8px; border-radius: 2px; margin-right: 4px; vertical-align: middle; }
.ui__banner { background: linear-gradient(90deg, #1e3a5f, #2a6f8f); color: #fff; padding: var(--s4) var(--s5); display: flex; align-items: center; gap: var(--s3); flex-wrap: wrap; }
.ui__banner b { font-size: var(--t-base); }
.ui__banner-kicker { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7; width: 100%; }
.ui__banner--center { flex-direction: column; align-items: center; text-align: center; gap: 2px; padding: var(--s5); }
.ui__banner--center small { font-size: var(--t-xs); opacity: 0.85; }
.ui__tabs { display: flex; gap: var(--s4); border-bottom: 1px solid var(--rule); margin-bottom: var(--s4); font-size: var(--t-xs); font-weight: 600; color: var(--ink-3); }
.ui__tabs span { padding: 6px 0; }
.ui__tabs .is-on { color: #8b1a1a; border-bottom: 2px solid #8b1a1a; }
.ui__tabs--pills { border: 0; gap: 6px; flex-wrap: wrap; }
.ui__tabs--pills span { padding: 5px 10px; border-radius: 6px; background: var(--paper); }
.ui__tabs--pills .is-on { background: #8b1a1a; color: #fff; border: 0; }
.ui__two { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s5); }
.ui__two--narrow-left { grid-template-columns: 0.8fr 1.2fr; }
@container (max-width: 520px) { .ui__two, .ui__two--narrow-left { grid-template-columns: minmax(0, 1fr); } .ui__kpis--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.ui__status { display: flex; justify-content: space-between; align-items: center; gap: var(--s3); border: 1px solid var(--rule); border-radius: 8px; padding: 10px 12px; margin-bottom: 8px; }
.ui__status b { display: block; font-size: var(--t-xs); }
.ui__status small { display: block; font-size: 0.62rem; color: var(--ink-3); }
.ui__kv { font-size: var(--t-xs); }
.ui__kv td { padding: 6px 0; white-space: normal; }
.ui__kv td:first-child { color: var(--ink-3); font-family: var(--sans); width: 46%; }
.ui__kv td:last-child { text-align: right; font-weight: 500; }
.ui__thumbs { display: flex; gap: 8px; }
.ui__thumbs i { width: 64px; height: 64px; border-radius: 8px; background: linear-gradient(135deg, #dbe4fb, #ffe6dc); border: 1px solid var(--rule); }
.ui__thumb-add { display: grid; place-items: center; background: var(--paper) !important; color: var(--ink-3); font-style: normal; font-size: 18px; border-style: dashed !important; }
.ui__timeline > div { display: flex; gap: 10px; padding: 8px 0; border-top: 1px solid var(--rule); }
.ui__timeline > div:first-child { border-top: 0; }
.ui__timeline i { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--go); margin-top: 6px; }
.ui__timeline b { display: block; font-size: var(--t-xs); }
.ui__timeline small { display: block; font-size: 0.62rem; color: var(--ink-3); line-height: 1.4; }
.ui__setting { display: flex; justify-content: space-between; align-items: center; gap: var(--s5); padding: 10px 0; border-bottom: 1px solid var(--rule); }
.ui__setting b { display: block; font-size: var(--t-xs); }
.ui__setting small { display: block; font-size: 0.62rem; color: var(--ink-3); line-height: 1.4; max-width: 46ch; }
.ui__input { display: inline-block; flex: none; border: 1px solid var(--rule-2); border-radius: 6px; padding: 5px 10px; font-size: var(--t-xs); background: #fff; min-width: 120px; }
.ui__input--num { font-family: var(--mono); text-align: right; min-width: 92px; }
.ui__input--ro { background: var(--paper); color: var(--ink-3); }
.ui__input--full { display: block; margin-top: 8px; color: var(--ink-4); font-family: var(--mono); }
.ui__toggle { flex: none; width: 34px; height: 18px; border-radius: 999px; background: var(--rule-2); position: relative; }
.ui__toggle::after { content: ""; position: absolute; top: 2px; left: 2px; width: 14px; height: 14px; border-radius: 50%; background: #fff; }
.ui__toggle.is-on { background: var(--go); }
.ui__toggle.is-on::after { left: 18px; }
.ui__card { background: var(--paper); border: 1px solid var(--rule); border-radius: 10px; padding: var(--s4); margin-bottom: var(--s3); }
.ui__card b { display: block; font-size: var(--t-xs); margin-bottom: 4px; }
.ui__card small { display: block; font-size: 0.62rem; color: var(--ink-3); line-height: 1.45; margin-bottom: var(--s3); }
.ui__card-title { font-family: var(--serif) !important; font-size: var(--t-base) !important; }
.ui__avatar { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #8b1a1a; color: #fff; font-size: 0.55rem; font-weight: 700; margin-right: 6px; vertical-align: middle; font-family: var(--sans); }
.ui__link { font-size: var(--t-xs); color: var(--brand); font-weight: 600; margin-top: var(--s3); }

/* A rounded gradient panel that holds a surface, giving it a stage */

.panel {
  position: relative;
  border-radius: var(--r-lg);
  padding: var(--s6);
  background:
    radial-gradient(70% 70% at 20% 0%, rgba(74, 114, 238, 0.28), transparent 60%),
    radial-gradient(60% 60% at 100% 100%, rgba(255, 106, 61, 0.16), transparent 60%),
    var(--tint);
  overflow: hidden;
}

.panel--navy {
  background:
    radial-gradient(70% 70% at 20% 0%, rgba(74, 114, 238, 0.55), transparent 60%),
    radial-gradient(60% 60% at 100% 100%, rgba(107, 92, 246, 0.3), transparent 60%),
    var(--navy-2);
}

.panel__cap { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); margin-top: var(--s4); }
.panel--navy .panel__cap { color: var(--navy-ink-2); }

.figure { margin: 0; }
.figure figcaption { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); margin-top: var(--s3); }
.section--navy .figure figcaption { color: var(--navy-ink-2); }

/* ==========================================================================
   10. Feature blocks, tickets, tiles, flow
   ========================================================================== */

/* Feature block: a coloured numeral, a heading, a line. Not a card. */

.feat { padding: var(--s5) 0 var(--s5) var(--s5); border-left: 2px solid var(--rule); position: relative; }
.feat::before { content: ""; position: absolute; left: -2px; top: 0; height: 40px; width: 2px; background: var(--coral); }
.feat h3 { font-size: var(--t-md); margin-bottom: var(--s2); }
.feat p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); }
.section--navy .feat { border-left-color: var(--navy-rule); }
.section--navy .feat p { color: var(--navy-ink-2); }

/* Claim-type tickets */

.tickets { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s4); }
@media (max-width: 1100px) { .tickets { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .tickets { grid-template-columns: minmax(0, 1fr); } }

.ticket {
  position: relative;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: var(--s5) var(--s5) var(--s5) calc(var(--s5) + 6px);
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
  overflow: hidden;
}

.ticket::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--brand); }
.ticket:nth-child(3n+2)::before { background: var(--coral); }
.ticket:nth-child(3n)::before { background: var(--go); }
.ticket:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

.ticket__id { font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.08em; color: var(--ink-4); display: block; margin-bottom: var(--s3); }
.ticket h3 { font-size: var(--t-md); margin-bottom: var(--s2); }
.ticket p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); }

/* Big-word tiles */

.tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s5); }

.tile {
  border-radius: var(--r-lg);
  padding: var(--s6);
  background: var(--tint);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.tile--a { background: linear-gradient(160deg, var(--brand-soft), var(--tint)); }
.tile--b { background: linear-gradient(160deg, var(--coral-soft), var(--tint)); }
.tile--c { background: linear-gradient(160deg, var(--go-soft), var(--tint)); }

.tile__word {
  font-family: var(--serif);
  font-size: clamp(3rem, 2.4rem + 3.4vw, 5.6rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.85;
  color: var(--ink);
  font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 72;
  margin-bottom: var(--s4);
  opacity: 0.9;
}

.tile--a .tile__word { color: var(--brand); }
.tile--b .tile__word { color: var(--coral-2); }
.tile--c .tile__word { color: var(--go); }

.tile h3 { font-size: var(--t-md); margin-bottom: var(--s2); }
.tile p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); }

@media (max-width: 860px) { .tiles { grid-template-columns: minmax(0, 1fr); } .tile { min-height: 0; } }

/* Horizontal flow */

.flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s5); position: relative; counter-reset: fl; }

.flow::before { content: ""; position: absolute; left: 24px; right: 24px; top: 24px; height: 2px; background: linear-gradient(90deg, var(--brand), var(--coral)); opacity: 0.35; }

.flow__step { position: relative; counter-increment: fl; padding-top: var(--s7); }
.flow__step::before {
  content: counter(fl);
  position: absolute; top: 0; left: 0;
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--white);
  border: 2px solid var(--brand);
  color: var(--brand);
  font-family: var(--mono); font-weight: 500; font-size: var(--t-sm);
  box-shadow: 0 0 0 6px var(--paper);
}
.section--white .flow__step::before { box-shadow: 0 0 0 6px var(--white); }
.section--tint .flow__step::before { box-shadow: 0 0 0 6px var(--tint); }
.flow__step:last-child::before { background: var(--coral); border-color: var(--coral); color: #fff; }
.flow__step h3 { font-size: var(--t-md); margin-bottom: var(--s2); }
.flow__step p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); }
.section--navy .flow__step p { color: var(--navy-ink-2); }
.section--navy .flow__step::before { background: var(--navy-2); border-color: var(--brand-3); color: #fff; box-shadow: 0 0 0 6px var(--navy); }
.section--navy .flow__step:last-child::before { background: var(--coral); border-color: var(--coral); }

@media (max-width: 860px) {
  .flow { grid-template-columns: minmax(0, 1fr); gap: var(--s6); }
  .flow::before { left: 24px; right: auto; top: 24px; bottom: 24px; width: 2px; height: auto; background: linear-gradient(180deg, var(--brand), var(--coral)); }
  .flow__step { padding-top: 0; padding-left: calc(48px + var(--s5)); }
}

/* Spec list, kept for feature pages */

.spec { margin: 0; border-top: 1px solid var(--rule-2); }
.spec__row { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: var(--s5); padding: var(--s4) 0; border-bottom: 1px solid var(--rule); }
.spec__key { font-family: var(--mono); font-size: var(--t-xs); font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; color: var(--brand); margin: 0; padding-top: 0.2em; }
.spec__val { margin: 0; color: var(--ink-2); font-size: var(--t-base); max-width: 62ch; }
.section--navy .spec { border-top-color: rgba(255,255,255,0.25); }
.section--navy .spec__row { border-bottom-color: var(--navy-rule); }
.section--navy .spec__key { color: var(--brand-3); }
.section--navy .spec__val { color: var(--navy-ink); }
.spec--data .spec__row { grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; }
.spec--data .spec__val { font-family: var(--mono); font-size: var(--t-sm); text-align: right; color: var(--ink); white-space: nowrap; font-variant-numeric: tabular-nums; }
@media (max-width: 640px) { .spec__row { grid-template-columns: minmax(0, 1fr); gap: var(--s2); } .spec--data .spec__row { grid-template-columns: minmax(0, 1fr) auto; } }

/* Checklist */

.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s3); }
.checks li { position: relative; padding-left: 30px; color: var(--ink-2); font-size: var(--t-base); line-height: 1.5; }
.checks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: var(--go-soft); }
.checks li::after { content: ""; position: absolute; left: 6px; top: 8px; width: 4px; height: 8px; border: solid var(--go); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.checks--no li::before { background: var(--coral-soft); }
.checks--no li::after { content: "\00d7"; border: 0; transform: none; left: 5px; top: 1px; color: var(--coral-2); font-weight: 700; font-size: 14px; line-height: 1; }
.section--navy .checks li { color: var(--navy-ink-2); }

/* Data table */

.tbl-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--rule); border-radius: var(--r); }
table.tbl { width: 100%; border-collapse: collapse; font-size: var(--t-sm); min-width: 560px; }
table.tbl th { font-family: var(--mono); font-size: var(--t-xs); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); text-align: left; padding: var(--s3) var(--s4); background: var(--paper); border-bottom: 1px solid var(--rule); white-space: nowrap; }
table.tbl td { padding: var(--s4); border-bottom: 1px solid var(--rule); vertical-align: top; color: var(--ink-2); line-height: 1.5; }
table.tbl td:first-child { color: var(--ink); font-weight: 600; }
table.tbl tr:last-child td { border-bottom: 0; }

/* Numbered list */

.numlist { counter-reset: n; list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s4); }
.numlist > li { counter-increment: n; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: var(--s4); align-items: start; }
.numlist > li::before { content: counter(n, decimal-leading-zero); font-family: var(--mono); font-size: var(--t-xs); font-weight: 500; color: var(--coral-2); padding-top: 0.35em; }
.numlist h3 { font-size: var(--t-md); margin-bottom: var(--s1); }
.numlist p { margin: 0; color: var(--ink-2); font-size: var(--t-sm); }
.section--navy .numlist p { color: var(--navy-ink-2); }

/* Callout */

.note { border-left: 3px solid var(--brand); background: var(--tint); border-radius: 0 var(--r-sm) var(--r-sm) 0; padding: var(--s4) var(--s5); font-size: var(--t-sm); color: var(--ink-2); max-width: 70ch; }
.note b { color: var(--ink); }
.note--coral { border-left-color: var(--coral); background: var(--coral-soft); }
.section--navy .note { background: rgba(255,255,255,0.05); color: var(--navy-ink-2); border-left-color: var(--brand-3); }
.section--navy .note b { color: #fff; }

/* Accordion */

.accordion { border-top: 1px solid var(--rule-2); }
.accordion details { border-bottom: 1px solid var(--rule); }
.accordion summary { display: flex; align-items: baseline; justify-content: space-between; gap: var(--s5); padding: var(--s5) 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: var(--t-md); font-weight: 600; letter-spacing: -0.015em; color: var(--ink); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary:hover { color: var(--brand); }
.accordion summary::after { content: "+"; flex: none; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--rule-2); display: grid; place-items: center; font-family: var(--mono); font-size: 1rem; font-weight: 400; color: var(--ink-3); transition: transform 0.2s var(--ease), background-color 0.2s var(--ease); }
.accordion details[open] summary::after { content: "\2212"; background: var(--ink); color: #fff; border-color: var(--ink); }
.accordion__body { padding: 0 0 var(--s5); max-width: 74ch; }
.accordion__body p { font-size: var(--t-base); color: var(--ink-2); margin-bottom: var(--s3); }

/* Index rows (feature hub) */

.index { border-top: 1px solid var(--rule-2); }
.index__item { display: grid; grid-template-columns: 56px 300px minmax(0, 1fr) 24px; gap: var(--s5); align-items: center; padding: var(--s5) 0; border-bottom: 1px solid var(--rule); text-decoration: none; color: inherit; transition: padding-left 0.18s var(--ease); }
a.index__item:hover { padding-left: var(--s2); }
a.index__item:hover h3 { color: var(--brand); }
.index__num { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-4); }
.index__item h3 { font-size: var(--t-md); margin: 0; }
.index__item p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); }
.index__item::after { content: "\2192"; color: var(--coral); font-size: var(--t-md); }
@media (max-width: 860px) { .index__item { grid-template-columns: 40px minmax(0, 1fr) 20px; } .index__item p { grid-column: 2; } }

/* ==========================================================================
   11. Forms
   ========================================================================== */

.field { display: grid; gap: var(--s2); margin-bottom: var(--s5); }
.field label { font-size: var(--t-sm); font-weight: 600; color: var(--ink); }
.field .hint { font-size: var(--t-xs); color: var(--ink-3); font-weight: 400; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="password"], input[type="date"], select, textarea {
  width: 100%; font-family: var(--sans); font-size: var(--t-base); color: var(--ink);
  background: var(--white); border: 1px solid var(--rule-2); border-radius: var(--r-sm);
  padding: 0.75em 0.9em; transition: border-color 0.15s var(--ease), box-shadow 0.15s var(--ease); appearance: none;
}
select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 6.5L8 10.5L12 6.5' fill='none' stroke='%236b7588' stroke-width='1.4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75em center; background-size: 15px; padding-right: 2.3em; }
textarea { min-height: 130px; resize: vertical; line-height: 1.55; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-soft); }
input::placeholder, textarea::placeholder { color: var(--ink-4); }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 var(--s5); }
.form-grid .field--full { grid-column: 1 / -1; }
@media (max-width: 640px) { .form-grid { grid-template-columns: minmax(0, 1fr); } }

.form-card { background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: var(--s7); box-shadow: var(--shadow); }
@media (max-width: 600px) { .form-card { padding: var(--s5); } }

.form-note { font-size: var(--t-sm); color: var(--ink-3); }
.form-status { margin-top: var(--s4); padding: var(--s3) var(--s4); border-radius: var(--r-sm); font-size: var(--t-sm); display: none; }
.form-status.is-visible { display: block; }
.form-status--ok { background: var(--go-soft); color: var(--go); }
.form-status--err { background: var(--coral-soft); color: var(--coral-2); }

/* Plans */

.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s5); }
.plan { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: var(--s6); }
.plan--featured { border-color: var(--brand); box-shadow: var(--shadow); }
.plan h3 { font-size: var(--t-lg); margin-bottom: var(--s4); }
.plan__price { display: flex; align-items: baseline; gap: var(--s2); flex-wrap: wrap; margin-bottom: var(--s4); }
.plan__price span { font-family: var(--serif); font-size: var(--t-2xl); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--brand); }
.plan__price small { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); }
.plan__summary { font-size: var(--t-sm); color: var(--ink-2); }
.plan .btn-row { margin-top: auto; padding-top: var(--s6); }
@media (max-width: 860px) { .plans { grid-template-columns: minmax(0, 1fr); } }

/* ==========================================================================
   12. CTA and footer
   ========================================================================== */

.cta { background: var(--navy); color: var(--navy-ink); padding-block: var(--s9); overflow: hidden; }
.cta__inner { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: var(--s7); align-items: center; }
.cta h2 { color: #fff; margin-bottom: var(--s4); max-width: 18ch; }
.cta p { color: var(--navy-ink-2); max-width: 46ch; font-size: var(--t-md); }
.cta .btn-row { justify-content: flex-end; }
@media (max-width: 860px) { .cta__inner { grid-template-columns: minmax(0, 1fr); } .cta .btn-row { justify-content: flex-start; } }

.site-footer { background: var(--white); border-top: 1px solid var(--rule); padding-block: var(--s8) var(--s6); font-size: var(--t-sm); }
.footer-top { display: grid; grid-template-columns: 1.6fr repeat(4, minmax(0, 1fr)); gap: var(--s7) var(--s5); padding-bottom: var(--s7); border-bottom: 1px solid var(--rule); }
@media (max-width: 1000px) { .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: minmax(0, 1fr); } }
.footer-brand p { color: var(--ink-3); max-width: 38ch; margin-top: var(--s4); }
.footer-col h3 { font-family: var(--mono); font-size: var(--t-xs); font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: var(--s4); }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s2); }
.footer-col a { color: var(--ink-2); text-decoration: none; }
.footer-col a:hover { color: var(--brand); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: var(--s3) var(--s6); align-items: center; justify-content: space-between; padding-top: var(--s5); font-size: var(--t-xs); color: var(--ink-3); }
.footer-bottom nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s5); }
.footer-bottom a { color: var(--ink-3); text-decoration: none; }
.footer-bottom a:hover { color: var(--brand); }
.footer-disclaimer { margin-top: var(--s5); padding-top: var(--s5); border-top: 1px solid var(--rule); font-size: var(--t-xs); line-height: 1.6; color: var(--ink-4); max-width: 100ch; }

/* ==========================================================================
   13. Blog and utilities
   ========================================================================== */

.post-list { display: grid; gap: var(--s4); }
.post-row { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: var(--s5); padding: var(--s5); background: var(--white); border: 1px solid var(--rule); border-radius: var(--r); align-items: baseline; transition: box-shadow 0.18s var(--ease), transform 0.18s var(--ease); }
.post-row:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.post-row__date { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); }
.post-row h3 { font-size: var(--t-lg); margin-bottom: var(--s2); }
.post-row h3 a { color: var(--ink); text-decoration: none; }
.post-row h3 a:hover { color: var(--brand); }
.post-row p { margin: 0; color: var(--ink-2); font-size: var(--t-sm); max-width: 66ch; }
.post-row__meta { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-4); white-space: nowrap; }
@media (max-width: 860px) { .post-row { grid-template-columns: minmax(0, 1fr); gap: var(--s2); } .post-row__meta { display: none; } }

.entry-content { font-size: var(--t-md); line-height: 1.7; }
.entry-content > * { max-width: 66ch; }
.entry-content h2 { font-size: var(--t-xl); margin-top: var(--s7); }
.entry-content h3 { font-size: var(--t-lg); margin-top: var(--s6); }
.entry-content ul, .entry-content ol { padding-left: 1.2em; margin-bottom: var(--s4); }
.entry-content li { margin-bottom: var(--s2); }
.entry-content img, .entry-content figure { max-width: 100%; border-radius: var(--r); margin-block: var(--s6); }
.entry-content .alignwide { max-width: var(--wrap); }
.entry-content .alignfull { max-width: none; }

.pagination { display: flex; gap: var(--s2); margin-top: var(--s7); flex-wrap: wrap; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 var(--s3); border: 1px solid var(--rule); border-radius: var(--r-sm); font-family: var(--mono); font-size: var(--t-sm); text-decoration: none; color: var(--ink-2); background: var(--white); }
.pagination .page-numbers:hover { border-color: var(--brand); color: var(--brand); }
.pagination .page-numbers.current { background: var(--brand); border-color: var(--brand); color: #fff; }

.mt-0 { margin-top: 0 !important; } .mb-0 { margin-bottom: 0 !important; }
.mt-3 { margin-top: var(--s3); } .mt-4 { margin-top: var(--s4); } .mt-5 { margin-top: var(--s5); }
.mt-6 { margin-top: var(--s6); } .mt-7 { margin-top: var(--s7); } .mt-8 { margin-top: var(--s8); }
.is-hidden { display: none !important; }

@media print { .site-header, .site-footer, .cta, .nav-toggle { display: none !important; } body { color: #000; background: #fff; } }

/* ==========================================================================
   v5 layer. Components from the homepage explorations (bento, chapters,
   ticker, compare), the calm one-blue palette, and the imagery layer
   (mega menu, split hero, carriers, tracking, portal, claims surfaces).
   Loaded in this order on purpose: later rules override earlier ones.
   ========================================================================== */

/* ==========================================================================
   Homepage variants B and C. Same tokens, different composition.
   ========================================================================== */

/* ---------- Option B: light, product-first, bento ---------- */

.vb-hero { position: relative; padding-top: var(--s9); padding-bottom: 0; background: var(--paper); overflow: hidden; }
.vb-hero__head { text-align: center; max-width: 60rem; margin-inline: auto; }
.vb-hero__head .label { justify-content: center; }
.vb-hero__head h1 { font-size: var(--t-3xl); line-height: 1.02; letter-spacing: -0.035em; margin-bottom: var(--s5); text-wrap: balance; }
.vb-hero__head .lede { margin-inline: auto; text-align: center; max-width: 54ch; font-size: var(--t-md); }
.vb-hero__head .btn-row { justify-content: center; margin-top: var(--s6); }
.vb-hero__meta { display: flex; justify-content: center; gap: var(--s5); flex-wrap: wrap; margin-top: var(--s5); font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); }
.vb-hero__meta span::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--go); margin-right: 8px; vertical-align: middle; }

.vb-stage { position: relative; margin-top: var(--s8); border-radius: var(--r-lg) var(--r-lg) 0 0; background: var(--navy); padding: var(--s7) var(--s7) 0; overflow: hidden; }
.vb-stage::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 60% at 70% 0%, rgba(74,114,238,0.65), transparent 60%), radial-gradient(40% 50% at 10% 100%, rgba(255,106,61,0.22), transparent 60%); pointer-events: none; }
.vb-stage::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, #000 30%, transparent 100%); mask-image: radial-gradient(70% 70% at 50% 40%, #000 30%, transparent 100%); pointer-events: none; }
.vb-stage__inner { position: relative; z-index: 1; width: min(100%, 1040px); margin-inline: auto; transform: translateY(6px); }
.vb-stage__inner .ui { border-radius: var(--r) var(--r) 0 0; box-shadow: 0 -20px 60px rgba(0,0,0,0.35), var(--shadow-glow); border-bottom: 0; }
.vb-stage__chip { position: absolute; z-index: 2; background: var(--white); border-radius: 999px; padding: 10px 16px 10px 12px; display: inline-flex; align-items: center; gap: 10px; box-shadow: var(--shadow-lg); font-family: var(--mono); font-size: var(--t-xs); color: var(--ink); white-space: nowrap; }
.vb-stage__chip i { width: 22px; height: 22px; border-radius: 50%; background: var(--go); display: grid; place-items: center; flex: none; }
.vb-stage__chip i::after { content: ""; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg) translate(-1px, -1px); }
.vb-stage__chip--a { left: 3%; bottom: 14%; }
.vb-stage__chip--b { right: 3%; top: 34%; }
.vb-stage__chip--b i { background: var(--coral); }
.vb-stage__chip--b i::after { content: "$"; border: 0; transform: none; color: #fff; font-weight: 700; font-size: 12px; }
@media (max-width: 860px) { .vb-stage { padding: var(--s5) var(--s5) 0; } .vb-stage__chip { display: none; } }

.vb-stats { background: var(--white); border-bottom: 1px solid var(--rule); }
.vb-stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vb-stat { padding: var(--s6) var(--s5) var(--s6) 0; border-right: 1px solid var(--rule); }
.vb-stat:not(:first-child) { padding-left: var(--s5); }
.vb-stat:last-child { border-right: 0; }
.vb-stat b { display: block; font-family: var(--serif); font-size: var(--t-xl); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--brand); margin-bottom: var(--s2); font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 48; }
.vb-stat span { display: block; font-size: var(--t-sm); color: var(--ink-2); line-height: 1.4; }
@media (max-width: 900px) { .vb-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .vb-stat:nth-child(2) { border-right: 0; } .vb-stat:nth-child(n+3) { border-top: 1px solid var(--rule); } }
@media (max-width: 520px) { .vb-stats__grid { grid-template-columns: minmax(0, 1fr); } .vb-stat { border-right: 0 !important; border-top: 1px solid var(--rule); padding-left: 0 !important; } .vb-stat:first-child { border-top: 0; } }

/* Bento */
.bento { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: minmax(220px, auto); gap: var(--s4); }
.bento__card { text-decoration: none; color: inherit; position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: var(--s6); display: flex; flex-direction: column; gap: var(--s3); transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease); }
.bento__card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.bento__card h3 { font-size: var(--t-lg); margin: 0; max-width: 22ch; text-decoration: none; }
.bento__card * { text-decoration: none; }
.bento__mini { margin-top: auto; transform: scale(0.92); transform-origin: left bottom; margin-bottom: calc(-1 * var(--s6)); }
.bento__mini .offer { border-radius: var(--r) var(--r) 0 0; border-bottom: 0; box-shadow: var(--shadow-lg); }
.bento__cash { margin-top: auto; font-family: var(--serif); font-size: var(--t-2xl); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--coral-2); }
.bento__cash small { display: block; font-family: var(--mono); font-size: var(--t-xs); font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); margin-top: var(--s3); }
.bento__card p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); max-width: 40ch; }
.bento__card .label { margin-bottom: 0; }
.bento__art { margin-top: auto; position: relative; }
.bento--4 { grid-column: span 4; }
.bento--3 { grid-column: span 3; }
.bento--2 { grid-column: span 2; }
.bento--tall { grid-row: span 2; }
.bento--navy { background: var(--navy); border-color: transparent; color: var(--navy-ink); }
.bento--navy h3 { color: #fff; }
.bento--navy p { color: var(--navy-ink-2); }
.bento--navy .label { color: var(--brand-3); }
.bento--tint { background: linear-gradient(160deg, var(--brand-soft), var(--tint)); border-color: transparent; }
.bento--coral { background: linear-gradient(160deg, var(--coral-soft), var(--tint)); border-color: transparent; }
.bento__crop { position: relative; margin: var(--s4) calc(-1 * var(--s6)) calc(-1 * var(--s6)) var(--s4); overflow: hidden; border-radius: var(--r) 0 0 0; box-shadow: var(--shadow-lg); }
.bento__crop .ui { border-radius: var(--r) 0 0 0; }
.bento__pills { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s4); }
.bento__pill { font-family: var(--serif); font-weight: 600; font-size: var(--t-lg); letter-spacing: -0.02em; padding: 6px 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--rule); }
.bento__pill--a { color: var(--brand); border-color: var(--brand-soft); }
.bento__pill--b { color: var(--coral-2); border-color: var(--coral-soft); }
.bento__pill--c { color: var(--go); border-color: var(--go-soft); }
.bento__big { font-family: var(--serif); font-size: var(--t-2xl); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: #fff; margin-top: auto; }
.bento__big small { display: block; font-family: var(--mono); font-size: var(--t-xs); font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brand-3); margin-top: var(--s3); }
.bento__toggle { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: var(--t-xs); color: var(--navy-ink-2); margin-top: var(--s2); }
.bento__toggle i { width: 38px; height: 22px; border-radius: 999px; background: var(--go); position: relative; display: inline-block; }
.bento__toggle i::after { content: ""; position: absolute; top: 3px; right: 3px; width: 16px; height: 16px; border-radius: 50%; background: #fff; }
@media (max-width: 1000px) { .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); } .bento--4, .bento--3, .bento--2 { grid-column: span 2; } .bento--tall { grid-row: auto; } }
@media (max-width: 600px) { .bento { grid-template-columns: minmax(0, 1fr); } .bento--4, .bento--3, .bento--2 { grid-column: span 1; } }

/* Ticker */
.ticker { background: var(--navy); color: var(--navy-ink); padding-block: var(--s5); overflow: hidden; border-block: 1px solid var(--navy-rule); }
.ticker__track { display: flex; gap: var(--s7); width: max-content; animation: ticker 38s linear infinite; }
.ticker__track span { font-family: var(--serif); font-size: var(--t-lg); font-weight: 500; letter-spacing: -0.01em; white-space: nowrap; display: inline-flex; align-items: center; gap: var(--s4); }
.ticker__track span::before { content: ""; width: 10px; height: 10px; border-radius: 3px; background: var(--coral); }
.ticker__track span:nth-child(3n)::before { background: var(--brand-3); }
.ticker__track span:nth-child(3n+1)::before { background: var(--go); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; flex-wrap: wrap; width: auto; } }

/* Chapters */
.chapter { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: var(--s8); align-items: center; padding-block: var(--s8); border-top: 1px solid var(--rule); }
.chapter:first-child { border-top: 0; }
.chapter--flip > :first-child { order: 2; }
.chapter__num { font-family: var(--serif); font-size: var(--t-3xl); font-weight: 600; letter-spacing: -0.04em; line-height: 0.9; color: var(--coral); margin-bottom: var(--s5); font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 72; }
.chapter h2 { margin-bottom: var(--s4); }
.chapter__art .ui { box-shadow: var(--shadow-lg); }
@media (max-width: 860px) { .chapter { grid-template-columns: minmax(0, 1fr); gap: var(--s6); } .chapter--flip > :first-child { order: 0; } .chapter__num { font-size: var(--t-2xl); } }

/* Statement */
.statement { text-align: center; max-width: 30ch; margin-inline: auto; font-family: var(--serif); font-size: var(--t-2xl); font-weight: 600; letter-spacing: -0.03em; line-height: 1.12; color: var(--ink); text-wrap: balance; }
.statement em { font-style: italic; color: var(--brand); font-variation-settings: "SOFT" 100, "WONK" 1; }
.statement + p { text-align: center; margin: var(--s5) auto 0; max-width: 52ch; color: var(--ink-2); font-size: var(--t-md); }

/* Before / after cards */
.compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s5); }
.compare__card { border-radius: var(--r-lg); padding: var(--s6); background: var(--white); border: 1px solid var(--rule); }
.compare__card--after { background: var(--navy); border-color: transparent; color: var(--navy-ink); }
.compare__card--after h3 { color: #fff; }
.compare__card--after .label { color: var(--brand-3); }
.compare__card--after .checks li { color: var(--navy-ink-2); }
.compare__card h3 { font-size: var(--t-lg); margin: var(--s2) 0 var(--s5); }
@media (max-width: 800px) { .compare { grid-template-columns: minmax(0, 1fr); } }

/* ---------- Option C: bold navy, full-bleed chapters ---------- */

.vc-hero { background: var(--navy); color: var(--navy-ink); padding-top: var(--s9); padding-bottom: var(--s8); overflow: hidden; }
.vc-hero__head { text-align: center; max-width: 62rem; margin-inline: auto; }
.vc-hero__head .label { justify-content: center; color: var(--brand-3); }
.vc-hero__head h1 { color: #fff; font-size: var(--t-3xl); line-height: 1; letter-spacing: -0.035em; margin-bottom: var(--s5); text-wrap: balance; }
.vc-hero__head h1 em { font-style: italic; color: var(--coral); font-variation-settings: "SOFT" 100, "WONK" 1; }
.vc-hero__head .lede { color: var(--navy-ink-2); margin-inline: auto; text-align: center; max-width: 52ch; }
.vc-hero__head .btn-row { justify-content: center; margin-top: var(--s6); }

.fan { position: relative; height: 440px; margin-top: var(--s8); margin-bottom: var(--s6); }
.fan::before { content: ""; position: absolute; left: 50%; bottom: -40px; width: 900px; height: 300px; transform: translateX(-50%); background: radial-gradient(50% 60% at 50% 100%, rgba(74,114,238,0.45), transparent 70%); pointer-events: none; }
.fan__card { position: absolute; left: 50%; bottom: 0; width: 360px; max-width: 80vw; background: var(--white); color: var(--ink); border-radius: var(--r-lg); padding: var(--s5); box-shadow: var(--shadow-lg), var(--shadow-glow); transform-origin: bottom center; transition: transform 0.4s var(--ease); }
.fan__card--l { transform: translate(-50%, 0) translateX(-300px) rotate(-8deg) translateY(4px); }
.fan__card--m { transform: translate(-50%, 0) translateY(0); z-index: 2; }
.fan__card--r { transform: translate(-50%, 0) translateX(300px) rotate(8deg) translateY(4px); }
.fan:hover .fan__card--l { transform: translate(-50%, 0) translateX(-330px) rotate(-10deg) translateY(20px); }
.fan:hover .fan__card--r { transform: translate(-50%, 0) translateX(330px) rotate(10deg) translateY(20px); }
.fan__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--s4); }
.fan__ref { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); letter-spacing: 0.06em; }
.fan__img { height: 120px; border-radius: var(--r); margin-bottom: var(--s4); background: linear-gradient(135deg, var(--tint-2), var(--brand-soft)); position: relative; overflow: hidden; }
.fan__img::after { content: ""; position: absolute; inset: auto 12px 12px auto; width: 44%; height: 40%; border-radius: 6px; background: rgba(255,255,255,0.7); }
.fan__card--l .fan__img { background: linear-gradient(135deg, var(--coral-soft), var(--tint)); }
.fan__card--r .fan__img { background: linear-gradient(135deg, var(--go-soft), var(--tint)); }
.fan__card h3 { font-size: var(--t-md); margin-bottom: var(--s1); }
.fan__card p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); }
.fan__row { display: flex; justify-content: space-between; align-items: baseline; margin-top: var(--s4); padding-top: var(--s4); border-top: 1px solid var(--rule); font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); }
.fan__row b { font-family: var(--serif); font-size: var(--t-md); color: var(--ink); letter-spacing: -0.02em; }
@media (max-width: 900px) { .fan { height: auto; display: grid; gap: var(--s4); } .fan__card { position: static; transform: none !important; width: auto; max-width: none; } }

.band { background: var(--coral); color: var(--navy); padding-block: var(--s5); }
.band ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s3) var(--s7); justify-content: center; }
.band li { font-family: var(--serif); font-weight: 600; font-size: var(--t-md); letter-spacing: -0.01em; display: inline-flex; align-items: center; gap: var(--s3); }
.band li::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--navy); }

.showcase { position: relative; padding: var(--s8) var(--s6) 0; background: var(--navy-2); border-radius: var(--r-lg); overflow: hidden; }
.showcase::before { content: ""; position: absolute; inset: 0; background: radial-gradient(55% 60% at 50% 0%, rgba(74,114,238,0.7), transparent 60%); pointer-events: none; }
.showcase__inner { position: relative; width: min(100%, 1120px); margin-inline: auto; transform: perspective(1600px) rotateX(8deg); transform-origin: center bottom; }
.showcase__inner .ui { border-radius: var(--r) var(--r) 0 0; box-shadow: 0 -30px 80px rgba(0,0,0,0.45), var(--shadow-glow); border-bottom: 0; }
@media (max-width: 860px) { .showcase { padding: var(--s5) var(--s4) 0; } .showcase__inner { transform: none; } }

.vc-chapter { padding-block: var(--s9); }
.vc-chapter__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: var(--s8); align-items: center; }
.vc-chapter--flip .vc-chapter__grid > :first-child { order: 2; }
.vc-word { display: block; font-family: var(--serif); font-size: var(--t-3xl); font-weight: 600; letter-spacing: -0.04em; line-height: 0.95; margin-bottom: var(--s5); font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 72; }
.vc-word i { font-style: normal; color: var(--coral); }
.section--navy .vc-word { color: #fff; }
.vc-chapter h2 { font-size: var(--t-xl); margin-bottom: var(--s4); }
.vc-chapter .ui { box-shadow: var(--shadow-lg); }
@media (max-width: 860px) { .vc-chapter__grid { grid-template-columns: minmax(0, 1fr); gap: var(--s6); } .vc-chapter--flip .vc-chapter__grid > :first-child { order: 0; } .vc-word { font-size: var(--t-2xl); } }

.words { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s5); }
.words__item { border-top: 2px solid var(--navy-rule); padding-top: var(--s5); }
.words__item b { display: block; font-family: var(--serif); font-size: var(--t-3xl); font-weight: 600; letter-spacing: -0.04em; line-height: 0.95; margin-bottom: var(--s4); font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 72; }
.words__item:nth-child(1) b { color: var(--brand-3); }
.words__item:nth-child(2) b { color: var(--coral); }
.words__item:nth-child(3) b { color: var(--go); }
.words__item h3 { color: #fff; font-size: var(--t-md); margin-bottom: var(--s2); }
.words__item p { color: var(--navy-ink-2); font-size: var(--t-sm); margin: 0; }
@media (max-width: 860px) { .words { grid-template-columns: minmax(0, 1fr); } }

.vc-cta { position: relative; overflow: visible; }
.vc-cta__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: var(--s7); align-items: center; }
.vc-cta__grid .offer { max-width: 440px; margin-left: auto; box-shadow: var(--shadow-lg), var(--shadow-glow); }
@media (max-width: 860px) { .vc-cta__grid { grid-template-columns: minmax(0, 1fr); } .vc-cta__grid .offer { margin-left: 0; } }

/* ==========================================================================
   Option D: calm. One blue, warm white, ink. No dark fields, no rainbow.
   Loaded after style.css and variants.css; overrides only.
   ========================================================================== */

:root {
  --paper: #f7f7f4;
  --white: #ffffff;
  --tint: #eef1f7;
  --tint-2: #e2e7f1;

  --ink: #111827;
  --ink-2: #414b5e;
  --ink-3: #6b7486;
  --ink-4: #98a1b3;
  --rule: #e3e6ec;
  --rule-2: #cfd5df;

  --brand: #1f47c9;
  --brand-2: #1839a6;
  --brand-3: #4a72ee;
  --brand-soft: #e4eafb;

  /* Coral retired. Anything that used it now uses the brand blue. */
  --coral: #1f47c9;
  --coral-2: #1839a6;
  --coral-soft: #e4eafb;

  /* Status greens and ambers stay only inside product surfaces, muted. */
  --go: #2f7a5a;
  --go-soft: #e3f1ea;
  --amber: #a5731c;
  --amber-soft: #f6eedc;

  /* "Navy" surfaces become a deep blue used only for the CTA and small accents. */
  --navy: #14235a;
  --navy-2: #1a2d6e;
  --navy-3: #22398a;
  --navy-ink: #f4f6fb;
  --navy-ink-2: #b7c1dc;
  --navy-rule: rgba(255, 255, 255, 0.12);

  --shadow-sm: 0 1px 2px rgba(17, 24, 39, 0.05), 0 2px 8px rgba(17, 24, 39, 0.04);
  --shadow: 0 8px 24px -12px rgba(17, 24, 39, 0.18), 0 2px 6px rgba(17, 24, 39, 0.04);
  --shadow-lg: 0 24px 60px -24px rgba(17, 24, 39, 0.28), 0 6px 16px -8px rgba(17, 24, 39, 0.08);
  --shadow-glow: 0 0 0 rgba(0,0,0,0);
}

body { background: var(--paper); }

/* Buttons: one primary, one quiet */
.btn, .btn--coral { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: 0 6px 16px -10px rgba(31, 71, 201, 0.6); }
.btn:hover, .btn--coral:hover { background: var(--brand-2); border-color: var(--brand-2); }
.btn--ghost { background: var(--white); color: var(--ink); border-color: var(--rule-2); box-shadow: none; }
.btn--ghost:hover { border-color: var(--ink); background: var(--white); }

/* Labels: small blue square, blue text */
.label { color: var(--brand); }
.label::before { background: var(--brand); }
.mark { background-image: linear-gradient(to right, var(--brand-soft), var(--brand-soft)); background-size: 100% 0.42em; background-position: 0 78%; }

/* Checks: ink ticks in a soft blue disc, not green */
.checks li::before { background: var(--brand-soft); }
.checks li::after { border-color: var(--brand); }
.checks--no li::before { background: var(--tint-2); }
.checks--no li::after { color: var(--ink-3); }

/* Hero: paper, no grid, no glow */
.vb-hero { background: var(--white); }
.glow::before, .glow::after, .glow--light::before, .glow--light::after { display: none; }
.vb-hero__meta span::before { background: var(--brand); }

/* Stage: a soft frame instead of a navy block */
.vb-stage { background: var(--tint); border: 1px solid var(--rule); border-bottom: 0; }
.vb-stage::before, .vb-stage::after { display: none; }
.vb-stage__inner .ui { box-shadow: 0 -12px 40px -16px rgba(17, 24, 39, 0.2); border-color: var(--rule); }
.vb-stage__chip { box-shadow: var(--shadow); border: 1px solid var(--rule); }
.vb-stage__chip i, .vb-stage__chip--b i { background: var(--brand); }
.vb-stats { border-top: 1px solid var(--rule); }
.vb-stat b { color: var(--ink); }

/* Bento: all light, one accent card in soft blue */
.bento__card { box-shadow: var(--shadow-sm); }
.bento--navy { background: var(--ink); color: var(--navy-ink); }
.bento--navy .label { color: #cfd9f7; }
.bento--navy .label::before { background: #cfd9f7; }
.bento--navy p { color: #b9c2d3; }
.bento__big small { color: #9fb0e6; }
.bento__toggle { color: #b9c2d3; }
.bento__toggle i { background: var(--brand-3); }
.bento--tint { background: var(--brand-soft); }
.bento--coral { background: var(--tint); }
.bento__cash { color: var(--brand); }
.bento__pill { border-color: var(--rule-2); background: var(--white); color: var(--ink); }
.bento__pill--a, .bento__pill--b, .bento__pill--c { color: var(--ink); border-color: var(--rule-2); }
.bento__pill--a { background: var(--brand-soft); border-color: transparent; color: var(--brand); }

/* Ticker: quiet, on white */
.ticker { background: var(--white); color: var(--ink-2); border-block: 1px solid var(--rule); }
.ticker__track span::before, .ticker__track span:nth-child(3n)::before, .ticker__track span:nth-child(3n+1)::before { background: var(--brand); width: 6px; height: 6px; border-radius: 50%; }

/* Chapters: numbers in blue */
.chapter__num { color: var(--brand); }
.chapter { border-top-color: var(--rule); }
.statement em { color: var(--brand); }

/* Compare: after-card is soft blue, not navy */
.compare__card--after { background: var(--brand-soft); color: var(--ink); border-color: transparent; }
.compare__card--after h3 { color: var(--ink); }
.compare__card--after .label { color: var(--brand); }
.compare__card--after .checks li { color: var(--ink-2); }
.compare__card--after .checks li::before { background: var(--white); }

/* Sections that were navy */
.section--navy { background: var(--tint); color: var(--ink); }
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: var(--ink); }
.section--navy p, .section--navy .lede { color: var(--ink-2); }
.section--navy .label { color: var(--brand); }
.section--navy .label::before { background: var(--brand); }
.section--navy a:not(.btn) { color: var(--brand); }

/* CTA: deep blue, the one dark moment on the page */
.cta { background: var(--navy); }
.cta .btn--coral { background: #fff; border-color: #fff; color: var(--navy); box-shadow: none; }
.cta .btn--coral:hover { background: var(--tint); border-color: var(--tint); }

/* Header on light pages */
.site-header { background: rgba(255, 255, 255, 0.86); }

/* Product surfaces: keep status colours muted, everything else ink and blue */
.ui__btn--teal, .offer__btn { background: var(--brand); }
.ui__banner { background: var(--navy); }
.chip--flag { background: var(--tint-2); color: var(--ink-2); }
.chip--blue { background: var(--brand-soft); color: var(--brand); }

/* Footer */
.site-footer { background: var(--white); }
.ui__legend i { background: var(--brand-3) !important; opacity: 0.55; }
.ui__legend span:nth-child(2n) i { opacity: 0.85; }
.ui__dots i, .ui__dots i:first-child, .ui__dots i:nth-child(2), .ui__dots i:nth-child(3) { background: var(--rule-2); }
.ui__btn { background: var(--brand); }
.btn--on-dark-ghost { background: rgba(255,255,255,0.06); color: #fff; border-color: rgba(255,255,255,0.28); box-shadow: none; }
.btn--on-dark-ghost:hover { background: rgba(255,255,255,0.12); border-color: #fff; color: #fff; }
.bento__crop { margin-top: auto; }
.ui__thumbs i { background: var(--tint-2) !important; }

/* ==========================================================================
   Imagery layer: mega menu, split hero with photo, carriers, tracking,
   photo claim grid, photo cards. Loads after variant-d.css.
   ========================================================================== */

/* Mega menu */
.mega { position: relative; }
.mega__btn { display: inline-flex; align-items: center; gap: 6px; padding: 0.5rem 0.75rem; border: 0; background: transparent; border-radius: var(--r-sm); font: inherit; font-size: var(--t-sm); font-weight: 500; color: var(--ink-2); cursor: pointer; }
.mega__btn svg { width: 10px; height: 10px; transition: transform 0.15s var(--ease); }
.mega__btn:hover, .mega.is-open .mega__btn { color: var(--ink); background: var(--tint); }
.mega.is-open .mega__btn svg { transform: rotate(180deg); }
.mega__panel { position: absolute; top: calc(100% + 10px); left: 0; width: 640px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: var(--s4); padding: var(--s4); background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.16s var(--ease), transform 0.16s var(--ease), visibility 0.16s; z-index: 50; }
.mega:hover .mega__panel, .mega.is-open .mega__panel, .mega:focus-within .mega__panel { opacity: 1; visibility: visible; transform: translateY(0); }
.mega__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.mega__list a { display: flex; align-items: flex-start; gap: var(--s3); padding: var(--s2) var(--s3); border-radius: var(--r-sm); text-decoration: none; color: var(--ink); }
.mega__list a:hover { background: var(--tint); }
.mega__icon { flex: none; width: 30px; height: 30px; border-radius: 8px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; }
.mega__icon svg { width: 16px; height: 16px; }
.mega__text b { display: block; font-size: var(--t-sm); font-weight: 600; line-height: 1.3; }
.mega__text small { display: block; font-size: var(--t-xs); color: var(--ink-3); line-height: 1.35; }
.mega__soon { font-style: normal; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); background: var(--tint-2); padding: 2px 6px; border-radius: 999px; margin-left: 4px; vertical-align: middle; }
.mega__card { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); background: var(--tint); border-radius: var(--r); overflow: hidden; }
.mega__card img { width: 100%; height: 150px; object-fit: cover; display: block; }
.mega__card-text { padding: var(--s4); }
.mega__card-text b { display: block; font-family: var(--serif); font-size: var(--t-md); font-weight: 600; letter-spacing: -0.015em; margin-bottom: 4px; }
.mega__card-text small { display: block; font-size: var(--t-xs); color: var(--ink-2); line-height: 1.4; }
@media (max-width: 1040px) {
  .mega__panel { position: static; width: auto; grid-template-columns: minmax(0, 1fr); opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; padding: 0 0 var(--s3) var(--s2); display: none; }
  .mega.is-open .mega__panel { display: grid; }
  .mega__btn { width: 100%; justify-content: space-between; padding: var(--s3) var(--s2); border-radius: 0; border-bottom: 1px solid var(--rule); font-size: var(--t-base); }
  .mega__card { display: none; }
}

/* Split hero with a photo composition */
.hero-split { background: var(--white); padding-block: var(--s8) var(--s8); overflow: hidden; }
.hero-split__grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: var(--s8); align-items: center; }
.hero-split h1 { font-size: var(--t-3xl); line-height: 1.02; letter-spacing: -0.035em; margin-bottom: var(--s5); text-wrap: balance; }
.hero-split .lede { margin-bottom: var(--s6); }
.hero-split__meta { display: flex; flex-wrap: wrap; gap: var(--s3) var(--s5); margin-top: var(--s5); font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); }
.hero-split__meta span::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); margin-right: 8px; vertical-align: middle; }

.photo-stack { position: relative; }
.photo-stack__img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.photo-stack__card { position: absolute; background: var(--white); border-radius: var(--r); box-shadow: var(--shadow-lg); border: 1px solid var(--rule); }
.photo-stack__card--claim { left: -8%; bottom: 8%; width: 62%; max-width: 380px; padding: var(--s4) var(--s5); }
.photo-stack__card--offer { right: -6%; top: 8%; width: 46%; max-width: 300px; }
.photo-stack__card--offer .offer { box-shadow: none; border: 0; padding: var(--s4); }
.photo-stack__card--offer .offer__totals { display: none; }
.claimcard__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--s3); }
.claimcard__ref { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); }
.claimcard__row { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: var(--s3); align-items: center; }
.claimcard__row img { width: 48px; height: 48px; border-radius: 8px; object-fit: cover; }
.claimcard__row b { display: block; font-size: var(--t-sm); }
.claimcard__row small { display: block; font-size: var(--t-xs); color: var(--ink-3); }
.claimcard__foot { display: flex; justify-content: space-between; align-items: baseline; margin-top: var(--s3); padding-top: var(--s3); border-top: 1px solid var(--rule); font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); }
.claimcard__foot b { font-family: var(--serif); font-size: var(--t-md); color: var(--ink); letter-spacing: -0.02em; }
@media (max-width: 900px) {
  .hero-split__grid { grid-template-columns: minmax(0, 1fr); gap: var(--s6); }
  .photo-stack { margin-top: var(--s5); }
  .photo-stack__card--claim { left: 0; bottom: -6%; width: 78%; }
  .photo-stack__card--offer { display: none; }
}

/* Carriers strip */
.carriers { background: var(--white); border-block: 1px solid var(--rule); padding-block: var(--s5); overflow: hidden; }
.carriers__head { text-align: center; font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: var(--s4); }
.carriers__track { display: flex; gap: var(--s7); width: max-content; animation: ticker 46s linear infinite; }
.carriers__track span { font-family: var(--serif); font-weight: 600; font-size: var(--t-lg); letter-spacing: -0.02em; color: var(--ink-2); white-space: nowrap; display: inline-flex; align-items: center; gap: var(--s3); opacity: 0.85; }
.carriers__track span::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--rule-2); margin-left: var(--s4); }
@media (prefers-reduced-motion: reduce) { .carriers__track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; } }

/* Tracking section with phone */
.track { padding-block: var(--s9); }
.track__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: var(--s8); align-items: center; }
.track__scene { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 620px; display: grid; place-items: center; background: var(--tint); }
.track__scene img.track__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.track__scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,24,39,0.05), rgba(17,24,39,0.25)); }
.phone { position: relative; z-index: 1; width: 320px; max-width: 86%; background: #fff; border-radius: 40px; padding: 12px; box-shadow: 0 30px 80px -20px rgba(17,24,39,0.55), 0 0 0 1px rgba(17,24,39,0.06); }
.phone__screen { border-radius: 30px; overflow: hidden; background: var(--paper); }
.phone__bar { display: flex; justify-content: space-between; align-items: center; padding: 10px 18px 6px; font-family: var(--mono); font-size: 0.66rem; color: var(--ink-3); }
.phone__brand { text-align: center; font-family: var(--serif); font-weight: 600; letter-spacing: 0.12em; font-size: 0.9rem; padding: 6px 0 12px; color: var(--ink); }
.phone__card { background: var(--white); border-radius: 18px 18px 26px 26px; padding: var(--s4) var(--s4) var(--s4); margin: 0 8px 8px; box-shadow: var(--shadow-sm); }
.phone__order { font-family: var(--mono); font-size: 0.62rem; color: var(--ink-3); }
.phone__status { font-family: var(--serif); font-weight: 600; font-size: 1rem; letter-spacing: -0.01em; margin: 2px 0 6px; }
.phone__carrier { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 0.62rem; color: var(--ink-2); margin-bottom: var(--s3); }
.phone__carrier i { width: 18px; height: 18px; border-radius: 4px; background: var(--ink); color: #fff; font-style: normal; font-size: 0.5rem; font-weight: 700; display: grid; place-items: center; letter-spacing: 0.02em; }
.phone__pod { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 10px; align-items: center; background: var(--tint); border-radius: 10px; padding: 8px; margin-bottom: var(--s3); }
.phone__pod img { width: 64px; height: 64px; object-fit: cover; border-radius: 6px; }
.phone__pod b { display: block; font-size: 0.72rem; }
.phone__pod small { display: block; font-size: 0.62rem; color: var(--ink-3); }
.phone__tl { list-style: none; margin: 0; padding: 0 0 0 12px; border-left: 1.5px solid var(--rule-2); display: grid; gap: 8px; }
.phone__tl li { position: relative; font-size: 0.66rem; color: var(--ink-2); line-height: 1.35; }
.phone__tl li::before { content: ""; position: absolute; left: -17px; top: 5px; width: 7px; height: 7px; border-radius: 50%; background: var(--rule-2); }
.phone__tl li:first-child::before { background: var(--brand); }
.phone__tl li b { display: block; color: var(--ink); font-weight: 600; }
.phone__tl li span { font-family: var(--mono); font-size: 0.58rem; color: var(--ink-3); }
.phone__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: var(--s4); padding-top: var(--s3); border-top: 1px solid var(--rule); }
.phone__actions span { text-align: center; font-size: 0.66rem; font-weight: 600; padding: 8px; border-radius: 8px; background: var(--brand-soft); color: var(--brand); }
.track__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--rule); border-radius: var(--r-lg); overflow: hidden; margin-top: var(--s7); background: var(--white); }
.track__fact { padding: var(--s5); border-right: 1px solid var(--rule); }
.track__fact:last-child { border-right: 0; }
.track__fact b { display: block; font-family: var(--serif); font-size: var(--t-lg); font-weight: 600; letter-spacing: -0.02em; margin-bottom: var(--s1); }
.track__fact span { font-size: var(--t-sm); color: var(--ink-2); }
@media (max-width: 900px) {
  .track__grid { grid-template-columns: minmax(0, 1fr); gap: var(--s6); }
  .track__scene { min-height: 0; padding: var(--s6) 0; }
  .track__facts { grid-template-columns: minmax(0, 1fr); }
  .track__fact { border-right: 0; border-bottom: 1px solid var(--rule); }
  .track__fact:last-child { border-bottom: 0; }
}

/* Photo claim grid */
.pgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s4); }
.pcard { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--white); border: 1px solid var(--rule); text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.pcard img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.pcard__body { padding: var(--s4) var(--s5) var(--s5); }
.pcard__id { font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.08em; color: var(--ink-4); display: block; margin-bottom: var(--s2); }
.pcard h3 { font-size: var(--t-md); margin-bottom: var(--s1); }
.pcard p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); }
.pcard--wide { grid-column: span 2; }
.pcard--wide img { aspect-ratio: 8 / 3; }
@media (max-width: 1000px) { .pgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .pcard--wide { grid-column: span 2; } }
@media (max-width: 560px) { .pgrid { grid-template-columns: minmax(0, 1fr); } .pcard--wide { grid-column: span 1; } .pcard--wide img { aspect-ratio: 4 / 3; } }

/* Photo inside bento and chapters */
.bento__photo { margin: var(--s4) calc(-1 * var(--s6)) calc(-1 * var(--s6)); margin-top: auto; }
.bento__photo img { width: 100%; height: 230px; object-fit: cover; display: block; }
.bento__card--photo { padding-bottom: 0; }
.chapter__photo { position: relative; }
.chapter__photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); display: block; box-shadow: var(--shadow-lg); }
.chapter__photo .ui, .chapter__photo .offer { position: absolute; right: -6%; bottom: -8%; width: 66%; box-shadow: var(--shadow-lg); }
@media (max-width: 900px) { .chapter__photo .ui, .chapter__photo .offer { position: static; width: 100%; margin-top: var(--s4); } }

/* Photo CTA */
.cta--photo { position: relative; }
.cta--photo img.cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.22; }
.cta--photo .wrap { position: relative; }

/* Front page header is light now, like every other page */
body.is-front .brand__word, body.is-front .primary-nav a, body.is-front .header-actions .sign-in { color: var(--ink-2); }
body.is-front .brand__word { color: var(--ink); }
body.is-front .primary-nav a:hover { color: var(--ink); background: var(--tint); }
body.is-front .nav-toggle { border-color: var(--rule-2); }
body.is-front .nav-toggle span, body.is-front .nav-toggle span::before, body.is-front .nav-toggle span::after { background: var(--ink); }
body.is-front .site-header, body.is-front .site-header.is-stuck { background: rgba(255,255,255,0.86); border-bottom-color: var(--rule); }
body.is-front .primary-nav a { border-bottom-color: var(--rule); }
.primary-nav { display: flex; align-items: center; gap: var(--s1); }
@media (max-width: 1040px) { .primary-nav { display: none; flex-direction: column; align-items: stretch; } .nav-open .primary-nav { display: flex; } .mega { width: 100%; } }
.section, .track, .hero-split { overflow-x: clip; }
.photo-stack__card--offer { right: 0; top: 6%; width: 44%; }
.mega__panel { left: 50%; transform: translate(-50%, -6px); }
.mega:hover .mega__panel, .mega.is-open .mega__panel, .mega:focus-within .mega__panel { transform: translate(-50%, 0); }
@media (max-width: 1040px) { .mega__panel, .mega:hover .mega__panel, .mega.is-open .mega__panel { transform: none; left: auto; } }
html, body { overflow-x: clip; }

.chapter__card { position: absolute; right: -6%; bottom: -8%; width: 62%; max-width: 380px; background: var(--white); border: 1px solid var(--rule); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: var(--s4) var(--s5); }
.chapter__card .phone__tl { margin-top: var(--s2); }
.chapter__card .phone__tl li { font-size: var(--t-xs); }
.chapter__card .phone__tl li span { font-size: 0.62rem; }
@media (max-width: 900px) { .chapter__card { position: static; width: 100%; max-width: none; margin-top: var(--s4); } }

/* Carrier logos */
.carriers__track img { height: 30px; width: auto; display: block; }
.carriers__track span { opacity: 1; }
.carriers__track span::after { display: none; }
.carriers__track { gap: var(--s8); align-items: center; }

/* Claim tickets in one colour */
.ticket::before, .ticket:nth-child(3n+2)::before, .ticket:nth-child(3n)::before { background: var(--brand); }

/* Tracking portal surface */
.portal { font-size: var(--t-sm); }
.portal__head { display: flex; align-items: center; justify-content: space-between; padding: 12px var(--s5); border-bottom: 1px solid var(--rule); }
.portal__brand { font-family: "Cormorant Garamond", var(--serif); font-size: 1.15rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }
.portal__nav { display: flex; gap: var(--s4); font-size: 0.7rem; color: var(--ink-3); }
.portal__nav .is-on { color: var(--ink); border-bottom: 1.5px solid var(--ink); }
.portal__body { padding: var(--s5); background: var(--paper); }
.portal__search { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; margin-bottom: var(--s4); }
.portal__field { background: var(--white); border: 1px solid var(--rule); border-radius: 8px; padding: 7px 10px; font-size: 0.6rem; color: var(--ink-3); font-family: var(--mono); }
.portal__field b { display: block; font-family: var(--sans); font-size: 0.78rem; color: var(--ink); margin-top: 2px; }
.portal__go { align-self: stretch; display: grid; place-items: center; padding: 0 18px; background: var(--ink); color: #fff; border-radius: 8px; font-size: 0.75rem; font-weight: 600; }
.portal__result { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: var(--s4); }
.portal__main, .portal__side { background: var(--white); border: 1px solid var(--rule); border-radius: 10px; padding: var(--s4); }
.portal__status b { display: block; font-family: var(--serif); font-size: 1.05rem; font-weight: 600; letter-spacing: -0.01em; margin: 8px 0 4px; }
.portal__status small { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 0.62rem; color: var(--ink-3); }
.portal__status small img { height: 16px; width: 16px; }
.portal__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin: var(--s4) 0 6px; }
.portal__steps i { height: 5px; border-radius: 3px; background: var(--tint-2); display: block; }
.portal__steps i.is-done { background: var(--brand); }
.portal__steps i.is-now { background: var(--brand); opacity: 0.5; }
.portal__labels { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; font-size: 0.55rem; color: var(--ink-3); margin-bottom: var(--s4); }
.portal__labels span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.portal__tl li { font-size: 0.66rem; }
.portal__label { display: block; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 8px; }
.portal__item { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 8px; align-items: center; margin-bottom: 8px; }
.portal__item img { width: 40px; height: 40px; border-radius: 6px; object-fit: cover; }
.portal__item b { display: block; font-size: 0.7rem; font-weight: 600; }
.portal__item small { display: block; font-size: 0.6rem; color: var(--ink-3); font-family: var(--mono); }
.portal__side .portal__label:last-of-type { margin-top: var(--s4); }
.portal__btn { display: block; text-align: center; background: var(--brand); color: #fff; border-radius: 8px; padding: 8px; font-size: 0.7rem; font-weight: 600; }
.portal__note { display: block; font-family: var(--mono); font-size: 0.55rem; color: var(--ink-4); text-align: center; margin-top: 6px; }
@container (max-width: 560px) { .portal__result { grid-template-columns: minmax(0, 1fr); } .portal__search { grid-template-columns: 1fr; } .portal__nav { display: none; } }

/* Add-on service section */
.addon { border: 1px solid var(--rule); border-radius: var(--r-lg); background: var(--white); padding: var(--s7); display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: var(--s7); align-items: center; }
.addon__tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand); background: var(--brand-soft); padding: 5px 10px; border-radius: 999px; margin-bottom: var(--s4); }
.addon .ui { box-shadow: var(--shadow-lg); }
.addon__nod { display: flex; align-items: center; gap: var(--s3); margin-top: var(--s6); padding-top: var(--s5); border-top: 1px solid var(--rule); font-size: var(--t-sm); color: var(--ink-2); }
.addon__nod b { font-family: "Cormorant Garamond", var(--serif); letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); }
@media (max-width: 900px) { .addon { grid-template-columns: minmax(0, 1fr); padding: var(--s5); } }
.carriers p.carriers__head { margin: 0 0 var(--s5); }

/* Portal logo */
.portal__logo { height: 22px; width: auto; display: block; }
.addon__nod img { height: 26px; width: auto; }

/* Claims stats band */
.cstats { background: var(--white); border-block: 1px solid var(--rule); }
.cstats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cstat { padding: var(--s6) var(--s5) var(--s6) 0; border-right: 1px solid var(--rule); }
.cstat:not(:first-child) { padding-left: var(--s5); }
.cstat:last-child { border-right: 0; }
.cstat b { display: block; font-family: var(--serif); font-size: var(--t-2xl); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--brand); margin-bottom: var(--s2); font-variation-settings: "SOFT" 0, "WONK" 1, "opsz" 48; }
.cstat span { display: block; font-size: var(--t-sm); color: var(--ink-2); line-height: 1.4; }
@media (max-width: 900px) { .cstats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cstat:nth-child(2) { border-right: 0; } .cstat:nth-child(n+3) { border-top: 1px solid var(--rule); } }
@media (max-width: 520px) { .cstats__grid { grid-template-columns: minmax(0, 1fr); } .cstat { border-right: 0 !important; border-top: 1px solid var(--rule); padding-left: 0 !important; } .cstat:first-child { border-top: 0; } }

/* Review paths */
.paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
.path { background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: var(--s6); display: flex; flex-direction: column; gap: var(--s3); }
.path__num { font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.08em; color: var(--brand); }
.path h3 { font-size: var(--t-lg); margin: 0; }
.path p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); }
.path__who { margin-top: auto; padding-top: var(--s4); border-top: 1px solid var(--rule); font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); }
.path__who b { color: var(--ink); font-weight: 500; }
.path--hot { background: var(--brand-soft); border-color: transparent; }
@media (max-width: 900px) { .paths { grid-template-columns: minmax(0, 1fr); } }

/* Risk card */
.risk { background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: var(--s5); box-shadow: var(--shadow-lg); font-size: var(--t-sm); }
.risk__head { display: flex; justify-content: space-between; align-items: flex-start; gap: var(--s4); margin-bottom: var(--s4); }
.risk__head b { display: block; font-family: var(--serif); font-size: var(--t-md); font-weight: 600; margin-top: 4px; }
.risk__head small { display: block; font-size: var(--t-xs); color: var(--ink-3); font-family: var(--mono); margin-top: 2px; }
.risk__score { flex: none; text-align: center; padding: 8px 14px; border-radius: var(--r); background: var(--go-soft); color: var(--go); }
.risk__score b { display: block; font-family: var(--serif); font-size: 1.8rem; font-weight: 600; line-height: 1; }
.risk__score span { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.06em; text-transform: uppercase; }
.risk__meter { height: 6px; border-radius: 3px; background: linear-gradient(90deg, var(--go-soft), var(--amber-soft) 50%, #f3dcdc); position: relative; margin-bottom: var(--s4); }
.risk__meter i { position: absolute; left: 0; top: -3px; height: 12px; width: 0; border-right: 3px solid var(--ink); }
.risk__factors { list-style: none; margin: 0 0 var(--s4); padding: 0; display: grid; gap: 6px; }
.risk__factors li { position: relative; padding-left: 22px; font-size: var(--t-xs); color: var(--ink-2); }
.risk__factors li::before { content: ""; position: absolute; left: 0; top: 3px; width: 12px; height: 12px; border-radius: 50%; background: var(--go-soft); }
.risk__factors li.is-ok::after { content: ""; position: absolute; left: 4px; top: 5px; width: 3px; height: 6px; border: solid var(--go); border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }
.risk__factors li.is-warn::before { background: var(--amber-soft); }
.risk__factors li.is-warn::after { content: "!"; position: absolute; left: 4.5px; top: 1px; font-size: 9px; font-weight: 700; color: var(--amber); }
.risk__verdict { background: var(--tint); border-radius: var(--r-sm); padding: var(--s3) var(--s4); margin-bottom: var(--s4); }
.risk__verdict span { display: block; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 2px; }
.risk__verdict b { font-size: var(--t-sm); }
.risk__actions { display: flex; gap: var(--s4); align-items: center; }
.risk__btn { background: var(--go); color: #fff; padding: 7px 12px; border-radius: 8px; font-size: var(--t-xs); font-weight: 600; }
.risk__link { font-size: var(--t-xs); color: var(--brand); text-decoration: underline; }

/* AI jobs list */
.jobs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s3) var(--s5); }
.job { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: var(--s3); align-items: start; padding: var(--s4); background: var(--white); border: 1px solid var(--rule); border-radius: var(--r); }
.job i { width: 34px; height: 34px; border-radius: 9px; background: var(--brand-soft); color: var(--brand); display: grid; place-items: center; font-family: var(--mono); font-size: 0.7rem; font-weight: 600; font-style: normal; }
.job b { display: block; font-size: var(--t-sm); font-weight: 600; }
.job span { display: block; font-size: var(--t-xs); color: var(--ink-2); margin-top: 2px; }
@media (max-width: 640px) { .jobs { grid-template-columns: minmax(0, 1fr); } }

/* Stolen parcels timeline */
.steps { counter-reset: st; display: grid; gap: var(--s3); }
.step { counter-increment: st; display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: var(--s4); align-items: start; padding: var(--s4) 0; border-top: 1px solid var(--rule); }
.step::before { content: counter(st, decimal-leading-zero); font-family: var(--mono); font-size: var(--t-xs); color: var(--brand); padding-top: 4px; }
.step b { display: block; font-size: var(--t-base); font-weight: 600; margin-bottom: 2px; }
.step p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); }

/* Return label card */
.rlabel { background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: var(--s5); box-shadow: var(--shadow-lg); font-size: var(--t-sm); }
.rlabel__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--s4); }
.rlabel__item { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: var(--s3); align-items: center; margin-bottom: var(--s4); }
.rlabel__item img { width: 48px; height: 48px; border-radius: 8px; object-fit: cover; }
.rlabel__item b { display: block; font-size: var(--t-sm); }
.rlabel__item small { display: block; font-size: var(--t-xs); color: var(--ink-3); }
.rlabel__ship { border: 1.5px dashed var(--rule-2); border-radius: var(--r); padding: var(--s4); margin-bottom: var(--s4); }
.rlabel__carrier { display: flex; align-items: center; gap: var(--s3); margin-bottom: var(--s3); }
.rlabel__carrier img { width: 28px; height: 28px; }
.rlabel__carrier span { font-family: var(--mono); font-size: 0.62rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: 0.06em; }
.rlabel__carrier b { display: block; font-size: var(--t-sm); color: var(--ink); letter-spacing: 0.04em; text-transform: none; }
.rlabel__barcode { display: flex; gap: 2px; height: 34px; align-items: stretch; }
.rlabel__barcode i { flex: 1; background: var(--ink); }
.rlabel__barcode i:nth-child(3n) { flex: 2; }
.rlabel__barcode i:nth-child(4n) { flex: 0.6; background: transparent; }
.rlabel__barcode i:nth-child(7n) { flex: 1.5; }

/* AI tags and the pain band */
.ai-tag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brand); background: var(--brand-soft); padding: 4px 9px; border-radius: 999px; width: fit-content; }
.ai-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
.ai-tag--dark { background: rgba(255,255,255,0.1); color: #cfd9f7; }
.ai-tag--dark::before { background: #cfd9f7; }
.pain { background: var(--navy); color: var(--navy-ink); padding-block: var(--s7); }
.pain__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s4) var(--s7); }
.pain__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--s4); align-items: baseline; padding: var(--s4) 0; border-bottom: 1px solid var(--navy-rule); }
.pain__q { font-family: var(--serif); font-size: var(--t-md); font-weight: 600; letter-spacing: -0.01em; color: #fff; }
.pain__a { font-size: var(--t-sm); color: var(--navy-ink-2); position: relative; padding-left: 18px; }
.pain__a::before { content: "\2192"; position: absolute; left: 0; top: 0; color: var(--brand-3); }
@media (max-width: 900px) { .pain__grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 560px) { .pain__row { grid-template-columns: minmax(0, 1fr); gap: var(--s2); } }
.bento__card .ai-tag { margin-top: -4px; }

/* Answer-first block under heroes */
.answer-wrap { background: var(--white); border-bottom: 1px solid var(--rule); padding-block: var(--s6); }
.answer { margin: 0; font-size: var(--t-md); line-height: 1.6; color: var(--ink-2); }
.answer b { color: var(--ink); font-weight: 600; }
.section--white .answer { max-width: 70ch; }

/* Inner page heroes are light, like the homepage */
.page-hero { background: var(--white); color: var(--ink); border-bottom: 1px solid var(--rule); }
.page-hero h1 { color: var(--ink); }
.page-hero .label { color: var(--brand); }
.page-hero .lede { color: var(--ink-2); }
.page-hero .btn--on-dark-ghost { background: var(--white); color: var(--ink); border-color: var(--rule-2); }
.page-hero .btn--on-dark-ghost:hover { border-color: var(--ink); background: var(--white); color: var(--ink); }
.page-hero__surface { box-shadow: var(--shadow-lg); }
.page-hero + .answer-wrap { border-top: 0; }

/* Tracking mockup inside the bento card */
.bento__track { margin-top: auto; padding-top: var(--s4); }
.bento__track .phone__card { margin: 0; border: 1px solid var(--rule); border-radius: var(--r); box-shadow: var(--shadow); }

/* Mega menu: beat the .primary-nav ul/a rules by specificity */
.primary-nav .mega__list { display: grid; flex-direction: column; align-items: stretch; gap: 2px; }
.primary-nav .mega__list li { position: static; }
.primary-nav .mega__list a, body.is-front .primary-nav .mega__list a { display: flex; padding: var(--s2) var(--s3); border-radius: var(--r-sm); border-bottom: 0; font-size: inherit; color: var(--ink); }
.primary-nav .mega__list a:hover, body.is-front .primary-nav .mega__list a:hover { background: var(--tint); color: var(--ink); }
.primary-nav .mega__card, body.is-front .primary-nav .mega__card { display: flex; padding: 0; border-radius: var(--r); color: var(--ink); }
.primary-nav .mega__card:hover { background: var(--tint-2); }
@media (max-width: 1040px) {
  .primary-nav .mega__list a { border-bottom: 1px solid var(--rule); border-radius: 0; }
  .primary-nav .mega__card { display: none; }
}

/* ------------------------------------------------------------------
   Imagery pass (5.1): photo heroes on inner pages, photo bands,
   photo chapters, photo index cards, photo tiles, photo panels.
   ------------------------------------------------------------------ */
.page-hero--photo { padding-block: var(--s8) var(--s9); border-bottom: 0; }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: var(--s8); align-items: center; }
.page-hero--photo h1 { max-width: 16ch; }
.photo-stack__img--tall { aspect-ratio: 5 / 4; }
.photo-stack__card--ui { left: -7%; bottom: -9%; width: 68%; max-width: 440px; padding: 0; overflow: hidden; }
.photo-stack__card--ui > * { zoom: 0.92; }
.photo-stack__card--ui .ui { box-shadow: none; border: 0; border-radius: 0; }
.photo-stack__card--ui .offer { box-shadow: none; border: 0; }
.photo-stack__card--tag { right: 3%; top: 6%; width: auto; padding: var(--s3) var(--s4); display: flex; align-items: center; gap: var(--s3); }
.photo-stack__card--tag b { display: block; font-family: var(--serif); font-size: var(--t-md); letter-spacing: -0.02em; line-height: 1.1; }
.photo-stack__card--tag small { display: block; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-top: 2px; }
.photo-stack__card--tag .ai-tag { margin: 0; }
@media (max-width: 900px) {
  .page-hero__grid { grid-template-columns: minmax(0, 1fr); gap: var(--s6); }
  .page-hero--photo { padding-bottom: var(--s8); }
  .photo-stack__card--ui { position: relative; left: 0; bottom: 0; width: 92%; max-width: none; margin: calc(-1 * var(--s7)) auto 0; }
  .photo-stack__card--tag { top: 4%; right: 3%; }
}

/* Full-bleed photo band with a headline and chips */
.pband { position: relative; overflow: hidden; border-radius: var(--r-lg); min-height: 480px; display: flex; align-items: flex-end; color: #fff; isolation: isolate; }
.pband img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.pband::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20, 35, 90, 0.05) 20%, rgba(20, 35, 90, 0.82) 100%); }
.pband__body { padding: var(--s7); max-width: 680px; }
.pband__body .label { color: #fff; opacity: 0.85; }
.pband__body h2 { color: #fff; margin-bottom: var(--s3); font-size: var(--t-2xl); }
.pband__body p { color: rgba(255, 255, 255, 0.88); margin: 0; max-width: 54ch; }
.pband__chips { display: flex; flex-wrap: wrap; gap: var(--s2); margin-top: var(--s5); }
.pband__chips span { font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.06em; text-transform: uppercase; padding: 7px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.35); backdrop-filter: blur(6px); }
.pband--short { min-height: 380px; }
@media (max-width: 760px) { .pband { min-height: 420px; } .pband__body { padding: var(--s5); } .pband__body h2 { font-size: var(--t-xl); } }

/* Chapters: text beside a photo with a floating card */
.chapters { border-top: 1px solid var(--rule); }
.chapter__num { display: block; }
.chapters .chapter { border-top: 1px solid var(--rule); }
.chapters .chapter:first-child { border-top: 0; }
.chapter__photo img.chapter__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); display: block; box-shadow: var(--shadow-lg); }
.chapter__photo .chapter__float { position: absolute; right: -3%; bottom: -8%; width: 64%; max-width: 400px; background: var(--white); border-radius: var(--r); box-shadow: var(--shadow-lg); border: 1px solid var(--rule); overflow: hidden; }
.chapter__photo .chapter__float .ui, .chapter__photo .chapter__float .offer { box-shadow: none; border: 0; border-radius: 0; }
.chapter__float--text { padding: var(--s4) var(--s5); }
.chapter__float--text b { display: block; font-family: var(--serif); font-size: var(--t-md); letter-spacing: -0.02em; margin-bottom: 4px; }
.chapter__float--text small { display: block; font-size: var(--t-xs); color: var(--ink-2); line-height: 1.4; }
.chapter--flip .chapter__photo .chapter__float { right: auto; left: -3%; }
.chapter ul.checks { margin-top: var(--s4); }
@media (max-width: 900px) {
  .chapter { grid-template-columns: minmax(0, 1fr); gap: var(--s5); padding-block: var(--s7); }
  .chapter--flip > :first-child { order: 0; }
  .chapter__photo { margin-bottom: var(--s6); }
  .chapter__photo .chapter__float, .chapter--flip .chapter__photo .chapter__float { position: relative; right: 0; left: 0; bottom: 0; width: 92%; max-width: none; margin: calc(-1 * var(--s6)) auto 0; }
}

/* Feature index as photo cards */
.index--cards { border-top: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s5); }
.index--cards .index__item { display: flex; flex-direction: column; padding: 0; border: 1px solid var(--rule); border-radius: var(--r-lg); overflow: hidden; background: var(--white); transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease); }
.index--cards a.index__item:hover { padding-left: 0; transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.index--cards .index__item::after { display: none; }
.index__img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.index__body { padding: var(--s5); display: grid; gap: var(--s2); }
.index__body .index__num { order: -1; }
.index__body h3 { font-size: var(--t-md); }
.index__body h3::after { content: "  \2192"; color: var(--brand); }
@media (max-width: 900px) { .index--cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .index--cards { grid-template-columns: minmax(0, 1fr); } }

/* Tiles with a photo on top */
.tile--photo { padding: 0; background: var(--white); border: 1px solid var(--rule); justify-content: flex-start; min-height: 0; overflow: hidden; }
.tile--photo .tile__img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; }
.tile--photo .tile__body { padding: var(--s5); }
.tile--photo .tile__word { display: inline-block; margin-bottom: var(--s2); }

/* A photo standing in for a panel, with a UI card floating over it */
.photo-panel__frame { position: relative; }
.photo-panel img.photo-panel__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); display: block; box-shadow: var(--shadow-lg); }
.photo-panel__float { position: absolute; left: -6%; bottom: -8%; width: 70%; max-width: 440px; background: var(--white); border-radius: var(--r); box-shadow: var(--shadow-lg); border: 1px solid var(--rule); overflow: hidden; }
.photo-panel__float .ui, .photo-panel__float .offer, .photo-panel__float .rlabel { box-shadow: none; border: 0; border-radius: 0; }
.photo-panel--right .photo-panel__float { left: auto; right: -6%; }
.photo-panel .panel__cap { position: relative; margin-top: calc(var(--s8) + var(--s3)); }
@media (max-width: 900px) {
  .photo-panel__float, .photo-panel--right .photo-panel__float { position: relative; left: 0; right: 0; bottom: 0; width: 92%; max-width: none; margin: calc(-1 * var(--s6)) auto 0; }
  .photo-panel .panel__cap { margin-top: var(--s3); }
}
.chapter__float .ui, .chapter__float .offer, .photo-panel__float .ui, .photo-panel__float .offer, .photo-stack__card--ui .ui, .photo-stack__card--ui .offer { position: static; width: auto; max-width: none; right: auto; bottom: auto; }
.chapter__float .risk, .photo-panel__float .risk, .photo-stack__card--ui .risk { box-shadow: none; border: 0; border-radius: 0; }
.float--crop { max-height: 86%; overflow: hidden; -webkit-mask-image: linear-gradient(#000 74%, transparent 100%); mask-image: linear-gradient(#000 74%, transparent 100%); }
@media (max-width: 900px) { .float--crop { max-height: 420px; } }

/* ------------------------------------------------------------------
   Component pass (5.1): tighter headings, icon tickets, icon tiles in
   three colours, flow as cards, related-answers grid, less white.
   ------------------------------------------------------------------ */
.ico { width: 22px; height: 22px; display: block; }

/* Headings: two lines, not four */
.head { max-width: 56ch; }
.head h2 { font-size: clamp(1.9rem, 1.5rem + 1.6vw, 2.8rem); max-width: 28ch; }
.head--center { max-width: 760px; }
.head--center h2 { margin-inline: auto; }
.head p { max-width: 62ch; }
.head--center p { margin-inline: auto; }
.section { padding-block: var(--s8); }

/* Stats band sits on tint so the page is not one white sheet */
.cstats { background: var(--tint); border-block: 1px solid var(--rule); }
.cstats .cstat { border-color: var(--rule-2); }

/* Claim tickets with icons and three accent colours */
.ticket { padding: var(--s5); border-radius: var(--r-lg); box-shadow: none; border: 1px solid var(--rule); }
.ticket::before, .ticket:nth-child(3n+2)::before, .ticket:nth-child(3n)::before { display: none; }
.ticket__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--s4); }
.ticket__id { margin-bottom: 0; }
.ticket__icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); }
.ticket:nth-child(3n+2) .ticket__icon { background: var(--amber-soft); color: #b8700e; }
.ticket:nth-child(3n) .ticket__icon { background: var(--go-soft); color: var(--go); }
.ticket:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--rule-2); }
.tickets { gap: var(--s4); }

/* Tiles: icon, big word, three colours */
.tile { min-height: 250px; padding: var(--s5) var(--s6); justify-content: space-between; }
.tile__icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--white); box-shadow: var(--shadow-sm); margin-bottom: var(--s6); }
.tile__icon .ico { width: 24px; height: 24px; }
.tile__word { font-size: clamp(2.6rem, 2rem + 2.4vw, 4.4rem); margin-bottom: var(--s3); }
.tile--a { background: linear-gradient(160deg, #e3e9fb, #f0f3fb); }
.tile--b { background: linear-gradient(160deg, #fdebc9, #fbf3e3); }
.tile--c { background: linear-gradient(160deg, #d9f3e6, #eaf7f0); }
.tile--a .tile__icon, .tile--a .tile__word { color: var(--brand); }
.tile--b .tile__icon, .tile--b .tile__word { color: #b8700e; }
.tile--c .tile__icon, .tile--c .tile__word { color: var(--go); }
.tile h3 { font-size: var(--t-md); }

/* Flow as numbered cards on a line */
.flow { gap: var(--s4); }
.flow::before { top: calc(var(--s5) + 22px); left: 60px; right: 60px; height: 2px; background: var(--rule-2); opacity: 1; }
.flow__step { padding: var(--s5); padding-top: var(--s5); background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); }
.flow__step::before { position: static; display: grid; width: 44px; height: 44px; margin-bottom: var(--s4); background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: none; font-size: var(--t-sm); }
.flow__step:last-child::before { background: var(--go); border-color: var(--go); }
.section--white .flow__step::before, .section--tint .flow__step::before { box-shadow: none; }
.section--white .flow__step { background: var(--tint); border-color: transparent; }
.flow__step p, .section--navy .flow__step p, .section--tint .flow__step p { color: var(--ink-2); }
.section--navy .flow__step::before { background: var(--brand); border-color: var(--brand); color: #fff; box-shadow: none; }
.section--navy .flow__step:last-child::before { background: var(--go); border-color: var(--go); }
.flow__step h3 { font-size: var(--t-md); }
@media (max-width: 860px) {
  .flow::before { display: none; }
  .flow__step { padding-left: var(--s5); }
  .flow__step::before { position: static; }
}

/* Light-theme fixes for the old navy section descendants */
.section--navy .checks li, .section--navy .numlist p, .section--navy .figure figcaption, .section--navy .feat p, .section--navy .small { color: var(--ink-2); }
.section--navy .note { background: var(--white); color: var(--ink-2); border-left-color: var(--brand); }
.section--navy .note b { color: var(--ink); }
.section--navy .spec { border-top-color: var(--rule-2); }
.section--navy .spec__row { border-bottom-color: var(--rule); }
.section--navy .spec__key { color: var(--brand); }
.section--navy .spec__val { color: var(--ink); }
.section--navy .arrow-link { color: var(--brand); }
.section--navy .feat { border-left-color: var(--rule-2); }

/* Related answers grid (feature-nav) */
.explore { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s4); }
.explore__item { display: grid; grid-template-columns: 150px minmax(0, 1fr); background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); overflow: hidden; transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease); }
.explore__item:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.explore__photo { display: block; height: 100%; min-height: 180px; }
.explore__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.explore__body { padding: var(--s5); display: flex; flex-direction: column; gap: var(--s2); }
.explore__kicker { font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand); }
.explore__body h3 { font-size: var(--t-md); line-height: 1.3; }
.explore__body h3 a { color: var(--ink); text-decoration: none; }
.explore__body h3 a:hover { color: var(--brand); }
.explore__body p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); line-height: 1.55; }
.explore__body .arrow-link { margin-top: auto; padding-top: var(--s2); font-size: var(--t-sm); }
@media (max-width: 1000px) { .explore { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 560px) { .explore__item { grid-template-columns: minmax(0, 1fr); } .explore__photo { min-height: 0; aspect-ratio: 16 / 7; } }

h2 { font-size: clamp(1.9rem, 1.5rem + 1.6vw, 2.8rem); }
.job i .ico { width: 18px; height: 18px; }
.job:nth-child(3n+2) i { background: var(--amber-soft); color: #b8700e; }
.job:nth-child(3n) i { background: var(--go-soft); color: var(--go); }
/* Icons in place of photos on the feature index and related grid */
.index--cards .index__item { padding: var(--s5); gap: var(--s3); }
.index__icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); margin-bottom: var(--s2); }
.index--cards .index__item:nth-child(3n+2) .index__icon { background: var(--amber-soft); color: #b8700e; }
.index--cards .index__item:nth-child(3n) .index__icon { background: var(--go-soft); color: var(--go); }
.index--cards .index__body { padding: 0; }
.explore__item { grid-template-columns: 64px minmax(0, 1fr); }
.explore__icon { width: 44px; height: 44px; margin: var(--s5) 0 0 var(--s5); border-radius: 12px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); }
.explore__item:nth-child(3n+2) .explore__icon { background: var(--amber-soft); color: #b8700e; }
.explore__item:nth-child(3n) .explore__icon { background: var(--go-soft); color: var(--go); }
.explore__body { padding-left: var(--s4); }
@media (max-width: 560px) { .explore__item { grid-template-columns: 64px minmax(0, 1fr); } }

/* ------------------------------------------------------------------
   5.2 content pages: comparisons, carriers, use cases, glossary, hubs,
   Resources mega menu, six-column footer.
   ------------------------------------------------------------------ */
.footer-top { grid-template-columns: 1.5fr repeat(5, minmax(0, 1fr)); }
@media (max-width: 1100px) { .footer-top { grid-template-columns: repeat(3, minmax(0, 1fr)); } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: minmax(0, 1fr); } }

/* Resources mega: two columns of links, no photo card */
.mega__panel--two { width: 720px; grid-template-columns: 1fr 1fr; }
.mega__title { display: block; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); padding: 0 var(--s3) var(--s2); }
@media (max-width: 1040px) { .mega__panel--two { grid-template-columns: minmax(0, 1fr); } }

/* Comparison table */
.vs { border: 1px solid var(--rule); border-radius: var(--r-lg); overflow: hidden; background: var(--white); }
.vs__head, .vs__row { display: grid; grid-template-columns: 180px 1fr 1fr; }
.vs__head { background: var(--tint); font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.vs__head span { padding: var(--s3) var(--s4); }
.vs__brand { color: var(--brand); }
.vs__row { border-top: 1px solid var(--rule); }
.vs__row span { padding: var(--s4); font-size: var(--t-sm); color: var(--ink-2); line-height: 1.5; }
.vs__label { font-weight: 600; color: var(--ink) !important; }
.vs__us { background: var(--brand-soft); color: var(--ink) !important; }
@media (max-width: 860px) {
  .vs__head { display: none; }
  .vs__row { grid-template-columns: minmax(0, 1fr); }
  .vs__label { background: var(--tint); }
  .vs__us::before { content: "BuySure: "; font-weight: 600; color: var(--brand); }
  .vs__them::before { content: "Them: "; font-weight: 600; }
}

/* Link grids */
.linkgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
.linkgrid__item { display: grid; gap: var(--s2); padding: var(--s5); background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); text-decoration: none; color: var(--ink); transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease); }
.linkgrid__item:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); color: var(--ink); }
.linkgrid__item b { font-family: var(--serif); font-size: var(--t-md); letter-spacing: -0.015em; }
.linkgrid__item b::after { content: "  \2192"; color: var(--brand); }
.linkgrid__item span { font-size: var(--t-sm); color: var(--ink-2); line-height: 1.5; }
@media (max-width: 860px) { .linkgrid { grid-template-columns: minmax(0, 1fr); } }

/* Carrier page */
.carrier-head { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: var(--s6); align-items: center; }
.carrier-head__logo { width: 100%; max-height: 64px; object-fit: contain; object-position: left center; }
.carrier-head .lede { margin: 0; }
@media (max-width: 700px) { .carrier-head { grid-template-columns: minmax(0, 1fr); } .carrier-head__logo { max-width: 160px; } }
.evlist { list-style: none; margin: 0; padding: 0; counter-reset: ev; display: grid; gap: 0; border-left: 2px solid var(--rule-2); }
.evlist li { counter-increment: ev; position: relative; padding: var(--s3) 0 var(--s3) var(--s6); font-size: var(--t-base); color: var(--ink); }
.evlist li::before { content: counter(ev, decimal-leading-zero); position: absolute; left: var(--s3); top: var(--s3); font-family: var(--mono); font-size: var(--t-xs); color: var(--brand); }
.evlist li::after { content: ""; position: absolute; left: -7px; top: calc(var(--s3) + 6px); width: 12px; height: 12px; border-radius: 50%; background: var(--white); border: 2px solid var(--brand); }
.evlist li:last-child::after { background: var(--go); border-color: var(--go); }
.logogrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s4); }
.logogrid--hub { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.logogrid__item { display: grid; gap: var(--s3); align-content: center; justify-items: center; padding: var(--s5); min-height: 130px; background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); text-decoration: none; color: var(--ink-2); font-size: var(--t-sm); transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease); }
.logogrid__item:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); color: var(--brand); }
.logogrid__item img { height: 32px; width: auto; max-width: 140px; object-fit: contain; }
.logogrid__item--all { background: var(--tint); font-family: var(--serif); font-size: var(--t-md); color: var(--ink); }
@media (max-width: 900px) { .logogrid, .logogrid--hub { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Use case */
.proof { display: flex; align-items: center; gap: var(--s4); padding: var(--s4) var(--s5); background: var(--white); border: 1px solid var(--rule); border-radius: var(--r); }
.proof img { height: 34px; width: auto; }
.proof p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); }

/* Glossary */
.glossary-index { position: sticky; top: 90px; align-self: start; }
.glossary-index ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; max-height: 70vh; overflow: auto; }
.glossary-index a { font-size: var(--t-sm); color: var(--ink-2); text-decoration: none; }
.glossary-index a:hover { color: var(--brand); }
.glossary { margin: 0; border-top: 1px solid var(--rule-2); }
.glossary__item { padding: var(--s5) 0; border-bottom: 1px solid var(--rule); scroll-margin-top: 100px; }
.glossary dt { font-family: var(--serif); font-size: var(--t-lg); font-weight: 600; letter-spacing: -0.015em; margin-bottom: var(--s2); }
.glossary dd { margin: 0; color: var(--ink-2); max-width: 70ch; line-height: 1.6; }
@media (max-width: 860px) { .glossary-index { position: static; } .glossary-index ul { max-height: none; } }

/* Job grids in three and four columns */
.jobs--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.jobs--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1000px) { .jobs--3, .jobs--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .jobs--3, .jobs--4, .jobs { grid-template-columns: minmax(0, 1fr); } }

/* Article body */
.entry-content h2 { font-size: var(--t-xl); margin: var(--s7) 0 var(--s3); }
.entry-content h3 { font-size: var(--t-md); margin: var(--s5) 0 var(--s2); }
.entry-content p, .entry-content li { font-size: 1.05rem; line-height: 1.7; color: var(--ink-2); }
.entry-content p { margin-bottom: var(--s4); }
.entry-content ul, .entry-content ol { padding-left: 1.3em; margin-bottom: var(--s4); }
.entry-content li { margin-bottom: var(--s2); }
.entry-content strong { color: var(--ink); }

.linkgrid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.linkgrid__icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); margin-bottom: var(--s2); }
.linkgrid__item:nth-child(3n+2) .linkgrid__icon { background: var(--amber-soft); color: #b8700e; }
.linkgrid__item:nth-child(3n) .linkgrid__icon { background: var(--go-soft); color: var(--go); }
@media (max-width: 1000px) { .linkgrid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .linkgrid--4 { grid-template-columns: minmax(0, 1fr); } }

.crumbs { margin-bottom: var(--s4); }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); letter-spacing: 0.04em; }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--ink-4); }
.crumbs a { color: var(--ink-3); text-decoration: none; }
.crumbs a:hover { color: var(--brand); }

.sitemap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s6) var(--s5); }
.sitemap__group h2 { font-size: var(--t-md); margin-bottom: var(--s3); }
.sitemap__group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.sitemap__group a { color: var(--ink-2); text-decoration: none; font-size: var(--t-sm); }
.sitemap__group a:hover { color: var(--brand); }
@media (max-width: 860px) { .sitemap { grid-template-columns: minmax(0, 1fr); } }

/* Built for Shopify badge */
.bfs { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 8px; border-radius: 999px; background: var(--white); border: 1px solid var(--rule-2); color: var(--ink); text-decoration: none; font-weight: 600; font-size: var(--t-sm); line-height: 1; white-space: nowrap; }
.bfs img { width: 18px; height: 18px; display: block; }
.bfs:hover { border-color: #95BF47; color: var(--ink); }
.bfs--sm { font-size: var(--t-xs); padding: 5px 10px 5px 7px; }
.bfs--sm img { width: 15px; height: 15px; }
.bfs--lg { font-size: var(--t-base); padding: 10px 16px 10px 12px; }
.bfs--lg img { width: 22px; height: 22px; }
.hero-split__meta .bfs { margin-right: var(--s2); }
.hero-badges { margin-top: var(--s5); }
.footer-brand .bfs { margin-top: var(--s4); }

/* Claims feed (homepage, where the carrier scroller was) */
.cfeed { background: var(--white); border-block: 1px solid var(--rule); padding-block: var(--s5); overflow: hidden; }
.cfeed__head { display: flex; justify-content: space-between; align-items: center; gap: var(--s4); margin-bottom: var(--s4); font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.cfeed__live { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); }
.cfeed__live i { width: 8px; height: 8px; border-radius: 50%; background: var(--go); box-shadow: 0 0 0 4px var(--go-soft); animation: pulse 1.6s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 3px var(--go-soft); } 50% { box-shadow: 0 0 0 7px rgba(22,160,107,0.15); } }
.cfeed__note { text-transform: none; letter-spacing: 0; font-family: var(--sans); color: var(--ink-4); }
.cfeed__track { display: flex; gap: var(--s4); width: max-content; animation: ticker 70s linear infinite; padding-inline: var(--s5); }
.cfeed:hover .cfeed__track { animation-play-state: paused; }
.cfeed__card { width: 260px; flex: none; display: grid; gap: 6px; padding: var(--s4); background: var(--white); border: 1px solid var(--rule); border-radius: var(--r); box-shadow: var(--shadow-sm); }
.cfeed__top { display: flex; justify-content: space-between; align-items: center; }
.cfeed__ref { font-family: var(--mono); font-size: 0.66rem; color: var(--ink-3); }
.cfeed__card b { font-size: var(--t-sm); font-weight: 600; }
.cfeed__meta { font-size: var(--t-xs); color: var(--ink-2); }
.cfeed__foot { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 0.66rem; color: var(--ink-4); margin-top: 2px; }
.cfeed__time { color: var(--go); font-weight: 600; }
@media (prefers-reduced-motion: reduce) { .cfeed__track, .cfeed__live i { animation: none; } }

/* Built for Shopify band */
.sband { padding-block: var(--s7); border-bottom: 1px solid var(--rule); }
.sband__grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: var(--s7); align-items: center; }
.sband__mark { display: grid; gap: var(--s4); justify-items: start; }
.sband__mark > img { width: 150px; height: auto; }
.sband__points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s5); }
.sband__points b { display: block; font-size: var(--t-sm); font-weight: 600; margin-bottom: 4px; }
.sband__points span { display: block; font-size: var(--t-sm); color: var(--ink-2); line-height: 1.5; }
@media (max-width: 900px) { .sband__grid { grid-template-columns: minmax(0, 1fr); } .sband__points { grid-template-columns: minmax(0, 1fr); } }

.bfs span::before { display: none !important; }
.bfs img, .bfs--sm img, .bfs--md img, .bfs--lg img { width: 18px; height: 18px; }
.bfs--sm img { width: 15px; height: 15px; }
.bfs--lg img { width: 22px; height: 22px; }
.hero-split .hero-badges { margin-top: var(--s5); margin-bottom: 0; }
.hero-split__meta { margin-top: var(--s4); }

/* Owner logo */
.brand__logo { height: 40px; width: auto; display: block; }
.brand__logo--footer { height: 46px; }
@media (max-width: 760px) { .brand__logo { height: 32px; } }

/* ------------------------------------------------------------------
   Long-form article layout
   ------------------------------------------------------------------ */
.post__head { padding: var(--s8) 0 var(--s6); }
.post__title { font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.4rem); line-height: 1.05; letter-spacing: -0.03em; max-width: 20ch; margin-bottom: var(--s4); text-wrap: balance; }
.post__sub { font-family: "Charter", "Iowan Old Style", "Source Serif Pro", Georgia, serif; font-size: 1.3rem; line-height: 1.5; color: var(--ink-2); max-width: 60ch; margin-bottom: var(--s5); }
.byline { display: flex; align-items: center; gap: var(--s3); }
.byline__avatar { width: 40px; height: 40px; border-radius: 10px; flex: none; }
.byline b { display: block; font-size: var(--t-sm); font-weight: 600; }
.byline span { display: block; font-size: var(--t-xs); color: var(--ink-3); }
.post__cover { margin: 0 0 var(--s7); }
.post__cover img { width: 100%; max-height: 520px; object-fit: cover; border-radius: var(--r-lg); display: block; }
.post__cover figcaption { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); margin-top: var(--s3); text-align: center; }
.entry-content--article { font-family: "Charter", "Iowan Old Style", "Source Serif Pro", Georgia, serif; font-size: 1.22rem; line-height: 1.68; color: #1f2937; }
.entry-content--article p { margin-bottom: var(--s5); color: #1f2937; font-size: inherit; line-height: inherit; }
.entry-content--article p.lead { font-size: 1.38rem; line-height: 1.55; color: var(--ink); }
.entry-content--article h2 { font-family: var(--serif); font-size: clamp(1.6rem, 1.3rem + 1vw, 2.1rem); letter-spacing: -0.02em; margin: var(--s8) 0 var(--s4); line-height: 1.15; }
.entry-content--article h3 { font-family: var(--sans); font-size: 1.15rem; font-weight: 700; margin: var(--s6) 0 var(--s3); letter-spacing: -0.01em; }
.entry-content--article ul, .entry-content--article ol { padding-left: 1.4em; margin: 0 0 var(--s5); }
.entry-content--article li { margin-bottom: var(--s3); color: #1f2937; font-size: inherit; line-height: 1.6; }
.entry-content--article li strong, .entry-content--article p strong { color: var(--ink); font-weight: 700; }
.entry-content--article em { font-style: italic; }
.entry-content--article .takeaways { background: var(--tint); border-radius: var(--r-lg); padding: var(--s5) var(--s6); margin: var(--s6) 0 var(--s7); font-family: var(--sans); font-size: 1rem; }
.entry-content--article .takeaways b { display: block; font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand); margin-bottom: var(--s3); }
.entry-content--article .takeaways ul { margin: 0; padding-left: 1.2em; }
.entry-content--article .takeaways li { margin-bottom: 6px; color: var(--ink-2); font-size: 1rem; }
.entry-content--article .pull { margin: var(--s7) 0; padding: 0; }
.entry-content--article .pull blockquote { margin: 0; padding: var(--s2) 0 var(--s2) var(--s6); border-left: 3px solid var(--brand); font-family: var(--serif); font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.8rem); line-height: 1.3; letter-spacing: -0.015em; color: var(--ink); font-style: italic; }
.entry-content--article hr.dots { border: 0; margin: var(--s8) 0; text-align: center; }
.entry-content--article hr.dots::after { content: "\00B7 \00B7 \00B7"; font-size: 1.8rem; letter-spacing: 0.6em; color: var(--ink-4); }
.entry-content--article figure img { width: 100%; border-radius: var(--r); }
.post__end { margin: var(--s8) 0 var(--s8); padding-top: var(--s6); border-top: 1px solid var(--rule); display: grid; gap: var(--s5); }
.post__end .byline span { max-width: 52ch; }
.postgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s5); }
.postcard { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); overflow: hidden; text-decoration: none; color: var(--ink); transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease); }
.postcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); color: var(--ink); }
.postcard > img, .postcard__img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.postcard__img { display: block; }
.postcard__blank { display: block; aspect-ratio: 16 / 9; background: var(--tint); }
.postcard__body { padding: var(--s5); display: grid; gap: var(--s2); }
.postcard__meta { font-family: var(--mono); font-size: var(--t-xs); color: var(--ink-3); }
.postcard h3 { font-size: var(--t-md); line-height: 1.3; }
.postcard h3 a { color: var(--ink); text-decoration: none; }
.postcard h3 a:hover { color: var(--brand); }
.postcard p { margin: 0; font-size: var(--t-sm); color: var(--ink-2); line-height: 1.55; }
.postgrid--list { grid-template-columns: minmax(0, 1fr); gap: var(--s5); }
.postcard--row { display: grid; grid-template-columns: 360px minmax(0, 1fr); align-items: stretch; }
.postcard--row .postcard__img img, .postcard--row .postcard__blank { height: 100%; aspect-ratio: auto; min-height: 220px; }
.postcard--row .postcard__body { padding: var(--s6); }
.postcard--row h3 { font-size: var(--t-lg); }
.postcard--row p { font-size: var(--t-base); }
@media (max-width: 900px) { .postgrid { grid-template-columns: minmax(0, 1fr); } .postcard--row { grid-template-columns: minmax(0, 1fr); } .postcard--row .postcard__img img { aspect-ratio: 16 / 9; min-height: 0; } }

/* ------------------------------------------------------------------
   Comparison pages: faceoff, glance tiles, point-by-point duel
   ------------------------------------------------------------------ */
.cmp-hero { padding-bottom: var(--s7); }
.cmp-hero h1 { max-width: 18ch; }
.faceoff { display: grid; grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr); align-items: stretch; gap: var(--s4); margin-top: var(--s7); }
.faceoff__card { display: grid; gap: var(--s3); align-content: center; justify-items: start; padding: var(--s6); border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--rule); box-shadow: var(--shadow); min-height: 190px; }
.faceoff__card--us { background: linear-gradient(160deg, #e3e9fb, #f4f6fc); border-color: transparent; }
.faceoff__card img { height: 44px; width: auto; }
.faceoff__card b { font-family: var(--serif); font-size: clamp(1.8rem, 1.4rem + 1.4vw, 2.6rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.faceoff__card span { font-size: var(--t-sm); color: var(--ink-2); max-width: 36ch; }
.faceoff__vs { align-self: center; width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; font-family: var(--serif); font-size: 1.6rem; font-weight: 600; font-style: italic; box-shadow: var(--shadow-lg); }
@media (max-width: 760px) { .faceoff { grid-template-columns: minmax(0, 1fr); } .faceoff__vs { justify-self: center; width: 56px; height: 56px; font-size: 1.2rem; } }

.glance { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
.glance__tile { background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: var(--s5); display: grid; gap: var(--s3); }
.glance__top { display: flex; align-items: center; gap: var(--s3); margin-bottom: var(--s2); }
.glance__icon { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--tint); color: var(--ink-2); flex: none; }
.glance__icon .ico { width: 18px; height: 18px; }
.glance__label { font-family: var(--mono); font-size: var(--t-xs); letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); }
.glance__row { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: var(--s3); align-items: baseline; padding: var(--s2) var(--s3); border-radius: var(--r-sm); }
.glance__row span { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-4); }
.glance__row b { font-size: var(--t-sm); font-weight: 600; color: var(--ink-2); }
.glance__row--us { background: var(--brand-soft); }
.glance__row--us span { color: var(--brand); }
.glance__row--us b { color: var(--ink); }
@media (max-width: 900px) { .glance { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .glance { grid-template-columns: minmax(0, 1fr); } }

.model { padding: var(--s6); border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--rule); }
.model--us { background: linear-gradient(160deg, #e3e9fb, #f4f6fc); border-color: transparent; }
.model h2 { font-size: var(--t-xl); margin-bottom: var(--s4); }
.model p { color: var(--ink-2); }
.model .checks { margin-top: var(--s4); }

.duel { display: grid; gap: var(--s3); }
.duel__head { display: grid; grid-template-columns: 220px 1fr 1fr; gap: var(--s3); padding: 0 var(--s4) var(--s2); }
.duel__brand { display: flex; align-items: center; gap: 8px; font-family: var(--serif); font-size: var(--t-md); font-weight: 600; letter-spacing: -0.015em; }
.duel__brand img { width: 22px; height: 22px; border-radius: 6px; }
.duel__brand--us { color: var(--brand); }
.duel__row { display: grid; grid-template-columns: 220px 1fr 1fr; gap: var(--s3); align-items: stretch; }
.duel__label { display: flex; align-items: center; gap: var(--s3); padding: var(--s4); font-weight: 600; font-size: var(--t-sm); }
.duel__icon { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--tint); color: var(--ink-2); flex: none; }
.duel__icon .ico { width: 17px; height: 17px; }
.duel__cell { padding: var(--s4) var(--s5); border-radius: var(--r); background: var(--white); border: 1px solid var(--rule); font-size: var(--t-sm); color: var(--ink-2); line-height: 1.55; }
.duel__cell--us { background: var(--brand-soft); border-color: transparent; color: var(--ink); }
.duel__who { display: none; }
@media (max-width: 860px) {
  .duel__head { display: none; }
  .duel__row { grid-template-columns: minmax(0, 1fr); gap: var(--s2); padding-bottom: var(--s3); border-bottom: 1px solid var(--rule); }
  .duel__label { padding: var(--s3) 0 var(--s2); }
  .duel__who { display: block; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 4px; }
  .duel__cell--us .duel__who { color: var(--brand); }
}
.crumbs li[aria-current] { max-width: 42ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.brand img, .site-header .custom-logo, .site-footer .custom-logo { height: 40px; width: auto; max-width: 220px; object-fit: contain; }
.site-footer .brand img { height: 46px; }
.primary-nav a, .mega__btn { white-space: nowrap; }
