﻿:root{--ufv3-green:#2e7d32;--ufv3-green-dark:#195b2a;--ufv3-ink:#101c14;--ufv3-muted:#526158;--ufv3-bg:#f7fbf8}
.uf-v3-hero{position:relative;width:100%;height:66.667svh;min-height:600px;max-height:760px;overflow:hidden;background:var(--ufv3-bg)}
.uf-v3-hero *{box-sizing:border-box}
.uf-v3-hero__media{position:absolute;inset:0 0 0 43%;z-index:0;overflow:hidden}
.uf-v3-hero__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 54%}
.uf-v3-hero__veil{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--ufv3-bg) 0%,var(--ufv3-bg) 39%,rgba(247,251,248,.92) 45%,rgba(247,251,248,.35) 56%,rgba(247,251,248,0) 68%)}
.uf-v3-hero__shell{position:relative;z-index:2;width:min(1160px,calc(100% - 40px));height:100%;margin:0 auto;display:flex;align-items:center}
.uf-v3-hero__content{width:48%;padding:36px 0 30px}
.uf-v3-hero__kicker{margin:0 0 12px;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.17em;text-transform:uppercase;color:#315a3b}
.uf-v3-hero__title{margin:0;font-size:54px;line-height:.98;letter-spacing:-.045em;font-weight:800;color:var(--ufv3-ink)}
.uf-v3-hero__tagline{margin:14px 0 0;font-size:17px;line-height:1.35;font-weight:700;color:#1d2a21}
.uf-v3-hero__desc{max-width:470px;margin:12px 0 0;font-size:14px;line-height:1.55;color:var(--ufv3-muted)}
.uf-v3-hero__actions{display:flex;align-items:center;gap:14px;margin-top:20px}
.uf-v3-hero__btn{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 22px;border:1px solid #9cb8a3;border-radius:8px;font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap}
.uf-v3-hero__btn--primary{background:var(--ufv3-green);border-color:var(--ufv3-green);color:#fff}
.uf-v3-hero__btn--primary:hover{background:var(--ufv3-green-dark);border-color:var(--ufv3-green-dark);color:#fff}
.uf-v3-hero__btn--secondary{background:rgba(255,255,255,.92);color:var(--ufv3-ink)}.uf-v3-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px;max-width:560px}
.uf-v3-proof__item{display:flex;align-items:flex-start;gap:8px;min-width:0}
.uf-v3-proof__icon{width:25px;height:25px;flex:0 0 25px;color:var(--ufv3-green)}
.uf-v3-proof__icon svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.uf-v3-proof__text strong{display:block;margin:0 0 2px;font-size:11px;line-height:1.22;color:#1a281f}
.uf-v3-proof__text small{display:block;font-size:9.5px;line-height:1.25;color:#66746b}
@media(max-width:980px){.uf-v3-hero{height:560px}.uf-v3-hero__media{inset:0 0 0 34%;opacity:.75}.uf-v3-hero__veil{background:linear-gradient(90deg,var(--ufv3-bg) 0%,var(--ufv3-bg) 43%,rgba(247,251,248,.78) 63%,rgba(247,251,248,.15) 100%)}.uf-v3-hero__content{width:64%}.uf-v3-hero__title{font-size:50px}.uf-v3-proof{grid-template-columns:repeat(2,minmax(0,1fr));max-width:430px;gap:14px 18px}}
@media(max-width:640px){.uf-v3-hero{height:auto;min-height:650px}.uf-v3-hero__media{inset:0;opacity:.25}.uf-v3-hero__veil{background:rgba(247,251,248,.62)}.uf-v3-hero__shell{width:min(100% - 28px,1160px);align-items:flex-start}.uf-v3-hero__content{width:100%;padding:48px 0 36px}.uf-v3-hero__title{font-size:44px}.uf-v3-hero__tagline{font-size:16px}.uf-v3-hero__desc{font-size:14px;max-width:92%}.uf-v3-hero__actions{flex-wrap:wrap}.uf-v3-hero__btn{width:100%}.uf-v3-proof{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px;max-width:none}.uf-v3-proof__text strong{font-size:10.5px}.uf-v3-proof__text small{font-size:9px}}

/* Desktop vertical rhythm — keep the 2/3-screen Hero but give the left content more breathing room. */
@media(min-width:981px){
  .uf-v3-hero__content{padding:56px 0 48px}
  .uf-v3-hero__kicker{margin-bottom:18px}
  .uf-v3-hero__tagline{margin-top:22px}
  .uf-v3-hero__desc{margin-top:18px}
  .uf-v3-hero__actions{margin-top:30px}
  .uf-v3-proof{margin-top:38px}
}
