/* ==========================================================================
   hokilotug - Dialok Vascular Vitality Design System
   Cloud-Airy Palette with Royal Blue & Vascular Pulsing Contours
   ========================================================================== */

:root {
  --color-primary: #1d4ed8;       /* Royal Dialok blue */
  --color-primary-dark: #1e3a8a;  /* Deep Navy */
  --color-primary-light: #3b82f6; /* Azure */
  --color-cyan-glow: #0284c7;     /* Ocean cyan */
  --color-sky-cloud: #e0f2fe;     /* Soft cloud sky */
  --color-cloud-light: #f0f7ff;   /* Misty airy cloud */
  --color-cloud-white: #ffffff;
  --color-vascular-red: #ef4444;  /* Blood cell crimson */
  --color-text-main: #0f172a;     /* Deep slate */
  --color-text-muted: #475569;    /* Muted slate */
  --color-card-bg: rgba(255, 255, 255, 0.9);
  --color-border: rgba(186, 230, 253, 0.6);
  --shadow-cloud: 0 12px 36px -4px rgba(2, 132, 199, 0.12), 0 4px 16px -2px rgba(15, 23, 42, 0.05);
  --shadow-hover: 0 20px 45px -4px rgba(29, 78, 216, 0.22);
  --radius-pill: 9999px;
  --radius-card: 20px;
  --radius-sm: 10px;
  --transition-fast: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--color-text-main);
  background-color: #f8fafc;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* --------------------------------------------------------------------------
   Top Announcement Bar
   -------------------------------------------------------------------------- */
.top-notice-bar {
  background: linear-gradient(90deg, #1e3a8a 0%, #1d4ed8 50%, #0284c7 100%);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 8px 16px;
  text-align: center;
  position: relative;
  z-index: 50;
  box-shadow: 0 2px 8px rgba(30, 58, 138, 0.15);
}

.top-notice-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.notice-pill {
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --------------------------------------------------------------------------
   Sticky Site Header & Navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 4px 20px rgba(2, 132, 199, 0.06);
  transition: all var(--transition-fast);
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--color-primary-dark);
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.brand-vascular-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #0284c7, #1d4ed8);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.3);
}

.brand-vascular-icon svg {
  width: 22px;
  height: 22px;
}

.brand-highlight {
  color: var(--color-cyan-glow);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-item {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: color var(--transition-fast);
  position: relative;
}

.nav-item:hover, .nav-item.active {
  color: var(--color-primary);
}

.mobile-nav-toggle {
  display: none;
  background: transparent;
  border: none;
  font-size: 1.6rem;
  color: var(--color-primary-dark);
  cursor: pointer;
  padding: 4px;
}

/* --------------------------------------------------------------------------
   VASCULAR-STYLED BUTTONS (Dynamic contour movement on hover)
   -------------------------------------------------------------------------- */
.btn-vascular {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 30px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #1d4ed8 0%, #0284c7 100%);
  border: none;
  border-radius: 14px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.35);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  z-index: 1;
}

.btn-vascular:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(29, 78, 216, 0.45);
}

/* SVG Vascular Contour Border Moving on Hover */
.btn-vascular-contour {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  fill: none;
  z-index: 2;
}

.btn-vascular-contour rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  x: 2px;
  y: 2px;
  rx: 12px;
  ry: 12px;
  stroke: rgba(255, 255, 255, 0.45);
  stroke-width: 2.5;
  stroke-dasharray: 60, 200;
  stroke-dashoffset: 0;
  transition: stroke 0.3s ease, stroke-width 0.3s ease;
}

.btn-vascular:hover .btn-vascular-contour rect {
  stroke: #ffffff;
  stroke-width: 3.5;
  animation: vascularContourFlow 1.8s linear infinite;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8));
}

@keyframes vascularContourFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -260;
  }
}

/* Vascular Pulse Icon inside Button */
.btn-vascular-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition-fast);
}

.btn-vascular:hover .btn-vascular-icon {
  transform: scale(1.18);
  animation: vascularPulse 0.9s ease-in-out infinite;
}

@keyframes vascularPulse {
  0%, 100% { transform: scale(1.15); }
  50% { transform: scale(1.35); }
}

.btn-vascular-sm {
  padding: 10px 20px;
  font-size: 0.92rem;
  border-radius: 10px;
}

.btn-vascular-sm .btn-vascular-contour rect {
  rx: 8px;
  ry: 8px;
}

.btn-block {
  width: 100%;
}

/* --------------------------------------------------------------------------
   Container & Layout
   -------------------------------------------------------------------------- */
.page-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

section {
  padding: 60px 0;
}

.section-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px;
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: var(--color-sky-cloud);
  color: var(--color-cyan-glow);
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(2, 132, 199, 0.25);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.6px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Hero Section
   -------------------------------------------------------------------------- */
.hero-section {
  padding: 50px 0 70px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-title {
  font-size: 2.75rem;
  font-weight: 900;
  color: var(--color-primary-dark);
  line-height: 1.18;
  letter-spacing: -1px;
}

.hero-title-accent {
  background: linear-gradient(135deg, #1d4ed8 0%, #0284c7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-size: 1.15rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 8px;
}

.highlight-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.05);
}

.highlight-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.highlight-text h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  margin-bottom: 2px;
}

.highlight-text p {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.hero-price-callout {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.hero-price-current {
  font-size: 2.1rem;
  font-weight: 900;
  color: var(--color-primary);
}

.hero-price-old {
  font-size: 1.15rem;
  color: #94a3b8;
  text-decoration: line-through;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-cloud-card {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(186, 230, 253, 0.7);
  border-radius: var(--radius-card);
  padding: 36px 28px;
  box-shadow: var(--shadow-cloud);
  text-align: center;
  width: 100%;
  max-width: 420px;
}

.hero-badge-float {
  position: absolute;
  top: -14px;
  right: 20px;
  background: linear-gradient(135deg, #0284c7, #1d4ed8);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.4);
  text-transform: uppercase;
}

.hero-product-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(2, 132, 199, 0.22));
  transition: transform var(--transition-smooth);
}

.hero-product-img:hover {
  transform: scale(1.03) translateY(-4px);
}

.hero-card-meta {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
  display: flex;
  justify-content: space-around;
  color: var(--color-text-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   Trust Badges Bar
   -------------------------------------------------------------------------- */
.trust-strip-section {
  padding: 20px 0 40px;
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trust-strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--color-border);
  padding: 16px 20px;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.05);
}

.trust-icon-wrap {
  width: 44px;
  height: 44px;
  background: var(--color-sky-cloud);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-icon-wrap img, .trust-icon-wrap svg {
  width: 26px;
  height: 26px;
}

.trust-item-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  margin-bottom: 2px;
}

.trust-item-desc {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

/* --------------------------------------------------------------------------
   Vascular Vitality Pillars Section
   -------------------------------------------------------------------------- */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pillar-card {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 34px 26px;
  box-shadow: var(--shadow-cloud);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  position: relative;
  overflow: hidden;
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0284c7, #1d4ed8);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.pillar-card:hover::before {
  opacity: 1;
}

.pillar-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: var(--color-sky-cloud);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.pillar-icon-box img {
  width: 38px;
  height: 38px;
}

.pillar-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin-bottom: 12px;
}

.pillar-text {
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Dialok Botanical Composition Section
   -------------------------------------------------------------------------- */
.composition-section {
  background: rgba(240, 249, 255, 0.6);
  border-radius: 30px;
  border: 1px solid var(--color-border);
  padding: 60px 36px;
  margin: 30px 0;
}

.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ingredient-card {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.05);
  transition: transform var(--transition-fast);
}

.ingredient-card:hover {
  transform: translateY(-3px);
}

.ingredient-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}

.ingredient-info h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin-bottom: 4px;
}

.ingredient-latin {
  font-size: 0.8rem;
  color: var(--color-cyan-glow);
  font-style: italic;
  font-weight: 600;
  margin-bottom: 8px;
}

.ingredient-info p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   RESTRUCTURED OFFER SECTION: FORM ON LEFT, OFFER SHOWCASE ON RIGHT
   ("измени страницу с офером офер справа")
   -------------------------------------------------------------------------- */
.offer-section-box {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 247, 255, 0.95) 100%);
  border: 2px solid var(--color-border);
  border-radius: 28px;
  padding: 48px;
  box-shadow: var(--shadow-cloud);
  margin: 40px 0;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}

/* LEFT COLUMN: ORDER FORM */
.order-form-container {
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 36px 32px;
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-header {
  margin-bottom: 24px;
  text-align: left;
}

.form-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #dcfce7;
  color: #15803d;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 10px;
}

.form-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin-bottom: 8px;
}

.form-subtitle {
  font-size: 0.92rem;
  color: var(--color-text-muted);
}

/* Dynamic Example Generator Bar */
.example-generator-bar {
  background: var(--color-sky-cloud);
  border: 1px dashed rgba(2, 132, 199, 0.4);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.example-hint-text {
  font-size: 0.84rem;
  color: var(--color-primary-dark);
  font-weight: 600;
}

.example-hint-value {
  color: var(--color-cyan-glow);
  font-family: monospace;
}

.btn-example-fill {
  background: #ffffff;
  border: 1px solid var(--color-cyan-glow);
  color: var(--color-cyan-glow);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-example-fill:hover {
  background: var(--color-cyan-glow);
  color: #ffffff;
}

.form-group {
  margin-bottom: 18px;
}

.form-label {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  margin-bottom: 8px;
}

.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 16px;
  font-size: 1.1rem;
  color: var(--color-cyan-glow);
  pointer-events: none;
}

.form-input {
  width: 100%;
  padding: 14px 16px 14px 44px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--color-text-main);
  background: #f8fafc;
  border: 1.5px solid #cbd5e1;
  border-radius: 12px;
  transition: border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
}

.form-input:focus {
  outline: none;
  border-color: var(--color-primary);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.form-guarantee-note {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.84rem;
  color: var(--color-text-muted);
}

/* RIGHT COLUMN: OFFER SHOWCASE (DIALOK PRESENTATION) */
.offer-showcase-container {
  background: linear-gradient(145deg, #1e3a8a 0%, #1d4ed8 60%, #0284c7 100%);
  border-radius: var(--radius-card);
  padding: 38px 32px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 16px 36px rgba(29, 78, 216, 0.3);
  position: relative;
  overflow: hidden;
}

.offer-showcase-container::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.offer-header-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.offer-product-visual-wrap {
  text-align: center;
  position: relative;
  margin: 12px 0 20px;
}

.offer-product-img {
  max-width: 280px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 24px rgba(15, 23, 42, 0.4));
  transition: transform var(--transition-smooth);
}

.offer-product-img:hover {
  transform: scale(1.04) rotate(-1deg);
}

/* Price Box */
.offer-price-card {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.price-desc-col {
  display: flex;
  flex-direction: column;
}

.price-label {
  font-size: 0.82rem;
  color: #e0f2fe;
  text-transform: uppercase;
  font-weight: 600;
}

.price-pack-size {
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 700;
}

.price-numbers-col {
  text-align: right;
}

.price-old-val {
  font-size: 1.05rem;
  color: #cbd5e1;
  text-decoration: line-through;
}

.price-current-val {
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.offer-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offer-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.94rem;
  line-height: 1.45;
  color: #f1f5f9;
}

.bullet-check-icon {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 800;
}

/* --------------------------------------------------------------------------
   3-Step Daily Routine Section
   -------------------------------------------------------------------------- */
.routine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.routine-card {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 36px 26px;
  text-align: center;
  box-shadow: var(--shadow-cloud);
  position: relative;
}

.routine-step-number {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #0284c7, #1d4ed8);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
}

.routine-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-primary-dark);
  margin-bottom: 12px;
}

.routine-card p {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Customer Experiences Section (Testimonials)
   -------------------------------------------------------------------------- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-card {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 28px;
  box-shadow: var(--shadow-cloud);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.review-quote {
  font-size: 0.95rem;
  color: var(--color-text-main);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 20px;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
  padding-top: 14px;
}

.author-avatar {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #0284c7, #1d4ed8);
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-meta h4 {
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--color-primary-dark);
}

.author-meta p {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

/* --------------------------------------------------------------------------
   Interactive FAQ Section
   -------------------------------------------------------------------------- */
.faq-container {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--color-card-bg);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.05);
  transition: border-color var(--transition-fast);
}

.faq-item.active {
  border-color: var(--color-primary);
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq-toggle-icon {
  font-size: 1.3rem;
  color: var(--color-cyan-glow);
  transition: transform var(--transition-fast);
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 24px 22px;
  font-size: 0.95rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.faq-item.active .faq-answer {
  display: block;
}

/* --------------------------------------------------------------------------
   Google Ads Compliant Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: #0b1727;
  color: #94a3b8;
  padding: 60px 0 30px;
  font-size: 0.88rem;
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand h3 {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.footer-brand p {
  line-height: 1.6;
  margin-bottom: 14px;
  max-width: 360px;
}

.footer-links-col h4 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-list a {
  color: #94a3b8;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.footer-nav-list a:hover {
  color: #38bdf8;
}

.footer-contact-info p {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact-info a {
  color: #38bdf8;
  text-decoration: none;
}

.footer-disclaimer-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px 22px;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 30px;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.82rem;
}

/* --------------------------------------------------------------------------
   Responsive Media Queries
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .hero-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content {
    align-items: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .trust-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillars-grid, .routine-grid, .reviews-grid, .ingredients-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  /* Keep offer presentation visually on the right or top when stacked */
  .order-form-container {
    order: 2;
  }

  .offer-showcase-container {
    order: 1;
  }

  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid var(--color-border);
    flex-direction: column;
    padding: 20px 24px;
    gap: 16px;
    display: none;
    box-shadow: 0 10px 24px rgba(2, 132, 199, 0.1);
  }

  .nav-menu.nav-open {
    display: flex;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .trust-strip-grid, .pillars-grid, .routine-grid, .reviews-grid, .ingredients-grid {
    grid-template-columns: 1fr;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .offer-section-box {
    padding: 24px 16px;
  }

  .order-form-container, .offer-showcase-container {
    padding: 24px 18px;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }
}
