/* R54 review draft: homepage-only, borrowing the current revamp's quieter hierarchy. */
.home-clear-r54 {
  --hc-ink: #342641;
  --hc-muted: #65596f;
  --hc-purple: #65358f;
  --hc-line: #e3dbe9;
  background: #fff;
  margin: 0;
  color: var(--hc-ink);
  font-family: "Open Sans", sans-serif;
  line-height: 1.65;
}
.home-clear-r54 * { box-sizing: border-box; }
.home-clear-r54 [hidden] { display: none !important; }
.home-clear-r54 button, .home-clear-r54 input, .home-clear-r54 textarea { font: inherit; }
.home-clear-r54 a { color: inherit; }
.home-clear-r54 .hc-header { border-bottom: 1px solid var(--hc-line); background: #fff; }
.home-clear-r54 .hc-header > .hc-wrap { min-height: 96px; padding-block: 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.home-clear-r54 .hc-brand { display: block; flex-shrink: 0; }
.home-clear-r54 .hc-brand img { display: block; width: 205px; height: auto; max-width: 100%; }
.home-clear-r54 .hc-header nav { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.home-clear-r54 .hc-header nav a[aria-current="page"] { font-weight: 700; color: #342641; }
.home-clear-r54 .hc-header nav a { font-size: 15px; line-height: 1.6; color: #65358f; text-decoration: none; min-height: 44px; display: flex; align-items: center; gap: 12px; }
.home-clear-r54 .hc-header nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-clear-r54 .hc-footer { border-top: 1px solid var(--hc-line); padding: 24px 0; background: #fcfafd; font-size: 14px; color: #65596f; }
.home-clear-r54 .hc-footer > .hc-wrap, .home-clear-r54 .hc-footer nav { display: flex; align-items: center; justify-content: space-between; gap: 14px 28px; flex-wrap: wrap; }
.home-clear-r54 .hc-footer a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #65358f; text-decoration: none; }
.home-clear-r54 .hc-footer a:hover { text-decoration: underline; }
.home-clear-r54 .hc-header a:focus-visible, .home-clear-r54 .hc-footer a:focus-visible { outline: 3px solid #8b5ba8; outline-offset: 4px; }
.home-clear-r54 .hc-hosting-domain-details {
  width: 100%;
  margin: 18px 0 0;
  padding: 20px 22px;
  border: 1px solid #e1d7e8;
  border-radius: 8px;
  background: #f8f4fb;
}
.home-clear-r54 .hc-hosting-domain-details h2 { margin: 0 0 12px; color: #3e2f49; font-size: 16px; line-height: 1.5; letter-spacing: -.01em; }
.home-clear-r54 .hc-hosting-domain-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 32px; }
.home-clear-r54 .hc-hosting-domain-grid p { margin: 0; color: #65596f; font-size: 13px; line-height: 1.75; }
.home-clear-r54 .hc-hosting-domain-grid strong { color: #4f3d5b; }
@media (max-width: 650px) {
  .home-clear-r54 .hc-header > .hc-wrap { flex-direction: column; align-items: flex-start; gap: 10px; padding-block: 18px 8px; }
  .home-clear-r54 .hc-header .hc-brand img { width: 190px; }
  .home-clear-r54 .hc-header nav { width: 100%; justify-content: space-between; gap: 8px 14px; }
  .home-clear-r54 .hc-header nav a { font-size: 14px; max-width: none; }
  .home-clear-r54 .hc-footer nav { justify-content: flex-start; gap: 8px 22px; }
  .home-clear-r54 .hc-hosting-domain-grid { grid-template-columns: 1fr; gap: 12px; }
}
.home-clear-r54 .hc-wrap { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.home-clear-r54 .hc-home { padding: 62px 0 30px; background: linear-gradient(135deg, #fff 45%, #fcf9fe); }
.home-clear-r54 .hc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "intro choices" "visual choices" "reassurance reassurance";
  column-gap: 86px;
  row-gap: 28px;
  align-items: start;
}
.home-clear-r54 :is(.hc-home h1, .hc-home h2, .hc-home h3) {
  font-family: "Open Sans", sans-serif;
  background: none;
  -webkit-text-fill-color: currentColor;
  color: var(--hc-ink);
  text-shadow: none;
  font-weight: 600;
  letter-spacing: -.04em;
}
.home-clear-r54 .hc-intro { grid-area: intro; padding-top: 7px; }
.home-clear-r54 .hc-eyebrow { margin: 0 0 22px; color: #705382; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.home-clear-r54 .hc-home h1 { font-size: clamp(36px, 3.45vw, 50px); line-height: 1.17; margin: 0; max-width: 530px; padding-bottom: 4px; }
.home-clear-r54 .hc-home h1 span { display: block; color: #754995; }
.home-clear-r54 .hc-lead { font-size: 17px; line-height: 1.8; color: var(--hc-muted); margin: 22px 0 0; max-width: 400px; }
.home-clear-r54 .hc-choices { grid-area: choices; padding-top: 42px; }
.home-clear-r54 .hc-choices > h2 { font-size: 21px; line-height: 1.45; letter-spacing: -.025em; margin: 0 0 18px; }
.home-clear-r54 .hc-routes { display: grid; }
.home-clear-r54 .hc-route {
  display: block;
  position: relative;
  padding: 25px 28px 22px;
  border: 1px solid #ddd1e7;
  border-radius: 9px;
  background: linear-gradient(125deg, #fff 20%, #f6f0fb);
  box-shadow: 0 3px 0 #ded2e660;
  text-decoration: none;
  transition: background .18s, border-color .18s, box-shadow .18s, transform .18s;
}
.home-clear-r54 .hc-route h3 { font-size: 24px; line-height: 1.3; margin: 0 0 10px; }
.home-clear-r54 .hc-route p { color: var(--hc-muted); font-size: 16px; line-height: 1.75; margin: 0 0 17px; max-width: 400px; }
.home-clear-r54 .hc-route-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #603780; font-size: 15px; font-weight: 700; line-height: 1.6; }
.home-clear-r54 .hc-route-link > span { font-size: 22px; line-height: 1; font-weight: 400; }
.home-clear-r54 .hc-route:is(:hover, :focus-visible) {
  background: linear-gradient(125deg, #fdfaff, #eee1f8);
  border-color: #9c79b6;
  box-shadow: 0 3px 0 #cbb5df, 0 8px 24px #8254a51c;
  transform: translateY(-2px);
}
.home-clear-r54 .hc-route:active { transform: translateY(1px); box-shadow: 0 1px 0 #cbb5df; }
.home-clear-r54 .hc-or { display: flex; align-items: center; justify-content: center; gap: 15px; margin: 13px 0; font-size: 19px; line-height: 1.4; font-weight: 700; color: #70527f; }
.home-clear-r54 .hc-or::before, .home-clear-r54 .hc-or::after { content: ""; height: 1px; width: 28px; background: #dfd3e7; }
.home-clear-r54 .hc-visual { grid-area: visual; margin: 0; align-self: end; }
.home-clear-r54 .hc-visual img { width: 100%; height: auto; border-radius: 9px; border: 1px solid #eee6f2; }
.home-clear-r54 .hc-reassurance { grid-area: reassurance; margin: 5px 0 0; padding: 25px 0 0; border-top: 1px solid var(--hc-line); display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 50px; list-style: none; }
.home-clear-r54 .hc-reassurance li { font-size: 14px; line-height: 1.7; color: #665670; }
.home-clear-r54 .hc-reassurance li::before { content: "✓"; color: #357772; margin-right: 10px; }
.home-clear-r54 .r7-footer { background: #fcfafd; border-top: 1px solid var(--hc-line); color: #65576f; padding: 30px 0 20px; }
.home-clear-r54 .r7-footer-grid { grid-template-columns: minmax(0, 1fr) auto; gap: 28px 45px; align-items: center; }
.home-clear-r54 .r7-footer-brand { display: flex; align-items: center; gap: 28px; }
.home-clear-r54 .r7-footer .footer-logo { width: 150px; height: auto; padding: 0; border: 0; border-radius: 0; box-shadow: none; background: transparent; flex: none; }
.home-clear-r54 .r7-footer-brand p { margin: 0; max-width: 310px; font-size: 11px; line-height: 1.8; color: #73667c; }
.home-clear-r54 .r7-footer nav { gap: 17px; }
.home-clear-r54 .r7-footer nav a { display: flex; align-items: center; min-height: 44px; color: #655071; font-size: 12px; font-weight: 600; border-bottom: 0; }
.home-clear-r54 .r7-footer nav a:hover { color: #4e266e; text-decoration: underline; text-underline-offset: 4px; }
.home-clear-r54 .r7-footer-meta { border-color: var(--hc-line); margin-top: 22px; padding-top: 18px; font-size: 10px; color: #73667c; }
.home-clear-r54 main :is(a, button):focus-visible, .home-clear-r54 .r7-footer a:focus-visible { outline: 3px solid #8b5ba8; outline-offset: 4px; }
.home-clear-r54 .vital-skip-link { top: -1000px; transform: none; }
.home-clear-r54 .vital-skip-link:focus-visible { top: 8px; }
/* Content is immediately readable; no staggered headline or scroll-reveal animation. */
.home-clear-r54.motion-ready .reveal-item { opacity: 1; filter: none; transform: none; will-change: auto; transition: none; }
.home-clear-r54.motion-ready .hc-home :is(h1,h2).reveal-item.is-visible { background: none; animation: none; }
@media (max-width: 1100px) {
  .home-clear-r54 .hc-grid { column-gap: 40px; row-gap: 24px; }
  .home-clear-r54 .hc-home { padding-top: 44px; }
  .home-clear-r54 .hc-choices { padding-top: 30px; }
  .home-clear-r54 .hc-route { padding: 22px; }
  .home-clear-r54 .hc-route h3 { font-size: 22px; }
  .home-clear-r54 .r7-footer-brand { gap: 20px; }
  .home-clear-r54 .r7-footer-brand p { max-width: 250px; }
}
@media (max-width: 800px) {
  .home-clear-r54 .hc-wrap { width: calc(100% - 48px); }
  .home-clear-r54 .hc-grid { grid-template-columns: 1fr; grid-template-areas: "intro" "visual" "choices" "reassurance"; gap: 32px; }
  .home-clear-r54 .hc-home { padding: 36px 0 30px; }
  .home-clear-r54 .hc-intro { padding-top: 0; }
  .home-clear-r54 .hc-choices { padding-top: 0; }
  .home-clear-r54 .hc-home h1 { font-size: clamp(34px, 5.7vw, 44px); max-width: 620px; }
  .home-clear-r54 .hc-eyebrow { margin-bottom: 16px; }
  .home-clear-r54 .hc-lead { max-width: 500px; margin-top: 16px; font-size: 16px; }
  .home-clear-r54 .hc-visual { max-width: 560px; width: 100%; margin-inline: auto; }
  .home-clear-r54 .hc-reassurance { justify-content: flex-start; gap: 10px 25px; margin: 0; padding-top: 22px; }
  .home-clear-r54 .r7-footer-grid { grid-template-columns: 1fr; gap: 12px; }
  .home-clear-r54 .r7-footer-brand p { max-width: 360px; }
  .home-clear-r54 .r7-footer nav { justify-content: flex-start; }
}
@media (max-width: 480px) {
  .home-clear-r54 .hc-header > .hc-wrap { min-height: 80px; gap: 12px; }
  .home-clear-r54 .hc-brand img { width: 155px; }
  .home-clear-r54 .hc-header nav a { font-size: 14px; max-width: none; gap: 6px; }
  .home-clear-r54 .hc-wrap { width: calc(100% - 40px); }
  .home-clear-r54 .hc-route { padding: 22px 20px; }
  .home-clear-r54 .hc-route h3 { font-size: 23px; }
  .home-clear-r54 .hc-choices > h2 { font-size: 19px; }
  .home-clear-r54 .hc-reassurance { display: grid; gap: 10px; }
  .home-clear-r54 .r7-footer-brand { align-items: flex-start; flex-direction: column; gap: 15px; }
  .home-clear-r54 .r7-footer-meta { gap: 8px; }
  .hc-options-page .hc-package-label:has([data-price-prefix="Starting at "]) { grid-template-columns: 1fr; }
  .hc-options-page .hc-package-label:has([data-price-prefix="Starting at "]) > :is(.hc-package-name, .hc-package-price, .hc-small) {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
  }
}

/* Browsing prices and asking for help are not a mandatory multi-step form. */
.hc-options-page h1, .hc-options-page h2 { font-weight: 600; color: #342641; letter-spacing: -.035em; line-height: 1.25; }
.hc-options-page h1 { font-size: clamp(32px, 4vw, 46px); margin: 20px 0 14px; }
.hc-options-page h2 { font-size: 28px; margin: 0 0 12px; }
.hc-options-page p { color: #65596f; }
.hc-options-page .hc-options-main { padding-top: 30px; padding-bottom: 65px; }
.hc-back { display: inline-flex; align-items: center; min-height: 44px; color: #65358f !important; text-decoration: none; }
.hc-back:hover { text-decoration: underline; }
.hc-package-picker { padding: 0; margin: 32px 0 0; border: 0; min-width: 0; }
.hc-package-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; align-items: start; }
.hc-all-details-row { display: flex; justify-content: flex-end; margin: 0 0 18px; }
.hc-all-details-row .hc-action { gap: 15px; }
.hc-breakdowns-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin: 32px 0; align-items: stretch; }
.hc-builder-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 30px 0; }
.hc-builder-choice { display: flex; flex-direction: column; gap: 12px; padding: 30px; border: 1px solid #d9c9e4; border-radius: 9px; text-decoration: none; background: linear-gradient(125deg, #fff, #f6f0fb); box-shadow: 0 3px 0 #e3d8eb; transition: background .18s, box-shadow .18s, transform .18s; }
.hc-builder-choice:hover { background: linear-gradient(125deg, #fcf9ff, #ecdef7); box-shadow: 0 3px 0 #cbb5df, 0 8px 24px #8254a51c; transform: translateY(-2px); }
.hc-options-page .hc-builder-choice h2 { margin: 0; font-size: 28px; }
.hc-builder-choice p { margin: 0 0 18px; max-width: 410px; }
.hc-builder-choice > span { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; font-weight: 600; color: #65358f; }
.hc-options-page .hc-builder-context { font-size: 15px; color: #65358f; }
@media (max-width: 700px) { .hc-builder-choice-grid { grid-template-columns: 1fr; gap: 20px; } .hc-builder-choice { padding: 25px; } }
.hc-breakdown { display: flex; flex-direction: column; border: 1px solid #ddd1e7; border-radius: 9px; padding: 25px; min-width: 0; }
.hc-breakdown-actions { margin-top: auto; padding-top: 26px; }
.hc-breakdown-actions .hc-action { width: 100%; text-align: center; }
.home-clear-r54 .hc-breakdown-actions .hc-action-primary { color: #fff; }
.hc-options-page .hc-breakdown h2 { font-size: 24px; line-height: 1.4; margin: 0 0 20px; }
.hc-options-page .hc-breakdown-price { font-size: 32px; font-weight: 600; line-height: 1.3; color: #65358f; margin: 0; }
.hc-breakdown .hc-small { margin: 7px 0 18px; }
.hc-breakdown-hosting { border-top: 1px solid #e3dbe9; border-bottom: 1px solid #e3dbe9; padding: 12px 0; font-size: 14px; }
.hc-options-page .hc-breakdown-selected { background: #f3ecfa; color: #65358f; padding: 8px 10px; border-radius: 4px; font-size: 14px; }
.hc-breakdown-content h3 { font-size: 16px; font-weight: 700; margin: 24px 0 14px; line-height: 1.5; color: #342641; }
.hc-breakdown-content p, .hc-breakdown-content li { font-size: 15px; line-height: 1.8; color: #65596f; }
.hc-breakdown-content ul { padding-left: 20px; margin: 0; }
.hc-breakdown-content li { margin-bottom: 13px; }
@media (max-width: 1000px) { .hc-breakdowns-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .hc-all-details-row .hc-action { width: 100%; } .hc-breakdown { padding: 22px; } }
.hc-package { border: 1px solid #ddd1e7; border-radius: 9px; display: flex; flex-direction: column; background: #fff; min-width: 0; }
.hc-package:has(input:checked) { border: 2px solid #795294; background: #faf6fe; }
.hc-package:has(input:focus-visible) { outline: 3px solid #8b5ba8; outline-offset: 4px; }
.hc-package-label { position: relative; display: flex; flex-direction: column; padding: 26px; cursor: pointer; flex: 0 0 auto; min-height: 360px; }
.hc-package-label > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.hc-package-name { display: block; font-size: 23px; font-weight: 600; line-height: 1.35; }
.hc-package-price { font-size: 34px; font-weight: 600; color: #65358f; line-height: 1.4; display: block; margin-top: 12px; }
.hc-small { font-size: 14px; line-height: 1.75; color: #65596f; }
.hc-package-intro { display: block; font-size: 16px; line-height: 1.75; margin: 22px 0; color: #65596f; }
.hc-hosting { display: block; font-size: 14px; line-height: 1.6; color: #53405f; margin: auto 0 22px; }
.hc-selection { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 11px 13px; min-height: 48px; font-size: 14px; line-height: 1.5; font-weight: 600; color: #65358f; border: 1px solid #dcd0e6; border-radius: 5px; margin-top: auto; }
.hc-selection > span:last-child { visibility: hidden; }
.hc-package:has(input:checked) .hc-selection { background: #65358f; color: #fff; border-color: #65358f; }
.hc-package:has(input:checked) .hc-selection > span:last-child { visibility: visible; }
.hc-package details { border-top: 1px solid #e3dbe9; }
.hc-package summary { padding: 16px 26px; cursor: pointer; color: #65358f; font-size: 15px; }
.hc-package details ul { padding: 0 24px 20px 44px; margin: 0; font-size: 15px; color: #65596f; }
.hc-package details li { margin-top: 12px; }
.hc-undecided { display: flex; align-items: center; gap: 12px; width: fit-content; min-height: 52px; margin: 4px 0 18px; padding: 5px 12px 5px 8px; border-radius: 6px; cursor: pointer; color: #543068; font-weight: 600; }
.hc-undecided:hover { background: #f6effa; }
.hc-undecided input { width: 20px; height: 20px; accent-color: #65358f; flex: none; }
.hc-package-costs { padding: 18px 22px; border-left: 2px solid #b89bc9; background: #faf7fc; font-size: 14px; color: #65596f; margin-top: 12px; }
.hc-promo { margin: 16px 0; }
.hc-promo > summary { cursor: pointer; font-size: 15px; padding: 10px 0; color: #65358f; }
.hc-promo-panel { max-width: 600px; padding: 16px 0; }
.hc-promo-controls { display: flex; gap: 10px; flex-wrap: wrap; margin: 8px 0; }
.hc-promo-controls input { min-width: 0; flex: 1; padding: 10px; border: 1px solid #ac93bd; border-radius: 5px; }
.hc-promo-controls button { min-height: 46px; background: #f5eef9; border: 1px solid #ac93bd; border-radius: 5px; padding: 8px 16px; color: #543068; cursor: pointer; }
.hc-promo-controls button:disabled { cursor: default; }
.hc-promo-panel p { font-size: 14px; }
.hc-promo-panel .is-error { color: #9d2525; }
.home-clear-r54 .hc-promo-row { border-top: 1px solid #e7deed; background: #f8f4fb; }
.home-clear-r54 .hc-promo-layout { display: grid; grid-template-columns: auto minmax(240px, 380px) minmax(0, 1fr); align-items: center; gap: 12px 20px; padding-block: 13px; }
.home-clear-r54 .hc-promo-layout > label { font-size: 14px; font-weight: 700; color: #543068; }
.home-clear-r54 .hc-promo-row .hc-promo-controls { display: flex; flex-wrap: nowrap; gap: 8px; margin: 0; }
.home-clear-r54 .hc-promo-row input { width: 100%; min-height: 44px; background: #fff; color: #342641; font-size: 14px; }
.home-clear-r54 .hc-promo-row input::placeholder { color: #73637e; opacity: 1; }
.home-clear-r54 .hc-promo-row button { min-height: 44px; padding: 8px 12px; font-size: 14px; font-weight: 600; flex: none; }
.home-clear-r54 .hc-promo-row button:disabled { opacity: 1; color: #65596f; background: #efebf2; border-color: #c5b8ce; }
.home-clear-r54 .hc-promo-row button.is-applied { color: #fff; background: #65358f; border-color: #65358f; }
.home-clear-r54 .hc-promo-feedback p { font-size: 13px; line-height: 1.6; color: #65596f; margin: 0; }
.home-clear-r54 .hc-promo-feedback [data-vital-coupon-message] { color: #543068; font-weight: 600; }
.home-clear-r54 .hc-promo-feedback .is-error { color: #9d2525; }
.home-clear-r54 .hc-promo-row :is(input,button):focus-visible { outline: 3px solid #8b5ba8; outline-offset: 3px; }
.home-clear-r54 .hc-footer .hc-terms { margin: 12px 0 0; font-size: 13px; padding-top: 18px; }
@media (max-width: 1000px) {
  .home-clear-r54 .hc-promo-layout { grid-template-columns: auto minmax(0, 1fr); gap: 8px 16px; }
  .home-clear-r54 .hc-promo-feedback { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .home-clear-r54 .hc-promo-layout { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .home-clear-r54 .hc-promo-row .hc-promo-controls { width: 100%; }
}
.hc-promo-active { font-size: 14px; padding: 14px; background: #f5eef9; }
.hc-next { border: 1px solid transparent; border-top-color: #e3dbe9; margin-top: 34px; padding: 32px 0 0; transition: background .3s ease, border-color .3s ease, box-shadow .3s ease, padding .3s ease; }
.hc-next-kicker { margin: 0 0 8px; color: #76518e !important; font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hc-next-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 20px; width: 100%; margin: 24px 0 12px; }
.hc-next-choice { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; height: 100%; padding: 24px; border: 1px solid #ddd1e7; border-radius: 9px; background: #fff; box-shadow: 0 3px 0 #e5dbea; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.hc-next-purchase { border-color: #b48ac9; background: linear-gradient(145deg, #fff, #f5eafb); box-shadow: 0 4px 0 #ceb5db, 0 10px 24px #65358f16; }
.hc-purchase-next { display: inline-flex; align-items: center; gap: 8px; margin: auto 0 10px; color: #5d3378; font-size: 14px; font-weight: 800; letter-spacing: .02em; line-height: 1.35; }
.hc-purchase-next span { font-size: 22px; line-height: 1; }
.hc-next-purchase .hc-action { margin-top: 0; }
.hc-next-choice h3 { margin: 0 0 10px; color: #342641; font-size: 20px; line-height: 1.35; }
.hc-next-choice > p { margin: 0 0 20px; font-size: 14px; line-height: 1.7; }
.hc-next-choice .hc-action { width: 100%; margin-top: auto; text-align: center; }
.hc-next-choice:hover { transform: translateY(-2px); border-color: #b59bc6; box-shadow: 0 3px 0 #ceb9dc, 0 10px 24px #65358f18; }
.hc-choice-note { width: 100%; margin: 10px 0 0 !important; color: #73667c !important; font-size: 12px !important; text-align: center; }
.hc-choice-status { width: 100%; margin: 10px 0 0 !important; padding: 9px 10px; border-radius: 5px; background: #f6effa; color: #543068 !important; font-size: 12px !important; }
.hc-next-ready { padding: 28px; border-color: #c8b0d8; border-radius: 12px; background: linear-gradient(135deg, #fff 20%, #f7effc); box-shadow: 0 12px 34px #65358f12; }
.hc-next-ready .hc-next-choice { border-color: #cdb8da; background: linear-gradient(145deg, #fff, #fbf6fe); }
.hc-next-attention { animation: hc-next-glow .9s ease-out; }
.hc-next-attention .hc-next-choice { animation: hc-choice-rise .72s ease-out both; }
.hc-next-attention .hc-next-choice:nth-child(2) { animation-delay: .08s; }
@keyframes hc-next-glow {
  0% { box-shadow: 0 0 0 0 #8759a766; }
  55% { box-shadow: 0 0 0 8px #8759a716, 0 14px 38px #65358f22; }
  100% { box-shadow: 0 12px 34px #65358f12; }
}
@keyframes hc-choice-rise {
  0% { transform: translateY(8px); box-shadow: 0 0 0 #65358f00; }
  60% { transform: translateY(-3px); box-shadow: 0 8px 22px #65358f24; }
  100% { transform: translateY(0); box-shadow: 0 3px 0 #ceb9dc; }
}
.hc-action { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; border: 1px solid #65358f; background: #fff; color: #65358f; padding: 13px 22px; border-radius: 6px; font-weight: 600 !important; font-size: 16px !important; cursor: pointer; text-decoration: none; }
.hc-action-primary { background: #65358f; color: #fff; }
.hc-action:disabled { cursor: not-allowed; color: #766b7d; border-color: #cfc5d5; background: #f1edf3; box-shadow: none; }
.hc-action:hover { box-shadow: 0 4px 14px #65358f22; background: #f7effc; }
.hc-action-primary:hover { background: #4e246f; }
#purchase-action:not(:disabled) {
  border-color: #a87bc6;
  box-shadow: 0 3px 0 #4e246f, 0 0 0 1px #b88ad055, 0 7px 18px #65358f2b;
  animation: hc-purchase-outline-glow 4.2s ease-in-out infinite;
}
@keyframes hc-purchase-outline-glow {
  0%, 100% {
    border-color: #a87bc6;
    box-shadow: 0 3px 0 #4e246f, 0 0 0 1px #b88ad055, 0 7px 18px #65358f2b;
  }
  50% {
    border-color: #d3afe8;
    box-shadow: 0 3px 0 #4e246f, 0 0 0 4px #b779d52e, 0 10px 26px #65358f47;
  }
}
.hc-details-link { padding: 12px 4px; font-size: 15px; color: #65358f !important; text-underline-offset: 5px; }
.hc-enquiry { max-width: 760px; padding: 30px; margin-top: 42px; border: 1px solid #dfd4e7; border-radius: 9px; background: #fcfafd; scroll-margin-top: 20px; }
.hc-enquiry-contact-only { margin-top: 26px; }
.hc-enquiry label { display: block; font-weight: 600; font-size: 16px; margin: 16px 0; }
.hc-enquiry label > span { font-size: 14px; font-weight: 400; color: #65596f; }
.hc-enquiry input:not([type=hidden]), .hc-enquiry textarea { display: block; width: 100%; min-width: 0; border: 1px solid #aa92bc; border-radius: 5px; padding: 12px; margin-top: 8px; color: #342641; background: #fff; }
.hc-enquiry textarea { min-height: 110px; resize: vertical; }
.hc-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hc-options-page :is(a,button,input,textarea,summary):focus-visible { outline: 3px solid #8b5ba8; outline-offset: 4px; }
.home-clear-r54 .hc-skip:focus-visible { outline: 3px solid #8b5ba8; outline-offset: 4px; }
.hc-terms { margin: 30px 0 0; font-size: 14px; color: #65596f; line-height: 1.8; border-top: 1px solid #e3dbe9; padding-top: 24px; }
.hc-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hc-skip { position: absolute; top: -1000px; }
.hc-skip:focus { top: 8px; left: 8px; padding: 12px; background: #fff; z-index: 1000; }
@media (max-width: 1000px) {
  .hc-package-label { padding: 20px; }
  .hc-package-name { font-size: 21px; }
  .hc-package-grid { gap: 14px; }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .hc-package-label { min-height: 450px; }
}
@media (max-width: 800px) {
  .hc-package-grid { grid-template-columns: 1fr; }
  .hc-package-name { min-height: 0; font-size: 24px; }
  .hc-package-label { padding: 22px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 4px 16px; min-height: 0; }
  .hc-package-name { grid-column: 1; grid-row: 1 / 3; align-self: center; font-size: 21px; }
  .hc-package-price { grid-column: 2; grid-row: 1; margin: 0; font-size: 28px; text-align: right; }
  .hc-package-label > .hc-small { grid-column: 2; grid-row: 2; font-size: 12px; text-align: right; }
  .hc-package-intro { grid-column: 1 / -1; margin: 16px 0 12px; }
  .hc-hosting { grid-column: 1 / -1; margin: 0 0 14px; }
  .hc-selection { grid-column: 1 / -1; }
  .hc-field-grid { grid-template-columns: 1fr; gap: 0; }
  .hc-enquiry { padding: 24px; }
  .hc-next-actions { grid-template-columns: 1fr; }
  .hc-next-ready { padding: 24px; }
}
@media (max-width: 480px) {
  .hc-next-ready { padding: 20px 16px; }
  .hc-next-choice { padding: 20px; }
  .hc-enquiry { padding: 22px 18px; }
  .hc-details-link { text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .home-clear-r54 *, .home-clear-r54 *::before, .home-clear-r54 *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .home-clear-r54 .hc-route:is(:hover, :focus-visible, :active) { transform: none; }
  .home-clear-r54 .hc-builder-choice:hover { transform: none; }
  .hc-next-choice:hover { transform: none; }
}
@media (forced-colors: active) {
  .home-clear-r54 .hc-route { background: Canvas; border: 1px solid ButtonText; box-shadow: none; }
  .home-clear-r54 .hc-route:focus-visible { outline-color: Highlight; }
}

/* Keep the regular price visible alongside an active promo price. */
.home-clear-r54 .hc-price-comparison {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 12px;
}
.home-clear-r54 .hc-price-was {
  font-size: 0.58em;
  font-weight: 500;
  line-height: 1.5;
  color: #6e5e79;
  white-space: nowrap;
}
.home-clear-r54 .hc-price-was s {
  text-decoration-line: line-through;
  text-decoration-thickness: 1.5px;
}
.home-clear-r54 .hc-price-now { white-space: nowrap; }
@media (min-width: 481px) and (max-width: 800px) {
  .home-clear-r54 .hc-package-price.hc-price-comparison {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 480px) {
  .home-clear-r54 .hc-package-label:has(.hc-price-comparison) {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-clear-r54 .hc-package-label:has(.hc-price-comparison) > :is(.hc-package-name, .hc-package-price, .hc-small) {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
  }
  .home-clear-r54 .hc-package-price.hc-price-comparison { margin-top: 8px; }
}
