:root{--yellow:#ffd400;--black:#111;--ink:#171717;--muted:#687078;--line:#dfe3e6;--soft:#f2f4f5;--white:#fff;--radius:24px;--shadow:0 22px 70px rgba(17,17,17,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.55}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.topline{background:#111;color:#fff;font-size:13px}.topline .shell{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.header{position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(17,17,17,.08);background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}.header__row{display:flex;align-items:center;gap:28px;min-height:76px}.logo{width:236px;min-width:190px}.logo img{width:100%;height:auto}.nav{display:flex;align-items:center;gap:22px;margin-left:auto;font-size:14px;font-weight:800}.nav a:hover{color:#8a7200}.phone{white-space:nowrap;font-size:18px;font-weight:900}.menu{display:none;margin-left:auto}.menu summary{cursor:pointer;font-weight:900}.menu div{position:absolute;right:20px;top:68px;display:grid;gap:10px;width:min(320px,calc(100vw - 40px));padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.hero{padding:72px 0 34px;background:linear-gradient(135deg,#fff 0 58%,#fff7bd 100%)}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:9px;color:#685a00;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.eyebrow:before,.kicker:before{content:"";width:28px;height:5px;border-radius:9px;background:var(--yellow)}h1,h2,h3,p{margin-top:0}h1{max-width:820px;margin:14px 0 22px;font-size:clamp(44px,6vw,82px);line-height:.97;letter-spacing:-.055em}h1 em,h2 em{font-style:normal;background:linear-gradient(transparent 58%,var(--yellow) 58%)}h2{margin:10px 0 18px;font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-.045em}h3{line-height:1.15}.lead{max-width:700px;color:#50575d;font-size:18px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:2px solid #111;border-radius:14px;font-weight:900;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:5px 5px 0 #111}.button--dark{color:#fff;background:#111}.button--yellow{background:var(--yellow)}.button--light{background:#fff}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.fact{padding:16px;border-top:3px solid #111}.fact b{display:block;font-size:23px}.fact span{color:var(--muted);font-size:12px}.hero__media{position:relative;overflow:hidden;min-height:570px;border:2px solid #111;border-radius:32px;background:#e9ecef;box-shadow:10px 10px 0 #111}.hero__media>img{width:100%;height:100%;min-height:570px;object-fit:cover}.tag{position:absolute;max-width:310px;padding:14px 17px;border:2px solid #111;border-radius:16px;background:#fff;box-shadow:5px 5px 0 #111;transform:rotate(-2deg)}.tag b,.tag span{display:block}.tag b{font-size:20px;line-height:1.05;text-transform:uppercase}.tag span{margin-top:5px;font-size:12px;font-weight:900}.tag--top{top:22px;right:22px}.tag--bottom{left:22px;bottom:22px;background:var(--yellow)}.ticker{overflow:hidden;border-block:2px solid #111;background:var(--yellow)}.ticker__track{display:flex;width:max-content;animation:ticker 34s linear infinite}.ticker__group{padding:13px 0;font-size:20px;font-weight:950;white-space:nowrap}.ticker__group i{padding:0 16px;font-style:normal}.section{padding:92px 0}.section--soft{background:var(--soft)}.section--dark{color:#fff;background:#111}.heading{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:end;margin-bottom:38px}.heading p{max-width:560px;color:var(--muted)}.section--dark .heading p{color:#bbc0c4}.grid{display:grid;gap:18px}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}.card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;transition:transform .25s,box-shadow .25s}.card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.card img{width:100%;height:220px;object-fit:cover}.card__body{padding:22px}.card__body small{color:#8a7200;font-weight:900;text-transform:uppercase}.card__body h3{margin:9px 0 11px;font-size:22px}.card__body p{color:var(--muted)}.card__body b{font-size:14px}.yellow-band{padding:56px 0;background:var(--yellow)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefit{padding:24px;border:2px solid #111;border-radius:20px;background:rgba(255,255,255,.45)}.benefit b{display:block;font-size:30px}.benefit p{margin:8px 0 0}.equipment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.equipment{display:grid;grid-template-columns:210px 1fr;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff}.equipment img{width:100%;height:100%;min-height:230px;object-fit:cover}.equipment div{padding:24px}.equipment span{color:#8a7200;font-size:12px;font-weight:900;text-transform:uppercase}.equipment h3{margin:8px 0;font-size:23px}.equipment p{color:var(--muted)}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.feature b{display:inline-grid;width:36px;height:36px;place-items:center;border-radius:10px;background:var(--yellow)}.feature h3{margin:14px 0 8px}.feature p{margin:0;color:var(--muted)}.logo-anatomy{overflow:hidden;padding:40px;border:2px solid #111;border-radius:28px;background:linear-gradient(145deg,#f5f6f7,#fff4a8);box-shadow:8px 8px 0 #111}.logo-anatomy__visual{position:relative;padding:80px 32px 70px}.logo-anatomy__visual:before,.logo-anatomy__visual:after{content:"";position:absolute;inset:60px 18px auto;height:90px;border:4px solid #111;border-radius:16px;transform:translate(20px,20px);opacity:.35}.logo-anatomy__visual img{position:relative;z-index:2;filter:drop-shadow(0 16px 8px rgba(17,17,17,.18))}.layers{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.layer{padding:16px;border:1px solid rgba(17,17,17,.18);border-radius:14px;background:rgba(255,255,255,.75)}.layer b{display:block}.layer span{font-size:12px;color:#62686d}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.step{padding:22px;border-left:4px solid var(--yellow);background:#181818}.step b{color:var(--yellow);font-size:25px}.step p{margin:10px 0 0;color:#bdc2c5}.character-block{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff}.character-block img{max-height:460px;margin:auto;object-fit:contain}.character-block div{padding:42px}.pills{display:flex;flex-wrap:wrap;gap:9px}.pill{padding:8px 12px;border:1px solid #111;border-radius:999px;background:#fff;font-size:13px;font-weight:800}.breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:24px;color:var(--muted);font-size:13px}.catalog-hero{padding:70px 0;background:linear-gradient(135deg,#fff,#fff3a3)}.catalog-hero h1{max-width:1000px}.catalog-list{columns:3;column-gap:18px}.catalog-list a{display:flex;justify-content:space-between;gap:12px;break-inside:avoid;margin:0 0 10px;padding:13px 15px;border:1px solid var(--line);border-radius:13px;background:#fff;font-weight:750}.catalog-list small{color:var(--muted)}.product-hero{padding:62px 0;background:linear-gradient(135deg,#fff,#f2f4f5)}.product-hero__grid{display:grid;grid-template-columns:1fr .8fr;gap:46px;align-items:center}.product-hero figure{position:relative;overflow:hidden;margin:0;border:2px solid #111;border-radius:28px;box-shadow:8px 8px 0 var(--yellow)}.product-hero figure img{width:100%;height:440px;object-fit:cover}.pricebox{padding:28px;border:2px solid #111;border-radius:22px;background:var(--yellow)}.pricebox small,.pricebox b{display:block}.pricebox b{font-size:32px}.seo-copy{display:grid;grid-template-columns:1.2fr .8fr;gap:34px}.seo-copy article{font-size:17px}.seo-copy aside{padding:28px;border-radius:22px;background:#111;color:#fff}.seo-copy ul{padding-left:19px}.links{display:flex;flex-wrap:wrap;gap:10px}.links a{padding:10px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;font-weight:800}.map{overflow:hidden;border:1px solid var(--line);border-radius:24px}.map iframe{width:100%;height:430px;border:0}.review{display:grid;grid-template-columns:.7fr 1.3fr;gap:24px;align-items:center}.review iframe{width:100%;height:520px;border:0;border-radius:22px;background:#fff}.cta{padding:70px 0;background:var(--yellow)}.cta__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}.contact-card{padding:28px;border:2px solid #111;border-radius:22px;background:#fff}.messengers{display:flex;flex-wrap:wrap;gap:10px}.messengers a{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #111;border-radius:12px;font-weight:900}.messengers img{width:28px;height:28px}.footer{padding:54px 0 28px;color:#fff;background:#111}.footer__grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:32px}.footer .logo{filter:brightness(0) invert(1)}.footer h3{color:var(--yellow)}.footer a,.footer p{display:block;margin:7px 0;color:#cbd0d3}.footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:36px;padding-top:20px;border-top:1px solid #333;color:#969ca1;font-size:13px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s,transform .65s}.reveal.is-visible{opacity:1;transform:none}.faq details{margin-bottom:10px;padding:17px 20px;border:1px solid var(--line);border-radius:14px;background:#fff}.faq summary{cursor:pointer;font-weight:900}.faq p{margin:12px 0 0;color:var(--muted)}.legal{max-width:860px;padding:70px 0}.legal h1{font-size:58px}.legal h2{margin-top:42px;font-size:32px}
@keyframes ticker{to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
@media(max-width:980px){.nav,.header>.shell>.phone{display:none}.menu{display:block}.hero__grid,.product-hero__grid,.heading,.seo-copy,.cta__grid,.review{grid-template-columns:1fr}.hero__media,.hero__media>img{min-height:470px}.grid--4{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.layers{grid-template-columns:repeat(2,1fr)}.catalog-list{columns:2}.footer__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.shell{width:min(100% - 24px,1180px)}.topline .shell{display:block}.topline span:last-child{display:none}.header__row{min-height:66px}.logo{width:200px}.hero,.section{padding:56px 0}.hero__grid{gap:28px}h1{font-size:43px}.hero__media,.hero__media>img{min-height:380px}.tag{max-width:220px;padding:10px 12px}.tag b{font-size:15px}.tag--top{top:12px;right:12px}.tag--bottom{left:12px;bottom:12px}.facts,.grid--4,.grid--3,.grid--2,.equipment-grid,.benefits,.feature-list,.layers,.steps,.character-block,.footer__grid{grid-template-columns:1fr}.equipment{grid-template-columns:1fr}.equipment img{height:220px}.catalog-list{columns:1}.product-hero figure img{height:320px}.character-block div{padding:28px}.logo-anatomy{padding:22px}.logo-anatomy__visual{padding:60px 0}.footer__bottom{display:grid}.review iframe{height:480px}}
