/* ==========================================================================
   Thelifeinsurancepolicy — UK Life Insurance Editorial
   Premium dark luxury theme: deep plum + warm amber + champagne + ink
   Distinct from Finsurio (navy + electric blue + gold) and
   Insurique (forest + coral + cream wellness).
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@300;400;500;600;700;800&family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700&display=swap');

/* ---------- Design tokens ---------- */
:root {
  /* Premium dark + warm palette */
  --plum-900:    #150a1f;     /* deepest ink */
  --plum-800:    #21102e;     /* primary dark */
  --plum-700:    #2e1942;     /* secondary dark */
  --plum-600:    #3d2356;     /* mid plum */
  --plum-500:    #4f2f6e;     /* light plum */

  --amber-600:   #b8843a;     /* deep amber */
  --amber-500:   #d4a24c;     /* signature amber */
  --amber-400:   #e3bb6e;     /* light amber */
  --amber-300:   #f0d199;     /* champagne */
  --amber-100:   #fbecc7;     /* pale champagne */

  --rose:        #b87651;     /* muted rose gold */
  --blush:       #f0ddd0;     /* warm blush */

  --cream:       #f7f1e6;     /* warm cream */
  --cream-2:     #ede5d2;     /* deeper cream */
  --paper:       #ffffff;     /* white surface */
  --ink:         #1a1126;     /* primary dark text */
  --ink-2:       #44375a;     /* secondary text */
  --ink-3:       #6c5e84;     /* muted text */
  --ink-4:       #978aa9;     /* very muted */

  --line:        #e0d4be;     /* warm beige line */
  --line-soft:   #ece3d0;     /* soft warm line */
  --line-dark:   rgba(212, 162, 76, 0.18); /* dark mode line */

  --font-display: 'Playfair Display', 'Times New Roman', serif;
  --font-sans:    'Inter', system-ui, -apple-system, sans-serif;
  --font-brand:   'Bricolage Grotesque', 'Inter', sans-serif;

  --r-xs: 6px;
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 36px;
  --r-2xl: 52px;
  --r-pill: 999px;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-fast: 0.25s ease;

  --shadow-sm: 0 2px 12px rgba(21, 10, 31, 0.08);
  --shadow-md: 0 16px 40px -10px rgba(21, 10, 31, 0.16);
  --shadow-lg: 0 32px 80px -16px rgba(21, 10, 31, 0.28);
  --shadow-amber: 0 18px 50px -10px rgba(212, 162, 76, 0.45);
  --shadow-plum: 0 18px 50px -10px rgba(46, 25, 66, 0.5);

  --maxw: 1240px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: hidden; width: 100%; }
body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--ink-2);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-size: 16.5px;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color var(--ease-fast); }
button { font: inherit; cursor: pointer; border: 0; background: transparent; }
ul { list-style: none; }
input, textarea, select { font: inherit; color: inherit; }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.6rem); font-weight: 600; }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.5rem); }
p  { color: var(--ink-2); }

.serif-italic { font-style: italic; font-family: var(--font-display); font-weight: 500; }
.serif-em { font-family: var(--font-display); font-style: italic; font-weight: 500; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber-600);
  margin-bottom: 1.2rem;
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--amber-500);
}
.eyebrow.eyebrow--light { color: var(--amber-300); }
.eyebrow.eyebrow--light::before { background: var(--amber-300); }
.eyebrow.eyebrow--rose { color: var(--rose); }
.eyebrow.eyebrow--rose::before { background: var(--rose); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 1.1rem;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.section-sub {
  color: var(--ink-3);
  font-size: 1.08rem;
  max-width: 620px;
  line-height: 1.7;
}
.section-head { margin-bottom: 3.2rem; max-width: 720px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .section-sub { margin: 0 auto; }

.amber { color: var(--amber-600); font-style: italic; font-family: var(--font-display); }
.rose  { color: var(--rose); font-style: italic; font-family: var(--font-display); }

.container { width: 92%; max-width: var(--maxw); margin: 0 auto; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--cream { background: var(--cream-2); }
.section--ink {
  background: var(--plum-800);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.section--ink h1, .section--ink h2, .section--ink h3, .section--ink h4 { color: var(--cream); }
.section--ink p { color: rgba(247, 241, 230, 0.78); }
.section--ink .section-sub { color: rgba(247, 241, 230, 0.7); }

.section--ink::before {
  content: "";
  position: absolute;
  top: -200px; right: -200px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 162, 76, 0.15) 0%, transparent 60%);
  pointer-events: none;
}
.section--ink::after {
  content: "";
  position: absolute;
  bottom: -200px; left: -200px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 118, 81, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.section--ink > .container { position: relative; z-index: 1; }

.section--ink-deep { background: var(--plum-900); color: var(--cream); }
.section--ink-deep h1, .section--ink-deep h2, .section--ink-deep h3, .section--ink-deep h4 { color: var(--cream); }
.section--ink-deep p { color: rgba(247, 241, 230, 0.7); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: 0.02em;
  border-radius: var(--r-pill);
  transition: all var(--ease-fast);
  white-space: nowrap;
  cursor: pointer;
  border: 1.5px solid transparent;
  line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--plum-800);
  color: var(--cream);
  box-shadow: var(--shadow-plum);
}
.btn--primary:hover { background: var(--plum-700); box-shadow: 0 22px 60px -12px rgba(46, 25, 66, 0.55); }

.btn--amber {
  background: linear-gradient(135deg, var(--amber-500) 0%, var(--amber-400) 100%);
  color: var(--plum-900);
  box-shadow: var(--shadow-amber);
  font-weight: 700;
}
.btn--amber:hover { background: linear-gradient(135deg, var(--amber-400) 0%, var(--amber-300) 100%); }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn--ghost:hover { border-color: var(--plum-700); color: var(--plum-700); }

.btn--ghost-light {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(247, 241, 230, 0.3);
}
.btn--ghost-light:hover { background: rgba(247, 241, 230, 0.08); border-color: rgba(247, 241, 230, 0.5); }

.btn--outline-light {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid var(--amber-300);
}
.btn--outline-light:hover { background: var(--amber-500); color: var(--plum-900); border-color: var(--amber-500); }

.btn--block { width: 100%; }
.btn--lg { padding: 19px 36px; font-size: 1.02rem; }

.btn .arrow { transition: transform var(--ease-fast); }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--plum-900);
  color: var(--amber-300);
  font-size: 0.82rem;
  padding: 11px 0;
  font-family: var(--font-sans);
  border-bottom: 1px solid rgba(212, 162, 76, 0.18);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar a { color: var(--amber-100); }
.topbar a:hover { color: var(--cream); }
.topbar .tag { display: inline-flex; align-items: center; gap: 6px; }
.topbar .tag svg { color: var(--amber-400); }
.topbar .sep { color: rgba(212, 162, 76, 0.4); }
.topbar .pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px;
  border-radius: var(--r-pill);
  background: var(--amber-500);
  color: var(--plum-900);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ---------- Affiliate banner ---------- */
.affiliate-banner {
  background: var(--plum-700);
  color: var(--cream);
  text-align: center;
  padding: 11px 16px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-bottom: 1px solid rgba(212, 162, 76, 0.15);
  font-family: var(--font-sans);
}
.affiliate-banner b { color: var(--amber-300); font-weight: 700; }

/* ---------- Header ---------- */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 241, 230, 0.88);
  backdrop-filter: saturate(150%) blur(16px);
  -webkit-backdrop-filter: saturate(150%) blur(16px);
  border-bottom: 1px solid var(--line-soft);
  transition: all var(--ease-fast);
}
header.scrolled { box-shadow: 0 8px 30px -10px rgba(21, 10, 31, 0.15); background: rgba(247, 241, 230, 0.96); }
.nav-container { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; gap: 30px; }

/* Brand wordmark */
.brand-logo {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--plum-800);
  display: inline-flex; align-items: center; justify-content: center;
  position: relative;
  box-shadow: 0 12px 28px -8px rgba(21, 10, 31, 0.4);
}
.brand-mark::before {
  content: "N";
  font-family: var(--font-display);
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  color: var(--amber-300);
  line-height: 1;
}
.brand-mark::after {
  content: "";
  position: absolute;
  right: -5px; bottom: -5px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--amber-500);
  border: 3px solid var(--cream);
}
.brand-name {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.015em;
}
.brand-name span { color: var(--amber-600); font-style: italic; }
.brand-tag {
  display: block; margin-top: 3px;
  font-family: var(--font-sans);
  font-size: 0.66rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-4);
}

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  display: inline-flex; align-items: center;
  padding: 10px 18px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--ink-2);
  border-radius: var(--r-pill);
  position: relative;
  transition: all var(--ease-fast);
}
.nav-links a:hover { color: var(--plum-800); background: rgba(46, 25, 66, 0.06); }
.nav-links a.active { color: var(--plum-800); font-weight: 600; }
.nav-links a.active::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--amber-500);
  margin-right: 8px;
}

.nav-cta { display: flex; align-items: center; gap: 10px; }

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
  cursor: pointer;
  z-index: 101;
  flex-shrink: 0;
}
.menu-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: all var(--ease-fast);
}
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  position: fixed; top: 0; left: 0; right: 0;
  background: var(--plum-900); z-index: 99;
  padding: 100px 28px 40px;
  box-shadow: 0 20px 50px rgba(21, 10, 31, 0.4);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-110%);
  transition: transform 0.4s var(--ease), opacity 0.3s var(--ease), visibility 0.3s;
  max-height: 100vh; overflow-y: auto;
}
.mobile-nav.open { transform: translateY(0); visibility: visible; opacity: 1; }
.mobile-nav ul { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav a {
  display: block; padding: 18px 12px;
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 500;
  color: var(--cream); border-bottom: 1px solid rgba(212, 162, 76, 0.12);
}
.mobile-nav a.active { color: var(--amber-400); font-style: italic; }
.mobile-nav .mobile-cta { margin-top: 28px; display: flex; flex-direction: column; gap: 12px; }

/* ---------- Preloader ---------- */
#preloader {
  position: fixed; inset: 0;
  background: var(--plum-900);
  z-index: 9999;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader .pl-mark {
  width: 64px; height: 64px;
  border-radius: 18px;
  background: var(--plum-800);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  box-shadow: 0 18px 50px -10px rgba(212, 162, 76, 0.4);
}
#preloader .pl-mark::before {
  content: "N";
  font-family: var(--font-display);
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
  color: var(--amber-300);
  line-height: 1;
}
#preloader .pl-mark::after {
  content: "";
  position: absolute;
  right: -6px; bottom: -6px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--amber-500);
  border: 3px solid var(--plum-900);
}
#preloader .pl-text {
  margin-top: 22px;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--amber-300);
}
#preloader .pl-bar {
  margin-top: 16px;
  width: 160px; height: 2px;
  background: rgba(212, 162, 76, 0.15);
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}
#preloader .pl-bar::before {
  content: ""; position: absolute; inset: 0;
  background: var(--amber-500);
  animation: plslide 1.4s infinite;
}
@keyframes plslide { 0% { transform: translateX(-100%);} 100% { transform: translateX(100%);} }

/* ============================================================
   HERO — Premium dark editorial
   ============================================================ */
.hero {
  position: relative;
  background:
    radial-gradient(900px 500px at 80% 10%, rgba(212, 162, 76, 0.18) 0%, transparent 60%),
    radial-gradient(700px 500px at 0% 80%, rgba(184, 118, 81, 0.10) 0%, transparent 60%),
    linear-gradient(180deg, var(--plum-900) 0%, var(--plum-800) 100%);
  color: var(--cream);
  padding: clamp(70px, 9vw, 110px) 0 clamp(70px, 9vw, 110px);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(rgba(212, 162, 76, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 162, 76, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 50% 30%, black, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, black, transparent 70%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr 0.95fr; gap: 70px; align-items: center; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px;
  background: rgba(212, 162, 76, 0.12);
  border: 1px solid rgba(212, 162, 76, 0.3);
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--amber-300);
  margin-bottom: 28px;
}
.hero-eyebrow .pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--amber-500); box-shadow: 0 0 0 4px rgba(212, 162, 76, 0.2); }

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.8vw, 4.8rem);
  font-weight: 600;
  color: var(--cream);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin-bottom: 28px;
}
.hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--amber-300);
  position: relative;
}
.hero h1 .accent-line {
  position: relative;
  display: inline-block;
}
.hero h1 .accent-line::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 6px;
  height: 6px;
  background: var(--amber-500);
  opacity: 0.35;
  z-index: -1;
  border-radius: 4px;
}

.hero-lede {
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.55;
  color: rgba(247, 241, 230, 0.86);
  font-weight: 400;
  font-style: italic;
  max-width: 540px;
  margin-bottom: 36px;
}

.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }

.hero-trust { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-trust .item { display: flex; align-items: center; gap: 10px; color: rgba(247, 241, 230, 0.75); font-size: 0.88rem; font-weight: 500; }
.hero-trust .item svg { color: var(--amber-400); flex-shrink: 0; }
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2.5px solid var(--plum-800);
  display: inline-flex; align-items: center; justify-content: center;
  margin-left: -10px;
  font-family: var(--font-sans);
  font-size: 0.72rem; font-weight: 700;
  color: #fff;
}
.hero-trust .avatars span:first-child { margin-left: 0; background: var(--amber-500); color: var(--plum-900); }
.hero-trust .avatars span:nth-child(2) { background: var(--rose); }
.hero-trust .avatars span:nth-child(3) { background: var(--plum-500); }
.hero-trust .avatars span:last-child { background: var(--cream); color: var(--plum-900); }

.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--r-2xl);
  overflow: hidden;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(212, 162, 76, 0.2);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }

.hero-float {
  position: absolute;
  background: rgba(247, 241, 230, 0.95);
  backdrop-filter: blur(10px);
  border-radius: var(--r-md);
  padding: 16px 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  display: flex; align-items: center; gap: 14px;
  border: 1px solid var(--line-soft);
}
.hero-float .icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hero-float h5 { font-family: var(--font-sans); font-size: 0.94rem; font-weight: 700; color: var(--ink); margin: 0; }
.hero-float p  { font-size: 0.76rem; color: var(--ink-3); margin: 0; }
.hero-float--1 { top: 32px; left: -32px; }
.hero-float--1 .icon { background: rgba(212, 162, 76, 0.18); color: var(--amber-600); }
.hero-float--2 { bottom: 40px; right: -32px; }
.hero-float--2 .icon { background: rgba(184, 118, 81, 0.18); color: var(--rose); }
.hero-float--3 { bottom: 140px; left: -36px; padding: 12px 18px; }
.hero-float--3 .icon { background: rgba(46, 25, 66, 0.12); color: var(--plum-700); }

@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; gap: 50px; }
  .hero-visual { max-width: 460px; margin: 0 auto; width: 100%; }
  .hero-float--1 { left: 0; top: 14px; }
  .hero-float--2 { right: 0; bottom: 14px; }
  .hero-float--3 { left: 0; bottom: 110px; }
}

/* ---------- Trust strip ---------- */
.trust-strip {
  background: var(--cream);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 28px 0;
}
.trust-strip .container {
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
}
.trust-strip .label {
  font-family: var(--font-sans);
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-3);
}
.trust-strip .badges { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.trust-strip .badge {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-sans);
  font-weight: 600; font-size: 0.92rem; color: var(--ink-2);
}
.trust-strip .badge-mark {
  width: 38px; height: 38px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--cream-2); color: var(--plum-700);
}

/* ============================================================
   FEATURE GRID (Bento-style)
   ============================================================ */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 20px;
}
.feature-card {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(212, 162, 76, 0.3); }
.feature-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(212, 162, 76, 0.15) 0%, rgba(184, 118, 81, 0.1) 100%);
  color: var(--amber-600);
  margin-bottom: 20px;
}
.feature-icon svg { width: 28px; height: 28px; }
.feature-card h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--ink); margin-bottom: 10px; line-height: 1.2; }
.feature-card p { font-size: 0.95rem; color: var(--ink-3); line-height: 1.65; }

.feature-card--lg { grid-column: span 4; grid-row: span 2; }
.feature-card--md { grid-column: span 2; grid-row: span 1; }
.feature-card--wide { grid-column: span 3; grid-row: span 1; }
.feature-card--tall { grid-column: span 2; grid-row: span 2; }
.feature-card--sq { grid-column: span 2; grid-row: span 1; }

.feature-card--ink {
  background: var(--plum-800);
  color: var(--cream);
}
.feature-card--ink h3 { color: var(--cream); }
.feature-card--ink p { color: rgba(247, 241, 230, 0.7); }
.feature-card--ink .feature-icon { background: rgba(212, 162, 76, 0.18); color: var(--amber-400); }

.feature-card--amber {
  background: linear-gradient(135deg, var(--amber-500) 0%, var(--amber-400) 100%);
  color: var(--plum-900);
}
.feature-card--amber h3 { color: var(--plum-900); }
.feature-card--amber p { color: rgba(21, 10, 31, 0.78); }
.feature-card--amber .feature-icon { background: rgba(21, 10, 31, 0.12); color: var(--plum-900); }

.feature-card--blush {
  background: var(--blush);
}

@media (max-width: 900px) {
  .feature-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .feature-card, .feature-card--lg, .feature-card--md, .feature-card--wide, .feature-card--tall, .feature-card--sq {
    grid-column: span 1; grid-row: span 1;
  }
  .feature-card--lg { grid-column: span 2; }
}
@media (max-width: 600px) {
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card--lg { grid-column: span 1; }
}

/* ============================================================
   EDITORIAL (image + copy)
   ============================================================ */
.editorial { padding: clamp(60px, 8vw, 110px) 0; }
.editorial-grid {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center;
}
.editorial-img-wrap {
  position: relative;
  aspect-ratio: 5/4;
  border-radius: var(--r-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}
.editorial-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.editorial-img-wrap .badge-stack {
  position: absolute; left: 24px; bottom: 24px;
  background: rgba(247, 241, 230, 0.96);
  backdrop-filter: blur(10px);
  border-radius: var(--r-md);
  padding: 18px 22px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line-soft);
}
.editorial-img-wrap .badge-stack .dot { width: 10px; height: 10px; border-radius: 50%; background: #16a34a; box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.2); }
.editorial-img-wrap .badge-stack h5 { font-family: var(--font-sans); font-size: 0.95rem; font-weight: 700; color: var(--ink); }
.editorial-img-wrap .badge-stack p { font-size: 0.78rem; color: var(--ink-3); margin: 0; }

.editorial h2 { font-family: var(--font-display); font-size: clamp(2rem, 3.6vw, 3rem); margin-bottom: 18px; }
.editorial .checklist { margin: 28px 0 30px; display: flex; flex-direction: column; gap: 14px; }
.editorial .checklist li { display: flex; align-items: flex-start; gap: 14px; color: var(--ink-2); font-size: 1rem; }
.editorial .checklist .check {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  background: rgba(212, 162, 76, 0.15); color: var(--amber-600);
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.editorial .checklist .check svg { width: 14px; height: 14px; }
@media (max-width: 900px) { .editorial-grid { grid-template-columns: 1fr; gap: 50px; } }

/* ============================================================
   COVER TYPES — Premium numbered cards
   ============================================================ */
.cover-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.cover-card {
  position: relative;
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: 36px 30px;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-sm);
  transition: all 0.4s var(--ease);
  overflow: hidden;
}
.cover-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(212, 162, 76, 0.3); }
.cover-card .num {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--amber-600);
  font-style: italic;
  margin-bottom: 18px;
  display: block;
}
.cover-card h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; color: var(--ink); margin-bottom: 12px; line-height: 1.2; }
.cover-card p { font-size: 0.95rem; }
.cover-card .cover-list { margin-top: 20px; display: flex; flex-direction: column; gap: 8px; }
.cover-card .cover-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.88rem; color: var(--ink-3); }
.cover-card .cover-list li svg { flex-shrink: 0; color: var(--amber-600); margin-top: 3px; }
.cover-card .cover-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 24px; font-weight: 700; color: var(--plum-800); font-family: var(--font-sans); font-size: 0.9rem; }
.cover-card .cover-cta .arrow { transition: transform var(--ease-fast); }
.cover-card:hover .cover-cta .arrow { transform: translateX(3px); }
@media (max-width: 900px) { .cover-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .cover-grid { grid-template-columns: 1fr; } }

/* ============================================================
   BY THE NUMBERS — Stats with editorial flair
   ============================================================ */
.stats-section { position: relative; overflow: hidden; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;
  margin-top: 40px;
}
.stat-card {
  text-align: left;
  padding: 30px 0;
  position: relative;
}
.stat-card + .stat-card {
  border-left: 1px solid rgba(247, 241, 230, 0.12);
  padding-left: 30px;
}
.stat-card .num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 600;
  background: linear-gradient(135deg, var(--amber-300) 0%, var(--amber-500) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 10px;
  font-style: italic;
}
.stat-card .num sup { font-size: 0.5em; vertical-align: super; font-style: normal; -webkit-text-fill-color: var(--amber-300); }
.stat-card .lbl { color: rgba(247, 241, 230, 0.78); font-size: 0.92rem; font-weight: 500; line-height: 1.5; }
@media (max-width: 900px) { .stats-grid { grid-template-columns: 1fr 1fr; gap: 0; } .stat-card + .stat-card { border-left: 0; padding-left: 0; } }

/* ============================================================
   TESTIMONIAL — Editorial pull-quote
   ============================================================ */
.testimonial {
  background: var(--paper);
  border-radius: var(--r-2xl);
  padding: 60px;
  box-shadow: var(--shadow-md);
  display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: center;
  border: 1px solid var(--line-soft);
  position: relative;
  overflow: hidden;
}
.testimonial::before {
  content: "“";
  position: absolute;
  top: -20px; left: 30px;
  font-family: var(--font-display);
  font-size: 11rem;
  line-height: 1;
  color: var(--amber-500);
  opacity: 0.18;
  font-style: italic;
}
.testimonial .t-photo {
  border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 1/1;
  background: var(--cream-2);
  border: 1px solid var(--line);
}
.testimonial .t-photo img { width: 100%; height: 100%; object-fit: cover; }
.testimonial .t-body { position: relative; }
.testimonial blockquote {
  font-family: var(--font-display);
  font-size: 1.5rem; line-height: 1.4; color: var(--ink);
  font-weight: 500; font-style: italic;
  margin-bottom: 24px;
}
.testimonial .t-meta { display: flex; align-items: center; gap: 16px; }
.testimonial .t-meta .stars { display: inline-flex; gap: 2px; color: var(--amber-500); }
.testimonial .t-meta h5 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--ink); }
.testimonial .t-meta p  { font-size: 0.86rem; color: var(--ink-3); margin: 0; }
@media (max-width: 900px) { .testimonial { grid-template-columns: 1fr; gap: 30px; padding: 36px; } .testimonial .t-photo { max-width: 200px; } }

/* ============================================================
   PROS & CONS
   ============================================================ */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; }
.pros-cons .pc {
  border-radius: var(--r-lg);
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line-soft);
}
.pros-cons .pc--pro { background: rgba(212, 162, 76, 0.06); border-color: rgba(212, 162, 76, 0.25); }
.pros-cons .pc--con { background: rgba(184, 118, 81, 0.05); border-color: rgba(184, 118, 81, 0.2); }
.pros-cons h4 { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; margin-bottom: 18px; }
.pros-cons .pc--pro h4 { color: var(--amber-600); }
.pros-cons .pc--con h4 { color: var(--rose); }
.pros-cons ul { display: flex; flex-direction: column; gap: 10px; }
.pros-cons li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-2); font-size: 0.95rem; }
.pros-cons li svg { flex-shrink: 0; margin-top: 4px; }
.pros-cons .pc--pro li svg { color: var(--amber-600); }
.pros-cons .pc--con li svg { color: var(--rose); }
@media (max-width: 700px) { .pros-cons { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { display: flex; flex-direction: column; gap: 14px; margin-top: 36px; max-width: 880px; margin-left: auto; margin-right: auto; }
.faq-item {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: all var(--ease-fast);
}
.faq-item.active { border-color: var(--amber-500); box-shadow: 0 16px 36px -10px rgba(212, 162, 76, 0.2); }
.faq-btn {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 22px 26px; text-align: left;
  font-family: var(--font-display); font-weight: 500; font-size: 1.08rem; color: var(--ink);
}
.faq-btn .faq-icon {
  width: 34px; height: 34px; flex-shrink: 0;
  border-radius: 50%;
  background: rgba(212, 162, 76, 0.15);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--amber-600);
  transition: all 0.3s var(--ease);
}
.faq-item.active .faq-btn .faq-icon { background: var(--amber-500); color: var(--plum-900); transform: rotate(45deg); }
.faq-content {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s var(--ease);
}
.faq-content-inner { padding: 0 26px 24px; color: var(--ink-3); font-size: 0.98rem; line-height: 1.7; }

/* ============================================================
   COMPARISON TABLE
   ============================================================ */
.cmp-wrap {
  background: var(--paper);
  border-radius: var(--r-lg);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  margin-top: 36px;
}
.cmp-table { width: 100%; border-collapse: collapse; }
.cmp-table th, .cmp-table td { padding: 18px 22px; text-align: left; font-size: 0.96rem; }
.cmp-table thead th {
  background: var(--plum-800); color: var(--cream);
  font-family: var(--font-sans); font-weight: 600; font-size: 0.88rem; letter-spacing: 0.04em;
}
.cmp-table thead th.hot { background: linear-gradient(135deg, var(--amber-500) 0%, var(--amber-400) 100%); color: var(--plum-900); }
.cmp-table tbody tr { border-top: 1px solid var(--line-soft); }
.cmp-table tbody tr:hover { background: var(--cream); }
.cmp-table td:first-child { color: var(--ink-3); font-weight: 500; }
.cmp-table td.hot { background: rgba(212, 162, 76, 0.06); font-weight: 600; color: var(--ink); }
.cmp-table .check { width: 22px; height: 22px; color: var(--amber-600); }
.cmp-table .cross { width: 22px; height: 22px; color: #b5b6c4; }
@media (max-width: 720px) { .cmp-table th, .cmp-table td { padding: 14px 12px; font-size: 0.88rem; } }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta {
  position: relative;
  background:
    radial-gradient(800px 400px at 20% 20%, rgba(212, 162, 76, 0.4) 0%, transparent 60%),
    radial-gradient(700px 400px at 80% 80%, rgba(184, 118, 81, 0.3) 0%, transparent 60%),
    linear-gradient(135deg, var(--plum-900) 0%, var(--plum-800) 100%);
  border-radius: var(--r-2xl);
  padding: 80px 60px;
  text-align: center;
  overflow: hidden;
  margin: 0 0 clamp(60px, 8vw, 100px);
  color: var(--cream);
}
.final-cta::before {
  content: ""; position: absolute;
  top: -100px; right: -100px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 162, 76, 0.3) 0%, transparent 60%);
}
.final-cta::after {
  content: ""; position: absolute;
  bottom: -100px; left: -100px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 118, 81, 0.18) 0%, transparent 60%);
}
.final-cta .container-x { position: relative; }
.final-cta h2 { color: var(--cream); font-family: var(--font-display); font-size: clamp(2.1rem, 3.8vw, 3rem); margin-bottom: 18px; }
.final-cta h2 em { color: var(--amber-300); }
.final-cta p  { color: rgba(247, 241, 230, 0.78); max-width: 580px; margin: 0 auto 32px; }
.final-cta .ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 700px) { .final-cta { padding: 60px 28px; } }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--plum-900);
  color: rgba(247, 241, 230, 0.7);
  padding: 80px 0 30px;
  font-family: var(--font-sans);
  position: relative;
  overflow: hidden;
}
footer::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 162, 76, 0.4), transparent);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.footer-col h4 {
  color: var(--cream);
  font-family: var(--font-sans); font-size: 0.84rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-col a { display: block; padding: 6px 0; color: rgba(247, 241, 230, 0.7); font-size: 0.92rem; }
.footer-col a:hover { color: var(--amber-300); }
.footer-col p  { color: rgba(247, 241, 230, 0.6); font-size: 0.92rem; }
.footer-col .footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-col .footer-brand .brand-mark { width: 44px; height: 44px; border-radius: 12px; }
.footer-col .footer-brand .brand-name { color: var(--cream); }
.footer-col .footer-brand .brand-tag { color: rgba(212, 162, 76, 0.5); }
.footer-col .owner-line { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: rgba(247, 241, 230, 0.78); font-size: 0.92rem; }
.footer-col .owner-line strong { color: var(--cream); font-weight: 600; }
.footer-col .email-line { display: flex; align-items: center; gap: 10px; margin-top: 8px; color: rgba(247, 241, 230, 0.78); font-size: 0.92rem; }
.footer-col .email-line a { color: var(--amber-300); padding: 0; }
.footer-col .email-line a:hover { color: var(--cream); }
.footer-socials { display: flex; gap: 8px; margin-top: 20px; }
.footer-socials a {
  width: 38px; height: 38px; padding: 0;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(212, 162, 76, 0.10);
  color: var(--amber-300);
  border: 1px solid rgba(212, 162, 76, 0.2);
}
.footer-socials a:hover { background: var(--amber-500); color: var(--plum-900); border-color: var(--amber-500); }
.footer-bottom {
  margin-top: 50px; padding-top: 24px;
  border-top: 1px solid rgba(212, 162, 76, 0.15);
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  font-size: 0.85rem; color: rgba(247, 241, 230, 0.5);
}
.regulatory {
  margin-top: 30px;
  padding: 22px 26px;
  background: rgba(212, 162, 76, 0.05);
  border: 1px solid rgba(212, 162, 76, 0.15);
  border-radius: var(--r-md);
  font-size: 0.82rem;
  color: rgba(247, 241, 230, 0.6);
  line-height: 1.65;
}
.regulatory b { color: rgba(247, 241, 230, 0.85); font-weight: 600; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }

/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie-banner {
  position: fixed; bottom: 24px; left: 24px; right: 24px;
  max-width: 480px; margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 26px;
  z-index: 200;
  transform: translateY(140%);
  transition: transform 0.5s var(--ease);
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-banner h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; margin-bottom: 8px; }
.cookie-banner p  { font-size: 0.9rem; color: var(--ink-3); margin-bottom: 20px; }
.cookie-banner p a { color: var(--amber-600); text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cookie-actions .btn { padding: 11px 18px; font-size: 0.88rem; flex: 1; min-width: 130px; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   PAGE HEAD (review, order, contact)
   ============================================================ */
.page-head {
  background:
    radial-gradient(900px 400px at 80% 0%, rgba(212, 162, 76, 0.18) 0%, transparent 60%),
    linear-gradient(180deg, var(--plum-900) 0%, var(--plum-800) 100%);
  color: var(--cream);
  padding: 90px 0 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-head::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image:
    linear-gradient(rgba(212, 162, 76, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 162, 76, 0.04) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse at center top, black, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center top, black, transparent 70%);
}
.page-head .container { position: relative; }
.page-head .crumbs { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; font-size: 0.84rem; color: rgba(247, 241, 230, 0.7); font-family: var(--font-sans); }
.page-head .crumbs a { color: rgba(247, 241, 230, 0.7); }
.page-head .crumbs a:hover { color: var(--amber-300); }
.page-head h1 { color: var(--cream); font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.8rem); margin-bottom: 18px; }
.page-head h1 em { color: var(--amber-300); }
.page-head p  { color: rgba(247, 241, 230, 0.78); max-width: 660px; margin: 0 auto; font-size: 1.1rem; font-style: italic; font-family: var(--font-display); }

/* ============================================================
   ORDER / PLAN PAGE
   ============================================================ */
.product-section { padding: 70px 0 100px; }
.product-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.gallery-main {
  border-radius: var(--r-2xl);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
  background: var(--cream-2);
  border: 1px solid var(--line);
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 14px; }
.gallery-thumbs .thumb {
  width: 80px; height: 80px; border-radius: 14px; overflow: hidden;
  border: 2px solid transparent; cursor: pointer;
  background: var(--cream-2);
  transition: border-color var(--ease-fast);
}
.gallery-thumbs .thumb.active { border-color: var(--amber-500); }
.gallery-thumbs .thumb img { width: 100%; height: 100%; object-fit: cover; }

.product-card {
  background: var(--paper);
  border-radius: var(--r-lg);
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-md);
  padding: 36px;
}
.product-card .stars { display: inline-flex; gap: 2px; color: var(--amber-500); margin-bottom: 4px; }
.product-card .stars-row { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--ink-3); font-size: 0.9rem; }
.product-card h1 { font-family: var(--font-display); font-size: clamp(1.7rem, 2.6vw, 2.3rem); margin-bottom: 10px; }
.product-card .lede { color: var(--ink-3); font-size: 0.98rem; margin-bottom: 20px; }
.product-card .price-card {
  background: linear-gradient(135deg, rgba(212, 162, 76, 0.1) 0%, rgba(184, 118, 81, 0.06) 100%);
  border: 1px solid rgba(212, 162, 76, 0.25);
  border-radius: var(--r-md);
  padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  margin-bottom: 22px;
}
.price-card .lbl { font-family: var(--font-sans); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.price-card .price {
  font-family: var(--font-display); font-weight: 600; font-size: 2.4rem; color: var(--ink);
  line-height: 1;
}
.price-card .price small { font-size: 0.45em; font-weight: 500; color: var(--ink-3); }
.price-card .badge { background: var(--amber-500); color: var(--plum-900); padding: 6px 12px; border-radius: var(--r-pill); font-weight: 700; font-size: 0.74rem; font-family: var(--font-sans); }
.product-card .specs { margin: 24px 0; }
.product-card .specs li { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line-soft); font-size: 0.94rem; }
.product-card .specs li:last-child { border-bottom: 0; }
.product-card .specs li span:first-child { color: var(--ink-3); }
.product-card .specs li span:last-child { color: var(--ink); font-weight: 600; text-align: right; }

.disclosure-note {
  margin-top: 14px;
  background: var(--cream-2);
  border-radius: var(--r-md);
  padding: 16px 18px;
  font-size: 0.84rem;
  color: var(--ink-3);
  display: flex; align-items: flex-start; gap: 10px;
  border: 1px solid var(--line-soft);
}
.disclosure-note svg { flex-shrink: 0; color: var(--amber-600); margin-top: 2px; }

@media (max-width: 900px) { .product-grid { grid-template-columns: 1fr; gap: 30px; } }

/* ============================================================
   REVIEW PAGE
   ============================================================ */
.review-hero { padding: 70px 0; }
.review-hero .grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 56px; align-items: center; }
.review-hero .rating-card {
  background: var(--plum-900);
  color: var(--cream);
  border-radius: var(--r-2xl);
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 162, 76, 0.2);
}
.review-hero .rating-card::before {
  content: ""; position: absolute;
  top: -80px; right: -80px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 162, 76, 0.4) 0%, transparent 60%);
}
.review-hero .rating-card .container-x { position: relative; }
.review-hero .score { font-family: var(--font-display); font-size: 4.2rem; font-weight: 600; line-height: 1; color: var(--amber-300); font-style: italic; }
.review-hero .score small { font-size: 0.4em; color: rgba(247, 241, 230, 0.6); font-style: normal; }
.review-hero .stars-big { color: var(--amber-500); display: inline-flex; gap: 4px; margin: 12px 0 8px; }
.review-hero .stars-big svg { width: 22px; height: 22px; }
.review-hero .rating-card p { color: rgba(247, 241, 230, 0.7); font-size: 0.92rem; }
.review-hero .rating-card .quote { color: var(--cream); font-family: var(--font-display); font-size: 1.05rem; font-style: italic; margin-top: 16px; line-height: 1.5; }
.review-hero .meta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 22px; color: var(--ink-3); font-size: 0.88rem; font-family: var(--font-sans); }
.review-hero .meta-row .pill { padding: 6px 12px; background: var(--cream-2); border-radius: var(--r-pill); font-weight: 600; }
.review-hero .meta-row .pill.amber { background: rgba(212, 162, 76, 0.15); color: var(--amber-600); }
@media (max-width: 900px) { .review-hero .grid { grid-template-columns: 1fr; } }

.article { padding: 60px 0 100px; }
.article-inner { max-width: 820px; margin: 0 auto; }
.article h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 2.4vw, 1.9rem); margin: 40px 0 14px; color: var(--ink); font-weight: 600; }
.article p { margin-bottom: 16px; color: var(--ink-2); font-size: 1.04rem; line-height: 1.75; }
.article ul, .article ol { margin: 14px 0 18px 22px; }
.article ul li, .article ol li { color: var(--ink-2); margin-bottom: 8px; line-height: 1.7; }
.article strong { color: var(--ink); }
.pull-quote {
  margin: 36px 0;
  padding: 30px 36px;
  background: linear-gradient(135deg, rgba(212, 162, 76, 0.10) 0%, rgba(184, 118, 81, 0.06) 100%);
  border-left: 4px solid var(--amber-500);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--ink);
}
.toc-list { background: var(--paper); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 24px 28px; margin-bottom: 36px; }
.toc-list h4 { font-family: var(--font-sans); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.toc-list ol { margin: 0; padding-left: 18px; }
.toc-list ol li { color: var(--ink-2); margin-bottom: 6px; }
.toc-list ol li a { color: var(--ink); font-weight: 500; }
.toc-list ol li a:hover { color: var(--amber-600); }

.verdict-box {
  margin: 44px 0;
  background:
    radial-gradient(500px 250px at 50% 0%, rgba(212, 162, 76, 0.25) 0%, transparent 60%),
    var(--plum-900);
  color: var(--cream);
  border-radius: var(--r-2xl);
  padding: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 162, 76, 0.2);
}
.verdict-box h3 { color: var(--cream); font-family: var(--font-display); font-size: 1.6rem; margin-bottom: 12px; }
.verdict-box h3 em { color: var(--amber-300); }
.verdict-box p { color: rgba(247, 241, 230, 0.78); margin-bottom: 24px; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: start; margin-top: 40px; }
.contact-info {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 38px;
  box-shadow: var(--shadow-sm);
}
.contact-info h2 { font-family: var(--font-display); font-size: 1.7rem; margin-bottom: 8px; }
.contact-info > p { color: var(--ink-3); margin-bottom: 28px; }
.contact-card {
  padding: 22px 24px;
  border-radius: var(--r-md);
  background: var(--cream-2);
  border: 1px solid var(--line-soft);
  margin-bottom: 16px;
}
.contact-card h4 { font-family: var(--font-sans); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; }
.contact-card .big { font-family: var(--font-display); font-size: 1.2rem; font-weight: 500; color: var(--ink); }
.contact-card a.big { color: var(--amber-600); }
.contact-card a.big:hover { color: var(--amber-500); }
.contact-card p { font-size: 0.94rem; color: var(--ink-2); margin: 4px 0; }

.contact-form {
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 38px;
  box-shadow: var(--shadow-sm);
}
.contact-form h2 { font-family: var(--font-display); font-size: 1.7rem; margin-bottom: 8px; }
.contact-form > p { color: var(--ink-3); margin-bottom: 28px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-family: var(--font-sans); font-weight: 600; font-size: 0.86rem; color: var(--ink); margin-bottom: 8px; }
.form-group .form-input,
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--r-md);
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 0.96rem;
  font-family: var(--font-sans);
  transition: all var(--ease-fast);
}
.form-group .form-input:focus,
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: 0;
  border-color: var(--amber-500);
  box-shadow: 0 0 0 4px rgba(212, 162, 76, 0.15);
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 700px) { .contact-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-page { padding: 70px 0 100px; }
.legal-inner { max-width: 820px; margin: 0 auto; background: var(--paper); border-radius: var(--r-lg); border: 1px solid var(--line-soft); padding: 56px 60px; box-shadow: var(--shadow-sm); }
.legal-inner h1 { font-family: var(--font-display); font-size: clamp(2rem, 3.4vw, 2.8rem); margin-bottom: 8px; font-weight: 600; }
.legal-inner .last-updated { color: var(--ink-3); font-size: 0.88rem; margin-bottom: 28px; }
.legal-inner h2 { font-family: var(--font-display); font-size: 1.3rem; margin: 28px 0 12px; color: var(--ink); font-weight: 600; }
.legal-inner p { margin-bottom: 14px; color: var(--ink-2); font-size: 0.98rem; line-height: 1.75; }
.legal-inner a { color: var(--amber-600); }
.legal-inner a:hover { text-decoration: underline; }
@media (max-width: 700px) { .legal-inner { padding: 36px 26px; } }

/* ============================================================
   RESPONSIVE — global mobile / tablet
   ============================================================ */
@media (max-width: 960px) {
  .nav-container { padding: 14px 0; gap: 14px; }
  .nav-links { display: none; }
  .nav-cta > .btn { display: none; }
  .menu-toggle { display: flex; }

  .topbar { font-size: 0.76rem; padding: 8px 0; }
  .topbar .container { gap: 8px; }
  .topbar-left, .topbar-right { gap: 10px; }
  .topbar .sep { display: none; }

  .brand-name { font-size: 1.2rem; }
  .brand-tag { font-size: 0.6rem; letter-spacing: 0.14em; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-mark::before { font-size: 1.3rem; }

  .container { width: 94%; }
}

/* Extra small devices */
@media (max-width: 480px) {
  .topbar-left .pill { font-size: 0.66rem; padding: 3px 8px; }
  .topbar-right .tag { font-size: 0.7rem; }
  .topbar { padding: 6px 0; }
  .nav-container { padding: 12px 0; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-mark::before { font-size: 1.1rem; }
  .brand-name { font-size: 1.1rem; }
  .brand-tag { display: none; }
  .section { padding: 50px 0; }
  .menu-toggle { width: 40px; height: 40px; }
  .hero-float { padding: 10px 14px; }
  .hero h1 { font-size: 2.1rem; }
  .feature-card, .cover-card { padding: 24px 20px; }
  .testimonial { padding: 24px 20px; }
  .final-cta { padding: 40px 20px; }
  .affiliate-banner { font-size: 0.72rem; padding: 8px 12px; }
  .affiliate-banner br { display: none; }
  .pros-cons .pc { padding: 22px 18px; }
  .footer-col { padding: 0; }
  .page-head { padding: 60px 0 50px; }
  .page-head h1 { font-size: 2.1rem; }
  .testimonial .t-photo { max-width: 140px; }
  .testimonial blockquote { font-size: 1.1rem; }
  .product-card, .contact-info, .contact-form, .legal-inner { padding: 24px 20px; }
  .rating-card { padding: 28px 20px; }
  .price-card { flex-direction: column; align-items: flex-start; gap: 8px; }
  .review-hero { padding: 40px 0; }
  .review-hero .grid { gap: 30px; }
  .review-hero .score { font-size: 3.2rem; }
  .product-section { padding: 40px 0 60px; }
  .product-card .price { font-size: 2rem; }
  .regulatory { padding: 18px 20px; }
  .trust-strip .container { flex-direction: column; align-items: flex-start; gap: 16px; }
  .trust-strip .badges { gap: 16px; }
  .testimonial { grid-template-columns: 1fr; gap: 30px; padding: 32px; }
}

/* ============================================================
   Small utilities
   ============================================================ */
.center { text-align: center; }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 3rem; }
