@keyframes hp-pulse{0%{transform:scale(.4);opacity:.8}to{transform:scale(2.5);opacity:0}}:root{--hp-pink:#d4215e;--hp-pink-dark:#b81c52;--hp-pink-light:#e63976;--hp-txt:#1a1a1a;--hp-txt-muted:#666;--hp-txt-light:#999;--hp-bg:#ffffff;--hp-bg-alt:#fafafa;--hp-border:#e5e5e5;--hp-border-dot:2px dotted #ccc}.hp-agencies{background:var(--hp-bg);display:flex;width:1278px;height:539px;max-width:1278px;min-height:539px;padding:0;flex-direction:column;align-items:stretch;gap:0;margin:0 auto;box-sizing:border-box;overflow:visible}.hp-agencies__header,.hp-agencies__inner{width:100%;display:flex;flex-direction:column}.hp-agencies__inner{max-height:972px;overflow:hidden}.hp-agencies__header{text-align:center;height:207px;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box}.hp-agencies__label{display:block;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--hp-txt-light);margin-bottom:16px;font-weight:500}.hp-agencies__title{font-size:clamp(1.8rem,5vw,2.8rem);font-weight:700;line-height:1.2;color:var(--hp-txt);margin:0}.hp-agencies__body{display:grid;grid-template-columns:1fr 2fr;align-items:stretch;gap:0;background:var(--hp-bg);box-sizing:border-box}.hp-agencies__stats-column{display:flex;flex-direction:column;gap:0;width:auto;border-radius:var(--space-8, 8px);padding-right:0}.hp-agencies__stats{display:flex;flex-direction:column;gap:0;width:100%;height:100%;justify-content:space-between}.hp-stat{border:1px solid #d2d2d2;display:grid;grid-template-columns:1fr auto;flex:1;align-items:center;gap:1.5rem;padding:16px 0 16px 16px;position:relative;overflow:visible;border-radius:8px}.hp-stat__content{display:flex;flex-direction:column;height:100%;gap:.5rem;justify-content:space-around;min-height:80px}.hp-stat__label{font-size:.825rem;color:var(--hp-txt-light);position:relative;z-index:1;font-weight:600;letter-spacing:.05em;text-transform:uppercase;order:1;line-height:1.3}.hp-stat__value{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:#d9306b;position:relative;z-index:1;line-height:1;order:2}.hp-stat__icon{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;flex-shrink:0;display:block}.hp-agencies__map-column{display:flex;flex-direction:column;gap:0;width:100%;border-radius:var(--space-8, 8px);background:var(--greyscale-grey-50, #F8F7F6)}.hp-agencies__map{position:relative;width:100%;height:640px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;border-radius:8px;border:solid 1px #cdcdcd}.hp-agencies__map-svg{display:block;width:auto;height:100%;flex-shrink:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.95}.hp-pin{cursor:pointer;pointer-events:all;z-index:10}.hp-pin:focus{outline:2px solid var(--hp-pink);outline-offset:2px}.hp-pin:focus:not(:focus-visible){outline:0}.hp-pin__touch{pointer-events:all}.hp-pin__dot,.hp-pin__ring{stroke-width:2;transform-box:fill-box;transform-origin:center}.hp-pin__dot{fill:var(--hp-pink);stroke:#fff;transition:transform .2s ease}.hp-pin--active .hp-pin__dot,.hp-pin:hover .hp-pin__dot{transform:scale(1.2);filter:drop-shadow(0 3px 6px rgba(212,33,94,.4))}.hp-pin__ring{fill:none;stroke:var(--hp-pink);opacity:0;pointer-events:none}.hp-pin--active .hp-pin__ring{opacity:.4;animation:hp-pulse 2s ease-out infinite}.hp-agency-card{position:absolute;bottom:30px;left:30px;display:flex;width:407px;height:220px;align-items:center;background:#fff;border-radius:6px;box-shadow:0 4px 24px rgba(0,0,0,.12);gap:0;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(15px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:20}.hp-agency-card--visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.hp-agency-card__img-wrap{flex:0 0 120px;width:120px;height:100%;overflow:hidden}.hp-agency-card__img-wrap img{width:120px;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hp-agency-card__body{flex:1;padding:16px;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.hp-agency-card__name{font-size:16px;color:var(--hp-txt);margin:0;line-height:1.3}.hp-agency-card__address,.hp-agency-card__hours{font-family:'Articulat-cf',sans-serif;font-size:14px;font-weight:400;color:var(--hp-txt-muted);margin:0;line-height:1.4;display:flex;align-items:flex-start;gap:6px}.hp-icon{flex-shrink:0;margin-top:2px}.hp-icon--sm,.hp-icon--xs{width:12px;height:12px;color:currentColor}.hp-icon--sm{width:14px;height:14px}.hp-agency-card__actions{display:flex;gap:6px;margin-top:8px}.hp-agency-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;border-radius:4px;padding:7px 12px;font-size:.8rem;font-weight:600;text-decoration:none;border:0;cursor:pointer;transition:all .2s ease;flex-shrink:0}.hp-agency-card__btn--primary{background:var(--hp-pink);color:#fff;box-shadow:0 2px 8px rgba(212,33,94,.25)}.hp-agency-card__btn--primary:hover{background:var(--hp-pink-dark);box-shadow:0 4px 12px rgba(212,33,94,.35);transform:translateY(-1px)}.hp-agency-card__btn--secondary{background:0 0;color:var(--hp-txt);border:1px solid var(--hp-border);font-weight:500}.hp-agency-card__btn--secondary:hover{color:var(--hp-pink);border-color:var(--hp-pink);background:rgba(212,33,94,.05)}@media (max-width:1200px){.hp-agency-card{width:340px}}@media (max-width:1024px){.hp-agency-card{width:300px}}@media (max-width:768px){.agencies-map-section{overflow:hidden}.hp-agencies__inner{width:100%;max-width:100%;overflow:hidden}.hp-agencies__header{height:auto;padding-bottom:20px}.hp-agencies__header h3{font-size:clamp(1.25rem,5vw,1.75rem);line-height:1.25;word-break:break-word}.hp-agencies__body{grid-template-columns:1fr;min-height:auto;gap:16px;width:100%}.hp-agencies__stats-column{width:100%;overflow:hidden}.hp-agencies__stats{flex-direction:column;gap:8px;width:100%;height:auto;overflow:visible}.hp-stat{width:100%;padding:12px 16px;gap:.75rem}.hp-stat,.hp-stat__content{height:auto;min-height:auto}.hp-stat__value{font-size:2rem}.hp-agencies__map-column{width:100%;height:320px;min-height:320px;flex-shrink:0;overflow:hidden}.hp-agencies__map{overflow:hidden}.hp-agencies__map,.hp-agencies__map-svg{width:100%;height:100%}.hp-agency-card{position:absolute;bottom:12px;left:12px;right:12px;width:auto;height:auto;max-height:160px;overflow:hidden}.hp-agency-card__img-wrap{flex:0 0 80px;width:80px}.hp-agency-card__img-wrap img{width:80px}.hp-agency-card__body{padding:10px 12px;gap:4px;overflow:hidden}.hp-agency-card__address,.hp-agency-card__hours{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.hp-agency-card__actions{margin-top:4px;flex-wrap:wrap;gap:6px}}