*,*::before,*::after{box-sizing:border-box}
:root{
--color-bg:#07080a;--color-bg-alt:#0d0d0d;--color-surface:#101111;--color-surface-card:#121212;
--color-primary:#ffffff;--color-primary-pressed:#e8e8e8;--color-on-primary:#000000;
--color-secondary:#e8e8e8;--color-accent:#57c1ff;--color-dark:#050506;
--color-text:#f4f4f6;--color-body:#cdcdcd;--color-text-muted:#9c9c9d;--color-ash:#6a6b6c;
--color-border:#242728;--color-border-soft:rgba(255,255,255,.08);--color-border-strong:rgba(255,255,255,.16);
--stripe-a:#ff5757;--stripe-b:#a1131a;--key-a:#121212;--key-b:#0d0d0d;
--font-heading:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
--font-body:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:16px;--radius-full:9999px;
--shadow-sm:none;--shadow-md:none;--shadow-lg:none;
--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-xxl:32px;
--space-section:48px;--container:1240px;--header-h:60px;
}
html{scroll-behavior:smooth}
[id]{scroll-margin-top:84px}
body{margin:0;background:var(--color-bg);color:var(--color-body);font-family:var(--font-body);
font-size:16px;line-height:1.6;font-feature-settings:"calt","kern","liga","ss03";-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--color-text);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:600;line-height:1.2;margin:0 0 var(--space-lg)}
p{margin:0 0 var(--space-lg)}
ul,ol{margin:0 0 var(--space-lg);padding-left:1.1rem}
:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-xs)}
[hidden]{display:none !important}
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}
.tg-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

section{padding:var(--space-section) 0;border-top:1px solid transparent}
main>section{background:var(--color-bg)}
main>section.section-alt{background:var(--color-bg-alt)}
.section-title{font-size:clamp(1.55rem,3.6vw,2.2rem);font-weight:600;letter-spacing:-.01em;max-width:22ch;margin-bottom:var(--space-md)}
.section-subtitle{color:var(--color-text-muted);font-size:1rem;max-width:62ch;margin-bottom:var(--space-xxl)}

.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;
font-family:var(--font-heading);font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.2px;
padding:10px 18px;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s,color .15s}
.btn-primary:hover,.btn-secondary:hover,.btn-ghost:hover{text-decoration:none}
.btn-primary{background:var(--color-primary);color:var(--color-on-primary)}
.btn-primary:hover{background:var(--color-primary-pressed)}
.btn-secondary{background:transparent;color:var(--color-text);border-color:var(--color-border)}
.btn-secondary:hover{border-color:var(--color-border-strong);background:var(--color-surface)}
.btn-ghost{background:transparent;color:var(--color-text);border-color:var(--color-border-strong)}
.btn-ghost:hover{background:var(--color-surface)}
.btn-sm{padding:7px 14px;font-size:13px}
.btn-lg{padding:13px 24px;font-size:15px}

.header{position:sticky;top:0;z-index:60;background:rgba(7,8,10,.86);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}
.header-inner{display:flex;align-items:center;gap:var(--space-lg);min-height:var(--header-h)}
.header-logo{font-family:var(--font-heading);font-weight:600;font-size:1.05rem;letter-spacing:-.01em;color:var(--color-text)}
.header-logo:hover{text-decoration:none;color:var(--color-primary)}
.header-nav{margin-left:auto}
.header-nav ul{display:flex;gap:var(--space-xl);list-style:none;margin:0;padding:0}
.header-nav a{font-size:14px;font-weight:500;color:var(--color-body)}
.header-nav a:hover{color:var(--color-text);text-decoration:none}
.tg-header-cta{display:flex;align-items:center}
.tg-hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;width:38px;height:38px;padding:8px;
background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}
.tg-hamburger span{display:block;height:1.5px;background:var(--color-text);border-radius:2px}

.hero{position:relative;min-height:50vh;padding:calc(var(--space-section) + 12px) 0 var(--space-section);background:var(--color-bg);overflow:hidden}
.tg-hero-stripe{position:absolute;inset:0 0 auto 0;height:200px;pointer-events:none;
background:repeating-linear-gradient(115deg,var(--stripe-a) 0 40px,var(--stripe-b) 40px 92px,transparent 92px 190px);
opacity:.34;filter:blur(26px);mask-image:linear-gradient(to bottom,#000,transparent)}
.tg-hero-inner{position:relative;display:grid;grid-template-columns:1fr;gap:var(--space-xxl);align-items:center}
.tg-hero-copy{max-width:64ch}
.tg-eyebrow{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-md)}
.tg-hero-title{font-size:clamp(2.05rem,5vw,3.25rem);font-weight:600;letter-spacing:-.025em;line-height:1.08;margin-bottom:var(--space-lg)}
.tg-hero-sub{font-size:1.06rem;color:var(--color-body);max-width:52ch}
.tg-hero-facts{list-style:none;display:flex;flex-wrap:wrap;gap:var(--space-sm);padding:0;margin:0 0 var(--space-xl)}
.tg-hero-facts li{font-size:13px;color:var(--color-body);padding:5px 11px;border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface)}
.tg-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}
.tg-hero-media img{border:1px solid var(--color-border);border-radius:var(--radius-xl);width:100%;object-fit:cover;aspect-ratio:16/9}

.tg-stats{background:var(--color-bg);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}
.tg-stats-row,.tg-story-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);padding:var(--space-xl) 20px}
.tg-story-stats{padding:var(--space-xl) 0;margin-top:var(--space-xxl);border-top:1px solid var(--color-border)}
.tg-stat{display:flex;flex-direction:column;gap:2px}
.tg-stat-num{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--color-text);letter-spacing:-.02em}
.tg-stat-label{font-size:12.5px;color:var(--color-text-muted);letter-spacing:.02em}

.tg-benefits{}
.tg-benefit-rows{display:flex;flex-direction:column;gap:var(--space-xxl)}
.tg-benefit-row{display:grid;grid-template-columns:1fr;gap:var(--space-lg);align-items:center;
border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-lg)}
.tg-benefit-row--flip{background:var(--color-surface-card)}
.tg-benefit-media img{border-radius:var(--radius-md);aspect-ratio:4/3;object-fit:cover;width:100%;background:var(--color-surface-card)}
.tg-benefit-copy{padding:var(--space-sm) var(--space-sm) var(--space-md)}
.tg-benefit-index{display:inline-block;font-family:var(--font-heading);font-size:12px;font-weight:500;color:var(--color-text-muted);
background:linear-gradient(180deg,var(--key-a),var(--key-b));border:1px solid var(--color-border);border-radius:var(--radius-xs);padding:2px 7px;margin-bottom:var(--space-md)}
.tg-benefit-title{font-size:1.18rem;font-weight:600;margin-bottom:var(--space-sm)}
.tg-benefit-text{margin:0;color:var(--color-body)}

.tg-products{}
.products-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.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);gap:var(--space-sm)}
.product-card--unavailable{opacity:.85}
.product-card--unavailable .product-card__media img{filter:grayscale(.55)}
.product-card--unavailable .product-card__title{color:var(--color-text-muted)}
.product-card__media{background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}
.product-card__media img{width:100%;aspect-ratio:1/1;object-fit:cover}
.product-card__title{font-size:1rem;font-weight:600;line-height:1.35;margin:var(--space-sm) 0 0}
.product-card__rating{font-size:13px;color:var(--color-body)}
.product-card__reviews{color:var(--color-text-muted)}
.product-card__description{font-size:14px;color:var(--color-body);margin:0;
display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}
.product-card__description.is-expanded{-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}
.product-card__more{align-self:flex-start;background:none;border:0;padding:0;margin:0;cursor:pointer;
font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--color-text);text-decoration:underline}
.product-card__highlights,.product-card-bullets{list-style:none;padding:0;margin:var(--space-sm) 0 var(--space-md);display:flex;flex-direction:column;gap:6px}
.product-card__highlights li,.product-card-bullets li{position:relative;padding-left:16px;font-size:13px;color:var(--color-text-muted)}
.product-card__highlights li::before,.product-card-bullets li::before{content:"";position:absolute;left:0;top:8px;width:6px;height:1px;background:var(--color-border-strong)}
.product-card__cta{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;
background:var(--color-primary);color:var(--color-on-primary);font-size:14px;font-weight:500;
padding:10px 16px;border-radius:var(--radius-md)}
.product-card__cta:hover{background:var(--color-primary-pressed);text-decoration:none}
.product-badge{display:inline-block;padding:4px 10px;border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;
background:rgba(255,197,51,.15);color:#ffc533;border:1px solid rgba(255,197,51,.28)}
.product-badge--restock{background:rgba(87,193,255,.15);color:#57c1ff;border-color:rgba(87,193,255,.28)}
.category-chips{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-sm);margin-top:var(--space-xxl);padding:0}
.category-chip{font-size:13px;color:var(--color-body);padding:8px 14px;border:1px solid var(--color-border);
border-radius:var(--radius-full);background:var(--color-surface)}
.category-chip:hover{border-color:var(--color-border-strong);color:var(--color-text);text-decoration:none}
.category-chips__all{padding:8px 16px;font-size:13px}

.tg-data{}
.tg-data-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}
.tg-data-table{width:100%;border-collapse:collapse;min-width:640px;text-align:left}
.tg-data-table thead th{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);
font-weight:500;padding:14px 18px;border-bottom:1px solid var(--color-border);background:var(--color-surface-card)}
.tg-data-table tbody tr+tr{border-top:1px solid var(--color-border)}
.tg-data-table td,.tg-data-table tbody th{padding:18px;vertical-align:top}
.tg-data-num{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--color-text);white-space:nowrap;width:22%}
.tg-data-claim{color:var(--color-body);font-size:15px}
.tg-data-gap{display:block;margin-top:8px;font-size:13px;color:var(--color-text-muted)}
.tg-data-proof{font-size:12.5px;color:var(--color-text-muted);width:20%}

.tg-features{}
.tg-feature-list-wrap{display:flex;flex-direction:column;gap:var(--space-xxl)}
.tg-feature{display:grid;grid-template-columns:1fr;gap:var(--space-lg);align-items:center}
.tg-feature-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-card)}
.tg-feature-title{font-size:1.3rem;font-weight:600;letter-spacing:-.01em}
.tg-feature-text{color:var(--color-body)}
.tg-feature-list{list-style:none;padding:0;margin:0 0 var(--space-lg);display:flex;flex-direction:column;gap:10px}
.tg-feature-list li{position:relative;padding-left:18px;font-size:14.5px;color:var(--color-text-muted)}
.tg-feature-list li::before{content:"";position:absolute;left:0;top:10px;width:8px;height:1px;background:var(--color-border-strong)}

.tg-about{}
.tg-feature-copy{display:flex;flex-direction:column;align-items:flex-start}
.tg-feature-copy .btn-secondary{align-self:flex-start}
.tg-about-grid,.tg-story-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xxl);align-items:start}
.tg-about-copy p,.tg-story-copy p{color:var(--color-body)}
.tg-about-media img,.tg-story-media img{width:100%;aspect-ratio:1/1;object-fit:cover;border:1px solid var(--color-border);border-radius:var(--radius-xl)}
.tg-about-more{font-size:14px;color:var(--color-text-muted)}
.tg-about-more a{text-decoration:underline}

.tg-how{}
.tg-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:var(--space-lg);counter-reset:step}
.tg-step{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-xl)}
.tg-step-num{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;
font-family:var(--font-heading);font-size:15px;font-weight:600;color:var(--color-text);
background:linear-gradient(180deg,var(--key-a),var(--key-b));border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-md)}
.tg-step-title{font-size:1.05rem;margin-bottom:var(--space-sm)}
.tg-step-text{margin:0;font-size:14.5px;color:var(--color-text-muted)}

.tg-voice{}
.tg-voice-feed{display:flex;flex-direction:column;gap:var(--space-lg);max-width:76ch}
.tg-voice-quote{margin:0;padding:var(--space-xl);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}
.tg-voice-quote p{margin:0 0 var(--space-md);color:var(--color-text);font-size:1.02rem}
.tg-voice-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:12.5px;color:var(--color-text-muted)}
.tg-voice-stars{color:var(--color-text);letter-spacing:1px}
.tg-voice-dim{color:var(--color-ash)}
.tg-voice-who{font-weight:500;color:var(--color-body)}
.tg-voice-tag{padding:2px 8px;border:1px solid var(--color-border);border-radius:var(--radius-xs);background:var(--color-surface-card)}
.tg-voice-item{color:var(--color-ash)}

.tg-risk{}
.tg-risk-table{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface)}
.tg-risk-head{display:none;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);
background:var(--color-surface-card);border-bottom:1px solid var(--color-border)}
.tg-risk-head span{padding:14px 18px}
.tg-risk-row{display:grid;grid-template-columns:1fr;gap:var(--space-sm);padding:var(--space-xl) var(--space-lg)}
.tg-risk-row+.tg-risk-row{border-top:1px solid var(--color-border)}
.tg-risk-fear{font-size:1.02rem;font-weight:600;margin:0;color:var(--color-text)}
.tg-risk-answer p{margin:0;color:var(--color-body);font-size:14.5px}
.tg-risk-stat{display:inline-block;margin-top:10px;padding:3px 10px;font-size:12px;color:var(--color-body);
border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface-card)}
.tg-risk-cta{margin-top:var(--space-xl);font-size:14.5px;color:var(--color-text-muted)}
.tg-risk-cta a{text-decoration:underline}

.tg-uses{}
.tg-use-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.tg-use-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-xl)}
.tg-use-index{display:block;font-family:var(--font-heading);font-size:1.6rem;font-weight:600;color:var(--color-ash);margin-bottom:var(--space-sm)}
.tg-use-title{font-size:1.02rem;margin-bottom:var(--space-sm)}
.tg-use-text{margin:0;font-size:14.5px;color:var(--color-text-muted)}

.tg-timeline{}
.tg-tl{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.tg-tl-item{position:relative;border-left:1px solid var(--color-border);padding:0 0 var(--space-lg) var(--space-xl)}
.tg-tl-item::before{content:"";position:absolute;left:-4px;top:6px;width:7px;height:7px;border-radius:var(--radius-full);background:var(--color-primary)}
.tg-tl-label{display:block;font-family:var(--font-heading);font-size:13px;font-weight:600;letter-spacing:.06em;
text-transform:uppercase;color:var(--color-text);margin-bottom:6px}
.tg-tl-text{margin:0;color:var(--color-body);font-size:14.5px}
.tg-tl-cta{margin-top:var(--space-xl);font-size:14.5px;color:var(--color-text-muted)}
.tg-tl-cta a{text-decoration:underline}

.tg-faq{}
.tg-faq-list,.tg-faq-more{display:flex;flex-direction:column;gap:10px;max-width:82ch}
.tg-faq-more{margin-top:10px}
.tg-faq-item{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:0}
.tg-faq-item[open]{background:var(--color-surface-card)}
.tg-faq-item>summary{cursor:pointer;list-style:none;padding:16px 18px;font-family:var(--font-heading);
font-size:15px;font-weight:500;color:var(--color-text);position:relative;padding-right:44px}
.tg-faq-item>summary::-webkit-details-marker{display:none}
.tg-faq-q::after{content:"+";position:absolute;right:18px;top:14px;font-size:18px;color:var(--color-text-muted)}
.tg-faq-item[open] .tg-faq-q::after{content:"\2013"}
.tg-faq-a{padding:0 18px 18px}
.tg-faq-a p{margin:0;font-size:14.5px;color:var(--color-body)}
.tg-faq-toggle{margin-top:var(--space-xl)}

.tg-gallery{}
.tg-gallery-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}
.tg-gallery-item{margin:0}
.tg-gallery-btn{display:block;width:100%;padding:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);
overflow:hidden;background:var(--color-surface-card);cursor:pointer}
.tg-gallery-btn img{width:100%;aspect-ratio:1/1;object-fit:cover}
.tg-gallery-item figcaption{margin-top:8px;font-size:12.5px;color:var(--color-text-muted)}
.tg-lightbox{position:fixed;inset:0;z-index:120;background:rgba(3,4,5,.94);display:flex;flex-direction:column;
align-items:center;justify-content:center;gap:var(--space-md);padding:24px}
.tg-lightbox img{max-width:min(92vw,900px);max-height:78vh;border-radius:var(--radius-lg);border:1px solid var(--color-border)}
.tg-lightbox-cap{margin:0;font-size:13px;color:var(--color-text-muted)}
.tg-lightbox-close{position:absolute;top:18px;right:18px;width:40px;height:40px;font-size:22px;line-height:1;
background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}

.tg-newsletter{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}
.tg-newsletter-inner{max-width:660px;text-align:center}
.tg-newsletter-inner .section-title{margin-left:auto;margin-right:auto}
.tg-newsletter-inner .section-subtitle{margin-left:auto;margin-right:auto}
.tg-newsletter-form{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center}
.tg-newsletter-form input{flex:1 1 260px;min-height:44px;padding:10px 14px;font-family:var(--font-body);font-size:15px;
color:var(--color-text);background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-md)}
.tg-newsletter-form input::placeholder{color:var(--color-ash)}
.tg-newsletter-form button{min-height:44px}
.tg-newsletter-note{margin:var(--space-md) 0 0;font-size:12.5px;color:var(--color-text-muted)}

.tg-footer{background:var(--color-bg);border-top:1px solid var(--color-border);padding:var(--space-section) 0 var(--space-xl)}
.tg-footer-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xxl)}
.tg-footer-logo{font-family:var(--font-heading);font-weight:600;font-size:1.05rem;color:var(--color-text)}
.tg-footer-tag{margin:var(--space-sm) 0 var(--space-lg);font-size:14px;color:var(--color-text-muted)}
.tg-footer-address{font-style:normal;font-size:13.5px;color:var(--color-text-muted);margin-bottom:var(--space-md)}
.tg-footer-address a{color:var(--color-body)}
.tg-footer-hours{font-size:13px;color:var(--color-ash);margin:0}
.tg-footer-head{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text);margin-bottom:var(--space-md)}
.tg-footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}
.tg-footer-list a{font-size:14px;color:var(--color-text-muted)}
.tg-footer-list a:hover{color:var(--color-text)}
.tg-footer-social{}
.tg-footer-col{}
.tg-footer-brand{}
.tg-footer-langs{display:flex;flex-wrap:wrap;gap:10px;margin-top:var(--space-xxl)}
.tg-footer-langs:empty{display:none}
.tg-footer-bottom{margin-top:var(--space-xxl);padding-top:var(--space-lg);border-top:1px solid var(--color-border)}
.footer__copyright{font-size:13px;color:var(--color-text-muted);margin-bottom:8px}
.tg-footer-bottom p{font-size:12px;color:var(--color-ash)}

.tg-cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:90;display:flex;flex-wrap:wrap;align-items:center;
gap:var(--space-md);padding:12px 16px;background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-lg)}
.tg-cookie p{margin:0;font-size:13px;color:var(--color-body);flex:1 1 240px}
.tg-cookie a{text-decoration:underline}
.tg-cookie-actions{display:flex;gap:var(--space-sm)}
.tg-sticky{position:fixed;left:0;right:0;bottom:0;z-index:80;display:flex;align-items:center;justify-content:space-between;
gap:var(--space-md);padding:10px 20px;background:rgba(13,13,13,.92);backdrop-filter:blur(12px);border-top:1px solid var(--color-border)}
.tg-sticky-text{margin:0;font-size:13.5px;color:var(--color-body)}
.tg-sticky-actions{display:flex;align-items:center;gap:var(--space-sm)}
.tg-sticky-close{width:32px;height:32px;font-size:18px;line-height:1;background:transparent;color:var(--color-text-muted);
border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}

.tg-page-body main>section:first-child{padding-top:var(--space-xxl)}
.tg-page{}
.tg-page-title{font-size:clamp(1.9rem,4.6vw,2.9rem);font-weight:600;letter-spacing:-.02em;margin-bottom:var(--space-lg)}
.tg-back{font-size:13.5px;color:var(--color-text-muted);margin-bottom:var(--space-lg)}
.tg-back a{color:var(--color-text-muted)}
.tg-contact{}
.tg-contact-grid{display:grid;grid-template-columns:1fr;gap:var(--space-xxl);align-items:start}
.tg-contact-form{display:flex;flex-direction:column;gap:var(--space-lg);border:1px solid var(--color-border);
border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-xl)}
.tg-field{display:flex;flex-direction:column;gap:6px}
.tg-field label{font-size:13px;font-weight:500;color:var(--color-body)}
.tg-field input,.tg-field textarea{width:100%;min-height:42px;padding:10px 12px;font-family:var(--font-body);font-size:15px;
color:var(--color-text);background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-md);resize:vertical}
.tg-field textarea{min-height:130px}
.tg-contact-info{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-xl)}
.tg-contact-info h3{font-size:1.05rem;margin-bottom:var(--space-md)}
.tg-contact-info address{font-style:normal;font-size:14px;color:var(--color-body);margin-bottom:var(--space-md)}
.tg-contact-info p{font-size:14px;color:var(--color-text-muted)}
.tg-contact-info a{color:var(--color-body);text-decoration:underline}
.tg-contact-hint{font-size:13px;color:var(--color-ash)}
.tg-form-note{margin:0;padding:10px 14px;font-size:.875rem;border-radius:var(--radius-md);
color:#ff8f8f;background:rgba(255,97,97,.12);border:1px solid rgba(255,97,97,.4)}
.tg-form-note--error{color:#ff8f8f}
.auto-email{word-break:break-all}

.tg-story{}
.tg-story-cta{margin-top:var(--space-xl)}
.tg-values{}
.tg-value-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}
.tg-value{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-xl)}
.tg-value-index{display:block;font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--color-ash);margin-bottom:var(--space-sm)}
.tg-value-title{font-size:1.02rem;margin-bottom:var(--space-sm)}
.tg-value-text{margin:0;font-size:14.5px;color:var(--color-text-muted)}

.tg-legal{}
.tg-legal-updated{font-size:14px;font-weight:400;color:var(--color-text-muted);letter-spacing:0;margin-bottom:var(--space-xxl)}
.tg-legal-body{max-width:76ch}
.tg-legal-block{padding:0;margin-bottom:var(--space-xxl)}
.tg-legal-head{font-size:1.1rem;font-weight:600;margin-bottom:var(--space-md)}
.tg-legal-block p{font-size:14.5px;color:var(--color-body)}
.tg-legal-block a{text-decoration:underline}

.is-open,.is-active,.visible,.active,.open,.show{}
body.no-scroll{overflow:hidden}

@media (min-width:768px){
  :root{--space-section:64px}
  .container{padding:0 24px}
  .tg-stats-row,.tg-story-stats{grid-template-columns:repeat(4,1fr)}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .tg-use-grid,.tg-value-grid{grid-template-columns:repeat(2,1fr)}
  .tg-steps{grid-template-columns:repeat(2,1fr)}
  .tg-gallery-grid{grid-template-columns:repeat(2,1fr)}
  .tg-footer-grid{grid-template-columns:repeat(2,1fr)}
  .tg-risk-head{display:grid;grid-template-columns:1fr 1.6fr}
  .tg-risk-row{grid-template-columns:1fr 1.6fr;gap:var(--space-xl);padding:var(--space-xl)}
  .tg-contact-grid{grid-template-columns:1.15fr .85fr}
  .tg-newsletter-form{flex-wrap:nowrap}
  .tg-newsletter-form input{flex:1 1 auto}
}
@media (min-width:1024px){
  :root{--space-section:96px}
  .tg-hamburger{display:none}
  .tg-hero-inner{grid-template-columns:1.02fr .98fr;gap:var(--space-xxl)}
  .products-grid{grid-template-columns:repeat(3,1fr)}
  .tg-use-grid{grid-template-columns:repeat(3,1fr)}
  .tg-value-grid{grid-template-columns:repeat(2,1fr)}
  .tg-steps{grid-template-columns:repeat(4,1fr)}
  .tg-gallery-grid{grid-template-columns:repeat(4,1fr)}
  .tg-footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}
  .tg-benefit-row{grid-template-columns:.42fr .58fr;gap:var(--space-xl);padding:var(--space-lg)}
  .tg-benefit-row--flip{direction:rtl}
  .tg-benefit-row--flip>*{direction:ltr}
  .tg-feature{grid-template-columns:1fr 1fr;gap:var(--space-xxl)}
  .tg-feature--flip .tg-feature-media{order:2}
  .tg-about-grid,.tg-story-grid{grid-template-columns:1.25fr .75fr;gap:var(--space-section)}
  .tg-tl{grid-template-columns:repeat(4,1fr);gap:var(--space-xl)}
  .tg-tl-item{border-left:0;border-top:1px solid var(--color-border);padding:var(--space-lg) 0 0}
  .tg-tl-item::before{left:0;top:-4px}
}
@media (min-width:1200px){
  .products-grid{grid-template-columns:repeat(4,1fr)}
}
@media (min-width:1600px){
  .container{padding:0 48px}
}
@media (max-width:1023px){
  .tg-hamburger{display:flex}
  .header-nav{position:fixed;inset:var(--header-h) 0 auto 0;background:var(--color-bg);border-bottom:1px solid var(--color-border);
  padding:var(--space-lg) 20px;margin-left:0;display:none}
  .header-nav.is-open{display:block}
  .header-nav ul{flex-direction:column;gap:var(--space-lg)}
  .tg-header-cta{margin-left:auto}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition:none !important;animation:none !important}
}
