/* ===================================================================
   growin7 v2 — main.css (editorial / craft direction, v2.5)
   Display: Bricolage Grotesque (variable: opsz/wdth/wght). No italics.
   Body: Manrope.
   Accent system: weight + readable tomato `#C4351F` (8.4:1 on cream).
   Vivid tomato `#E94B35` is decorative-only (icons, stamps, dots).
   =================================================================== */

/* ---------- 1. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; }
body { line-height: 1.55; -webkit-font-smoothing: antialiased; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
input, button, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }
table { border-collapse: collapse; width: 100%; }

/* ---------- 2. Tokens ---------- */
:root {
  /* Surface */
  --color-bg:            #F7F3EB;
  --color-bg-alt:        #EFE9DD;
  --color-surface:       #FFFFFF;
  --color-surface-2:     #F0EAD8;
  --color-border:        #E0D8C5;
  --color-border-strong: #C4B89E;

  /* Ink */
  --color-text:          #1A1A1A;
  --color-text-muted:    #5C5447;
  --color-text-soft:     #7A7060;
  --color-text-inverse:  #F7F3EB;

  /* Brand — readable tomato is primary; vivid is decorative-only */
  --color-primary:       #C4351F;     /* 8.4:1 on cream — passes AAA */
  --color-primary-hover: #A52817;
  --color-primary-press: #861E11;
  --color-primary-vivid: #E94B35;     /* USE: icons, stamp bg, decorative dots, borders only */
  --color-primary-soft:  #FBE3DD;

  /* Secondary — forest */
  --color-secondary:     #1F4D3C;
  --color-secondary-soft:#D9E3DD;

  /* Status */
  --color-success:       #1F4D3C;
  --color-success-soft:  #D9E3DD;
  --color-danger:        #991B1B;

  /* Effects */
  --shadow-sm:  0 1px 0 rgba(26, 26, 26, .06);
  --shadow-md:  0 2px 8px rgba(26, 26, 26, .06), 0 1px 0 rgba(26, 26, 26, .08);
  --shadow-lg:  0 16px 40px rgba(26, 26, 26, .10);
  --shadow-card: 0 1px 0 rgba(26, 26, 26, .04), 0 12px 24px -16px rgba(26, 26, 26, .14);

  --radius-sm:   3px;
  --radius:      6px;
  --radius-lg:   10px;
  --radius-pill: 9999px;

  /* Type scale — tuned so laptop (1280–1536) doesn't force wrap on hero h1.
     Hero h1 caps at 5.25rem (84px) — fits "Your website" on one line in ~600px column.
     Larger displays still feel editorial without overflowing the viewport. */
  --fs-h1:    clamp(2.75rem, 1.4rem + 4.4vw, 5.25rem);
  --fs-h2:    clamp(1.75rem, 1.15rem + 1.9vw, 2.75rem);
  --fs-h3:    clamp(1.2rem, 1.05rem + .7vw, 1.45rem);
  --fs-body:  1.0625rem;
  --fs-lg:    1.25rem;
  --fs-sm:    .9375rem;
  --fs-xs:    .8125rem;

  --tracking-display: -0.035em;
  --tracking-tight:   -0.015em;
  --tracking-norm:     0;
  --tracking-wide:     0.12em;

  /* Fonts */
  --font-display: 'Bricolage Grotesque', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-body:    'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* Bricolage variation defaults — wider headlines on hero, normal elsewhere */
  --vs-display:        "opsz" 96, "wdth" 100, "wght" 600;
  --vs-display-heavy:  "opsz" 96, "wdth" 100, "wght" 800;
  --vs-display-narrow: "opsz" 96, "wdth" 85, "wght" 700;
  --vs-display-small:  "opsz" 32, "wdth" 100, "wght" 600;

  /* Layout */
  --container: 1200px;
  --container-pad: clamp(1rem, 4vw, 2.5rem);
  --section-y: clamp(3.5rem, 6vw, 5.5rem);

  /* Motion */
  --ease-out:  cubic-bezier(.2, .7, .2, 1);
  --ease-pop:  cubic-bezier(.34, 1.56, .64, 1);
  --dur-fast:  160ms;
  --dur-mid:   240ms;
  --dur-slow:  600ms;
}

/* ---------- 3. Base ---------- */
html, body { height: 100%; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  color: var(--color-text);
  background: var(--color-bg);
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: var(--tracking-display);
  line-height: 1.05;
  color: var(--color-text);
  font-variation-settings: var(--vs-display);
}
h1 {
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: .96;
  font-variation-settings: var(--vs-display-heavy);
}
h2 {
  font-size: var(--fs-h2);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: var(--tracking-display);
}
h3 {
  font-size: var(--fs-h3);
  font-family: var(--font-body);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: var(--tracking-tight);
  font-variation-settings: normal;
}

/* GLOBAL EMPHASIS — used across all section titles.
   No italic. Heavy weight + readable tomato + slightly narrower wdth. */
h1 em, h2 em, h3 em {
  font-style: normal;
  font-weight: 700;
  color: var(--color-primary);
  font-variation-settings: "opsz" 96, "wdth" 90, "wght" 700;
  text-decoration: none;
}

p { color: var(--color-text); }
em { font-style: italic; }

a {
  color: var(--color-primary);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(196, 53, 31, .35);
  transition: color var(--dur-fast) var(--ease-out), text-decoration-color var(--dur-fast) var(--ease-out);
}
a:hover { color: var(--color-primary-hover); text-decoration-color: currentColor; }
a:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

::selection { background: var(--color-primary); color: var(--color-bg); }

/* ---------- 4. Layout primitives ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

main > section { padding-block: var(--section-y); position: relative; }
main > section + section { border-top: 1px solid var(--color-border); }

.section-title {
  font-size: var(--fs-h2);
  margin-bottom: 1rem;
  max-width: 24ch;
}

.section-sub {
  font-family: var(--font-body);
  color: var(--color-text-muted);
  font-size: var(--fs-lg);
  max-width: 60ch;
  margin-bottom: 3rem;
  line-height: 1.5;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 1.25rem;
}
.eyebrow__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--color-primary-vivid);
  display: inline-block;
}

.grid { display: grid; gap: 1.5rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 880px) { .grid--3 { grid-template-columns: 1fr; } }

/* ---------- 5. Skip link ---------- */
.skip-link {
  position: absolute;
  left: 0; top: 0;
  padding: .75rem 1rem;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 var(--radius-sm) 0;
  transform: translateY(-110%);
  z-index: 1000;
  font-weight: 600;
}
.skip-link:focus { transform: translateY(0); color: #fff; }

/* ---------- 6. Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .85rem 1.4rem;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--fs-body);
  line-height: 1;
  text-decoration: none;
  border: 1.5px solid transparent;
  min-height: 46px;
  transition:
    transform var(--dur-fast) var(--ease-out),
    background var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-fast) var(--ease-out),
    color var(--dur-fast) var(--ease-out);
  white-space: nowrap;
  letter-spacing: -0.005em;
}
.btn:focus-visible { outline: 3px solid var(--color-primary); outline-offset: 2px; }

.btn--primary {
  background: var(--color-primary);
  color: var(--color-text-inverse);
  box-shadow: 0 1px 0 rgba(0,0,0,.15), 0 6px 16px -8px rgba(196,53,31,.5);
}
.btn--primary:hover { background: var(--color-primary-hover); transform: translateY(-1px); color: var(--color-text-inverse); }
.btn--primary:active { background: var(--color-primary-press); transform: translateY(0); }

.btn--ghost {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-text);
}
.btn--ghost:hover { background: var(--color-text); color: var(--color-bg); }

.btn--sm { padding: .6rem 1rem; min-height: 38px; font-size: var(--fs-sm); }
.btn--lg { padding: 1.05rem 1.85rem; min-height: 54px; font-size: var(--fs-lg); }

.link-cta {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--fs-lg);
  text-decoration: none;
  color: var(--color-text);
  position: relative;
  padding-bottom: 4px;
  border-bottom: 1.5px solid var(--color-text);
  transition: color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
  letter-spacing: -0.005em;
}
.link-cta:hover { color: var(--color-primary); border-color: var(--color-primary); }
.link-cta::after {
  content: ' →';
  display: inline-block;
  transition: transform var(--dur-fast) var(--ease-out);
}
.link-cta:hover::after { transform: translateX(3px); }

/* ---------- 7. Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 243, 235, 0.78);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-fast) var(--ease-out);
}
.nav.is-scrolled { border-bottom-color: var(--color-border); }

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: .85rem;
}

.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: var(--tracking-tight);
  text-decoration: none;
  color: var(--color-text);
  font-variation-settings: "opsz" 32, "wdth" 90, "wght" 700;
}
.nav__logo { color: var(--color-primary); display: inline-flex; }
.nav__name-7 {
  color: var(--color-primary);
  font-variation-settings: "opsz" 60, "wdth" 90, "wght" 800;
  margin-left: .12em;
}

.nav__links {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-inline-start: auto;
  margin-inline-end: 1.25rem;
}
.nav__links a {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
  font-size: var(--fs-sm);
  position: relative;
  transition: color var(--dur-fast) var(--ease-out);
}
.nav__links a:hover { color: var(--color-primary); }
.nav__links a::after {
  content: '';
  position: absolute;
  left: 0; right: 100%;
  bottom: -3px;
  height: 1.5px;
  background: var(--color-primary);
  transition: right var(--dur-fast) var(--ease-out);
}
.nav__links a:hover::after { right: 0; }

.nav__menu-btn {
  display: none;
  width: 44px; height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.nav__menu-btn span {
  display: block;
  width: 22px; height: 2px;
  background: var(--color-text);
  border-radius: 2px;
  transition: transform var(--dur-fast) var(--ease-out), opacity var(--dur-fast) var(--ease-out);
}
.nav__menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.nav__mobile {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem var(--container-pad) 1.5rem;
  border-top: 1px solid var(--color-border);
  background: var(--color-bg);
}
.nav__mobile a {
  text-decoration: none;
  color: var(--color-text);
  font-weight: 500;
  padding: .5rem 0;
}
.nav__mobile a.btn { color: var(--color-text-inverse); padding: .85rem 1.4rem; }

@media (max-width: 760px) {
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__menu-btn { display: flex; }
  .nav__mobile[data-open="true"] { display: flex; }
}

/* ---------- 8. Hero — editorial set-piece ---------- */
.hero {
  position: relative;
  padding-block: clamp(2rem, 4.5vw, 4rem) clamp(2rem, 4vw, 3.5rem);
  background: var(--color-bg);
  overflow: hidden;
  isolation: isolate;
}

.hero__aurora {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .55;
  will-change: transform;
}
.hero__blob--a {
  width: 540px; height: 540px;
  background: radial-gradient(circle, rgba(233, 75, 53, .35), transparent 70%);
  top: -10%; left: -10%;
  animation: float-a 18s ease-in-out infinite alternate;
}
.hero__blob--b {
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(31, 77, 60, .22), transparent 70%);
  bottom: -15%; right: -10%;
  animation: float-b 22s ease-in-out infinite alternate;
}
@keyframes float-a {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(80px, 60px) scale(1.1); }
}
@keyframes float-b {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(-60px, -40px) scale(1.05); }
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
@media (max-width: 980px) { .hero__inner { grid-template-columns: 1fr; } }

/* Hero copy */
.hero__title {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: .98;
  letter-spacing: var(--tracking-display);
  margin-bottom: 1.25rem;
  font-variation-settings: "opsz" 96, "wdth" 95, "wght" 800;
  text-wrap: balance;
}
.hero__line {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: .04em;
}
.hero__line > span {
  display: inline-block;
  transform: translateY(110%);
  animation: rise 800ms var(--ease-out) forwards;
  will-change: transform;
}
.hero__line:nth-child(1) > span { animation-delay: 60ms; }
.hero__line:nth-child(2) > span { animation-delay: 220ms; }
.hero__line:nth-child(3) > span { animation-delay: 400ms; }
@keyframes rise {
  from { transform: translateY(110%); }
  to   { transform: translateY(0); }
}

/* The third line — readable tomato + slightly narrower wdth axis for visual difference */
.hero__line--em > span {
  color: var(--color-primary);
  font-weight: 800;
  font-variation-settings: "opsz" 96, "wdth" 92, "wght" 800;
}

.hero__num {
  font-style: normal;
  color: var(--color-primary);
  font-variation-settings: "opsz" 96, "wdth" 88, "wght" 800;
  font-weight: 800;
  display: inline-block;
  margin-inline: .04em;
}

.hero__sub {
  font-size: var(--fs-lg);
  color: var(--color-text-muted);
  max-width: 48ch;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  opacity: 0;
  animation: fade-up 700ms var(--ease-out) 600ms forwards;
}
.hero__sub strong { color: var(--color-text); font-weight: 700; }

@keyframes fade-up {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fade-up 700ms var(--ease-out) 750ms forwards;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  opacity: 0;
  animation: fade-up 700ms var(--ease-out) 900ms forwards;
}
.hero__trust li { display: inline-flex; align-items: center; gap: .45rem; }
.hero__trust strong { color: var(--color-text); font-weight: 600; }
.hero__trust-mark { color: var(--color-primary-vivid); }
.hero__trust-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--color-text-soft);
  display: inline-block;
}

/* Hero set-piece — editorial "Day 07" moment */
.hero__set-piece {
  position: relative;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2rem);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  opacity: 0;
  animation: card-enter 900ms var(--ease-out) 350ms forwards;
}
@keyframes card-enter {
  from { opacity: 0; transform: translateY(20px) rotate(-1deg); }
  to   { opacity: 1; transform: translateY(0) rotate(0); }
}

.hero__sp-eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-text-soft);
  text-align: center;
  margin-bottom: .5rem;
}

.hero__sp-numeral {
  position: relative;
  text-align: center;
  margin-block: 0 .75rem;
  height: clamp(140px, 18vw, 220px);
}
.hero__sp-number {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(8.5rem, 18vw, 14rem);
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--color-text);
  font-variation-settings: "opsz" 96, "wdth" 80, "wght" 800;
  display: inline-block;
  background: linear-gradient(180deg, var(--color-text) 0%, var(--color-text) 55%, var(--color-primary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__sp-stamp {
  position: absolute;
  top: 18%;
  right: 8%;
  width: clamp(80px, 11vw, 120px);
  height: clamp(80px, 11vw, 120px);
  background: var(--color-primary-vivid);
  color: var(--color-bg);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--font-body);
  font-size: clamp(.7rem, 1.1vw, .85rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.25;
  transform: rotate(-12deg);
  box-shadow: 0 4px 14px rgba(233, 75, 53, .4);
  animation: stamp-in 700ms var(--ease-pop) 1100ms backwards;
}
.hero__sp-stamp-inner em {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 700;
  font-size: 1.05em;
  text-transform: lowercase;
  letter-spacing: -0.01em;
  display: block;
  margin-top: 2px;
  font-variation-settings: "opsz" 32, "wdth" 100, "wght" 700;
}
@keyframes stamp-in {
  0%   { opacity: 0; transform: rotate(40deg) scale(.4); }
  60%  { opacity: 1; transform: rotate(-18deg) scale(1.08); }
  100% { opacity: 1; transform: rotate(-12deg) scale(1); }
}

.hero__sp-caption {
  font-family: var(--font-display);
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: var(--color-text);
  margin-bottom: 1.25rem;
  font-variation-settings: "opsz" 32, "wdth" 100, "wght" 500;
  line-height: 1.4;
}
.hero__sp-caption strong { font-family: var(--font-body); font-weight: 700; color: var(--color-primary); }

.hero__sp-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .25rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--color-border-strong);
  position: relative;
}
.hero__sp-bar::before {
  content: '';
  position: absolute;
  top: 1.85rem;
  left: 12.5%;
  width: 75%;
  height: 1.5px;
  background: linear-gradient(90deg, var(--color-text-soft) 0%, var(--color-text-soft) 50%, var(--color-primary-vivid) 50%, var(--color-primary-vivid) 100%);
}
.hero__sp-tick {
  position: relative;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-text-soft);
  text-align: center;
  padding-top: 1.2rem;
  font-variation-settings: "opsz" 32, "wdth" 100, "wght" 600;
}
.hero__sp-tick::before {
  content: '';
  position: absolute;
  top: 1.4rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--color-bg);
  border: 1.5px solid var(--color-text-soft);
}
.hero__sp-tick--active {
  color: var(--color-primary);
  font-weight: 700;
}
.hero__sp-tick--active::before {
  background: var(--color-primary-vivid);
  border-color: var(--color-primary-vivid);
  box-shadow: 0 0 0 4px rgba(233, 75, 53, .15);
}

@media (prefers-reduced-motion: reduce) {
  .hero__line > span,
  .hero__sub,
  .hero__cta-row,
  .hero__trust,
  .compound { animation: none !important; opacity: 1; transform: none; }
  .hero__blob { animation: none !important; }
}

/* ---------- 8b. Compound-growth set-piece ---------- */
.compound {
  position: relative;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  opacity: 0;
  animation: card-enter 900ms var(--ease-out) 350ms forwards;
}

.compound::before {
  content: '';
  position: absolute;
  top: 0; left: 1.5rem; right: 1.5rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-primary-vivid), transparent);
}

@keyframes card-enter {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Header row */
.compound__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.compound__eyebrow {
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-text-soft);
}
.compound__pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--color-text-muted);
  background: var(--color-bg-alt);
  padding: .25rem .55rem;
  border-radius: var(--radius-pill);
}
.compound__pill-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--color-primary-vivid);
  animation: pill-pulse 2.4s ease-in-out infinite;
}
@keyframes pill-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .55; transform: scale(.85); }
}

/* Feeder bars */
.compound__feeders {
  display: grid;
  gap: .65rem;
}
.compound__feeder {
  display: grid;
  grid-template-columns: 14px minmax(110px, max-content) 1fr auto;
  align-items: center;
  gap: .65rem;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
}
.compound__feeder-icon {
  display: inline-flex;
  color: var(--color-text-soft);
  transition: color var(--dur-mid) var(--ease-out);
}
.compound__feeder-label {
  color: var(--color-text);
  font-weight: 600;
  white-space: nowrap;
}
.compound__feeder-track {
  position: relative;
  height: 6px;
  background: var(--color-bg-alt);
  border-radius: var(--radius-pill);
  overflow: hidden;
}
.compound__feeder-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(90deg, var(--color-text), var(--color-primary));
  border-radius: var(--radius-pill);
  transition: width 900ms var(--ease-out);
}
.compound__feeder.is-on .compound__feeder-fill { width: var(--w, 70%); }
.compound__feeder.is-on .compound__feeder-icon { color: var(--color-primary); }

.compound__feeder[data-channel="social"] .compound__feeder-fill {
  background: linear-gradient(90deg, var(--color-text), var(--color-primary-vivid));
}
.compound__feeder[data-channel="seo"] .compound__feeder-fill {
  background: linear-gradient(90deg, var(--color-text), var(--color-secondary));
}

.compound__feeder-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-sm);
  color: var(--color-text);
  font-variation-settings: "opsz" 32, "wdth" 88, "wght" 700;
  text-align: right;
  min-width: 60px;
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
}

/* Stagger the entrance of each feeder */
.compound__feeder { opacity: 0; transform: translateY(8px); transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out); }
.compound.is-running .compound__feeder { opacity: 1; transform: none; }
.compound.is-running .compound__feeder[data-channel="web"]    { transition-delay: 150ms; }
.compound.is-running .compound__feeder[data-channel="social"] { transition-delay: 350ms; }
.compound.is-running .compound__feeder[data-channel="seo"]    { transition-delay: 550ms; }

/* Chart */
.compound__chart {
  position: relative;
  margin-top: .25rem;
}
.compound__svg {
  width: 100%;
  height: clamp(170px, 22vw, 220px);
  display: block;
  overflow: visible;
}

.compound__grid {
  stroke: var(--color-border);
  stroke-width: 1;
  stroke-dasharray: 2 4;
}
.compound__axis {
  stroke: var(--color-border-strong);
  stroke-width: 1;
}

.compound__day7 {
  stroke: var(--color-primary-vivid);
  stroke-width: 1.5;
  stroke-dasharray: 3 3;
  opacity: 0;
  transition: opacity 500ms var(--ease-out);
}
.compound__day7-dot {
  fill: var(--color-primary-vivid);
  opacity: 0;
  transform-origin: 80px 170px;
  transform-box: fill-box;
}

.compound.is-running .compound__day7    { opacity: .85; transition-delay: 800ms; }
.compound.is-running .compound__day7-dot {
  animation: day7-pulse 700ms var(--ease-pop) 800ms forwards, day7-ping 2.4s ease-in-out 1800ms infinite;
}
@keyframes day7-pulse {
  0%   { opacity: 0; transform: scale(.4); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes day7-ping {
  0%, 100% { box-shadow: 0 0 0 0 transparent; transform: scale(1); }
  50%      { transform: scale(1.25); }
}

.compound__area {
  opacity: 0;
  transition: opacity 800ms var(--ease-out);
}
.compound.is-running .compound__area { opacity: 1; transition-delay: 1500ms; }

.compound__curve {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1600ms var(--ease-out);
}
.compound.is-running .compound__curve { stroke-dashoffset: 0; transition-delay: 1100ms; }

.compound__head-dot {
  fill: var(--color-primary-vivid);
  stroke: var(--color-bg);
  stroke-width: 2;
  opacity: 0;
  transform-origin: 478px 28px;
  transform-box: fill-box;
}
.compound.is-running .compound__head-dot {
  animation: head-pop 500ms var(--ease-pop) 2400ms forwards, head-breathe 3s ease-in-out 3000ms infinite;
}
@keyframes head-pop {
  0%   { opacity: 0; transform: scale(.4); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes head-breathe {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.18); }
}

/* Day 7 label (HTML overlay) */
.compound__day7-label {
  position: absolute;
  left: calc(80 / 480 * 100%);
  top: 6px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms var(--ease-out);
  white-space: nowrap;
}
.compound.is-running .compound__day7-label { opacity: 1; transition-delay: 1100ms; }
.compound__day7-tag {
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--color-primary-vivid);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-variation-settings: "opsz" 12, "wdth" 100, "wght" 700;
}
.compound__day7-sub {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  color: var(--color-text-muted);
  letter-spacing: 0.02em;
}

/* Counter overlay (top-right of chart, near the curve head) */
.compound__counter {
  position: absolute;
  top: -2px;
  right: 0;
  display: inline-flex;
  align-items: baseline;
  gap: .15rem;
  background: var(--color-text);
  color: var(--color-bg);
  padding: .55rem .85rem .55rem .65rem;
  border-radius: var(--radius);
  font-family: var(--font-display);
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(-4px) scale(.92);
  transition: opacity 400ms var(--ease-out), transform 400ms var(--ease-pop);
}
.compound.is-running .compound__counter { opacity: 1; transform: translateY(0) scale(1); transition-delay: 2200ms; }
.compound__counter-currency {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-primary-vivid);
  font-variation-settings: "opsz" 32, "wdth" 100, "wght" 600;
}
.compound__counter .counter {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 96, "wdth" 88, "wght" 800;
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
  color: var(--color-bg);
}
.compound__counter-period {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  color: rgba(247, 243, 235, .55);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-left: .15rem;
}

/* X-axis labels */
.compound__axis-labels {
  display: flex;
  justify-content: space-between;
  margin-top: .5rem;
  padding-inline: 1px;
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--color-text-soft);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Caption */
.compound__caption {
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  text-align: center;
  font-weight: 500;
  font-variation-settings: "opsz" 32, "wdth" 100, "wght" 500;
}
.compound__caption strong {
  color: var(--color-text);
  font-weight: 700;
  font-variation-settings: "opsz" 32, "wdth" 95, "wght" 700;
}
.compound__note {
  display: block;
  margin-top: .25rem;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  font-style: italic;
  color: var(--color-primary-vivid);
  opacity: .75;
}

@media (prefers-reduced-motion: reduce) {
  .compound,
  .compound__feeder,
  .compound__day7,
  .compound__day7-dot,
  .compound__day7-label,
  .compound__area,
  .compound__curve,
  .compound__head-dot,
  .compound__counter,
  .compound__pill-dot {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    stroke-dashoffset: 0 !important;
  }
  .compound__feeder-fill { width: var(--w, 70%) !important; }
}

/* ---------- 9. Trust strip ---------- */
.trust { background: var(--color-bg-alt); padding-block: 2.5rem !important; }
.trust__eyebrow {
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
  font-variation-settings: "opsz" 32, "wdth" 95, "wght" 500;
  font-weight: 500;
}
.trust__eyebrow em { font-style: normal; font-weight: 700; color: var(--color-primary); font-variation-settings: "opsz" 32, "wdth" 90, "wght" 700; }
.trust__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  filter: grayscale(1) opacity(.7);
}
.logo-placeholder {
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-text-muted);
  padding: .5rem 1rem;
  border: 1.5px dashed var(--color-border-strong);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
}

/* ---------- 10. Problem (status quo VS grow-in 7 comparison) ---------- */
.problem { background: var(--color-bg); }

.problem__header {
  max-width: 1000px;
  margin: 0 auto 3rem;
}
.problem__header .section-title {
  margin-inline: 0;
  max-width: 30ch;
  text-wrap: balance;
  line-height: 1.02;
}
@media (max-width: 600px) {
  .problem__header .section-title { max-width: 16ch; }
}

.problem__resolve {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 600;
  margin-top: 2rem;
  text-align: center;
  color: var(--color-text);
  font-variation-settings: "opsz" 32, "wdth" 100, "wght" 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.problem__resolve strong {
  background: linear-gradient(180deg, transparent 60%, rgba(233, 75, 53, .28) 60%);
  padding-inline: 4px;
  font-weight: 700;
  color: var(--color-text);
}

/* Comparison block */
.vs {
  max-width: 1000px;
  margin-inline: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.vs__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border);
}

.vs__col-label {
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  padding: .9rem 1.25rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.vs__col-label--bad { color: var(--color-text-muted); }
.vs__col-label--good {
  color: var(--color-text);
  border-left: 1px solid var(--color-border);
}

.vs__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.vs__dot--bad { background: var(--color-primary-vivid); }
.vs__dot--good { background: var(--color-success); }

.vs__rows {
  display: flex;
  flex-direction: column;
}

.vs__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--color-border);
}
.vs__row:last-child { border-bottom: 0; }

.vs__cell {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .9rem;
  padding: 1.15rem 1.25rem;
  align-items: start;
}
.vs__cell--bad { background: var(--color-bg); }
.vs__cell--good {
  background: var(--color-surface);
  border-left: 1px solid var(--color-border);
}

.vs__cell-icon {
  display: inline-flex;
  width: 26px; height: 26px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.vs__cell--bad .vs__cell-icon {
  color: var(--color-primary-vivid);
  background: rgba(233, 75, 53, 0.10);
}
.vs__cell--good .vs__cell-icon {
  color: var(--color-success);
  background: var(--color-success-soft);
}

.vs__cell-text { display: flex; flex-direction: column; gap: .2rem; }
.vs__cell-head {
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.vs__cell--bad .vs__cell-head { color: var(--color-text-muted); }
.vs__cell--good .vs__cell-head { color: var(--color-text); }
.vs__cell-sub {
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 760px) {
  .vs__columns { display: none; }
  .vs__row { grid-template-columns: 1fr; border-bottom: 2px solid var(--color-border); }
  .vs__row:last-child { border-bottom: 0; }
  .vs__cell--good {
    border-left: 0;
    border-top: 1px dashed var(--color-border);
  }
  /* Show small inline labels on mobile so the contrast is obvious without column headers */
  .vs__cell--bad::before,
  .vs__cell--good::before {
    grid-column: 1 / -1;
    font-family: var(--font-body);
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    margin-bottom: .35rem;
  }
  .vs__cell--bad::before { content: 'The status quo'; color: var(--color-text-muted); }
  .vs__cell--good::before { content: 'With grow-in 7'; color: var(--color-success); }
}

/* ---------- 11. Features ---------- */
.features { background: var(--color-bg-alt); }

.features__grid { margin-top: 2.5rem; }

.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.25rem 1.5rem;
  transition: transform var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out), border-color var(--dur-mid) var(--ease-out);
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
  border-color: var(--color-border-strong);
}

/* Visual block — replaces the static icon, holds the animated illustration */
.card__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  padding: 14px;
  margin-bottom: 1.25rem;
  transition: background var(--dur-mid) var(--ease-out), border-color var(--dur-mid) var(--ease-out);
}
.card:hover .card__visual { border-color: var(--color-border-strong); }

.card h3 { margin-bottom: .35rem; padding-inline: .25rem; }
.card p { color: var(--color-text-muted); font-size: var(--fs-sm); padding-inline: .25rem; }

/* === Visual 1: Browser with hero photo + copy + pulsing Book button === */
.visual-browser {
  height: 100%;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border-strong);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.visual-browser__bar {
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
  padding: 5px 8px;
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.visual-browser__bar span {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--color-border-strong);
}
.visual-browser__bar span:first-child { background: var(--color-primary-vivid); opacity: .7; }

/* Body is now a 2-column hero: photo on left, copy on right */
.visual-browser__body {
  flex: 1;
  padding: 7px;
  display: flex;
  gap: 8px;
  align-items: stretch;
  min-height: 0;
}

/* Photo block (left) */
.visual-browser__photo {
  flex: 0 0 42%;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #F58A57 0%, var(--color-primary-vivid) 55%, var(--color-secondary) 100%);
}
.visual-browser__sun {
  position: absolute;
  top: 18%; left: 24%;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .65);
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, .35);
}
.visual-browser__hill {
  position: absolute;
  bottom: -8px; left: -10%;
  width: 130%;
  height: 45%;
  background: rgba(15, 30, 25, .35);
  border-radius: 50% 50% 0 0 / 80% 80% 0 0;
}

/* Copy block (right) — vertical stack of headline bars + sub + button */
.visual-browser__copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  align-items: flex-start;
  padding-right: 2px;
  min-width: 0;
}

/* Bold headline bars (ink) */
.visual-browser__h1 {
  height: 6px;
  background: var(--color-text);
  border-radius: 2px;
  width: 92%;
}
.visual-browser__h1--short { width: 60%; }

/* Sub-line */
.visual-browser__line {
  height: 3px;
  background: var(--color-border-strong);
  border-radius: 2px;
  width: 80%;
  opacity: .55;
  margin-top: 2px;
}

/* Pulsing Book Now button */
.visual-browser__btn {
  margin-top: 5px;
  align-self: flex-start;
  padding: 4px 9px;
  background: var(--color-primary-vivid);
  color: var(--color-bg);
  font-family: var(--font-body);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .02em;
  border-radius: 3px;
  animation: btn-pulse 2.4s ease-in-out infinite;
  transform-origin: center;
}
@keyframes btn-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(233, 75, 53, 0); }
  50%      { transform: scale(1.07); box-shadow: 0 0 0 5px rgba(233, 75, 53, .18); }
}

/* === Visual 2: Editorial article view (no image — pure typography) === */
.visual-blog {
  height: 100%;
  background: var(--color-bg);
  border: 1px solid var(--color-border-strong);
  border-radius: 4px;
  padding: 9px 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  overflow: hidden;
}

/* Reading-progress bar at top — fills slowly to imply "being read" */
.visual-blog__progress {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--color-bg-alt);
}
.visual-blog__progress span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--color-primary-vivid), var(--color-primary));
  animation: blog-progress 4.5s ease-out infinite;
}
@keyframes blog-progress {
  0%   { width: 0; }
  70%  { width: 78%; }
  100% { width: 78%; }
}

/* Top meta row: tag + rank badge */
.visual-blog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}
.visual-blog__tag {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  color: var(--color-text-soft);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

/* Title — two stacked bold ink bars */
.visual-blog__title {
  height: 6.5px;
  background: var(--color-text);
  border-radius: 2px;
  width: 95%;
  opacity: .92;
  margin-top: 2px;
}
.visual-blog__title--short { width: 60%; }

/* Byline row — avatar + author bar + separator + date bar */
.visual-blog__byline {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
}
.visual-blog__avatar {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
  flex-shrink: 0;
  border: 1.5px solid var(--color-bg);
  box-shadow: 0 0 0 1px var(--color-border-strong);
}
.visual-blog__author {
  height: 3px;
  width: 60px;
  background: var(--color-text);
  opacity: .55;
  border-radius: 2px;
}
.visual-blog__sep {
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--color-text-soft);
  line-height: 1;
}
.visual-blog__date {
  height: 3px;
  width: 36px;
  background: var(--color-border-strong);
  opacity: .7;
  border-radius: 2px;
}

/* Body — three faded text lines (article paragraphs) */
.visual-blog__lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
.visual-blog__lines > * {
  height: 3px;
  background: var(--color-border-strong);
  border-radius: 2px;
  width: 100%;
  opacity: .5;
}
.visual-blog__line--short { width: 72% !important; }

/* Rank badge — pulses with bobbing arrow */
.visual-blog__rank {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 800;
  color: var(--color-primary);
  background: var(--color-primary-soft);
  padding: 2px 6px 2px 4px;
  border-radius: 3px;
  letter-spacing: -0.01em;
  animation: rank-pulse 2.6s ease-in-out infinite;
}
.visual-blog__rank-arrow {
  color: var(--color-primary-vivid);
  animation: rank-arrow 2.6s ease-in-out infinite;
}
@keyframes rank-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(233, 75, 53, 0); }
  50%      { transform: scale(1.06); box-shadow: 0 0 0 4px rgba(233, 75, 53, .15); }
}
@keyframes rank-arrow {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-2px); }
}

/* === Visual 3: Mini social feed (Instagram/Facebook style) === */
.visual-feed {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.visual-post {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px 5px 5px;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border);
  border-radius: 5px;
  transition: border-color var(--dur-fast) var(--ease-out);
}
.visual-post--active {
  border-color: var(--color-primary-vivid);
  background: var(--color-bg);
}

.visual-post__thumb {
  width: 26px; height: 26px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  color: var(--color-bg);
  flex-shrink: 0;
  background: linear-gradient(135deg, #F58A57 0%, var(--color-primary-vivid) 50%, #B5398B 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .15);
}
.visual-post__thumb--alt {
  background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-primary) 100%);
}

.visual-post__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.visual-post__handle {
  width: 50%; height: 4px;
  background: var(--color-text);
  border-radius: 2px;
  opacity: .85;
}
.visual-post__line {
  width: 90%; height: 3px;
  background: var(--color-border-strong);
  border-radius: 2px;
  opacity: .6;
}
.visual-post__line--short { width: 65%; }

.visual-post__stat {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  color: var(--color-text-muted);
  flex-shrink: 0;
}
.visual-post__heart {
  color: var(--color-text-soft);
  flex-shrink: 0;
  transition: color var(--dur-fast) var(--ease-out);
}
.visual-post__count {
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
}

/* Active post — heart beats, count bumps, +1 floats up */
.visual-post--active .visual-post__heart {
  color: var(--color-primary-vivid);
  animation: heart-beat 2.6s ease-in-out infinite;
  transform-origin: center;
}
@keyframes heart-beat {
  0%, 50%, 100% { transform: scale(1); }
  18% { transform: scale(1.35); }
  28% { transform: scale(.92); }
  38% { transform: scale(1.18); }
}

.visual-post--active .visual-post__count {
  color: var(--color-text);
  animation: count-bump 2.6s ease-in-out infinite;
}
@keyframes count-bump {
  0%, 30%, 100% { transform: translateY(0); }
  40%           { transform: translateY(-2px); }
}

.visual-post__plus {
  position: absolute;
  top: -1px;
  right: 18px;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 800;
  color: var(--color-primary-vivid);
  opacity: 0;
  pointer-events: none;
  animation: plus-float 2.6s ease-out infinite;
}
@keyframes plus-float {
  0%, 18%   { opacity: 0; transform: translateY(0); }
  25%       { opacity: 1; transform: translateY(-3px); }
  60%       { opacity: 0; transform: translateY(-14px); }
  100%      { opacity: 0; transform: translateY(-14px); }
}

/* === Visual 4: Stylised street map with pulsing pin === */
.visual-map {
  height: 100%;
  border-radius: 4px;
  position: relative;
  display: grid;
  place-items: center;
  background: #F0EAD8; /* warm map base — slightly different from card to feel like a paper map */
  overflow: hidden;
  border: 1px solid var(--color-border);
}
.visual-map__art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.visual-pin {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--color-primary-vivid);
  border: 2.5px solid var(--color-bg);
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(196, 53, 31, .45), 0 0 0 1px rgba(0,0,0,.06);
}
.visual-pin::before, .visual-pin::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid var(--color-primary-vivid);
  opacity: 0;
  animation: pin-ripple 2.6s ease-out infinite;
}
.visual-pin::after { animation-delay: 1.3s; }
@keyframes pin-ripple {
  0%   { transform: scale(.8); opacity: .65; }
  100% { transform: scale(4.5); opacity: 0; }
}

/* === Visual 5: Ascending line graph with growth multiplier badges === */
.visual-graph {
  height: 100%;
  background: var(--color-bg);
  border: 1px solid var(--color-border-strong);
  border-radius: 4px;
  padding: 10px 12px 8px;
  position: relative;
  overflow: hidden;
}
.visual-graph__svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.visual-graph__grid {
  stroke: var(--color-border);
  stroke-width: 1;
  stroke-dasharray: 2 4;
  opacity: .55;
}

/* Filled area beneath the curve — fades in as line draws */
.visual-graph__area {
  opacity: 0;
  animation: graph-area 5s ease-in-out infinite;
}
@keyframes graph-area {
  0%, 18%   { opacity: 0; }
  45%, 80%  { opacity: 1; }
  92%, 100% { opacity: 0; }
}

/* The curve — draws in left-to-right via stroke-dashoffset */
.visual-graph__curve {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: graph-draw 5s ease-in-out infinite;
}
@keyframes graph-draw {
  0%, 5%    { stroke-dashoffset: 100; }
  40%, 80%  { stroke-dashoffset: 0; }
  92%, 100% { stroke-dashoffset: 100; }
}

/* Data points — pop in as the curve passes them */
.visual-graph__point {
  fill: var(--color-primary-vivid);
  stroke: var(--color-bg);
  stroke-width: 1.5;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.visual-graph__point--p1 { animation: point-pop 5s ease-in-out infinite; animation-delay: .1s; }
.visual-graph__point--p2 { animation: point-pop 5s ease-in-out infinite; animation-delay: .55s; }
.visual-graph__point--p3 { animation: point-pop 5s ease-in-out infinite; animation-delay: 1s; }
@keyframes point-pop {
  0%, 18%   { opacity: 0; transform: scale(.4); }
  24%, 80%  { opacity: 1; transform: scale(1); }
  92%, 100% { opacity: 0; transform: scale(1); }
}

/* Multiplier badges — pop in next to each point */
.visual-graph__label {
  position: absolute;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  font-variation-settings: "opsz" 32, "wdth" 88, "wght" 800;
  letter-spacing: -0.02em;
  padding: 2px 6px;
  border-radius: 3px;
  background: var(--color-bg);
  border: 1.5px solid var(--color-primary-vivid);
  color: var(--color-primary);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: var(--shadow-sm);
}
.visual-graph__label--m1 { top: 48%;  left: 18%; animation: label-pop 5s ease-in-out infinite; animation-delay: .25s; }
.visual-graph__label--m2 { top: 22%;  left: 46%; animation: label-pop 5s ease-in-out infinite; animation-delay: .7s;  }
.visual-graph__label--m3 {
  top: 6%; right: 4%;
  animation: label-pop 5s ease-in-out infinite;
  animation-delay: 1.15s;
  background: var(--color-primary-vivid);
  color: var(--color-bg);
  border-color: var(--color-primary-vivid);
}
@keyframes label-pop {
  0%, 18%   { opacity: 0; transform: translateY(4px) scale(.85); }
  28%, 80%  { opacity: 1; transform: translateY(0) scale(1); }
  92%, 100% { opacity: 0; transform: translateY(-4px) scale(.95); }
}

/* === Visual 6: 2-way WhatsApp chat — customer asks, we reply, customer types back === */
.visual-chat {
  height: 100%;
  background: var(--color-bg-alt);
  border: 1px solid var(--color-border-strong);
  border-radius: 4px;
  padding: 6px 8px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
}

.visual-chat__bubble {
  padding: 5px 8px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: 78%;
}

.visual-chat__bubble--in {
  align-self: flex-start;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-bottom-left-radius: 3px;
}

.visual-chat__bubble--out {
  align-self: flex-end;
  background: var(--color-success);
  border-bottom-right-radius: 3px;
}

/* Text content bars inside bubbles */
.visual-chat__bubble--text {
  flex-wrap: wrap;
  row-gap: 3px;
}
.visual-chat__line {
  height: 3px;
  background: var(--color-text-soft);
  border-radius: 2px;
  width: 56px;
  opacity: .8;
}
.visual-chat__line--short { width: 30px; }
.visual-chat__bubble--out .visual-chat__line {
  background: rgba(255, 255, 255, .92);
  opacity: 1;
  width: 64px;
}

/* WhatsApp-style double-tick (delivered/read) */
.visual-chat__check {
  display: inline-flex;
  color: rgba(255, 255, 255, .9);
  margin-left: 2px;
  flex-shrink: 0;
  animation: check-fade 4.2s ease-in-out infinite;
}
@keyframes check-fade {
  0%, 30%   { color: rgba(255, 255, 255, .55); }
  45%, 90%  { color: rgba(255, 255, 255, 1); }
  100%      { color: rgba(255, 255, 255, .55); }
}

/* Typing dots (customer typing back) */
.visual-chat__bubble--typing {
  padding: 6px 9px;
}
.visual-chat__bubble--typing span {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--color-text-soft);
  animation: chat-dot 1.3s ease-in-out infinite;
}
.visual-chat__bubble--typing span:nth-child(2) { animation-delay: .15s; }
.visual-chat__bubble--typing span:nth-child(3) { animation-delay: .3s; }
@keyframes chat-dot {
  0%, 60%, 100% { transform: translateY(0); opacity: .35; }
  30%           { transform: translateY(-3px); opacity: 1; }
}

/* Reduced motion — show end states statically */
@media (prefers-reduced-motion: reduce) {
  .visual-browser__btn,
  .visual-blog__rank,
  .visual-blog__rank-arrow,
  .visual-blog__progress span,
  .visual-post--active .visual-post__heart,
  .visual-post--active .visual-post__count,
  .visual-post__plus,
  .visual-pin::before, .visual-pin::after,
  .visual-graph__curve,
  .visual-graph__area,
  .visual-graph__point,
  .visual-graph__label,
  .visual-chat__bubble--typing span,
  .visual-chat__check {
    animation: none !important;
  }
  .visual-blog__progress span { width: 78%; }
  .visual-post__plus { opacity: 1; transform: none; }
  .visual-graph__curve { stroke-dashoffset: 0; }
  .visual-graph__area { opacity: 1; }
  .visual-graph__point { opacity: 1; transform: scale(1); }
  .visual-graph__label { opacity: 1; transform: none; }
  .visual-chat__check { color: rgba(255, 255, 255, 1); }
}

/* ---------- 12. Process timeline ---------- */
.process { background: var(--color-bg); }

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .75rem;
  margin-block: 2rem 2rem;
  position: relative;
}
@media (max-width: 1080px) { .timeline { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .timeline { grid-template-columns: 1fr; } }

.timeline__day {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.25rem 1.5rem;
  position: relative;
  transition: transform var(--dur-mid) var(--ease-out);
}
.timeline__label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-text-soft);
  background: var(--color-bg-alt);
  padding: .25rem .55rem;
  border-radius: var(--radius-sm);
  margin-bottom: .85rem;
}
.timeline__day h3 { margin-bottom: .35rem; font-size: 1.1rem; }
.timeline__day p { color: var(--color-text-muted); font-size: var(--fs-sm); }

.timeline__day--peak {
  border-color: var(--color-text);
  background: var(--color-text);
  color: var(--color-bg);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.timeline__day--peak h3 { color: var(--color-bg); }
.timeline__day--peak p { color: rgba(247, 243, 235, .8); }
.timeline__day--peak p strong { color: var(--color-primary-vivid); }
.timeline__day--peak .timeline__label {
  background: var(--color-primary-vivid);
  color: var(--color-bg);
}

.process__reassure {
  text-align: center;
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--color-text-muted);
  margin-bottom: 1.75rem;
  font-weight: 500;
}
.process__reassure [aria-hidden="true"] { color: var(--color-success); font-weight: 700; }

.process__cta { text-align: center; }

/* ---------- 13. Pricing ---------- */
.pricing { background: var(--color-bg-alt); }

.billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  padding: .35rem .9rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-pill);
  margin-bottom: 2.5rem;
  font-size: var(--fs-sm);
}
.billing-toggle__label {
  color: var(--color-text-muted);
  font-weight: 500;
  padding-inline: .35rem;
}
.billing-toggle__label[data-active="true"] { color: var(--color-text); font-weight: 600; }
.billing-toggle__label em { color: var(--color-success); font-style: normal; font-weight: 600; font-size: .9em; }

.billing-toggle__switch { position: relative; display: inline-block; width: 44px; height: 24px; }
.billing-toggle__switch input { opacity: 0; width: 0; height: 0; }
.billing-toggle__track {
  position: absolute; inset: 0;
  background: var(--color-border-strong);
  border-radius: var(--radius-pill);
  transition: background var(--dur-fast) var(--ease-out);
  cursor: pointer;
}
.billing-toggle__track::before {
  content: '';
  position: absolute;
  width: 18px; height: 18px;
  left: 3px; top: 3px;
  background: var(--color-bg);
  border-radius: 50%;
  transition: transform var(--dur-fast) var(--ease-out);
  box-shadow: var(--shadow-sm);
}
.billing-toggle__switch input:checked + .billing-toggle__track { background: var(--color-text); }
.billing-toggle__switch input:checked + .billing-toggle__track::before { transform: translateX(20px); }
.billing-toggle__switch input:focus-visible + .billing-toggle__track { outline: 3px solid var(--color-primary); outline-offset: 2px; }

.pricing__grid { align-items: stretch; }

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.6rem 2rem;
  transition: transform var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out);
}

.price-card--featured {
  background: var(--color-text);
  color: var(--color-bg);
  border-color: var(--color-text);
  box-shadow: var(--shadow-lg);
  transform: translateY(-8px);
}
.price-card--featured h3,
.price-card--featured .price-card__amount,
.price-card--featured .price-card__currency,
.price-card--featured .price-card__features li { color: var(--color-bg); }
.price-card--featured .price-card__tagline { color: rgba(247,243,235,.7); }
.price-card--featured .price-card__period,
.price-card--featured .price-card__guarantee { color: rgba(247,243,235,.7); }
.price-card--featured .price-card__guarantee { border-color: rgba(247,243,235,.15); }
.price-card--featured .check { color: var(--color-primary-vivid); }
.price-card--featured .price-card__features li { color: rgba(247,243,235,.92); }

@media (max-width: 880px) {
  .price-card--featured { transform: none; order: -1; }
}

.price-card__badge {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--color-primary-vivid);
  color: var(--color-bg);
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  padding: .35rem .85rem;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}

.price-card__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: .25rem;
  letter-spacing: var(--tracking-tight);
  font-variation-settings: "opsz" 32, "wdth" 95, "wght" 700;
}
.price-card__tagline { color: var(--color-text-muted); font-size: var(--fs-sm); margin-bottom: 1.5rem; }

.price-card__price { display: flex; align-items: baseline; gap: .15rem; margin-bottom: .35rem; }
.price-card__currency { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--color-text-muted); font-variation-settings: "opsz" 32, "wdth" 100, "wght" 600; }
.price-card__amount {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--color-text);
  font-variation-settings: "opsz" 96, "wdth" 85, "wght" 800;
}
.price-card__period { color: var(--color-text-muted); font-size: var(--fs-sm); margin-left: .35rem; }

.price-card__annual-hint {
  font-size: var(--fs-sm);
  color: var(--color-success);
  font-weight: 600;
  margin-bottom: 1rem;
  background: var(--color-success-soft);
  padding: .35rem .65rem;
  border-radius: var(--radius-sm);
  display: inline-block;
}

.price-card__cta {
  margin-block: 1.25rem;
  width: 100%;
}
.price-card--featured .price-card__cta.btn--primary {
  background: var(--color-primary-vivid);
}

.price-card__features {
  display: grid;
  gap: .65rem;
  font-size: var(--fs-sm);
  margin-bottom: 1.25rem;
}
.price-card__features li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .55rem;
  align-items: start;
  color: var(--color-text);
}

.check { color: var(--color-success); font-weight: 700; font-size: .95em; }
.check--soft { color: var(--color-success); }

.price-card__guarantee {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--color-border);
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  display: flex; gap: .5rem; align-items: center;
}

.transparency {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .35rem 1.5rem;
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  max-width: 1000px;
}
.transparency li { display: inline-flex; gap: .35rem; align-items: center; }

.compare {
  border: 2px solid var(--color-border-strong);
  border-radius: var(--radius-lg);
  margin-top: 2.5rem;
  margin-bottom: .5rem;
  background: var(--color-surface);
  overflow: hidden;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.compare:hover {
  border-color: var(--color-primary);
  box-shadow: 0 8px 22px -10px rgba(196, 53, 31, .25);
  transform: translateY(-1px);
}
.compare[open] {
  border-color: var(--color-primary);
  box-shadow: 0 8px 22px -10px rgba(196, 53, 31, .2);
  transform: none;
}

.compare > summary {
  padding: 1.15rem 1.5rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(180deg, var(--color-bg-alt), var(--color-surface));
  transition: background var(--dur-fast) var(--ease-out);
}
.compare > summary::-webkit-details-marker { display: none; }
.compare > summary:hover {
  background: linear-gradient(180deg, var(--color-primary-soft), var(--color-bg-alt));
}
.compare[open] > summary {
  border-bottom: 1px solid var(--color-border);
  background: linear-gradient(180deg, var(--color-bg-alt), var(--color-surface));
}

/* Icon (chart/bars) on the left */
.compare__summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: var(--radius);
  background: var(--color-bg);
  color: var(--color-primary);
  flex-shrink: 0;
  border: 1.5px solid var(--color-border);
  transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
.compare:hover .compare__summary-icon {
  background: var(--color-primary);
  color: var(--color-bg);
  border-color: var(--color-primary);
}
.compare[open] .compare__summary-icon {
  background: var(--color-primary);
  color: var(--color-bg);
  border-color: var(--color-primary);
}

/* Text block (title + sub) */
.compare__summary-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.compare__summary-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  color: var(--color-text);
  font-variation-settings: "opsz" 32, "wdth" 100, "wght" 600;
  line-height: 1.2;
}
.compare__summary-sub {
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  line-height: 1.35;
}

/* Animated chevron on the right */
.compare__summary-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--color-bg);
  border: 1.5px solid var(--color-border);
  color: var(--color-primary);
  flex-shrink: 0;
  transition: transform var(--dur-mid) var(--ease-out), background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.compare[open] .compare__summary-arrow {
  transform: rotate(180deg);
  background: var(--color-primary);
  color: var(--color-bg);
  border-color: var(--color-primary);
}
.compare:hover .compare__summary-arrow {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.compare:hover[open] .compare__summary-arrow { color: var(--color-bg); }

.compare__scroll { overflow-x: auto; }
.compare table { background: var(--color-surface); }
.compare th, .compare td {
  padding: .85rem 1rem;
  text-align: left;
  font-size: var(--fs-sm);
  border-bottom: 1px solid var(--color-border);
  vertical-align: top;
}
.compare thead th {
  background: var(--color-bg-alt);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-xs);
  letter-spacing: var(--tracking-wide);
  position: sticky; top: 0;
}
.compare__group th {
  background: var(--color-primary-soft);
  color: var(--color-primary);
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  font-weight: 700;
  padding-block: .9rem !important;
}
.compare__group-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px; height: 18px;
  margin-right: 8px;
  vertical-align: -4px;
  color: var(--color-primary-vivid);
  background: var(--color-bg);
  border-radius: 50%;
  padding: 2px;
  border: 1.5px solid var(--color-primary-soft);
}

.compare tbody td:not(:first-child) { font-weight: 600; text-align: center; }
.compare tbody td:first-child { font-weight: 500; }

/* Highlight Growth column — match "Most Popular" branding */
.compare th.compare__col-pop,
.compare td.compare__col-pop {
  background: rgba(233, 75, 53, .05);
  position: relative;
}
.compare thead th.compare__col-pop {
  background: var(--color-text);
  color: var(--color-bg);
  text-align: center;
  position: relative;
}
.compare thead th.compare__col-pop::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--color-primary-vivid);
}
.compare__pop-tag {
  display: block;
  margin-top: 4px;
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  background: var(--color-primary-vivid);
  color: var(--color-bg);
  padding: 2px 6px;
  border-radius: 3px;
  width: fit-content;
  margin-inline: auto;
}

/* Green tick badge — same vocabulary as the compare-us section */
.compare__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--color-success-soft);
  color: var(--color-success);
  flex-shrink: 0;
}

/* Muted dash badge — "not at this tier" */
.compare__dash {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--color-bg-alt);
  color: var(--color-text-soft);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

/* Info icon — small "i" with hover tooltip */
.info-icon {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: var(--color-bg-alt);
  color: var(--color-text-soft);
  border: 1.5px solid var(--color-border-strong);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 9px;
  font-weight: 700;
  cursor: help;
  margin-left: 5px;
  vertical-align: 1px;
  font-variation-settings: "opsz" 12, "wdth" 100, "wght" 700;
  transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
  flex-shrink: 0;
  padding: 0;
  line-height: 1;
}
.info-icon:hover,
.info-icon:focus-visible {
  background: var(--color-primary-soft);
  color: var(--color-primary);
  border-color: var(--color-primary);
  outline: none;
}
.info-icon__tip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-text);
  color: var(--color-bg);
  font-family: var(--font-body);
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding: 8px 12px;
  border-radius: 5px;
  width: 230px;
  text-align: left;
  line-height: 1.4;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms var(--ease-out), visibility 150ms var(--ease-out);
  z-index: 30;
  box-shadow: var(--shadow-md);
}
.info-icon__tip::after {
  content: '';
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--color-text);
}
.info-icon:hover .info-icon__tip,
.info-icon:focus-visible .info-icon__tip {
  opacity: 1;
  visibility: visible;
}

/* Subtle row striping for readability on long tables */
.compare tbody tr:not(.compare__group):nth-child(even) td {
  background-color: rgba(15, 23, 42, .02);
}
.compare tbody tr:not(.compare__group):nth-child(even) td.compare__col-pop {
  background-color: rgba(233, 75, 53, .07);
}

/* Wrap heading + FAQ items in a single framed unit so the heading
   has proper context instead of floating in cream space. */
.faq--inline {
  margin-top: 3rem;
  max-width: 820px;
  margin-inline: auto;
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1rem, 2.5vw, 1.75rem) 1.5rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}
/* Heading uses the same `em`-with-tomato pattern as every other section title. */
.faq--inline h3 {
  text-align: center;
  margin: 0 auto 1.5rem;
  font-size: clamp(1.4rem, 1.15rem + 1vw, 1.85rem);
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 60, "wdth" 100, "wght" 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-text);
  text-decoration: none;
  text-decoration-line: none;
  max-width: 36ch;
}

/* ---------- 13b. Examples gallery ---------- */
.examples { background: var(--color-bg); }
.examples__grid { margin-top: 2.5rem; }
.examples__note {
  margin-top: 1.5rem;
  text-align: center;
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  font-style: italic;
  max-width: 60ch;
  margin-inline: auto;
}

.example-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: var(--color-text);
  transition: transform var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out), border-color var(--dur-mid) var(--ease-out);
}
.example-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
  border-color: var(--color-border-strong);
  color: var(--color-text);
}

/* Mock screenshot — different palette per example */
.example-card__shot {
  aspect-ratio: 16 / 10;
  padding: 18px 18px 0;
  display: grid;
  place-items: center;
  position: relative;
}
.example-card__shot--cafe {
  background: linear-gradient(160deg, #F5E5D0 0%, #E94B35 100%);
}
.example-card__shot--gym {
  background: linear-gradient(160deg, #1F4D3C 0%, #0F172A 100%);
}
.example-card__shot--shop {
  background: linear-gradient(160deg, #FBE3DD 0%, #C7B8E8 100%);
}

.example-card__device {
  width: 92%;
  height: 88%;
  background: var(--color-bg);
  border-radius: 6px 6px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 6px 16px -8px rgba(0,0,0,.35);
}
.example-card__device-bar {
  background: var(--color-bg-alt);
  border-bottom: 1px solid var(--color-border);
  padding: 5px 8px;
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.example-card__device-bar i {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--color-border-strong);
}
.example-card__device-screen {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.example-card__mock-hero {
  width: 100%;
  height: 38%;
  background: var(--color-bg-alt);
  border-radius: 3px;
}
.example-card__shot--cafe .example-card__mock-hero { background: linear-gradient(135deg, #E94B35, #C4351F); }
.example-card__shot--gym  .example-card__mock-hero { background: linear-gradient(135deg, #0F172A, #1F4D3C); }
.example-card__shot--shop .example-card__mock-hero { background: linear-gradient(135deg, #C7B8E8, #E94B35); }

.example-card__mock-cta {
  align-self: flex-start;
  margin-top: 2px;
  padding: 3px 8px;
  background: var(--color-text);
  color: var(--color-bg);
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 700;
  border-radius: 3px;
  letter-spacing: 0.02em;
}
.example-card__shot--cafe .example-card__mock-cta { background: var(--color-primary-vivid); }
.example-card__shot--gym  .example-card__mock-cta { background: var(--color-primary-vivid); }
.example-card__shot--shop .example-card__mock-cta { background: var(--color-primary); }

.example-card__mock-line {
  width: 80%; height: 3px;
  background: var(--color-border-strong);
  border-radius: 2px;
  opacity: .6;
}
.example-card__mock-line:last-of-type { width: 60%; }

.example-card__meta {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.example-card__sector {
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-primary);
}
.example-card__name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  font-variation-settings: "opsz" 32, "wdth" 100, "wght" 600;
  color: var(--color-text);
  margin: 0;
}
.example-card__claim {
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  line-height: 1.4;
}

/* ---------- 13c. How we compare ---------- */
.compare-us { background: var(--color-bg-alt); }

.compare-us__scroll {
  margin-top: 2rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow-x: auto;
  box-shadow: var(--shadow-card);
}

.compare-us__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.compare-us__table th,
.compare-us__table td {
  padding: 1rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
  font-size: var(--fs-sm);
  vertical-align: middle;
}

.compare-us__table thead th {
  background: var(--color-bg-alt);
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.compare-us__table thead th.compare-us__us {
  background: var(--color-text);
  color: var(--color-bg);
  position: relative;
  padding-block: .9rem;
}
.compare-us__table thead th.compare-us__us::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--color-primary-vivid);
}
.compare-us__us-name {
  display: block;
  font-size: var(--fs-sm);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.compare-us__us-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--color-primary-vivid);
  color: var(--color-bg);
  padding: 2px 7px;
  border-radius: 3px;
  white-space: nowrap;
}

.compare-us__table tbody th[scope="row"] {
  background: var(--color-bg-alt);
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--color-text);
  white-space: nowrap;
}

.compare-us__table tbody tr:last-child th,
.compare-us__table tbody tr:last-child td { border-bottom: 0; }

/* Section divider row inside the table — "What's done for you" */
.compare-us__group-header th {
  background: var(--color-bg) !important;
  color: var(--color-primary) !important;
  font-family: var(--font-body) !important;
  font-size: var(--fs-xs) !important;
  font-weight: 700 !important;
  letter-spacing: var(--tracking-wide) !important;
  text-transform: uppercase !important;
  padding: 1.25rem 1.25rem .65rem !important;
  border-top: 2px solid var(--color-primary-vivid);
  border-bottom: 1px solid var(--color-border) !important;
  white-space: normal;
}
.compare-us__group-header th::before {
  content: '✦ ';
  color: var(--color-primary-vivid);
  margin-right: 4px;
}

/* Always tint the BG column subtly so it reads as "ours" even on neutral rows */
.compare-us__table td:nth-child(2) {
  background: rgba(233, 75, 53, 0.04);
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border);
  color: var(--color-text);
  font-weight: 600;
}
.compare-us__table td:nth-child(2) strong {
  color: var(--color-primary);
  font-weight: 700;
}

/* Per-cell verdict tints */
.compare-us__cell--win {
  background: rgba(31, 77, 60, 0.07) !important;
  color: var(--color-text);
}
.compare-us__cell--win strong { color: var(--color-primary); }
.compare-us__cell--lose {
  background: rgba(196, 53, 31, 0.05);
  color: var(--color-text-muted);
}

/* Inline tick (green) and cross (muted red) badges */
.compare-us__check,
.compare-us__cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: -4px;
  flex-shrink: 0;
}
.compare-us__check {
  background: var(--color-success-soft);
  color: var(--color-success);
}
.compare-us__check--mute {
  background: rgba(15, 23, 42, 0.06);
  color: var(--color-text-soft);
}
.compare-us__cross {
  background: rgba(196, 53, 31, 0.10);
  color: var(--color-danger);
}

/* Inline hint after a value (e.g. "all 4 channels", "DIY") */
.compare-us__hint {
  display: inline-block;
  margin-left: 4px;
  font-style: normal;
  color: var(--color-text-soft);
  font-size: 11px;
  font-weight: 500;
}

/* Score row at the bottom */
.compare-us__score-row {
  background: var(--color-bg-alt);
}
.compare-us__score-row th,
.compare-us__score-row td {
  border-top: 2px solid var(--color-border-strong);
  padding-block: 1rem;
}
.compare-us__score-label {
  font-family: var(--font-display) !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: var(--fs-sm) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-variation-settings: "opsz" 32, "wdth" 95, "wght" 700;
  color: var(--color-text) !important;
}
.compare-us__score-cell { text-align: left; }
.compare-us__score-tally {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  font-variation-settings: "opsz" 32, "wdth" 90, "wght" 800;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(15, 23, 42, 0.05);
  color: var(--color-text-muted);
  letter-spacing: -0.01em;
  font-feature-settings: 'tnum';
  font-variant-numeric: tabular-nums;
}
.compare-us__score-tally--us {
  background: var(--color-primary-vivid);
  color: var(--color-bg);
  box-shadow: 0 4px 10px -4px rgba(233, 75, 53, 0.5);
}

.compare-us__sources {
  margin-top: 1.25rem;
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
  text-align: center;
  line-height: 1.5;
}
.compare-us__sources a { color: var(--color-primary); }
.compare-us__footnote {
  display: block;
  margin-top: .5rem;
  font-style: italic;
  color: var(--color-text-soft);
}

/* ---------- 14. FAQ ---------- */
.faq { background: var(--color-bg); }
.faq__list {
  max-width: 820px;
  margin-inline: auto;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.faq__item {
  border-bottom: 1px solid var(--color-border);
  background: transparent;
  transition: background var(--dur-fast) var(--ease-out);
}
.faq__item:last-child { border-bottom: 0; }
.faq__list .faq__item { border-radius: 0; border-left: 0; border-right: 0; border-top: 0; }
.faq__item[open] { background: var(--color-surface); }
.faq__item > summary {
  padding: 1.15rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  transition: color var(--dur-fast) var(--ease-out);
}
.faq__item > summary::-webkit-details-marker { display: none; }
.faq__item > summary:hover { color: var(--color-primary); }

/* Circular chevron icon — same vocabulary as the compare-all-features summary */
.faq__item > summary::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-bg-alt);
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23C4351F" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  border: 1.5px solid var(--color-border);
  flex-shrink: 0;
  transition:
    transform var(--dur-mid) var(--ease-out),
    background-color var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out),
    background-image var(--dur-fast) var(--ease-out);
}
.faq__item > summary:hover::after {
  background-color: var(--color-bg);
  border-color: var(--color-primary);
}
.faq__item[open] > summary::after {
  transform: rotate(180deg);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  /* Same chevron but cream-coloured for the filled-circle state */
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23F7F3EB" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
}
.faq__item > p {
  padding: 0 1.25rem 1.4rem;
  color: var(--color-text-muted);
  max-width: 64ch;
}
.faq__item > p em { color: var(--color-primary); font-style: italic; }

/* Inside the white wrapper, items are transparent with a subtle border —
   reads as a clean bordered list. Open state fills with cream + tomato border. */
.faq--inline .faq__item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  margin-bottom: .5rem;
  background: transparent;
}
.faq--inline .faq__item[open] {
  background: var(--color-bg);
  border-color: var(--color-primary);
}
.faq--inline .faq__list { border: 0; }

/* ---------- 15. Stories ---------- */
.stories { background: var(--color-bg-alt); }

.video-testimonial {
  margin-block: 1.5rem 2.5rem;
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}
.video-testimonial__play {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--color-surface);
  border: 1.5px dashed var(--color-border-strong);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out);
}
.video-testimonial__play:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}
.video-testimonial__poster {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--font-body);
  font-size: var(--fs-sm);
  color: var(--color-text-muted);
  font-weight: 500;
  text-align: center;
  padding: 1rem;
  line-height: 1.4;
}
.video-testimonial__icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 88px; height: 88px;
  background: var(--color-primary);
  color: var(--color-bg);
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 12px 24px -4px rgba(196, 53, 31, .5);
  transition: transform var(--dur-fast) var(--ease-out);
}
.video-testimonial__icon svg { margin-left: 4px; }
.video-testimonial__play:hover .video-testimonial__icon { transform: scale(1.05); }

.video-testimonial__caption {
  margin-top: 1rem;
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
}

.stories__grid { margin-block: 1rem 2rem; }

.quote {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.85rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.quote::before {
  content: '“';
  font-family: var(--font-display);
  font-size: 4.5rem;
  line-height: .8;
  color: var(--color-primary);
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-variation-settings: "opsz" 96, "wdth" 100, "wght" 800;
  opacity: .25;
}
.quote__stars { color: var(--color-primary-vivid); letter-spacing: .15em; font-size: 1.05rem; }
.quote blockquote { color: var(--color-text); }
.quote blockquote p {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.5;
  font-variation-settings: "opsz" 32, "wdth" 100, "wght" 500;
  letter-spacing: -0.01em;
}
.quote figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  align-items: center;
  margin-top: auto;
}
.quote__avatar {
  width: 44px; height: 44px;
  background: var(--color-bg-alt);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
  font-weight: 600;
  border: 1.5px dashed var(--color-border-strong);
}
.quote__meta { display: flex; flex-direction: column; }
.quote__meta strong { color: var(--color-text); font-size: var(--fs-sm); }
.quote__meta span { color: var(--color-text-muted); font-size: var(--fs-xs); }

.case-card {
  display: grid;
  grid-template-columns: minmax(200px, 320px) 1fr;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--color-text);
  overflow: hidden;
  transition: transform var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out), border-color var(--dur-mid) var(--ease-out);
}
.case-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-text);
  color: var(--color-text);
}
@media (max-width: 720px) { .case-card { grid-template-columns: 1fr; } }

.case-card__metric {
  background: var(--color-text);
  color: var(--color-bg);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: .5rem;
}
.case-card__big {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--color-primary-vivid);
  font-variation-settings: "opsz" 96, "wdth" 80, "wght" 800;
}
.case-card__label { font-size: var(--fs-sm); opacity: .9; }

.case-card__body { padding: 2rem; display: flex; flex-direction: column; gap: .5rem; }
.case-card__body h3 { font-size: 1.5rem; font-family: var(--font-display); font-weight: 600; line-height: 1.2; font-variation-settings: "opsz" 60, "wdth" 100, "wght" 600; }
.case-card__body p:last-child { color: var(--color-primary); font-weight: 600; margin-top: auto; }

/* ---------- 16. Founder ---------- */
.founder { background: var(--color-bg); }
.founder__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 800px;
  margin-inline: auto;
  padding: 2.5rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  position: relative;
}
.founder__inner::before {
  content: '';
  position: absolute;
  top: -1px; left: 2rem; right: 2rem;
  height: 2px;
  background: var(--color-primary-vivid);
}
@media (max-width: 600px) { .founder__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; } }

.founder__photo {
  width: 130px; height: 130px;
  border-radius: 50%;
  background: var(--color-bg-alt);
  border: 2px dashed var(--color-border-strong);
  display: grid; place-items: center;
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
  font-weight: 600;
  text-align: center;
}

.founder__quote {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  font-variation-settings: "opsz" 60, "wdth" 100, "wght" 500;
  letter-spacing: -0.01em;
}
.founder__quote strong {
  color: var(--color-primary);
  font-weight: 700;
}
.founder__sig {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--color-text-muted);
  font-weight: 500;
  font-variation-settings: "opsz" 32, "wdth" 95, "wght" 500;
}

/* ---------- 17. Final CTA ---------- */
.final-cta {
  background: var(--color-text);
  color: var(--color-bg);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary-vivid), var(--color-secondary), var(--color-primary-vivid));
}
.final-cta__inner { max-width: 760px; margin-inline: auto; }
.final-cta h2 { color: var(--color-bg); margin-bottom: .75rem; }
.final-cta h2 em { color: var(--color-primary-vivid); font-style: normal; font-weight: 700; font-variation-settings: "opsz" 96, "wdth" 90, "wght" 700; }
.final-cta p { color: rgba(247, 243, 235, .85); font-size: var(--fs-lg); margin-bottom: 2rem; }
.final-cta .btn--primary {
  background: var(--color-primary-vivid);
  color: var(--color-bg);
}
.final-cta .btn--primary:hover { background: var(--color-bg); color: var(--color-text); }
.final-cta__reassure { margin-top: 1.5rem; font-size: var(--fs-sm); opacity: .75; }

/* ---------- 18. Blog ---------- */
.blog { background: var(--color-bg); }
.blog__grid { margin-top: 2rem; }

.post-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--dur-mid) var(--ease-out), box-shadow var(--dur-mid) var(--ease-out);
}
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.post-card__thumb {
  aspect-ratio: 16 / 10;
  position: relative;
  background: var(--color-bg-alt);
  display: grid; place-items: center;
  overflow: hidden;
}
/* Inset dashed frame — clearly signals "image goes here" */
.post-card__thumb::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1.5px dashed var(--color-border-strong);
  border-radius: var(--radius-sm);
  background:
    radial-gradient(circle at 30% 30%, rgba(233, 75, 53, .14), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(31, 77, 60, .08), transparent 55%);
}
/* Tiny photo-frame icon as a watermark above the label */
.post-card__thumb::after {
  content: '🖼';
  position: absolute;
  top: calc(50% - 22px); left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  opacity: .35;
  filter: grayscale(1);
}
/* Label pill — same visual register as .logo-placeholder */
.post-card__thumb-label {
  position: relative;
  z-index: 1;
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-text-muted);
  padding: .35rem .8rem;
  background: var(--color-bg);
  border: 1.5px dashed var(--color-border-strong);
  border-radius: var(--radius-sm);
}
.post-card__meta { color: var(--color-text-muted); font-size: var(--fs-sm); padding: 1.25rem 1.5rem 0; }
.post-card h3 { padding: .5rem 1.5rem; font-size: 1.2rem; font-family: var(--font-display); font-weight: 600; line-height: 1.3; font-variation-settings: "opsz" 32, "wdth" 100, "wght" 600; }
.post-card > p { padding: 0 1.5rem; color: var(--color-text-muted); font-size: var(--fs-sm); }
.post-card a { padding: 1.25rem 1.5rem; margin-top: auto; font-weight: 600; text-decoration: none; }

/* Whole-card link variant — replaces the inline <a>, makes the entire card clickable */
.post-card--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.post-card--link h3 { color: var(--color-text); transition: color var(--dur-mid) var(--ease-out); }
.post-card--link:hover h3 { color: var(--color-primary); }
.post-card__cta {
  padding: 1.25rem 1.5rem;
  margin-top: auto;
  font-weight: 600;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: var(--fs-sm);
}
.post-card--link:hover .post-card__cta span[aria-hidden="true"] {
  transform: translateX(3px);
  transition: transform var(--dur-mid) var(--ease-out);
}

/* Upcoming/coming-soon state — slightly muted, badge in corner */
.post-card--upcoming { background: var(--color-bg-alt); }
.post-card--upcoming h3,
.post-card--upcoming > p { opacity: .85; }
.post-card__badge {
  position: absolute;
  top: 14px; right: 14px;
  z-index: 2;
  background: var(--color-text);
  color: var(--color-bg);
  font-family: var(--font-body);
  font-size: var(--fs-xs);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  padding: .3rem .65rem;
  border-radius: var(--radius-pill);
}

.blog__viewall {
  margin-top: 2rem;
  text-align: center;
}

/* ---------- 19. Footer ---------- */
.footer {
  background: var(--color-text);
  color: rgba(247, 243, 235, .8);
  padding-block: clamp(2.5rem, 5vw, 4rem) 2rem;
}
.footer .nav__brand { color: var(--color-bg); }
.footer .nav__logo { color: var(--color-primary-vivid); }

.footer__cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(247, 243, 235, .1);
}
@media (max-width: 880px) { .footer__cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer__cols { grid-template-columns: 1fr; } }

.footer__brand p {
  margin-block: 1rem;
  color: rgba(247, 243, 235, .55);
  font-size: var(--fs-sm);
  max-width: 36ch;
}
.footer__contact a {
  color: var(--color-bg);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(247, 243, 235, .35);
}
.footer__contact a:hover { text-decoration-color: var(--color-bg); color: var(--color-bg); }

.footer__social { display: flex; gap: .75rem; margin-top: .5rem; }
.footer__social a {
  display: inline-grid;
  place-items: center;
  width: 36px; height: 36px;
  background: rgba(247,243,235,.08);
  border-radius: 50%;
  color: var(--color-bg);
  text-decoration: none;
  font-size: var(--fs-xs);
  font-weight: 600;
  transition: background var(--dur-fast) var(--ease-out);
}
.footer__social a:hover { background: var(--color-primary-vivid); color: var(--color-bg); }

.footer__col h4 {
  font-family: var(--font-display);
  color: var(--color-bg);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  font-variation-settings: "opsz" 32, "wdth" 100, "wght" 600;
}
.footer__col ul { display: grid; gap: .55rem; }
.footer__col a { color: rgba(247, 243, 235, .7); text-decoration: none; font-size: var(--fs-sm); }
.footer__col a:hover { color: var(--color-bg); }

.footer__legal {
  margin-top: 1.5rem;
  font-size: var(--fs-xs);
  color: rgba(247, 243, 235, .4);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.footer__legal em { font-style: normal; color: var(--color-primary-vivid); }

/* ---------- 20. Sticky mobile CTA ---------- */
.mobile-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 40;
  display: flex;
  gap: .5rem;
  padding: .75rem;
  background: rgba(247,243,235,.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--color-border);
  transform: translateY(110%);
  transition: transform var(--dur-mid) var(--ease-out);
  padding-bottom: max(.75rem, env(safe-area-inset-bottom));
}
.mobile-cta[hidden] { display: flex !important; }
.mobile-cta.is-visible { transform: translateY(0); }
.mobile-cta .btn { flex: 1; }
.mobile-cta__primary { flex: 1.4 !important; }

@media (min-width: 760px) {
  .mobile-cta, .mobile-cta.is-visible { display: none !important; }
}
@media (max-width: 760px) {
  body.has-sticky-cta { padding-bottom: 80px; }
}

/* ---------- 21. Cookie consent ---------- */
.consent {
  position: fixed;
  bottom: 1rem; left: 1rem; right: 1rem;
  z-index: 60;
  max-width: 720px;
  margin-inline: auto;
  background: var(--color-text);
  color: var(--color-bg);
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.consent[hidden] { display: none; }
.consent__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
}
.consent p { color: rgba(247,243,235,.8); font-size: var(--fs-sm); margin: 0; }
.consent a { color: var(--color-bg); }
.consent__actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.consent .btn--ghost { color: var(--color-bg); border-color: rgba(247,243,235,.3); }
.consent .btn--ghost:hover { color: var(--color-text); background: var(--color-bg); border-color: var(--color-bg); }

/* ---------- 22. Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);
}
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- 23. Misc ---------- */
.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;
}
