:root{--dark:#18352d;--dark2:#0d211c;--lime:#c9f36a;--paper:#f3f4f2;--white:#fff;--muted:#66736e;--line:#dce1dc;--nav:72px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--dark);font-family:"Inter Tight",sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.nav{height:var(--nav);position:sticky;top:0;z-index:50;padding:0 clamp(20px,4vw,64px);display:flex;align-items:center;gap:38px;background:rgba(13,33,28,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.nav__logo{margin-right:auto}.nav__logo img{width:118px}.nav__links{display:flex;gap:28px;color:rgba(255,255,255,.66);font-size:14px}.nav__links a:hover,.nav__links a.is-active{color:var(--lime)}.nav__toggle{display:none;background:none;border:0;color:#fff;font-size:25px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:15px 21px;background:var(--lime);border-radius:7px;font-weight:650;transition:.25s}.button:hover{transform:translateY(-2px)}.button--small{padding:10px 17px;font-size:14px}.button--dark{background:var(--dark);color:#fff}.button--outline{background:transparent;border:1px solid currentColor}.mobile-menu{display:none;background:var(--dark2);color:#fff;padding:20px;position:fixed;z-index:49;top:72px;inset-inline:0}.mobile-menu.is-open{display:flex;flex-direction:column;gap:20px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:650;margin:0 0 22px}.text-link{font-weight:650;border-bottom:1px solid;padding-bottom:4px}.page-hero{min-height:calc(92svh - var(--nav));padding:clamp(70px,9vw,130px) clamp(24px,7vw,110px);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:7vw}.page-hero--dark{background:var(--dark2);color:#fff}.page-hero--lime{background:var(--lime)}.page-hero h1{font-size:clamp(55px,7.2vw,108px);line-height:.92;letter-spacing:-.06em;margin:0 0 32px;font-weight:600}.page-hero h1 em{font-weight:400}.page-hero__lead{font-size:clamp(19px,2vw,28px);line-height:1.4;max-width:620px;opacity:.7}.page-hero__actions{display:flex;gap:24px;align-items:center;margin-top:38px}.page-hero__visual{min-width:0}.page-hero__visual img{width:100%;max-height:600px;object-fit:contain}.visual-slot{min-height:410px;border:1px dashed rgba(24,53,45,.35);border-radius:14px;background:rgba(255,255,255,.42);display:grid;place-items:center;text-align:center;padding:35px;color:var(--muted)}.visual-slot--dark{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.04);color:rgba(255,255,255,.5)}.visual-slot b{display:block;color:inherit;font-size:18px;margin-bottom:8px}.visual-slot span{max-width:300px;line-height:1.4}.section{padding:clamp(85px,11vw,165px) clamp(24px,7vw,110px)}.section--white{background:#fff}.section--dark{background:var(--dark);color:#fff}.section--lime{background:var(--lime)}.section__head{display:grid;grid-template-columns:.45fr 1fr;gap:6vw;margin-bottom:80px}.section__head h2,.section>h2{font-size:clamp(44px,6vw,84px);line-height:.98;letter-spacing:-.05em;margin:0}.section__head p:last-child{font-size:19px;line-height:1.5;color:var(--muted);max-width:600px}.section--dark .section__head p:last-child{color:rgba(255,255,255,.6)}.split{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.split__copy h2{font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.045em;margin:0 0 30px}.split__copy>p{font-size:19px;line-height:1.55;color:var(--muted)}.section--dark .split__copy>p{color:rgba(255,255,255,.62)}.feature-list{list-style:none;padding:20px 0 0;margin:30px 0 0;border-top:1px solid var(--line)}.feature-list li{padding:11px 0}.section--dark .feature-list{border-color:rgba(255,255,255,.15)}.feature-list li:before{content:"↳";color:#91bd3a;margin-right:11px}.number-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.number-grid>div{padding:28px 28px 50px 0;border-bottom:1px solid var(--line)}.number-grid span{font-size:11px;display:block;margin-bottom:45px;opacity:.55}.number-grid strong{font-size:24px;display:block}.number-grid p{line-height:1.5;color:var(--muted)}.product-list{display:flex;flex-direction:column;gap:20px}.product-row{min-height:480px;padding:clamp(28px,5vw,65px);display:grid;grid-template-columns:.7fr 1.3fr;gap:7vw;align-items:center;background:#fff;border-radius:14px}.product-row:nth-child(even){background:var(--dark2);color:#fff}.product-row h3{font-size:clamp(40px,5vw,68px);line-height:.95;letter-spacing:-.05em;margin:0 0 24px}.product-row p{font-size:18px;line-height:1.5;opacity:.68}.product-row figure{margin:0}.product-row figure img{width:100%;max-height:390px;object-fit:cover;border-radius:9px}.product-row figcaption{font-size:11px;opacity:.5;margin-top:10px}.facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid currentColor}.facts div{padding:28px 25px 45px 0}.facts strong{display:block;font-size:clamp(32px,4vw,58px);margin-bottom:8px}.facts span{opacity:.6}.price-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:12px;background:#fff}.price-table{width:100%;min-width:740px;border-collapse:collapse}.price-table th,.price-table td{text-align:left;padding:18px 20px;border-bottom:1px solid var(--line)}.price-table th{font-size:12px}.price-table td{font-size:15px}.price-table tr:last-child td{border-bottom:0}.note{margin-top:25px;color:var(--muted);line-height:1.5}.quote{font-size:clamp(28px,4vw,55px);line-height:1.18;letter-spacing:-.03em;margin:0}.case-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.case-timeline>div{background:var(--paper);padding:35px 28px;min-height:250px}.case-timeline span{font-size:11px;opacity:.5}.case-timeline h3{font-size:24px;margin:55px 0 12px}.case-timeline p{line-height:1.45;color:var(--muted)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{min-height:420px;border-radius:12px;padding:30px;background:#fff;display:flex;flex-direction:column}.article-card--featured{grid-column:span 2;background:var(--dark);color:#fff}.article-card__image{height:170px;border-radius:8px;background:#e4e8e3;margin-bottom:30px;display:grid;place-items:center;color:var(--muted);font-size:12px}.article-card--featured .article-card__image{background:rgba(255,255,255,.08);color:rgba(255,255,255,.4)}.article-card span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;opacity:.5}.article-card h2{font-size:clamp(26px,3vw,43px);line-height:1.05;margin:20px 0}.article-card p{line-height:1.45;opacity:.65}.article-card a{margin-top:auto;font-weight:650}.cta{padding:clamp(90px,12vw,170px) 24px;text-align:center;background:var(--lime)}.cta h2{font-size:clamp(48px,7vw,96px);line-height:.95;letter-spacing:-.055em;margin:0}.cta p{max-width:650px;margin:30px auto;font-size:19px;line-height:1.5;color:rgba(24,53,45,.68)}.site-footer{background:var(--dark2);color:#fff;padding:45px clamp(24px,7vw,110px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.site-footer img{width:110px}.site-footer p{text-align:center;color:rgba(255,255,255,.45);font-size:13px}.site-footer a:last-child{color:var(--lime)}.reveal{opacity:0;transform:translateY(25px);transition:.7s}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:900px){.nav__links{display:none}.nav__toggle{display:block}.nav>.button{display:none}.page-hero,.split{grid-template-columns:1fr}.page-hero{min-height:auto}.page-hero__visual{order:-1}.page-hero__visual .visual-slot{min-height:300px}.section__head{grid-template-columns:1fr}.number-grid{grid-template-columns:1fr 1fr}.product-row{grid-template-columns:1fr}.facts{grid-template-columns:1fr 1fr}.case-timeline{grid-template-columns:1fr 1fr}.article-grid{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1fr;text-align:center}.site-footer img{margin:auto}}
@media(max-width:600px){.page-hero{padding-inline:20px}.page-hero h1{font-size:51px}.page-hero__actions{align-items:flex-start;flex-direction:column}.section{padding-inline:20px}.section__head{margin-bottom:50px}.number-grid,.facts,.case-timeline,.article-grid{grid-template-columns:1fr}.article-card--featured{grid-column:auto}.product-list{margin-inline:-8px}.product-row{padding:30px 20px;min-height:0}.visual-slot{min-height:270px}.site-footer{padding-inline:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}
