:root {
  --color-primary: #1E293B;
  --color-primary-dark: #0F172A;
  --color-secondary: #334155;
  --color-accent: #F59E0B;
  --color-accent-dark: #D97706;
  --color-bg: #FFFFFF;
  --color-bg-alt: #F1F5F9;
  --color-surface: #FFFFFF;
  --color-text: #1E293B;
  --color-text-muted: #64748B;
  --color-border: #E2E8F0;
  --color-dark-bg: #0F172A;
  --color-dark-surface: #1E293B;
  --color-on-dark: #F8FAFC;
  --color-on-dark-muted: #CBD5E1;
  --font-heading: 'Rubik', system-ui, sans-serif;
  --font-body: 'Nunito Sans', system-ui, sans-serif;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.10);
  --shadow-lg: 0 18px 44px rgba(15, 23, 42, 0.16);
  --maxw: 1200px;
  --maxw-narrow: 820px;
  --header-h: 68px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
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;
}
[hidden] { display: none !important; }
img { max-width: 100%; display: block; }
a { color: var(--color-accent-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--color-primary); line-height: 1.2; margin: 0 0 0.5em; font-weight: 700; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.container--narrow { max-width: var(--maxw-narrow); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; color: inherit;
}

:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 2px; border-radius: 4px; }

/* ---------- Buttons (UI-kit) ---------- */
.btn-primary, .btn-secondary, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.4em;
  font-family: var(--font-heading); font-weight: 600; font-size: 1rem;
  padding: 0.8em 1.6em; border-radius: var(--radius-pill); cursor: pointer;
  border: 2px solid transparent; transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
  text-align: center; line-height: 1.2;
}
.btn-primary:hover, .btn-secondary:hover, .btn-ghost:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--color-accent); color: #1a1206; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--color-accent-dark); color: #fff; 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: #1a1206; }
.btn-ghost { background: transparent; color: var(--color-primary); border-color: var(--color-border); }
.btn-ghost:hover { background: var(--color-bg-alt); }
.btn-sm { padding: 0.55em 1.1em; font-size: 0.9rem; }
.btn-lg { padding: 0.95em 2em; font-size: 1.08rem; }
/* ghost on dark backgrounds */
.hero .btn-ghost, .newsletter .btn-ghost, .sticky-cta .btn-ghost {
  color: #fff; border-color: rgba(255,255,255,0.55);
}
.hero .btn-ghost:hover, .newsletter .btn-ghost:hover, .sticky-cta .btn-ghost:hover {
  background: rgba(255,255,255,0.12);
}

/* ---------- Section primitives ---------- */
main > section { padding: 60px 0; }
.section-alt { background: var(--color-bg-alt); }
.section-title { font-size: clamp(1.7rem, 4vw, 2.4rem); font-weight: 800; margin-bottom: 0.4em; }
.section-title--center { text-align: center; }
.section-subtitle { color: var(--color-text-muted); font-size: 1.08rem; max-width: 760px; margin: 0 0 2rem; }
section .section-title, section .section-subtitle { }
.benefits .section-title, .how-it-works .section-title, .features .section-title,
.reviews .section-title, .fears .section-title, .who-its-for .section-title,
.timeline-section .section-title, .faq .section-title, .gallery .section-title,
.comparison .section-title, .products-section .section-title { text-align: center; margin-left: auto; margin-right: auto; }
.benefits .section-subtitle, .how-it-works .section-subtitle, .features .section-subtitle,
.reviews .section-subtitle, .fears .section-subtitle, .who-its-for .section-subtitle,
.timeline-section .section-subtitle, .faq .section-subtitle, .gallery .section-subtitle,
.comparison .section-subtitle, .products-section .section-subtitle {
  text-align: center; margin-left: auto; margin-right: auto;
}

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.92);
  backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--color-border);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 1rem; }
.header__logo { font-family: var(--font-heading); font-weight: 800; font-size: 1.25rem; color: var(--color-primary); display: inline-flex; align-items: center; gap: 0.35em; }
.header__logo:hover { text-decoration: none; }
.header__logo-mark { font-size: 1.2em; }
.header__nav ul { display: flex; gap: 1.4rem; list-style: none; }
.header__nav a { color: var(--color-text); font-weight: 600; font-size: 0.97rem; }
.header__nav a:hover { color: var(--color-accent-dark); text-decoration: none; }
.header__cta { margin-left: auto; }
.header__hamburger {
  display: none; background: none; border: none; font-size: 1.6rem; color: var(--color-primary);
  cursor: pointer; line-height: 1; padding: 4px 8px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 50vh; display: flex; align-items: center;
  padding: 56px 0; color: var(--color-on-dark);
  background-color: var(--color-primary-dark);
  background-image: linear-gradient(135deg, rgba(15,23,42,0.92), rgba(217,119,6,0.55)), url('imgs/hero-allsmartlife.jpg');
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,23,42,0.15), rgba(15,23,42,0.45)); z-index: 0; }
.hero__inner { position: relative; z-index: 1; }
.hero__content { max-width: 760px; }
.hero__eyebrow { text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; font-size: 0.82rem; color: var(--color-accent); margin-bottom: 0.8rem; }
.hero__title { color: #fff; font-size: clamp(1.9rem, 4.4vw, 3rem); font-weight: 800; margin-bottom: 0.6em; }
.hero__subtitle { color: var(--color-on-dark-muted); font-size: 1.12rem; margin-bottom: 1.6rem; }
.hero__cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 2rem; }
.hero__stats { display: flex; flex-wrap: wrap; gap: 1.6rem; list-style: none; }
.hero__stats li { display: flex; flex-direction: column; }
.hero__stats strong { font-family: var(--font-heading); font-size: 1.5rem; color: #fff; font-weight: 700; }
.hero__stats span { font-size: 0.86rem; color: var(--color-on-dark-muted); }

/* ---------- Trust strip ---------- */
.trust-strip { padding: 28px 0; }
.trust-strip__inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem 2.4rem; }
.trust-badge { display: inline-flex; align-items: center; gap: 0.55em; font-weight: 600; color: var(--color-primary); font-size: 0.97rem; }
.trust-badge__icon { font-size: 1.3rem; }

/* ---------- Products ---------- */
.products-grid {
  display: grid; grid-template-columns: 1fr; gap: 1.6rem; margin-top: 1rem;
}
.product-card {
  background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md);
  padding: 1rem; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-card__media { display: block; border-radius: var(--radius-sm); overflow: hidden; background: #fff; margin-bottom: 0.9rem; }
.product-card__media img { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: contain; }
.product-card__title { font-size: 1.12rem; font-weight: 700; margin-bottom: 0.4rem; }
.product-card__rating { color: var(--color-accent-dark); font-weight: 700; margin-bottom: 0.7rem; font-size: 0.98rem; }
.product-card__reviews { color: var(--color-text-muted); font-weight: 600; }
.product-card__description { font-size: 0.94rem; color: var(--color-text); margin-bottom: 0.8rem; }
.product-card__highlights { list-style: none; margin-bottom: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.product-card__highlights li { position: relative; padding-left: 1.5rem; font-size: 0.9rem; color: var(--color-secondary); }
.product-card__highlights li::before { content: "✓"; position: absolute; left: 0; color: var(--color-accent-dark); font-weight: 800; }
.product-card__cta { margin-top: auto; background: var(--color-accent); color: #1a1206; font-family: var(--font-heading); font-weight: 600; text-align: center; padding: 0.7em 1.2em; border-radius: var(--radius-pill); transition: background-color .2s ease, transform .2s ease; }
.product-card__cta:hover { background: var(--color-accent-dark); color: #fff; text-decoration: none; transform: translateY(-2px); }

/* ---------- Category chips ---------- */
.category-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem; margin-top: 2.2rem; }
.category-chip {
  display: inline-flex; align-items: center; padding: 0.55em 1.1em; border-radius: var(--radius-pill);
  border: 1px solid var(--color-border); background: var(--color-surface); color: var(--color-primary);
  font-weight: 600; font-size: 0.92rem; transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.category-chip:hover { background: var(--color-accent); border-color: var(--color-accent); color: #1a1206; text-decoration: none; }
.category-chips__all { padding: 0.55em 1.3em; }

/* ---------- Benefits ---------- */
.benefits__grid { display: grid; grid-template-columns: 1fr; gap: 1.4rem; }
.benefit-card {
  background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md);
  padding: 1.6rem; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.benefit-card__icon { font-size: 2rem; display: block; margin-bottom: 0.7rem; }
.benefit-card__title { font-size: 1.15rem; margin-bottom: 0.4rem; }
.benefit-card__desc { color: var(--color-text-muted); font-size: 0.96rem; margin: 0; }

/* ---------- How it works ---------- */
.how-it-works { position: relative; }
.how-it-works::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(45deg, rgba(15,23,42,0.04) 0 1px, transparent 1px 16px);
}
.how-it-works > .container { position: relative; }
.steps { display: grid; grid-template-columns: 1fr; gap: 1.4rem; list-style: none; }
.step {
  background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md);
  padding: 1.6rem; text-align: center; box-shadow: var(--shadow-sm);
}
.step__num {
  display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px;
  border-radius: 50%; background: var(--color-accent); color: #1a1206; font-family: var(--font-heading);
  font-weight: 800; font-size: 1.3rem; margin-bottom: 0.8rem;
}
.step__title { font-size: 1.1rem; margin-bottom: 0.35rem; }
.step__desc { color: var(--color-text-muted); font-size: 0.94rem; margin: 0; }

/* ---------- Features (zigzag) ---------- */
.features { }
.feature-block { display: grid; grid-template-columns: 1fr; gap: 1.5rem; align-items: center; margin-bottom: 2.6rem; }
.feature-block:last-child { margin-bottom: 0; }
.feature-block__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.feature-block__media img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.feature-block__title { font-size: clamp(1.3rem, 2.6vw, 1.7rem); margin-bottom: 0.6rem; }
.feature-block__body > p { color: var(--color-secondary); }
.feature-block__bullets { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin: 1rem 0 1.4rem; }
.feature-block__bullets li { position: relative; padding-left: 1.6rem; color: var(--color-text); font-size: 0.97rem; }
.feature-block__bullets li::before { content: "→"; position: absolute; left: 0; color: var(--color-accent-dark); font-weight: 800; }

/* ---------- About ---------- */
.about { }
.about__inner { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
.about__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.about__media img { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; }
.about__body > p { color: var(--color-secondary); }
.about__link { font-weight: 700; color: var(--color-accent-dark); display: inline-block; margin-top: 0.5rem; }

/* ---------- Reviews ---------- */
.reviews__grid { display: grid; grid-template-columns: 1fr; gap: 1.4rem; }
.review-card { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.review-card__rating { color: var(--color-accent); font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 0.6rem; }
.review-card__text { font-size: 0.96rem; color: var(--color-text); margin-bottom: 0.9rem; }
.review-card__meta { font-size: 0.84rem; color: var(--color-text-muted); margin: 0; }
.review-card__author { font-weight: 700; color: var(--color-primary); }
.review-card__badge { color: var(--color-accent-dark); font-weight: 700; }

/* ---------- Comparison ---------- */
.comparison__scroll { overflow-x: auto; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); border: 1px solid var(--color-border); }
.comparison__table { width: 100%; border-collapse: collapse; min-width: 640px; background: var(--color-surface); }
.comparison__table th, .comparison__table td { padding: 0.9rem 1rem; text-align: left; border-bottom: 1px solid var(--color-border); font-size: 0.92rem; vertical-align: top; }
.comparison__table thead th { background: var(--color-primary); color: #fff; font-family: var(--font-heading); font-weight: 600; }
.comparison__table tbody th { font-weight: 700; color: var(--color-primary); background: var(--color-bg-alt); }
.comparison__brand-col { background: rgba(245,158,11,0.10); }
.comparison__table thead .comparison__brand-col { background: var(--color-accent-dark); }
.comparison__table tbody td.comparison__brand-col { font-weight: 600; color: var(--color-primary); }

/* ---------- Fears ---------- */
.fears__grid { display: grid; grid-template-columns: 1fr; gap: 1.3rem; }
.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: 1.5rem; box-shadow: var(--shadow-sm); }
.fear-card__title { font-size: 1.08rem; margin-bottom: 0.5rem; }
.fear-card__desc { color: var(--color-secondary); font-size: 0.96rem; margin-bottom: 0.6rem; }
.fear-card__stat { font-size: 0.85rem; font-weight: 700; color: var(--color-accent-dark); margin: 0; }

/* ---------- Who it's for ---------- */
.personas__grid { display: grid; grid-template-columns: 1fr; gap: 1.4rem; }
.persona-card { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.persona-card__emoji { font-size: 2rem; display: block; margin-bottom: 0.6rem; }
.persona-card__title { font-size: 1.1rem; margin-bottom: 0.45rem; }
.persona-card__desc { color: var(--color-text-muted); font-size: 0.95rem; margin: 0; }
.not-for { margin-top: 2rem; background: var(--color-bg-alt); border-radius: var(--radius-md); padding: 1.6rem; border: 1px dashed var(--color-border); }
.not-for__title { font-size: 1.15rem; margin-bottom: 0.7rem; }
.not-for__list { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.not-for__list li { position: relative; padding-left: 1.7rem; color: var(--color-secondary); font-size: 0.96rem; }
.not-for__list li::before { content: "✕"; position: absolute; left: 0; color: var(--color-accent-dark); font-weight: 800; }

/* ---------- Timeline ---------- */
.timeline { list-style: none; display: grid; grid-template-columns: 1fr; gap: 1.2rem; margin-bottom: 1.6rem; }
.timeline__item { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.4rem; box-shadow: var(--shadow-sm); }
.timeline__marker { display: inline-block; background: var(--color-primary); color: #fff; font-family: var(--font-heading); font-weight: 700; font-size: 0.82rem; padding: 0.3em 0.9em; border-radius: var(--radius-pill); margin-bottom: 0.7rem; }
.timeline__text { color: var(--color-secondary); font-size: 0.96rem; margin: 0; }
.timeline__cta-line { text-align: center; margin: 0; }

/* ---------- FAQ ---------- */
.faq { position: relative; }
.faq-list, .faq-more { display: flex; flex-direction: column; gap: 0.8rem; }
.faq-more { margin-top: 0.8rem; }
.faq-item { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 0.3rem 1.2rem; box-shadow: var(--shadow-sm); }
.faq-item > summary { cursor: pointer; list-style: none; padding: 0.9rem 0; font-family: var(--font-heading); font-weight: 600; color: var(--color-primary); position: relative; padding-right: 2rem; }
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-question::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--color-accent-dark); transition: transform .2s ease; }
.faq-item[open] .faq-question::after { content: "−"; }
.faq-answer { padding-bottom: 1rem; }
.faq-answer p { color: var(--color-secondary); font-size: 0.96rem; margin: 0; }
.faq-toggle { display: block; margin: 1.4rem auto 0; background: transparent; border: 2px solid var(--color-accent); color: var(--color-accent-dark); font-family: var(--font-heading); font-weight: 600; padding: 0.7em 1.6em; border-radius: var(--radius-pill); cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.faq-toggle:hover { background: var(--color-accent); color: #1a1206; }

/* ---------- Gallery ---------- */
.gallery__grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.gallery__item { margin: 0; border-radius: var(--radius-md); overflow: hidden; background: var(--color-surface); border: 1px solid var(--color-border); box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .2s ease; }
.gallery__item:hover { transform: translateY(-3px); }
.gallery__item img { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; }
.gallery__item figcaption { padding: 0.7rem 0.9rem; font-size: 0.85rem; color: var(--color-text-muted); font-weight: 600; }

/* ---------- Newsletter ---------- */
.newsletter { position: relative; background: var(--color-primary-dark); color: var(--color-on-dark); overflow: hidden; }
.newsletter::before {
  content: ""; position: absolute; inset: 0; opacity: 0.06; pointer-events: none;
  background:
    repeating-linear-gradient(0deg, #fff 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, #fff 0 1px, transparent 1px 5px);
}
.newsletter__inner { position: relative; text-align: center; max-width: 640px; }
.newsletter__title { color: #fff; font-size: clamp(1.6rem, 3.5vw, 2.2rem); }
.newsletter__subtitle { color: var(--color-on-dark-muted); margin-bottom: 1.6rem; }
.newsletter__form { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; }
.newsletter__form input[type="email"] {
  flex: 1 1 260px; min-width: 0; padding: 0.85em 1.1em; border-radius: var(--radius-pill);
  border: 1px solid var(--color-border); font-family: var(--font-body); font-size: 1rem;
}
.newsletter__fineprint { font-size: 0.82rem; color: var(--color-on-dark-muted); margin-top: 1rem; }
.newsletter-message { margin: 1rem auto 0; max-width: 460px; }
.newsletter-message--error { color: #C0392B; background: #FDEDEC; border: 1px solid #C0392B; padding: 10px 14px; border-radius: 6px; font-size: 0.875rem; }

/* ---------- Footer ---------- */
.footer { background: var(--color-primary-dark); color: var(--color-on-dark-muted); padding: 56px 0 24px; }
.footer__content { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.footer__col { min-width: 0; }
.footer__brand { max-width: 340px; }
.footer__logo { color: #fff; font-family: var(--font-heading); font-weight: 800; font-size: 1.2rem; display: inline-flex; gap: 0.35em; align-items: center; margin-bottom: 0.6rem; }
.footer__logo:hover { text-decoration: none; }
.footer__tagline { font-size: 0.92rem; }
.footer__address, .footer__contact, .footer__hours { font-size: 0.88rem; margin: 0.5rem 0 0; }
.footer__contact a, .footer__links a, .footer__social a { color: var(--color-on-dark-muted); }
.footer__contact a:hover, .footer__links a:hover, .footer__social a:hover { color: #fff; }
.footer__heading { color: #fff; font-size: 1rem; margin-bottom: 0.9rem; }
.footer__links { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer__links a { font-size: 0.9rem; }
.footer__social { display: flex; flex-direction: column; gap: 0.5rem; }
.footer__social a { font-size: 0.9rem; }
.footer__languages { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; padding: 1rem 20px 0; }
.footer__languages:empty { display: none; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 2rem; padding-top: 1.4rem; text-align: center; }
.footer__copyright { font-size: 0.86rem; margin-bottom: 0.5rem; color: var(--color-on-dark-muted); }
.footer__bottom p { font-size: 0.8rem; color: #94A3B8; }
.footer__bottom a { color: #CBD5E1; }

/* ---------- Cookie banner ---------- */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: var(--color-primary-dark);
  color: var(--color-on-dark); display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0.8rem 1.4rem; padding: 0.9rem 1.2rem; box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
}
.cookie-banner__text { margin: 0; font-size: 0.9rem; }
.cookie-banner__text a { color: var(--color-accent); }
.cookie-banner__actions { display: flex; gap: 0.6rem; }

/* ---------- Sticky CTA ---------- */
.sticky-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 150;
  background: rgba(15,23,42,0.92); backdrop-filter: blur(8px); color: #fff;
  display: flex; align-items: center; gap: 1rem; padding: 0.7rem 1.2rem;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}
.sticky-cta__text { margin: 0; font-size: 0.92rem; flex: 1; }
.sticky-cta__btn { white-space: nowrap; }
.sticky-cta__close { background: none; border: none; color: #fff; font-size: 1.1rem; cursor: pointer; padding: 0.3rem 0.5rem; line-height: 1; }

/* ---------- Inner pages ---------- */
.page { padding-top: 2.4rem; padding-bottom: 3rem; }
.about-page, .contact-page, .legal-page { background: var(--color-bg); }
.back-link { display: inline-block; margin-bottom: 1rem; font-weight: 600; color: var(--color-accent-dark); }
.page__title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; }
.page__lead { color: var(--color-text-muted); font-size: 1.08rem; max-width: 720px; }
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-top: 1.6rem; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-weight: 600; font-size: 0.92rem; color: var(--color-primary); }
.required { color: #C0392B; }
.form-group input, .form-group textarea {
  padding: 0.7em 0.9em; border: 1px solid var(--color-border); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 1rem; width: 100%; background: #fff; color: var(--color-text);
}
.form-group textarea { resize: vertical; }
.form-message { margin-top: 0.4rem; }
.form-message--error { color: #C0392B; background: #FDEDEC; border: 1px solid #C0392B; padding: 10px 14px; border-radius: 6px; font-size: 0.875rem; }
.contact-info { background: var(--color-bg-alt); border-radius: var(--radius-md); padding: 1.6rem; }
.contact-info h2 { font-size: 1.3rem; margin-bottom: 1rem; }
.contact-info__block { margin-bottom: 1.1rem; }
.contact-info__block h3 { font-size: 0.95rem; margin-bottom: 0.25rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--color-text-muted); }
.contact-info__block p { margin: 0; }

.about-story { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; margin: 1.6rem 0 3rem; }
.about-story__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.about-story__media img { width: 100%; height: auto; aspect-ratio: 1/1; object-fit: cover; }
.about-story__body h2 { font-size: 1.6rem; }
.about-story__body p { color: var(--color-secondary); }
.values-grid { display: grid; grid-template-columns: 1fr; gap: 1.4rem; margin: 1.6rem 0 2.6rem; }
.value-card { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.6rem; box-shadow: var(--shadow-sm); text-align: center; }
.value-card__icon { font-size: 2rem; display: block; margin-bottom: 0.6rem; }
.value-card__title { font-size: 1.1rem; margin-bottom: 0.4rem; }
.value-card p { color: var(--color-text-muted); font-size: 0.95rem; margin: 0; }
.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; background: var(--color-bg-alt); border-radius: var(--radius-md); padding: 1.6rem; margin-bottom: 2rem; }
.about-stat { text-align: center; }
.about-stat strong { display: block; font-family: var(--font-heading); font-size: 1.5rem; color: var(--color-primary); font-weight: 800; }
.about-stat span { font-size: 0.84rem; color: var(--color-text-muted); }
.about-cta { text-align: center; }

.legal-page__updated { color: var(--color-text-muted); font-size: 0.9rem; margin-bottom: 1.6rem; }
.legal-section { margin-bottom: 1.6rem; }
.legal-section h2 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.legal-section p { color: var(--color-secondary); }

/* ---------- Scroll animation ---------- */
.benefit-card, .step, .feature-block, .review-card, .fear-card, .persona-card, .timeline__item, .value-card, .gallery__item {
  opacity: 1;
}
/* Entrance animation is progressive enhancement only: content stays visible by
   default, and is hidden for the fade ONLY once JS confirms the observer is live. */
.js-reveal [data-animate] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.js-reveal [data-animate].visible { opacity: 1; transform: none; }

/* ---------- Lightbox (built in JS) ---------- */
body.no-scroll { overflow: hidden; }
.lightbox {
  position: fixed; inset: 0; z-index: 300; background: rgba(15,23,42,0.88);
  display: flex; align-items: center; justify-content: center; padding: 2rem;
}
.lightbox__img { max-width: 92vw; max-height: 86vh; width: auto; height: auto; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.lightbox__close { position: absolute; top: 1.2rem; right: 1.4rem; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; line-height: 1; }

/* ---------- Responsive ---------- */
@media (min-width: 600px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits__grid { grid-template-columns: repeat(2, 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); }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 880px) {
  main > section { padding: 80px 0; }
  .container { padding: 0 40px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits__grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .reviews__grid { grid-template-columns: repeat(3, 1fr); }
  .gallery__grid { grid-template-columns: repeat(4, 1fr); }
  .personas__grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(4, 1fr); }
  .about-stats { grid-template-columns: repeat(4, 1fr); }
  .timeline { grid-template-columns: repeat(4, 1fr); }
  .about__inner { grid-template-columns: 1fr 1.1fr; }
  .about-story { grid-template-columns: 0.9fr 1.1fr; }
  .contact-grid { grid-template-columns: 1.2fr 0.8fr; }
  .footer__content { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
  .fears__grid { grid-template-columns: repeat(2, 1fr); }
  .fear-card--wide { grid-column: 1 / -1; }
  .feature-block { grid-template-columns: 1fr 1fr; gap: 3rem; }
  .feature-block--reverse .feature-block__media { order: 2; }
}

@media (max-width: 879px) {
  .header__hamburger { display: block; }
  .header__cta { display: none; }
  .header__nav {
    position: fixed; top: var(--header-h); right: 0; width: min(78%, 320px);
    height: calc(100vh - var(--header-h)); background: #fff; box-shadow: var(--shadow-lg);
    transform: translateX(100%); transition: transform .25s ease; padding: 1.4rem; overflow-y: auto;
  }
  .header__nav.is-open { transform: translateX(0); }
  .header__nav ul { flex-direction: column; gap: 0.4rem; }
  .header__nav a { display: block; padding: 0.7rem 0.4rem; border-bottom: 1px solid var(--color-border); }
  .sticky-cta { flex-wrap: wrap; }
  .sticky-cta__text { flex: 1 1 100%; font-size: 0.85rem; }
  .sticky-cta__btn { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  [data-animate] { opacity: 1; transform: none; }
}
