:root{--text:#333333}.benefits{background:var(--charcoal);color:var(--white);padding:4rem 1rem}.benefits__list{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}@media (min-width:768px){.benefits__list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.benefit{background:var(--charcoal);text-align:center;padding:2rem 1rem;border:1px solid rgba(255,255,255,.08);border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out forwards}.benefit:first-child{animation-delay:.1s}.benefit:nth-child(2){animation-delay:.2s}.benefit:nth-child(3){animation-delay:.3s}.benefit:nth-child(4){animation-delay:.4s}.benefit:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 8px 20px rgba(0,0,0,.25)}.benefit__icon{display:inline-block;font-size:2rem;color:var(--brass);margin-bottom:1rem}.benefit__title{margin:1rem 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--brass)}.benefit__desc{margin:0;font-size:.9rem;line-height:1.4;color:var(--white)}.hero{background:var(--black);color:var(--white);height:80vh;justify-content:center;text-align:center}.hero,.hero__inner{display:flex;align-items:center}.hero__inner{gap:3rem;text-align:left;width:80%}.hero__logo{position:relative;flex-shrink:0;height:clamp(11.25rem,30vw,20rem);width:40%}.hero__content{flex:1}.hero__headline{font-size:clamp(2.25rem,5vw + 1rem,3.75rem);font-weight:700;margin-bottom:1rem;width:95%}.hero__sub{color:var(--text-light);line-height:1.5;margin-bottom:2.5rem}.btn{display:inline-block;padding:.85rem 2.25rem;font-weight:600;border-radius:4px;text-decoration:none;width:40%;transition:transform .25s,box-shadow .25s}.btn:focus-visible,.btn:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.3);outline:none}.btn--primary{background:var(--deep-red);color:var(--white)}.btn--secondary{background:transparent;color:var(--brass);border:2px solid var(--brass);margin-left:1rem}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width:480px){.hero{height:auto;padding:3rem 0}.hero__inner{flex-direction:column;gap:0;text-align:center}.hero__logo{margin:0 auto}.hero__cta{flex-direction:column}.btn--secondary{margin-left:0}.btn{width:100%}}:root{--black:#000000;--charcoal:#1f1f1f;--brass:#b5a642;--deep-red:#8b0000;--white:#ffffff;--text-light:#e0e0e0}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hiw{background:var(--charcoal);padding:4rem 1rem;color:var(--white)}.hiw__list{display:flex;flex-direction:column;gap:2.5rem;max-width:900px;margin:0 auto;align-items:center}@media (min-width:768px){.hiw__list{flex-direction:row;justify-content:space-between}}.hiw__item{position:relative;text-align:center;flex:1}.hiw__circle{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:var(--charcoal);border:3px solid var(--brass);color:var(--brass);border-radius:50%;font-size:1.35rem;font-weight:600;margin-bottom:1rem}.hiw__label{margin:0 auto;color:var(--white);font-size:1rem;font-weight:500;max-width:10ch;line-height:1.3}@media (min-width:768px){.hiw__item:not(:last-child):after{content:"";position:absolute;top:30%;right:-56%;width:93%;height:3px;background:var(--brass);transform:translateY(-50%)}}@media (max-width:767px){.hiw{padding:3rem 1rem}.hiw__circle{width:60px;height:60px;font-size:1.25rem;border-width:2px}}