/* ==========================================================================
   blutaxprep.com — Blustone Bookkeeping & Tax Services
   Visual direction: BOLD & CONFIDENT.
     - near-black navy header + hero, light body sections, dark footer
     - oversized condensed-feeling display type, tight tracking
     - services as full-width numbered rows that fill with blue on hover
     - no photography: contrast, scale and colour do the work

   Palette is the brand blue from the client portal, so the website, the logo
   and BluStone Books all read as one company:
     #0B4EA2 deep · #1C9CE8 bright · #37ABEE light · #EAF3FC pale
   No external fonts or CDNs — the site is fully self-contained.
   ========================================================================== */

:root {
  --ink:        #050E1C;   /* near-black navy — header, hero, footer */
  --ink-2:      #0A1A30;   /* raised dark surface */
  --ink-3:      #12263F;   /* dark borders */

  --blue-900:   #072F63;
  --blue-700:   #0B4EA2;
  --blue-500:   #1C9CE8;
  --blue-400:   #37ABEE;
  --blue-50:    #EAF3FC;

  --paper:      #FFFFFF;
  --paper-alt:  #F2F7FC;
  --head:       #08152A;   /* headings on light */
  --body:       #4A5C74;   /* body copy on light */
  --muted:      #7488A1;
  --line:       #DCE6F2;

  --on-dark:    #FFFFFF;
  --on-dark-dim:#93A9C4;

  --r:          8px;
  --r-lg:       16px;
  --wrap:       1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --shadow:     0 2px 4px rgba(5,14,28,.04), 0 8px 24px -8px rgba(5,14,28,.10);
  --shadow-lg:  0 20px 50px -16px rgba(11,78,162,.40);
}

/* --- reset ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-700); text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0 0 1.1em; }
ul { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: .45em; }

h1, h2, h3, h4 { color: var(--head); margin: 0 0 .5em; font-weight: 800; letter-spacing: -.03em; line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 7vw, 5.2rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); }
h3 { font-size: 1.22rem; letter-spacing: -.02em; }

a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--blue-400);
  outline-offset: 3px;
  border-radius: 3px;
}

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 26px; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--blue-500); color: #fff; padding: 12px 20px; z-index: 200; }
.skip:focus { left: 0; }

/* Small uppercase label above a heading. */
.kicker {
  display: block;
  font-size: .78rem; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--blue-500); margin-bottom: 16px;
}
.kicker-dark { color: var(--blue-400); }

/* --- buttons ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 16px 30px; border-radius: var(--r);
  font-weight: 700; font-size: .97rem; letter-spacing: .01em; line-height: 1;
  border: 2px solid transparent; cursor: pointer; text-decoration: none;
  transition: background .15s ease, color .15s ease, border-color .15s ease, transform .12s ease;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--blue-500); color: #fff; box-shadow: var(--shadow-lg); }
.btn-primary:hover { background: var(--blue-400); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--blue-700); color: #fff; }
.btn-outline { background: transparent; color: var(--head); border-color: var(--line); }
.btn-outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.btn-on-dark { background: #fff; color: var(--ink); }
.btn-on-dark:hover { background: var(--blue-400); color: #fff; }
.btn-ghost-dark { background: transparent; color: #fff; border-color: rgba(255,255,255,.28); }
.btn-ghost-dark:hover { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.55); color: #fff; }
.btn-sm { padding: 11px 20px; font-size: .9rem; }
.btn-lg { padding: 19px 38px; font-size: 1.04rem; }

/* --- header ------------------------------------------------------------ */
/* Always dark, so it merges into the hero and stays high-contrast elsewhere. */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { display: flex; align-items: center; gap: 22px; height: 112px; }

/* --- brand lockup ------------------------------------------------------ */
/* Rebuilt from the BluStone Books app's BrandLogo component: the transparent
   mark beside LIVE TEXT, not a flat image. Same mark, same weights, same
   letter-spacing — so the website and the client portal are identical — but it
   stays razor sharp at any size and can be recoloured for the dark header,
   which a baked-in PNG cannot. */
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand-mark { height: 72px; width: auto; flex-shrink: 0; object-fit: contain; }
.brand-text { line-height: 1; }
.brand-name {
  display: block; font-weight: 800; text-transform: uppercase;
  letter-spacing: .14em; line-height: 1; font-size: 2.15rem; color: #fff;
}
.brand-sub {
  display: block; margin-top: 10px; white-space: nowrap;
  font-weight: 500; text-transform: uppercase; letter-spacing: .18em;
  line-height: 1; font-size: .78rem; color: var(--blue-400);
}
/* Brand-coloured variant, for any light background. */
.brand-on-light .brand-name { color: #1A4FA0; }
.brand-on-light .brand-sub  { color: #2F6FB0; }
.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav a.navlink {
  padding: 10px 15px; border-radius: 6px; color: var(--on-dark-dim);
  font-weight: 600; font-size: .93rem; letter-spacing: .01em;
}
.nav a.navlink:hover { color: #fff; background: rgba(255,255,255,.08); text-decoration: none; }
.nav a.navlink[aria-current="page"] { color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 10px; margin-left: 16px; }
.nav-phone { font-weight: 700; color: #fff; font-size: .95rem; white-space: nowrap; }
.nav-phone:hover { color: var(--blue-400); text-decoration: none; }

/* Mobile menu — pure CSS. The checkbox is moved off-screen rather than
   display:none so it stays keyboard-focusable. */
.nav-toggle { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.nav-toggle:focus-visible + .nav-toggle-label { outline: 3px solid var(--blue-400); outline-offset: 3px; }
.nav-toggle-label {
  display: none; margin-left: auto; padding: 11px; cursor: pointer;
  border: 1px solid rgba(255,255,255,.22); border-radius: 6px; background: transparent;
}
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; position: relative;
}
.nav-toggle-label span::before { content: ""; position: absolute; top: -7px; }
.nav-toggle-label span::after  { content: ""; position: absolute; top:  7px; }

/* --- hero -------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--ink);
  color: var(--on-dark);
}
/* Two soft brand-blue glows: all the visual interest, zero image weight. */
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(760px 520px at 78% 8%,  rgba(28,156,232,.34), transparent 62%),
    radial-gradient(620px 480px at 8%  92%, rgba(11,78,162,.42),  transparent 66%);
}
/* Faint grid, drawn in CSS. Adds texture without a single HTTP request. */
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .45;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 74px 74px;
  -webkit-mask-image: radial-gradient(circle at 50% 40%, #000 20%, transparent 78%);
          mask-image: radial-gradient(circle at 50% 40%, #000 20%, transparent 78%);
}
.hero-inner { position: relative; z-index: 1; padding: 108px 0 116px; max-width: 940px; }
.hero h1 { color: #fff; text-transform: uppercase; margin-bottom: 0; }
.hero h1 .accent { color: var(--blue-400); }
.hero-rule { width: 108px; height: 5px; background: var(--blue-500); margin: 34px 0 30px; border-radius: 3px; }
.hero .lead {
  font-size: clamp(1.08rem, 1.9vw, 1.32rem); color: var(--on-dark-dim);
  max-width: 60ch; margin-bottom: 0;
}
.hero .cta-row { margin-top: 42px; }
.hero-note { margin-top: 26px; font-size: .92rem; color: var(--on-dark-dim); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(255,255,255,.20); border-radius: 100px;
  padding: 8px 18px; margin-bottom: 30px;
  font-size: .79rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; background: rgba(255,255,255,.05);
}
.eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--blue-400); box-shadow: 0 0 0 4px rgba(55,171,238,.22);
}
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* --- trust strip ------------------------------------------------------- */
.trust { background: var(--ink-2); border-top: 1px solid rgba(255,255,255,.07); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 34px 26px; border-right: 1px solid rgba(255,255,255,.07); }
.trust-item:last-child { border-right: none; }
.trust-item strong {
  display: block; color: #fff; font-size: 1.28rem; font-weight: 800;
  letter-spacing: -.02em; margin-bottom: 4px;
}
.trust-item span { font-size: .9rem; color: var(--on-dark-dim); }

/* --- send-documents strip ---------------------------------------------- */
/* A full-width bar directly under the hero. Existing clients arrive wanting to
   send paperwork, not read marketing — this gives them one obvious target
   without scrolling. */
.send-strip {
  background: var(--blue-50);
  border-bottom: 1px solid var(--line);
}
.send-strip-inner {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  padding: 26px 0;
}
.send-strip-icon {
  width: 52px; height: 52px; border-radius: 13px; flex-shrink: 0;
  background: var(--blue-700); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
}
.send-strip-text { flex: 1 1 340px; }
.send-strip-text strong {
  display: block; color: var(--head); font-size: 1.2rem;
  font-weight: 800; letter-spacing: -.02em; margin-bottom: 2px;
}
.send-strip-text span { color: var(--body); font-size: .98rem; }
@media (max-width: 620px) {
  .send-strip-inner { gap: 16px; }
  .send-strip-inner .btn { width: 100%; }
}

/* --- sections ---------------------------------------------------------- */
.section { padding: 104px 0; }
.section-alt { background: var(--paper-alt); }
.section-dark { background: var(--ink); color: var(--on-dark-dim); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-tight { padding: 72px 0; }
.section-head { max-width: 720px; margin: 0 0 60px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { font-size: 1.09rem; margin-bottom: 0; }
.section-dark .section-head p { color: var(--on-dark-dim); }

/* --- numbered service rows --------------------------------------------- */
/* The signature element of this design: full-width rows that fill with brand
   blue on hover, instead of a conventional card grid. */
.svc-list { border-top: 1px solid var(--line); }
.svc-row {
  display: grid;
  grid-template-columns: 108px minmax(230px, 1fr) 2fr 60px;
  align-items: center; gap: 26px;
  padding: 34px 26px; border-bottom: 1px solid var(--line);
  color: inherit; text-decoration: none;
  transition: background .18s ease, padding .18s ease, color .18s ease;
}
.svc-row:hover, .svc-row:focus-visible {
  background: var(--blue-700); color: #fff; text-decoration: none; padding-left: 40px;
}
.svc-num {
  font-size: 1.02rem; font-weight: 800; letter-spacing: .1em;
  color: var(--blue-500); font-variant-numeric: tabular-nums;
}
.svc-row:hover .svc-num { color: var(--blue-400); }
.svc-name {
  font-size: clamp(1.4rem, 2.4vw, 2.05rem); font-weight: 800;
  letter-spacing: -.03em; color: var(--head); line-height: 1.1;
}
.svc-row:hover .svc-name { color: #fff; }
.svc-desc { font-size: 1rem; color: var(--body); margin: 0; }
.svc-row:hover .svc-desc { color: rgba(255,255,255,.85); }
.svc-arrow {
  justify-self: end; width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--line); display: flex; align-items: center; justify-content: center;
  color: var(--blue-700); flex-shrink: 0;
  transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.svc-arrow svg { width: 19px; height: 19px; }
.svc-row:hover .svc-arrow { border-color: #fff; background: #fff; color: var(--blue-700); transform: translateX(5px); }

/* Dark variant, for the services list on a dark section. */
.section-dark .svc-list { border-color: var(--ink-3); }
.section-dark .svc-row { border-color: var(--ink-3); }
.section-dark .svc-name { color: #fff; }
.section-dark .svc-desc { color: var(--on-dark-dim); }
.section-dark .svc-arrow { border-color: var(--ink-3); color: var(--blue-400); }
.section-dark .svc-row:hover { background: var(--blue-700); }

/* --- detail blocks (services page) ------------------------------------- */
.detail-block { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.detail-block.flip .detail-copy { order: 2; }
.big-num {
  font-size: clamp(3.4rem, 7vw, 5.6rem); font-weight: 800; line-height: .85;
  letter-spacing: -.05em; color: var(--blue-50); display: block; margin-bottom: 8px;
}
.section-alt .big-num { color: #fff; }
.section-dark .big-num { color: var(--ink-2); }

/* --- panels ------------------------------------------------------------ */
.panel {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 38px 34px; box-shadow: var(--shadow);
}
.panel h3 { margin-top: 0; }
.panel p:last-child, .panel ul:last-child { margin-bottom: 0; }
.panel-dark { background: var(--ink-2); border-color: var(--ink-3); color: var(--on-dark-dim); }
.panel-dark h3 { color: #fff; }
.panel-accent { border-left: 5px solid var(--blue-500); }

.tick-list { list-style: none; padding: 0; margin: 22px 0 0; }
.tick-list li { position: relative; padding-left: 30px; margin-bottom: .68em; font-size: .98rem; }
.tick-list li::before {
  content: ""; position: absolute; left: 0; top: .5em;
  width: 15px; height: 10px; border-left: 3px solid var(--blue-500);
  border-bottom: 3px solid var(--blue-500); transform: rotate(-45deg);
  border-radius: 1px;
}
.panel-dark .tick-list li::before { border-color: var(--blue-400); }

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding-left: 38px; margin-bottom: 18px; font-size: 1.02rem; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 1px;
  width: 25px; height: 25px; border-radius: 7px; background: var(--blue-700);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 14px 14px; background-repeat: no-repeat; background-position: center;
}
.check-list li strong { color: var(--head); }
.section-dark .check-list li strong { color: #fff; }

/* --- split ------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: center; }
.split-top { align-items: start; }

/* --- simple column grids ----------------------------------------------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }

/* --- steps ------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.step { padding: 40px 34px 40px 0; border-top: 3px solid var(--blue-500); margin-right: 34px; }
.step:last-child { margin-right: 0; }
.step-num {
  font-size: 3.1rem; font-weight: 800; line-height: 1; letter-spacing: -.05em;
  color: var(--blue-500); display: block; margin-bottom: 20px;
}
.step h3 { margin-bottom: .45em; }
.step p { margin-bottom: 0; font-size: .99rem; }
.section-dark .step { border-top-color: var(--blue-500); }

/* --- quote ------------------------------------------------------------- */
.quote { border-left: 5px solid var(--blue-500); padding: 8px 0 8px 34px; }
.quote blockquote {
  margin: 0 0 20px; font-size: clamp(1.14rem, 2vw, 1.42rem);
  color: var(--head); line-height: 1.45; font-weight: 600; letter-spacing: -.02em;
}
.section-dark .quote blockquote { color: #fff; }
.quote cite { font-style: normal; font-size: .92rem; color: var(--muted); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

/* --- CTA band ---------------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; background: var(--blue-700); color: #fff; padding: 96px 0; }
.cta-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(700px 420px at 88% 10%, rgba(55,171,238,.42), transparent 64%);
}
.cta-band .wrap { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.86); font-size: 1.12rem; max-width: 58ch; margin-bottom: 0; }
.cta-band .cta-row { margin-top: 36px; }
.cta-band-inner { max-width: 760px; }

/* --- forms ------------------------------------------------------------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; margin-bottom: 20px; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 700; color: var(--head); font-size: .88rem; margin-bottom: 8px; letter-spacing: .02em; }
.field .req { color: #D14343; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 1rem; color: var(--head); width: 100%;
  padding: 14px 16px; border: 2px solid var(--line); border-radius: var(--r);
  background: #fff; transition: border-color .12s ease, box-shadow .12s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--blue-500); outline: none; box-shadow: 0 0 0 4px rgba(28,156,232,.15);
}
.field textarea { resize: vertical; min-height: 152px; }
.field-hint { font-size: .87rem; color: var(--muted); margin-top: 8px; }
/* Honeypot: hidden from people, tempting to bots. Never display:none — some
   bots skip those. Off-screen plus aria-hidden keeps screen readers away too. */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.notice { padding: 18px 22px; border-radius: var(--r); margin-bottom: 28px; font-size: .97rem; }
.notice-ok  { background: #ECFDF5; border: 1px solid #A7F3D0; color: #065F46; }
.notice-bad { background: #FEF2F2; border: 1px solid #FECACA; color: #991B1B; }
.notice p:last-child { margin-bottom: 0; }

/* --- contact details --------------------------------------------------- */
.detail { display: flex; gap: 16px; margin-bottom: 26px; align-items: flex-start; }
.detail:last-child { margin-bottom: 0; }
.detail-icon {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 10px;
  background: rgba(28,156,232,.14); color: var(--blue-400);
  display: flex; align-items: center; justify-content: center;
}
.detail-icon svg { width: 20px; height: 20px; }
.detail-label {
  display: block; font-size: .74rem; font-weight: 800; color: var(--blue-400);
  text-transform: uppercase; letter-spacing: .14em; margin-bottom: 4px;
}
.detail-value { color: #fff; font-weight: 500; }
.detail-value a { color: #fff; }
.detail-value a:hover { color: var(--blue-400); }

/* Light-background variant. */
.panel:not(.panel-dark) .detail-icon { background: var(--blue-50); color: var(--blue-700); }
.panel:not(.panel-dark) .detail-label { color: var(--muted); }
.panel:not(.panel-dark) .detail-value { color: var(--head); }
.panel:not(.panel-dark) .detail-value a { color: var(--blue-700); }

/* --- action tiles ------------------------------------------------------ */
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.tile {
  display: block; padding: 24px 22px; border: 2px solid var(--line);
  border-radius: var(--r-lg); text-decoration: none; background: #fff;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.tile:hover { border-color: var(--blue-500); transform: translateY(-3px); box-shadow: var(--shadow); text-decoration: none; }
.tile strong { display: block; color: var(--head); font-size: 1.04rem; font-weight: 800; letter-spacing: -.02em; margin-bottom: 5px; }
.tile span { display: block; font-size: .92rem; color: var(--body); }

/* --- FAQ --------------------------------------------------------------- */
.faq details { border-bottom: 1px solid var(--line); padding: 26px 0; }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary {
  cursor: pointer; font-weight: 700; color: var(--head); font-size: 1.14rem;
  letter-spacing: -.02em; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blue-500); font-size: 1.7rem; font-weight: 400; line-height: 1; flex-shrink: 0; }
.faq details[open] summary::after { content: "\2212"; }
.faq details[open] summary { margin-bottom: 16px; }
.faq details p:last-child { margin-bottom: 0; }

/* --- page head (inner pages) ------------------------------------------- */
.page-head { position: relative; overflow: hidden; background: var(--ink); color: var(--on-dark-dim); padding: 88px 0 76px; }
.page-head::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(680px 420px at 82% 0%, rgba(28,156,232,.28), transparent 62%);
}
.page-head .wrap { position: relative; z-index: 1; }
.page-head h1 { color: #fff; text-transform: uppercase; margin-bottom: .3em; font-size: clamp(2.3rem, 5.5vw, 4rem); }
.page-head p { font-size: 1.12rem; max-width: 62ch; margin-bottom: 0; color: var(--on-dark-dim); }

/* --- footer ------------------------------------------------------------ */
.site-footer { background: var(--ink); color: var(--on-dark-dim); padding: 78px 0 0; font-size: .95rem; }
.foot-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 44px; padding-bottom: 56px; }
.site-footer h4 { color: #fff; font-size: .76rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 20px; font-weight: 800; }
.site-footer a { color: var(--on-dark-dim); }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 11px; }
.site-footer .brand { margin-bottom: 26px; }
.site-footer .brand-mark { height: 66px; }
.site-footer .brand-name { font-size: 1.95rem; }
.site-footer .brand-sub { font-size: .72rem; }
.foot-about p { color: var(--on-dark-dim); max-width: 34ch; }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.10); padding: 26px 0;
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
  font-size: .87rem; color: #6D8098;
}
.foot-bottom p { margin: 0; }
.disclaimer { font-size: .81rem; color: #5E7189; padding-bottom: 30px; max-width: 92ch; line-height: 1.6; }

/* --- responsive -------------------------------------------------------- */
@media (max-width: 1000px) {
  .svc-row { grid-template-columns: 74px 1fr 52px; row-gap: 10px; }
  .svc-desc { grid-column: 2 / 4; }
}
@media (max-width: 900px) {
  .split, .detail-block, .grid-3, .grid-2 { grid-template-columns: 1fr; gap: 40px; }
  .detail-block.flip .detail-copy { order: 0; }
  .steps { grid-template-columns: 1fr; }
  .step { margin-right: 0; padding: 30px 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); padding: 26px; }
  .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.07); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .section { padding: 74px 0; }
  .hero-inner { padding: 74px 0 80px; }
  .page-head { padding: 62px 0 56px; }

  .nav-toggle-label { display: block; }
  .brand-mark { height: 58px; }
  .brand-name { font-size: 1.7rem; }
  .brand-sub { font-size: .65rem; letter-spacing: .15em; }
  .header-inner { height: 96px; }
  .nav {
    display: none; position: absolute; top: 96px; left: 0; right: 0;
    background: var(--ink-2); border-bottom: 1px solid rgba(255,255,255,.12);
    flex-direction: column; align-items: stretch; gap: 0; padding: 14px 26px 24px;
  }
  .nav-toggle:checked ~ .nav { display: flex; }
  .nav a.navlink { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.09); border-radius: 0; }
  .nav-cta { flex-direction: column; align-items: stretch; margin: 18px 0 0; gap: 12px; }
  .nav-phone { text-align: center; padding: 8px 0; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  /* Keep the lockup readable on a narrow phone without wrapping the subtitle. */
  .brand-mark { height: 48px; }
  .brand-name { font-size: 1.32rem; letter-spacing: .1em; }
  .brand-sub { font-size: .53rem; letter-spacing: .09em; margin-top: 7px; }
  .brand { gap: 11px; }
  .form-grid, .tiles { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(odd) { border-right: none; }
  .cta-row .btn { width: 100%; }
  .svc-row { grid-template-columns: 56px 1fr; padding: 26px 16px; }
  .svc-row:hover { padding-left: 22px; }
  .svc-desc { grid-column: 1 / 3; }
  .svc-arrow { display: none; }
  .panel { padding: 28px 24px; }
  .quote { padding-left: 22px; }
}

/* --- print ------------------------------------------------------------- */
@media print {
  .site-header, .cta-band, .nav-toggle-label, .cta-row, .svc-arrow { display: none !important; }
  body { font-size: 12pt; color: #000; background: #fff; }
  .hero, .page-head, .section-alt, .section-dark, .site-footer { background: none !important; color: #000 !important; }
  .hero::before, .hero::after, .page-head::before { display: none !important; }
  .hero h1, .page-head h1, .section-dark h2, .site-footer h4 { color: #000 !important; }
  a::after { content: " (" attr(href) ")"; font-size: .85em; color: #555; }
}

/* Respect a user's reduced-motion preference. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .btn:hover, .tile:hover, .svc-row:hover { transform: none; }
  .svc-row:hover { padding-left: 26px; }
}
