/* ============================================================

   PureOrganics — Base CSS v3

   Sursă unică: color-preview-canvas.html (Color System v3 · Clinical Modern)

   NU adăuga clase, culori sau fonturi care nu există în canvas.

   ============================================================ */



/* ══════════════════════════════════════════════════════════════

   1. CSS TOKENS — copiate exact din canvas :root

══════════════════════════════════════════════════════════════ */

:root {

  /* BACKGROUNDS */

  --bg-primary:    #FFFFFF;

  --bg-soft:       #F7F9F8;

  --bg-muted:      #EAF5F2;

  --bg-statement:  #1C1008;



  /* TEXT */

  --text-primary:   #2E3531;

  --text-body:      #374151;

  --text-secondary: #565C65;

  --text-muted:     #6B7280;



  /* BRAND GREEN */

  --green:          #007A5E;

  --green-dark:     #00624B;

  --green-deep:     #00463A;

  --green-pale:     #E8F4F0;



  /* RATING */

  --color-star:     #C27B3A;



  /* BORDERS */

  --border:         #E5EDE9;

  --border-light:   #F0F5F3;



  /* DARK SURFACES */

  --surface-inverse: #0F0F0F;

  --gray-dim:        #CBD5E1;



  /* ACCENT CLINIC */

  --accent-ink:      #2E4A8F;

  --accent-ink-bg:   #EEF2FB;



  /* ACCENT PROMOTIONAL */

  --accent-warm:      #D4956A;

  --accent-warm-text: #8B4A0E;

  --accent-warm-bg:   #FEF5EC;



  /* FONTS */

  --font:        'Manrope', sans-serif;

  --font-body:   'Inter', sans-serif;

  --font-accent: 'DM Serif Display', serif;



  /* RADIUS */

  --r:    12px;

  --r-sm: 8px;



  /* SPACING — grid 8px */

  --sp-1:  4px;

  --sp-2:  8px;

  --sp-3:  12px;

  --sp-4:  16px;

  --sp-6:  24px;

  --sp-8:  32px;

  --sp-12: 48px;

  --sp-14: 56px;

  --sp-16: 64px;

  --sp-20: 80px;

  --sp-24: 96px;



  /* SHADOWS */

  --shadow-sm:       0 1px 3px rgba(0,0,0,0.07), 0 1px 2px rgba(0,0,0,0.04);

  --shadow-md:       0 4px 12px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.05);

  --shadow-lg:       0 8px 24px rgba(0,0,0,0.10), 0 3px 6px rgba(0,0,0,0.05);

  --shadow-xl:       0 16px 48px rgba(0,0,0,0.12), 0 6px 12px rgba(0,0,0,0.06);

  --shadow-green:    0 4px 16px rgba(0,122,94,0.28);

  --shadow-green-lg: 0 8px 28px rgba(0,122,94,0.36);



  /* EASING */

  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);

  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);

  --ease-out-expo:  cubic-bezier(0.16, 1, 0.3, 1);

}



/* ── SCROLL REVEAL ── */

.reveal {

  opacity: 0;

  transform: translateY(22px);

  transition: opacity 520ms var(--ease-out-quart), transform 520ms var(--ease-out-quart);

}

.reveal.is-visible {

  opacity: 1;

  transform: none;

}

.reveal-delay-1 { transition-delay: 80ms; }

.reveal-delay-2 { transition-delay: 160ms; }

.reveal-delay-3 { transition-delay: 240ms; }



/* ── Guarantee signal pulse — fires once, 1.6s after load ── */

@keyframes guaranteePulse {

  0%   { transform: scale(1);    color: inherit; }

  40%  { transform: scale(1.08); color: var(--green-dark); }

  70%  { transform: scale(0.97); }

  100% { transform: scale(1);    color: inherit; }

}

#guarantee-signal.is-pulsing {

  animation: guaranteePulse 600ms var(--ease-out-quart) both;

}



/* Hero entrance — CSS-only, fires on load */

@keyframes heroFadeUp {

  from { opacity: 0; transform: translateY(18px); }

  to   { opacity: 1; transform: none; }

}

.hero-media-enter {

  animation: heroFadeUp 600ms var(--ease-out-quart) both;

}

.hero-buy-enter {

  animation: heroFadeUp 600ms var(--ease-out-quart) 120ms both;

}



@media (prefers-reduced-motion: reduce) {

  .reveal { opacity: 1; transform: none; transition: none; }

  .accordion-body { transition: none; }

  .abs-bar-css { transition: none !important; }

  .hero-media-enter, .hero-buy-enter { animation: none; }

  #guarantee-signal.is-pulsing { animation: none; }

  @keyframes radioDotIn { from { transform: scale(1); opacity: 1; } }

  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }

}



/* ══════════════════════════════════════════════════════════════

   2. BASE RESET

══════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }



body {

  font-family: var(--font-body);

  color: var(--text-body);

  background: #fff;

  font-size: 15px;

  line-height: 1.65;

  -webkit-font-smoothing: antialiased;

}



h1, h2, h3, h4, h5 {

  font-family: var(--font);

  letter-spacing: -0.02em;

  color: var(--text-primary);

  line-height: 1.2;

  margin: 0;

}



button, [role="button"] { cursor: pointer; }

.doi-link:hover, .doi-link:focus { text-decoration: underline; }



p { margin: 0; }



a { color: inherit; }



img { display: block; max-width: 100%; }



/* Material Symbols */

.material-symbols-outlined {

  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;

}



/* ══════════════════════════════════════════════════════════════

   3. CANVAS PRODUCTION COMPONENTS

   Copiați exact din color-preview-canvas.html — NU modifica

══════════════════════════════════════════════════════════════ */



/* ── BUTTONS ── */

.btn {

  display: inline-flex; align-items: center; justify-content: center;

  gap: 8px; font-family: var(--font); font-weight: 700;

  border-radius: var(--r); cursor: pointer; border: none;

  transition: background 150ms ease, box-shadow 150ms ease, transform 100ms ease;

  text-decoration: none; white-space: nowrap; line-height: 1;

  -webkit-font-smoothing: auto; letter-spacing: 0.01em;

}

.btn-primary {

  background: var(--green); color: #fff;

  padding: 12px 28px; font-size: 15px; font-weight: 800;

  min-height: 48px;

  font-family: var(--font);

  box-shadow: var(--shadow-green);

  text-shadow: 0 1px 0 rgba(0,0,0,0.18);

  border: none; cursor: pointer;

  display: inline-flex; align-items: center; justify-content: center;

  border-radius: var(--r);

  transition: background 150ms ease, box-shadow 150ms ease, transform 100ms ease;

  text-decoration: none; white-space: nowrap; line-height: 1;

  letter-spacing: 0.01em;

}

.btn-primary:hover { background: var(--green-dark); color: #fff; box-shadow: 0 8px 24px rgba(0,122,94,0.42); }

@media (hover: hover) { .btn-primary:hover { transform: translateY(-2px); } }

.btn-primary:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

.btn-primary:active { transform: translateY(1px); color: #fff; box-shadow: 0 2px 8px rgba(0,122,94,0.25); }



.btn-cta {

  background: var(--green); color: #fff;

  padding: 14px 28px; font-size: 15px; font-family: var(--font); font-weight: 800;

  flex-direction: column; gap: 5px;

  box-shadow: var(--shadow-green);

  text-shadow: 0 1px 0 rgba(0,0,0,0.18);

  border: none; cursor: pointer;

  display: inline-flex; align-items: center; justify-content: center;

  border-radius: var(--r);

  transition: background 150ms ease, box-shadow 150ms ease, transform 100ms ease;

  text-decoration: none; white-space: nowrap; letter-spacing: 0.01em;

}

.btn-cta:hover { background: var(--green-dark); box-shadow: 0 8px 24px rgba(0,122,94,0.42); }

@media (hover: hover) { .btn-cta:hover { transform: translateY(-2px); } }

.btn-cta:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

.btn-cta:active { transform: translateY(1px); box-shadow: 0 2px 8px rgba(0,122,94,0.25); }

.btn-cta-label { font-size: 15px; font-weight: 800; letter-spacing: 0.01em; }

.btn-cta-price { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.82); }



.btn-secondary {

  background: transparent; color: var(--green);

  border: 1.5px solid var(--green);

  padding: 13px 28px; font-size: 15px;

  font-family: var(--font); font-weight: 700;

  display: inline-flex; align-items: center; justify-content: center;

  border-radius: var(--r); cursor: pointer;

  transition: background 150ms ease; text-decoration: none; white-space: nowrap;

}

.btn-secondary:hover { background: var(--green-pale); }

.btn-secondary:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }



.btn-ghost {

  background: transparent; color: var(--text-secondary);

  border: 1.5px solid var(--border);

  padding: 10px 20px; font-size: 13px;

  font-family: var(--font); font-weight: 700;

  display: inline-flex; align-items: center; justify-content: center;

  border-radius: var(--r); cursor: pointer;

  transition: border-color 150ms ease, color 150ms ease, background 150ms ease;

  text-decoration: none; white-space: nowrap;

}

.btn-ghost:hover { border-color: var(--green); color: var(--green); background: var(--green-pale); }

.btn-ghost:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }



.btn-sm { padding: 9px 18px; font-size: 13px; }

.btn[disabled], .btn[aria-disabled="true"] {

  opacity: 0.38; cursor: not-allowed; pointer-events: none; box-shadow: none;

}



/* ── BENEFIT PILL ── */

.benefit-pill {

  display: inline-flex; align-items: center; gap: 5px;

  font-family: var(--font);

  font-size: 12px; font-weight: 600; color: var(--text-secondary);

  transition: color 160ms ease, transform 160ms var(--ease-out-quart);

}

.benefit-pill:hover { color: var(--green-dark); }

@media (hover: hover) { .benefit-pill:hover { transform: translateY(-1px); } }

.benefit-pill .pill-icon { display: none; }



/* ── TRUST BADGE ── */

.trust-badge {

  display: inline-flex; align-items: center; gap: 10px;

  padding: 10px 16px; background: white;

  border: 1px solid var(--border); border-radius: var(--r);

}

.trust-badge-icon {

  display: flex; align-items: center; justify-content: center;

  width: 36px; height: 36px; background: var(--bg-muted);

  border-radius: 50%; flex-shrink: 0;

}

.trust-badge-text { display: flex; flex-direction: column; gap: 1px; }

.trust-badge-name { font-family: var(--font); font-size: 12px; font-weight: 700; color: var(--text-primary); }

.trust-badge-desc { font-family: var(--font-body); font-size: 11px; color: var(--text-secondary); }



/* ── STAR RATING ── */

.star-row { display: inline-flex; align-items: center; gap: 6px; }

.stars { display: inline-flex; gap: 2px; }

.stars svg { color: var(--color-star); }

.star-score { font-family: var(--font); font-size: 14px; font-weight: 800; color: var(--color-star); }

.star-count { font-family: var(--font-body); font-size: 12px; color: var(--text-secondary); }



/* ── PRICE BLOCK ── */

.price-block { display: flex; flex-direction: column; gap: 4px; }

.price-main {

  font-family: var(--font); font-size: 28px; font-weight: 800;

  color: var(--text-primary); letter-spacing: -0.02em; line-height: 1;

}

.price-original { font-family: var(--font-body); font-size: 14px; color: var(--text-muted); text-decoration: line-through; }

.price-per-dose { font-family: var(--font-body); font-size: 12px; color: var(--text-secondary); }

.price-badge-discount {

  display: inline-block; padding: 3px 9px; border-radius: 6px;

  background: var(--accent-warm-bg); color: var(--accent-warm-text);

  font-family: var(--font); font-size: 11px; font-weight: 700;

}

.price-badge-science {

  display: inline-block; padding: 3px 9px; border-radius: 6px;

  background: var(--accent-ink-bg); color: var(--accent-ink);

  font-family: var(--font); font-size: 11px; font-weight: 700;

}



/* ── BUNDLE PRICING ── */

.pkg-option {

  display: flex; align-items: center; gap: 0;

  padding: 16px 18px; border: 1.5px solid var(--border);

  border-radius: var(--r); cursor: pointer;

  transition: border-color 200ms var(--ease-out-quart), background 200ms var(--ease-out-quart), transform 200ms var(--ease-out-quart), box-shadow 200ms var(--ease-out-quart);

  position: relative; background: white;

}

.pkg-option:hover { border-color: var(--green); box-shadow: 0 4px 12px rgba(0,122,94,0.10); }

@media (hover: hover) { .pkg-option:hover { transform: translateY(-1px); } }

.pkg-option.is-selected { border-color: var(--green); background: var(--green-pale); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(0,122,94,0.14); }

.pkg-radio {

  display: none !important;

  width: 18px; height: 18px; flex-shrink: 0;

  border: 1.5px solid var(--border); border-radius: 50%; background: white;

  display: flex; align-items: center; justify-content: center;

  transition: border-color 150ms ease;

}

.pkg-option.is-selected .pkg-radio { border-color: var(--green); background: var(--green); }

.pkg-option.is-selected .pkg-radio::after {

  content: ''; width: 6px; height: 6px; background: white; border-radius: 50%;

  animation: radioDotIn 220ms var(--ease-out-quart) both;

}

@keyframes radioDotIn {

  from { transform: scale(0); opacity: 0; }

  to   { transform: scale(1); opacity: 1; }

}

.pkg-qty { font-family: var(--font); font-size: 13px; font-weight: 800; color: var(--text-primary); min-width: 80px; }

.pkg-prices { display: flex; flex-direction: column; gap: 1px; flex: 1; }

.pkg-price-main { font-family: var(--font); font-size: 16px; font-weight: 800; color: var(--text-primary); letter-spacing: -0.01em; }

.pkg-price-per { font-family: var(--font-body); font-size: 11px; color: var(--text-secondary); }

.pkg-price-per s { color: var(--text-muted); }

.pkg-badge { font-family: var(--font); font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 6px; white-space: nowrap; flex-shrink: 0; }

.pkg-badge-rec  { background: var(--green); color: white; }

.pkg-badge-save { background: var(--accent-warm-bg); color: var(--accent-warm-text); }

/* Radio inputs visually hidden but tabbable */

.pkg-option input[type="radio"] {

  position: absolute; appearance: none; -webkit-appearance: none;

  opacity: 0; width: 1px; height: 1px; margin: 0; padding: 0; border: 0; pointer-events: none;

}

.pkg-option:has(input:focus-visible) {

  outline: 2px solid var(--green); outline-offset: 2px; border-radius: var(--r);

}



/* ── RATING HISTOGRAM ── */

.rating-block { display: flex; gap: 32px; align-items: flex-start; flex-wrap: wrap; }

.rating-score-col { display: flex; flex-direction: column; align-items: center; gap: 8px; flex-shrink: 0; }

.rating-big {

  font-family: var(--font); font-size: 56px; font-weight: 800;

  color: var(--text-primary); letter-spacing: -0.04em; line-height: 1;

}

.rating-stars-lg { color: var(--color-star); font-size: 16px; letter-spacing: 2px; line-height: 1; }

.rating-count { font-family: var(--font-body); font-size: 12px; color: var(--text-secondary); }

.rating-bars { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: 6px; }

.rating-bar-row { display: flex; align-items: center; gap: 10px; }

.rating-bar-label {

  font-family: var(--font); font-size: 11px; font-weight: 700;

  color: var(--text-secondary); width: 20px; text-align: right; flex-shrink: 0;

}

.rating-bar-track { flex: 1; height: 8px; background: var(--bg-soft); border-radius: 4px; overflow: hidden; }

.rating-bar-fill  { height: 100%; background: var(--color-star); border-radius: 4px; }

.rating-bar-pct   { font-family: var(--font-body); font-size: 11px; color: var(--text-secondary); width: 32px; flex-shrink: 0; }



/* ── INTERACTIVE TIMELINE (itl-) ── */

.itl-wrap { padding: 8px 0 4px; user-select: none; }

.itl-row { display: flex; justify-content: space-between; align-items: flex-start; position: relative; padding-top: 4px; }

.itl-track-bg,

.itl-track-fill {

  position: absolute; left: 16px; right: 16px; top: 20px;

  height: 2px; border-radius: 2px; pointer-events: none;

}

.itl-track-bg   { background: #C4D0CE; z-index: 0; }

.itl-track-fill { background: var(--green); z-index: 1; width: 0; right: auto; will-change: width; transition: width 0.45s cubic-bezier(0.4,0,0.2,1); }

.itl-thumb {

  position: absolute; top: 20px; left: 16px;

  transform: translate(-50%, -50%);

  width: 20px; height: 20px; border-radius: 50%;

  background: white; border: 2.5px solid var(--green);

  box-shadow: 0 2px 6px rgba(0,0,0,0.15);

  cursor: grab; z-index: 5; touch-action: none;

  will-change: left; transition: left 0.45s cubic-bezier(0.4,0,0.2,1), transform 0.2s;

}

.itl-thumb.dragging { cursor: grabbing; transform: translate(-50%, -50%) scale(1.3); transition: transform 0.15s; }

.itl-step {

  position: relative; z-index: 2; flex: 1;

  display: flex; flex-direction: column; align-items: center;

  background: none; border: none; cursor: pointer; padding: 0; gap: 10px;

  -webkit-tap-highlight-color: transparent; outline: none;

}

.itl-step:focus:not(:focus-visible) { outline: none; box-shadow: none; }

.itl-step:focus-visible .itl-dot { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 50%; }

.itl-step:first-child { align-items: flex-start; }

.itl-step:first-child .itl-desc { text-align: left; margin-left: -4px; }

.itl-step:last-child  { align-items: flex-end; }

.itl-step:last-child  .itl-desc { text-align: center; margin-right: -4px; }

.itl-dot {

  width: 32px; height: 32px; border-radius: 50%;

  border: 2px solid #C4D0CE; background: white;

  display: flex; align-items: center; justify-content: center; flex-shrink: 0;

  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;

}

.itl-ck { display: none; color: white; font-size: 13px; font-weight: 800; line-height: 0; align-items: center; justify-content: center; }

.itl-df { display: none; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.itl-step.is-done  .itl-dot { border-color: var(--green); background: #EEF8F4; }

.itl-step.is-active .itl-dot { background: var(--green); border-color: var(--green); box-shadow: 0 0 0 5px rgba(0,122,94,0.14); }

.itl-step.is-active .itl-ck { display: flex; }

.itl-day {

  font-family: var(--font); font-size: 11px; font-weight: 700;

  letter-spacing: 0.05em; text-transform: uppercase; color: #8A9894;

  white-space: nowrap; transition: color 0.3s;

}

.itl-desc {

  font-family: var(--font-body); font-size: 11px; color: #5C6360;

  white-space: normal; line-height: 1.3; word-break: break-word;

  text-align: center; max-width: 72px; transition: color 0.3s;

}

.itl-step.is-done   .itl-day  { color: var(--green); }

.itl-step.is-active .itl-day  { color: var(--green-dark); }

.itl-step.is-active .itl-desc { font-family: var(--font); font-weight: 700; color: var(--green-dark); }



/* ── TRUST STRIP ── */

.trust-strip {

  display: flex; align-items: center; justify-content: center;

  gap: 0; background: var(--bg-soft);

  border: 1px solid var(--border); border-radius: var(--r); overflow: hidden;

}

.trust-item {

  flex: 1; display: flex; flex-direction: column; align-items: center;

  gap: 5px; padding: 16px 10px; text-align: center; position: relative;

  transition: transform 200ms var(--ease-out-quart);

}

@media (hover: hover) { .trust-item:hover { transform: translateY(-2px); } }

.trust-item + .trust-item::before {

  content: ''; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: var(--border);

}

@media (max-width: 640px) {

  .trust-item--hide-mobile { display: none; }

}

.trust-icon { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.trust-value { font-family: var(--font); font-size: 14px; font-weight: 800; color: var(--text-primary); line-height: 1; }

.trust-label { font-family: var(--font-body); font-size: 11px; color: var(--text-secondary); line-height: 1.3; }



/* ── TESTIMONIAL GRID ── */

.testi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }

.testi-card {

  background: var(--bg-primary); border: 1px solid var(--border); border-radius: var(--r);

  padding: 20px; display: flex; flex-direction: column; gap: 12px;

  box-shadow: var(--shadow-sm); transition: box-shadow 0.2s, transform 0.2s;

}

.testi-card:hover { box-shadow: var(--shadow-md); }

@media (hover: hover) { .testi-card:hover { transform: translateY(-1px); } }

.testi-stars { display: flex; gap: 2px; }

.testi-stars svg { fill: var(--color-star); }

.testi-quote {

  font-family: var(--font-accent); font-style: italic;

  font-size: 15px; line-height: 1.55; color: var(--text-primary); flex: 1;

}

.testi-quote::before { content: '\201E'; }

.testi-quote::after  { content: '\201D'; }

.testi-outcome {

  background: var(--bg-muted); border-radius: var(--r-sm); padding: 8px 12px;

  font-family: var(--font); font-size: 12px; font-weight: 700; color: var(--green-dark);

  display: flex; align-items: center; gap: 6px;

}

.testi-outcome::before {

  content: ''; display: block; width: 6px; height: 6px;

  border-radius: 50%; background: var(--green); flex-shrink: 0;

}

.testi-meta {

  display: flex; align-items: center; justify-content: space-between;

  gap: 10px;

  padding-top: 10px; border-top: 1px solid var(--border-light);

}

.testi-meta > div:not(.testi-source) { flex: 1; min-width: 0; }

.testi-author { font-family: var(--font); font-size: 12px; font-weight: 700; color: var(--text-primary); }

.testi-detail { font-size: 11px; color: var(--text-muted); margin-top: 1px; }

.testi-source { font-size: 11px; font-weight: 700; color: var(--green-dark); background: var(--green-pale); border: 1px solid rgba(0,98,75,0.18); border-radius: 4px; padding: 2px 7px; font-family: var(--font); letter-spacing: 0.04em; white-space: nowrap; }



/* ── SAFETY BLOCK ── */

.safety-block { border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; }

.safety-header {

  display: flex; align-items: center; gap: 10px; padding: 14px 16px;

  background: var(--bg-soft); border-bottom: 1px solid var(--border);

}

.safety-header-icon {

  width: 28px; height: 28px; border-radius: 50%; background: #FEF2F2;

  display: flex; align-items: center; justify-content: center; flex-shrink: 0;

}

.safety-header-title { font-family: var(--font); font-size: 13px; font-weight: 700; color: var(--text-primary); flex: 1; }

.safety-header-tag {

  font-family: var(--font); font-size: 11px; font-weight: 700;

  padding: 2px 8px; border-radius: 4px; background: #FEE2E2; color: #B91C1C;

  letter-spacing: 0.04em; text-transform: uppercase;

}

.safety-body { padding: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

@media (max-width: 500px) { .safety-body { grid-template-columns: 1fr; } }

.safety-item {

  display: flex; align-items: flex-start; gap: 8px; padding: 10px 12px;

  border-radius: var(--r-sm); background: var(--bg-primary); border: 1px solid var(--border-light);

}

.safety-item-icon {

  width: 20px; height: 20px; border-radius: 50%;

  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;

}

.safety-item-icon.warn { background: #FEE2E2; }

.safety-item-icon.ok   { background: var(--green-pale); }

.safety-item-icon.info { background: var(--accent-ink-bg); }

.safety-item-text { font-size: 12px; color: var(--text-body); line-height: 1.45; }

.safety-item-text strong { font-family: var(--font); font-size: 11px; font-weight: 700; color: var(--text-primary); display: block; margin-bottom: 1px; }

.safety-note { padding: 10px 16px 14px; font-size: 11px; color: var(--text-muted); border-top: 1px solid var(--border-light); line-height: 1.5; }

.safety-inline { display: flex; flex-wrap: wrap; gap: 6px; padding: 10px 0 0; }

.safety-pill {

  display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px;

  border-radius: 20px; border: 1px solid var(--border); font-size: 11px;

  font-family: var(--font); font-weight: 500; color: var(--text-secondary);

  background: var(--bg-primary); white-space: nowrap;

}

.safety-pill.warn { border-color: #FECACA; color: #B91C1C; background: #FEF2F2; }

.safety-pill.ok   { border-color: #A7F3D0; color: var(--green-dark); background: var(--green-pale); }



/* ── DDFP — BENEFIT HIGHLIGHT VARIANTS ── */

.ddfp-d {

  display: flex; align-items: center; gap: 10px;

  padding: 10px 14px; border-radius: var(--r);

  background: linear-gradient(90deg, var(--green-pale) 0%, #f5fbf8 100%);

  border: 1px solid rgba(0,122,94,0.18);

}

.ddfp-d-icon {

  width: 32px; height: 32px; border-radius: 50%; background: white;

  border: 1.5px solid rgba(0,122,94,0.25);

  display: flex; align-items: center; justify-content: center; flex-shrink: 0;

}

.ddfp-d-body { flex: 1; min-width: 0; }

.ddfp-d-title { font-family: var(--font); font-size: 12px; font-weight: 800; color: var(--green-dark); }

.ddfp-d-sub   { font-family: var(--font-body); font-size: 11px; color: var(--text-secondary); margin-top: 1px; }

.ddfp-d-tag {

  font-family: var(--font); font-size: 11px; font-weight: 700;

  padding: 3px 9px; border-radius: 20px;

  background: var(--green); color: white; white-space: nowrap; flex-shrink: 0;

}



.ddfp-a {

  display: flex; align-items: center; gap: 6px; padding: 6px 10px;

  border-radius: 6px; background: var(--green-pale); border: 1px solid rgba(0,122,94,0.18);

  width: fit-content;

}

.ddfp-a-text { font-family: var(--font); font-size: 11px; font-weight: 700; color: var(--green-dark); }

.ddfp-a-sub  { font-family: var(--font-body); font-size: 11px; color: var(--green); }



.ddfp-b {

  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px;

  border-radius: 8px; background: var(--bg-soft); border: 1px solid var(--border);

}

.ddfp-b-icon {

  width: 28px; height: 28px; border-radius: 50%;

  background: var(--green-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0;

}

.ddfp-b-label { font-family: var(--font); font-size: 12px; font-weight: 700; color: var(--text-primary); }

.ddfp-b-sub   { font-family: var(--font-body); font-size: 11px; color: var(--text-secondary); margin-top: 1px; }



/* ── ABSORPTION BARS ── */

.absbar-wrap { display: flex; flex-direction: column; gap: 14px; }

.absbar-row  { display: flex; flex-direction: column; gap: 5px; }

.absbar-header { display: flex; align-items: center; justify-content: space-between; }

.absbar-label  { font-family: var(--font); font-size: 12px; font-weight: 700; color: var(--text-primary); }

.absbar-value  { font-family: var(--font); font-size: 12px; font-weight: 800; color: var(--green-dark); }

.absbar-track { height: 10px; border-radius: 10px; background: var(--bg-muted); overflow: hidden; position: relative; }

.absbar-fill  { height: 100%; border-radius: 10px; background: linear-gradient(90deg, var(--green-dark), var(--green)); transition: width 1s cubic-bezier(0.4,0,0.2,1); }

.absbar-fill.dim  { background: var(--gray-dim); }

.absbar-caption { font-family: var(--font-body); font-size: 11px; color: var(--text-muted); }



/* ── COMPARISON TABLE ── */

.comp-outer { position: relative; }

.comp-outer::after {

  content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 40px;

  background: linear-gradient(to right, transparent, rgba(255,255,255,0.85));

  pointer-events: none; border-radius: 0 var(--r) var(--r) 0; transition: opacity 200ms;

}

.comp-outer.scrolled-end::after { opacity: 0; }

.comp-scroll {

  overflow-x: auto; overflow-y: hidden;

  touch-action: pan-x pan-y;

  border-radius: var(--r); border: 1px solid var(--border); box-shadow: var(--shadow-md);

}

.comp-scroll:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }

.comp-table { width: 100%; min-width: 480px; border-collapse: collapse; background: var(--bg-primary); table-layout: fixed; }

.comp-table thead tr th {

  padding: 14px 16px; font-family: var(--font); font-size: 11px; font-weight: 700;

  letter-spacing: 0.07em; text-transform: uppercase; border-bottom: 2px solid var(--border); vertical-align: bottom;

}

.comp-th-feat { text-align: left; color: var(--text-muted); background: var(--bg-soft); width: 36%; }

.comp-th-po   { background: var(--bg-statement); color: #fff; text-align: left; width: 32%; }

.comp-th-gen  { background: var(--bg-soft); color: var(--text-secondary); text-align: left; width: 32%; }

.comp-winner {

  display: inline-block; background: var(--green); color: white;

  font-size: 11px; font-weight: 800; padding: 2px 7px; border-radius: 20px;

  letter-spacing: 0.06em; text-transform: uppercase; margin-top: 5px;

}

.comp-table tbody tr { border-bottom: 1px solid var(--border-light); transition: background 120ms ease; }

.comp-table tbody tr:last-child { border-bottom: none; }

.comp-table tbody tr:hover .comp-td-feat { background: var(--border-light); }

.comp-table tbody tr:hover .comp-td-po   { background: var(--bg-muted); }

.comp-table tbody tr:hover .comp-td-gen  { background: #F9FAFB; }

.comp-td-feat {

  padding: 12px 16px; background: var(--bg-soft); border-right: 1px solid var(--border);

  vertical-align: middle; position: sticky; left: 0; z-index: 1; transition: background 120ms ease;

}

.comp-feat-name { font-family: var(--font); font-size: 13px; font-weight: 700; color: var(--text-primary); line-height: 1.3; word-break: break-word; overflow-wrap: break-word; }

.comp-td-po {

  padding: 12px 16px; text-align: left; background: var(--green-pale);

  border-right: 1px solid var(--border-light);

  vertical-align: middle; transition: background 120ms ease;

}

.comp-td-gen { padding: 12px 16px; text-align: left; vertical-align: middle; transition: background 120ms ease; }

.comp-yes, .comp-no { display: block; position: relative; padding-left: 22px; font-size: 13px; font-family: var(--font-body); line-height: 1.4; word-break: normal; overflow-wrap: break-word; }

.comp-yes { color: var(--green-dark); font-weight: 600; }

.comp-yes::before { content: ''; position: absolute; left: 0; top: 3px; display: block; width: 14px; height: 14px; background-color: var(--green); border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 10px; }

.comp-no  { color: var(--text-muted); font-weight: 400; }

.comp-no::before  { content: '–'; position: absolute; left: 0; top: 0; display: block; width: 14px; text-align: center; color: var(--border); font-weight: 700; font-size: 14px; line-height: 1.4; }

.comp-icon { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

.comp-icon-yes { background: var(--green); }

.comp-icon-no  { background: #E5E7EB; }

.comp-tfoot-tr td {

  padding: 11px 16px; border-top: 2px solid var(--border);

  font-family: var(--font); font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;

}

.comp-tfoot-feat { background: var(--bg-soft); color: var(--text-muted); position: sticky; left: 0; }

.comp-tfoot-po   { background: var(--green-pale); color: var(--text-primary); text-align: left; }

.comp-tfoot-gen  { color: var(--text-muted); text-align: left; }



/* ── ACCORDION ── */

.accordion { border-top: 1px solid var(--border); }

.accordion-item { border-bottom: 1px solid var(--border); }

.accordion-trigger {

  display: flex; align-items: center; justify-content: space-between;

  width: 100%; min-height: 48px; padding: 12px 0; background: none; border: none; cursor: pointer;

  font-family: var(--font); font-size: 14px; font-weight: 700;

  color: var(--text-primary); text-align: left; gap: 12px;

}

.accordion-trigger:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; border-radius: 4px; }

.accordion-icon {

  width: 20px; height: 20px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;

  color: var(--text-muted); transition: transform 200ms ease, color 200ms ease;

}

.accordion-item.is-open .accordion-icon { transform: rotate(180deg); color: var(--green); }

.accordion-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 250ms ease; }

.accordion-item.is-open .accordion-body { grid-template-rows: 1fr; }

.accordion-content { overflow: hidden; min-height: 0; padding: 0 0 16px; font-family: var(--font-body); font-size: 14px; color: var(--text-body); line-height: 1.7; }



/* ── DROP CHEVRON (GEO dropdown toggle) ── */

.drop-chevron { flex-shrink: 0; color: var(--text-muted); transition: transform 0.2s ease; }



/* ── DELIVERY STRIP ── */

.delivery-strip {

  display: flex; flex-wrap: wrap; gap: 0;

  background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--r); overflow: hidden;

}

.delivery-item { flex: 1; min-width: 140px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; position: relative; }

.delivery-item + .delivery-item::before {

  content: ''; position: absolute; left: 0; top: 20%; bottom: 20%; width: 1px; background: var(--border);

}

.delivery-item-icon {

  width: 32px; height: 32px; border-radius: 50%; background: white;

  border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0;

}

.delivery-item-title { font-family: var(--font); font-size: 12px; font-weight: 700; color: var(--text-primary); }

.delivery-item-sub   { font-family: var(--font-body); font-size: 11px; color: var(--text-secondary); margin-top: 1px; }



/* ── SECTION LABELS & HEADINGS ── */

.section-tag {

  display: inline-block; border: 1px solid var(--green); color: var(--green);

  font-family: var(--font); font-size: 11px; font-weight: 700;

  padding: 3px 10px; border-radius: 4px; letter-spacing: 0.08em; text-transform: uppercase;

  margin-bottom: 16px;

}

.section-h2 {

  font-family: var(--font); font-size: clamp(1.6rem,4vw,2.25rem); font-weight: 900; color: var(--text-primary);

  line-height: 1.15; letter-spacing: -0.03em; margin: 0 0 10px;

}

.section-sub { font-size: 14px; color: var(--text-secondary); line-height: 1.65; margin-bottom: 32px; max-width: 520px; }



/* ── HERO EYEBROW ── */

.hero-eyebrow {

  display: inline-flex; align-items: center; gap: 7px;

  background: var(--green-pale); color: var(--green-dark);

  font-family: var(--font); font-size: 12px; font-weight: 700;

  padding: 5px 12px; border-radius: 40px; margin-bottom: 20px; letter-spacing: 0.04em;

}

.hero-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }



/* ── HERO PRODUCT IMAGE ── */

.hero-product-img {

  width: auto; height: 280px; object-fit: contain; display: block;

  filter: drop-shadow(0 24px 40px rgba(0,0,0,0.13));

  transition: transform 300ms ease;

}



/* ── CERT CHIP ── */

.cert-chip {

  background: var(--bg-primary); border: 1px solid var(--border);

  font-family: var(--font); font-size: 11px; font-weight: 700;

  padding: 4px 8px; border-radius: 4px; color: var(--green-dark); white-space: nowrap;

}



/* ── PH EYEBROW ── */

.ph-eyebrow {

  font-family: var(--font); font-size: 11px; font-weight: 700;

  letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); margin-bottom: 4px;

}



/* ── DATA STRIP ── */

.data-strip {

  background: var(--bg-statement); padding: 24px 40px;

  display: flex; justify-content: space-around; flex-wrap: wrap; gap: 24px;

}

.data-item { text-align: center; }

.data-num { font-family: var(--font); font-size: 26px; font-weight: 800; color: #fff; line-height: 1; letter-spacing: -0.03em; }

.data-num span { color: rgba(255,255,255,0.90); font-size: 20px; }

.data-label { font-size: 11px; color: rgba(255,255,255,0.82); margin-top: 3px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 500; }



/* ── TRANSPARENCY CARD ── */

.transp-card {

  background: var(--bg-primary); border: 1px solid var(--border);

  border-radius: var(--r); padding: 24px;

  transition: border-color 150ms ease, box-shadow 150ms ease;

}

.transp-card:hover { border-color: var(--green); box-shadow: 0 4px 16px rgba(0,122,94,0.07); }

.transp-icon {

  width: 36px; height: 36px; border: 1.5px solid var(--green);

  border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center;

  margin-bottom: 12px; font-size: 16px;

}

.transp-title { font-family: var(--font); font-size: 13px; font-weight: 800; color: var(--text-primary); margin-bottom: 4px; }

.transp-body  { font-size: 12px; color: var(--text-secondary); line-height: 1.55; }

.transp-cta   { font-family: var(--font); font-size: 11px; font-weight: 700; color: var(--green); margin-top: 10px; display: block; transition: color 150ms ease; }

.transp-cta:hover { color: var(--green-dark); }



/* ── ACCENT BADGES ── */

.badge-ink {

  display: inline-flex; align-items: center; gap: 4px;

  background: var(--accent-ink-bg); color: var(--accent-ink);

  font-family: var(--font); font-size: 11px; font-weight: 700;

  padding: 3px 8px; border-radius: 4px; letter-spacing: 0.06em; text-transform: uppercase;

  border: 1px solid rgba(46,74,143,0.15);

}

.badge-warm {

  display: inline-flex; align-items: center; gap: 4px;

  background: var(--accent-warm-bg); color: var(--accent-warm-text);

  font-family: var(--font); font-size: 11px; font-weight: 700;

  padding: 3px 8px; border-radius: 4px; letter-spacing: 0.06em; text-transform: uppercase;

  border: 1px solid rgba(139,74,14,0.15);

}

.ink-text  { color: var(--accent-ink); font-weight: 700; }

.warm-text { color: var(--accent-warm-text); font-weight: 700; }

.ink-link  { color: var(--accent-ink); font-size: 12px; font-weight: 500; text-decoration: underline; text-underline-offset: 2px; }

.price-old { text-decoration: line-through; color: var(--accent-warm); font-size: 0.88em; font-weight: 500; margin-right: 4px; }



/* ── PROSPECT DOWNLOAD ── */

.prospect-compact {

  display: flex; align-items: center; gap: 14px;

  background: var(--bg-soft); border: 1px solid var(--border);

  border-radius: var(--r); padding: 14px 18px; max-width: 500px;

  text-decoration: none; transition: border-color 0.18s ease, box-shadow 0.18s ease;

}

.prospect-compact:hover { border-color: rgba(0,122,94,0.28); box-shadow: var(--shadow-sm); }

.prospect-compact:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; border-radius: var(--r); }

.prospect-compact-icon { flex-shrink: 0; display: flex; align-items: center; }

@media (hover: hover) { .prospect-compact:hover .p2c { transform: rotate(6deg) translateX(2px); transition: transform 0.28s cubic-bezier(0.34,1.4,0.64,1); transform-origin: 50% 90%; } }

.prospect-compact-title { font-family: var(--font); font-size: 15px; font-weight: 700; color: var(--text-primary); line-height: 1.3; }

.prospect-compact-sub   { font-family: var(--font-body); font-size: 11px; color: var(--text-secondary); margin-top: 2px; }

.prospect-compact-text  { flex: 1; min-width: 0; }

.prospect-compact-arrow { flex-shrink: 0; color: var(--green); opacity: 0.55; transition: transform 0.20s ease, opacity 0.20s ease; }

.prospect-compact:hover .prospect-compact-arrow { opacity: 1; }

@media (hover: hover) { .prospect-compact:hover .prospect-compact-arrow { transform: translateY(2px); } }



/* ── VISUALLY HIDDEN ── */

.visually-hidden {

  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;

  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;

}



/* ── SKIP LINK ── */

.skip-link {

  position: absolute; top: -100%; left: 16px;

  background: var(--green); color: #fff;

  font-family: var(--font); font-size: 13px; font-weight: 700;

  padding: 10px 20px; border-radius: var(--r-sm); text-decoration: none; z-index: 9999;

  transition: top 150ms ease;

}

.skip-link:focus { top: 16px; }



/* ══════════════════════════════════════════════════════════════

   4. PAGE LAYOUT — clase de layout specifice paginilor produs

   (nu există în canvas — layouturi, containere, galerie)

══════════════════════════════════════════════════════════════ */



/* ── Container ── */

.container { max-width: var(--global-content-width, 1290px); margin-inline: auto; padding-inline: 0; }

/* Restore mobile/tablet gutter — at <=1290px both .container and .site-container go full-width;
   adding padding here trades a small <1290 desktop alignment offset for readable mobile UX. */
@media (max-width: 1290px) {
  .container { padding-inline: clamp(16px, 4vw, 24px); }
}

.container--narrow { max-width: 860px; }

.container--center { max-width: 680px; text-align: center; }



section { padding: clamp(48px, 7vw, 80px) 0; }



/* ── Sticky CTA (mobile) ── */

.sticky-cta {

  position: fixed; bottom: 0; left: 0; right: 0;

  background: white; box-shadow: 0 -1px 0 var(--border), 0 -8px 32px rgba(0,0,0,0.08);

  padding: 10px 16px; display: flex; align-items: center; gap: 12px; z-index: 100;

  transform: translateY(100%); transition: transform 0.28s ease;

}

.sticky-cta.visible { transform: translateY(0); }

@media (min-width: 768px) { .sticky-cta { display: none; } }



/* ── Breadcrumb ── */

.breadcrumb-bar { padding: 10px 0; font-size: 12px; color: var(--text-muted); }

.breadcrumb-bar a { color: var(--text-muted); text-decoration: none; }

.breadcrumb-bar a:hover { color: var(--text-primary); }

.breadcrumb-bar a:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; border-radius: 2px; }



/* ── Hero 2-col grid ── */

/* Mobile: image first, then CTA — standard e-commerce UX */

.hero-grid { display: flex; flex-direction: column; gap: 32px; }

@media (min-width: 768px) {

  .hero-grid { flex-direction: row; gap: 48px; align-items: flex-start; }

  .hero-grid > .hero-media { width: 52%; flex-shrink: 0; order: -1; }

  .hero-grid > .hero-buy   { width: 48%; flex-shrink: 0; position: sticky; top: 20px; align-self: flex-start; }

}

@media (min-width: 1024px) {

  .hero-grid { gap: 60px; }

  .hero-grid > .hero-media { width: 55%; }

  .hero-grid > .hero-buy   { width: 45%; }

}



/* ── Product gallery ── */

.gallery-main {

  width: 100%; aspect-ratio: 1/1; background: var(--bg-soft);

  border-radius: 20px; border: 1px solid rgba(166,182,172,0.15);

  overflow: hidden; display: flex; align-items: center; justify-content: center;

  margin-bottom: 12px; position: relative;

}

.gallery-thumbs { display: none; gap: 8px; justify-content: flex-start; }

@media (min-width: 1024px) { .gallery-thumbs { display: flex; } }

.gallery-thumb {

  border-radius: 10px; overflow: hidden; flex-shrink: 0; cursor: pointer;

  width: 72px; height: 72px; border: 1.5px solid rgba(166,182,172,0.3);

  transition: border-color 200ms var(--ease-out-quart), transform 200ms var(--ease-out-quart), box-shadow 200ms var(--ease-out-quart);

}

.gallery-thumb:hover   { border-color: var(--green); box-shadow: 0 4px 12px rgba(0,0,0,0.12); }

@media (hover: hover) { .gallery-thumb:hover { transform: translateY(-2px) scale(1.04); } }

.gallery-thumb:active  { transform: translateY(0) scale(0.97); box-shadow: none; }

.gallery-thumb.active  { border: 2px solid var(--green); box-shadow: 0 2px 8px rgba(0,122,94,0.2); }

.gallery-thumb:disabled { opacity: 0.32; cursor: not-allowed; pointer-events: none; }

.gallery-dots { display: flex; justify-content: center; gap: 5px; margin-top: 10px; }

@media (min-width: 1024px) { .gallery-dots { display: none; } }

.gallery-dot {

  /* Touch target real ≥24×24px — Lighthouse măsoară elementul */

  min-height: 24px; min-width: 24px;

  display: inline-flex; align-items: center; justify-content: center;

  background: transparent; cursor: pointer; position: relative;

}

/* Vizualul dot via ::after */

.gallery-dot::after {

  content: ''; display: block;

  height: 4px; width: 6px; border-radius: 2px;

  background: rgba(166,182,172,0.4);

  transition: width 0.25s ease, background 0.25s ease;

}

.gallery-dot.active::after { background: var(--green); width: 20px; }



/* ── Gallery award badge ── */

.gallery-award {

  position: absolute; top: 18px; right: 18px;

  width: 78px; height: 78px; border-radius: 50%;

  border: 1px solid rgba(15,118,110,0.14); background: #ffffff; z-index: 4;

  display: flex; flex-direction: column; align-items: center; justify-content: center;

  gap: 2px;

  box-shadow: 0 6px 18px -4px rgba(15,118,110,0.12), 0 1px 2px rgba(20,30,40,0.06);

  cursor: pointer;

  transition: transform 240ms var(--ease-out-quart), box-shadow 240ms var(--ease-out-quart);

}

.gallery-award:hover { box-shadow: 0 12px 28px -6px rgba(15,118,110,0.22), 0 2px 6px rgba(20,30,40,0.10); }

@media (hover: hover) { .gallery-award:hover { transform: scale(1.04); } }

.gallery-award-stars {

  font-size: 8.5px; letter-spacing: 1.5px; color: var(--color-star);

  line-height: 1; margin-bottom: 1px;

}

.gallery-award-score {

  font-family: var(--font); font-size: 22px; font-weight: 700;

  color: var(--green-dark); line-height: 0.95;

  letter-spacing: -0.035em; font-variant-numeric: tabular-nums lining-nums;

}

@media (max-width: 480px) {

  .gallery-award-score { font-size: 24px; }

}

.gallery-award-label {

  font-family: var(--font); font-size: 8px; font-weight: 600;

  color: rgba(26,32,44,0.42); text-align: center; line-height: 1;

  text-transform: uppercase; letter-spacing: 0.14em;

  margin-top: 1px;

}



/* ── Gallery float animation ── */

.gallery-float-wrap {

  animation: gentleFloat 7s ease-in-out infinite;

  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;

}

@keyframes gentleFloat {

  0%, 100% { transform: translateY(0); }

  50%       { transform: translateY(-10px); }

}



/* ── Image spec placeholders ── */

.img-spec {

  width: 100%; height: 100%;

  background: repeating-linear-gradient(-45deg, #d6ece5, #d6ece5 8px, #eaf5f2 8px, #eaf5f2 16px);

  border: 2px dashed rgba(0,122,94,0.4); border-radius: inherit;

  display: flex; flex-direction: column; align-items: center; justify-content: center;

  text-align: center; padding: 10px; gap: 3px;

}

.isp-label { font-weight: 800; font-size: 12px; color: var(--green); font-family: var(--font); line-height: 1.3; }

.isp-desc  { font-size: 11px; color: var(--text-secondary); line-height: 1.35; max-width: 220px; }

.isp-res   { font-size: 11px; font-weight: 700; color: var(--green); background: white; padding: 2px 8px; border-radius: 100px; margin-top: 2px; white-space: nowrap; }

.isp-src   { font-size: 11px; color: var(--text-secondary); margin-top: 1px; }



/* ── Stock pulse dot ── */

.stock-dot {

  width: 7px; height: 7px; border-radius: 50%; background: var(--green);

  flex-shrink: 0; animation: stockPulse 2s ease-in-out infinite;

}

@keyframes stockPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }



/* ── Mechanism grid (1 primary full-width + 2-col pair + 1 featured full-width) ── */

.mech-grid {

  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;

  margin-bottom: clamp(24px, 4vw, 36px);

}

.mech-card-featured { grid-column: 1 / -1; }

.mech-card-primary  { grid-column: 1 / -1; }

@media (max-width: 640px) { .mech-grid { grid-template-columns: 1fr; } }



/* ── FAQ sidebar layout ── */

.faq-grid { display: block; }

@media (min-width: 768px) {

  .faq-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start; }

}



/* ── Reviews "citește toate" ── */

.reviews-more {

  display: inline-flex; align-items: center; gap: 4px;

  font-family: var(--font); font-size: 13px; font-weight: 700;

  color: var(--green); text-decoration: none;

  border-bottom: 1px solid transparent; padding-bottom: 1px;

  transition: border-color 150ms ease;

}

.reviews-more:hover { border-color: var(--green); }

.reviews-more:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; border-radius: 2px; }



/* ══════════════════════════════════════════════════════════════

   5. ACCESSIBILITY — FOCUS STATES

══════════════════════════════════════════════════════════════ */

a:focus-visible,

button:focus-visible,

[role="button"]:focus-visible,

select:focus-visible,

input:focus-visible,

[tabindex]:focus-visible {

  outline: 2px solid var(--green);

  outline-offset: 2px;

  border-radius: 2px;

}



/* ══════════════════════════════════════════════════════════════

   5b. TYPOGRAPHY — BALANCE + NUMERIC

══════════════════════════════════════════════════════════════ */

h1, h2, h3, .section-h2 { text-wrap: balance; }

.tabular { font-variant-numeric: tabular-nums; }



/* Gallery thumbs/dots as buttons — reset browser defaults */

button.gallery-thumb, button.gallery-dot {

  background: none; border: none; padding: 0; cursor: pointer;

  -webkit-tap-highlight-color: transparent;

}



/* Testimonial inline strip */

/* ── Benefit list item — replaces fragile position:absolute dash bullets ── */

.benefit-item {

  font-size: 13px;

  color: var(--text-secondary);

  line-height: 1.65;

  display: flex;

  gap: 9px;

  align-items: baseline;

}

.benefit-item::before {

  content: '';

  display: inline-block;

  width: 5px;

  height: 5px;

  border-radius: 50%;

  background: var(--green);

  flex-shrink: 0;

  margin-top: 6px;

}



/* benefit-block: wraps a single claim + its optional citation */

.benefit-block { display: flex; flex-direction: column; gap: 3px; }

.benefit-cite {

  font-size: 11px;

  color: var(--text-muted);

  line-height: 1.5;

  padding-left: 14px; /* aligns with benefit-item text (5px dot + 9px gap) */

}



.testi-inline { display: flex; gap: 14px; align-items: flex-start; }

.testi-inline-avatar {

  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;

  background: var(--bg-muted); border: 1px solid var(--border-light);

  font-family: var(--font); font-size: 16px; font-weight: 700; color: var(--green);

  display: flex; align-items: center; justify-content: center;

}

.testi-inline-body { flex: 1; }

.testi-inline-text { font-size: 14px; line-height: 1.7; color: var(--text-primary); font-style: italic; }

.testi-inline-footer { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 10px; }

.testi-inline-name { font-size: 12px; font-weight: 700; color: var(--text-secondary); font-family: var(--font); }

.testi-inline-stars { display: flex; gap: 3px; }

.testi-inline-stars svg { fill: var(--color-star); }



/* ══════════════════════════════════════════════════════════════

   6. RESPONSIVE

══════════════════════════════════════════════════════════════ */

@media (max-width: 767px) {

  .testi-grid { grid-template-columns: 1fr; }

  body { font-size: 16px; padding-bottom: 60px; }

}



@media (max-width: 640px) {

  .mech-grid { grid-template-columns: 1fr; }

  .trust-strip { flex-wrap: wrap; }

}



@media (max-width: 480px) {

  .prospect-compact { max-width: 100%; }

}



/* ══════════════════════════════════════════════════════════════

   7. ATC DRAWER — slide-up, mobile only

══════════════════════════════════════════════════════════════ */

.po-atc-drawer {

  position: fixed; left: 0; right: 0; bottom: 60px; z-index: 110;

  background: white;

  border-top: 1px solid var(--border);

  box-shadow: 0 -4px 24px rgba(0,0,0,0.12);

  padding: 12px 16px;

  transform: translateY(calc(100% + 60px));

  transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);

  display: flex; align-items: center; gap: 12px;

}

.po-atc-drawer.visible { transform: translateY(0); }

@media (min-width: 768px) { .po-atc-drawer { display: none; } }



.po-atc-drawer__img-wrap { position: relative; flex-shrink: 0; }

.po-atc-drawer__img {

  width: 48px; height: 48px; border-radius: 8px; flex-shrink: 0;

  object-fit: cover; border: 1px solid var(--border-light);

}

.po-atc-drawer__info { flex: 1; min-width: 0; }

.po-atc-drawer__name {

  font-family: var(--font); font-size: 13px; font-weight: 700;

  color: var(--text-primary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;

}

.po-atc-drawer__price {

  font-size: 12px; color: var(--text-secondary); margin-top: 2px;

}

.po-atc-drawer__price strong {

  color: var(--green); font-family: var(--font); font-weight: 800; font-size: 14px;

}

.po-atc-drawer__price small { color: var(--text-muted); }

.po-atc-drawer__btn {

  flex-shrink: 0; height: 48px; padding: 0 20px; font-size: 14px;

}



/* ══════════════════════════════════════════════════════════════

   8. BOTTOM NAVIGATION — mobile only

══════════════════════════════════════════════════════════════ */

.po-bottom-nav {

  position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;

  height: 60px;

  background: white; border-top: 1px solid var(--border);

  display: flex; align-items: stretch;

  padding-bottom: env(safe-area-inset-bottom);

}

@media (min-width: 768px) { .po-bottom-nav { display: none; } }



.po-nav-item {

  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;

  gap: 3px; font-size: 11px; font-weight: 600; font-family: var(--font);

  color: var(--text-secondary); text-decoration: none;

  padding: 6px 4px; transition: color 0.2s;

  -webkit-tap-highlight-color: transparent; min-height: 48px;

}

.po-nav-item svg { flex-shrink: 0; }

.po-nav-item:hover, .po-nav-item.is-active { color: var(--green); }

.po-nav-item.po-nav-quiz { color: var(--green); font-weight: 800; }



/* ══════════════════════════════════════════════════════════════

   7. MINI CART DRAWER

══════════════════════════════════════════════════════════════ */

.po-mini-cart {

  display: none;

  position: fixed; inset: 0; z-index: 9999;

  justify-content: flex-end;

}

.po-mini-cart.is-open,

.po-mini-cart.is-closing {

  display: flex;

}

.po-mini-cart__overlay {

  position: absolute; inset: 0;

  background: rgba(0,0,0,0.45);

  cursor: pointer;

  animation: poOverlayIn 0.25s ease forwards;

}

@keyframes poOverlayIn { from { opacity: 0; } to { opacity: 1; } }

.po-mini-cart__overlay.is-closing { animation: poOverlayOut 0.28s ease forwards; }

@keyframes poOverlayOut { from { opacity: 1; } to { opacity: 0; } }



.po-mini-cart__panel {

  position: relative; z-index: 1;

  width: min(400px, 100vw); height: 100%;

  background: #fff; display: flex; flex-direction: column;

  box-shadow: -4px 0 32px rgba(0,0,0,0.14);

  transform: translateX(100%);

  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);

  overflow-y: auto;

  overscroll-behavior: contain;

}

.po-mini-cart.is-open .po-mini-cart__panel { transform: translateX(0); }

.po-mini-cart.is-closing .po-mini-cart__panel { transform: translateX(100%); }



.po-mini-cart__header {

  display: flex; align-items: center; justify-content: space-between;

  padding: 16px 20px;

  background: var(--green-pale); border-bottom: 1px solid var(--border);

  flex-shrink: 0;

}

.po-mini-cart__confirmed {

  display: flex; align-items: center; gap: 8px;

  font-family: var(--font); font-size: 15px; font-weight: 700; color: var(--green);

}

.po-mini-cart__close {

  background: none; border: none; cursor: pointer; padding: 4px;

  color: var(--text-muted); line-height: 0; border-radius: 6px;

  transition: color 0.15s, background 0.15s;

}

.po-mini-cart__close:hover { color: var(--text-primary); background: rgba(0,0,0,0.06); }



.po-mini-cart__items {

  flex: 1; overflow-y: auto; border-bottom: 1px solid var(--border);

}

.po-mini-cart__item {

  display: flex; align-items: center; gap: 12px;

  padding: 14px 20px; border-bottom: 1px solid var(--border);

}

.po-mini-cart__item:last-child { border-bottom: none; }

.po-mini-cart__item-img {

  width: 60px; height: 60px; object-fit: contain; flex-shrink: 0;

  border-radius: 8px; background: var(--bg-muted);

}

.po-mini-cart__item-img--placeholder {

  width: 60px; height: 60px; flex-shrink: 0;

  border-radius: 8px; background: var(--bg-muted);

}

.po-mini-cart__item-info { flex: 1; min-width: 0; }

.po-mini-cart__item-name {

  font-family: var(--font); font-size: 13px; font-weight: 700;

  color: var(--text-primary); margin: 0 0 3px; line-height: 1.35;

  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;

}

.po-mini-cart__item-qty {

  font-size: 12px; color: var(--text-secondary); margin: 0;

}

.po-mini-cart__item-price {

  font-family: var(--font); font-size: 15px; font-weight: 800;

  color: var(--green); margin: 0; white-space: nowrap; flex-shrink: 0;

}

.po-mini-cart__item-remove {

  background: none; border: none; cursor: pointer; padding: 4px;

  color: var(--text-muted); flex-shrink: 0; line-height: 0;

  border-radius: 4px; transition: color 0.15s, background 0.15s;

  margin-left: 4px;

}

.po-mini-cart__item-remove:hover { color: #c0392b; background: rgba(192,57,43,0.08); }

.po-mini-cart__empty {

  padding: 32px 20px; text-align: center;

  font-size: 14px; color: var(--text-secondary);

}

.po-mini-cart__total-row.is-shipping .po-mini-cart__total-value.is-free {

  color: #007A5E; font-weight: 700;

}



.po-mini-cart__totals {

  padding: 16px 20px; border-bottom: 1px solid var(--border); flex-shrink: 0;

}

.po-mini-cart__total-row {

  display: flex; justify-content: space-between; align-items: center;

  font-family: var(--font);

}

.po-mini-cart__total-row + .po-mini-cart__total-row { margin-top: 8px; }

.po-mini-cart__total-label { font-size: 13px; color: var(--text-secondary); }

.po-mini-cart__total-value { font-size: 13px; font-weight: 600; color: var(--text-secondary); }

.po-mini-cart__total-row.is-main .po-mini-cart__total-label { font-size: 15px; font-weight: 700; color: var(--text-primary); }

.po-mini-cart__total-row.is-main .po-mini-cart__total-value { font-size: 18px; font-weight: 800; color: var(--text-primary); }

.po-mini-cart__total-row.is-discount .po-mini-cart__total-value { color: #c0392b; }



.po-mini-cart__actions {

  padding: 20px; display: flex; flex-direction: column; gap: 10px;

  margin-top: auto; flex-shrink: 0;

}

.po-mini-cart__btn-checkout {

  display: block; width: 100%; padding: 15px;

  background: var(--green); color: #fff; border: none; border-radius: 10px;

  font-family: var(--font); font-size: 16px; font-weight: 700;

  text-align: center; text-decoration: none; cursor: pointer;

  transition: background 0.2s; line-height: 1;

}

.po-mini-cart__btn-checkout:hover { background: var(--green-dark); color: #fff; }

.po-mini-cart__btn-continue {

  background: none; border: none; cursor: pointer;

  font-family: var(--font); font-size: 14px; font-weight: 500;

  color: var(--text-secondary); text-align: center; padding: 6px;

  transition: color 0.15s;

}

.po-mini-cart__btn-continue:hover { color: var(--text-primary); }



/* ══════════════════════════════════════════════════════════════

   8. REDUCED MOTION

══════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {

  *, *::before, *::after {

    animation-duration: 0.01ms !important;

    animation-iteration-count: 1 !important;

    transition-duration: 0.01ms !important;

    scroll-behavior: auto !important;

  }

}



/* ══════════════════════════════════════════════════════════════

   9. KADENCE THEME RESET

   Kadence: button:focus specificity 0,1,1 > clasa noastră 0,1,0.

   Fix: class+pseudo = 0,2,0 câștigă. Ordinea contează:

   :focus (reset) ÎNAINTE de :focus-visible (restore accesibilitate).

══════════════════════════════════════════════════════════════ */



/* ── Butoane CTA: menținem culorile proprii la focus mouse ── */

.btn-primary:focus,

.btn-cta:focus {

  outline: none; box-shadow: none;

  background: var(--green); color: #fff;

}

.btn-secondary:focus {

  outline: none; box-shadow: none;

  background: transparent; color: var(--green);

}

.btn-ghost:focus {

  outline: none; box-shadow: none;

  background: transparent; color: var(--text-secondary);

}

.po-mini-cart__btn-checkout:focus {

  outline: none; box-shadow: none;

  background: var(--green); color: #fff;

}



/* ── Butoane bare: eliminăm orice adăugire de la Kadence (hover/focus/active) ── */

.itl-step:hover, .itl-step:focus:not(:focus-visible), .itl-step:active,

.gallery-thumb:hover, .gallery-thumb:focus, .gallery-thumb:active,

.gallery-dot:hover, .gallery-dot:focus, .gallery-dot:active,

.accordion-trigger:hover, .accordion-trigger:focus, .accordion-trigger:active,

.reviews-more:hover, .reviews-more:focus, .reviews-more:active,

.prospect-compact:hover, .prospect-compact:focus, .prospect-compact:active,

.po-mini-cart__close:hover, .po-mini-cart__close:focus, .po-mini-cart__close:active,

.po-mini-cart__item-remove:hover, .po-mini-cart__item-remove:focus, .po-mini-cart__item-remove:active,

.po-mini-cart__btn-continue:hover, .po-mini-cart__btn-continue:focus, .po-mini-cart__btn-continue:active {

  outline: none; box-shadow: none;

  background: none; color: inherit;

}



/* ── Restaurare focus-visible (tastatură) — TREBUIE după :focus ── */

.btn-primary:focus-visible,

.btn-cta:focus-visible {

  outline: 2px solid var(--green); outline-offset: 3px;

}

.btn-secondary:focus-visible,

.btn-ghost:focus-visible {

  outline: 2px solid var(--green); outline-offset: 3px;

}

.accordion-trigger:focus-visible {

  outline: 2px solid var(--green); outline-offset: 2px; border-radius: 4px;

}

.reviews-more:focus-visible {

  outline: 2px solid var(--green); outline-offset: 2px; border-radius: 2px;

}

.prospect-compact:focus-visible {

  outline: 2px solid var(--green); outline-offset: 2px; border-radius: var(--r);

}

.itl-step:focus-visible .itl-dot {

  outline: 2px solid var(--green); outline-offset: 3px; border-radius: 50%;

}





/* ── Registered trademark ® — dimensiune finută, superscript discret ── */

.reg-mark {

  font-size: 0.5em;

  vertical-align: 0.65em;

  font-weight: inherit;

  letter-spacing: 0;

  line-height: 0;

}



/* ══════════════════════════════════════════════════════════════

   PAGE-SPECIFIC RESPONSIVE — extracted from inline <style> blocks

   (astaxanthin PDP)

══════════════════════════════════════════════════════════════ */



/* S3 header grid */

@media (max-width: 640px) {

  #s3-header { grid-template-columns: 1fr !important; gap: 12px !important; }

  #s3-header-img {

    width: 100% !important;

    height: auto !important;

    aspect-ratio: 4 / 3;

    object-fit: cover;

    margin-top: 8px;

  }

}



/* S5 benefits stat grid */

@media (max-width: 640px) {

  #s5-grid { grid-template-columns: 1fr !important; }

  #s5-grid > div { padding: 22px 0 !important; border-right: none !important; border-bottom: 1px solid var(--border); }

  #s5-grid > div:last-child { border-bottom: none; }

}



/* S6 protocol grid */

@media (max-width: 480px) { #proto-grid { grid-template-columns: 1fr; } }



/* S5.5 stat grid */

@media (max-width: 640px) {

  #s55-grid { grid-template-columns: 1fr !important; }

  #s55-grid > div { padding: 22px 0 !important; border-right: none !important; border-bottom: 1px solid var(--border); }

  #s55-grid > div:last-child { border-bottom: none; }

}



/* S7 ingredients grid */

@media (max-width: 640px) {

  #s7-grid { grid-template-columns: 1fr !important; }

}



/* S precauții grid */

@media (max-width: 560px) {

  #precautii-grid { grid-template-columns: 1fr !important; }

}



/* S10 quiz CTA card */

.quiz-cta-link {

  display: flex; align-items: center; gap: 16px;

  background: white; border: 1.5px solid rgba(0,122,94,.22);

  border-radius: 16px; padding: 20px 24px;

  text-decoration: none;

  box-shadow: 0 2px 16px rgba(0,122,94,.08);

  transition: border-color .18s, box-shadow .18s, transform .18s;

  max-width: 460px; margin: 0 auto; text-align: left;

}

.quiz-cta-link:hover { border-color: rgba(0,122,94,.5); box-shadow: 0 6px 24px rgba(0,122,94,.14); }

@media (hover: hover) { .quiz-cta-link:hover { transform: translateY(-1px); } }



/* ── Testimonial link card (hero) ── */

.testi-link-card {

  display: block; text-decoration: none;

  background: var(--bg-muted); border-radius: 10px;

  padding: 12px 14px; margin-bottom: 16px;

  transition: box-shadow .18s ease;

}

.testi-link-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08); }

.testi-link-card:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; border-radius: 10px; }



/* ── Hero mini quiz CTA ── */

.hero-quiz-mini {

  display: flex; align-items: center; gap: 14px;

  background: var(--bg-muted); border-radius: 10px;

  padding: 14px 18px; border: 1px solid rgba(0,122,94,0.22);

  text-decoration: none;

  transition: border-color .18s ease, box-shadow .18s ease, transform .18s var(--ease-out-quart);

  margin-top: 8px;

}

.hero-quiz-mini:hover { border-color: rgba(0,122,94,.45); box-shadow: 0 2px 8px rgba(0,122,94,.12); }

@media (hover: hover) { .hero-quiz-mini:hover { transform: translateY(-1px); } }

@media (hover: hover) { .hero-quiz-mini:hover .quiz-chevron { transform: translateX(4px); } }

.hero-quiz-mini:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 10px; }

.quiz-chevron { transition: transform 220ms var(--ease-out-quart); }



/* Attention pulse — fires 3× with pauses via JS after 2.5s */

@keyframes quizMiniPulse {

  0%   { box-shadow: 0 0 0 0 rgba(0,122,94,0); }

  15%  { box-shadow: 0 0 0 6px rgba(0,122,94,0.24); }

  30%  { box-shadow: 0 0 0 0 rgba(0,122,94,0); }

  100% { box-shadow: 0 0 0 0 rgba(0,122,94,0); }

}

.hero-quiz-mini.quiz-pulse {

  animation: quizMiniPulse 1400ms var(--ease-out-quart) 3 both;

}



/* ── Quiz section — staggered entrance ── */

/* Initial hidden state — elements start invisible until parent section gets .is-visible */

.quiz-stagger-1,

.quiz-stagger-2,

.quiz-stagger-3,

.quiz-stagger-4,

.quiz-stagger-5,

.quiz-stagger-6 { opacity: 0; transform: translateY(16px); }



section.is-visible .quiz-stagger-1 { animation: heroFadeUp 550ms var(--ease-out-quart) 0ms both; }

section.is-visible .quiz-stagger-2 { animation: heroFadeUp 550ms var(--ease-out-quart) 90ms both; }

section.is-visible .quiz-stagger-3 { animation: heroFadeUp 550ms var(--ease-out-quart) 180ms both; }

section.is-visible .quiz-stagger-4 { animation: heroFadeUp 550ms var(--ease-out-quart) 300ms both; }

section.is-visible .quiz-stagger-5 { animation: heroFadeUp 550ms var(--ease-out-quart) 420ms both; }

section.is-visible .quiz-stagger-6 { animation: heroFadeUp 550ms var(--ease-out-quart) 540ms both; }



/* ── Quiz clipboard icon — gentle float loop ── */

@keyframes quizClipFloat {

  0%, 100% { transform: translateY(0) rotate(0deg); }

  40%       { transform: translateY(-4px) rotate(-3deg); }

  70%       { transform: translateY(-2px) rotate(1.5deg); }

}

.quiz-clip-icon {

  animation: quizClipFloat 3.5s ease-in-out 4s infinite;

  transform-origin: 50% 90%;

}



/* ── Quiz CTA card chevron nudge on hover ── */

@media (hover: hover) {

  .quiz-cta-link:hover .quiz-chevron { transform: translateX(4px); }

}



/* ── DOI research badge link ── */

.doi-badge {

  display: inline-flex; align-items: center; gap: 5px;

  background: var(--accent-ink-bg); border: 1px solid rgba(46,74,143,0.2);

  border-radius: 20px; padding: 5px 13px;

  font-size: 11px; font-weight: 700; color: var(--accent-ink);

  text-decoration: none; font-family: var(--font);

  white-space: nowrap; flex-shrink: 0; margin-top: 4px;

}

.doi-badge:hover { text-decoration: underline; }

.doi-badge:focus-visible { outline: 2px solid var(--accent-ink); outline-offset: 2px; border-radius: 20px; }



/* ── S12 CTA final — staggered entrance ── */

.s12-stagger-1,

.s12-stagger-2,

.s12-stagger-3,

.s12-stagger-4,

.s12-stagger-5 { opacity: 0; transform: translateY(14px); }



section.is-visible .s12-stagger-1 { animation: heroFadeUp 520ms var(--ease-out-quart)   0ms both; }

section.is-visible .s12-stagger-2 { animation: heroFadeUp 520ms var(--ease-out-quart)  80ms both; }

section.is-visible .s12-stagger-3 { animation: heroFadeUp 520ms var(--ease-out-quart) 160ms both; }

section.is-visible .s12-stagger-4 { animation: heroFadeUp 520ms var(--ease-out-quart) 270ms both; }

section.is-visible .s12-stagger-5 { animation: heroFadeUp 520ms var(--ease-out-quart) 380ms both; }



/* ── S12 white CTA button — hover glow + press ── */

.s12-btn {

  transition: transform 160ms var(--ease-out-quart),

              box-shadow 200ms var(--ease-out-quart);

}

@media (hover: hover) {

  .s12-btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 0 0 5px rgba(0,122,94,0.22), 0 8px 24px rgba(0,0,0,0.18);

  }

  .s12-btn:hover .s12-arrow {

    transform: translateX(4px);

  }

}

.s12-btn:active {

  transform: translateY(1px);

  box-shadow: 0 0 0 3px rgba(0,122,94,0.14), 0 2px 8px rgba(0,0,0,0.12);

}

.s12-arrow {

  display: inline-block;

  transition: transform 200ms var(--ease-out-quart);

}



/* ── Contact email button ── */

.contact-email-btn {

  display: inline-flex; align-items: center; gap: 5px;

  font-size: 12px; font-weight: 700; color: var(--green);

  text-decoration: none; white-space: nowrap; flex-shrink: 0;

  padding: 8px 12px; background: white; border-radius: 8px;

  border: 1px solid rgba(0,122,94,0.2); transition: border-color .15s ease;

}

.contact-email-btn:hover { border-color: rgba(0,122,94,.45); }

.contact-email-btn:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; border-radius: 8px; }





/* ============================================================

   PureOrganics — Prospect Download Component

   Mutat din prospect-download.css — 2026-04-16

   Versiuni: .prospect-card (A) · .prospect-compact (B)

   Font deps: Manrope 700,800 · Inter 400,500

   ============================================================ */

/* ============================================================

   PureOrganics — Prospect Download Component

   Versiuni: .prospect-card (A) · .prospect-compact (B)

   Font deps: Manrope 700,800 · Inter 400,500

   ============================================================ */



/* ── Variant A: Card ── */



.prospect-card {

  display: flex;

  gap: 24px;

  align-items: center;

  background: #FFFFFF;

  border: 1px solid #E5EDE9;

  border-radius: 14px;

  padding: 28px 32px;

  max-width: 520px;

  box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 1px 2px rgba(0,0,0,0.04);

  transition: box-shadow 0.20s ease;

}



.prospect-card:hover {

  box-shadow: 0 4px 12px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.05);

}



/* SVG link — IS the download button */

.prospect-dl-icon {

  flex-shrink: 0;

  display: block;

  padding: 10px;

  border-radius: 10px;

  text-decoration: none;

  transition: background 0.18s ease;

  min-width: 44px;

  min-height: 44px;

}



.prospect-dl-icon:hover {

  background: #EAF5F2;

}



.prospect-dl-icon:focus-visible {

  outline: 2px solid #007A5E;

  outline-offset: 2px;

  border-radius: 10px;

}



.prospect-svg {

  width: 64px;

  height: 80px;

  overflow: visible;

  display: block;

}



/* Page fan — pages open on icon hover */

.ppage {

  transition: transform 0.32s cubic-bezier(0.34, 1.4, 0.64, 1);

  transform-origin: 50% 90%;

}



.prospect-dl-icon:hover .p3 {

  transform: rotate(12deg) translateX(4px);

}



.prospect-dl-icon:hover .p2 {

  transform: rotate(6deg) translateX(2px);

  transition-delay: 0.04s;

}



/* Download arrow bounce */

.prospect-dl-arrow {

  transition: transform 0.22s ease;

}



.prospect-dl-icon:hover .prospect-dl-arrow {

  animation: prospectDrop 0.5s cubic-bezier(0.34, 1.4, 0.64, 1) forwards;

}



@keyframes prospectDrop {

  0%   { transform: translateY(0); }

  45%  { transform: translateY(4px); }

  75%  { transform: translateY(1px); }

  100% { transform: translateY(0); }

}



.prospect-body {

  min-width: 0;

}



.prospect-title {

  font-family: 'Manrope', sans-serif;

  font-size: 16px;

  font-weight: 800;

  color: #2E3531;

  line-height: 1.25;

  letter-spacing: -0.018em;

  margin: 0;

}



.prospect-meta {

  font-family: 'Inter', sans-serif;

  font-size: 11px;

  color: #9CA3AF;

  margin-top: 4px;

}



/* ── Variant B: Compact strip — entire element is the link ── */



.prospect-compact {

  display: flex;

  align-items: center;

  gap: 14px;

  background: #F7F9F8;

  border: 1px solid #E5EDE9;

  border-radius: 12px;

  padding: 14px 18px;

  max-width: 500px;

  text-decoration: none;

  transition: border-color 0.18s ease, box-shadow 0.18s ease;

}



.prospect-compact:hover {

  border-color: rgba(0, 122, 94, 0.28);

  box-shadow: 0 1px 3px rgba(0,0,0,0.07), 0 1px 2px rgba(0,0,0,0.04);

}



.prospect-compact:focus-visible {

  outline: 2px solid #007A5E;

  outline-offset: 2px;

  border-radius: 12px;

}



.prospect-compact-icon {

  flex-shrink: 0;

  display: flex;

  align-items: center;

}



/* Back page fan on compact hover */

.p2c {

  transition: transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1);

  transform-origin: 50% 90%;

}



.prospect-compact:hover .p2c {

  transform: rotate(6deg) translateX(2px);

}



.prospect-compact-text {

  flex: 1;

  min-width: 0;

}



.prospect-compact-title {

  font-family: 'Manrope', sans-serif;

  font-size: 15px;

  font-weight: 700;

  color: #2E3531;

  line-height: 1.3;

}



.prospect-compact-sub {

  font-family: 'Inter', sans-serif;

  font-size: 11px;

  color: #6B7280;

  margin-top: 2px;

}



.prospect-compact-arrow {

  flex-shrink: 0;

  color: #007A5E;

  opacity: 0.55;

  transition: transform 0.20s ease, opacity 0.20s ease;

}



.prospect-compact:hover .prospect-compact-arrow {

  transform: translateY(2px);

  opacity: 1;

}



/* ── Mobile ── */



@media (max-width: 480px) {

  .prospect-card {

    flex-direction: column;

    align-items: flex-start;

    padding: 20px 20px 24px;

    max-width: 100%;

  }



  .prospect-compact {

    max-width: 100%;

  }

}



/* ── Reduced motion ── */



@media (prefers-reduced-motion: reduce) {

  .ppage,

  .p2c,

  .prospect-dl-arrow,

  .prospect-compact-arrow {

    transition: none !important;

    animation: none !important;

  }

}



















/* ═══════════════════════════════════════════════

   PureOrganics — Sitewide Footer

   ═══════════════════════════════════════════════ */



.kadence-footer-column-wrap,

.site-footer .footer-row {

	display: none !important;

}



/* ── Shell ── */

.po-footer {

	background: #F7F9F8; /* --bg-soft */

	color: #2E3531;

	font-family: 'Inter', -apple-system, sans-serif;

	font-size: 14px;

	line-height: 1.6;

	border-top: 1px solid #E5EDE9;

}



/* ── Main grid ── */

.po-footer-main {

	padding: 56px 0 52px;

}

.po-fm-inner {

	max-width: 1200px;

	margin: 0 auto;

	padding: 0 24px;

	display: grid;

	grid-template-columns: 240px 1fr 1fr 1fr;

	gap: 48px;

}



/* Brand column */

.po-fm-logo {

	display: inline-block;

	margin-bottom: 20px;

	line-height: 0;

}

.po-fm-tagline {

	font-size: 13.5px;

	line-height: 1.65;

	color: #374151;

	margin: 0 0 6px;

}

.po-fm-cert {

	font-size: 11.5px;

	color: #6B7280;

	margin: 0 0 22px;

}

.po-fm-social {

	display: flex;

	gap: 10px;

}

.po-social-btn {

	display: inline-flex;

	align-items: center;

	justify-content: center;

	width: 34px;

	height: 34px;

	background: #E5EDE9;

	border-radius: 8px;

	color: #6B7280;

	text-decoration: none;

	transition: background .18s, color .18s;

}

.po-social-btn:hover,

.po-social-btn:focus-visible {

	background: #007A5E;

	color: #fff;

	outline: none;

}



/* Nav columns */

.po-fm-col__h {

	font-size: 11px;

	font-weight: 700;

	color: #9CA3AF;

	text-transform: uppercase;

	letter-spacing: .12em;

	margin: 0 0 14px;

	padding: 0;

	border: none;

	background: none;

}

.po-fm-list {

	list-style: none;

	margin: 0;

	padding: 0;

	display: flex;

	flex-direction: column;

	gap: 10px;

}

.po-fm-list li { margin: 0; padding: 0; }

.po-fm-list a {

	font-size: 13.5px;

	color: #374151;

	text-decoration: none;

	transition: color .15s;

}

.po-fm-list a:hover,

.po-fm-list a:focus-visible {

	color: #007A5E;

	outline: none;

}



/* -- Editorial strip (E-E-A-T, discret) -- */
.po-footer-editorial {
	background: #F3F8F6;
	border-top: 1px solid #E5EDE9;
	padding: 10px 0;
}
.po-fe-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	justify-content: center;
}
.po-fe-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.po-fe-nav a {
	font-size: 11px;
	color: #8A9399;
	text-decoration: none;
	transition: color .15s;
}
.po-fe-nav a:hover,
.po-fe-nav a:focus-visible {
	color: #2E3531;
	outline: none;
}
.po-fe-nav span {
	color: #BFC9CE;
	font-size: 10px;
}
@media (max-width: 640px) {
	.po-fe-nav { gap: 6px 10px; }
	.po-fe-nav a { font-size: 10.5px; }
}

/* ── Bottom bar ── */

.po-footer-bottom {

	background: #EAF5F2;

	border-top: 1px solid #E5EDE9;

	padding: 14px 0;

}

.po-fb-inner {

	max-width: 1200px;

	margin: 0 auto;

	padding: 0 24px;

	display: flex;

	align-items: center;

	justify-content: space-between;

	gap: 16px;

	flex-wrap: wrap;

}

.po-fb-legal {

	font-size: 11.5px;

	color: #6B7280;

	margin: 0;

	line-height: 1.5;

}

.po-fb-nav {

	display: flex;

	gap: 18px;

	flex-wrap: wrap;

}

.po-fb-nav a {

	font-size: 11.5px;

	color: #6B7280;

	text-decoration: none;

	transition: color .15s;

}

.po-fb-nav a:hover,

.po-fb-nav a:focus-visible {

	color: #2E3531;

	outline: none;

}



/* ── Responsive ── */

@media (max-width: 1024px) {

	.po-fm-inner {

		grid-template-columns: 1fr 1fr;

		gap: 36px 40px;

	}

	.po-fm-brand { grid-column: 1 / -1; }

}

@media (max-width: 640px) {

	.po-footer-main { padding: 40px 0 36px; }

	.po-fm-inner { grid-template-columns: 1fr; gap: 28px; }

	.po-fb-inner { flex-direction: column; align-items: flex-start; gap: 10px; }

	.po-fb-nav { gap: 14px; }

}


/* Page hero — ascuns global */
.entry-hero { display: none !important; }

/* ════════════════════════════════════════════
   GLOBAL — Shadow Kadence (article.entry)
   ════════════════════════════════════════════ */
article.entry,
.entry.content-bg,
.content-bg {
  box-shadow: none !important;
}

/* ════════════════════════════════════════════
   /cont/ — Login / Register cards (delogat)
   ════════════════════════════════════════════ */
.woocommerce-account .col2-set {
  display: flex !important;
  flex-direction: row !important;
  gap: 1.75rem !important;
  align-items: flex-start !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
}
.woocommerce-account .col2-set::after { display: none !important; }
.woocommerce-account .col2-set .u-column1,
.woocommerce-account .col2-set .u-column2 {
  flex: 1 1 0 !important;
  float: none !important;
  width: auto !important;
  background: #fff !important;
  border-radius: 16px !important;
  padding: 2rem 2.25rem !important;
  box-shadow: 0 2px 20px rgba(0,122,94,.09), 0 0 0 1px rgba(0,122,94,.07) !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
.woocommerce-account .col2-set .u-column1::before,
.woocommerce-account .col2-set .u-column2::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, #007A5E 0%, rgba(0,122,94,.1) 100%) !important;
}
.woocommerce-account .col2-set h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.875rem !important;
  font-weight: 600 !important;
  color: #2E3531 !important;
  letter-spacing: -0.025em !important;
  margin: 0 0 1.5rem !important;
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.woocommerce-account .woocommerce-form-row label:not(.woocommerce-form__label-for-checkbox) {
  display: block !important;
  font-size: .6875rem !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  color: #627069 !important;
  margin-bottom: .4rem !important;
}
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"] {
  width: 100% !important;
  border: 1.5px solid #C8E3DC !important;
  border-radius: 8px !important;
  background: #FAFDFB !important;
  padding: .6rem .875rem !important;
  font-size: .9375rem !important;
  color: #2E3531 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transition: border-color .18s !important;
}
.woocommerce-account input[type="text"]:focus,
.woocommerce-account input[type="email"]:focus,
.woocommerce-account input[type="password"]:focus {
  border-color: #007A5E !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(0,122,94,.1) !important;
  background: #fff !important;
}
.woocommerce-account button[type="submit"],
.woocommerce-account input[type="submit"] {
  display: block !important;
  width: 100% !important;
  background: #007A5E !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: .875rem 1.5rem !important;
  font-size: .9375rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  margin-top: 1.25rem !important;
  box-sizing: border-box !important;
  transition: background .18s, transform .15s !important;
}
.woocommerce-account button[type="submit"]:hover,
.woocommerce-account input[type="submit"]:hover {
  background: #00624B !important;
  transform: translateY(-1px) !important;
}
.woocommerce-account .woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: center !important;
  gap: .5rem !important;
  font-size: .875rem !important;
  color: #627069 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin-top: .875rem !important;
}
.woocommerce-account .lost_password { margin-top: .875rem !important; font-size: .8125rem !important; }
.woocommerce-account .woocommerce-privacy-policy-text {
  font-size: .8125rem !important;
  color: #627069 !important;
  line-height: 1.6 !important;
  margin: .75rem 0 .25rem !important;
}

/* Culori links — exceptie butoane */
.woocommerce-account a:not(.button):not([class*="wc-"]) { color: #007A5E !important; }
.woocommerce-account a:not(.button):not([class*="wc-"]):hover { color: #00624B !important; }
.woocommerce-account a.button,
.woocommerce-account .button.wc-forward { color: #fff !important; }

/* Mobile */
@media (max-width: 680px) {
  .woocommerce-account .col2-set {
    flex-direction: column !important;
    gap: 1.25rem !important;
  }
  .woocommerce-account .col2-set .u-column1,
  .woocommerce-account .col2-set .u-column2 {
    flex: 0 0 auto !important;
    width: 100% !important;
    overflow: visible !important;
    padding: 1.5rem 1.25rem !important;
  }
  .woocommerce-account .col2-set h2 { font-size: 1.625rem !important; }
}

/* Account — Address page (.woocommerce-edit-address) */
.woocommerce-edit-address .woocommerce-MyAccount-content > p {
  font-size: .875rem !important;
  color: #627069 !important;
  line-height: 1.6 !important;
  margin-bottom: 1.75rem !important;
}
.woocommerce-edit-address .woocommerce-Address {
  background: #fff !important;
  border-radius: 14px !important;
  border: none !important;
  padding: 1.5rem 1.625rem !important;
  box-shadow: 0 2px 16px rgba(0,122,94,.08), 0 0 0 1px rgba(0,122,94,.07) !important;
  margin-bottom: 1.25rem !important;
}
.woocommerce-edit-address .woocommerce-Address-title {
  display: block !important;
  margin-bottom: .875rem !important;
  border-bottom: 1px solid #EAF5F2 !important;
  padding-bottom: .75rem !important;
}
.woocommerce-edit-address .woocommerce-Address-title h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  color: #2E3531 !important;
  margin: 0 0 .375rem !important;
  letter-spacing: -.02em !important;
}
.woocommerce-edit-address .woocommerce-Address-title a.edit {
  font-size: .8125rem !important;
  font-weight: 500 !important;
  color: #007A5E !important;
  text-decoration: none !important;
  display: inline-block !important;
}
.woocommerce-edit-address .woocommerce-Address-title a.edit:hover {
  color: #00624B !important;
  text-decoration: underline !important;
}
.woocommerce-edit-address address {
  font-style: italic !important;
  font-size: .875rem !important;
  color: #8A9E96 !important;
  line-height: 1.65 !important;
}

/* Account — woocommerce-info / woocommerce-message notice fix */
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
  border-left: none !important;
  border-top: none !important;
  border-radius: 12px !important;
  background: #F4FAF7 !important;
  padding: 1.125rem 1.25rem !important;
  display: block !important;
  font-size: .9375rem !important;
  color: #2E3531 !important;
  line-height: 1.6 !important;
}
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before { display: none !important; }
.woocommerce-account .woocommerce-info a.button,
.woocommerce-account .woocommerce-message a.button {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: .875rem !important;
  padding: .8rem 1.25rem !important;
  font-size: .9375rem !important;
  box-sizing: border-box !important;
}


/* ══════════════════════════════════════════════════════════════
   BIBLIOTECA INGREDIENTE — CSS componente articole
   Adaugat: Aprilie 2026
══════════════════════════════════════════════════════════════ */

/* ── Breadcrumb (articole) ── */
.breadcrumb { font-size: 13px; color: var(--text-muted); margin: 0 0 var(--sp-6); padding: 0; }
.breadcrumb a { color: var(--text-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--green); }

/* ── Article Meta ── */
.article-meta { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: var(--sp-8); }
.article-meta strong { color: var(--text-secondary); }

/* ── Definition Block ── */
.definition-block {
  background: var(--bg-muted);
  border-radius: var(--r);
  padding: var(--sp-6);
  margin: var(--sp-8) 0;
}
.definition-block p { margin: 0; font-size: 16px; line-height: 1.75; }

/* ── Medical Notice ── */
.notice {
  background: var(--accent-warm-bg);
  border-radius: var(--r-sm);
  padding: var(--sp-4) var(--sp-6);
  margin: var(--sp-6) 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--accent-warm-text);
}
.notice--medical {
  background: #FFF8E7;
  color: var(--text-body);
}

/* ── Fast Facts Table ── */
.fast-facts {
  background: var(--bg-soft);
  border-radius: var(--r);
  padding: var(--sp-6);
  margin: var(--sp-8) 0;
  overflow-x: auto;
}
.fast-facts > strong { display: block; margin-bottom: var(--sp-4); font-size: 15px; color: var(--text-primary); font-family: var(--font); }
.fast-facts table { width: 100%; border-collapse: collapse; font-size: 14px; }
.fast-facts th { background: var(--bg-muted); font-weight: 600; color: var(--text-secondary); font-size: 13px; padding: var(--sp-2) var(--sp-4); text-align: left; }
.fast-facts td { padding: var(--sp-2) var(--sp-4); border-bottom: 1px solid var(--border-light); vertical-align: top; }

/* ── Info Box ── */
.info-box {
  background: var(--bg-soft);
  border-radius: var(--r);
  padding: var(--sp-6);
  margin: var(--sp-8) 0;
}
.info-box--highlight { background: var(--green-pale); }
.info-box > strong { display: block; margin-bottom: var(--sp-3); font-size: 15px; color: var(--text-primary); font-family: var(--font); }
.info-box ul { margin: 0; padding-left: var(--sp-6); }
.info-box li { margin-bottom: var(--sp-2); font-size: 15px; line-height: 1.65; }

/* ── Table of Contents ── */
.toc {
  background: var(--bg-soft);
  border-radius: var(--r);
  padding: var(--sp-6);
  margin: var(--sp-8) 0;
}
.toc > strong { display: block; margin-bottom: var(--sp-3); font-size: 15px; color: var(--text-primary); font-family: var(--font); }
.toc ol { margin: 0; padding-left: var(--sp-6); }
.toc li { margin-bottom: var(--sp-2); }
.toc a { color: var(--green); text-decoration: none; font-size: 15px; }
.toc a:hover { text-decoration: underline; }

/* ── Quote Block ── */
.quote-block { margin: var(--sp-6) 0; }
.quote-block blockquote {
  background: var(--bg-soft);
  border-radius: var(--r-sm);
  padding: var(--sp-4) var(--sp-6);
  margin: 0;
  font-style: italic;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.75;
}

/* ── CTA Box ── */
.cta-box {
  background: var(--bg-soft);
  border-radius: var(--r);
  padding: var(--sp-6);
  margin: var(--sp-8) 0;
}
.cta-box--primary {
  background: var(--green-pale);
  text-align: center;
  padding: var(--sp-8);
}
.cta-box--primary .btn {
  background: var(--green);
  color: #fff;
  padding: 14px var(--sp-8);
  border-radius: var(--r);
  margin: var(--sp-4) 0 var(--sp-3);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background 150ms;
}
.cta-box--primary .btn:hover { background: var(--green-dark); color: #fff; }
.cta-box .small { font-size: 13px; color: var(--text-muted); margin: var(--sp-2) 0 0; }

/* ── FAQ Items ── */
.faq-item { padding: var(--sp-4) 0; border-bottom: 1px solid var(--border); }
.faq-item:last-of-type { border-bottom: none; }
.faq-item h3 { margin: 0 0 var(--sp-2); font-size: 16px; color: var(--text-primary); }
.faq-item p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--text-body); }

/* ── References ── */
ol.references { padding-left: var(--sp-8); margin: var(--sp-6) 0; }
ol.references li { font-size: 13px; color: var(--text-muted); line-height: 1.65; margin-bottom: var(--sp-3); }
ol.references em { color: var(--text-secondary); }

/* ── Articol: tabele generale in continut ── */
.entry-content table { width: 100%; border-collapse: collapse; margin: var(--sp-6) 0; font-size: 14px; }
.entry-content table th { background: var(--bg-muted); font-weight: 600; color: var(--text-secondary); font-size: 13px; padding: var(--sp-2) var(--sp-4); text-align: left; border-bottom: 2px solid var(--border); }
.entry-content table td { padding: var(--sp-2) var(--sp-4); border-bottom: 1px solid var(--border-light); vertical-align: top; }



/* ===============================================
   HUB INGREDIENTE — /stiinta/ingrediente/
   Generat automat — nu edita direct
=============================================== */
/* ─────────────────────────────────────────────────────────
   HUB INGREDIENTE — /stiinta/ingrediente/
   Toate regulile scoped sub .hub-lib (nu polueaza tema WP)
   ───────────────────────────────────────────────────────── */

/* ── HERO ── */
.hub-lib .hl-hero {
  padding: 64px 32px 48px;
  border-bottom: 1px solid #F0F5F3;
}
.hub-lib .hl-hero-inner { max-width: 1120px; margin: 0 auto; }

.hub-lib .hl-label {
  font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: #007A5E; margin-bottom: 12px;
}
.hub-lib .hl-h1 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(32px, 5.5vw, 64px); font-weight: 800;
  color: #2E3531; line-height: 1.06; letter-spacing: -.03em;
  margin-bottom: 16px; max-width: 720px;
}
.hub-lib .hl-intro {
  font-size: clamp(14px, 1.6vw, 16.5px); color: #6B7280;
  max-width: 560px; line-height: 1.65; margin-bottom: 40px;
}
.hub-lib .hl-criteria {
  display: flex; flex-wrap: wrap; gap: 12px;
  padding-top: 32px; border-top: 1px solid #F0F5F3;
}
.hub-lib .hl-crit {
  display: flex; align-items: flex-start; gap: 12px;
  flex: 1; min-width: 180px; max-width: 230px;
}
.hub-lib .hl-crit-n {
  font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 800;
  color: #E5EDE9; line-height: 1; flex-shrink: 0;
  min-width: 28px; text-align: right; -webkit-user-select: none; user-select: none;
}
.hub-lib .hl-crit-title {
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700;
  color: #2E3531; margin-bottom: 3px;
}
.hub-lib .hl-crit-desc { font-size: 12px; color: #6B7280; line-height: 1.5; }

@media (max-width: 600px) {
  .hub-lib .hl-hero { padding: 40px 16px 32px; }
  .hub-lib .hl-crit { max-width: 100%; }
}


/* ── FILTER BAR ── */
.hub-lib .hl-filter {
  background: #FFFFFF;
  border-bottom: 1px solid #E5EDE9;
  padding: 0 32px;
  position: sticky; top: 0; z-index: 50;
}
.hub-lib .hl-filter-inner {
  max-width: 1120px; margin: 0 auto;
  display: flex; align-items: stretch;
}
.hub-lib .hl-filter-lbl {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;
}
.hub-lib .hl-chips {
  display: flex; gap: 0; flex: 1;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hub-lib .hl-chips::-webkit-scrollbar { display: none; }
.hub-lib .hl-chip {
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 500;
  padding: 18px 15px; border-radius: 0; cursor: pointer;
  background: transparent; border: none;
  border-bottom: 2px solid transparent;
  color: #9CA3AF;
  transition: color .15s, border-color .15s;
  -webkit-user-select: none; user-select: none; white-space: nowrap;
  margin-bottom: -1px; flex-shrink: 0;
}
.hub-lib .hl-chip:hover { color: #374151; }
.hub-lib .hl-chip.active {
  color: #2E3531; font-weight: 700;
  border-bottom-color: #007A5E;
}
.hub-lib .hl-search-wrap {
  display: flex; align-items: center;
  padding: 10px 0 10px 20px;
  border-left: 1px solid #F0F5F3;
  margin-left: 12px; flex-shrink: 0;
}
.hub-lib .hl-search {
  font-family: 'Inter', sans-serif; font-size: 13px;
  padding: 7px 12px 7px 34px;
  border: 1px solid #E5EDE9; border-radius: 6px;
  background: #F7F9F8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cpath d='m21 21-4.35-4.35'%3E%3C/path%3E%3C/svg%3E") no-repeat 10px center;
  color: #2E3531; outline: none; width: 190px;
  transition: border-color .15s, background .15s;
}
.hub-lib .hl-search::placeholder { color: #9CA3AF; }
.hub-lib .hl-search:focus { border-color: #007A5E; background-color: #FFFFFF; }

@media (max-width: 768px) {
  .hub-lib .hl-filter { padding: 0 16px; }
  .hub-lib .hl-chip { padding: 16px 13px; font-size: 12.5px; }
  .hub-lib .hl-search-wrap {
    border-left: none; border-top: 1px solid #F0F5F3;
    margin-left: 0; padding: 10px 0; width: 100%;
    display: none;
  }
  .hub-lib .hl-filter-inner { flex-wrap: wrap; }
  .hub-lib .hl-chips { width: 100%; }
}


/* ── GRID SECTIONS ── */
.hub-lib .hl-main { padding: 48px 32px; }
.hub-lib .hl-main-inner { max-width: 1120px; margin: 0 auto; }

.hub-lib .hl-cat-head {
  display: flex; align-items: baseline; gap: 12px;
  margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 2px solid #F0F5F3;
}
.hub-lib .hl-cat-title {
  font-family: 'Manrope', sans-serif; font-size: 20px; font-weight: 800;
  color: #2E3531; letter-spacing: -.02em;
}
.hub-lib .hl-cat-count { font-size: 13px; font-weight: 600; color: #9CA3AF; }

.hub-lib .hl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px; margin-bottom: 48px;
  align-items: start;
}
.hub-lib .hi-card { align-self: stretch; }


/* ── CARD ── */
.hub-lib .hi-card {
  background: #FFFFFF; border: 1px solid #E5EDE9;
  border-radius: 12px; overflow: hidden;
  display: flex; flex-direction: column;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s, transform .18s;
}
.hub-lib div.hi-card { cursor: default; }
.hub-lib a.hi-card { cursor: pointer; }
.hub-lib a.hi-card:hover {
  border-color: #007A5E;
  box-shadow: 0 6px 20px rgba(0,122,94,.12), 0 2px 6px rgba(0,0,0,.05);
  transform: translateY(-2px);
}
.hub-lib a.hi-card:hover .hi-arrow { transform: translateX(3px); }

.hub-lib .hi-img {
  width: 100%; height: 132px; flex-shrink: 0;
  background: #EAF5F2; overflow: hidden;
}
.hub-lib .hi-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hub-lib .hi-card[data-cat="adaptogen"]  .hi-img { background: oklch(91% 0.04 60); }
.hub-lib .hi-card[data-cat="ciuperci"]   .hi-img { background: oklch(89% 0.025 45); }
.hub-lib .hi-card[data-cat="antioxidant"].hi-img { background: oklch(90% 0.045 330); }
.hub-lib .hi-card[data-cat="cognitiv"]   .hi-img { background: oklch(91% 0.04 260); }
.hub-lib .hi-card[data-cat="metabolism"] .hi-img { background: oklch(92% 0.05 80); }
.hub-lib .hi-card[data-cat="ficat"]      .hi-img { background: oklch(91% 0.04 140); }
.hub-lib .hi-card[data-cat="articulatii"].hi-img { background: oklch(91% 0.03 215); }
.hub-lib .hi-card[data-cat="imunitate"]  .hi-img { background: oklch(91% 0.035 160); }

.hub-lib .hi-body {
  padding: 16px 18px 20px;
  display: flex; flex-direction: column; gap: 5px; flex: 1;
}
.hub-lib .hi-cat {
  font-family: 'Manrope', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: #6B7280;
}
.hub-lib .hi-name {
  font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 800;
  color: #2E3531; line-height: 1.2; letter-spacing: -.02em;
  display: block; margin-top: 2px;
}
.hub-lib .hi-latin {
  font-family: 'DM Serif Display', serif; font-style: italic;
  font-size: 12.5px; color: #6B7280; display: block;
}
.hub-lib .hi-desc {
  font-size: 12.5px; color: #6B7280; line-height: 1.58;
  margin-top: 4px; flex: 1;
}
.hub-lib .hi-arrow {
  display: flex; justify-content: flex-end;
  padding-top: 12px; margin-top: auto;
  font-size: 14px; color: #007A5E; font-weight: 700;
  transition: transform .2s;
}

.hub-lib .hi-card.hi-feat .hi-name { font-size: 18px; }


/* ── DARK SECTION ── */
.hub-lib .hl-dark { background: #1C1008; padding: 64px 32px; }
.hub-lib .hl-dark-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.hub-lib .hl-dark-lbl {
  font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: rgba(144,220,195,.8); margin-bottom: 12px;
}
.hub-lib .hl-dark-h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(22px, 3vw, 36px); font-weight: 800;
  color: #F4F0EC; line-height: 1.15; letter-spacing: -.025em; margin-bottom: 16px;
}
.hub-lib .hl-dark-body {
  font-size: 15px; color: rgba(244,240,236,.6); line-height: 1.7; margin-bottom: 24px;
}
.hub-lib .hl-dark-cta {
  font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700;
  color: rgba(144,220,195,.9); letter-spacing: .03em; text-decoration: none;
}
.hub-lib .hl-dark-cta:hover { color: rgba(144,220,195,1); }

.hub-lib .hl-crit-list { display: flex; flex-direction: column; }
.hub-lib .hl-cr {
  display: grid; grid-template-columns: 36px 1fr;
  gap: 14px; align-items: start; padding: 16px 0;
}
.hub-lib .hl-cr + .hl-cr { border-top: 1px solid rgba(255,255,255,.07); }
.hub-lib .hl-cr-n {
  font-family: 'Manrope', sans-serif; font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,.2); text-align: right; padding-top: 2px; letter-spacing: .04em;
}
.hub-lib .hl-cr-title {
  font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 700;
  color: #F4F0EC; margin-bottom: 4px;
}
.hub-lib .hl-cr-desc { font-size: 13px; color: rgba(244,240,236,.55); line-height: 1.55; }

@media (max-width: 767px) {
  .hub-lib .hl-dark-inner { grid-template-columns: 1fr; gap: 40px; }
}


/* ── PAGE FOOTER ── */
.hub-lib .hl-pgfoot {
  background: #F7F9F8; border-top: 1px solid #F0F5F3; padding: 32px;
}
.hub-lib .hl-pgfoot-inner {
  max-width: 1120px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.hub-lib .hl-back {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: #6B7280; text-decoration: none;
}
.hub-lib .hl-back:hover { color: #007A5E; }
.hub-lib .hl-foot-note {
  font-size: 12px; color: #9CA3AF;
  text-align: center; max-width: 380px; line-height: 1.5;
}

@media (max-width: 600px) {
  .hub-lib .hl-main { padding: 32px 16px; }
  .hub-lib .hl-dark { padding: 48px 16px; }
  .hub-lib .hl-pgfoot { padding: 24px 16px; }
  .hub-lib .hl-pgfoot-inner { flex-direction: column; text-align: center; }
}


/* ── UTILS ── */
.hub-lib .hl-cat-sec[hidden],
.hub-lib .hi-card[hidden] { display: none !important; }
.hub-lib .hl-no-res { display: none; }
.hub-lib .hl-no-res.vis {
  display: block; text-align: center; padding: 64px 32px;
}
.hub-lib .hl-no-res p { font-size: 16px; color: #6B7280; margin-bottom: 16px; }
.hub-lib .hl-skip {
  position: absolute; left: -9999px; top: auto;
  width: 1px; height: 1px; overflow: hidden;
}
.hub-lib .hl-skip:focus {
  position: fixed; left: 16px; top: 16px; width: auto; height: auto;
  padding: 8px 16px; background: #007A5E; color: #fff;
  font-weight: 700; font-size: 14px; border-radius: 6px; z-index: 9999;
  text-decoration: none;
}


/* ===== Ingredient pages — table styles (added 2026-04-24) ===== */
.informatii-produs {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: .9rem;
}
.informatii-produs th,
.informatii-produs td {
    padding: .6rem 1rem;
    border: 1px solid #d4e9e3;
    text-align: left;
    vertical-align: top;
}
.informatii-produs th {
    background: var(--bg-muted, #EAF5F2);
    font-weight: 600;
    color: var(--green, #007A5E);
    width: 40%;
}
.informatii-produs tr:nth-child(even) td {
    background: var(--bg-soft, #F7F9F8);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: .9rem;
}
.comparison-table th,
.comparison-table td {
    padding: .65rem 1rem;
    border: 1px solid #d4e9e3;
    text-align: left;
    vertical-align: top;
}
.comparison-table th {
    background: var(--green, #007A5E);
    color: #fff;
    font-weight: 600;
}
.comparison-table tbody tr:hover td {
    background: var(--bg-muted, #EAF5F2);
}
.comparison-table td:first-child {
    font-weight: 600;
}

.product-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: .875rem;
}
.product-specs-table th,
.product-specs-table td {
    padding: .6rem .875rem;
    border: 1px solid #d4e9e3;
    text-align: left;
    vertical-align: top;
}
.product-specs-table th {
    background: var(--bg-muted, #EAF5F2);
    font-weight: 600;
    color: #333;
    width: 35%;
}

.article-figure {
    margin: 1.5rem auto;
    text-align: center;
    max-width: 640px;
}
.article-figure--product {
    max-width: 560px;
}
.article-figure img {
    max-width: 100%;
    height: auto;
    border-radius: var(--r, 12px);
    display: block;
    margin: 0 auto;
}
.article-figure figcaption {
    font-size: .8rem;
    color: #666;
    margin-top: .5rem;
    font-style: italic;
}


/* Ingredient page — reviewer-box */
.reviewer-box {
  background: #EAF5F2;
  border-radius: 12px;
  padding: 10px 16px;
  margin: 6px 0 18px;
  font-size: 0.88em;
  line-height: 1.5;
}
.reviewer-box a { color: #007A5E; text-decoration: underline; }

/* ── content-visibility: auto pe secțiunile sub fold ─────────────────────────
   Reduce layout recalculation de la ~1900 noduri → doar above-fold la first paint.
   contain-intrinsic-size: estimat 700px/secțiune — previne scroll jump.
   SEO safe: Google procesează content-visibility; AT/find-in-page funcționează normal. */
#main-content section:not(#hero) {
  content-visibility: auto;
  contain-intrinsic-size: 0 700px;
}
/* ─────────────────────────────────────────────────────────────────────────── */
