/* Approved web-hosting hero. Styles stay local to this page and component. */
.web-hosting-hero {
  --wh-background: #22203f;
  --wh-content-max: 1120px;
  --wh-page-gutter: 40px;
  --wh-shape-clearance: 24px;
  font-family: var(--font-uni-neue);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}
.web-hosting-hero *,
.web-hosting-hero *::before,
.web-hosting-hero *::after {
  box-sizing: border-box;
}
.web-hosting-hero h1,
.web-hosting-hero h2,
.web-hosting-hero p {
  margin: 0;
}
.web-hosting-hero h1 {
  font-weight: 800;
}
.web-hosting-hero a {
  color: inherit;
  text-decoration: none;
}
.web-hosting-hero .offer-secondary {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  line-height: inherit;
}
.web-hosting-hero :is(a, button):focus-visible {
  outline: 3px solid #cbb8f3;
  outline-offset: 6px;
}
.web-hosting-hero :is(a, button) {
  -webkit-tap-highlight-color: transparent;
}
.web-hosting-hero .wh-wrap {
  width: calc(100% - var(--wh-page-gutter) * 2);
  max-width: var(--wh-content-max);
  margin-inline: auto;
}
@media (min-width: 1500px) {
  .web-hosting-hero {
    --wh-content-max: 1180px;
  }
}
@media (max-width: 1150px) {
  .web-hosting-hero {
    --wh-page-gutter: 32px;
  }
}
@media (max-width: 600px) {
  .web-hosting-hero {
    --wh-page-gutter: 20px;
  }
}
@media (max-width: 359px) {
  .web-hosting-hero {
    --wh-page-gutter: 16px;
  }
}
.web-hosting-hero {
  background: var(--wh-background);
  color: white;
  overflow: hidden;
}
.web-hosting-hero .friendly-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  padding-top: 50px;
  padding-bottom: 32px;
  min-height: 565px;
}
.web-hosting-hero .offer-copy {
  min-width: 0;
  padding: 10px 0 20px;
}
.web-hosting-hero .offer-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #dbd0f4;
  font-size: 17px;
  letter-spacing: 1.8px;
  font-weight: 800;
  text-transform: uppercase;
}
.web-hosting-hero .offer-label > [aria-hidden='true'] {
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #bca2f0;
}
.web-hosting-hero .offer-copy h1 {
  font-size: 67px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-top: 22px;
}
.web-hosting-hero .offer-copy h1 em {
  color: #ffda77;
  font-style: normal;
}
.web-hosting-hero .offer-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #d3cddd;
  margin-top: 22px;
}
.web-hosting-hero .offer {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 24px;
}
.web-hosting-hero [data-hosting-hero-offer][hidden] {
  display: none;
}
.web-hosting-hero .offer-price {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.web-hosting-hero .from {
  font-size: 13px;
  color: #d3cddd;
  margin-bottom: 1px;
}
.web-hosting-hero .amount {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -3px;
  color: #ffda77;
  white-space: nowrap;
}
.web-hosting-hero .per {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  margin-left: 6px;
}
.web-hosting-hero .offer-terms {
  padding: 5px 0 5px 22px;
  border-left: 1px solid #d2bdff3b;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 20px;
  color: #d3cddd;
}
.web-hosting-hero .offer-terms strong {
  color: #e4deed;
  font-weight: 700;
  font-size: 14px;
}
.web-hosting-hero .offer-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 25px;
}
.web-hosting-hero .offer-button {
  background: #ffda77;
  color: #22203f;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 16px 23px;
  font-size: 16px;
  font-weight: 800;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  transition:
    transform 0.15s,
    background 0.15s;
}
.web-hosting-hero .offer-button svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.web-hosting-hero .offer-button:hover {
  transform: translateY(-2px);
  background: #ffe397;
}
.web-hosting-hero .offer-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
.web-hosting-hero .offer-secondary svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.web-hosting-hero .offer-secondary:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.web-hosting-hero .offer-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
  font-size: 18px;
  color: #d8d1e3;
}
.web-hosting-hero .offer-includes > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.web-hosting-hero .offer-includes svg {
  width: 18px;
  height: 18px;
  color: #c7b0ee;
  stroke-width: 2;
}
.web-hosting-hero .reassurance {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1.17fr;
  border-top: 1px solid #ffffff21;
  padding: 24px 0 30px;
  gap: 35px;
}
.web-hosting-hero .reassurance > div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.web-hosting-hero .reassurance svg {
  width: 24px;
  height: 24px;
  color: #bca6e5;
  flex-shrink: 0;
}
.web-hosting-hero .reassurance b {
  font-size: 17px;
  display: block;
}
.web-hosting-hero .reassurance small {
  font-size: 15px;
  color: #bdb6cb;
  display: block;
  margin-top: 4px;
}
@media (min-width: 1500px) {
  .web-hosting-hero .friendly-grid {
    gap: 60px;
  }
  .web-hosting-hero .offer-copy h1 {
    font-size: 71px;
  }
}
@media (max-width: 1150px) {
  .web-hosting-hero .friendly-grid {
    gap: 35px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    padding-top: 40px;
  }
  .web-hosting-hero .offer-copy h1 {
    font-size: 57px;
  }
  .web-hosting-hero .offer-intro {
    font-size: 16px;
  }
  .web-hosting-hero .offer {
    gap: 17px;
  }
  .web-hosting-hero .amount {
    font-size: 70px;
  }
  .web-hosting-hero .offer-terms {
    padding-left: 17px;
    font-size: 14px;
    gap: 5px;
  }
  .web-hosting-hero .offer-terms strong {
    font-size: 14px;
  }
  .web-hosting-hero .offer-actions {
    gap: 17px;
    flex-wrap: wrap;
  }
  .web-hosting-hero .offer-button {
    gap: 20px;
    padding: 15px 20px;
    font-size: 15px;
  }
  .web-hosting-hero .offer-secondary {
    font-size: 14px;
  }
  .web-hosting-hero .offer-includes {
    font-size: 18px;
    gap: 10px;
  }
  .web-hosting-hero .reassurance {
    gap: 22px;
  }
  .web-hosting-hero .reassurance b {
    font-size: 17px;
  }
  .web-hosting-hero .reassurance small {
    font-size: 15px;
  }
  .web-hosting-hero .desktop-break {
    display: none;
  }
}
@media (max-width: 1000px) {
  .web-hosting-hero .friendly-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .web-hosting-hero .offer-copy {
    width: 100%;
    max-width: 580px;
    margin: auto;
    padding-bottom: 0;
  }
  .web-hosting-hero .offer-copy h1 {
    font-size: 66px;
  }
  .web-hosting-hero .offer-intro {
    font-size: 18px;
    max-width: 490px;
  }
  .web-hosting-hero .amount {
    font-size: 80px;
  }
  .web-hosting-hero .offer-terms {
    font-size: 14px;
  }
  .web-hosting-hero .offer-terms strong {
    font-size: 14px;
  }
  .web-hosting-hero .offer-actions {
    gap: 24px;
  }
  .web-hosting-hero .offer-button {
    font-size: 16px;
    padding: 16px 23px;
  }
  .web-hosting-hero .offer-secondary {
    font-size: 14px;
  }
  .web-hosting-hero .offer-includes {
    font-size: 18px;
    gap: 17px;
  }
  .web-hosting-hero .reassurance {
    gap: 20px;
  }
  .web-hosting-hero .reassurance > div {
    gap: 9px;
    align-items: flex-start;
  }
  .web-hosting-hero .reassurance svg {
    width: 24px;
    height: 24px;
  }
  .web-hosting-hero .reassurance small {
    font-size: 15px;
    line-height: 1.4;
  }
  .web-hosting-hero .reassurance b {
    font-size: 17px;
  }
}
@media (max-width: 600px) {
  .web-hosting-hero .friendly-grid {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .web-hosting-hero .offer-label {
    font-size: 17px;
    letter-spacing: 1.4px;
  }
  .web-hosting-hero .offer-copy h1 {
    font-size: 49px;
    letter-spacing: -1.4px;
    margin-top: 18px;
    line-height: 1.04;
  }
  .web-hosting-hero .offer-intro {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 18px;
    max-width: 350px;
  }
  .web-hosting-hero .offer {
    gap: 17px;
    margin-top: 23px;
  }
  .web-hosting-hero .from {
    font-size: 12px;
  }
  .web-hosting-hero .amount {
    font-size: 68px;
    letter-spacing: -2.2px;
  }
  .web-hosting-hero .per {
    font-size: 16px;
    margin-left: 3px;
  }
  .web-hosting-hero .offer-terms {
    padding-left: 13px;
    font-size: 14px;
    max-width: 148px;
    line-height: 1.5;
    gap: 3px;
    margin-top: 15px;
  }
  .web-hosting-hero .offer-terms strong {
    font-size: 14px;
  }
  .web-hosting-hero .offer-actions {
    margin-top: 24px;
    gap: 17px;
  }
  .web-hosting-hero .offer-button {
    width: 100%;
    font-size: 16px;
    min-height: 54px;
  }
  .web-hosting-hero .offer-secondary {
    font-size: 14px;
    justify-content: center;
    width: 100%;
  }
  .web-hosting-hero .offer-includes {
    font-size: 18px;
    justify-content: center;
    column-gap: 12px;
    row-gap: 9px;
    margin-top: 22px;
  }
  .web-hosting-hero .offer-includes > span {
    gap: 4px;
  }
  .web-hosting-hero .offer-includes svg {
    width: 18px;
    height: 18px;
  }
  .web-hosting-hero .reassurance {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 25px 0 28px;
  }
  .web-hosting-hero .reassurance > div {
    gap: 13px;
    align-items: center;
  }
  .web-hosting-hero .reassurance svg {
    width: 24px;
    height: 24px;
  }
  .web-hosting-hero .reassurance b {
    font-size: 17px;
  }
  .web-hosting-hero .reassurance small {
    font-size: 15px;
    margin-top: 2px;
  }
}
@media (max-width: 359px) {
  .web-hosting-hero .offer-copy h1 {
    font-size: 44px;
  }
  .web-hosting-hero .offer-intro {
    font-size: 16px;
  }
  .web-hosting-hero .amount {
    font-size: 62px;
  }
  .web-hosting-hero .offer {
    gap: 12px;
  }
  .web-hosting-hero .per {
    font-size: 14px;
  }
  .web-hosting-hero .offer-terms {
    padding-left: 11px;
    font-size: 14px;
  }
  .web-hosting-hero .offer-terms strong {
    font-size: 14px;
  }
  .web-hosting-hero .offer-includes {
    font-size: 18px;
    column-gap: 9px;
  }
  .web-hosting-hero .offer-secondary {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .web-hosting-hero .offer-button {
    transition: none;
  }
}

@media (max-width: 600px) {
  .web-hosting-hero .offer {
    display: block;
    margin-top: 22px;
  }
  .web-hosting-hero .offer-price {
    width: max-content;
  }
  .web-hosting-hero .offer-terms {
    max-width: none;
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    font-size: 14px;
    display: block;
    line-height: 1.6;
  }
  .web-hosting-hero .offer-terms strong {
    display: block;
    font-size: 14px;
  }
  .web-hosting-hero .offer-terms > span:last-child::before {
    content: ' · ';
  }
  .web-hosting-hero .offer-actions {
    margin-top: 20px;
  }
}

/* A lighter transition below the dark hero; shared components stay unchanged. */
.web-hosting-services {
  background: #f7f5fa;
  color: #22203f;
}
.web-hosting-services hr {
  border-color: #d8d2e3;
}
.web-hosting-hero .offer-secondary {
  min-height: 44px;
}
@media (max-width: 1150px) and (min-width: 1001px) {
  .web-hosting-hero .offer {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
  .web-hosting-hero .offer-terms {
    margin-top: 14px;
  }
}
@media (max-width: 600px) {
  .web-hosting-hero .offer-includes {
    column-gap: 16px;
    row-gap: 10px;
  }
}
/* Larger supporting copy, including narrow screens. */
.web-hosting-hero .offer-label {
  line-height: 1.4;
}
.web-hosting-hero .offer-label > [aria-hidden='true'] {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}
.web-hosting-hero .offer-includes {
  line-height: 1.4;
}
.web-hosting-hero .offer-includes svg {
  flex-shrink: 0;
}
.web-hosting-hero .reassurance > div {
  align-items: flex-start;
}
.web-hosting-hero .reassurance svg {
  margin-top: 1px;
}
.web-hosting-hero .reassurance b {
  line-height: 1.3;
}
.web-hosting-hero .reassurance small {
  line-height: 1.4;
}
@media (max-width: 850px) {
  .web-hosting-hero .reassurance {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Fill the first screen up to 850px; content can still grow when it needs more room. */
@media (min-width: 1001px) {
  .web-hosting-hero {
    --hero-sizing-viewport: min(100svh, calc(850px + var(--header-height, 75px)));
    display: flex;
    min-height: calc(var(--hero-sizing-viewport) - var(--header-height, 75px));
    flex-direction: column;
  }

  .web-hosting-hero .friendly-grid {
    flex: 1 0 auto;
    min-height: 0;
    padding-top: clamp(24px, calc(var(--hero-sizing-viewport) * 0.045), 56px);
    padding-bottom: clamp(16px, calc(var(--hero-sizing-viewport) * 0.025), 32px);
  }

  .web-hosting-hero .offer-copy {
    padding-block: 0;
  }

  .web-hosting-hero .reassurance {
    flex: 0 0 auto;
  }
}

@media (min-width: 1001px) and (max-height: 800px) {
  .web-hosting-hero .friendly-grid {
    padding-block: 24px 16px;
  }

  .web-hosting-hero .offer-copy h1 {
    margin-top: 16px;
  }

  .web-hosting-hero .offer-intro {
    margin-top: 16px;
  }

  .web-hosting-hero .offer {
    margin-top: 18px;
  }

  .web-hosting-hero .offer-actions {
    margin-top: 18px;
  }

  .web-hosting-hero .offer-includes {
    margin-top: 16px;
  }

  .web-hosting-hero .reassurance {
    padding-block: 18px 22px;
  }
}

/* Leave room for the existing floating contact button beside the benefit row. */
@media (min-width: 1001px) and (max-width: 1199px) {
  .web-hosting-hero .reassurance {
    padding-right: 64px;
  }
}

/* Approved geometric corner shapes; keep decoration behind readable content. */
.web-hosting-hero {
  position: relative;
  isolation: isolate;
}

.web-hosting-hero .friendly-grid,
.web-hosting-hero .reassurance {
  position: relative;
  z-index: 1;
}

/* Preserve contrast when copy wraps without adding padding or changing height. */
.web-hosting-hero .offer-copy {
  position: relative;
  background: var(--wh-background);
  box-shadow: 0 0 0 16px var(--wh-background);
}

.web-hosting-hero .reassurance {
  background: var(--wh-background);
  box-shadow:
    16px 0 var(--wh-background),
    -16px 0 var(--wh-background);
}

.web-hosting-hero .wh-shapes {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.web-hosting-hero .wh-shape {
  position: absolute;
  display: block;
  pointer-events: none;
}

/* The accent can occupy only the gutter outside the shared content bounds. */
.web-hosting-hero .wh-shape-rail {
  container: wh-shape-rail / inline-size;
  position: absolute;
  inset-block: 0;
  left: 0;
  width: clamp(0px, max(var(--wh-page-gutter), (100% - var(--wh-content-max)) / 2) - var(--wh-shape-clearance), 72px);
  overflow: hidden;
}

@container wh-shape-rail (max-width: 23px) {
  .web-hosting-hero .wh-shape-stack {
    display: none;
  }
}

.web-hosting-hero .wh-shape-corner {
  width: 212px;
  height: 212px;
  right: 8px;
  top: -58px;
}

.web-hosting-hero .wh-shape-stack {
  width: 72px;
  height: 144px;
  left: -8px;
  top: 44%;
}

.web-hosting-hero .wh-shape-pair {
  width: 112px;
  height: 56px;
  left: -10px;
  bottom: 0;
  z-index: 0;
}

.web-hosting-hero .wh-shape-diamond {
  width: 35px;
  height: 35px;
  left: 8px;
  top: -16px;
  z-index: 0;
  background: #92e990;
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .web-hosting-hero .wh-shape-corner {
    right: -52px;
    top: -75px;
  }
}

@media (max-width: 600px) {
  .web-hosting-hero .wh-shape-corner {
    right: -25px;
    top: -30px;
    transform: scale(0.52);
    transform-origin: top right;
  }

  .web-hosting-hero .wh-shape-diamond {
    top: 0;
    width: 20px;
    height: 20px;
  }

  .web-hosting-hero .wh-shape-pair {
    left: 0;
    transform: scale(0.65);
    transform-origin: left bottom;
  }
}

@media (max-width: 430px) {
  .web-hosting-hero .wh-shape-corner {
    right: -8px;
    top: -56px;
    transform: scale(0.36);
  }
}

/* Approved retro champion artwork with long navy track pants. */
.web-hosting-hero .friendly-visual {
  position: relative;
  height: 510px;
  isolation: isolate;
}
.web-hosting-hero .character-stage {
  position: absolute;
  inset: 0;
  isolation: isolate;
}
.web-hosting-hero .character-photo {
  position: absolute;
  left: -6%;
  bottom: -3%;
  z-index: 1;
  width: 112%;
  max-width: none;
  height: 112%;
  object-fit: contain;
  object-position: center;
  clip-path: circle(49% at 50% 50%);
}
.web-hosting-hero .speed-note {
  position: absolute;
  z-index: 4;
  bottom: -12px;
  left: 9%;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 292px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff9ee;
  color: #29233c;
  box-shadow: 0 12px 30px #14102225;
  transform: rotate(-3deg);
}
.web-hosting-hero .speed-note-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #a48ec7;
  border-radius: 50%;
  background: #ebe2fa;
  color: #695183;
}
.web-hosting-hero .speed-note-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.8;
}
.web-hosting-hero .speed-note b {
  display: block;
  font-size: 17px;
  font-weight: 800;
}
.web-hosting-hero .speed-note div > span {
  display: block;
  margin-top: 3px;
  color: #655d77;
  font-size: 14px;
  white-space: nowrap;
}
.web-hosting-hero .note-spark {
  align-self: flex-start;
  margin-left: 9px;
  color: #8869ad;
  font-size: 24px;
}
@media (min-width: 1500px) {
  .web-hosting-hero .friendly-visual {
    height: 530px;
  }
}
@media (max-width: 1150px) {
  .web-hosting-hero .speed-note {
    gap: 9px;
    padding: 13px;
  }
  .web-hosting-hero .speed-note-icon {
    width: 32px;
    height: 32px;
  }
  .web-hosting-hero .speed-note-icon svg {
    width: 20px;
    height: 20px;
  }
  .web-hosting-hero .note-spark {
    font-size: 22px;
  }
}
@media (min-width: 1001px) and (max-width: 1150px) {
  .web-hosting-hero .friendly-visual {
    height: 430px;
  }
  .web-hosting-hero .speed-note {
    width: 280px;
    left: 4%;
  }
}
@media (max-width: 1000px) {
  .web-hosting-hero .friendly-visual {
    width: 100%;
    max-width: 480px;
    height: 480px;
    margin: 48px auto 12px;
  }
}
@media (max-width: 600px) {
  .web-hosting-hero .friendly-visual {
    max-width: 370px;
    height: 390px;
    margin-block: 40px 8px;
  }
  .web-hosting-hero .speed-note {
    bottom: -3px;
    left: 7%;
    width: 270px;
    min-height: 65px;
    padding: 11px 12px;
    border-radius: 8px;
  }
  .web-hosting-hero .speed-note-icon {
    width: 29px;
    height: 29px;
  }
  .web-hosting-hero .speed-note-icon svg {
    width: 19px;
    height: 19px;
  }
  .web-hosting-hero .speed-note b {
    font-size: 16px;
  }
  .web-hosting-hero .speed-note div > span {
    font-size: 13px;
  }
  .web-hosting-hero .note-spark {
    margin-left: 4px;
    font-size: 17px;
  }
}
@media (max-width: 359px) {
  .web-hosting-hero .friendly-visual {
    height: 330px;
  }
  .web-hosting-hero .speed-note {
    left: 1%;
    width: 265px;
    gap: 7px;
    padding-inline: 10px;
  }
}
