:root {
  --ph-location-blue-950: #1f211d;
  --ph-location-blue-900: #20262b;
  --ph-location-blue-800: #1d8f95;
  --ph-location-blue-700: #b57d05;
  --ph-location-blue-100: #dff5f3;
  --ph-location-blue-050: #f8fbfc;
  --ph-location-gold: #ffc53a;
  --ph-location-gold-soft: #b57d05;
  --ph-location-ink: #1f2a35;
  --ph-location-muted: rgba(48, 62, 74, 0.82);
  --ph-location-border: rgba(31, 45, 58, 0.11);
  --ph-location-surface: rgba(255, 255, 255, 0.96);
  --ph-location-shadow: 0 18px 45px rgba(15, 28, 40, 0.12);
}

.ph-location-page {
  color: var(--ph-location-ink);
  background:
    radial-gradient(circle at top left, rgba(255, 197, 58, 0.14), transparent 32%),
    radial-gradient(circle at 86% 10%, rgba(29, 143, 149, 0.12), transparent 34%),
    linear-gradient(180deg, #f9fbfe 0%, #f4f8fc 42%, #edf3f9 100%);
}

.ph-main-shell > .ph-location-page {
  width: 100vw;
  max-width: 100vw;
  margin: -32px calc(50% - 50vw) 0;
}

.ph-location-shell {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

.ph-location-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 42px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 197, 58, 0.16), transparent 30%),
    radial-gradient(circle at 84% 22%, rgba(29, 143, 149, 0.16), transparent 30%),
    linear-gradient(160deg, #1f211d 0%, #292f36 100%);
  color: #fff;
}

.ph-location-hero .ph-location-shell {
  width: min(1560px, calc(100% - 56px));
}

.ph-location-hero::before,
.ph-location-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.ph-location-hero::before {
  background: rgba(255, 197, 58, 0.12);
}

.ph-location-hero::after {
  background: rgba(29, 143, 149, 0.12);
  pointer-events: none;
}

.ph-location-hero::before {
  top: -80px;
  right: -110px;
  width: 260px;
  height: 260px;
}

.ph-location-hero::after {
  bottom: -120px;
  left: -100px;
  width: 280px;
  height: 280px;
}

.ph-location-hero__grid,
.ph-location-two-col,
.ph-location-map-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.ph-location-hero__grid,
.ph-location-map-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr);
}

.ph-location-two-col {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
}

.ph-location-eyebrow,
.ph-location-kicker,
.ph-location-card__eyebrow,
.ph-location-floating-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ph-location-eyebrow,
.ph-location-floating-card__eyebrow {
  color: var(--ph-location-gold);
}

.ph-location-kicker,
.ph-location-card__eyebrow {
  color: var(--ph-location-gold-soft);
}

.ph-location-eyebrow::before,
.ph-location-kicker::before,
.ph-location-floating-card__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.85;
}

.ph-location-hero h1,
.ph-location-bottom-cta__card h2,
.ph-location-section-head h2,
.ph-location-panel h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.ph-location-hero h1 {
  font-size: clamp(38px, 5vw, 56px);
  max-width: 16ch;
}

.ph-location-hero__copy h1 {
  color: #fff;
}

.ph-location-hero__lead,
.ph-location-hero__support,
.ph-location-panel p,
.ph-location-card p,
.ph-location-fit-card p,
.ph-location-feature-card p,
.ph-location-process-card p,
.ph-location-map-card p,
.ph-location-faq-item p,
.ph-location-bottom-cta__card p {
  font-size: 16px;
  line-height: 1.7;
}

.ph-location-hero__lead {
  margin: 18px 0 0;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.94);
}

.ph-location-hero__support {
  margin: 14px 0 0;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.76);
}

.ph-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ph-location-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.ph-location-page a.ph-location-btn,
.ph-location-page a.ph-location-btn:visited,
.ph-location-page a.ph-location-btn:hover,
.ph-location-page a.ph-location-btn:focus-visible,
.ph-location-page a.ph-location-btn:active {
  -webkit-text-fill-color: currentColor;
  text-decoration: none;
}

.ph-location-page a.ph-location-btn > span,
.ph-location-page a.ph-location-btn .ph-button-text,
.ph-location-page a.ph-location-btn .ph-button-content-wrapper,
.ph-location-page a.ph-location-btn svg,
.ph-location-page a.ph-location-btn i {
  color: inherit !important;
  fill: currentColor;
}

.ph-location-btn:hover,
.ph-location-btn:focus-visible {
  transform: translateY(-1px);
}

.ph-location-btn--primary {
  color: #15191d;
  background: linear-gradient(135deg, #ffc53a 0%, #ffd973 100%);
  border-color: rgba(255, 197, 58, 0.72);
  box-shadow: 0 18px 36px rgba(255, 197, 58, 0.2);
}

.ph-location-page a.ph-location-btn--primary,
.ph-location-page a.ph-location-btn--primary:visited,
.ph-location-page a.ph-location-btn--primary:hover,
.ph-location-page a.ph-location-btn--primary:focus-visible,
.ph-location-page a.ph-location-btn--primary:active {
  color: #15191d !important;
}

.ph-location-btn--secondary {
  color: var(--ph-location-gold);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 197, 58, 0.36);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px);
}

.ph-location-page a.ph-location-btn--secondary,
.ph-location-page a.ph-location-btn--secondary:visited,
.ph-location-page a.ph-location-btn--secondary:hover,
.ph-location-page a.ph-location-btn--secondary:focus-visible,
.ph-location-page a.ph-location-btn--secondary:active {
  color: var(--ph-location-gold) !important;
}

.ph-location-btn--ghost {
  color: var(--ph-location-ink);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 253, 0.96));
  border-color: rgba(31, 45, 58, 0.22);
  box-shadow: 0 10px 22px rgba(22, 35, 49, 0.08);
}

.ph-location-page a.ph-location-btn--ghost,
.ph-location-page a.ph-location-btn--ghost:visited,
.ph-location-page a.ph-location-btn--ghost:hover,
.ph-location-page a.ph-location-btn--ghost:focus-visible,
.ph-location-page a.ph-location-btn--ghost:active {
  color: var(--ph-location-ink) !important;
}

.ph-location-chip-row,
.ph-location-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ph-location-eyebrow-row,
.ph-location-card__eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ph-location-eyebrow-row .ph-location-eyebrow,
.ph-location-card__eyebrow-row .ph-location-card__eyebrow {
  margin: 0;
}

.ph-location-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 197, 58, 0.12);
  color: var(--ph-location-gold-soft);
  border: 1px solid rgba(255, 197, 58, 0.18);
}

.ph-location-chip--solid {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 197, 58, 0.26);
  color: #fff;
}

.ph-location-hero__copy .ph-location-chip--solid {
  color: #fff;
}

.ph-location-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ph-location-status-pill.is-open {
  background: rgba(29, 143, 149, 0.14);
  color: #0f727a;
}

.ph-location-status-pill.is-service-area {
  background: rgba(31, 38, 43, 0.08);
  color: var(--ph-location-ink);
}

.ph-location-status-pill.is-coming-soon {
  background: rgba(255, 197, 58, 0.16);
  color: var(--ph-location-gold-soft);
}

.ph-location-hero__copy .ph-location-status-pill.is-open {
  background: rgba(29, 143, 149, 0.18);
  color: #aef1ea;
}

.ph-location-hero__copy .ph-location-status-pill.is-service-area {
  background: rgba(255, 255, 255, 0.1);
  color: #f5f7fa;
}

.ph-location-hero__copy .ph-location-status-pill.is-coming-soon {
  background: rgba(255, 197, 58, 0.18);
  color: #ffe08a;
}

.ph-location-stat-row,
.ph-location-feature-grid,
.ph-location-process-grid,
.ph-location-fit-grid,
.ph-location-card-grid {
  display: grid;
  gap: 18px;
}

.ph-location-stat-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.ph-location-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.ph-location-stat-card,
.ph-location-panel,
.ph-location-checklist,
.ph-location-fit-card,
.ph-location-feature-card,
.ph-location-process-card,
.ph-location-card,
.ph-location-map-card,
.ph-location-floating-card,
.ph-location-bottom-cta__card,
.ph-location-treatment-card {
  border: 1px solid var(--ph-location-border);
  border-radius: 24px;
  background: var(--ph-location-surface);
  box-shadow: var(--ph-location-shadow);
}

.ph-location-stat-card {
  padding: 18px 18px 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border-color: rgba(255, 197, 58, 0.18);
  box-shadow: none;
}

.ph-location-stat-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.25;
  color: #fff;
}

.ph-location-stat-card span {
  display: block;
  color: rgba(233, 239, 244, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.ph-location-hero__copy .ph-location-stat-card strong {
  color: #fff;
}

.ph-location-hero__copy .ph-location-stat-card span {
  color: rgba(233, 239, 244, 0.84);
}

.ph-location-trust-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 100%;
  padding: 22px 22px 24px;
  border: 1px solid rgba(255, 197, 58, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%),
    rgba(14, 18, 22, 0.18);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
}

.ph-location-trust-card__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 197, 58, 0.12);
  color: #ffe08a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ph-location-trust-card strong {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
}

.ph-location-trust-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(233, 239, 244, 0.84);
}

.ph-location-trust-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 2px;
  color: #ffe08a;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ph-location-trust-card__link::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
}

.ph-location-trust-card__link:hover,
.ph-location-trust-card__link:focus-visible {
  color: #fff1bf;
}

.ph-location-hero__media {
  position: relative;
}

.ph-location-hero__media img {
  display: block;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid rgba(255, 197, 58, 0.18);
  box-shadow: 0 30px 80px rgba(4, 16, 32, 0.28);
}

.ph-location-floating-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 360px;
  padding: 22px 22px 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 253, 0.96));
  border-color: rgba(255, 197, 58, 0.24);
  box-shadow: 0 24px 44px rgba(15, 28, 40, 0.16);
  color: var(--ph-location-ink);
}

.ph-location-floating-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
  color: var(--ph-location-ink);
}

.ph-location-floating-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ph-location-muted);
}

.ph-location-intro,
.ph-location-performance,
.ph-location-fit,
.ph-location-treatment-grid,
.ph-location-process,
.ph-location-keywords-section,
.ph-location-state-group,
.ph-location-bottom-cta,
.ph-location-hub-intro,
.ph-location-directory-tools {
  padding: 34px 0;
}

.ph-location-state-nav {
  padding: 18px 0 0;
}

.ph-location-panel,
.ph-location-checklist,
.ph-location-map-card,
.ph-location-keywords-card,
.ph-location-bottom-cta__card,
.ph-location-card,
.ph-location-fit-card,
.ph-location-process-card,
.ph-location-feature-card {
  padding: 26px;
}

.ph-location-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 20px;
}

.ph-location-section-head h2,
.ph-location-panel h2,
.ph-location-bottom-cta__card h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.ph-location-section-count {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 197, 58, 0.14);
  color: var(--ph-location-gold-soft);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ph-location-directory-tools__panel,
.ph-location-directory-empty {
  border: 1px solid var(--ph-location-border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 253, 0.96) 100%);
  box-shadow: var(--ph-location-shadow);
}

.ph-location-directory-tools__panel {
  display: grid;
  gap: 22px;
  padding: 26px;
}

.ph-location-directory-tools__controls,
.ph-location-filter-groups,
.ph-location-filter-group {
  display: grid;
  gap: 14px;
}

.ph-location-search {
  display: grid;
  gap: 10px;
}

.ph-location-search__label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ph-location-gold-soft);
}

.ph-location-search input {
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid rgba(31, 45, 58, 0.14);
  border-radius: 14px;
  background: #fff;
  color: var(--ph-location-ink);
  font-size: 16px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ph-location-search input:focus {
  outline: none;
  border-color: rgba(255, 197, 58, 0.54);
  box-shadow: 0 0 0 4px rgba(255, 197, 58, 0.12);
}

.ph-location-filter-group {
  grid-template-columns: repeat(auto-fit, minmax(140px, max-content));
}

.ph-location-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(31, 45, 58, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--ph-location-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.ph-location-filter:hover,
.ph-location-filter:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 197, 58, 0.44);
}

.ph-location-filter.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #ffc53a 0%, #ffd973 100%);
  color: #15191d;
  box-shadow: 0 16px 30px rgba(255, 197, 58, 0.18);
}

.ph-location-directory-empty {
  margin-top: 16px;
  padding: 22px 24px;
}

.ph-location-directory-empty strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}

.ph-location-keywords-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: start;
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 253, 0.96) 100%);
}

.ph-location-keywords-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
}

.ph-location-keywords-copy p:last-child {
  margin: 14px 0 0;
}

.ph-location-chip-row--keywords {
  align-content: start;
}

.ph-location-checklist {
  display: grid;
  gap: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 249, 253, 0.96) 100%);
}

.ph-location-checklist__item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(16, 34, 56, 0.08);
}

.ph-location-checklist__item:last-child {
  border-bottom: none;
}

.ph-location-checklist__item strong,
.ph-location-card h3,
.ph-location-fit-card h3,
.ph-location-feature-card__label,
.ph-location-process-card h3,
.ph-location-map-card h2 {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.ph-location-checklist__item span,
.ph-location-card__meta span {
  display: block;
  margin-top: 6px;
  color: var(--ph-location-muted);
  font-size: 14px;
  line-height: 1.6;
}

.ph-location-feature-grid,
.ph-location-fit-grid,
.ph-location-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ph-location-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ph-location-feature-card,
.ph-location-process-card {
  min-height: 100%;
}

.ph-location-feature-card__label {
  margin-bottom: 8px;
  color: var(--ph-location-gold-soft);
}

.ph-location-fit-card a,
.ph-location-inline-link,
.ph-location-card h3 a,
.ph-location-treatment-card h3 a {
  color: var(--ph-location-gold-soft);
  text-decoration: none;
  font-weight: 800;
}

.ph-location-fit-card a,
.ph-location-inline-link {
  display: inline-flex;
  margin-top: 14px;
}

.ph-location-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
}

.ph-location-card__top {
  display: grid;
  gap: 10px;
}

.ph-location-card h3 {
  font-size: 24px;
}

.ph-location-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.ph-location-card[hidden],
.ph-location-state-group[hidden] {
  display: none !important;
}

.ph-location-card__actions .ph-location-btn {
  flex: 1 1 180px;
}

.ph-location-process-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 197, 58, 0.18) 0%, rgba(29, 143, 149, 0.18) 100%);
  color: var(--ph-location-ink);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ph-location-treatment-card {
  overflow: hidden;
  padding: 0;
}

.ph-location-treatment-card__media img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.ph-location-treatment-card__body {
  padding: 22px;
}

.ph-location-map-frame {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--ph-location-shadow);
  min-height: 440px;
}

.ph-location-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 440px;
  border: 0;
}

.ph-location-address-block {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  margin: 14px 0;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 197, 58, 0.14), rgba(29, 143, 149, 0.1));
  color: var(--ph-location-ink);
  font-weight: 700;
}

.ph-location-location-note {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(31, 45, 58, 0.05);
  color: var(--ph-location-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ph-location-faq {
  padding: 34px 0;
}

.ph-location-faq-list {
  display: grid;
  gap: 14px;
}

.ph-location-faq-item {
  border: 1px solid var(--ph-location-border);
  border-radius: 18px;
  background: #fff;
  padding: 0 20px;
}

.ph-location-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.ph-location-faq-item summary::-webkit-details-marker {
  display: none;
}

.ph-location-faq-item p {
  margin: 0 0 18px;
  color: var(--ph-location-muted);
}

.ph-location-bottom-cta__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  background: radial-gradient(circle at 18% 12%, rgba(255, 197, 58, 0.18), transparent 28%), radial-gradient(circle at 84% 22%, rgba(29, 143, 149, 0.16), transparent 28%), linear-gradient(160deg, #1f211d 0%, #292f36 100%);
  color: #fff;
}

.ph-location-bottom-cta__card h2 {
  color: #fff;
}

.ph-location-bottom-cta__card p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 64ch;
}

.ph-location-bottom-cta__card .ph-location-kicker {
  color: var(--ph-location-gold);
}

.ph-location-bottom-cta__card .ph-location-btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ph-location-gold);
  border-color: rgba(255, 197, 58, 0.36);
}

.ph-location-bottom-cta__card .ph-location-btn--primary {
  background: linear-gradient(135deg, #ffc53a 0%, #ffd973 100%);
  color: #15191d;
  border-color: rgba(255, 197, 58, 0.72);
  box-shadow: 0 18px 36px rgba(255, 197, 58, 0.2);
}

@media (max-width: 1100px) {
  .ph-location-feature-grid,
  .ph-location-fit-grid,
  .ph-location-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ph-location-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ph-location-keywords-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .ph-location-bottom-cta__card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 920px) {
  .ph-location-hero__grid,
  .ph-location-two-col,
  .ph-location-map-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .ph-location-stat-row,
  .ph-location-trust-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .ph-location-hero__media img {
    min-height: 420px;
  }

  .ph-location-floating-card {
    position: static;
    max-width: none;
    margin-top: 14px;
  }
}

@media (max-width: 680px) {
  .ph-location-shell {
    width: min(100% - 24px, 1400px);
  }

  .ph-location-hero {
    padding-top: 48px;
  }

  .ph-location-hero h1 {
    font-size: 36px;
  }

  .ph-location-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ph-location-feature-grid,
  .ph-location-fit-grid,
  .ph-location-process-grid,
  .ph-location-card-grid,
  .ph-location-trust-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .ph-location-panel,
  .ph-location-checklist,
  .ph-location-map-card,
  .ph-location-bottom-cta__card,
  .ph-location-card,
  .ph-location-fit-card,
  .ph-location-process-card,
  .ph-location-feature-card,
  .ph-location-directory-tools__panel,
  .ph-location-directory-empty {
    padding: 22px 18px;
  }

  .ph-location-btn,
  .ph-location-card__actions .ph-location-btn {
    width: 100%;
    flex: 1 1 100%;
  }

  .ph-location-hero__media img {
    min-height: 280px;
  }

  .ph-location-map-frame,
  .ph-location-map-frame iframe {
    min-height: 320px;
  }

  .ph-location-filter-group {
    grid-template-columns: minmax(0, 1fr);
  }
}
