.prelaunch {
  background: #f3f7fa;
  color: #102a43;
}
.prelaunch-header,
.prelaunch-main,
.prelaunch-footer {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
}
.prelaunch-header {
  padding-block: 28px;
}
.prelaunch-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #174a7e;
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
}
.prelaunch-brand small {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.prelaunch-intro,
.prelaunch-support {
  padding: clamp(24px, 5vw, 56px);
  background: #fff;
  border: 1px solid #d7e2ec;
  border-radius: 24px;
}
.prelaunch-state {
  display: inline-block;
  padding: 5px 16px;
  border: 1px solid #b9dce1;
  border-radius: 100px;
  background: #eaf7f8;
  color: #155c69;
  font-weight: 700;
  margin-block-end: 22px;
}
.prelaunch h1 {
  color: #174a7e;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.5;
}
.prelaunch-lead {
  font-size: 21px;
  margin-block: 18px 24px;
}
.prelaunch-notice {
  background: #fff6e4;
  border-inline-start: 4px solid #ae6410;
  padding: 18px 22px;
  border-radius: 12px;
}
.prelaunch-notice strong {
  color: #754209;
}
.prelaunch-notice p {
  margin-block-start: 6px;
}
.prelaunch-categories {
  margin-block: 38px;
}
.prelaunch h2 {
  color: #174a7e;
  font-size: 26px;
  margin-block-end: 18px;
}
.prelaunch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.prelaunch-grid article {
  background: #fff;
  border: 1px solid #d7e2ec;
  border-radius: 20px;
  padding: 24px;
}
.prelaunch-grid h3 {
  color: #174a7e;
  margin-block-end: 10px;
}
.prelaunch-note {
  font-size: 15px;
  margin-block-start: 16px;
}
.prelaunch-contact {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-block-start: 14px;
  padding: 10px 24px;
  border-radius: 12px;
  background: #174a7e;
  color: #fff;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.prelaunch a:focus-visible {
  outline: 3px solid #00778b;
  outline-offset: 4px;
}
.prelaunch-footer {
  padding-block: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  color: #496177;
}
@media (max-width: 600px) {
  .prelaunch-grid {
    grid-template-columns: 1fr;
  }
  .prelaunch-header,
  .prelaunch-main,
  .prelaunch-footer {
    width: calc(100% - 28px);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
