body.home-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 16% 10%, rgba(214, 154, 34, 0.12), transparent 22%),
    radial-gradient(circle at 84% 8%, rgba(7, 94, 217, 0.12), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef3f9 62%, #052b7f 62%, #031846 100%);
  overflow-x: hidden;
}

body.home-page::before,
body.home-page::after {
  display: none;
}

.home-landing {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: 18px 0 54px;
}

.home-nav {
  min-height: 70px;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dfe7f5;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #063575;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
}

.home-brand small {
  display: block;
  color: #d69a22;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #dfe7f5;
  display: inline-grid;
  place-items: center;
  position: relative;
}

.home-brand-mark i {
  color: transparent;
  -webkit-text-stroke: 3px #d69a22;
  font-size: 30px;
}

.home-brand-mark strong {
  position: absolute;
  color: #063575;
  font-size: 12px;
  font-weight: 900;
}

.home-nav-actions,
.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-nav-link,
.home-nav-cta,
.home-primary-btn,
.home-secondary-btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #dfe7f5;
  font-weight: 800;
  cursor: pointer;
}

.home-nav-link,
.home-secondary-btn {
  background: #ffffff;
  color: #063575;
}

.home-nav-cta,
.home-primary-btn {
  background: linear-gradient(135deg, #052b7f 0%, #031846 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(3, 24, 70, 0.2);
}

.home-hero-section {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.9fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(34px, 6vw, 72px) 0;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dfe7f5;
  color: #063575;
  font-size: 12px;
  font-weight: 900;
}

.home-hero-copy h1 {
  max-width: 620px;
  margin: 18px 0 16px;
  color: #063575;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
}

.home-hero-copy p {
  max-width: 540px;
  margin: 0 0 24px;
  color: #44506a;
  font-size: 17px;
  line-height: 1.7;
}

.home-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 24px;
}

.home-secondary-btn {
  min-height: 54px;
  padding: 0 24px;
}

.home-proof-grid {
  max-width: 520px;
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.home-proof-grid div {
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #dfe7f5;
}

.home-proof-grid strong,
.home-proof-grid span {
  display: block;
}

.home-proof-grid strong {
  color: #063575;
  font-size: 21px;
  font-weight: 900;
}

.home-proof-grid span {
  margin-top: 4px;
  color: #64708b;
  font-size: 12px;
  font-weight: 700;
}

.home-hero-card {
  padding: 34px 28px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #dfe7f5;
  box-shadow: 0 28px 70px rgba(3, 24, 70, 0.14);
  text-align: center;
}

.home-emblem {
  width: min(260px, 70vw);
}

.home-hero-card h2 {
  margin: 0;
  color: #063575;
  font-size: 30px;
  font-weight: 900;
}

.home-hero-card p {
  color: #d69a22;
  font-weight: 800;
  margin: 8px 0 20px;
}

.home-mini-list {
  display: grid;
  gap: 10px;
  text-align: left;
}

.home-mini-list span {
  min-height: 42px;
  padding: 0 13px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fbff;
  border: 1px solid #dfe7f5;
  color: #0b1437;
  font-weight: 800;
  font-size: 13px;
}

.home-mini-list i {
  color: #075ed9;
}

.home-packages-section {
  padding: 44px 0 20px;
}

.home-section-heading {
  max-width: 680px;
  margin-bottom: 22px;
}

.home-section-heading span {
  color: #d69a22;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-section-heading h2 {
  margin: 8px 0 8px;
  color: #063575;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 900;
}

.home-section-heading p {
  color: #465574;
  margin: 0;
}

.home-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.plan-page {
  width: calc(100% - 24px);
  max-width: 1120px;
  margin: 14px auto 0;
  color: var(--text);
  padding: 96px 14px 140px;
  border-radius: 38px;
  background: transparent;
  box-shadow: none;
}

.plan-hero {
  margin-bottom: 18px;
}

.plan-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #052b7f 0%, #031846 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(3, 24, 70, 0.18);
}

.plan-title {
  margin: 12px 0 8px;
  text-align: left;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #2e2546;
}

.plan-subtitle {
  margin: 0;
  color: #8d80ad;
  font-size: 13px;
  line-height: 1.55;
}

.plan-card {
  width: 100%;
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #dfe7f5;
  border-top: 4px solid #075ed9;
  box-shadow: 0 22px 44px rgba(3, 24, 70, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  overflow: hidden;
  position: relative;
}

.plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(3, 24, 70, 0.16);
}

.plan-card::before {
  display: none;
}

.plan-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.plan-star {
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  color: #075ed9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.plan-card h3 {
  margin: 0;
  color: #0b1437;
  font-size: 23px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-description {
  margin: 14px 0 0;
  color: #465574;
  font-size: 15px;
  line-height: 1.55;
}

.badge1 {
  background: #eaf2ff;
  color: #075ed9;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: none;
}

.plan-name {
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eaf2ff;
  font-size: 10px;
  font-weight: 700;
  color: #075ed9;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-plan-card {
  margin-bottom: 0;
}

.plan-price {
  margin: 18px 0 16px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #075ed9;
  box-shadow: none;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.plan-price small {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #465574;
  opacity: 1;
}

.plan-price strong {
  display: block;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
}

.plan-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0 12px;
}

.stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(243, 247, 255, 0.88);
  border: 1px solid rgba(7, 94, 217, 0.08);
  color: var(--text);
  font-size: 12px;
}

.stat span {
  font-size: 11px;
  color: #7e6a55;
}

.stat b {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.plan-features {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  color: var(--text-soft);
  font-size: 13px;
  min-height: 28px;
}

.feature i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #075ed9;
  margin-right: 0;
  flex-shrink: 0;
}

.feature div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.feature span {
  display: block;
  font-size: 13px;
  color: #465574;
}

.feature strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #0b1437;
}

.plan-btn {
  display: block;
  margin-top: 16px;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  text-decoration: none;
  background: linear-gradient(135deg, #052b7f 0%, #031846 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 16px 28px rgba(3, 24, 70, 0.18);
}

.plan-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(3, 24, 70, 0.26);
}

@media (max-width: 480px) {
  .home-landing {
    width: calc(100% - 20px);
    padding-top: 10px;
  }

  .home-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-nav-actions,
  .home-hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home-nav-link,
  .home-nav-cta,
  .home-primary-btn,
  .home-secondary-btn {
    width: 100%;
    padding: 0 12px;
  }

  .home-hero-section {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 30px 0;
  }

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

  .home-hero-copy p {
    font-size: 14px;
  }

  .home-proof-grid,
  .home-plan-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-card {
    padding: 24px 18px;
  }

  .home-packages-section {
    padding-top: 24px;
  }

  .plan-page {
    width: calc(100% - 24px);
    max-width: none;
    margin: 10px auto 0;
    padding: 92px 12px 136px;
    border-radius: 32px;
  }

  .plan-card {
    padding: 18px;
    border-radius: 24px;
  }

  .plan-price strong {
    font-size: 28px;
  }

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

@media (min-width: 481px) and (max-width: 980px) {
  .home-hero-section,
  .home-plan-grid {
    grid-template-columns: 1fr;
  }

  .home-proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
