/* ============================================================
   GREEN LEGACY — Premium Landing Page Styles
   Inspired by luxury dispensary + editorial design
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Jost:wght@200;300;400;500&display=swap');

:root {
  /* Warm terra cotta palette */
  --gl-cream: #f5ead8;
  --gl-dark: #1a110c;
  --gl-green-deep: #221610;
  --gl-green-mid: #2c1a12;
  --gl-green-bright: #c4603a;
  --gl-green-light: #d4795a;
  --gl-gold: #b89870;
  --gl-gold-light: #d4b888;
  --gl-peach: #c4603a;
  --gl-peach-dark: #8a3e22;
  --gl-peach-light: #3d1e10;
  --gl-text-muted: rgba(245,234,216,0.55);
  --gl-mono: 'Jost', sans-serif;
  --gl-serif: 'Playfair Display', Georgia, serif;
  --gl-stroke: rgba(245,234,216,0.07);
  --gl-card: #2c1a12;
  --gl-bg-warm: #221610;
  --gl-bg-deep: #120c08;
  --gl-sand: #b89870;
  --gl-sand-lt: #d4b888;
  --gl-terra: #c4603a;
  --gl-terra-lt: #d4795a;
  --gl-terra-dim: #8a3e22;
  --gl-linen: #f0e4cc;
}

/* ── Global Reset for .gl-page ─────────────────── */
.gl-page { font-family: var(--gl-mono); font-weight: 300; color: var(--gl-cream); line-height: 1.6; }
.gl-page * { box-sizing: border-box; }
.gl-page img { max-width: 100%; height: auto; }
.gl-page a { text-decoration: none; }
.gl-page ::selection { background: var(--gl-terra); color: var(--gl-cream); }

/* Kill Elementor container backgrounds that cause colored edges */
.elementor-element:has(.gl-page),
.elementor-element:has(.gl-section-dark),
.elementor-element:has(.gl-section-green),
.elementor-element:has(.gl-hero-section),
.elementor-element:has(.gl-medical-cta),
.elementor-element:has(.gl-final-cta-section),
.elementor-element:has(.gl-stats-bar),
.elementor-element:has(.gl-ticker),
.elementor-element:has(.gl-store-footer),
.elementor-element:has(.gl-testimonials-grid) {
  background: var(--gl-dark) !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* Also target the direct container wrapper */
.elementor-widget-html:has(.gl-page),
.elementor-widget-html:has(.gl-section-dark),
.elementor-widget-html:has(.gl-section-green),
.elementor-widget-html:has(.gl-hero-section) {
  background: transparent !important;
  padding: 0 !important;
}
/* Only override Elementor containers INSIDE our landing page content — leave site footer alone */

/* Force light text on ALL dark/green sections — nuclear override */
.gl-section-dark,
.gl-section-dark *,
.gl-section-dark h1, .gl-section-dark h2, .gl-section-dark h3, .gl-section-dark h4,
.gl-section-dark p, .gl-section-dark span, .gl-section-dark div, .gl-section-dark li,
.gl-section-dark strong, .gl-section-dark b,
.gl-section-green,
.gl-section-green *,
.gl-section-green h1, .gl-section-green h2, .gl-section-green h3, .gl-section-green h4,
.gl-section-green p, .gl-section-green span, .gl-section-green div,
.gl-hero-section,
.gl-hero-section *,
.gl-hero-section h1, .gl-hero-section h2, .gl-hero-section p, .gl-hero-section span,
.gl-medical-cta,
.gl-medical-cta *,
.gl-medical-cta h1, .gl-medical-cta h2, .gl-medical-cta strong,
.gl-final-cta-section,
.gl-final-cta-section *,
.gl-final-cta-section h2, .gl-final-cta-section p,
.gl-stats-bar,
.gl-stats-bar *,
.gl-store-footer,
.gl-store-footer *,
.gl-ticker,
.gl-ticker * { color: var(--gl-cream) !important; }

/* Elementor containers inherit theme colors - override at container level too */
.elementor-widget-html .gl-section-dark h2,
.elementor-widget-html .gl-section-dark h3,
.elementor-widget-html .gl-section-dark p,
.elementor-widget-html .gl-section-dark span,
.elementor-widget-html .gl-section-dark strong,
.elementor-widget-html .gl-section-dark div,
.elementor-widget-html .gl-section-green h2,
.elementor-widget-html .gl-section-green h3,
.elementor-widget-html .gl-section-green p,
.elementor-widget-html .gl-hero-section h1,
.elementor-widget-html .gl-hero-section p,
.elementor-widget-html .gl-medical-cta h2,
.elementor-widget-html .gl-medical-cta strong,
.elementor-widget-html .gl-final-cta-section h2,
.elementor-widget-html .gl-final-cta-section p { color: var(--gl-cream) !important; }

/* Section headings specifically */
.gl-section-heading { color: var(--gl-cream) !important; }
.gl-section-cream .gl-section-heading { color: var(--gl-dark) !important; }

/* Then re-apply specific colors that need to differ */
.gl-section-dark .gl-label,
.gl-section-green .gl-label,
.gl-medical-cta .gl-label { color: var(--gl-terra) !important; }
.gl-section-dark .gl-section-heading em,
.gl-section-green .gl-section-heading em,
.gl-final-cta-section h2 em { color: var(--gl-peach) !important; }
.gl-section-dark .gl-section-text,
.gl-section-dark .gl-benefit p,
.gl-section-dark .gl-product-desc,
.gl-section-dark .gl-testimonial p,
.gl-section-green .gl-directions-content p,
.gl-section-green .gl-section-text,
.gl-medical-cta .gl-step span,
.gl-final-cta-section p { color: var(--gl-text-muted) !important; }
.gl-section-dark .gl-benefit a,
.gl-section-green a,
.gl-medical-cta a { color: var(--gl-peach) !important; }
.gl-section-dark .gl-product-cat,
.gl-section-dark .gl-benefit-num,
.gl-section-dark .gl-product-num { color: var(--gl-terra) !important; }
.gl-section-dark .gl-quote-mark { color: var(--gl-peach) !important; opacity: 0.3; }
.gl-section-dark .gl-testimonial-author { color: var(--gl-terra) !important; }
.gl-store-footer .gl-store-footer-label { color: var(--gl-terra) !important; }
.gl-store-footer .gl-store-footer-value { color: var(--gl-text-muted) !important; }
.gl-store-footer .gl-store-footer-value a { color: var(--gl-peach) !important; }
.gl-stats-bar .gl-stat-number { color: var(--gl-peach) !important; }
.gl-stats-bar .gl-stat-text { color: var(--gl-text-muted) !important; }
.gl-hero-section .gl-hero-tag { color: var(--gl-green-light) !important; }
.gl-hero-section .gl-hero-sub { color: var(--gl-text-muted) !important; }
.gl-hero-section .gl-hero-headline em { color: var(--gl-peach) !important; }
.gl-hero-section .gl-btn-primary { color: var(--gl-dark) !important; }
.gl-btn-primary { color: var(--gl-dark) !important; }

/* Hide WordPress page title when our landing page content is present */
body:has(.gl-page) .entry-title,
body:has(.gl-page) .page-title,
body:has(.gl-page) h1.elementor-heading-title,
body:has(.gl-page) .elementor-widget-theme-page-title,
body:has(.gl-page) header.entry-header,
body:has(.gl-page) .elementor-page-title,
.gl-page + .entry-title,
.page .entry-title,
.page .page-title,
body.page h1.entry-title { display: none !important; }

/* Kill wpautop interference inside our components */
.gl-page p:empty { display: none !important; margin: 0 !important; padding: 0 !important; }
.gl-products-grid p,
.gl-benefits p:not(:last-child),
.gl-hero-section p:empty,
.gl-stats-bar p,
.gl-ticker p { margin: 0 !important; }
.gl-products-grid br,
.gl-benefits br,
.gl-stats-bar br,
.gl-ticker br,
.gl-hero-actions br,
.gl-crosslinks br { display: none !important; }

/* Fix for wpautop wrapping inline elements in <p> tags */
.gl-product-item p { display: contents !important; margin: 0 !important; }
.gl-benefit p { margin: 0; }
.gl-product-item > p { display: contents !important; }

/* ── Section Label (mono, uppercase, gold) ──────── */
.gl-label {
  font-family: var(--gl-mono);
  font-size: 0.6rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gl-terra) !important;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gl-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--gl-terra);
  opacity: 0.6;
}

/* ── Scroll Reveal (JS adds .gl-visible) ────────── */
.gl-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.gl-reveal.gl-visible {
  opacity: 1;
  transform: translateY(0);
}
.gl-reveal-delay-1 { transition-delay: 0.1s; }
.gl-reveal-delay-2 { transition-delay: 0.2s; }
.gl-reveal-delay-3 { transition-delay: 0.3s; }
.gl-reveal-delay-4 { transition-delay: 0.4s; }
.gl-reveal-delay-5 { transition-delay: 0.5s; }

/* ── Hero ───────────────────────────────────────── */
.gl-hero-section {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 0;
  background: var(--gl-dark);
  position: relative;
  overflow: hidden;
}
.gl-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 60px 80px;
  position: relative;
  z-index: 2;
}
.gl-hero-tag {
  font-family: var(--gl-mono);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gl-green-light);
  margin-bottom: 32px;
}
.gl-hero-headline {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
  color: var(--gl-cream);
}
.gl-hero-headline em {
  font-style: italic;
  color: var(--gl-peach);
}
.gl-hero-sub {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--gl-text-muted);
  max-width: 420px;
  margin-bottom: 48px;
}
.gl-hero-right {
  position: relative;
  overflow: hidden;
}
.gl-hero-image {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  filter: brightness(0.5) contrast(1.1) sepia(0.2);
}
.gl-hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 120px;
  background: linear-gradient(to right, var(--gl-dark), transparent);
  z-index: 2;
}

/* ── Buttons ───────────────────────────────────── */
.gl-btn {
  font-family: var(--gl-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 16px 40px;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}
.gl-btn-primary {
  background: var(--gl-terra) !important;
  color: var(--gl-cream) !important;
}
.gl-btn-primary:hover {
  background: var(--gl-terra-lt) !important;
  color: var(--gl-cream) !important;
  transform: translateY(-2px);
}
/* Ensure button text is ALWAYS visible */
.gl-page .gl-btn-primary,
.gl-page a.gl-btn-primary,
.elementor-widget-html .gl-btn-primary,
.gl-medical-cta .gl-btn-primary,
.gl-final-cta-section .gl-btn-primary,
.gl-hero-section .gl-btn-primary { color: var(--gl-cream) !important; background: var(--gl-terra) !important; }
.gl-btn-ghost {
  color: var(--gl-cream);
  opacity: 0.55;
  padding: 16px 0;
  border-bottom: 1px solid rgba(245,234,216,0.2);
  padding-bottom: 2px;
}
.gl-btn-ghost:hover { opacity: 1; border-color: var(--gl-terra); }
.gl-btn-ghost::after { content: ' \2192'; font-family: serif; }

.gl-hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

/* ── Ticker ────────────────────────────────────── */
.gl-ticker {
  background: var(--gl-bg-warm);
  border-top: 1px solid var(--gl-stroke);
  border-bottom: 1px solid var(--gl-stroke);
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
}
.gl-ticker-inner {
  display: inline-flex;
  animation: glTicker 30s linear infinite;
}
.gl-ticker-item {
  font-family: var(--gl-mono);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gl-terra);
  padding: 0 40px;
  opacity: 0.75;
}
.gl-ticker-dot { color: var(--gl-sand); opacity: 0.35; padding: 0 2px; font-size: 0.55rem; }

@keyframes glTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ── Stats Bar ─────────────────────────────────── */
.gl-stats-bar {
  display: flex;
  justify-content: space-around;
  padding: 52px 60px;
  background: var(--gl-dark);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.gl-stat-item { text-align: center; }
.gl-stat-number {
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--gl-peach);
  line-height: 1;
  display: block;
}
.gl-stat-text {
  font-family: var(--gl-mono);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gl-text-muted);
  margin-top: 8px;
  display: block;
}

/* ── Content Sections ──────────────────────────── */
.gl-section-dark {
  background: var(--gl-dark);
  padding: 100px 60px;
  border-bottom: 1px solid var(--gl-stroke);
}
.gl-section-green {
  background: var(--gl-bg-warm);
  padding: 100px 60px;
  border-bottom: 1px solid var(--gl-stroke);
}
.gl-section-cream {
  background: var(--gl-linen);
  color: var(--gl-dark);
  padding: 100px 60px;
}
.gl-section-cream .gl-label { color: var(--gl-green-mid); }
.gl-section-cream a { color: var(--gl-peach-dark); }
.gl-section-cream h2,
.gl-section-cream h3,
.gl-section-cream h4,
.gl-section-cream strong { color: var(--gl-dark) !important; }
.gl-section-cream p { color: #444 !important; }

.gl-section-inner { max-width: 1100px; margin: 0 auto; }

.gl-section-heading {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 28px;
}
.gl-section-heading em {
  font-style: italic;
  color: var(--gl-peach);
}
.gl-section-cream .gl-section-heading em { color: var(--gl-terra) !important; }

.gl-section-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--gl-text-muted);
  max-width: 600px;
  margin-bottom: 40px;
}
.gl-section-cream .gl-section-text { color: #555; }

/* ── Benefits Grid ─────────────────────────────── */
.gl-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 48px;
}
.gl-benefit {
  background: var(--gl-card);
  padding: 44px 36px;
  border: 1px solid var(--gl-stroke);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.gl-benefit::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gl-terra);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.gl-benefit:hover::after { transform: scaleX(1); }
.gl-benefit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(196,96,58,0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
}
.gl-benefit:hover { transform: translateY(-4px); }
.gl-benefit:hover::before { opacity: 1; }
.gl-benefit-icon { font-size: 2rem; margin-bottom: 20px; display: block; }
.gl-benefit h3 {
  font-family: var(--gl-serif);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 12px;
  color: var(--gl-cream);
}
.gl-benefit p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--gl-text-muted);
}
.gl-benefit a { color: var(--gl-peach); font-weight: 400; }
.gl-benefit-num {
  position: absolute;
  bottom: 28px;
  right: 28px;
  font-family: var(--gl-mono);
  font-size: 0.6rem;
  color: rgba(255,255,255,0.1);
  letter-spacing: 0.1em;
}

/* ── Products Grid ─────────────────────────────── */
.gl-products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
}
.gl-products-header h2 {
  font-size: clamp(2.5rem, 4vw, 5rem);
  font-weight: 300;
  line-height: 1;
}
.gl-products-header h2 em { font-style: italic; color: var(--gl-peach); }

.gl-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.gl-product-item {
  background: var(--gl-card);
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease;
  text-decoration: none;
  color: var(--gl-cream);
  display: block;
}
.gl-product-item:hover { transform: translateY(-6px); }
.gl-product-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gl-terra);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.gl-product-item:hover::after { transform: scaleX(1); }
.gl-product-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(196,96,58,0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
}
.gl-product-item:hover::before { opacity: 1; }
.gl-product-emoji { font-size: 2.5rem; margin-bottom: 24px; display: block !important; }
.gl-product-cat {
  font-family: var(--gl-mono);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gl-gold);
  margin-bottom: 12px;
  display: block !important;
}
.gl-product-name {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 14px;
  line-height: 1.1;
  display: block !important;
  color: var(--gl-cream);
}
.gl-product-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--gl-text-muted);
  display: block !important;
}
.gl-product-num {
  position: absolute;
  bottom: 32px;
  right: 32px;
  font-family: var(--gl-mono);
  font-size: 0.6rem;
  color: rgba(255,255,255,0.1);
  display: block !important;
}

/* ── Medical Card CTA ──────────────────────────── */
.gl-medical-cta {
  margin: 0 56px;
  background: var(--gl-card);
  border: 1px solid var(--gl-stroke);
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.gl-medical-cta::before {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,96,58,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.gl-medical-steps { display: flex; flex-direction: column; gap: 28px; }
.gl-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.gl-step-number {
  font-family: var(--gl-mono);
  font-size: 0.65rem;
  color: var(--gl-gold);
  letter-spacing: 0.1em;
  min-width: 28px;
  padding-top: 4px;
}
.gl-step strong {
  font-size: 1.05rem;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
  color: var(--gl-cream);
}
.gl-step span {
  font-size: 0.95rem;
  color: var(--gl-text-muted);
  line-height: 1.5;
}

/* ── Testimonials ──────────────────────────────── */
.gl-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 56px;
}
.gl-testimonial {
  background: var(--gl-card);
  padding: 40px 36px;
  border-bottom: 2px solid transparent;
  transition: all 0.35s ease;
}
.gl-testimonial:hover {
  border-color: var(--gl-terra);
  transform: translateY(-4px);
}
.gl-quote-mark {
  font-size: 5rem;
  line-height: 0.6;
  color: var(--gl-peach);
  opacity: 0.3;
  margin-bottom: 20px;
  display: block;
  font-style: italic;
}
.gl-testimonial p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(245,240,232,0.7);
  font-style: italic;
  margin-bottom: 24px;
}
.gl-testimonial-author {
  font-family: var(--gl-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gl-gold);
}

/* ── FAQ (cream section) ──────────────────────── */
.gl-faq-list { margin-top: 40px; max-width: 800px; }
.gl-faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  overflow: hidden;
}
.gl-faq-item summary {
  padding: 22px 0;
  cursor: pointer;
  font-family: var(--gl-serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--gl-dark);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gl-faq-item summary::-webkit-details-marker { display: none; }
.gl-faq-item summary::after {
  content: '+';
  font-size: 1.4em;
  color: var(--gl-peach-dark);
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.3s;
}
.gl-faq-item[open] summary::after {
  content: '\2212';
}
.gl-faq-answer {
  padding: 0 0 22px;
  color: #666;
  font-size: 1.05rem;
  line-height: 1.75;
}
.gl-faq-answer a { color: var(--gl-peach-dark); font-weight: 600; }

/* ── Directions (green section) ───────────────── */
.gl-directions-content h3 {
  font-family: var(--gl-serif);
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: var(--gl-cream);
}
.gl-directions-content h3:not(:first-child) { margin-top: 32px; }
.gl-directions-content p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--gl-text-muted);
}
.gl-directions-content a { color: var(--gl-peach); }

/* ── Local Content (cream section) ─────────────── */
.gl-local p {
  font-size: 1.1rem;
  line-height: 1.85;
  color: #444;
  margin-bottom: 20px;
}
.gl-local a { color: var(--gl-peach-dark); font-weight: 600; }

/* ── Cross-links ──────────────────────────────── */
.gl-crosslinks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.gl-crosslink-pill {
  display: inline-block;
  background: var(--gl-green-deep);
  color: var(--gl-cream);
  padding: 10px 24px;
  font-family: var(--gl-mono);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.08);
}
.gl-crosslink-pill:hover {
  background: var(--gl-peach);
  color: var(--gl-dark);
  border-color: var(--gl-peach);
  transform: translateY(-2px);
}
.gl-section-cream .gl-crosslink-pill {
  background: var(--gl-peach-light);
  color: var(--gl-dark);
  border-color: rgba(251,169,121,0.3);
}
.gl-section-cream .gl-crosslink-pill:hover {
  background: var(--gl-peach);
}

/* ── Final CTA ────────────────────────────────── */
.gl-final-cta-section {
  background: var(--gl-card);
  border: 1px solid var(--gl-stroke);
  padding: 100px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gl-final-cta-section::before {
  content: '';
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196,96,58,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.gl-final-cta-section h2 {
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 300;
  margin-bottom: 16px;
  color: var(--gl-cream);
  position: relative;
}
.gl-final-cta-section h2 em { font-style: italic; color: var(--gl-peach); }
.gl-final-cta-section p {
  font-size: 1.15rem;
  color: var(--gl-text-muted);
  max-width: 500px;
  margin: 0 auto 40px;
  position: relative;
}

/* ── Store Info Footer ─────────────────────────── */
.gl-store-footer {
  background: var(--gl-bg-deep);
  padding: 60px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.gl-store-footer-item { text-align: center; }
.gl-store-footer-label {
  font-family: var(--gl-mono);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gl-gold);
  margin-bottom: 8px;
  display: block;
}
.gl-store-footer-value {
  font-size: 1rem;
  color: var(--gl-text-muted);
}
.gl-store-footer-value a {
  color: var(--gl-peach);
  text-decoration: none;
}

/* ── Responsive ───────────────────────────────── */
@media (max-width: 1024px) {
  .gl-hero-section { grid-template-columns: 1fr; min-height: auto; }
  .gl-hero-right { height: 50vh; }
  .gl-hero-left { padding: 100px 40px 60px; }
  .gl-medical-cta { grid-template-columns: 1fr; margin: 0; padding: 60px 40px; }
  .gl-products-grid { grid-template-columns: repeat(2, 1fr); }
  .gl-testimonials-grid { grid-template-columns: 1fr; }
  .gl-benefits { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .gl-hero-headline { font-size: 2.5rem; }
  .gl-section-dark, .gl-section-green, .gl-section-cream { padding: 60px 24px; }
  .gl-products-grid { grid-template-columns: 1fr 1fr; }
  .gl-hero-left { padding: 80px 24px 40px; }
  .gl-hero-right { height: 40vh; }
  .gl-hero-actions { flex-direction: column; align-items: flex-start; }
  .gl-stats-bar { flex-direction: column; gap: 32px; padding: 40px 24px; }
  .gl-store-footer { flex-direction: column; align-items: center; }
  .gl-medical-cta { padding: 40px 24px; }
}
@media (max-width: 480px) {
  .gl-products-grid { grid-template-columns: 1fr; }
  .gl-hero-headline { font-size: 2rem; }
}
