/* Design: A-3-δ-I | font:nunito | palette:soft-wellness | extras:study,chart,colored-ingredient-headers
 * Uniq: prefix=dnn- | radius=18 | cardpad=26 | secpad=64/44 | pulse=3.4s | hue+8 | sat+5
 * Reviews: 4 inline | rating=4.7 | revCount=213 | titleSep=· */

/* ============================================================
   DIANON TR — SOFT WELLNESS · DIALINE-INSPIRED
   Aesthetic: rounded radii · soft drop shadows · pastel section bands
   Type: Nunito (display, rounded sans) + Mulish (body)
   Single light theme — no dark mode
   ============================================================ */

/* ===== TOKENS ===== */
:root{
  --primary:        #1FAE6E;
  --primary-rgb:    31,174,110;
  --primary-dark:   #138053;
  --primary-pale:   #E5F7EE;
  --primary-mint:   #DEF5E8;
  --accent:         #FF8A3D;
  --accent-rgb:     255,138,61;
  --accent-pale:    #FFE6D2;
  --discount-bg:    #FF5A4E;
  --discount-color: #FFFFFF;
  --footer-bg:      #0F2A1C;
  --footer-text:    #D8E8DF;
  --star-color:     #FFB300;

  --bg:             #FFFFFF;
  --bg-cream:       #FFF8EE;
  --bg-mint:        #EFFAF3;
  --bg-peach:       #FFF1E4;
  --bg-sky:         #EAF6FB;
  --bg-soft:        #F6FAF7;

  --text:           #0F2A1C;
  --text-muted:     #5E7569;
  --border:         #E1ECE5;
  --border-soft:    #EDF3EE;

  --radius-xs:      8px;
  --radius-sm:      12px;
  --radius:         18px;
  --radius-lg:      24px;
  --radius-full:    999px;

  --shadow-sm:      0 2px 8px rgba(15,42,28,.06);
  --shadow:         0 8px 24px rgba(15,42,28,.08);
  --shadow-lg:      0 16px 40px rgba(15,42,28,.12);
  --shadow-cta:     0 10px 24px rgba(var(--primary-rgb), .35);

  --font-display:   'Nunito', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-body:      'Mulish', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --header-h:       64px;
  --container:      1180px;
}

@media (min-width: 769px){
  :root{ --header-h: 72px; }
}

*,*::before,*::after{ box-sizing:border-box }
html{ color-scheme: light; -webkit-text-size-adjust:100%; scroll-behavior:smooth; scroll-padding-top: calc(var(--header-h) + 12px) }
body{
  margin:0;
  font-family: var(--font-body);
  font-size:16px;
  line-height:1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img,svg{ max-width:100%; height:auto; display:block }
a{ color: var(--primary-dark); text-decoration:none }
a:hover{ color: var(--primary) }
button{ font-family:inherit }

h1,h2,h3,h4,h5{
  font-family: var(--font-display);
  font-weight: 800;
  line-height:1.2;
  color: var(--text);
  margin: 0 0 .6em;
  letter-spacing: -.01em;
}
h1{ font-size: clamp(28px, 4.5vw, 44px); font-weight:900 }
h2{ font-size: clamp(24px, 3.4vw, 34px) }
h3{ font-size: clamp(18px, 2vw, 22px) }
p{ margin: 0 0 1em }

.dnn-container{
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
.dnn-center{ text-align:center }
.text-center{ text-align:center }
.mt-24{ margin-top:24px }

.dnn-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 6px 14px;
  background: var(--primary-pale);
  color: var(--primary-dark);
  border-radius: var(--radius-full);
  font-weight:700;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:14px;
}

.dnn-lead{
  font-size: clamp(16px, 1.8vw, 18px);
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto 32px;
}

.hl{ color: var(--primary-dark); background: linear-gradient(180deg, transparent 65%, rgba(var(--primary-rgb),.22) 65%); padding: 0 .12em }
.hl-accent{ color: var(--accent); font-weight:800 }

/* ===== PROMO ===== */
.dnn-promo{
  background: linear-gradient(95deg, var(--primary-dark), var(--primary));
  color:#fff;
  font-size:13px;
  font-weight:600;
  text-align:center;
  padding: 9px 14px;
  letter-spacing:.02em;
}
.dnn-promo span{ display:inline-block; padding:0 10px }

/* ===== HEADER ===== */
.dnn-header{
  position: sticky;
  top:0; z-index: 80;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--border-soft);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  height: var(--header-h);
}
.dnn-logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 22px;
  color: var(--text);
  letter-spacing:-.01em;
}
.dnn-logo img{ width:32px; height:32px }
.header-nav{ display:flex; gap: 26px }
.header-nav a{
  color: var(--text);
  font-weight:600;
  font-size:15px;
  position:relative;
}
.header-nav a:hover{ color: var(--primary-dark) }
.header-nav a::after{
  content:'';
  position:absolute;
  left:0; right:0; bottom:-4px;
  height:2px;
  background: var(--primary);
  border-radius:2px;
  transform: scaleX(0);
  transform-origin:left;
  transition: transform .25s ease;
}
.header-nav a:hover::after{ transform: scaleX(1) }
.header-cta{ display:flex; align-items:center; gap:12px }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  cursor:pointer;
  font-weight:800;
  font-family: var(--font-body);
  font-size:15px;
  padding: 12px 22px;
  border-radius: var(--radius-full);
  text-decoration:none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space:nowrap;
  line-height:1;
}
.btn-cta{
  background: linear-gradient(135deg, var(--accent) 0%, #FF6E1F 100%);
  color:#fff;
  box-shadow: 0 8px 18px rgba(var(--accent-rgb),.36);
  animation: dnn-cta-pulse 3.4s ease-in-out infinite;
}
.btn-cta:hover{ color:#fff; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(var(--accent-rgb),.44) }
.btn-cta:active{ transform: translateY(0) }
@keyframes dnn-cta-pulse{
  0%,100%{ box-shadow: 0 8px 18px rgba(var(--accent-rgb),.36) }
  50%   { box-shadow: 0 10px 22px rgba(var(--accent-rgb),.55), 0 0 0 6px rgba(var(--accent-rgb),.10) }
}

.hamburger{
  display:none;
  width: 40px; height:40px;
  border-radius: var(--radius-sm);
  background: var(--primary-pale);
  border: 0;
  position:relative;
  cursor:pointer;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after{
  content:'';
  position:absolute;
  left:50%; top:50%;
  width:20px; height:2px;
  background: var(--primary-dark);
  border-radius:2px;
  transform: translate(-50%,-50%);
  transition: transform .25s, top .25s;
}
.hamburger span::before{ top:-7px }
.hamburger span::after { top:7px }
body.nav-open .hamburger span{ background: transparent }
body.nav-open .hamburger span::before{ top:0; transform: translate(-50%,-50%) rotate(45deg) }
body.nav-open .hamburger span::after { top:0; transform: translate(-50%,-50%) rotate(-45deg) }

/* ===== SECTIONS ===== */
.dnn-section{
  padding: clamp(44px, 6vw, 64px) 0;
  position:relative;
}
.dnn-section--alt   { background: var(--bg-soft) }
.dnn-section--mint  { background: var(--bg-mint) }
.dnn-section--cream { background: var(--bg-cream) }

/* H2 emoji-tag style (dialine pattern) */
section h2{
  text-align:center;
}
section h2 .emoji{
  display:inline-block;
  margin-right:.35em;
  filter: drop-shadow(0 2px 4px rgba(15,42,28,.08));
}

/* ===== HERO ===== */
.dnn-hero{
  padding: clamp(28px, 4vw, 56px) 0 clamp(40px, 6vw, 72px);
  background:
    radial-gradient(circle at 80% 0%, var(--primary-mint) 0%, transparent 55%),
    radial-gradient(circle at 0% 100%, var(--bg-peach) 0%, transparent 55%),
    var(--bg);
  position:relative;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items:center;
}
.hero-text h1{ margin-top: 14px }
.hero-trust-pills{ display:flex; flex-wrap:wrap; gap:8px }
.trust-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding: 6px 12px;
  background:#fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  font-size:13px;
  font-weight:700;
  color: var(--primary-dark);
  box-shadow: var(--shadow-sm);
}
.trust-pill svg{ width:14px; height:14px; color: var(--primary) }
.hero-sub{ font-size:18px; color: var(--text-muted); max-width: 540px }
.hero-checks{
  list-style:none;
  padding:0; margin: 18px 0;
  display:flex; flex-direction:column; gap: 10px;
}
.hero-checks li{
  position:relative;
  padding-left: 32px;
  font-weight:600;
  font-size: 15px;
}
.hero-checks li::before{
  content:'✓';
  position:absolute;
  left:0; top:1px;
  width:22px; height:22px;
  border-radius:50%;
  background: var(--primary);
  color:#fff;
  font-size:13px;
  font-weight:900;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 4px 10px rgba(var(--primary-rgb),.35);
}

.hero-image-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-image-wrap::before,
.hero-image-wrap::after{
  content:'';
  position:absolute;
  border-radius:50%;
  z-index:0;
}
.hero-image-wrap::before{
  width: 78%; aspect-ratio:1; left:11%; top:6%;
  background: radial-gradient(circle, rgba(var(--primary-rgb),.18), transparent 70%);
  animation: dnn-orb 17s ease-in-out infinite;
}
.hero-image-wrap::after{
  width: 30%; aspect-ratio:1; right:6%; bottom:8%;
  background: radial-gradient(circle, rgba(var(--accent-rgb),.22), transparent 70%);
  animation: dnn-orb 17s 4s ease-in-out infinite reverse;
}
@keyframes dnn-orb{
  0%,100%{ transform: translate(0,0) scale(1) }
  50%   { transform: translate(8px,-12px) scale(1.05) }
}
.hero-image-wrap img{ position:relative; z-index:1; max-width: 460px; width:100%; filter: drop-shadow(0 24px 40px rgba(15,42,28,.18)) }

.price-badge{
  position:absolute;
  top: 4%; right: 4%;
  width: 92px; height:92px;
  border-radius:50%;
  background: var(--discount-bg);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: var(--font-display);
  font-weight:900;
  font-size: 22px;
  z-index:2;
  transform: rotate(-12deg);
  box-shadow: 0 12px 24px rgba(255,90,78,.4);
  animation: dnn-badge 3.8s ease-in-out infinite;
}
@keyframes dnn-badge{
  0%,100%{ transform: rotate(-12deg) scale(1) }
  50%   { transform: rotate(-12deg) scale(1.06) }
}

/* ===== TRUSTBAR ===== */
.dnn-trustbar{
  padding: 28px 0;
  background:#fff;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
.trustbar-grid{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
}
.trust-stat{
  text-align:center;
  display:flex; flex-direction:column; align-items:center; gap:4px;
}
.trust-stat .num{
  font-family: var(--font-display);
  font-weight:900;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--primary-dark);
  line-height:1;
}
.trust-stat .lbl{
  font-size: 13px;
  color: var(--text-muted);
  font-weight:600;
}

/* ===== CARDS ===== */
.card{
  background:#fff;
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
  transition: transform .25s, box-shadow .25s;
}
.card:hover{ transform: translateY(-4px); box-shadow: var(--shadow) }

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

.card-icon{
  width: 56px; height: 56px;
  border-radius: 18px;
  background: var(--primary-pale);
  display:flex; align-items:center; justify-content:center;
  margin-bottom: 14px;
  font-size: 26px;
}
.card-icon svg{ width:28px; height:28px; color: var(--primary-dark) }

.card-emoji{ font-size: 28px; line-height:1; margin-bottom: 12px; display:inline-block }
.card-emoji-c{
  width:54px; height:54px;
  border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  font-size: 26px;
  margin-bottom: 14px;
  background: var(--primary-pale);
}

/* Card cycle (6 colored variants) */
.card-cycle{ background:#fff }
.card-cycle:nth-child(6n+1) .card-icon,.card-cycle:nth-child(6n+1) .card-emoji-c{ background: var(--primary-pale); color: var(--primary-dark) }
.card-cycle:nth-child(6n+2) .card-icon,.card-cycle:nth-child(6n+2) .card-emoji-c{ background: var(--accent-pale); color: #C04A11 }
.card-cycle:nth-child(6n+3) .card-icon,.card-cycle:nth-child(6n+3) .card-emoji-c{ background: var(--bg-sky); color: #2563A8 }
.card-cycle:nth-child(6n+4) .card-icon,.card-cycle:nth-child(6n+4) .card-emoji-c{ background: #F4E8FF; color: #7C3AED }
.card-cycle:nth-child(6n+5) .card-icon,.card-cycle:nth-child(6n+5) .card-emoji-c{ background: #FFEDF1; color: #D5396B }
.card-cycle:nth-child(6n+6) .card-icon,.card-cycle:nth-child(6n+6) .card-emoji-c{ background: var(--bg-cream); color: #B8862C }

/* ===== MECHANISM (numbered circle steps — dialine pattern) ===== */
.dnn-mech{
  display:grid;
  grid-template-columns: repeat(5,1fr);
  gap: 18px;
  margin-top: 32px;
}
.dnn-mech-step{
  position:relative;
  background:#fff;
  border-radius: var(--radius);
  padding: 32px 22px 22px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
  text-align:center;
  transition: transform .25s, box-shadow .25s;
}
.dnn-mech-step:hover{ transform: translateY(-4px); box-shadow: var(--shadow) }
.dnn-mech-step .num{
  position:absolute;
  top: -22px; left:50%;
  transform: translateX(-50%);
  width: 44px; height:44px;
  border-radius:50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-family: var(--font-display);
  font-weight:900;
  font-size: 19px;
  box-shadow: 0 8px 18px rgba(var(--primary-rgb),.35);
}
.dnn-mech-step h3, .dnn-mech-step h4{ margin-top: 10px; font-size: 16px; font-family: var(--font-display); font-weight:800; line-height:1.25 }
.dnn-mech-step p{ margin: 0; font-size: 14px; color: var(--text-muted); line-height:1.55 }

/* ===== INGREDIENTS ===== */
.dnn-ing-grid{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px;
}
.dnn-ing{
  background:#fff;
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
  display:flex; flex-direction:column;
  transition: transform .25s, box-shadow .25s;
}
.dnn-ing:hover{ transform: translateY(-4px); box-shadow: var(--shadow) }
.dnn-ing-head{
  padding: 18px 22px;
  display:flex; align-items:center; gap:14px;
  color:#fff;
  font-family: var(--font-display);
  font-weight:800;
  font-size: 18px;
}
.dnn-ing-head svg,
.dnn-ing-head .emoji{ font-size:24px; line-height:1 }
.dnn-ing-body{
  padding: 18px 22px;
  font-size: 15px;
  color: var(--text);
}
.dnn-ing-body p{ margin: 0 0 .6em }
.dnn-ing-body p:last-child{ margin: 0 }
.pubmed{
  display:inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--text-muted);
  font-weight:600;
}

/* 6-color rotation for ingredients */
.dnn-ing:nth-child(6n+1) .dnn-ing-head{ background: linear-gradient(95deg, #1FAE6E, #138053) }
.dnn-ing:nth-child(6n+2) .dnn-ing-head{ background: linear-gradient(95deg, #FF8A3D, #FF6E1F) }
.dnn-ing:nth-child(6n+3) .dnn-ing-head{ background: linear-gradient(95deg, #2C8FD2, #1A6BA8) }
.dnn-ing:nth-child(6n+4) .dnn-ing-head{ background: linear-gradient(95deg, #8B5CF6, #6938E5) }
.dnn-ing:nth-child(6n+5) .dnn-ing-head{ background: linear-gradient(95deg, #E84A78, #C03363) }
.dnn-ing:nth-child(6n+6) .dnn-ing-head{ background: linear-gradient(95deg, #D4A12C, #A8801F) }

/* ===== STUDY SECTION ===== */
.study-section{
  background: linear-gradient(135deg, #fff 0%, var(--bg-mint) 100%);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  position:relative;
  overflow:hidden;
}
.study-section::before{
  content:'🔬';
  position:absolute;
  top: -10px; right: 24px;
  font-size: 100px;
  opacity:.07;
  transform: rotate(-12deg);
}
.study-grid{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
  align-items:center;
  position:relative;
}
.study-table{
  width:100%;
  border-collapse: collapse;
  background:#fff;
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow-sm);
}
.study-table th, .study-table td{
  padding: 12px 14px;
  text-align:center;
  font-size: 14px;
  border-bottom: 1px solid var(--border-soft);
}
.study-table th{ background: var(--primary-pale); color: var(--primary-dark); font-weight:800 }
.study-table tr:last-child td{ border-bottom: 0 }
.study-cite{
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 14px;
  font-style: italic;
}

/* ===== CHART SECTION ===== */
.chart-section{
  background:#fff;
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.chart-svg{ max-width: 720px; margin: 0 auto; display:block }
.chart-svg .bar{
  transform: scaleY(0);
  transform-origin: bottom;
  animation: dnn-bar 1.4s cubic-bezier(.34,1.56,.64,1) forwards;
}
.chart-svg .bar:nth-child(1){ animation-delay: .0s }
.chart-svg .bar:nth-child(2){ animation-delay: .15s }
.chart-svg .bar:nth-child(3){ animation-delay: .3s }
.chart-svg .bar:nth-child(4){ animation-delay: .45s }
.chart-svg .bar:nth-child(5){ animation-delay: .6s }
@keyframes dnn-bar{ to{ transform: scaleY(1) } }

/* ===== VS / COMPARISON TABLE ===== */
.vs-table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  background:#fff;
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
}
.vs-table th, .vs-table td{
  padding: 14px 16px;
  text-align:center;
  font-size: 14.5px;
  border-bottom: 1px solid var(--border-soft);
}
.vs-table th{
  background: var(--primary-dark);
  color:#fff;
  font-weight:800;
  font-family: var(--font-display);
}
.vs-table tr:last-child td{ border-bottom: 0 }
.vs-table tr:nth-child(odd) td{ background: var(--bg-soft) }
.vs-table th:first-child, .vs-table td:first-child{ text-align:left; font-weight:700 }
.vs-cell-yes{ color: var(--primary-dark); font-weight:900; font-size:18px }
.vs-cell-no { color: #C8423A; font-weight:900; font-size:18px }

/* ===== HOW-TO ===== */
.how-take{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
  margin-top: 32px;
  counter-reset: take;
}
.how-take .step{
  background:#fff;
  border-radius: var(--radius);
  padding: 32px 22px 22px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
  text-align:center;
  position:relative;
  counter-increment: take;
  transition: transform .25s, box-shadow .25s;
}
.how-take .step:hover{ transform: translateY(-4px); box-shadow: var(--shadow) }
.how-take .step::before{
  content: counter(take);
  position:absolute;
  top:-22px; left:50%;
  transform: translateX(-50%);
  width: 44px; height:44px;
  border-radius:50%;
  background: linear-gradient(135deg, var(--accent), #FF6E1F);
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-family: var(--font-display);
  font-weight:900;
  font-size: 19px;
  box-shadow: 0 8px 18px rgba(var(--accent-rgb),.4);
}
.how-take .step h3{ font-size: 16px; margin-bottom: 6px; margin-top: 8px }
.how-take .step p{ margin:0; font-size: 14px; color: var(--text-muted) }

/* ===== TESTIMONIALS ===== */
.testimonial-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}
.testimonial-card{
  background:#fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
  position:relative;
  transition: transform .25s, box-shadow .25s;
}
.testimonial-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow) }
.testimonial-card::before{
  content:'"';
  position:absolute;
  top: 4px; right: 18px;
  font-family: var(--font-display);
  font-size: 80px;
  line-height:1;
  color: var(--primary-pale);
  font-weight:900;
}
.testimonial-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom: 14px;
}
.testimonial-head img{
  width: 48px; height:48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary-pale);
}
.testimonial-head .name{ font-weight:800; font-size: 15px }
.testimonial-head .city{ font-size: 12px; color: var(--text-muted) }
.testimonial-head .verified{
  display:inline-flex; align-items:center; gap:3px;
  font-size: 11px;
  color: var(--primary-dark);
  font-weight:700;
  background: var(--primary-pale);
  padding: 2px 8px;
  border-radius: var(--radius-full);
  margin-left: auto;
}
.stars{ color: var(--star-color); font-size: 14px; letter-spacing:1px; margin-bottom: 8px }
.testimonial-card .quote{ font-size: 14.5px; line-height: 1.6; color: var(--text); margin: 0 }

/* Rating summary */
.rating-summary{
  display:grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 32px;
  align-items:center;
  background:#fff;
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: var(--shadow);
  border: 1px solid var(--border-soft);
}
.rating-big{ text-align:center }
.rating-big .pos{
  font-family: var(--font-display);
  font-size: clamp(52px, 7vw, 72px);
  font-weight:900;
  color: var(--primary-dark);
  line-height:1;
}
.rating-big .stars{ font-size: 22px }
.rating-big .info{ font-size: 13px; color: var(--text-muted); margin-top: 6px }
.rating-bars{ display:flex; flex-direction:column; gap: 6px }
.rating-bar{
  display:grid;
  grid-template-columns: 36px 1fr 36px;
  gap: 10px;
  align-items:center;
  font-size: 13px;
  font-weight:600;
}
.rating-bar .label{ color: var(--text-muted) }
.rating-bar .track{
  height: 8px;
  background: var(--border-soft);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.rating-bar .fill{
  height:100%;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  border-radius: var(--radius-full);
}

/* ===== OFFER BOX ===== */
.dnn-offer{
  background: linear-gradient(135deg, #fff 0%, var(--bg-mint) 100%);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3.5vw, 36px);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  max-width: 560px;
  margin: 0 auto;
  position:relative;
  overflow:hidden;
}
.dnn-offer::before{
  content:'';
  position:absolute;
  top:-30%; right:-30%;
  width: 280px; height:280px;
  background: radial-gradient(circle, rgba(var(--primary-rgb),.10), transparent 70%);
  pointer-events:none;
}
.offer-img{
  display:block;
  margin: 0 auto 18px;
  max-width: 200px;
  filter: drop-shadow(0 14px 28px rgba(15,42,28,.18));
}
.offer-img-mini{
  width: 64px; height:64px;
  border-radius: var(--radius-sm);
  background: var(--primary-pale);
  padding: 6px;
  object-fit: contain;
  margin: 0 auto 12px;
  display:block;
}
.btn-discount-pill{
  display:inline-block;
  background: var(--discount-bg);
  color:#fff;
  font-weight:800;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
  letter-spacing:.04em;
}
.price-row{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap: 14px;
  flex-wrap:wrap;
  margin-bottom: 6px;
}
.price-old{
  color: var(--text-muted);
  text-decoration: line-through;
  font-size: 22px;
  font-weight:700;
}
.price-new{
  font-family: var(--font-display);
  font-weight:900;
  color: var(--primary-dark);
  font-size: clamp(34px, 5vw, 44px);
  line-height:1;
}
.price-savings{
  background: var(--discount-bg);
  color:#fff;
  font-weight:800;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  white-space:nowrap;
}
.price-qty{ display:block; text-align:center; color: var(--text-muted); font-size: 14px; margin-bottom: 18px }
.price-block{ position:relative }

/* ===== PRICE COMPARISON ===== */
.price-comp-table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  background:#fff;
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow-sm);
}
.price-comp-table th, .price-comp-table td{
  padding: 14px 16px;
  font-size:14.5px;
  border-bottom: 1px solid var(--border-soft);
  text-align:center;
}
.price-comp-table th{ background: var(--primary-dark); color:#fff; font-weight:800 }
.price-comp-table td:first-child, .price-comp-table th:first-child{ text-align:left }
.price-comp-table tr:last-child td{ border-bottom: 0 }
.price-comp-table tr:nth-child(even) td{ background: var(--bg-soft) }

/* ===== FORMS ===== */
.order-form{
  background:#fff;
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border-soft);
  display:flex;
  flex-direction:column;
  gap: 12px;
}
.input-wrap{ position:relative }
.input-wrap input{
  width:100%;
  padding: 14px 16px 14px 46px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 16px;
  background: var(--bg-soft);
  transition: border .2s, background .2s, box-shadow .2s;
  color: var(--text);
}
.input-wrap input:focus{
  outline:0;
  border-color: var(--primary);
  background:#fff;
  box-shadow: 0 0 0 4px rgba(var(--primary-rgb),.15);
}
.input-icon{
  position:absolute;
  left: 16px; top:50%;
  transform: translateY(-50%);
  width: 18px; height: 18px;
  color: var(--primary);
  pointer-events:none;
}
.input-prefix{
  position:absolute;
  left: 40px; top:50%;
  transform: translateY(-50%);
  font-weight:700;
  color: var(--text-muted);
  pointer-events:none;
  font-size: 15px;
}
.input-wrap input[name="phone"]{ padding-left: 76px }
.form-error{
  font-size: 13px;
  color: #C8423A;
  font-weight:700;
  display:none;
}
.form-error.active{ display:block }
.form-disclaimer{
  font-size: 12px;
  color: var(--text-muted);
  text-align:center;
  margin: 6px 0 0;
  line-height:1.5;
}
.form-disclaimer a{ color: var(--primary-dark); font-weight:700 }

.payment-pills{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center }
.payment-pill{
  display:inline-flex; align-items:center; gap:6px;
  background: var(--primary-pale);
  color: var(--primary-dark);
  font-weight:700;
  font-size:12.5px;
  padding: 6px 12px;
  border-radius: var(--radius-full);
}

/* ===== ORDER STEPS (4-step horizontal) ===== */
.order-steps{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  position:relative;
}
.order-steps::before{
  content:'';
  position:absolute;
  left: 8%; right:8%;
  top: 28px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--primary) 0 8px, transparent 8px 16px);
  z-index:0;
}
.order-step{
  position:relative;
  z-index:1;
  text-align:center;
  background:#fff;
  border-radius: var(--radius);
  padding: 22px 14px 18px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
}
.os-num{
  width: 56px; height:56px;
  border-radius:50%;
  margin: 0 auto 10px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-family: var(--font-display);
  font-weight:900;
  font-size: 22px;
  box-shadow: 0 8px 18px rgba(var(--primary-rgb),.35);
}
.os-icon{ font-size: 22px; margin-bottom: 4px }
.order-step h4{ font-size: 14.5px; margin: 4px 0 4px }
.order-step p{ font-size: 13px; color: var(--text-muted); margin:0 }

/* ===== PERSONA / FEATURE CHECKS ===== */
.persona-card{
  background:#fff;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
  text-align:center;
  transition: transform .25s, box-shadow .25s;
}
.persona-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow) }
.persona-card .card-emoji,.persona-card .card-emoji-c{ margin-bottom: 14px }
.persona-card h3{ font-size: 17px; margin-bottom: 8px }

.feature-checks{
  list-style:none;
  padding:0; margin:0;
  display:flex; flex-direction:column; gap: 10px;
}
.feature-checks li{
  position:relative;
  padding: 12px 16px 12px 44px;
  background:#fff;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
  font-weight:600;
  font-size: 15px;
}
.feature-checks li::before{
  content:'✓';
  position:absolute;
  left: 14px; top:50%;
  transform: translateY(-50%);
  width: 22px; height:22px;
  border-radius:50%;
  background: var(--primary);
  color:#fff;
  font-weight:900;
  font-size: 13px;
  display:flex; align-items:center; justify-content:center;
}

/* ===== QUIZ ===== */
.dnn-quiz{
  background: linear-gradient(135deg, #fff, var(--bg-mint));
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3.5vw, 36px);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  max-width: 700px;
  margin: 0 auto;
}
.quiz-progress{
  height: 8px;
  background: var(--border-soft);
  border-radius: var(--radius-full);
  overflow:hidden;
  margin-bottom: 22px;
}
.quiz-progress-bar{
  height:100%;
  background: linear-gradient(90deg, var(--primary), var(--primary-dark));
  border-radius: var(--radius-full);
  transition: width .35s ease;
}
.quiz-step{ display:none }
.quiz-step.active{ display:block }
.quiz-step h3{ text-align:center; margin-bottom: 18px }
.quiz-options{
  display:flex; flex-direction:column; gap: 10px;
}
.quiz-options button{
  text-align:left;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
  background:#fff;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight:600;
  color: var(--text);
  cursor:pointer;
  transition: all .2s;
}
.quiz-options button:hover{ border-color: var(--primary); background: var(--primary-pale) }
.quiz-meter{ height: 12px; background: var(--border-soft); border-radius: var(--radius-full); overflow:hidden; margin: 14px 0 }
.quiz-meter > span{ display:block; height:100%; background: linear-gradient(90deg, var(--primary), var(--accent)); border-radius: var(--radius-full); transition: width 1s }
.quiz-result{ text-align:center }
.quiz-result-text{ font-size: 16px; margin: 12px 0 18px }

/* ===== FAQ (plus/minus dialine pattern) ===== */
.dnn-faq{
  display:flex;
  flex-direction:column;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto;
}
.faq-item{
  background:#fff;
  border-radius: var(--radius);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  overflow:hidden;
  transition: box-shadow .25s;
}
.faq-item:hover{ box-shadow: var(--shadow) }
.faq-q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  padding: 18px 22px;
  background:transparent;
  border:0;
  cursor:pointer;
  font-family: var(--font-display);
  font-weight:800;
  font-size: 16px;
  text-align:left;
  color: var(--text);
  position:relative;
  transition: color .2s;
}
.faq-q:hover{ color: var(--primary-dark) }
.faq-q::after{
  content:'';
  flex-shrink:0;
  width: 28px; height:28px;
  border-radius: 50%;
  background: var(--primary-pale);
  position:relative;
  transition: background .25s, transform .25s;
}
.faq-q::before{
  content:'';
  position:absolute;
  right: 22px; top:50%;
  width: 14px; height: 14px;
  background:
    linear-gradient(var(--primary-dark),var(--primary-dark)) center/14px 2px no-repeat,
    linear-gradient(var(--primary-dark),var(--primary-dark)) center/2px 14px no-repeat;
  transform: translateY(-50%);
  transition: transform .25s;
  pointer-events:none;
}
.faq-item.active .faq-q::after{ background: var(--primary); }
.faq-item.active .faq-q::before{
  background:
    linear-gradient(#fff,#fff) center/14px 2px no-repeat;
}
.faq-a{
  max-height: 0;
  overflow:hidden;
  padding: 0 22px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.6;
  transition: max-height .35s ease, padding .35s ease;
}
.faq-item.active .faq-a{
  max-height: 1200px;
  padding: 0 22px 18px;
}
.faq-a p{ margin: 0 0 .6em }
.faq-a p:last-child{ margin: 0 }

/* ===== PHARMACY PAGES ===== */
.pharm-group{ margin-bottom: 32px }
.pharm-group h3{ display:flex; align-items:center; gap:10px; margin-bottom: 16px }
.pharm-list{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.pharm-tile{
  background:#fff;
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
  display:flex;
  align-items:center;
  gap: 14px;
  text-decoration:none;
  color: var(--text);
  transition: transform .2s, box-shadow .2s;
}
.pharm-tile:hover{ transform: translateY(-3px); box-shadow: var(--shadow); color: var(--text) }
.pharm-name{ font-weight:800; font-size: 15px; line-height:1.2 }
.pharm-meta{ font-size: 12.5px; color: var(--text-muted); margin-top:3px }
.pharm-status{
  font-size: 11px;
  font-weight:800;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  margin-left: auto;
  background: #FFE9E7;
  color: #C8423A;
}
.pharm-status.hb-oficial{ background: var(--primary-pale); color: var(--primary-dark) }

.hb-rating, .hb-delivery{ font-size: 12px; color: var(--text-muted); display:inline-flex; align-items:center; gap:4px }

/* ===== STICKY MOBILE CTA ===== */
.dnn-sticky{
  display:none;
  position:fixed;
  bottom: 0; left:0; right:0;
  z-index:70;
  background:#fff;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 24px rgba(15,42,28,.12);
  border-top: 1px solid var(--border);
}
.dnn-sticky a{
  display:flex; align-items:center; gap: 12px;
  text-decoration:none;
  color: var(--text);
}
.dnn-sticky img{ width:48px; height:48px; border-radius: var(--radius-sm); background: var(--primary-pale); padding:4px; object-fit:contain }
.dnn-sticky .price-block{ flex:1 }
.dnn-sticky .name{ font-family: var(--font-display); font-weight:800; font-size:14px; line-height:1.1 }
.dnn-sticky .price-row{ justify-content:flex-start; gap: 8px; margin: 2px 0 0 }
.dnn-sticky .price-old{ font-size: 13px }
.dnn-sticky .price-new{ font-size: 18px }
.dnn-sticky .btn{ padding: 10px 16px; font-size: 13px }

/* ===== FINAL CTA ===== */
.dnn-finalcta{
  padding: clamp(44px, 6vw, 64px) 0;
}
.dnn-finalcta-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items:center;
  background:
    radial-gradient(circle at 20% 0%, rgba(var(--primary-rgb),.20) 0%, transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(var(--accent-rgb),.18) 0%, transparent 55%),
    linear-gradient(135deg, var(--bg-mint), var(--bg-cream));
  border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 56px);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.dnn-finalcta h2{ text-align:left; margin-top:0 }

/* ===== MID CTA ===== */
.dnn-midcta{
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color:#fff;
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 44px);
  text-align:center;
  position:relative;
  overflow:hidden;
}
.dnn-midcta::before, .dnn-midcta::after{
  content:'';
  position:absolute;
  border-radius:50%;
  background: rgba(255,255,255,.08);
}
.dnn-midcta::before{ width: 200px; height:200px; top:-80px; left:-60px }
.dnn-midcta::after { width: 280px; height:280px; bottom:-140px; right:-80px }
.dnn-midcta h2{ color:#fff; position:relative; z-index:1; margin-bottom: 12px }
.dnn-midcta p{ color: rgba(255,255,255,.92); position:relative; z-index:1; margin-bottom: 20px }
.dnn-midcta .btn{ position:relative; z-index:1 }

/* ===== MODAL (popup) ===== */
.modal-overlay{
  position: fixed;
  inset:0;
  background: rgba(15,42,28,.55);
  backdrop-filter: blur(6px);
  display: none;
  align-items:center;
  justify-content:center;
  z-index: 100;
  padding: 12px;
}
.modal-overlay.active{ display:flex; animation: dnn-fade .25s ease }
@keyframes dnn-fade{ from{ opacity:0 } to{ opacity:1 } }
.modal-content{
  background:#fff;
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 460px;
  max-height: calc(100dvh - 24px);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  position:relative;
  box-shadow: var(--shadow-lg);
  animation: dnn-pop .35s cubic-bezier(.34,1.56,.64,1);
}
@keyframes dnn-pop{ from{ opacity:0; transform: scale(.94) } to{ opacity:1; transform:scale(1) } }
.modal-close{
  position:absolute;
  top: 12px; right: 12px;
  width: 36px; height:36px;
  border-radius:50%;
  border:0;
  background: var(--bg-soft);
  cursor:pointer;
  z-index:2;
  display:flex; align-items:center; justify-content:center;
}
.modal-close::before, .modal-close::after{
  content:'';
  position:absolute;
  width: 16px; height:2px;
  background: var(--text);
  border-radius:2px;
}
.modal-close::before{ transform: rotate(45deg) }
.modal-close::after { transform: rotate(-45deg) }
.modal-content > .modal-content-inner,
.modal-content > form,
.modal-content{ padding-top: 0 }
.modal-img-wrap{
  position:relative;
  background: linear-gradient(135deg, var(--bg-mint), var(--bg-peach));
  padding: 24px 24px 12px;
  text-align:center;
}
.modal-img-wrap img{ max-width: 160px; margin: 0 auto; filter: drop-shadow(0 10px 24px rgba(15,42,28,.18)) }
.modal-img-badge{
  position:absolute;
  top: 14px; left:14px;
  background: var(--discount-bg);
  color:#fff;
  font-weight:800;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: var(--radius-full);
}
.modal-rating-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 6px 24px 0;
  font-size: 14px;
  font-weight:700;
}
.modal-rating-val{ font-size: 18px; color: var(--primary-dark); font-family: var(--font-display); font-weight:900 }
.modal-stars{ color: var(--star-color) }
.modal-rating-sep{ color: var(--text-muted) }
.modal-rating-count{ color: var(--text-muted); font-weight:600 }
.modal-price-row{
  display:flex; align-items:baseline; justify-content:center;
  gap: 10px; padding: 10px 24px 4px;
}
.modal-price-old{ color: var(--text-muted); text-decoration: line-through; font-size: 18px; font-weight:700 }
.modal-price-new{
  font-family: var(--font-display);
  font-weight:900;
  font-size: 30px;
  color: var(--primary-dark);
}
.modal-savings-row{
  text-align:center;
  font-size: 13px;
  font-weight:700;
  color: var(--discount-bg);
  padding: 0 24px 10px;
}
.modal-trust-grid{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap: 8px;
  padding: 0 24px 16px;
  text-align:center;
}
.modal-trust-grid > div{
  font-size: 11px;
  color: var(--text-muted);
  font-weight:600;
}
.modal-trust-grid svg{
  width: 22px; height: 22px;
  color: var(--primary);
  margin: 0 auto 4px;
}
.mtg-icon, .msv-icon, .md-icon{
  width: 22px; height:22px;
  margin: 0 auto 4px;
  display:block;
  color: var(--primary);
}
.modal-content form{ padding: 0 24px 20px; display:flex; flex-direction:column; gap: 10px }
.modal-callback-note{
  font-size: 12px;
  color: var(--text-muted);
  text-align:center;
  margin-top: 4px;
}
.md-submit{
  width:100%;
  padding: 14px 20px;
  font-size: 15px;
}

/* ===== FOOTER (dark — dialine-inspired) ===== */
.dnn-footer{
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: clamp(40px, 5vw, 56px) 0 28px;
  margin-top: clamp(32px, 5vw, 56px);
}
.dnn-footer-top{
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 28px;
  max-width: 460px;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.dnn-footer-logo{
  display:inline-flex; align-items:center; gap:10px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 22px;
  color:#fff;
}
.dnn-footer-logo img{ width:32px; height:32px }
.dnn-footer-tag{ font-size: 14px; color: var(--footer-text); opacity:.75; margin: 12px 0 18px; line-height:1.6 }
.footer-grid h4{
  color:#fff;
  font-family: var(--font-display);
  font-size: 15px;
  margin-bottom: 14px;
  display:flex;
  align-items:center;
  gap: 8px;
}
.footer-grid ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap: 8px }
.footer-grid a{ color: var(--footer-text); opacity:.78; font-size: 14px; transition: opacity .2s }
.footer-grid a:hover{ opacity:1; color:#fff }
.dnn-footer-bottom{
  padding-top: 22px;
  font-size: 12.5px;
  color: rgba(216,232,223,.65);
  display:flex;
  flex-direction:column;
  gap: 8px;
}
.dnn-footer-bottom .form-disclaimer{ color: rgba(216,232,223,.55); margin: 0; text-align:left; font-size: 11.5px }

/* ===== MOBILE NAV PANEL ===== */
@media (max-width: 1024px){
  .header-nav{
    position: fixed;
    left: 50%;
    top: calc(var(--header-h) + 8px);
    transform: translate(-50%, -10px);
    width: 92%;
    max-width: 360px;
    max-height: calc(100dvh - var(--header-h) - 24px);
    overflow-y: auto;
    background:#fff;
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--shadow-lg);
    flex-direction: column;
    gap: 4px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s, transform .25s;
    z-index: 90;
  }
  body.nav-open .header-nav{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
  .header-nav a{ padding: 12px 14px; border-radius: 12px; font-size: 16px }
  .header-nav a:hover{ background: var(--primary-pale) }
  .header-nav a::after{ display:none }
  .hamburger{ display:block }
  body.nav-open::before{
    content:'';
    position:fixed; inset:0;
    background: rgba(15,42,28,.55);
    backdrop-filter: blur(4px);
    z-index: 85;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; gap: 28px }
  .hero-image-wrap{ order: -1 }
  .card-grid-3{ grid-template-columns: repeat(2,1fr) }
  .card-grid-4{ grid-template-columns: repeat(2,1fr) }
  .testimonial-grid{ grid-template-columns: repeat(2,1fr) }
  .dnn-mech{ grid-template-columns: repeat(2,1fr); row-gap: 38px }
  .how-take{ grid-template-columns: 1fr; row-gap: 38px }
  .study-grid{ grid-template-columns: 1fr }
  .dnn-finalcta-grid{ grid-template-columns: 1fr }
  .dnn-finalcta h2{ text-align:center }
  .pharm-list{ grid-template-columns: repeat(2,1fr) }
  .dnn-footer-top{ grid-template-columns: 1fr 1fr; gap: 28px }
  .order-steps{ grid-template-columns: repeat(2,1fr); gap: 14px }
  .order-steps::before{ display:none }
  .rating-summary{ grid-template-columns: 1fr }
  .trustbar-grid{ grid-template-columns: repeat(2,1fr); gap: 22px }
}

@media (max-width: 768px){
  .dnn-section{ padding: clamp(36px, 5vw, 48px) 0 }
  .card-grid-3{ grid-template-columns: 1fr }
  .card-grid-4{ grid-template-columns: 1fr }
  .testimonial-grid{ grid-template-columns: 1fr }
  .dnn-ing-grid{ grid-template-columns: 1fr }
  .dnn-mech{ grid-template-columns: 1fr; row-gap: 38px }
  .pharm-list{ grid-template-columns: 1fr }
  .dnn-sticky{ display:block }
  body{ padding-bottom: 80px }
  .dnn-footer{ padding-bottom: 100px }
  .dnn-footer-top{ grid-template-columns: 1fr; gap: 24px }
  .header-cta .btn--label{ display:none }
  .header-cta .btn-cta{ width:44px; height:44px; padding:0 }
  input{ font-size: 16px !important }
  .modal-trust-grid{ grid-template-columns: repeat(2,1fr) }
  .price-comp-table th, .price-comp-table td,
  .vs-table th, .vs-table td{ padding: 10px 8px; font-size: 13px }
  .order-steps{ grid-template-columns: 1fr }
}

/* ===== SCROLL REVEAL ===== */
.reveal-up, .reveal-scale{ opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease }
.reveal-scale{ transform: scale(.95) }
.reveal-up.is-in, .reveal-scale.is-in{ opacity: 1; transform: none }

/* ===== REDUCED MOTION (correct boilerplate) ===== */
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal-up, .reveal-scale{ opacity:1; transform:none }
}
