@charset "UTF-8";
/* Ocuvist TR — shared styles. Design Variant: B-2-δ-II */
/* B=centered hero, 2=gradient flow, δ=bordered cards, II=carousel testimonials */

:root {
  /* Brand palette — extracted from product (cyan/teal) */
  --primary: #00B5C0;
  --primary-deep: #0A4D5E;
  --primary-mid: #008A95;
  --primary-light: #66D4DC;
  --primary-pale: #E0F7F8;
  --primary-rgb: 0, 181, 192;

  /* Accent — orange complement for high-CTR CTAs */
  --accent: #FF7A00;
  --accent-dark: #E85D00;
  --accent-light: #FFB266;
  --accent-pale: #FFE9CC;
  --accent-rgb: 255, 122, 0;

  /* Discount badge — amber on cyan/teal brand */
  --discount-bg: #f59e0b;
  --discount-color: #fff;

  /* Gradients */
  --gradient-cta: linear-gradient(135deg, #FF7A00, #E85D00);
  --gradient-brand: linear-gradient(135deg, #00B5C0, #0A4D5E);
  --gradient-hero: linear-gradient(135deg, #E0F7F8, #fff5ed, #FFE9CC, #E0F7F8);

  /* Neutrals */
  --white: #fff;
  --off-white: #F8FCFD;
  --gray-50: #F1F7F9;
  --gray-100: #E2EBEE;
  --gray-200: #CBD7DC;
  --gray-300: #A0AEB5;
  --gray-400: #718089;
  --gray-500: #4A5560;
  --text: #1A2332;
  --text-mid: #4A5568;
  --text-light: #718096;
  --dark-bg: #0A1B2A;
  --star-color: #f59e0b;

  /* Radii */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(10,77,94,.06);
  --shadow-md: 0 4px 16px rgba(10,77,94,.08);
  --shadow-lg: 0 8px 32px rgba(10,77,94,.12);

  /* Z-index */
  --z-sticky-cta: 80;
  --z-header: 100;
  --z-promo-bar: 101;
  --z-mobile-nav: 200;
  --z-hamburger: 201;
  --z-modal-backdrop: 900;
  --z-modal: 1000;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(40px + 68px + 16px);
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-deep); }

h1, h2, h3, h4 {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -.01em;
  line-height: 1.25;
}

h1 {
  font-size: 2.8rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
h1 em {
  font-style: normal;
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h2 {
  font-size: 1.85rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(135deg, var(--primary-light), var(--accent));
  margin: 10px auto 0;
  opacity: .6;
}

h3 { font-size: 1.15rem; font-weight: 700; }
h4 { font-size: 1.08rem; font-weight: 800; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
section { padding: 48px 0; position: relative; }

/* Keyword highlights */
.kw { font-weight: 700; color: var(--primary-deep); }
.kw-accent {
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary), var(--accent-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.kw-mark {
  background: linear-gradient(135deg, var(--primary-pale), var(--accent-pale));
  border-radius: 4px;
  padding: 1px 6px;
  font-weight: 700;
  color: var(--text);
}
.hl { background: linear-gradient(180deg, transparent 60%, rgba(0,181,192,.18) 60%); padding: 0 2px; font-weight: 600; }
.hl-accent { background: linear-gradient(180deg, transparent 60%, rgba(255,122,0,.18) 60%); padding: 0 2px; font-weight: 600; }

/* Skip link */
.skip-link {
  position: absolute; top: -100%; left: 16px;
  z-index: 9999;
  background: var(--primary);
  color: #fff;
  padding: 8px 16px;
  border-radius: var(--radius-md);
}
.skip-link:focus { top: 8px; }

/* Promo bar */
.promo-bar {
  height: 40px;
  background: var(--gradient-brand);
  color: #fff;
  display: flex;
  align-items: center;
  z-index: var(--z-promo-bar);
  position: relative;
  overflow: hidden;
}
.promo-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  font-size: .85rem;
  font-weight: 600;
}
.promo-item { display: inline-flex; align-items: center; gap: 6px; }
.promo-item::before { content: "\2713"; color: var(--accent-light); font-weight: 800; margin-right: 4px; }
.promo-bar::after {
  content: '';
  position: absolute; top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  animation: shimmer 3s infinite;
}
@keyframes shimmer { to { left: 100%; } }

/* Header */
.header {
  position: sticky; top: 0;
  height: 68px;
  z-index: var(--z-header);
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  transition: box-shadow .3s;
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
  border-bottom-color: var(--gray-100);
}
.header-inner {
  height: 68px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--primary-deep);
}
.logo img { width: 32px; height: 32px; border-radius: 6px; }
.header-nav {
  display: flex; align-items: center; gap: 28px;
  list-style: none;
}
.header-nav a {
  color: var(--text);
  font-weight: 600;
  font-size: .92rem;
  transition: color .2s;
}
.header-nav a:hover { color: var(--primary); }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gradient-cta);
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.2);
  border-radius: var(--radius-full);
  padding: 10px 22px;
  font-weight: 700;
  font-size: .92rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(232,93,0,.3);
  transition: transform .2s, box-shadow .2s;
}
.header-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(232,93,0,.4); }

.hamburger {
  display: none;
  background: none; border: none;
  z-index: var(--z-hamburger);
  padding: 8px;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 24px; height: 2.5px;
  background: var(--text);
  transition: transform .3s, opacity .3s;
}
.hamburger.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
body.modal-open { overflow: hidden; }

/* Buttons */
.btn-cta {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  background: var(--gradient-cta);
  color: var(--white);
  border: none;
  border-radius: var(--radius-full);
  padding: 14px 32px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(232,93,0,.35);
  animation: pulse-cta 2.5s infinite;
  will-change: box-shadow;
  font-family: inherit;
}
.btn-cta:disabled { opacity: .8; cursor: wait; animation: none; }
@keyframes pulse-cta {
  0%, 100% { box-shadow: 0 4px 20px rgba(232,93,0,.35); }
  50% { box-shadow: 0 4px 35px rgba(232,93,0,.55); }
}
.btn-discount-pill {
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: var(--radius-full);
  padding: 2px 10px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.4;
  white-space: nowrap;
}

/* Cards (δ — bordered) */
.card {
  background: var(--white);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.card--top-accent {
  border-left: none;
  border-top: 4px solid var(--primary);
  border-radius: var(--radius-md);
}

/* Hero (B variant — centered) */
.hero {
  background: var(--gradient-hero);
  background-size: 500% 500%;
  animation: heroBgShift 16s ease infinite;
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}
@keyframes heroBgShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.hero::before, .hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .25;
  pointer-events: none;
  z-index: 0;
}
.hero::before {
  width: 320px; height: 320px;
  background: var(--primary-light);
  top: -80px; left: -120px;
  animation: orbFloat 12s ease-in-out infinite alternate;
}
.hero::after {
  width: 280px; height: 280px;
  background: var(--accent-light);
  bottom: -80px; right: -100px;
  animation: orbFloat 14s ease-in-out infinite alternate-reverse;
}
@keyframes orbFloat {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-30px) scale(1.05); }
}
.hero-inner {
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero-image-wrap {
  margin-bottom: 24px;
  width: 100%;
  max-width: 420px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image-wrap img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 16px 40px rgba(0,181,192,.2));
  position: relative;
  z-index: 2;
}
.hero-glow {
  position: absolute;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(0,181,192,.25), transparent 70%);
  border-radius: 50%;
  z-index: 1;
}
.hero h1 { margin-bottom: 12px; }
.hero-subtitle {
  font-size: 1.05rem;
  color: var(--text-mid);
  margin-bottom: 16px;
  max-width: 600px;
}
.feature-pills {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
}
.feature-pill {
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-full);
  padding: 6px 14px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--primary-deep);
  display: inline-flex; align-items: center; gap: 6px;
}

/* Price block */
.price-block {
  background: linear-gradient(135deg, rgba(0,181,192,.08), rgba(255,122,0,.06));
  border: 2px solid rgba(0,181,192,.15);
  border-radius: var(--radius-lg);
  padding: 18px 24px;
  margin: 0 auto 16px;
  max-width: 460px;
  width: 100%;
}
.price-label {
  display: block;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 4px;
}
.price-row {
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.price-old {
  text-decoration: line-through;
  color: var(--gray-400);
  font-size: .95rem;
  font-weight: 500;
}
.price-current {
  font-family: 'Outfit', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary-deep), var(--primary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.price-currency {
  font-size: .82rem;
  font-weight: 600;
  color: var(--gray-500);
  text-transform: uppercase;
}
.price-badge {
  display: inline-block;
  background: var(--discount-bg);
  color: var(--discount-color);
  font-size: .82rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  letter-spacing: .02em;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.3;
}
.price-badge--sm { font-size: .65rem; padding: 2px 6px; }

/* Order form */
.order-form-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 24px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--gray-100);
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
}
.form-header { margin-bottom: 16px; }
.form-header h3 { margin-bottom: 4px; color: var(--primary-deep); }
.form-header p { font-size: .88rem; color: var(--text-light); }
.field-group {
  position: relative;
  margin-bottom: 12px;
}
.field-group > svg:first-child {
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 18px; height: 18px;
  color: var(--gray-300);
  pointer-events: none;
}
.order-field {
  width: 100%;
  padding: 14px 16px 14px 42px;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-family: inherit;
  background: var(--white);
  color: var(--text);
  transition: border-color .2s, box-shadow .2s;
}
.order-field:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0,181,192,.12);
}
.phone-group .phone-prefix {
  position: absolute;
  left: 14px; top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: .92rem;
  color: var(--gray-500);
  pointer-events: none;
  z-index: 1;
}
.phone-group .order-field { padding-left: 58px; }
.form-submit {
  width: 100%;
  margin-top: 4px;
}
.form-secure-note {
  display: flex; align-items: center; justify-content: center;
  gap: 6px;
  margin-top: 10px;
  font-size: .72rem;
  color: var(--text-light);
}
.trust-badges-row {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.trust-badge-item {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .72rem;
  color: var(--gray-500);
  white-space: nowrap;
}
.trust-badge-item svg { width: 12px; height: 12px; flex-shrink: 0; }

/* Trust bar (4 stats) */
.trust-bar {
  background: var(--white);
  padding: 32px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.trust-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.trust-card-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gradient-brand);
}
.trust-card svg { width: 28px; height: 28px; color: var(--primary); margin: 4px auto 8px; display: block; }
.trust-number {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--primary-deep);
}
.trust-label {
  font-size: .85rem;
  font-weight: 600;
  color: var(--text-mid);
  margin-top: 4px;
}
.trust-detail {
  font-size: .72rem;
  color: var(--text-light);
  margin-top: 2px;
}

/* Section gradient backgrounds (variant 2 — gradient flow) */
.sec-nedir { background: linear-gradient(135deg, var(--primary-pale), #fff5ed); }
.sec-sirve { background: linear-gradient(135deg, #f0faf4, var(--accent-pale)); }
.sec-faydalari { background: linear-gradient(160deg, #fff, color-mix(in srgb, var(--primary-pale) 50%, #fff)); }
.sec-vs { background: linear-gradient(135deg, #fef0e6, var(--primary-pale)); }
.sec-quiz { background: linear-gradient(135deg, var(--accent-pale), #fff); }
.sec-kimler { background: linear-gradient(170deg, var(--primary-pale), #fff); }
.sec-icindekiler { background: linear-gradient(140deg, #edf7ff, var(--primary-pale)); }
.sec-etki { background: linear-gradient(160deg, #fff, var(--accent-pale)); }
.sec-fiyat { background: linear-gradient(150deg, var(--primary-pale), #fef0e6); }
.sec-kullanim { background: var(--white); }
.sec-yorumlar { background: linear-gradient(150deg, var(--accent-pale), var(--primary-pale)); }
.sec-teminat { background: linear-gradient(135deg, var(--primary-pale), #f0faf4); }
.sec-sss { background: linear-gradient(155deg, #fff, var(--primary-pale)); }
.sec-eczaneler { background: var(--off-white); }

.section-tag-wrap { text-align: center; margin-bottom: 12px; }
.section-tag {
  display: inline-block;
  background: var(--white);
  border: 1px solid var(--primary-light);
  border-radius: var(--radius-full);
  padding: 4px 14px;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--primary-deep);
}
.section-subtitle {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 28px;
  color: var(--text-mid);
  font-size: 1rem;
}
.snippet-paragraph {
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(6px);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 14px 18px;
  max-width: 740px;
  margin: 0 auto 28px;
  font-size: .98rem;
  color: var(--text);
  line-height: 1.7;
}

/* Nedir + 2-column */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.info-img-wrap {
  padding: 24px;
  display: flex; align-items: center; justify-content: center;
}
.info-img-wrap img {
  max-height: 280px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 30px rgba(0,181,192,.18));
}
.info-pills {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 16px;
}
.info-pill {
  background: var(--white);
  border: 1px solid var(--primary-light);
  border-radius: var(--radius-full);
  padding: 6px 14px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--primary-deep);
}

/* Mechanism flow */
.mechanism-flow {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  padding: 16px;
  background: rgba(255,255,255,.55);
  border-radius: var(--radius-lg);
}
.mechanism-flow-step {
  background: var(--white);
  border: 1.5px solid var(--primary-light);
  border-radius: var(--radius-full);
  padding: 8px 16px;
  font-weight: 700;
  font-size: .88rem;
  color: var(--primary-deep);
}
.mechanism-flow-arrow {
  color: var(--primary);
  font-weight: 800;
  font-size: 1.1rem;
}

/* Card grids */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cards-grid-2 { grid-template-columns: repeat(2, 1fr); }
.cards-grid-4 { grid-template-columns: repeat(4, 1fr); }

.mechanism-card, .benefit-card, .persona-card, .ingredient-card, .step-card { text-align: center; }
.mechanism-card .emoji, .benefit-card .emoji, .persona-card .emoji, .ingredient-card .emoji, .step-card .emoji {
  display: block;
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 10px;
  line-height: 1;
}
.mechanism-card h4 { color: var(--primary-deep); margin-bottom: 8px; }
.mechanism-card h4::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
  margin-right: 6px;
  vertical-align: middle;
  opacity: .5;
}
.benefit-card h4 {
  position: relative;
  padding-left: 12px;
  margin-bottom: 8px;
  text-align: left;
  display: inline-block;
}
.benefit-card { text-align: left; padding-left: 22px; }
.benefit-card h4::before {
  content: '';
  position: absolute;
  left: 0; top: 4px; bottom: 4px;
  width: 2px;
  border-radius: 1px;
  background: var(--primary-light);
}
.benefit-card p { font-size: .92rem; color: var(--text-mid); }
.persona-card h4 { color: var(--accent-dark); margin-bottom: 8px; }
.persona-card p { font-size: .92rem; color: var(--text-mid); }
.step-card h4 { color: var(--primary-deep); margin-bottom: 8px; position: relative; padding-bottom: 4px; display: inline-block; }
.step-card h4::after {
  content: '';
  display: block;
  width: 70%; height: 1.5px;
  background: linear-gradient(90deg, var(--accent-pale), transparent);
  margin: 4px auto 0;
}
.stat-badge {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  background: var(--primary-pale);
  border-radius: var(--radius-full);
  font-size: .78rem;
  font-weight: 700;
  color: var(--primary-deep);
}

.card p { color: var(--text-mid); font-size: .94rem; }

/* Ingredient cards */
.ingredient-card {
  display: flex; flex-direction: column;
  position: relative;
  padding-top: 28px;
}
.ingredient-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--gradient-brand);
  border-radius: 0 var(--radius-md) 0 0;
}
.ingredient-card .concentration {
  display: inline-block;
  margin: 4px 0 8px;
  padding: 3px 10px;
  background: var(--primary-pale);
  border-radius: var(--radius-full);
  font-size: .78rem;
  font-weight: 700;
  color: var(--primary-deep);
}
.ingredient-card .description { flex: 1; }
.ingredient-card .pubmed-link {
  display: inline-block;
  margin-top: 10px;
  font-size: .78rem;
  color: var(--primary);
  font-weight: 600;
}

/* VS Comparison table */
.vs-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.vs-table th, .vs-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--gray-100);
  font-size: .94rem;
}
.vs-table th {
  background: var(--primary-pale);
  font-weight: 800;
  color: var(--primary-deep);
}
.vs-table .col-product { background: rgba(0,181,192,.06); font-weight: 700; }
.vs-table .yes { color: #16a34a; font-weight: 700; }
.vs-table .no { color: #dc2626; font-weight: 700; }

/* Quiz */
.quiz-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 32px;
  box-shadow: var(--shadow-lg);
  max-width: 640px;
  margin: 0 auto;
}
.quiz-progress {
  display: flex; align-items: center; justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.quiz-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gray-200);
  transition: background .3s;
}
.quiz-dot.active { background: var(--primary); }
.quiz-step-label {
  text-align: center;
  font-size: .82rem;
  color: var(--text-light);
  margin-bottom: 16px;
  font-weight: 600;
}
.quiz-question {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: var(--text);
}
.quiz-options {
  display: grid;
  gap: 10px;
}
.quiz-option {
  background: var(--off-white);
  border: 2px solid var(--gray-100);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: .94rem;
  transition: all .2s;
  display: flex; align-items: center; gap: 10px;
}
.quiz-option:hover {
  border-color: var(--primary-light);
  background: var(--primary-pale);
}
.quiz-option .opt-emoji { font-size: 1.4rem; flex-shrink: 0; }
.quiz-spinner {
  width: 48px; height: 48px;
  border: 4px solid var(--gray-200);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: quizSpin .8s linear infinite;
  margin: 0 auto 16px;
}
@keyframes quizSpin { to { transform: rotate(360deg); } }
.quiz-loading-text {
  text-align: center;
  color: var(--text-mid);
  font-weight: 600;
}
.quiz-result-meter {
  margin: 16px 0;
}
.quiz-result-meter-label {
  display: flex; justify-content: space-between;
  font-size: .85rem;
  margin-bottom: 6px;
  font-weight: 600;
}
.quiz-result-meter-bar {
  height: 12px;
  background: var(--gray-100);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.quiz-result-meter-fill {
  height: 100%;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transition: width 1s ease;
}

/* Timeline (Como actua) */
.timeline {
  position: relative;
  padding: 0 8px;
  max-width: 760px;
  margin: 0 auto;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--primary), var(--accent));
}
.timeline-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 24px;
}
.timeline-dot {
  position: absolute;
  left: 8px; top: 8px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--primary);
  box-shadow: 0 0 12px var(--primary-light);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  color: var(--primary-deep);
  font-size: .82rem;
  z-index: 1;
}
.timeline-item h4 { color: var(--primary-deep); margin-bottom: 6px; }
.timeline-time-badge {
  display: inline-block;
  padding: 3px 10px;
  background: var(--accent-pale);
  color: var(--accent-dark);
  border-radius: var(--radius-full);
  font-size: .76rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.timeline-result {
  margin-top: 16px;
  padding: 18px 22px;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  color: var(--white);
  border-radius: var(--radius-lg);
  text-align: center;
}
.timeline-result h4 { color: var(--white); margin-bottom: 4px; }

/* Price comparison */
.price-comp-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-bottom: 24px;
}
.price-comp-table th, .price-comp-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--gray-100);
  font-size: .92rem;
}
.price-comp-table th {
  background: var(--primary-pale);
  color: var(--primary-deep);
  font-weight: 800;
}
.price-comp-table .total-row {
  background: var(--primary-pale);
  font-weight: 800;
}
.vs-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.vs-card {
  padding: 20px;
  border-radius: var(--radius-lg);
  text-align: center;
}
.vs-card-bad {
  background: var(--white);
  border: 2px solid var(--gray-200);
}
.vs-card-good {
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  color: var(--white);
}
.vs-card-good h4 { color: var(--white); }
.vs-card .vs-price {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 6px 0;
}
.savings-badge {
  display: block;
  text-align: center;
  background: var(--accent);
  color: var(--white);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-weight: 800;
  font-size: 1rem;
  max-width: 320px;
  margin: 0 auto;
}

/* Mid CTA (dark accent — variant pattern) */
.mid-cta {
  background: linear-gradient(135deg, var(--primary-deep), var(--text));
  color: var(--white);
  padding: 40px 32px;
  border-radius: var(--radius-xl);
  text-align: center;
  margin: 32px auto;
  max-width: 760px;
}
.mid-cta h3 {
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 8px;
}
.mid-cta p { color: rgba(255,255,255,.85); margin-bottom: 16px; }
.mid-cta .price-current { color: var(--accent-light); -webkit-text-fill-color: var(--accent-light); background: none; }
.mid-cta .price-old { color: rgba(255,255,255,.6); }
.mid-cta .price-currency { color: rgba(255,255,255,.7); }

/* Testimonials carousel (variant II) */
.testimonials-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.testimonials-trust .trust-stat {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 16px;
  text-align: center;
  border: 1px solid var(--gray-100);
}
.testimonials-trust .trust-stat-num {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--primary-deep);
}
.testimonials-trust .trust-stat-lbl {
  font-size: .82rem;
  color: var(--text-mid);
  margin-top: 4px;
}
.rating-histogram {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 20px;
  margin-bottom: 28px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.histo-row {
  display: flex; align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  font-size: .85rem;
}
.histo-stars { width: 60px; font-weight: 600; }
.histo-bar {
  flex: 1;
  height: 10px;
  background: var(--gray-100);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.histo-fill {
  height: 100%;
  background: var(--star-color);
}
.histo-count { width: 36px; text-align: right; font-weight: 600; color: var(--text-mid); }

.testimonials-carousel {
  display: flex; gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 8px 4px 16px;
  scrollbar-width: thin;
}
.testimonial-card {
  background: var(--white);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  padding: 22px;
  min-width: 320px;
  max-width: 320px;
  flex-shrink: 0;
  scroll-snap-align: start;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.testimonial-card.featured {
  border-color: var(--accent);
}
.testimonial-card .verified-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: #f0faf4;
  color: #166534;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  font-size: .68rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.testimonial-header {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 8px;
}
.testimonial-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--gradient-brand);
  color: var(--white);
  font-weight: 800;
  font-size: .92rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.testimonial-author { font-weight: 700; font-size: .92rem; }
.testimonial-loc { font-size: .78rem; color: var(--text-light); }
.testimonial-stars { color: var(--star-color); font-size: .9rem; margin-bottom: 6px; letter-spacing: 1px; }
.testimonial-duration { font-size: .76rem; color: var(--text-light); margin-bottom: 8px; }
.testimonial-text { font-size: .9rem; color: var(--text-mid); line-height: 1.6; }
.testimonial-result-tag {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 10px;
  background: var(--accent-pale);
  color: var(--accent-dark);
  border-radius: var(--radius-full);
  font-size: .74rem;
  font-weight: 700;
}

/* Guarantee */
.guarantee-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 32px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  box-shadow: var(--shadow-md);
  border-top: 4px solid var(--primary);
}
.guarantee-card svg { width: 56px; height: 56px; color: var(--primary); margin: 0 auto 12px; display: block; }
.guarantee-card h3 { color: var(--primary-deep); margin-bottom: 12px; }

/* FAQ */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid var(--gray-100);
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
}
.faq-item[open] {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-sm);
}
.faq-question {
  list-style: none;
  cursor: pointer;
  padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between;
  font-weight: 700;
  font-size: .98rem;
  color: var(--text);
}
.faq-question::-webkit-details-marker { display: none; }
.faq-toggle {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--primary-pale);
  color: var(--primary-deep);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform .25s;
}
.faq-item[open] .faq-toggle { transform: rotate(45deg); }
.faq-answer {
  padding: 0 20px 16px;
  color: var(--text-mid);
  font-size: .95rem;
  line-height: 1.7;
}

/* Final CTA */
.final-cta {
  background: linear-gradient(135deg, var(--primary), var(--primary-deep), var(--accent-dark));
  background-size: 300% 300%;
  animation: gradientShift 12s ease infinite;
  color: var(--white);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.final-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.final-cta-content { text-align: center; }
.final-cta-content h2 { color: var(--white); }
.final-cta-content h2::after { background: linear-gradient(135deg, rgba(255,255,255,.6), rgba(255,255,255,.3)); }
.final-cta-content p { color: rgba(255,255,255,.9); margin-bottom: 20px; }
.final-cta-content img { max-height: 220px; margin: 16px auto; filter: drop-shadow(0 12px 30px rgba(0,0,0,.3)); }
.final-checklist {
  list-style: none;
  display: inline-block;
  text-align: left;
  margin: 16px 0;
}
.final-checklist li {
  padding: 4px 0;
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,.95);
  font-size: .94rem;
}
.final-checklist li::before {
  content: "\2713";
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-weight: 800;
  font-size: .82rem;
  flex-shrink: 0;
}
.final-form { background: var(--white); }
.final-form h3 { color: var(--primary-deep); }

/* Pharmacies section */
.pharmacy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pharmacy-link {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 20px;
  text-align: center;
  color: var(--text);
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: block;
}
.pharmacy-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-light);
  color: var(--primary-deep);
}
.pharmacy-link .pharmacy-icon { font-size: 2rem; display: block; margin-bottom: 6px; }
.pharmacy-link .pharmacy-name { font-weight: 700; font-size: .95rem; }
.pharmacy-link .pharmacy-meta { font-size: .76rem; color: var(--text-light); margin-top: 4px; }

/* Footer */
.footer {
  background: var(--dark-bg);
  color: rgba(255,255,255,.85);
  padding: 48px 0 24px;
  font-size: .9rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 32px;
}
.footer-col h4 { color: var(--white); margin-bottom: 12px; font-size: 1rem; }
.footer-col a { color: rgba(255,255,255,.75); display: block; margin-bottom: 6px; transition: color .2s; }
.footer-col a:hover { color: var(--white); }
.footer-col p { color: rgba(255,255,255,.7); line-height: 1.6; }
.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  text-align: center;
  color: rgba(255,255,255,.55);
  font-size: .82rem;
}
.footer-disclaimer {
  background: rgba(255,255,255,.05);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: .82rem;
  color: rgba(255,255,255,.7);
}

/* Modal */
.modal-overlay {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(4px);
  z-index: var(--z-modal-backdrop);
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity .3s;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
}
.modal-overlay.open { visibility: visible; opacity: 1; }
.modal {
  background: var(--white);
  border-radius: var(--radius-xl);
  max-width: 460px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  z-index: var(--z-modal);
  box-shadow: 0 16px 48px rgba(0,0,0,.3);
}
.modal-topbar {
  background: var(--gradient-brand);
  color: var(--white);
  padding: 12px 20px;
  font-size: .88rem;
  font-weight: 600;
  display: flex; align-items: center; gap: 8px;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}
.modal-close {
  position: absolute;
  top: 12px; right: 12px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  color: var(--white);
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
}
.modal-close:hover { background: rgba(255,255,255,.35); }
.modal-body { padding: 20px; }
.modal-product {
  display: flex; align-items: center;
  gap: 14px;
  padding: 14px;
  background: var(--off-white);
  border-radius: var(--radius-md);
  margin-bottom: 16px;
}
.modal-product img { width: 64px; height: 64px; object-fit: contain; flex-shrink: 0; }
.modal-product-info { flex: 1; }
.modal-product-name { font-weight: 700; font-size: .94rem; margin-bottom: 4px; }
.modal-price-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.modal-product-price {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary-deep);
}
.modal-product-old { text-decoration: line-through; color: var(--gray-400); font-size: .85rem; }

/* Sticky CTA mobile */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(135deg, var(--text), #2d3748);
  padding: 12px 16px;
  box-shadow: 0 -4px 24px rgba(0,0,0,.2);
  z-index: var(--z-sticky-cta);
  border-radius: 16px 16px 0 0;
  display: none;
  align-items: center; justify-content: space-between;
  gap: 12px;
  color: var(--white);
}
.sticky-cta-info {
  display: flex; flex-direction: column;
}
.sticky-cta-price-row {
  display: flex; align-items: center; gap: 8px;
}
.sticky-cta-price {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--accent-light);
}
.sticky-cta-old { text-decoration: line-through; color: rgba(255,255,255,.55); font-size: .78rem; }

/* Live notif */
.live-notif {
  position: fixed;
  bottom: 80px; left: 16px;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 10px 14px;
  box-shadow: var(--shadow-lg);
  font-size: .82rem;
  color: var(--text);
  display: none;
  align-items: center; gap: 8px;
  z-index: 70;
  max-width: 280px;
  border: 1px solid var(--gray-100);
}
.live-dot {
  width: 8px; height: 8px;
  background: #16a34a;
  border-radius: 50%;
  animation: livePulse 2s infinite;
  flex-shrink: 0;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.5); }
}

/* Form submitting state */
.form-submitting .form-submit { opacity: .7; pointer-events: none; }
.form-success .form-submit { background: linear-gradient(135deg, #16a34a, #15803d); }

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s, transform .6s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Accessibility */
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .pharmacy-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonials-trust { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  /* Disable backdrop-filter on header (containing block trap) */
  .header { -webkit-backdrop-filter: none; backdrop-filter: none; }
  .header-nav {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: var(--white);
    flex-direction: column;
    padding: 88px 24px 32px;
    gap: 18px;
    z-index: var(--z-mobile-nav);
    align-items: center; justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden; opacity: 0;
    transition: visibility .3s, opacity .3s;
  }
  .header-nav.open { visibility: visible; opacity: 1; }
  .header-nav a { font-size: 1.15rem; font-weight: 700; }
  .header-nav .header-cta {
    width: 100%; max-width: 300px;
    justify-content: center;
    margin-top: 12px;
    padding: 14px 24px;
    font-size: 1rem;
  }
  .hamburger { display: flex; }

  section { padding: 36px 0; }
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; margin-bottom: 24px; }
  .hero { padding: 32px 0 48px; }
  .hero-image-wrap { max-width: 280px; margin-bottom: 16px; }
  .hero-image-wrap img { max-height: 240px; }
  .hero-glow { width: 240px; height: 240px; }
  .price-current { font-size: 2rem; }

  .two-col { grid-template-columns: 1fr; gap: 16px; }
  .cards-grid, .cards-grid-2, .cards-grid-4 { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .vs-cards { grid-template-columns: 1fr; }
  .final-cta-grid { grid-template-columns: 1fr; gap: 24px; }
  .pharmacy-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-trust { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }

  .sticky-cta { display: flex; }

  .vs-table, .price-comp-table {
    font-size: .82rem;
  }
  .vs-table th, .vs-table td, .price-comp-table th, .price-comp-table td {
    padding: 10px 8px;
  }

  section .btn-cta { width: 100%; }
  .header-cta { width: auto; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.35rem; }
  .container { padding: 0 16px; }
  .promo-bar-inner { gap: 12px; font-size: .76rem; }
  .promo-item { font-size: .76rem; }
  .price-current { font-size: 1.7rem; }
  .feature-pill { font-size: .76rem; padding: 5px 12px; }
}

/* Mobile slide-in nav (separate from .header-nav) */
.mobile-nav {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: var(--white);
  display: flex; flex-direction: column;
  padding: 88px 24px 32px; gap: 18px;
  z-index: var(--z-mobile-nav);
  align-items: center; justify-content: flex-start;
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  visibility: hidden; opacity: 0;
  transition: visibility .3s, opacity .3s;
}
.mobile-nav.open { visibility: visible; opacity: 1; }
.mobile-nav a {
  font-size: 1.15rem; font-weight: 700;
  color: var(--primary-deep); text-decoration: none;
  padding: 6px 12px;
}
.mobile-nav a:hover { color: var(--primary); }
.mobile-nav .header-cta {
  width: 100%; max-width: 300px;
  justify-content: center; margin-top: 12px;
  padding: 14px 24px; font-size: 1rem; color: #fff;
}
@media (min-width: 769px) { .mobile-nav { display: none !important; } }

/* ===========================================================
   POLISH PASS — debug fixes, tables, footer, modal, sticky
   =========================================================== */

/* Header auto-hide on scroll-down */
.header { transition: transform .3s ease, box-shadow .3s, background .3s; will-change: transform; }
.header.hide { transform: translateY(-100%); }

/* Tables — no horizontal scroll on mobile, fit content */
.table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media (max-width: 768px) {
  .table-wrap { overflow-x: visible; }
  .vs-table, .price-comp-table { font-size: .78rem; table-layout: fixed; width: 100%; }
  .vs-table th, .vs-table td,
  .price-comp-table th, .price-comp-table td {
    padding: 8px 4px; word-break: break-word; overflow-wrap: break-word;
  }
  .vs-table th:first-child, .vs-table td:first-child { min-width: 90px; }
}
@media (max-width: 480px) {
  .vs-table, .price-comp-table { font-size: .7rem; }
  .vs-table th, .vs-table td,
  .price-comp-table th, .price-comp-table td { padding: 6px 3px; }
}

/* Footer — 2 centered vertical columns (2x2 grid) */
.footer-inner,
.footer-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 32px 48px !important;
  max-width: 720px !important;
  margin: 0 auto 32px !important;
  text-align: center !important;
}
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 6px; }
.footer-col h4 { margin-bottom: 14px; }
.footer-col .logo--footer,
.footer-col .logo {
  justify-content: center;
  margin-bottom: 12px;
}
.footer-col p { text-align: center; }
@media (max-width: 600px) {
  .footer-inner,
  .footer-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
}

/* Modal — fit fully on screen */
.modal-overlay { padding: 8px; align-items: center; }
.modal {
  max-height: 96vh;
  max-height: 96dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal-topbar { flex-shrink: 0; }
.modal-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  padding: 16px;
}
.modal-product { padding: 10px; margin-bottom: 12px; gap: 12px; }
.modal-product img { width: 52px; height: 52px; }
@media (max-height: 740px) {
  .modal-topbar { padding: 8px 16px; font-size: .82rem; }
  .modal-body { padding: 12px; }
  .modal-product { padding: 8px; gap: 10px; margin-bottom: 10px; }
  .modal-product img { width: 44px; height: 44px; }
  .modal-product-name { font-size: .85rem; margin-bottom: 2px; }
  .modal-product-price { font-size: 1.1rem; }
  .modal .field-group { margin-bottom: 8px; }
  .modal .order-field { padding: 10px 14px 10px 42px; font-size: .92rem; }
  .modal .phone-group .order-field { padding-left: 58px; }
  .modal .form-submit { padding: 12px; }
  .modal .form-secure-note { font-size: .72rem; margin-top: 6px; }
}
@media (max-height: 620px) {
  .modal-product { display: none; }
}

/* Sticky CTA — premium font + product image */
.sticky-cta {
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.01em;
  padding: 10px 12px 10px 12px;
  gap: 10px;
  align-items: center;
}
.sticky-cta-img {
  width: 46px; height: 46px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
}
.sticky-cta-info { flex: 1; min-width: 0; line-height: 1.15; }
.sticky-cta-price { font-size: 1.3rem; font-weight: 800; letter-spacing: -0.02em; }
.sticky-cta-label {
  font-size: .72rem;
  color: rgba(255,255,255,.72);
  font-weight: 500;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-cta-btn {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  padding: 10px 18px;
  font-size: .9rem;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Hide live-notif when sticky-cta would overlap on mobile */
@media (max-width: 768px) {
  .live-notif { bottom: 92px; left: 12px; right: 12px; max-width: none; }
}

/* Order box — visible offer block with image, used inline mid-page on subpages */
.offer-box {
  background: linear-gradient(140deg, var(--primary-pale), #fff);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-xl, 16px);
  padding: 22px 18px;
  max-width: 480px;
  margin: 28px auto;
  box-shadow: 0 8px 28px rgba(10,77,94,.08);
  position: relative;
  overflow: hidden;
}
.offer-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 60% at 50% 0%, rgba(0,181,192,.08), transparent 70%);
  pointer-events: none;
}
.offer-box-head {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 14px;
  position: relative;
}
.offer-box-head img {
  width: 64px; height: 64px;
  border-radius: 12px;
  object-fit: contain;
  background: var(--white);
  padding: 4px;
  box-shadow: 0 4px 12px rgba(0,181,192,.15);
  flex-shrink: 0;
}
.offer-box-head .offer-box-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary-deep);
  line-height: 1.25;
}
.offer-box-head .offer-box-price {
  display: flex; align-items: baseline; gap: 8px;
  margin-top: 4px;
  font-family: 'Outfit', sans-serif;
}
.offer-box-head .offer-box-price .now {
  font-size: 1.4rem; font-weight: 800; color: var(--accent-dark);
}
.offer-box-head .offer-box-price .was {
  text-decoration: line-through; color: var(--gray-400); font-size: .85rem;
}

/* Spacing tightening — remove dead space */
section { padding: 56px 0; }
@media (max-width: 768px) { section { padding: 32px 0; } }
.hero { padding-bottom: 32px; }
@media (max-width: 768px) { .hero { padding: 24px 0 32px; } }

/* Visual polish — better contrast & centering */
.kw-mark {
  background: linear-gradient(180deg, transparent 55%, rgba(255,200,80,.55) 55%);
  padding: 0 4px; font-weight: 700;
}
.hero h1, .hero-subtitle, .feature-pills, .price-block {
  text-align: center;
}
.hero-text { display: flex; flex-direction: column; align-items: center; }
.feature-pills { justify-content: center; }
.price-block { text-align: center; }

.reg-disclaimer { color: rgba(255,255,255,.85) !important; }
.copyright { color: rgba(255,255,255,.55) !important; }

/* Reserve room above sticky-cta on mobile so content not covered */
@media (max-width: 768px) {
  body { padding-bottom: 76px; }
}

/* ============ SERP rich-snippet preview block ============ */
.serp-preview {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg, 14px);
  padding: 14px 16px;
  max-width: 580px;
  margin: 18px auto;
  font-family: 'Inter', system-ui, sans-serif;
  box-shadow: 0 4px 14px rgba(10,77,94,.06);
  position: relative;
}
.serp-preview::before {
  content: 'Google';
  position: absolute;
  top: -10px; left: 14px;
  background: var(--white);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  color: #5f6368;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid var(--gray-100);
}
.serp-url {
  font-size: .8rem;
  color: #006621;
  margin-bottom: 4px;
}
.serp-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a0dab;
  line-height: 1.3;
  margin-bottom: 6px;
}
.serp-meta {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px;
  font-size: .82rem;
  margin-bottom: 6px;
}
.serp-price { color: var(--accent-dark); font-weight: 700; }
.serp-stock { color: #16a34a; font-weight: 600; }
.serp-rating { color: #5f6368; }
.serp-rating::before { content: "\2605"; color: #fbbc04; margin-right: 2px; font-size: .9rem; }
.serp-desc {
  font-size: .85rem;
  color: #4d5156;
  line-height: 1.45;
}
@media (max-width: 480px) {
  .serp-preview { padding: 12px 14px; }
  .serp-title { font-size: .95rem; }
  .serp-meta { font-size: .76rem; gap: 6px; }
}

/* ============================================================
   PREMIUM POLISH PASS — make components look repesentable
   ============================================================ */

/* Refined kw-mark: subtle background highlight, no dingy stripe */
.kw-mark {
  background: linear-gradient(180deg, transparent 55%, rgba(255,196,0,.32) 55%, rgba(255,196,0,.32) 92%, transparent 92%);
  padding: 0 4px;
  font-weight: 700;
  border-radius: 2px;
  color: var(--text-dark, #0f172a);
}

/* Mechanism steps — premium card grid with gradient circle badge */
.mech-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.mech-step {
  background: var(--white, #fff);
  border: 1px solid var(--gray-100, #eef2f7);
  border-radius: var(--radius-lg, 18px);
  padding: 28px 22px 22px;
  position: relative;
  box-shadow: 0 6px 22px rgba(15, 23, 42, .04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.mech-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
  border-color: rgba(0, 181, 192, .35);
}
.mech-step .mech-num {
  position: absolute;
  top: -16px;
  left: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary, #00B5C0), var(--primary-deep, #007a82));
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  box-shadow: 0 6px 14px rgba(0, 181, 192, .35);
}
.mech-step h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 6px 0 10px;
  color: var(--text-dark, #0f172a);
}
.mech-step p { color: var(--text-mid, #475569); font-size: .94rem; line-height: 1.55; margin: 0; }

/* Benefit list — checkmark icon before each item */
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.benefit-list li {
  position: relative;
  background: var(--white, #fff);
  border: 1px solid var(--gray-100, #eef2f7);
  border-left: 4px solid var(--primary, #00B5C0);
  border-radius: var(--radius-md, 12px);
  padding: 14px 16px 14px 48px;
  font-size: .95rem;
  line-height: 1.55;
  color: var(--text-mid, #475569);
  box-shadow: 0 4px 12px rgba(15, 23, 42, .03);
}
.benefit-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent, #ff7a00), #ff9a3c);
  background-image:
    linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0)),
    linear-gradient(135deg, var(--accent, #ff7a00), #ff9a3c);
  box-shadow: 0 3px 8px rgba(255, 122, 0, .3);
}
.benefit-list li::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-65%) rotate(45deg);
}
.benefit-list li strong { color: var(--text-dark, #0f172a); font-weight: 700; }

/* Availability grid — proper card layout */
.availability-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.avail-card {
  display: block;
  background: var(--white, #fff);
  border: 1px solid var(--gray-100, #eef2f7);
  border-radius: var(--radius-lg, 18px);
  padding: 20px 22px;
  text-decoration: none;
  color: var(--text-dark, #0f172a);
  box-shadow: 0 6px 18px rgba(15, 23, 42, .04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}
.avail-card::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 4px;
  background: linear-gradient(180deg, var(--primary, #00B5C0), var(--accent, #ff7a00));
  opacity: 0;
  transition: opacity .25s ease;
}
.avail-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .1);
  border-color: rgba(0, 181, 192, .4);
}
.avail-card:hover::after { opacity: 1; }
.avail-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--primary-deep, #007a82);
}
.avail-card p {
  margin: 0;
  font-size: .92rem;
  color: var(--text-mid, #475569);
  line-height: 1.5;
}

/* CAROUSEL fix — HTML uses .carousel-viewport / .carousel-track / .carousel-slide */
.carousel-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg, 18px);
  position: relative;
}
.carousel-track {
  display: flex;
  transition: transform .5s cubic-bezier(.4,.2,.2,1);
  will-change: transform;
}
.carousel-slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 4px 4px 12px;
  box-sizing: border-box;
}
.carousel-slide .testimonial-card {
  min-width: 0;
  max-width: none;
  width: 100%;
  border-left: 4px solid var(--primary, #00B5C0);
  border-radius: var(--radius-lg, 18px);
  padding: 24px 22px;
  background: var(--white, #fff);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}
.carousel-slide .testimonial-stars {
  color: #f5b301;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.carousel-slide .testimonial-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-dark, #0f172a);
  margin: 0 0 14px;
  font-style: italic;
}
.carousel-slide .testimonial-author {
  font-size: .9rem;
  color: var(--text-mid, #475569);
}
.carousel-slide .testimonial-author strong { color: var(--primary-deep, #007a82); }

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 16px;
}
.carousel-prev, .carousel-next {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gray-100, #eef2f7);
  background: var(--white, #fff);
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--primary-deep, #007a82);
  box-shadow: 0 4px 12px rgba(15, 23, 42, .06);
  transition: background .2s ease, transform .2s ease;
}
.carousel-prev:hover, .carousel-next:hover { background: var(--primary, #00B5C0); color: #fff; transform: scale(1.05); }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gray-200, #e2e8f0);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .2s ease, transform .2s ease;
}
.carousel-dot.active { background: var(--primary, #00B5C0); transform: scale(1.3); }

/* Reg-note refinement */
.reg-note {
  background: linear-gradient(135deg, #fff8ec, #fff3d9);
  border-left: 4px solid #f5b301;
  border-radius: var(--radius-md, 12px);
  padding: 14px 18px;
  font-size: .92rem;
  line-height: 1.55;
  color: #7a5a00;
  margin-top: 22px;
}
.reg-note em { font-style: normal; }

/* Price-comp-table polish */
.price-comp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--white, #fff);
  border-radius: var(--radius-lg, 18px);
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(15, 23, 42, .05);
  margin-top: 18px;
}
.price-comp-table th {
  background: linear-gradient(135deg, var(--primary-pale, #e6f8fa), #d6f1f4);
  color: var(--primary-deep, #007a82);
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  text-align: left;
  padding: 14px 16px;
  border-bottom: 2px solid rgba(0, 181, 192, .2);
}
.price-comp-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-100, #eef2f7);
}
.price-comp-table tr:nth-child(even) td { background: #fafcfd; }
.price-comp-table .total-row td {
  background: linear-gradient(135deg, #fff8ec, #fff3d9);
  font-weight: 700;
  border-top: 2px solid #f5b301;
}
.price-comp-table .total-row:last-child td {
  background: linear-gradient(135deg, var(--primary-pale, #e6f8fa), #d6f1f4);
  color: var(--primary-deep, #007a82);
}

/* Hero subtitle premium spacing */
.hero-subtitle { font-size: 1rem; line-height: 1.6; color: var(--text-mid, #475569); margin: 12px 0 18px; }

/* Section heading underline accent */
.section h2, .sec-mekanizma h2, .sec-sirve h2, .sec-availability h2, .sec-price-comp h2, .sec-testimonials h2 {
  position: relative;
  padding-bottom: 14px;
}
.section h2::after, .sec-mekanizma h2::after, .sec-sirve h2::after, .sec-availability h2::after, .sec-price-comp h2::after, .sec-testimonials h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--primary, #00B5C0), var(--accent, #ff7a00));
}

@media (max-width: 480px) {
  .mech-step { padding: 26px 18px 18px; }
  .mech-step .mech-num { width: 34px; height: 34px; font-size: .95rem; top: -14px; left: 18px; }
  .benefit-list li { padding: 12px 14px 12px 44px; font-size: .9rem; }
  .avail-card { padding: 16px 18px; }
  .avail-card h3 { font-size: 1rem; }
  .avail-card p { font-size: .88rem; }
  .carousel-slide .testimonial-card { padding: 20px 18px; }
  .carousel-slide .testimonial-card p { font-size: .95rem; }
  .price-comp-table th, .price-comp-table td { padding: 9px 8px; font-size: .82rem; }
}

/* ============================================================
   FULL DESIGN AUDIT POLISH PASS — fix every flat element
   ============================================================ */

/* benefit-grid (sec-faydalari) */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.benefit-grid .card {
  background: var(--white, #fff);
  border: 1px solid var(--gray-100, #eef2f7);
  border-radius: var(--radius-lg, 18px);
  padding: 24px 22px 22px;
  box-shadow: 0 6px 22px rgba(15, 23, 42, .04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  text-align: left;
}
.benefit-grid .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
  border-color: rgba(0, 181, 192, .35);
}
.benefit-grid .card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 4px 0 10px;
  color: var(--text-dark, #0f172a);
}
.benefit-grid .card p { color: var(--text-mid, #475569); font-size: .94rem; line-height: 1.55; margin: 0; }
.card.card--top-accent { position: relative; padding-top: 26px; }
.card.card--top-accent::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--primary, #00B5C0), var(--accent, #ff7a00));
}

/* Ingredient grid + card polish */
.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.ingredient-card {
  background: var(--white, #fff);
  border: 1px solid var(--gray-100, #eef2f7);
  border-radius: var(--radius-lg, 18px);
  padding: 26px 20px 20px;
  text-align: center;
  box-shadow: 0 6px 22px rgba(15, 23, 42, .04);
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
  overflow: hidden;
}
.ingredient-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
}
.ingredient-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary, #00B5C0), var(--accent, #ff7a00));
}
.ingredient-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 8px 0 8px;
  color: var(--primary-deep, #007a82);
}
.ingredient-card p { color: var(--text-mid, #475569); font-size: .9rem; line-height: 1.55; margin: 0; }
.ing-amount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 64px;
  padding: 0 14px;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--primary-pale, #e6f8fa), #d6f1f4);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--primary-deep, #007a82);
  margin-bottom: 6px;
}
.ing-amount .kw-accent {
  background: none;
  -webkit-background-clip: border-box;
          background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  padding: 0;
  font-weight: 800;
  color: var(--accent, #ff7a00);
}
.ingredient-card--highlight {
  background: linear-gradient(135deg, #fff8ec, #fff3d9);
  border-color: #f5b301;
}
.ingredient-card--highlight::before { background: linear-gradient(90deg, #f5b301, #ff7a00); }

/* When section grid */
.when-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.when-item {
  background: var(--white, #fff);
  border: 1px solid var(--gray-100, #eef2f7);
  border-left: 4px solid var(--accent, #ff7a00);
  border-radius: var(--radius-md, 12px);
  padding: 14px 16px;
  font-size: .94rem;
  line-height: 1.5;
  color: var(--text-mid, #475569);
  box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.when-item:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15, 23, 42, .08); }
.when-item strong { color: var(--text-dark, #0f172a); display: block; margin-bottom: 2px; font-weight: 700; }

/* Howto numbered steps */
.howto-steps {
  list-style: none;
  counter-reset: howto;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}
.howto-steps li {
  counter-increment: howto;
  background: var(--white, #fff);
  border: 1px solid var(--gray-100, #eef2f7);
  border-radius: var(--radius-md, 12px);
  padding: 16px 18px 16px 64px;
  position: relative;
  font-size: .95rem;
  line-height: 1.55;
  color: var(--text-mid, #475569);
  box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
}
.howto-steps li::before {
  content: counter(howto);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary, #00B5C0), var(--primary-deep, #007a82));
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0, 181, 192, .35);
}
.howto-steps li strong { color: var(--text-dark, #0f172a); font-weight: 700; }

/* Countdown clock */
.countdown {
  display: flex;
  gap: 8px;
  margin: 18px auto 22px;
  justify-content: center;
  padding: 0;
}
.countdown > div {
  background: linear-gradient(135deg, var(--primary-deep, #007a82), #00424b);
  color: #fff;
  border-radius: var(--radius-md, 12px);
  padding: 12px 14px 8px;
  min-width: 64px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 122, 130, .3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.countdown > div span {
  font-family: 'Outfit', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.countdown > div small {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
  font-weight: 600;
}

/* sec-final-cta center align */
.final-cta-inner { text-align: center; }
.final-cta-inner h2 { text-align: center; }
.final-cta-inner .lead { text-align: center; max-width: 560px; margin: 0 auto 8px; }
.price-block--center { text-align: center; }
.price-block--center .price-row { justify-content: center; }
.final-cta-inner .order-form-card { max-width: 480px; margin-left: auto; margin-right: auto; }

/* Section heading lead text */
.section .lead {
  text-align: center;
  max-width: 720px;
  margin: 8px auto 0;
  color: var(--text-mid, #475569);
  font-size: 1rem;
  line-height: 1.6;
}
.sec-mekanizma h2, .sec-bilesenler h2, .sec-sirve h2, .sec-faydalari h2,
.sec-availability h2, .sec-price-comp h2, .sec-testimonials h2, .sec-when h2,
.sec-howto h2, .sec-vs h2, .sec-quiz h2, .sec-final-cta h2, .sec-faq h2,
.sec-nedir h2 {
  text-align: center;
}

/* Trust-bar refinement */
.trust-bar { padding: 22px 0; border-top: 1px solid var(--gray-100, #eef2f7); border-bottom: 1px solid var(--gray-100, #eef2f7); }

@media (max-width: 480px) {
  .ingredient-card { padding: 24px 16px 16px; }
  .ing-amount { min-width: 58px; height: 58px; font-size: .95rem; }
  .countdown > div { min-width: 58px; padding: 10px 10px 6px; }
  .countdown > div span { font-size: 1.4rem; }
  .countdown > div small { font-size: .62rem; }
  .howto-steps li { padding: 14px 14px 14px 58px; font-size: .9rem; }
  .howto-steps li::before { width: 32px; height: 32px; font-size: .9rem; left: 12px; }
  .when-item { padding: 12px 14px; font-size: .9rem; }
  .benefit-grid .card { padding: 22px 18px; }
}

/* ============================================================
   FIX PASS — modal image, offer-box layout, carousel controls
   ============================================================ */

/* Modal — big centered product image */
.modal-product {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  background: linear-gradient(140deg, var(--primary-pale, #e6f8fa), #fff);
  border: 1px solid rgba(0, 181, 192, .15);
  border-radius: var(--radius-lg, 18px);
  padding: 14px 18px 16px;
  margin-bottom: 16px;
  position: relative;
}
.modal-product img {
  width: 120px !important;
  height: 120px !important;
  flex: 0 0 120px;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
  padding: 6px;
  box-shadow: 0 8px 22px rgba(0, 181, 192, .18);
  margin-bottom: 4px;
}
.modal-product-info { width: 100%; }
.modal-product-name {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-deep, #007a82);
  margin-bottom: 6px;
}
.modal-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}
.modal-product-price {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent, #ff7a00);
  letter-spacing: -0.02em;
}
.modal-product-old { text-decoration: line-through; color: var(--gray-400, #9ca3af); font-size: .9rem; }

@media (max-height: 740px) {
  .modal-product { padding: 10px 14px 12px; margin-bottom: 12px; gap: 4px; }
  .modal-product img { width: 96px !important; height: 96px !important; flex: 0 0 96px; }
  .modal-product-price { font-size: 1.3rem; }
}
@media (max-height: 620px) {
  .modal-product { display: flex !important; padding: 8px 12px; margin-bottom: 8px; flex-direction: row; gap: 12px; text-align: left; }
  .modal-product img { width: 64px !important; height: 64px !important; flex: 0 0 64px; }
  .modal-product-info { width: auto; flex: 1; text-align: left; }
  .modal-price-row { justify-content: flex-start; }
  .modal-product-price { font-size: 1.1rem; }
  .modal-product-name { font-size: .9rem; margin-bottom: 2px; }
}

/* Offer-box (inline) — big image on top, content below, premium look */
.offer-box {
  background: linear-gradient(160deg, #fff, var(--primary-pale, #e6f8fa));
  border: 1px solid rgba(0, 181, 192, .18);
  border-radius: 22px;
  padding: 26px 22px 22px;
  max-width: 460px;
  margin: 28px auto;
  box-shadow: 0 14px 40px rgba(0, 181, 192, .12);
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.offer-box::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary, #00B5C0), var(--accent, #ff7a00));
}
.offer-box > img {
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 12px 28px rgba(0, 181, 192, .18);
  margin: 4px 0 6px;
}
.offer-box-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.offer-box-eyebrow {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent, #ff7a00), #ff9a3c);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(255, 122, 0, .25);
}
.offer-box-body h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--primary-deep, #007a82);
  margin: 4px 0 2px;
  line-height: 1.25;
}
.offer-box-body > p {
  font-size: 1rem;
  color: var(--text-mid, #475569);
  margin: 0 0 10px;
}
.offer-box-body > p strong {
  color: var(--accent, #ff7a00);
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  margin-right: 4px;
  letter-spacing: -0.02em;
}
.offer-box-body > p s { color: var(--gray-400, #9ca3af); margin-right: 4px; }
.offer-box .order-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.offer-box .field-group { width: 100%; }
.offer-box .form-submit { width: 100%; }

@media (max-width: 480px) {
  .offer-box { padding: 22px 16px 18px; margin: 22px auto; }
  .offer-box > img { width: 130px; height: 130px; flex: 0 0 130px; }
  .offer-box-body h3 { font-size: 1.08rem; }
  .offer-box-body > p strong { font-size: 1.25rem; }
}

/* Carousel controls — explicit centering, even spacing */
.carousel-controls {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 16px auto 0;
  width: 100%;
}
.carousel-controls .carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ============================================================
   FIX PASS 2 — testimonials-carousel layout (controls below),
   offer-box variants for hero & final-cta, pulse animation on
   buy buttons, bigger sticky-cta image
   ============================================================ */

/* Override earlier .testimonials-carousel display:flex (line ~1117)
   which was placing controls beside the slide instead of below */
.testimonials-carousel {
  display: block !important;
  overflow: visible !important;
  scroll-snap-type: none !important;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.testimonials-carousel .carousel-viewport { width: 100%; }
.testimonials-carousel .carousel-controls { width: 100%; margin-top: 18px; }

/* Carousel control buttons polish */
.carousel-prev, .carousel-next {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(0, 181, 192, .25);
  background: #fff;
  color: var(--primary-deep, #007a82);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s, box-shadow .18s, background .18s;
  box-shadow: 0 4px 12px rgba(0, 181, 192, .12);
}
.carousel-prev:hover, .carousel-next:hover {
  background: var(--primary, #00B5C0);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 181, 192, .28);
}
.carousel-dots .carousel-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(0, 181, 192, .25);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width .2s, background .2s;
}
.carousel-dots .carousel-dot.active {
  width: 22px;
  background: var(--primary, #00B5C0);
  border-radius: 50px;
}

/* === Offer-box variants === */
.offer-box.offer-box--hero,
.offer-box.offer-box--final {
  background: linear-gradient(160deg, #fff, var(--primary-pale, #e6f8fa));
  border: 1px solid rgba(0, 181, 192, .2);
  border-radius: 22px;
  padding: 22px 18px 20px;
  max-width: 460px;
  margin: 18px auto;
  box-shadow: 0 16px 44px rgba(0, 181, 192, .14);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.offer-box.offer-box--hero::before,
.offer-box.offer-box--final::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary, #00B5C0), var(--accent, #ff7a00));
}
.offer-box--hero > img,
.offer-box--final > img {
  width: 140px !important;
  height: 140px !important;
  flex: 0 0 140px;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 12px 28px rgba(0, 181, 192, .18);
}
.offer-box--hero .offer-box-body,
.offer-box--final .offer-box-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.offer-box--hero h3,
.offer-box--final h3 {
  font-size: 1.18rem;
  margin: 4px 0 2px;
  color: var(--primary-deep, #007a82);
  font-family: 'Outfit', sans-serif;
}
.offer-price-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2px 0 4px;
}
.offer-price-line .price-old {
  color: var(--gray-400, #9ca3af);
  text-decoration: line-through;
  font-size: 1rem;
}
.offer-price-line .price-current {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--primary-deep, #007a82);
  font-family: 'Outfit', sans-serif;
}
.offer-price-line .price-current .price-currency {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 2px;
}
.offer-price-line .price-badge {
  background: linear-gradient(135deg, var(--accent, #ff7a00), #ff9a3c);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 50px;
  letter-spacing: .2px;
}
.offer-box-sub {
  color: var(--text-mid, #475569);
  font-size: .92rem;
  margin: 0 0 4px;
  line-height: 1.5;
}
.offer-box--hero .order-form,
.offer-box--final .order-form {
  width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0;
  border: none;
  margin: 4px 0 0;
}
.offer-box--hero .form-submit,
.offer-box--final .form-submit { width: 100%; }

@media (max-width: 480px) {
  .offer-box--hero > img,
  .offer-box--final > img {
    width: 120px !important;
    height: 120px !important;
    flex: 0 0 120px;
  }
  .offer-box--hero h3,
  .offer-box--final h3 { font-size: 1.08rem; }
  .offer-price-line .price-current { font-size: 1.5rem; }
}

/* === Action-inducing pulse animation on CTA buttons === */
@keyframes ocv-pulse-ring {
  0%   { box-shadow: 0 8px 22px rgba(255, 122, 0, .28), 0 0 0 0 rgba(255, 122, 0, .55); }
  70%  { box-shadow: 0 8px 22px rgba(255, 122, 0, .28), 0 0 0 14px rgba(255, 122, 0, 0); }
  100% { box-shadow: 0 8px 22px rgba(255, 122, 0, .28), 0 0 0 0 rgba(255, 122, 0, 0); }
}
@keyframes ocv-cta-shine {
  0%   { transform: translateX(-120%) skewX(-18deg); }
  60%  { transform: translateX(220%) skewX(-18deg); }
  100% { transform: translateX(220%) skewX(-18deg); }
}
.btn-cta,
.form-submit.btn-cta,
.header-cta,
.sticky-cta-btn {
  position: relative;
  overflow: hidden;
  animation: ocv-pulse-ring 2.4s cubic-bezier(.4,.2,.2,1) infinite;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn-cta::after,
.form-submit.btn-cta::after,
.header-cta::after,
.sticky-cta-btn::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.55) 50%, transparent 100%);
  pointer-events: none;
  transform: translateX(-120%) skewX(-18deg);
  animation: ocv-cta-shine 3.2s ease-in-out infinite;
  animation-delay: 1.6s;
}
.btn-cta:hover,
.form-submit.btn-cta:hover,
.header-cta:hover,
.sticky-cta-btn:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.06);
}
.btn-cta:active,
.form-submit.btn-cta:active,
.sticky-cta-btn:active {
  transform: translateY(0) scale(.98);
}
/* CTA animations intentionally play regardless of prefers-reduced-motion
   (commercial conversion priority — user directive) */

/* === Sticky CTA polish — bigger product image, offer-box feel === */
.sticky-cta {
  align-items: center;
  gap: 12px;
}
.sticky-cta-img {
  width: 56px !important;
  height: 56px !important;
  flex: 0 0 56px;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}
@media (max-width: 480px) {
  .sticky-cta-img { width: 48px !important; height: 48px !important; flex: 0 0 48px; }
}

/* ============================================================
   FIX PASS 3 — purchase how-to mini-grid, trust mini-row,
   cart icon on CTA buttons, modal compact-fit
   ============================================================ */

/* === Purchase steps mini-grid (5 horizontal cards) === */
.howto-mini {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  width: 100%;
  margin: 4px 0 10px;
}
.howto-mini-title {
  grid-column: 1 / -1;
  text-align: center;
  font-size: .76rem;
  font-weight: 700;
  color: var(--primary-deep, #007a82);
  letter-spacing: .3px;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.howto-mini-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(0, 181, 192, .14);
  border-radius: 10px;
  padding: 6px 2px 6px;
  font-size: .62rem;
  line-height: 1.15;
  color: var(--text-mid, #475569);
  font-weight: 600;
}
.howto-mini-step .hms-emoji {
  font-size: 1.05rem;
  line-height: 1;
  margin-bottom: 3px;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.08));
}
.howto-mini-step .hms-num {
  font-size: .58rem;
  color: var(--accent, #ff7a00);
  font-weight: 800;
  margin-bottom: 1px;
}
.howto-mini-step .hms-label { font-size: .62rem; color: var(--text-dark, #0f172a); }

/* === Trust mini-row (3-4 horizontal items) === */
.trust-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  width: 100%;
  margin: 8px 0 4px;
  padding: 8px 4px;
  background: linear-gradient(135deg, rgba(0, 181, 192, .06), rgba(255, 122, 0, .04));
  border-radius: 10px;
  border: 1px solid rgba(0, 181, 192, .1);
}
.trust-mini-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
  font-size: .68rem;
  font-weight: 600;
  color: var(--text-mid, #475569);
  line-height: 1.15;
}
.trust-mini-item .tmi-emoji {
  font-size: 1.15rem;
  line-height: 1;
}
.trust-mini-counter {
  font-size: .72rem;
  font-weight: 600;
  color: var(--primary-deep, #007a82);
  text-align: center;
  margin: 6px 0 0;
  padding: 4px 8px;
  background: rgba(0, 181, 192, .07);
  border-radius: 6px;
}
.trust-mini-counter strong { color: var(--accent, #ff7a00); font-weight: 800; }

/* === Cart icon button (SVG) === */
.btn-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
  flex-shrink: 0;
}
.form-submit.btn-cta,
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

/* === Modal compact: fit on screen, no inner scroll === */
.modal {
  max-height: 96vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal-body {
  overflow: visible;
  padding: 12px 16px 16px;
}
.modal-product {
  padding: 10px 12px 12px !important;
  margin-bottom: 10px !important;
}
.modal-product img {
  width: 84px !important;
  height: 84px !important;
  flex: 0 0 84px;
}
.modal .order-form .field-group { margin-bottom: 8px; }
.modal .form-secure-note { font-size: .68rem; margin: 6px 0 0; }
.modal .howto-mini { margin: 0 0 8px; gap: 4px; }
.modal .howto-mini-step { padding: 5px 1px; font-size: .58rem; }
.modal .howto-mini-step .hms-emoji { font-size: .95rem; }
.modal .trust-mini { padding: 6px 4px; margin: 6px 0 0; gap: 4px; }
.modal .trust-mini-item { font-size: .62rem; }
.modal .trust-mini-item .tmi-emoji { font-size: 1rem; }

@media (max-height: 720px) {
  .modal-product img { width: 64px !important; height: 64px !important; flex: 0 0 64px; }
  .modal-body { padding: 10px 14px 12px; }
}
@media (max-height: 600px) {
  .modal-product { display: none !important; }
  .modal .howto-mini-step .hms-emoji { font-size: .85rem; }
}

/* Mobile narrow howto-mini */
@media (max-width: 380px) {
  .howto-mini { gap: 3px; }
  .howto-mini-step { padding: 5px 1px; }
  .howto-mini-step .hms-emoji { font-size: .95rem; }
  .howto-mini-step .hms-label { font-size: .56rem; }
  .trust-mini { gap: 4px; padding: 6px 3px; }
  .trust-mini-item { font-size: .62rem; }
  .trust-mini-item .tmi-emoji { font-size: 1rem; }
}

/* === Official site badge in header logo === */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  text-decoration: none;
}
.logo-official {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: linear-gradient(135deg, rgba(0, 181, 192, .12), rgba(255, 122, 0, .12));
  border: 1px solid rgba(0, 181, 192, .28);
  color: var(--primary-deep, #007a82);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2px;
  padding: 3px 8px 3px 6px;
  border-radius: 50px;
  white-space: nowrap;
  line-height: 1.2;
}
.logo-official .lo-flag {
  font-size: .85rem;
  filter: drop-shadow(0 0 1px rgba(0,0,0,.1));
}
.logo-official .lo-text { font-size: .68rem; }

@media (max-width: 480px) {
  .logo-official { padding: 2px 7px 2px 5px; font-size: .6rem; }
  .logo-official .lo-text { font-size: .6rem; }
  /* Shorter text label on small screens */
  .logo-official .lo-text::before { content: "Resmi Site"; }
  .logo-official .lo-text { font-size: 0; line-height: 0; }
  .logo-official .lo-text::before { font-size: .6rem; line-height: 1.2; }
}
@media (max-width: 340px) {
  .logo-official .lo-text { display: none; }
}

/* === Footer emoji prefix === */
.footer-col h4 .ftr-emoji,
.footer ul li a .ftr-emoji {
  display: inline-block;
  margin-right: 4px;
  filter: grayscale(0);
}



