:root{
  --color-primary:#7c2d12;
  --color-primary-2:#9a3412;
  --color-accent:#c2410c;
  --color-accent-hover:#9a3412;
  --color-bg:#fffaf3;
  --color-surface:#ffffff;
  --color-alt:#f6e8d6;
  --color-dark:#2e2118;
  --color-dark-2:#3a2a1e;
  --color-text:#3b2f26;
  --color-text-muted:#7a6a5c;
  --color-border:#e8d6bf;
  --color-trust:#15803d;
  --color-danger:#c0392b;
  --radius-sm:8px;--radius-md:14px;--radius-lg:22px;
  --shadow-sm:0 2px 8px rgba(60,40,20,.06);
  --shadow-md:0 10px 30px rgba(60,40,20,.10);
  --shadow-lg:0 20px 48px rgba(60,40,20,.16);
  --font-head:'Fraunces',Georgia,'Times New Roman',serif;
  --font-body:'Nunito Sans',system-ui,-apple-system,sans-serif;
  --maxw:1200px;
}
*,*::before,*::after{box-sizing:border-box}
[hidden]{display:none !important}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:var(--font-body);color:var(--color-text);
  background:var(--color-bg);line-height:1.65;font-size:16px;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{max-width:100%;display:block;height:auto}
a{color:var(--color-accent);text-decoration:none;transition:color .2s}
a:hover{color:var(--color-accent-hover)}
h1,h2,h3,h4{font-family:var(--font-head);color:var(--color-primary);line-height:1.2;margin:0 0 .5em;font-weight:600}
p{margin:0 0 1rem}
ul{margin:0;padding:0}
.container{max-width:var(--maxw);margin:0 auto;padding:0 20px;width:100%}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;color:inherit}
:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px;border-radius:4px}

/* ---------- Buttons ---------- */
.btn-primary,.btn-secondary,.btn-ghost{
  display:inline-block;font-family:var(--font-body);font-weight:700;
  border-radius:var(--radius-sm);cursor:pointer;text-align:center;
  padding:13px 26px;border:2px solid transparent;transition:all .2s;font-size:1rem;line-height:1.2;
}
.btn-primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}
.btn-primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-secondary{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}
.btn-secondary:hover{background:var(--color-accent);color:#fff}
.btn-ghost{background:transparent;color:var(--color-primary);border-color:var(--color-border)}
.btn-ghost:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
.btn-sm{padding:9px 18px;font-size:.9rem}
.btn-lg{padding:16px 34px;font-size:1.08rem}
.section-dark .btn-ghost,.hero .btn-ghost,.newsletter .btn-ghost,.sticky-cta .btn-ghost{color:#fff;border-color:rgba(255,255,255,.6)}
.section-dark .btn-ghost:hover,.hero .btn-ghost:hover,.newsletter .btn-ghost:hover{background:#fff;color:var(--color-primary)}

/* ---------- Sections / zebra ---------- */
main>section{padding:60px 0;background:var(--color-bg);position:relative}
.section-alt{background:var(--color-alt)}
.section-dark{background:var(--color-dark);color:#f6ece0}
.section-title{font-size:1.9rem;text-align:center;margin-bottom:.4rem;font-weight:700}
.section-subtitle{text-align:center;color:var(--color-text-muted);max-width:680px;margin:0 auto 2.4rem;font-size:1.05rem}
.section-dark .section-title,.section-dark .section-subtitle{color:#fff}

/* dot-grid on benefits */
.benefits::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(124,45,18,.07) 1px,transparent 1px);background-size:24px 24px;pointer-events:none;opacity:.7}
.benefits>.container{position:relative}
/* diagonal lines on how-it-works */
.how-it-works::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(124,45,18,.04) 0 1px,transparent 1px 16px);pointer-events:none}
.how-it-works>.container{position:relative}
/* waves on faq */
.faq::before{content:"";position:absolute;inset:0;opacity:.05;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='20'%3E%3Cpath d='M0 10 Q30 0 60 10 T120 10' stroke='%237c2d12' fill='none' stroke-width='1.5'/%3E%3C/svg%3E")}
.faq>.container{position:relative}

/* ---------- Header ---------- */
.header{position:sticky;top:0;z-index:100;background:rgba(255,250,243,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}
.header__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:12px;padding-bottom:12px}
.header__logo{font-family:var(--font-head);font-weight:700;font-size:1.5rem;color:var(--color-primary)}
.header__nav ul{display:flex;gap:24px;list-style:none}
.header__nav a{color:var(--color-text);font-weight:600;font-size:.97rem}
.header__nav a:hover{color:var(--color-accent)}
.header__cta{display:flex;align-items:center}
.header__hamburger{display:none;background:none;border:none;font-size:1.6rem;color:var(--color-primary);cursor:pointer;line-height:1}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:50vh;display:flex;align-items:center;color:#fff;padding:70px 0;overflow:hidden;background:var(--color-dark)}
.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(46,33,24,.86),rgba(124,45,18,.62));z-index:1}
.hero__content{position:relative;z-index:2;max-width:760px}
.hero__title{color:#fff;font-size:2.5rem;font-weight:700;line-height:1.12;margin-bottom:.5em;text-shadow:0 2px 14px rgba(0,0,0,.3)}
.hero__subtitle{font-size:1.12rem;line-height:1.6;margin-bottom:1.3rem;max-width:640px;color:#fdf3ea}
.hero__bullets{list-style:none;margin:0 0 1.6rem;display:grid;gap:8px}
.hero__bullets li{padding-left:28px;position:relative;color:#fbeee2;font-weight:600}
.hero__bullets li::before{content:"✔";position:absolute;left:0;color:#fcd9a8;font-weight:700}
.hero__cta-row{display:flex;gap:14px;flex-wrap:wrap}

/* ---------- Trust strip ---------- */
.trust-strip{padding:26px 0 !important}
.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust-badge{display:flex;align-items:center;gap:10px;justify-content:center;text-align:left}
.trust-badge__icon{font-size:1.5rem;flex-shrink:0}
.trust-badge__text{font-size:.92rem;font-weight:600;color:#f6ece0}

/* ---------- Products ---------- */
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:26px;margin-top:1rem}
.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.product-card__media{display:block;background:#fff}
.product-card__media img{width:100%;aspect-ratio:1/1;object-fit:cover}
.product-card__title{font-size:1.08rem;margin:16px 16px 8px;line-height:1.3}
.product-card__rating{margin:0 16px 8px;font-weight:700;color:var(--color-primary-2);font-size:.95rem}
.product-card__stars{color:#e8a33d}
.product-card__reviews{color:var(--color-text-muted);font-weight:500}
.product-card__description{margin:0 16px 12px;font-size:.92rem;color:var(--color-text);line-height:1.55}
.product-card__highlights{list-style:none;margin:0 16px 16px;display:grid;gap:6px}
.product-card__highlights li{padding-left:22px;position:relative;font-size:.88rem;color:var(--color-text-muted)}
.product-card__highlights li::before{content:"✔";position:absolute;left:0;color:var(--color-trust);font-weight:700}
.product-card__cta{margin:auto 16px 16px;display:block;text-align:center;background:var(--color-accent);color:#fff;font-weight:700;padding:11px;border-radius:var(--radius-sm);transition:background .2s}
.product-card__cta:hover{background:var(--color-accent-hover);color:#fff}

/* ---------- Category chips ---------- */
.category-chips{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:34px}
.category-chip{display:inline-block;padding:9px 18px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-primary);font-weight:600;font-size:.9rem;transition:all .2s}
.category-chip:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}
.category-chips__all{border-radius:999px;margin-left:4px}

/* ---------- Benefits ---------- */
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.benefit-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:28px 24px;box-shadow:var(--shadow-sm);transition:transform .2s}
.benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.benefit-card__icon{font-size:2rem;display:block;margin-bottom:12px}
.benefit-card__title{font-size:1.12rem;margin-bottom:.5rem}
.benefit-card__desc{font-size:.95rem;color:var(--color-text-muted);margin:0}

/* ---------- How it works ---------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step{text-align:center;padding:14px}
.step__num{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--color-accent);color:#fff;font-family:var(--font-head);font-weight:700;font-size:1.4rem;margin-bottom:14px}
.step__title{font-size:1.08rem;margin-bottom:.4rem}
.step__desc{font-size:.92rem;color:var(--color-text-muted);margin:0}

/* ---------- Features zigzag ---------- */
.features-zigzag{display:grid;gap:46px;margin-top:1rem}
.feature-block{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.feature-block--reverse .feature-block__media{order:2}
.feature-block__media img{width:100%;border-radius:var(--radius-md);box-shadow:var(--shadow-md);aspect-ratio:16/11;object-fit:cover}
.feature-block__title{font-size:1.5rem;margin-bottom:.6rem}
.feature-block__text{color:var(--color-text);margin-bottom:1rem}
.feature-block__bullets{list-style:none;display:grid;gap:9px;margin-bottom:1.3rem}
.feature-block__bullets li{padding-left:26px;position:relative;font-size:.95rem}
.feature-block__bullets li::before{content:"✔";position:absolute;left:0;color:var(--color-trust);font-weight:700}

/* ---------- Information gain ---------- */
.info-gain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:1rem}
.info-gain-card{background:var(--color-surface);border:1px solid var(--color-border);border-top:4px solid var(--color-accent);border-radius:var(--radius-md);padding:26px 22px;box-shadow:var(--shadow-sm)}
.info-gain-card__number{font-family:var(--font-head);font-weight:700;font-size:1.85rem;color:var(--color-accent);margin-bottom:10px;line-height:1.05}
.info-gain-card__claim{font-size:.95rem;color:var(--color-text);margin-bottom:10px}
.info-gain-card__gap{font-size:.85rem;color:var(--color-text-muted);font-style:italic;margin-bottom:10px}
.info-gain-card__proof{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--color-primary-2);background:var(--color-alt);padding:4px 10px;border-radius:999px}

/* ---------- About ---------- */
.about-brief__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:42px;align-items:center}
.about-brief__media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:1/1;object-fit:cover}
.about-brief__body .section-title{text-align:left}
.about-brief__body p{color:var(--color-text)}

/* ---------- Reviews ---------- */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}
.review-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.review-card__stars{color:#e8a33d;font-size:1.05rem;letter-spacing:2px}
.review-card__badge{font-size:.72rem;font-weight:700;text-transform:uppercase;color:var(--color-trust);background:#e9f6ee;padding:3px 9px;border-radius:999px}
.review-card__text{font-size:.94rem;color:var(--color-text);margin-bottom:14px}
.review-card__meta{font-size:.85rem;color:var(--color-text-muted);margin-top:auto}
.review-card__name{font-weight:700;color:var(--color-text)}
.review-card__product{font-style:italic}

/* ---------- Comparison ---------- */
.comparison-table__wrap{overflow-x:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-top:1rem}
.comparison-table{width:100%;border-collapse:collapse;background:var(--color-surface);min-width:640px}
.comparison-table th,.comparison-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--color-border);font-size:.92rem;vertical-align:top}
.comparison-table thead th{background:var(--color-primary);color:#fff;font-family:var(--font-head);font-weight:600}
.comparison-table tbody th{font-weight:700;color:var(--color-text);background:var(--color-alt)}
.comparison-table tbody tr:nth-child(even) td{background:#fffdf9}
.comparison-table__brand{background:rgba(194,65,12,.10) !important;font-weight:700;color:var(--color-primary-2)}
.comparison-table thead .comparison-table__brand{background:var(--color-accent) !important;color:#fff}

/* ---------- Timeline ---------- */
.timeline{list-style:none;max-width:760px;margin:1rem auto 0;position:relative;padding-left:34px}
.timeline::before{content:"";position:absolute;left:9px;top:6px;bottom:6px;width:2px;background:var(--color-border)}
.timeline-item{position:relative;margin-bottom:26px}
.timeline-item::before{content:"";position:absolute;left:-30px;top:4px;width:16px;height:16px;border-radius:50%;background:var(--color-accent);border:3px solid var(--color-bg)}
.timeline-item__time{display:inline-block;font-family:var(--font-head);font-weight:700;color:var(--color-primary);margin-bottom:5px;font-size:1.05rem}
.timeline-item__text{margin:0;color:var(--color-text);font-size:.96rem}

/* ---------- Fears ---------- */
.fears-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.fear-card{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm)}
.fear-card__title{font-size:1.1rem;margin-bottom:.6rem;color:var(--color-primary-2)}
.fear-card__desc{font-size:.94rem;color:var(--color-text);margin-bottom:.6rem}
.fear-card__stat{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;color:var(--color-primary);background:var(--color-alt);padding:4px 11px;border-radius:999px}

/* ---------- Expert ---------- */
.expert-card{display:grid;grid-template-columns:300px 1fr;gap:36px;align-items:start;max-width:980px;margin:1rem auto 0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:34px;box-shadow:var(--shadow-sm)}
.expert-card__media img{width:100%;border-radius:var(--radius-md);object-fit:cover;aspect-ratio:1/1}
.expert-card__quote{font-family:var(--font-head);font-size:1.12rem;line-height:1.55;color:var(--color-text);border-left:3px solid var(--color-accent);padding-left:18px;margin:0 0 1rem;font-style:italic}
.expert-card__name{font-weight:700;color:var(--color-primary);margin:0}
.expert-card__title{color:var(--color-text-muted);font-size:.9rem;margin:0 0 1rem}
.expert-tips{list-style:none;display:grid;gap:10px}
.expert-tip{padding-left:26px;position:relative;font-size:.93rem;color:var(--color-text)}
.expert-tip::before{content:"💡";position:absolute;left:0}

/* ---------- FAQ ---------- */
.faq-list,.faq-more{max-width:820px;margin:0 auto;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-sm);padding:0;overflow:hidden}
.faq-item>summary{cursor:pointer;list-style:none;padding:16px 20px;font-family:var(--font-head);font-weight:600;color:var(--color-primary);font-size:1.02rem;position:relative;padding-right:46px}
.faq-item>summary::-webkit-details-marker{display:none}
.faq-question::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:1.4rem;color:var(--color-accent);transition:transform .2s}
.faq-item[open] .faq-question::after{content:"–"}
.faq-answer{padding:0 20px 18px}
.faq-answer p{margin:0;color:var(--color-text);font-size:.95rem}
.faq-toggle{display:block;margin:22px auto 0;background:transparent;border:2px solid var(--color-accent);color:var(--color-accent);font-weight:700;padding:11px 26px;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s}
.faq-toggle:hover{background:var(--color-accent);color:#fff}

/* ---------- Gallery + lightbox ---------- */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:1rem}
.gallery-item{padding:0;border:none;background:none;cursor:pointer;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s}
.gallery-item:hover{transform:scale(1.03)}
.gallery-item img{width:100%;aspect-ratio:1/1;object-fit:cover}
.lightbox{position:fixed;inset:0;z-index:2000;background:rgba(20,12,6,.9);display:flex;align-items:center;justify-content:center;padding:24px}
.lightbox__img{max-width:90vw;max-height:86vh;border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}
.lightbox__close{position:absolute;top:20px;right:28px;background:none;border:none;color:#fff;font-size:2.4rem;cursor:pointer;line-height:1}

/* ---------- Newsletter ---------- */
.newsletter{background:var(--color-dark);color:#fff;position:relative;overflow:hidden}
.newsletter::before{content:"";position:absolute;inset:0;opacity:.08;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.6) 0 1px,transparent 1px 5px),repeating-linear-gradient(90deg,rgba(255,255,255,.6) 0 1px,transparent 1px 5px);pointer-events:none}
.newsletter__inner{position:relative;text-align:center;max-width:620px}
.newsletter__title{color:#fff;font-size:1.8rem}
.newsletter__subtitle{color:#f1e4d4;margin-bottom:1.4rem}
.newsletter-form{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.newsletter-form input{flex:1;min-width:240px;padding:13px 16px;border-radius:var(--radius-sm);border:1px solid var(--color-border);font-size:1rem;font-family:var(--font-body)}
.newsletter__fineprint{font-size:.82rem;color:#d9c7b3;margin:14px 0 0}
.newsletter-message{margin:16px auto 0;max-width:460px}
.newsletter-message--error{color:#fff;background:#7d2018;border:1px solid #c0392b;padding:10px 14px;border-radius:6px;font-size:.875rem}

/* ---------- Footer ---------- */
.footer{background:var(--color-dark);color:#d9c7b3;padding:54px 0 0}
.footer__inner{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:32px}
.footer__logo{font-family:var(--font-head);font-weight:700;font-size:1.4rem;color:#fff;display:inline-block;margin-bottom:10px}
.footer__tagline{font-size:.92rem;margin-bottom:14px}
.footer__address{font-style:normal;font-size:.9rem;line-height:1.7;margin-bottom:12px}
.footer__address a,.footer__hours{color:#d9c7b3}
.footer__hours{font-size:.88rem;line-height:1.6}
.footer__heading{color:#fff;font-size:1rem;margin-bottom:14px}
.footer__links{list-style:none;display:grid;gap:9px}
.footer__links a{color:#d9c7b3;font-size:.92rem}
.footer__links a:hover{color:#fff}
.footer__social{display:flex;flex-direction:column;gap:9px}
.footer__social a{color:#d9c7b3;font-size:.92rem}
.footer__social a:hover{color:#fff}
.footer__languages{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;padding:18px 20px 0}
.footer__languages:empty{display:none}
.footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:20px;padding-bottom:24px;text-align:center}
.footer__copyright{font-size:.86rem;color:#d9c7b3;margin:0 0 8px}
.footer__bottom p{font-size:.8rem;color:#b8a692;margin:0}
.footer__bottom a{color:#e8d6bf}

/* ---------- Cookie banner ---------- */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:1500;background:var(--color-dark);color:#f1e4d4;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;padding:14px 22px;box-shadow:0 -4px 20px rgba(0,0,0,.2)}
.cookie-banner__text{margin:0;font-size:.88rem}
.cookie-banner__text a{color:#fcd9a8}
.cookie-banner__actions{display:flex;gap:10px}
.cookie-banner .btn-ghost{color:#fff;border-color:rgba(255,255,255,.5)}

/* ---------- Sticky CTA ---------- */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:1400;background:rgba(46,33,24,.94);backdrop-filter:blur(8px);color:#fff;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;padding:12px 22px;box-shadow:0 -4px 20px rgba(0,0,0,.25)}
.sticky-cta__text{font-size:.92rem;font-weight:600}
.sticky-cta__btn{flex-shrink:0}
.sticky-cta__close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;line-height:1;position:absolute;right:14px;top:50%;transform:translateY(-50%)}

/* ---------- Inner pages ---------- */
.page-section{padding:48px 0 60px;background:var(--color-bg)}
.page-title{font-size:2.1rem;text-align:center;margin-bottom:.4rem}
.page-lead{text-align:center;color:var(--color-text-muted);max-width:620px;margin:0 auto 2rem}
.back-link{display:inline-block;margin-bottom:18px;font-weight:600}
.about-page__grid{display:grid;grid-template-columns:1fr 1.3fr;gap:42px;align-items:center;margin-bottom:48px}
.about-page__media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:1/1;object-fit:cover}
.about-page__story .section-title{text-align:left}
.about-page__values-head{margin-top:20px}
.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-bottom:46px}
.value-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm)}
.value-card__title{font-size:1.1rem;margin-bottom:.5rem}
.value-card__desc{font-size:.94rem;color:var(--color-text-muted);margin:0}
.about-page__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.about-stat{text-align:center;background:var(--color-alt);border-radius:var(--radius-md);padding:24px}
.about-stat__num{display:block;font-family:var(--font-head);font-weight:700;font-size:1.9rem;color:var(--color-accent)}
.about-stat__label{font-size:.88rem;color:var(--color-text-muted)}

/* contact */
.contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:42px;align-items:start}
.contact-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:30px;box-shadow:var(--shadow-sm)}
.form-group{margin-bottom:18px;display:grid;gap:6px}
.form-group label{font-weight:600;font-size:.92rem;color:var(--color-text)}
.req{color:var(--color-danger)}
.form-group input,.form-group textarea{padding:11px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1rem;width:100%}
.form-group textarea{resize:vertical}
.form-message{margin-top:16px}
.form-message--error{color:var(--color-danger);background:#fdedec;border:1px solid var(--color-danger);padding:10px 14px;border-radius:6px;font-size:.875rem}
.contact-info{background:var(--color-alt);border-radius:var(--radius-md);padding:30px}
.contact-info .section-title{text-align:left;font-size:1.4rem}
.contact-info__block{font-style:normal;line-height:1.7;margin-bottom:14px}
.contact-info__hours{margin-top:6px}

/* legal */
.legal__container{max-width:820px}
.legal-page .page-title{text-align:left}
.legal__updated{color:var(--color-text-muted);font-size:.88rem;margin-bottom:28px}
.legal__h2{font-size:1.3rem;margin-top:28px;margin-bottom:.5rem}
.legal-page p{color:var(--color-text)}

/* ---------- Responsive ---------- */
@media(max-width:1024px){
  .benefits-grid,.reviews-grid,.info-gain-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .footer__inner{grid-template-columns:repeat(2,1fr)}
  .hero__title{font-size:2.1rem}
}
@media(max-width:768px){
  .header__nav{position:fixed;inset:60px 0 auto 0;background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:10px 20px 18px;transform:translateY(-120%);transition:transform .3s;box-shadow:var(--shadow-md)}
  .header__nav.is-open{transform:translateY(0)}
  .header__nav ul{flex-direction:column;gap:6px}
  .header__nav li{padding:8px 0;border-bottom:1px solid var(--color-border)}
  .header__hamburger{display:block}
  .header__cta{display:none}
  .feature-block{grid-template-columns:1fr}
  .feature-block--reverse .feature-block__media{order:0}
  .about-brief__grid,.about-page__grid,.contact-grid,.expert-card{grid-template-columns:1fr}
  .expert-card__media{max-width:240px;margin:0 auto}
  .fears-grid,.values-grid,.about-page__stats{grid-template-columns:1fr}
  .trust-strip__grid{grid-template-columns:repeat(2,1fr);gap:14px}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .section-title{font-size:1.55rem}
  .hero__title{font-size:1.8rem}
  .sticky-cta__text{display:none}
  .sticky-cta__btn{width:100%}
}
@media(max-width:480px){
  .benefits-grid,.reviews-grid,.info-gain-grid,.steps{grid-template-columns:1fr}
  main>section{padding:46px 0}
}
@media(min-width:1200px){
  main>section{padding:80px 0}
  .section-title{font-size:2.1rem}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important;scroll-behavior:auto !important}
}

/* ---------- Section wrappers ---------- */
.products-section,.benefits,.how-it-works,.features,.info-gain,.about-brief,.reviews,.comparison,.timeline-section,.fears,.expert,.faq,.gallery{position:relative}
.about-brief{overflow:hidden}
.feature-block__body{min-width:0}
.expert-card__body{min-width:0}
.footer__col{min-width:0}
.footer__brand{display:flex;flex-direction:column}
.about-page,.contact-page,.terms-page,.privacy-page{min-height:50vh}

