@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=Manrope:wght@400;500;600;700&display=swap');

:root { --ink:#080a08; --surface:#101310; --card:#151915; --lime:#a3e635; --white:#f5f7f2; --muted:#a8afa3; --line:rgba(255,255,255,.11); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ink); color:var(--white); font-family:Manrope,sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.container { width:min(1180px,calc(100% - 40px)); margin:auto; }
.nav { position:sticky; top:0; z-index:20; background:rgba(8,10,8,.9); border-bottom:1px solid var(--line); backdrop-filter:blur(14px); }
.nav-inner { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand img { width:190px; }
.nav-links { display:flex; align-items:center; gap:28px; font-size:14px; font-weight:700; }
.nav-links a { color:#d9ddd5; transition:color .2s; }
.nav-links a:hover,.nav-links .active { color:var(--lime); }
.nav-cta { padding:12px 19px; background:var(--lime); color:var(--ink)!important; border-radius:999px; }
.nav-toggle { display:none; width:44px; height:44px; border:1px solid var(--line); border-radius:12px; background:transparent; }
.nav-toggle span { display:block; width:21px; height:2px; margin:5px auto; background:var(--lime); }

.hero { min-height:570px; display:grid; align-items:end; position:relative; overflow:hidden; padding:112px 0 82px; background:linear-gradient(90deg,rgba(8,10,8,.98) 10%,rgba(8,10,8,.72) 60%,rgba(8,10,8,.25)),url('/operators/client-wide-1.png') center 47%/cover; }
.hero:after { content:""; position:absolute; inset:auto 0 0; height:140px; background:linear-gradient(transparent,var(--ink)); }
.hero-copy { position:relative; z-index:1; max-width:800px; }
.eyebrow { color:var(--lime); font-size:13px; font-weight:800; letter-spacing:.2em; text-transform:uppercase; }
h1,h2,h3 { font-family:'Barlow Condensed',sans-serif; text-transform:uppercase; }
h1 { max-width:760px; margin:13px 0 20px; font-size:clamp(58px,9vw,108px); line-height:.84; letter-spacing:-.035em; }
.hero p { max-width:650px; margin:0; color:#d4d8d1; font-size:18px; line-height:1.75; }
.section { padding:100px 0; }
.section-head { display:grid; grid-template-columns:.75fr 1.25fr; gap:50px; margin-bottom:44px; align-items:start; }
h2 { margin:8px 0 0; font-size:clamp(44px,6vw,72px); line-height:.94; }
.lead { margin:0; color:var(--muted); font-size:17px; line-height:1.8; }
.feature-layout { display:grid; grid-template-columns:1.15fr .85fr; gap:18px; }
.feature-list { display:grid; grid-template-columns:1fr 1fr; gap:1px; padding:1px; border-radius:24px; overflow:hidden; background:var(--line); }
.feature-item { padding:27px; background:var(--card); }
.feature-item:before { content:""; display:block; width:28px; height:3px; margin-bottom:22px; background:var(--lime); }
.feature-item strong { font-family:'Barlow Condensed'; font-size:23px; text-transform:uppercase; }
.ad-card { padding:36px; border:1px solid rgba(163,230,53,.32); border-radius:24px; background:linear-gradient(145deg,rgba(163,230,53,.13),rgba(163,230,53,.02)); }
.ad-card .number { color:var(--lime); font:900 74px/1 'Barlow Condensed'; }
.ad-card h3 { margin:10px 0; font-size:32px; }
.ad-card p { margin:0; color:var(--muted); line-height:1.75; }
.gallery { display:grid; grid-template-columns:1fr .72fr .72fr; grid-template-rows:280px 280px; gap:14px; margin-top:54px; }
.gallery figure { margin:0; position:relative; overflow:hidden; border-radius:22px; background:var(--surface); }
.gallery figure:first-child { grid-row:1/3; }
.gallery figure:last-child { grid-column:2/4; }
.gallery img { width:100%; height:100%; object-fit:cover; transition:transform .55s ease; }
.gallery figure:hover img { transform:scale(1.035); }
.spec-band { background:var(--lime); color:var(--ink); padding:76px 0; }
.spec-band .eyebrow { color:var(--ink); opacity:.62; }
.spec-band h2 { margin-bottom:38px; }
.specs { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.spec { min-height:190px; padding:28px; border:2px solid rgba(8,10,8,.75); border-radius:22px; display:flex; flex-direction:column; justify-content:space-between; }
.spec span { font-size:14px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.spec strong { font:900 clamp(52px,7vw,84px)/.8 'Barlow Condensed'; letter-spacing:-.04em; }
.dashboard { background:radial-gradient(circle at 10% 20%,rgba(163,230,53,.1),transparent 35%),var(--ink); }
.dashboard-grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:58px; align-items:center; }
.dashboard-points { display:flex; flex-wrap:wrap; gap:9px; margin:28px 0; }
.dashboard-points span { padding:9px 13px; border:1px solid var(--line); border-radius:999px; color:#dce1d8; font-size:13px; font-weight:700; }
.statement { padding-left:19px; border-left:3px solid var(--lime); color:var(--white); font-weight:600; line-height:1.7; }
.dashboard-shot { padding:7px; border:1px solid rgba(163,230,53,.28); border-radius:22px; background:#20251f; box-shadow:0 28px 80px rgba(0,0,0,.55); transform:rotate(1deg); }
.dashboard-shot img { width:100%; border-radius:16px; }
footer { padding:30px 0; border-top:1px solid var(--line); color:var(--muted); font-size:13px; }
.footer-row { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.footer-row img { width:150px; }

@media(max-width:850px){
 .container{width:min(100% - 28px,1180px)} .nav-inner{min-height:66px;flex-wrap:wrap;padding:10px 0}.brand img{width:160px}.nav-toggle{display:block}.nav-links{display:none;width:100%;flex-direction:column;align-items:stretch;gap:4px;padding-bottom:6px}.nav.open .nav-links{display:flex}.nav-links a{padding:13px;border:1px solid var(--line);border-radius:10px}.nav-cta{text-align:center;margin-top:6px}.hero{min-height:510px;padding:90px 0 62px;background-position:60% center}.hero:before{content:"";position:absolute;inset:0;background:rgba(8,10,8,.2)}.section{padding:72px 0}.section-head,.feature-layout,.dashboard-grid{grid-template-columns:1fr;gap:28px}.feature-list{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:310px 230px 230px}.gallery figure:first-child{grid-column:1/3;grid-row:auto}.gallery figure:last-child{grid-column:1/3}.specs{grid-template-columns:1fr}.spec{min-height:150px}.dashboard-shot{transform:none}.footer-row{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){.feature-list{grid-template-columns:1fr}.gallery{grid-template-rows:270px 190px 190px}.hero p,.lead{font-size:16px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}.gallery img{transition:none}}
