:root{
  --color-primary:#20403f;
  --color-primary-dark:#16302f;
  --color-accent:#c17a4a;
  --color-accent-dark:#a5623a;
  --color-bg:#faf6f0;
  --color-surface:#ffffff;
  --color-surface-alt:#f0e7d9;
  --color-text:#221e1a;
  --color-text-muted:#5a524a;
  --color-border:#e4dacd;
  --font-heading:'Fraunces',Georgia,serif;
  --font-body:'Inter',system-ui,-apple-system,sans-serif;
  --radius-sm:6px;
  --radius-md:12px;
  --radius-lg:20px;
  --shadow-sm:0 2px 8px rgba(34,30,26,.06);
  --shadow-md:0 10px 30px rgba(34,30,26,.10);
  --maxw:1200px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--color-accent-dark);text-decoration:none}
a:hover{color:var(--color-accent)}
h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.18;color:var(--color-text);font-weight:600}
[hidden]{display:none !important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 20px}
:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px;border-radius:4px}

/* ---------- Buttons ---------- */
.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:var(--font-body);font-weight:600;font-size:1rem;line-height:1;padding:14px 26px;border-radius:var(--radius-md);cursor:pointer;border:2px solid transparent;transition:transform .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease;text-align:center}
.btn-primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}
.btn-primary:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-secondary{background:transparent;color:var(--color-accent-dark);border-color:var(--color-accent)}
.btn-secondary:hover{background:var(--color-accent);color:#fff;transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}
.btn-ghost:hover{background:var(--color-text);color:#fff}
.btn-sm{padding:9px 16px;font-size:.875rem}
.btn-lg{padding:16px 32px;font-size:1.0625rem}
.hero .btn-ghost,.newsletter .btn-ghost,.sticky-cta .btn-ghost{color:#fff;border-color:rgba(255,255,255,.6)}
.hero .btn-ghost:hover,.newsletter .btn-ghost:hover,.sticky-cta .btn-ghost:hover{background:#fff;color:var(--color-primary)}

/* ---------- Section primitives ---------- */
main>section,.page-main>section{padding:60px 0;background:var(--color-bg)}
.section-alt{background:var(--color-surface-alt)}
.section-title{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:12px;letter-spacing:-.01em}
.section-subtitle{font-size:1.0625rem;color:var(--color-text-muted);text-align:center;max-width:760px;margin:0 auto 40px}

/* ---------- Header ---------- */
.header{position:sticky;top:0;z-index:50;background:rgba(250,246,240,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}
.header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px}
.header__logo{font-family:var(--font-heading);font-weight:700;font-size:1.4rem;color:var(--color-primary);letter-spacing:.02em}
.header__nav{display:none}
.header__nav ul{display:flex;gap:26px;list-style:none}
.header__nav a{color:var(--color-text);font-weight:500;font-size:.95rem}
.header__nav a:hover{color:var(--color-accent-dark)}
.header__cta{display:none}
.header__hamburger{display:inline-flex;background:none;border:0;font-size:1.6rem;cursor:pointer;color:var(--color-primary);line-height:1}
.header__nav.is-open{display:block;position:absolute;top:64px;left:0;right:0;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md)}
.header__nav.is-open ul{flex-direction:column;gap:0;padding:8px 20px}
.header__nav.is-open li{border-bottom:1px solid var(--color-border)}
.header__nav.is-open a{display:block;padding:14px 0}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:50vh;display:flex;align-items:center;background:linear-gradient(135deg,rgba(22,48,47,.88),rgba(193,122,74,.55)),url('imgs/hero-virubi.jpg') center/cover no-repeat;background-color:var(--color-primary-dark);color:#fff;padding:48px 0;overflow:hidden}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,48,47,.15),rgba(22,48,47,.35));pointer-events:none}
.hero__inner{position:relative;z-index:1}
.hero__content{max-width:760px}
.hero__eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:600;color:#f3dcc6;margin-bottom:14px}
.hero__title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:16px;text-shadow:0 2px 14px rgba(0,0,0,.25)}
.hero__subtitle{font-size:1.02rem;color:#f7f1ea;margin-bottom:20px;max-width:680px}
.hero__bullets{list-style:none;margin-bottom:26px;display:grid;gap:8px}
.hero__bullets li{padding-left:26px;position:relative;color:#fdf7f0;font-size:.96rem}
.hero__bullets li::before{content:"✓";position:absolute;left:0;color:#f0b483;font-weight:700}
.hero__actions{display:flex;flex-wrap:wrap;gap:14px}

/* ---------- Wave dividers ---------- */
.wave-divider{line-height:0;background:transparent}
.wave-divider svg{width:100%;height:48px;display:block}
.wave-divider--top svg path{fill:var(--color-primary)}
.wave-divider--bottom svg path{fill:var(--color-primary)}

/* ---------- Trust strip ---------- */
.trust-strip{background:var(--color-primary);color:#fff;padding:34px 0}
.trust-strip h2{color:#fff}
.trust-strip__grid{display:grid;grid-template-columns:1fr;gap:20px}
.trust-badge{display:flex;gap:14px;align-items:flex-start}
.trust-badge__icon{font-size:1.7rem;line-height:1;flex-shrink:0}
.trust-badge__title{display:block;font-family:var(--font-heading);font-size:1.02rem;margin-bottom:3px;color:#fff}
.trust-badge__text{display:block;font-size:.85rem;color:#d8e2e0;line-height:1.5}

/* ---------- Products ---------- */
.products-grid{display:grid;grid-template-columns:1fr;gap:26px}
.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:18px;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.product-card__media{display:block;border-radius:var(--radius-md);overflow:hidden;background:#fff;margin-bottom:14px}
.product-card__media img{width:100%;aspect-ratio:1/1;object-fit:cover}
.product-card__title{font-size:1.08rem;font-weight:600;margin-bottom:8px;line-height:1.3}
.product-card__rating{display:flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:var(--color-text);margin-bottom:12px}
.product-card__stars{color:var(--color-accent)}
.product-card__reviews{color:var(--color-text-muted);font-weight:400}
.product-card__description{font-size:.9rem;color:var(--color-text-muted);margin-bottom:14px;flex-grow:0}
.product-card__highlights{list-style:none;margin-bottom:18px;display:grid;gap:7px}
.product-card__highlights li{position:relative;padding-left:22px;font-size:.85rem;color:var(--color-text);line-height:1.5}
.product-card__highlights li::before{content:"●";position:absolute;left:0;color:var(--color-accent);font-size:.7rem;top:.25em}
.product-card__cta{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;font-weight:600;padding:12px 18px;border-radius:var(--radius-md);transition:background .15s ease,transform .15s ease}
.product-card__cta:hover{background:var(--color-primary-dark);color:#fff;transform:translateY(-2px)}

/* ---------- Benefits ---------- */
.benefits-section{position:relative}
.benefits-section::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(34,30,26,.06) 1px,transparent 1px);background-size:24px 24px;opacity:.6;pointer-events:none}
.benefits-section>.container{position:relative}
.benefits-grid{display:grid;grid-template-columns:1fr;gap:22px}
.benefit-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:26px 22px;box-shadow:var(--shadow-sm)}
.benefit-card__icon{font-size:1.9rem;display:inline-block;margin-bottom:12px}
.benefit-card__title{font-size:1.08rem;font-weight:600;margin-bottom:10px;line-height:1.3}
.benefit-card__text{font-size:.92rem;color:var(--color-text-muted)}

/* ---------- How it works ---------- */
.how-section{position:relative}
.how-section::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(34,30,26,.04) 0 1px,transparent 1px 16px);pointer-events:none}
.how-section>.container{position:relative}
.steps-grid{list-style:none;display:grid;grid-template-columns:1fr;gap:22px;counter-reset:step}
.step-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:26px 22px;box-shadow:var(--shadow-sm)}
.step-card__num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--color-accent);color:#fff;font-family:var(--font-heading);font-weight:700;font-size:1.2rem;margin-bottom:14px}
.step-card__title{font-size:1.05rem;font-weight:600;margin-bottom:8px}
.step-card__text{font-size:.92rem;color:var(--color-text-muted)}

/* ---------- Features zigzag ---------- */
.features-stack{display:grid;gap:48px}
.feature-row{display:grid;grid-template-columns:1fr;gap:22px;align-items:center}
.feature-row__media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:4/3;object-fit:cover}
.feature-row__title{font-size:1.4rem;font-weight:600;margin-bottom:14px;line-height:1.25}
.feature-row__text{font-size:.98rem;color:var(--color-text-muted);margin-bottom:16px}
.feature-row__list{list-style:none;margin-bottom:20px;display:grid;gap:10px}
.feature-row__list li{position:relative;padding-left:26px;font-size:.92rem;line-height:1.55}
.feature-row__list li::before{content:"→";position:absolute;left:0;color:var(--color-accent);font-weight:700}

/* ---------- About ---------- */
.about-section__grid,.about-story__grid{display:grid;grid-template-columns:1fr;gap:30px;align-items:center}
.about-section__media img,.about-story__media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:1/1;object-fit:cover}
.about-section__body .section-title,.about-story__body .section-title{text-align:left}
.about-section__body p,.about-story__body p{margin-bottom:14px;color:var(--color-text-muted);font-size:.98rem}
.about-section__body .btn-secondary,.about-story__body .btn-secondary{margin-top:8px}
.about-values .values-grid{margin-top:8px}

/* ---------- Reviews ---------- */
.reviews-grid{display:grid;grid-template-columns:1fr;gap:22px}
.review-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px 22px;box-shadow:var(--shadow-sm)}
.review-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.review-card__stars{color:var(--color-accent);font-size:1rem}
.review-card__verified{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-primary);font-weight:600;background:var(--color-surface-alt);padding:4px 9px;border-radius:20px}
.review-card__text{font-size:.92rem;color:var(--color-text);margin-bottom:16px;line-height:1.6}
.review-card__meta{display:flex;flex-direction:column;gap:2px;font-size:.85rem}
.review-card__meta strong{color:var(--color-text)}
.review-card__meta span{color:var(--color-text-muted)}

/* ---------- Comparison table ---------- */
.comp-table__wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}
.comp-table{width:100%;border-collapse:collapse;min-width:680px;background:var(--color-surface)}
.comp-table th,.comp-table td{padding:14px 16px;text-align:left;font-size:.9rem;border-bottom:1px solid var(--color-border)}
.comp-table thead th{background:var(--color-primary);color:#fff;font-family:var(--font-body);font-weight:600;font-size:.85rem}
.comp-table th[scope="row"]{font-weight:600;color:var(--color-text);background:var(--color-surface-alt)}
.comp-table__brand-head{background:var(--color-accent) !important}
.comp-table__brand{background:rgba(193,122,74,.10);font-weight:600;color:var(--color-text)}
.comp-table tbody tr:last-child th,.comp-table tbody tr:last-child td{border-bottom:0}

/* ---------- Timeline ---------- */
.timeline{list-style:none;display:grid;gap:20px;max-width:840px;margin:0 auto;position:relative}
.timeline-item{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius-md);padding:22px 24px;box-shadow:var(--shadow-sm)}
.timeline-item__label{display:inline-block;font-family:var(--font-heading);font-weight:700;color:var(--color-accent-dark);font-size:1.05rem;margin-bottom:8px}
.timeline-item__text{font-size:.94rem;color:var(--color-text-muted)}

/* ---------- Fears ---------- */
.fears-grid{display:grid;grid-template-columns:1fr;gap:20px}
.fear-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px 22px;box-shadow:var(--shadow-sm)}
.fear-card__title{font-size:1.05rem;font-weight:600;margin-bottom:10px;color:var(--color-text)}
.fear-card__text{font-size:.92rem;color:var(--color-text-muted);margin-bottom:10px}
.fear-card__stat{font-size:.82rem;font-style:italic;color:var(--color-accent-dark);border-top:1px solid var(--color-border);padding-top:10px}

/* ---------- Who it's for ---------- */
.personas-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:34px}
.persona-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px 22px;box-shadow:var(--shadow-sm)}
.persona-card__icon{font-size:1.8rem;display:inline-block;margin-bottom:10px}
.persona-card__title{font-size:1.05rem;font-weight:600;margin-bottom:8px;line-height:1.3}
.persona-card__text{font-size:.9rem;color:var(--color-text-muted)}
.not-for{max-width:760px;margin:0 auto;background:var(--color-primary);color:#fff;border-radius:var(--radius-lg);padding:28px 30px}
.not-for__title{color:#fff;font-size:1.15rem;margin-bottom:14px}
.not-for__list{list-style:none;display:grid;gap:12px}
.not-for__list li{position:relative;padding-left:28px;font-size:.92rem;color:#e7edec;line-height:1.55}
.not-for__list li::before{content:"✕";position:absolute;left:0;color:#f0b483;font-weight:700}

/* ---------- FAQ ---------- */
.faq-section{position:relative}
.faq-section::before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='20'%3E%3Cpath d='M0 10 Q20 0 40 10 T80 10' fill='none' stroke='%23221e1a' stroke-opacity='0.04'/%3E%3C/svg%3E");pointer-events:none}
.faq-container{position:relative;max-width:840px}
.faq-list,.faq-more{display:grid;gap:12px}
.faq-more{margin-top:12px}
.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}
.faq-item>summary{cursor:pointer;list-style:none;padding:18px 22px;font-weight:600;font-size:.98rem;color:var(--color-text);display:flex;justify-content:space-between;align-items:center;gap:14px}
.faq-item>summary::-webkit-details-marker{display:none}
.faq-question::after{content:"+";font-size:1.3rem;color:var(--color-accent);flex-shrink:0;transition:transform .2s ease}
.faq-item[open] .faq-question::after{content:"–"}
.faq-answer{padding:0 22px 20px}
.faq-answer p{font-size:.92rem;color:var(--color-text-muted);line-height:1.65}
.faq-toggle{display:block;margin:24px auto 0;background:transparent;border:2px solid var(--color-accent);color:var(--color-accent-dark);font-weight:600;font-size:.95rem;padding:12px 26px;border-radius:var(--radius-md);cursor:pointer;transition:background .15s ease,color .15s ease}
.faq-toggle:hover{background:var(--color-accent);color:#fff}

/* ---------- Gallery ---------- */
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.gallery-item{position:relative;margin:0;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;box-shadow:var(--shadow-sm)}
.gallery-item img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .3s ease}
.gallery-item:hover img{transform:scale(1.06)}
.gallery-item figcaption{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(22,48,47,.82));color:#fff;font-size:.78rem;padding:18px 12px 10px;opacity:0;transition:opacity .25s ease}
.gallery-item:hover figcaption{opacity:1}

/* ---------- Lightbox ---------- */
.lightbox{position:fixed;inset:0;z-index:120;background:rgba(15,24,23,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px}
.lightbox__img{max-width:92vw;max-height:80vh;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}
.lightbox__caption{color:#fff;margin-top:16px;font-size:.95rem}
.lightbox__close{position:absolute;top:18px;right:24px;background:none;border:0;color:#fff;font-size:2rem;cursor:pointer;line-height:1}

/* ---------- Newsletter ---------- */
.newsletter{position:relative;background:var(--color-accent);color:#fff;overflow:hidden;text-align:center}
.newsletter::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.07) 0 1px,transparent 1px 6px),repeating-linear-gradient(90deg,rgba(255,255,255,.07) 0 1px,transparent 1px 6px);pointer-events:none}
.newsletter__inner{position:relative;max-width:640px}
.newsletter__title{color:#fff;font-size:1.6rem;margin-bottom:12px}
.newsletter__subtitle{color:#fdeede;font-size:1rem;margin-bottom:24px}
.newsletter__form{display:flex;flex-direction:column;gap:12px;max-width:480px;margin:0 auto}
.newsletter__form input{padding:14px 16px;border-radius:var(--radius-md);border:0;font-size:1rem;font-family:var(--font-body);width:100%}
.newsletter__form .btn-primary{background:var(--color-primary);border-color:var(--color-primary)}
.newsletter__form .btn-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}
.newsletter__fineprint{font-size:.78rem;color:#fdeede;margin-top:14px}
.newsletter-message{margin:16px auto 0;max-width:480px}
.newsletter-message--error{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B;padding:10px 14px;border-radius:6px;font-size:.875rem}

/* ---------- Footer ---------- */
.footer{background:var(--color-primary-dark);color:#cdd8d6;padding:54px 0 26px}
.footer__content{display:grid;grid-template-columns:1fr;gap:32px}
.footer__logo{font-family:var(--font-heading);font-weight:700;font-size:1.4rem;color:#fff;display:inline-block;margin-bottom:12px}
.footer__tagline{font-size:.9rem;color:#aebbb9;margin-bottom:14px;max-width:320px}
.footer__address{font-style:normal;font-size:.86rem;line-height:1.8;color:#aebbb9}
.footer__address a{color:#e7d3bf}
.footer__heading{color:#fff;font-size:1rem;margin-bottom:14px}
.footer__links{list-style:none;display:grid;gap:9px}
.footer__links a{color:#aebbb9;font-size:.88rem}
.footer__links a:hover{color:#fff}
.footer__socials{display:flex;flex-direction:column;gap:9px}
.footer__socials a{color:#aebbb9;font-size:.88rem}
.footer__socials a:hover{color:#fff}
.footer__brand{}
.footer__social{}
.footer__col{}
.footer__languages{display:flex;gap:14px;justify-content:center;padding:16px 0 0;flex-wrap:wrap}
.footer__languages:empty{display:none}
.footer__languages a{color:#aebbb9;font-size:.82rem}
.footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:20px;text-align:center}
.footer__copyright{font-size:.84rem;color:#aebbb9;margin-bottom:8px}
.footer__bottom p{font-size:.78rem;color:#92a09e;line-height:1.6}

/* ---------- Cookie banner ---------- */
.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:90;background:var(--color-primary-dark);color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;padding:14px 20px;box-shadow:0 -4px 18px rgba(0,0,0,.2)}
.cookie-banner__text{font-size:.86rem;margin:0;color:#e8eeed}
.cookie-banner__text a{color:#e7d3bf;text-decoration:underline}
.cookie-banner__actions{display:flex;gap:10px}

/* ---------- Sticky CTA ---------- */
.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:80;background:rgba(22,48,47,.94);backdrop-filter:blur(8px);color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;box-shadow:0 -4px 18px rgba(0,0,0,.25)}
.sticky-cta__text{font-size:.88rem;margin:0;flex:1 1 200px}
.sticky-cta__actions{display:flex;align-items:center;gap:10px}
.sticky-cta__close{background:none;border:0;color:#fff;font-size:1.1rem;cursor:pointer;line-height:1}

/* ---------- Internal pages ---------- */
.page-main{min-height:50vh}
.page-hero{background:var(--color-surface-alt);text-align:center;padding:54px 0 40px !important}
.page-hero__title{font-size:2rem;margin:10px 0 12px}
.page-hero__subtitle{color:var(--color-text-muted);max-width:680px;margin:0 auto;font-size:1.02rem}
.back-link{display:inline-block;margin-bottom:8px;font-size:.9rem;font-weight:600;color:var(--color-accent-dark)}
.contact-grid{display:grid;grid-template-columns:1fr;gap:36px}
.contact-form-wrap .section-title,.contact-details .section-title{text-align:left}
.contact-form{display:grid;gap:16px;max-width:560px}
.form-group{display:grid;gap:6px}
.form-group label{font-weight:600;font-size:.9rem}
.form-group input,.form-group textarea{padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1rem;background:var(--color-surface);width:100%}
.form-group textarea{resize:vertical}
.form-message{margin-top:6px}
.form-message--error{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B;padding:10px 14px;border-radius:6px;font-size:.875rem}
.contact-details__list{list-style:none;display:grid;gap:18px}
.contact-details__list li{font-size:.92rem;color:var(--color-text-muted);line-height:1.6}
.contact-details__list strong{color:var(--color-text)}
.contact-details__list a{color:var(--color-accent-dark)}
.about-story__body{}
.about-values{}
.value-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px 22px;box-shadow:var(--shadow-sm)}
.value-card__title{font-size:1.05rem;font-weight:600;margin-bottom:8px}
.value-card__text{font-size:.92rem;color:var(--color-text-muted)}
.values-grid{display:grid;grid-template-columns:1fr;gap:20px}
.legal-container{max-width:820px}
.legal-block{margin-bottom:26px}
.legal-block h2{font-size:1.25rem;margin-bottom:10px;color:var(--color-text)}
.legal-block p{color:var(--color-text-muted);font-size:.95rem}
.legal-block a{color:var(--color-accent-dark)}

/* ---------- Section wrappers (coverage) ---------- */
.products-section,.benefits-section,.how-section,.features-section,.about-section,.reviews-section,.comparison-section,.timeline-section,.fears-section,.who-section,.gallery-section,.faq-section{position:relative}
.contact-section,.legal-section,.about-story,.about-values{position:relative}
.feature-row__body{display:flex;flex-direction:column}
.about-page,.contact-page,.terms-page,.privacy-page{background:var(--color-bg)}

/* ---------- Animations ---------- */
[data-animate]{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}
[data-animate].visible{opacity:1;transform:none}

/* ---------- Responsive ---------- */
@media(min-width:600px){
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .trust-strip__grid{grid-template-columns:repeat(2,1fr)}
  .newsletter__form{flex-direction:row}
  .newsletter__form input{flex:1}
}
@media(min-width:768px){
  body{font-size:17px}
  main>section,.page-main>section{padding:80px 0}
  .section-title{font-size:2.25rem}
  .hero__title{font-size:3rem}
  .hero__subtitle{font-size:1.12rem}
  .header__nav{display:block}
  .header__cta{display:block}
  .header__hamburger{display:none}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .benefits-grid{grid-template-columns:repeat(3,1fr)}
  .steps-grid{grid-template-columns:repeat(4,1fr)}
  .reviews-grid{grid-template-columns:repeat(2,1fr)}
  .fears-grid{grid-template-columns:repeat(2,1fr)}
  .personas-grid{grid-template-columns:repeat(2,1fr)}
  .values-grid{grid-template-columns:repeat(2,1fr)}
  .trust-strip__grid{grid-template-columns:repeat(4,1fr)}
  .gallery-grid{grid-template-columns:repeat(4,1fr)}
  .contact-grid{grid-template-columns:1.3fr 1fr}
  .about-section__grid,.about-story__grid{grid-template-columns:1fr 1fr}
  .feature-row{grid-template-columns:1fr 1fr;gap:44px}
  .feature-row--reverse .feature-row__media{order:2}
  .footer__content{grid-template-columns:2fr 1fr 1fr 1.2fr}
  .cookie-banner{justify-content:space-between}
}
@media(min-width:1024px){
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .reviews-grid{grid-template-columns:repeat(3,1fr)}
  .fears-grid{grid-template-columns:repeat(3,1fr)}
  .values-grid{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:1200px){
  .products-grid{grid-template-columns:repeat(4,1fr)}
  .personas-grid{grid-template-columns:repeat(4,1fr)}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto}
  [data-animate]{opacity:1;transform:none;transition:none}
  .gallery-item:hover img{transform:none}
}
