
:root{--yellow:#ffc400;--yellow2:#e8b200;--ink:#090909;--ink2:#111;--text:#141414;--muted:#667085;--line:#e7e9ee;--bg:#f5f6f8;--white:#fff;--max:1440px;--r:18px;--shadow:0 18px 55px rgba(15,23,42,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.skip{position:fixed;top:-60px;left:12px;background:#fff;padding:10px 14px;z-index:9999}.skip:focus{top:10px}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.header{height:86px;background:rgba(8,8,8,.96);border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:100;backdrop-filter:blur(12px)}.header__inner{height:100%;display:flex;align-items:center;gap:34px}.brand{margin-right:auto}.brand img{width:190px;height:55px;object-fit:contain}.nav{display:flex;align-items:center;gap:28px;color:#fff;font-size:14px;font-weight:700}.nav a{padding:34px 0 29px;position:relative;opacity:.92}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:19px;height:3px;border-radius:3px;background:var(--yellow);transform:scaleX(0);transition:.2s}.nav a:hover:after,.nav a.is-active:after{transform:scaleX(1)}.header__actions{display:flex;align-items:center;gap:18px}.phone{color:var(--yellow);font-weight:800;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:13px 20px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn--yellow{background:var(--yellow);color:#111;box-shadow:0 9px 22px rgba(255,196,0,.18)}.btn--yellow:hover{background:#ffd232}.btn--ghost{border-color:rgba(255,255,255,.55);color:#fff}.btn--ghost:hover{background:#fff;color:#111}.btn--large{padding:16px 25px;border-radius:13px}.btn--outline-yellow{border-color:var(--yellow);color:var(--yellow);margin-top:20px}.btn--dark{background:#111;color:#fff}.hamb{display:none;background:none;border:0;width:44px;height:44px;padding:9px}.hamb span{display:block;height:2px;background:#fff;margin:6px 0}.mobile-nav{display:none;background:#0a0a0a;border-top:1px solid #222}.mobile-nav .wrap{display:grid;padding:10px 0 18px}.mobile-nav a{color:#fff;padding:13px 2px;border-bottom:1px solid #222;font-weight:700}.mobile-nav .btn{margin-top:10px;color:#111;border:0}
.hero{background:radial-gradient(circle at 74% 18%,#252525 0,#141414 31%,#090909 67%);color:#fff;padding:28px 0 20px;overflow:hidden}.hero__grid{display:block}.hero__copy{display:none}.kicker{text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:800;color:#d8d8d8;margin:0 0 16px}.hero h1{font-size:clamp(48px,5.1vw,78px);line-height:.92;letter-spacing:-.045em;margin:0 0 22px;font-weight:900}.hero h1 em{display:block;color:var(--yellow);font-style:normal}.hero__lead{font-size:18px;line-height:1.55;color:#e3e3e3;max-width:600px;margin:0 0 25px}.hero__benefits{display:flex;gap:22px;flex-wrap:wrap;margin:0 0 28px}.hero__benefits span{display:flex;align-items:center;gap:9px;font-size:13px}.hero__benefits i{font-style:normal;color:var(--yellow);width:34px;height:34px;border:1px solid #8a6b00;border-radius:50%;display:grid;place-items:center}.hero__cta{display:flex;gap:12px;flex-wrap:wrap}.hero__visual{width:100%;height:auto;aspect-ratio:1950/807;position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 70px rgba(0,0,0,.35);background:#111}.hero__stage{height:100%}.hero__slide{position:absolute;inset:0;opacity:0;transform:none;transition:opacity .45s ease;pointer-events:none}.hero__slide.is-active{opacity:1;transform:none;pointer-events:auto}.hero__slide img{width:100%;height:100%;object-fit:contain;object-position:center;filter:none;image-rendering:auto;backface-visibility:hidden;transform:translateZ(0);background:#111}.hero__slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.02) 58%,rgba(0,0,0,.55) 100%);pointer-events:none}.hero__label{display:none}.hero__label small{color:var(--yellow);text-transform:uppercase;font-weight:900;letter-spacing:.12em}.hero__label strong{display:block;font-size:28px;margin-top:4px}.hero__arrow{position:absolute;z-index:4;top:50%;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.38);background:rgba(0,0,0,.38);color:#fff;font-size:30px;line-height:1;transform:translateY(-50%);cursor:pointer}.hero__arrow:hover{background:var(--yellow);color:#111}.hero__arrow--prev{left:15px}.hero__arrow--next{right:15px}.hero__dots{position:absolute;z-index:4;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:8px}.hero__dots button{width:9px;height:9px;border:0;border-radius:99px;background:#fff;opacity:.65;padding:0}.hero__dots button.is-active{width:25px;background:var(--yellow);opacity:1}.hero__thumbs{display:grid;grid-template-columns:repeat(7,1fr);gap:9px;margin-top:16px}.hero__thumb{background:#171717;color:#fff;border:1px solid #2a2a2a;border-radius:12px;padding:7px;cursor:pointer;overflow:hidden;transition:.2s}.hero__thumb:hover,.hero__thumb.is-active{border-color:var(--yellow);box-shadow:0 0 0 1px var(--yellow) inset}.hero__thumb img{width:100%;height:68px;object-fit:cover;border-radius:8px;filter:brightness(.9)}.hero__thumb span{display:block;font-size:11px;font-weight:800;text-align:center;margin-top:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.section{padding:74px 0}.heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.heading__eyebrow{display:block;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.11em;color:#a27900;margin-bottom:8px}.heading h2,.about h2{font-size:clamp(31px,3vw,44px);line-height:1.05;letter-spacing:-.035em;margin:0}.heading>p{max-width:560px;color:var(--muted);line-height:1.6;margin:0}.heading--center{display:block;text-align:center}.heading--center>p{margin:10px auto 0}.products{background:#f7f8fa}.products__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.product{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 5px 18px rgba(15,23,42,.04);display:flex;flex-direction:column;min-width:0;transition:.22s}.product:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#d4d8e0}.product__image{height:162px;background:linear-gradient(145deg,#fff,#f5f5f5);padding:12px;overflow:hidden}.product__image img{width:100%;height:100%;object-fit:cover;border-radius:9px}.product__body{padding:15px;display:flex;flex-direction:column;flex:1}.product h3{font-size:14px;line-height:1.3;margin:0 0 8px;min-height:37px}.product p{font-size:12px;color:#6b7280;line-height:1.5;margin:0 0 15px}.product .btn{margin-top:auto;width:100%;padding:10px 8px;font-size:12px}
.trust{background:#0b0b0b;color:#fff;border-top:1px solid #232323;border-bottom:1px solid #232323}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust__grid>div{padding:24px;display:grid;grid-template-columns:42px auto;column-gap:12px;border-right:1px solid #242424}.trust__grid>div:last-child{border-right:0}.trust i{grid-row:1/3;font-style:normal;width:42px;height:42px;border:1px solid #5e4d00;color:var(--yellow);border-radius:50%;display:grid;place-items:center}.trust b{font-size:14px}.trust span{font-size:11px;color:#aeb2ba;margin-top:3px}
.section--dark{background:#0c0c0d;color:#fff}.about__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.about__grid>div:first-child p{color:#c6c7ca;line-height:1.75}.about__cards{display:grid;grid-template-columns:1fr 1fr;gap:13px}.about__cards article{border:1px solid #272727;border-radius:15px;background:#121214;padding:22px}.about__cards i{font-style:normal;color:var(--yellow);font-size:24px}.about__cards h3{font-size:16px;margin:14px 0 8px}.about__cards p{font-size:13px;line-height:1.55;color:#aeb0b5;margin:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.steps article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.steps b{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:var(--yellow);font-size:20px;margin-bottom:18px}.steps h3{font-size:16px;margin:0 0 8px}.steps p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}.cta{background:var(--yellow);padding:42px 0}.cta__inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.cta span{text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.12em}.cta h2{font-size:clamp(28px,3vw,42px);letter-spacing:-.035em;margin:5px 0}.cta p{margin:0;color:#3a320d}.footer{background:#080808;color:#fff;padding:50px 0 20px}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.15fr;gap:50px}.footer__brand img{width:190px;margin-bottom:14px}.footer__brand p{color:#a8abb1;font-size:13px;line-height:1.65;max-width:340px}.footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}.footer__grid>div:not(.footer__brand){display:flex;flex-direction:column;align-items:flex-start}.footer a,.footer span,.footer small{font-size:12px;color:#b8bbc1;margin:0 0 9px}.footer a:hover{color:var(--yellow)}.footer small{color:#777}.footer__bottom{border-top:1px solid #222;margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;color:#777;font-size:11px}.float-wa{position:fixed;right:18px;bottom:18px;z-index:90;background:#20c565;color:#fff;border-radius:999px;padding:13px 17px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.26);display:flex;gap:8px;align-items:center}.reveal{opacity:0;transform:translateY(18px);transition:.6s ease}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1180px){.nav{gap:17px}.phone{display:none}.products__grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:930px){.header{height:76px}.header__inner{gap:12px}.brand img{width:165px}.nav,.header__actions{display:none}.hamb{display:block}.mobile-nav.is-open{display:block}.hero{padding-top:20px}.hero__thumbs{grid-template-columns:repeat(4,1fr)}.products__grid{grid-template-columns:repeat(3,1fr)}.about__grid{grid-template-columns:1fr;gap:35px}.steps{grid-template-columns:1fr 1fr}.trust__grid{grid-template-columns:1fr 1fr}.trust__grid>div:nth-child(2){border-right:0}.trust__grid>div:nth-child(-n+2){border-bottom:1px solid #242424}.footer__grid{grid-template-columns:1fr 1fr}.cta__inner{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.wrap{width:min(100% - 22px,var(--max))}.brand img{width:150px}.hero__visual{border-radius:14px}.hero__thumbs{grid-template-columns:repeat(2,1fr)}.hero__thumb:nth-child(n+5){display:none}.heading{display:block}.heading>p{margin-top:12px}.section{padding:54px 0}.products__grid{grid-template-columns:1fr 1fr;gap:9px}.product__image{height:118px;padding:8px}.product__body{padding:11px}.product h3{font-size:12px;min-height:46px}.product p{display:none}.product .btn{font-size:10px}.trust__grid{grid-template-columns:1fr 1fr}.trust__grid>div{padding:17px 11px;grid-template-columns:35px auto}.trust i{width:35px;height:35px}.about__cards{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.footer__grid{grid-template-columns:1fr}.footer__bottom{display:block}.float-wa span{display:none}.float-wa{width:50px;height:50px;justify-content:center;padding:0}.cta .btn{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* V2.4 SEO link enhancements */
.brand{background:#090909;border-radius:10px;padding:4px 7px}.product__seo-link{display:flex;flex-direction:column;flex:1}.product__actions-home{padding:0 15px 15px;margin-top:auto;display:grid;gap:8px}.product__actions-home .btn{width:100%;padding:10px 8px;font-size:11px}.product__more{text-align:center;font-size:11px;font-weight:800;color:#705800}.seo-home-links{background:#fff;border-top:1px solid #e4e6eb;border-bottom:1px solid #e4e6eb}.seo-home-links .wrap{display:flex;flex-wrap:wrap;gap:8px 18px;padding-top:13px;padding-bottom:13px;font-size:11px}.seo-home-links strong{color:#111}.seo-home-links a{font-weight:800;color:#6b5200}.seo-home-links a:hover{text-decoration:underline}@media(max-width:640px){.product__actions-home{padding:0 10px 10px}.product__more{font-size:10px}.seo-home-links .wrap{gap:7px 12px}}
