:root{--green:#009c4a;--green-dark:#007f3b;--yellow:#f2b800;--ink:#111820;--muted:#5e6873;--line:#e7e9ec;--soft:#f7f8f7;--cream:#fff8df;--wrap:1180px;--shadow:0 20px 60px rgba(0,0,0,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit}img{max-width:100%;display:block}.wrap{width:min(var(--wrap),calc(100% - 48px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;padding:10px 14px;z-index:999}.skip-link:focus{left:8px}.topbar{background:linear-gradient(90deg,#060806,#171d19);color:#fff;font-size:14px}.topbar__inner{height:42px;display:flex;justify-content:flex-end;align-items:center;gap:14px}.langs{display:flex;gap:9px}.lang{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);border-radius:999px;font-size:18px;line-height:1;cursor:pointer;padding:4px 7px;opacity:.9;box-shadow:0 2px 8px rgba(0,0,0,.2)}.flag{display:block;filter:saturate(1.1)}.lang.active,.lang:hover{opacity:1;background:#fff;transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.24)}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;box-shadow:0 5px 20px rgba(0,0,0,.04)}.navrow{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{flex:0 0 auto;display:flex;align-items:center}.brand img{width:148px;height:auto}.menu{display:flex;align-items:center;justify-content:flex-end;gap:30px;text-transform:uppercase;font-size:14px;font-weight:800;letter-spacing:.02em;margin-left:auto}.menu a{text-decoration:none;position:relative}.menu a:after{content:"";position:absolute;left:0;bottom:-9px;width:0;height:2px;background:var(--yellow);transition:.2s}.menu a:hover:after{width:100%}.menu a.menu-cta{background:var(--green);color:#fff;padding:13px 20px;border-radius:999px;box-shadow:0 10px 24px rgba(0,156,74,.18);margin-left:2px}.menu a.menu-cta:after{display:none}.menu a.menu-cta:hover{background:var(--green-dark);transform:translateY(-1px)}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 12px;font-weight:800}.hero{position:relative;min-height:560px;background-image:url('../img/hero-field.jpg');background-size:cover;background-position:center;display:flex;align-items:center;overflow:hidden}.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.35) 38%,rgba(0,0,0,.05) 70%)}.hero__content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(360px,570px) minmax(420px,1fr);gap:44px;align-items:center}.hero__text{max-width:570px;color:#fff;padding-block:70px}.hero h1{margin:0;font-size:clamp(38px,4.2vw,64px);line-height:1.12;text-transform:uppercase;letter-spacing:-.03em}.gold-line{display:block;width:72px;height:4px;background:var(--yellow);margin:26px 0 24px;border-radius:20px}.gold-line--small{width:66px;height:3px;margin:10px 0 24px}.hero__claim{font-size:clamp(24px,2.6vw,38px);line-height:1.18;margin:0 0 20px;text-transform:uppercase}.hero__copy{font-weight:700;max-width:520px;margin-bottom:28px}.hero-products{align-self:center;margin:10px 0 0 auto;width:min(650px,100%);height:390px;filter:drop-shadow(0 26px 30px rgba(0,0,0,.34));pointer-events:auto}.hero-products__label{display:inline-flex;background:rgba(0,0,0,.46);color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.06em;font-size:12px;border-left:4px solid var(--yellow);border-radius:0 999px 999px 0;padding:7px 13px;margin:0 0 8px 22px;text-shadow:0 1px 4px rgba(0,0,0,.35)}.hero-products__viewport{position:relative;overflow:visible;height:340px;background:transparent;border:0;border-radius:0}.hero-products__track{position:relative;height:100%;width:100%}.hero-product-card{position:absolute;inset:0;background:transparent;border:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:12px;padding:0;text-align:center;opacity:0;transform:translate3d(22px,18px,0) scale(.96);animation:mp-product-reveal 25s cubic-bezier(.2,.8,.2,1) infinite}.hero-product-card:nth-child(2){animation-delay:5s}.hero-product-card:nth-child(3){animation-delay:10s}.hero-product-card:nth-child(4){animation-delay:15s}.hero-product-card:nth-child(5){animation-delay:20s}.hero-products:hover .hero-product-card{animation-play-state:paused}.hero-product-card img{width:min(620px,100%);height:282px;object-fit:contain;object-position:center bottom}.hero-product-card strong{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 16px;border-radius:999px;background:rgba(255,255,255,.88);color:var(--ink);font-size:14px;line-height:1.2;box-shadow:0 8px 22px rgba(0,0,0,.18);backdrop-filter:blur(4px)}@keyframes mp-product-reveal{0%{opacity:0;transform:translate3d(34px,24px,0) scale(.94);filter:blur(2px)}5%,18%{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}23%,100%{opacity:0;transform:translate3d(-18px,10px,0) scale(.985);filter:blur(1px)}}.btn{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:14px 26px;border:0;text-decoration:none;font-weight:900;text-transform:uppercase;font-size:13px;letter-spacing:.03em;cursor:pointer}.btn--green{background:var(--green);color:#fff;box-shadow:0 10px 25px rgba(0,156,74,.25)}.btn--green:hover{background:var(--green-dark)}.btn--outline{border:2px solid var(--green);color:var(--green);background:#fff}.section{padding:82px 0}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:74px;align-items:center}.eyebrow{margin:0 0 8px;color:var(--yellow);font-weight:900;text-transform:uppercase;font-size:14px;letter-spacing:.04em}.about h2,.assist-card h2,.legal-page h1{margin:0;text-transform:uppercase;font-size:clamp(30px,3vw,42px);line-height:1.15}.photo-card,.video-card{border-radius:4px;overflow:hidden;background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.08);margin:0 0 22px}.photo-card img{width:100%;aspect-ratio:2.35/1;object-fit:cover}.video-card{position:relative;display:block}.video-card img{width:100%;aspect-ratio:2.35/1;object-fit:cover;filter:brightness(.82)}.play{position:absolute;inset:50% auto auto 50%;translate:-50% -50%;width:70px;height:50px;border-radius:14px;background:#ed1f16;color:#fff;display:grid;place-items:center;font-size:24px;box-shadow:0 8px 20px rgba(0,0,0,.22)}.about-copy{font-size:17px}.bullet-list,.check-list{padding:0;margin:18px 0 0;list-style:none}.bullet-list li{position:relative;padding-left:23px;margin:8px 0}.bullet-list li:before{content:"";position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:50%;background:var(--green)}.services{border-block:1px solid var(--line);background:#fbfbfb}.service-grid{display:grid;grid-template-columns:repeat(4,1fr)}.service-card{padding:54px 34px;text-align:center;border-left:1px solid var(--line)}.service-card:first-child{border-left:0}.icon{width:74px;height:74px;margin:0 auto 22px;color:var(--green)}.icon svg{fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.service-card h3{font-size:18px;margin:0}.service-card span{display:block;width:38px;height:3px;background:var(--yellow);margin:16px auto}.service-card p{margin:0;color:var(--muted)}.strengths{background:#fff}.strengths-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:78px;align-items:center}.section-kicker{font-size:18px;margin:0 0 20px}.check-list li{position:relative;padding-left:32px;margin:11px 0}.check-list li:before{content:"✓";position:absolute;left:0;top:0;width:20px;height:20px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--green);font-size:12px;font-weight:900;line-height:1}.trust-box{border-left:3px solid var(--yellow);padding-left:58px}.cert-row{display:flex;align-items:center;justify-content:space-around;gap:30px;margin-bottom:36px}.cert-row img{max-height:88px;object-fit:contain}.assist-card{border:1px solid var(--line);border-radius:14px;padding:34px;background:#fff;box-shadow:0 10px 32px rgba(0,0,0,.05)}.assist-card h2{font-size:30px}.assist-card p{color:var(--muted);margin:8px 0 24px}.footer{border-top:4px solid var(--yellow);background:#fff;padding:44px 0 52px}.footer-grid{display:grid;grid-template-columns:190px 1.2fr 1fr;gap:44px;align-items:center}.footer-logo img{width:150px}.footer h2{color:var(--green);font-size:20px;text-transform:uppercase;margin:0 0 12px}.footer p{margin:7px 0;color:#26313b}.footer a{text-decoration:none}.socials{display:flex;gap:16px;margin:20px 0}.socials a{width:50px;height:50px;border:2px solid var(--green);border-radius:50%;display:grid;place-items:center;color:var(--green);font-weight:900;font-size:24px;text-decoration:none}.socials svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2}.socials a:hover{background:var(--green);color:#fff}.privacy-link{color:var(--green);font-weight:800;text-transform:uppercase;text-decoration:underline!important}.cookiebar{position:fixed;left:0;right:0;bottom:0;background:linear-gradient(90deg,#fff8df,#fff1bd);border-top:1px solid rgba(0,0,0,.08);display:flex;align-items:center;gap:18px;padding:16px max(24px,calc((100vw - var(--wrap))/2));z-index:100;box-shadow:0 -8px 24px rgba(0,0,0,.08)}.cookiebar p{margin:0;flex:1}.cookiebar a{color:var(--green);font-weight:800}.cookiebar.is-hidden{display:none}.cookie-icon{font-size:32px}.simple-page{background:#fff}.back-link{font-weight:800;text-decoration:none;color:var(--green)}.legal-page{padding:70px 0;max-width:850px}.legal-page h2{margin-top:32px}.legal-page p{color:#35414c}.legal-page a{color:var(--green)}
@media (max-width:980px){.navrow{min-height:74px}.menu-toggle{display:inline-flex}.menu{display:none;position:absolute;top:74px;left:24px;right:24px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:flex-start;gap:16px}.menu.open{display:flex}.menu a.menu-cta{margin-left:0}.brand img{width:118px}.hero{min-height:720px;background-position:58% center}.hero__content{grid-template-columns:1fr}.hero-products{margin:0 0 34px;width:100%;max-width:620px;height:315px}.hero-products__viewport{height:270px}.hero-product-card img{height:220px}.hero__overlay{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.32))}.two-cols,.strengths-grid,.footer-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.trust-box{border-left:0;border-top:3px solid var(--yellow);padding:36px 0 0}.cookiebar{align-items:flex-start;flex-wrap:wrap}.cookiebar .btn{margin-left:auto}}@media (max-width:640px){.wrap{width:min(100% - 28px,var(--wrap))}.topbar__inner{justify-content:center}.hero{min-height:760px;background-position:64% center}.hero-products{height:235px}.hero-products__viewport{height:205px}.hero-product-card img{width:100%;height:160px}.hero-product-card strong{font-size:12px;padding:6px 12px}.hero-products__label{margin-left:0}.hero__text{padding-block:60px}.hero h1{font-size:32px}.hero__claim{font-size:21px}.section{padding:56px 0}.service-grid{grid-template-columns:1fr}.service-card{border-left:0;border-top:1px solid var(--line)}.footer-grid{gap:24px}.cert-row{flex-direction:column}.cookiebar{padding:14px}.cookiebar p{flex-basis:100%;font-size:13px}.btn{padding:12px 18px}}
