/* ==========================================================================
   Superior Accounting & Tax — prospect redesign (cloned from TWI v2)
   Hero: Ledger. Nav / difference / stats / chip cloud / FAQ / footer: DocShield.
   Coverage list + parallax glass cards: Reyou. Stacked blocks + rows: Ledger.
   ========================================================================== */

:root {
  --navy: #19212c;
  --navy-2: #232e3d;
  --navy-deep: #0f141c;
  --red: #2f5a0a;
  --red-2: #507800;
  --ink: #111318;
  --text: #2a2e37;
  --muted: #6b7280;
  --muted-2: #9aa0ab;
  --cream: #f7f6f1;
  --cream-2: #eeece4;
  --line: rgba(17, 19, 24, 0.09);
  --white: #fff;

  --serif: "Newsreader", "Times New Roman", Georgia, serif;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1280px;
  --gutter: clamp(16px, 2.5vw, 32px);
  --r-lg: 28px;
  --r: 16px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }
section[id], .block[id] { scroll-margin-top: 90px; }

.wrap { width: min(var(--wrap), 100% - var(--gutter) * 2); margin-inline: auto; }

/* ---------- type ---------- */
.h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-variation-settings: "opsz" 72;
}
.kicker {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink);
}
.kicker i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.kicker--light { color: rgba(255, 255, 255, 0.85); }
.center-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.center-head p { margin-top: 16px; font-size: 15px; color: var(--muted); line-height: 1.6; }

/* ---------- pills / icons ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 11px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 500; line-height: 1; white-space: nowrap;
  transition: transform .4s var(--ease), background .25s, box-shadow .4s;
}
.pill:hover { transform: translateY(-1px); }
.pill--dark { background: var(--ink); color: #fff; }
.pill--dark:hover { background: #000; }
.pill--white { background: #fff; color: var(--ink); box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.pill--lg { padding: 15px 24px; font-size: 15px; justify-content: center; }
.ico-arrow { width: 14px; height: 14px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat; }
.ico-circle-arrow { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid currentColor; position: relative; flex: none; }
.ico-circle-arrow::after { content: ""; position: absolute; inset: 6px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat; }
.ico-box-arrow { width: 16px; height: 16px; border-radius: 3px; background: currentColor; position: relative; display: inline-block; vertical-align: -3px; margin-left: 4px; }
.ico-box-arrow::after { content: ""; position: absolute; inset: 3px; background: var(--bg-of-parent, #19212c); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat; }
.ico-plus { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--navy); position: relative; flex: none; transition: transform .35s var(--ease); }
.ico-plus::before, .ico-plus::after { content: ""; position: absolute; background: var(--navy); left: 50%; top: 50%; transform: translate(-50%, -50%); }
.ico-plus::before { width: 8px; height: 1.5px; }
.ico-plus::after { width: 1.5px; height: 8px; }
.ico-shield, .ico-doc, .ico-people, .ico-tag { width: 22px; height: 22px; background: currentColor; flex: none; opacity: .9; }
.ico-shield { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.5 8.5-7 10-3.5-1.5-7-5-7-10V6z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.5 8.5-7 10-3.5-1.5-7-5-7-10V6z'/%3E%3C/svg%3E") center/contain no-repeat; }
.ico-doc { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l5 5v13H7z M14 3v5h5 M10 13h6 M10 17h6'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l5 5v13H7z M14 3v5h5 M10 13h6 M10 17h6'/%3E%3C/svg%3E") center/contain no-repeat; }
.ico-people { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.5'/%3E%3Cpath d='M2.5 20c0-3.5 3-6 6.5-6s6.5 2.5 6.5 6 M16 4.5a3.5 3.5 0 010 7 M21.5 20c0-3-2-5.2-4.8-5.8'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.5'/%3E%3Cpath d='M2.5 20c0-3.5 3-6 6.5-6s6.5 2.5 6.5 6 M16 4.5a3.5 3.5 0 010 7 M21.5 20c0-3-2-5.2-4.8-5.8'/%3E%3C/svg%3E") center/contain no-repeat; }
.ico-tag { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12V4h8l10 10-8 8z'/%3E%3Ccircle cx='7.5' cy='8.5' r='1.3'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12V4h8l10 10-8 8z'/%3E%3Ccircle cx='7.5' cy='8.5' r='1.3'/%3E%3C/svg%3E") center/contain no-repeat; }
.ico-phone, .ico-mail { display: inline-block; width: 14px; height: 14px; background: currentColor; vertical-align: -2px; margin-right: 8px; }
.ico-phone { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a11 11 0 005 5L15 13l5 2v4a2 2 0 01-2 2A16 16 0 013 6a2 2 0 012-2z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a11 11 0 005 5L15 13l5 2v4a2 2 0 01-2 2A16 16 0 013 6a2 2 0 012-2z'/%3E%3C/svg%3E") center/contain no-repeat; }
.ico-mail { -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E") center/contain no-repeat; }

/* ==========================================================================
   NAV — DocShield pill
   ========================================================================== */
.nav { position: fixed; top: 20px; left: 0; right: 0; z-index: 60; display: flex; flex-direction: column; align-items: center; padding: 0 var(--gutter); pointer-events: none; }
.nav__pill {
  pointer-events: auto;
  width: min(var(--wrap), 100%);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 8px 8px 8px 22px;
  border-radius: 999px;
  background: rgba(228, 232, 226, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  color: var(--navy);
  box-shadow: 0 8px 30px -14px rgba(16, 24, 40, 0.35);
  transition: background .4s, box-shadow .4s;
}
.nav.is-scrolled .nav__pill { background: rgba(255, 255, 255, 0.78); border-color: rgba(17, 19, 24, 0.06); }
.nav__brand { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
.nav__mark { width: 26px; }
.nav__links { display: flex; gap: 30px; }
.nav__links a { font-size: 13.5px; font-weight: 500; color: rgba(25, 33, 44, 0.72); transition: color .2s; }
.nav__links a:hover { color: var(--navy); }
.nav__actions { display: flex; align-items: center; gap: 8px; }
.nav__toggle { display: none; width: 40px; height: 40px; border-radius: 50%; position: relative; }
.nav__toggle span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: currentColor; transition: transform .3s var(--ease), top .3s; }
.nav__toggle span:first-child { top: 15px; }
.nav__toggle span:last-child { top: 23px; }
.nav.is-open .nav__toggle span:first-child { top: 19px; transform: rotate(45deg); }
.nav.is-open .nav__toggle span:last-child { top: 19px; transform: rotate(-45deg); }
.nav__mobile { pointer-events: auto; display: none; width: min(var(--wrap), 100%); margin-top: 8px; padding: 12px; border-radius: 22px; background: rgba(255, 255, 255, 0.96); border: 1px solid var(--line); box-shadow: 0 20px 40px -20px rgba(16, 24, 40, 0.4); flex-direction: column; gap: 2px; }
.nav__mobile a { padding: 12px 14px; border-radius: 12px; font-weight: 500; color: var(--navy); font-size: 15px; }
.nav__mobile a.pill { margin-top: 8px; color: #fff; justify-content: center; }
.nav.is-open .nav__mobile { display: flex; }
@media (max-width: 1000px) { .nav__links, .nav__actions .pill--dark { display: none; } .nav__toggle { display: block; } }
@media (max-width: 480px) { .nav__actions .pill--white { display: none; } .nav { top: 12px; } }

/* ==========================================================================
   HERO — Ledger inset frame
   ========================================================================== */
.hero { padding: 12px; background: var(--white); }
.hero__frame {
  position: relative;
  min-height: calc(100svh - 24px);
  border-radius: var(--r-lg);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--navy-deep);
}
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; z-index: -2; }
.hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 14, 20, 0.32) 0%, rgba(10, 14, 20, 0.12) 40%, rgba(10, 14, 20, 0.55) 78%, rgba(10, 14, 20, 0.8) 100%), linear-gradient(90deg, rgba(10, 14, 20, 0.45) 0%, rgba(10, 14, 20, 0) 55%); }
.hero__copy { position: absolute; left: clamp(24px, 3vw, 48px); bottom: clamp(36px, 6vw, 72px); max-width: 640px; z-index: 1; }
.hero__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(42px, 5.4vw, 74px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-variation-settings: "opsz" 72;
  text-wrap: balance;
  opacity: 0; animation: rise 1s var(--ease) .25s forwards;
}
.hero__lede { margin-top: 40px; max-width: 360px; font-size: 15px; line-height: 1.55; color: rgba(255, 255, 255, 0.82); opacity: 0; animation: rise 1s var(--ease) .45s forwards; }
.hero__rule { height: 1px; background: rgba(255, 255, 255, 0.28); margin: 26px 0 22px; width: min(600px, 100%); opacity: 0; animation: rise 1s var(--ease) .6s forwards; }
.hero__scroll { display: inline-flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 500; opacity: 0; animation: rise 1s var(--ease) .7s forwards; }
.hero__scroll .ico-circle-arrow { color: #9ccc3a; transform: rotate(90deg); }
.hero__scroll:hover .ico-circle-arrow { animation: bob 1.2s ease-in-out infinite; }
@keyframes bob { 50% { transform: rotate(90deg) translateX(3px); } }

.hero__cluster { position: absolute; right: clamp(16px, 2vw, 32px); bottom: clamp(16px, 2vw, 32px); width: min(540px, calc(100% - 32px)); z-index: 2; opacity: 0; animation: rise 1.1s var(--ease) .9s forwards; }
.dots { display: flex; gap: 6px; justify-content: flex-end; margin-bottom: 10px; padding: 6px 10px; }
.dots b { width: 6px; height: 6px; border-radius: 999px; background: rgba(255, 255, 255, 0.5); transition: width .4s var(--ease), background .3s; }
.dots b.is-on { width: 18px; background: #9ccc3a; }
.glass {
  background: rgba(24, 28, 36, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 14px;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.6);
}
.glass--feature { position: relative; min-height: 172px; overflow: hidden; }
.feature { position: absolute; inset: 0; display: grid; grid-template-columns: 250px 1fr; gap: 20px; padding: 14px; opacity: 0; transform: translateX(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); pointer-events: none; }
.feature.is-on { opacity: 1; transform: none; pointer-events: auto; }
.feature__img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.feature__body { display: flex; flex-direction: column; gap: 8px; padding: 6px 6px 6px 0; }
.tag { align-self: flex-start; font-size: 11px; font-weight: 600; padding: 4px 9px; border-radius: 999px; }
.tag--red { background: #d7ec9e; color: #244000; }
.feature__title { font-size: 14.5px; font-weight: 600; line-height: 1.3; }
.feature__text { font-size: 12px; line-height: 1.45; color: rgba(255, 255, 255, 0.72); }
.glass-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.glass--stat { padding: 14px 16px 14px; min-height: 118px; display: flex; flex-direction: column; justify-content: space-between; }
.glass__label { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.85); }
.glass__label i { width: 2px; height: 12px; background: #9ccc3a; border-radius: 1px; }
.glass__num { align-self: flex-end; font-family: var(--serif); font-size: 40px; line-height: 1; letter-spacing: -0.02em; font-variation-settings: "opsz" 72; }
.glass__num small { font-size: 20px; color: rgba(255, 255, 255, 0.7); margin-left: 2px; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) { .hero__copy { bottom: 300px; } .hero__cluster { width: min(460px, calc(100% - 32px)); } .feature { grid-template-columns: 190px 1fr; } }
@media (max-width: 760px) {
  .hero { padding: 8px; }
  .hero__frame { min-height: 0; padding: 120px 16px 16px; display: flex; flex-direction: column; gap: 32px; }
  .hero__copy, .hero__cluster { position: static; width: auto; }
  .hero__title { font-size: clamp(38px, 11vw, 48px); }
  .hero__lede { margin-top: 24px; }
  .feature { grid-template-columns: 1fr; }
  .feature__img { display: none; }
  .glass--feature { min-height: 176px; }
  .hero__shade { background: linear-gradient(180deg, rgba(10, 14, 20, 0.45) 0%, rgba(10, 14, 20, 0.35) 30%, rgba(10, 14, 20, 0.72) 60%, rgba(10, 14, 20, 0.9) 100%); }
  .hero__lede { color: rgba(255, 255, 255, 0.95); font-size: 16px; text-shadow: 0 1px 2px rgba(0,0,0,.35); }
  .hero__rule, .hero__scroll, .dots { display: none; }
  .hero__frame { gap: 24px; }
}

/* ==========================================================================
   LOGO STRIP — DocShield
   ========================================================================== */
.strip { padding: 22px 0 26px; background: var(--white); }
.strip__label { text-align: center; font-size: 11px; color: var(--muted); margin-bottom: 18px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; align-items: center; width: max-content; animation: marquee 70s linear infinite; will-change: transform; transform: translateZ(0); }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track img { height: 44px; width: 138px; margin-right: 36px; flex: none; object-fit: contain; filter: grayscale(1) contrast(1.05); opacity: .6; transition: opacity .3s, filter .3s; }
.marquee__track img:hover { filter: none; opacity: 1; }
@keyframes marquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

/* ==========================================================================
   THE DIFFERENCE — DocShield pinned headline + tilted cards
   ========================================================================== */
.diff { position: relative; height: 380vh; background: var(--white); }
.diff__sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: grid; place-items: center; }
.diff__title {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(56px, 10.5vw, 150px);
  line-height: .98;
  letter-spacing: -0.045em;
  text-align: center;
  color: var(--ink);
  position: relative; z-index: 1;
}
.diff__cards { display: contents; }
.rcard {
  position: absolute; z-index: 2;
  width: 310px; padding: 30px 28px 22px;
  border-radius: 14px;
  background: #f4f4f4;
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, 0.28), 0 1px 0 rgba(0,0,0,.04);
  transform: translate3d(var(--x, 0), 120vh, 0) rotate(var(--r, 0deg));
  will-change: transform;
}
.rcard p { font-size: 20px; line-height: 1.35; color: var(--ink); letter-spacing: -0.01em; }
.rcard__who { display: flex; align-items: center; gap: 10px; margin-top: 28px; }
.rcard__who b { width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 10px; font-weight: 600; display: grid; place-items: center; }
.rcard__who span { font-size: 12px; font-weight: 600; color: var(--ink); line-height: 1.2; }
.rcard__who em { display: block; font-style: normal; font-weight: 400; color: var(--muted); font-size: 11px; }
.rcard--a { --x: -34vw; --r: -6deg; background: #f4f4f4; }
.rcard--b { --x: 22vw; --r: 9deg; background: #eef4e4; }
.rcard--c { --x: -28vw; --r: 5deg; background: #e8eef5; }
.rcard--d { --x: 30vw; --r: -7deg; background: #f4f4f4; }
.rcard--e { --x: -20vw; --r: -3deg; background: #eef4e4; }
.rcard--f { --x: 26vw; --r: 6deg; background: #e8eef5; }
@media (max-width: 760px) {
  .diff { height: auto; padding: 72px 0 40px; }
  .diff__sticky { position: static; height: auto; overflow: visible; display: block; }
  .diff__title { font-size: clamp(44px, 13vw, 64px); margin-bottom: 36px; padding: 0 20px; }
  .diff { overflow-x: clip; }
  .diff__cards { display: flex; width: 100%; max-width: 100vw; box-sizing: border-box; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 12px 20px 28px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .diff__cards::-webkit-scrollbar { display: none; }
  .rcard { position: static; flex: 0 0 300px; min-width: 0; scroll-snap-align: center; transform: none !important; width: auto; padding: 22px 20px 18px; }
  .rcard p { font-size: 17px; }
}

/* ==========================================================================
   STATS — DocShield count-up
   ========================================================================== */
.stats { padding: clamp(60px, 8vw, 120px) 0; background: var(--white); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; }
.stat__num { font-size: clamp(44px, 5.2vw, 76px); font-weight: 300; line-height: 1; color: #3d4a2a; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.stat__num small { font-size: .45em; margin-left: 2px; color: #8fa36e; }
.stat__label { margin-top: 16px; font-size: 13px; color: var(--muted); }
@media (max-width: 700px) { .stats__grid { grid-template-columns: 1fr 1fr; gap: 40px 16px; } }

/* ==========================================================================
   STACKED BLOCKS — Ledger
   ========================================================================== */
.blocks { padding: 0 0 clamp(60px, 8vw, 120px); }
.block {
  position: sticky; top: 90px;
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1px auto; column-gap: 40px;
  padding: clamp(32px, 4vw, 56px);
  border-radius: var(--r-lg);
  min-height: 460px;
  margin-bottom: 14px;
  color: #fff;
  box-shadow: 0 -10px 40px -30px rgba(0,0,0,.4);
}
.block--navy { background: var(--navy); --bg-of-parent: var(--navy); }
.block--red { background: var(--red); --bg-of-parent: var(--red); }
.block--cream { background: var(--cream-2); color: var(--ink); --bg-of-parent: var(--cream-2); }
.block__title { grid-column: 1; grid-row: 1; font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -0.02em; line-height: 1.1; font-variation-settings: "opsz" 72; }
.block__rule { grid-column: 1 / -1; grid-row: 2; height: 1px; background: currentColor; opacity: .22; margin: 48px 0 0; }
.block__body { grid-column: 2; grid-row: 3; align-self: end; padding-top: 48px; display: flex; flex-direction: column; gap: 18px; font-size: 15.5px; line-height: 1.6; }
.block--navy .block__body, .block--red .block__body { color: rgba(255, 255, 255, 0.9); }
.block__link { font-size: 14px; font-weight: 500; text-decoration: underline; text-underline-offset: 4px; display: inline-flex; align-items: center; margin-top: 6px; }
@media (max-width: 800px) { .block { grid-template-columns: 1fr; min-height: 0; position: relative; top: 0; } .block__body { grid-column: 1; padding-top: 28px; } .block__rule { margin-top: 28px; } }

/* ==========================================================================
   COVERAGE LIST — Reyou
   ========================================================================== */
.cov { padding: clamp(60px, 8vw, 120px) 0; background: var(--cream); }
.cov__grid { display: grid; grid-template-columns: 200px 1fr; gap: 32px; align-items: start; }
.cov__title { font-family: var(--sans); font-weight: 400; font-size: clamp(30px, 3vw, 40px); letter-spacing: -0.02em; color: var(--ink); margin-bottom: 28px; }
.cov__list { border-top: 1px solid rgba(17, 19, 24, 0.4); }
.cov__row { display: grid; grid-template-columns: 200px 260px 1fr; gap: 28px; padding: 32px 0; border-bottom: 1px solid rgba(17, 19, 24, 0.18); align-items: center; }
.cov__name { display: flex; align-items: center; justify-content: space-between; gap: 12px; align-self: start; font-size: 14px; font-weight: 500; color: var(--ink); }
.cov__name .ico-circle-arrow { color: var(--ink); transition: transform .4s var(--ease), background .3s, color .3s; }
.cov__row:hover .cov__name .ico-circle-arrow { background: var(--ink); color: #fff; transform: translateX(3px); }
.cov__img { aspect-ratio: 3 / 2; overflow: hidden; border-radius: 4px; background: var(--cream-2); }
.cov__img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.02); transition: transform 1.2s var(--ease); }
.cov__row:hover .cov__img img { transform: scale(1.04); }
.cov__text { font-size: 13.5px; line-height: 1.6; color: var(--text); }
@media (max-width: 960px) { .cov__grid { grid-template-columns: 1fr; gap: 20px; } .cov__row { grid-template-columns: 1fr 1fr; } .cov__text { grid-column: 1 / -1; } }
@media (max-width: 600px) { .cov__row { grid-template-columns: 1fr; gap: 16px; } }

/* ==========================================================================
   CHIP CLOUD — DocShield "One partner, every policy"
   ========================================================================== */
.cloud-wrap { padding: clamp(60px, 8vw, 120px) var(--gutter); background: var(--white); }
.cloud {
  position: relative;
  width: min(var(--wrap), 100%); margin-inline: auto;
  min-height: 560px;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: linear-gradient(180deg, #19212c 0%, #365a1c 55%, #e3ecd6 100%);
  display: grid; place-items: center;
  color: #fff;
  isolation: isolate;
}
.cloud__chips { display: contents; }
.cloud__copy { position: relative; z-index: 2; text-align: center; max-width: 720px; padding: 60px 24px; }
.cloud__copy h2 { font-family: var(--sans); font-weight: 400; font-size: clamp(32px, 3.8vw, 52px); letter-spacing: -0.03em; line-height: 1.05; }
.cloud__copy p { margin: 22px auto 30px; font-size: 14.5px; line-height: 1.6; color: rgba(255, 255, 255, 0.85); max-width: 560px; }
.chip {
  position: absolute; left: var(--x); top: var(--y); z-index: 1;
  padding: 9px 16px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  font-size: 13.5px; font-weight: 500; color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
  animation: float 7s ease-in-out infinite;
  animation-delay: var(--d);
  will-change: transform;
}
.chip:nth-child(3n) { background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.7); }
@keyframes float { 0%, 100% { transform: translate3d(var(--px, 0), 0, 0); } 50% { transform: translate3d(var(--px, 0), -14px, 0); } }
@media (max-width: 700px) {
  .cloud { min-height: 620px; }
  .cloud__copy { padding: 150px 20px 150px; }
  .chip { font-size: 12px; padding: 7px 12px; }
  .chip:nth-child(n+7) { display: none; }
  .chip, .chip:nth-child(3n) { background: rgba(20, 28, 24, 0.28); border-color: rgba(255,255,255,.28); color: #fff; }
  .chip:nth-child(n+4) { background: rgba(20, 28, 24, 0.45); }
  .chip:nth-child(1) { --x: 8% !important; --y: 4% !important; }
  .chip:nth-child(2) { --x: 58% !important; --y: 8% !important; }
  .chip:nth-child(3) { --x: 22% !important; --y: 13% !important; }
  .chip:nth-child(4) { --x: 12% !important; --y: 80% !important; }
  .chip:nth-child(5) { --x: 56% !important; --y: 85% !important; }
  .chip:nth-child(6) { --x: 28% !important; --y: 90% !important; }
}

/* ==========================================================================
   PARALLAX + GLASS CARDS — Reyou
   ========================================================================== */
.para { position: relative; overflow: hidden; isolation: isolate; color: #fff; padding: 12px; }
.para__media { position: absolute; inset: -30% 12px; z-index: -2; border-radius: var(--r-lg); overflow: hidden; }
.para__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.para__shade { position: absolute; inset: 0 12px; z-index: -1; border-radius: var(--r-lg); background: linear-gradient(180deg, rgba(20, 28, 24, 0.86) 0%, rgba(20, 28, 24, 0.55) 50%, rgba(10, 14, 20, 0.92) 100%); }
.para__inner { width: min(var(--wrap), 100% - 24px); margin-inline: auto; padding: clamp(60px, 7vw, 100px) 0 40px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.para__title { font-family: var(--sans); font-weight: 400; font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -0.025em; line-height: 1.1; margin-top: 18px; }
.para__lede { margin: 18px auto 44px; max-width: 640px; font-size: 14px; line-height: 1.65; color: rgba(255, 255, 255, 0.85); }
.para__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; width: 100%; text-align: left; }
.para__cards--4 { grid-template-columns: repeat(4, 1fr); }
.gcard {
  padding: 28px 26px 24px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(18, 24, 40, 0.42);
  backdrop-filter: blur(8px);
  display: flex; flex-direction: column; gap: 16px;
  transition: background .3s, transform .5s var(--ease);
}
.gcard:hover { background: rgba(18, 24, 40, 0.58); transform: translateY(-3px); }
.gcard__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.gcard h3 { font-size: 18px; font-weight: 500; letter-spacing: -0.01em; }
.gcard p { font-size: 13.5px; line-height: 1.6; color: rgba(255, 255, 255, 0.85); flex: 1; }
.gcard__link { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.para__tag { align-self: flex-end; margin-top: clamp(80px, 12vw, 180px); font-family: var(--sans); font-weight: 400; font-size: clamp(34px, 4.6vw, 64px); letter-spacing: -0.03em; line-height: 1.02; text-align: right; }
@media (max-width: 1100px) { .para__cards--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .para__cards, .para__cards--4 { grid-template-columns: 1fr; } .para__media, .para__shade { inset-inline: 8px; } .para { padding: 8px; } }

/* ==========================================================================
   TRACK RECORD ROWS — Ledger
   ========================================================================== */
.record { padding: clamp(60px, 8vw, 120px) 0; background: var(--white); }
.rows { display: grid; gap: 10px; }
.row { display: grid; grid-template-columns: 200px 1fr 200px; align-items: center; gap: 24px; padding: 32px 36px; border-radius: 14px; background: var(--cream); }
.row__label { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--ink); }
.row__label i { width: 2px; height: 14px; background: var(--c); border-radius: 1px; }
.row__text { font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.row__num { justify-self: end; font-family: var(--serif); font-size: clamp(32px, 3.4vw, 44px); line-height: 1; letter-spacing: -0.02em; color: var(--ink); font-variation-settings: "opsz" 72; border-left: 1px solid var(--line); padding-left: 40px; }
.row__num small { font-size: .55em; color: var(--muted); }
.row__num--word { font-size: clamp(22px, 2.4vw, 30px); }
@media (max-width: 760px) { .row { grid-template-columns: 1fr; padding: 24px; } .row__num { justify-self: start; border: 0; padding: 0; } }

/* ==========================================================================
   FAQ — DocShield
   ========================================================================== */
.faq { padding: clamp(40px, 6vw, 80px) 0 clamp(60px, 8vw, 120px); background: var(--white); }
.faq__inner { max-width: 720px; text-align: center; }
.faq .h2 { font-family: var(--sans); font-size: clamp(28px, 3vw, 38px); letter-spacing: -0.025em; margin-bottom: 40px; }
.acc { text-align: left; border-top: 1px solid var(--line); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 4px; font-size: 14.5px; font-weight: 500; color: var(--navy); cursor: pointer; }
.acc__item summary::-webkit-details-marker { display: none; }
.acc__item[open] .ico-plus { transform: rotate(45deg); }
.acc__body { padding: 0 4px 20px; font-size: 14px; line-height: 1.65; color: var(--muted); max-width: 640px; }

/* ==========================================================================
   CLOSING — Ledger two-col
   ========================================================================== */
.close { padding: 0 var(--gutter) clamp(60px, 8vw, 120px); }
.close__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.close__panel { background: var(--navy); color: #fff; border-radius: var(--r-lg); padding: clamp(32px, 4vw, 56px); display: flex; flex-direction: column; min-height: 560px; }
.close__title { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 3.2vw, 42px); line-height: 1.12; letter-spacing: -0.02em; font-variation-settings: "opsz" 72; max-width: 440px; }
.close__offices { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: auto; padding-top: 48px; font-size: 14px; line-height: 1.5; color: rgba(255, 255, 255, 0.82); }
.close__office { font-weight: 600; color: #fff; margin-bottom: 8px; }
.close__offices a { display: inline-block; margin-top: 8px; color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.close__fine { margin-top: 28px; font-size: 12px; color: rgba(255, 255, 255, 0.55); }
.qform { position: relative; background: var(--cream); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; gap: 14px; }
.qform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.qform label { display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; font-weight: 500; color: var(--ink); }
.qform input, .qform select, .qform textarea { font: inherit; font-size: 15px; padding: 12px 14px; border-radius: 10px; border: 1px solid rgba(17, 19, 24, 0.12); background: #fff; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.qform input:focus, .qform select:focus, .qform textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(80, 120, 0, 0.18); }
.qform .is-invalid { border-color: var(--red); }
.qform textarea { resize: vertical; }
.qform .pill { margin-top: 8px; }
.qform__success { position: absolute; inset: 0; border-radius: var(--r-lg); background: var(--cream); display: grid; place-content: center; text-align: center; padding: 32px; gap: 8px; }
.qform__success[hidden] { display: none; }
.qform__success-title { font-family: var(--serif); font-size: 30px; color: var(--ink); }
.qform__success p:last-child { color: var(--muted); font-size: 14px; }
@media (max-width: 900px) { .close__grid { grid-template-columns: 1fr; } .close__panel { min-height: 0; } }
@media (max-width: 520px) { .close__offices, .qform__row { grid-template-columns: 1fr; } }

/* ==========================================================================
   FOOTER — DocShield gradient card
   ========================================================================== */
.footer { padding: 0 var(--gutter) 20px; background: var(--white); }
@media (max-width: 700px) { .footer { padding: 0 0 16px; } .footer__card { border-radius: 0; padding: 32px 20px 28px; } }
.footer__card {
  width: min(var(--wrap), 100%); margin-inline: auto;
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, #b9c9a6 0%, #7a9a55 30%, #3f6a1c 70%, #1f3d12 100%);
  color: #fff;
  text-shadow: 0 1px 2px rgba(20, 28, 24, 0.35);
  padding: clamp(28px, 4vw, 44px);
  display: flex; flex-direction: column; gap: clamp(60px, 10vw, 140px);
}
.footer__top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer__cols { display: flex; gap: 60px; }
.footer__cols a { display: block; font-size: 13px; font-weight: 500; padding: 4px 0; color: #fff; }
.footer__cols a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer__tag { max-width: 300px; }
.footer__tag p { font-size: clamp(20px, 2vw, 26px); font-weight: 400; letter-spacing: -0.02em; line-height: 1.2; }
.footer__ibam { width: 90px; margin-top: 16px; filter: brightness(0) invert(1); opacity: .9; }
.footer__bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.footer__brand { display: flex; align-items: center; gap: 12px; font-size: clamp(28px, 3.4vw, 44px); font-weight: 500; letter-spacing: -0.03em; }
.footer__brand img { width: 44px; filter: brightness(0) invert(1); }
.footer__contact p { font-size: 13px; padding: 2px 0; }
.footer__legal { text-align: center; font-size: 11px; color: var(--muted-2); margin-top: 16px; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--dl, 0ms); }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .hero__title, .hero__lede, .hero__rule, .hero__scroll, .hero__cluster { opacity: 1; transform: none; }
  .diff { height: auto; } .diff__sticky { height: auto; padding: 80px 0; } .rcard { display: none; }
}

/* ---------- Superior Accounting additions ---------- */
.nav__mark { width: auto; height: 22px; }
.footer__brand img { width: auto; height: 40px; filter: none; }
.marquee__track span { flex: none; margin-right: 44px; font-size: 13px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); white-space: nowrap; display: inline-flex; align-items: center; gap: 14px; }
.marquee__track span::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #507800; margin-left: 44px; }
.marquee__track { animation-duration: 46s; }
.rcard__src { display: flex; align-items: center; gap: 4px; margin-left: auto; font-size: 10px; font-weight: 600; color: var(--muted); letter-spacing: .04em; }
.rcard__src b { width: auto; height: auto; border-radius: 0; background: none; color: #507800; font-size: 12px; }
.close__offices--one { grid-template-columns: 1fr; }
.footer__ibam { filter: none; width: auto; height: 34px; }
