* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #06142e;
  --muted: #60708b;
  --blue: #0a66ff;
  --violet: #6b35ff;
  --cyan: #08c8ff;
  --line: #dfe7f4;
  --shadow: none;
}

body {
  color: var(--ink);
  background: #f6f9ff;
  font-family: var(--font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

.hosting-hero {
  min-height: 720px;
  padding: 28px clamp(22px, 5vw, 70px) 80px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 16%, rgba(107, 53, 255, .32), transparent 26rem),
    radial-gradient(circle at 16% 78%, rgba(8, 200, 255, .18), transparent 26rem),
    linear-gradient(135deg, #06142e 0%, #0b2361 52%, #08072c 100%);
  overflow: hidden;
}

.hosting-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 70px;
}

.hosting-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hosting-brand img {
  width: 62px;
  height: 62px;
  border-radius: 18px;
}

.hosting-brand b {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1.05;
}

.hosting-brand small {
  color: #bfd2ff;
  font-size: 14px;
}

.hosting-links {
  display: flex;
  gap: 24px;
  color: #dfe9ff;
  font-weight: 800;
}

.nav-cta,
.hero-actions a,
.plan a,
.hosting-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 13px 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font-weight: 900;
}

.nav-cta {
  color: var(--blue);
  background: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  align-items: center;
  gap: 54px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, .08);
  font-weight: 900;
}

.hero-copy h1 {
  max-width: 740px;
  font-size: clamp(42px, 5.8vw, 74px);
  line-height: .98;
  letter-spacing: -.05em;
}

.hero-copy p {
  max-width: 650px;
  margin: 22px 0 22px;
  color: #dbe6ff;
  font-size: 18px;
  line-height: 1.75;
}

.hosting-domain-search {
  width: min(100%, 660px);
  margin: 0 0 22px;
}

.hosting-search-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
}

.hosting-search-row i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}

.hosting-search-row input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-weight: 800;
}

.hosting-search-row input::placeholder {
  color: #75839d;
  font-weight: 700;
}

.hosting-search-row button,
.hosting-result-card a {
  border: 0;
  border-radius: 16px;
  padding: 13px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.hosting-domain-result {
  display: none;
  margin-top: 12px;
}

.hosting-domain-result.show {
  display: block;
}

.hosting-result-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
}

.hosting-result-card span {
  display: block;
  color: #08a969;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hosting-result-card.taken span {
  color: #ee4b4b;
}

.hosting-result-card strong,
.hosting-result-card small {
  display: block;
}

.hosting-result-card strong {
  margin: 2px 0;
  font-size: 22px;
}

.hosting-result-card small {
  color: var(--muted);
  font-weight: 800;
}

.hosting-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.hosting-suggestions button {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  padding: 9px 12px;
  color: #dbe6ff;
  background: rgba(255, 255, 255, .1);
  font-weight: 800;
  cursor: pointer;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions .outline {
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
}

.server-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 36px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}

.server-rack {
  width: 235px;
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(180deg, #152b66, #071329);
}

.server-rack span {
  position: relative;
  display: block;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid #264a98;
  border-radius: 12px;
  background: #071021;
}

.server-rack span::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 15px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
}

.float-card {
  position: absolute;
  border-radius: 18px;
  padding: 15px 18px;
  color: var(--ink);
  background: #fff;
  font-weight: 900;
}

.f1 { left: 34px; top: 70px; }
.f2 { right: 34px; top: 108px; }
.f3 { left: 64px; bottom: 80px; }
.f4 { right: 54px; bottom: 64px; }

.cloud-visual {
  min-height: clamp(390px, 44vw, 610px);
  border: 0;
  border-radius: 30px;
  background: url("Cloud.png") center / contain no-repeat;
  backdrop-filter: none;
}

.hosting-section,
.faq-section {
  padding: 78px clamp(22px, 5vw, 70px);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 8px 0 12px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -.04em;
}

.section-head p,
.plan p,
.hosting-bento p,
.faq p,
.hosting-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.plans,
.domains,
.hosting-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.plan,
.domains div,
.hosting-bento article,
.faq details {
  position: relative;
  border: 1px solid #e8eef8;
  border-radius: 26px;
  padding: 26px;
  background: #fff;
}

.plan {
  transition: transform .25s ease, border-color .25s ease;
}

.plan:hover {
  transform: translateY(-7px);
}

.plan.popular {
  border: 2px solid var(--blue);
  background: linear-gradient(180deg, #fff, #eef5ff);
}

.plan small {
  position: absolute;
  right: 20px;
  top: 18px;
  border-radius: 999px;
  padding: 6px 10px;
  color: #fff;
  background: var(--violet);
  font-weight: 900;
}

.plan h3 {
  font-size: 24px;
}

.plan strong {
  display: block;
  margin: 18px 0;
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}

.plan strong span {
  color: var(--muted);
  font-size: 14px;
}

.plan ul {
  display: grid;
  gap: 11px;
  margin: 0 0 24px;
  list-style: none;
  font-weight: 800;
}

.plan li::before {
  content: "\f00c";
  margin-right: 9px;
  color: #15bd67;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.domain-band,
.feature-marquee,
.faq-section {
  background: #fff;
}

.domains div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 23px;
}

.domains strong {
  color: var(--blue);
  font-size: 30px;
}

.domains span {
  font-weight: 900;
}

.hosting-bento article {
}

.hosting-bento .big {
  grid-column: span 2;
}

.hosting-bento i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--blue);
  background: #eef5ff;
  font-size: 24px;
}

.hosting-bento h3 {
  margin-bottom: 9px;
  font-size: 21px;
}

.feature-marquee {
  padding: 78px 0;
  overflow: hidden;
}

.marquee-row {
  overflow: hidden;
  margin: 16px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 20px;
}

.marquee-track.left { animation: leftMove 28s linear infinite; }
.marquee-track.right { animation: rightMove 30s linear infinite; }
.feature-marquee:hover .marquee-track { animation-play-state: paused; }

.marquee-track span {
  width: 260px;
  flex: 0 0 auto;
  border: 1px solid #e8eef8;
  border-radius: 22px;
  padding: 22px;
  background: #fff;
  font-weight: 900;
}

@keyframes leftMove {
  to { transform: translateX(-50%); }
}

@keyframes rightMove {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.compare-table {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

th,
td {
  padding: 20px;
  border-bottom: 1px solid #eef2f7;
  text-align: center;
}

th:first-child,
td:first-child {
  text-align: left;
}

th {
  background: #f3f7ff;
}

.faq {
  max-width: 850px;
  display: grid;
  gap: 16px;
  margin: auto;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  margin-top: 14px;
}

.hosting-cta {
  margin: 50px clamp(22px, 5vw, 70px) 80px;
  border-radius: 34px;
  padding: 68px 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  text-align: center;
}

.hosting-cta h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.hosting-cta p {
  margin: 12px 0 26px;
  color: #eef3ff;
  font-size: 18px;
}

.hosting-cta a {
  color: var(--blue);
  background: #fff;
}

.hosting-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px clamp(22px, 5vw, 70px);
  color: #d8e5ff;
  background: #06142e;
}

.hosting-footer p {
  max-width: 560px;
  color: #b8c8e8;
}

@media (max-width: 980px) {
  .hosting-nav,
  .hero-grid,
  .hosting-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hosting-links {
    flex-wrap: wrap;
  }

  .hero-grid,
  .plans,
  .domains,
  .hosting-bento {
    grid-template-columns: 1fr;
  }

  .server-visual {
    width: 100%;
    min-height: 360px;
  }

  .cloud-visual {
    min-height: 440px;
    background-size: contain;
  }

  .hosting-bento .big {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .hosting-brand img {
    width: 52px;
    height: 52px;
  }

  .hosting-brand b {
    font-size: 20px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .float-card {
    padding: 11px 13px;
    font-size: 12px;
  }

  .hosting-domain-search {
    width: 100%;
  }

  .hosting-search-row {
    grid-template-columns: auto 1fr;
    border-radius: 18px;
  }

  .hosting-search-row button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hosting-result-card {
    align-items: stretch;
    flex-direction: column;
  }

  .hosting-result-card a {
    width: 100%;
  }

  .cloud-visual {
    min-height: 320px;
    border-radius: 22px;
  }

  .f1 { left: 14px; top: 48px; }
  .f2 { right: 14px; top: 82px; }
  .f3 { left: 20px; bottom: 58px; }
  .f4 { right: 18px; bottom: 46px; }
}
