*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0a;--bg-card: #141414;--bg-input: #e8e8e8;--orange: #ff6600;--orange-dark: #e55a00;--white: #ffffff;--gray: #b0b0b0;--text-body: #d8d8d8;--text-weight: 600;--gray-dark: #2a2a2a;--max-width: 1200px;--radius: 12px}html{scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:radial-gradient(ellipse at 50% -10%,rgba(255,102,0,.14) 0%,transparent 50%),radial-gradient(ellipse at 100% 50%,rgba(255,102,0,.06) 0%,transparent 40%),var(--bg);color:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.header{padding:1rem 0;border-bottom:1px solid var(--gray-dark);background:var(--bg)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:56px}.header__logo{width:148px;height:44px;object-fit:cover;object-position:center;border-radius:4px;flex-shrink:0}.header__delivery{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:var(--text-weight);color:var(--gray)}.header__delivery svg{color:var(--orange);flex-shrink:0}.header__delivery span{white-space:nowrap}.hero{padding:3rem 0 4rem;background:radial-gradient(ellipse at 20% 50%,rgba(255,102,0,.14) 0%,transparent 55%),radial-gradient(ellipse at 80% 20%,rgba(255,102,0,.08) 0%,transparent 45%),transparent}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.hero__tagline{color:var(--orange);font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1;text-transform:uppercase;margin-bottom:1rem}.hero__title span{color:var(--orange)}.hero__subtitle{font-size:clamp(.85rem,2vw,1.1rem);font-weight:var(--text-weight);color:var(--text-body);text-transform:uppercase;letter-spacing:.03em;margin-bottom:1.5rem;line-height:1.35}.hero__subtitle-part{display:inline}.price-block{margin-bottom:2rem;border-radius:var(--radius);overflow:hidden;background:var(--bg-card);border:1px solid var(--gray-dark)}.price-block__banner{background:var(--orange);color:var(--white);text-align:center;padding:.6rem 1rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.price-block__body{display:grid;grid-template-columns:auto 1fr;align-items:stretch}.price-block__badge{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1.25rem;background:var(--orange-dark);color:var(--white);text-align:center;min-width:100px}.price-block__badge-label{font-size:.7rem;text-transform:uppercase;opacity:.9}.price-block__badge-value{font-size:1.75rem;font-weight:900;line-height:1.1}.price-block__badge-sub{font-size:.75rem;font-weight:700;text-transform:uppercase}.price-block__prices{display:grid;grid-template-columns:1fr 1fr;padding:1rem 1.25rem;gap:1rem;align-items:center}.price-block__col-label{font-size:.7rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.price-block__old{font-size:clamp(.95rem,2.5vw,1.2rem);font-weight:700;color:var(--gray);text-decoration:line-through}.price-block__prices>div:last-child{background:#ff660024;border:1px solid rgba(255,102,0,.35);border-radius:8px;padding:.75rem}.price-block__prices>div:last-child .price-block__col-label{color:var(--orange);font-weight:700}.price-block__new{font-size:clamp(1.1rem,3.5vw,1.5rem);font-weight:900;color:var(--orange);line-height:1}.price-block__new span{display:inline-block;font-size:clamp(3.2rem,12.5vw,5rem);font-weight:900;color:#f70;line-height:.95;text-shadow:0 0 24px rgba(255,102,0,.55),0 0 48px rgba(255,102,0,.25)}.hero__features{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero__feature{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:var(--text-weight);color:var(--text-body)}.hero__feature-icon{width:36px;height:36px;border:2px solid var(--orange);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero__feature-icon svg{color:var(--orange)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:var(--orange);color:var(--white);font-size:1rem;font-weight:700;border:none;border-radius:var(--radius);cursor:pointer;text-transform:uppercase;letter-spacing:.05em}.btn:hover{background:var(--orange-dark)}.btn:disabled{opacity:.6;cursor:not-allowed}.hero__image-wrap{border-radius:var(--radius);overflow:hidden;background:var(--bg-card)}.hero__image{width:100%;object-fit:cover}.section{padding:4rem 0}.section__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;text-transform:uppercase;text-align:center;margin-bottom:3rem}.section__title span{color:var(--orange)}.products{background:radial-gradient(ellipse at 50% 0%,rgba(255,102,0,.1) 0%,transparent 55%),transparent}.products__grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:2rem;align-items:start}.products__image{border-radius:var(--radius);overflow:hidden;background:var(--bg-card)}.products__image img{width:100%;object-fit:cover}.products__center{text-align:center}.products__intro{color:var(--text-body);font-size:.95rem;font-weight:var(--text-weight);margin-bottom:1rem;line-height:1.6}.products__lists{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;text-align:left}.products__list-title{color:var(--orange);font-size:.85rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.products__list{list-style:none}.products__list li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;font-weight:var(--text-weight);color:var(--text-body)}.products__check{color:var(--orange);flex-shrink:0;margin-top:2px}.kit{background:radial-gradient(ellipse at 80% 50%,rgba(255,102,0,.1) 0%,transparent 50%),radial-gradient(ellipse at 10% 80%,rgba(255,102,0,.06) 0%,transparent 40%),linear-gradient(180deg,transparent 0%,rgba(255,102,0,.03) 50%,transparent 100%)}.kit__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.kit__grid--six{grid-template-columns:repeat(3,1fr)}.products__lists--four{grid-template-columns:repeat(2,1fr)}.kit__item{text-align:center}.kit__item-image{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;background:var(--bg-card);margin-bottom:1rem}.kit__item-image img{width:100%;height:100%;object-fit:cover}.kit__item-label{font-size:.85rem;font-weight:var(--text-weight);color:var(--text-body)}.benefits{background:radial-gradient(ellipse at 20% 80%,rgba(255,102,0,.1) 0%,transparent 45%),radial-gradient(ellipse at 90% 20%,rgba(255,102,0,.06) 0%,transparent 40%),transparent}.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.benefit{text-align:center}.benefit__icon{width:64px;height:64px;margin:0 auto 1rem;border:2px solid var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center}.benefit__icon svg{color:var(--orange)}.benefit__text{font-size:.85rem;font-weight:var(--text-weight);color:var(--text-body);line-height:1.4}.seller{padding:3rem 0;background:radial-gradient(ellipse at 50% 50%,rgba(255,102,0,.08) 0%,transparent 60%),transparent}.seller__card{max-width:640px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding:2rem;background:var(--bg-card);border:1px solid var(--gray-dark);border-radius:var(--radius)}.seller__icon{width:56px;height:56px;border:2px solid var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.seller__icon svg{color:var(--orange)}.seller__badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--orange);margin-bottom:.5rem}.seller__title{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.seller__subtitle{font-size:.9rem;font-weight:var(--text-weight);color:var(--text-body);margin-bottom:0}.seller__details{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;gap:1.25rem 2rem;width:100%;padding-top:1.25rem;margin-top:.25rem;border-top:1px solid var(--gray-dark);font-size:.85rem;font-weight:var(--text-weight);color:var(--text-body)}.seller__detail{min-width:140px}.seller__detail-label{color:var(--gray);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.15rem}.seller__detail-value a{color:var(--orange)}.seller__detail-value a:hover{text-decoration:underline}.order{padding:4rem 0;background:radial-gradient(ellipse at 0% 100%,rgba(255,102,0,.15) 0%,transparent 55%),radial-gradient(ellipse at 100% 0%,rgba(255,102,0,.08) 0%,transparent 45%),transparent}.order__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.order__image{border-radius:var(--radius);overflow:hidden}.order__image img{width:100%;object-fit:cover}.order__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;text-transform:uppercase;margin-bottom:.5rem}.order__title span{color:var(--orange)}.order__subtitle{font-size:.85rem;font-weight:var(--text-weight);color:var(--text-body);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.order__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.order__price-old{font-size:1rem;color:var(--gray);text-decoration:line-through}.order__price-new{font-size:1.75rem;font-weight:900;color:var(--white)}.order__price-new span{color:var(--orange)}.form{display:flex;flex-direction:column;gap:1rem}.form__field{position:relative}.form__field svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.form__input{width:100%;padding:1rem 1rem 1rem 3rem;background:var(--bg-input);border:none;border-radius:var(--radius);font-size:1rem;color:#333;outline:none}.form__input::placeholder{color:#888}.form__honeypot{position:absolute;left:-9999px;opacity:0;height:0;width:0}.form__message{font-size:.9rem;min-height:1.25rem}.form__message--success{color:#4ade80}.form__message--error{color:#f87171}.form__privacy{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:var(--text-weight);color:var(--gray);margin-top:.5rem}.form__privacy svg{color:var(--orange);flex-shrink:0}.footer{padding:2rem 0;border-top:1px solid var(--gray-dark);text-align:center;font-size:.8rem;color:var(--gray);background:radial-gradient(ellipse at 50% 100%,rgba(255,102,0,.08) 0%,transparent 70%),transparent}.footer__socials{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;margin-bottom:1rem}.footer__social{color:var(--orange);font-weight:var(--text-weight);font-size:.85rem}.footer__social:hover{text-decoration:underline}.footer__hours{color:var(--gray);font-size:.85rem;font-weight:var(--text-weight);margin-bottom:1rem}@media(max-width:900px){.hero__grid,.products__grid,.order__grid{grid-template-columns:1fr}.hero{padding-top:1.5rem}.hero__image-wrap{order:-1;margin-bottom:1.5rem}.products__grid .products__image:first-child{order:2}.products__grid .products__center{order:1}.products__grid .products__image:last-child{order:3}.kit__grid,.benefits__grid{grid-template-columns:repeat(2,1fr)}.products__lists{grid-template-columns:1fr}.header__delivery{font-size:.65rem;gap:.35rem;flex-shrink:1;min-width:0}.header__delivery span{white-space:nowrap;text-align:right;line-height:1.2}.header__logo{width:132px;height:40px}.hero__tagline{letter-spacing:.08em;font-size:.72rem}.hero__subtitle-part{display:block}.price-block__body{grid-template-columns:1fr}.price-block__badge{flex-direction:row;gap:.5rem;padding:.75rem 1rem}.price-block__prices{grid-template-columns:1fr 1fr}.seller__details{grid-template-columns:1fr;gap:1rem}}@media(min-width:768px){.header__logo{width:200px;height:52px}}@media(max-width:480px){.header{padding:.75rem 0}.container{width:min(100% - 1.25rem,var(--max-width))}.kit__grid,.benefits__grid{grid-template-columns:1fr}.hero__features{flex-direction:column}}
