.hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:min(72vh,680px);border-bottom:1px solid var(--line)}
@media(max-width:900px){.hero{grid-template-columns:1fr}}
.hero-copy{padding:52px 0;display:flex;flex-direction:column;justify-content:center;background:var(--paper-soft)}
.hero-copy .inner{width:min(520px,calc(100% - 40px));margin-left:max(20px,calc((100vw - var(--max))/2 + 20px))}
@media(max-width:900px){.hero-copy .inner{margin:0 auto}}
.eyebrow{margin:0 0 14px;font-size:12px;font-weight:700;letter-spacing:.04em;color:var(--brand-blue)}
.hero h1{margin:0;font-family:var(--font-display);font-size:clamp(32px,4.8vw,48px);font-weight:800;line-height:1.25;letter-spacing:-.03em;color:var(--ink-strong);max-width:12em}
.hero h1 .hl{box-shadow:inset 0 -.28em 0 rgba(0,173,233,.35)}
.lede{margin:16px 0 0;color:var(--mute);font-size:16px;max-width:28em}
.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.hero-media{position:relative;min-height:300px;background:#111}
.hero-media img{position:absolute;inset:0}
.cap{position:absolute;left:12px;bottom:12px;padding:5px 9px;background:rgba(29,32,136,.88);color:#fff;font-size:11px;font-weight:600;border-radius:2px}

.ops-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px}
.ops-product{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:28px;background:var(--paper);border:1px solid var(--line);border-radius:8px;color:var(--ink);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.ops-product:hover,.ops-product:focus-visible{border-color:var(--brand-navy);color:var(--ink);box-shadow:0 12px 28px rgba(29,32,136,.1);transform:translateY(-4px)}
.ops-product:focus-visible{outline:3px solid var(--brand-navy);outline-offset:4px}
.ops-product-badge{padding:4px 10px;border-radius:999px;background:var(--paper-soft);color:var(--brand-blue);font-size:.875rem;font-weight:700}
.ops-product h3{margin:20px 0 4px;font-size:1.5rem;font-weight:800;line-height:1.3;color:var(--brand-navy)}
.ops-product-subtitle{margin:0;color:var(--ink-strong);font-size:.875rem;font-weight:600}
.ops-product-copy{margin:16px 0 28px;color:var(--mute);font-size:1rem}
.ops-product-cta{display:inline-flex;margin-top:auto;padding:10px 16px;border-radius:999px;background:var(--brand-navy);color:var(--paper);font-family:var(--font-ui);font-size:.875rem;font-weight:700;transition:background .2s ease}
.ops-product:hover .ops-product-cta,.ops-product:focus-visible .ops-product-cta{background:var(--brand-blue)}
@media(max-width:719px){.ops-products{grid-template-columns:1fr;gap:16px}.ops-product{padding:24px}}
@media(prefers-reduced-motion:reduce){.ops-product,.ops-product-cta{transition:none}.ops-product:hover,.ops-product:focus-visible{transform:none}}


.hero-copy .inner{width:min(480px,calc(100% - 40px));margin-left:max(20px,calc((100vw - var(--max))/2))}.consult-action{margin-top:18px}.hero-media{min-height:380px}@media(max-width:900px){.hero-copy .inner{margin-inline:auto;width:calc(100% - 40px);max-width:var(--max)}}@media(max-width:719px){.hero-copy{padding:32px 0}.hero h1{font-size:32px}.hero-media{min-height:330px}.sec,.contact{padding:48px 0}}
