@charset "UTF-8";
.bg-hero {background-image: url("../images/bg-hero.webp") !important;background-position: top !important;z-index: 0 !important;}
.bg-order {background-image: url("../images/bg4.webp") !important;background-repeat: no-repeat !important;background-size: cover !important;background-attachment: fixed !important;background-position: center !important}
.home-coverage-mark {width: 120px;height: auto;}
@media (max-width: 767.98px) {.home-coverage-mark {width: 150px;}}
@media (min-width: 768px) {.home-coverage-section {padding-top: 80px;padding-bottom: 80px;}}
.home-hero-opportunity {
  position: relative;
  display: inline-block;
  padding-top: .36em;
  line-height: 1;
  vertical-align: baseline;
}
.home-hero-opportunity__label {
  animation: home-hero-income-wiggle 3.2s ease-in-out infinite;
  position: absolute;
  bottom: 58%;
  right: -.08em;
  font-family: "Segoe Script", "Brush Script MT", "Bradley Hand", cursive;
  font-size: clamp(.82rem, .42em, 1.1rem);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  transform-origin: 50% 100%;
  white-space: nowrap;
}
.home-hero-opportunity__label-text {display: inline-block;}
.home-hero-opportunity__word {
  display: inline-block;
  line-height: 1;
}
@keyframes home-hero-income-wiggle {
  0%, 72%, 100% {transform: rotate(0deg) translateY(0);}
  78% {transform: rotate(-2deg) translateY(-1px);}
  84% {transform: rotate(2deg) translateY(0);}
  90% {transform: rotate(-1deg) translateY(-1px);}
  96% {transform: rotate(0deg) translateY(0);}
}
.home-concept {
  position: relative;
  overflow: hidden;
}
.home-concept::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #7c4dff, #00a9d6, #f59e0b);
  content: "";
}
.home-concept__title .home-concept__income {color: #f59e0b;}
.home-concept .nh-step-flow {
  max-width: 940px;
  margin-top: 2rem;
}
.home-concept .nh-step-flow__node {
  width: 68px;
  height: 68px;
  font-size: 1.7rem;
  box-shadow: 0 0 0 8px rgba(var(--nh-step-accent), .06), 0 0 24px rgba(var(--nh-step-accent), .14);
}
.home-concept .nh-step-flow__connector {
  top: 33px;
  left: calc(50% + 44px);
  width: calc(100% - 88px);
}
.home-concept .nh-step-flow__connector::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 12px;
  height: 4px;
  background: rgba(255, 255, 255, .95);
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(255, 255, 255, .75);
  animation: home-concept-line-flow 3.2s ease-in-out infinite;
  content: "";
}
.home-concept .nh-step-flow__content {margin-top: 1.1rem;}
.home-concept .nh-step-flow__content p {
  max-width: 270px;
  margin-right: auto;
  margin-left: auto;
  font-size: .88rem;
  line-height: 1.55;
}
.home-concept__tagline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  margin-top: 1.75rem;
  padding: .65rem 1rem;
  color: var(--bs-body-color, inherit);
  background: rgba(124, 77, 255, .07);
  border: 1px solid rgba(124, 77, 255, .22);
  border-radius: 8px;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.4;
}
.home-concept__tagline i {
  color: #00a9d6;
  font-size: 1.05rem;
}
.home-concept__tagline strong {
  color: #f59e0b;
  font-size: .95rem;
}
@keyframes home-concept-line-flow {
  to {left: calc(100% - 12px);}
}
.home-path-card {
  --home-path-accent: 124, 77, 255;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background: rgba(var(--home-path-accent), .06);
  border: 1px solid rgba(var(--home-path-accent), .26);
  border-top: 2px solid rgb(var(--home-path-accent));
  border-radius: 8px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.home-path-card--cyan {--home-path-accent: 0, 197, 255;}
.home-path-card--orange {--home-path-accent: 255, 159, 67;}
.home-path-card--green {--home-path-accent: 19, 189, 126;}
.home-path-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--home-path-accent), .55);
  box-shadow: 0 12px 28px rgba(var(--home-path-accent), .1);
}
.home-path-card__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: rgb(var(--home-path-accent));
  background: rgba(var(--home-path-accent), .11);
  border: 1px solid rgba(var(--home-path-accent), .3);
  border-radius: 8px;
  font-size: 1.45rem;
  line-height: 1;
}
.home-path-card__title {
  margin-bottom: .45rem;
  color: var(--bs-body-color, inherit);
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: 0;
}
.home-path-card__description {
  margin-bottom: 1rem;
  color: var(--bs-muted, #8492a6);
  font-size: .9rem;
  line-height: 1.55;
}
.home-path-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  width: 100%;
  margin-top: auto;
  padding: .55rem .7rem;
  color: rgb(var(--home-path-accent));
  background: rgba(var(--home-path-accent), .09);
  border: 1px solid rgba(var(--home-path-accent), .24);
  border-radius: 6px;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}
.home-path-card__link:hover,
.home-path-card__link:focus {
  color: rgb(var(--home-path-accent));
  background: rgba(var(--home-path-accent), .15);
  border-color: rgba(var(--home-path-accent), .5);
}
.home-agent-strip {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin-top: 1.1rem;
  padding: 1rem 1.15rem;
  background: linear-gradient(110deg, rgba(124, 77, 255, .09), rgba(0, 197, 255, .06), rgba(255, 159, 67, .06));
  border: 1px solid rgba(124, 77, 255, .24);
  border-radius: 8px;
}
.home-agent-strip__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7c4dff;
  background: rgba(124, 77, 255, .12);
  border: 1px solid rgba(124, 77, 255, .3);
  border-radius: 8px;
  font-size: 1.4rem;
}
.home-agent-strip__eyebrow {
  display: block;
  margin-bottom: .15rem;
  color: #ff9f43;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}
.home-agent-strip__title {
  margin-bottom: .15rem;
  color: var(--bs-body-color, inherit);
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0;
}
.home-agent-strip__description {
  margin-bottom: 0;
  color: var(--bs-muted, #8492a6);
  font-size: .86rem;
  line-height: 1.5;
}
.home-agent-strip__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .55rem;
}
.home-agent-strip__actions .btn {
  padding: .55rem .8rem;
  font-size: .82rem;
  border-color: #a993ff !important;
}
.home-agent-strip__actions .btn:hover,
.home-agent-strip__actions .btn:focus {
  border-color: #d7ccff !important;
}
.home-plan-compare-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
  align-items: stretch;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.home-plan-compare-vs-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-plan-compare-vs-wrap::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(132, 146, 166, .45), rgba(0, 197, 255, .8) 48%, rgba(124, 77, 255, .8) 52%, rgba(124, 77, 255, .45));
  content: "";
}
.home-plan-compare-vs {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: center;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #00c5ff, #7c4dff);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(0, 197, 255, .06), 0 12px 28px rgba(0, 197, 255, .22);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  animation: home-plan-vs-pulse 2.2s ease-in-out infinite;
}
.home-plan-compare-vs::before {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(0, 197, 255, .28);
  border-radius: 50%;
  content: "";
  animation: home-plan-vs-ring 2.2s ease-out infinite;
}
.home-plan-compare-card {
  --home-compare-accent: 132, 146, 166;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(var(--home-compare-accent), .08), rgba(var(--home-compare-accent), .025));
  border: 1px solid rgba(var(--home-compare-accent), .32);
  border-top: 3px solid rgb(var(--home-compare-accent));
  border-radius: 8px;
}
.home-plan-compare-card--other {
  background: linear-gradient(145deg, rgba(var(--home-compare-accent), .045), rgba(var(--home-compare-accent), .012));
  border-color: rgba(var(--home-compare-accent), .22);
  border-top-color: rgba(var(--home-compare-accent), .72);
  opacity: .88;
}
.home-plan-compare-card--eastel {
  --home-compare-accent: 124, 77, 255;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 197, 255, .12), transparent 42%),
    linear-gradient(145deg, rgba(124, 77, 255, .16), rgba(0, 197, 255, .045));
  box-shadow: 0 16px 34px rgba(124, 77, 255, .12);
}
.home-plan-compare-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.home-plan-compare-card__label {
  color: rgb(var(--home-compare-accent));
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
.home-plan-compare-card__badge {
  padding: .35rem .55rem;
  color: rgb(var(--home-compare-accent));
  background: rgba(var(--home-compare-accent), .1);
  border: 1px solid rgba(var(--home-compare-accent), .28);
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}
.home-plan-compare-card__price {
  display: flex;
  align-items: flex-end;
  gap: .25rem;
  margin-top: 1.2rem;
  color: rgb(var(--home-compare-accent));
}
.home-plan-compare-card__price span {
  padding-bottom: .35rem;
  font-size: .95rem;
  font-weight: 800;
}
.home-plan-compare-card__price strong {
  font-size: 3rem;
  font-weight: 700;
  line-height: .9;
}
.home-plan-compare-card__price small {
  padding-bottom: .3rem;
  color: var(--bs-muted, #8492a6);
  font-size: .75rem;
  font-weight: 600;
}
.home-plan-compare-card__data {
  margin-top: 1.2rem;
  padding: .85rem 0 .7rem;
  border-top: 1px solid rgba(var(--home-compare-accent), .2);
}
.home-plan-compare-card__data strong {
  display: block;
  color: var(--bs-body-color, inherit);
  font-size: 1.8rem;
  line-height: 1.2;
}
.home-plan-compare-card__data span {
  display: block;
  margin-top: .3rem;
  color: var(--bs-muted, #8492a6);
  font-size: .78rem;
  line-height: 1.5;
}
.home-plan-comparison-note {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  font-size: .75rem;
  line-height: 1.55;
}
.home-benefit-card {
  --home-benefit-accent: 124, 77, 255;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  background: rgba(var(--home-benefit-accent), .055);
  border: 1px solid rgba(var(--home-benefit-accent), .25);
  border-top: 2px solid rgb(var(--home-benefit-accent));
  border-radius: 8px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.home-benefit-card--purple {--home-benefit-accent: 124, 77, 255;}
.home-benefit-card--cyan {--home-benefit-accent: 0, 197, 255;}
.home-benefit-card--orange {--home-benefit-accent: 255, 159, 67;}
.home-benefit-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--home-benefit-accent), .5);
  box-shadow: 0 12px 26px rgba(var(--home-benefit-accent), .09);
}
.home-benefit-card__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .9rem;
  color: rgb(var(--home-benefit-accent));
  background: rgba(var(--home-benefit-accent), .11);
  border: 1px solid rgba(var(--home-benefit-accent), .3);
  border-radius: 8px;
  font-size: 1.35rem;
  line-height: 1;
}
.home-benefit-card__title {
  margin-bottom: .45rem;
  color: var(--bs-body-color, inherit);
  font-size: 1.02rem;
  line-height: 1.35;
  letter-spacing: 0;
}
.home-benefit-card__description {
  flex-grow: 1;
  margin-bottom: .9rem;
  color: var(--bs-muted, #8492a6);
  font-size: .88rem;
  line-height: 1.55;
}
.home-benefit-card__link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: .4rem;
  padding: .45rem .65rem;
  color: rgb(var(--home-benefit-accent));
  background: rgba(var(--home-benefit-accent), .09);
  border: 1px solid rgba(var(--home-benefit-accent), .24);
  border-radius: 6px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: none;
}
.home-benefit-card__link:hover,
.home-benefit-card__link:focus {
  color: rgb(var(--home-benefit-accent));
  background: rgba(var(--home-benefit-accent), .15);
  border-color: rgba(var(--home-benefit-accent), .5);
}
@media (max-width: 767.98px) {
  .home-plan-compare-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: .75rem;
  }
  .home-plan-compare-vs-wrap {
    width: 140px;
    height: 58px;
    margin: 0 auto;
  }
  .home-plan-compare-vs {
    width: 54px;
    height: 54px;
    font-size: 1.05rem;
  }
  .home-concept .nh-step-flow {
    max-width: 360px;
    margin-top: 1.75rem;
  }
  .home-concept .nh-step-flow__node {
    width: 56px;
    height: 56px;
    font-size: 1.45rem;
  }
  .home-concept .nh-step-flow__connector {
    top: 62px;
    bottom: 4px;
    left: 27px;
    width: 2px;
    height: auto;
  }
  .home-concept .nh-step-flow__connector::before {
    top: 0;
    left: -1px;
    width: 4px;
    height: 12px;
    animation-name: home-concept-line-flow-mobile;
  }
  .home-concept .nh-step-flow__content {margin-top: 0;}
  .home-concept .nh-step-flow__content p {
    max-width: none;
    margin-left: 0;
  }
  .home-concept__tagline {
    flex-direction: column;
    gap: .2rem;
    width: 100%;
    max-width: 320px;
    padding: .8rem 1rem;
    font-size: .95rem;
  }
  .home-concept__tagline i {font-size: 1.2rem;}
  .home-concept__tagline strong {font-size: 1.08rem;}
}
@media (max-width: 575.98px) {
  .home-hero-title {
    font-size: clamp(1.85rem, 8vw, 2.1rem);
    line-height: 1.2;
  }
  .home-path-card {padding: .9rem;}
  .home-path-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: .75rem;
    font-size: 1.2rem;
  }
  .home-path-card__title {
    font-size: .9rem;
    line-height: 1.3;
  }
  .home-path-card__description {
    font-size: .78rem;
    line-height: 1.45;
  }
  .home-path-card__link {
    padding: .5rem .6rem;
    font-size: .76rem;
  }
  .home-agent-strip {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .75rem;
    padding: .9rem;
  }
  .home-agent-strip__icon {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
  .home-agent-strip__title {font-size: .9rem;}
  .home-agent-strip__description {font-size: .78rem;}
  .home-agent-strip__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-agent-strip__actions .btn {
    min-width: 0;
    padding: .5rem .45rem;
    font-size: .76rem;
  }
  .home-order-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .home-order-actions .home-order-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: .72rem .45rem;
    font-size: .76rem;
    white-space: nowrap;
  }
  .home-order-actions .home-order-action i {margin: 0;}
  .home-benefit-card {padding: 1rem;}
  .home-benefit-card__description {font-size: .82rem;}
}
@keyframes home-concept-line-flow-mobile {
  to {top: calc(100% - 12px);}
}
@keyframes home-plan-vs-pulse {
  0%, 100% {transform: scale(1);}
  50% {transform: scale(1.1);}
}
@keyframes home-plan-vs-ring {
  0% {opacity: .8; transform: scale(.82);}
  70%, 100% {opacity: 0; transform: scale(1.22);}
}
@media (prefers-reduced-motion: reduce) {
  .home-hero-opportunity__label {animation: none;}
  .home-concept .nh-step-flow__connector::before {animation: none;}
  .home-plan-compare-vs,
  .home-plan-compare-vs::before {animation: none;}
  .home-path-card,
  .home-benefit-card {transition: none;}
  .home-path-card:hover,
  .home-benefit-card:hover {transform: none;}
}
