/* Design: B-2-γ-II | font:playfair | palette:sage-mint-clinical | prefix=dc-
 * Uniq: radius=14 | cardpad=24 | secpad=48 | pulse=3.4s | hue+8 | sat+5
 * Reviews: 4 | rating=4.7 | revCount=287 | titleSep=·
 * Build: diacaps-tr 2026-04-30 */

/* ============================================================
   1. RESET & ROOT
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--primary-dark); }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font: inherit; }

:root {
  --primary: #2d8c6e;
  --primary-dark: #1f5e4a;
  --primary-pale: #e8f5ef;
  --primary-rgb: 45,140,110;
  --accent: #4cb8a0;
  --accent-rgb: 76,184,160;
  --accent-2: #f59e0b;
  --surface: #ffffff;
  --surface-tint: #f7faf9;
  --dark-bg: #0f2e23;
  --ink: #16241f;
  --ink-soft: #4a5d56;
  --border: #d9e6e0;
  --border-soft: #e8eeea;
  --star-color: #f5b301;
  --discount-bg: #ff5a3c;
  --discount-color: #fff;
  --danger: #dc2626;
  --success: #10b981;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 18px;
  --radius-full: 999px;

  --container: 1180px;
  --header-h: 68px;

  --shadow-sm: 0 1px 3px rgba(15,46,35,.06);
  --shadow-md: 0 4px 16px rgba(15,46,35,.09);
  --shadow-lg: 0 8px 32px rgba(15,46,35,.13);

  --z-sticky-cta: 80;
  --z-header: 100;
  --z-promo: 101;
  --z-mobile-nav: 200;
  --z-hamburger: 201;
  --z-modal-backdrop: 900;
  --z-modal: 1000;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

/* ============================================================
   2. TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -.01em;
}
h1 { font-size: 2.8rem; margin-bottom: 18px; }
h2 { font-size: 1.85rem; margin-bottom: 16px; position: relative; }
h2::after {
  content:''; display:block; width:64px; height:3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: var(--radius-full);
  margin-top: 12px; opacity: .6;
}
.dc-section h2 { text-align:center; }
.dc-section h2::after { margin: 12px auto 0; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }
h4 { font-size: 1.08rem; margin-bottom: 8px; font-family: var(--font-display); }
p { margin-bottom: 12px; }
strong { font-weight: 700; }

.hl {
  background: linear-gradient(180deg, transparent 62%, rgba(45,140,110,.32) 62%, rgba(45,140,110,.32) 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 3px;
  border-radius: 2px;
}
.hl-accent {
  background: linear-gradient(180deg, transparent 62%, rgba(245,158,11,.4) 62%, rgba(245,158,11,.4) 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 3px;
  border-radius: 2px;
}

@media (max-width: 768px) {
  h1 { font-size: 1.85rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.15rem; }
}
@media (max-width: 480px) {
  h1 { font-size: 1.65rem; }
  h2 { font-size: 1.35rem; }
}

/* ============================================================
   3. LAYOUT
   ============================================================ */
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.dc-section { padding: 48px 0; position: relative; }
@media (max-width: 768px) { .dc-section { padding: 36px 0; } }

.section-tag-wrap { text-align:center; margin-bottom: 8px; }
.section-tag {
  display: inline-block;
  font-size: .72rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--primary-dark); background: var(--primary-pale);
  padding: 6px 14px; border-radius: var(--radius-full);
}
.section-subtitle {
  text-align: center; font-size: 1.02rem;
  color: var(--ink-soft); max-width: 740px;
  margin: 0 auto 28px; line-height: 1.7;
}
.dc-snippet {
  max-width: 760px; margin: 0 auto 18px;
  font-size: 1rem; color: var(--ink);
  line-height: 1.75; text-align: center;
}
.dc-bridge {
  text-align: center; font-size: .96rem;
  color: var(--ink-soft); max-width: 780px;
  margin: 22px auto 0; line-height: 1.7;
}
.dc-disclaimer-soft {
  background: var(--surface-tint);
  border-left: 3px solid var(--accent-2);
  padding: 12px 16px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: .86rem;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 760px;
  margin: 18px auto 0;
}

/* Section bg cycle */
.bg-flow-1 { background: linear-gradient(135deg, var(--primary-pale), #f0fbf6); }
.bg-flow-2 { background: linear-gradient(135deg, #f0fbf6, #fff8ed); }
.bg-flow-3 { background: linear-gradient(135deg, #edfaf5, var(--primary-pale)); }
.bg-flow-4 { background: linear-gradient(135deg, #f7faf9, #edfaf5); }
.bg-surface { background: var(--surface); }
.bg-tint { background: var(--surface-tint); }

/* Anchor offset */
[id] { scroll-margin-top: 80px; }

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

/* ============================================================
   4. PROMO BAR
   ============================================================ */
.dc-promo {
  height: 40px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .82rem; font-weight: 500;
  position: relative; overflow: hidden;
  z-index: var(--z-promo);
}
.dc-promo-inner { position: relative; z-index: 1; text-align: center; padding: 0 12px; }
.dc-promo::before {
  content:''; position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  animation: dcShimmer 6.5s ease-in-out infinite;
}
@keyframes dcShimmer { 0%{left:-100%} 100%{left:200%} }
@media (max-width: 768px) { .dc-promo { font-size: .72rem; } }

/* ============================================================
   5. HEADER
   ============================================================ */
.dc-header {
  position: sticky; top: 0;
  height: var(--header-h);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-soft);
  z-index: var(--z-header);
  transition: box-shadow .25s;
}
.dc-header.scrolled { box-shadow: 0 2px 18px rgba(15,46,35,.08); }
.dc-header-inner {
  max-width: var(--container); margin: 0 auto;
  height: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 16px; gap: 12px;
}
.dc-logo {
  font-family: var(--font-display);
  font-size: 1.32rem; font-weight: 700;
  color: var(--primary-dark);
  display: flex; align-items: center; gap: 6px;
  letter-spacing: -.01em;
}
.dc-logo .dc-flag { font-size: 1rem; }
.dc-flag-pill {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--primary-pale);
  color: var(--primary-dark);
  font-size: .68rem; font-weight: 700;
  padding: 4px 9px;
  border-radius: var(--radius-full);
  margin-left: 6px;
  white-space: nowrap;
}
.dc-nav {
  display: flex; align-items: center;
  gap: 22px; list-style: none;
}
.dc-nav a:not(.dc-cta-header) {
  color: var(--ink-soft);
  font-size: .92rem; font-weight: 500;
}
.dc-nav a:not(.dc-cta-header):hover { color: var(--primary); }

.dc-cta-header {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--accent-2), #ffb547);
  color: #fff; font-weight: 700; font-size: .9rem;
  padding: 10px 18px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 14px rgba(245,158,11,.32);
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.dc-cta-header:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(245,158,11,.4);
  color: #fff;
}

.dc-hamburger {
  display: none;
  flex-direction: column; gap: 5px;
  width: 36px; height: 36px;
  align-items: center; justify-content: center;
  background: var(--primary-pale);
  border-radius: 10px;
  z-index: var(--z-hamburger);
}
.dc-hamburger span {
  display: block; width: 20px; height: 2px;
  background: var(--primary-dark); border-radius: 2px;
  transition: transform .25s, opacity .25s;
}
body.nav-open .dc-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .dc-hamburger span:nth-child(2) { opacity: 0; }
body.nav-open .dc-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1024px) {
  .dc-hamburger { display: flex; }
  .dc-nav {
    position: fixed;
    top: calc(var(--header-h) + 8px);
    left: 50%;
    transform: translate(-50%, -10px);
    width: 92%; max-width: 360px;
    flex-direction: column; align-items: stretch;
    gap: 4px;
    background: var(--surface);
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    padding: 18px;
    max-height: calc(100dvh - var(--header-h) - 24px);
    overflow-y: auto;
    display: none;
    z-index: var(--z-mobile-nav);
  }
  body.nav-open .dc-nav {
    display: flex;
    transform: translate(-50%, 0);
  }
  .dc-nav a:not(.dc-cta-header) {
    padding: 12px 14px;
    border-radius: 10px;
    text-align: center;
    background: var(--surface-tint);
  }
  .dc-nav .dc-cta-header {
    margin-top: 6px;
    align-self: stretch;
    justify-content: center;
    padding: 14px 18px;
  }
}
@media (max-width: 768px) {
  .dc-cta-header { padding: 8px 12px; font-size: .8rem; }
  .dc-flag-pill { display: none; }
}

/* ============================================================
   6. HERO (Layout B — Centered)
   ============================================================ */
.dc-hero {
  position: relative;
  padding: 56px 0 48px;
  background: linear-gradient(135deg, var(--primary-pale) 0%, #f0fbf6 50%, #fff8ed 100%);
  background-size: 200% 200%;
  animation: heroBg 22s ease infinite;
  overflow: hidden;
}
@keyframes heroBg {
  0%,100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.dc-hero::before {
  content:''; position: absolute;
  top: -80px; right: -60px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(76,184,160,.18), transparent 70%);
  border-radius: 50%; pointer-events: none;
  animation: orbDrift 17s ease-in-out infinite;
}
.dc-hero::after {
  content:''; position: absolute;
  bottom: -100px; left: -80px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(45,140,110,.14), transparent 70%);
  border-radius: 50%; pointer-events: none;
  animation: orbDrift 15s ease-in-out infinite reverse;
}
@keyframes orbDrift {
  0%,100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(20px,-25px) scale(1.08); }
}
.dc-hero-inner {
  position: relative; z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  display: flex; flex-direction: column; align-items: center;
}
.dc-hero-badge-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px; margin-bottom: 16px;
}
.dc-hb {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(45,140,110,.18);
  color: var(--primary-dark);
  font-size: .76rem; font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 8px rgba(15,46,35,.06);
}
.dc-hb-rating { color: var(--accent-2); }
.dc-hero h1 { margin-bottom: 14px; max-width: 800px; }
.dc-hero-sub {
  font-size: 1.08rem;
  color: var(--ink-soft);
  max-width: 680px;
  margin: 0 auto 24px;
  line-height: 1.7;
}
.dc-hero-image-wrap {
  margin: 8px auto 22px;
  position: relative;
  width: 100%; max-width: 380px;
}
.dc-hero-image-wrap::before {
  content:''; position: absolute; inset: 0;
  background: radial-gradient(circle, rgba(76,184,160,.28) 0%, transparent 65%);
  filter: blur(40px); z-index: 0;
}
.dc-hero-img {
  position: relative; z-index: 1;
  max-height: 360px; width: auto;
  margin: 0 auto;
  filter: drop-shadow(0 18px 36px rgba(15,46,35,.22));
}
.dc-trust-pills {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px; margin-bottom: 22px;
}
.dc-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.92);
  color: var(--ink-soft);
  font-size: .82rem; font-weight: 500;
  padding: 7px 14px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-soft);
}
@media (max-width: 480px) {
  .dc-hero { padding: 36px 0 32px; }
  .dc-hero-image-wrap { max-width: 280px; }
  .dc-hero-img { max-height: 280px; }
}

/* ============================================================
   7. OFFER BOX (REF-1) + FORM
   ============================================================ */
.dc-offer {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(45,140,110,.22);
  border-radius: var(--radius-lg);
  padding: 22px 22px 20px;
  box-shadow: 0 12px 36px rgba(15,46,35,.12);
  max-width: 460px; width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex; flex-direction: column;
}
.dc-offer-eyebrow {
  font-size: .68rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--primary); margin-bottom: 4px;
}
.dc-offer-title {
  font-family: var(--font-display);
  font-size: 1.16rem; font-weight: 700;
  color: var(--ink); margin-bottom: 8px;
}
.dc-rating-row {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  background: rgba(245,179,1,.12);
  border: 1px solid rgba(245,179,1,.3);
  border-radius: var(--radius-full);
  padding: 4px 12px;
  font-size: .78rem;
  margin: 0 auto 12px;
  width: fit-content;
}
.dc-rating-row .stars { color: var(--star-color); letter-spacing: -.04em; }
.dc-rating-row .num { color: var(--ink); font-weight: 700; }
.dc-rating-row .count { color: var(--ink-soft); font-size: .72rem; }

.price-block {
  text-align: center;
  padding: 14px 16px;
  margin: 4px 0 12px;
  background: linear-gradient(135deg, var(--primary-pale), #fff8ed);
  border: 1.5px solid rgba(45,140,110,.28);
  border-radius: var(--radius);
}
.price-row {
  display: flex; justify-content: center; align-items: baseline;
  gap: 12px; flex-wrap: wrap;
}
.price-old {
  font-size: 1rem;
  color: var(--ink-soft);
  text-decoration: line-through;
}
.price-new {
  font-family: var(--font-display);
  font-size: 2.1rem; font-weight: 800;
  color: var(--primary-dark);
  letter-spacing: -.02em;
}
.price-badge {
  display: inline-block;
  background: var(--discount-bg); color: var(--discount-color);
  font-size: .82rem; font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  letter-spacing: .04em;
  box-shadow: 0 2px 10px rgba(255,90,60,.32);
  animation: badgePulse 3.6s ease-in-out infinite;
}
@keyframes badgePulse {
  0%,100% { transform: scale(1); box-shadow: 0 2px 10px rgba(255,90,60,.32); }
  50% { transform: scale(1.06); box-shadow: 0 4px 16px rgba(255,90,60,.5); }
}
.price-meta {
  font-size: .82rem; color: var(--ink-soft);
  margin-top: 6px;
}

/* Form */
.dc-form { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.dc-field { position: relative; width: 100%; }
.dc-field svg.dc-field-icon {
  position: absolute; left: 14px; top: 50%;
  transform: translateY(-50%);
  width: 18px; height: 18px;
  color: var(--ink-soft);
  pointer-events: none;
  stroke: currentColor;
}
.dc-field .dc-prefix {
  position: absolute; left: 14px; top: 50%;
  transform: translateY(-50%);
  font-weight: 600; font-size: .92rem;
  color: var(--ink-soft); pointer-events: none;
}
.dc-input {
  width: 100%;
  padding: 14px 16px 14px 42px;
  font-size: .98rem;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.dc-input::placeholder { color: rgba(74,93,86,.55); }
.dc-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(45,140,110,.16);
}

.dc-submit {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; width: 100%;
  background: linear-gradient(135deg, var(--accent-2), #ffb547);
  color: #fff; font-size: 1.02rem; font-weight: 800;
  padding: 15px 20px;
  border-radius: var(--radius);
  letter-spacing: .01em;
  box-shadow: 0 6px 22px rgba(245,158,11,.34);
  position: relative; overflow: hidden;
  animation: ctaPulse 3.4s ease-in-out infinite;
  transition: transform .2s;
}
.dc-submit:hover { transform: translateY(-2px); }
.dc-submit:disabled { opacity: .7; cursor: wait; }
.dc-submit svg { flex-shrink: 0; }
@keyframes ctaPulse {
  0%,100% { box-shadow: 0 6px 22px rgba(245,158,11,.34); }
  50% { box-shadow: 0 10px 30px rgba(245,158,11,.52); }
}
.dc-submit::before {
  content:''; position: absolute;
  top: 0; left: -100%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  animation: ctaShimmer 5s ease-in-out infinite;
}
@keyframes ctaShimmer { 0%{left:-100%} 100%{left:200%} }

.dc-trust-row {
  display: flex; justify-content: center; align-items: center;
  gap: 14px; flex-wrap: wrap;
  margin-top: 12px;
  font-size: .76rem;
  color: var(--ink-soft);
}
.dc-secure {
  display: flex; align-items: center; justify-content: center;
  gap: 6px; margin-top: 10px;
  font-size: .72rem; color: var(--ink-soft);
}

/* ============================================================
   8. TRUST BAR
   ============================================================ */
.dc-trustbar { background: var(--surface); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.dc-trustbar-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px; padding: 28px 0;
}
.dc-tb-card {
  text-align: center;
  padding: 18px 14px;
  background: var(--surface-tint);
  border-radius: var(--radius);
  border-top: 3px solid var(--primary);
}
.dc-tb-card:nth-child(2) { border-top-color: var(--accent-2); }
.dc-tb-card:nth-child(3) { border-top-color: var(--accent); }
.dc-tb-card:nth-child(4) { border-top-color: var(--primary-dark); }
.dc-tb-num {
  font-family: var(--font-display);
  font-size: 1.65rem; font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 4px;
}
.dc-tb-label { font-size: .82rem; color: var(--ink-soft); font-weight: 500; }
@media (max-width: 768px) {
  .dc-trustbar-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .dc-tb-num { font-size: 1.3rem; }
}

/* ============================================================
   9. CAUSE SECTION (4.5)
   ============================================================ */
.dc-cause-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin: 28px 0 12px;
}
.dc-cause-card {
  background: var(--surface);
  padding: 26px 22px;
  border-radius: var(--radius);
  text-align: center;
  border-top: 4px solid var(--primary);
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.dc-cause-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.dc-cause-card:nth-child(1) { border-top-color: #10b981; }
.dc-cause-card:nth-child(2) { border-top-color: #3b82f6; }
.dc-cause-card:nth-child(3) { border-top-color: #ef4444; }
.dc-cause-icon { font-size: 2.4rem; display: block; margin-bottom: 6px; text-align: center; }
.dc-cause-pct {
  font-family: var(--font-display);
  font-size: 2.4rem; font-weight: 800;
  line-height: 1; margin: 6px 0;
  color: var(--primary);
}
.dc-cause-card:nth-child(1) .dc-cause-pct { color: #10b981; }
.dc-cause-card:nth-child(2) .dc-cause-pct { color: #3b82f6; }
.dc-cause-card:nth-child(3) .dc-cause-pct { color: #ef4444; }
.dc-cause-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.dc-cause-card p { font-size: .93rem; color: var(--ink-soft); line-height: 1.6; margin: 0; }
@media (max-width: 768px) { .dc-cause-grid { grid-template-columns: 1fr; } }

/* ============================================================
   10. NEDIR
   ============================================================ */
.dc-nedir-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 36px; align-items: center;
  margin-top: 28px;
}
.dc-nedir-img { text-align: center; padding: 20px; }
.dc-nedir-img img {
  max-height: 280px; width: auto; margin: 0 auto;
  filter: drop-shadow(0 14px 28px rgba(15,46,35,.18));
}
.dc-info-pills {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 16px;
}
.dc-info-pill {
  background: var(--primary-pale);
  color: var(--primary-dark);
  font-size: .82rem; font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--radius-full);
}
@media (max-width: 768px) {
  .dc-nedir-grid { grid-template-columns: 1fr; gap: 18px; }
}

/* ============================================================
   11. MULTI-COLOR CARD GRID
   ============================================================ */
.dc-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.dc-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 28px; }
.dc-mc-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--primary);
  transition: transform .25s, box-shadow .25s;
}
.dc-mc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.dc-mc-card:nth-child(6n+1) { border-top-color: #10b981; }
.dc-mc-card:nth-child(6n+2) { border-top-color: #3b82f6; }
.dc-mc-card:nth-child(6n+3) { border-top-color: #8b5cf6; }
.dc-mc-card:nth-child(6n+4) { border-top-color: #f59e0b; }
.dc-mc-card:nth-child(6n+5) { border-top-color: #14b8a6; }
.dc-mc-card:nth-child(6n+6) { border-top-color: #ec4899; }
.dc-mc-icon { font-size: 2rem; display: block; margin-bottom: 10px; }
.dc-mc-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.dc-mc-card p { font-size: .92rem; color: var(--ink-soft); line-height: 1.65; margin: 0; }
.dc-mc-stat {
  display: inline-block; margin-top: 10px;
  background: var(--primary-pale); color: var(--primary-dark);
  font-size: .76rem; font-weight: 600;
  padding: 4px 10px; border-radius: var(--radius-full);
}
@media (max-width: 1024px) { .dc-grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  .dc-grid-3, .dc-grid-2 { grid-template-columns: 1fr; }
}

/* ============================================================
   12. QUIZ
   ============================================================ */
.dc-quiz {
  max-width: 720px; margin: 28px auto 0;
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-md);
}
.dc-quiz-step { display: none; }
.dc-quiz-step.active { display: block; animation: fadeIn .3s; }
@keyframes fadeIn { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)} }
.dc-quiz-progress {
  display: flex; justify-content: center; gap: 8px; margin-bottom: 18px;
}
.dc-quiz-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--border);
}
.dc-quiz-dot.active { background: var(--primary); }
.dc-quiz-dot.done { background: var(--accent); }
.dc-quiz-q {
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: 18px;
  color: var(--ink);
}
.dc-quiz-options { display: grid; gap: 10px; }
.dc-quiz-opt {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: var(--surface-tint);
  border: 2px solid var(--border-soft);
  border-radius: var(--radius);
  font-size: .98rem;
  text-align: left;
  width: 100%;
  transition: border-color .2s, background .2s, transform .15s;
}
.dc-quiz-opt:hover {
  border-color: var(--primary);
  background: var(--primary-pale);
  transform: translateX(2px);
}
.dc-quiz-opt-emoji { font-size: 1.4rem; }
.dc-quiz-result { display: none; text-align: center; }
.dc-quiz-result.active { display: block; }
.dc-meter {
  height: 14px;
  background: var(--border);
  border-radius: var(--radius-full);
  overflow: hidden;
  margin: 16px auto;
  max-width: 360px;
}
.dc-meter-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: var(--radius-full);
  width: 0;
  transition: width 1.2s ease;
}
.dc-quiz-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--accent-2), #ffb547);
  color: #fff; font-weight: 700;
  padding: 12px 22px;
  border-radius: var(--radius-full);
  margin-top: 14px;
  box-shadow: 0 4px 14px rgba(245,158,11,.32);
}

/* ============================================================
   13. PERSONA DUAL COL
   ============================================================ */
.dc-persona-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 22px; margin-top: 28px;
}
.dc-persona-col {
  background: var(--surface);
  padding: 26px 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--success);
}
.dc-persona-col.no { border-top-color: var(--danger); }
.dc-persona-badge {
  display: inline-block;
  font-weight: 700;
  font-size: .9rem;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 14px;
}
.dc-persona-badge.yes { background: #d1fae5; color: #065f46; }
.dc-persona-badge.no { background: #fee2e2; color: #991b1b; }
.dc-persona-list { list-style: none; padding: 0; margin: 0; }
.dc-persona-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  line-height: 1.55;
  border-bottom: 1px solid var(--border-soft);
  font-size: .96rem;
  color: var(--ink);
}
.dc-persona-list li:last-child { border-bottom: none; }
.dc-persona-list li::before {
  position: absolute; left: 0; top: 11px;
  font-weight: 800; font-size: 1.05rem;
}
.dc-persona-col:not(.no) .dc-persona-list li::before { content: '✓'; color: var(--success); }
.dc-persona-col.no .dc-persona-list li::before { content: '✗'; color: var(--danger); }
@media (max-width: 768px) {
  .dc-persona-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   14. INGREDIENT CARDS
   ============================================================ */
.dc-ing-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 22px; margin-top: 28px;
}
.dc-ing-card {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.dc-ing-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.dc-ing-head {
  padding: 18px 20px;
  color: #fff;
  display: flex; align-items: center; gap: 12px;
}
.dc-ing-card:nth-child(6n+1) .dc-ing-head { background: linear-gradient(135deg, #059669, #10b981); }
.dc-ing-card:nth-child(6n+2) .dc-ing-head { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.dc-ing-card:nth-child(6n+3) .dc-ing-head { background: linear-gradient(135deg, #7c3aed, #a78bfa); }
.dc-ing-card:nth-child(6n+4) .dc-ing-head { background: linear-gradient(135deg, #d97706, #f59e0b); }
.dc-ing-card:nth-child(6n+5) .dc-ing-head { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.dc-ing-card:nth-child(6n+6) .dc-ing-head { background: linear-gradient(135deg, #be185d, #ec4899); }
.dc-ing-icon { font-size: 1.8rem; flex-shrink: 0; }
.dc-ing-name {
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 700;
  line-height: 1.2; color: #fff;
}
.dc-ing-latin {
  font-size: .78rem;
  font-style: italic;
  opacity: .92;
  font-family: var(--font-body);
  font-weight: 400;
  display: block; margin-top: 2px;
  color: #fff;
}
.dc-ing-body { padding: 18px 20px; flex: 1; }
.dc-ing-conc {
  display: inline-block;
  background: var(--primary-pale);
  color: var(--primary-dark);
  font-size: .78rem; font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
}
.dc-ing-body p {
  font-size: .92rem;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 6px;
}
.dc-ing-pmid { font-size: .76rem; color: var(--primary); font-weight: 600; }
@media (max-width: 768px) { .dc-ing-grid { grid-template-columns: 1fr; } }

/* ============================================================
   15. TIMELINE + CHART
   ============================================================ */
.dc-timeline {
  position: relative;
  padding: 24px 0 8px;
  max-width: 720px;
  margin: 28px auto 0;
  counter-reset: tlstep;
}
.dc-timeline::before {
  content:''; position: absolute;
  left: 18px; top: 28px; bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, var(--primary), var(--accent));
}
.dc-tl-step {
  position: relative;
  padding-left: 56px;
  margin-bottom: 22px;
}
.dc-tl-step::before {
  content: counter(tlstep);
  counter-increment: tlstep;
  position: absolute; left: 0; top: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  box-shadow: 0 2px 10px rgba(45,140,110,.32);
}
.dc-tl-step h4 { margin-bottom: 4px; }
.dc-tl-step p { color: var(--ink-soft); margin: 0; font-size: .94rem; }

.dc-chart-section {
  background: var(--dark-bg);
  color: #fff;
  padding: 40px 0;
  border-radius: var(--radius-lg);
  margin: 28px 0 0;
}
.dc-chart-section h3 { text-align: center; color: #fff; margin-bottom: 6px; }
.dc-chart-sub {
  text-align: center;
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  margin-bottom: 24px;
}
.dc-chart {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.dc-chart-row {
  display: grid;
  grid-template-columns: 90px 1fr 60px;
  gap: 12px; align-items: center;
  margin-bottom: 12px;
}
.dc-chart-week {
  font-weight: 700;
  font-size: .88rem;
  color: rgba(255,255,255,.9);
}
.dc-chart-bar {
  height: 22px;
  background: rgba(255,255,255,.1);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.dc-chart-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), #6ed7c0);
  border-radius: var(--radius-full);
  width: 0;
  transition: width 1.4s cubic-bezier(.4,0,.2,1);
}
.dc-chart-pct {
  font-weight: 800;
  color: #fff;
  font-size: .9rem;
  text-align: right;
}
.dc-chart-disc {
  text-align: center;
  font-size: .78rem;
  color: rgba(255,255,255,.66);
  margin-top: 14px;
}
.dc-chart-label-row {
  text-align: center;
  font-size: .78rem;
  color: rgba(255,255,255,.7);
  margin-bottom: 18px;
}

/* ============================================================
   16. SCIENCE CARD (11.5)
   ============================================================ */
.dc-science-card {
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(45,140,110,.18);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-md);
  max-width: 920px;
  margin: 28px auto 0;
}
.dc-science-pill {
  display: inline-block;
  background: var(--primary-pale);
  color: var(--primary-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
}
.dc-science-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.dc-science-card p {
  color: var(--ink); font-size: .98rem;
  line-height: 1.75; margin-bottom: 14px;
}
.dc-stats-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0 16px;
}
.dc-stat-box {
  background: var(--primary-pale);
  border-radius: var(--radius);
  padding: 18px;
  text-align: center;
  border-left: 3px solid var(--primary);
}
.dc-stat-box:nth-child(2) { border-left-color: var(--accent-2); }
.dc-stat-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1;
}
.dc-stat-label {
  font-size: .82rem;
  color: var(--ink-soft);
  margin-top: 6px;
}
.dc-stat-source {
  font-size: .72rem;
  color: var(--ink-soft);
  margin-top: 4px;
  opacity: .85;
}
.dc-science-disc {
  background: var(--surface-tint);
  border-left: 3px solid var(--accent-2);
  padding: 14px 16px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: .88rem;
  color: var(--ink-soft);
  line-height: 1.6;
}
@media (max-width: 768px) { .dc-stats-row { grid-template-columns: 1fr; } }

/* ============================================================
   17. NASIL KULLANILIR
   ============================================================ */
.dc-howuse-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 28px;
}
.dc-howuse-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 26px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border-top: 3px solid var(--primary);
  transition: transform .25s;
}
.dc-howuse-card:hover { transform: translateY(-3px); }
.dc-howuse-card:nth-child(2) { border-top-color: var(--accent); }
.dc-howuse-card:nth-child(3) { border-top-color: var(--accent-2); }
.dc-howuse-svg {
  width: 56px; height: 56px;
  margin: 0 auto 12px;
  color: var(--primary);
  stroke: currentColor;
}
.dc-howuse-card:nth-child(2) .dc-howuse-svg { color: var(--accent); }
.dc-howuse-card:nth-child(3) .dc-howuse-svg { color: var(--accent-2); }
.dc-howuse-step {
  font-family: var(--font-display);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 6px;
}
@media (max-width: 768px) { .dc-howuse-grid { grid-template-columns: 1fr; } }

/* ============================================================
   18. ORDER STEPS V2 (12.5)
   ============================================================ */
.dc-os-v2 {
  padding: 56px 0;
  background: linear-gradient(135deg, #0c4a6e 0%, #0e7d6e 50%, #0d9488 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.dc-os-v2::before {
  content:''; position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.dc-os-v2::after {
  content:''; position: absolute;
  bottom: -100px; left: -100px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(76,184,160,.18), transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.dc-os-v2 h2 { color: #fff; text-align: center; }
.dc-os-v2 h2::after {
  background: linear-gradient(90deg, rgba(255,255,255,.85), rgba(255,255,255,.3));
  opacity: .9;
}
.dc-os-sub {
  text-align: center;
  color: rgba(255,255,255,.85);
  font-size: 1rem;
  margin: 0 auto 32px;
  max-width: 620px;
}
.dc-os-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.dc-os-step {
  text-align: center;
  display: flex; flex-direction: column;
  align-items: center;
  gap: 10px;
}
.dc-os-tile {
  position: relative;
  width: 84px; height: 84px;
  border-radius: 22px;
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 10px 24px rgba(0,0,0,.16);
}
.dc-os-num {
  position: absolute;
  top: -8px; right: -8px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--accent-2);
  color: #fff;
  font-weight: 800;
  font-size: .82rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
}
.dc-os-svg {
  width: 38px; height: 38px;
  color: #fff;
  stroke: #fff;
  opacity: .96;
}
.dc-os-step h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin: 4px 0 0;
}
.dc-os-step p {
  color: rgba(255,255,255,.78);
  font-size: .84rem;
  line-height: 1.5;
  max-width: 200px;
  margin: 0;
}
@media (max-width: 1024px) {
  .dc-os-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .dc-os-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 420px;
  }
  .dc-os-step:nth-child(5) { grid-column: span 2; }
}
@media (max-width: 480px) {
  .dc-os-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 280px;
  }
  .dc-os-step:nth-child(5) { grid-column: auto; }
}

/* ============================================================
   19. MID CTA
   ============================================================ */
.dc-mid-cta {
  background: linear-gradient(135deg, var(--dark-bg), #143d31, var(--primary-dark));
  color: #fff;
  padding: 52px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.dc-mid-cta::before {
  content:''; position: absolute;
  top: -60px; right: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(76,184,160,.22), transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.dc-mid-cta h2 { color: #fff; }
.dc-mid-cta h2::after { background: linear-gradient(90deg, rgba(255,255,255,.85), rgba(255,255,255,.3)); }
.dc-mid-cta p { color: rgba(255,255,255,.86); }
.dc-mid-img {
  display: block;
  margin: 0 auto 14px;
  max-height: 220px;
  width: auto;
  filter: drop-shadow(0 14px 32px rgba(0,0,0,.4));
}
.dc-mid-price-block {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding: 18px;
  max-width: 460px;
  margin: 18px auto;
}
.dc-mid-price-block .price-old { color: rgba(255,255,255,.65); }
.dc-mid-price-block .price-new { color: #fff; }
.dc-mid-cta .dc-trust-row { color: rgba(255,255,255,.85); margin-top: 18px; }
.dc-mid-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--accent-2), #ffb547);
  color: #fff; font-weight: 800; font-size: 1.02rem;
  padding: 16px 30px;
  border-radius: var(--radius-full);
  box-shadow: 0 6px 22px rgba(245,158,11,.4);
  margin-top: 8px;
  animation: ctaPulse 3.4s ease-in-out infinite;
  position: relative;
}
.dc-mid-btn:hover { color: #fff; }

/* ============================================================
   20. TESTIMONIALS
   ============================================================ */
.dc-test-carousel {
  display: flex; gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 4px 16px;
  -webkit-overflow-scrolling: touch;
  margin-top: 28px;
}
.dc-test-carousel::-webkit-scrollbar { height: 6px; }
.dc-test-carousel::-webkit-scrollbar-thumb {
  background: var(--border); border-radius: var(--radius-full);
}
.dc-test-card {
  flex: 0 0 320px;
  background: var(--surface);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-sm);
  scroll-snap-align: start;
  border-top: 3px solid var(--primary);
}
.dc-test-card:nth-child(6n+2) { border-top-color: #3b82f6; }
.dc-test-card:nth-child(6n+3) { border-top-color: #8b5cf6; }
.dc-test-card:nth-child(6n+4) { border-top-color: var(--accent-2); }
.dc-test-card:nth-child(6n+5) { border-top-color: var(--accent); }
.dc-test-card:nth-child(6n+6) { border-top-color: #ec4899; }
.dc-test-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 10px;
}
.dc-test-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.dc-test-name { font-weight: 700; font-size: .96rem; color: var(--ink); }
.dc-test-city { font-size: .8rem; color: var(--ink-soft); }
.dc-test-stars {
  color: var(--star-color);
  font-size: .9rem;
  letter-spacing: -.04em;
  margin-bottom: 8px;
}
.dc-test-pill {
  display: inline-block;
  background: var(--primary-pale);
  color: var(--primary-dark);
  font-size: .68rem; font-weight: 700;
  letter-spacing: .04em;
  padding: 3px 9px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
}
.dc-test-quote {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 500;
  font-size: .95rem;
  line-height: 1.65;
  color: var(--ink);
  margin: 0;
  letter-spacing: -.005em;
}
.dc-test-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px; margin-top: 22px;
  max-width: 720px;
  margin-left: auto; margin-right: auto;
}
.dc-test-stats .dc-tb-card { padding: 14px 10px; }
.dc-histogram {
  max-width: 460px;
  margin: 22px auto 0;
}
.dc-hist-row {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  gap: 10px; align-items: center;
  margin-bottom: 8px;
  font-size: .88rem;
}
.dc-hist-bar {
  height: 12px;
  background: var(--border);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.dc-hist-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--star-color), #fcd34d);
  border-radius: var(--radius-full);
}
.dc-hist-pct { color: var(--ink-soft); text-align: right; }
@media (max-width: 768px) {
  .dc-test-card { flex: 0 0 280px; }
  .dc-test-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   21. GUARANTEE
   ============================================================ */
.dc-guarantee { text-align: center; max-width: 760px; margin: 28px auto 0; }
.dc-guar-emblem {
  font-size: 4rem;
  margin-bottom: 12px;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(45,140,110,.22));
}
.dc-guar-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin-top: 24px;
}
.dc-guar-step {
  background: var(--surface);
  padding: 22px 18px;
  border-radius: var(--radius);
  border: 1px solid var(--border-soft);
  text-align: center;
}
.dc-guar-num {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  margin: 0 auto 10px;
}
@media (max-width: 768px) { .dc-guar-steps { grid-template-columns: 1fr; } }

/* ============================================================
   22. FAQ
   ============================================================ */
.dc-faq-list { max-width: 820px; margin: 28px auto 0; }
.dc-faq-item {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow .25s, border-color .25s;
}
.dc-faq-item.open {
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
}
.dc-faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  font-size: 1rem; font-weight: 600;
  color: var(--ink);
  text-align: left;
  background: var(--surface);
  transition: background .2s;
  font-family: var(--font-body);
}
.dc-faq-q:hover { background: var(--surface-tint); }
.dc-faq-icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--primary-pale);
  color: var(--primary-dark);
  font-weight: 800;
  font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s, background .2s;
  flex-shrink: 0;
  margin-left: 12px;
}
.dc-faq-item.open .dc-faq-icon {
  transform: rotate(45deg);
  background: var(--primary);
  color: #fff;
}
.dc-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .25s ease;
  padding: 0 20px;
}
.dc-faq-item.open .dc-faq-a {
  max-height: 1200px;
  padding: 0 20px 18px;
}
.dc-faq-a p {
  color: var(--ink-soft); margin: 0 0 10px;
  font-size: .94rem; line-height: 1.7;
}
.dc-faq-a p:last-child { margin-bottom: 0; }
.dc-faq-a p:first-child strong { color: var(--ink); font-weight: 700; }
.dc-faq-a strong { color: var(--ink); font-weight: 600; }
.dc-faq-a em { font-style: italic; color: var(--primary); }
.dc-faq-a ol {
  margin: 8px 0 12px; padding-left: 22px;
  color: var(--ink-soft); font-size: .94rem; line-height: 1.65;
}
.dc-faq-a ol li { margin-bottom: 4px; }
.dc-faq-intro {
  max-width: 820px; margin: 14px auto 0;
  text-align: center; color: var(--ink-soft);
  font-size: .96rem; line-height: 1.65;
}

/* ============================================================
   23. REALITY (16.4)
   ============================================================ */
.dc-reality-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 22px; margin-top: 28px;
}
.dc-reality-col {
  padding: 26px 24px;
  border-radius: var(--radius);
  border-top: 4px solid var(--danger);
  background: #fef2f2;
}
.dc-reality-col.yes {
  border-top-color: var(--success);
  background: #f0fdf4;
}
.dc-reality-list { list-style: none; padding: 0; margin: 0; }
.dc-reality-list li {
  padding: 10px 0 10px 26px;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0,0,0,.06);
  font-size: .94rem;
  color: var(--ink);
}
.dc-reality-list li:last-child { border-bottom: none; }
.dc-reality-col:not(.yes) .dc-reality-list li::before {
  content: '✗';
  color: var(--danger);
  position: absolute; left: 0; top: 11px;
  font-weight: 800;
}
.dc-reality-col.yes .dc-reality-list li::before {
  content: '✓';
  color: var(--success);
  position: absolute; left: 0; top: 11px;
  font-weight: 800;
}
.dc-reality-col.yes .dc-reality-list li { font-weight: 500; }
.dc-reality-disc {
  text-align: center;
  margin-top: 22px;
  font-size: .92rem;
  color: var(--ink-soft);
}
@media (max-width: 768px) { .dc-reality-grid { grid-template-columns: 1fr; } }

/* ============================================================
   24. FINAL CTA
   ============================================================ */
.dc-final-cta { background: linear-gradient(135deg, var(--primary-pale), #fff8ed); }
.dc-final-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 36px; align-items: center;
  margin-top: 28px;
}
.dc-final-left { text-align: center; }
.dc-final-img {
  display: block; margin: 14px auto;
  max-height: 280px;
  filter: drop-shadow(0 14px 28px rgba(15,46,35,.18));
}
.dc-final-features {
  text-align: left;
  display: inline-block;
  list-style: none;
  margin: 14px auto 0;
}
.dc-final-features li {
  padding: 6px 0 6px 24px;
  position: relative;
  font-size: .96rem;
  color: var(--ink);
}
.dc-final-features li::before {
  content: '✓'; color: var(--primary);
  position: absolute; left: 0; top: 7px;
  font-weight: 800;
}
.dc-final-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-md);
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}
.dc-final-form .dc-offer-title { font-size: 1.22rem; margin-bottom: 6px; }
@media (max-width: 768px) {
  .dc-final-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   25. PHARMACY
   ============================================================ */
.dc-pharm-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 20px; margin-top: 28px;
}
.dc-pharm-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 22px;
  transition: transform .2s;
  cursor: pointer;
}
.dc-pharm-card:hover { transform: translateY(-3px); border-color: var(--primary); }
.dc-pharm-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 10px;
}
.dc-pharm-icon { font-size: 1.6rem; }
.dc-pharm-card h3 { font-size: 1.1rem; margin: 0; flex: 1; }
.dc-pharm-status {
  font-size: .76rem;
  font-weight: 700;
  background: #fef2f2;
  color: var(--danger);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  white-space: nowrap;
}
.dc-pharm-reason {
  font-size: .94rem;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0;
}
.dc-pharm-conclusion {
  margin-top: 22px;
  padding: 18px 22px;
  background: var(--primary-pale);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius) var(--radius) 0;
  text-align: center;
}
.dc-pharm-conclusion p { margin-bottom: 10px; color: var(--ink); }
.dc-pharm-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff; font-weight: 700;
  padding: 11px 22px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 14px rgba(45,140,110,.32);
}
.dc-pharm-cta:hover { color: #fff; }
@media (max-width: 768px) { .dc-pharm-grid { grid-template-columns: 1fr; } }

/* ============================================================
   26. FOOTER
   ============================================================ */
.dc-footer {
  background: var(--dark-bg);
  color: rgba(255,255,255,.86);
  padding: 48px 0 24px;
}
.dc-footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
.dc-footer-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px; margin-bottom: 32px;
}
.dc-footer-col h4 {
  font-family: var(--font-display);
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 14px;
}
.dc-footer-col ul { list-style: none; padding: 0; }
.dc-footer-col li { margin-bottom: 8px; }
.dc-footer-col a {
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.dc-footer-col a:hover { color: var(--accent); }
.dc-footer-tag {
  font-size: .92rem;
  color: rgba(255,255,255,.78);
  margin-top: 8px;
  line-height: 1.6;
}
.dc-footer-flag {
  display: inline-block;
  background: rgba(76,184,160,.18);
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: var(--radius-full);
  margin-top: 10px;
}
.dc-footer-summary {
  font-size: .82rem;
  color: rgba(255,255,255,.7);
  margin-top: 10px;
  line-height: 1.55;
}
.dc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
  text-align: center;
  font-size: .82rem;
  color: rgba(255,255,255,.65);
  line-height: 1.7;
}
.dc-footer-legal-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px; margin-top: 12px;
  font-size: .76rem;
}
.dc-footer-legal-row a { color: rgba(255,255,255,.6); }
.dc-footer-legal-row a:hover { color: rgba(255,255,255,.9); }
@media (max-width: 1024px) {
  .dc-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}
@media (max-width: 480px) {
  .dc-footer-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
}

/* ============================================================
   27. STICKY V2
   ============================================================ */
.dc-sticky-v2 {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(135deg, var(--dark-bg), var(--primary-dark));
  color: #fff;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 10px 14px 14px;
  z-index: var(--z-sticky-cta);
  box-shadow: 0 -8px 24px rgba(0,0,0,.22);
  border-radius: 18px 18px 0 0;
  cursor: pointer;
}
.dc-sticky-img {
  width: 60px; height: 60px;
  background: rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 4px;
  flex-shrink: 0;
  object-fit: contain;
}
.dc-sticky-info { flex: 1; min-width: 0; }
.dc-sticky-name {
  font-family: var(--font-display);
  font-size: .98rem; font-weight: 600;
  letter-spacing: -.01em;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dc-sticky-prices {
  display: flex; align-items: baseline; gap: 8px;
  font-family: var(--font-body); margin-top: 2px;
}
.dc-sticky-old { font-size: .78rem; color: rgba(255,255,255,.55); text-decoration: line-through; }
.dc-sticky-new { font-size: 1.02rem; font-weight: 800; color: #fff; }
.dc-sticky-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--accent-2), #ffb547);
  color: #fff; font-weight: 700;
  padding: 10px 16px;
  border-radius: var(--radius-full);
  font-size: .88rem;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(245,158,11,.4);
}
@media (max-width: 768px) {
  .dc-sticky-v2 { display: flex; }
  body.has-sticky { padding-bottom: 96px; }
}
@media (min-width: 769px) {
  .dc-sticky-v2 { display: none !important; }
}

/* ============================================================
   28. MODAL POPUP
   ============================================================ */
.dc-modal {
  position: fixed; inset: 0;
  background: rgba(15,46,35,.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: var(--z-modal);
  visibility: hidden; opacity: 0;
  display: flex; align-items: center; justify-content: center;
  padding: 12px;
  transition: visibility .3s, opacity .3s;
}
.dc-modal.open { visibility: visible; opacity: 1; }
.dc-modal-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  width: 100%; max-width: 420px;
  max-height: calc(100dvh - 24px);
  overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 30px 70px rgba(0,0,0,.5);
  position: relative;
  transform: translateY(20px) scale(.96);
  opacity: 0;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), opacity .3s;
}
.dc-modal.open .dc-modal-card {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.dc-modal-close {
  position: absolute;
  top: 10px; right: 10px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(15,46,35,.08);
  color: var(--ink);
  font-size: 1.1rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  z-index: 4;
  transition: background .2s;
}
.dc-modal-close:hover { background: rgba(15,46,35,.18); }
.dc-modal-flash {
  background: linear-gradient(90deg, #b07c00 0%, #d4a017 25%, #fde68a 50%, #d4a017 75%, #b07c00 100%);
  background-size: 200% 100%;
  animation: goldShimmer 5s linear infinite;
  padding: 7px 18px;
  text-align: center;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #1a1500;
}
@keyframes goldShimmer { 0%{background-position:200% 0} 100%{background-position:0% 0} }
.dc-modal-body {
  padding: 16px 20px 18px;
  overflow: hidden;
  display: flex; flex-direction: column;
  flex: 1;
}
.dc-modal-img {
  display: block;
  margin: 0 auto 6px;
  max-height: 200px;
  width: auto;
  filter: drop-shadow(0 10px 22px rgba(15,46,35,.18));
}
.dc-modal-title {
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.dc-modal-rating-wrap { text-align: center; margin-bottom: 6px; }
.dc-modal-rating {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .78rem;
}
.dc-modal-rating .stars { color: var(--star-color); }
.dc-modal-rating .num { color: var(--ink); font-weight: 700; }
.dc-modal-rating .count { color: var(--ink-soft); font-size: .72rem; }
.dc-modal .price-block { margin: 6px 0 12px; padding: 10px 14px; }
.dc-modal .price-new { font-size: 1.7rem; }
.dc-modal .dc-form { margin-top: 4px; }
.dc-modal .dc-input { padding: 12px 14px 12px 42px; font-size: .94rem; }
.dc-modal .dc-submit { padding: 13px 18px; font-size: .98rem; }
.dc-modal .dc-trust-row { font-size: .72rem; margin-top: 10px; }

@media (max-height: 720px) {
  .dc-modal-img { max-height: 140px; }
  .dc-modal-title { font-size: 1.05rem; }
  .dc-modal-flash { padding: 5px 16px; font-size: .64rem; }
}
@media (max-height: 580px) {
  .dc-modal-img { max-height: 90px; }
  .dc-modal .price-new { font-size: 1.4rem; }
  .dc-modal-body { padding: 12px 16px 14px; }
  .dc-modal .dc-trust-row { display: none; }
}

/* ============================================================
   29. UTILITIES + REDUCED MOTION
   ============================================================ */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.dc-anchor-link {
  font-weight: 600;
  color: var(--primary);
  border-bottom: 1px dotted var(--primary);
}

/* Mid-CTA: stack mobile, image-above-price, single column */
@media (max-width: 768px) {
  #mid-cta-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    text-align: center;
  }
  #mid-cta-grid > div:last-child { order: -1; }
  #mid-cta-grid .dc-mid-img { max-width: 200px !important; }
  #mid-cta-grid .price-row { justify-content: center; }
  #mid-cta-grid .dc-trust-row { justify-content: center; }
  #mid-cta-grid .dc-mid-btn { display: inline-flex; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
