/* ==========================================================================
   Avily — shared components for the rest of the site's pages.
   Built ONLY on the home design tokens (styles.css): --brand, --accent,
   --cyan, --coral, --ink, --line, --cream, --r*, --sh*, fonts.
   No new palette. Each page also adds small page-scoped tweaks inline / here.
   ========================================================================== */

/* ==========================================================================
   Intentional image placeholders — name the photo to source, never a broken img
   ========================================================================== */
.ph-img {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; text-align: center; min-height: 280px; padding: 28px; border-radius: var(--r-lg);
  background:
    repeating-linear-gradient(45deg, rgba(95,179,204,.05) 0 14px, transparent 14px 28px),
    linear-gradient(150deg, var(--cyan-50), #E2EFF3);
  border: 2px dashed var(--cyan-200); color: var(--brand);
}
.ph-img__ic { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center;
  background: #fff; color: var(--brand); box-shadow: var(--sh-sm); }
.ph-img__ic svg { width: 26px; height: 26px; }
.ph-img b { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--brand-600); font-weight: 700; }
.ph-img span { color: var(--muted); font-size: .86rem; max-width: 32ch; line-height: 1.45; }
.ph-img--dark { background: linear-gradient(150deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); border-color: rgba(255,255,255,.22); color: #fff; }
.ph-img--dark .ph-img__ic { background: rgba(255,255,255,.1); color: var(--cyan); box-shadow: none; }
.ph-img--dark b { color: var(--cyan); }
.ph-img--dark span { color: rgba(255,255,255,.7); }
.ph-img--wide { aspect-ratio: 16/10; min-height: 0; }
.ph-img--tall { aspect-ratio: 4/5; min-height: 0; }
.ph-img--sq   { aspect-ratio: 1; min-height: 0; }
.ph-img--round { border-radius: 50%; aspect-ratio: 1; min-height: 0; }
.ph-img--cover { width: 100%; height: 100%; min-height: 0; border-radius: 0; }

/* ==========================================================================
   Healthcare Marketing — bespoke "growth platform" hero + live dashboard mock
   ========================================================================== */
.hhero { position: relative; overflow: hidden; color: #fff; isolation: isolate;
  background: linear-gradient(155deg, var(--brand-dark) 0%, #0E2230 42%, var(--brand-700) 100%); }
.hhero::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(48% 60% at 82% 6%, rgba(95,179,204,.34), transparent 62%),
    radial-gradient(40% 56% at 4% 100%, rgba(46,151,166,.24), transparent 60%); }
.hhero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 46px);
  -webkit-mask: radial-gradient(82% 78% at 50% 32%, #000, transparent 80%); mask: radial-gradient(82% 78% at 50% 32%, #000, transparent 80%); }
.hhero__grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(34px,5vw,76px); align-items: center; padding-block: clamp(54px,7vw,108px); }
.hhero__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-weight: 700;
  font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22); padding: 8px 15px; border-radius: 999px; margin-bottom: 24px; }
.hhero__eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); animation: pulse-ring 2.6s ease-out infinite; }
.hhero h1 { color: #fff; font-size: clamp(2.5rem, 1.1rem + 4vw, 4.2rem); line-height: 1.03; letter-spacing: -.03em; margin: 0 0 22px; }
.hhero h1 .hl { color: var(--cyan); }
.hhero__sub { font-size: clamp(1.06rem, 1rem + .5vw, 1.3rem); color: rgba(255,255,255,.85); max-width: 52ch; line-height: 1.55; margin-bottom: 32px; }
.hhero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hhero__proof { display: flex; gap: 16px 34px; flex-wrap: wrap; align-items: center; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.hhero__proof .pf { display: flex; flex-direction: column; line-height: 1.18; }
.hhero__proof .pf b { font-size: 1.55rem; color: #fff; font-family: var(--font-head); font-weight: 800; }
.hhero__proof .pf b .u { color: var(--cyan); }
.hhero__proof .pf small { color: rgba(255,255,255,.64); font-size: .82rem; }
@media (max-width: 980px) { .hhero__grid { grid-template-columns: 1fr; gap: 48px; } .hhero__visual { max-width: 460px; margin-inline: auto; } }

/* live "growth dashboard" glass mock */
.gdash { position: relative; background: linear-gradient(165deg, rgba(255,255,255,.13), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.2); border-radius: 24px; padding: 24px;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); box-shadow: 0 44px 86px -32px rgba(0,0,0,.62); }
.gdash__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.gdash__title { font-weight: 700; color: #fff; font-size: 1rem; }
.gdash__live { display: inline-flex; align-items: center; gap: 7px; font-size: .72rem; font-weight: 700; color: var(--cyan); text-transform: uppercase; letter-spacing: .09em; }
.gdash__live .d { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); animation: pulse-ring 2.6s ease-out infinite; }
.gdash__big { display: flex; align-items: baseline; gap: 12px; }
.gdash__big .n { font-size: 2.8rem; font-weight: 800; color: #fff; letter-spacing: -.02em; line-height: 1; font-family: var(--font-head); }
.gdash__big .up { display: inline-flex; align-items: center; gap: 4px; color: #46d39a; font-weight: 700; font-size: .92rem; }
.gdash__big .up svg { width: 16px; height: 16px; }
.gdash__lbl { color: rgba(255,255,255,.62); font-size: .84rem; margin-top: 5px; }
.gdash__chart { display: flex; align-items: flex-end; gap: 8px; height: 98px; margin: 20px 0 18px; }
.gdash__chart i { flex: 1; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--cyan), rgba(95,179,204,.22)); }
.gdash__chart i:last-child { background: linear-gradient(180deg, #fff, rgba(95,179,204,.4)); }
.gdash__tiles { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.gdash__tile { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 13px 10px; text-align: center; }
.gdash__tile b { display: block; color: #fff; font-size: 1.18rem; font-family: var(--font-head); }
.gdash__tile small { color: rgba(255,255,255,.6); font-size: .72rem; }
.gdash__float { position: absolute; background: #fff; border-radius: 14px; box-shadow: 0 22px 46px rgba(8,20,26,.4); padding: 11px 14px; display: flex; align-items: center; gap: 10px; z-index: 2; }
.gdash__float .ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.gdash__float .ic svg { width: 19px; height: 19px; }
.gdash__float .t { font-weight: 700; font-size: .84rem; color: var(--ink); line-height: 1.15; }
.gdash__float .s { font-size: .72rem; color: var(--muted); }
.gdash__float--a { top: -16px; right: -14px; }
.gdash__float--a .ic { background: #e6f7ee; color: #1a9d5a; }
.gdash__float--b { bottom: -16px; left: -16px; }
.gdash__float--b .ic { background: var(--cyan-50); color: var(--brand); }
@media (max-width: 560px) { .gdash__float { transform: scale(.88); } .gdash__float--a { right: -4px; } .gdash__float--b { left: -4px; } }

/* GrowPrac hero — larger dashboard visual (no floating chips) */
.hhero--gp .hhero__grid { grid-template-columns: 1fr 1.16fr; }
.hhero--gp .gdash { padding: 28px 28px 30px; }
.hhero--gp .gdash__big .n { font-size: 3.4rem; }
.hhero--gp .gdash__chart { height: 132px; }
.hhero--gp .gdash__tile { padding: 15px 10px; }
.hhero--gp .gdash__tile b { font-size: 1.3rem; }
@media (max-width: 980px) { .hhero--gp .hhero__grid { grid-template-columns: 1fr; } .hhero--gp .gdash { max-width: 480px; margin-inline: auto; } }

/* ==========================================================================
   Feature/value icon grid (reusable, light) — 3 or 4 up
   ========================================================================== */
.fgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fgrid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .fgrid, .fgrid--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .fgrid, .fgrid--4 { grid-template-columns: 1fr; } }
.fcard { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 28px 26px; box-shadow: var(--sh-sm); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.fcard:hover { transform: translateY(-5px); box-shadow: var(--sh); border-color: var(--brand); }
.fcard__ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px;
  background: var(--cyan-50); color: var(--brand); transition: background-color .25s ease, color .25s ease, transform .25s ease; }
.fcard:hover .fcard__ic { background: var(--accent); color: #fff; transform: scale(1.06) rotate(-3deg); }
.fcard__ic svg { width: 25px; height: 25px; }
.fcard__ic--brand { background: #fff; border: 1px solid var(--line); padding: 9px; }
.fcard__ic--brand img { width: 100%; height: 100%; object-fit: contain; display: block; }
.fcard:hover .fcard__ic--brand { background: #fff; color: inherit; transform: scale(1.06) rotate(-3deg); }
.fcard h3 { font-size: 1.16rem; margin-bottom: 8px; }
.fcard p { color: var(--muted); font-size: .96rem; }
.fcard__num { position: absolute; top: 20px; right: 24px; font-family: var(--font-mono); font-weight: 800; font-size: 1rem; color: var(--cyan-200); }
.section--ink .fcard { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); }
.section--ink .fcard h3 { color: #fff; }
.section--ink .fcard p { color: #9fb0b6; }
.section--ink .fcard__ic { background: rgba(95,179,204,.16); color: var(--cyan); }

/* ==========================================================================
   Page hero — light gradient banner with eyebrow (reusable, varied per page)
   ========================================================================== */
.phero { position: relative; overflow: hidden; isolation: isolate; }
.phero--ink { color: #fff; background: linear-gradient(155deg, var(--brand-dark), var(--brand-700) 70%, var(--brand)); }
.phero--ink::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(46% 60% at 84% 10%, rgba(95,179,204,.32), transparent 62%), radial-gradient(40% 54% at 8% 104%, rgba(46,151,166,.22), transparent 60%); }
.phero__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-weight: 700;
  font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.phero__eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.phero--ink .phero__eyebrow { color: #fff; }
.phero--ink .phero__eyebrow .dot { background: var(--cyan); }

/* ==========================================================================
   SEO page — SERP ranking-climb mock, page-speed gauge, keyword-rank list
   ========================================================================== */
.serprank { background: #fff; border-radius: 18px; padding: 18px; box-shadow: 0 44px 86px -30px rgba(0,0,0,.6); max-width: 440px; margin-inline: auto; }
.serprank__bar { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; margin-bottom: 8px; }
.serprank__bar > svg:first-child { width: 18px; height: 18px; flex: none; }
.serprank__bar span { flex: 1; color: var(--text); font-size: .92rem; }
.serprank__page { display: flex; align-items: center; justify-content: space-between; padding: 4px 6px 12px; }
.serprank__page small { font-size: .74rem; color: var(--muted); }
.serprank__badge { font-family: var(--font-mono); font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #1a7a3c; background: #e6f7ee; border-radius: 6px; padding: 4px 9px; }
.serprank__row { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 12px; margin-bottom: 8px; background: var(--s50); }
.serprank__row:last-child { margin-bottom: 0; }
.serprank__pos { width: 26px; height: 26px; border-radius: 8px; background: var(--s200); color: var(--s600); font-weight: 800; font-size: .82rem; display: grid; place-items: center; flex: none; font-family: var(--font-mono); }
.serprank__txt { flex: 1; min-width: 0; }
.serprank__txt b { display: block; font-size: .86rem; color: var(--ink); }
.serprank__txt small { font-size: .72rem; color: var(--muted); }
.serprank__row--you { background: var(--cyan-50); border: 1px solid var(--cyan-200); box-shadow: 0 12px 26px -10px rgba(30,110,120,.34); }
.serprank__row--you .serprank__pos { background: var(--brand); color: #fff; }
.serprank__up { display: inline-flex; align-items: center; gap: 3px; color: #1a9d5a; font-weight: 700; font-size: .78rem; flex: none; }
.serprank__up svg { width: 14px; height: 14px; }

.gauge { width: clamp(180px, 42vw, 224px); aspect-ratio: 1; border-radius: 50%; margin: 0 auto; display: grid; place-items: center; position: relative;
  background: conic-gradient(var(--green) 0 var(--v,96%), var(--s200) var(--v,96%) 100%); box-shadow: var(--sh); }
.gauge::before { content: ""; position: absolute; inset: 18px; border-radius: 50%; background: #fff; box-shadow: inset 0 2px 12px rgba(20,34,43,.08); }
.gauge__n { position: relative; font-size: 3rem; font-weight: 800; color: var(--ink); font-family: var(--font-head); line-height: 1; }
.gauge__l { position: relative; font-size: .8rem; color: var(--muted); margin-top: 4px; }

.keyrank { display: grid; gap: 10px; max-width: 560px; }
.keyrank__row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 18px; box-shadow: var(--sh-sm); }
.keyrank__kw { font-weight: 700; color: var(--ink); font-size: .98rem; }
.keyrank__pos { display: flex; align-items: baseline; gap: 6px; font-family: var(--font-mono); font-weight: 700; color: var(--muted); font-size: .8rem; }
.keyrank__pos b { color: var(--brand); font-size: 1.15rem; }
.keyrank__delta { display: inline-flex; align-items: center; gap: 4px; color: #1a9d5a; font-weight: 700; font-size: .84rem; white-space: nowrap; }
.keyrank__delta svg { width: 14px; height: 14px; }

/* ==========================================================================
   SEO hero — authentic Google local "near me" search result
   ========================================================================== */
.serp { background: #fff; border-radius: 16px; box-shadow: 0 44px 86px -30px rgba(0,0,0,.6); max-width: 440px; margin-inline: auto; overflow: hidden; }
.serp__bar { display: flex; align-items: center; gap: 12px; padding: 14px 16px 12px; }
.serp__field { flex: 1; display: flex; align-items: center; gap: 10px; border: 1px solid var(--s200); border-radius: 999px; padding: 9px 15px; box-shadow: 0 1px 3px rgba(20,34,43,.07); }
.serp__field > span { flex: 1; font-size: .92rem; color: var(--ink); }
.serp__field .lens { width: 17px; height: 17px; color: #4285F4; flex: none; }
.serp__field .mic { width: 15px; height: 15px; flex: none; }
.serp__tabs { display: flex; gap: 20px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.serp__tabs span { font-size: .76rem; color: var(--muted); padding: 8px 0; }
.serp__tabs span.on { color: #1a73e8; font-weight: 700; box-shadow: inset 0 -2px 0 #1a73e8; }
.serp__map { height: 78px; margin: 12px 14px 4px; border-radius: 10px; position: relative; overflow: hidden; background: linear-gradient(135deg, #e7eef0, #d8e7ea); }
.serp__map::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, rgba(20,34,43,.05) 0 1px, transparent 1px 19px), repeating-linear-gradient(90deg, rgba(20,34,43,.05) 0 1px, transparent 1px 19px); }
.serp__map::after { content: ""; position: absolute; left: -8%; top: 44%; width: 64%; height: 8px; background: rgba(75,130,168,.45); border-radius: 6px; transform: rotate(-7deg); }
.serp__pin { position: absolute; width: 15px; height: 15px; filter: drop-shadow(0 2px 3px rgba(8,20,26,.35)); }
.serp__pin--a { color: var(--coral); left: 30%; top: 30%; }
.serp__pin--b { color: var(--accent); left: 62%; top: 54%; }
.serp__pin--c { color: var(--accent); left: 44%; top: 70%; }
.serp__list { padding: 6px 8px 12px; display: flex; flex-direction: column; gap: 6px; }
.serp__item { padding: 12px; border-radius: 12px; }
.serp__item--top { background: var(--cyan-50); border: 1px solid var(--cyan-200); box-shadow: 0 10px 24px -12px rgba(30,110,120,.32); }
.serp__name { font-size: .98rem; color: #1a0dab; font-weight: 700; line-height: 1.2; }
.serp__rate { display: flex; align-items: center; gap: 6px; font-size: .8rem; color: var(--muted); margin: 4px 0 2px; flex-wrap: wrap; }
.serp__rate b { color: var(--ink); }
.serp__stars { color: #f5b301; letter-spacing: 1px; }
.serp__meta { font-size: .78rem; color: var(--muted); }
.serp__meta .open { color: #1a9d5a; font-weight: 700; }
.serp__actions { display: flex; gap: 8px; margin-top: 10px; }
.serp__actions span { display: inline-flex; align-items: center; gap: 5px; font-size: .74rem; font-weight: 700; color: var(--accent); border: 1px solid var(--cyan-200); border-radius: 999px; padding: 5px 12px; background: #fff; }
.serp__actions span svg { width: 13px; height: 13px; }
.serp__item--dim .serp__name { color: var(--s500); }
.serp__item--dim { opacity: .82; }

/* ==========================================================================
   SEO — "where the clicks go" click-through distribution (white, animated)
   ========================================================================== */
.ctr { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px,4vw,60px); align-items: center; }
@media (max-width: 880px) { .ctr { grid-template-columns: 1fr; } }
.ctr__bars { display: flex; flex-direction: column; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(22px,3vw,32px); box-shadow: var(--sh); }
.ctr__cap { font-family: var(--font-mono); font-weight: 700; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.ctr__row { display: grid; grid-template-columns: 76px 1fr 56px; align-items: center; gap: 14px; }
.ctr__pos { font-family: var(--font-mono); font-weight: 700; font-size: .82rem; color: var(--muted); }
.ctr__row--top .ctr__pos { color: var(--brand); }
.ctr__track { height: 26px; border-radius: 8px; background: var(--s100); overflow: hidden; }
.ctr__fill { height: 100%; border-radius: 8px; background: linear-gradient(90deg, var(--cyan), var(--accent)); transform-origin: left; }
.ctr__row--top .ctr__fill { background: linear-gradient(90deg, var(--brand), var(--accent)); }
.js .ctr__fill { transform: scaleX(0); transition: transform 1.05s cubic-bezier(.22,.61,.36,1); }
.js .reveal.in .ctr__fill { transform: scaleX(1); }
.ctr__val { font-weight: 800; color: var(--ink); font-family: var(--font-head); text-align: right; font-size: 1rem; }
.ctr__row--top .ctr__val { color: var(--brand); }
.ctr__row--p2 .ctr__pos, .ctr__row--p2 .ctr__val { color: var(--s400); }
@media (prefers-reduced-motion: reduce) { .js .ctr__fill { transition: none; transform: scaleX(1); } }

/* ==========================================================================
   SEO — authority / domain checker mock
   ========================================================================== */
.dacheck { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 30px 60px -18px rgba(20,34,43,.28); max-width: 420px; margin-inline: auto; padding: 22px; }
.dacheck__bar { display: flex; align-items: center; gap: 10px; border: 1px solid var(--s200); border-radius: 10px; padding: 10px 12px; box-shadow: inset 0 1px 2px rgba(20,34,43,.04); }
.dacheck__bar > svg { width: 16px; height: 16px; color: var(--accent); flex: none; }
.dacheck__bar span { flex: 1; font-size: .88rem; color: var(--ink); }
.dacheck__go { font-size: .72rem; font-weight: 700; color: #fff; background: var(--accent); border-radius: 7px; padding: 7px 13px; white-space: nowrap; }
.dacheck__score { display: flex; align-items: center; gap: 18px; margin: 20px 0; }
.dacheck__ring { width: 98px; height: 98px; flex: none; border-radius: 50%; display: grid; place-items: center; position: relative; background: conic-gradient(var(--brand) 0 var(--v,52%), var(--s200) var(--v,52%) 100%); }
.dacheck__ring::before { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: #fff; }
.dacheck__ring b { position: relative; font-size: 1.9rem; font-weight: 800; color: var(--ink); font-family: var(--font-head); line-height: 1; }
.dacheck__lbl b { display: block; font-size: 1.05rem; color: var(--ink); }
.dacheck__lbl small { color: var(--muted); font-size: .84rem; }
.dacheck__lbl .up { display: inline-flex; align-items: center; gap: 4px; color: #1a9d5a; font-weight: 700; font-size: .82rem; margin-top: 6px; }
.dacheck__lbl .up svg { width: 14px; height: 14px; }
.dacheck__tiles { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.dacheck__tiles div { background: var(--s50); border: 1px solid var(--line); border-radius: 10px; padding: 12px 8px; text-align: center; }
.dacheck__tiles b { display: block; color: var(--ink); font-size: 1.08rem; font-family: var(--font-head); }
.dacheck__tiles small { color: var(--muted); font-size: .72rem; }

/* ==========================================================================
   AI Search — "10 blue links -> 1 AI answer" shift + white stat cards
   ========================================================================== */
.shift { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(16px,3vw,40px); max-width: 760px; margin: 0 auto; }
@media (max-width: 620px) { .shift { grid-template-columns: 1fr; } .shift__arrow { transform: rotate(90deg); margin: 4px auto; } }
.shift__col { text-align: center; }
.shift__lbl { font-family: var(--font-mono); font-weight: 700; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 12px; }
.shift__links { display: flex; flex-direction: column; gap: 8px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--sh-sm); }
.shift__links i { height: 9px; border-radius: 4px; background: var(--s200); display: block; }
.shift__links i:nth-child(3n) { width: 78%; } .shift__links i:nth-child(3n+1) { width: 94%; } .shift__links i:nth-child(3n+2) { width: 86%; }
.shift__cap { display: block; margin-top: 12px; font-size: .82rem; color: var(--muted); }
.shift__arrow { width: 46px; height: 46px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; box-shadow: var(--sh); }
.shift__arrow svg { width: 22px; height: 22px; }
.shift__answer { background: var(--cyan-50); border: 1px solid var(--cyan-200); border-radius: 14px; padding: 16px; box-shadow: 0 14px 30px -12px rgba(30,110,120,.34); text-align: left; }
.shift__answer .ai { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: var(--brand); font-size: .8rem; margin-bottom: 10px; }
.shift__answer .ai svg { width: 16px; height: 16px; }
.shift__answer p { font-size: .82rem; color: var(--text); line-height: 1.5; margin: 0; }
.shift__answer b { color: var(--ink); }
.shift__answer .src { display: block; margin-top: 10px; font-size: .72rem; font-weight: 700; color: var(--brand); }

.aistats { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 900px; margin: clamp(34px,5vw,54px) auto 0; }
@media (max-width: 640px) { .aistats { grid-template-columns: 1fr; gap: 16px; } }
.aistats > div { text-align: center; padding: 26px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm); transition: transform .2s ease, box-shadow .2s ease; }
.aistats > div:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.aistats b { display: block; font-size: clamp(2.2rem,4vw,3rem); font-weight: 800; color: var(--brand); font-family: var(--font-head); letter-spacing: -.02em; line-height: 1; }
.aistats > div:nth-child(2) b { color: var(--accent); }
.aistats > div:nth-child(3) b { color: var(--green-600); }
.aistats span { display: block; margin-top: 12px; color: var(--muted); font-size: .94rem; line-height: 1.4; }

/* ==========================================================================
   AI Search — Google "AI Overview" result mock (as seen on Google)
   ========================================================================== */
.aiover { background: #fff; border-radius: 16px; box-shadow: 0 44px 86px -30px rgba(8,20,26,.4); max-width: 440px; margin-inline: auto; overflow: hidden; }
.aiover__bar { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.aiover__bar > svg { width: 22px; height: 22px; flex: none; }
.aiover__field { flex: 1; display: flex; align-items: center; gap: 8px; border: 1px solid var(--s200); border-radius: 999px; padding: 8px 14px; }
.aiover__field span { flex: 1; font-size: .86rem; color: var(--ink); }
.aiover__field .lens { width: 15px; height: 15px; color: #9aa0a6; flex: none; }
.aiover__panel { margin: 14px; border-radius: 14px; padding: 16px; position: relative; background: linear-gradient(135deg, #eaf2ff, #f1ecfb 55%, #eafbf4); border: 1px solid #e1e6f3; }
.aiover__head { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .84rem; color: #1a73e8; margin-bottom: 10px; }
.aiover__head svg { width: 17px; height: 17px; }
.aiover__txt { font-size: .85rem; color: var(--text); line-height: 1.55; margin: 0 0 12px; }
.aiover__txt b { color: var(--ink); }
.aiover__src { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.aiover__src small { font-size: .72rem; color: var(--muted); }
.aiover__chip { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; font-weight: 700; color: var(--brand); background: #fff; border: 1px solid var(--cyan-200); border-radius: 999px; padding: 5px 11px; }
.aiover__chip svg { width: 12px; height: 12px; }
.aiover__chip--on { background: var(--cyan-50); box-shadow: 0 6px 14px -6px rgba(30,110,120,.4); }
.aiover__result { padding: 2px 18px 16px; }
.aiover__result .u { font-size: .72rem; color: #1a7a3c; display: block; }
.aiover__result .h { font-size: .92rem; color: #1a0dab; }

/* ==========================================================================
   AI Search page — chat / AI-answer mock
   ========================================================================== */
.aichat { background: #fff; border-radius: 20px; box-shadow: 0 44px 86px -30px rgba(0,0,0,.55); max-width: 440px; margin-inline: auto; overflow: hidden; }
.aichat__bar { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.aichat__bar .ai { width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; background: linear-gradient(140deg, var(--cyan), var(--brand)); color: #fff; flex: none; }
.aichat__bar .ai svg { width: 16px; height: 16px; }
.aichat__bar b { font-size: .92rem; color: var(--ink); }
.aichat__body { padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.aichat__q { align-self: flex-end; max-width: 80%; background: var(--brand); color: #fff; border-radius: 16px 16px 4px 16px; padding: 11px 15px; font-size: .9rem; }
.aichat__a { align-self: flex-start; background: var(--s50); border: 1px solid var(--line); border-radius: 16px 16px 16px 4px; padding: 14px 16px; font-size: .9rem; color: var(--text); line-height: 1.55; }
.aichat__a .cite { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; padding: 6px 11px; background: var(--cyan-50); border: 1px solid var(--cyan-200); border-radius: 999px; font-size: .76rem; font-weight: 700; color: var(--brand); }
.aichat__a .cite svg { width: 13px; height: 13px; }
.aichat__a b { color: var(--ink); }
.aichat__type { display: inline-flex; gap: 4px; align-items: center; }
.aichat__type i { width: 6px; height: 6px; border-radius: 50%; background: var(--s400); animation: aidot 1.2s infinite ease-in-out; }
.aichat__type i:nth-child(2) { animation-delay: .2s; } .aichat__type i:nth-child(3) { animation-delay: .4s; }
@keyframes aidot { 0%,60%,100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
@media (prefers-reduced-motion: reduce) { .aichat__type i { animation: none; } }

/* ==========================================================================
   Social Media page — light hero + post carousel + reaction pile
   ========================================================================== */
.shero { position: relative; overflow: hidden; isolation: isolate;
  background: linear-gradient(165deg, #EAF4FA 0%, #DCEDF6 52%, #CFE6F1 100%); }
.shero::before { content: ""; position: absolute; top: -160px; right: -90px; width: 540px; height: 540px; border-radius: 50%;
  background: radial-gradient(circle, rgba(95,179,204,.3), transparent 68%); pointer-events: none; z-index: -1; }
.shero::after { content: ""; position: absolute; left: -90px; bottom: -130px; width: 380px; height: 380px; border-radius: 50%;
  background: radial-gradient(circle, rgba(75,130,168,.16), transparent 70%); pointer-events: none; z-index: -1; }
.shero__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(32px,5vw,72px); align-items: center; padding-block: clamp(44px,6vw,88px); }
.shero h1 { color: var(--ink); font-size: clamp(2.4rem, 1.1rem + 3.6vw, 4rem); line-height: 1.05; letter-spacing: -.03em; margin: 0 0 20px; }
.shero h1 .hl { color: var(--accent); }
.shero__sub { font-size: clamp(1.05rem, 1rem + .45vw, 1.26rem); color: var(--text); max-width: 50ch; line-height: 1.55; margin-bottom: 28px; }
.shero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 980px) { .shero__grid { grid-template-columns: 1fr; gap: 40px; } .shero__visual { max-width: 400px; margin-inline: auto; } }

.scar { position: relative; max-width: 332px; margin-inline: auto; }
.scar__viewport { overflow: hidden; padding: 14px 0 36px; }
.scar__track { display: flex; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.scar__track > * { flex: 0 0 100%; }
.scar__slide { padding: 0 27px; }
.scar .spost { max-width: none; margin: 0; }
.scar .spost__img { aspect-ratio: 1 / 1; }
.spost .spost__img { border-radius: 0; box-shadow: none; }
.spost .ph-img { border-radius: 0; min-height: 0; border-left: 0; border-right: 0; aspect-ratio: 4/5; }
.scar .spost .ph-img { aspect-ratio: 1 / 1; }
.scar .spost .ph-img span { display: none; }
.scar .spost .spost__cap p { font-size: .82rem; }

/* floating reactions rising over the carousel (Facebook-live style) */
.floaties { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 3; }
.fl { position: absolute; bottom: -30px; font-size: 22px; line-height: 1; opacity: 0; will-change: transform, opacity; animation: floatUp 6s linear infinite; }
.fl--1 { left: 10%; animation-delay: 0s; }
.fl--2 { left: 28%; animation-delay: 1s; font-size: 27px; }
.fl--3 { left: 48%; animation-delay: 2s; }
.fl--4 { left: 66%; animation-delay: 3s; font-size: 25px; }
.fl--5 { left: 84%; animation-delay: 4s; font-size: 20px; }
.fl--6 { left: 38%; animation-delay: 5s; }
@keyframes floatUp {
  0%   { transform: translateY(0) scale(.6); opacity: 0; }
  15%  { opacity: .95; }
  70%  { opacity: .9; }
  100% { transform: translateY(-340px) translateX(12px) scale(1.05); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .fl { display: none; } }
.scar__dots { display: flex; justify-content: center; gap: 8px; margin-top: 8px; }
.scar__dots button { width: 9px; height: 9px; border-radius: 50%; background: rgba(20,34,43,.2); padding: 0; border: 0; cursor: pointer; transition: background-color .2s ease, width .2s ease; }
.scar__dots button.on { background: var(--accent); width: 26px; border-radius: 5px; }
@media (prefers-reduced-motion: reduce) { .scar__track { transition: none; } }

/* Facebook-style reaction pile (likes, laughs, wows) */
.reacts { display: flex; align-items: center; gap: 9px; padding: 12px 16px; }
.reacts__pile { display: inline-flex; }
.re { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; line-height: 1; border: 2px solid #fff; margin-left: -7px; box-shadow: 0 1px 3px rgba(8,20,26,.25); }
.re:first-child { margin-left: 0; }
.re--like { background: #1877F2; }
.re--like svg { width: 13px; height: 13px; color: #fff; }
.re--haha { background: #FCD34D; }
.re--wow { background: #FCD34D; }
.reacts__txt { font-size: .84rem; color: var(--muted); }
.reacts__txt b { color: var(--ink); }
/* Keep the post's text bars above the floating reaction emoji (z-index:3) so
   the animated emoji rise over the image but never cover the caption/reactions. */
.spost .spad, .spost .reacts, .spost .spost__cap { position: relative; z-index: 4; }
/* Opaque backgrounds so the animated floating emoji rise over the image but are
   fully hidden behind the caption/reaction bars — never bleeding through the text. */
.spost .reacts, .spost .spost__cap { background: #fff; }

/* sponsored-ad link card (headline + CTA), like a Facebook/Instagram ad */
.spad { display: flex; align-items: center; gap: 12px; padding: 11px 14px; background: #f0f2f5; border-top: 1px solid var(--line); }
.spad__txt { flex: 1; min-width: 0; line-height: 1.25; }
.spad__txt small { display: block; font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.spad__txt b { display: block; font-size: .82rem; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.spad__btn { flex: none; font-size: .76rem; font-weight: 700; color: #fff; background: var(--accent); border-radius: 7px; padding: 8px 14px; white-space: nowrap; }

/* content-planning graphic (posting section): calendar + posts + IG/FB logos */
.calplan { position: relative; max-width: 360px; margin: 10px auto 26px; }
.calplan__cal { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px; box-shadow: var(--sh-lg); position: relative; z-index: 1; }
.calplan__hd { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.calplan__hd b { font-family: var(--font-head); color: var(--ink); font-size: 1.02rem; }
.calplan__logos { display: inline-flex; gap: 7px; }
.calplan__logo { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: #fff; }
.calplan__logo svg { width: 15px; height: 15px; }
.calplan__logo--ig { background: linear-gradient(45deg, #F58529, #DD2A7B 55%, #8134AF); }
.calplan__logo--fb { background: #1877F2; }
.calplan__logo--tiktok { background: #010101; }
.calplan__dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-bottom: 6px; }
.calplan__dow span { text-align: center; font-size: .56rem; font-weight: 700; color: var(--muted); text-transform: uppercase; }
.calplan__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.calplan__grid i { aspect-ratio: 1; border-radius: 7px; background: var(--s100); display: grid; place-items: center; font-size: .62rem; font-style: normal; color: var(--s500); }
.calplan__grid i.post { background: linear-gradient(150deg, var(--cyan-50), var(--cyan-200)); color: var(--brand); font-weight: 800; box-shadow: inset 0 0 0 1.5px var(--cyan-200); }
.calplan__cards { position: absolute; right: -16px; bottom: -18px; display: flex; gap: 10px; z-index: 2; }
.calplan__mini { width: 88px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--sh-lg); overflow: hidden; }
.calplan__mini:first-child { transform: rotate(-5deg); }
.calplan__mini:last-child { transform: rotate(4deg); }
.calplan__mini img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.calplan__mini-r { padding: 6px 9px; font-size: .66rem; color: var(--muted); }
@media (max-width: 460px) { .calplan__cards { right: -4px; } .calplan__mini { width: 72px; } }

/* ==========================================================================
   Pricing page — plan cards + comparison
   ========================================================================== */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
@media (max-width: 920px) { .plans { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.plan { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px 30px; box-shadow: var(--sh-sm); transition: transform .25s ease, box-shadow .25s ease; }
.plan:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.plan--pop { border-color: var(--brand); box-shadow: var(--sh-lg); }
.plan--pop::before { content: "Most popular"; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--coral); color: #fff; font-family: var(--font-mono); font-weight: 700; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; box-shadow: var(--sh-sm); white-space: nowrap; }
.plan__name { font-family: var(--font-mono); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; color: var(--accent); }
.plan__desc { color: var(--muted); font-size: .92rem; margin: 8px 0 18px; min-height: 42px; }
.plan__price { display: flex; align-items: baseline; gap: 6px; }
.plan__price .cur { font-size: 1.1rem; font-weight: 700; color: var(--ink); }
.plan__price .amt { font-size: 2.8rem; font-weight: 800; color: var(--ink); letter-spacing: -.02em; line-height: 1; font-family: var(--font-head); }
.plan__price .per { color: var(--muted); font-size: .9rem; }
.plan__from { font-size: .8rem; color: var(--muted); margin: 6px 0 20px; }
.plan__list { display: grid; gap: 12px; margin: 4px 0 26px; flex: 1; }
.plan__list li { display: flex; gap: 11px; align-items: flex-start; font-size: .94rem; color: var(--text); }
.plan__list svg { width: 19px; height: 19px; flex: none; color: var(--brand); margin-top: 2px; }
.plan--pop .plan__list svg { color: var(--coral-600); }
.plan .btn { width: 100%; }

/* ==========================================================================
   Contact page — info cards + form
   ========================================================================== */
.contact { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(28px,4vw,56px); align-items: start; }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } .contact .cform { order: -1; } }
.cinfo { display: grid; gap: 16px; }
.cinfo__card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 24px; box-shadow: var(--sh-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.cinfo__card:hover { transform: translateY(-3px); box-shadow: var(--sh); border-color: var(--brand); }
.cinfo__ic { width: 48px; height: 48px; border-radius: 13px; flex: none; display: grid; place-items: center; background: var(--cyan-50); color: var(--brand); }
.cinfo__ic svg { width: 23px; height: 23px; }
.cinfo__card b { display: block; color: var(--ink); font-size: 1.05rem; }
.cinfo__card p, .cinfo__card a { color: var(--muted); font-size: .95rem; }
.cinfo__card .cinfo__v { display: block; color: var(--muted); font-size: .95rem; }
.cinfo__card a:hover { color: var(--brand); }
.cform { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(26px,3vw,40px); box-shadow: var(--sh); }
.cform__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 16px; }
/* Stack the form to one column on phones; min-width:0 lets grid items + inputs
   shrink below their intrinsic width so the contact page can't overflow. */
@media (max-width: 560px) { .cform__grid { grid-template-columns: 1fr; } }
.cinfo, .cform, .cfield { min-width: 0; }
.cfield { display: flex; flex-direction: column; gap: 7px; }
.cfield--full { grid-column: 1 / -1; }
.cfield label { font-weight: 700; font-size: .88rem; color: var(--ink); }
.cfield input, .cfield select, .cfield textarea { font: inherit; font-size: .98rem; width: 100%; min-width: 0; padding: 13px 15px; border: 1px solid var(--s300); border-radius: var(--r-sm); background: var(--s50); color: var(--ink); transition: border-color .15s ease, background-color .15s ease; }
.cfield input:focus, .cfield select:focus, .cfield textarea:focus { outline: none; border-color: var(--accent); background: #fff; }
.cfield textarea { resize: vertical; min-height: 120px; }

/* ==========================================================================
   About page — timeline + values
   ========================================================================== */
.timeline { position: relative; max-width: 760px; margin-inline: auto; display: grid; gap: 8px; }
.timeline::before { content: ""; position: absolute; left: 19px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--brand), var(--cyan), transparent); }
.tl { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 20px; padding: 14px 0; }
.tl__dot { width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 2px solid var(--brand); color: var(--brand); display: grid; place-items: center; font-family: var(--font-mono); font-weight: 800; font-size: .78rem; z-index: 1; }
.tl__y { font-family: var(--font-mono); font-weight: 700; color: var(--accent); font-size: .82rem; letter-spacing: .06em; }
.tl__b { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px 20px; box-shadow: var(--sh-sm); }
.tl__b h3 { font-size: 1.1rem; margin-bottom: 4px; }
.tl__b p { color: var(--muted); font-size: .95rem; }

/* ==========================================================================
   BookDoc / product — phone mock & step flow
   ========================================================================== */
.phone-mock { position: relative; width: 270px; max-width: 78vw; margin-inline: auto; background: #1b2733; border-radius: 38px; padding: 12px; box-shadow: 0 40px 80px -24px rgba(8,20,26,.5); border: 1px solid rgba(255,255,255,.1); }
.phone-mock::before { content: ""; position: absolute; top: 20px; left: 50%; transform: translateX(-50%); width: 40%; height: 6px; background: rgba(255,255,255,.18); border-radius: 4px; z-index: 2; }
.phone-mock__screen { background: linear-gradient(180deg, var(--cyan-50), #fff); border-radius: 28px; overflow: hidden; aspect-ratio: 9/18; padding: 34px 16px 16px; display: flex; flex-direction: column; gap: 12px; }
.phone-mock__hd { text-align: center; }
.phone-mock__hd b { display: block; color: var(--ink); font-size: 1rem; }
.phone-mock__hd small { color: var(--muted); font-size: .76rem; }
.bk-slot { display: flex; align-items: center; justify-content: space-between; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; box-shadow: var(--sh-sm); font-size: .82rem; color: var(--ink); font-weight: 600; }
.bk-slot .t { color: var(--muted); font-weight: 600; }
.bk-slot--on { background: var(--brand); border-color: var(--brand); color: #fff; }
.bk-slot--on .t { color: rgba(255,255,255,.85); }
.bk-cta { margin-top: auto; background: var(--coral); color: #fff; text-align: center; font-weight: 700; border-radius: 12px; padding: 13px; font-size: .9rem; }

/* WhatsApp conversation (rendered inside the phone-mock frame) */
.phone-mock .wachat { display: flex; flex-direction: column; aspect-ratio: 9 / 18; border-radius: 28px; overflow: hidden; background: #ECE5DD; }
.wachat__hd { display: flex; align-items: center; gap: 10px; background: #075E54; color: #fff; padding: 32px 14px 12px; }
.wachat__av { width: 34px; height: 34px; border-radius: 50%; background: #cfe9e2; color: #075E54; font-family: var(--font-head); font-weight: 800; font-size: .88rem; display: grid; place-items: center; flex: none; }
.wachat__who b { display: block; font-size: .84rem; color: #fff; line-height: 1.2; }
.wachat__who small { font-size: .68rem; color: rgba(255,255,255,.78); }
.wachat__body { flex: 1; padding: 12px 12px 14px; display: flex; flex-direction: column; gap: 7px; overflow: hidden;
  background-image: radial-gradient(rgba(9,80,66,.05) 1px, transparent 1.6px); background-size: 15px 15px; }
.wa { max-width: 84%; padding: 6px 9px 5px; border-radius: 8px; font-size: .75rem; line-height: 1.34; color: #111b21; box-shadow: 0 1px 1px rgba(0,0,0,.13); }
.wa--in { align-self: flex-start; background: #fff; border-top-left-radius: 2px; }
.wa--out { align-self: flex-end; background: #DCF8C6; border-top-right-radius: 2px; }
.wa__t { display: block; text-align: right; font-size: .56rem; color: #667781; margin-top: 2px; }
.wa__t .r { color: #34B7F1; }

/* ==========================================================================
   Stat band — count-up numbers on a dark teal section (reusable)
   ========================================================================== */
.statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px,3vw,40px); }
.statband--3 { grid-template-columns: repeat(3, 1fr); }
.statband__c { text-align: center; }
.statband__c b { display: block; font-size: clamp(2.2rem,4.4vw,3.4rem); font-weight: 800; color: #fff; letter-spacing: -.03em; line-height: 1; font-family: var(--font-head); }
.statband__c b .u { color: var(--cyan); }
.statband__c p { margin-top: 10px; color: #b9cace; font-weight: 600; font-size: .96rem; }
@media (max-width: 760px) { .statband { grid-template-columns: 1fr 1fr; gap: 30px 18px; } }
@media (max-width: 420px) { .statband, .statband--3 { grid-template-columns: 1fr 1fr; } }
