:root{--ink:#172033;--muted:#667085;--line:#e5e7eb;--bg:#f6f7f9;--card:#fff;--accent:#ef7d00;--accent2:#d96d00;--green:#207a45}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}a{color:inherit}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.topbar{max-width:1180px;margin:auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:56px;height:56px;object-fit:contain}.brand strong{display:block;font-size:22px}.brand small{display:block;color:var(--muted)}.main-nav{display:flex;align-items:center;gap:18px}.main-nav a{text-decoration:none;font-weight:700}.cart-link{background:var(--ink);color:#fff;padding:10px 14px;border-radius:999px}.cart-link span{background:var(--accent);display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border-radius:999px;margin-left:4px}.wrap{max-width:1180px;margin:0 auto;padding:28px 20px 50px}.hero{background:linear-gradient(120deg,#fff,#fff5e9);border:1px solid #f2dfc9;border-radius:22px;padding:34px;display:grid;grid-template-columns:1.5fr .7fr;gap:28px;align-items:center;margin-bottom:28px}.hero h1{font-size:clamp(30px,5vw,52px);line-height:1.05;margin:0 0 14px}.hero p{font-size:18px;color:var(--muted);max-width:760px}.hero-badges{display:grid;gap:10px}.badge{background:#fff;border:1px solid var(--line);padding:13px 15px;border-radius:14px;font-weight:700}.section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:28px 0 14px}.section-title h2{margin:0;font-size:28px}.section-title p{margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;flex-direction:column;box-shadow:0 7px 24px rgba(23,32,51,.04)}.product-img{height:210px;display:grid;place-items:center;background:#fafafa;border-radius:14px;margin-bottom:15px;overflow:hidden}.product-img img{max-width:100%;max-height:190px;object-fit:contain}.category{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}.product-card h3{font-size:21px;line-height:1.25;margin:7px 0}.product-card p{color:var(--muted);margin:0 0 12px;flex:1}.price{font-size:24px;font-weight:800;margin:7px 0 14px}.actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:7px;border:0;border-radius:12px;padding:12px 14px;font-weight:800;text-decoration:none;cursor:pointer;font-size:15px}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent2)}.btn-secondary{background:#f2f4f7;color:var(--ink)}.btn-dark{background:var(--ink);color:#fff}.detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:34px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}.detail-image{min-height:420px;display:grid;place-items:center;background:#fafafa;border-radius:18px}.detail-image img{max-width:90%;max-height:390px;object-fit:contain}.detail h1{font-size:38px;line-height:1.12;margin:7px 0 12px}.detail .lead{font-size:18px;color:var(--muted)}.buybox{background:#fff8ef;border:1px solid #f2dfc9;border-radius:16px;padding:16px;margin:20px 0}.buyrow{display:flex;align-items:center;gap:12px}.qty{width:74px;padding:12px;border:1px solid #cfd4dc;border-radius:10px;font-size:16px}.specs{width:100%;border-collapse:collapse;margin-top:20px}.specs th,.specs td{padding:11px 0;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.specs th{width:42%;color:var(--muted)}.notice{border-radius:14px;padding:14px 16px;margin:14px 0}.notice-success{background:#edf8f1;color:#17683b;border:1px solid #cbead6}.notice-info{background:#f4f7fb;border:1px solid #dde5ef}.cart-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.65fr);gap:22px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.cart-item{display:grid;grid-template-columns:84px 1fr 86px 100px auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:0}.cart-thumb{width:78px;height:78px;object-fit:contain;background:#fafafa;border-radius:10px}.cart-item h3{font-size:17px;margin:0 0 3px}.cart-item small{color:var(--muted)}.remove{background:none;border:0;color:#a23c30;text-decoration:underline;cursor:pointer}.summary-row{display:flex;justify-content:space-between;gap:14px;padding:8px 0}.summary-row.total{font-size:21px;font-weight:800;border-top:1px solid var(--line);margin-top:8px;padding-top:15px}.country-choice{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:10px 0 18px}.country-choice label{border:1px solid var(--line);border-radius:12px;padding:12px;cursor:pointer}.country-choice label:has(input:checked){border-color:var(--accent);background:#fff8ef}.country-choice input{margin-right:6px}.checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-weight:700;font-size:14px}.field input,.field select,.field textarea{width:100%;padding:12px;border:1px solid #cfd4dc;border-radius:10px;font:inherit;background:#fff}.field textarea{min-height:100px;resize:vertical}.checkout-summary{position:sticky;top:96px}.mail-preview{background:#f7f8fa;border:1px dashed #c8ced8;border-radius:12px;padding:12px;font-size:14px;color:var(--muted);margin:14px 0}.site-footer{background:#172033;color:#fff;margin-top:34px}.footer-grid{max-width:1180px;margin:auto;padding:32px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.site-footer p{color:#d1d6df;margin:7px 0}.empty{text-align:center;padding:50px 20px}.empty h2{font-size:30px}.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:14px}.breadcrumb a{color:var(--muted)}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.detail,.cart-layout{grid-template-columns:1fr}.checkout-summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.topbar{padding:9px 13px}.brand img{width:42px;height:42px}.brand strong{font-size:18px}.brand small{display:none}.main-nav{gap:8px}.main-nav>a:not(.cart-link){display:none}.wrap{padding:18px 12px 36px}.hero{padding:22px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{padding:11px;border-radius:14px}.product-img{height:145px}.product-img img{max-height:135px}.product-card h3{font-size:16px}.product-card p{font-size:13px}.price{font-size:19px}.actions{grid-template-columns:1fr}.btn{padding:10px 9px;font-size:13px}.detail{padding:16px;grid-template-columns:1fr}.detail-image{min-height:280px}.detail-image img{max-height:255px}.detail h1{font-size:30px}.cart-item{grid-template-columns:62px 1fr 64px;gap:9px}.cart-thumb{width:58px;height:58px}.cart-price,.cart-remove{grid-column:2/4}.checkout-form{grid-template-columns:1fr}.field.full{grid-column:auto}.country-choice{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.section-title{display:block}.section-title p{margin-top:4px}}

/* Moderne homepage */
.home-hero-wrap{padding-top:28px;padding-bottom:10px}.home-hero{background:linear-gradient(120deg,#fff,#fff5e9);border:1px solid #f2dfc9;border-radius:26px;padding:42px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:36px;align-items:center;overflow:hidden;position:relative}.home-hero:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(239,125,0,.065);right:-150px;top:-145px;pointer-events:none}.home-hero-copy{position:relative;z-index:1}.home-hero h1{font-size:clamp(38px,5.4vw,64px);line-height:1.02;letter-spacing:-.035em;margin:8px 0 18px;max-width:800px}.home-lead{font-size:19px;color:var(--muted);max-width:740px;margin:0 0 22px}.home-lead strong{color:var(--ink)}.home-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.btn-large{padding:14px 20px;font-size:16px}.trust-row{display:flex;flex-wrap:wrap;gap:8px}.trust-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 11px;font-size:13px;font-weight:700}.home-hero-products{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:12px;min-height:390px;position:relative;z-index:1}.hero-product{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 10px 30px rgba(23,32,51,.06);overflow:hidden}.hero-product-main{grid-row:1/3}.hero-product img{max-width:100%;max-height:130px;object-fit:contain;transition:transform .2s ease}.hero-product-main img{max-height:255px}.hero-product span{font-weight:800;font-size:14px;margin-top:8px;text-align:center}.hero-product:hover img{transform:scale(1.025)}.home-section{padding-top:46px;padding-bottom:46px}.section-heading-center{text-align:center;max-width:850px;margin:0 auto 22px}.section-heading-center.narrow{max-width:760px}.section-heading-center h2,.info-split h2,.prevention-layout h2,.home-cta h2{font-size:clamp(28px,4vw,42px);line-height:1.12;letter-spacing:-.025em;margin:7px 0 10px}.section-heading-center p{color:var(--muted);font-size:17px;margin:0}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.solution-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 7px 24px rgba(23,32,51,.035)}.solution-number{width:38px;height:38px;border-radius:12px;background:#fff3e4;color:#b75b00;display:grid;place-items:center;font-weight:900;margin-bottom:16px}.solution-card h3{font-size:22px;margin:0 0 8px}.solution-card p{color:var(--muted);margin:0 0 14px}.solution-card a,.text-link{font-weight:800;color:#c76500;text-decoration:none}.solution-card a:hover,.text-link:hover{text-decoration:underline}.home-band{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-band-light{background:#fff9f2;border-color:#f2dfc9}.info-split{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:42px;align-items:center;padding-top:52px;padding-bottom:52px}.info-split>div>p{color:var(--muted);font-size:17px}.check-list{list-style:none;padding:0;margin:22px 0}.check-list li{position:relative;padding:8px 0 8px 31px}.check-list li:before{content:"✓";position:absolute;left:0;top:7px;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#edf8f1;color:var(--green);font-size:12px;font-weight:900}.info-card{background:var(--ink);color:#fff;border-radius:22px;padding:28px;box-shadow:0 16px 45px rgba(23,32,51,.14)}.info-card>strong{color:#ffb15c;text-transform:uppercase;letter-spacing:.05em;font-size:12px}.info-card h3{font-size:27px;margin:7px 0 8px}.info-card p{color:#d9dde5;margin:0 0 18px}.info-card .btn-dark{background:#fff;color:var(--ink)}.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-title-link{text-decoration:none}.full-btn{width:100%}.mobile-shop-link{display:none;margin-top:14px}.knowledge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.knowledge-grid article{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px}.knowledge-grid h3{margin:0 0 7px;font-size:19px}.knowledge-grid p{color:var(--muted);margin:0;font-size:15px}.prevention-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:38px;padding-top:48px;padding-bottom:48px;align-items:start}.tips-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tips-grid>div{background:#fff;border:1px solid #f0dfcb;border-radius:16px;padding:18px}.tips-grid strong{font-size:17px}.tips-grid p{margin:5px 0 0;color:var(--muted);font-size:14px}.home-cta{background:linear-gradient(115deg,#172033,#2a354b);color:#fff;border-radius:24px;margin-top:46px;margin-bottom:56px;padding:32px 34px;display:flex;align-items:center;justify-content:space-between;gap:30px}.home-cta .category{color:#ffb15c}.home-cta h2{margin-bottom:7px}.home-cta p{color:#d6dbe4;max-width:700px;margin:0}.home-cta-actions{display:flex;flex-direction:column;align-items:flex-end;gap:9px;min-width:245px}.home-cta-actions span{font-size:13px;color:#d6dbe4}.desktop-link{white-space:nowrap}
@media(max-width:980px){.home-hero{grid-template-columns:1fr}.home-hero-products{min-height:300px;grid-template-columns:1.2fr 1fr}.hero-product-main img{max-height:200px}.solution-grid{grid-template-columns:1fr 1fr}.solution-card:last-child{grid-column:1/-1}.knowledge-grid{grid-template-columns:1fr 1fr}.prevention-layout{grid-template-columns:1fr}.info-split{grid-template-columns:1fr}.home-cta{align-items:flex-start}.nav-extra{display:none}}
@media(max-width:700px){.home-hero-wrap{padding-top:16px}.home-hero{padding:24px 18px;border-radius:20px;gap:24px}.home-hero h1{font-size:37px}.home-lead{font-size:16px}.home-hero-actions{display:grid;grid-template-columns:1fr}.home-hero-actions .btn{width:100%}.trust-row{display:grid;grid-template-columns:1fr 1fr}.trust-row span:first-child{grid-column:1/-1}.home-hero-products{min-height:240px;grid-template-columns:1fr 1fr;grid-template-rows:auto}.hero-product-main{grid-row:auto;grid-column:1/-1;min-height:150px}.hero-product-main img{max-height:115px}.hero-product img{max-height:78px}.home-section{padding-top:33px;padding-bottom:33px}.solution-grid,.knowledge-grid{grid-template-columns:1fr}.solution-card:last-child{grid-column:auto}.info-split{gap:24px;padding-top:36px;padding-bottom:36px}.featured-grid{grid-template-columns:1fr 1fr}.featured-grid .product-card:last-child{display:none}.desktop-link{display:none}.mobile-shop-link{display:flex}.prevention-layout{padding-top:36px;padding-bottom:36px}.tips-grid{grid-template-columns:1fr}.home-cta{margin:28px 12px 38px;padding:24px 20px;display:block}.home-cta-actions{align-items:stretch;min-width:0;margin-top:20px}.home-cta-actions span{text-align:center}.main-nav .nav-extra{display:none}.main-nav>a:not(.cart-link):not([href="/shop.php"]){display:none}.main-nav>a[href="/shop.php"]{display:inline}.brand span small{display:none}}
@media(max-width:430px){.featured-grid{grid-template-columns:1fr}.featured-grid .product-card:last-child{display:flex}.trust-row{grid-template-columns:1fr}.trust-row span:first-child{grid-column:auto}.home-hero h1{font-size:34px}.home-hero-products{grid-template-columns:1fr 1fr}.brand img{width:38px;height:38px}.brand strong{font-size:17px}.cart-link{padding:9px 11px;font-size:13px}.main-nav>a[href="/shop.php"]{font-size:13px}}
