:root{--ink:#122137;--ink-soft:#4d5f75;--navy-950:#021a39;--navy-900:#042b62;--navy-800:#073d80;--blue-700:#075fc8;--blue-600:#0879e8;--blue-500:#1595ff;--blue-100:#eaf4ff;--blue-50:#f3f9ff;--price:#e3134f;--page:#f3f6fa;--surface:#fff;--line:#e3eaf2;--muted:#6b7a8e;--display:"DIN Alternate", "PingFang SC", "Microsoft YaHei", sans-serif;--body:"Avenir Next", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;--shadow-sm:0 8px 30px #0c2b5012;--shadow-lg:0 24px 70px #031f4329;--radius:18px;--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{color:var(--ink);background:var(--page);font-family:var(--body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{display:block}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #1595ff73}.container{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #08346514;height:74px;position:sticky;top:0;box-shadow:0 6px 24px #0523480d}.header-inner{align-items:center;gap:30px;height:100%;display:flex}.brand-lockup{flex:none;align-items:center;gap:10px;display:inline-flex}.brand-lockup__mark{object-fit:contain;width:38px;height:46px}.brand-lockup>span{flex-direction:column;line-height:1;display:flex}.brand-lockup strong{letter-spacing:.02em;color:var(--navy-950);font-size:19px;font-weight:850}.brand-lockup small{font-family:var(--display);letter-spacing:.12em;color:#52708d;margin-top:6px;font-size:8px;font-weight:700}.brand-lockup--inverse strong,.brand-lockup--inverse small{color:#fff}.desktop-nav{justify-content:center;align-self:stretch;align-items:stretch;gap:clamp(18px,2.3vw,38px);margin-left:auto;display:flex}.desktop-nav>a:not(.mobile-phone){color:#25364b;place-items:center;font-size:14px;font-weight:600;transition:color .18s;display:grid;position:relative}.desktop-nav>a:not(.mobile-phone):after{background:var(--blue-600);content:"";border-radius:10px 10px 0 0;height:2px;transition:inset .18s;position:absolute;bottom:0;left:50%;right:50%}.desktop-nav>a:hover,.desktop-nav>a.active{color:var(--blue-700)}.desktop-nav>a:hover:after,.desktop-nav>a.active:after{left:0;right:0}.mobile-phone{display:none}.header-phone{flex:none;align-items:center;gap:9px;margin-left:10px;display:flex}.header-phone__icon{width:38px;height:38px;color:var(--blue-700);background:#f7fbff;border:1px solid #cce0fa;border-radius:50%;place-items:center;display:grid}.header-phone>span:last-child{flex-direction:column;display:flex}.header-phone small{color:var(--muted);font-size:10px}.header-phone strong{font-family:var(--display);letter-spacing:.02em;color:var(--navy-800);margin-top:2px;font-size:17px}.menu-toggle{border:1px solid var(--line);width:42px;height:42px;color:var(--navy-900);background:#fff;border-radius:12px;justify-content:center;align-items:center;display:none}.hero{isolation:isolate;color:#fff;background:var(--navy-950);min-height:620px;position:relative;overflow:hidden}.hero__image{z-index:-4;object-fit:cover;object-position:center center;animation:1.4s cubic-bezier(.2,.85,.3,1) both hero-arrive}@keyframes hero-arrive{0%{opacity:0;transform:scale(1.035)}to{opacity:1;transform:scale(1)}}.hero__wash{z-index:-3;background:linear-gradient(90deg,#010f22f7 0%,#01142dd6 29%,#021b3c42 51%,#01122a05 72%),linear-gradient(#0000 55%,#010e1f73);position:absolute;inset:0}.hero__grid{z-index:-2;opacity:.12;background-image:linear-gradient(#6fc2ff40 1px,#0000 1px),linear-gradient(90deg,#6fc2ff40 1px,#0000 1px);background-position:bottom;background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 8%,#000 100%);mask-image:linear-gradient(#0000 8%,#000 100%)}.hero__inner{align-items:center;min-height:620px;padding-top:10px;padding-bottom:58px;display:flex}.hero__content{width:min(575px,48%);animation:.9s cubic-bezier(.2,.8,.25,1) .12s both content-arrive}@keyframes content-arrive{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero__eyebrow,.eyebrow{font-family:var(--display);letter-spacing:.16em;color:#90d8ff;align-items:center;gap:10px;margin-bottom:22px;font-size:12px;font-weight:750;display:inline-flex}.hero__eyebrow span{background:var(--blue-500);width:26px;height:2px;box-shadow:0 0 12px #1595ff}.hero h1{max-width:600px;font-family:var(--display);letter-spacing:-.045em;text-wrap:balance;margin:0;font-size:clamp(46px,5vw,70px);font-weight:850;line-height:1.08}.hero h1 em{color:#6dcaff;text-shadow:0 0 38px #1595ff8a;margin-right:.08em;font-style:normal}.hero__lead{color:#e6f4ffc7;max-width:530px;margin:24px 0 0;font-size:17px;line-height:1.85}.hero__actions{gap:13px;margin-top:34px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 23px;font-size:14px;font-weight:720;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--glow,.button--primary{color:#fff;background:linear-gradient(135deg, var(--blue-600), #0666d7);box-shadow:0 12px 26px #0666d742}.button--glow{background:linear-gradient(135deg,#159cff,#076ee6);min-width:152px;box-shadow:0 14px 32px #0879e866,inset 0 1px #ffffff52}.button--primary:hover,.button--glow:hover{box-shadow:0 18px 38px #0666d75c}.button--ghost{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#031e4147;border-color:#ffffff7a}.button--ghost:hover{background:#ffffff1c;border-color:#fff}.button--white{color:var(--navy-800);background:#fff;box-shadow:0 12px 30px #010f222e}.button--outline-white{color:#fff;background:0 0;border-color:#ffffff80}.hero__trust{grid-template-columns:repeat(4,max-content);gap:24px;margin-top:42px;display:grid}.hero__trust span{color:#edf7ffdb;white-space:nowrap;align-items:center;gap:8px;font-size:12px;display:inline-flex}.hero__trust svg{color:#8ed9ff;border:1px solid #84d2ff9e;border-radius:6px;width:20px;height:20px;padding:3px}.hero__scroll{transform-origin:100% 100%;color:#e0f1ff8c;letter-spacing:.18em;align-items:center;gap:10px;font-size:10px;display:flex;position:absolute;bottom:42px;right:32px;transform:rotate(90deg)translateY(-100%)}.hero__scroll span{background:currentColor;width:36px;height:1px}.category-wrap{z-index:5;margin-top:-48px;position:relative}.category-panel{border-radius:var(--radius);min-height:150px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff7;border:1px solid #dee8f3db;grid-template-columns:175px minmax(0,1fr);display:grid;overflow:hidden}.category-title{border-right:1px solid var(--line);background:linear-gradient(145deg,#fff,#f3f8fd);flex-direction:column;justify-content:center;padding:26px 24px;display:flex}.section-kicker{font-family:var(--display);letter-spacing:.14em;color:var(--blue-600);margin-bottom:10px;font-size:10px;font-weight:800;display:block}.section-kicker--light{color:#88d6ff}.category-title h2{margin:0;font-size:23px}.category-title p{color:var(--muted);margin:8px 0 0;font-size:12px}.category-scroll{grid-template-columns:repeat(7,minmax(118px,1fr));min-width:0;display:grid}.category-item{border:0;border-right:1px solid var(--line);cursor:pointer;min-width:0;color:var(--ink);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:17px 8px 14px;transition:background .18s,color .18s;display:flex;position:relative;overflow:hidden}.category-item:last-child{border-right:0}.category-item:after{background:var(--blue-600);content:"";border-radius:3px 3px 0 0;height:3px;transition:transform .18s;position:absolute;bottom:0;left:22%;right:22%;transform:scaleX(0)}.category-item:hover,.category-item.is-active{color:var(--blue-700);background:var(--blue-50)}.category-item.is-active:after{transform:scaleX(1)}.category-item__visual{place-items:center;width:58px;height:64px;transition:transform .22s;display:grid}.category-item:hover .category-item__visual{transform:translateY(-2px)scale(1.03)}.category-item__visual .appliance-art{width:100%;height:100%}.category-item>span:nth-child(2){flex-direction:column;align-items:center;display:flex}.category-item strong{font-size:13px}.category-item small{color:var(--muted);margin-top:3px;font-size:9px}.category-arrow{color:#a6b5c5;position:absolute;bottom:11px;right:8px}.section{padding:84px 0}.section-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.section-heading h2{max-width:780px;font-family:var(--display);letter-spacing:-.03em;margin:0;font-size:clamp(28px,3vw,39px);line-height:1.2}.section-heading p{color:var(--muted);margin:9px 0 0;font-size:14px;line-height:1.7}.section-heading--light h2,.section-heading--light p{color:#fff}.text-link{cursor:pointer;color:var(--blue-700);background:0 0;border:0;flex:none;align-items:center;gap:8px;padding:8px 0;font-size:13px;font-weight:750;display:inline-flex}.text-link svg{transition:transform .18s}.text-link:hover svg{transform:translate(4px)}.products-section{padding-top:72px;padding-bottom:54px}.product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.product-grid--single{grid-template-columns:minmax(230px,260px)}.product-card{border:1px solid var(--line);min-width:0;animation:card-in .5s var(--delay) ease both;background:#fff;border-radius:13px;transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;overflow:hidden;box-shadow:0 5px 18px #0c2b500b}@keyframes card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.product-card:hover{z-index:2;border-color:#c8dcf4;transform:translateY(-6px);box-shadow:0 22px 50px #042b6224}.product-card__top{z-index:2;justify-content:space-between;align-items:center;display:flex;position:absolute;top:12px;left:12px;right:12px}.product-badge{color:var(--blue-700);background:#f4f9ffeb;border:1px solid #d7e8fb;border-radius:5px;padding:5px 7px;font-size:9px;font-weight:700}.product-index{font-family:var(--display);color:#cbd5e0;font-size:12px;font-weight:700}.product-card__visual{background:radial-gradient(circle at 50% 42%,#50adff1f,#0000 44%),linear-gradient(#fbfdff,#f4f7fa);place-items:center;height:190px;padding:24px 15px 4px;display:grid}.product-card__visual:after{filter:blur(7px);content:"";background:#0c2b5017;border-radius:50%;width:70px;height:12px;position:absolute;top:155px}.product-card__visual .appliance-art{z-index:1;width:100%;height:100%;transition:transform .3s;position:relative}.product-card:hover .product-card__visual .appliance-art{transform:scale(1.035)}.product-card__body{padding:16px}.product-category{color:var(--blue-600);font-size:10px;font-weight:750}.product-card h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44px;margin:7px 0 6px;font-size:14px;font-weight:750;line-height:1.55;display:-webkit-box;overflow:hidden}.product-card p{min-height:30px;color:var(--muted);margin:0;font-size:10px;line-height:1.5}.product-card__foot{border-top:1px solid #eef2f6;justify-content:space-between;align-items:flex-end;gap:8px;margin-top:16px;padding-top:13px;display:flex}.price{flex-direction:column;display:flex}.price>small{color:#8b98a8;margin-bottom:2px;font-size:8px}.price strong{font-family:var(--display);color:var(--price);font-size:20px;line-height:1}.price sup{margin-right:2px;font-size:11px}.quote-button{cursor:pointer;min-width:51px;height:31px;color:var(--blue-700);background:#fff;border:1px solid #bed8f6;border-radius:6px;justify-content:center;align-items:center;gap:3px;padding:0 7px;font-size:10px;font-weight:700;transition:color .18s,background .18s;display:inline-flex}.quote-button:hover{color:#fff;background:var(--blue-600)}.brand-section{padding:12px 0 62px}.brand-strip{border:1px solid var(--line);min-height:112px;box-shadow:var(--shadow-sm);background:#fff;border-radius:13px;grid-template-columns:180px minmax(0,1fr);display:grid;overflow:hidden}.brand-strip__intro{color:#fff;background:linear-gradient(135deg, var(--navy-900), var(--blue-700));flex-direction:column;justify-content:center;padding:24px;display:flex}.brand-strip__intro span{color:#8ed9ff;font-family:var(--display);letter-spacing:.14em;margin-bottom:8px;font-size:9px}.brand-strip__intro strong{font-size:17px}.brand-list{grid-template-columns:repeat(7,1fr);display:grid}.partner-brand{border-right:1px solid var(--line);filter:saturate(.78);flex-direction:column;justify-content:center;align-items:center;min-width:0;transition:filter .18s,background .18s;display:flex}.partner-brand:last-child{border-right:0}.partner-brand:hover{filter:saturate();background:var(--blue-50)}.partner-brand strong{max-width:100%;color:var(--navy-800);font-family:var(--display);letter-spacing:-.02em;text-overflow:ellipsis;font-size:clamp(12px,1.2vw,17px);font-weight:850;overflow:hidden}.partner-brand small{color:#7a8999;margin-top:6px;font-size:9px}.partner-brand--2 strong{color:#0989a6}.partner-brand--3 strong{color:#d48d12}.partner-brand--4 strong{color:#285e72}.partner-brand--5 strong{color:#1475d6}.partner-brand--6 strong{color:#5d56a9}.partner-brand--7 strong{color:#007e98}.cooperation-section{padding-top:0;padding-bottom:34px}.cooperation-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.cooperation-card{border-radius:16px;min-height:480px;position:relative;overflow:hidden}.cooperation-card--dark{color:#fff;background:radial-gradient(circle at 85% 85%,#37a6ff6b,#0000 30%),linear-gradient(135deg,#06408a 0%,#022553 52%,#021832 100%);box-shadow:0 22px 55px #0328582e}.cooperation-card--light{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:radial-gradient(circle at 92% 8%,#1595ff26,#0000 28%),linear-gradient(145deg,#fff,#f4f9ff)}.cooperation-card__content{z-index:2;padding:44px;position:relative}.cooperation-card h2{font-family:var(--display);letter-spacing:-.035em;margin:0;font-size:clamp(30px,3vw,42px);line-height:1.22}.cooperation-card>.cooperation-card__content>p{max-width:500px;color:var(--muted);margin:15px 0 0;font-size:13px;line-height:1.8}.cooperation-card--dark>.cooperation-card__content>p{color:#dff1ffb8}.cooperation-card__rings{border:1px solid #7bd1ff47;border-radius:50%;width:430px;height:430px;position:absolute;bottom:-150px;right:-110px;box-shadow:0 0 0 50px #359fff0e,0 0 0 100px #359fff09}.benefit-grid{grid-template-columns:1fr 1fr;gap:18px 14px;max-width:440px;margin:29px 0;display:grid}.benefit-grid>span{grid-template-rows:auto auto;grid-template-columns:38px 1fr;align-items:center;column-gap:10px;display:grid}.benefit-grid svg{color:#87d8ff;background:#51b2ff1a;border:1px solid #7ed3ff73;border-radius:10px;grid-row:1/3;width:36px;height:36px;padding:8px}.benefit-grid strong{font-size:12px}.benefit-grid small{color:#dcf0ff94;margin-top:3px;font-size:9px}.cooperation-card__orb{color:#c3ecff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2c9ff31f;border:1px solid #97ddff6b;border-radius:50%;place-items:center;width:112px;height:112px;display:grid;position:absolute;bottom:42px;right:64px;box-shadow:0 0 70px #1595ff4d,inset 0 0 30px #96dcff1a}.assurance-list{grid-template-columns:1fr 1fr;gap:18px;margin:29px 0;display:grid}.assurance-list>span{align-items:center;gap:10px;display:flex}.assurance-list>span>span:last-child{flex-direction:column;display:flex}.assurance-icon{width:40px;height:40px;color:var(--blue-700);background:#fff;border:1px solid #cfe3fa;border-radius:11px;flex:none;place-items:center;display:grid;box-shadow:0 6px 15px #042b6212}.assurance-icon svg{width:20px}.assurance-list strong{font-size:12px}.assurance-list small{color:var(--muted);margin-top:4px;font-size:9px}.stats-section{padding:0 0 30px}.stats-inner{color:#fff;background:linear-gradient(110deg,#1889ec57,#0000 35%),linear-gradient(100deg,#073e81,#052c5e 58%,#082a52);border-radius:14px;grid-template-columns:1.3fr repeat(4,1fr);min-height:116px;display:grid;overflow:hidden;box-shadow:0 18px 42px #052c5e2e}.stats-title{border-right:1px solid #ffffff1f;flex-direction:column;justify-content:center;padding:22px 30px;display:flex}.stats-title span{color:#80d5ff;font-family:var(--display);letter-spacing:.15em;margin-bottom:8px;font-size:9px}.stats-title strong{font-size:16px;line-height:1.35}.stat{grid-template-rows:auto auto;grid-template-columns:42px 1fr;align-content:center;padding:22px 20px;display:grid;position:relative}.stat:after{content:"";background:#ffffff1f;width:1px;position:absolute;top:25%;bottom:25%;right:0}.stat:last-child:after{display:none}.stat-icon{color:#9fe1ff;background:#1484ea7a;border-radius:50%;grid-row:1/3;place-items:center;width:34px;height:34px;display:grid}.stat-icon svg{width:17px}.stat strong{font-family:var(--display);font-size:27px;line-height:1}.stat sup{color:#8ddaff;margin-left:2px;font-size:12px}.stat small{color:#e4f3ffa3;margin-top:6px;font-size:9px}.service-section{padding-top:64px;padding-bottom:76px}.service-flow{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;grid-template-columns:repeat(5,1fr);padding:34px 14px 28px;display:grid}.service-step{text-align:center;flex-direction:column;align-items:center;padding:0 20px;display:flex;position:relative}.service-step__number{font-family:var(--display);color:#b5c8dc;font-size:12px;font-weight:800;position:absolute;top:6px;left:18px}.service-step__icon{width:60px;height:60px;color:var(--blue-700);background:linear-gradient(145deg,#fff,#edf6ff);border:1px solid #d5e5f7;border-radius:17px;place-items:center;transition:transform .18s,background .18s,color .18s;display:grid;box-shadow:0 10px 25px #054b9617}.service-step:hover .service-step__icon{color:#fff;background:var(--blue-600);transform:translateY(-4px)rotate(-3deg)}.service-step__icon svg{width:26px}.service-step h3{margin:16px 0 6px;font-size:14px}.service-step p{color:var(--muted);margin:0;font-size:10px;line-height:1.6}.service-connector{z-index:0;color:#8eb8e5;align-items:center;width:calc(100% - 92px);display:flex;position:absolute;top:28px;left:calc(50% + 46px)}.service-connector i{border-top:1px dashed #b8d2ee;width:100%}.service-connector svg{flex:none}.strength-section{background:radial-gradient(circle at 5% 14%,#0d7ae614,#0000 28%),#fff;padding-top:82px;position:relative;overflow:hidden}.strength-layout{grid-template-columns:.72fr 1.28fr;align-items:center;gap:36px;display:grid}.strength-copy{padding:10px 8px 10px 0}.strength-copy h2{font-family:var(--display);letter-spacing:-.04em;margin:0;font-size:clamp(34px,4vw,50px);line-height:1.2}.strength-copy>p{color:var(--muted);margin:18px 0 0;font-size:14px;line-height:1.85}.strength-metrics{grid-template-columns:repeat(3,1fr);margin:28px 0 22px;display:grid}.strength-metrics>span{border-right:1px solid var(--line);flex-direction:column;padding-right:14px;display:flex}.strength-metrics>span+span{padding-left:14px}.strength-metrics>span:last-child{border-right:0}.strength-metrics strong{font-family:var(--display);color:var(--blue-700);font-size:23px}.strength-metrics sup{margin-left:1px;font-size:9px}.strength-metrics small{color:var(--muted);margin-top:5px;font-size:9px}.scene-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.scene-card{background:#dbeaf1;border-radius:13px;min-height:205px;position:relative;overflow:hidden;box-shadow:0 13px 30px #0a3a601c}.scene-card>svg{object-fit:cover;width:100%;height:100%;transition:transform .4s}.scene-card:hover>svg{transform:scale(1.035)}.scene-card>div{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#032344c2;border:1px solid #ffffff57;border-radius:8px;justify-content:space-between;align-items:flex-end;gap:10px;padding:12px 13px;display:flex;position:absolute;bottom:10px;left:10px;right:10px}.scene-card strong{font-size:12px}.scene-card small{color:#e2f2ffad;font-size:8px}.testimonial-section{background:var(--page)}.testimonial-grid{grid-template-columns:repeat(3,1fr) .92fr;gap:12px;display:grid}.testimonial-card,.support-card{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:310px;padding:25px;position:relative;overflow:hidden;box-shadow:0 6px 25px #0528500d}.quote-mark{color:#dceaf8;position:absolute;top:20px;right:21px}.stars{color:#ffae18;gap:3px;display:flex}.testimonial-card>p{color:#45576c;margin:24px 0 0;font-size:13px;line-height:1.9}.testimonial-person{border-top:1px solid var(--line);align-items:center;gap:10px;padding-top:16px;display:flex;position:absolute;bottom:24px;left:25px;right:25px}.avatar{color:#fff;background:linear-gradient(145deg,#167ed8,#0a3d7a);border-radius:50%;flex:none;place-items:center;width:39px;height:39px;font-size:12px;font-weight:800;display:grid}.avatar--2{background:linear-gradient(145deg,#3e9b89,#1f5f55)}.avatar--3{background:linear-gradient(145deg,#b06f56,#794234)}.testimonial-person>span:last-child{flex-direction:column;display:flex}.testimonial-person strong{font-size:12px}.testimonial-person small{color:var(--muted);margin-top:4px;font-size:9px}.support-card{color:#fff;background:radial-gradient(circle at 85% 15%,#4abdff80,#0000 25%),linear-gradient(145deg,#0755ae,#052c61 65%,#031c3f);border:0;box-shadow:0 15px 38px #042b6233}.support-card:after{content:"";border:1px solid #9ee0ff4d;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-65px;right:-45px;box-shadow:0 0 0 32px #9ee0ff0a,0 0 0 64px #9ee0ff06}.support-card__top{color:#a4e3ff;position:absolute;top:22px;right:23px}.support-pulse{background:#6df0b4;border:2px solid #0755ae;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px;box-shadow:0 0 0 5px #6df0b41f}.support-card h3{font-family:var(--display);margin:0;font-size:25px;line-height:1.35}.support-card>p{color:#e0f2ffb3;margin:14px 0;font-size:11px;line-height:1.7}.support-card>a{font-family:var(--display);align-items:center;gap:7px;margin-bottom:18px;font-size:16px;font-weight:800;display:flex}.support-card .button{z-index:2;min-height:39px;padding:0 18px;font-size:12px;position:relative}.contact-band{color:#fff;background:linear-gradient(90deg, #031f431a, #1595ff24), var(--navy-800)}.contact-band__inner{justify-content:space-between;align-items:center;gap:40px;min-height:220px;display:flex}.contact-band h2{font-family:var(--display);letter-spacing:-.04em;margin:0;font-size:clamp(30px,3.6vw,46px)}.contact-band p{color:#e0f2ffb3;margin:12px 0 0;font-size:13px}.contact-band__actions{flex:none;gap:10px;display:flex}.site-footer{color:#e1effdcc;background:radial-gradient(circle at 13% 40%,#1271cd40,#0000 25%),#021a39}.footer-main{grid-template-columns:1.25fr 1.45fr 1.15fr .7fr;gap:42px;padding-top:56px;padding-bottom:42px;display:grid}.footer-brand>p{color:#dcedfc94;margin:18px 0;font-size:11px;line-height:1.8}.footer-badges{flex-wrap:wrap;gap:7px;display:flex}.footer-badges span{color:#def1ffb3;background:#ffffff09;border:1px solid #9cd5ff2e;border-radius:6px;align-items:center;gap:5px;padding:6px 8px;font-size:8px;display:inline-flex}.footer-badges svg{width:13px}.footer-links{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.footer-links>div,.footer-contact{flex-direction:column;gap:10px;display:flex}.footer-links strong,.footer-contact>strong{color:#fff;margin-bottom:5px;font-size:12px}.footer-links a{color:#daebfa94;font-size:10px;transition:color .18s,transform .18s}.footer-links a:hover{color:#fff;transform:translate(3px)}.footer-contact>a,.footer-contact>span{color:#fff;align-items:flex-start;gap:8px;font-size:10px;line-height:1.45;display:flex}.footer-contact svg{color:#74c9fa;flex:none;width:15px;height:15px}.footer-contact a span,.footer-contact>span>span{flex-direction:column;display:flex}.footer-contact small{color:#daebfa78;margin-bottom:2px;font-size:8px}.footer-consult{text-align:center;background:#ffffff0a;border:1px solid #96d2ff26;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:178px;padding:18px;display:flex}.consult-icon{color:#91ddff;background:#1595ff24;border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:9px;display:grid}.consult-icon svg{width:20px}.footer-consult strong{color:#fff;font-size:11px}.footer-consult small{color:#daebfa7a;margin:5px 0 12px;font-size:8px}.footer-consult button{cursor:pointer;color:#fff;background:#1595ff1f;border:1px solid #84d3ff66;border-radius:5px;padding:6px 11px;font-size:9px}.footer-bottom{color:#d3e7f76b;border-top:1px solid #a6d6ff1a;justify-content:space-between;align-items:center;min-height:56px;font-size:9px;display:flex}.floating-phone{z-index:20;color:#fff;background:var(--blue-600);border-radius:50%;place-items:center;width:48px;height:48px;display:none;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 30px #075fc859}.floating-phone svg{width:20px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#010f20a8;place-items:center;padding:24px;animation:.18s both backdrop-in;display:grid;position:fixed;inset:0}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}.quote-modal{background:radial-gradient(circle at 90% 0,#269dff21,#0000 30%),#fff;border:1px solid #ffffffb3;border-radius:20px;width:min(100%,620px);max-height:calc(100vh - 48px);padding:34px;animation:.26s cubic-bezier(.2,.8,.2,1) both modal-in;position:relative;overflow:auto;box-shadow:0 35px 100px #00112661}@keyframes modal-in{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{z-index:2;border:1px solid var(--line);cursor:pointer;width:38px;height:38px;color:var(--ink-soft);background:#fff;border-radius:10px;place-items:center;display:grid;position:absolute;top:18px;right:18px}.modal-intro .eyebrow,.quote-success .eyebrow{color:var(--blue-600);margin-bottom:10px}.modal-intro h2,.quote-success h2{font-family:var(--display);letter-spacing:-.03em;margin:0;font-size:31px}.modal-intro>p,.quote-success>p:not(.eyebrow){color:var(--muted);margin:10px 0 0;font-size:13px}.quote-form{grid-template-columns:1fr 1fr;gap:16px;margin-top:27px;display:grid}.quote-form label{flex-direction:column;gap:7px;display:flex}.quote-form label>span{font-size:11px;font-weight:700}.quote-form input,.quote-form select,.quote-form textarea{width:100%;color:var(--ink);background:#f8fafc;border:1px solid #dbe4ed;border-radius:8px;font-size:13px;transition:border .18s,box-shadow .18s,background .18s}.quote-form input,.quote-form select{height:45px;padding:0 12px}.quote-form textarea{resize:vertical;min-height:80px;padding:11px 12px}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{background:#fff;border-color:#7fbae9;outline:0;box-shadow:0 0 0 4px #1595ff14}.form-full{grid-column:1/-1}.privacy-note{color:#8a98a7;justify-content:center;align-items:center;gap:5px;font-size:9px;display:flex}.quote-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:340px;display:flex}.success-mark{color:#fff;background:linear-gradient(145deg,#16b88d,#08765a);border-radius:50%;place-items:center;width:68px;height:68px;margin-bottom:20px;display:grid;box-shadow:0 14px 32px #0b8e6938}.quote-success .button{margin-top:26px}@media (max-width:1180px){.header-inner{gap:20px}.desktop-nav{gap:17px}.header-phone{display:none}.category-panel{grid-template-columns:150px minmax(0,1fr)}.category-title{padding:20px}.category-scroll{grid-template-columns:repeat(7,minmax(110px,1fr));overflow-x:auto}.product-grid{grid-template-columns:repeat(3,1fr);gap:12px}.product-card__visual{height:205px}.brand-list{grid-template-columns:repeat(7,minmax(130px,1fr));overflow-x:auto}.cooperation-card__orb{bottom:35px;right:28px}.footer-main{grid-template-columns:1fr 1.2fr 1fr}.footer-consult{display:none}}@media (max-width:980px){.site-header{height:68px}.menu-toggle{margin-left:auto;display:flex}.desktop-nav{z-index:60;border:1px solid var(--line);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-radius:15px;flex-direction:column;align-self:auto;gap:0;padding:14px;display:none;position:fixed;top:68px;left:16px;right:16px}.desktop-nav--open{display:flex}.desktop-nav>a:not(.mobile-phone){border-radius:8px;justify-content:flex-start;height:43px;padding:0 12px;display:flex}.desktop-nav>a:not(.mobile-phone):after{display:none}.desktop-nav>a:hover{background:var(--blue-50)}.mobile-phone{color:#fff;background:var(--blue-700);border-radius:8px;align-items:center;gap:8px;height:43px;margin-top:6px;padding:0 12px;font-size:13px;font-weight:750;display:flex}.hero,.hero__inner{min-height:610px}.hero__content{width:57%}.hero h1{font-size:51px}.hero__trust{grid-template-columns:repeat(2,max-content);gap:14px 24px}.hero__wash{background:linear-gradient(90deg,#010f22f2,#01142dbf 45%,#021b3c26 72%)}.category-panel{grid-template-columns:1fr}.category-title{display:none}.category-scroll{grid-template-columns:repeat(7,minmax(130px,1fr))}.cooperation-grid{grid-template-columns:1fr}.cooperation-card{min-height:460px}.stats-inner{grid-template-columns:repeat(4,1fr)}.stats-title{display:none}.service-step{padding-inline:10px}.service-step__number{left:8px}.service-connector{width:calc(100% - 76px);left:calc(50% + 38px)}.strength-layout{grid-template-columns:1fr}.strength-copy{max-width:680px}.testimonial-grid{grid-template-columns:repeat(2,1fr)}.contact-band__inner{flex-direction:column;justify-content:center;align-items:flex-start}}@media (max-width:720px){.container{width:min(calc(100% - 28px), var(--container))}.brand-lockup__mark{width:32px;height:40px}.brand-lockup strong{font-size:17px}.brand-lockup small{font-size:7px}.hero{min-height:720px}.hero__inner{align-items:flex-start;min-height:720px;padding-top:84px;padding-bottom:230px}.hero__content{width:100%}.hero__image{object-position:66% center}.hero__wash{background:linear-gradient(#010f22f7 0%,#01142dc7 53%,#021b3c0f 75%),linear-gradient(90deg,#010f22a8,#0000)}.hero__grid{background-size:48px 48px}.hero__eyebrow{margin-bottom:17px;font-size:10px}.hero h1{max-width:460px;font-size:clamp(41px,12vw,56px)}.hero__lead{max-width:520px;margin-top:18px;font-size:14px;line-height:1.75}.hero__actions{margin-top:25px}.hero__trust{margin-top:28px}.hero__scroll{display:none}.category-wrap{margin-top:-26px}.category-panel{border-radius:14px;min-height:126px}.category-scroll{grid-template-columns:repeat(7,118px)}.category-item{padding:12px 7px 10px}.category-item__visual{width:49px;height:53px}.section{padding:64px 0}.products-section{padding-top:58px;padding-bottom:40px}.section-heading{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:23px}.section-heading h2{font-size:29px}.section-heading p{font-size:12px}.product-grid,.product-grid--single{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;padding:2px 1px 20px;display:flex;overflow-x:auto}.product-grid::-webkit-scrollbar{display:none}.product-card{scroll-snap-align:start;flex:0 0 244px;width:244px}.product-card__visual{height:200px}.brand-section{padding-bottom:50px}.brand-strip{grid-template-columns:1fr}.brand-strip__intro{min-height:76px;padding:16px 20px}.brand-list{grid-template-columns:repeat(7,125px);min-height:94px}.cooperation-card{min-height:auto}.cooperation-card__content{padding:31px 25px}.cooperation-card h2{font-size:32px}.benefit-grid{gap:15px 8px}.cooperation-card__orb{display:none}.assurance-list{gap:15px 8px}.stats-section{padding:0 14px 22px}.stats-inner{grid-template-columns:1fr 1fr;width:100%}.stat{min-height:98px}.stat:nth-child(2):after{top:18%;bottom:18%}.stat:nth-child(3):after{display:none}.stat:nth-child(4),.stat:nth-child(5){border-top:1px solid #ffffff1a}.stat strong{font-size:23px}.service-flow{grid-template-columns:1fr;gap:0;padding:10px 20px}.service-step{text-align:left;border-bottom:1px solid var(--line);justify-content:center;align-items:flex-start;min-height:110px;padding:16px 15px 16px 85px}.service-step:last-child{border-bottom:0}.service-step__number{top:12px;left:auto;right:0}.service-step__icon{width:55px;height:55px;position:absolute;left:8px}.service-step h3{margin:0 0 5px}.service-connector{display:none}.strength-section{padding-top:64px}.strength-copy h2{font-size:36px}.scene-grid{grid-template-columns:1fr}.scene-card{min-height:230px}.testimonial-grid{grid-template-columns:1fr}.testimonial-card,.support-card{min-height:270px}.contact-band__inner{min-height:320px}.contact-band__actions{flex-direction:column;width:100%}.contact-band__actions .button{width:100%}.footer-main{grid-template-columns:1fr;gap:30px}.footer-brand{max-width:320px}.footer-links{gap:18px}.footer-contact{max-width:360px}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}.floating-phone{display:grid}.quote-modal{border-radius:16px;padding:30px 20px 24px}.quote-form{grid-template-columns:1fr}.form-full{grid-column:auto}}@media (max-width:460px){.hero__inner{padding-top:62px}.hero__actions{flex-direction:column;align-items:flex-start}.hero__actions .button{min-width:150px}.hero__trust{grid-template-columns:repeat(2,1fr);gap:12px 8px;width:100%}.hero__trust span{font-size:10px}.benefit-grid,.assurance-list{grid-template-columns:1fr}.strength-metrics{grid-template-columns:1fr 1fr;row-gap:18px}.strength-metrics>span:nth-child(2){border-right:0}.strength-metrics>span:nth-child(3){padding-left:0}.scene-card{min-height:200px}.scene-card>div{flex-direction:column;align-items:flex-start}.footer-links{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
