:root{--charcoal: #1e1f23;--charcoal-soft: #2b2c31;--orange: #ff6a00;--orange-dark: #e05900;--orange-tint: #fff1e6;--bg: #ffffff;--bg-soft: #f6f6f8;--border: #e7e7eb;--text: #1c1d21;--text-muted: #6b6d76;--white: #ffffff;--font-display: "Manrope", system-ui, sans-serif;--font-serif: "Source Serif 4", Georgia, "Times New Roman", serif;--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px;--shadow-soft: 0 20px 45px -25px rgba(20, 20, 25, .35);--container: 1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-display);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--orange);outline-offset:3px}.app{display:flex;flex-direction:column;min-height:100vh}.site-header{background:var(--charcoal);color:var(--white)}.site-header__inner{max-width:var(--container);margin:0 auto;padding:18px 24px;display:flex;align-items:center;gap:32px}.site-header__brand{display:flex;align-items:baseline;gap:14px;flex-shrink:0}.site-header__logo{font-weight:800;font-size:22px;letter-spacing:.02em;color:var(--orange)}.site-header__group{display:none;font-size:11px;line-height:1.4;color:#9a9ba3;text-transform:uppercase;letter-spacing:.04em}.site-header__group span{display:block;color:#c7c8cf;text-transform:none;letter-spacing:0;font-size:12px}.site-header__nav{display:none;gap:28px;font-size:14px;font-weight:500;color:#d3d4d9}.site-header__nav a:hover{color:var(--orange)}.site-header__contacts{margin-left:auto;display:flex;align-items:center;gap:20px;font-size:13px;font-weight:600;white-space:nowrap}.site-header__contacts a:hover{color:var(--orange)}@media (min-width: 860px){.site-header__group{display:block}.site-header__nav{display:flex}}.site-footer{margin-top:auto;background:var(--charcoal);color:#c7c8cf}.site-footer__inner{max-width:var(--container);margin:0 auto;padding:48px 24px 32px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:24px}.site-footer__brand{grid-column:1 / -1}.site-footer__logo{font-weight:800;font-size:20px;color:var(--orange)}.site-footer__brand p{margin:10px 0 0;font-size:13px;color:#9a9ba3;max-width:320px;line-height:1.5}.site-footer__col{min-height:1px}.site-footer__contacts{grid-column:1 / -1;display:flex;gap:20px;font-size:13px;font-weight:600}.site-footer__contacts a:hover{color:var(--orange)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 24px;text-align:center;font-size:12px;color:#7d7e86}@media (min-width: 860px){.site-footer__brand{grid-column:auto}.site-footer__contacts{grid-column:auto;flex-direction:column;align-items:flex-start}}.page{max-width:var(--container);margin:0 auto;padding:48px 24px 96px;display:flex;flex-direction:column;gap:72px}.eyebrow{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--orange);margin-bottom:12px}.eyebrow--light{color:var(--orange)}.lead{font-family:var(--font-serif);font-size:19px;line-height:1.6;color:var(--text);max-width:52ch}.lead--muted{color:var(--text-muted)}.hero{display:grid;gap:40px;align-items:center}@media (min-width: 900px){.hero{grid-template-columns:1.05fr 1fr;gap:56px}}.hero__photo-card{position:relative;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft)}.hero__photo-card img{width:100%;height:auto;object-fit:contain}.badge{position:absolute;display:inline-flex;align-items:center;gap:6px;background:var(--white);color:var(--text);font-size:12px;font-weight:700;padding:8px 12px;border-radius:999px;box-shadow:0 8px 20px -8px #1414194d}.badge--age{top:18px;left:18px;color:var(--orange-dark)}.badge--gost{top:18px;right:18px}.hero h1{font-family:var(--font-display);font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.1;margin:0 0 16px;letter-spacing:-.01em}.chip-row{list-style:none;margin:28px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-flex;align-items:center;gap:8px;background:var(--bg-soft);border:1px solid var(--border);border-radius:999px;padding:9px 14px;font-size:13px;color:var(--text-muted)}.chip strong{color:var(--text);font-weight:700}.btn{display:inline-flex;align-items:center;gap:8px;margin-top:32px;padding:14px 26px;border-radius:999px;font-weight:700;font-size:14px;transition:transform .15s ease,background .15s ease}.btn--primary{background:var(--orange);color:var(--white)}.btn--primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.specs{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width: 720px){.specs{grid-template-columns:repeat(3,1fr)}}.spec-card{display:flex;align-items:flex-start;gap:14px;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px}.spec-card svg{color:var(--orange);flex-shrink:0;margin-top:2px}.spec-card>div{display:flex;flex-direction:column;gap:2px}.spec-card__label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.spec-card__value{font-weight:700;font-size:15px}.spec-card__muted{font-size:13px;color:var(--text-muted)}.solo{display:flex;flex-direction:column;align-items:flex-start;gap:28px;background:var(--orange-tint);border-radius:var(--radius-lg);padding:40px}@media (min-width: 720px){.solo{flex-direction:row;align-items:center}}.solo__badge{position:relative;flex-shrink:0;width:96px;height:96px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;color:var(--orange);box-shadow:var(--shadow-soft)}.solo__badge-count{position:absolute;bottom:-6px;right:-6px;background:var(--orange);color:var(--white);font-size:12px;font-weight:800;padding:4px 8px;border-radius:999px}.solo__text h2{margin:0 0 12px;font-size:clamp(22px,3vw,28px);font-weight:800}.solo__text p{margin:0;max-width:62ch;color:var(--text);line-height:1.6}.usage__head{max-width:62ch;margin-bottom:36px}.usage__head h2{margin:0 0 12px;font-size:clamp(24px,3vw,32px);font-weight:800}.usage__steps{list-style:none;margin:0;padding:0;display:grid;gap:20px}@media (min-width: 720px){.usage__steps{grid-template-columns:repeat(2,1fr)}}.usage__step{display:flex;gap:16px;border:1px solid var(--border);border-radius:var(--radius-md);padding:22px;background:var(--bg)}.usage__number{font-family:var(--font-display);font-weight:800;font-size:22px;color:var(--orange);flex-shrink:0;line-height:1}.usage__step h3{margin:0 0 8px;font-size:16px;font-weight:700}.usage__step p{margin:0;font-size:14px;line-height:1.55;color:var(--text-muted)}
