.area-hub-intro { max-width: 900px; margin: 0 auto 45px; text-align: center; }
.area-hub-intro p { text-align: center; }
.area-feature-row { clear: both; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 42px; align-items: center; width: 100%; margin-bottom: 65px; }
.area-feature-copy,.area-feature-image { float: none; min-width: 0; width: auto; }
.area-feature-copy { text-align: left; }
.area-feature-copy h2 { margin-bottom: 18px; font-size: 30px; }
.area-feature-copy p { margin-bottom: 8px; }
.area-feature-image img { display: block; width: 100%; height: 390px; object-fit: cover; box-shadow: 0 15px 30px rgba(16,77,41,.16); }
.area-grid { clear: both; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; float: none; width: 100%; margin-top: 35px; }
.area-grid-card { position: relative; display: flex; float: none; width: auto; min-width: 0; min-height: 145px; padding: 24px 18px; align-items: center; justify-content: center; flex-direction: column; overflow: hidden; color: #fff; background: linear-gradient(145deg,#0d4224 0%,#19733d 55%,#73aea5 100%); box-shadow: 0 9px 20px rgba(16,77,41,.19); transition: transform .25s ease,box-shadow .25s ease; }
.area-grid-card:before { content: ""; position: absolute; width: 90px; height: 90px; top: -45px; right: -35px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.area-grid-card:hover,.area-grid-card:focus { color: #fff; transform: translateY(-5px); box-shadow: 0 14px 28px rgba(16,77,41,.28); }
.area-grid-card i { margin-bottom: 12px; font-size: 25px; }
.area-grid-card strong { font-size: 16px; line-height: 1.35; }
.area-grid-card span { margin-top: 7px; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.location-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: 48px; align-items: start; }
.location-copy { text-align: left; }
.location-copy h1 { margin-bottom: 20px; font-size: 32px; line-height: 1.3; }
.location-copy h2 { margin: 28px 0 13px; font-size: 22px; }
.location-copy h3 { margin: 22px 0 10px; font-size: 17px; }
.location-copy ul { margin: 8px 0 20px; }
.location-copy li { position: relative; margin-bottom: 9px; padding-left: 22px; color: #5e646a; font-weight: 500; }
.location-copy li:before { content: "\f00c"; position: absolute; left: 0; top: 2px; color: #237a38; font-family: "Font Awesome 5 Pro"; }
.location-photo { width: 100%; height: 330px; margin: 20px 0 25px; object-fit: cover; }
.location-form { position: sticky; top: 120px; padding: 30px 28px; background: #f5f5f5; border-top: 5px solid #237a38; box-shadow: 0 12px 30px rgba(58,87,135,.1); text-align: left; }
.location-form h2 { margin-bottom: 8px; font-size: 23px; }
.location-form p { margin-bottom: 10px; }
.area-back { display: inline-block; margin-bottom: 25px; color: #237a38; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.area-back i { margin-right: 8px; }
.location-services { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 18px 0 25px; }
.location-services a { padding: 13px 12px; background: #eef5f0; color: #195631; font-size: 12px; font-weight: 600; }
@media only screen and (max-width: 1064px) { .area-grid { grid-template-columns: repeat(3,1fr); } .location-form { position: static; } }
@media only screen and (max-width: 820px) { .area-feature-row,.location-layout { grid-template-columns: 1fr; } .area-grid { grid-template-columns: repeat(2,1fr); } .area-feature-image img { height: 310px; } }
@media only screen and (max-width: 520px) { .area-grid,.location-services { grid-template-columns: 1fr; } .area-grid-card { min-height: 120px; } .location-form { padding: 24px 18px; } }
