:root {
  --ghfs-ink: #07111f;
  --ghfs-ink-soft: #0d1b2e;
  --ghfs-panel: #11233a;
  --ghfs-cyan: #18d7e8;
  --ghfs-blue: #2774ff;
  --ghfs-lime: #a7f23d;
  --ghfs-cloud: #f4f8fb;
  --ghfs-muted: #6f7f91;
  --ghfs-line: rgba(7, 17, 31, .1);
  --ghfs-radius: 22px;
  --ghfs-shadow: 0 24px 70px rgba(7, 17, 31, .13);
}

html {
  scroll-behavior: smooth;
}

body.ghfs-nova {
  color: var(--ghfs-ink);
  background:
    radial-gradient(circle at 10% -10%, rgba(24, 215, 232, .09), transparent 30rem),
    #fff;
  font-feature-settings: "ss01" 1, "cv02" 1;
}

.ghfs-nova .container {
  max-width: 1320px;
}

.ghfs-nova header .navbar {
  margin: 12px 0 22px;
  padding: 14px 18px !important;
  border: 1px solid var(--ghfs-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 40px rgba(7, 17, 31, .06);
  backdrop-filter: blur(18px);
}

.ghfs-nova .navbar-brand img {
  max-height: 44px;
}

.ghfs-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ghfs-ink);
  text-decoration: none;
}

.ghfs-brand:hover {
  color: var(--ghfs-ink);
}

.ghfs-brand-robot {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 7px 14px rgba(7, 17, 31, .14));
}

.ghfs-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: .9;
}

.ghfs-brand-copy strong {
  font-size: 1.2rem;
  font-weight: 950;
  letter-spacing: -.045em;
}

.ghfs-brand-copy small {
  margin-top: 7px;
  color: var(--ghfs-blue);
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .22em;
}

.ghfs-nova .nav-link {
  font-weight: 650;
  letter-spacing: -.01em;
}

.ghfs-nova .nav-link:hover,
.ghfs-nova .nav-link.active {
  color: var(--ghfs-blue);
}

.ghfs-nova .btn {
  border-radius: 12px;
  font-weight: 750;
  letter-spacing: -.01em;
}

.ghfs-nova .btn-primary {
  border-color: var(--ghfs-blue);
  background: linear-gradient(135deg, #2774ff, #1264ee);
  box-shadow: 0 10px 24px rgba(39, 116, 255, .22);
}

.ghfs-nova .btn-primary:hover {
  border-color: #0f5de0;
  background: linear-gradient(135deg, #1769ef, #0d56d5);
  transform: translateY(-1px);
}

.ghfs-nova .btn-outline-primary {
  border-color: rgba(39, 116, 255, .28);
  color: var(--ghfs-blue);
  background: rgba(39, 116, 255, .03);
}

.ghfs-nova .content-block {
  min-width: 0;
}

.ghfs-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(48px, 7vw, 92px);
  border-radius: 30px;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(145deg, #07111f 0%, #0b1c32 58%, #102a41 100%);
  background-size: 34px 34px, 34px 34px, auto;
  box-shadow: 0 35px 90px rgba(7, 17, 31, .28);
}

.ghfs-hero-glow {
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .28;
}

.ghfs-hero-glow-one {
  top: -180px;
  right: 18%;
  background: var(--ghfs-cyan);
}

.ghfs-hero-glow-two {
  bottom: -230px;
  left: 22%;
  background: var(--ghfs-blue);
}

.ghfs-eyebrow,
.ghfs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--ghfs-cyan);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ghfs-eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--ghfs-cyan);
}

.ghfs-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 6vw, 5.7rem);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -.065em;
}

.ghfs-hero h1 em {
  color: var(--ghfs-lime);
  font-style: normal;
}

.ghfs-hero-copy {
  max-width: 650px;
  margin-top: 25px;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.ghfs-btn-primary {
  padding: 14px 22px;
}

.ghfs-btn-ghost {
  padding: 14px 22px;
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(255, 255, 255, .04);
}

.ghfs-btn-ghost:hover {
  border-color: #fff;
  color: var(--ghfs-ink);
  background: #fff;
}

.ghfs-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  color: rgba(255, 255, 255, .66);
  font-size: .88rem;
  font-weight: 650;
}

.ghfs-status-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035));
  box-shadow: 0 28px 65px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
}

.ghfs-status-card small,
.ghfs-radio-card small {
  color: var(--ghfs-cyan);
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ghfs-status-card h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.35rem;
}

.ghfs-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(167, 242, 61, .22);
  border-radius: 99px;
  color: var(--ghfs-lime);
  background: rgba(167, 242, 61, .08);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
}

.ghfs-live-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ghfs-lime);
  box-shadow: 0 0 0 5px rgba(167, 242, 61, .1);
}

.ghfs-metric {
  margin-top: 21px;
  color: rgba(255, 255, 255, .68);
  font-size: .84rem;
}

.ghfs-metric strong {
  color: #fff;
}

.ghfs-meter {
  overflow: hidden;
  height: 6px;
  margin-top: 9px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .09);
}

.ghfs-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ghfs-cyan), var(--ghfs-lime));
}

.ghfs-wave {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 62px;
  margin-top: 26px;
}

.ghfs-wave span {
  flex: 1;
  height: var(--h);
  min-width: 2px;
  border-radius: 3px;
  background: linear-gradient(to top, rgba(24, 215, 232, .2), var(--ghfs-cyan));
  opacity: .68;
}

.ghfs-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 28px 0 0;
  padding: 25px 8px;
  border: 1px solid var(--ghfs-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(7, 17, 31, .06);
}

.ghfs-proof-strip div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 18px;
  border-right: 1px solid var(--ghfs-line);
}

.ghfs-proof-strip div:last-child {
  border-right: 0;
}

.ghfs-proof-strip strong {
  color: var(--ghfs-ink);
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: -.03em;
}

.ghfs-proof-strip span {
  color: var(--ghfs-muted);
  font-size: .78rem;
}

.ghfs-section,
.ghfs-radio-section,
.ghfs-benefits {
  padding: clamp(72px, 8vw, 118px) 0 0;
}

.ghfs-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.ghfs-section-head h2,
.ghfs-radio-section h2,
.ghfs-final-cta h2 {
  margin: 0;
  color: var(--ghfs-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 850;
  line-height: 1.03;
  letter-spacing: -.055em;
}

.ghfs-section-head p,
.ghfs-radio-section p {
  max-width: 470px;
  margin: 0;
  color: var(--ghfs-muted);
  line-height: 1.7;
}

.ghfs-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 21px 22px;
  border: 1px solid var(--ghfs-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(7, 17, 31, .045);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ghfs-plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(39, 116, 255, .26);
  box-shadow: var(--ghfs-shadow);
}

.ghfs-plan-card.is-featured {
  border-color: rgba(39, 116, 255, .55);
  background: linear-gradient(180deg, rgba(39, 116, 255, .055), #fff 48%);
}

.ghfs-plan-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 8px;
  border-radius: 99px;
  color: #07515b;
  background: rgba(24, 215, 232, .18);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ghfs-plan-label {
  color: var(--ghfs-blue);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ghfs-plan-card h3 {
  margin: 9px 0 17px;
  font-size: 1.4rem;
  font-weight: 850;
  letter-spacing: -.035em;
}

.ghfs-price {
  color: var(--ghfs-ink);
  font-size: 2.45rem;
  font-weight: 900;
  letter-spacing: -.06em;
}

.ghfs-price sup {
  top: -.7em;
  margin-right: 2px;
  font-size: .8rem;
}

.ghfs-price small {
  margin-left: 5px;
  color: var(--ghfs-muted);
  font-size: .72rem;
  font-weight: 650;
  letter-spacing: 0;
}

.ghfs-plan-card ul {
  flex: 1;
  margin: 23px 0;
  padding: 0;
  list-style: none;
}

.ghfs-plan-card li {
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
  color: #516175;
  font-size: .8rem;
}

.ghfs-plan-card li::before {
  position: absolute;
  left: 0;
  color: #21aa70;
  content: "✓";
  font-weight: 900;
}

.ghfs-radio-section {
  margin-top: 108px;
  padding: clamp(55px, 7vw, 85px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 0%, rgba(24, 215, 232, .2), transparent 28rem),
    linear-gradient(145deg, #07111f, #0d2037);
}

.ghfs-radio-section h2 {
  color: #fff;
}

.ghfs-radio-section p {
  color: rgba(255, 255, 255, .63);
}

.ghfs-radio-card {
  height: 100%;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .055);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.ghfs-radio-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 215, 232, .42);
  background: rgba(255, 255, 255, .08);
}

.ghfs-radio-card h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 850;
  letter-spacing: -.035em;
}

.ghfs-radio-price {
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -.05em;
}

.ghfs-radio-price sup {
  top: -.55em;
  font-size: .68rem;
}

.ghfs-radio-price span {
  color: rgba(255, 255, 255, .52);
  font-size: .68rem;
  font-weight: 650;
  letter-spacing: 0;
}

.ghfs-radio-icon {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 28px;
  margin-bottom: 25px;
}

.ghfs-radio-icon span {
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(to top, var(--ghfs-blue), var(--ghfs-cyan));
}

.ghfs-radio-icon span:nth-child(1),
.ghfs-radio-icon span:nth-child(5) { height: 10px; }
.ghfs-radio-icon span:nth-child(2),
.ghfs-radio-icon span:nth-child(4) { height: 20px; }
.ghfs-radio-icon span:nth-child(3) { height: 28px; }

.ghfs-radio-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 26px 0;
}

.ghfs-radio-features span {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .035);
  font-size: .76rem;
}

.ghfs-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 35px;
  padding: clamp(38px, 5vw, 58px);
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(130deg, var(--ghfs-blue), #004fd2);
  box-shadow: 0 24px 60px rgba(39, 116, 255, .25);
}

.ghfs-final-cta .ghfs-kicker {
  color: rgba(255, 255, 255, .72);
}

.ghfs-final-cta h2 {
  color: #fff;
}

.ghfs-final-cta p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .74);
}

.ghfs-final-cta .btn-primary {
  border-color: #fff;
  color: var(--ghfs-blue);
  background: #fff;
  box-shadow: none;
}

.ghfs-final-cta .btn-outline-light {
  border-color: rgba(255, 255, 255, .48);
}

.ghfs-benefit {
  height: 100%;
  padding: 27px;
  border-top: 2px solid var(--ghfs-line);
}

.ghfs-benefit > span {
  color: var(--ghfs-blue);
  font-size: .76rem;
  font-weight: 900;
}

.ghfs-benefit h3 {
  margin: 15px 0 9px;
  font-size: 1.22rem;
  font-weight: 850;
  letter-spacing: -.025em;
}

.ghfs-benefit p {
  margin: 0;
  color: var(--ghfs-muted);
  line-height: 1.7;
}

.ghfs-hosting-faq {
  padding: clamp(72px, 8vw, 118px) 0 0;
}

.ghfs-hosting-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.ghfs-hosting-faq-grid details {
  padding: 22px 24px;
  border: 1px solid var(--ghfs-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7, 17, 31, .04);
}

.ghfs-hosting-faq-grid summary {
  cursor: pointer;
  font-weight: 850;
  letter-spacing: -.02em;
}

.ghfs-hosting-faq-grid p {
  margin: 15px 0 0;
  color: var(--ghfs-muted);
  line-height: 1.65;
}

.ghfs-nova .card {
  border-color: var(--ghfs-line);
  border-radius: 18px;
  box-shadow: 0 12px 38px rgba(7, 17, 31, .045);
}

.ghfs-nova .card-header {
  border-bottom-color: var(--ghfs-line);
  background: linear-gradient(180deg, #fff, #fbfdff);
}

.ghfs-nova .form-control,
.ghfs-nova .form-select {
  min-height: 44px;
  border-color: rgba(7, 17, 31, .13);
  border-radius: 11px;
}

.ghfs-nova .form-control:focus,
.ghfs-nova .form-select:focus {
  border-color: var(--ghfs-blue);
  box-shadow: 0 0 0 .2rem rgba(39, 116, 255, .12);
}

.ghfs-nova .form-label {
  color: #26384d;
  font-size: .82rem;
  font-weight: 750;
}

.ghfs-nova .accordion-item {
  overflow: hidden;
  border-color: var(--ghfs-line);
}

.ghfs-nova .accordion-button {
  padding: 19px 22px;
  color: var(--ghfs-ink);
  background: #fff;
  font-weight: 800;
  box-shadow: none;
}

.ghfs-nova .accordion-button:not(.collapsed) {
  color: var(--ghfs-ink);
  background: linear-gradient(120deg, rgba(39, 116, 255, .08), rgba(24, 215, 232, .08));
}

.ghfs-order-hero,
.ghfs-product-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  padding: clamp(38px, 6vw, 72px);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 8%, rgba(24, 215, 232, .24), transparent 24rem),
    linear-gradient(140deg, #07111f, #0c2037);
  box-shadow: 0 28px 75px rgba(7, 17, 31, .22);
}

.ghfs-order-hero::after,
.ghfs-product-hero::after {
  position: absolute;
  top: -75px;
  right: -45px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(255, 255, 255, .025),
    0 0 0 68px rgba(255, 255, 255, .018);
  content: "";
}

.ghfs-order-hero > div:first-child {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.ghfs-order-hero h1,
.ghfs-product-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
}

.ghfs-order-hero p,
.ghfs-product-hero p {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 1.05rem;
  line-height: 1.72;
}

.ghfs-order-trust {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 29px;
  color: rgba(255, 255, 255, .75);
  font-size: .78rem;
  font-weight: 700;
}

.ghfs-order-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ghfs-order-trust i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ghfs-lime);
  box-shadow: 0 0 0 5px rgba(167, 242, 61, .1);
}

.ghfs-order-shell {
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid var(--ghfs-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ghfs-shadow);
}

.ghfs-order-shell-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 24px;
}

.ghfs-order-shell-head .ghfs-kicker {
  margin-bottom: 8px;
  color: var(--ghfs-blue);
}

.ghfs-order-shell-head h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -.05em;
}

.ghfs-order-shell #orderbutton,
.ghfs-order-shell #orderbutton > .card-body {
  box-shadow: none;
  background: transparent;
}

.ghfs-catalog-step {
  border: 0;
  border-radius: 18px !important;
  background: #f8fbfd;
}

.ghfs-catalog-step .accordion-button {
  gap: 13px;
  border: 1px solid rgba(39, 116, 255, .12);
  border-radius: 16px !important;
}

.ghfs-catalog-step .accordion-button > span:nth-child(2) {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}

.ghfs-catalog-step .accordion-button small {
  color: var(--ghfs-blue);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ghfs-catalog-step .accordion-button .badge {
  color: #07515b;
  background: rgba(24, 215, 232, .16);
}

.ghfs-step-number {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--ghfs-blue);
  box-shadow: 0 8px 20px rgba(39, 116, 255, .22);
}

.ghfs-catalog-step .accordion-body {
  padding: clamp(24px, 4vw, 38px) 2px 4px;
}

.ghfs-category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.ghfs-category-head > div:first-child {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ghfs-category-icon {
  display: grid;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(39, 116, 255, .12);
  border-radius: 15px;
  color: var(--ghfs-blue);
  background: rgba(39, 116, 255, .07);
  font-size: 1.05rem;
  font-weight: 950;
}

.ghfs-category-head .ghfs-kicker {
  margin: 0 0 3px;
  color: var(--ghfs-blue);
  font-size: .62rem;
}

.ghfs-category-head h3 {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: -.04em;
}

.ghfs-category-description {
  max-width: 470px;
  color: var(--ghfs-muted);
  font-size: .86rem;
  line-height: 1.55;
}

.ghfs-category-description p {
  margin: 0;
}

.ghfs-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 13px;
}

.ghfs-catalog-grid.is-single {
  grid-template-columns: minmax(260px, 1fr);
}

.ghfs-catalog-card {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 275px;
  padding: 22px;
  border: 1px solid var(--ghfs-line);
  border-radius: 17px;
  color: var(--ghfs-ink);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(7, 17, 31, .04);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ghfs-catalog-card:hover {
  z-index: 2;
  transform: translateY(-5px);
  border-color: rgba(39, 116, 255, .4);
  color: var(--ghfs-ink);
  box-shadow: 0 20px 48px rgba(7, 17, 31, .12);
}

.ghfs-catalog-card.is-popular {
  border-color: rgba(39, 116, 255, .42);
  background: linear-gradient(180deg, rgba(39, 116, 255, .075), #fff 48%);
}

.ghfs-popular-label {
  position: absolute;
  top: 13px;
  right: 13px;
  padding: 5px 8px;
  border-radius: 99px;
  color: #07515b;
  background: rgba(24, 215, 232, .18);
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ghfs-plan-type {
  padding-right: 72px;
  color: var(--ghfs-blue);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ghfs-catalog-card h4 {
  margin: 10px 0 12px;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -.035em;
}

.ghfs-catalog-price {
  margin-bottom: 15px;
  font-size: 1.45rem;
  font-weight: 950;
  letter-spacing: -.045em;
}

.ghfs-catalog-price small {
  color: var(--ghfs-muted);
  font-size: .67rem;
  font-weight: 650;
  letter-spacing: 0;
}

.ghfs-catalog-price-text {
  font-size: 1rem;
}

.ghfs-card-description {
  flex: 1;
  overflow: hidden;
  max-height: 89px;
  color: #5e6d7e;
  font-size: .75rem;
  line-height: 1.5;
}

.ghfs-card-description p,
.ghfs-card-description ul {
  margin-top: 0;
}

.ghfs-card-description ul {
  padding-left: 17px;
}

.ghfs-card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--ghfs-line);
  color: var(--ghfs-blue);
  font-size: .77rem;
  font-weight: 850;
}

.ghfs-card-cta b {
  font-size: 1.15rem;
}

.ghfs-product-hero {
  padding-top: 42px;
  padding-bottom: 42px;
}

.ghfs-product-hero .ghfs-kicker {
  margin: 14px 0 10px;
}

.ghfs-product-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.7rem);
}

.ghfs-back-link {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 750;
  text-decoration: none;
}

.ghfs-back-link:hover {
  color: #fff;
}

.ghfs-product-shell #orderManager > .accordion-item {
  margin-bottom: 10px;
  border: 1px solid var(--ghfs-line);
  border-radius: 15px;
}

.ghfs-product-shell .well {
  padding: 22px;
  border: 1px solid var(--ghfs-line);
  border-radius: 14px;
  background: #f8fbfd;
}

.ghfs-product-shell .well h3 {
  font-weight: 900;
  letter-spacing: -.04em;
}

.page-login,
.page-signup,
.page-password-reset {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 6%, rgba(24, 215, 232, .16), transparent 25rem),
    radial-gradient(circle at 90% 92%, rgba(39, 116, 255, .14), transparent 28rem),
    #f7fafc !important;
}

.page-login .ghfs-brand,
.page-signup .ghfs-brand,
.page-password-reset .ghfs-brand {
  margin: 28px 0 10px;
}

.page-login .card,
.page-signup .card,
.page-password-reset .card {
  overflow: hidden;
  border: 1px solid rgba(7, 17, 31, .08);
  border-radius: 22px;
  box-shadow: 0 28px 75px rgba(7, 17, 31, .12);
}

.page-login .card::before,
.page-signup .card::before,
.page-password-reset .card::before {
  display: block;
  height: 5px;
  background: linear-gradient(90deg, var(--ghfs-blue), var(--ghfs-cyan), var(--ghfs-lime));
  content: "";
}

.page-login .card-body,
.page-signup .card-body,
.page-password-reset .card-body {
  padding: clamp(25px, 4vw, 38px);
}

.page-login .card h5,
.page-signup .card h5,
.page-password-reset .card h5 {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -.04em;
}

.ghfs-nova .breadcrumb {
  margin: 0 0 18px;
  padding: 10px 14px;
  border: 1px solid var(--ghfs-line);
  border-radius: 11px;
  background: rgba(255, 255, 255, .76);
  font-size: .75rem;
}

.ghfs-nova .list-group-item {
  padding: 13px 15px;
  border-color: var(--ghfs-line);
}

.ghfs-nova table {
  overflow: hidden;
  border-radius: 14px;
}

.ghfs-nova .table > :not(caption) > * > * {
  padding: .85rem;
  border-bottom-color: var(--ghfs-line);
}

.ghfs-nova .pagination .page-link {
  border-color: var(--ghfs-line);
}

.ghfs-nova #footer {
  margin-top: 60px !important;
  padding: 28px 0 18px;
  border-top: 1px solid var(--ghfs-line);
}

[data-bs-theme="dark"] body.ghfs-nova {
  color: #edf4fb;
  background: #08121f;
}

[data-bs-theme="dark"] .ghfs-nova header .navbar,
[data-bs-theme="dark"] .ghfs-proof-strip,
[data-bs-theme="dark"] .ghfs-plan-card,
[data-bs-theme="dark"] .ghfs-nova .card,
[data-bs-theme="dark"] .ghfs-nova .card-header,
[data-bs-theme="dark"] .ghfs-order-shell,
[data-bs-theme="dark"] .ghfs-catalog-card,
[data-bs-theme="dark"] .ghfs-nova .accordion-button,
[data-bs-theme="dark"] .ghfs-hosting-faq-grid details {
  color: #edf4fb;
  border-color: rgba(255, 255, 255, .1);
  background: #0d1b2e;
}

[data-bs-theme="dark"] .ghfs-section-head h2,
[data-bs-theme="dark"] .ghfs-plan-card h3,
[data-bs-theme="dark"] .ghfs-price,
[data-bs-theme="dark"] .ghfs-proof-strip strong,
[data-bs-theme="dark"] .ghfs-benefit h3 {
  color: #edf4fb;
}

@media (max-width: 991.98px) {
  .ghfs-status-card {
    max-width: 620px;
  }

  .ghfs-section-head,
  .ghfs-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ghfs-radio-section {
    margin-top: 74px;
    padding: 44px 30px;
  }
}

@media (max-width: 767.98px) {
  .ghfs-nova .container {
    padding-right: 13px;
    padding-left: 13px;
  }

  .ghfs-nova header .navbar {
    margin-top: 8px;
  }

  .ghfs-hero {
    padding: 42px 24px;
    border-radius: 24px;
  }

  .ghfs-hero h1 {
    font-size: clamp(2.6rem, 14vw, 4.1rem);
  }

  .ghfs-proof-strip {
    grid-template-columns: 1fr 1fr;
  }

  .ghfs-proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .ghfs-proof-strip div:nth-child(-n+2) {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--ghfs-line);
  }

  .ghfs-proof-strip div:nth-child(n+3) {
    padding-top: 18px;
  }

  .ghfs-radio-features {
    grid-template-columns: 1fr;
  }

  .ghfs-hosting-faq-grid {
    grid-template-columns: 1fr;
  }

  .ghfs-brand-copy {
    display: flex;
  }

  .ghfs-brand-robot {
    width: 46px;
    height: 46px;
  }

  .ghfs-order-hero,
  .ghfs-product-hero {
    padding: 36px 24px;
    border-radius: 22px;
  }

  .ghfs-order-shell {
    padding: 18px 13px;
    border-radius: 19px;
  }

  .ghfs-order-shell-head,
  .ghfs-category-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ghfs-catalog-grid {
    grid-template-columns: 1fr;
  }

  .ghfs-category-description {
    max-width: none;
  }

  .ghfs-catalog-step .accordion-button .badge {
    display: none;
  }
}
