:root {
  --home-navy: #07152f;
  --home-blue: #113d78;
  --home-line: rgba(255, 255, 255, 0.14);
  --home-card: rgba(255, 255, 255, 0.97);
  --home-shadow: 0 24px 64px rgba(2, 13, 38, 0.28);
}

.home-page {
  min-height: 100vh;
  color: var(--text-main);
  background:
    radial-gradient(circle at 12% 8%, rgba(80, 183, 255, 0.22), transparent 28%),
    radial-gradient(circle at 88% 6%, rgba(70, 112, 255, 0.28), transparent 25%),
    linear-gradient(180deg, #143d70 0%, var(--home-navy) 54%, #edf4ff 54%, #f6f9ff 100%);
}

.home-shell {
  width: min(100% - 28px, 1180px);
  margin: 0 auto;
  padding: 24px 0 42px;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: 34px;
  align-items: center;
  min-height: 660px;
}

.home-copy-card {
  position: relative;
  z-index: 2;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 30px;
  background: var(--home-card);
  box-shadow: var(--home-shadow);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 16px;
  padding: 0 13px;
  border-radius: 999px;
  color: #1759b3;
  background: #eaf3ff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.home-title {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #0c2449;
}

.home-title span {
  display: block;
  margin-bottom: 8px;
  color: #2f6cf3;
  font-size: 0.48em;
  letter-spacing: 0.04em;
}

.home-lead {
  margin: 22px 0 0;
  color: #355178;
  font-size: 1.03rem;
  line-height: 1.9;
}

.home-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.home-point {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(47, 108, 243, 0.13);
  border-radius: 999px;
  color: #174b91;
  background: #f3f7ff;
  font-size: 0.86rem;
  font-weight: 800;
}

.home-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
}

.home-actions .landing-cta {
  min-height: 58px;
}

.home-note {
  margin: 14px 0 0;
  color: #667b9a;
  font-size: 0.82rem;
  line-height: 1.65;
}

.home-visual {
  position: relative;
  z-index: 1;
}

.home-visual::before {
  content: "";
  position: absolute;
  inset: 8% -7% -6% 14%;
  z-index: -1;
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(77, 164, 255, 0.32), rgba(21, 56, 125, 0.08));
  filter: blur(6px);
}

.home-visual-card {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 34px;
  background: #081d42;
  box-shadow: 0 28px 72px rgba(1, 10, 31, 0.46);
}

.home-visual-image {
  width: 100%;
  height: auto;
}

.home-sections {
  display: grid;
  gap: 20px;
  margin-top: 12px;
}

.home-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.home-feature,
.home-guide {
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(9, 30, 67, 0.13);
}

.home-feature {
  padding: 24px;
  border-radius: 24px;
}

.home-feature-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(180deg, #51a8ff, #2f6cf3);
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(47, 108, 243, 0.24);
}

.home-feature h2 {
  margin: 0;
  color: #102b55;
  font-size: 1.12rem;
}

.home-feature p {
  margin: 9px 0 0;
  color: #526b8f;
  font-size: 0.93rem;
  line-height: 1.75;
}

.home-guide {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 30px;
  align-items: center;
  padding: 30px;
  border-radius: 28px;
}

.home-guide h2 {
  margin: 0;
  color: #102b55;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.home-guide p {
  margin: 10px 0 0;
  color: #526b8f;
  line-height: 1.8;
}

.home-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: home-step;
}

.home-steps li {
  position: relative;
  min-height: 108px;
  padding: 16px 14px 14px;
  border: 1px solid rgba(47, 108, 243, 0.12);
  border-radius: 18px;
  color: #355178;
  background: #f5f8ff;
  font-size: 0.88rem;
  line-height: 1.65;
  counter-increment: home-step;
}

.home-steps li::before {
  content: counter(home-step);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: #2f6cf3;
  font-weight: 900;
}

.home-footer {
  padding: 28px 0 4px;
  color: #6a7f9e;
  font-size: 0.82rem;
  text-align: center;
}

@media (max-width: 880px) {
  .home-shell {
    width: min(100% - 24px, 620px);
    padding-top: 18px;
  }

  .home-hero {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: auto;
  }

  .home-visual {
    order: 1;
  }

  .home-copy-card {
    order: 2;
    width: calc(100% - 22px);
    margin: -24px auto 0;
    padding: 26px 22px;
    border-radius: 26px;
  }

  .home-title {
    font-size: clamp(2.35rem, 11vw, 4rem);
  }

  .home-sections {
    margin-top: 22px;
  }

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

  .home-guide {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
}

@media (max-width: 560px) {
  .home-actions {
    grid-template-columns: 1fr;
  }

  .home-steps {
    grid-template-columns: 1fr;
  }

  .home-steps li {
    min-height: auto;
  }

  .home-visual-card {
    border-radius: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *,
  .home-page *::before,
  .home-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
