.dpo-hero{background:var(--neutral-900);display:grid;grid-template-columns:1fr 1fr;min-height:88vh}.dpo-hero,.dpo-hero__image{overflow:hidden;position:relative}.dpo-hero__image{background:var(--green-900);min-height:540px}.dpo-hero__image img{height:100%;object-fit:cover;opacity:.75;width:100%}.dpo-hero__image:after{background:linear-gradient(90deg,transparent 60%,var(--neutral-900) 100%);content:"";inset:0;pointer-events:none;position:absolute}.dpo-hero__image-placeholder{align-items:center;background:radial-gradient(circle at 30% 30%,rgba(0,98,65,.25),transparent 60%),linear-gradient(135deg,#1a1a1a,#0f1f1a);color:hsla(0,0%,100%,.35);display:flex;flex-direction:column;font-family:var(--font-display);font-size:11px;font-weight:600;gap:14px;height:100%;justify-content:center;letter-spacing:.18em;min-height:540px;padding:24px;text-align:center;text-transform:uppercase;width:100%}.dpo-hero__image-placeholder svg{opacity:.4}.dpo-hero__content{display:flex;flex-direction:column;justify-content:center;padding:96px 72px 96px 56px;position:relative;z-index:1}.dpo-hero__tag{align-items:center;background:rgba(0,98,65,.18);border:1px solid rgba(143,191,167,.3);border-radius:var(--radius-full);color:var(--green-200);display:inline-flex;font-family:var(--font-display);font-size:11px;font-weight:700;gap:8px;letter-spacing:.18em;margin-bottom:28px;padding:6px 14px;text-transform:uppercase;width:fit-content}.dpo-hero__tag:before{background:var(--green-200);border-radius:50%;content:"";height:6px;width:6px}.dpo-hero__content .dpo-eyebrow{color:hsla(0,0%,100%,.5);margin-bottom:12px}.dpo-hero__heading{color:#fff;margin-bottom:24px}.dpo-hero__accent{color:var(--green-200)}.dpo-hero__content>p{color:hsla(0,0%,100%,.65);font-size:17px;line-height:1.55;margin-bottom:40px;max-width:460px}.dpo-hero__ctas{display:flex;flex-wrap:wrap;gap:14px}@keyframes dpo-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dpo-hero__content>*{animation:dpo-fadeUp .6s ease both}.dpo-hero__tag{animation-delay:.1s}.dpo-hero__content .dpo-eyebrow{animation-delay:.2s}.dpo-hero__heading{animation-delay:.3s}.dpo-hero__content>p{animation-delay:.4s}.dpo-hero__ctas{animation-delay:.5s}@media (max-width:900px){.dpo-hero{grid-template-columns:1fr;min-height:auto}.dpo-hero__image{min-height:300px}.dpo-hero__image:after{background:linear-gradient(0deg,var(--neutral-900) 0,transparent 60%)}.dpo-hero__content{padding:56px 24px 64px}}@media (max-width:600px){.dpo-hero__content{padding:48px 20px 56px}}