:root{
  --ink:#17211d;
  --muted:#38514a;
  --soft:#f7f9f5;
  --panel:#ffffff;
  --line:#d8e4de;
  --green:#0d5b4d;
  --green-900:#102d28;
  --green-800:#123d35;
  --green-100:#e7f0ec;
  --blue:#2f79a8;
  --blue-100:#eef6fa;
  --shadow:0 22px 70px rgba(16,45,40,.13);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--soft);line-height:1.55;text-rendering:optimizeLegibility}
body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 14% 4%,rgba(13,91,77,.10),transparent 30%),linear-gradient(180deg,#fbfcf8 0%,#f2f8f3 48%,#f7f9f5 100%)}
a{color:inherit}
.sr-only{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;overflow:hidden}
img{max-width:100%;height:auto}

.site-header{position:sticky;top:0;z-index:20;display:flex;gap:14px;align-items:center;justify-content:space-between;padding:12px 18px;background:rgba(247,249,245,.9);border-bottom:1px solid rgba(216,228,222,.88);backdrop-filter:blur(18px);box-shadow:0 10px 34px rgba(16,45,40,.05)}
.brand{display:flex;align-items:center;gap:10px;min-width:0;font-weight:850;text-decoration:none;color:var(--green-900)}
.brand img{width:42px;height:42px;border-radius:8px;object-fit:cover;box-shadow:0 8px 22px rgba(16,45,40,.10)}
.brand span{white-space:nowrap}
nav{display:none;gap:4px;align-items:center;font-size:.92rem}
nav a{text-decoration:none;color:#34524a;padding:9px 10px;border-radius:8px;transition:background .18s ease,color .18s ease}
nav a:hover{background:var(--green-100);color:var(--green-900)}
.language select{border:1px solid #b7c9c0;border-radius:8px;background:#fff;padding:8px 10px;color:var(--green-900);font-weight:760;box-shadow:0 8px 22px rgba(16,45,40,.06)}

.hero{display:grid;gap:28px;width:min(100%,1280px);min-height:calc(100vh - 68px);margin:0 auto;padding:52px 18px 40px;align-items:center}
.hero-copy,.hero-visual{min-width:0}
.hero-copy{max-width:620px}
.hero-logo{display:block;width:92px;height:92px;margin:0 0 18px;border-radius:12px;object-fit:cover;box-shadow:0 16px 44px rgba(16,45,40,.12)}
.eyebrow{margin:0 0 14px;text-transform:uppercase;font-size:.76rem;font-weight:860;letter-spacing:.08em;color:var(--green)}
.hero h1{margin:0;font-size:clamp(2.2rem,7.4vw,4.85rem);line-height:.92;letter-spacing:0;color:var(--green-900)}
.lead{margin:22px 0 0;font-size:clamp(1.02rem,1.85vw,1.28rem);color:#314942;max-width:54ch}
.lead-brand{font-size:clamp(.78rem,1.25vw,1rem);font-weight:800;color:var(--green-900);letter-spacing:.01em;white-space:nowrap}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0 20px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border-radius:8px;text-decoration:none;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.button:hover{transform:translateY(-1px)}
.primary{background:var(--green);color:#fff;box-shadow:0 18px 36px rgba(13,91,77,.22)}
.primary:hover{background:#0b4e42}
.secondary{background:#fff;color:#0d3f36;border:1px solid #c6d9d0;box-shadow:0 12px 30px rgba(16,45,40,.08)}
.status-note{max-width:720px;margin:0;border-left:4px solid var(--blue);background:var(--blue-100);padding:14px 16px;color:#214154;border-radius:0 8px 8px 0}

.hero-visual{display:grid;gap:14px;justify-items:center}
.hero-image,.asset-card,.cta-image{margin:0}
.hero-image{width:min(100%,330px);border:1px solid var(--line);border-radius:8px;background:#fff;padding:8px;box-shadow:var(--shadow)}
.hero-image img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:6px}
.hero-panel{display:grid;gap:12px;width:min(100%,500px);padding:18px;border:1px solid rgba(203,217,210,.92);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(238,246,242,.92));box-shadow:0 16px 42px rgba(16,45,40,.10)}
.panel-topline,.panel-metric{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 14px;border:1px solid var(--line);border-radius:8px;background:#fff}
.panel-topline span,.panel-metric span{color:#5a7068;font-size:.88rem;font-weight:760}
.panel-topline strong,.panel-metric strong{color:var(--green-900)}
.flow-row{display:grid;grid-template-columns:1fr;align-items:center;gap:8px}
.node{display:grid;place-items:center;min-height:54px;padding:12px;border:1px solid #cbd9d2;background:#fff;border-radius:8px;font-weight:850;color:var(--green-900);box-shadow:0 10px 24px rgba(16,45,40,.06)}
.line{width:2px;height:22px;justify-self:center;background:linear-gradient(180deg,var(--green),#6ca48b);position:relative}
.line:after{content:"";position:absolute;left:50%;bottom:-3px;width:8px;height:8px;border-right:2px solid #6ca48b;border-bottom:2px solid #6ca48b;transform:translateX(-50%) rotate(45deg)}

.section{padding:56px 18px;max-width:var(--max);margin:auto}
.section h2{font-size:clamp(1.8rem,6vw,3.35rem);line-height:1.04;margin:0 0 16px;color:var(--green-900);letter-spacing:0}
.section p{font-size:1.03rem;color:var(--muted);max-width:70ch;margin:0}
.section-label,.card-index{display:inline-flex;align-items:center;min-height:28px;margin:0 0 18px;padding:4px 9px;border:1px solid #b9d0c6;border-radius:8px;color:var(--green);background:#fff;font-size:.76rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.section-copy{max-width:580px}
.alt{max-width:none;background:linear-gradient(180deg,#eaf2ee,#eef6f2);border-block:1px solid var(--line)}
.section-inner{max-width:var(--max);margin:auto;display:grid;gap:18px}
.media-grid{display:grid;gap:24px;align-items:center}
.asset-card{width:min(100%,640px);border:1px solid var(--line);border-radius:8px;background:#fff;padding:8px;box-shadow:var(--shadow);justify-self:center}
.asset-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:6px;background:#eaf2ee;max-height:360px}
.asset-card figcaption{font-size:.86rem;color:#536961;margin:10px 2px 2px}

.cards{display:grid;gap:16px}
.cards article{background:rgba(255,255,255,.95);border:1px solid var(--line);border-radius:8px;padding:20px;box-shadow:0 18px 48px rgba(16,45,40,.08)}
.cards h2{font-size:clamp(1.3rem,4.6vw,1.85rem);line-height:1.1;margin:0 0 12px}
.cards p{font-size:1rem}
.visual-card{overflow:hidden}
.feature-image{display:block;width:100%;margin:0 0 16px;aspect-ratio:16/9;object-fit:cover;border-radius:8px;max-height:220px;border:1px solid var(--line)}
.linked-card{padding:0!important;overflow:hidden}
.linked-card a{display:block;height:100%;padding:20px;text-decoration:none;background:linear-gradient(135deg,#ffffff 0%,#eef6f2 100%);transition:background .18s ease}
.linked-card a:hover{background:linear-gradient(135deg,#ffffff 0%,#e4f1eb 100%)}
.product-logo{display:block;width:72px;height:72px;margin:0 0 16px;border-radius:12px;object-fit:cover}
.product-banner{display:block;width:100%;aspect-ratio:3/1;object-fit:cover;margin:20px 0 0;border:1px solid var(--line);border-radius:8px;max-height:170px}
.card-action{display:inline-flex;align-items:center;margin-top:20px;color:var(--green);font-weight:850}
.card-action:after{content:"";width:9px;height:9px;margin-left:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg)}
.text-button{margin-top:22px;border:1px solid #b9cbc2;border-radius:8px;background:#f8fbf9;padding:10px 12px;color:#17443b;font-weight:800}

.cta{max-width:none;display:grid;gap:24px;background:var(--green-800);color:#fff;overflow:hidden}
.cta-copy{max-width:860px;margin:auto;text-align:center}
.cta h2,.cta p{color:#fff;margin-left:auto;margin-right:auto}
.cta .primary{margin-top:24px;background:#fff;color:var(--green-900);box-shadow:none}
.cta-image{width:min(100%,860px);margin:auto;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(255,255,255,.06);padding:8px}
.cta-image img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:6px;max-height:360px}

footer{display:grid;gap:8px;padding:28px 18px;border-top:1px solid #dce8e2;color:#4e635b;background:#fff}
footer p{margin:0}
footer a{font-weight:800;color:var(--green)}

@media(min-width:680px){
  nav{display:flex}
  .site-header{padding:13px 28px}
  .hero{grid-template-columns:minmax(0,1fr) minmax(320px,.84fr);padding:72px 34px 50px}
  .flow-row{grid-template-columns:1fr 32px 1fr}
  .line{width:auto;height:2px;background:linear-gradient(90deg,var(--green),#6ca48b)}
  .line:after{right:-3px;left:auto;top:50%;bottom:auto;border:0;border-top:2px solid #6ca48b;border-right:2px solid #6ca48b;transform:translateY(-50%) rotate(45deg)}
  .section{padding:74px 34px}
  .section-inner{grid-template-columns:112px minmax(0,1fr)}
  .asset-card{width:min(100%,600px)}
  .asset-card img{max-height:330px}
}
@media(min-width:920px){
  .site-header{padding-inline:42px}
  .hero{grid-template-columns:minmax(0,.98fr) minmax(360px,.86fr);gap:54px;padding:84px 48px 60px}
  .hero-logo{width:104px;height:104px}
  .hero-copy{max-width:640px}
  .hero-visual{justify-items:end}
  .hero-image{width:min(100%,350px)}
  .hero-panel{width:min(100%,515px);margin-right:-8px}
  .section{padding:88px 48px}
  .media-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px}
  .media-grid .asset-card{width:min(100%,620px)}
  .media-grid:not(.reverse) .asset-card{justify-self:end}
  .media-grid.reverse .asset-card{justify-self:start}
  .asset-card img{max-height:355px}
  .cards{grid-template-columns:repeat(3,1fr)}
  .two-up{grid-template-columns:1.08fr .92fr}
  .feature-image{max-height:210px}
  .cta{padding-bottom:88px}
  footer{display:flex;justify-content:space-between;padding:30px 48px}
}
@media(min-width:1220px){
  .hero{grid-template-columns:minmax(0,620px) minmax(420px,520px);column-gap:72px;row-gap:36px}
  .hero h1{font-size:5rem}
  .hero-image{width:min(100%,365px)}
  .hero-panel{width:min(100%,520px)}
  .asset-card{width:min(100%,640px)}
  .asset-card img{max-height:370px}
  .cta-image{width:min(100%,900px)}
}
@media(max-width:520px){
  .brand span{display:none}
  .site-header{gap:10px}
  .hero{padding-top:42px}
  .hero-logo{width:78px;height:78px}
  .actions{display:grid}
  .button{width:100%}
  .hero-image{width:min(100%,290px)}
  .hero-panel{padding:14px}
  .panel-topline,.panel-metric{padding:12px}
  .section{padding:52px 18px}
  .asset-card{width:100%}
  .asset-card img{max-height:250px}
  .cards article,.linked-card a{padding:20px}
  .feature-image{max-height:190px}
  .product-banner{max-height:140px;aspect-ratio:2.6/1}
  .cta-image{padding:8px}
  .cta-image img{max-height:240px}
}
