/* 10for300.com — hand-written stylesheet. No build step, no framework.
   Replaces the minified React bundle (kept at site/_legacy-spa/ for reference).
   Brand tokens are taken from the old bundle so the page stays on-brand:
     maroon rgb(133 1 1) = #850101, gold rgb(213 159 17) = #d59f11. */

/* ---------------------------------------------------------------- tokens */
:root {
  --maroon:        #850101;
  --maroon-dark:   #5d0101;
  --maroon-deep:   #3a0000;
  --gold:          #d59f11;
  --gold-soft:     #f3d179;

  --ink:           #14100f;
  --ink-2:         #3f3835;
  --ink-3:         #6b625e;

  --paper:         #ffffff;
  --paper-2:       #faf8f6;
  --paper-3:       #f3efec;
  --line:          #e6dfda;

  --green:         #17794a;
  --red:           #b3261e;

  --wrap:          1120px;
  --radius:        14px;
  --radius-lg:     22px;

  --shadow-sm:     0 1px 2px rgb(20 16 15 / .06), 0 2px 6px rgb(20 16 15 / .05);
  --shadow:        0 2px 4px rgb(20 16 15 / .05), 0 12px 28px -8px rgb(20 16 15 / .14);
  --shadow-lg:     0 4px 8px rgb(20 16 15 / .06), 0 28px 60px -18px rgb(20 16 15 / .28);

  --font:          'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ----------------------------------------------------------------- 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.6;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; height: auto; display: block; }
svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.14; margin: 0 0 .5em; letter-spacing: -.02em; font-weight: 800; }
h1 { font-size: clamp(2.4rem, 6.2vw, 4rem); }
h2 { font-size: clamp(1.85rem, 4vw, 2.7rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.35rem); font-weight: 700; letter-spacing: -.01em; }
p  { margin: 0 0 1rem; }
a  { color: var(--maroon); text-decoration-thickness: 1px; text-underline-offset: 2px; }
ul, ol { margin: 0 0 1rem; padding-left: 1.15rem; }
li { margin-bottom: .4rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* --------------------------------------------------------------- helpers */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--tight { padding: clamp(40px, 6vw, 68px) 0; }
.eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .13em;
  text-transform: uppercase; color: var(--maroon); margin-bottom: .9rem;
}
.center { text-align: center; }
.lede { font-size: clamp(1.02rem, 1.6vw, 1.18rem); color: var(--ink-3); max-width: 62ch; }
.center .lede { margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.nowrap { white-space: nowrap; }

/* ---------------------------------------------------------------- button */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font: inherit; font-weight: 700; letter-spacing: -.01em;
  padding: 15px 30px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none; transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--maroon); color: #fff; box-shadow: var(--shadow); }
.btn--primary:hover { background: var(--maroon-dark); box-shadow: var(--shadow-lg); }
.btn--gold { background: var(--gold); color: #2b1f00; box-shadow: var(--shadow); }
.btn--gold:hover { background: var(--gold-soft); }
.btn--ghost { background: transparent; color: var(--maroon); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--maroon); background: var(--paper-2); }
.btn--onDark { background: #fff; color: var(--maroon); }
.btn--onDark:hover { background: var(--paper-3); }
.btn--lg { padding: 18px 38px; font-size: 1.06rem; }
.btn--block { width: 100%; }

/* ---------------------------------------------------------------- header */
.hdr {
  position: sticky; top: 0; z-index: 60;
  background: rgb(255 255 255 / .93);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.hdr__in { display: flex; align-items: center; gap: 20px; min-height: 68px; }
.hdr__brand { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.hdr__brand img { height: 30px; width: auto; }
.hdr__wordmark { font-weight: 800; font-size: 1.06rem; color: var(--ink); letter-spacing: -.02em; }
.hdr__nav { display: flex; align-items: center; gap: 26px; }
.hdr__nav a { color: var(--ink-2); text-decoration: none; font-size: .95rem; font-weight: 600; }
.hdr__nav a:hover { color: var(--maroon); }
.hdr__tel {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--ink); text-decoration: none; font-weight: 700; font-size: .95rem;
}
.hdr__tel svg { width: 16px; height: 16px; fill: var(--maroon); flex: none; }
.hdr__tel:hover { color: var(--maroon); }
.hdr .btn { padding: 11px 22px; }
.hdr__toggle {
  display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--ink);
}
.hdr__toggle svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 2; }

@media (max-width: 940px) {
  .hdr__nav, .hdr .hdr__tel { display: none; }
  .hdr__toggle { display: block; order: 3; }
  .hdr__in { gap: 12px; }
  .hdr .btn { padding: 10px 18px; font-size: .92rem; }
  .hdr__nav.is-open {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 8px 20px 18px;
  }
  .hdr__nav.is-open a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1.02rem; }
  .hdr__nav.is-open .hdr__tel { display: inline-flex; padding-top: 15px; }
}

/* ------------------------------------------------------------------ hero */
/* Cinematic dark hero. The particle canvas is decorative only and adds NO scroll
   height - the offer, the price and Start Now all stay above the fold. */
.hero {
  position: relative;
  background: radial-gradient(125% 95% at 76% 4%, #2b0a0a 0%, #170506 42%, #0b0405 100%);
  overflow: hidden;
  isolation: isolate;
}
.hero__fx {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 1; display: block; pointer-events: none;
}
.hero__vig {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  box-shadow: inset 0 0 18vw 5vw rgb(5 2 3 / .78);
}
/* Sits between the particle field and the copy so light letters never have a
   bright particle directly behind them. */
.hero__scrim {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  opacity: 0; transition: opacity 1.1s ease .2s;
  background: radial-gradient(58% 78% at 24% 52%, rgb(9 3 4 / .88) 0%, rgb(9 3 4 / .6) 45%, transparent 76%);
}
.hero.is-lit .hero__scrim,
.hero:not(.is-intro) .hero__scrim { opacity: 1; }
@media (max-width: 880px) {
  .hero__scrim { background: linear-gradient(180deg, transparent 0%, rgb(9 3 4 / .74) 34%, rgb(9 3 4 / .86) 100%); }
}
.hero__grid {
  position: relative; z-index: 4;
  display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(28px, 5vw, 64px);
  /* block-only: the `padding` shorthand here would wipe .wrap's inline padding
     and push the hero text flush against the screen edge on mobile. */
  align-items: center;
  /* Taller stage so the intro has room to detonate. Roumen waived the
     CTA-above-fold rule for this page specifically. */
  padding-block: clamp(72px, 11vw, 150px) clamp(64px, 9vw, 128px);
}

/* The hero copy entrance is applied with INLINE styles from JS (see index.html).
   Deliberately not a cascade rule: if that script never runs nothing is ever
   hidden, and there is no specificity contest to lose. */
.hero h1 { color: #fff; text-shadow: 0 2px 40px rgb(5 2 3 / .55); }
.hero h1 em { font-style: normal; color: var(--gold-soft); }
.hero__sub { font-size: clamp(1.06rem, 1.8vw, 1.24rem); color: rgb(255 255 255 / .72); max-width: 46ch; }
.hero__sub strong { color: #fff; font-weight: 700; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin: 26px 0 20px; }
.hero__price {
  display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
  margin: 0 0 4px;
}
.hero__price b { font-size: clamp(2rem, 4.4vw, 2.6rem); color: #fff; letter-spacing: -.03em; }
.hero__price span { color: rgb(255 255 255 / .58); font-weight: 600; }
.hero__ticks { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 0 0 4px; }
.hero__ticks li { display: flex; align-items: center; gap: 8px; font-weight: 600; color: rgb(255 255 255 / .88); font-size: .96rem; margin: 0; }
.hero__ticks svg { width: 17px; height: 17px; flex: none; fill: var(--gold); }
.hero .btn--ghost { color: #fff; border-color: rgb(255 255 255 / .32); }
.hero .btn--ghost:hover { border-color: var(--gold); background: rgb(255 255 255 / .07); }
.hero__media { position: relative; }
.hero__photo {
  width: 100%; border-radius: var(--radius-lg);
  box-shadow: 0 30px 70px -20px rgb(0 0 0 / .75), 0 0 0 1px rgb(255 255 255 / .08);
}
/* The source photo has an OLD "17 YEARS" seal burned into it at ~73-92% x / 17-46% y.
   The canonical since-2007 badge is sized ~112% of it and centred on it, so exactly one
   seal is ever visible. Do not reposition without re-measuring the photo. */
.hero__badge {
  position: absolute; left: 72.15%; top: 15.1%; width: 21.5%; aspect-ratio: 1;
  filter: drop-shadow(0 6px 16px rgb(20 16 15 / .28));
}
@media (max-width: 880px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
}

/* --------------------------------------------------------- credential bar */
.credbar { background: #140405; color: #f4ece9; border-top: 1px solid rgb(213 159 17 / .22); }
.credbar__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgb(255 255 255 / .13);
}
.credbar__item { background: #140405; padding: 24px 22px; }
.credbar__item strong { display: block; color: #fff; font-size: 1.02rem; font-weight: 800; letter-spacing: -.01em; }
.credbar__item span { display: block; font-size: .88rem; color: rgb(255 255 255 / .74); margin-top: 3px; }
.credbar__item a { color: var(--gold-soft); font-weight: 700; }
.credbar__ico { width: 22px; height: 22px; fill: var(--gold); margin-bottom: 10px; }
@media (max-width: 820px) { .credbar__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .credbar__grid { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------------- cards */
.cards { display: grid; gap: 22px; }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .cards--3 { grid-template-columns: 1fr; } .cards--2 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm);
}
.card h3 { margin-bottom: .45rem; }
.card p:last-child { margin-bottom: 0; }
.card__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--maroon); color: #fff; font-weight: 800; font-size: .98rem;
  margin-bottom: 14px;
}

/* ---------------------------------------------------------------- trades */
.trades { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
@media (max-width: 940px) { .trades { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .trades { grid-template-columns: repeat(2, 1fr); } }
.trade {
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  padding: 24px 16px; text-align: center; box-shadow: var(--shadow-sm);
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.trade:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--gold); }
.trade svg { width: 40px; height: 40px; margin: 0 auto 12px; stroke: var(--maroon); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trade b { display: block; color: var(--ink); font-size: 1rem; font-weight: 700; }
.trades__note {
  margin-top: 22px; text-align: center; color: var(--ink-3); font-size: .98rem;
}

/* ----------------------------------------------------------- who-we-are  */
.who { background: var(--paper-2); border-block: 1px solid var(--line); }
.who__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
@media (max-width: 900px) { .who__grid { grid-template-columns: 1fr; } }
.factlist { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.factlist li {
  display: grid; grid-template-columns: 190px 1fr; gap: 16px;
  padding: 15px 0; border-bottom: 1px solid var(--line); margin: 0; align-items: baseline;
}
.factlist dt, .factlist b { color: var(--ink-3); font-weight: 700; font-size: .84rem; text-transform: uppercase; letter-spacing: .07em; }
.factlist span { color: var(--ink); font-weight: 600; }
@media (max-width: 560px) { .factlist li { grid-template-columns: 1fr; gap: 2px; } }

/* --------------------------------------------------------------- delivery */
.shot { margin: 0; max-width: 430px; margin-inline: auto; }
.shot img {
  width: 100%; border-radius: 16px; border: 1px solid var(--line);
  box-shadow: var(--shadow-lg); background: #fff;
}
.shot figcaption {
  text-align: center; font-size: .82rem; color: var(--ink-3); margin-top: 14px;
}

/* ------------------------------------------------------------------ proof */
.proof { background: var(--ink); color: #e9e2df; }
.proof h2, .proof h3 { color: #fff; }
.proof .eyebrow { color: var(--gold); }
.proof .lede { color: rgb(255 255 255 / .72); }
.proof__grid { display: grid; grid-template-columns: 400px 1fr; gap: clamp(26px, 4vw, 48px); align-items: start; }
@media (max-width: 980px) { .proof__grid { grid-template-columns: 1fr; } }
.vidcard { background: rgb(255 255 255 / .06); border: 1px solid rgb(255 255 255 / .14); border-radius: var(--radius); padding: 14px; }
.vidcard video {
  width: 100%; max-height: 460px; aspect-ratio: 3 / 4;
  object-fit: cover; border-radius: 10px; background: #000;
}
.vidcard__who { margin-top: 14px; }
.vidcard__who b { display: block; color: #fff; font-size: 1.05rem; }
.vidcard__who span { display: block; font-size: .88rem; color: rgb(255 255 255 / .68); }
.disclosure {
  margin-top: 12px; padding-top: 12px; border-top: 1px solid rgb(255 255 255 / .14);
  font-size: .8rem; color: rgb(255 255 255 / .62);
}
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 700px) { .quotes { grid-template-columns: 1fr; } }
.quote {
  background: rgb(255 255 255 / .05); border: 1px solid rgb(255 255 255 / .12);
  border-left: 3px solid var(--gold); border-radius: 10px; padding: 20px 22px;
}
.quote p { color: #fff; font-size: 1rem; margin-bottom: 12px; }
.quote footer { font-size: .8rem; color: rgb(255 255 255 / .6); line-height: 1.45; }
.quotes__note {
  grid-column: 1 / -1; font-size: .84rem; color: rgb(255 255 255 / .58);
  border-top: 1px solid rgb(255 255 255 / .12); padding-top: 16px; margin-top: 2px;
}
.deeds { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 12px; }
.deeds li { display: flex; gap: 12px; align-items: flex-start; color: rgb(255 255 255 / .86); margin: 0; }
.deeds svg { width: 19px; height: 19px; flex: none; fill: var(--gold); margin-top: 3px; }

/* -------------------------------------------------------------- not-list */
.notlist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 30px; }
@media (max-width: 780px) { .notlist { grid-template-columns: 1fr; } }
.notlist div {
  display: flex; gap: 11px; align-items: flex-start;
  padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .97rem;
}
.notlist svg { width: 17px; height: 17px; flex: none; fill: var(--red); margin-top: 4px; opacity: .8; }

/* --------------------------------------------------------------- pricing */
.pricing { background: var(--paper-2); border-block: 1px solid var(--line); }
.plan {
  max-width: 940px; margin-inline: auto; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); overflow: hidden;
  display: grid; grid-template-columns: .85fr 1.15fr;
}
@media (max-width: 820px) { .plan { grid-template-columns: 1fr; } }
.plan__price {
  background: linear-gradient(160deg, var(--maroon), var(--maroon-deep));
  color: #fff; padding: clamp(30px, 4vw, 42px); display: flex; flex-direction: column; justify-content: center;
}
.plan__price .amt { font-size: clamp(3.2rem, 8vw, 4.4rem); font-weight: 800; letter-spacing: -.04em; line-height: 1; color: #fff; }
.plan__price .per { color: var(--gold-soft); font-weight: 700; margin-top: 8px; }
.plan__price ul { list-style: none; padding: 0; margin: 22px 0 0; }
.plan__price li { display: flex; gap: 9px; align-items: center; font-size: .95rem; color: rgb(255 255 255 / .9); }
.plan__price svg { width: 16px; height: 16px; fill: var(--gold); flex: none; }
.plan__body { padding: clamp(28px, 4vw, 40px); }
.plan__body h3 { margin-bottom: 16px; }
.incl { list-style: none; padding: 0; margin: 0 0 26px; }
.incl li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 12px; font-size: .97rem; }
.incl svg { width: 19px; height: 19px; flex: none; fill: var(--green); margin-top: 3px; }
.incl b { color: var(--ink); }

/* ------------------------------------------------------------------ form */
.startnow { background: linear-gradient(180deg, var(--paper), var(--paper-3)); }
.formcard {
  max-width: 620px; margin-inline: auto; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: clamp(26px, 4vw, 40px);
}
.formcard h2 { font-size: clamp(1.5rem, 3vw, 1.9rem); }
.field { margin-bottom: 14px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .grid2 { grid-template-columns: 1fr; } }
.field label { display: block; font-size: .82rem; font-weight: 700; color: var(--ink-2); margin-bottom: 6px; }
.field input, .field select {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 10px;
  background: #fff; transition: border-color .12s ease, box-shadow .12s ease;
}
.field select { appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b625e' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 17px; padding-right: 42px;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--maroon); box-shadow: 0 0 0 3px rgb(133 1 1 / .12); }
.field input::placeholder { color: #a8a09c; }
.consent { margin: 18px 0 8px; }
.consent label {
  display: flex; gap: 11px; align-items: flex-start;
  font-size: .78rem; line-height: 1.5; color: var(--ink-3); margin-bottom: 12px;
}
.consent input { margin: 2px 0 0; width: 17px; height: 17px; flex: none; accent-color: var(--maroon); }
.legal { font-size: .8rem; color: var(--ink-3); margin: 4px 0 16px; }
.formnote {
  display: flex; gap: 9px; align-items: flex-start;
  font-size: .8rem; color: var(--ink-3); margin-top: 16px;
  padding-top: 16px; border-top: 1px solid var(--line);
}
.formnote svg { width: 16px; height: 16px; flex: none; fill: var(--green); margin-top: 2px; }
.formmsg { padding: 13px 16px; border-radius: 10px; font-size: .93rem; margin-bottom: 16px; display: none; }
.formmsg.is-err { display: block; background: #fdecea; color: var(--red); border: 1px solid #f5c6c2; }
.formok { display: none; text-align: center; padding: 20px 0; }
.formok svg { width: 56px; height: 56px; fill: var(--green); margin: 0 auto 16px; }

/* ------------------------------------------------------------------- faq */
.faq { max-width: 840px; margin-inline: auto; }
.faq details {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; margin-bottom: 10px; box-shadow: var(--shadow-sm);
}
.faq summary {
  list-style: none; cursor: pointer; padding: 18px 54px 18px 22px;
  font-weight: 700; color: var(--ink); position: relative; font-size: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ''; position: absolute; right: 22px; top: 50%; width: 11px; height: 11px;
  border-right: 2.2px solid var(--maroon); border-bottom: 2.2px solid var(--maroon);
  transform: translateY(-70%) rotate(45deg); transition: transform .18s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq details[open] summary { color: var(--maroon); }
.faq .ans { padding: 0 22px 20px; color: var(--ink-2); font-size: .97rem; }
.faq .ans p:last-child { margin-bottom: 0; }

/* ----------------------------------------------------------------- final */
.finalcta { background: linear-gradient(150deg, var(--maroon), var(--maroon-deep)); color: #fff; text-align: center; }
.finalcta h2 { color: #fff; }
.finalcta p { color: rgb(255 255 255 / .82); max-width: 56ch; margin-inline: auto; }
.finalcta__row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 26px; }

/* ---------------------------------------------------------------- footer */
.ftr { background: var(--ink); color: rgb(255 255 255 / .72); padding: clamp(46px, 6vw, 68px) 0 28px; font-size: .92rem; }
.ftr__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; }
@media (max-width: 880px) { .ftr__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .ftr__grid { grid-template-columns: 1fr; } }
.ftr h4 { color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .11em; margin-bottom: 14px; }
.ftr a { color: rgb(255 255 255 / .72); text-decoration: none; }
.ftr a:hover { color: #fff; text-decoration: underline; }
.ftr ul { list-style: none; padding: 0; margin: 0; }
.ftr li { margin-bottom: 9px; }
/* The markup carries width/height attributes, so sizing height alone leaves the
   attribute width in place and skews the mark. Size both, and object-fit:contain
   keeps the aspect right whatever the padding does to the content box. */
.ftr__brand img {
  height: 46px; width: 62px; object-fit: contain;
  background: #fff; border-radius: 8px; padding: 6px; margin-bottom: 14px;
}
.ftr__brand p { max-width: 34ch; font-size: .89rem; }
.ftr__bottom {
  margin-top: 36px; padding-top: 22px; border-top: 1px solid rgb(255 255 255 / .12);
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between;
  font-size: .84rem; color: rgb(255 255 255 / .55);
}

/* --------------------------------------------------------------- article */
.article { max-width: 760px; margin-inline: auto; }
.article h2 { margin-top: 2.2em; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin-top: 1.8em; }
.article ul li { margin-bottom: .6rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* --------------------------------------------------------------- reveals */
/* Content is VISIBLE by default. The hidden state only exists once JS has
   confirmed it is running and can also un-hide it (html.js-anim). A decorative
   animation must never be able to leave a page that takes payments blank. */
.reveal { opacity: 1; transform: none; }
.js-anim .reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1);
}
.js-anim .reveal.is-in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .09s }
.reveal-d2 { transition-delay: .18s }
.reveal-d3 { transition-delay: .27s }
@media (prefers-reduced-motion: reduce) {
  .js-anim .reveal { opacity: 1; transform: none; transition: none; }
}
