/* ================================================================
   NORDIC THEME — Lungora™ Official Product Presentation
   Style: Scandinavian Clean Botanical Craft & Respiratory Wellness
   Palette: Warm Paper (#FAF9F6, #F4F1EA) + Forest Teal (#0D9488, #0F766E) + Mineral Charcoal (#1C1917, #292524)
   Accent: Warm Amber (#D97706) + Pure Sage (#E8F5E9, #15803D)
   Fonts: DM Serif Display, Plus Jakarta Sans, IBM Plex Mono
   ================================================================ */

:root {
  --bg-base:        #FAF9F6;
  --bg-subtle:      #F4F1EA;
  --bg-card:        #FFFFFF;
  --bg-card-hover:  #FCFCFA;
  --bg-dark:        #1C1917;
  --bg-dark-card:   #292524;
  --border-subtle:  #E7E5E0;
  --border-strong:  #D4D0C8;
  --border-focus:   #0D9488;

  --teal-primary:   #0D9488;
  --teal-dark:      #0F766E;
  --teal-light:     #14B8A6;
  --teal-soft:      rgba(13, 148, 136, 0.08);
  --teal-glow:      rgba(13, 148, 136, 0.25);
  --amber-accent:   #D97706;
  --amber-soft:     rgba(217, 119, 6, 0.1);
  --sage-green:     #15803D;
  --sage-soft:      #E8F5E9;

  --text-primary:   #1C1917;
  --text-secondary: #57534E;
  --text-muted:     #78716C;
  --text-white:     #FFFFFF;

  --font-display:   'DM Serif Display', Georgia, serif;
  --font-body:      'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono:      'IBM Plex Mono', monospace;

  --container:      1200px;
  --radius-sm:      6px;
  --radius-md:      12px;
  --radius-lg:      18px;
  --radius-xl:      24px;
  --radius-pill:    9999px;

  --shadow-sm:      0 1px 3px rgba(28, 25, 23, 0.05);
  --shadow-card:    0 4px 20px rgba(28, 25, 23, 0.06);
  --shadow-hover:   0 12px 32px rgba(28, 25, 23, 0.1);
  --shadow-cta:     0 8px 24px rgba(13, 148, 136, 0.35);
  --transition:     0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-body);
  background-color: var(--bg-base);
  color: var(--text-primary);
  line-height: 1.6;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  background-color: var(--bg-base);
  color: var(--text-primary);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

/* Container */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Section Padding */
.section-padding {
  padding: 80px 0;
}

.text-center {
  text-align: center;
}

/* Section Headings */
.section-heading {
  max-width: 780px;
  margin: 0 auto 52px;
}

.section-kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--teal-dark);
  background: var(--teal-soft);
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.section-sub {
  font-size: 16px;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--teal-primary);
  color: var(--text-white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-cta);
  transition: var(--transition);
  text-align: center;
  line-height: 1.2;
}

.btn-primary:hover {
  background: var(--teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(13, 148, 136, 0.42);
}

/* Top Announcement Strip */
.top-announcement-strip {
  background: var(--bg-dark);
  color: var(--text-white);
  padding: 10px 0;
  font-size: 12.5px;
  font-weight: 500;
}

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.announcement-pill {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  background: var(--amber-accent);
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.05em;
}

/* Site Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 249, 246, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-subtle);
  transition: var(--transition);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-icon {
  width: 28px;
  height: 28px;
  color: var(--teal-primary);
  flex-shrink: 0;
}

.brand-text-block {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
}

.brand-tm {
  font-size: 11px;
  vertical-align: super;
}

.brand-sub {
  font-size: 10px;
  font-family: var(--font-mono);
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Desktop Navigation */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-menu a {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-secondary);
  transition: color 0.18s;
  position: relative;
  padding: 4px 0;
}

.nav-menu a:hover {
  color: var(--teal-primary);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal-primary);
  color: var(--text-white);
  font-size: 13.5px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.header-cta-btn:hover {
  background: var(--teal-dark);
}

.mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--text-primary);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
}

.mobile-toggle svg {
  width: 22px;
  height: 22px;
}

/* Mobile Drawer */
.mobile-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(28, 25, 23, 0.6);
  z-index: 1099;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s;
}

.mobile-drawer-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background: var(--bg-card);
  z-index: 1100;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transform: translateX(105%);
  visibility: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s;
  padding: 24px;
  box-sizing: border-box;
  overflow-y: auto;
}

.mobile-drawer.active {
  transform: translateX(0);
  visibility: visible;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 20px;
}

.drawer-close-btn {
  font-size: 28px;
  color: var(--text-muted);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  overflow-y: auto;
}

.drawer-links a {
  font-size: 15.5px;
  font-weight: 600;
  color: var(--text-primary);
  padding: 8px 0;
  border-bottom: 1px solid var(--border-subtle);
  transition: color 0.15s;
}

.drawer-links a:hover {
  color: var(--teal-primary);
}

.drawer-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
}

.drawer-cta {
  width: 100%;
  padding: 12px 18px;
  font-size: 14.5px;
}

.drawer-note {
  font-size: 11.5px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 8px;
}

/* HERO SECTION */
.hero-section {
  padding: 60px 0 70px;
  background: linear-gradient(180deg, var(--bg-base) 0%, var(--bg-subtle) 100%);
  border-bottom: 1px solid var(--border-subtle);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.hero-pitch {
  min-width: 0;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--teal-dark);
  background: var(--teal-soft);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 18px;
  letter-spacing: 0.08em;
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal-primary);
}

.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.4vw, 3.25rem);
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 18px;
  letter-spacing: -0.015em;
  word-break: break-word;
}

.hero-lead {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--text-secondary);
  margin-bottom: 24px;
}

/* Hero Deal Card */
.hero-deal-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}

.deal-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.deal-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--teal-dark);
}

.deal-save {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  background: var(--amber-soft);
  color: var(--amber-accent);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
}

.deal-price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.price-from {
  font-size: 13.5px;
  color: var(--text-muted);
}

.price-main {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  color: var(--teal-dark);
  line-height: 1;
}

.price-unit {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-secondary);
}

.price-orig {
  font-size: 13.5px;
  text-decoration: line-through;
  color: var(--text-muted);
  margin-left: 6px;
}

.deal-sub {
  font-size: 12.5px;
  color: var(--text-muted);
  margin-top: 6px;
}

/* Hero Pills */
.hero-pills-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}

.hero-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-secondary);
}

.hero-pill svg {
  width: 16px;
  height: 16px;
  color: var(--teal-primary);
  flex-shrink: 0;
}

/* Hero Actions */
.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-main-btn {
  width: 100%;
  max-width: 380px;
  padding: 16px 24px;
  font-size: 16px;
}

.hero-trust-sub {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
  flex-wrap: wrap;
}

.hero-trust-sub svg {
  color: var(--teal-primary);
  flex-shrink: 0;
}

/* Hero Media Card */
.hero-media-wrapper {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.hero-media-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 18px;
  box-shadow: var(--shadow-card);
  max-width: 480px;
  width: 100%;
}

.hero-img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
}

.hero-media-floating-tag {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.floating-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text-primary);
}

.floating-desc {
  font-size: 11.5px;
  color: var(--text-secondary);
}

/* TRUST BAR */
.trust-bar-section {
  background: var(--bg-dark);
  color: var(--text-white);
  padding: 24px 0;
}

.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.trust-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.trust-number {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--teal-light);
}

.trust-label {
  font-size: 12.5px;
  color: #A8A29E;
  line-height: 1.3;
}

/* BENEFITS SECTION */
.benefits-section {
  background: var(--bg-base);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.benefit-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: var(--transition);
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--border-strong);
}

.benefit-icon-box {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--teal-soft);
  color: var(--teal-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.benefit-icon-box svg {
  width: 24px;
  height: 24px;
}

.benefit-title {
  font-family: var(--font-display);
  font-size: 21px;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.benefit-desc {
  font-size: 14.5px;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 20px;
  flex: 1;
}

.benefit-tag {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  color: var(--teal-dark);
  background: var(--teal-soft);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

/* FORMULA & SCIENCE SPOTLIGHTS */
.formula-section {
  background: var(--bg-subtle);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.spotlight-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  margin-bottom: 64px;
}

.spotlight-row:last-child {
  margin-bottom: 0;
}

.spotlight-reverse {
  direction: rtl;
}

.spotlight-reverse > * {
  direction: ltr;
}

.spotlight-image-col {
  min-width: 0;
}

.spotlight-img {
  width: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
  object-fit: cover;
}

.spotlight-content-col {
  min-width: 0;
}

.spotlight-step-tag {
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--teal-dark);
  display: inline-block;
  margin-bottom: 10px;
}

.spotlight-h3 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  line-height: 1.25;
  color: var(--text-primary);
  margin-bottom: 18px;
}

.spotlight-para {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.spotlight-data-strip {
  display: flex;
  gap: 16px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.data-badge {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
}

.data-badge strong {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--teal-dark);
}

.data-badge span {
  font-size: 11.5px;
  color: var(--text-muted);
}

/* 3-STEP ROUTINE */
.routine-section {
  background: var(--bg-base);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.step-media-box {
  position: relative;
  width: 100%;
}

.step-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.step-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  background: rgba(28, 25, 23, 0.85);
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.08em;
}

.step-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.step-title {
  font-family: var(--font-display);
  font-size: 19px;
  color: var(--text-primary);
  margin-bottom: 10px;
  line-height: 1.3;
}

.step-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* UNBOXING SECTION */
.unboxing-section {
  background: var(--bg-subtle);
  border-top: 1px solid var(--border-subtle);
}

.unboxing-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.unboxing-media {
  min-width: 0;
}

.unboxing-img {
  width: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
  object-fit: cover;
}

.unboxing-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.unboxing-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: var(--shadow-sm);
}

.unboxing-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sage-soft);
  color: var(--sage-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.unboxing-check svg {
  width: 16px;
  height: 16px;
}

.unboxing-info {
  flex: 1;
  min-width: 0;
}

.item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.item-name {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--text-primary);
}

.item-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  background: var(--bg-subtle);
  color: var(--text-secondary);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
}

.tag-primary {
  background: var(--teal-soft);
  color: var(--teal-dark);
}

.tag-success {
  background: var(--sage-soft);
  color: var(--sage-green);
}

.item-desc {
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* SPECS TABLE */
.specs-section {
  background: var(--bg-base);
}

.specs-table-wrapper {
  max-width: 860px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
}

.specs-table tr {
  border-bottom: 1px solid var(--border-subtle);
}

.specs-table tr:last-child {
  border-bottom: none;
}

.specs-table tr:nth-child(even) {
  background: #FCFCFA;
}

.spec-label {
  padding: 16px 24px;
  font-weight: 700;
  color: var(--text-primary);
  font-size: 14.5px;
  width: 32%;
  border-right: 1px solid var(--border-subtle);
}

.spec-value {
  padding: 16px 24px;
  color: var(--text-secondary);
  font-size: 14.5px;
  line-height: 1.5;
}

/* COMPARE TABLE */
.compare-section {
  background: var(--bg-subtle);
  border-top: 1px solid var(--border-subtle);
}

.compare-table-wrapper {
  max-width: 980px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow-x: auto;
  box-shadow: var(--shadow-sm);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.compare-table th, .compare-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 14.5px;
}

.compare-table th {
  background: #F4F1EA;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text-primary);
}

.compare-table .col-highlight {
  background: rgba(13, 148, 136, 0.05);
  border-left: 2px solid var(--teal-primary);
  border-right: 2px solid var(--teal-primary);
  color: var(--text-primary);
}

.winner-pill {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  background: var(--teal-primary);
  color: #FFFFFF;
  padding: 2px 6px;
  border-radius: var(--radius-sm);
  margin-left: 6px;
}

.compare-table tr:last-child td {
  border-bottom: none;
}

.summary-row {
  background: #FAF9F6;
  font-weight: 700;
}

/* BUNDLE PRICING */
.bundles-section {
  background: var(--bg-base);
}

.bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 40px;
}

.bundle-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  cursor: pointer;
}

.bundle-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--border-strong);
}

.popular-bundle {
  border: 2px solid var(--teal-primary);
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(13, 148, 136, 0.15);
  transform: scale(1.02);
}

.popular-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--teal-primary);
  color: #FFFFFF;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.bundle-card-header {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 20px;
}

.bundle-plan-name {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--teal-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bundle-count {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--text-primary);
  margin: 4px 0 2px;
}

.bundle-supply {
  font-size: 13px;
  color: var(--text-muted);
}

.bundle-pricing {
  text-align: center;
  margin-bottom: 24px;
}

.price-per-bottle {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
}

.price-per-bottle .currency {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
}

.price-per-bottle .amount {
  font-family: var(--font-display);
  font-size: 48px;
  color: var(--teal-dark);
  line-height: 1;
}

.price-per-bottle .per {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 600;
}

.bundle-total-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  margin: 8px 0;
}

.total-label {
  color: var(--text-secondary);
}

.orig-strike {
  text-decoration: line-through;
  color: var(--text-muted);
}

.sale-total {
  font-weight: 700;
  color: var(--text-primary);
}

.bundle-save-pill {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  background: var(--teal-soft);
  color: var(--teal-dark);
  padding: 3px 10px;
  border-radius: var(--radius-sm);
}

.save-big {
  background: var(--amber-soft);
  color: var(--amber-accent);
}

.bundle-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  flex: 1;
}

.bundle-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--text-secondary);
}

.bundle-features li svg {
  width: 15px;
  height: 15px;
  color: var(--teal-primary);
  flex-shrink: 0;
}

.bundle-cta-btn {
  width: 100%;
  padding: 13px 20px;
  font-size: 14.5px;
}

.highlight-cta {
  background: var(--teal-primary);
}

.bundle-subnote {
  display: block;
  font-size: 11.5px;
  color: var(--text-muted);
  text-align: center;
  margin-top: 8px;
}

.bundles-guarantee-box {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: var(--shadow-sm);
}

.guarantee-shield-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guarantee-shield-icon svg {
  width: 24px;
  height: 24px;
}

.guarantee-text h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.guarantee-text p {
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* CUSTOMER REVIEWS */
.reviews-section {
  background: var(--bg-subtle);
  border-top: 1px solid var(--border-subtle);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.review-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.review-stars {
  color: #F59E0B;
  font-size: 16px;
  letter-spacing: 2px;
}

.review-date {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  color: var(--sage-green);
  background: var(--sage-soft);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
}

.review-title {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.review-text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.65;
  margin-bottom: 20px;
  flex: 1;
}

.reviewer-meta {
  display: flex;
  flex-direction: column;
  padding-top: 14px;
  border-top: 1px solid var(--border-subtle);
}

.reviewer-name {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--text-primary);
}

.reviewer-loc {
  font-size: 12.5px;
  color: var(--text-muted);
}

/* FAQ SECTION */
.faq-section {
  background: var(--bg-base);
}

.faq-container {
  max-width: 860px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s;
}

.faq-item.active {
  border-color: var(--teal-primary);
}

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  background: none;
}

.faq-q-text {
  flex: 1;
}

.faq-icon {
  font-size: 20px;
  font-weight: 700;
  color: var(--teal-primary);
  transition: transform 0.2s ease;
  width: 20px;
  text-align: center;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-a {
  padding: 0 24px 22px;
  color: var(--text-secondary);
  font-size: 14.5px;
  line-height: 1.7;
}

.faq-a-inner p {
  margin: 0;
}

/* FINAL CTA SECTION */
.final-cta-section {
  background: var(--bg-subtle);
  padding: 80px 0 100px;
}

.final-cta-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #FAF9F6 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: 56px 36px;
  box-shadow: var(--shadow-card);
  max-width: 860px;
  margin: 0 auto;
}

.final-cta-kicker {
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--teal-dark);
  background: var(--teal-soft);
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  display: inline-block;
  margin-bottom: 16px;
}

.final-cta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.final-cta-sub {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto 28px;
}

.final-price-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 28px;
}

.strip-divider {
  color: var(--border-strong);
}

.final-main-btn {
  padding: 16px 36px;
  font-size: 16.5px;
  max-width: 380px;
  margin: 0 auto;
}

.final-security-note {
  font-size: 12.5px;
  color: var(--text-muted);
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.final-security-note svg {
  color: var(--teal-primary);
}

/* STICKY BOTTOM DOCK */
.sticky-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-subtle);
  padding: 12px 0;
  z-index: 95;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.sticky-dock.visible {
  transform: translateY(0);
}

.dock-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dock-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.dock-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  background: var(--teal-soft);
  color: var(--teal-dark);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
}

.dock-pricing {
  font-size: 14px;
  color: var(--text-primary);
}

.dock-btn {
  padding: 10px 20px;
  font-size: 13.5px;
  white-space: nowrap;
}

/* FOOTER */
.site-footer {
  background: #181614;
  color: #A8A29E;
  padding: 70px 0 40px;
  border-top: 1px solid #292524;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 50px;
}

.footer-logo .brand-name {
  color: #FFFFFF;
}

.footer-about {
  font-size: 13.5px;
  line-height: 1.6;
  margin-top: 14px;
  max-width: 380px;
}

.footer-col-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 13.5px;
  color: #A8A29E;
  transition: color 0.15s;
}

.footer-links a:hover {
  color: var(--teal-light);
}

.footer-contact-details {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12.5px;
}

.footer-contact-details strong {
  color: #E7E5E0;
}

.footer-disclaimers {
  padding-top: 32px;
  border-top: 1px solid #292524;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.disclaimer-text {
  font-size: 11.5px;
  line-height: 1.6;
  color: #78716C;
}

.copyright-line {
  font-size: 11.5px;
  color: #78716C;
  text-align: center;
  margin-top: 10px;
}

/* ================================================================
   RESPONSIVE LAYOUT & ZERO OVERFLOW MEDIA QUERIES
   ================================================================ */

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-media-wrapper {
    order: -1;
  }
  .hero-media-card {
    max-width: 440px;
  }
  .spotlight-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .spotlight-reverse {
    direction: ltr;
  }
  .spotlight-image-col {
    max-width: 480px;
    margin: 0 auto;
  }
  .unboxing-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .unboxing-media {
    max-width: 440px;
    margin: 0 auto;
  }
  .bundles-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto 40px;
  }
  .popular-bundle {
    transform: none;
  }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .footer-brand-col {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 56px 0;
  }
  .nav-menu {
    display: none;
  }
  .mobile-toggle {
    display: flex;
  }
  .header-cta-btn {
    display: none;
  }
  .trust-bar-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-brand-col {
    grid-column: span 1;
  }
  .spec-label {
    width: 40%;
    padding: 12px 16px;
  }
  .spec-value {
    padding: 12px 16px;
  }
  .dock-inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 14px !important;
  }
  .hero-section {
    padding: 36px 0 48px;
  }
  .hero-h1 {
    font-size: 1.85rem !important;
    line-height: 1.15 !important;
  }
  .hero-lead {
    font-size: 14.5px !important;
  }
  .hero-pills-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .hero-main-btn {
    font-size: 14.5px !important;
    padding: 14px 18px !important;
    width: 100% !important;
  }
  .final-cta-card {
    padding: 32px 16px;
  }
  .final-main-btn {
    font-size: 15px !important;
    padding: 14px 20px !important;
    width: 100% !important;
  }
  .trust-bar-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .trust-number {
    font-size: 20px !important;
  }
  .trust-label {
    font-size: 11px !important;
  }
  .specs-table {
    display: block;
    width: 100%;
  }
  .specs-table tbody, .specs-table tr {
    display: block;
    width: 100%;
  }
  .specs-table td {
    display: block;
    width: 100% !important;
    border-right: none;
    box-sizing: border-box;
  }
  .spec-label {
    padding: 10px 14px 4px !important;
    background: #F4F1EA;
    border-bottom: none !important;
  }
  .spec-value {
    padding: 4px 14px 12px !important;
  }
  .faq-q {
    padding: 16px 14px !important;
    font-size: 14.5px !important;
  }
  .faq-a {
    padding: 0 14px 16px !important;
    font-size: 13.5px !important;
  }
}

@media (max-width: 360px) {
  .container {
    padding: 0 10px !important;
  }
  .hero-h1 {
    font-size: 1.65rem !important;
  }
  .price-main {
    font-size: 28px !important;
  }
  .bundle-card {
    padding: 24px 14px !important;
  }
  .price-per-bottle .amount {
    font-size: 40px !important;
  }
  .btn-primary {
    font-size: 13.5px !important;
    padding: 12px 16px !important;
  }
}

@media (max-width: 320px) {
  .hero-h1 {
    font-size: 1.55rem !important;
  }
  .brand-name {
    font-size: 17px !important;
  }
  .announcement-inner {
    font-size: 11px !important;
  }
  .final-price-strip {
    font-size: 12px !important;
    gap: 6px !important;
  }
}

/* Responsive Comparison Table: CARD TRANSFORMATION */
@media (max-width: 768px) {
  .compare-table-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .compare-table {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
  .compare-table thead {
    display: none !important;
  }
  .compare-table tbody,
  .compare-table tr,
  .compare-table td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .compare-table tr {
    margin-bottom: 20px !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-md) !important;
    background: var(--bg-card) !important;
    padding: 16px !important;
    box-shadow: var(--shadow-sm) !important;
  }
  .compare-table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    word-break: break-word !important;
  }
  .compare-table td.col-highlight {
    background: var(--teal-soft) !important;
    border-radius: var(--radius-sm) !important;
    padding: 10px 12px !important;
    margin: 8px 0 !important;
    border: 1px solid rgba(13, 148, 136, 0.25) !important;
  }
  .compare-table td:last-child {
    border-bottom: none !important;
  }
  .compare-table td::before {
    content: attr(data-label);
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--teal-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}
