:root{--ink:#111;--ink-soft:#202020;--paper:#f4f2ed;--white:#fff;--muted:#6e6c67;--line:#11111121;--red:#e32726;--red-dark:#ad1116;--orange:#ff6930;--lime:#d7ff45;--green:#16a167;--shadow:0 24px 70px #0a0a0a24;--radius:24px;--shell:min(1180px, calc(100vw - 40px))}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;overflow-x:hidden}body::selection{color:var(--white);background:var(--red)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.shell{width:var(--shell);margin-inline:auto}.section{padding:110px 0}.eyebrow{color:var(--red);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:9px;font-size:12px;font-weight:850;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:24px;height:2px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.04em}h1{font-size:clamp(48px,7vw,88px);line-height:.96}h2{font-size:clamp(36px,4.4vw,62px);line-height:1.02}h3{font-size:24px;line-height:1.1}p{color:var(--muted);line-height:1.75}.skip-link{z-index:999;background:var(--white);color:var(--ink);border-radius:8px;padding:12px 16px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:16px;min-height:52px;padding:0 24px;font-size:14px;font-weight:820;transition:transform .2s,box-shadow .2s,background .2s,color .2s;display:inline-flex;position:relative;overflow:hidden}.button:after{content:"";background:#ffffff3d;width:45px;transition:transform .55s;position:absolute;inset:-80% 50%;transform:rotate(26deg)translate(-300%)}.button:hover:after{transform:rotate(26deg)translate(420%)}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--red);color:var(--white);box-shadow:0 12px 30px #e3272642}.button--primary:hover{background:var(--red-dark);box-shadow:0 18px 38px #e3272652}.button--ghost{color:var(--white);backdrop-filter:blur(8px);background:#ffffff0f;border-color:#ffffff47}.button--ghost:hover,.button--light{background:var(--white);color:var(--ink)}.button--large{min-height:60px;padding-inline:30px}.button--small{min-height:42px;padding-inline:18px}.text-link{color:var(--ink);border-bottom:2px solid var(--red);gap:14px;padding-bottom:8px;font-weight:850;display:inline-flex}.site-header{z-index:100;color:var(--white);transition:background .25s,box-shadow .25s;position:fixed;top:0;left:0;right:0}.site-header--scrolled{backdrop-filter:blur(18px);background:#111111f0;box-shadow:0 8px 30px #00000038}.topbar{background:#00000038;border-bottom:1px solid #ffffff1f}.topbar__inner{letter-spacing:.04em;justify-content:space-between;align-items:center;min-height:34px;font-size:11px;display:flex}.topbar__inner div{align-items:center;gap:12px;display:flex}.topbar a:hover{color:var(--lime)}.nav-wrap{justify-content:space-between;align-items:center;height:78px;display:flex}.brand{z-index:2;align-items:center;gap:10px;display:flex}.brand img{object-fit:contain;width:52px;height:52px}.brand span{flex-direction:column;line-height:1;display:flex}.brand b{letter-spacing:.08em;font-size:15px}.brand small{letter-spacing:.32em;color:#ffffff9e;margin-top:5px;font-size:9px}.main-nav{align-items:center;gap:25px;display:flex}.main-nav>a:not(.button){color:#fffc;padding:12px 0;font-size:13px;font-weight:700;position:relative}.main-nav>a:not(.button):after{content:"";background:var(--red);transform-origin:100%;width:100%;height:2px;transition:transform .25s;position:absolute;bottom:5px;left:0;transform:scaleX(0)}.main-nav>a:not(.button):hover{color:var(--white)}.main-nav>a:not(.button):hover:after{transform-origin:0;transform:scaleX(1)}.menu-button{background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:none}.menu-button svg{width:25px;height:25px;color:var(--white)}.home-hero,.page-hero{isolation:isolate;color:var(--white);background:var(--ink);position:relative;overflow:hidden}.home-hero{flex-direction:column;justify-content:flex-end;min-height:870px;padding-top:112px;display:flex}.hero-grid-bg{z-index:-1;opacity:.14;background-image:linear-gradient(#ffffff24 1px,#0000 1px),linear-gradient(90deg,#ffffff24 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;mask-image:radial-gradient(circle at 70% 40%,#000 8%,#0000 72%)}.hero-orb{z-index:-1;filter:blur(5px);opacity:.22;border-radius:50%;position:absolute}.hero-orb--one{background:radial-gradient(circle at 30% 30%, var(--orange), var(--red) 50%, transparent 70%);width:520px;height:520px;animation:8s ease-in-out infinite orb;top:100px;right:-180px}.hero-orb--two{background:var(--red);filter:blur(90px);width:320px;height:320px;bottom:-220px;left:30%}.home-hero__grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:30px;min-height:710px;display:grid}.home-hero__copy{z-index:2;padding:70px 0 90px;position:relative}.availability{color:#ffffffc7;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:9px 13px;font-size:12px;font-weight:700;display:inline-flex}.availability span{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 6px #16a1672e}.home-hero h1{max-width:720px;margin-bottom:25px;font-size:clamp(56px,7.2vw,96px)}.home-hero h1 em{color:var(--red);font-style:normal}.home-hero__copy>p{color:#ffffffad;max-width:680px;font-size:18px}.hero-actions{flex-wrap:wrap;gap:12px;margin:32px 0;display:flex}.home-proof{gap:45px;margin-top:45px;display:flex}.home-proof div{flex-direction:column;display:flex}.home-proof strong{color:var(--white);font-size:24px}.home-proof span{color:#ffffff7a;text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:11px}.home-hero__visual{align-self:stretch;place-items:end center;min-height:680px;display:grid;position:relative}.fire-disc{background:radial-gradient(circle,#e3272666,#e327261a 42%,#0000 43%),repeating-radial-gradient(circle,#0000 0 38px,#ffffff0d 39px 40px);border:1px solid #ffffff24;border-radius:50%;width:520px;height:520px;animation:28s linear infinite spin;position:absolute;top:15%;right:0}.fire-disc:before,.fire-disc:after{content:"";border:1px dashed #ffffff21;border-radius:50%;position:absolute;inset:28px}.fire-disc:after{border-style:solid;inset:95px}.fire-disc__label{color:#ffffff24;letter-spacing:-.07em;font-size:48px;font-weight:950;line-height:.86;position:absolute;top:38%;right:6%}.hero-product{z-index:2;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 35px 30px #00000070);width:min(460px,82%);height:650px;animation:4.8s ease-in-out infinite productFloat;position:relative}.hero-card{z-index:3;backdrop-filter:blur(16px);background:#191919ad;border:1px solid #ffffff26;border-radius:15px;position:absolute;box-shadow:0 18px 45px #0000004d}.hero-card--top{align-items:center;gap:12px;padding:14px 18px;display:flex;top:30%;left:-10px}.hero-card--top div{flex-direction:column;display:flex}.hero-card--top b{font-size:13px}.hero-card--top small{color:#ffffff8c;margin-top:4px}.pulse-dot{background:var(--lime);border-radius:50%;width:11px;height:11px;animation:2s infinite pulse;box-shadow:0 0 #d7ff4599}.hero-card--bottom{flex-direction:column;padding:16px 19px;display:flex;bottom:16%;right:0}.hero-card--bottom b{font-size:13px}.hero-card--bottom span{color:#ffffff80;margin-top:5px;font-size:10px}.hero-marquee{background:var(--red);border-top:1px solid #ffffff1a;width:100%;overflow:hidden}.hero-marquee div{letter-spacing:.16em;white-space:nowrap;width:max-content;padding:14px 0;font-size:11px;font-weight:900;animation:25s linear infinite marquee}.hero-marquee i{color:var(--ink);margin:0 28px;font-style:normal}.section-heading{max-width:760px;margin-bottom:54px}.section-heading .eyebrow,.narrow-heading .eyebrow{margin-bottom:18px}.section-heading h2,.narrow-heading h2{margin-bottom:0}.section-heading--split{grid-template-columns:1.3fr .7fr;align-items:end;gap:80px;max-width:none;display:grid}.section-heading--split p{margin-bottom:6px}.service-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.service-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;min-height:510px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.service-card:hover{box-shadow:var(--shadow);transform:translateY(-8px)}.service-card__image{background:#e9e6df;height:250px;overflow:hidden}.service-card__image img{object-fit:contain;width:100%;height:100%;padding:18px;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.service-card:nth-child(3n+1) .service-card__image img{object-fit:cover;padding:0}.service-card:hover .service-card__image img{transform:scale(1.055)}.service-card__body{flex-direction:column;flex:1;padding:25px;display:flex}.service-card__meta{color:var(--red);justify-content:space-between;align-items:center;display:flex}.service-card__meta>span{font-size:11px;font-weight:900}.service-card__meta svg{width:31px;height:31px;transition:transform .35s cubic-bezier(.2,.8,.2,1)}.service-card:hover .service-card__meta svg{transform:rotate(-8deg)scale(1.12)}.service-card h3{margin:14px 0 10px;font-size:27px}.service-card p{font-size:14px;line-height:1.65}.service-card__body>b{justify-content:space-between;align-items:center;margin-top:auto;font-size:13px;display:flex}.service-card__body>b i{border:1px solid var(--line);border-radius:50%;place-items:center;width:34px;height:34px;font-style:normal;transition:background .2s,color .2s;display:grid}.service-card:hover b i{background:var(--red);color:var(--white)}.service-links{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px;display:grid}.service-links a{border:1px solid var(--line);border-radius:16px;justify-content:space-between;padding:20px 24px;font-size:14px;font-weight:800;transition:background .2s,color .2s;display:flex}.service-links a:hover{background:var(--ink);color:var(--white)}.dark-feature{color:var(--white);background:var(--ink)}.dark-feature__grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;display:grid}.dark-feature__image{border-radius:26px;min-height:620px;position:relative;overflow:hidden}.dark-feature__image:after{content:"";background:linear-gradient(#0000 48%,#000000b3);position:absolute;inset:0}.dark-feature__image img{object-fit:cover;width:100%;height:620px}.image-caption{z-index:2;justify-content:space-between;align-items:end;display:flex;position:absolute;bottom:28px;left:30px;right:30px}.image-caption span{color:#fff9;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.image-caption b{text-align:right;max-width:250px;font-size:22px}.dark-feature__copy h2{margin:18px 0 24px}.dark-feature__copy p{color:#ffffff9e}.feature-list{grid-template-columns:1fr 1fr;gap:0;margin:30px 0 36px;padding:0;list-style:none;display:grid}.feature-list li{border-bottom:1px solid #ffffff1f;padding:15px 0 15px 24px;font-size:13px;font-weight:700;position:relative}.feature-list li:before{content:"+";color:var(--red);position:absolute;left:0}.why-grid{grid-template-columns:.9fr .75fr 1fr;align-items:center;gap:55px;display:grid}.why-copy h2{margin:18px 0 25px;font-size:clamp(36px,4vw,58px)}.why-visual{background:linear-gradient(145deg,#e6e1d7,#fff);border-radius:260px 260px 22px 22px;align-self:stretch;place-items:center;min-height:560px;display:grid;position:relative;overflow:hidden}.why-visual img{object-fit:contain;width:92%;max-height:500px}.year-stamp{width:108px;height:108px;color:var(--white);background:var(--red);border-radius:50%;align-content:center;place-items:center;display:grid;position:absolute;bottom:25px;right:15px;transform:rotate(7deg)}.year-stamp strong{font-size:34px;line-height:1}.year-stamp span{letter-spacing:.15em;font-size:10px}.why-points{border-top:1px solid var(--line)}.why-point{border-bottom:1px solid var(--line);grid-template-columns:42px 1fr;gap:16px;padding:23px 0;display:grid}.why-point__icon{width:39px;height:39px;color:var(--red);background:#e327260d;border:1px solid #e3272640;border-radius:11px;place-items:center;transition:transform .25s,background .25s,color .25s;display:grid}.why-point__icon svg{width:20px;height:20px}.why-point:hover .why-point__icon{background:var(--red);color:var(--white);transform:translateY(-3px)}.why-point h3{margin-bottom:7px;font-size:19px}.why-point p{margin:0;font-size:13px;line-height:1.55}.compliance-section{padding-top:0}.compliance-card{color:var(--white);background:linear-gradient(125deg, var(--red-dark), var(--red) 52%, #f04a28);border-radius:26px;grid-template-columns:1.2fr .8fr auto;align-items:center;gap:40px;padding:45px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 70px #ad11163d}.compliance-card:after{content:"";border:1px solid #ffffff38;border-radius:50%;width:330px;height:330px;position:absolute;top:-140px;right:-60px;box-shadow:0 0 0 35px #ffffff0d,0 0 0 70px #ffffff08}.compliance-card>*{z-index:1;position:relative}.compliance-card .eyebrow{color:var(--white)}.compliance-card h2{margin:12px 0;font-size:36px}.compliance-card p{color:#ffffffb8;margin:0}.compliance-tags{flex-wrap:wrap;gap:9px;display:flex}.compliance-tags span{border:1px solid #ffffff47;border-radius:999px;padding:9px 12px;font-size:10px;font-weight:800}.compliance-card .button{color:var(--ink);background:var(--white)}.contact-section{color:var(--white);background:#171717}.contact-layout{grid-template-columns:.78fr 1.22fr;align-items:center;gap:70px;display:grid}.contact-aside h2{margin:18px 0 24px}.contact-aside>p{color:#ffffff9e}.contact-aside address{color:#ffffff8c;margin-top:28px;font-style:normal;line-height:1.6}.contact-line{border-bottom:1px solid #ffffff21;flex-direction:column;gap:5px;padding:17px 0;display:flex}.contact-line small{color:#ffffff73;letter-spacing:.12em;text-transform:uppercase;font-size:10px}.contact-line strong{overflow-wrap:anywhere;font-size:18px}.lead-form{color:var(--ink);background:var(--white);border-radius:24px;padding:36px;box-shadow:0 30px 70px #00000047}.form-heading h2{margin:10px 0;font-size:34px}.form-heading p{font-size:13px}.form-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.form-grid label{flex-direction:column;gap:7px;display:flex}.form-grid label>span{font-size:11px;font-weight:800}.form-wide{grid-column:1/-1}.form-grid input,.form-grid textarea,.form-grid select{background:#f7f6f2;border:1px solid #dedbd4;border-radius:10px;outline:none;width:100%;padding:13px 14px;transition:border-color .2s,box-shadow .2s}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:var(--red);box-shadow:0 0 0 3px #e327261a}.form-grid textarea{resize:vertical}.form-submit{border:0;width:100%;margin-top:18px}.form-note,.form-success{text-align:center;margin:12px 0 0;font-size:10px;line-height:1.4}.form-success{color:var(--green);font-weight:800}.page-hero{min-height:680px;padding-top:112px}.page-hero__grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;min-height:568px;display:grid}.page-hero__copy{padding:60px 0}.page-hero__copy h1{margin:18px 0 24px;font-size:clamp(48px,6.4vw,82px)}.page-hero__copy>p{color:#ffffffa8;max-width:660px;font-size:18px}.hero-trust{color:#ffffff8c;flex-wrap:wrap;gap:19px;font-size:11px;display:flex}.page-hero__visual{place-items:center;height:100%;min-height:550px;display:grid;position:relative}.page-hero__visual:before{content:"";background:radial-gradient(circle,#e3272659,#e327260d 50%,#0000 70%);border-radius:50%;width:430px;height:430px;position:absolute}.page-hero__visual img{z-index:2;object-fit:contain;filter:drop-shadow(0 30px 32px #00000073);width:92%;height:500px;animation:5s ease-in-out infinite productFloat;position:relative}.visual-ring{border:1px dashed #ffffff2e;border-radius:50%;width:410px;height:410px;animation:24s linear infinite spin;position:absolute}.visual-badge{z-index:3;backdrop-filter:blur(12px);background:#111111b8;border:1px solid #ffffff29;border-radius:12px;align-items:center;gap:10px;padding:12px 15px;display:flex;position:absolute;bottom:16%;right:3%}.visual-badge strong{color:var(--lime);letter-spacing:.12em;font-size:11px}.visual-badge span{color:#ffffffa6;font-size:11px}.breadcrumb{color:var(--muted);align-items:center;gap:10px;padding-top:20px;font-size:11px;display:flex}.breadcrumb a{color:var(--red);font-weight:800}.service-detail{padding-top:70px}.narrow-heading{max-width:840px;margin-bottom:50px}.detail-stack{gap:18px;display:grid}.detail-card{background:var(--white);border:1px solid var(--line);border-radius:22px;grid-template-columns:64px 1fr;gap:25px;padding:35px;display:grid}.detail-card--media{grid-template-columns:64px 1fr minmax(300px,.75fr);align-items:center}.detail-card__number{border:1px solid var(--line);width:48px;height:48px;color:var(--red);border-radius:50%;place-items:center;font-size:11px;font-weight:900;display:grid}.detail-card h2{margin-bottom:18px;font-size:clamp(26px,3vw,38px)}.detail-card p{margin-bottom:12px}.detail-card__image{background:#efede7;border-radius:15px;height:300px;overflow:hidden}.detail-card__image img{object-fit:contain;width:100%;height:100%}.check-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:22px 0 0;padding:0;list-style:none;display:grid}.check-list li{border-bottom:1px solid var(--line);color:#3f3e3b;padding:10px 0 10px 26px;font-size:13px;line-height:1.55;position:relative}.check-list li:before{content:"✓";color:var(--red);font-weight:900;position:absolute;left:0}.process-section{background:#e9e6df}.process-grid{background:#1111111f;border:1px solid #1111111f;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.process-card{background:var(--paper);min-height:260px;padding:28px}.process-card__top{color:var(--red);justify-content:space-between;align-items:center;display:flex}.process-card__top>b{font-size:11px}.process-card__top svg{width:28px;height:28px;transition:transform .3s}.process-card:hover .process-card__top svg{transform:translateY(-4px)rotate(-6deg)}.process-card h3{margin:65px 0 13px}.process-card p{font-size:13px;line-height:1.6}.site-footer{color:var(--white);background:#0e0e0e;border-top:1px solid #ffffff14;padding:65px 0 25px}.footer-grid{grid-template-columns:1.4fr .7fr .9fr;gap:60px;padding-bottom:50px;display:grid}.footer-brand{align-items:flex-start;gap:18px;display:flex}.footer-brand img{object-fit:contain;width:65px;height:65px}.footer-brand strong{font-size:18px}.footer-brand p{color:#ffffff7a;max-width:350px;margin-top:10px;font-size:13px}.footer-grid h3{color:#fff6;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;font-size:11px}.footer-grid>div:not(:first-child){flex-direction:column;gap:10px;display:flex}.footer-grid a,.footer-grid address{color:#ffffffb3;font-size:13px;font-style:normal;line-height:1.5}.footer-grid a:hover{color:var(--white)}.footer-bottom{color:#ffffff57;border-top:1px solid #ffffff14;justify-content:space-between;gap:20px;padding-top:22px;font-size:10px;display:flex}.developer-signature{color:#ffffff85;transition:color .2s}.developer-signature strong{color:#ffffffd1;font-weight:800}.developer-signature:hover,.developer-signature:hover strong{color:var(--lime)}.floating-actions{z-index:90;flex-direction:column;align-items:stretch;gap:8px;display:flex;position:fixed;bottom:18px;right:18px}.floating-actions a{min-width:128px;height:44px;color:var(--white);border-radius:999px;align-items:center;gap:9px;padding:0 14px;font-size:12px;display:flex;box-shadow:0 10px 28px #00000038}.floating-actions svg{width:18px;height:18px;transition:transform .25s}.floating-actions a:hover svg{transform:scale(1.14)rotate(-7deg)}.float-phone{background:var(--red)}.float-whatsapp{background:var(--green)}[data-reveal]{opacity:0;transition:opacity .75s cubic-bezier(.2,.8,.2,1) var(--delay,0s), transform .75s cubic-bezier(.2,.8,.2,1) var(--delay,0s);transform:translateY(26px)}[data-reveal][data-visible=true]{opacity:1;transform:translateY(0)}@keyframes productFloat{0%,to{transform:translateY(0)rotate(-.5deg)}50%{transform:translateY(-14px)rotate(.7deg)}}@keyframes orb{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-30px,25px)scale(1.08)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{70%{box-shadow:0 0 0 10px #d7ff4500}to{box-shadow:0 0 #d7ff4500}}@keyframes marquee{to{transform:translate(-50%)}}@media (width<=1050px){.main-nav{gap:14px}.main-nav>a:not(.button){font-size:11px}.home-hero__grid,.page-hero__grid{grid-template-columns:1fr .8fr}.home-hero__visual{min-width:0}.hero-product{width:100%}.fire-disc{width:430px;height:430px}.service-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr 1fr}.why-points{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.compliance-card{grid-template-columns:1fr 1fr}.compliance-card .button{grid-column:1/-1;justify-self:start}.detail-card--media{grid-template-columns:54px 1fr}.detail-card__image{grid-column:2}}@media (width<=820px){:root{--shell:min(100% - 28px, 680px)}.section{padding:78px 0}.topbar__inner>span{display:none}.topbar__inner{justify-content:center}.menu-button{z-index:2;display:flex}.main-nav{background:#0e0e0efa;flex-direction:column;align-items:stretch;gap:6px;padding:120px 30px 40px;transition:transform .3s;position:fixed;inset:0;transform:translate(100%)}.main-nav--open{transform:translate(0)}.main-nav>a:not(.button){padding:15px 0;font-size:22px}.nav-cta{margin-top:18px}.home-hero{min-height:auto}.home-hero__grid,.page-hero__grid{grid-template-columns:1fr}.home-hero__copy{padding:80px 0 20px}.home-hero__visual{min-height:520px}.hero-product{width:400px;height:500px}.fire-disc{left:50%;right:auto;transform:translate(-50%)}.hero-card--top{left:0}.home-proof{gap:24px}.section-heading--split{grid-template-columns:1fr;gap:16px}.dark-feature__grid{grid-template-columns:1fr;gap:45px}.dark-feature__image,.dark-feature__image img{height:470px;min-height:470px}.why-grid{grid-template-columns:1fr}.why-visual{min-height:500px}.why-points{grid-column:auto;grid-template-columns:1fr}.compliance-card{grid-template-columns:1fr;padding:32px}.compliance-card .button{grid-column:auto}.contact-layout{grid-template-columns:1fr}.page-hero__copy{padding:70px 0 10px}.page-hero__visual{min-height:450px}.page-hero__visual img{height:420px}.detail-card,.detail-card--media{grid-template-columns:48px 1fr;padding:26px}.detail-card__image{grid-column:1/-1}.process-grid,.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=560px){h1{font-size:48px}h2{font-size:36px}.topbar__inner div{gap:6px;font-size:9px}.brand span{display:none}.home-hero h1{font-size:52px}.home-hero__copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.home-proof{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.home-proof strong{font-size:20px}.home-proof span{font-size:8px}.home-hero__visual{min-height:450px}.hero-product{height:440px}.fire-disc{width:370px;height:370px}.hero-card--top{top:26%}.hero-card--bottom{bottom:8%}.service-grid,.service-links{grid-template-columns:1fr}.service-card{min-height:470px}.feature-list{grid-template-columns:1fr}.why-visual{min-height:430px}.why-visual img{max-height:400px}.contact-layout{gap:42px}.lead-form{padding:24px 18px}.form-grid{grid-template-columns:1fr}.form-wide{grid-column:auto}.page-hero__copy h1{font-size:47px}.page-hero__copy>p{font-size:16px}.page-hero__visual{min-height:400px}.page-hero__visual img{height:380px}.visual-ring,.page-hero__visual:before{width:330px;height:330px}.detail-card,.detail-card--media{grid-template-columns:1fr}.detail-card__number{margin-bottom:-4px}.check-list,.process-grid{grid-template-columns:1fr}.process-card{min-height:210px}.process-card h3{margin-top:35px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.floating-actions{flex-direction:row;bottom:10px;left:10px;right:10px}.floating-actions a{flex:1;justify-content:center;min-width:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}