/* ============================================================
   Gumitide US Portal - "Velvet Cellar" theme
   gumitideprice.com | Veyra Wellness Group, LLC
   Single stylesheet. gp- component classes, .is-/.has- states,
   small layout helpers (gp-stack / gp-row / gp-wrap), :root tokens.
   ============================================================ */

/* ---- Tokens ---------------------------------------------- */
:root {
  --plum-950: #190711;
  --plum-900: #240a18;
  --wine-800: #3d0f22;
  --wine-700: #561630;
  --wine-600: #731f40;
  --wine-500: #8f2752;
  --wine-400: #ab3a68;
  --rose-300: #d98aa3;
  --rose-200: #f0c6d2;
  --gold-600: #b1862f;
  --gold-500: #c9a24b;
  --gold-400: #ddbd73;
  --amber-500: #e8852b;
  --amber-600: #cf6f18;
  --ivory: #fbf6f0;
  --sand: #f4eadf;
  --paper: #ffffff;
  --paper-2: #fffaf4;
  --ink: #2a161f;
  --ink-soft: #5d4a53;
  --muted: #7c6a72;
  --line: rgba(42, 22, 31, 0.12);
  --line-gold: rgba(201, 162, 75, 0.38);
  --on-dark: #f6e9ec;
  --on-dark-soft: #d8b6c0;

  --shadow-sm: 0 2px 10px rgba(36, 10, 24, 0.08);
  --shadow-md: 0 14px 38px rgba(36, 10, 24, 0.16);
  --shadow-lg: 0 30px 70px rgba(25, 7, 17, 0.32);

  --radius-s: 8px;
  --radius: 14px;
  --radius-l: 22px;

  --wrap: 1140px;
  --wrap-narrow: 820px;

  --serif: "Prata", Georgia, "Times New Roman", serif;
  --sans: "Mulish", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* ---- Reset ----------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--wine-600); text-decoration: none; }
a:hover { color: var(--amber-600); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.16; color: var(--wine-800); margin: 0 0 .5em; letter-spacing: .2px; }
h1 { font-size: clamp(2.05rem, 5.2vw, 3.35rem); }
h2 { font-size: clamp(1.55rem, 3.4vw, 2.3rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.42rem); }
p { margin: 0 0 1.05em; }
strong { font-weight: 800; color: var(--wine-700); }
ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
li { margin-bottom: .45em; }
hr { border: 0; height: 1px; background: var(--line); margin: 2.2rem 0; }
:focus-visible { outline: 3px solid var(--amber-500); outline-offset: 2px; border-radius: 4px; }

/* ---- Layout helpers -------------------------------------- */
.gp-wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 22px; }
.gp-narrow { max-width: var(--wrap-narrow); }
.gp-stack > * + * { margin-top: 1.1rem; }
.gp-row { display: flex; gap: 1rem; align-items: center; }
.gp-wrap-flex { display: flex; flex-wrap: wrap; gap: 1rem; }
.gp-section { padding: clamp(3rem, 6vw, 5.3rem) 0; }
.gp-section.is-tight { padding: clamp(2.2rem, 4vw, 3.4rem) 0; }
.gp-center { text-align: center; }
.gp-eyebrow {
  font-family: var(--sans); font-weight: 800; font-size: .76rem;
  letter-spacing: .19em; text-transform: uppercase; color: var(--gold-600);
  margin: 0 0 .7rem;
}
.gp-lead { font-size: 1.16rem; color: var(--ink-soft); }
.gp-skip {
  position: absolute; left: -999px; top: 0; background: var(--amber-500);
  color: #fff; padding: 10px 16px; z-index: 999; border-radius: 0 0 8px 0; font-weight: 800;
}
.gp-skip:focus { left: 0; }

/* ---- Top ribbon ------------------------------------------ */
.gp-ribbon {
  background: var(--plum-950);
  color: var(--on-dark-soft);
  font-size: .82rem;
  text-align: center;
  padding: 8px 16px;
  letter-spacing: .02em;
}
.gp-ribbon b { color: var(--gold-400); font-weight: 700; }

/* ---- Header / nav ---------------------------------------- */
.gp-head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 246, 240, 0.93);
  backdrop-filter: blur(9px);
  border-bottom: 1px solid var(--line-gold);
}
.gp-nav { display: flex; align-items: center; gap: 1.2rem; padding: 13px 0; }
.gp-brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.gp-brand-mark {
  width: 38px; height: 38px; border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, var(--wine-500), var(--wine-800) 78%);
  border: 1.5px solid var(--gold-500);
  display: grid; place-items: center; color: var(--gold-400);
  font-family: var(--serif); font-size: 1.15rem; flex: none;
}
.gp-brand-name { font-family: var(--serif); font-size: 1.3rem; color: var(--wine-800); line-height: 1; }
.gp-brand-name span { display: block; font-family: var(--sans); font-size: .56rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-600); margin-top: 3px; font-weight: 800; }
.gp-menu { display: flex; gap: 1.15rem; list-style: none; margin: 0; padding: 0; align-items: center; }
.gp-menu a { color: var(--ink); font-weight: 600; font-size: .96rem; }
.gp-menu a:hover, .gp-menu a[aria-current="page"] { color: var(--wine-600); }
.gp-menu a[aria-current="page"] { border-bottom: 2px solid var(--gold-500); padding-bottom: 2px; }
.gp-navcta {
  background: linear-gradient(180deg, var(--amber-500), var(--amber-600));
  color: #fff; font-weight: 800; padding: 10px 17px; border-radius: 999px;
  font-size: .9rem; box-shadow: var(--shadow-sm); white-space: nowrap;
}
.gp-navcta:hover { color: #fff; filter: brightness(1.06); }
.gp-burger { display: none; background: none; border: 1.5px solid var(--line-gold); border-radius: 9px; width: 44px; height: 44px; cursor: pointer; color: var(--wine-700); }
.gp-burger svg { width: 22px; height: 22px; }

/* ---- Buttons --------------------------------------------- */
.gp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--sans); font-weight: 800; font-size: 1.02rem;
  padding: 15px 30px; border-radius: 999px; cursor: pointer; border: 0;
  text-align: center; transition: transform .15s ease, filter .15s ease;
}
.gp-btn-amber { background: linear-gradient(180deg, var(--amber-500), var(--amber-600)); color: #fff; box-shadow: 0 12px 26px rgba(207, 111, 24, 0.34); }
.gp-btn-amber:hover { color: #fff; transform: translateY(-2px); filter: brightness(1.05); }
.gp-btn-wine { background: linear-gradient(180deg, var(--wine-500), var(--wine-700)); color: #fff; }
.gp-btn-wine:hover { color: #fff; transform: translateY(-2px); }
.gp-btn-ghost { background: transparent; color: var(--gold-400); border: 1.5px solid var(--gold-500); }
.gp-btn-ghost:hover { background: rgba(201, 162, 75, 0.12); color: var(--gold-400); }
.gp-btn-lg { padding: 18px 40px; font-size: 1.12rem; }
.gp-btn-block { display: flex; width: 100%; }
.gp-pricetag { font-size: .82rem; font-weight: 700; opacity: .92; }

/* ---- Breadcrumb ------------------------------------------ */
.gp-crumb { background: var(--paper-2); border-bottom: 1px solid var(--line); font-size: .85rem; }
.gp-crumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 11px 0; }
.gp-crumb li { margin: 0; color: var(--muted); }
.gp-crumb li + li::before { content: "›"; margin-right: .45rem; color: var(--gold-600); }
.gp-crumb a { color: var(--wine-600); font-weight: 600; }

/* ---- Hero ------------------------------------------------ */
.gp-hero {
  background:
    radial-gradient(1100px 520px at 78% -10%, rgba(143, 39, 82, 0.55), transparent 60%),
    radial-gradient(800px 480px at 8% 110%, rgba(177, 134, 47, 0.18), transparent 55%),
    linear-gradient(160deg, var(--plum-900), var(--wine-800) 55%, var(--plum-950));
  color: var(--on-dark);
  position: relative; overflow: hidden;
}
.gp-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(115deg, rgba(255,255,255,0.025) 0 2px, transparent 2px 26px);
}
.gp-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 2.4rem; align-items: center; padding: clamp(2.6rem, 5vw, 4.6rem) 0 clamp(2.8rem, 5vw, 4.4rem); position: relative; z-index: 1; }
.gp-hero h1 { color: #fff; margin-bottom: .55rem; }
.gp-hero h1 em { font-style: normal; color: var(--gold-400); }
.gp-hero-sub { font-size: 1.18rem; color: var(--on-dark-soft); max-width: 33ch; }
.gp-hero-badges { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.4rem 0 1.6rem; }
.gp-chip {
  display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 700;
  padding: 7px 13px; border-radius: 999px; border: 1px solid var(--line-gold);
  background: rgba(255, 255, 255, 0.05); color: var(--on-dark-soft);
}
.gp-chip b { color: var(--gold-400); }
.gp-hero-stats { display: flex; gap: 1.8rem; margin-top: 1.7rem; flex-wrap: wrap; }
.gp-stat strong { display: block; font-family: var(--serif); font-size: 1.85rem; color: var(--gold-400); line-height: 1; }
.gp-stat span { font-size: .82rem; color: var(--on-dark-soft); letter-spacing: .03em; }
.gp-hero-figure { position: relative; display: grid; place-items: center; }
.gp-hero-figure::before {
  content: ""; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(221, 189, 115, 0.32), transparent 68%);
  filter: blur(6px);
}
.gp-hero-figure img { position: relative; max-height: 440px; width: auto; filter: drop-shadow(0 28px 44px rgba(0,0,0,0.5)); }
.gp-portal-line {
  position: relative; z-index: 1; background: rgba(25, 7, 17, 0.5);
  border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line-gold);
  color: var(--on-dark-soft); font-size: .96rem; text-align: center; padding: 14px 0;
}
.gp-portal-line b { color: var(--gold-400); font-weight: 700; }

/* ---- Cards / panels -------------------------------------- */
.gp-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem; box-shadow: var(--shadow-sm);
}
.gp-card.is-gold { border-color: var(--line-gold); }
.gp-grid { display: grid; gap: 1.3rem; }
.gp-grid.is-2 { grid-template-columns: repeat(2, 1fr); }
.gp-grid.is-3 { grid-template-columns: repeat(3, 1fr); }
.gp-grid.is-4 { grid-template-columns: repeat(4, 1fr); }

/* ---- TL;DR + Key Facts (GEO blocks) ---------------------- */
.gp-tldr {
  background: linear-gradient(180deg, var(--paper-2), var(--paper));
  border: 1px solid var(--line-gold); border-left: 5px solid var(--gold-500);
  border-radius: var(--radius); padding: 1.4rem 1.6rem; box-shadow: var(--shadow-sm);
}
.gp-tldr h2 { font-size: 1.1rem; font-family: var(--sans); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-600); margin-bottom: .5rem; }
.gp-tldr p { margin-bottom: 0; color: var(--ink); }
.gp-keyfacts { border: 1px solid var(--line-gold); border-radius: var(--radius); overflow: hidden; background: var(--paper); box-shadow: var(--shadow-sm); }
.gp-keyfacts h2 { background: linear-gradient(110deg, var(--wine-700), var(--wine-600)); color: #fff; font-family: var(--serif); font-size: 1.3rem; margin: 0; padding: .9rem 1.4rem; }
.gp-keyfacts dl { display: grid; grid-template-columns: max-content 1fr; gap: 0; margin: 0; }
.gp-keyfacts dt { font-weight: 800; color: var(--wine-700); padding: .72rem 1rem .72rem 1.4rem; border-top: 1px solid var(--line); background: var(--paper-2); white-space: nowrap; }
.gp-keyfacts dd { margin: 0; padding: .72rem 1.4rem .72rem 1rem; border-top: 1px solid var(--line); color: var(--ink); }
.gp-keyfacts dl > dt:first-of-type, .gp-keyfacts dl > dt:first-of-type + dd { border-top: 0; }

/* ---- Takeaways ------------------------------------------- */
.gp-takeaways { background: var(--plum-900); color: var(--on-dark); border-radius: var(--radius-l); padding: clamp(1.6rem, 3vw, 2.4rem); border: 1px solid var(--line-gold); }
.gp-takeaways h2 { color: var(--gold-400); }
.gp-takeaways ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.gp-takeaways li { padding-left: 2rem; position: relative; color: var(--on-dark); }
.gp-takeaways li::before { content: "◆"; position: absolute; left: 0; color: var(--gold-500); font-size: .9rem; top: 3px; }

/* ---- Pillars / features ---------------------------------- */
.gp-pillar { background: var(--paper); border: 1px solid var(--line); border-top: 3px solid var(--wine-600); border-radius: var(--radius); padding: 1.5rem; height: 100%; }
.gp-pillar .gp-pillar-no { font-family: var(--serif); font-size: 1.6rem; color: var(--gold-500); }
.gp-pillar h3 { color: var(--wine-700); margin-top: .2rem; }

/* ---- Ingredient dose list -------------------------------- */
.gp-dose { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.gp-dose caption { caption-side: bottom; font-size: .82rem; color: var(--muted); padding-top: .7rem; text-align: left; }
.gp-dose th, .gp-dose td { text-align: left; padding: .8rem 1rem; border-bottom: 1px solid var(--line); }
.gp-dose thead th { background: var(--wine-700); color: #fff; font-family: var(--sans); font-weight: 800; font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; }
.gp-dose tbody tr:last-child td { border-bottom: 0; }
.gp-dose td:nth-child(2) { font-weight: 800; color: var(--wine-700); white-space: nowrap; }

/* ---- Verification table ---------------------------------- */
.gp-verify { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line-gold); border-radius: var(--radius); overflow: hidden; }
.gp-verify th, .gp-verify td { text-align: left; padding: .85rem 1.1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.gp-verify th[scope="row"] { width: 42%; font-weight: 800; color: var(--wine-700); background: var(--paper-2); }
.gp-verify tr:last-child th, .gp-verify tr:last-child td { border-bottom: 0; }
.gp-badge-pass { display: inline-block; background: rgba(46, 125, 50, 0.12); color: #2e7d32; font-weight: 800; font-size: .78rem; padding: 2px 9px; border-radius: 999px; }

/* ---- Pricing --------------------------------------------- */
.gp-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; align-items: start; }
.gp-price { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.gp-price.is-popular { border: 2px solid var(--amber-500); box-shadow: var(--shadow-md); transform: translateY(-12px); }
.gp-price-cap { padding: 1rem; text-align: center; font-family: var(--serif); font-size: 1.3rem; color: #fff; background: linear-gradient(120deg, var(--wine-700), var(--wine-500)); }
.gp-price.is-popular .gp-price-cap { background: linear-gradient(120deg, var(--amber-600), var(--amber-500)); font-size: 1.5rem; }
.gp-price-body { padding: 1.4rem; text-align: center; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.gp-price-qty { font-weight: 800; color: var(--wine-700); font-size: 1.05rem; }
.gp-price-qty span { display: block; font-weight: 600; color: var(--muted); font-size: .88rem; }
.gp-price-pack { display: flex; justify-content: center; min-height: 134px; align-items: flex-end; }
.gp-price-pack img { max-height: 134px; width: auto; }
.gp-price.is-popular .gp-price-pack img { max-height: 146px; }
.gp-price-amt { font-family: var(--serif); font-size: 3rem; color: var(--wine-800); line-height: 1; }
.gp-price-amt sup { font-size: 1.3rem; top: -1rem; }
.gp-price-amt small { font-size: .9rem; font-family: var(--sans); color: var(--muted); font-weight: 600; }
.gp-price-save { color: #2e7d32; font-weight: 800; font-size: .92rem; }
.gp-price-was { color: var(--muted); }
.gp-price-was s { opacity: .8; }
.gp-price-total { font-weight: 800; color: var(--wine-700); }
.gp-price-ship { font-size: .85rem; font-weight: 700; color: var(--gold-600); }
.gp-price-note { font-size: .8rem; color: var(--muted); }
.gp-badge-top { background: #fff; color: var(--amber-600); font-weight: 800; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; padding: 5px 0; }
.gp-paycards { display: flex; gap: 5px; justify-content: center; flex-wrap: wrap; margin-top: .2rem; }
.gp-paycards span { font-size: .64rem; font-weight: 800; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; padding: 2px 6px; letter-spacing: .04em; }
.gp-save-head { text-align: center; }
.gp-save-head .gp-big { font-family: var(--serif); color: var(--amber-600); font-size: clamp(1.6rem,4vw,2.4rem); }

/* ---- Testimonials ---------------------------------------- */
.gp-quote { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; height: 100%; }
.gp-quote .gp-stars { color: var(--amber-500); letter-spacing: 2px; font-size: .95rem; }
.gp-quote p { font-size: .98rem; color: var(--ink); }
.gp-who { display: flex; align-items: center; gap: 10px; margin-top: .8rem; }
.gp-avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--wine-500), var(--wine-700)); color: var(--gold-400); display: grid; place-items: center; font-weight: 800; font-family: var(--serif); flex: none; }
.gp-who b { display: block; font-size: .92rem; color: var(--wine-700); }
.gp-who span { font-size: .8rem; color: var(--muted); }
.gp-vbadge { font-size: .68rem; font-weight: 800; color: #2e7d32; background: rgba(46,125,50,0.1); padding: 2px 7px; border-radius: 999px; }

/* ---- Rating bars / stats (reviews) ----------------------- */
.gp-ratingbig { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.gp-ratingbig .gp-score { font-family: var(--serif); font-size: 4rem; color: var(--amber-600); line-height: .9; }
.gp-bar { display: grid; grid-template-columns: 64px 1fr 48px; gap: .6rem; align-items: center; margin-bottom: .4rem; font-size: .85rem; }
.gp-bar-track { background: var(--line); border-radius: 999px; height: 10px; overflow: hidden; }
.gp-bar-fill { height: 100%; background: linear-gradient(90deg, var(--amber-500), var(--gold-500)); border-radius: 999px; }
.gp-crit { display: grid; grid-template-columns: 1fr 110px 42px; gap: .7rem; align-items: center; margin-bottom: .55rem; font-size: .9rem; }
.gp-snapshot { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.gp-snapshot .gp-card { text-align: center; padding: 1.2rem .8rem; }
.gp-snapshot strong { display: block; font-family: var(--serif); font-size: 1.9rem; color: var(--wine-700); line-height: 1; }
.gp-snapshot span { font-size: .8rem; color: var(--muted); }
.gp-data { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.gp-data th, .gp-data td { text-align: left; padding: .7rem 1rem; border-bottom: 1px solid var(--line); font-size: .92rem; }
.gp-data thead th { background: var(--paper-2); color: var(--wine-700); font-weight: 800; }
.gp-data td:last-child, .gp-data th:last-child { text-align: right; }
.gp-data tbody tr:last-child td { border-bottom: 0; }
.gp-theme { display: grid; grid-template-columns: 1fr 52px; gap: .7rem; align-items: center; margin-bottom: .5rem; font-size: .9rem; }

/* ---- Byline / freshness ---------------------------------- */
.gp-byline { font-size: .86rem; color: var(--muted); border-left: 3px solid var(--gold-500); padding: .3rem 0 .3rem .9rem; margin: 0 0 1.4rem; }
.gp-byline b { color: var(--wine-700); font-weight: 700; }
.gp-updated { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 700; color: var(--gold-600); background: rgba(201,162,75,0.12); padding: 5px 12px; border-radius: 999px; }

/* ---- Glossary / definitions ------------------------------ */
.gp-gloss dt { font-weight: 800; color: var(--wine-700); margin-top: .9rem; }
.gp-gloss dd { margin: 0 0 .4rem; color: var(--ink-soft); }

/* ---- FAQ ------------------------------------------------- */
.gp-faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-s); padding: 0 1.2rem; margin-bottom: .8rem; }
.gp-faq summary { cursor: pointer; font-weight: 800; color: var(--wine-700); padding: 1rem 0; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.gp-faq summary::-webkit-details-marker { display: none; }
.gp-faq summary::after { content: "+"; color: var(--amber-500); font-size: 1.4rem; line-height: 1; }
.gp-faq details[open] summary::after { content: "–"; }
.gp-faq details[open] summary { border-bottom: 1px solid var(--line); }
.gp-faq details > p { padding: .9rem 0 1.1rem; margin: 0; color: var(--ink-soft); }

/* ---- Contact form ---------------------------------------- */
.gp-field { display: block; margin-bottom: 1rem; }
.gp-field label { display: block; font-weight: 700; color: var(--wine-700); margin-bottom: .35rem; font-size: .92rem; }
.gp-field input, .gp-field textarea, .gp-field select {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius-s);
  font-family: inherit; font-size: 1rem; background: var(--paper); color: var(--ink);
}
.gp-field textarea { min-height: 130px; resize: vertical; }

/* ---- Callout / note -------------------------------------- */
.gp-note { background: var(--paper-2); border: 1px solid var(--line-gold); border-radius: var(--radius); padding: 1.2rem 1.4rem; }
.gp-note.is-dark { background: var(--plum-900); color: var(--on-dark); border-color: var(--line-gold); }
.gp-note.is-dark strong { color: var(--gold-400); }

/* ---- CTA band -------------------------------------------- */
.gp-ctaband {
  background:
    radial-gradient(700px 320px at 85% 0%, rgba(143,39,82,0.5), transparent 60%),
    linear-gradient(160deg, var(--wine-800), var(--plum-950));
  color: var(--on-dark); text-align: center; border-radius: var(--radius-l);
  padding: clamp(2rem, 5vw, 3.4rem); border: 1px solid var(--line-gold);
}
.gp-ctaband h2 { color: #fff; }
.gp-ctaband p { color: var(--on-dark-soft); max-width: 56ch; margin-inline: auto; }

/* ---- Footer ---------------------------------------------- */
.gp-foot { background: var(--plum-950); color: var(--on-dark-soft); padding: clamp(2.6rem,5vw,3.6rem) 0 1.6rem; font-size: .9rem; }
.gp-foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 1.6rem; }
.gp-foot h4 { color: var(--gold-400); font-family: var(--sans); font-weight: 800; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .9rem; }
.gp-foot ul { list-style: none; padding: 0; margin: 0; }
.gp-foot li { margin-bottom: .5rem; }
.gp-foot a { color: var(--on-dark-soft); }
.gp-foot a:hover { color: var(--gold-400); }
.gp-foot-brand { display: flex; align-items: center; gap: 10px; margin-bottom: .8rem; }
.gp-foot-brand .gp-brand-name { color: #fff; }
.gp-foot-legal { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 2rem; padding-top: 1.4rem; font-size: .8rem; line-height: 1.6; color: #9c818c; }
.gp-foot-legal a { color: #b89aa4; text-decoration: underline; }
.gp-foot-disc { background: rgba(0,0,0,0.25); border-radius: var(--radius-s); padding: 1rem 1.2rem; margin-top: 1.2rem; font-size: .78rem; }

/* ---- Misc ------------------------------------------------ */
.gp-prose > h2 { margin-top: 2rem; }
.gp-prose > h3 { margin-top: 1.4rem; }
.gp-anchorlist { display: flex; flex-wrap: wrap; gap: .6rem; list-style: none; padding: 0; }
.gp-anchorlist a { display: inline-block; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 7px 15px; font-size: .88rem; font-weight: 600; }
.gp-mark { background: linear-gradient(transparent 60%, rgba(221,189,115,0.55) 60%); padding: 0 2px; }

/* ---- Responsive ------------------------------------------ */
@media (max-width: 920px) {
  .gp-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .gp-hero-sub { max-width: none; margin-inline: auto; }
  .gp-hero-badges, .gp-hero-stats { justify-content: center; }
  .gp-hero-figure { order: -1; }
  .gp-hero-figure img { max-height: 320px; }
  .gp-foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .gp-burger { display: grid; place-items: center; }
  .gp-menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ivory); flex-direction: column; align-items: stretch;
    gap: 0; padding: 8px 22px 18px; border-bottom: 1px solid var(--line-gold);
    box-shadow: var(--shadow-md);
  }
  .gp-menu.is-open { display: flex; }
  .gp-menu li { width: 100%; }
  .gp-menu a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .gp-navcta { display: none; }
  .gp-grid.is-2, .gp-grid.is-3, .gp-grid.is-4 { grid-template-columns: 1fr; }
  .gp-prices { grid-template-columns: 1fr; }
  .gp-price.is-popular { transform: none; order: -1; }
  .gp-snapshot { grid-template-columns: repeat(2, 1fr); }
  .gp-keyfacts dl { grid-template-columns: 1fr; }
  .gp-keyfacts dt { border-top: 1px solid var(--line); padding-bottom: .2rem; }
  .gp-keyfacts dd { padding-top: .2rem; }
  .gp-keyfacts dl > dt:first-of-type + dd { border-top: 0; }
}
@media (max-width: 540px) {
  body { font-size: 16px; }
  .gp-snapshot { grid-template-columns: 1fr 1fr; }
  .gp-crit { grid-template-columns: 1fr 80px 38px; }
  .gp-btn-lg { padding: 15px 26px; font-size: 1.02rem; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto; animation: none !important; transition: none !important; } }
