.resources-hero{background:var(--brand-primary-dark);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:720px;overflow:hidden;padding-top:96px;position:relative}.resources-hero__panel{min-height:620px;position:relative}.resources-hero__panel img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.resources-hero__panel::after{background:rgba(30,35,40,.44);content:"";top:0;right:0;bottom:0;left:0;position:absolute}.resources-hero__panel span{bottom:28px;color:var(--brand-text-inverse);font-weight:800;left:28px;position:absolute;z-index:1}.resources-hero__copy{background:rgba(101,43,27,.94);border:1px solid rgba(255,255,255,.16);bottom:64px;left:50%;max-width:760px;padding:34px;position:absolute;transform:translateX(-50%);z-index:2}.resources-hero h1{color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08}.resources-hero .eyebrow,.resources-hero p{color:var(--brand-text-inverse)}.resource-builder{background:var(--brand-bg-alt)}.resource-builder__grid{align-items:center;display:grid;grid-gap:34px;gap:34px;grid-template-columns:minmax(0,1fr) minmax(320px,0.9fr)}.resource-builder h2,.resource-builder p,.resource-cases h2,.resource-cases p{color:var(--brand-text)}.resource-builder__calculator{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px}.calc-row{align-items:center;border-bottom:1px solid var(--brand-border);display:flex;gap:16px;justify-content:space-between;padding:16px 0}.calc-row span{color:var(--brand-text);font-weight:700}.calc-row strong{color:var(--brand-primary);text-align:right}.calc-result{background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:800;margin-top:20px;padding:16px;text-align:center}.resource-card-grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr))}.resource-card-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:28px}.resource-card-grid h3,.resource-card-grid p{color:var(--brand-text)}@media (max-width:991px){.resource-builder__grid,.resource-card-grid,.resources-hero{grid-template-columns:1fr}.resources-hero__copy{bottom:24px;left:24px;right:24px;transform:none}}@media (max-width:575px){.resources-hero{min-height:840px}.calc-row{align-items:flex-start;flex-direction:column}}