: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-shadow: 0 24px 70px rgba(7, 17, 31, .13);
}

html { scroll-behavior: smooth; }

body {
  color: var(--ghfs-ink);
  background:
    radial-gradient(circle at 8% -8%, rgba(24, 215, 232, .1), transparent 30rem),
    #fff;
}

.ghfs-container {
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
}

.ghfs-site-content { min-height: 55vh; }

.ghfs-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  padding: 12px 0;
  border-bottom: 0;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 40px rgba(7, 17, 31, .055);
  backdrop-filter: blur(20px);
}

.ghfs-header__inner {
  min-height: 68px;
  gap: 25px;
}

.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: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 7px 14px rgba(7, 17, 31, .14));
}

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

.ghfs-brand__text strong {
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: -.045em;
}

.ghfs-brand__text small {
  margin-top: 7px;
  color: var(--ghfs-blue);
  font-size: .53rem;
  font-weight: 900;
  letter-spacing: .19em;
}

.ghfs-nav { margin-left: auto; }
.ghfs-nav ul { gap: 4px; }

.ghfs-nav a {
  padding: 10px 12px;
  border-radius: 10px;
  color: #26384d;
  font-size: .88rem;
  font-weight: 760;
}

.ghfs-nav a:hover,
.ghfs-nav .current-menu-item > a {
  color: var(--ghfs-blue);
  background: rgba(39, 116, 255, .06);
}

.ghfs-actions { gap: 9px; }

.ghfs-btn {
  border-radius: 12px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ghfs-btn:hover { transform: translateY(-1px); }

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

.ghfs-btn--light {
  border: 1px solid #fff;
  color: var(--ghfs-blue);
  background: #fff;
}

.ghfs-btn--ghost {
  border-color: rgba(39, 116, 255, .22);
  color: var(--ghfs-blue);
  background: rgba(39, 116, 255, .035);
}

.ghfs-btn--large { padding: 14px 21px; }
.ghfs-burger { border-radius: 10px; }

.ghfs-marketing { padding-top: 22px; }

.ghfs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: var(--ghfs-cyan);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ghfs-mkt-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
  align-items: center;
  gap: clamp(35px, 6vw, 85px);
  min-height: 650px;
  padding: clamp(48px, 7vw, 90px);
  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-mkt-hero__glow {
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .28;
}

.ghfs-mkt-hero__glow--one {
  top: -170px;
  right: 12%;
  background: var(--ghfs-cyan);
}

.ghfs-mkt-hero__glow--two {
  bottom: -230px;
  left: 20%;
  background: var(--ghfs-blue);
}

.ghfs-mkt-hero__copy { position: relative; z-index: 2; }

.ghfs-mkt-hero h1 {
  max-width: 770px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.8vw, 5.55rem);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.068em;
}

.ghfs-mkt-hero__copy > p {
  max-width: 680px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  line-height: 1.72;
}

.ghfs-mkt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ghfs-mkt-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 31px;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 700;
}

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

.ghfs-mkt-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-mkt-hero__visual {
  position: relative;
  min-height: 480px;
}

.ghfs-mkt-hero__visual > img {
  position: absolute;
  z-index: 2;
  right: 9%;
  bottom: 13%;
  width: min(300px, 70%);
  height: auto;
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, .35));
}

.ghfs-mkt-orbit {
  position: absolute;
  inset: 8% 2% 6% 12%;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(255, 255, 255, .025),
    0 0 0 76px rgba(255, 255, 255, .015);
}

.ghfs-mkt-float {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-width: 165px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 15px;
  background: rgba(12, 31, 52, .82);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .24);
  backdrop-filter: blur(15px);
}

.ghfs-mkt-float strong { font-size: .83rem; }
.ghfs-mkt-float span { margin-top: 3px; color: rgba(255, 255, 255, .55); font-size: .66rem; }
.ghfs-mkt-float--one { top: 8%; left: 3%; }
.ghfs-mkt-float--two { top: 42%; right: 0; }
.ghfs-mkt-float--three { bottom: 3%; left: 0; }

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

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

.ghfs-proof-bar div:last-child { border-right: 0; }
.ghfs-proof-bar strong { font-size: 1.16rem; font-weight: 900; letter-spacing: -.03em; }
.ghfs-proof-bar span { margin-top: 3px; color: var(--ghfs-muted); font-size: .72rem; }

.ghfs-mkt-section,
.ghfs-faq-section {
  padding: clamp(78px, 9vw, 126px) 0 0;
}

.ghfs-mkt-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 35px;
}

.ghfs-mkt-section__head > div { max-width: 760px; }
.ghfs-mkt-section__head > p { max-width: 470px; }

.ghfs-mkt-section h2,
.ghfs-faq-section h2,
.ghfs-hosting-bridge h2,
.ghfs-mkt-final h2 {
  margin: 0;
  color: var(--ghfs-ink);
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
}

.ghfs-mkt-section__head p,
.ghfs-hosting-bridge__intro p,
.ghfs-mkt-final p {
  margin: 0;
  color: var(--ghfs-muted);
  line-height: 1.72;
}

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

.ghfs-solution-card {
  position: relative;
  overflow: hidden;
  min-height: 355px;
  padding: clamp(27px, 4vw, 40px);
  border: 1px solid var(--ghfs-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(7, 17, 31, .05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

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

.ghfs-solution-card--feature {
  background: linear-gradient(145deg, rgba(39, 116, 255, .08), #fff 55%);
}

.ghfs-solution-card__number {
  position: absolute;
  top: 25px;
  right: 27px;
  color: rgba(7, 17, 31, .13);
  font-size: 2rem;
  font-weight: 950;
}

.ghfs-solution-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--ghfs-blue);
  background: rgba(39, 116, 255, .09);
  font-size: .88rem;
  font-weight: 950;
}

.ghfs-solution-card h3 {
  margin: 22px 0 11px;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -.04em;
}

.ghfs-solution-card p {
  max-width: 540px;
  margin: 0;
  color: var(--ghfs-muted);
  line-height: 1.65;
}

.ghfs-solution-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 21px 0 27px;
  padding: 0;
  list-style: none;
}

.ghfs-solution-card li {
  padding: 7px 9px;
  border-radius: 8px;
  color: #3c5067;
  background: var(--ghfs-cloud);
  font-size: .7rem;
  font-weight: 700;
}

.ghfs-solution-card > a {
  color: var(--ghfs-blue);
  font-size: .8rem;
  font-weight: 850;
  text-decoration: none;
}

.ghfs-solution-card > a span { margin-left: 6px; font-size: 1.05rem; }

.ghfs-hosting-bridge {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(35px, 6vw, 80px);
  margin-top: clamp(85px, 10vw, 135px);
  padding: clamp(50px, 7vw, 82px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 0%, rgba(24, 215, 232, .2), transparent 28rem),
    linear-gradient(145deg, #07111f, #0d2037);
  box-shadow: 0 30px 80px rgba(7, 17, 31, .22);
}

.ghfs-hosting-bridge h2 { color: #fff; }
.ghfs-hosting-bridge__intro p { margin-top: 19px; color: rgba(255, 255, 255, .62); }
.ghfs-hosting-bridge__intro .ghfs-btn { margin-top: 27px; }

.ghfs-hosting-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ghfs-hosting-cards article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 24px 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.ghfs-hosting-cards article.is-popular {
  border-color: rgba(24, 215, 232, .42);
  background: rgba(255, 255, 255, .09);
}

.ghfs-hosting-cards article > b {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 7px;
  border-radius: 99px;
  color: #07515b;
  background: rgba(24, 215, 232, .75);
  font-size: .55rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ghfs-hosting-cards article > span {
  padding-right: 50px;
  color: var(--ghfs-cyan);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ghfs-hosting-cards h3 {
  margin: 18px 0 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: -.05em;
}

.ghfs-hosting-cards h3 sup { top: -.65em; font-size: .7rem; }
.ghfs-hosting-cards h3 small { margin-left: 4px; color: rgba(255, 255, 255, .5); font-size: .62rem; letter-spacing: 0; }
.ghfs-hosting-cards p { flex: 1; color: rgba(255, 255, 255, .62); font-size: .78rem; line-height: 1.6; }
.ghfs-hosting-cards a { color: #fff; font-size: .76rem; font-weight: 850; text-decoration: none; }

.ghfs-mkt-section--split {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 8vw, 110px);
}

.ghfs-value-list { border-top: 1px solid var(--ghfs-line); }

.ghfs-value-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--ghfs-line);
}

.ghfs-value-list article > span {
  color: var(--ghfs-blue);
  font-size: .72rem;
  font-weight: 900;
}

.ghfs-value-list h3 { margin: 0 0 5px; font-size: 1.2rem; font-weight: 900; }
.ghfs-value-list p { margin: 0; color: var(--ghfs-muted); line-height: 1.6; }

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

.ghfs-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-faq-grid summary {
  cursor: pointer;
  font-weight: 850;
  letter-spacing: -.02em;
}

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

.ghfs-mkt-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: clamp(80px, 10vw, 130px) 0 0;
  padding: clamp(42px, 6vw, 65px);
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(130deg, var(--ghfs-blue), #004fd2);
  box-shadow: 0 24px 60px rgba(39, 116, 255, .25);
}

.ghfs-mkt-final h2 { color: #fff; }
.ghfs-mkt-final p { margin-top: 11px; color: rgba(255, 255, 255, .72); }
.ghfs-mkt-final .ghfs-mkt-actions { flex: 0 0 auto; margin-top: 0; }
.ghfs-mkt-final .ghfs-btn--primary { border-color: #fff; color: var(--ghfs-blue); background: #fff; box-shadow: none; }
.ghfs-mkt-final .ghfs-btn--ghost { border-color: rgba(255, 255, 255, .4); color: #fff; background: rgba(255, 255, 255, .04); }

.ghfs-footer {
  margin-top: clamp(75px, 10vw, 120px);
  padding: 58px 0 22px;
  color: rgba(255, 255, 255, .72);
  background: var(--ghfs-ink);
}

.ghfs-footer__grid--nova {
  grid-template-columns: 1.4fr .7fr .8fr .9fr;
  gap: 45px;
}

.ghfs-footer h3,
.ghfs-footer h4 { color: #fff; }
.ghfs-footer__brand h3 { margin: 0 0 12px; font-size: 1.6rem; font-weight: 900; letter-spacing: -.04em; }
.ghfs-footer__brand p { max-width: 430px; line-height: 1.7; }

.ghfs-footer__links {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ghfs-footer__links a { color: rgba(255, 255, 255, .66); text-decoration: none; }
.ghfs-footer__links a:hover { color: var(--ghfs-cyan); }

.ghfs-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.ghfs-footer__bottom p { margin: 0; }
.ghfs-footer__bottom a { color: var(--ghfs-cyan); }

.ghfs-content {
  margin-top: 30px;
  padding: clamp(25px, 4vw, 48px);
  border: 1px solid var(--ghfs-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(7, 17, 31, .06);
}

.ghfs-content h1 {
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -.06em;
}

@media (max-width: 1120px) {
  .ghfs-mkt-hero { grid-template-columns: 1fr; }
  .ghfs-mkt-hero__visual { min-height: 390px; }
  .ghfs-hosting-bridge { grid-template-columns: 1fr; }
  .ghfs-footer__grid--nova { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .ghfs-nav,
  .ghfs-actions {
    background: rgba(255, 255, 255, .98);
  }

  .ghfs-nav.is-open {
    z-index: 100 !important;
    background: rgba(255, 255, 255, .98) !important;
    border-top: 1px solid rgba(13, 183, 215, .16);
    box-shadow: 0 20px 40px rgba(6, 21, 39, .18);
  }

  .ghfs-nav.is-open a {
    color: var(--ghfs-ink) !important;
  }

  .ghfs-solution-grid,
  .ghfs-mkt-section--split,
  .ghfs-faq-grid {
    grid-template-columns: 1fr;
  }

  .ghfs-mkt-section__head,
  .ghfs-mkt-final {
    align-items: flex-start;
    flex-direction: column;
  }

  .ghfs-hosting-cards { grid-template-columns: 1fr; }
  .ghfs-hosting-cards article { min-height: 250px; }
}

@media (max-width: 680px) {
  .ghfs-container { width: min(100% - 26px, 1320px); }
  .ghfs-brand__text small { letter-spacing: .12em; }
  .ghfs-brand__robot { width: 48px; height: 48px; }
  .ghfs-mkt-hero { min-height: auto; padding: 43px 24px; border-radius: 23px; }
  .ghfs-mkt-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .ghfs-mkt-hero__visual { min-height: 330px; }
  .ghfs-mkt-float { min-width: 140px; padding: 12px; }
  .ghfs-proof-bar { grid-template-columns: 1fr 1fr; }
  .ghfs-proof-bar div:nth-child(2) { border-right: 0; }
  .ghfs-proof-bar div:nth-child(-n+2) { padding-bottom: 17px; border-bottom: 1px solid var(--ghfs-line); }
  .ghfs-proof-bar div:nth-child(n+3) { padding-top: 17px; }
  .ghfs-hosting-bridge { padding: 42px 24px; border-radius: 23px; }
  .ghfs-footer__grid--nova { grid-template-columns: 1fr; }
  .ghfs-footer__bottom { flex-direction: column; }
}
