:root {
  --blue: #0f7ee8;
  --blue-strong: #0574dc;
  --blue-soft: #eaf5ff;
  --navy: #0b1f3a;
  --navy-2: #102a4d;
  --text: #304056;
  --muted: #66758a;
  --line: #dce8f5;
  --green: #18a058;
  --orange: #f39a22;
  --shadow: 0 22px 60px rgba(12, 50, 93, .12);
  --card-shadow: 0 16px 38px rgba(12, 50, 93, .10);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #f7fbff;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 10%, rgba(15, 126, 232, .08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 56%, #ffffff 100%);
  line-height: 1.6;
}

a {
  color: inherit;
}

.page-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 72px;
}

.hero {
  text-align: center;
  padding: 10px 0 34px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  text-decoration: none;
  margin-bottom: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.brand-mark {
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 3rem);
}

.brand-name {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3rem);
}

.hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  line-height: .95;
  letter-spacing: 0;
  font-weight: 850;
}

.hero h1 span,
.hero h1 strong {
  display: block;
}

.hero h1 strong {
  color: var(--blue);
}

.hero-copy {
  margin: 30px auto 0;
  max-width: 660px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.status-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  margin: 22px 0 58px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.status-item {
  min-height: 218px;
  padding: 38px 34px 36px;
  text-align: center;
}

.status-item + .status-item {
  border-left: 1px solid var(--line);
}

.status-item img {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
}

.status-item h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.25;
}

.status-item p {
  margin: 0 auto;
  max-width: 250px;
  color: var(--muted);
}

.powered-section {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(360px, 1fr);
  gap: 56px;
  align-items: center;
  margin: 0 0 52px;
  padding: 42px;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #f1f8ff 100%);
  border: 1px solid var(--line);
  box-shadow: var(--card-shadow);
}

.hosting-visual {
  display: grid;
  place-items: center;
  min-height: 310px;
}

.hosting-visual img {
  width: min(100%, 390px);
  height: auto;
  display: block;
}

.eyebrow {
  margin: 0;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0;
}

.powered-copy h2 {
  margin: 4px 0 10px;
  color: var(--navy);
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}

.tagline {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.1rem;
}

.service-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 12px 16px;
  color: var(--navy);
  font-weight: 750;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.service-list img {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.support-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 30px;
  background: var(--blue-soft);
  border: 1px solid #cde6ff;
  border-radius: 26px;
}

.support-icon {
  width: 58px;
  height: 58px;
}

.support-card h2 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 1.45rem;
}

.support-card p {
  margin: 0;
  color: #4f647c;
}

.support-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(15, 126, 232, .25);
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.support-button:hover,
.support-button:focus {
  background: var(--blue-strong);
}

.site-footer {
  background: var(--navy);
  color: #d6e4f4;
  padding: 56px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 34px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.footer-grid h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1rem;
}

.footer-grid p {
  margin: 0;
  color: #afc3dc;
}

.footer-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #afc3dc;
}

.footer-grid a {
  color: #d6e4f4;
  text-decoration: none;
}

.footer-grid a:hover,
.footer-grid a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.copyright {
  width: min(1120px, calc(100% - 40px));
  margin: 38px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(214, 228, 244, .16);
  color: #8fa9c8;
  font-size: .95rem;
  text-align: center;
}

@media (max-width: 860px) {
  .page-shell {
    width: min(100% - 28px, 720px);
    padding: 34px 0 48px;
  }

  .brand {
    margin-bottom: 24px;
  }

  .hero {
    padding-bottom: 24px;
  }

  .hero-copy {
    margin-top: 22px;
  }

  .status-card {
    grid-template-columns: 1fr;
    margin-bottom: 36px;
    border-radius: 22px;
  }

  .status-item {
    min-height: 0;
    padding: 28px 24px;
  }

  .status-item + .status-item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .powered-section {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px;
    border-radius: 22px;
    text-align: center;
  }

  .hosting-visual {
    min-height: 220px;
  }

  .service-list li {
    justify-content: flex-start;
    text-align: left;
  }

  .support-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 28px 22px;
    border-radius: 22px;
  }

  .support-button {
    width: 100%;
    max-width: 330px;
    white-space: normal;
    text-align: center;
    padding: 12px 20px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    width: min(100% - 32px, 720px);
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: min(100% - 24px, 460px);
    padding-top: 28px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .hero-copy br {
    display: none;
  }

  .status-item img {
    width: 46px;
    height: 46px;
  }

  .powered-section {
    padding: 22px 18px;
  }

  .hosting-visual {
    min-height: 185px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100% - 28px, 460px);
  }

  .copyright {
    width: min(100% - 28px, 460px);
  }
}
