/* vet100 component polish. Loaded on every front-end page after style.css (and gapcheck.css on the funnel).
   Covers: hero question, quiz, result, personal headline, offer, countdown, FAQ, founders story,
   value stack and guarantee badge. Uses the theme tokens in style.css. Motion only when allowed. */

/* Metric-matched fallback faces. While the web fonts load (display=swap), text renders in a local
   font scaled to the same width, so lines wrap the same and nothing jumps when the fonts arrive. */
@font-face { font-family: "vet100 Head Fallback"; font-weight: 700; size-adjust: 68%; src: local("Arial Bold"), local("Arial-BoldMT"), local("Liberation Sans Bold"), local("Helvetica Bold"), local("Roboto Bold"); }
@font-face { font-family: "vet100 Head Fallback"; font-weight: 600; size-adjust: 73.5%; src: local("Arial Bold"), local("Arial-BoldMT"), local("Liberation Sans Bold"), local("Helvetica Bold"), local("Roboto Bold"); }
@font-face { font-family: "vet100 UI Fallback"; font-weight: 400; size-adjust: 106.5%; src: local("Arial"), local("ArialMT"), local("Liberation Sans"), local("Helvetica"), local("Roboto"); }
@font-face { font-family: "vet100 UI Fallback"; font-weight: 500; size-adjust: 107.8%; src: local("Arial"), local("ArialMT"), local("Liberation Sans"), local("Helvetica"), local("Roboto"); }
@font-face { font-family: "vet100 UI Fallback"; font-weight: 600; size-adjust: 100.8%; src: local("Arial Bold"), local("Arial-BoldMT"), local("Liberation Sans Bold"), local("Helvetica Bold"), local("Roboto Bold"); }
@font-face { font-family: "vet100 UI Fallback"; font-weight: 700; size-adjust: 102.1%; src: local("Arial Bold"), local("Arial-BoldMT"), local("Liberation Sans Bold"), local("Helvetica Bold"), local("Roboto Bold"); }
@font-face { font-family: "vet100 Serif Fallback"; font-weight: 400; size-adjust: 99.8%; src: local("Times New Roman"), local("TimesNewRomanPSMT"), local("Liberation Serif"); }
@font-face { font-family: "vet100 Serif Fallback"; font-weight: 600; size-adjust: 95.8%; src: local("Times New Roman Bold"), local("TimesNewRomanPS-BoldMT"), local("Liberation Serif Bold"); }

:root {
	--f-head: "Barlow Condensed", "vet100 Head Fallback", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
	--f-ui: "Inter", "vet100 UI Fallback", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--f-body: "Source Serif 4", "vet100 Serif Fallback", Georgia, "Times New Roman", serif;
	--gold-glow: 0 0 0 1px rgba(242, 168, 29, 0.35), 0 18px 60px -18px rgba(242, 168, 29, 0.35);
	--card-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset, 0 24px 48px -28px rgba(0, 0, 0, 0.7);
	--card-grad: linear-gradient(180deg, #172238 0%, #131c2b 100%);
	--radius-xl: 16px;
	--ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* --------------------------------------------------------------------------
   1. Funnel hero with question 1
   ----------------------------------------------------------------------- */
.gc-hero--q { padding-block: var(--s-5) var(--s-6); }
.gc-hero--q h1 { font-size: clamp(2.25rem, 9.5vw, 3.75rem); margin-bottom: var(--s-3); }
.gc-hero--q .hero__lede { font-size: 1rem; line-height: 1.55; margin-bottom: 0; max-width: 36em; }
.gc-hero--q .hero__proof { margin-top: var(--s-4); }
.gc-hero__inner { display: grid; gap: var(--s-5); align-items: center; }
.gc-hero__copy, .gc-hero__side { min-width: 0; }
@media (min-width: 720px) {
	.gc-hero--q { padding-block: var(--s-7); }
	.gc-hero--q .hero__lede { font-size: 1.125rem; }
}
@media (min-width: 960px) {
	.gc-hero__inner { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: var(--s-7); }
	.gc-hero--q { padding-block: var(--s-8); }
}

.gc-heroq {
	position: relative;
	margin-top: var(--s-5);
	padding: var(--s-5) var(--s-4) var(--s-4);
	background: var(--card-grad);
	border: 1px solid rgba(242, 168, 29, 0.3);
	border-radius: var(--radius-xl);
	box-shadow: var(--card-shadow), 0 0 80px -40px rgba(242, 168, 29, 0.35);
	font-family: var(--f-ui);
}
.gc-heroq::before {
	content: "";
	position: absolute; left: 20px; right: 20px; top: -1px; height: 2px;
	border-radius: 2px;
	background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.gc-hero__side .gc-heroq { margin-top: 0; }
.gc-heroq[hidden] { display: none; }
@media (min-width: 720px) { .gc-heroq { padding: var(--s-6) var(--s-6) var(--s-5); } }
.gc-heroq__kicker {
	display: flex; align-items: center; gap: var(--s-2);
	margin: 0 0 var(--s-2);
	font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
	color: var(--accent);
}
.gc-heroq__kicker::before {
	content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%;
	background: var(--accent); box-shadow: 0 0 0 4px rgba(242, 168, 29, 0.18);
}
.gc-heroq__q {
	font-size: clamp(1.625rem, 6.4vw, 2.125rem);
	line-height: 1.05;
	text-transform: uppercase;
	margin: 0 0 var(--s-2);
}
.gc-heroq__help { color: var(--muted); font-size: 0.9375rem; margin: 0 0 var(--s-4); }
.gc-heroq__opts { display: grid; gap: var(--s-2); }
.gc-heroq .gc-opt { min-height: 54px; font-size: 1rem; padding: var(--s-3) var(--s-4); }
.gc-heroq__foot { margin: var(--s-3) 0 0; font-size: 0.8125rem; color: var(--muted); text-align: center; }
.gc-heroq.is-going .gc-opt:not([aria-pressed="true"]) { opacity: 0.55; }

.gc-hero--vsl .gc-heroq { margin-top: var(--s-5); }
.gc-section--after-hero { padding-top: var(--s-6); }

/* --------------------------------------------------------------------------
   2. Quiz card, progress and option cards
   ----------------------------------------------------------------------- */
.gc {
	background: var(--card-grad);
	border-color: var(--border-strong);
	border-radius: var(--radius-xl);
	box-shadow: var(--card-shadow);
}
.gc-progress__track { height: 6px; background: rgba(255, 255, 255, 0.05); border-color: transparent; }
.gc-progress__bar {
	background: linear-gradient(90deg, #d98e0b, var(--accent) 60%, #ffcf6a);
	box-shadow: 0 0 12px rgba(242, 168, 29, 0.55);
}
.gc-progress__label { color: var(--muted); letter-spacing: 0.14em; }
.gc-back { text-decoration: none; display: inline-flex; align-items: center; min-height: 40px; padding: 0 var(--s-2) 0 0; }
.gc-back:hover { text-decoration: underline; }

.gc-opt {
	border-width: 1px;
	border-color: var(--border-strong);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)), var(--surface-2);
	border-radius: 12px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03) inset;
	transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.gc-opt:hover { border-color: rgba(242, 168, 29, 0.7); box-shadow: 0 0 0 3px rgba(242, 168, 29, 0.1); }
.gc-opt:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.gc-opt[aria-pressed="true"] {
	border-color: var(--accent);
	background: linear-gradient(180deg, rgba(242, 168, 29, 0.16), rgba(242, 168, 29, 0.08)), var(--surface-2);
	box-shadow: 0 0 0 3px rgba(242, 168, 29, 0.16);
}
.gc-opts--chips .gc-opt { border-radius: 10px; }
.gc-row { border-radius: 12px; background: rgba(13, 20, 32, 0.6); }
.gc-teaser { border-radius: 12px; }
.gc-actions .btn { box-shadow: 0 10px 30px -12px rgba(242, 168, 29, 0.6); }

/* --------------------------------------------------------------------------
   3. Result screen
   ----------------------------------------------------------------------- */
.gc-big__num { text-shadow: 0 0 40px rgba(242, 168, 29, 0.35); letter-spacing: -0.01em; }
.gc-card {
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)), var(--surface-2);
	border-color: var(--border-strong);
}
.gc-math { border-radius: 12px; }
.gc-deadline, .gc-family { border-radius: 12px; }

/* Personal headline above the offer */
.gc-hook { margin: var(--s-7) 0 var(--s-4); }
.gc-hook__title {
	margin: 0;
	font-family: var(--f-head);
	font-weight: 700;
	font-size: clamp(1.75rem, 7vw, 2.5rem);
	line-height: 1.08;
	letter-spacing: 0.005em;
	text-transform: none;
	color: var(--text);
	text-wrap: balance;
}
.gc-res .gc-hook__title { margin-top: 0; text-transform: none; }
.gc-hook__title strong { color: var(--accent); font-weight: 700; }
.gc-hook__fine { margin: var(--s-2) 0 0; font-size: 0.8125rem; color: var(--muted); }

/* Offer box */
.gc-offer {
	position: relative;
	margin-top: var(--s-4);
	padding: var(--s-5) var(--s-4);
	background: linear-gradient(180deg, #16213a 0%, #101827 100%);
	border: 1px solid rgba(242, 168, 29, 0.55);
	border-radius: var(--radius-xl);
	box-shadow: var(--gold-glow);
}
@media (min-width: 720px) { .gc-offer { padding: var(--s-6) var(--s-6); } }
.gc-offer h3 { font-size: clamp(1.75rem, 6.5vw, 2.375rem); text-transform: uppercase; line-height: 1.05; margin-bottom: var(--s-3); }
.gc-offer > p { color: #c9d2de; }
.gc-modules li { padding-top: var(--s-3); padding-bottom: var(--s-3); }
.gc-modules li::before { top: calc(var(--s-3) + 3px); box-shadow: 0 0 0 3px rgba(242, 168, 29, 0.15); }
.gc-buyrow { margin-top: var(--s-4); }
.gc-offer .btn-row .gc-buy {
	width: 100%;
	min-height: 64px;
	font-size: 1.5rem;
	border-radius: 12px;
	box-shadow: 0 14px 40px -14px rgba(242, 168, 29, 0.8);
}
.gc-offer .gc-buy::after { content: "\2192"; font-family: var(--f-ui); font-weight: 700; transition: transform 0.15s ease; }
.gc-offer .gc-buy:hover::after { transform: translateX(3px); }
.gc-price { margin-top: var(--s-4); }

/* Deadline countdown */
.gc-count {
	margin: var(--s-5) 0 0;
	padding: var(--s-4);
	background: rgba(13, 20, 32, 0.75);
	border: 1px solid rgba(242, 168, 29, 0.45);
	border-radius: 14px;
	box-shadow: 0 0 0 4px rgba(242, 168, 29, 0.06);
}
.gc-count__title {
	display: flex; align-items: center; gap: var(--s-2);
	margin: 0 0 var(--s-3);
	font: 700 1.25rem/1.15 var(--f-head);
	letter-spacing: 0.02em; text-transform: uppercase;
	color: var(--text);
}
.gc-count__title::before {
	content: ""; flex: none; width: 10px; height: 10px; border-radius: 50%;
	background: var(--accent); box-shadow: 0 0 0 4px rgba(242, 168, 29, 0.2);
}
.gc-count__clock { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--s-2); }
.gc-count__unit {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	min-height: 72px; padding: var(--s-2) var(--s-1);
	background: var(--surface-2);
	border: 1px solid var(--border-strong);
	border-radius: 10px;
}
.gc-count__unit b {
	font: 700 clamp(1.75rem, 8vw, 2.25rem)/1 var(--f-head);
	color: var(--accent);
	font-variant-numeric: tabular-nums;
	min-width: 2ch; text-align: center;
}
.gc-count__unit small { margin-top: 4px; font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.gc-count__body { margin: var(--s-3) 0 0; font-size: 0.875rem; color: var(--muted); }
.gc-count__soon { margin: var(--s-2) 0 0; font-weight: 700; color: var(--danger); font-size: 0.9375rem; }
.gc-count.is-soon { border-color: rgba(255, 138, 122, 0.6); box-shadow: 0 0 0 4px rgba(255, 138, 122, 0.08); }
.gc-count.is-soon .gc-count__title::before { background: var(--danger); box-shadow: 0 0 0 4px rgba(255, 138, 122, 0.2); }
.gc-count.is-soon .gc-count__unit b { color: #ffb4a8; }

.gc-nudge {
	margin: var(--s-4) 0 0;
	padding: var(--s-3) var(--s-4);
	border: 1px dashed var(--border-strong);
	border-radius: 12px;
	font-size: 0.9375rem;
	color: #c9d2de;
}

/* --------------------------------------------------------------------------
   4. FAQ accordion (funnel, and any .faq block)
   ----------------------------------------------------------------------- */
.gc-faq-section { padding-top: var(--s-5); }
.gc-faq__h { font-size: clamp(1.875rem, 7vw, 2.5rem); margin-bottom: var(--s-5); }
.faq { border-top: 0; display: grid; gap: var(--s-2); }
.faq details {
	border: 1px solid var(--border);
	border-radius: 12px;
	background: var(--surface);
	transition: border-color 0.15s ease, background-color 0.15s ease;
}
.faq details[open] { border-color: rgba(242, 168, 29, 0.4); background: var(--card-grad); }
.faq summary { padding: var(--s-4) var(--s-4); border-radius: 12px; font-size: 1.1875rem; }
.faq summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.faq summary::after { margin-right: 4px; }
.faq__body, .faq details > :not(summary) { padding: 0 var(--s-4) var(--s-4); }
.faq__body p:last-child { margin-bottom: 0; }
.faq__body a { font-weight: 600; }
@media (min-width: 720px) { .faq summary { padding: var(--s-4) var(--s-5); font-size: 1.3125rem; } .faq__body, .faq details > :not(summary) { padding: 0 var(--s-5) var(--s-5); } }

/* --------------------------------------------------------------------------
   5. Founders story: before and after
   ----------------------------------------------------------------------- */
.vstory {
	position: relative;
	padding-block: var(--s-7);
	border-block: 1px solid var(--border);
	background:
		radial-gradient(ellipse 60% 70% at 85% 30%, rgba(242, 168, 29, 0.09), transparent 65%),
		radial-gradient(ellipse 50% 60% at 10% 80%, rgba(90, 120, 170, 0.08), transparent 60%),
		#0f1726;
	overflow: hidden;
}
@media (min-width: 1000px) { .vstory { padding-block: var(--s-9); } }
.vstory__head { max-width: 720px; margin: 0 auto var(--s-6); text-align: center; }
.vstory__title { font-size: clamp(2rem, 8vw, 3.25rem); margin-bottom: var(--s-3); }
.vstory__intro { color: var(--muted); font-size: 1.0625rem; margin: 0; text-wrap: balance; }
.vstory__split { display: grid; gap: var(--s-3); align-items: stretch; }
@media (min-width: 860px) { .vstory__split { grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr); gap: var(--s-4); } }

.vstory__card {
	position: relative;
	display: flex; flex-direction: column;
	padding: var(--s-5);
	border-radius: var(--radius-xl);
	font-family: var(--f-ui);
	min-width: 0;
}
@media (min-width: 720px) { .vstory__card { padding: var(--s-6); } }
.vstory__card--before {
	background: linear-gradient(180deg, #141b27, #111823);
	border: 1px solid var(--border-strong);
	color: #c3ccd8;
}
.vstory__card--after {
	background: linear-gradient(180deg, #1b2439 0%, #151e30 100%);
	border: 1px solid rgba(242, 168, 29, 0.6);
	box-shadow: var(--gold-glow);
}
.vstory__tag {
	align-self: flex-start;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
	background: rgba(255, 255, 255, 0.06); color: var(--muted);
	margin-bottom: var(--s-4);
}
.vstory__card--after .vstory__tag { background: var(--accent); color: var(--accent-ink); }
.vstory__stat {
	margin: 0;
	font: 700 clamp(3.25rem, 16vw, 4.75rem)/0.92 var(--f-head);
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #dfe5ee;
}
.vstory__card--after .vstory__stat { color: var(--accent); text-shadow: 0 0 44px rgba(242, 168, 29, 0.45); }
.vstory__label { margin: var(--s-2) 0 0; font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.vstory__card--after .vstory__label { color: #f5cf85; }

.vstory__years { display: grid; grid-template-columns: repeat(13, minmax(0, 1fr)); gap: 4px; margin: var(--s-5) 0 var(--s-1); height: 10px; }
.vstory__years i { display: block; border-radius: 3px; background: rgba(255, 138, 122, 0.32); }
.vstory__years i:last-child { background: var(--accent); box-shadow: 0 0 10px rgba(242, 168, 29, 0.6); }
.vstory__scale { display: flex; justify-content: space-between; margin: 0 0 var(--s-5); font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #7f8b9c; }
.vstory__card--after .vstory__scale { color: #f5cf85; }
.vstory__meter { margin: var(--s-5) 0 var(--s-1); height: 10px; display: flex; align-items: center; }
.vstory__meter i { display: block; height: 10px; width: 100%; border-radius: 999px; background: linear-gradient(90deg, #d98e0b, var(--accent) 60%, #ffd27a); box-shadow: 0 0 18px rgba(242, 168, 29, 0.55); }

.vstory__name { font-size: 1.375rem; margin: 0 0 var(--s-2); color: var(--text); }
.vstory__card--before .vstory__name { color: #dfe5ee; }
.vstory__body { margin: 0 0 var(--s-2); font-size: 1rem; line-height: 1.6; color: #b9c3d0; }
.vstory__card--after .vstory__body { color: #d6dde7; }
.vstory__body:last-child { margin-bottom: 0; }

.vstory__arrow { display: flex; align-items: center; justify-content: center; }
.vstory__arrow svg {
	width: 48px; height: 48px; padding: 12px;
	border-radius: 50%;
	background: var(--accent); color: var(--accent-ink);
	box-shadow: 0 0 0 6px rgba(242, 168, 29, 0.14), 0 10px 30px -10px rgba(242, 168, 29, 0.8);
	transform: rotate(90deg);
}
@media (min-width: 860px) { .vstory__arrow svg { transform: none; } }

.vstory__foot { max-width: 720px; margin: var(--s-6) auto 0; text-align: center; }
.vstory__bridge { font: 700 clamp(1.375rem, 5.5vw, 1.875rem)/1.15 var(--f-head); color: var(--text); margin: 0 0 var(--s-3); text-wrap: balance; }
.vstory__cred { margin: 0; color: var(--muted); font-size: 0.9375rem; text-wrap: balance; }
.vstory__cred::before { content: "\2605"; color: var(--accent); font-size: 0.875rem; margin-right: var(--s-2); }
.vstory__fine { margin: var(--s-3) 0 0; font-size: 0.75rem; color: #7f8b9c; }

/* --------------------------------------------------------------------------
   6. Value stack
   ----------------------------------------------------------------------- */
.vstack {
	position: relative;
	padding: var(--s-5) var(--s-4) var(--s-4);
	margin: var(--s-5) 0;
	background: linear-gradient(180deg, #151f31 0%, #111a29 100%);
	border: 1px solid var(--border-strong);
	border-radius: var(--radius-xl);
	box-shadow: var(--card-shadow);
}
@media (min-width: 720px) { .vstack { padding: var(--s-6) var(--s-6) var(--s-5); } }
.vstack--compact { padding: var(--s-4); }
.vstack__head { margin-bottom: var(--s-3); }
.vstack__title { font-size: clamp(1.5rem, 6vw, 1.875rem); margin: 0; line-height: 1.05; }
.vstack__lede { margin: var(--s-1) 0 0; font-size: 0.875rem; color: var(--muted); }
.vstack__list { margin: 0; }
.vstack__item {
	grid-template-columns: 48px minmax(0, 1fr) auto;
	gap: var(--s-3);
	padding: var(--s-3) 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.vstack__item:last-child { border-bottom: 0; }
.vstack__item--extra { grid-template-columns: 48px minmax(0, 1fr) auto; }
.vstack__cover {
	position: relative;
	display: block;
	width: 48px; height: 60px;
	overflow: hidden;
	border-radius: 6px;
	background: #0b111c;
	box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.vstack__cover .vstack__img {
	width: 100%; height: 100%;
	max-width: none;
	object-fit: cover;
	border-radius: 0;
	transform: scale(1.67) translate(2%, -6%);
	transform-origin: 50% 50%;
}
.vstack__cover--blank, .vstack__cover--icon {
	display: flex; align-items: center; justify-content: center;
	font: 700 1.25rem/1 var(--f-head); color: var(--accent);
	background: linear-gradient(180deg, #1d2940, #141d2c);
}
.vstack__cover--icon { height: 48px; border-radius: 10px; color: var(--accent); }
.vstack__name { font-size: 0.9375rem; line-height: 1.3; color: var(--text); min-width: 0; }
.vstack__sub { margin-top: 2px; font-size: 0.8125rem; line-height: 1.35; }
.vstack__price { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.vstack__was { margin: 0; font-size: 0.875rem; }
.vstack__now { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ok); }

.vstack__item--main {
	grid-template-columns: 76px minmax(0, 1fr) auto;
	margin: var(--s-2) calc(var(--s-3) * -1) var(--s-2);
	padding: var(--s-4) var(--s-3);
	border: 1px solid rgba(242, 168, 29, 0.35);
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(242, 168, 29, 0.12), rgba(242, 168, 29, 0) 75%), #172238;
}
.vstack__covers { position: relative; display: block; width: 76px; height: 84px; }
.vstack__covers .vstack__cover { position: absolute; width: 58px; height: 76px; }
.vstack__covers .vstack__cover--front { left: 0; top: 8px; z-index: 2; }
.vstack__covers .vstack__cover--back { left: 18px; top: 0; z-index: 1; opacity: 0.85; transform: rotate(6deg); }
.vstack__covers .vstack__cover:only-child { left: 8px; top: 4px; }
.vstack__tag { display: block; margin-bottom: 4px; font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.vstack__item--main .vstack__name { font-size: 1rem; font-weight: 700; }
.vstack__val { font: 700 1.75rem/1 var(--f-head); color: var(--accent); }
.vstack__vlabel { font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

.vstack__total {
	position: relative;
	display: flex; flex-direction: column; align-items: center; gap: var(--s-1);
	margin-top: var(--s-3);
	padding: var(--s-4) var(--s-4) var(--s-5);
	text-align: center;
	border-radius: 14px;
	background:
		radial-gradient(ellipse 70% 90% at 50% 100%, rgba(242, 168, 29, 0.22), transparent 70%),
		rgba(13, 20, 32, 0.7);
	border: 1px solid rgba(242, 168, 29, 0.45);
	box-shadow: 0 0 0 4px rgba(242, 168, 29, 0.05), 0 20px 50px -24px rgba(242, 168, 29, 0.55);
}
.vstack__total-label { font-size: 0.9375rem; color: var(--muted); }
.vstack__total-label s { color: var(--text); font-weight: 600; margin-left: 4px; }
.vstack__today {
	margin: 0;
	font: 700 1.375rem/1.1 var(--f-head);
	letter-spacing: 0.03em; text-transform: uppercase;
	color: var(--text);
}
.vstack__today strong {
	display: block;
	margin-top: 2px;
	font-size: 3.25rem; line-height: 1; letter-spacing: 0;
	color: var(--accent);
	text-shadow: 0 0 28px rgba(242, 168, 29, 0.55), 0 0 2px rgba(242, 168, 29, 0.6);
}
.vstack__vip { margin: var(--s-3) 0 0; font-size: 0.8125rem; color: var(--muted); text-align: center; }
.vstack__vip strong { color: var(--text); }
.vstack .guarantee-badge { margin-top: var(--s-4); }

@media (max-width: 480px) {
	.gc-offer { margin-inline: calc(var(--s-2) * -1); padding: var(--s-5) var(--s-4); }
	.gc-offer .vstack { margin-inline: calc(var(--s-2) * -1); padding: var(--s-4) var(--s-3) var(--s-3); }
	.gc-offer .btn-row .gc-buy { font-size: 1.25rem; padding-inline: var(--s-4); }
	.vstack__item { grid-template-columns: 42px minmax(0, 1fr) auto; }
	.vstack__item--extra { grid-template-columns: 42px minmax(0, 1fr) auto; }
	.vstack__cover { width: 42px; height: 54px; }
	.vstack__cover--icon { height: 42px; }
	.vstack__covers { width: 64px; height: 74px; }
	.vstack__covers .vstack__cover { width: 50px; height: 66px; }
	.vstack__covers .vstack__cover--back { left: 14px; }
	.vstack__name { font-size: 0.875rem; }
	.vstack__sub { font-size: 0.75rem; }
	.vstack__val { font-size: 1.5rem; }
	.vstack__item--main { grid-template-columns: 64px minmax(0, 1fr); grid-template-rows: auto auto; row-gap: var(--s-2); margin-inline: calc(var(--s-2) * -1); }
	.vstack__item--main .vstack__covers { grid-row: 1 / span 2; align-self: start; }
	.vstack__item--main .vstack__price { flex-direction: row; align-items: baseline; gap: var(--s-2); }
}
/* The checkout column is narrow on desktop, so keep the compact stack in its small layout. */
.vstack--compact .vstack__title { font-size: 1.375rem; }
.vstack--compact .vstack__today strong { font-size: 2.5rem; }

/* --------------------------------------------------------------------------
   7. Guarantee badge
   ----------------------------------------------------------------------- */
.guarantee-badge {
	gap: var(--s-4);
	align-items: center;
	padding: var(--s-4);
	border: 1px solid rgba(242, 168, 29, 0.5);
	border-radius: 14px;
	background: linear-gradient(90deg, rgba(242, 168, 29, 0.12), rgba(242, 168, 29, 0.03));
	color: #d6dde7;
	line-height: 1.5;
}
.guarantee-badge__seal {
	position: relative;
	flex: 0 0 64px; height: 64px;
	background: radial-gradient(circle at 35% 30%, #ffd27a, var(--accent) 55%, #c9860a);
	box-shadow: 0 0 0 3px rgba(13, 20, 32, 1), 0 0 0 4px rgba(242, 168, 29, 0.7), 0 10px 24px -8px rgba(242, 168, 29, 0.7);
	font-size: 1.6rem;
}
.guarantee-badge__seal small { margin-top: 1px; font-size: 0.5625rem; letter-spacing: 0.16em; font-weight: 700; }
.guarantee-badge__title { font-size: 0.8125rem; letter-spacing: 0.1em; }
.guarantee-badge a { font-weight: 600; white-space: nowrap; }
.guarantee-badge__body { min-width: 0; }
@media (max-width: 480px) {
	.guarantee-badge { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: start; column-gap: var(--s-3); }
	.guarantee-badge__seal { width: 52px; height: 52px; font-size: 1.3rem; }
	.guarantee-badge__body { display: contents; }
	.guarantee-badge__title { align-self: center; margin: 0; }
	.guarantee-badge__body > p:not(.guarantee-badge__title) { grid-column: 1 / -1; margin-top: var(--s-3); }
}

/* --------------------------------------------------------------------------
   8. Motion (only when the visitor allows it)
   ----------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
	.gc-heroq__opt:hover { transform: translateY(-1px); }
	.gc-result:not([hidden]) .gc-res > * { animation: vp-rise 0.42s var(--ease-out) both; }
	.gc-result:not([hidden]) .gc-res > :nth-child(2) { animation-delay: 0.04s; }
	.gc-result:not([hidden]) .gc-res > :nth-child(3) { animation-delay: 0.08s; }
	.gc-result:not([hidden]) .gc-res > :nth-child(4) { animation-delay: 0.12s; }
	.gc-result:not([hidden]) .gc-res > :nth-child(n + 5) { animation-delay: 0.16s; }
	.faq details[open] > .faq__body { animation: vp-fade 0.25s ease-out both; }
	.gc-count__title::before, .gc-heroq__kicker::before { animation: vp-pulse 2.4s ease-in-out infinite; }
	.gc-offer .gc-buy { transition: background-color 0.15s ease, box-shadow 0.2s ease, transform 0.15s ease; }
	.gc-offer .gc-buy:hover { box-shadow: 0 18px 50px -14px rgba(242, 168, 29, 0.95); }
}
@keyframes vp-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes vp-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes vp-pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(242, 168, 29, 0.22); } 50% { box-shadow: 0 0 0 7px rgba(242, 168, 29, 0.06); } }
@media (prefers-reduced-motion: reduce) {
	.gc-opt, .gc-offer .gc-buy, .faq details, .gc-progress__bar { transition: none; }
}
