@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-latin-400.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:optional;src:url(/fonts/inter-latin-500.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:optional;src:url(/fonts/inter-latin-600.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:optional;src:url(/fonts/inter-latin-700.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/inter-latin-800.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:optional;src:url(/fonts/inter-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg-dark: #0B0F19;--bg-dark-2: #131829;--bg-light: #F4F6F9;--bg-white: #FFFFFF;--text-dark: #0B0F19;--text-light: #E8ECF4;--text-muted: #6B7A90;--blue: #2062C0;--blue-hover: #16468A;--blue-glow: rgba(32,98,192,.35);--orange: #EA580C;--orange-hover: #C2410C;--orange-glow: rgba(234,88,12,.35);--nav-h:80px;--max-w: 1180px;--font: "Inter", system-ui, sans-serif;--radius: 16px;--radius-sm: 10px;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.06);--shadow-lg: 0 4px 12px rgba(0,0,0,.08), 0 20px 48px rgba(0,0,0,.1);--shadow-blue: 0 8px 32px var(--blue-glow);--shadow-orange: 0 8px 32px var(--orange-glow);--ease: cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto;scroll-padding-top:var(--nav-h)}body{font-family:var(--font);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:clip;max-width:100vw;background:var(--bg-white)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,4vw,3rem);background:#ffffffd1;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.06);z-index:100;transition:background .3s}.nav__logo{display:flex;align-items:center;gap:.75rem}.nav__logo img{height:95px;width:auto;mix-blend-mode:multiply}.nav__brand{font-family:var(--font);font-weight:800;font-size:1.1rem;letter-spacing:-.02em;color:var(--text-dark);line-height:1.2}.nav__brand em{display:block;font-style:normal;font-weight:400;font-size:.8rem;color:var(--text-muted);letter-spacing:.02em}.nav__links{display:flex;gap:1.75rem;align-items:center}.nav__links a{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .25s;position:relative}.nav__links a:hover{color:var(--text-dark)}.nav__links a:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--blue);transform:scaleX(0);transition:transform .25s var(--ease);border-radius:1px}.nav__links a:hover:after{transform:scaleX(1)}.nav__phone{font-weight:700;color:var(--text-dark)!important;letter-spacing:-.01em}.nav__phone:after{display:none!important}.nav__cta{font-size:.8rem!important;padding:.5rem 1.25rem!important;border-radius:100px;color:#fff!important;white-space:nowrap}.nav__cta:after{display:none!important}.nav__cta:hover{color:#fff!important;filter:brightness(1.1)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.25rem;border-radius:50px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:all .3s var(--ease);letter-spacing:-.01em;line-height:1}.btn--blue{background:var(--blue);color:#fff;box-shadow:0 4px 16px var(--blue-glow)}.btn--blue:hover{background:var(--blue-hover);transform:translateY(-2px);box-shadow:0 6px 24px var(--blue-glow)}.btn--orange{background:var(--orange);color:#fff;box-shadow:0 0 20px var(--orange-glow)}.btn--orange:hover{background:var(--orange-hover);transform:translateY(-2px);box-shadow:0 6px 24px var(--orange-glow)}.btn--outline{background:#fffffff2;color:var(--text-dark);font-weight:700;border:none}.btn--outline:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #ffffff4d}.section{padding:100px clamp(1.25rem,4vw,3rem);min-height:100svh;box-sizing:border-box;display:flex;align-items:center}.section--dark{background:var(--bg-dark);color:var(--text-light)}.section--dark2{background:var(--bg-dark-2);color:var(--text-light)}.section--light{background:var(--bg-light);position:relative;z-index:4}.section--white{background:var(--bg-white);position:relative;z-index:4}.section__inner{max-width:var(--max-w);margin:0 auto}.section__label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.4rem 1.1rem;border-radius:50px;margin-bottom:1.25rem}.section__label--blue{background:#2563eb1a;color:var(--blue)}.section__label--orange{background:#ea580c1a;color:var(--orange)}.section__label--white{background:#ffffff1a;color:#fffc;border:1px solid rgba(255,255,255,.1)}.section__title{font-weight:800;font-size:clamp(1.875rem,4.5vw,3rem);line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem}.section__subtitle{font-size:1.0625rem;color:var(--text-muted);max-width:580px;line-height:1.75}.hero{height:100svh;box-sizing:border-box;padding-top:var(--nav-h);display:flex;align-items:center;color:#fff;position:relative;overflow:hidden;background:var(--bg-dark)}.hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;animation:heroZoom 20s ease-out forwards}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0b0f19e0,#0b0f19b3 40%,#0b0f1980);z-index:1}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(11,15,25,.95) 0%,transparent 40%);z-index:1}.hero__inner{max-width:var(--max-w);margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem);position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.hero__label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1.25rem;border-radius:50px;background:#2563eb1f;border:1px solid rgba(37,99,235,.25);backdrop-filter:blur(12px)}.hero__label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue);box-shadow:0 0 8px var(--blue-glow);flex-shrink:0}.hero__title{font-weight:800;font-size:clamp(2.75rem,7vw,4.75rem);line-height:1.02;letter-spacing:-.04em;max-width:720px;text-shadow:0 2px 24px rgba(0,0,0,.4)}.hero__title em{font-style:normal;background:linear-gradient(135deg,#60A5FA,var(--blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__sub{font-size:clamp(1.05rem,1.8vw,1.2rem);color:#ffffffb3;max-width:520px;line-height:1.8;margin-top:.5rem;text-shadow:0 1px 8px rgba(0,0,0,.3)}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}@keyframes heroZoom{0%{transform:scale(1.1)}to{transform:scale(1.2)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__label{animation:fadeUp .6s ease-out .25s both}.hero__title{animation:fadeUp .6s ease-out .15s both}.hero__sub{display:flex;flex-wrap:wrap;gap:.4em;justify-content:center}.hero__word{display:inline-block;animation:fadeUp .5s ease-out both}.hero__word:nth-child(1){animation-delay:1s}.hero__word:nth-child(2){animation-delay:2s}.hero__word:nth-child(3){animation-delay:3s}.hero__sub .hero__word--accent{background:linear-gradient(135deg,#60A5FA,var(--blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-weight:700;text-shadow:none}.hero__ctas{animation:fadeUp .6s ease-out 4s both}.vend-scroll{min-height:100svh;box-sizing:border-box;padding:clamp(6rem,12vh,10rem) 0;position:relative;z-index:3;display:flex;align-items:center;justify-content:center;background:var(--bg-white);overflow:hidden;box-shadow:0 30px 60px #00000026}.vend-scroll:before{content:"";position:absolute;inset:0;z-index:0;background-image:url(/images/box-pattern.webp);background-size:300px;background-repeat:repeat;opacity:var(--pat-opacity,.04);filter:var(--pat-filter,none);pointer-events:none;transition:opacity .4s var(--ease),filter .4s var(--ease)}.vend-scroll__sticky{width:100%;max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.vend-scroll__scene{position:relative;z-index:2;opacity:0;transform-origin:bottom center;transition:opacity 1.4s cubic-bezier(.16,1,.3,1);order:-1}.vend-scroll__scene.is-revealed{opacity:1}.vm-wrap{position:relative;width:clamp(200px,40vw,380px);margin:0 auto}.vm-img{display:block;width:100%;height:auto;position:relative;z-index:2}.vm-depth{display:none}.vm-shadow{position:absolute;bottom:-8px;left:15%;width:70%;height:12px;background:radial-gradient(ellipse,rgba(0,0,0,.2),transparent);border-radius:50%;z-index:0}.vm-falling{position:absolute;width:28px;height:auto;top:39%;left:25%;z-index:4;opacity:0;pointer-events:none;transform-origin:center center}.vm-wrap.is-dispensing .vm-falling{animation:snackDrop 1.8s cubic-bezier(.25,1,.5,1) .15s forwards}@keyframes snackDrop{0%{opacity:0;transform:translate(0) scale(1) rotate(0)}5%{opacity:1;transform:translateY(4px) scale(.95) rotate(-5deg)}25%{opacity:1;transform:translate(2px,40px) scale(.85) rotate(-15deg)}55%{opacity:1;transform:translate(8px,110px) scale(.75) rotate(-35deg)}85%{opacity:1;transform:translate(12px,180px) scale(.7) rotate(-55deg)}to{opacity:0;transform:translate(15px,220px) scale(.65) rotate(-65deg)}}.vend-scroll__content{width:100%;display:grid;grid-template-columns:auto 1fr;gap:clamp(3rem,5vw,6rem);align-items:center;padding:0 clamp(1.5rem,4vw,3rem);opacity:0;transform:translateY(30px);transition:all 1.4s cubic-bezier(.16,1,.3,1) .1s}.vend-scroll__content.is-revealed{opacity:1;transform:translateY(0)}.vend-scroll__right{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.placement__card--light{background:#2563eb0a;border:1px solid rgba(37,99,235,.1);border-radius:var(--radius-sm);padding:1.25rem;transition:all .3s var(--ease);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.placement__card--light:hover{background:#2563eb14;border-color:#2563eb33;transform:translateY(-4px)}.placement__card--light h3{font-weight:700;font-size:1.05rem;color:var(--text-dark);margin-bottom:.2rem}.placement__card--light p{font-size:.9rem;color:var(--text-muted);line-height:1.5}.placement__icon--light{width:34px;height:34px;border-radius:50%;background:#2563eb1a;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.placement__title em{font-style:normal;background:linear-gradient(135deg,#60A5FA,var(--blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiw{position:relative;height:650vh;margin-top:-100svh;background:var(--blue)}.hiw__sticky{position:sticky;top:0;height:100lvh;background:var(--blue);display:flex;align-items:center;justify-content:center;overflow:hidden}.hiw__bg-title{position:absolute;text-align:center;max-width:650px;padding:0 2rem;z-index:1;color:#fff}.hiw__slide{position:absolute;width:84%;left:8%;padding:0;z-index:2;color:#fff;will-change:transform;display:flex;align-items:center;justify-content:space-between}.hiw__slide[data-dir=left]{flex-direction:row}.hiw__slide[data-dir=right]{flex-direction:row-reverse}.hiw__num-block{flex:0 0 auto;will-change:transform,opacity;position:relative;z-index:5}.hiw__copy-block{flex:0 0 auto;max-width:420px;will-change:transform,opacity}.hiw__product-block{flex:0 0 auto;display:flex;align-items:center;justify-content:center;will-change:transform,opacity;min-height:45vh}.hiw__slide[data-dir=left] .hiw__copy-block{text-align:right}.hiw__slide[data-dir=right] .hiw__copy-block{text-align:left}.hiw__product-img{max-height:45vh;max-width:280px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4));transform:rotate(-3deg);transition:transform .4s var(--ease)}.hiw__slide[data-step="1"] .hiw__product-img{max-height:60vh;max-width:420px}.hiw__slide[data-step="2"] .hiw__product-img{max-height:75vh;max-width:400px}.hiw__heading{font-family:var(--font);font-weight:800;font-size:clamp(2rem,4vw,3.25rem);letter-spacing:-.03em;line-height:1.12;color:#fff;max-width:650px;margin:0 auto}.hiw__heading em{font-style:normal;color:#0a2e6e}.section__label--white{background:#ffffff26;color:#fff}.hiw__num{display:block;font-family:var(--font);font-weight:800;font-size:clamp(5rem,12vw,10rem);line-height:.9;letter-spacing:-.06em;opacity:.08;user-select:none}.hiw__title{font-family:var(--font);font-weight:800;font-size:clamp(1.5rem,3vw,2.5rem);letter-spacing:-.03em;line-height:1.12;margin-bottom:.75rem}.hiw__desc{font-size:clamp(.95rem,1.3vw,1.15rem);line-height:1.65;opacity:.7;max-width:420px}.hiw-snack{display:none}.hiw__product-block{position:relative}.hiw__product-img{position:relative;z-index:2}.hiw__accent{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1;filter:drop-shadow(0 8px 20px rgba(0,0,0,.25));will-change:transform,opacity}.hiw__accent--1{animation:hiwFloat1 4s cubic-bezier(.45,0,.55,1) infinite}.hiw__accent--2{animation:hiwFloat2 4.5s cubic-bezier(.45,0,.55,1) infinite .6s}.hiw__accent--3{animation:hiwFloat3 5s cubic-bezier(.45,0,.55,1) infinite 1.2s}.hiw__accent--chives{animation:hiwFloat2 6s cubic-bezier(.45,0,.55,1) infinite .3s}.hiw__accent--splash{animation:hiwFloat1 5.5s cubic-bezier(.45,0,.55,1) infinite .8s}@keyframes hiwFloat1{0%,to{translate:0 0}50%{translate:0 -10px}}@keyframes hiwFloat2{0%,to{translate:0 0}50%{translate:0 8px}}@keyframes hiwFloat3{0%,to{translate:0 0}50%{translate:5px -7px}}.hiw__accent--1,.hiw__accent--2,.hiw__accent--3{width:160px}.hiw__accent--splash{width:30vw;max-width:700px;opacity:.85;-webkit-mask-image:radial-gradient(ellipse at center,#000 40%,transparent 70%);mask-image:radial-gradient(ellipse at center,#000 40%,transparent 70%)}.hiw__slide[data-step="4"] .hiw__accent--splash{width:50vw;max-width:1000px}.hiw__accent--chives{width:40vw;max-width:600px;z-index:1;opacity:.6;filter:none}.hiw__accent--dust{width:90vw;max-width:1100px;z-index:0;opacity:1;filter:none!important;-webkit-mask-image:radial-gradient(ellipse at center,#000 35%,transparent 55%);mask-image:radial-gradient(ellipse at center,#000 35%,transparent 55%)}.hiw__accent--mm{width:55px;z-index:1;filter:none;animation:hiwFloat1 3.5s cubic-bezier(.45,0,.55,1) infinite}.hiw__accent--mm:nth-child(odd){animation-name:hiwFloat2;animation-duration:4.2s}.hiw__accent--mm:nth-child(3n){animation-name:hiwFloat3;animation-duration:3.8s}.hiw__slide[data-step="0"] .hiw__accent--1,.hiw__slide[data-step="0"] .hiw__accent--2{width:200px}.hiw__slide[data-step="0"] .hiw__accent--3{width:140px}.trust{border-bottom:1px solid rgba(0,0,0,.04)}.trust__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.trust__item{padding:1.5rem;text-align:center;border-radius:var(--radius);background:var(--bg-white);border:1px solid rgba(0,0,0,.04);transition:all .3s var(--ease)}.trust__item:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.trust__icon{font-size:1.75rem;margin-bottom:.75rem}.trust__num{font-weight:800;font-size:1.6rem;letter-spacing:-.02em;color:var(--text-dark)}.trust__text{font-size:.85rem;color:var(--text-muted);margin-top:.25rem}.brands{display:flex;align-items:center;justify-content:center;gap:clamp(2.5rem,5vw,4.5rem);flex-wrap:wrap;opacity:.3;transition:opacity .5s}.brands:hover{opacity:.5}.brands span{font-weight:800;font-size:clamp(.85rem,2vw,1.25rem);letter-spacing:.06em;text-transform:uppercase}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,460px),1fr));gap:2rem}.service-card{background:var(--bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:2.5rem;transition:all .4s var(--ease);position:relative}.service-card:before{content:"";position:absolute;inset:-1px;border-radius:var(--radius);background:linear-gradient(135deg,transparent,transparent);z-index:-1;transition:background .4s var(--ease)}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent}.service-card:hover:before{background:linear-gradient(135deg,var(--blue),rgba(37,99,235,.3))}.service-card--repair:hover:before{background:linear-gradient(135deg,var(--orange),rgba(234,88,12,.3))}.service-card__icon{width:52px;height:52px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}.service-card__icon--blue{background:linear-gradient(135deg,#2563eb1f,#2563eb0a)}.service-card__icon--orange{background:linear-gradient(135deg,#ea580c1f,#ea580c0a)}.service-card__title{font-weight:700;font-size:1.4rem;margin-bottom:1rem;letter-spacing:-.02em}.service-card__list{display:flex;flex-direction:column;gap:.875rem;margin-bottom:2rem}.service-card__list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.925rem;color:var(--text-muted);line-height:1.5}.service-card__list li:before{content:"✓";color:var(--blue);font-weight:700;flex-shrink:0;margin-top:.05em}.service-card--repair .service-card__list li:before{color:var(--orange)}.repair-section{position:relative;overflow:hidden;z-index:3;box-shadow:0 -30px 60px #0000004d;margin-top:-100svh}.repair__bg-glow{position:absolute;inset:0;background-image:url(/images/maze-pattern.webp);background-size:300px;background-repeat:repeat;opacity:.06;pointer-events:none;z-index:1;transition:opacity .4s var(--ease),filter .4s var(--ease)}.repair__layout{display:flex;align-items:center;gap:3rem;max-width:var(--max-w);margin:0 auto;justify-content:center}.repair__text{flex:1;max-width:500px}.repair__visual{flex:0 0 380px}.repair__img{width:380px;height:380px;border-radius:var(--radius);object-fit:cover;box-shadow:0 20px 60px #00000080}.repair__header{max-width:600px;margin:0 0 1rem}.repair__header .section__title{font-size:clamp(1.5rem,3vw,2rem)}.repair__subtitle{font-size:.9rem;color:#fff9;line-height:1.6;margin-top:.25rem}.repair__grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.repair-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-sm);padding:1rem;transition:all .4s var(--ease);position:relative;overflow:hidden}.repair-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--orange),transparent);opacity:0;transition:opacity .4s var(--ease)}.repair-card:hover{background:#ffffff0f;border-color:#ea580c33;transform:translateY(-4px)}.repair-card:hover:before{opacity:1}.repair-card__icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#ea580c26,#ea580c0d);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;box-shadow:0 0 16px #ea580c1a}.repair-card__title{font-weight:700;font-size:.9rem;color:#fff;margin-bottom:.25rem;letter-spacing:-.01em}.repair-card__desc{font-size:.8rem;color:#ffffff80;line-height:1.5}.repair__cta{margin-top:1rem;text-align:left}.repair__list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.repair__item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:#ffffffbf;line-height:1.5;padding:.5rem .75rem;border-radius:8px;cursor:default;transition:all .3s var(--ease)}.repair__item:hover{color:#fffffff2}.repair__item strong{color:#fff;transition:color .3s var(--ease)}.repair__item:hover strong{color:var(--orange)}.repair__check{flex-shrink:0;margin-top:2px;transition:filter .3s var(--ease)}.repair__item:hover .repair__check{filter:drop-shadow(0 0 6px rgba(234,88,12,.6))}.faq{max-width:720px;margin:0 auto}.faq__header{text-align:center;margin-bottom:1rem}.faq__header .section__title{font-size:clamp(1.5rem,3vw,2rem)}.faq__list{display:flex;flex-direction:column;gap:.35rem}.faq__item{border:1px solid rgba(37,99,235,.08);border-radius:50px;overflow:hidden;transition:all .08s var(--ease);background:#2563eb08}.faq__item:first-child{border-top:1px solid rgba(37,99,235,.08)}.faq__item:hover{background:#2563eb0f;border-color:#2563eb26}.faq__item[open]{border-radius:var(--radius);border-color:#2563eb33;background:#2563eb0a}.faq__q{font-family:var(--font);font-weight:600;font-size:.85rem;padding:.7rem 2.5rem .7rem 1.25rem;cursor:pointer;list-style:none;position:relative;color:var(--text-dark);transition:color .25s var(--ease);letter-spacing:-.01em}.faq__q::-webkit-details-marker{display:none}.faq__q:after{content:"";position:absolute;right:1.25rem;top:50%;width:10px;height:10px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:translateY(-60%) rotate(45deg);transition:transform .3s var(--ease),border-color .3s}.faq__item[open] .faq__q:after{transform:translateY(-30%) rotate(-135deg);border-color:var(--blue)}.faq__item[open] .faq__q,.faq__q:hover{color:var(--blue)}.faq__a{font-size:.95rem;line-height:1.7;color:var(--text-muted);padding:0 1.5rem 1.25rem;max-width:600px}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;counter-reset:step;position:relative}.timeline:before{content:"";position:absolute;top:24px;left:calc(12.5% + 24px);right:calc(12.5% + 24px);height:2px;background:linear-gradient(90deg,var(--blue),rgba(37,99,235,.2));border-radius:1px}.timeline__step{text-align:center;position:relative;padding-top:0}.timeline__step:before{counter-increment:step;content:counter(step);display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--blue);color:#fff;font-weight:700;font-size:1rem;margin:0 auto 1.25rem;position:relative;z-index:1;box-shadow:0 4px 16px var(--blue-glow)}.timeline__step h3{font-weight:700;font-size:1rem;margin-bottom:.4rem;letter-spacing:-.01em}.timeline__step p{font-size:.85rem;color:var(--text-muted);line-height:1.6;max-width:200px;margin:0 auto}.contact-card:hover{transform:rotate(0) translateY(-4px)!important;box-shadow:0 16px 60px #0000004d,0 4px 12px #00000026!important}@keyframes cardFloat{0%,to{transform:rotate(1deg) translateY(0)}50%{transform:rotate(.5deg) translateY(-6px)}}.contact-card{animation:cardFloat 4s ease-in-out infinite}.section--dark,.section--dark2{overflow-x:hidden}.cta__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,5vw,5rem);align-items:start}.cta__form{display:flex;flex-direction:column;gap:.875rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:2rem;backdrop-filter:blur(8px)}.cta__form input,.cta__form select,.cta__form textarea{padding:.875rem 1rem;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;font-size:.95rem;font-family:var(--font);transition:all .25s var(--ease)}.cta__form input::placeholder,.cta__form textarea::placeholder{color:#fff6}.cta__form input:focus,.cta__form select:focus,.cta__form textarea:focus{outline:none;border-color:var(--blue);background:#2563eb0f;box-shadow:0 0 0 3px #2563eb26}.cta__form select{cursor:pointer;color:#ffffff80}.cta__form select option{background:var(--blue);color:#fff}.cta__form textarea{resize:vertical;min-height:100px}.cta__info{display:flex;flex-direction:column;gap:.75rem}.cta__info h3{font-size:1.15rem;margin-bottom:.25rem}.cta__info p{color:#ffffffb3;line-height:1.7;font-size:.95rem}.cta__phone{font-weight:800;font-size:clamp(1.75rem,4vw,2.75rem);letter-spacing:-.03em;color:#fff;display:block;margin:.5rem 0;transition:color .25s}.cta__phone:hover{color:var(--blue)}.footer{background:#080b12;color:#fff9;padding:2.5rem clamp(1.25rem,4vw,3rem);border-top:1px solid rgba(255,255,255,.05)}.footer__inner{max-width:var(--max-w);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.85rem}.footer__brand{font-weight:700;color:#ffffffb3;letter-spacing:.02em}.footer__social a{color:#fff9;transition:color .25s}.footer__social a:hover{color:#fff}.footer__credit{margin-left:auto;font-size:.75rem;color:#ffffff8c}.footer__credit a{color:#ffffff80;text-decoration:none;transition:color .25s}.footer__credit a:hover{color:#fff}.animate-on-scroll{opacity:0;transform:translateY(28px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.nav__toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.nav__toggle span{display:block;width:24px;height:2px;background:var(--text-dark);margin:5px 0;transition:all .3s var(--ease);border-radius:2px}@media(max-width:1024px){:root{--nav-h:70px}.nav__toggle{display:block}.nav__links{display:flex;flex-direction:column;position:fixed;top:0;right:-100%;width:280px;height:100svh;background:#fffffffa;backdrop-filter:blur(20px);padding:calc(var(--nav-h) + 2rem) 2rem 2rem;gap:1.5rem;transition:right .4s var(--ease);z-index:100;box-shadow:-8px 0 30px #0000001a}.nav__links.is-open{right:0}.nav__links a{font-size:1.1rem;color:var(--text-dark)}.nav__links a:after{display:none}.hero__title{font-size:clamp(2.25rem,6vw,3.5rem)}.hero__sub{font-size:1rem}.section{padding:60px clamp(1rem,4vw,2rem);min-height:auto}.hero{height:60svh!important;min-height:500px!important;padding-bottom:2rem!important}.vend-scroll{min-height:auto;padding:3rem 0}.vend-scroll__content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.vend-scroll__scene{order:-1}.vm-wrap{width:clamp(160px,35vw,280px)}.vend-scroll__right{grid-template-columns:1fr 1fr;gap:.75rem}.placement__card--light{padding:1rem}.hiw{height:850vh}.hiw__slide{width:100%;left:0;height:100%;top:0;display:grid!important;grid-template-columns:1fr;grid-template-rows:8% 1fr auto;grid-template-areas:"number" "product" "copy";place-items:center;justify-content:center!important;padding:var(--nav-h) 4% 0;box-sizing:border-box}.hiw__slide[data-dir=left],.hiw__slide[data-dir=right]{flex-direction:column!important}.hiw__num-block{grid-area:number;position:relative;top:auto;left:auto;right:auto;text-align:center;width:100%;z-index:5;align-self:end;display:flex;justify-content:center}.hiw__num{font-size:clamp(3rem,10vw,4.5rem)}.hiw__product-block{grid-area:product;position:relative;top:auto;left:auto;transform:none;min-height:auto;display:flex;align-items:center;justify-content:center;width:100%;max-height:100%;overflow:visible}.hiw__copy-block{grid-area:copy;position:relative;bottom:auto;left:auto;right:auto;text-align:center!important;max-width:100%;margin:0 auto;width:100%;padding-bottom:4vh;z-index:5;display:flex;flex-direction:column;align-items:center}.hiw__product-img,.hiw__slide[data-step="1"] .hiw__product-img,.hiw__slide[data-step="2"] .hiw__product-img{max-height:35vh;max-width:280px}.hiw__title{font-size:clamp(1.25rem,4vw,1.75rem)}.hiw__desc{font-size:.9rem;margin:0 auto}.hiw__accent--1,.hiw__accent--2,.hiw__accent--3{width:20vw}.hiw__accent--mm{width:7vw}.hiw__accent--chives{width:50vw}.hiw__accent--dust{width:65vw}.hiw__accent--splash{width:40vw}.hiw__slide[data-step="4"] .hiw__accent--splash{width:50vw}.repair__layout{flex-direction:column;text-align:center;align-items:center}.repair__visual{flex:0 0 auto;order:-1}.repair__img{width:clamp(220px,45vw,340px);height:clamp(220px,45vw,340px);margin:0 auto}.repair__text{max-width:100%;display:flex;flex-direction:column;align-items:center}.repair__list{max-width:500px}.repair__cta{text-align:center}.cta__grid{grid-template-columns:1fr;gap:2.5rem}.timeline{grid-template-columns:repeat(2,1fr)}.timeline:before{display:none}}@media(max-width:768px){:root{--nav-h:64px}.nav__logo img{height:70px}.section{padding:60px clamp(1rem,4vw,2rem);min-height:auto}.hero{height:75svh!important;min-height:500px!important;padding-bottom:2rem!important}.hero__title{font-size:clamp(2rem,7vw,2.75rem)}.hero__ctas{justify-content:center}.hero__ctas .btn{padding:.875rem 1.75rem;font-size:.85rem}.hero__scroll{display:none}.vend-scroll{min-height:auto;padding:3rem 0}.vend-scroll__content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.vend-scroll__scene{order:-1}.vm-wrap{width:clamp(160px,45vw,220px)}.vend-scroll__right{grid-template-columns:1fr 1fr;gap:.75rem}.placement__card--light{padding:1rem}.placement__title{font-size:clamp(1.5rem,5vw,2rem)!important}.vend-scroll__right{grid-template-columns:1fr 1fr;gap:.5rem}.placement__icon--light{width:28px;height:28px;margin-bottom:.35rem}.hiw{height:850vh}.hiw__slide{width:100%;left:0;height:100%;top:0;display:grid!important;grid-template-columns:1fr;grid-template-rows:8% 1fr auto;grid-template-areas:"number" "product" "copy";place-items:center;justify-content:center!important;padding:var(--nav-h) 4% 0;box-sizing:border-box}.hiw__slide[data-dir=left],.hiw__slide[data-dir=right]{flex-direction:column!important}.hiw__num-block{grid-area:number;position:relative;top:auto;left:auto;right:auto;text-align:center;width:100%;z-index:5;align-self:end;display:flex;justify-content:center}.hiw__num{font-size:clamp(3rem,10vw,4.5rem)}.hiw__product-block{grid-area:product;position:relative;top:auto;left:auto;transform:none;min-height:auto;display:flex;align-items:center;justify-content:center;width:100%;max-height:100%;overflow:visible}.hiw__copy-block{grid-area:copy;position:relative;bottom:auto;left:auto;right:auto;text-align:center!important;max-width:100%;margin:0 auto;width:100%;padding-bottom:4vh;z-index:5;display:flex;flex-direction:column;align-items:center}.hiw__product-img{max-height:28vh;max-width:220px}.hiw__slide[data-step="1"] .hiw__product-img,.hiw__slide[data-step="2"] .hiw__product-img{max-height:28vh;max-width:260px}.hiw__title{font-size:clamp(1.25rem,4vw,1.75rem)}.hiw__desc{font-size:.9rem;margin:0 auto}.hiw__accent--1,.hiw__accent--2,.hiw__accent--3{width:23vw}.hiw__accent--mm{width:9vw}.hiw__accent--chives{width:60vw}.hiw__accent--dust{width:80vw}.hiw__accent--splash{width:50vw}.hiw__slide[data-step="4"] .hiw__accent--splash{width:60vw}.trust__grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.trust__item{padding:.75rem}.trust__num{font-size:1.2rem}.trust__text{font-size:.7rem}.brands{gap:1.5rem}.services__grid{grid-template-columns:1fr}.service-card{padding:1.75rem}.repair__layout{gap:2rem}.repair__img{width:clamp(180px,40vw,300px);height:clamp(180px,40vw,300px)}.repair__grid{grid-template-columns:1fr 1fr;gap:.5rem}.repair-card{padding:.75rem}.repair-section{overflow:hidden}.faq__q{font-size:.8rem;padding:.6rem 2.25rem .6rem 1rem}.faq__a{font-size:.85rem;padding:0 1rem 1rem}.timeline{grid-template-columns:1fr 1fr;gap:1rem}.timeline__step p{font-size:.8rem}.contact-card{padding:1.5rem 1.75rem!important}.footer__inner{flex-direction:column;text-align:center;gap:.5rem}.footer__credit{margin-left:0;margin-top:.5rem}}@media(max-width:480px){.hero__title{font-size:clamp(1.75rem,8vw,2.25rem)}.hero__bg{object-position:60% center}.hero__ctas{flex-direction:column;align-items:center;width:100%}.hero__ctas .btn{width:100%;justify-content:center}.vend-scroll__right{grid-template-columns:1fr}.hiw__product-img{max-height:25vh;max-width:160px}.hiw__slide[data-step="1"] .hiw__product-img{max-height:35vh;max-width:220px}.hiw__slide[data-step="2"] .hiw__product-img{max-height:40vh;max-width:240px}.hiw__accent--1,.hiw__accent--2,.hiw__accent--3{width:18vw}.hiw__accent--mm{width:7vw}.trust__grid,.repair__grid{grid-template-columns:1fr}.repair__img{width:clamp(160px,50vw,220px);height:clamp(160px,50vw,220px)}.timeline{grid-template-columns:1fr}.section__title{font-size:clamp(1.5rem,6vw,2rem)}}.section__title{font-size:clamp(1.4rem,4.5vw,3rem)!important}.placement__title{font-size:clamp(1.3rem,4vw,2.5rem)!important}.repair__header .section__title,.faq__header .section__title{font-size:clamp(1.3rem,3vw,2rem)!important}.btn{padding:clamp(.7rem,1.5vw,1rem) clamp(1.2rem,3vw,2.25rem)!important;font-size:clamp(.8rem,1.2vw,.95rem)!important}.hero__ctas{gap:clamp(.5rem,1.5vw,1rem)!important}.vend-scroll{padding:clamp(1.5rem,6vh,10rem) 0!important;margin-top:-2px!important;z-index:5!important;position:relative!important}.vend-scroll__content{gap:clamp(1rem,3vw,6rem)!important}.vm-wrap{width:clamp(120px,30vw,380px)!important}.vend-scroll__right{grid-template-columns:1fr 1fr!important;gap:clamp(.4rem,1vw,1.25rem)!important}.placement__card--light{padding:clamp(.6rem,1.2vw,1.25rem)!important}.placement__card--light h3{font-size:clamp(.8rem,1.2vw,1.05rem)!important}.placement__card--light p{font-size:clamp(.7rem,1vw,.9rem)!important}.placement__icon--light{width:clamp(24px,3.5vw,34px)!important;height:clamp(24px,3.5vw,34px)!important;margin-bottom:clamp(.2rem,.5vw,.5rem)!important}.repair__img{width:clamp(180px,40vw,380px)!important;height:clamp(180px,40vw,380px)!important}.repair__grid{grid-template-columns:1fr 1fr!important;gap:clamp(.4rem,1vw,.6rem)!important}.repair-card{padding:clamp(.5rem,1vw,1rem)!important}.repair__item{padding:clamp(.25rem,.5vw,.5rem) clamp(.5rem,1vw,.75rem)!important;font-size:clamp(.78rem,1.2vw,.9rem)!important;text-align:left!important}.repair__list{gap:clamp(.25rem,.5vw,.6rem)!important;max-width:500px!important;margin:0 auto!important}.repair__subtitle{font-size:clamp(.78rem,1.2vw,.9rem)!important;margin-top:.15rem!important}.repair-section .section{padding:clamp(2rem,5vh,5rem) clamp(1rem,3vw,3rem)!important;min-height:auto!important}@media(max-width:768px){.hiw{height:850vh!important}}@media(max-width:768px){.repair-section{margin-top:-100dvh!important}}.repair__layout{gap:clamp(.75rem,2vw,3rem)!important}.trust__grid{grid-template-columns:repeat(3,1fr)!important;gap:clamp(.4rem,1vw,1.5rem)!important}.trust__item{padding:clamp(.5rem,1.5vw,1.5rem)!important}.trust__num{font-size:clamp(1rem,2.5vw,1.6rem)!important}.trust__text{font-size:clamp(.6rem,1.2vw,.85rem)!important}.faq__q{font-size:clamp(.75rem,1.2vw,.85rem)!important;padding:clamp(.5rem,1vw,.7rem) 2.5rem clamp(.5rem,1vw,.7rem) clamp(.8rem,1.5vw,1.25rem)!important}.faq__a{font-size:clamp(.8rem,1.3vw,.95rem)!important}.cta__grid{gap:clamp(1.5rem,4vw,5rem)!important}.hiw__accent--1,.hiw__accent--2,.hiw__accent--3{width:clamp(95px,14vw,200px)!important}.hiw__accent--mm{width:clamp(32px,5vw,55px)!important}.hiw__accent--dust{width:clamp(200px,90vw,1100px)!important}.hiw__slide[data-step="3"] .hiw__accent--dust{width:clamp(700px,180vw,1600px)!important}.hiw__accent--splash{width:clamp(400px,90vw,800px)!important}.hiw__accent--chives{width:clamp(150px,50vw,600px)!important}@media(max-width:1024px){.hiw__copy-block{grid-area:copy!important;position:relative!important;bottom:auto!important;text-align:center!important;margin:0 auto!important;padding-bottom:4vh!important}}.hiw__accent{transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .3s ease!important}@media(max-width:1024px){.hiw__product-block{grid-area:product!important;position:relative!important;top:auto!important;left:auto!important;z-index:2!important}.hiw__num-block{grid-area:number!important;position:relative!important;align-self:end!important;text-align:center!important;z-index:5!important}.hiw__num{opacity:.15!important}}.hiw__slide[data-step="1"] .hiw__product-img{max-width:clamp(240px,40vw,420px)!important;max-height:clamp(35vh,50vh,75vh)!important}.hiw__slide[data-step="2"] .hiw__product-img{max-width:clamp(250px,35vw,400px)!important;max-height:clamp(38vh,52vh,75vh)!important}@media(max-width:1024px){.hiw__product-img{max-height:30vh!important;max-width:35vw!important}.hiw__slide[data-step="1"] .hiw__product-img{max-height:35vh!important;max-width:40vw!important}.hiw__slide[data-step="2"] .hiw__product-img,.hiw__slide[data-step="3"] .hiw__product-img{max-height:45vh!important;max-width:35vw!important}.hiw__accent--1,.hiw__accent--2,.hiw__accent--3{width:20vw!important}.hiw__accent--mm{width:8vw!important}.hiw__accent--splash{width:100vw!important}.hiw__accent--chives{width:70vw!important}.hiw__accent--dust{width:90vw!important}}@media(min-width:481px)and (max-width:1024px){.hiw__product-img{max-height:30vh!important;max-width:30vw!important}.hiw__slide[data-step="1"] .hiw__product-img{max-height:30vh!important;max-width:40vw!important}.hiw__slide[data-step="2"] .hiw__product-img{max-height:65vh!important;max-width:55vw!important}.hiw__slide[data-step="3"] .hiw__product-img{max-height:35vh!important;max-width:32vw!important}.hiw__slide[data-step="4"] .hiw__product-img{max-height:36vh!important;max-width:30vw!important}.hiw__accent--1,.hiw__accent--2,.hiw__accent--3{width:16vw!important}.hiw__accent--mm{width:7vw!important}.hiw__accent--splash{width:90vw!important}.hiw__slide[data-step="4"] .hiw__accent--splash{width:80vw!important}.hiw__accent--chives{width:60vw!important}.hiw__accent--dust{width:120vw!important}.placement__title{font-size:clamp(1.5rem,4vw,1.75rem)!important}.placement__sub{font-size:.95rem!important;margin-bottom:1.5rem!important}.vend-scroll__right{gap:.5rem!important}.placement__card--light{padding:.8rem!important}.placement__card--light h3{font-size:.9rem!important}.placement__card--light p{font-size:.8rem!important}#cta-placement-request{padding:1rem 2.5rem!important;font-size:1.15rem!important;margin-top:1.5rem!important}.hero{height:75svh!important;min-height:500px!important;padding-bottom:4rem!important}}@media(max-width:480px){.hiw__slide[data-step="1"] .hiw__product-img{max-width:55vw!important}.hiw__slide[data-step="2"] .hiw__product-img{max-width:65vw!important;max-height:52vh!important}.hiw__slide[data-step="3"] .hiw__product-img{max-width:42vw!important}.hiw__accent--splash{width:120vw!important}}@media(max-width:768px){.hero{z-index:3!important;position:relative!important}}@media(max-width:768px){html,body{overscroll-behavior:none;background:#0b0f19}}@media(max-width:768px){.hiw__sticky{height:100svh!important;touch-action:pan-y}}.hiw__product-img[width],.hiw__accent[width]{width:auto;height:auto}@media(max-width:768px){html,body{height:100%!important;overflow:hidden!important}.page-wrap{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:none}}@media(max-width:768px){.repair__layout{flex-direction:column!important;text-align:center!important;align-items:center!important;gap:clamp(1.5rem,4vw,2.5rem)!important;padding:0 5vw!important}.repair__text{max-width:90vw!important;display:flex!important;flex-direction:column!important;align-items:center!important}.repair__header{text-align:center!important;max-width:85vw!important}.repair__list{max-width:min(85vw,420px)!important;width:100%!important;text-align:left!important}.repair__item{padding:clamp(.35rem,1.5vw,.6rem) clamp(.5rem,2vw,.85rem)!important;font-size:clamp(.8rem,2.3vw,.95rem)!important;gap:clamp(.4rem,2vw,.75rem)!important}.repair__check{width:clamp(16px,4.5vw,22px)!important;height:clamp(16px,4.5vw,22px)!important;flex-shrink:0!important}.repair__cta{text-align:center!important}.repair__visual{order:-1!important;flex:0 0 auto!important}.repair__img{width:clamp(35vw,40vw,55vw)!important;height:clamp(35vw,40vw,55vw)!important;margin:0 auto!important}.repair__grid{grid-template-columns:1fr 1fr!important;gap:clamp(.3rem,1.5vw,.6rem)!important}.repair-card{padding:clamp(.5rem,2vw,.85rem)!important}.repair-card__title{font-size:clamp(.75rem,2.2vw,.95rem)!important}.repair-card__desc{font-size:clamp(.65rem,1.8vw,.8rem)!important}.faq{max-width:90vw!important;margin:0 auto!important}.faq__header{text-align:center!important}.faq__q{font-size:clamp(.72rem,2.2vw,.85rem)!important;padding:clamp(.4rem,1.5vw,.65rem) clamp(1.75rem,8vw,2.5rem) clamp(.4rem,1.5vw,.65rem) clamp(.75rem,3vw,1.25rem)!important}.faq__a{font-size:clamp(.75rem,2.3vw,.9rem)!important;padding:0 clamp(.75rem,3vw,1.25rem) clamp(.75rem,2vw,1rem)!important}.trust__grid{grid-template-columns:repeat(3,1fr)!important;gap:clamp(.25rem,1.5vw,.6rem)!important}.trust__item{padding:clamp(.5rem,2vw,.85rem)!important}.trust__num{font-size:clamp(1rem,3.5vw,1.35rem)!important}.trust__text{font-size:clamp(.55rem,1.8vw,.75rem)!important}.cta__grid{grid-template-columns:1fr!important;gap:clamp(1.5rem,4vw,2.5rem)!important}.contact-card{padding:clamp(1rem,4vw,1.75rem) clamp(1.25rem,4.5vw,2rem)!important;min-width:min(85vw,360px)!important}.footer{padding:clamp(1.5rem,4vw,2.5rem) 5vw!important}.footer__inner{flex-direction:column!important;text-align:center!important;gap:clamp(.3rem,1.5vw,.6rem)!important;font-size:clamp(.7rem,2.2vw,.9rem)!important}.section{padding:clamp(2.5rem,8vh,5rem) 5vw!important;min-height:auto!important}.timeline{grid-template-columns:1fr 1fr!important;gap:clamp(.5rem,3vw,1.25rem)!important}.timeline__step h3{font-size:clamp(.8rem,2.5vw,1rem)!important}.timeline__step p{font-size:clamp(.65rem,2vw,.85rem)!important}.timeline__step:before{width:clamp(36px,10vw,48px)!important;height:clamp(36px,10vw,48px)!important;font-size:clamp(.75rem,2.5vw,1rem)!important}.services__grid{grid-template-columns:1fr!important}.service-card{padding:clamp(1.25rem,4vw,2rem)!important}.service-card__title{font-size:clamp(1rem,3.5vw,1.4rem)!important}.service-card__list li{font-size:clamp(.8rem,2.3vw,.95rem)!important}.hero__title{font-size:clamp(1.75rem,6.5vw,2.75rem)!important}.hero__ctas .btn{padding:clamp(.6rem,2.5vw,.9rem) clamp(1.25rem,5vw,2rem)!important;font-size:clamp(.75rem,2.2vw,.9rem)!important}.placement__card--light{padding:clamp(.6rem,2.5vw,1.1rem)!important}.placement__card--light h3{font-size:clamp(.8rem,2.5vw,1.05rem)!important}.placement__card--light p{font-size:clamp(.7rem,2vw,.9rem)!important}.placement__icon--light{width:clamp(22px,6vw,34px)!important;height:clamp(22px,6vw,34px)!important}.btn{padding:clamp(.6rem,2.5vw,1rem) clamp(1.25rem,5vw,2.25rem)!important;font-size:clamp(.75rem,2.3vw,.95rem)!important}}@media(max-width:1024px){.hiw__accent{animation:none!important}}
