/**
 * Geo division hubs & location spokes — liquid-glass marketing shell.
 * Loaded on body.pa-geo-landing-page only.
 */

body.pa-glass-site.pa-geo-landing-page {
  --pa-geo-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  background:
    radial-gradient(ellipse 80% 55% at 10% 8%, rgba(186, 210, 255, 0.48), transparent 58%),
    radial-gradient(ellipse 70% 50% at 92% 6%, rgba(255, 214, 232, 0.4), transparent 55%),
    radial-gradient(ellipse 60% 45% at 70% 92%, rgba(210, 245, 228, 0.36), transparent 58%),
    linear-gradient(180deg, #f7f8fc 0%, #eef2fa 48%, #f7f5f8 100%) !important;
}

body.pa-geo-landing-page .wp-block-post-title,
body.pa-geo-landing-page main .entry-header,
body.pa-geo-landing-page .pa-site-title-demoted {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.pa-geo-landing-page .entry-content,
body.pa-geo-landing-page .wp-block-post-content {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  gap: 0 !important;
}

.pa-geo-landing {
  --pa-geo-ink: #1d1d1f;
  --pa-geo-muted: rgba(29, 29, 31, 0.62);
  --pa-geo-glass: rgba(255, 255, 255, 0.58);
  --pa-geo-stroke: rgba(255, 255, 255, 0.88);
  --pa-geo-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 14px 40px rgba(17, 17, 17, 0.07);
  width: min(52rem, calc(100% - 2rem));
  max-width: 52rem;
  margin: 0 auto var(--pa-space-section-footer, clamp(2.5rem, 6vw, 4rem));
  padding: clamp(0.75rem, 2vw, 1.15rem) 0 clamp(1.5rem, 3vw, 2.25rem);
  color: var(--pa-geo-ink);
}

.pa-geo-landing__crumbs {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  color: rgba(29, 29, 31, 0.55);
}

.pa-geo-landing__crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pa-geo-landing__crumbs li + li::before {
  content: "›";
  margin-right: 0.5rem;
  color: rgba(29, 29, 31, 0.32);
}

.pa-geo-landing__crumbs a {
  font-weight: 600;
  color: rgba(29, 29, 31, 0.68);
  text-decoration: none;
}

.pa-geo-landing__crumbs a:hover,
.pa-geo-landing__crumbs a:focus-visible {
  color: var(--pa-ios-blue, #0071e3);
}

.pa-geo-landing__hero {
  text-align: center;
  padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.25rem, 3.5vw, 2rem);
  margin: 0 0 1.35rem;
  border-radius: 28px;
  background: var(--pa-geo-glass);
  border: 1px solid var(--pa-geo-stroke);
  backdrop-filter: blur(24px) saturate(190%);
  -webkit-backdrop-filter: blur(24px) saturate(190%);
  box-shadow: var(--pa-geo-shadow);
}

.pa-geo-landing__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(29, 29, 31, 0.5);
}

.pa-geo-landing__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 4.6vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--pa-geo-ink);
}

.pa-geo-landing__lead {
  margin: 0 auto 1.35rem;
  max-width: 38rem;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.55;
  color: var(--pa-geo-muted);
}

.pa-geo-landing__hero-actions,
.pa-geo-landing__cta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
}

.pa-geo-landing__hero-media {
  margin: 1.35rem 0 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
  aspect-ratio: 16 / 9;
  background: rgba(29, 29, 31, 0.06);
}

.pa-geo-landing__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pa-geo-landing__section-head {
  text-align: center;
  margin: 0 0 1.1rem;
}

.pa-geo-landing__section-head h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  letter-spacing: -0.02em;
  color: var(--pa-geo-ink);
}

.pa-geo-landing__section-lead {
  margin: 0 auto;
  max-width: 34rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--pa-geo-muted);
}

.pa-geo-landing__offers {
  margin: 0 0 1.35rem;
}

.pa-geo-landing__offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 640px) {
  .pa-geo-landing__offer-grid {
    grid-template-columns: 1fr;
  }
}

.pa-geo-landing__offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  min-height: 100%;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 20px;
  text-decoration: none !important;
  color: inherit;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px) saturate(185%);
  -webkit-backdrop-filter: blur(20px) saturate(185%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 28px rgba(17, 17, 17, 0.06);
  transition: transform 0.35s var(--pa-geo-ease), box-shadow 0.35s var(--pa-geo-ease), border-color 0.35s ease;
}

.pa-geo-landing__offer:hover,
.pa-geo-landing__offer:focus-visible {
  text-decoration: none !important;
}

.pa-geo-landing__offer-title,
.pa-geo-landing__offer-blurb,
.pa-geo-landing__offer-action,
.pa-geo-landing__offer-badge {
  text-decoration: none !important;
}

.pa-geo-landing__offer:hover,
.pa-geo-landing__offer:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0, 113, 227, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), 0 16px 36px rgba(0, 113, 227, 0.12);
}

.pa-geo-landing__offer.is-featured {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.82), rgba(220, 235, 255, 0.72));
  border-color: rgba(0, 113, 227, 0.22);
}

.pa-geo-landing__offer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #005bb5;
  background: rgba(0, 113, 227, 0.12);
}

.pa-geo-landing__offer-title {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--pa-geo-ink);
}

.pa-geo-landing__offer-blurb {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--pa-geo-muted);
  flex: 1;
}

.pa-geo-landing__offer-action {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--pa-ios-blue, #0071e3);
}

.pa-geo-landing__panel,
.pa-geo-landing__faq,
.pa-geo-landing__related,
.pa-geo-landing__cta-band {
  margin: 0 0 1.25rem;
  padding: clamp(1.15rem, 3vw, 1.5rem) clamp(1.15rem, 3vw, 1.55rem);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: var(--pa-geo-shadow);
}

.pa-geo-landing__body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(29, 29, 31, 0.82);
}

.pa-geo-landing__body p + p {
  margin-top: 0.9rem;
}

.pa-geo-landing__faq-list {
  display: grid;
  gap: 0.65rem;
}

.pa-geo-landing__faq-item {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 29, 31, 0.08);
  overflow: hidden;
}

.pa-geo-landing__faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 1.05rem;
  font-weight: 650;
  font-size: 0.95rem;
  color: var(--pa-geo-ink);
  min-height: 44px;
}

.pa-geo-landing__faq-item summary::-webkit-details-marker {
  display: none;
}

.pa-geo-landing__faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 500;
  color: rgba(29, 29, 31, 0.4);
}

.pa-geo-landing__faq-item[open] summary::after {
  content: "–";
}

.pa-geo-landing__faq-item p {
  margin: 0;
  padding: 0 1.05rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--pa-geo-muted);
}

.pa-geo-landing__faq-book {
  margin: 1.25rem 0 0;
  text-align: center;
}

.pa-geo-landing__cta-band {
  text-align: center;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.72), rgba(220, 235, 255, 0.58));
}

.pa-geo-landing__cta-band-copy {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--pa-geo-ink);
}

.pa-geo-landing a.pa-geo-landing__cta.pa2-cta__btn--primary,
.pa-geo-landing .pa-geo-landing__cta.pa2-cta__btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.55rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  background: var(--pa-ios-blue, #0071e3) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 28px rgba(0, 113, 227, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.pa-geo-landing a.pa-geo-landing__cta-secondary.pa2-cta__btn--secondary,
.pa-geo-landing .pa-geo-landing__cta-secondary.pa2-cta__btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 650;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.72) !important;
  color: var(--pa-geo-ink) !important;
  -webkit-text-fill-color: var(--pa-geo-ink) !important;
  border: 1px solid rgba(29, 29, 31, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pa-geo-landing__related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.pa-geo-landing__chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 650;
  text-decoration: none;
  color: var(--pa-geo-ink) !important;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(29, 29, 31, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s var(--pa-geo-ease);
}

.pa-geo-landing__chip:hover,
.pa-geo-landing__chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 113, 227, 0.28);
  background: rgba(0, 113, 227, 0.08);
  color: #005bb5 !important;
}

.pa-geo-landing__links {
  margin: 0.25rem 0 0;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(29, 29, 31, 0.55);
}

.pa-geo-landing__links a {
  color: var(--pa-ios-blue, #0071e3);
  font-weight: 600;
  text-decoration: none;
}

.pa-geo-landing__links a:hover,
.pa-geo-landing__links a:focus-visible {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .pa-geo-landing__offer,
  .pa-geo-landing__chip {
    transition: none;
  }

  .pa-geo-landing__offer:hover,
  .pa-geo-landing__offer:focus-visible,
  .pa-geo-landing__chip:hover,
  .pa-geo-landing__chip:focus-visible {
    transform: none;
  }
}
