/* Homepage chrome stays in scoped frames; the estimator keeps its existing styles. */
.classic-shell-r66 {
  background:
    radial-gradient(ellipse 850px 580px at 100% 18%, #edf1fc 0%, transparent 72%),
    radial-gradient(ellipse 960px 720px at 0% 32%, #f3eaf9 0%, transparent 74%),
    #fdfcfe;
}
.classic-shell-r66 .classic-frame-r66 { background: transparent; }
.classic-shell-r66 .classic-frame-r66 .hc-header,
.classic-shell-r66 .classic-frame-r66 .hc-footer { font-weight: 400; }
.classic-shell-r66 .classic-frame-r66 .hc-brand { box-shadow: none; }
.classic-shell-r66 .classic-frame-r66 .hc-brand img { object-fit: contain; }
.classic-shell-r66 .classic-frame-r66 .hc-terms { text-align: left; padding-inline: 0; }
.classic-shell-r66 .classic-frame-r66 .hc-skip:focus-visible { outline: 3px solid #8b5ba8; outline-offset: 4px; }
.classic-shell-r66 .vital-builder-options-wrap,
.classic-shell-r66 .builder-intro-row {
  width: min(1120px, calc(100% - 80px));
}
.classic-shell-r66 .vital-builder-options-wrap { padding-top: 30px; }
.classic-shell-r66 .vital-builder-options { margin-left: 0; }
.classic-shell-r66 .vital-builder-options > a {
  background: linear-gradient(180deg, #fff, #faf7fd);
  color: #5d327f;
}
.classic-shell-r66 .vital-builder-options > a[aria-current=page] {
  background: linear-gradient(120deg, #522977, #76439c);
}
.classic-shell-r66 .builder-intro-section {
  border: 0;
  box-shadow: none;
  background: transparent;
  padding-top: 20px;
}
.classic-shell-r66 .builder-intro-section::after { display: none; }
.classic-shell-r66 #main-content .builder-intro-section h1 {
  color: #3e2855;
  font-size: clamp(32px, 4vw, 46px) !important;
  font-weight: 600;
  letter-spacing: -.035em !important;
  line-height: 1.25 !important;
  text-shadow: 0 1px 0 #fff, 0 2px 7px #50317708 !important;
}
.classic-shell-r66 .builder-intro-section .lead { font-size: 16px; color: #65596f; }
.classic-shell-r66 .builder-intro-section .eyebrow { color: #70527f; font-size: 12px; font-weight: 600; }
.classic-shell-r66 .builder-intro-section .cost-transparency-note {
  border: 0;
  border-left: 2px solid #b89bc9;
  border-radius: 0;
  padding: 12px 0 12px 16px;
  background: linear-gradient(100deg, #f5eefb99, #f8faff55);
  color: #65596f;
  font-size: 14px;
}
.classic-shell-r66 .builder-route-links a { font-size: 14px; min-height: 44px; color: #65358f; }
.classic-shell-r66 .builder-shell { background: transparent; }
.classic-shell-r66 .builder-sidebar { top: 24px; }

/* Fix website-care card pricing layout in classic builder.
   The first Vital Web Platform choice uses fixed-hosting-price, which needs
   the same badge treatment as builder-sale-stack to avoid overlap. */
.classic-shell-r66 .polished-support-choices .support-choice > .fixed-hosting-price {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  bottom: auto !important;
  width: auto !important;
  min-width: 104px !important;
  max-width: 128px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-content: center !important;
  align-content: center !important;
  text-align: center !important;
  gap: 3px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(109, 76, 166, 0.14) !important;
  background: #fff !important;
  z-index: 4 !important;
}

.classic-shell-r66 .polished-support-choices .support-choice > .fixed-hosting-price strong {
  display: block !important;
  font-size: 1.02rem !important;
  line-height: 1.1 !important;
  color: #351956 !important;
  white-space: nowrap !important;
}

.classic-shell-r66 .polished-support-choices .support-choice > .fixed-fee-note {
  order: 4 !important;
  margin: 0 !important;
  margin-top: .28rem !important;
  color: #0c716d !important;
  font-weight: 700 !important;
  font-size: .78rem !important;
  line-height: 1.2 !important;
  display: block !important;
  width: 100% !important;
}

.classic-shell-r66 .polished-support-choices .support-choice > .fixed-hosting-price + .fixed-fee-note {
  order: 2 !important;
}

.classic-shell-r66 .polished-support-choices .support-choice:not(:has(>.builder-sale-stack)) > p {
  order: 3 !important;
}

.classic-shell-r66 .polished-support-choices .support-choice:not(:has(>.builder-sale-stack)) > ul {
  order: 4 !important;
  margin-top: 6px !important;
}

@media (max-width: 760px) {
  .classic-shell-r66 .polished-support-choices .support-choice > .fixed-hosting-price {
    top: 16px !important;
    right: 16px !important;
  }
}
@media (max-width: 800px) {
  .classic-shell-r66 .vital-builder-options-wrap,
  .classic-shell-r66 .builder-intro-row { width: calc(100% - 48px); }
}
@media (max-width: 480px) {
  .classic-shell-r66 .vital-builder-options-wrap,
  .classic-shell-r66 .builder-intro-row { width: calc(100% - 40px); }
}
