/* Hosting hub: plan grid + server location map */

.hosting-phone-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
  max-width: 720px;
  margin: 0 0 1.75rem;
  padding: 1.1rem 1.4rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #875390 0%, #6f3678 100%);
  box-shadow: 0 8px 24px -10px rgba(111, 54, 120, 0.55);
  font-size: 1.02rem;
  line-height: 1.5;
  color: #fff;
}

.hosting-phone-cta__text {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.hosting-phone-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.hosting-phone-cta__icon svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: #fff;
}

.hosting-phone-cta__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem 0.9rem;
}

.hosting-phone-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.hosting-phone-cta a.hosting-phone-cta__call,
.hosting-phone-cta a.hosting-phone-cta__email {
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.hosting-phone-cta a.hosting-phone-cta__call {
  background: #fff;
  color: #6f3678;
}

.hosting-phone-cta a.hosting-phone-cta__call:hover,
.hosting-phone-cta a.hosting-phone-cta__call:focus {
  background: #f4e9f6;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -6px rgba(0, 0, 0, 0.35);
}

.hosting-phone-cta__sep {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
}

.hosting-phone-cta a.hosting-phone-cta__email {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.hosting-phone-cta a.hosting-phone-cta__email:hover,
.hosting-phone-cta a.hosting-phone-cta__email:focus {
  background: rgba(255, 255, 255, 0.24);
  border-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px -6px rgba(0, 0, 0, 0.35);
}

@media (max-width: 520px) {
  .hosting-phone-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .hosting-phone-cta__actions {
    width: 100%;
  }

  .hosting-phone-cta a.hosting-phone-cta__call {
    align-self: stretch;
    justify-content: center;
  }
}

.hosting-phone-cta--purchase-only {
  display: none;
}

html.purchase-disabled .hosting-phone-cta--purchase-only {
  display: flex;
}

.hosting-lead {
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.55;
  color: #3b3d3e;
  margin: 0 0 1.75rem;
}

.hosting-plans {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 0 0 2.5rem;
  max-width: 640px;
}

@media (min-width: 720px) {
  .hosting-plans {
    grid-template-columns: 1fr 1fr;
  }
}

.hosting-plan {
  padding: 1.25rem 1.35rem 1.4rem;
  border: 1px solid rgba(75, 82, 76, 0.28);
  background: linear-gradient(165deg, #fff 0%, #f7f4f0 100%);
  border-radius: 4px;
}

.hosting-plan__name {
  margin: 0 0 0.35rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  color: #875390;
  font-weight: 400;
}

.hosting-plan__price {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  font-weight: 700;
  color: #c5920a;
}

.hosting-plan__price span {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4b524c;
}

.hosting-plan__desc {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #3b3d3e;
}

.hosting-plan__cta {
  display: inline-block;
  padding: 0.45rem 1rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fbfafa;
  text-decoration: none;
  background: #875390;
  border: none;
  border-radius: 3px;
  transition: background 0.2s ease, color 0.2s ease;
}

.hosting-plan__cta:hover,
.hosting-plan__cta:focus {
  background: #6f3678;
  color: #fff;
}

html.purchase-disabled .hosting-plan__cta,
html.purchase-disabled .managed-cta {
  display: none !important;
}

.hosting-plan--featured {
  border-color: rgba(197, 146, 10, 0.55);
  box-shadow: 0 8px 24px rgba(70, 35, 35, 0.08);
}

.hosting-map-section {
  margin: 0.35rem 0 1.75rem;
  max-width: 640px;
}

.hosting-map-section > p {
  margin: 0 0 0.75rem;
  color: #3b3d3e;
  max-width: 52ch;
  font-size: 0.98rem;
}

.server-map {
  position: relative;
  width: 100%;
  max-width: 640px;
  border: 1px solid rgba(75, 82, 76, 0.22);
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(180deg, #eef4f8 0%, #dce8f1 100%);
}

.server-map__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  filter: none;
  opacity: 1;
}




.server-map__markers {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}

.server-map__marker {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.server-map__dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c5920a;
  border: 1.5px solid #fff;
  box-shadow: 0 0 0 1px rgba(70, 35, 35, 0.15);
  animation: server-map-blink 1.6s ease-in-out infinite;
}

.server-map__marker:nth-child(3n) .server-map__dot {
  animation-delay: 0.7s;
}

.server-map__marker:nth-child(5n) .server-map__dot {
  animation-delay: 1.4s;
}

.server-map__label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  color: #462323;
  background: rgba(251, 250, 250, 0.92);
  padding: 0.12rem 0.35rem;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.server-map__marker:hover .server-map__label,
.server-map__marker:focus-within .server-map__label {
  opacity: 1;
}

@keyframes server-map-blink {
  0%, 100% { opacity: 1; }
  35% { opacity: 0.25; }
  65% { opacity: 0.85; }
}

@media (prefers-reduced-motion: reduce) {
  .server-map__dot {
    animation: none;
  }
  .server-map__label {
    opacity: 1;
  }
}

.server-map__legend {
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.85rem;
  font-size: 0.85rem;
  color: #4b524c;
}

.server-map__legend li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 0.35rem;
  border-radius: 50%;
  background: #c5920a;
  vertical-align: middle;
}

.hosting-managed-links {
  margin: 2rem 0 1rem;
  max-width: 640px;
}

.hosting-managed-links h2 {
  margin: 0 0 0.65rem;
  font-size: 1.45rem;
  color: #875390;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
}

.hosting-managed-links ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #3b3d3e;
}

.hosting-managed-links a {
  color: #875390;
}

.hosting-managed-links a:hover {
  color: #6f3678;
}

.managed-cta {
  display: inline-block;
  margin: 1rem 0 0.5rem;
  padding: 0.55rem 1.25rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: #875390;
  border: none;
  border-radius: 3px;
}

.managed-cta:hover {
  color: #fff;
  background: #6f3678;
}

.managed-benefits {
  margin: 1rem 0 1.25rem;
  padding-left: 1.2rem;
  max-width: 52ch;
  color: #3b3d3e;
}

.managed-benefits li {
  margin-bottom: 0.4rem;
}

/* Purchase flow (site template / light chrome) */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.purchase-lead {
  max-width: 58ch;
  margin: 0 0 1.5rem;
  color: #3b3d3e;
  line-height: 1.55;
}

.site-beta-banner {
  max-width: 560px;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 4px;
  background: rgba(197, 146, 10, 0.12);
  border: 1px solid rgba(197, 146, 10, 0.35);
}

.site-beta-banner__text {
  margin: 0;
  color: #3b3d3e;
  font-size: 0.95rem;
}

.purchase-flow-form {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  max-width: 640px;
}

.plan-picker {
  margin: 0;
  padding: 0;
  border: none;
  min-inline-size: 0;
}

.plan-picker__legend {
  padding: 0;
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #4b524c;
}

.plan-picker__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 560px) {
  .plan-picker__grid--hosting {
    grid-template-columns: 1fr 1fr;
  }
}

.plan-card {
  display: block;
  margin: 0;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid rgba(75, 82, 76, 0.25);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.plan-card:hover {
  border-color: rgba(135, 83, 144, 0.45);
}

.plan-card:has(.plan-card__input:checked) {
  border-color: #875390;
  background: rgba(135, 83, 144, 0.06);
  box-shadow: 0 0 0 1px rgba(135, 83, 144, 0.2);
}

.plan-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  min-height: 8rem;
}

.plan-card__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  color: #875390;
}

.plan-card__price {
  font-size: 1.45rem;
  font-weight: 700;
  color: #c5920a;
}

.plan-card__per {
  font-size: 0.95rem;
  font-weight: 600;
  color: #4b524c;
}

.plan-card__desc {
  font-size: 0.92rem;
  color: #3b3d3e;
  line-height: 1.4;
  margin-top: auto;
}

.purchase-flow-form__subhead {
  margin: 0 0 0.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  color: #875390;
  font-weight: 400;
}

.support-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.support-form__label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b524c;
}

.support-form__input {
  padding: 0.55rem 0.75rem;
  border-radius: 3px;
  border: 1px solid rgba(75, 82, 76, 0.35);
  background: #fff;
  color: #3b3d3e;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.support-form__input:focus {
  outline: 2px solid rgba(135, 83, 144, 0.45);
  outline-offset: 1px;
  border-color: #875390;
}

.ff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: #875390;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.2s ease;
}

.ff-btn:hover,
.ff-btn:focus {
  background: #6f3678;
  color: #fff;
}

.ff-btn:disabled,
.ff-btn.purchase-checkout-btn--inactive {
  opacity: 0.55;
  cursor: not-allowed;
}

.purchase-summary {
  margin: 1rem 0 1.25rem;
  padding: 1rem 1.15rem;
  border-radius: 4px;
  background: #f7f4f0;
  border: 1px solid rgba(75, 82, 76, 0.22);
  max-width: 560px;
}

.purchase-summary__dl {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.purchase-summary__dl dt {
  margin: 0 0 0.15rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #4b524c;
}

.purchase-summary__dl dd {
  margin: 0;
  color: #3b3d3e;
}

.purchase-back-btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #875390;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.purchase-back-btn:hover {
  color: #6f3678;
}

.purchase-panel-title {
  margin: 0 0 0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  color: #875390;
  font-weight: 400;
}

.purchase-panel-text {
  margin: 0 0 1rem;
  max-width: 52ch;
  color: #3b3d3e;
}

.purchase-stripe-config-msg {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: #4b524c;
}

.purchase-stripe-config-msg code {
  font-size: 0.85em;
  padding: 0.1em 0.3em;
  background: #f0ece8;
  border-radius: 2px;
}



.payment-element-shell {
  margin: 0.8rem 0 1rem;
  padding: 0.85rem;
  border: 1px solid rgba(75, 82, 76, 0.25);
  border-radius: 4px;
  background: #fff;
  max-width: 560px;
}


.pay-bill-error {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  background: rgba(184, 72, 72, 0.1);
  border: 1px solid rgba(220, 120, 120, 0.35);
  color: #8e2d2d;
  font-size: 0.92rem;
  line-height: 1.4;
  max-width: 560px;
}
