:root{
--color-primary:#0066cc;--color-primary-focus:#0071e3;--color-primary-on-dark:#2997ff;
--color-secondary:#004e9c;--color-accent:#0066cc;
--color-bg:#ffffff;--color-bg-alt:#f5f5f7;--color-surface:#ffffff;--color-pearl:#fafafc;
--color-dark:#272729;--color-dark-2:#2a2a2c;--color-dark-3:#252527;--color-black:#000000;
--color-night:#1d1d1f;
--color-text:#1d1d1f;--color-text-soft:#333333;--color-text-muted:#7a7a7a;
--color-on-dark:#ffffff;--color-on-dark-muted:#cccccc;
--color-border:#e0e0e0;--color-divider:#f0f0f0;
--font-heading:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
--font-body:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
--radius-xs:5px;--radius-sm:8px;--radius-md:11px;--radius-lg:18px;--radius-pill:9999px;
--shadow-product:rgba(0,0,0,.22) 3px 5px 30px 0;
--space-xxs:4px;--space-xs:8px;--space-sm:12px;--space-md:17px;--space-lg:24px;--space-xl:32px;--space-xxl:48px;--space-section:80px;
--container:1200px;--topbar-h:44px;--subnav-h:52px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:17px;font-weight:400;line-height:1.44;letter-spacing:-.01em;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
svg{fill:currentColor}
a{color:var(--color-primary);text-decoration:none}
a:hover{text-decoration:underline}
ul,ol{margin:0;padding:0}
h1,h2,h3,h4{margin:0;font-family:var(--font-heading);font-weight:600;letter-spacing:-.022em;line-height:1.1}
p{margin:0 0 1em}
[hidden]{display:none !important}
button{font-family:inherit}
:focus-visible{outline:2px solid var(--color-primary-focus);outline-offset:3px}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}
.no-scroll{overflow:hidden}

.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;cursor:pointer;text-align:center;font-family:var(--font-body);font-size:17px;font-weight:400;line-height:1;letter-spacing:-.01em;padding:14px 22px;border-radius:var(--radius-pill);transition:opacity .18s ease,transform .12s ease;min-height:44px}
.btn-primary{background:var(--color-primary);color:#fff}
.btn-primary:hover{opacity:.88;text-decoration:none}
.btn-primary:active{transform:scale(.95)}
.btn-secondary{background:transparent;color:var(--color-primary);box-shadow:inset 0 0 0 1px var(--color-primary)}
.btn-secondary:hover{opacity:.75;text-decoration:none}
.btn-secondary:active{transform:scale(.95)}
.btn-ghost{background:var(--color-pearl);color:var(--color-text-soft);box-shadow:inset 0 0 0 3px var(--color-divider);border-radius:var(--radius-md)}
.btn-ghost:hover{opacity:.8;text-decoration:none}
.btn-ghost:active{transform:scale(.95)}
.btn-sm{padding:9px 16px;font-size:14px;min-height:38px}
.btn-lg{padding:15px 28px;font-size:18px;font-weight:300}
.hb-tile-dark .btn-ghost,.hb-newsletter .btn-ghost{background:transparent;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}
.hb-tile-dark .btn-secondary{color:var(--color-primary-on-dark);box-shadow:inset 0 0 0 1px var(--color-primary-on-dark)}
.hb-icon{flex:none;fill:currentColor}

.hb-header{position:sticky;top:0;z-index:60}
.hb-topbar{background:var(--color-black);min-height:var(--topbar-h)}
.hb-topbar__inner{display:flex;align-items:center;gap:24px;min-height:var(--topbar-h)}
.hb-header__logo{color:#fff;font-family:var(--font-heading);font-size:19px;font-weight:600;letter-spacing:-.02em}
.hb-header__logo:hover{text-decoration:none;opacity:.8}
.hb-header__nav{margin-left:auto}
.hb-header__nav ul{display:flex;align-items:center;gap:22px;list-style:none}
.hb-header__nav a{color:#fff;font-size:12px;font-weight:400;letter-spacing:-.01em;opacity:.86}
.hb-header__nav a:hover{opacity:1;text-decoration:none}
.hb-header__hamburger{display:none;margin-left:auto;background:transparent;border:0;color:#fff;padding:10px;cursor:pointer;border-radius:var(--radius-sm)}
.hb-subnav{background:rgba(245,245,247,.82);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.08)}
.hb-subnav__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:var(--subnav-h)}
.hb-subnav__category{font-family:var(--font-heading);font-size:clamp(16px,4vw,21px);font-weight:600;letter-spacing:.01em;color:var(--color-text)}
.hb-header__cta{display:flex;align-items:center}
.hb-header__cta .btn-primary{white-space:nowrap}
.header--scrolled .hb-subnav{border-bottom-color:rgba(0,0,0,.14)}

section{padding:var(--space-section) 0}
.section-alt{background:var(--color-bg-alt)}
.hb-tile-dark{background:var(--color-dark);color:var(--color-on-dark)}
.hb-tile-dark h2,.hb-tile-dark h3,.hb-tile-dark p,.hb-tile-dark li,.hb-tile-dark figcaption,.hb-tile-dark strong{color:var(--color-on-dark)}
.hb-tile-dark .section-subtitle,.hb-tile-dark .hb-datacard__gap{color:var(--color-on-dark-muted)}
.hb-tile-dark a:not(.btn-primary):not(.btn-secondary):not(.btn-ghost){color:var(--color-primary-on-dark)}
.section-title{font-size:clamp(28px,4vw,40px);line-height:1.1;margin:0 0 14px;max-width:24ch}
.section-subtitle{font-size:19px;line-height:1.5;font-weight:400;color:var(--color-text-muted);max-width:62ch;margin:0 0 44px}

.hero{padding:44px 0 36px;background:var(--color-bg);min-height:50vh;display:flex;align-items:center}
.hb-hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;width:100%}
.hb-hero__copy{max-width:56ch}
.hb-hero__title{font-size:clamp(30px,5.2vw,56px);line-height:1.07;letter-spacing:-.028em;margin:0 0 18px}
.hb-hero__subtitle{font-size:clamp(19px,2.2vw,24px);line-height:1.4;font-weight:300;color:var(--color-text-soft);margin:0 0 22px;max-width:44ch}
.hb-hero__bullets{list-style:none;display:flex;flex-wrap:wrap;gap:10px 22px;margin:0 0 28px}
.hb-hero__bullets li{position:relative;padding-left:22px;font-size:14px;color:var(--color-text-soft)}
.hb-hero__bullets li::before{content:"";position:absolute;left:0;top:7px;width:10px;height:10px;border-radius:var(--radius-pill);background:var(--color-primary)}
.hb-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
.hb-hero__media img{width:100%;aspect-ratio:4/3;max-height:430px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-product)}

.hb-trust{background:var(--color-bg);padding:0 0 56px}
.hb-trust__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border-top:1px solid var(--color-border);padding-top:28px}
.hb-trust__item{display:flex;flex-direction:column;gap:4px}
.hb-trust__icon{color:var(--color-primary);margin-bottom:4px}
.hb-trust__value{font-family:var(--font-heading);font-size:21px;font-weight:600;letter-spacing:-.02em}
.hb-trust__label{font-size:14px;color:var(--color-text-muted)}

.hb-products{padding-top:var(--space-section)}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-lg)}
.product-card__media{display:block;border-radius:var(--radius-sm);overflow:hidden;background:#fff;margin-bottom:18px}
.product-card__media img{width:100%;aspect-ratio:1/1;object-fit:cover;box-shadow:var(--shadow-product)}
.product-card__title{font-size:17px;font-weight:600;line-height:1.3;margin:0 0 8px}
.product-card__rating{font-size:14px;font-weight:600;color:var(--color-text);margin-bottom:12px}
.product-card__reviews{font-weight:400;color:var(--color-text-muted)}
.product-card__description{font-size:15px;line-height:1.5;color:var(--color-text-soft);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product-card__description.is-expanded{-webkit-line-clamp:unset;overflow:visible}
.product-card__more{align-self:flex-start;margin:8px 0 14px;padding:0;background:none;border:0;color:var(--color-primary);font-size:15px;cursor:pointer}
.product-card__more:hover{text-decoration:underline}
.product-card__highlights{list-style:none;margin:0 0 20px;display:grid;gap:8px}
.product-card__highlights li{position:relative;padding-left:24px;font-size:14px;line-height:1.45;color:var(--color-text-soft)}
.product-card__highlights li::before{content:"";position:absolute;left:4px;top:8px;width:6px;height:6px;border-radius:var(--radius-pill);background:var(--color-primary)}
.product-card-bullets{list-style:none;margin:0 0 20px;display:grid;gap:8px;font-size:14px;color:var(--color-text-soft)}
.product-card__cta{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 20px;border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;font-size:15px}
.product-card__cta:hover{opacity:.88;text-decoration:none}
.product-card__cta:active{transform:scale(.95)}
.product-card--unavailable .product-card__media img{filter:grayscale(.55)}
.product-card--unavailable .product-card__title{color:var(--color-text-muted)}
.product-badge{display:inline-block;padding:4px 10px;border-radius:var(--radius-pill);background:#fff4e5;color:#8a5300;font-size:.8125rem;font-weight:600;margin-bottom:10px}
.product-badge--restock{background:#e8f1fb;color:#0b4f9c}
.category-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:44px}
.category-chip{display:inline-flex;align-items:center;min-height:38px;padding:8px 16px;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:14px}
.category-chip:hover{border-color:var(--color-primary);color:var(--color-primary);text-decoration:none}
.category-chips__all{min-height:38px;padding:8px 18px;font-size:14px}

.hb-features__list{display:grid;gap:72px}
.hb-feature{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hb-feature--flip .hb-feature__media{order:2}
.hb-feature__media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-product)}
.hb-feature__body{max-width:52ch}
.hb-feature__title{font-size:clamp(24px,2.6vw,34px);line-height:1.2;margin:0 0 16px}
.hb-feature__text{font-size:17px;line-height:1.5;color:var(--color-on-dark-muted)}
.hb-feature__bullets{list-style:none;display:grid;gap:10px;margin:0 0 24px}
.hb-feature__bullets li{position:relative;padding-left:26px;font-size:15px;line-height:1.5}
.hb-feature__bullets li::before{content:"";position:absolute;left:2px;top:8px;width:8px;height:8px;border-radius:var(--radius-pill);background:var(--color-primary-on-dark)}

.hb-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hb-benefit-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px}
.hb-benefit-card__icon{color:var(--color-primary);margin-bottom:14px}
.hb-benefit-card__title{font-size:19px;line-height:1.25;margin:0 0 10px}
.hb-benefit-card__text{font-size:15px;line-height:1.55;color:var(--color-text-soft);margin:0}

.hb-datagrid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hb-datacard{border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px;background:var(--color-surface);display:flex;flex-direction:column}
.hb-datacard__number{font-family:var(--font-heading);font-size:34px;font-weight:600;letter-spacing:-.03em;color:var(--color-primary);margin-bottom:14px;line-height:1.1}
.hb-datacard__claim{font-size:15px;line-height:1.55;margin:0 0 12px}
.hb-datacard__gap{font-size:14px;line-height:1.5;color:var(--color-text-muted);margin:0 0 16px}
.hb-datacard__proof{margin-top:auto;align-self:flex-start;font-size:12px;letter-spacing:.02em;text-transform:uppercase;color:var(--color-text-soft);background:var(--color-bg-alt);border-radius:var(--radius-pill);padding:6px 12px}

.hb-step-list{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;counter-reset:none}
.hb-step{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:26px}
.hb-step__number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;font-family:var(--font-heading);font-size:18px;font-weight:600;margin-bottom:16px}
.hb-step__title{font-size:19px;margin:0 0 8px}
.hb-step__text{font-size:15px;line-height:1.5;color:var(--color-text-soft);margin:0}

.hb-review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.hb-review{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column}
.hb-review__stars{color:#b25000;font-size:14px;letter-spacing:2px;margin-bottom:10px}
.hb-review__title{font-size:17px;line-height:1.3;margin:0 0 10px}
.hb-review__text{font-size:15px;line-height:1.55;color:var(--color-text-soft);margin:0 0 16px}
.hb-review__meta{display:flex;flex-direction:column;gap:4px;margin:auto 0 0;font-size:12px}
.hb-review__author{font-weight:600;color:var(--color-text)}
.hb-review__badge{color:#0a7a3d}
.hb-review__product{color:var(--color-text-muted)}

.hb-about__inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:center}
.hb-about__media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-product)}
.hb-about__body p{font-size:17px;line-height:1.55;color:var(--color-on-dark-muted);max-width:60ch}
.hb-about__body .section-title{margin-bottom:22px}

.hb-risk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.hb-risk-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:26px}
.hb-risk-card__title{font-size:19px;line-height:1.25;margin:0 0 10px}
.hb-risk-card__text{font-size:15px;line-height:1.55;color:var(--color-text-soft);margin:0}
.hb-risk-card__stat{margin:14px 0 0;font-size:12px;text-transform:uppercase;letter-spacing:.02em;color:var(--color-primary)}
.hb-risks__closer{margin:36px 0 0;font-size:17px;color:var(--color-text-soft)}

.hb-timeline{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}
.hb-timeline__item{border-top:2px solid var(--color-primary);padding-top:20px}
.hb-timeline__label{font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-primary);margin:0 0 10px}
.hb-timeline__text{font-size:15px;line-height:1.55;color:var(--color-text-soft);margin:0}
.hb-timeline__closer{margin:36px 0 0;font-size:17px;color:var(--color-text-soft)}

.hb-persona-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.hb-persona{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px}
.hb-persona__icon{color:var(--color-primary);margin-bottom:14px}
.hb-persona__title{font-size:19px;line-height:1.3;margin:0 0 10px}
.hb-persona__text{font-size:15px;line-height:1.55;color:var(--color-text-soft);margin:0}
.hb-notfor{margin-top:36px;border-top:1px solid var(--color-border);padding-top:28px}
.hb-notfor__title{font-size:19px;margin:0 0 14px}
.hb-notfor__list{list-style:none;display:grid;gap:10px;max-width:80ch}
.hb-notfor__list li{position:relative;padding-left:26px;font-size:15px;line-height:1.55;color:var(--color-text-soft)}
.hb-notfor__list li::before{content:"";position:absolute;left:2px;top:9px;width:12px;height:2px;background:var(--color-text-muted)}

.hb-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.hb-value{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:26px}
.hb-value__icon{color:var(--color-primary);margin-bottom:14px}
.hb-value__title{font-size:19px;margin:0 0 10px}
.hb-value__text{font-size:15px;line-height:1.55;color:var(--color-text-soft);margin:0}

.hb-faq__list,.hb-faq__more{display:grid;gap:0;max-width:900px}
.hb-faq__item{border-bottom:1px solid var(--color-border)}
.hb-faq__item:first-child{border-top:1px solid var(--color-border)}
.hb-faq__item>summary{cursor:pointer;list-style:none;padding:20px 44px 20px 0;position:relative;font-family:var(--font-heading);font-size:19px;font-weight:600;letter-spacing:-.015em;color:var(--color-text)}
.hb-faq__item>summary::-webkit-details-marker{display:none}
.hb-faq__question::after{content:"";position:absolute;right:8px;top:28px;width:11px;height:11px;border-right:2px solid var(--color-primary);border-bottom:2px solid var(--color-primary);transform:rotate(45deg);transition:transform .2s ease}
.hb-faq__item[open] .hb-faq__question::after{transform:rotate(-135deg);top:32px}
.hb-faq__answer{padding:0 44px 22px 0}
.hb-faq__answer p{margin:0;font-size:16px;line-height:1.6;color:var(--color-text-soft)}
.hb-faq__toggle{margin-top:28px;background:transparent;border:1px solid var(--color-primary);color:var(--color-primary);border-radius:var(--radius-pill);padding:12px 22px;font-size:15px;cursor:pointer;min-height:44px}
.hb-faq__toggle:hover{background:var(--color-primary);color:#fff}
.hb-faq__toggle:active{transform:scale(.95)}
.hb-faq__more{margin-top:0}

.hb-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.hb-gallery__item{margin:0}
.hb-gallery__trigger{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in;border-radius:var(--radius-lg);overflow:hidden}
.hb-gallery__trigger img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .4s ease}
.hb-gallery__trigger:hover img{transform:scale(1.03)}
.hb-gallery__caption{margin-top:10px;font-size:14px;color:var(--color-on-dark-muted)}
.hb-lightbox{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;padding:32px}
.hb-lightbox__figure{margin:0;max-width:900px;text-align:center}
.hb-lightbox__figure img{width:100%;height:auto;border-radius:var(--radius-lg)}
.hb-lightbox__caption{margin-top:14px;color:#fff;font-size:14px}
.hb-lightbox__close{position:absolute;top:20px;right:20px;width:44px;height:44px;border:0;border-radius:var(--radius-pill);background:rgba(210,210,215,.64);color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center}

.hb-newsletter{background:var(--color-night);color:#fff}
.hb-newsletter__inner{text-align:center;max-width:720px}
.hb-newsletter__title{font-size:clamp(26px,3.4vw,40px);color:#fff;margin:0 0 14px}
.hb-newsletter__text{font-size:19px;line-height:1.5;color:var(--color-on-dark-muted);margin:0 0 28px}
.hb-newsletter__form{display:block}
.hb-newsletter__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;color:#fff}
.hb-newsletter__row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.hb-newsletter__input{flex:1 1 320px;max-width:420px;min-height:44px;padding:12px 20px;border-radius:var(--radius-pill);border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.06);color:#fff;font-family:inherit;font-size:17px}
.hb-newsletter__input::placeholder{color:rgba(255,255,255,.45)}
.hb-newsletter__note{margin:16px 0 0;font-size:12px;color:var(--color-on-dark-muted)}
.hb-newsletter__message{margin:16px auto 0;max-width:520px;padding:10px 14px;border-radius:var(--radius-sm);font-size:.875rem}
.hb-newsletter__message--error{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B}

.hb-footer{background:var(--color-bg-alt);color:var(--color-text-soft);padding:64px 0 40px}
.hb-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}
.hb-footer__col{min-width:0}
.hb-footer__col--brand{max-width:34ch}
.hb-footer__logo{font-family:var(--font-heading);font-size:21px;font-weight:600;letter-spacing:-.02em;color:var(--color-text);display:block;margin-bottom:12px}
.hb-footer__tagline{font-size:14px;line-height:1.5;color:var(--color-text-soft)}
.hb-footer__address{font-style:normal;font-size:14px;line-height:1.9;color:var(--color-text-soft)}
.hb-footer__hours{font-size:14px;line-height:1.7;color:var(--color-text-muted);margin-top:10px}
.hb-footer__heading{font-size:14px;font-weight:600;letter-spacing:-.01em;color:var(--color-text);margin:0 0 6px}
.hb-footer__list{list-style:none;font-size:15px;line-height:2}
.hb-footer__list a,.hb-footer__address a{color:var(--color-text-soft)}
.hb-footer__list a:hover,.hb-footer__address a:hover{color:var(--color-primary)}
.hb-footer__social{display:flex;flex-direction:column;gap:6px;font-size:15px;line-height:2}
.hb-footer__social-link{color:var(--color-text-soft)}
.hb-footer__social-link:hover{color:var(--color-primary)}
.hb-footer__languages{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px;font-size:14px}
.hb-footer__languages:empty{display:none}
.hb-footer__bottom{margin-top:32px;padding-top:22px;border-top:1px solid var(--color-border)}
.hb-footer__bottom p{font-size:12px;line-height:1.6;color:var(--color-text-muted);margin:0 0 6px}
.footer__copyright{font-size:12px;color:var(--color-text-muted)}
.auto-email{color:var(--color-primary)}

.hb-cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:110;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:14px 18px}
.hb-cookie__text{margin:0;font-size:14px;color:var(--color-text-soft)}
.hb-cookie__actions{display:flex;gap:10px}
.hb-sticky{position:fixed;left:16px;right:16px;bottom:16px;z-index:100;display:flex;align-items:center;gap:16px;background:rgba(29,29,31,.86);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-pill);padding:10px 12px 10px 24px}
.hb-sticky__text{margin:0;color:#fff;font-size:15px}
.hb-sticky__btn{margin-left:auto}
.hb-sticky__close{width:38px;height:38px;border:0;border-radius:var(--radius-pill);background:rgba(255,255,255,.14);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}

.hb-page{padding-top:24px}
.hb-page__back{display:inline-block;margin-bottom:20px;font-size:14px}
.hb-page__title{font-size:clamp(30px,4.6vw,48px);line-height:1.08;margin:0 0 32px}
.hb-about-page__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:start}
.hb-about-page__text p{font-size:17px;line-height:1.6;color:var(--color-text-soft);max-width:64ch}
.hb-about-page__media img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-product)}
.hb-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:36px}
.hb-stat{border-top:2px solid var(--color-primary);padding-top:16px}
.hb-stat__value{display:block;font-family:var(--font-heading);font-size:34px;font-weight:600;letter-spacing:-.03em;color:var(--color-text)}
.hb-stat__label{font-size:14px;color:var(--color-text-muted)}
.hb-contact__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start}
.hb-contact__form{display:grid;gap:18px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px}
.hb-field{display:grid;gap:8px}
.hb-field label{font-size:14px;font-weight:600;color:var(--color-text)}
.hb-field input,.hb-field textarea{width:100%;min-height:44px;padding:12px 16px;font-family:inherit;font-size:17px;color:var(--color-text);background:var(--color-surface);border:1px solid rgba(0,0,0,.12);border-radius:var(--radius-md)}
.hb-field textarea{min-height:140px;resize:vertical}
.hb-field input:focus-visible,.hb-field textarea:focus-visible{outline:2px solid var(--color-primary-focus);outline-offset:1px}
.hb-form-message{padding:10px 14px;border-radius:var(--radius-sm);font-size:.875rem}
.hb-form-message--error{color:#C0392B;background:#FDEDEC;border:1px solid #C0392B}
.hb-contact__details{background:var(--color-bg-alt);border-radius:var(--radius-lg);padding:28px}
.hb-contact__heading{font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin:18px 0 6px}
.hb-contact__heading:first-child{margin-top:0}
.hb-contact__address{font-style:normal;font-size:17px;line-height:1.6}
.hb-contact__details p{font-size:17px;margin:0}
.hb-legal{padding:24px 0 0}
.hb-legal__block{padding:44px 0}
.hb-legal__inner{max-width:820px}
.hb-legal__inner p{font-size:17px;line-height:1.6;color:var(--color-text-soft)}
.hb-legal__inner .section-title{font-size:clamp(24px,3vw,30px);margin-bottom:16px}
.hb-legal__date{font-size:14px;color:var(--color-text-muted);margin-bottom:8px}
.hb-about-page,.hb-contact,.hb-numbers,.hb-values,.hb-benefits,.hb-products,.hb-features,.hb-datagrid,.hb-steps,.hb-reviews,.hb-about,.hb-risks,.hb-timeline-sec,.hb-personas,.hb-faq,.hb-gallery{scroll-margin-top:100px}

.is-visible{opacity:1;transform:none}
.hb-benefit-card,.hb-datacard,.hb-risk-card,.hb-persona,.hb-value,.hb-step,.hb-review,.hb-feature{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}
.hb-benefit-card.visible,.hb-datacard.visible,.hb-risk-card.visible,.hb-persona.visible,.hb-value.visible,.hb-step.visible,.hb-review.visible,.hb-feature.visible{opacity:1;transform:none}

@media (max-width:1068px){
  :root{--space-section:64px}
  .hb-review-grid,.hb-value-grid,.hb-step-list,.hb-timeline,.hb-gallery__grid,.hb-stat-grid{grid-template-columns:repeat(2,1fr)}
  .products-grid,.hb-benefit-grid,.hb-datagrid__grid,.hb-risk-grid{grid-template-columns:repeat(2,1fr)}
  .hb-hero__inner{gap:36px}
  .hb-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:833px){
  .hb-header__nav{position:fixed;top:calc(var(--topbar-h) + var(--subnav-h));left:0;right:0;background:var(--color-black);padding:8px 24px 20px;display:none}
  .hb-header__nav.is-open{display:block}
  .hb-header__nav ul{flex-direction:column;align-items:flex-start;gap:2px}
  .hb-header__nav a{display:block;padding:12px 0;font-size:17px}
  .hb-header__hamburger{display:inline-flex}
  .hb-hero__inner,.hb-feature,.hb-about__inner,.hb-about-page__grid,.hb-contact__grid{grid-template-columns:1fr}
  .hb-feature--flip .hb-feature__media{order:0}
  .hb-trust__inner{grid-template-columns:repeat(2,1fr)}
  .hb-about__media{order:2}
  .hb-persona-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  :root{--space-section:48px}
  .container{padding:0 20px}
  .products-grid,.hb-benefit-grid,.hb-datagrid__grid,.hb-risk-grid,.hb-review-grid,.hb-value-grid,.hb-step-list,.hb-timeline,.hb-stat-grid,.hb-footer__grid{grid-template-columns:1fr}
  .hb-gallery__grid{grid-template-columns:repeat(2,1fr)}
  .hb-hero__bullets{flex-direction:column;gap:8px}
  .hb-sticky{flex-wrap:wrap;border-radius:var(--radius-lg);padding:14px 16px}
  .hb-sticky__btn{width:100%;margin-left:0}
  .hb-sticky__close{position:absolute;top:8px;right:8px;width:32px;height:32px}
  .hb-newsletter__row{flex-direction:column}
  .hb-cookie{flex-direction:column;align-items:flex-start}
  .section-subtitle{margin-bottom:32px}
}
@media (max-width:480px){
  .hb-hero__copy{max-width:56ch}
.hb-hero__title{font-size:28px}
  .hb-gallery__grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important}
  html{scroll-behavior:auto}
  .hb-benefit-card,.hb-datacard,.hb-risk-card,.hb-persona,.hb-value,.hb-step,.hb-review,.hb-feature{opacity:1;transform:none}
}
