:root{--ink:#10150f;--muted:#687066;--green:#64c518;--green2:#a7f45f;--cream:#f4f6ef;--line:#dce2d7;--dark:#0e140d;--white:#fff;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.055em;line-height:.98}h1{font-size:clamp(4rem,8.5vw,8.5rem);font-weight:740;margin-bottom:30px}h1 span{color:var(--green)}h2{font-size:clamp(3rem,5.8vw,6rem);max-width:900px;margin-bottom:28px}h3{font-size:1.45rem;letter-spacing:-.035em}.shell{width:min(1320px,calc(100% - 48px));margin:auto}.section{padding:130px 0}.section-label,.eyebrow{display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.16em;font-weight:760;font-size:.76rem;color:#579f1e;margin-bottom:26px}.section-label--light{color:var(--green2)}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--green);color:#0a1305;border-radius:999px;padding:18px 26px;font-weight:750;transition:.25s}.button:hover{transform:translateY(-3px);box-shadow:0 16px 35px #54b51540}.button--light{background:#fff}.text-link{display:inline-flex;align-items:center;gap:6px;font-weight:700}.header{position:fixed;z-index:50;left:0;right:0;top:0;padding:18px 0;transition:.3s}.header--scrolled{background:#fffffff0;backdrop-filter:blur(20px);box-shadow:0 1px 0 #1d281513}.header__inner{width:min(1380px,calc(100% - 36px));height:70px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand img{width:112px;height:auto;display:block}.desktop-nav{display:flex;gap:34px;font-size:.94rem;font-weight:650}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--green);transition:.25s}.desktop-nav a:hover:after{right:0}.header-cta{display:flex;align-items:center;gap:8px;border:1px solid #bcc6b7;border-radius:999px;padding:13px 18px;font-weight:700}.menu-button,.mobile-nav{display:none}.hero{position:relative;min-height:960px;padding:170px 0 0;background:linear-gradient(135deg,#f8faf5,#eef4e8);overflow:hidden}.hero__mesh{position:absolute;inset:0;background-image:linear-gradient(#5b6f5510 1px,transparent 1px),linear-gradient(90deg,#5b6f5510 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,#000,transparent 82%)}.hero__orb{position:absolute;border-radius:50%;filter:blur(8px);opacity:.7}.hero__orb--one{width:560px;height:560px;background:#b8ff7e;right:-140px;top:80px}.hero__orb--two{width:340px;height:340px;background:#dfffc5;left:42%;bottom:40px}.hero__grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px}.hero__lead{font-size:1.25rem;line-height:1.65;color:var(--muted);max-width:680px}.hero__actions{display:flex;align-items:center;gap:26px;margin:40px 0 54px}.hero__facts{display:flex;gap:46px}.hero__facts div{display:flex;flex-direction:column;gap:5px}.hero__facts strong{font-size:1.8rem}.hero__facts span{font-size:.83rem;color:var(--muted);max-width:120px}.hero__visual{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center}.hero__card--main{width:min(100%,520px);aspect-ratio:.88;background:#fff;border:1px solid #dce5d7;border-radius:44px;padding:36px;box-shadow:0 40px 90px #1a2c1421;transform:rotate(3deg);display:flex;flex-direction:column;align-items:center;justify-content:center}.hero__card img{width:90%;height:auto}.hero__card p{text-transform:uppercase;letter-spacing:.25em;font-weight:800;font-size:.72rem;margin-top:20px}.status{position:absolute;top:30px;left:34px;display:flex;gap:8px;align-items:center;font-size:.8rem;color:var(--muted)}.status span{width:8px;height:8px;background:var(--green);border-radius:50%;box-shadow:0 0 0 6px #67c61b22}.floating-card{position:absolute;display:flex;align-items:center;gap:12px;background:#10150f;color:#fff;padding:16px 21px;border-radius:18px;font-weight:650;box-shadow:0 20px 40px #0002}.floating-card svg{color:var(--green)}.floating-card--top{right:-10px;top:115px}.floating-card--bottom{left:-5px;bottom:100px}.hero__ticker{position:absolute;bottom:0;left:0;right:0;background:var(--dark);color:#fff;overflow:hidden;white-space:nowrap;padding:22px 0;font-weight:800;letter-spacing:.1em}.hero__ticker div{display:inline-block;animation:ticker 28s linear infinite}.hero__ticker span{margin-left:30px}@keyframes ticker{to{transform:translateX(-50%)}}.intro__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px}.intro__copy{padding-top:55px}.intro__copy>p{font-size:1.28rem;line-height:1.7;color:var(--muted)}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:35px}.check-grid span{display:flex;align-items:center;gap:9px;font-weight:700}.check-grid svg{color:var(--green);width:19px}.services{background:var(--cream)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:65px}.section-head p{max-width:440px;color:var(--muted);line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{position:relative;min-height:430px;background:#fff;border-radius:var(--radius);padding:30px;overflow:hidden;transition:.35s;border:1px solid #e5eae1}.service-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #25371d12}.service-card--wide{grid-column:span 2}.service-card__media{position:absolute;right:-30px;top:-25px;width:220px;height:220px;opacity:.13;transform:rotate(8deg)}.service-card__media img{object-fit:cover}.service-card__number{font-size:.75rem;letter-spacing:.18em;color:#8d9688}.service-card__icon{width:58px;height:58px;border-radius:18px;background:#eaf9df;color:#54ad11;display:grid;place-items:center;margin:95px 0 30px}.service-card h3{max-width:310px}.service-card p{max-width:410px;color:var(--muted);line-height:1.65}.service-card__link{position:absolute;bottom:28px;display:flex;align-items:center;gap:8px;font-weight:750}.about{background:var(--dark);color:#fff}.about__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.about__visual{position:relative;min-height:580px;display:grid;place-items:center}.about__ring{width:420px;height:420px;border-radius:50%;border:1px solid #80be5d55;display:flex;align-items:center;justify-content:center;gap:14px;background:radial-gradient(circle,#64c51826,transparent 65%);box-shadow:0 0 0 55px #ffffff05,0 0 0 110px #ffffff03}.about__ring span{font-size:7rem;font-weight:850;color:var(--green)}.about__badge{position:absolute;right:10px;bottom:55px;width:150px;height:150px;border-radius:50%;background:var(--green);color:#10200a;display:grid;place-items:center;text-align:center;font-weight:850;transform:rotate(8deg)}.about__copy p{color:#bac3b7;font-size:1.08rem;line-height:1.8}.about__copy .button{margin-top:22px}.logo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.logo-card{height:170px;border:1px solid var(--line);border-radius:22px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#fff;transition:.25s}.logo-card:hover{border-color:var(--green);transform:translateY(-4px)}.logo-card img{max-width:100%;max-height:82px;object-fit:contain}.logo-card span{font-size:.72rem;color:var(--muted);text-align:center}.process{background:#f7f9f4}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:65px}.process-card{border-top:1px solid #aeb9a9;padding:28px 4px}.process-card>span{font-size:.75rem;color:#65ad30}.process-card h3{margin-top:50px}.process-card p{color:var(--muted);line-height:1.6}.contact{background:linear-gradient(140deg,#11180f,#1b2716);color:#fff}.contact__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.contact__copy p{color:#b9c2b6;font-size:1.1rem;line-height:1.7}.contact-list{display:grid;gap:18px;margin-top:45px}.contact-list a,.contact-list>div{display:flex;align-items:center;gap:16px}.contact-list svg{color:var(--green)}.contact-list span{display:flex;flex-direction:column;font-weight:700}.contact-list small{color:#8f9b8b;font-weight:500;margin-bottom:3px}.form-card{background:#fff;color:var(--ink);padding:40px;border-radius:34px}footer{background:#080b08;color:#fff;padding:80px 0 25px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.25fr;gap:70px}.footer__grid img{width:145px;height:auto;filter:brightness(1.15)}.footer__grid p{color:#8e998b;max-width:330px;line-height:1.7}.footer__grid>div{display:flex;flex-direction:column;gap:13px}.footer__grid strong{margin-bottom:8px}.footer__grid a{color:#a8b2a5}.footer__bottom{margin-top:65px;padding-top:24px;border-top:1px solid #ffffff14;color:#687065;font-size:.8rem;display:flex;justify-content:space-between}
@media(max-width:1000px){.desktop-nav,.header-cta{display:none}.menu-button{display:grid;border:0;background:#fff;border-radius:50%;width:44px;height:44px;place-items:center}.mobile-nav{display:flex;position:absolute;top:90px;left:18px;right:18px;background:#fff;border-radius:22px;padding:25px;flex-direction:column;gap:20px;box-shadow:0 20px 50px #0002}.hero__grid,.intro__grid,.about__grid,.contact__grid{grid-template-columns:1fr}.hero{padding-top:150px}.hero__visual{min-height:520px}.service-grid{grid-template-columns:1fr 1fr}.service-card--wide{grid-column:span 1}.logo-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:1fr 1fr}.about__visual{min-height:480px}.section-head{align-items:start;flex-direction:column}.footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.shell{width:min(100% - 28px,1320px)}.section{padding:90px 0}h1{font-size:3.5rem}.hero{min-height:1100px}.hero__facts{gap:18px}.hero__facts strong{font-size:1.4rem}.hero__actions{align-items:flex-start;flex-direction:column}.hero__card--main{width:88%;padding:24px}.floating-card{font-size:.8rem}.floating-card--top{right:0}.floating-card--bottom{left:0}.service-grid,.logo-grid,.process-grid{grid-template-columns:1fr}.service-card{min-height:400px}.check-grid{grid-template-columns:1fr}.about__ring{width:280px;height:280px}.about__ring span{font-size:4.3rem}.about__badge{width:115px;height:115px;right:0}.form-card{padding:24px}.footer__grid{grid-template-columns:1fr}.footer__bottom{gap:10px;flex-direction:column}}
.contact-form{display:grid;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:grid;gap:8px;font-size:.84rem;font-weight:750}.contact-form input,.contact-form textarea{width:100%;border:1px solid #d8ded4;border-radius:14px;padding:14px 15px;background:#f8faf6;font:inherit;outline:none;transition:.2s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 4px #64c51818}.contact-form textarea{resize:vertical}.contact-form .checkbox{grid-template-columns:auto 1fr;align-items:start;font-size:.76rem;font-weight:500;color:var(--muted)}.contact-form .checkbox input{width:17px;height:17px;margin-top:2px}.contact-form .checkbox a{text-decoration:underline}.contact-form .button{border:0;cursor:pointer;background:var(--green);justify-self:start}.form-status{font-size:.85rem;color:#3c7911}.form-status--error{color:#a52b2b}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:650px){.form-row{grid-template-columns:1fr}}
.brand{display:flex;align-items:center;gap:15px}.brand__claim{font-size:.72rem;line-height:1.35;font-weight:720;letter-spacing:.01em;color:#364033;white-space:nowrap;border-left:1px solid #cad3c5;padding-left:15px}.footer-cookie-button{border:0;background:none;padding:0;color:#a8b2a5;font:inherit;text-align:left;cursor:pointer}.footer-cookie-button:hover{text-decoration:underline}.cookie-layer{position:fixed;z-index:1000;inset:0;background:#07100699;backdrop-filter:blur(8px);display:flex;align-items:flex-end;justify-content:center;padding:24px}.cookie-banner{width:min(920px,100%);background:#fff;border:1px solid #dce5d7;border-radius:30px;padding:30px;box-shadow:0 30px 90px #0005}.cookie-banner__head h2{font-size:clamp(1.8rem,3.2vw,3rem);margin:10px 0 16px}.cookie-badge{display:inline-flex;background:#e9f8de;color:#397e0a;border-radius:999px;padding:7px 12px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.cookie-banner>p{color:var(--muted);line-height:1.65;max-width:780px}.cookie-options{display:grid;gap:10px;margin:22px 0}.cookie-options label{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#f4f7f1;border:1px solid #e0e7dc;border-radius:16px;padding:15px 16px}.cookie-options span{display:grid;gap:4px}.cookie-options small{color:var(--muted);line-height:1.4}.cookie-options input{width:20px;height:20px;accent-color:var(--green)}.cookie-banner__links{display:flex;gap:18px;font-size:.82rem;text-decoration:underline;margin-top:18px}.cookie-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:24px}.cookie-button{border:0;border-radius:999px;background:var(--green);padding:13px 18px;font:inherit;font-weight:760;cursor:pointer}.cookie-button--secondary{background:#182017;color:#fff}.cookie-button--ghost{background:#edf1ea;color:#253021}@media(max-width:750px){.brand__claim{display:none}.cookie-layer{padding:10px}.cookie-banner{padding:22px;border-radius:22px}.cookie-actions{display:grid}.cookie-button{width:100%}}

body.menu-open{overflow:hidden}.header--scrolled{background:rgba(255,255,255,.94)}
.brand img{object-fit:contain}.menu-button{cursor:pointer}.menu-button svg{width:22px;height:22px}.mobile-nav[hidden]{display:none!important}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
.service-card__media img{width:100%;height:100%;object-fit:cover}.service-card__icon svg,.contact-list svg,.eyebrow svg,.button svg,.text-link svg,.service-card__link svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.legal{min-height:100vh;padding:140px 0 90px;background:#f5f7f1}.legal .container{width:min(900px,calc(100% - 36px));margin:auto}.legal h1{font-size:clamp(3.2rem,8vw,6.8rem);margin:40px 0}.legal__content{background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(26px,5vw,58px);box-shadow:0 20px 60px #26331e0c}.legal__content h2{font-size:1.45rem;letter-spacing:-.03em;line-height:1.2;margin:34px 0 12px}.legal__content h2:first-child{margin-top:0}.legal__content p{color:var(--muted);line-height:1.75}.legal-back{display:inline-flex;gap:8px;align-items:center;font-weight:750}.noscript{position:fixed;z-index:2000;bottom:10px;left:10px;right:10px;background:#fff3cd;color:#573f00;border:1px solid #ffe69c;padding:14px;border-radius:12px;text-align:center}
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status[hidden]{display:none}.form-status{padding:11px 14px;border-radius:12px;background:#edf8e6}.form-status--error{background:#fff0f0}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero__ticker div{animation:none}}

[hidden]{display:none!important}.cookie-layer[hidden]{display:none!important}.cookie-open{overflow:hidden}
\n/* Stable FTP header and consent fixes */\n.header{height:94px;padding:12px 0;transform:translateZ(0);will-change:background-color,box-shadow;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(20,35,15,.06)}\n.header--scrolled{height:94px;padding:12px 0;background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(20,35,15,.08)}\n.header__inner{height:70px}\n.brand{height:70px;min-width:0}\n.brand img{width:96px!important;height:62px!important;object-fit:contain;flex:0 0 auto}\n.desktop-nav,.header-cta,.menu-button{flex:0 0 auto}\nmain{padding-top:0}\nsection[id]{scroll-margin-top:110px}\n.cookie-layer{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}\n.cookie-layer.is-open{visibility:visible;opacity:1;pointer-events:auto}\n.cookie-layer[hidden]{display:none!important}\n@media(max-width:1000px){.header,.header--scrolled{height:82px;padding:6px 0}.header__inner{height:70px}.brand{height:64px}.brand img{width:88px!important;height:56px!important}.mobile-nav{top:78px}}\n
.service-card__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-card__link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.service-card__media img{width:100%;height:100%;display:block}.service-card>*:not(.service-card__media):not(.service-card__link){position:relative;z-index:1}.service-card .service-card__link{position:absolute;left:30px;bottom:28px;z-index:2}

/* V5: exact service-grid behavior from the Next.js/Framer Motion version */
.service-card--wide{grid-column:auto}
.service-grid{align-items:stretch}
.service-card{width:100%;height:100%}

/* Reserve space above the ticker so the final hero fact stays fully readable. */
.hero__grid{padding-bottom:96px}

/* Keep the header CTA at the same visual proportions as the Next.js version */
.header-cta{
  min-width:154px;
  min-height:46px;
  padding:13px 20px;
  white-space:nowrap;
  justify-content:center;
  line-height:1;
}
.header-cta svg{
  width:17px;
  height:17px;
  flex:0 0 17px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(min-width:1001px) and (max-width:1160px){
  .desktop-nav{gap:22px}
  .brand__claim{font-size:.66rem;gap:12px;padding-left:12px}
  .header-cta{min-width:148px;padding-inline:17px}
}

/* V6: Lucide SVG parity for the hero status cards */
.floating-card svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}
.floating-card span {
  display: block;
  white-space: nowrap;
}


/* V7: legal pages aligned with homepage */
.brand{display:flex;align-items:center;gap:13px}.brand__claim{font-size:.72rem;line-height:1.3;font-weight:760;color:#374134;white-space:nowrap}.legal-page{background:#f4f6ef}.legal-hero{position:relative;overflow:hidden;padding:190px 0 92px;background:linear-gradient(135deg,#f8faf5,#eaf3e3);border-bottom:1px solid var(--line)}.legal-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#5b6f550d 1px,transparent 1px),linear-gradient(90deg,#5b6f550d 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,#000,transparent)}.legal-orb{position:absolute;border-radius:50%;filter:blur(12px);opacity:.58}.legal-orb--one{width:420px;height:420px;right:-110px;top:65px;background:#b8ff7e}.legal-orb--two{width:220px;height:220px;left:45%;bottom:-110px;background:#dfffc5}.legal-hero__inner{position:relative}.legal-hero h1{font-size:clamp(4rem,8vw,7.8rem);margin:28px 0 20px}.legal-hero h1 span{color:var(--green)}.legal-hero p{max-width:680px;color:var(--muted);font-size:1.2rem;line-height:1.7}.legal-back{display:inline-flex;align-items:center;gap:9px;font-weight:760;margin-bottom:42px}.legal-back svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.legal-content-section{padding:100px 0 130px}.legal-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:70px;align-items:start}.legal-aside{position:sticky;top:130px;border-top:2px solid var(--green);padding-top:22px;display:flex;flex-direction:column;gap:8px}.legal-aside span{color:#579f1e;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800}.legal-aside strong{font-size:1.4rem}.legal-aside p{color:var(--muted);font-size:.9rem}.legal__content{background:#fff;border:1px solid var(--line);border-radius:34px;padding:clamp(30px,5vw,68px);box-shadow:0 24px 70px rgba(38,51,30,.07)}.legal__content h2{font-size:clamp(1.45rem,2.3vw,2rem);line-height:1.18;letter-spacing:-.035em;margin:48px 0 14px;max-width:none}.legal__content h2:first-child{margin-top:0}.legal__content p{color:var(--muted);line-height:1.8;font-size:1.02rem}.legal__content a{color:#4e9f14;text-decoration:underline;text-underline-offset:3px}.legal-note{margin-top:50px;padding:24px 26px;border-radius:20px;background:#eef8e7;border:1px solid #d6ebc8}.legal-note strong{display:block;margin-bottom:8px}.legal-note p{margin:0}.footer-cookie-button{padding:0;border:0;background:none;color:#a8b2a5;font:inherit;text-align:left;cursor:pointer}.footer-cookie-button:hover{color:#fff}

/* V7: local CAPTCHA */
.captcha-fieldset{margin:4px 0 2px;padding:20px;border:1px solid #d8dfd3;border-radius:20px;background:#f7f9f4}.captcha-fieldset legend{padding:0 8px;font-weight:780;color:#24301f}.captcha-row{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:end}.captcha-image-wrap{position:relative;width:220px;height:72px}.captcha-image-wrap img{display:block;width:220px;height:72px;border-radius:15px;border:1px solid #cbd5c5;background:#eef5e9}.captcha-refresh{position:absolute;right:7px;top:7px;width:34px;height:34px;border:1px solid #bdcab7;border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer;transition:.2s}.captcha-refresh:hover{transform:rotate(25deg);border-color:var(--green)}.captcha-refresh svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.captcha-input{margin:0!important}.captcha-input input{text-transform:uppercase;letter-spacing:.2em;font-weight:800}.captcha-fieldset>small{display:block;margin-top:11px;color:var(--muted);line-height:1.5}.captcha-image--error{opacity:.45}.form-status{padding:14px 16px;border-radius:14px;background:#e8f6dd;color:#285d0b}.form-status--error{background:#fff0ee;color:#8c2017}
@media(max-width:1000px){.brand__claim{display:none}.legal-layout{grid-template-columns:1fr}.legal-aside{position:static}.legal-content-section{padding-top:70px}}
@media(max-width:650px){.legal-hero{padding:145px 0 70px}.legal-hero h1{font-size:3.6rem}.legal-content-section{padding:55px 0 90px}.legal__content{border-radius:24px}.captcha-row{grid-template-columns:1fr}.captcha-image-wrap{width:100%;max-width:220px}}
