:root{--ink: #151816;--muted: #5c625f;--surface: #f4f6f4;--surface-strong: #ffffff;--line: #d9dfda;--dark: #101412;--dark-2: #1d2923;--green: #2f6b4f;--green-soft: #dff0e5;--amber: #f0b64f;--red: #d84f35;--blue: #2f5f9f;--shadow-sm: 0 10px 28px rgb(16 20 18 / 8%);--shadow-lg: 0 30px 80px rgb(16 20 18 / 16%);color:var(--ink);background:var(--surface);font-family:Manrope,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height, 72px)}body{min-width:320px;margin:0;background:linear-gradient(180deg,#f4f6f4,#eef2ef 45%,#f7f8f6);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{border:0}h1,h2,h3,h4,p{margin-top:0}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;line-height:1}.material-symbols-outlined.filled{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.container{width:min(1200px,calc(100% - 48px));margin:0 auto}.landing-page{width:100%;overflow-x:clip}.hero,.quote-section,.solutions-section,.process-band,.contact-section,.site-footer{scroll-margin-top:var(--header-height, 72px)}.bg-pattern{position:absolute;inset:0;background-image:linear-gradient(rgb(21 24 22 / 5%) 1px,transparent 1px),linear-gradient(90deg,rgb(21 24 22 / 5%) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:linear-gradient(180deg,#000 0%,transparent 82%);mask-image:linear-gradient(180deg,#000 0%,transparent 82%);pointer-events:none}.site-header{position:fixed;top:0;left:0;z-index:50;width:100%;border-bottom:1px solid rgb(255 255 255 / 18%);background:#f4f6f4c7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:background .26s ease,border-color .26s ease,box-shadow .26s ease}.scroll-progress{position:absolute;right:0;bottom:-1px;left:0;height:3px;background:linear-gradient(90deg,var(--red),var(--amber),var(--green));transform:scaleX(0);transform-origin:left center;will-change:transform}.site-header.is-scrolled{border-bottom-color:#1518161a;background:#ffffffe0;box-shadow:0 14px 34px #1014121a}.header-content{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:24px}.brand,.nav-links,.hero-actions,.contact-actions{display:flex;align-items:center}.brand{gap:10px;color:var(--dark);font-size:1.35rem;font-weight:900;letter-spacing:0}.brand-mark{display:inline-grid;width:36px;height:36px;place-items:center;border-radius:8px;background:var(--dark);color:#fff;box-shadow:0 10px 22px #1014122e}.brand-mark .material-symbols-outlined{font-size:21px}.nav-links{gap:34px;color:var(--muted);font-size:.88rem;font-weight:800}.nav-links a{position:relative}.nav-links a:after{position:absolute;bottom:-8px;left:0;width:100%;height:2px;background:var(--red);content:"";transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.nav-links a:hover{color:var(--dark)}.nav-links a:hover:after{transform:scaleX(1)}.ui-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:8px;padding:0 22px;cursor:pointer;font-size:.88rem;font-weight:900;line-height:1;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.ui-button:hover{transform:none}.ui-button .material-symbols-outlined{font-size:20px;transition:transform .22s ease}.ui-button:hover .material-symbols-outlined{transform:translate(3px)}.ui-button-primary{background:var(--dark);color:#fff;box-shadow:var(--shadow-sm)}.ui-button-primary:hover{background:var(--green);box-shadow:var(--shadow-lg)}.ui-button-secondary{border-color:#15181624;background:#ffffffb8;color:var(--dark)}.ui-button-ghost{background:transparent;color:var(--dark)}.header-action{min-height:42px;padding:0 18px}.hero{position:relative;min-height:100vh;overflow:hidden;padding:118px 0 72px;background:linear-gradient(135deg,rgb(16 20 18 / 4%) 0 25%,transparent 25% 100%),linear-gradient(180deg,#f4f6f4,#edf2ee)}.hero:before{position:absolute;top:76px;right:0;width:38vw;height:72px;background:linear-gradient(90deg,transparent,rgb(216 79 53 / 16%),rgb(47 95 159 / 12%));content:""}.hero-bg{position:absolute;z-index:0;pointer-events:none}.hero-bg-top{top:140px;right:-120px;width:520px;height:520px;border:1px solid rgb(47 107 79 / 18%);transform:rotate(12deg)}.hero-bg-bottom{bottom:-120px;left:-160px;width:420px;height:420px;border:80px solid rgb(240 182 79 / 16%);transform:rotate(-18deg)}.hero-content{position:relative;z-index:2;display:grid;min-height:calc(100vh - 190px);grid-template-columns:minmax(0,1fr) minmax(360px,440px);gap:44px;align-items:center}.hero-copy{display:flex;max-width:660px;flex-direction:column;gap:28px}.ui-badge{display:inline-flex;width:fit-content;align-items:center;gap:8px;border:1px solid rgb(216 79 53 / 22%);border-radius:8px;padding:8px 12px;background:#ffffffc7;color:var(--red);font-size:.74rem;font-weight:900;letter-spacing:0;text-transform:uppercase;box-shadow:0 8px 22px #1014120f}.ui-badge .material-symbols-outlined{font-size:18px}h1,h2,h3,h4{color:var(--dark);font-weight:900;letter-spacing:0}h1{max-width:720px;margin-bottom:0;font-size:clamp(3.2rem,7.4vw,6.7rem);line-height:.92}h1 span{display:inline;color:var(--green)}h2{margin-bottom:0;font-size:clamp(2.1rem,4vw,3.55rem);line-height:1}h3{margin-bottom:12px;font-size:1.22rem}.hero-description{max-width:610px;margin-bottom:0;color:var(--muted);font-size:clamp(1.04rem,1.5vw,1.18rem);font-weight:600;line-height:1.68}.hero-actions{flex-wrap:wrap;gap:12px}.hero-quick-links{display:flex;flex-wrap:wrap;gap:10px}.hero-part-finder{display:grid;gap:9px;border:1px solid rgb(85 216 18 / 22%);border-radius:14px;padding:14px;background:#050805a3;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);will-change:transform,opacity}.hero-part-finder label{color:#fff;font-size:.9rem;font-weight:950}.hero-part-finder>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.hero-part-finder .ui-input{min-height:48px}.hero-part-finder .ui-button{min-height:48px;white-space:nowrap}.hero-part-finder p{margin:0;color:#eef7edad;font-size:.82rem;font-weight:750}.hero-category-chips{display:flex;flex-wrap:wrap;gap:8px;will-change:transform,opacity}.hero-category-chips button{border:1px solid rgb(85 216 18 / 18%);border-radius:999px;padding:7px 11px;background:#55d8121a;color:#eef7edd6;cursor:pointer;font-size:.78rem;font-weight:850}.hero-quick-links a{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border:1px solid rgb(85 216 18 / 24%);border-radius:8px;padding:0 13px;background:#060c07b3;color:#d7ffcb;font-size:.78rem;font-weight:900;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 0 0 1px #ffffff0a}.hero-quick-links .material-symbols-outlined{color:#91ff5b;font-size:19px}.hero-trust{display:grid;max-width:640px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:4px}.hero-trust span{display:inline-flex;align-items:center;gap:9px;border-left:3px solid var(--amber);padding:10px 12px;background:#ffffff9e;color:var(--muted);font-size:.86rem;font-weight:800}.hero-trust .material-symbols-outlined{color:var(--green);font-size:21px}.hero-visual{grid-column:2;grid-row:1;align-self:start}.hero-visual-panel{position:relative;min-height:560px;overflow:visible;border-radius:8px;will-change:transform,opacity}.hero-photo{position:absolute;inset:0;border-radius:8px;background:linear-gradient(180deg,#1014120a,#101412b8),url(https://images.unsplash.com/photo-1632823471565-1ecdf5c0e3f1?auto=format&fit=crop&w=1100&q=82) center / cover;box-shadow:var(--shadow-lg)}.hero-photo:after{position:absolute;inset:18px;border:1px solid rgb(255 255 255 / 30%);border-radius:8px;content:""}.floating-chip{position:absolute;display:grid;grid-template-columns:auto 1fr;gap:2px 10px;align-items:center;width:min(280px,72%);border:1px solid rgb(255 255 255 / 42%);border-radius:8px;padding:14px;background:#ffffffdb;box-shadow:0 20px 48px #1014122e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);will-change:transform,opacity}.floating-chip .material-symbols-outlined{grid-row:span 2;display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:var(--dark);color:#fff}.floating-chip strong{color:var(--dark);font-size:.9rem}.floating-chip small{color:var(--muted);font-size:.76rem;font-weight:700}.chip-stock{right:-34px;bottom:116px}.chip-delivery{bottom:28px;left:-30px}.quote-card{position:relative;grid-column:2;grid-row:1;align-self:end;display:flex;flex-direction:column;gap:22px;width:min(100%,440px);margin:0 auto;overflow:visible;border:1px solid rgb(255 255 255 / 58%);border-radius:8px;padding:24px;background:#ffffffe5;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);will-change:transform,opacity}.quote-card:before{position:absolute;inset:-8px;z-index:-1;border:1px solid rgb(21 24 22 / 8%);border-radius:8px;content:""}.quote-orb{position:absolute;top:0;right:0;width:96px;height:6px;background:linear-gradient(90deg,var(--red),var(--amber),var(--blue))}.quote-card h2{margin-bottom:8px;font-size:1.55rem}.quote-card p{margin-bottom:0;color:var(--muted);line-height:1.55}.quote-form{display:flex;flex-direction:column;gap:16px}.quote-form label{display:flex;flex-direction:column;gap:8px;color:var(--dark);font-size:.84rem;font-weight:900}.ui-input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:8px;padding:12px 14px;background:#fff;color:var(--ink);box-shadow:0 1px 2px #1014120a;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.ui-input:focus{border-color:var(--green);box-shadow:0 0 0 4px #2f6b4f24}.ui-textarea{min-height:96px;resize:vertical}.license-plate-container{display:block}.license-plate{display:none}.license-plate-valid{border-color:var(--green);box-shadow:0 0 0 4px #2f6b4f24}.license-plate-flag{width:18px;height:100%;background:linear-gradient(180deg,#1f5fae 0 33%,#fff 33% 66%,#d6362f 66% 100%)}.license-plate-text{flex:1;color:#161816;font-size:1.13rem;font-weight:900;letter-spacing:.08em;text-align:center}.license-plate-input{max-width:220px;text-align:left;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.license-plate-error{display:flex;align-items:center;gap:6px;color:#b42318;font-size:.78rem;font-weight:800}.license-plate-error .material-symbols-outlined{font-size:16px}.quote-note{display:flex;align-items:center;justify-content:center;gap:5px;text-align:center;font-size:.75rem;font-weight:700}.quote-note .material-symbols-outlined{font-size:15px}.combobox-container{position:relative;width:100%}.combobox-container:has(.combobox-trigger-open){z-index:20}.combobox-trigger{display:flex;width:100%;min-height:48px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;padding:11px 14px;background:#fff;color:var(--ink);cursor:pointer;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.combobox-trigger:hover:not(.combobox-trigger-disabled){border-color:#aab4ad;background:#fbfcfb}.combobox-trigger-open{border-color:var(--green);box-shadow:0 0 0 4px #2f6b4f24}.combobox-trigger-disabled{cursor:not-allowed;opacity:.5}.combobox-icon,.combobox-chevron,.combobox-clear{color:var(--muted);font-size:20px}.combobox-value{flex:1;overflow:hidden;color:var(--ink);font-size:.92rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.combobox-placeholder{color:#8b928e}.combobox-actions{display:flex;align-items:center;gap:4px}.combobox-clear{border-radius:8px;cursor:pointer}.combobox-clear:hover{color:var(--red)}.combobox-chevron{transition:transform .2s ease}.combobox-chevron-open{transform:rotate(180deg)}.combobox-dropdown{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:40;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:var(--shadow-lg)}.combobox-search{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding:11px 14px;background:#f7f9f7}.combobox-search .material-symbols-outlined{color:var(--muted);font-size:19px}.combobox-search-input{flex:1;border:0;background:transparent;color:var(--ink);outline:none}.combobox-options{max-height:260px;overflow-y:auto;padding:4px}.combobox-option{display:flex;width:100%;align-items:center;justify-content:space-between;border-radius:8px;padding:10px 12px;background:transparent;color:var(--ink);cursor:pointer;text-align:left}.combobox-option:hover{background:#eef5f0}.combobox-option-selected{background:var(--green-soft);color:var(--green);font-weight:900}.combobox-empty{padding:22px 12px;color:var(--muted);font-size:.88rem;text-align:center}.section{position:relative;padding:104px 0}.solutions-section{background:linear-gradient(180deg,#fff,#f3f6f4)}.section-heading.centered{max-width:760px;margin:0 auto 56px;text-align:center}.section-kicker{display:block;margin-bottom:10px;color:var(--red);font-size:.78rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.section-heading p{margin:22px 0 0;color:var(--muted);font-size:1.08rem;font-weight:600;line-height:1.68}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card{position:relative;overflow:hidden;min-height:330px;border:1px solid var(--line);border-radius:8px;padding:28px;background:#fff;box-shadow:var(--shadow-sm);transition:box-shadow .26s ease,transform .26s ease,border-color .26s ease;will-change:transform,opacity}.service-card:before{position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,var(--green),var(--amber),var(--red));content:"";transform:scaleX(0);transform-origin:left;transition:transform .26s ease}.service-card:hover{border-color:#2f6b4f4d;box-shadow:var(--shadow-lg)}.service-card:hover:before{transform:scaleX(1)}.service-icon{display:grid;width:58px;height:58px;place-items:center;margin-bottom:24px;border-radius:8px;background:var(--green-soft);color:var(--green)}.service-icon .material-symbols-outlined{font-size:31px}.service-card p,.service-card li{color:var(--muted);line-height:1.62}.service-card p{margin-bottom:22px;font-weight:600}.service-card ul{display:flex;flex-direction:column;gap:11px;margin:0;padding:0;list-style:none}.service-card li{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:800}.service-card li .material-symbols-outlined{color:var(--green);font-size:18px}.process-band{position:relative;overflow:hidden;padding:104px 0;background:linear-gradient(135deg,rgb(216 79 53 / 8%) 0 20%,transparent 20% 100%),var(--dark);color:#fff}.process-glow{position:absolute;width:320px;height:320px;border:1px solid rgb(255 255 255 / 12%);pointer-events:none}.process-glow-right{top:82px;right:-130px;transform:rotate(18deg)}.process-glow-left{bottom:-120px;left:7%;border-color:#f0b64f42;transform:rotate(-14deg)}.process-band .container{position:relative;z-index:2}.process-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:54px}.process-heading h2{color:#fff}.process-heading p{max-width:650px;margin:22px 0 0;color:#ffffffb8;font-size:1.06rem;font-weight:600}.process-band .section-kicker{color:var(--amber)}.process-band .ui-button-secondary{border-color:#ffffff2e;background:#ffffff1a;color:#fff}.workshop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.workshop-card{border:1px solid rgb(255 255 255 / 12%);border-radius:8px;padding:24px;background:#ffffff0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:background .24s ease,transform .24s ease;will-change:transform,opacity}.workshop-card:hover{background:#ffffff1a}.workshop-card>.material-symbols-outlined{margin-bottom:18px;color:var(--amber);font-size:38px}.workshop-card h3{color:#fff;font-size:1.1rem}.workshop-card p{margin-bottom:0;color:#ffffffad;font-size:.94rem;font-weight:600}.contact-section{padding:108px 0;background:#f7f8f6}.trust-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:70px;align-items:center}.trust-visual{position:relative;min-height:500px;will-change:transform,opacity}.trust-visual:before{position:absolute;inset:26px -10px -18px 26px;border:1px solid var(--line);border-radius:8px;background:#fff;content:"";transform:rotate(3deg)}.trust-card{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;padding:44px;background:linear-gradient(180deg,#1014121f,#101412d1),url(https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1000&q=82) center / cover;box-shadow:var(--shadow-lg);color:#fff;text-align:center;transform:rotate(-3deg);will-change:transform}.trust-card>.material-symbols-outlined{display:grid;width:84px;height:84px;place-items:center;margin-bottom:22px;border-radius:8px;background:#ffffff24;color:var(--amber);font-size:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.trust-card h3{color:#fff;font-size:1.85rem}.trust-card p{max-width:340px;margin-bottom:0;color:#ffffffc2;font-weight:700}.trust-badge{position:absolute;right:-22px;bottom:26px;display:flex;align-items:center;gap:14px;border:1px solid rgb(255 255 255 / 50%);border-radius:8px;padding:14px;background:#ffffffe0;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.trust-badge>.material-symbols-outlined{display:grid;width:46px;height:46px;place-items:center;border-radius:8px;background:var(--green-soft);color:var(--green)}.trust-badge strong,.trust-badge small{display:block}.trust-badge strong{color:var(--dark);font-size:.9rem}.trust-badge small{color:var(--muted);font-size:.76rem;font-weight:700}.trust-copy h2{max-width:620px}.trust-copy>p{margin:26px 0 0;color:var(--muted);font-size:1.08rem;font-weight:600;line-height:1.72}.reason-list{display:flex;flex-direction:column;gap:18px;margin-top:30px}.reason-item{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:flex-start;border-top:1px solid var(--line);padding-top:18px;will-change:transform,opacity}.reason-item>.material-symbols-outlined{display:grid;width:52px;height:52px;place-items:center;border-radius:8px;background:#fff;color:var(--green);box-shadow:var(--shadow-sm)}.reason-item h3{margin-bottom:4px;font-size:1.04rem}.reason-item p{margin-bottom:0;color:var(--muted);font-weight:600}.site-footer{border-top:1px solid var(--line);padding:80px 0 36px;background:#fff}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.25fr;gap:34px;margin-bottom:54px}.footer-brand{display:flex;flex-direction:column;gap:22px}.footer-brand p,.site-footer nav a,.site-footer div>p,.footer-bottom,.footer-bottom a{color:var(--muted);line-height:1.6}.footer-brand p{max-width:360px;font-weight:600}.footer-social{display:flex;gap:10px}.footer-social a{display:grid;width:40px;height:40px;place-items:center;border-radius:8px;background:var(--surface);color:var(--dark);transition:background .18s ease,color .18s ease,transform .18s ease}.footer-social a:hover{background:var(--dark);color:#fff;transform:translateY(-2px)}.site-footer h4{margin-bottom:16px;color:var(--dark);font-size:.8rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.site-footer nav{display:flex;flex-direction:column;gap:12px}.site-footer div>p{display:flex;gap:8px;align-items:flex-start;font-weight:600}.site-footer div>p .material-symbols-outlined{margin-top:3px;color:var(--green);font-size:18px}.whatsapp-link{display:inline-flex;width:max-content;align-items:center;gap:8px;border-radius:8px;padding:9px 12px;background:var(--green-soft);color:var(--green);font-size:.88rem;font-weight:900}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding-top:28px;font-size:.78rem;font-weight:700}.footer-bottom p{margin-bottom:0}.footer-bottom div{display:flex;gap:22px}.section-heading,.quote-intro,.quote-card,.service-card,.process-heading,.workshop-card,.trust-visual,.trust-copy,.reason-item,.footer-grid>*{visibility:hidden}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}.section-heading,.quote-intro,.quote-card,.service-card,.process-heading,.workshop-card,.trust-visual,.trust-copy,.reason-item,.footer-grid>*{visibility:visible}}@media(max-width:1120px){.hero-content{grid-template-columns:1fr}.hero-copy,.hero-visual,.quote-card{grid-column:auto;grid-row:auto}.hero-visual{order:2}.quote-card{order:3;width:100%}.hero-visual-panel{min-height:420px}.service-grid,.workshop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-layout,.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.container{width:min(100% - 32px,1200px)}.header-content{min-height:68px}.nav-links{display:none}.header-action{padding:0 12px}.header-action .material-symbols-outlined{display:none}.hero{min-height:auto;padding:100px 0 56px}.hero-content{gap:34px}h1{font-size:clamp(2.7rem,15vw,4.3rem)}.hero-actions,.hero-actions .ui-button,.quote-form .ui-button{width:100%}.hero-trust,.service-grid,.workshop-grid,.trust-layout,.footer-grid{grid-template-columns:1fr}.hero-visual-panel{min-height:340px}.chip-stock{right:10px;bottom:86px}.chip-delivery{bottom:12px;left:10px}.floating-chip{width:calc(100% - 20px)}.license-plate-container{grid-template-columns:1fr}.section,.process-band,.contact-section{padding:76px 0}.section-heading.centered{margin-bottom:36px}.process-heading{align-items:flex-start;flex-direction:column}.trust-visual{min-height:380px}.trust-card{padding:32px 22px}.trust-badge{right:10px;bottom:-18px}.footer-bottom,.footer-bottom div{align-items:flex-start;flex-direction:column}}.site-header{border-bottom-color:#ffffff1a;background:#0c0f0ed1;color:#fff}.site-header.is-scrolled{background:#0c0f0eeb;box-shadow:0 14px 34px #0000002e}.site-header .brand,.site-header .nav-links,.site-header .header-action{color:#fff}.site-header .brand-mark{background:#e03e2f;box-shadow:none}.site-header .nav-links{color:#ffffffbd}.site-header .ui-button-secondary,.site-header .ui-button-primary,.header-action{background:#e03e2f;color:#fff;box-shadow:none}.hero{min-height:620px;padding:92px 0 44px;background:linear-gradient(90deg,#0a0d0ceb,#0a0d0cc2 48%,#0a0d0c47),url(https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1800&q=82) center / cover;color:#fff}.hero:after{position:absolute;right:0;bottom:0;left:0;height:6px;background:linear-gradient(90deg,#e03e2f,#f2aa3c,#2f6b4f);content:""}.hero .bg-pattern,.hero-bg,.hero-side{display:none}.hero-content{display:flex;min-height:480px;align-items:center}.hero-copy{max-width:720px;gap:18px}.hero .ui-badge{border-color:#ffffff38;background:#ffffff1a;color:#ffd08a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero h1{max-width:720px;color:#fff;font-size:clamp(2.8rem,5vw,4.9rem);line-height:.98;text-wrap:balance}.hero h1 span{color:#fff}.hero-description{max-width:620px;color:#ffffffd1;font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.58}.hero .ui-button-primary{background:#e03e2f;color:#fff;box-shadow:0 16px 32px #e03e2f3d}.hero .ui-button-secondary{border-color:#ffffff42;background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-trust{display:flex;flex-wrap:wrap;gap:10px;max-width:760px;padding-top:8px}.hero-trust span{border:1px solid rgb(255 255 255 / 18%);border-left:3px solid #f2aa3c;border-radius:8px;padding:10px 12px;background:#ffffff17;color:#ffffffd6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-trust .material-symbols-outlined{color:#ffd08a}.quote-section{padding:64px 0;background:#f5f6f2}.quote-layout{grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr)}.section,.process-band,.contact-section{padding:72px 0}@media(max-width:1368px)and (min-width:961px){.hero{min-height:560px;padding:82px 0 38px}.hero-content{min-height:430px}.hero h1{max-width:650px;font-size:clamp(2.7rem,4.45vw,4.15rem)}.hero-description{max-width:570px;font-size:1rem}.hero-copy{gap:15px}}@media(max-width:760px){.site-header .nav-links{display:none}.hero{min-height:auto;padding:86px 0 42px;background:linear-gradient(180deg,#0a0d0ceb,#0a0d0cc7 58%,#0a0d0c94),url(https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1000&q=82) center / cover}.hero-content{min-height:0}.hero h1{font-size:clamp(2.35rem,11.2vw,3.35rem)}.hero-trust{display:grid}.quote-layout{grid-template-columns:1fr}}.hero{padding:98px 0 56px}.hero-content{grid-template-columns:minmax(0,1.1fr) minmax(320px,390px);gap:44px;align-items:center}.hero-copy{gap:20px;padding-top:0}h1{max-width:760px;font-size:clamp(2.65rem,4.6vw,4.7rem);line-height:1.02}.hero-description{max-width:660px;font-size:clamp(1rem,1.12vw,1.08rem);line-height:1.62}.hero-side{gap:14px}.hero-visual-panel{min-height:246px}.hero-service-list{display:grid;gap:10px}.hero-service-list article{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;border:1px solid #dfe4dc;border-radius:10px;padding:14px;background:#fff;box-shadow:var(--shadow-sm)}.hero-service-list .material-symbols-outlined{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:var(--green-soft);color:var(--green);font-size:23px}.hero-service-list strong{display:block;margin-bottom:2px;color:var(--dark);font-size:.94rem}.hero-service-list p{margin:0;color:var(--muted);font-size:.84rem;font-weight:650;line-height:1.45}.quote-section{padding:76px 0;background:#fff}.quote-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:42px;align-items:start}.quote-intro{position:sticky;top:100px}.quote-intro h2{max-width:520px}.quote-intro p{max-width:520px;margin:18px 0 0;color:var(--muted);font-size:1.02rem;font-weight:650;line-height:1.66}.quote-section .quote-card{box-shadow:var(--shadow-lg)}.quote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.quote-grid label{min-width:0}.quote-card .ui-button{width:100%}.quote-message-field{border:1px solid rgb(85 216 18 / 18%);border-radius:12px;padding:14px;background:#55d8120f}.quote-message-field .ui-textarea{min-height:150px;font-size:.95rem}.quote-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.quote-status{margin:0;border-radius:10px;padding:12px 14px;font-size:.86rem;font-weight:850;line-height:1.45}.quote-status-success{border:1px solid rgb(85 216 18 / 26%);background:#55d8121f;color:#b8ff94}.quote-status-error{border:1px solid rgb(255 138 112 / 28%);background:#ff522e1f;color:#ffd2c8}.quote-turnstile{min-height:65px}.floating-chip{display:none}@media(max-width:1368px)and (min-width:961px){.header-content{min-height:64px}.hero{padding-top:86px;padding-bottom:44px}.container{width:min(1160px,calc(100% - 44px))}h1{font-size:clamp(2.55rem,4.3vw,4.25rem)}.hero-description{max-width:620px}.hero-visual-panel{min-height:218px}.hero-service-list article{padding:12px}.section,.process-band,.contact-section{padding:76px 0}}@media(max-width:960px){.hero-content,.quote-layout{grid-template-columns:1fr}.quote-intro{position:static}.hero-side{max-width:none}}@media(max-width:760px){.hero{padding-top:86px}h1{font-size:clamp(2.25rem,10.8vw,3.35rem)}.hero-visual-panel{min-height:210px}.quote-section{padding:62px 0}.quote-grid{grid-template-columns:1fr}}@media(max-width:440px){.brand{font-size:1.08rem}.brand-mark{width:32px;height:32px}.header-action{min-height:38px;font-size:.78rem}.quote-card,.service-card,.workshop-card{padding:20px}}:root{--ink: #151a17;--muted: #5f6862;--surface: #f6f7f3;--surface-strong: #ffffff;--line: #dfe4dc;--dark: #111713;--dark-2: #243129;--green: #285d42;--green-soft: #e6f1ea;--amber: #d99a32;--red: #b84a35;--blue: #315b89;--shadow-sm: 0 8px 24px rgb(17 23 19 / 7%);--shadow-lg: 0 24px 64px rgb(17 23 19 / 13%)}body{background:var(--surface);color:var(--ink)}.site-header{background:#ffffffe0}.header-content{min-height:72px}.brand{font-size:1.18rem}.nav-links{gap:28px;color:#4f5a54}.hero{min-height:auto;padding:116px 0 80px;background:radial-gradient(circle at 78% 12%,rgb(40 93 66 / 9%),transparent 30%),linear-gradient(180deg,#f8f9f6,#eef3ef)}.hero:before,.hero-bg-bottom{display:none}.hero-bg-top{top:110px;right:-90px;width:360px;height:360px;border-color:#285d421f}.hero-content{min-height:0;grid-template-columns:minmax(0,1fr) minmax(380px,460px);gap:56px;align-items:start}.hero-copy{max-width:680px;gap:24px;padding-top:34px}.ui-badge{border-color:#285d422e;background:#fff;color:var(--green);box-shadow:none}h1{max-width:720px;color:var(--dark);font-size:clamp(3rem,5.8vw,5.35rem);line-height:.98}h1 span{color:var(--green)}h2{font-size:clamp(2rem,3.1vw,3rem);line-height:1.08}.hero-description{max-width:600px;color:#4f5a54;font-size:clamp(1rem,1.25vw,1.12rem);font-weight:600}.hero-actions{margin-top:4px}.ui-button{min-height:46px;border-radius:8px;padding:0 20px;font-size:.86rem}.ui-button-primary{background:var(--green);box-shadow:0 12px 24px #285d422e}.ui-button-primary:hover{background:var(--dark)}.ui-button-secondary{border-color:#cdd6ce;background:#fff}.hero-trust{grid-template-columns:1fr;gap:8px;max-width:520px}.hero-trust span{border-left-color:var(--green);background:transparent;padding:4px 0 4px 12px;color:#4f5a54}.hero-side{display:flex;min-width:0;flex-direction:column;gap:18px}.hero-visual{grid-column:auto;grid-row:auto}.hero-visual-panel{min-height:270px;border:1px solid rgb(255 255 255 / 70%);border-radius:10px;overflow:hidden;background:#dfe4dc;box-shadow:var(--shadow-lg)}.hero-photo{border-radius:10px;box-shadow:none}.hero-photo:after{inset:12px;border-radius:8px}.floating-chip{width:auto;min-width:190px;max-width:240px;border-radius:8px;padding:11px 12px;box-shadow:0 14px 34px #11171329}.floating-chip .material-symbols-outlined{width:36px;height:36px;background:var(--green);font-size:20px}.chip-stock{right:14px;bottom:16px}.chip-delivery{top:14px;bottom:auto;left:14px}.quote-card{grid-column:auto;grid-row:auto;align-self:auto;width:100%;margin:0;border-color:#e3e8e1;border-radius:10px;padding:22px;background:#fff;box-shadow:var(--shadow-sm)}.quote-card:before{display:none}.quote-card h2{font-size:1.42rem}.quote-card p{color:#5f6862;font-size:.94rem}.quote-form{gap:14px}.quote-form label{color:var(--dark);font-size:.8rem}.ui-input,.combobox-trigger{min-height:44px;border-color:#d7dfd8;border-radius:8px;background:#fbfcfa}.license-plate-container{grid-template-columns:138px 1fr}.license-plate{height:44px}.license-plate-text{font-size:1rem}.section,.process-band,.contact-section{padding:88px 0}.section-heading.centered{margin-bottom:44px}.section-heading p{color:#5f6862}.service-grid{gap:20px}.service-card{min-height:300px;border-color:#dfe4dc;box-shadow:none}.service-card p,.service-card li,.workshop-card p,.trust-copy>p,.reason-item p{color:#5f6862}.process-band{background:#121813}.workshop-card{background:#ffffff0d}.trust-layout{gap:56px}.trust-card{border-radius:10px}@media(max-width:1120px){.hero-content{grid-template-columns:1fr;gap:34px}.hero-copy{padding-top:0}.hero-side{max-width:720px}}@media(max-width:760px){.hero{padding:92px 0 56px}.hero-content{gap:28px}h1{font-size:clamp(2.45rem,12.5vw,3.7rem);line-height:1.02}h2{font-size:clamp(1.85rem,8vw,2.45rem)}.hero-visual-panel{min-height:240px}.floating-chip{min-width:0;max-width:calc(100% - 28px)}.license-plate-container{grid-template-columns:1fr}.section,.process-band,.contact-section{padding:68px 0}}:root{--ink: #eef7ed;--muted: #b8c5ba;--surface: #09100b;--surface-strong: #111a13;--line: rgb(108 255 42 / 18%);--dark: #050805;--dark-2: #101811;--green: #55d812;--green-soft: rgb(85 216 18 / 14%);--amber: #d8ff3e;--red: #31a10a;--blue: #76ff42;--shadow-sm: 0 12px 28px rgb(0 0 0 / 28%);--shadow-lg: 0 28px 80px rgb(0 0 0 / 42%)}html{background:#050805}body{background:radial-gradient(circle at 82% 10%,rgb(85 216 18 / 14%),transparent 34%),linear-gradient(180deg,#050805,#0c130d 46%,#050805);color:var(--ink)}.site-header{border-bottom-color:#6cff2a2e;background:#050805db;color:#fff}.site-header.is-scrolled{border-bottom-color:#6cff2a42;background:#050805f0;box-shadow:0 18px 38px #00000057}.scroll-progress{background:linear-gradient(90deg,#49d30b,#d8ff3e,#49d30b);box-shadow:0 0 18px #55d8128a}.brand{gap:12px;color:#fff}.brand-logo{width:72px;height:58px;object-fit:contain;filter:drop-shadow(0 0 10px rgb(85 216 18 / 34%))}.brand-text{color:#fff;font-weight:950;letter-spacing:.04em}.nav-links,.site-header .nav-links{color:#eef7edc7}.nav-links a:hover{color:#fff}.nav-links a:after{background:var(--green);box-shadow:0 0 12px #55d812b3}.site-header .ui-button-primary,.site-header .ui-button-secondary,.header-action{border-color:#55d81257;background:var(--green);color:#061006;box-shadow:0 12px 28px #55d8122e}.hero{min-height:auto;padding:112px 0 84px;background:linear-gradient(90deg,#050805f2,#050805d6 48%,#0508058a),url(https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1800&q=82) center / cover;color:#fff}.hero:after{background:linear-gradient(90deg,#49d30b,#d8ff3e,#49d30b)}.hero-bg-top,.hero .bg-pattern{display:block}.hero-bg-top{top:120px;right:-120px;width:420px;height:420px;border-color:#55d8123d;box-shadow:inset 0 0 80px #55d8121a}.hero .bg-pattern{opacity:.28;background-image:linear-gradient(rgb(85 216 18 / 10%) 1px,transparent 1px),linear-gradient(90deg,rgb(85 216 18 / 10%) 1px,transparent 1px)}.hero-content{align-items:center}.hero-copy{max-width:760px}.hero-logo{width:min(210px,58vw);height:auto;margin-bottom:2px;object-fit:contain;filter:drop-shadow(0 18px 32px rgb(0 0 0 / 54%)) drop-shadow(0 0 18px rgb(85 216 18 / 28%));will-change:transform,opacity}.hero .ui-badge,.ui-badge{border-color:#55d8124d;background:#060c07c2;color:#b8ff94;box-shadow:inset 0 0 0 1px #ffffff0d}h1,h2,h3,h4,.hero h1{color:#fff}.hero h1{max-width:780px;text-shadow:0 18px 44px rgb(0 0 0 / 38%)}.hero-description,.section-heading p,.quote-intro p,.service-card p,.service-card li,.trust-copy>p,.reason-item p,.site-footer div>p,.footer-brand p{color:#eef7edb8}.hero .ui-button-primary,.ui-button-primary{background:var(--green);color:#061006;box-shadow:0 18px 36px #55d8123d}.hero .ui-button-primary:hover,.ui-button-primary:hover{background:#d8ff3e;color:#061006}.hero .ui-button-secondary,.ui-button-secondary{border-color:#55d8124d;background:#060c07bd;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-trust span{border-color:#55d81233;border-left-color:var(--green);background:#060c07a3;color:#eef7edd1}.hero-trust .material-symbols-outlined{color:#99ff62}.hero-visual-panel,.hero-service-list article,.quote-card,.service-card,.reason-item>.material-symbols-outlined,.trust-badge{border-color:#55d8122e;background:#0c130de0;box-shadow:var(--shadow-sm)}.hero-photo{background:linear-gradient(180deg,#0508050a,#050805b3),url(https://images.unsplash.com/photo-1632823471565-1ecdf5c0e3f1?auto=format&fit=crop&w=1100&q=82) center / cover}.hero-service-list strong,.service-card h3,.reason-item h3,.trust-badge strong,.quote-form label,.quote-card h2,.quote-intro h2{color:#fff}.hero-service-list p,.trust-badge small,.quote-card p{color:#eef7edad}.hero-service-list .material-symbols-outlined,.service-icon,.reason-item>.material-symbols-outlined,.trust-badge>.material-symbols-outlined{background:#55d81224;color:#91ff5b}.quote-section,.solutions-section,.contact-section,.site-footer{background:radial-gradient(circle at 14% 6%,rgb(85 216 18 / 8%),transparent 30%),#071008}.quote-card{border-radius:12px;background:linear-gradient(180deg,#0e180ff5,#080e09f5)}.quote-card-header,.quote-benefits{display:grid;gap:10px}.quote-card-header{grid-template-columns:48px minmax(0,1fr);align-items:center;border-bottom:1px solid rgb(85 216 18 / 16%);padding-bottom:18px}.quote-card-header>.material-symbols-outlined{display:grid;width:48px;height:48px;place-items:center;border-radius:10px;background:#55d81229;color:#91ff5b;font-size:27px}.quote-card-header strong,.quote-card-header small{display:block}.quote-card-header strong{color:#fff;font-size:1rem;font-weight:950}.quote-card-header small{margin-top:2px;color:#eef7eda8;font-size:.82rem;font-weight:700;line-height:1.35}.quote-benefits{margin-top:26px}.quote-benefits span{display:flex;align-items:center;gap:10px;border:1px solid rgb(85 216 18 / 15%);border-radius:10px;padding:12px 14px;background:#05080575;color:#eef7edd1;font-size:.9rem;font-weight:850}.quote-benefits .material-symbols-outlined{color:#91ff5b;font-size:21px}.quote-helper{margin-top:18px;border-left:3px solid var(--green);padding:12px 0 12px 16px}.quote-helper h3{margin-bottom:6px;color:#fff;font-size:1rem}.quote-helper p{margin:0;color:#eef7edb8;font-size:.92rem;font-weight:700}.quote-orb{background:linear-gradient(90deg,#49d30b,#d8ff3e,#49d30b)}.ui-input,.combobox-trigger,.combobox-dropdown{border-color:#55d81233;background:#f7fff5;color:#071008}.combobox-value{color:#071008}.combobox-placeholder,.combobox-icon,.combobox-chevron,.combobox-clear{color:#52624f}.service-card{background:linear-gradient(180deg,#0e180ff5,#080e09f5)}.service-card:hover{border-color:#55d81275}.product-category-panel{display:grid;grid-template-columns:minmax(240px,.38fr) minmax(0,1fr);gap:28px;align-items:start;margin:0 0 clamp(28px,5svh,54px);border:1px solid rgb(85 216 18 / 18%);border-radius:14px;padding:clamp(22px,3vw,34px);background:#05080570}.product-category-panel h3{margin-bottom:0;color:#fff;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.1}.product-category-list{display:flex;flex-wrap:wrap;gap:10px}.product-category-list span{border:1px solid rgb(85 216 18 / 18%);border-radius:999px;padding:8px 12px;background:#55d8121a;color:#eef7eddb;font-size:.84rem;font-weight:850}.process-band{background:linear-gradient(135deg,rgb(85 216 18 / 10%) 0 20%,transparent 20% 100%),#050805}.workshop-card{border-color:#55d8122e;background:#ffffff0d}.quote-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:clamp(26px,5svh,48px)}.quote-steps article{border:1px solid rgb(85 216 18 / 16%);border-radius:12px;padding:20px;background:#ffffff0d}.quote-steps span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;margin-bottom:14px;background:var(--green);color:#061006;font-weight:950}.quote-steps h3{color:#fff;font-size:1rem}.quote-steps p{margin:0;color:#eef7edad;font-size:.9rem;font-weight:650}.trust-card{border:1px solid rgb(85 216 18 / 18%);background:linear-gradient(180deg,#05080538,#050805e0),url(https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1000&q=82) center / cover}.trust-visual:before{border-color:#55d81229;background:#55d81214}.site-footer{border-top-color:#55d8122e}.site-footer h4,.footer-bottom,.footer-bottom a{color:#eef7edb8}.footer-social a,.whatsapp-link{background:#55d81224;color:#b8ff94}@media(max-width:760px){.brand-logo{width:58px;height:46px}.hero{padding-top:94px}.hero-logo{width:min(170px,62vw)}}.container{width:min(1180px,calc(100% - 40px))}.hero{padding:92px 0 54px}.hero-content{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,420px);gap:clamp(24px,3.4vw,48px);align-items:center}.hero-copy,.hero-side,.quote-intro,.quote-card,.service-card,.workshop-card,.trust-copy,.trust-visual{min-width:0}.hero-copy{gap:clamp(13px,1.7vw,18px);padding-top:0}.hero h1{font-size:clamp(2.65rem,4.7vw,4.45rem);line-height:1}.hero .ui-badge{min-height:34px;padding:6px 10px;font-size:.68rem}.hero .ui-badge .material-symbols-outlined{font-size:16px}.hero-bg-top,.hero-logo{display:none}.hero-quick-links{will-change:transform,opacity}.hero-side{width:100%;max-width:380px;justify-self:end}.hero-visual-panel{display:none}.hero-service-list article{grid-template-columns:42px minmax(0,1fr)}.hero-service-list{gap:14px}.hero-logo-card{display:grid;place-items:center;border:1px solid rgb(85 216 18 / 18%);border-radius:12px;padding:22px;background:#05080594;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);will-change:transform,opacity}.hero-logo-card img{width:min(100%,280px);height:auto;object-fit:contain;filter:drop-shadow(0 18px 32px rgb(0 0 0 / 46%))}.hero-service-list article{padding:18px}.quote-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(28px,4vw,48px);align-items:start}.quote-card{max-width:none;padding:clamp(20px,2.3vw,28px)}.quote-intro{padding-top:8px}.quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading.centered{max-width:820px}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,22px)}.service-card{display:flex;min-height:auto;flex-direction:column;padding:clamp(22px,2.4vw,30px);contain:layout paint}.service-card ul{margin-top:auto}.workshop-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.6vw,18px)}.workshop-card{min-height:230px;padding:clamp(20px,2vw,26px);contain:layout paint}.process-heading{align-items:flex-start}.trust-layout{grid-template-columns:minmax(280px,.82fr) minmax(0,1fr);gap:clamp(32px,5vw,64px)}.footer-grid{grid-template-columns:minmax(220px,1.4fr) repeat(2,minmax(160px,.8fr)) minmax(220px,1fr)}@media(max-width:1180px){.hero-content,.quote-layout,.trust-layout{grid-template-columns:1fr}.hero-side{max-width:720px;justify-self:start}.service-grid,.workshop-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.container{width:min(100% - 28px,1180px)}.hero{padding:80px 0 40px}.hero h1{font-size:clamp(2rem,9.4vw,3rem)}.hero-copy{gap:13px}.hero-logo{width:min(118px,42vw)}.hero-description{font-size:.94rem;line-height:1.5}.hero-actions,.hero-actions .ui-button,.quote-form .ui-button{width:100%}.hero-actions{gap:8px}.hero-actions .ui-button{min-height:46px}.hero-quick-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.hero-part-finder>div{grid-template-columns:1fr}.hero-category-chips{max-height:82px;overflow:hidden}.hero-quick-links a{min-height:38px;flex-direction:column;gap:3px;padding:5px 6px;font-size:.68rem}.hero-quick-links .material-symbols-outlined{font-size:17px}.hero-trust{display:none}.hero-side{max-width:none}.hero-visual-panel{min-height:230px}.hero-service-list article,.reason-item{grid-template-columns:42px minmax(0,1fr)}.quote-grid,.service-grid,.workshop-grid,.product-category-panel,.quote-steps,.trust-layout,.footer-grid{grid-template-columns:1fr}.quote-card,.service-card,.workshop-card{padding:20px}.workshop-card{min-height:auto}}:root{--header-height: 72px}.header-content{min-height:var(--header-height)}.hero{display:flex;min-height:100svh;padding:var(--header-height) 0 0}.hero-content{min-height:calc(100svh - var(--header-height));padding-block:clamp(28px,5svh,56px)}.hero-copy{justify-content:center}.hero-side{align-self:center}.hero h1{font-size:3.85rem}.hero-description{font-size:1.02rem}@media(min-width:1440px){.container{width:min(1320px,calc(100% - 80px))}.hero-content{grid-template-columns:minmax(0,1.08fr) minmax(420px,500px);gap:64px}.hero h1{max-width:880px;font-size:4.55rem}.hero-description{max-width:720px;font-size:1.1rem;line-height:1.62}.hero-copy{gap:20px}.hero-quick-links a{min-height:48px;padding-inline:18px;font-size:.84rem}.hero-actions .ui-button{min-height:54px;padding-inline:26px;font-size:.94rem}.hero-side{max-width:500px}.hero-logo-card img{width:min(100%,340px)}.hero-service-list article{grid-template-columns:52px minmax(0,1fr);gap:16px;padding:22px}.hero-service-list .material-symbols-outlined{width:52px;height:52px;font-size:28px}.hero-service-list strong{font-size:1.04rem}.hero-service-list p{font-size:.92rem}}@media(min-width:1800px){.container{width:min(1500px,calc(100% - 112px))}.hero-content{grid-template-columns:minmax(0,1fr) minmax(500px,560px);gap:82px}.hero h1{max-width:960px;font-size:5.1rem}.hero-description{max-width:790px;font-size:1.16rem}.hero-copy{gap:24px}.hero-side{max-width:560px}.hero-service-list article{padding:26px}}@media(max-width:1180px){.hero{min-height:auto;padding-top:var(--header-height)}.hero-content{min-height:auto}}@media(max-width:760px){:root{--header-height: 72px}.hero h1{font-size:2.72rem}}@media(max-width:440px){.hero h1{font-size:2.16rem}}@media(min-width:900px)and (prefers-reduced-motion:no-preference){html{scroll-snap-type:y proximity}.hero,.quote-section,.solutions-section,.process-band,.contact-section{scroll-snap-align:start;scroll-snap-stop:normal}}.hero-content{grid-template-columns:minmax(0,1.05fr) minmax(320px,420px);justify-content:initial;text-align:left}.hero-copy{max-width:900px;align-items:flex-start}.hero h1{max-width:820px;font-size:clamp(2.5rem,4vw,4rem)}.hero-description{max-width:720px;margin-inline:0}.hero-part-finder{width:min(100%,760px);text-align:left}.hero-category-chips{justify-content:flex-start;max-width:760px}.hero-actions,.hero-quick-links{display:none}.hero-side{display:flex}.hero-trust{display:grid}@media(min-width:1440px){.hero-content{grid-template-columns:minmax(0,1.05fr) minmax(420px,500px)}.hero h1{font-size:4.25rem}}@media(min-width:1800px){.hero-content{grid-template-columns:minmax(0,1fr) minmax(500px,560px)}.hero h1{font-size:4.7rem}}@media(max-width:760px){.hero-content{grid-template-columns:1fr}.hero-copy{align-items:stretch}.hero h1{font-size:2.25rem}.hero-category-chips{justify-content:flex-start}}.quote-section,.solutions-section,.process-band,.contact-section{display:flex;align-items:center;min-height:calc(100svh - var(--header-height, 72px));padding-block:clamp(72px,9svh,118px)}.quote-section>.container,.solutions-section>.container,.process-band>.container,.contact-section>.container{width:min(1180px,calc(100% - 40px))}.section-heading.centered{margin-bottom:clamp(32px,5svh,58px)}.process-heading{margin-bottom:clamp(30px,5svh,56px)}.footer-logo{width:112px;height:auto;object-fit:contain;filter:drop-shadow(0 0 14px rgb(85 216 18 / 28%))}.footer-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.jinzu-credit{justify-self:end;color:#91ff5bd1;font-weight:900}@media(min-width:1440px){.quote-section>.container,.solutions-section>.container,.process-band>.container,.contact-section>.container{width:min(1320px,calc(100% - 80px))}}@media(min-width:1800px){.quote-section>.container,.solutions-section>.container,.process-band>.container,.contact-section>.container{width:min(1500px,calc(100% - 112px))}}@media(max-width:1180px){.quote-section,.solutions-section,.process-band,.contact-section{min-height:auto}}@media(max-width:760px){.quote-section,.solutions-section,.process-band,.contact-section{padding-block:64px}.footer-bottom{grid-template-columns:1fr}.jinzu-credit{justify-self:start}}.service-grid{grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);align-items:stretch}.service-card:first-child{grid-row:span 2;justify-content:center;min-height:420px}.service-card:first-child .service-icon{width:68px;height:68px}.service-card:first-child .service-icon .material-symbols-outlined{font-size:36px}.service-card:first-child h3{max-width:520px;font-size:clamp(1.55rem,2.3vw,2.1rem);line-height:1.05}.service-card:not(:first-child){min-height:auto}.service-card:not(:first-child) p{margin-bottom:16px}@media(min-width:1800px){.hero h1{font-size:4.35rem}}@media(max-width:1180px){.service-grid{grid-template-columns:1fr}.service-card:first-child{grid-row:auto;min-height:auto}}
