:root {
  --ink:#101820;
  --muted:#5e6975;
  --line:#d9e1e8;
  --paper:#fbfcfd;
  --white:#ffffff;
  --green:#116149;
  --green-dark:#093b31;
  --blue:#155cc2;
  --gold:#d49f31;
  --red:#bb3f3f;
  --radius:8px;
  --shadow:0 18px 42px rgba(19,37,56,.12);
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--ink);background:#f4f7f9;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(18px,4vw,56px);background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:10px;font-weight:850}
.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:var(--green-dark);color:white;box-shadow:inset 0 -3px 0 rgba(212,159,49,.8)}
.site-header nav,.site-footer nav{display:flex;gap:18px;flex-wrap:wrap;font-weight:700;color:#314150}
main{min-height:72vh}
.hero{position:relative;display:flex;align-items:center;min-height:76vh;padding:clamp(54px,8vw,96px) clamp(18px,5vw,72px) 42px;background:#092f2a;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(7,31,27,.92),rgba(7,31,27,.70) 42%,rgba(7,31,27,.18)),var(--hero-image);background-size:cover;background-position:center right;transform:scale(1.02)}
.hero-copy{position:relative;color:white;max-width:780px}
.hero h1,.page-hero h1,.product-hero h1{font-size:clamp(44px,7vw,92px);line-height:.95;margin:10px 0 22px;letter-spacing:0;}
.hero p,.page-hero p,.product-hero p{font-size:clamp(18px,2vw,24px);max-width:760px}
.product-visual img{border-radius:8px;box-shadow:var(--shadow);background:white}
.eyebrow{text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:0;color:var(--gold);margin:0 0 10px}
.hero-actions,.card-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:8px;font-weight:850;border:1px solid transparent;text-align:center}
.button.primary{background:var(--green);color:white}
.button.ghost{background:white;color:var(--ink);border-color:var(--line)}
.section{padding:56px clamp(18px,5vw,72px)}
.section-head{max-width:880px;margin-bottom:26px}
.section h2,.subscribe-band h2{font-size:clamp(30px,4vw,54px);line-height:1.04;margin:0 0 14px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card,.article-card,.metric-panel,.cta-panel,.contact-grid>div{background:white;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);overflow:hidden}
.product-card img{width:100%;height:230px;object-fit:cover;background:#e8eff0}
.product-card>div,.article-card,.contact-grid>div{padding:22px}
.product-card h3,.article-card h3{font-size:24px;line-height:1.12;margin:0 0 10px}
.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.tag-row span{font-size:13px;font-weight:800;background:#eef5f2;color:var(--green-dark);padding:6px 9px;border-radius:8px}
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.article-card a{font-weight:850;color:var(--green)}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:28px;align-items:start}
.metric-panel{display:grid;gap:1px;background:var(--line)}
.metric-panel div{background:white;padding:24px}
.metric-panel strong{display:block;font-size:34px;color:var(--green)}
.page-hero,.product-hero{padding:clamp(44px,7vw,84px) clamp(18px,5vw,72px);background:#fff;border-bottom:1px solid var(--line)}
.page-hero.compact h1{font-size:clamp(40px,5vw,68px)}
.product-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);gap:30px;align-items:center}
.product-visual img{max-height:520px;width:100%;object-fit:cover}
.feature-list{margin:0;padding:0;list-style:none;display:grid;gap:12px}
.feature-list li{background:white;border:1px solid var(--line);border-radius:8px;padding:14px 16px;font-weight:750}
.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.gallery-grid img{height:320px;width:100%;object-fit:cover;border-radius:8px;border:1px solid var(--line);background:white}
.faq details{background:white;border:1px solid var(--line);border-radius:8px;padding:18px;margin-bottom:12px}
.faq summary{font-weight:850;cursor:pointer}
.article-page{max-width:960px;margin:0 auto;padding:52px 18px}
.article-page header{margin-bottom:34px}
.article-page h1{font-size:clamp(40px,5vw,72px);line-height:1;margin:0 0 18px}
.article-section{background:white;border:1px solid var(--line);border-radius:8px;padding:24px;margin:18px 0;box-shadow:0 10px 24px rgba(19,37,56,.06)}
.cta-panel{padding:24px;margin-top:24px}
.subscribe-band{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);gap:24px;margin:44px clamp(18px,5vw,72px);padding:30px;background:#092f2a;color:white;border-radius:8px}
.subscribe-form{display:grid;gap:10px}
.subscribe-form label{font-weight:850}
.subscribe-form div{display:flex;gap:8px}
.subscribe-form input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.28);background:white;border-radius:8px;padding:12px;font:inherit}
.subscribe-form button{border:0;border-radius:8px;background:var(--gold);font-weight:900;padding:12px 16px;color:#1d1808}
.subscribe-form small{color:#c8ddd8}
.social-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.social-link{display:block;background:white;border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 10px 24px rgba(19,37,56,.06)}
.social-link span{display:block;font-weight:900;margin-bottom:5px}
.social-link small{color:var(--muted)}
.strategy-grid,.tech-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.strategy-card,.tech-grid article{background:white;border:1px solid var(--line);border-radius:8px;padding:22px;box-shadow:0 10px 24px rgba(19,37,56,.06)}
.strategy-card h3,.tech-grid h3{margin:0 0 10px;font-size:22px}
.strategy-card p,.tech-grid p{margin:10px 0;color:#394856}
pre{background:#101820;color:#eff7f4;border-radius:8px;padding:20px;overflow:auto}
.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.site-footer{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:36px clamp(18px,5vw,72px);border-top:1px solid var(--line);background:white}
.site-footer p{max-width:620px;color:var(--muted)}
@media(max-width:1180px){.strategy-grid,.tech-grid{grid-template-columns:1fr 1fr}}
@media(max-width:980px){.product-hero,.split,.subscribe-band{grid-template-columns:1fr}.product-grid,.article-grid{grid-template-columns:1fr 1fr}.gallery-grid,.social-grid,.contact-grid{grid-template-columns:1fr 1fr}.hero{min-height:68vh}.hero::before{background-image:linear-gradient(90deg,rgba(7,31,27,.94),rgba(7,31,27,.72)),var(--hero-image)}}
@media(max-width:620px){.site-header{position:static;align-items:flex-start;flex-direction:column}.product-grid,.article-grid,.gallery-grid,.social-grid,.contact-grid,.strategy-grid,.tech-grid{grid-template-columns:1fr}.subscribe-form div{flex-direction:column}.hero h1,.page-hero h1,.product-hero h1{font-size:42px}.gallery-grid img{height:auto}.hero{padding-top:44px}}
