/* ============================================================
   DISSERTATIONIST — GLOBAL STYLESHEET
   Theme: "Ivory & Gilt"

   A formal, editorial identity for a UK academic practice.
   The whole site is set on warm ivory paper — never black.
   Drama comes from a high-contrast serif voice, gilt hairlines,
   engraved rules and deep crimson feature panels.

   COLOUR PLACEMENT MAP
   -------------------------------------------------------------
   ivory    → every background: hero, sections, footer, cards
   gilt     → rules, numerals, ornament, the mark of quality
   crimson  → the brand signature: primary actions, feature panels
   ink      → type only (headings and body), never a backdrop
   ============================================================ */

/* ------------------------------------------------------------
   1. DESIGN TOKENS
   ------------------------------------------------------------ */
:root {
  /* Warm ivory paper scale — the site's canvas */
  --paper: #FDFBF6;
  --paper-2: #F7F3E9;
  --paper-3: #F0EADA;
  --paper-4: #E8E0CD;
  --line: #E2DAC7;
  --line-2: #EFE8D9;

  /* Gilt / champagne */
  --gilt-900: #5C4711;
  --gilt-800: #6E5514;
  --gilt-700: #8E6E1C;
  --gilt-600: #A98325;
  --gilt-500: #C09A2E;
  --gilt-400: #D9B85A;
  --gilt-300: #EBD79C;
  --gilt-200: #F5E9C8;
  --gilt-100: #FBF4E2;

  /* Crimson — the brand signature */
  --crimson-900: #4C0714;
  --crimson-800: #6E0D20;
  --crimson-700: #8E1230;
  --crimson-600: #AF1739;
  --crimson-500: #C92049;

  /* Ink — type colours only */
  --ink-900: #171E2E;
  --ink-800: #222C40;
  --ink-700: #2E3950;
  --slate: #4C566B;
  --slate-2: #6F7889;

  /* Legacy aliases — kept so every historic selector still resolves */
  --ink: var(--ink-900);
  --ink-2: var(--ink-700);
  --ink-950: var(--ink-900);
  --ink-850: var(--ink-800);
  --ink-600: var(--slate);
  --purple-700: var(--crimson-800);
  --purple-600: var(--crimson-700);
  --purple-500: var(--crimson-600);
  --green-900: #0A4128;
  --green-800: #0E5233;
  --green-500: #25D366;
  --gold: var(--gilt-500);

  --fill-crimson: linear-gradient(135deg, #8E1230 0%, #AF1739 55%, #6E0D20 100%);
  --fill-crimson-hover: linear-gradient(135deg, #AF1739 0%, #C92049 55%, #8E1230 100%);
  --fill-gilt: linear-gradient(135deg, #A98325 0%, #EBD79C 45%, #C09A2E 100%);
  --fill-paper: linear-gradient(160deg, #FFFDF8 0%, #F7F3E9 100%);
  --fill-royal: var(--fill-crimson);
  --fill-royal-hover: var(--fill-crimson-hover);
  --fill-ink: var(--fill-crimson);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 30px;
  --r-pill: 999px;

  /* Shadows are warm, not grey — they read as light on paper. */
  --shadow-sm: 0 1px 2px rgba(92, 71, 17, .05), 0 2px 8px rgba(92, 71, 17, .05);
  --shadow-md: 0 12px 30px -12px rgba(76, 58, 20, .16), 0 3px 10px rgba(76, 58, 20, .05);
  --shadow-lg: 0 36px 70px -30px rgba(76, 58, 20, .26), 0 12px 30px -16px rgba(76, 58, 20, .12);
  --shadow-xl: 0 56px 110px -40px rgba(76, 58, 20, .32), 0 20px 46px -24px rgba(76, 58, 20, .16);
  --shadow-crimson: 0 20px 46px -16px rgba(142, 18, 48, .42);
  --shadow-gilt: 0 20px 46px -16px rgba(169, 131, 37, .4);
  --shadow-purple: var(--shadow-crimson);

  --wrap: 1240px;
  --display: "Cinzel", Georgia, "Times New Roman", serif;
  --serif: var(--display);
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Consolas, monospace;

  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

/* ------------------------------------------------------------
   2. RESET / BASE
   ------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

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

img {
  max-width: 100%;
  display: block
}

a {
  color: inherit;
  text-decoration: none
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit
}

::selection {
  background: rgba(192, 154, 46, .26);
  color: var(--ink-900)
}

h1,
h2,
h3,
h4 {
  font-family: var(--display);
  color: var(--ink-900);
  margin: 0;
  line-height: 1.1;
  letter-spacing: -.018em;
  font-weight: 600;
}

h1 {
  font-size: clamp(2.6rem, 5.2vw, 4.15rem);
  letter-spacing: -.03em;
  line-height: 1.04
}

h2 {
  font-size: clamp(2rem, 3.7vw, 3.1rem)
}

h3 {
  font-size: 1.35rem
}

p {
  margin: 0
}

/* The old markup marks most headings .smallcaps. Synthetic small caps look
   cheap in a high-contrast serif, so the class now buys optical refinement
   instead: tighter tracking rather than faked capitals. */
.smallcaps {
  font-variant: normal;
  letter-spacing: -.022em
}

/* Flex and grid items default to min-width:auto, which lets a long run of text
   push a track wider than the viewport on narrow screens. These opt out so
   every column can actually shrink, and long words break rather than overflow. */
h1,
h2,
h3,
h4,
p,
q,
li {
  overflow-wrap: break-word
}

.hero-grid>*,
.cmp-item>div,
.rev-who>div,
.g-pt>div,
.assure-card>div,
.fc-txt,
.ty-step,
.step,
.svc,
.price,
.rev,
.stat-card {
  min-width: 0
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 28px
}

.sec {
  padding: 112px 0;
  position: relative
}

.sec-tight {
  padding: 72px 0;
  position: relative
}

.center {
  text-align: center
}

/* Section background rhythm — two ivory tones, separated by a gilt seam. */
.bg-soft {
  background: var(--paper-2);
  border-block: 1px solid var(--line);
  position: relative;
}

.bg-soft::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: min(620px, 74%);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--gilt-500), transparent);
}

/* Retained utility: a deep crimson feature band. */
.bg-ink {
  background: var(--fill-crimson);
  color: rgba(255, 255, 255, .76);
  position: relative;
  overflow: hidden;
}

.bg-ink h2,
.bg-ink h3,
.bg-ink h4 {
  color: #fff
}

.bg-ink .sec-sub {
  color: rgba(255, 255, 255, .68)
}

.bg-ink .eyebrow {
  color: var(--gilt-300)
}

/* Eyebrow — a gilt rule and spaced caps */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--crimson-700);
  margin-bottom: 20px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--gilt-500));
}

.center .eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  border-radius: 2px;
  background: linear-gradient(270deg, transparent, var(--gilt-500));
}

.eyebrow.purple {
  color: var(--gilt-700)
}

.sec-sub {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--slate-2);
  font-size: 1.05rem;
  line-height: 1.75;
}

/* Gilt wash beneath the emphasised phrase — a highlighter, not a marker pen.
   Painted as the element's own background so it needs no stacking context. */
.hl {
  color: var(--crimson-700);
  background-image: linear-gradient(90deg,
      rgba(192, 154, 46, .05), rgba(192, 154, 46, .32) 22%, rgba(192, 154, 46, .32) 78%, rgba(192, 154, 46, .05));
  background-repeat: no-repeat;
  background-size: 100% .3em;
  background-position: 0 84%;
}

.hl-p {
  color: var(--gilt-700)
}

/* Global paper grain — the whole site sits under one fine texture. */
.fx-grain {
  position: fixed;
  inset: -50%;
  z-index: 400;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
}

/* ------------------------------------------------------------
   3. BUTTONS
   ------------------------------------------------------------ */
.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 16px 30px;
  border: 0;
  border-radius: var(--r-sm);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .38s var(--ease-out), box-shadow .38s var(--ease-out),
    background .28s ease, color .28s ease, border-color .28s ease;
}

/* Sheen sweep — light catching a foil edge. */
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 55%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .36), transparent);
  transform: skewX(-20deg);
  transition: left .7s var(--ease-out);
}

.btn:hover {
  transform: translateY(-4px)
}

.btn:hover::after {
  left: 150%
}

.btn:active {
  transform: translateY(-1px)
}

.btn:focus-visible {
  outline: 2px solid var(--gilt-600);
  outline-offset: 3px
}

.btn-royal {
  background: var(--fill-crimson);
  color: #fff;
  box-shadow: var(--shadow-crimson), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.btn-royal:hover {
  background: var(--fill-crimson-hover);
  box-shadow: 0 28px 58px -18px rgba(175, 23, 57, .55), inset 0 1px 0 rgba(255, 255, 255, .24);
}

/* The "premium tier" button: gilt. */
.btn-purple {
  background: var(--fill-gilt);
  color: #3A2C08;
  box-shadow: var(--shadow-gilt), inset 0 1px 0 rgba(255, 255, 255, .5);
}

.btn-purple:hover {
  background: linear-gradient(135deg, #C09A2E 0%, #F5E9C8 45%, #D9B85A 100%);
  box-shadow: 0 28px 58px -18px rgba(192, 154, 46, .55);
}

.btn-ink {
  background: linear-gradient(150deg, var(--ink-800), var(--ink-900));
  color: #fff;
  box-shadow: var(--shadow-md);
}

.btn-ink:hover {
  box-shadow: var(--shadow-lg)
}

.btn-white {
  background: var(--paper);
  color: var(--crimson-800);
  box-shadow: 0 22px 46px -18px rgba(76, 7, 20, .5);
}

.btn-white:hover {
  background: #fff
}

.btn-ghost {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  backdrop-filter: blur(6px);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, .2);
  border-color: #fff
}

.btn-outline {
  background: transparent;
  color: var(--ink-900);
  border: 1px solid var(--line);
}

.btn-outline:hover {
  background: rgba(142, 18, 48, .05);
  border-color: rgba(142, 18, 48, .4);
  color: var(--crimson-700);
}

.btn-lg {
  padding: 21px 42px;
  font-size: .83rem
}

.btn-block {
  width: 100%
}

.btn svg {
  flex: none;
  transition: transform .3s var(--ease-out)
}

.btn:hover svg:last-child {
  transform: translateX(5px)
}

/* ------------------------------------------------------------
   4. HEADER — ivory glass on a gilt hairline
   ------------------------------------------------------------ */
.hdr {
  position: sticky;
  top: 0;
  z-index: 60;
  --logo-h: 54px;
  background: rgba(253, 251, 246, .86);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom: 1px solid var(--line);
  transition: background .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
}

.hdr.stuck {
  background: rgba(253, 251, 246, .95);
  border-bottom-color: rgba(192, 154, 46, .45);
  box-shadow: 0 18px 40px -30px rgba(76, 58, 20, .6);
  --logo-h: 46px;
}

.scroll-bar {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  z-index: 2;
  background: linear-gradient(90deg, var(--crimson-700), var(--gilt-500));
  transition: width .1s linear;
}

.hdr-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 84px;
  transition: height .4s var(--ease);
}

.hdr.stuck .hdr-in {
  height: 72px
}

.logo {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  min-width: 0
}

/* The supplied artwork is a JPG on a white field. Multiply blending drops that
   white into the ivory page, so the mark sits on the paper with no visible box.
   --logo-h drives the whole scale. */
.logo-img {
  height: var(--logo-h, 54px);
  width: auto;
  max-width: 100%;
  display: block;
  margin-block: calc(var(--logo-h, 54px) * -.135);
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: height .4s var(--ease), margin .4s var(--ease), transform .35s var(--ease-out);
}

img.logo-img {
  width: auto !important
}

.logo:hover .logo-img {
  transform: scale(1.03)
}

/* Text fallback, kept for anywhere the image is not used. */
.logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: var(--fill-crimson);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.2rem;
  box-shadow: var(--shadow-crimson);
  transition: transform .35s var(--ease-out);
}

.logo:hover .logo-mark {
  transform: rotate(-8deg) scale(1.06)
}

.logo-txt {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -.025em
}

.logo-txt span {
  color: var(--crimson-700)
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px
}

.nav a {
  position: relative;
  font-size: .87rem;
  font-weight: 500;
  color: var(--slate);
  transition: color .2s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1.5px;
  background: linear-gradient(90deg, var(--crimson-700), var(--gilt-500));
  border-radius: 2px;
  transition: width .34s var(--ease-out);
}

.nav a:hover {
  color: var(--ink-900)
}

.nav a:hover::after,
.nav a.on::after {
  width: 100%
}

.nav a.on {
  color: var(--crimson-700);
  font-weight: 600
}

.hdr-cta {
  display: flex;
  align-items: center;
  gap: 18px
}

.hdr-phone {
  font-family: var(--mono);
  font-size: .82rem;
  font-weight: 500;
  color: var(--ink-800);
}

.hdr .btn {
  padding: 13px 24px;
  font-size: .7rem;
  letter-spacing: .16em
}

.burger {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer
}

.burger span {
  display: block;
  width: 24px;
  height: 1.8px;
  background: var(--ink-900);
  margin: 5px 0;
  border-radius: 2px;
  transition: .3s var(--ease)
}

.burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0
}

.burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg)
}

/* ------------------------------------------------------------
   5. HERO — the ivory title page
   ------------------------------------------------------------ */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 104px 0 124px;
}

/* Layer 1: soft crimson and gilt light washing across the paper.
   Three stacked layers, top to bottom:
     a. a warm-ivory scrim, near-opaque under the text column and released
        toward the right so the photograph still breathes behind the form;
     b. the crimson/gilt wash, kept as a tint rather than a mid-tone;
     c. the photograph itself. */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(255, 251, 246, 0) 0%,
      rgb(255 251 246 / 95%) 44%,
      rgb(255 251 246 / 86%) 58%,
      rgb(255 250 244 / 55%) 78%,
      rgb(255 250 244 / 34%) 100%),
    linear-gradient(250deg, rgb(161 13 45 / 55%), rgb(255 144 144 / 26%), rgb(255 255 255 / 90%)),
    url(../img/hero.png) center / cover no-repeat;
}

/* Layer 2: an engraved rule grid — the ledger of an academic press. */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(142, 110, 28, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 110, 28, .11) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at 50% 35%, #000 12%, transparent 76%);
  -webkit-mask-image: radial-gradient(circle at 50% 35%, #000 12%, transparent 76%);
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1
}

.hero-blob.a {
  width: 440px;
  height: 440px;
  top: -150px;
  right: -120px;
  border: 1px solid rgba(192, 154, 46, .35);
  animation: drift 20s ease-in-out infinite;
}

.hero-blob.b {
  width: 310px;
  height: 310px;
  bottom: -130px;
  left: -90px;
  border: 1px solid rgba(142, 18, 48, .16);
  animation: drift 26s ease-in-out infinite reverse;
}

@keyframes drift {

  0%,
  100% {
    transform: translate(0, 0) scale(1)
  }

  50% {
    transform: translate(26px, -30px) scale(1.07)
  }
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 64px;
  align-items: start;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 9px 20px;
  border-radius: var(--r-pill);
  background: var(--gilt-100);
  border: 1px solid rgba(192, 154, 46, .4);
  color: var(--gilt-800);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.pill i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--crimson-600);
  animation: pulseDot 2.4s infinite;
}

@keyframes pulseDot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1)
  }

  50% {
    opacity: .35;
    transform: scale(.75)
  }
}

.hero h1 {
  font-size: 45px;
  letter-spacing: -.032em;
  line-height: 1.06;
  color: var(--ink-900);
  text-transform: uppercase;
  font-weight: bolder;
}

/* The emphasised clause is set in crimson italic — the one flourish. */
.hero h1 em {
  font-size: 47px;
  font-weight: 700;
  display: inline-block;
  color: var(--crimson-700);
  padding-right: .06em;
  position: relative;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  left: .04em;
  right: .1em;
  bottom: .02em;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gilt-500), transparent);
}

/* Word-level entrance, applied by main.js. */
.hero h1 .w {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(28px);
  animation: wordIn .95s var(--ease-out) forwards;
}

@keyframes wordIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: none
  }
}

.hero-lead {
  margin-top: 28px;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--ink-800);
  max-width: 560px;
}

.hero-ticks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 20px;
}

.hero-ticks span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-900);
}

.hero-ticks i {
  color: var(--gilt-500);
  font-style: normal;
  font-size: 13px;
}

/* Reply-time line + hero action row */
.pg-reply {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 11px;
  margin-top: 20px;
  font-size: .9rem;
  color: var(--ink-900);
  position: relative;
  z-index: 2;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green-500);
  flex: none;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, .6);
  animation: pulse 2.2s infinite;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
  }
}

.pg-reply b {
  color: var(--crimson-700);
  font-weight: 700
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px
}

.btn-wa {
  background: linear-gradient(135deg, #25D366, #12A150);
  color: #04240F;
  padding: 16px 28px;
  border-radius: var(--r-pill);
  font-size: .87rem;
  letter-spacing: .02em;
  text-transform: none;
  font-weight: 700;
  box-shadow: 0 20px 40px -18px rgba(18, 161, 80, .7);
}

.btn-wa:hover {
  box-shadow: 0 26px 50px -18px rgba(18, 161, 80, .8)
}

.btn-intro {
  background: transparent;
  color: var(--ink-900);
  border: 1px solid var(--ink-900);
  padding: 16px 28px;
  border-radius: var(--r-pill);
  font-size: .87rem;
  letter-spacing: .02em;
  text-transform: none;
  font-weight: 600;
}

.btn-intro:hover {
  background: var(--ink-900);
  color: var(--paper)
}

/* Green contact panel — retained for any page that still uses it */
.panel-green {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  background: linear-gradient(150deg, var(--green-800), var(--green-900));
  padding: 40px 48px;
  color: #fff;
  box-shadow: var(--shadow-lg);
  margin-top: 24px;
}

.panel-green::before,
.panel-green::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  height: 210px;
  border-radius: 50%;
  border: 1px solid rgba(235, 215, 156, .25);
  pointer-events: none;
}

.panel-green::before {
  bottom: -120px;
  transform: rotate(-4deg)
}

.panel-green::after {
  bottom: -168px;
  transform: rotate(3deg)
}

.pg-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  position: relative;
  z-index: 2
}

.pg-top .pg-reply {
  margin-top: 0;
  margin-left: auto
}

.pg-rule {
  height: 1px;
  background: rgba(235, 215, 156, .22);
  margin: 28px 0 26px;
  position: relative;
  z-index: 2
}

.pg-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
  z-index: 2
}

.pg-stats .n {
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  font-weight: 600;
  color: var(--gilt-300);
  line-height: 1
}

.pg-stats .l {
  margin-top: 7px;
  font-size: .85rem;
  color: rgba(255, 255, 255, .66)
}

/* ------------------------------------------------------------
   6. LEAD FORM CARD — the certificate on the desk
   ------------------------------------------------------------ */
/* A crimson-to-gilt rule caps the head of the card, like an award certificate.
   It is painted as a background layer so it follows the rounded corners exactly
   — a positioned bar would overhang them. */
.form-card {
  position: relative;
  background:
    linear-gradient(90deg, var(--crimson-700), var(--gilt-500) 50%, var(--crimson-700)) top left/100% 4px no-repeat,
    #FFFDF8;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 44px 38px 34px;
  box-shadow: var(--shadow-xl);
}

.form-flag {
  position: absolute;
  top: -16px;
  right: 30px;
  background: var(--fill-crimson);
  color: #fff;
  padding: 9px 20px;
  border-radius: var(--r-pill);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  box-shadow: var(--shadow-crimson);
}

.form-card h3 {
  font-size: 1.62rem;
  font-weight: 600;
  letter-spacing: -.02em
}

.form-card>p {
  font-size: .92rem;
  color: var(--slate-2);
  margin-top: 8px
}

/* A gilt rule separates the card's title block from the fields, whether or not
   the optional standfirst paragraph is present. */
.form-card>form {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line-2);
}

.f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.field {
  margin-bottom: 18px
}

.field label {
  display: block;
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--slate-2);
  margin-bottom: 9px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--paper-2);
  font-size: .94rem;
  color: var(--ink-900);
  transition: border-color .22s, box-shadow .22s, background .22s;
}

.field textarea {
  min-height: 104px;
  resize: vertical;
  line-height: 1.6
}

.field select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236F7889' stroke-width='2.5'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 42px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #A9A493
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  background: #fff;
  border-color: var(--gilt-500);
  box-shadow: 0 0 0 3px rgba(192, 154, 46, .2);
}

.form-note {
  margin-top: 17px;
  text-align: center;
  font-size: .78rem;
  color: var(--slate-2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.form-note b {
  color: var(--ink-700);
  font-weight: 600
}

.form-alert {
  margin-bottom: 22px;
  padding: 14px 17px;
  border-radius: var(--r-sm);
  background: rgba(201, 32, 73, .06);
  border: 1px solid rgba(142, 18, 48, .24);
  border-left: 3px solid var(--crimson-700);
  color: var(--crimson-800);
  font-size: .87rem;
  font-weight: 600;
}

/* Honeypot: reachable to bots, invisible to people. */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* ------------------------------------------------------------
   7. TRUST MARQUEE — an engraved ribbon under the hero
   ------------------------------------------------------------ */
.marquee {
  background: var(--paper-3);
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  overflow: hidden;
  position: relative;
}

.marquee::before,
.marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
  pointer-events: none;
}

.marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper-3), transparent)
}

.marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper-3), transparent)
}

.mq-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollX 44s linear infinite
}

.marquee:hover .mq-track {
  animation-play-state: paused
}

@keyframes scrollX {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.mq-item {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 34px;
  font-family: var(--display);
  font-size: 1.02rem;
  font-weight: 500;
  font-style: italic;
  color: var(--ink-800);
  white-space: nowrap;
}

.mq-item::after {
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: var(--gilt-600);
}

/* ------------------------------------------------------------
   8. GUARANTEE BAR + STAT CARDS
   ------------------------------------------------------------ */
.guarantee {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
  background: #FFFDF8;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 34px 38px;
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.guarantee::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--crimson-700), var(--gilt-500));
}

.g-left {
  display: flex;
  align-items: center;
  gap: 20px
}

.g-shield {
  width: 62px;
  height: 62px;
  border-radius: var(--r-md);
  background: var(--fill-crimson);
  display: grid;
  place-items: center;
  flex: none;
  box-shadow: var(--shadow-crimson);
}

.g-left h3 {
  font-size: 1.3rem;
  font-weight: 600
}

.g-left p {
  font-size: .9rem;
  color: var(--slate-2);
  margin-top: 5px
}

.g-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.g-pt {
  display: flex;
  gap: 12px;
  align-items: flex-start
}

.g-pt svg {
  flex: none;
  margin-top: 3px;
  stroke: var(--crimson-700);
  transition: transform .3s var(--ease-out)
}

.g-pt:hover svg {
  transform: scale(1.18) rotate(-6deg)
}

.g-pt b {
  display: block;
  font-size: .71rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--ink-900);
  margin-bottom: 3px;
}

.g-pt span {
  font-size: .8rem;
  color: var(--slate-2)
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 28px
}

.stat-card {
  position: relative;
  overflow: hidden;
  background: #FFFDF8;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 38px 28px;
  text-align: center;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .4s;
}

/* Cursor-following highlight, driven by --mx/--my from main.js. */
.stat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(192, 154, 46, .16), transparent 60%);
  transition: opacity .4s ease;
}

.stat-card:hover::after {
  opacity: 1
}

.stat-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--crimson-700), var(--gilt-500));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease-out);
}

.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(192, 154, 46, .5);
}

.stat-card:hover::before {
  transform: scaleX(1)
}

.stat-card .n {
  font-family: auto;
  font-size: clamp(2.3rem, 3.6vw, 3rem);
  font-weight: 500;
  color: var(--ink-900);
  line-height: 1;
  letter-spacing: -.03em;
}

.stat-card .n i {
  font-style: normal;
  color: var(--gilt-600)
}

.stat-card .l {
  margin-top: 14px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--ink-700);
}

.stat-card .s {
  margin-top: 7px;
  font-size: .82rem;
  color: var(--slate-2)
}

/* ------------------------------------------------------------
   9. CHALLENGES vs EXPERT ASSISTANCE
   ------------------------------------------------------------ */
.cmp-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 56px
}

.cmp-intro .sec-sub {
  margin-left: 0;
  margin-right: 0
}

.cmp-art {
  position: relative
}

.cmp-art::before {
  content: "";
  position: absolute;
  inset: -8% -4%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 60% 45%, rgba(192, 154, 46, .2), transparent 62%);
}

.cmp-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-left: auto;
  animation: floatY 8s ease-in-out infinite;
  filter: drop-shadow(0 26px 44px rgba(76, 58, 20, .18));
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-16px)
  }
}

/* Two independent stacks: each column carries its own kicker, rule and
   headline, then a tight run of rows. Rows are deliberately NOT aligned
   across the columns — each side reads as its own list. */
.cmp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.cmp-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Column masthead: kicker over a hairline rule, then the headline. */
.cmp-head {
  margin-bottom: 8px;
}

/* The kicker is a tinted chip — it puts the column's colour on the page
   before you reach a single row. */
.cmp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.cmp-kicker svg {
  flex: none
}

/* The hairline under the kicker is drawn as a 1px background gradient on the
   headline, so it can fade out toward the right instead of stopping dead. */
.cmp-head h3 {
  margin-top: 15px;
  padding-top: 17px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 1px;
  font-family: var(--display);
  font-size: 1.72rem;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.022em;
  color: var(--ink-900);
  text-wrap: balance;
}

.cmp-head.problem .cmp-kicker {
  background: rgba(142, 18, 48, .09);
  color: var(--crimson-700);
  box-shadow: inset 0 0 0 1px rgba(142, 18, 48, .2);
}

.cmp-head.problem h3 {
  background-image: linear-gradient(90deg, rgba(142, 18, 48, .5), rgba(142, 18, 48, .1) 55%, transparent);
}

.cmp-head.solution .cmp-kicker {
  background: var(--gilt-100);
  color: var(--gilt-800);
  box-shadow: inset 0 0 0 1px rgba(192, 154, 46, .42);
}

.cmp-head.solution h3 {
  background-image: linear-gradient(90deg, var(--gilt-500), rgba(192, 154, 46, .2) 55%, transparent);
}

.cmp-item {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 12px;
  padding: 14px 16px 14px 19px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .4s, background .4s;
}

/* Each row carries a faint diagonal wash of its column's colour, strongest at
   the spine and gone by the time it reaches the text. */
.cmp-item.problem {
  background: linear-gradient(115deg, rgba(142, 18, 48, .075), rgba(142, 18, 48, .02) 52%, rgba(142, 18, 48, 0) 78%), var(--paper-2);
  border-color: rgba(142, 18, 48, .17);
}

.cmp-item.solution {
  background: linear-gradient(115deg, rgba(192, 154, 46, .13), rgba(192, 154, 46, .03) 52%, rgba(192, 154, 46, 0) 78%), #FFFDF6;
  border-color: rgba(192, 154, 46, .45);
}

/* Permanent accent spine, held back at rest and brought up on hover. */
.cmp-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  opacity: .5;
  transition: opacity .4s var(--ease-out);
}

.cmp-item:hover::before {
  opacity: 1
}

.cmp-item.problem::before {
  background: linear-gradient(180deg, var(--crimson-700), rgba(142, 18, 48, .2));
}

.cmp-item.solution::before {
  background: linear-gradient(180deg, var(--gilt-500), var(--crimson-700));
}

/* Rows are small now, so the lift is proportionally smaller. */
.cmp-item.problem:hover {
  transform: translateY(-2px);
  background: linear-gradient(115deg, rgba(142, 18, 48, .12), rgba(142, 18, 48, .03) 52%, rgba(142, 18, 48, 0) 78%), var(--paper-2);
  border-color: rgba(142, 18, 48, .34);
}

.cmp-item.solution:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--gilt-500)
}

.cmp-ico {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  margin-top: 1px;
  flex: none;
  display: grid;
  place-items: center;
  transition: background .3s, color .3s, box-shadow .3s, transform .35s var(--ease-out);
}

.cmp-ico svg {
  width: 14px;
  height: 14px;
}

.cmp-item.problem .cmp-ico {
  background: linear-gradient(140deg, rgba(142, 18, 48, .16), rgba(142, 18, 48, .06));
  color: var(--crimson-700);
  box-shadow: inset 0 0 0 1px rgba(142, 18, 48, .16);
}

.cmp-item.solution .cmp-ico {
  background: linear-gradient(140deg, var(--gilt-300), var(--gilt-100));
  color: var(--gilt-800);
  box-shadow: inset 0 0 0 1px rgba(192, 154, 46, .38);
}

.cmp-item.problem:hover .cmp-ico {
  background: var(--fill-crimson);
  color: #fff;
  transform: rotate(-7deg)
}

.cmp-item.solution:hover .cmp-ico {
  background: linear-gradient(140deg, var(--gilt-500), var(--gilt-700));
  color: #fff;
  transform: rotate(-7deg)
}

/* Row copy sits at list scale, not card scale — the column headline
   carries the weight here. */
.cmp-item h4 {
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.005em;
  color: var(--ink-900);
  margin-bottom: 4px;
}

.cmp-item.problem h4 {
  color: var(--ink-700)
}

.cmp-item p {
  font-size: .78rem;
  line-height: 1.55;
  color: var(--slate);
}

/* ------------------------------------------------------------
   11. SERVICES
   ------------------------------------------------------------ */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 60px
}

.svc {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #FFFDF8;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px 34px;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .4s;
}

.svc::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(192, 154, 46, .14), transparent 62%);
  transition: opacity .45s ease;
}

.svc:hover::after {
  opacity: 1
}

.svc::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--crimson-700), var(--gilt-500));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .5s var(--ease-out);
}

.svc:hover {
  transform: translateY(-9px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(192, 154, 46, .5)
}

.svc:hover::before {
  transform: scaleY(1)
}

.svc-no {
  position: absolute;
  top: 28px;
  right: 32px;
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 500;
  font-style: italic;
  color: var(--paper-4);
  line-height: 1;
  transition: color .4s ease, transform .5s var(--ease-out);
}

.svc:hover .svc-no {
  color: rgba(192, 154, 46, .45);
  transform: translateY(-4px)
}

.svc-ico {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: var(--r-md);
  display: grid;
  place-items: center;
  background: var(--gilt-100);
  border: 1px solid rgba(192, 154, 46, .35);
  color: var(--crimson-700);
  margin-bottom: 26px;
  transition: transform .45s var(--ease-out), background .35s, color .35s, border-color .35s;
}

.svc:hover .svc-ico {
  background: var(--fill-crimson);
  color: #fff;
  border-color: transparent;
  transform: rotate(-7deg) scale(1.05);
}

.svc h3 {
  position: relative;
  z-index: 1;
  font-size: 1.24rem;
  font-weight: 600;
  margin-bottom: 12px
}

.svc p {
  position: relative;
  z-index: 1;
  font-size: .93rem;
  line-height: 1.75;
  margin-bottom: 26px
}

.svc-link {
  position: relative;
  z-index: 1;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--crimson-700);
  transition: gap .3s var(--ease-out), color .25s;
}

.svc-link:hover {
  gap: 16px;
  color: var(--gilt-700)
}

/* ------------------------------------------------------------
   12. BANNER
   ------------------------------------------------------------ */
section#banner {
  padding: 20px 0
}

.banner {
  max-width: 1180px;
  width: 100%;
  margin: 64px auto;
  position: relative;
  display: grid;
  grid-template-columns: 1.7fr auto;
  gap: 52px;
  align-items: center;
  padding: 58px 62px;
  border-radius: var(--r-xl);
  background: var(--fill-crimson);
  overflow: hidden;
  isolation: isolate;
  box-shadow: var(--shadow-lg), inset 0 0 0 1px rgba(235, 215, 156, .28);
}

.banner::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  right: -230px;
  top: -260px;
  border: 1px solid rgba(235, 215, 156, .2);
}

.banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at left center, rgba(255, 255, 255, .12), transparent 55%);
}

.banner h3 {
  font-size: 2.25rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.18;
  margin: 16px 0
}

.banner p {
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 620px
}

.banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: var(--fill-gilt);
  color: #3A2C08;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-radius: var(--r-pill);
}

.banner-btns {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.banner .btn {
  width: 242px;
  justify-content: center;
  padding: 18px;
  border-radius: var(--r-md)
}

.banner-features {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 32px
}

.banner-features span {
  color: rgba(255, 255, 255, .9);
  font-size: .9rem;
  font-weight: 500
}

/* ------------------------------------------------------------
   13. TRACK-CHANGES TERMINAL
   ------------------------------------------------------------ */
.terminal {
  max-width: 960px;
  margin: 56px auto 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #FFFDF8;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xl);
}

.t-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--fill-crimson);
  padding: 15px 20px;
}

.t-dots {
  display: flex;
  gap: 8px
}

.t-dots i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: block;
  opacity: .9
}

.t-dots i:nth-child(1) {
  background: #FF9A8F
}

.t-dots i:nth-child(2) {
  background: #FFD98A
}

.t-dots i:nth-child(3) {
  background: #93E6A6
}

.t-file {
  font-family: var(--mono);
  font-size: .78rem;
  color: rgba(255, 255, 255, .72)
}

.t-tabs {
  margin-left: auto;
  display: flex;
  gap: 8px
}

.t-tab {
  padding: 8px 17px;
  border-radius: 7px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .82);
  transition: .25s var(--ease);
}

.t-tab:hover {
  background: rgba(255, 255, 255, .24);
  color: #fff
}

.t-tab.on {
  background: var(--fill-gilt);
  color: #3A2C08;
  border-color: rgba(235, 215, 156, .7)
}

.t-body {
  padding: 40px 42px;
  min-height: 180px
}

.t-text {
  font-family: var(--display);
  font-size: 1.16rem;
  line-height: 2.1;
  color: var(--ink-800);
  animation: fadeIn .45s var(--ease);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(7px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.del {
  background: rgba(201, 32, 73, .1);
  color: var(--crimson-800);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  padding: 2px 6px;
  border-radius: 4px;
}

.ins {
  background: rgba(192, 154, 46, .18);
  color: var(--gilt-900);
  border-bottom: 2px solid rgba(192, 154, 46, .65);
  padding: 2px 6px;
  border-radius: 4px;
}

.t-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  background: var(--paper-2);
  padding: 15px 22px;
  font-size: .76rem;
  color: var(--slate-2);
}

.t-foot .lft {
  display: flex;
  align-items: center;
  gap: 9px
}

.t-foot .lft svg {
  color: var(--gilt-600)
}

#tCount {
  font-family: var(--mono);
  font-size: .72rem;
  color: var(--crimson-700)
}

/* ------------------------------------------------------------
   14. PROCESS
   ------------------------------------------------------------ */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 64px
}

.step {
  position: relative;
  padding-top: 8px
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 72px;
  right: -20px;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--gilt-400) 0 6px, transparent 6px 14px);
}

.step .num {
  position: relative;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #FFFDF8;
  color: var(--crimson-700);
  border: 1.5px solid var(--gilt-500);
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 22px;
  box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease-out), color .3s, background .3s, box-shadow .4s;
}

.step:hover .num {
  transform: translateY(-6px);
  color: #fff;
  background: var(--fill-crimson);
  border-color: transparent;
  box-shadow: var(--shadow-crimson);
}

.step h3 {
  font-size: 1.14rem;
  font-weight: 600;
  margin-bottom: 10px
}

.step p {
  font-size: .91rem;
  line-height: 1.75
}

/* ------------------------------------------------------------
   15. PRICING
   ------------------------------------------------------------ */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 60px;
  align-items: start
}

.price {
  position: relative;
  overflow: hidden;
  background: #FFFDF8;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px 34px;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .4s;
}

.price::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: inherit;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(192, 154, 46, .12), transparent 62%);
  transition: opacity .45s ease;
}

.price:hover::after {
  opacity: 1
}

.price:hover {
  transform: translateY(-9px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(192, 154, 46, .5)
}

/* The recommended tier is the one crimson card on the page. */
/* overflow stays visible here so the "Most Popular" flag can sit proud of the
   card's top edge; the wash and spotlight inherit the radius to compensate. */
.price.hot {
  background: var(--fill-crimson);
  border: 1px solid transparent;
  padding-top: 48px;
  color: rgba(255, 255, 255, .78);
  overflow: visible;
  box-shadow: var(--shadow-lg), inset 0 0 0 1px rgba(235, 215, 156, .3);
}

.price.hot::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(560px 320px at 50% 0%, rgba(255, 255, 255, .14), transparent 62%);
}

/* Lift the card's own content above the highlight wash — but not the flag,
   which must stay pinned to the card's top edge. */
.price.hot>* {
  position: relative;
  z-index: 1
}

.price.hot>.hot-flag {
  position: absolute
}

.price.hot h3 {
  color: #fff
}

.price.hot:hover {
  transform: translateY(-12px)
}

.hot-flag {
  position: absolute;
  top: -14px;
  right: 26px;
  z-index: 2;
  background: var(--fill-gilt);
  color: #3A2C08;
  padding: 8px 19px;
  border-radius: var(--r-pill);
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  box-shadow: var(--shadow-gilt);
}

.p-tag {
  display: inline-block;
  padding: 6px 15px;
  border-radius: var(--r-pill);
  background: var(--paper-3);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 18px;
}

.price.hot .p-tag {
  background: rgba(255, 255, 255, .16);
  color: var(--gilt-200)
}

.price h3 {
  font-size: 1.62rem;
  font-weight: 600;
  margin-bottom: 9px
}

.p-desc {
  font-size: .9rem;
  color: var(--slate-2);
  min-height: 46px
}

.price.hot .p-desc {
  color: rgba(255, 255, 255, .72)
}

.p-amt {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 24px 0 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-2);
}

.price.hot .p-amt {
  border-bottom-color: rgba(255, 255, 255, .22)
}

.p-amt .v {
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 500;
  color: var(--ink-900);
  line-height: 1
}

.price.hot .p-amt .v {
  color: var(--gilt-200)
}

.p-amt .u {
  font-size: .86rem;
  color: var(--slate-2)
}

/* The feature list is ruled off from the description. When a .p-amt price block
   is present it already carries that rule, so the list drops its own. */
.p-list {
  list-style: none;
  margin: 26px 0 30px;
  padding: 24px 0 0;
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--line-2);
}

.p-amt+.p-list {
  margin-top: 0;
  padding-top: 0;
  border-top: 0
}

.price.hot .p-list {
  border-top-color: rgba(255, 255, 255, .22)
}

.p-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: .91rem;
  color: var(--ink-700)
}

.price.hot .p-list li {
  color: rgba(255, 255, 255, .9)
}

.p-list svg {
  flex: none;
  margin-top: 4px;
  color: var(--crimson-700)
}

.price.hot .p-list svg {
  color: var(--gilt-300)
}

/* ------------------------------------------------------------
   16. REAL RESULTS — before / after
   ------------------------------------------------------------ */
.ba-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
  margin-top: 56px
}

.ba {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  padding: 38px 34px;
  border: 1px solid var(--line);
  background: #FFFDF8;
}

.ba.before {
  background: var(--paper-3)
}

.ba.after {
  background: #FFFDF8;
  border-color: rgba(192, 154, 46, .5);
  box-shadow: var(--shadow-lg);
}

.ba.after::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(520px 300px at 100% 0%, rgba(192, 154, 46, .14), transparent 62%);
}

.ba.after::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gilt-500), var(--crimson-700));
}

.ba.after>* {
  position: relative;
  z-index: 1
}

.ba-label {
  display: inline-flex;
  align-items: center;
  padding: 7px 17px;
  border-radius: var(--r-pill);
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ba.before .ba-label {
  background: rgba(76, 86, 107, .1);
  color: var(--slate)
}

.ba.after .ba-label {
  background: var(--gilt-100);
  color: var(--gilt-800)
}

.ba h3 {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 14px
}

.ba.before h3 {
  color: var(--slate)
}

.ba.after h3 {
  color: var(--ink-900)
}

.ba p {
  font-size: .95rem;
  line-height: 1.8
}

/* The old markup carried inline red/green swatches; these classes replace them. */
.tone-poor {
  color: var(--crimson-700)
}

.tone-good {
  color: var(--gilt-700)
}

.ba-foot {
  margin-top: 30px;
  background: #FFFDF8;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gilt-500);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  padding: 24px 28px;
  display: flex;
  gap: 18px;
  align-items: center;
  box-shadow: var(--shadow-sm);
}

.ba-foot svg {
  flex: none;
  color: var(--gilt-600)
}

.ba-foot p {
  font-size: .96rem;
  line-height: 1.75;
  color: var(--ink-700)
}

.ba-cta {
  margin-top: 38px;
  text-align: center
}

/* ------------------------------------------------------------
   17. REVIEWS
   ------------------------------------------------------------ */
/* Two ivory ribbons of testimony drifting past each other. Still no boxes —
   each entry is a slab divided from its neighbour by an engraved gilt rule,
   so the section reads as one continuous broadsheet in motion. */
.rev-sec {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  border-block: 1px solid var(--line);
}

.rev-sec>.wrap {
  position: relative;
  z-index: 1;
}

/* Two faint colour pools keep the paper from reading as dead white. */
.rev-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(760px circle at 86% 2%, rgba(192, 154, 46, .17), transparent 58%),
    radial-gradient(720px circle at 8% 98%, rgba(142, 18, 48, .09), transparent 60%);
}

/* The engraved ledger grid, as on the hero, masked away from the edges. */
.rev-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(142, 110, 28, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 110, 28, .1) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 22%, #000 4%, transparent 62%);
  -webkit-mask-image: radial-gradient(circle at 50% 22%, #000 4%, transparent 62%);
}

.rev-head {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 36px
}

.rev-score {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 30px;
  border-radius: var(--r-pill);
  background: linear-gradient(150deg, #FFFDF6, #FBF5E6);
  border: 1px solid rgba(192, 154, 46, .42);
  box-shadow: var(--shadow-sm);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .4s;
}

.rev-score:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--gilt-500);
}

/* A slow gilt sheen crosses each readout, then rests for a few seconds. */
.rev-score::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 42%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .8), transparent);
  transform: skewX(-18deg);
  animation: revSheen 6s ease-in-out infinite;
}

@keyframes revSheen {

  0%,
  74% {
    left: -60%
  }

  100% {
    left: 130%
  }
}

.rev-score .big {
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(150deg, var(--crimson-700), var(--gilt-700) 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.rev-score .meta {
  font-size: .8rem;
  line-height: 1.45;
  color: var(--slate-2)
}

.rev-score .meta b {
  display: block;
  color: var(--ink-900);
  font-weight: 600
}

/* ---- The ribbons ------------------------------------------------------ */

/* Full-bleed: the ribbon runs edge to edge, escaping the centred .wrap. */
.rev-marquee {
  position: relative;
  z-index: 1;
  margin-top: 64px;
  /* Full-bleed without a transform: main.js's reveal helper sets
     `transform: none` for a second after the element enters, which would
     otherwise shunt a translateX-centred ribbon off to the right. */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  /* Both ends dissolve into the paper so cards arrive and leave, never
     appear to be clipped by an edge. */
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

/* Vertical padding gives the cards' shadows and hover lift room to breathe. */
.rev-row {
  overflow: hidden;
  padding: 14px 0 22px;
}

/* The loop is seamless only while padding-left equals the gap: that makes the
   track's border-box width exactly twice one set's advance, so translateX(-50%)
   lands card 7 precisely where card 1 began. Change one, change the other. */
.rev-track {
  display: flex;
  gap: 22px;
  width: max-content;
  padding-left: 22px;
  animation: revScroll 64s linear infinite;
}

@keyframes revScroll {
  to {
    transform: translateX(-50%)
  }
}

/* Reading beats motion: hovering anywhere over the ribbon holds it. */
.rev-marquee:hover .rev-track {
  animation-play-state: paused;
}

/* Letterpress cards: squared-off corners, a gilt hairline and a crimson-to-gilt
   rule stamped across the head — an academic index card, not a soft app tile. */
.rev {
  position: relative;
  flex: none;
  width: 396px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 30px 28px;
  border: 1px solid rgba(192, 154, 46, .34);
  border-radius: 4px;
  background: linear-gradient(160deg, #FFFDF7 0%, #FBF5E7 100%);
  box-shadow: var(--shadow-sm);
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out), border-color .4s;
}

.rev:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--gilt-500);
}

/* Hover warms the card from the cursor — main.js feeds --mx / --my. */
.rev::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: inherit;
  background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 50%), rgba(192, 154, 46, .18), transparent 62%);
  transition: opacity .45s ease;
}

.rev:hover::after {
  opacity: 1
}

/* The crimson-to-gilt rule stamped across the head of every card. It reaches
   full width on hover, so the card the reader stops on marks itself. */
.rev::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, var(--crimson-700), var(--gilt-500) 62%, rgba(192, 154, 46, .25));
  transform: scaleX(.34);
  transform-origin: left;
  transition: transform .55s var(--ease-out);
}

.rev:hover::before {
  transform: scaleX(1)
}

.stars {
  position: relative;
  z-index: 1;
  color: var(--gilt-500);
  font-size: 1rem;
  letter-spacing: 5px;
  text-shadow: 0 1px 1px rgba(142, 110, 28, .3);
}

/* Oversized open quote, pressed into the paper behind the text. */
.stars::after {
  content: "\201C";
  position: absolute;
  top: -26px;
  right: 0;
  font-family: var(--display);
  font-size: 6rem;
  line-height: 1;
  color: rgba(192, 154, 46, .2);
  pointer-events: none;
}

.rev q {
  position: relative;
  z-index: 1;
  font-family: var(--display);
  font-size: 1.16rem;
  line-height: 1.6;
  color: var(--ink-900);
  font-weight: 400;
  quotes: none;
}

.rev-who {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  padding-top: 20px;
}

.rev-who::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(192, 154, 46, .55), rgba(192, 154, 46, .12) 58%, transparent);
}

.subj {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--fill-crimson);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 600;
  font-size: .95rem;
  flex: none;
  box-shadow: 0 7px 16px -9px rgba(142, 18, 48, .8), inset 0 0 0 1px rgba(255, 255, 255, .2);
  transition: transform .45s var(--ease-out);
}

.rev:hover .subj {
  transform: rotate(-6deg) scale(1.07)
}

.rev:nth-child(even) .subj {
  background: var(--fill-gilt);
  color: #3A2C08;
  box-shadow: 0 7px 16px -9px rgba(142, 110, 28, .8), inset 0 0 0 1px rgba(255, 255, 255, .35);
}

.rev:nth-child(3n) .subj {
  background: linear-gradient(150deg, var(--green-800), var(--green-900));
  color: var(--gilt-200);
  box-shadow: 0 7px 16px -9px rgba(4, 36, 15, .7), inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.rev-who b {
  display: block;
  font-size: .92rem;
  color: var(--ink-900);
  font-weight: 600
}

.rev-who span {
  font-size: .79rem;
  color: var(--slate-2)
}

.verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  flex: none;
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: var(--r-pill);
  background: rgba(18, 161, 80, .1);
  box-shadow: inset 0 0 0 1px rgba(18, 161, 80, .3);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green-800);
}

/* The stylesheet globally kills every animation under reduced motion, which
   stopped this ribbon dead. On the owner's instruction it is re-asserted here
   — deliberately, and for this one element only. !important and the class
   selector are both needed to beat the global `*{animation:none!important}`.
   Hover still parks it, so nothing is unreadable while it moves. */
@media (prefers-reduced-motion:reduce) {
  .rev-track {
    animation: revScroll 64s linear infinite !important;
  }

  .rev-marquee:hover .rev-track {
    animation-play-state: paused !important;
  }
}

/* ------------------------------------------------------------
   18. FINAL CTA — the one deep crimson panel
   ------------------------------------------------------------ */
.cta {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  background: var(--fill-crimson);
  padding: 88px 48px;
  text-align: center;
  color: rgba(255, 255, 255, .84);
  box-shadow: var(--shadow-lg), inset 0 0 0 1px rgba(235, 215, 156, .3);
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(700px 400px at 15% 0%, rgba(255, 255, 255, .14), transparent 62%),
    radial-gradient(700px 420px at 85% 100%, rgba(192, 154, 46, .34), transparent 62%);
}

.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 50%, #000 10%, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 10%, transparent 72%);
}

.cta>* {
  position: relative;
  z-index: 2
}

.cta h2 {
  color: #fff;
  font-size: clamp(2.1rem, 4.2vw, 3.3rem);
  font-weight: 500
}

.cta h2 em {
  font-style: italic;
  color: var(--gilt-300)
}

.cta p {
  max-width: 640px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, .8);
  font-size: 1.05rem
}

.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 42px
}

.cta-note {
  margin-top: 26px;
  font-size: .82rem;
  color: rgba(255, 255, 255, .62)
}

/* ------------------------------------------------------------
   19. INNER PAGE HEAD
   ------------------------------------------------------------ */
.page-head {
  position: relative;
  overflow: hidden;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
  padding: 82px 0 78px;
}

.page-head::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(760px 420px at 8% -12%, rgba(142, 18, 48, .09), transparent 62%),
    radial-gradient(620px 400px at 96% 16%, rgba(192, 154, 46, .2), transparent 62%);
}

.page-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gilt-500), transparent);
}

.page-head>* {
  position: relative;
  z-index: 1
}

.page-head h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.2rem);
  font-weight: 500
}

.page-head .sec-sub {
  margin-left: 0;
  margin-right: 0
}

.crumb {
  font-size: .8rem;
  color: var(--slate-2);
  margin-bottom: 18px;
  letter-spacing: .04em
}

.crumb a {
  color: var(--crimson-700);
  font-weight: 600
}

.crumb a:hover {
  text-decoration: underline
}

.updated {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding: 8px 18px;
  border-radius: var(--r-pill);
  background: var(--gilt-100);
  border: 1px solid rgba(192, 154, 46, .4);
  color: var(--gilt-800);
  font-size: .76rem;
  font-weight: 600;
}

/* ------------------------------------------------------------
   20. LEGAL PAGES
   ------------------------------------------------------------ */
.legal {
  display: grid;
  grid-template-columns: 274px 1fr;
  gap: 60px;
  padding: 72px 0 96px
}

.toc {
  position: sticky;
  top: 104px;
  align-self: start;
  background: #FFFDF8;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}

.toc h4 {
  font-family: var(--sans);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--slate-2);
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-2);
}

.toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
  counter-reset: toc
}

.toc li {
  counter-increment: toc
}

.toc a {
  display: flex;
  gap: 10px;
  font-size: .85rem;
  line-height: 1.5;
  color: var(--slate);
  transition: color .2s
}

.toc a::before {
  content: counter(toc, decimal-leading-zero);
  font-family: var(--mono);
  font-size: .72rem;
  color: var(--gilt-600);
  flex: none;
  padding-top: 2px;
}

.toc a:hover {
  color: var(--crimson-700)
}

.prose {
  max-width: 820px
}

.prose h2 {
  font-size: 1.55rem;
  font-weight: 600;
  margin: 52px 0 16px;
  scroll-margin-top: 110px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.prose h2:first-child {
  margin-top: 0
}

.prose h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 28px 0 11px
}

.prose p {
  margin-bottom: 16px;
  font-size: .98rem;
  line-height: 1.85
}

.prose ul {
  margin: 0 0 20px;
  padding-left: 24px;
  display: grid;
  gap: 10px
}

.prose li {
  font-size: .96rem;
  line-height: 1.8
}

.prose li::marker {
  color: var(--gilt-600)
}

.prose a {
  color: var(--crimson-700);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px
}

.prose strong {
  color: var(--ink-900);
  font-weight: 700
}

.note-box {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-left: 4px solid var(--crimson-700);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: 22px 24px;
  margin: 24px 0;
}

.note-box p {
  margin-bottom: 0
}

.note-box.purple {
  border-left-color: var(--gilt-500)
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 22px;
  font-size: .9rem
}

.legal-table th,
.legal-table td {
  border: 1px solid var(--line);
  padding: 13px 15px;
  text-align: left;
  vertical-align: top
}

.legal-table th {
  background: var(--paper-3);
  color: var(--ink-900);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

/* ------------------------------------------------------------
   21. THANK-YOU PAGE
   ------------------------------------------------------------ */
.ty {
  position: relative;
  overflow: hidden;
  padding: 96px 0 108px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.ty::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(760px 460px at 18% -12%, rgba(142, 18, 48, .09), transparent 62%),
    radial-gradient(700px 440px at 84% 112%, rgba(192, 154, 46, .22), transparent 62%);
}

.ty>* {
  position: relative;
  z-index: 1
}

.ty-card {
  position: relative;
  max-width: 790px;
  margin: 0 auto;
  background:
    linear-gradient(90deg, var(--crimson-700), var(--gilt-500) 50%, var(--crimson-700)) top left/100% 4px no-repeat,
    #FFFDF8;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 60px 50px 50px;
  text-align: center;
  box-shadow: var(--shadow-xl);
}

.ty-badge {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(37, 211, 102, .1);
  border: 1px solid rgba(14, 82, 51, .28);
  display: grid;
  place-items: center;
  margin: 0 auto 30px;
  color: var(--green-800);
  animation: popIn .6s var(--ease-out) both;
}

.ty-card h1 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  font-weight: 500
}

.ty-card>p {
  margin: 18px auto 0;
  max-width: 580px;
  font-size: 1.02rem;
  line-height: 1.8
}

.ty-ref {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding: 10px 22px;
  border-radius: var(--r-pill);
  background: var(--paper-2);
  border: 1px solid var(--line);
  font-family: var(--mono);
  font-size: .82rem;
  color: var(--ink-700);
}

.ty-ref b {
  color: var(--gilt-700)
}

.ty-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 42px 0 38px;
  text-align: left
}

.ty-step {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 24px 22px
}

.ty-step .n {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--fill-crimson);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 600;
  font-size: .9rem;
  margin-bottom: 14px;
}

.ty-step:nth-child(2) .n {
  background: var(--fill-gilt);
  color: #3A2C08
}

.ty-step:nth-child(3) .n {
  background: linear-gradient(150deg, var(--green-800), var(--green-900))
}

.ty-step b {
  display: block;
  font-size: .96rem;
  color: var(--ink-900);
  font-weight: 600;
  margin-bottom: 6px
}

.ty-step span {
  font-size: .87rem;
  line-height: 1.7;
  display: block
}

.ty-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center
}

.ty-foot {
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--line-2);
  font-size: .86rem
}

.ty-foot a {
  color: var(--crimson-700);
  font-weight: 600
}

.ty-foot a:hover {
  text-decoration: underline
}

/* ------------------------------------------------------------
   22. FOOTER — deep parchment, gilt rules
   ------------------------------------------------------------ */
.ftr {
  position: relative;
  overflow: hidden;
  --logo-h: 50px;
  background: var(--paper-3);
  color: var(--slate);
  border-top: 1px solid var(--line);
}

.ftr::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(900px 420px at 50% -30%, rgba(192, 154, 46, .2), transparent 62%);
}

.ftr>* {
  position: relative;
  z-index: 1
}

.ftr .logo-txt {
  color: var(--ink-900)
}

.ftr .logo-txt span {
  color: var(--crimson-700)
}

/* The artwork is a JPG on white, so on the parchment footer it sits in its own
   paper chip rather than fighting the background. */
.logo-chip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 12px 18px;
  align-self: flex-start;
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease);
}

.logo-chip:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md)
}

/* Contact strip — the one crimson band in the footer */
.ftr-contactbar {
  background: var(--fill-crimson);
  border-bottom: 1px solid rgba(235, 215, 156, .3);
}

.fc-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0
}

.fc-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px 26px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  transition: background .25s;
}

.fc-item:first-child {
  padding-left: 0
}

.fc-item:last-child {
  border-right: 0
}

.fc-item:hover {
  background: rgba(255, 255, 255, .07)
}

.fc-ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex: none;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(235, 215, 156, .4);
  transition: transform .3s var(--ease-out);
}

.fc-ico.wa {
  background: linear-gradient(135deg, #25D366, #12A150);
  color: #04240F;
  border-color: transparent
}

.fc-item:hover .fc-ico {
  transform: translateY(-3px)
}

.fc-txt {
  display: flex;
  flex-direction: column;
  font-size: .92rem;
  color: #fff
}

.fc-txt b {
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gilt-300);
  margin-bottom: 4px;
}

/* Guarantee badges */
.ftr-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.fb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: var(--r-md);
  background: #FFFDF8;
  border: 1px solid var(--line);
  font-size: .86rem;
  font-weight: 600;
  color: var(--ink-800);
  text-align: center;
  transition: background .25s, border-color .25s, transform .35s var(--ease-out), box-shadow .35s;
}

.fb-item svg {
  flex: none;
  color: var(--crimson-700)
}

.fb-item:hover {
  border-color: rgba(192, 154, 46, .55);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* Brand + assurance */
.ftr-main {
  display: grid;
  grid-template-columns: 1.25fr .95fr;
  gap: 60px;
  padding: 48px 0
}

.ftr-disclaimer {
  margin-top: 24px;
  font-size: .87rem;
  line-height: 1.8;
  max-width: 540px
}

.ftr-mbg {
  margin-top: 16px;
  font-size: .84rem;
  color: var(--slate-2)
}

.ftr-mbg a {
  color: var(--crimson-700);
  font-weight: 600
}

.ftr-mbg a:hover {
  text-decoration: underline
}

.ftr-assure {
  display: grid;
  gap: 15px;
  align-content: start
}

.assure-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 22px;
  border-radius: var(--r-md);
  background: #FFFDF8;
  border: 1px solid var(--line);
}

.assure-card b {
  display: block;
  font-size: .9rem;
  color: var(--ink-900);
  font-weight: 700
}

.assure-card span {
  font-size: .8rem;
  color: var(--slate-2)
}

.assure-card.rating {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px
}

.assure-card.rating .stars {
  color: var(--gilt-500);
  font-size: 1.05rem;
  letter-spacing: 4px
}

.assure-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  flex: none;
  display: grid;
  place-items: center;
  background: rgba(37, 211, 102, .14);
  color: var(--green-800);
}

.pay-block {
  padding-top: 8px
}

.pay-label {
  display: block;
  font-size: .63rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--slate-2);
  margin-bottom: 14px;
}

.pay-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.pay-chip {
  padding: 9px 15px;
  border-radius: 8px;
  background: #FFFDF8;
  color: var(--ink-900);
  border: 1px solid var(--line);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
}

/* Quick links */
.ftr-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.ftr-links a {
  font-size: .87rem;
  transition: color .2s
}

.ftr-links a:hover {
  color: var(--crimson-700)
}

/* Bottom bar */
.ftr-bot {
  border-top: 1px solid var(--line);
  padding: 24px 0 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
  font-size: .81rem;
  color: var(--slate-2);
}

.ftr-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 26px
}

.ftr-legal a:hover {
  color: var(--crimson-700);
  text-decoration: underline
}

/* ------------------------------------------------------------
   22b. ENTRY POPUP
   ------------------------------------------------------------ */
.pop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px
}

.pop[hidden] {
  display: none
}

.pop-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(46, 34, 10, .5);
  backdrop-filter: blur(6px);
  animation: popFade .35s var(--ease);
}

@keyframes popFade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.pop-box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  width: 100%;
  max-width: 920px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #FFFDF8;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-xl);
  animation: popIn .5s var(--ease-out);
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(.97)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.pop-x {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  cursor: pointer;
  background: rgba(255, 255, 255, .94);
  color: var(--ink-900);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-sm);
  transition: background .25s, transform .3s var(--ease-out);
}

.pop-x:hover {
  background: #fff;
  transform: rotate(90deg)
}

.pop-side {
  position: relative;
  overflow: hidden;
  background: var(--fill-crimson);
  color: rgba(255, 255, 255, .8);
  padding: 44px 38px;
  border-radius: var(--r-xl) 0 0 var(--r-xl);
}

.pop-side::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(500px 320px at 10% 0%, rgba(255, 255, 255, .14), transparent 62%),
    radial-gradient(420px 300px at 90% 100%, rgba(192, 154, 46, .34), transparent 62%);
}

.pop-side>* {
  position: relative;
  z-index: 1
}

.pop-flag {
  display: inline-block;
  padding: 7px 17px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(235, 215, 156, .45);
  color: var(--gilt-200);
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.pop-side h3 {
  color: #fff;
  font-size: 1.72rem;
  font-weight: 500;
  margin-bottom: 14px
}

.pop-side>p {
  font-size: .93rem;
  line-height: 1.75
}

.pop-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 13px
}

.pop-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: .88rem;
  color: rgba(255, 255, 255, .92)
}

.pop-list svg {
  flex: none;
  margin-top: 3px;
  color: var(--gilt-300)
}

.pop-trust {
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: .8rem;
}

.pop-trust .stars {
  color: var(--gilt-300);
  font-size: .95rem;
  letter-spacing: 4px
}

.pop-form {
  padding: 44px 38px
}

.pop-form .field {
  margin-bottom: 16px
}

.pop-dismiss {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 6px;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: .8rem;
  color: var(--slate-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pop-dismiss:hover {
  color: var(--crimson-700)
}

body.pop-open {
  overflow: hidden
}

/* Floating WhatsApp */
.float-wa {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 80;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #12A150);
  display: grid;
  place-items: center;
  color: #04240F;
  box-shadow: 0 16px 34px -10px rgba(18, 161, 80, .75);
  transition: transform .3s var(--ease-out);
}

.float-wa::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid var(--green-500);
  animation: ring 2.8s ease-out infinite;
}

@keyframes ring {
  0% {
    transform: scale(1);
    opacity: .7
  }

  100% {
    transform: scale(1.7);
    opacity: 0
  }
}

.float-wa:hover {
  transform: scale(1.1)
}

/* Back to top — injected by main.js */
.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(253, 251, 246, .94);
  color: var(--crimson-700);
  cursor: pointer;
  display: grid;
  place-items: center;
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  box-shadow: var(--shadow-md);
  transition: opacity .35s var(--ease), transform .35s var(--ease-out),
    visibility .35s, background .25s, border-color .25s, color .25s;
}

.to-top.show {
  opacity: 1;
  visibility: visible;
  transform: none
}

.to-top:hover {
  background: var(--fill-crimson);
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px)
}

/* ------------------------------------------------------------
   23. ANIMATION UTILITIES
   ------------------------------------------------------------ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(8px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out), filter .9s var(--ease-out);
}

.reveal.in {
  opacity: 1;
  transform: none;
  filter: blur(0)
}

.reveal-l {
  opacity: 0;
  transform: translateX(-34px);
  filter: blur(8px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out), filter .9s var(--ease-out);
}

.reveal-r {
  opacity: 0;
  transform: translateX(34px);
  filter: blur(8px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out), filter .9s var(--ease-out);
}

.reveal-l.in,
.reveal-r.in {
  opacity: 1;
  transform: none;
  filter: blur(0)
}

/* Hero entrance sequence */
.anim-up {
  opacity: 0;
  transform: translateY(28px);
  animation: heroUp .95s var(--ease-out) forwards
}

.anim-up.d1 {
  animation-delay: .05s
}

.anim-up.d2 {
  animation-delay: .18s
}

.anim-up.d3 {
  animation-delay: .34s
}

.anim-up.d4 {
  animation-delay: .5s
}

.anim-up.d5 {
  animation-delay: .66s
}

@keyframes heroUp {
  to {
    opacity: 1;
    transform: none
  }
}

@media (prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }

  .reveal,
  .reveal-l,
  .reveal-r,
  .anim-up,
  .hero h1 .w {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .fx-grain {
    display: none
  }
}

/* ------------------------------------------------------------
   24. RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width:1080px) {
  .sec {
    padding: 88px 0
  }

  .hero {
    padding: 76px 0 92px
  }

  /* The grid stacks here, so the text runs the full width — the scrim has to
     cover evenly rather than fading out to the right. */
  .hero::before {
    background:
      linear-gradient(180deg,
        rgb(255 251 246 / 96%) 0%,
        rgb(255 251 246 / 94%) 58%,
        rgb(255 250 244 / 84%) 100%),
      linear-gradient(250deg, rgb(161 13 45 / 50%), rgb(255 144 144 / 24%), rgb(255 255 255 / 88%)),
      url(../img/hero.png) center / cover no-repeat;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 52px
  }

  .hero-lead {
    max-width: none
  }

  .form-card {
    max-width: 620px
  }

  .panel-green {
    padding: 38px 40px
  }

  .guarantee {
    grid-template-columns: 1fr;
    gap: 26px
  }

  .g-points {
    grid-template-columns: repeat(2, 1fr)
  }

  .svc-grid,
  .price-grid {
    grid-template-columns: 1fr 1fr
  }

  .price.hot {
    grid-column: span 2;
    max-width: 540px;
    margin-inline: auto;
    width: 100%
  }

  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 34px
  }

  .step:not(:last-child)::after {
    display: none
  }

  .cmp-intro {
    grid-template-columns: 1fr;
    gap: 38px
  }

  .cmp-art {
    max-width: 480px;
    margin-inline: auto
  }

  .cmp-art img {
    margin-inline: auto
  }

  .ba-grid {
    grid-template-columns: 1fr;
    gap: 22px
  }

  .banner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 44px 40px
  }

  .banner .btn {
    width: 100%
  }

  .fc-row {
    grid-template-columns: 1fr
  }

  .fc-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding-left: 0
  }

  .fc-item:last-child {
    border-bottom: 0
  }

  .ftr-badges {
    grid-template-columns: 1fr 1fr
  }

  .ftr-main {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0
  }

  .ftr-disclaimer {
    max-width: none
  }

  .pop-box {
    grid-template-columns: 1fr;
    max-width: 540px
  }

  .pop-side {
    border-radius: var(--r-xl) var(--r-xl) 0 0;
    padding: 32px 30px
  }

  .pop-list,
  .pop-trust {
    display: none
  }

  .legal {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 56px 0 78px
  }

  .toc {
    position: static
  }

  .toc ol {
    grid-template-columns: 1fr 1fr;
    display: grid
  }
}

@media (max-width:980px) {
  .hdr {
    --logo-h: 46px
  }

  .hdr.stuck {
    --logo-h: 40px
  }

  .nav {
    gap: 22px
  }

  .nav a {
    font-size: .84rem
  }

  .hdr-phone {
    display: none
  }

  /* Still two columns here, but they need less air between them. */
  .cmp-grid {
    gap: 28px
  }

  .cmp-head h3 {
    font-size: 1.44rem
  }

  /* Narrower slabs so more than one entry stays on screen. */
  .rev {
    width: 344px;
    padding: 32px 26px 30px;
  }

  .rev q {
    font-size: 1.08rem
  }
}

@media (max-width:820px) {

  .nav,
  .hdr-phone {
    display: none
  }

  .burger {
    display: block
  }

  .nav.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: rgba(253, 251, 246, .99);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
    padding: 16px 28px 24px;
    box-shadow: var(--shadow-lg);
    animation: fadeIn .3s var(--ease);
  }

  .hdr.stuck .nav.open {
    top: 72px
  }

  .nav.open a {
    padding: 13px 0;
    width: 100%;
    border-bottom: 1px solid var(--line-2)
  }

  .nav.open a::after {
    display: none
  }
}

@media (max-width:680px) {
  .hdr {
    --logo-h: 38px
  }

  .hdr.stuck {
    --logo-h: 34px
  }

  .hdr-in {
    height: 70px;
    gap: 12px
  }

  .hdr.stuck .hdr-in {
    height: 64px
  }

  .nav.open {
    top: 70px
  }

  .hdr.stuck .nav.open {
    top: 64px
  }

  .hdr .btn {
    padding: 11px 16px;
    font-size: .64rem;
    letter-spacing: .1em
  }

  .wrap {
    padding-inline: 20px
  }

  .sec {
    padding: 68px 0
  }

  .sec-tight {
    padding: 52px 0
  }

  .hero {
    padding: 56px 0 74px
  }

  .hero-ticks {
    padding-left: 18px
  }

  .hero-actions {
    flex-direction: column
  }

  .btn-wa,
  .btn-intro {
    width: 100%
  }

  .form-card {
    padding: 34px 24px 28px
  }

  .f-row {
    grid-template-columns: 1fr;
    gap: 0
  }

  .panel-green {
    padding: 30px 24px;
    margin-top: 24px
  }

  .pg-top .pg-reply {
    margin-left: 0;
    width: 100%
  }

  .pg-stats {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center
  }

  .guarantee {
    padding: 28px 24px
  }

  .g-points,
  .stat-grid,
  .svc-grid,
  .price-grid,
  .steps {
    grid-template-columns: 1fr
  }

  /* One slab at a time, with the edge fade pulled in so the entry that is
     centred stays fully legible. */
  .rev {
    width: 80vw;
    max-width: 340px;
    padding: 30px 22px 26px;
  }

  .rev-marquee {
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  }

  /* The two columns stack whole — each keeps its own kicker and headline,
     so the rows stay labelled without needing per-row tags. */
  .cmp-grid {
    grid-template-columns: 1fr;
    gap: 44px
  }

  .cmp-head h3 {
    font-size: 1.5rem
  }

  .price.hot {
    grid-column: auto;
    max-width: none
  }

  .banner {
    padding: 32px 26px;
    text-align: center;
    margin: 40px auto
  }

  .banner-btns {
    width: 100%
  }

  .t-body {
    padding: 28px 22px
  }

  .t-text {
    font-size: 1.02rem;
    line-height: 1.95
  }

  .t-tabs {
    width: 100%;
    margin-left: 0
  }

  .t-bar {
    flex-wrap: wrap;
    gap: 10px
  }

  .ba {
    padding: 30px 24px
  }

  .ba-foot {
    flex-direction: column;
    text-align: center;
    gap: 14px
  }

  .cta {
    padding: 58px 26px
  }

  .cta-btns .btn {
    width: 100%
  }

  .toc ol {
    grid-template-columns: 1fr
  }

  .prose h2 {
    font-size: 1.3rem
  }

  .page-head {
    padding: 58px 0 54px
  }

  .ty {
    padding: 64px 0 76px
  }

  .ty-card {
    padding: 42px 26px 34px
  }

  .ty-steps {
    grid-template-columns: 1fr
  }

  .ty-btns .btn {
    width: 100%
  }

  .ftr-badges {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 0
  }

  .fb-item {
    justify-content: flex-start
  }

  .ftr-links {
    gap: 10px 20px
  }

  .ftr-bot {
    justify-content: center;
    text-align: center
  }

  .pop {
    padding: 14px
  }

  .pop-side {
    padding: 28px 24px
  }

  .pop-side h3 {
    font-size: 1.4rem
  }

  .pop-form {
    padding: 28px 24px
  }

  .float-wa {
    width: 52px;
    height: 52px;
    left: 18px;
    bottom: 18px
  }

  .to-top {
    width: 44px;
    height: 44px;
    right: 18px;
    bottom: 18px
  }
}

/* Very narrow phones: keep the logo and CTA on one line. */
@media (max-width:420px) {
  .hdr {
    --logo-h: 32px
  }

  .wrap {
    padding-inline: 16px
  }

  .hdr .btn {
    padding: 10px 12px;
    font-size: .6rem;
    letter-spacing: .08em
  }
}