:root{--ink: #101014;--muted: #6b6b75;--line: #e9e9ee;--soft: #f6f7f9;--cyan: #10acd0;--magenta: #ec168c;--yellow: #f5c31b;--green: #36a56a;--radius: 18px;--background: #fff;--foreground: var(--ink);--card: #fff;--card-foreground: var(--ink);--popover: #fff;--popover-foreground: var(--ink);--primary: #101014;--primary-foreground: #fff;--secondary: #f4f4f6;--secondary-foreground: #101014;--muted-foreground: #6b6b75;--accent: #f4f4f6;--accent-foreground: #101014;--destructive: #d92d20;--border: #e9e9ee;--input: #dedee5;--ring: #10acd0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}main{overflow:clip}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:wait}img{display:block;max-width:100%}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;height:76px;border-bottom:1px solid rgba(220,220,228,.8);background:#ffffffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;flex:0 0 auto;width:112px;min-width:112px;height:68px}.brand-logo{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}.nav{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:700}.nav>a:not(.nav-cta){position:relative;padding:28px 0;color:#3e3e46}.nav>a:not(.nav-cta):hover{color:#000}.nav>a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:linear-gradient(90deg,var(--cyan),var(--magenta));transition:right .2s}.nav>a:not(.nav-cta):hover:after{right:0}.nav-cta{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:11px;color:#fff;background:var(--ink)}.nav-cta svg{width:15px}.menu-toggle{display:none;border:0;background:transparent;padding:8px}.whatsapp-float{position:fixed;z-index:80;right:22px;bottom:24px;display:flex;align-items:center;gap:9px;padding:13px 17px;border:2px solid rgba(255,255,255,.9);border-radius:999px;color:#fff;background:#1faa59;box-shadow:0 14px 36px #198c4957;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 18px 40px #198c496b}.whatsapp-float svg{width:22px;height:22px}.hero{position:relative;display:grid;grid-template-columns:.95fr 1.05fr .85fr;gap:26px;align-items:center;padding-top:78px;padding-bottom:58px}.hero:before{content:"";position:absolute;z-index:-1;width:330px;height:330px;left:-190px;top:40px;background:radial-gradient(circle,rgba(16,172,208,.14),transparent 68%)}.hero:after{content:"";position:absolute;z-index:-1;width:360px;height:360px;right:-210px;top:10px;background:radial-gradient(circle,rgba(236,22,140,.12),transparent 68%)}.eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 15px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#1589a7}.eyebrow>span{width:25px;height:3px;border-radius:4px;background:linear-gradient(90deg,var(--cyan),var(--magenta))}.hero h1{margin:0;max-width:480px;font-size:clamp(48px,5vw,68px);line-height:.99;letter-spacing:-.055em}.hero h1 em{display:block;font-style:normal;color:var(--magenta)}.lead{margin:25px 0;max-width:450px;color:var(--muted);font-size:16px;line-height:1.65}.trust-row{display:flex;gap:10px;flex-wrap:wrap}.trust-row span{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:12px;font-weight:700;box-shadow:0 8px 24px #1414230f}.trust-row svg{width:16px;color:#35a779}.trust-row .gemini-mark svg{color:var(--magenta)}.hero-color-ribbons{position:absolute;z-index:-1;top:0;right:-72px;display:flex;gap:9px;width:240px;height:125px;overflow:hidden;opacity:.92;transform:skew(-25deg)}.hero-color-ribbons i{flex:1;height:135%;border-radius:0 0 10px 10px;transform:translateY(-25px);box-shadow:0 12px 28px #14141e14}.hero-color-ribbons i:nth-child(1){background:var(--cyan)}.hero-color-ribbons i:nth-child(2){background:var(--magenta)}.hero-color-ribbons i:nth-child(3){background:var(--yellow)}.hero-color-ribbons i:nth-child(4){background:var(--ink)}.search-card,.video-card{background:#fff;border:1px solid var(--line);box-shadow:0 20px 60px #1316281a;border-radius:20px}.search-card{position:relative;scroll-margin-top:100px;padding:23px}.search-card:before{content:"";position:absolute;inset:-1px -1px auto;height:4px;border-radius:20px 20px 0 0;background:linear-gradient(90deg,var(--cyan),var(--magenta),var(--yellow))}.card-heading{display:flex;align-items:center;gap:12px;margin-bottom:20px}.card-heading>div{display:flex;flex-direction:column;gap:3px}.card-heading strong{font-size:15px}.card-heading small{color:var(--muted);font-size:11px}.spark-icon{display:grid;place-items:center;width:37px;height:37px;border-radius:12px;color:var(--magenta);background:#fff0f8}.spark-icon svg{width:19px}.search-card label,.contact-form label{display:block;margin:13px 0 7px;font-size:11px;font-weight:800}.search-card>input,.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--input);border-radius:10px;outline:none;background:#fff;color:var(--ink);transition:border .2s,box-shadow .2s}.search-card>input{height:44px;padding:0 13px;font-size:13px}.search-card input:focus,.contact-form input:focus,.contact-form textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #10acd01f}.search-card [data-slot=native-select-wrapper]{width:100%}.brand-select{display:block;width:100%;height:44px;min-height:44px;padding:0 42px 0 13px;border-radius:10px;border-color:var(--input);background:#fff;color:var(--ink);font-size:13px;line-height:44px;cursor:pointer}.brand-select:focus-visible{border-color:var(--cyan);box-shadow:0 0 0 3px #10acd01f}.search-button{display:flex!important;width:100%;height:48px;align-items:center;justify-content:center;gap:9px;margin-top:18px;border:0;border-radius:10px;background:var(--ink)!important;color:#fff!important;font-weight:900;letter-spacing:.01em;opacity:1!important}.search-button span{display:inline!important;color:#fff!important;visibility:visible!important}.search-button svg{color:#fff!important}.search-button:disabled{color:#fff!important;background:#303039!important;opacity:1!important}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-error{margin:10px 0 0;padding:9px 11px;color:#a5211a;background:#fff0ef;border-radius:8px;font-size:12px}.steps-mini{display:flex;align-items:center;justify-content:space-between;margin-top:17px;font-size:9px;font-weight:700;color:var(--muted)}.steps-mini span{display:flex;align-items:center;gap:5px}.steps-mini b{display:grid;place-items:center;width:19px;height:19px;border:1px solid #8dd4e5;border-radius:50%;color:#138aa7}.steps-mini i{width:14px;height:1px;background:var(--line)}.ai-result{margin-top:18px;padding:17px;border:1px solid #ccecdf;border-radius:14px;background:linear-gradient(135deg,#f4fffa,#fff)}.result-top{display:flex;justify-content:space-between;align-items:center}.result-top span{display:flex;gap:5px;align-items:center;color:#18764b;font-size:10px;font-weight:800;text-transform:uppercase}.result-top svg{width:13px}.result-top small{font-size:10px;color:var(--muted)}.ai-result h2{margin:10px 0 8px;font-size:16px}.result-label{margin:0 0 7px;color:var(--muted);font-size:10px}.toner-pills{display:flex;gap:6px;flex-wrap:wrap}.toner-pills strong{padding:6px 8px;border-radius:7px;background:var(--ink);color:#fff;font-size:11px}.ai-result dl{margin:12px 0}.ai-result dl div{padding:8px 0;border-top:1px solid #dceee5}.ai-result dt{font-size:9px;color:var(--muted);text-transform:uppercase}.ai-result dd{margin:3px 0 0;font-size:11px;line-height:1.45}.quote-button{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:9px;background:#1e9e5b;color:#fff;font-weight:800}.quote-button svg{width:17px}.verify-note{display:block;margin-top:8px;color:var(--muted);font-size:9px;text-align:center}.video-card{padding:15px}.video-title{display:flex;justify-content:space-between;align-items:center;padding:3px 2px 13px;font-size:13px;font-weight:800}.video-title svg{width:20px}.video-frame{position:relative;overflow:hidden;aspect-ratio:1.12;border-radius:13px;background:#e9eaed}.video-frame img,.video-frame video{width:100%;height:100%;object-fit:cover}.video-frame img{filter:saturate(.75) brightness(.82)}.play{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;width:54px;height:54px;transform:translate(-50%,-50%);border-radius:50%;color:#fff;background:#0a0a0ead;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.play svg{width:32px;height:32px}.video-placeholder{position:absolute;left:12px;right:12px;bottom:11px;padding:7px 9px;border-radius:8px;color:#fff;background:#0a0a0e8c;font-size:10px;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-card>p{margin:13px 2px 3px;color:var(--muted);font-size:11px;line-height:1.5}.benefit-strip{display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:24px;padding:18px 22px;border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 35px #1316280f}.benefit-strip span{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 11px;border-right:1px solid var(--line);font-size:10px;font-weight:700}.benefit-strip span:last-child{border:0}.benefit-strip svg{width:20px;stroke-width:1.7}.brands{padding:20px 0 60px}.brands p{margin:0 0 15px;color:var(--muted);font-size:11px;font-weight:700;text-align:center}.brands div{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.brands span{display:flex;min-width:0;min-height:72px;align-items:center;justify-content:center;padding:12px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 7px 18px #14141e0a}.brands img{width:min(100%,112px);height:34px;object-fit:contain}.gallery-section{padding:55px 0 85px;border-top:1px solid var(--line);scroll-margin-top:75px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:30px}.section-heading h2,.quality h2,.contact-title h2{margin:0;font-size:clamp(34px,4vw,50px);line-height:1.04;letter-spacing:-.045em}.section-heading>p{max-width:440px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.section-heading.compact{margin-bottom:28px}.square-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.square-card{position:relative;overflow:hidden;aspect-ratio:1;min-width:0;border-radius:14px;background:#eff0f3}.square-card:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#040407db)}.square-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.square-card:hover img{transform:scale(1.04)}.square-card>span{position:absolute;z-index:2;top:11px;left:11px;display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:#ffffffdb;font-size:9px;font-weight:800;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.square-card h3{position:absolute;z-index:2;left:13px;right:13px;bottom:13px;margin:0;color:#fff;font-size:14px}.square-1:before,.square-4:before{content:"";position:absolute;z-index:2;top:0;right:0;width:4px;height:45%;background:var(--cyan)}.square-2:before,.square-5:before{content:"";position:absolute;z-index:2;top:0;right:0;width:4px;height:45%;background:var(--magenta)}.square-3:before,.square-6:before{content:"";position:absolute;z-index:2;top:0;right:0;width:4px;height:45%;background:var(--yellow)}.how-section{position:relative;overflow:hidden;padding:74px 0 80px;color:#fff;background:#111116;scroll-margin-top:75px}.how-section:before{content:"";position:absolute;width:470px;height:470px;left:-180px;bottom:-300px;background:radial-gradient(circle,rgba(16,172,208,.16),transparent 65%)}.how-section:after{content:"";position:absolute;width:420px;height:420px;right:-180px;top:-300px;background:radial-gradient(circle,rgba(236,22,140,.15),transparent 65%)}.how-section>.shell,.contact-section>.shell{position:relative;z-index:2}.eyebrow.light{color:#6ed6ee}.how-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.how-grid article{position:relative;padding:29px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#fff1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.how-grid article>b{position:absolute;top:23px;right:23px;color:#ffffff38;font-size:26px}.how-grid svg{width:29px;height:29px;margin-bottom:34px;color:#5ad0eb}.how-grid article:nth-child(2) svg{color:#fa67b5}.how-grid article:nth-child(3) svg{color:#f3cc42}.how-grid h3{margin:0 0 10px;font-size:20px}.how-grid p{margin:0;color:#adaeb8;font-size:13px;line-height:1.6}.cmyk-lines{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;opacity:.45}.cmyk-lines i{position:absolute;left:-45%;width:42%;height:2px;border-radius:999px;filter:drop-shadow(0 0 5px currentColor);animation:cmyk-travel 7s linear infinite}.cmyk-lines i:after{content:"";position:absolute;right:-18px;top:-2px;width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 12px currentColor}.cmyk-lines i:nth-child(1){top:16%;color:var(--cyan);background:linear-gradient(90deg,transparent,var(--cyan));animation-delay:-1s}.cmyk-lines i:nth-child(2){top:33%;color:var(--magenta);background:linear-gradient(90deg,transparent,var(--magenta));animation-delay:-4s;animation-duration:9s}.cmyk-lines i:nth-child(3){top:51%;color:var(--yellow);background:linear-gradient(90deg,transparent,var(--yellow));animation-delay:-2s;animation-duration:8s}.cmyk-lines i:nth-child(4){top:69%;color:#fff;background:linear-gradient(90deg,transparent,rgba(255,255,255,.75));animation-delay:-6s;animation-duration:10s}.cmyk-lines i:nth-child(5){top:82%;color:var(--cyan);background:linear-gradient(90deg,transparent,var(--cyan));animation-delay:-5s;animation-duration:11s}.cmyk-lines i:nth-child(6){top:92%;color:var(--magenta);background:linear-gradient(90deg,transparent,var(--magenta));animation-delay:-3s;animation-duration:8.5s}@keyframes cmyk-travel{0%{transform:translate(0) rotate(-2deg)}to{transform:translate(360%) rotate(-2deg)}}.quality{display:grid;grid-template-columns:.92fr 1.08fr;min-height:440px;margin-top:90px;margin-bottom:90px;overflow:hidden;border:1px solid var(--line);border-radius:24px}.quality-copy{padding:55px}.quality-copy>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.75}.story-section .quality-copy>p+p{margin-top:15px}.quality-image{position:relative;min-height:360px}.quality-image img{width:100%;height:100%;object-fit:cover}.quality-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(10,10,15,.06),transparent 50%)}.quality-image>span{position:absolute;z-index:2;left:25px;bottom:24px;padding:11px 14px;border-radius:11px;background:#ffffffdb;font-size:11px;line-height:1.45;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.story-video{overflow:hidden;background:#0d0e13}.story-video:after{pointer-events:none;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.44))}.story-video video{display:block;width:100%;height:100%;min-height:440px;object-fit:cover}.story-video-placeholder{display:flex;min-height:440px;height:100%;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#fff;background:radial-gradient(circle at 65% 30%,rgba(16,172,208,.22),transparent 34%),radial-gradient(circle at 30% 70%,rgba(236,22,140,.2),transparent 35%),linear-gradient(135deg,#171820,#09090d)}.story-video-placeholder:before,.story-video-placeholder:after{content:"";position:absolute;left:-25%;width:90%;height:2px;transform:rotate(-8deg);animation:cmyk-travel 8s linear infinite}.story-video-placeholder:before{top:34%;background:linear-gradient(90deg,transparent,var(--cyan),transparent)}.story-video-placeholder:after{top:59%;background:linear-gradient(90deg,transparent,var(--magenta),transparent);animation-delay:-4s}.story-video-placeholder svg{position:relative;z-index:1;width:62px;height:62px;stroke-width:1.4}.story-video-placeholder strong,.story-video-placeholder small{position:relative;z-index:1}.story-video-placeholder strong{font-size:18px}.story-video-placeholder small{color:#b8bac3}.story-video>span{color:#111}.why{padding-bottom:75px}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.why-grid article{display:flex;gap:15px;padding:23px;border:1px solid var(--line);border-radius:15px;background:#fff}.why-grid article>svg{flex:0 0 auto;width:24px;color:var(--cyan)}.why-grid article:nth-child(2)>svg,.why-grid article:nth-child(5)>svg{color:var(--magenta)}.why-grid article:nth-child(3)>svg,.why-grid article:nth-child(6)>svg{color:#d8a600}.why-grid h3{margin:0 0 7px;font-size:14px}.why-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.eco{display:grid;grid-template-columns:auto 1.4fr repeat(3,.6fr);gap:22px;align-items:center;margin-bottom:90px;padding:24px 27px;border:1px solid #bce7cd;border-radius:17px;background:#f7fff9}.eco>svg{width:40px;height:40px;padding:8px;border:1px solid #8bd6a7;border-radius:50%;color:#3fa869}.eco strong{color:#318153}.eco p{margin:4px 0 0;color:#66806e;font-size:11px;line-height:1.5}.eco>span{display:flex;align-items:center;gap:6px;color:#4c6e58;font-size:10px;font-weight:700}.eco>span svg{width:14px}.contact-section{position:relative;overflow:hidden;padding:80px 0;color:#fff;background:#111116;scroll-margin-top:75px}.cmyk-lines-bottom{opacity:.28;transform:scaleY(-1)}.contact-title{max-width:650px;margin-bottom:35px}.contact-title>p:last-child{color:#aeb0bb;line-height:1.6}.contact-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.contact-form,.contact-card{border:1px solid rgba(255,255,255,.11);border-radius:19px;background:#ffffff12;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:26px}.contact-form label{margin:0 0 7px;color:#d4d4d9}.contact-form input,.contact-form textarea{padding:13px;border-color:#ffffff24;background:#00000057;color:#fff}.contact-form input{height:45px}.contact-form textarea{min-height:100px;resize:vertical}.wide{grid-column:1/-1}.send-button{display:flex;height:46px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;background:#fff;color:var(--ink);font-weight:800}.send-button svg{width:17px}.send-button:disabled{opacity:.72}.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contact-success,.contact-error{margin:0;padding:11px 13px;border-radius:9px;font-size:12px;line-height:1.45}.contact-success{color:#baf4d1;background:#269e5a2e;border:1px solid rgba(94,220,146,.28)}.contact-error{color:#ffc5c0;background:#d232282b;border:1px solid rgba(255,115,105,.26)}.contact-card{padding:25px}.contact-card>p{margin:0 0 14px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#aeb0bb}.contact-card>a,.contact-card>div:not(.map-embed){display:flex;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:12px}.contact-card svg{width:20px;color:#64d0e8}.contact-card span{display:flex;flex-direction:column;gap:3px}.contact-card small{color:#858791;font-size:9px;text-transform:uppercase}.map-embed{overflow:hidden;height:180px;margin-top:18px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:#202128}.map-embed iframe{display:block;width:100%;height:100%;border:0;filter:saturate(.82) contrast(.96)}footer{padding:40px 0 20px;border-top:1px solid var(--line)}.footer-main{display:flex;align-items:center;gap:38px;padding-bottom:32px}.footer-main .brand{width:148px;min-width:148px;height:122px}.footer-main>p{margin:0;color:var(--muted);font-size:11px}.footer-main nav{display:flex;gap:20px;margin-left:auto;font-size:11px;font-weight:700}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:9px}.ink-dots{display:flex;gap:7px}.ink-dots i{width:9px;height:9px;border-radius:50%}.ink-dots i:nth-child(1){background:var(--cyan)}.ink-dots i:nth-child(2){background:var(--magenta)}.ink-dots i:nth-child(3){background:var(--yellow)}.ink-dots i:nth-child(4){background:var(--ink)}@media(max-width:1020px){.nav{gap:16px}.nav>a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr 1fr}.hero-copy{grid-column:1/-1;text-align:center}.hero-copy h1,.hero-copy .lead{margin-left:auto;margin-right:auto}.trust-row{justify-content:center}.benefit-strip{grid-template-columns:repeat(3,1fr);row-gap:20px}.benefit-strip span:nth-child(3){border:0}.benefit-strip span:nth-child(n+4){border-top:1px solid var(--line);padding-top:18px}.benefit-strip span:last-child{border-top:1px solid var(--line)}.square-gallery{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.eco{grid-template-columns:auto 1fr}.eco>span{padding-left:63px}}@media(max-width:720px){.shell{width:min(100% - 28px,1180px)}.site-header{height:66px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:66px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:14px;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 15px 30px #14141e1a}.nav.open{display:flex}.nav>a:not(.nav-cta){display:block;padding:13px}.nav>a:not(.nav-cta):after{display:none}.nav-cta{justify-content:center;margin-top:8px}.hero{display:flex;flex-direction:column;align-items:stretch;padding-top:54px;padding-bottom:45px}.hero h1{font-size:48px}.hero-copy{text-align:left}.trust-row{justify-content:flex-start}.video-frame{aspect-ratio:1.55}.benefit-strip{grid-template-columns:1fr 1fr;padding:16px 10px}.benefit-strip span{justify-content:flex-start;border:0!important;border-bottom:1px solid var(--line)!important;padding:13px 10px!important}.benefit-strip span:last-child{grid-column:1/-1;border-bottom:0!important}.brands div{grid-template-columns:repeat(2,1fr)}.section-heading{display:block}.section-heading>p{margin-top:15px}.square-gallery{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:1fr}.quality{grid-template-columns:1fr;margin-top:60px;margin-bottom:60px}.quality-copy{padding:30px}.why-grid{grid-template-columns:1fr}.eco{display:flex;flex-wrap:wrap;margin-bottom:60px}.eco>div{flex:1}.eco>span{padding-left:0}.contact-grid,.contact-form{grid-template-columns:1fr}.contact-form>div,.wide{grid-column:1}.footer-main{align-items:flex-start;flex-direction:column;gap:16px}.footer-main nav{margin-left:0}.footer-bottom{gap:15px}}@media(max-width:430px){.hero h1{font-size:42px}.square-gallery{grid-template-columns:1fr 1fr;gap:9px}.square-card h3{font-size:12px}.contact-title h2,.section-heading h2,.quality h2{font-size:34px}.footer-main nav{flex-wrap:wrap}.brand{min-width:0}}@media(max-width:1020px)and (min-width:721px){.menu-toggle{display:block;margin-left:auto}.nav{display:none;position:absolute;top:76px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:16px 24px;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 15px 30px #14141e1a}.nav.open{display:flex}.nav>a:not(.nav-cta){display:block;padding:13px}.nav>a:not(.nav-cta):after{display:none}.nav-cta{justify-content:center;margin-top:8px}.hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media(max-width:720px){.whatsapp-float{right:14px;bottom:16px;width:54px;height:54px;justify-content:center;padding:0;border-radius:50%}.whatsapp-float span{display:none}.hero-color-ribbons{top:0;right:-38px;width:145px;height:78px;gap:5px;opacity:.72}.brand{width:88px;min-width:88px;height:58px}.footer-main .brand{width:126px;min-width:126px;height:104px}.hero{min-width:0;gap:20px}.hero>*{min-width:0;width:100%}.hero-copy{padding-top:10px;padding-right:36px}.search-card,.video-card{max-width:100%}.card-heading strong{font-size:14px}.steps-mini{gap:5px}.steps-mini i{flex:1;min-width:5px}.brands span{min-height:64px}.brands img{width:min(100%,104px);height:30px}.gallery-section{padding-top:42px;padding-bottom:60px}.how-section,.contact-section{padding:60px 0}.quality-image{min-height:300px}.contact-form,.contact-card{min-width:0;padding:20px}.contact-form input,.contact-form textarea{min-width:0;width:100%}.map-embed{height:230px}.footer-main nav{width:100%;gap:14px}.cmyk-lines{opacity:.3}}@media(max-width:500px){.shell{width:calc(100% - 24px)}.hero{padding-top:42px}.hero h1{max-width:100%;font-size:clamp(38px,12vw,46px);line-height:1}.hero-copy{padding-right:15px}.lead{font-size:14px}.trust-row span{padding:8px 10px;font-size:10px}.search-card{padding:19px 16px;border-radius:16px}.search-button{font-size:12px}.benefit-strip{grid-template-columns:1fr}.benefit-strip span,.benefit-strip span:last-child{grid-column:1;border-bottom:1px solid var(--line)!important}.benefit-strip span:last-child{border-bottom:0!important}.brands{padding-bottom:45px}.brands div{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.brands span{min-height:58px;padding:8px}.brands img{width:min(100%,92px);height:27px}.square-gallery{grid-template-columns:1fr 1fr}.how-grid article{padding:24px}.quality{border-radius:18px}.quality-copy{padding:25px 22px}.quality-image{min-height:260px}.why-grid article{padding:19px}.eco{padding:20px;gap:13px}.eco>div{min-width:calc(100% - 60px)}.eco>span{width:100%}.contact-title>p:last-child{font-size:14px}.footer-bottom{align-items:flex-start}}@media(max-width:360px){.shell{width:calc(100% - 18px)}.brand{width:78px;min-width:78px;height:52px}.hero h1{font-size:36px}.square-gallery{grid-template-columns:1fr}.brands div{grid-template-columns:repeat(2,minmax(0,1fr))}.steps-mini{font-size:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}
