.subscription-plans-v2 {
  --sp-navy: #08275e;
  --sp-navy-deep: #04183e;
  --sp-blue: #1265d6;
  --sp-blue-soft: #eaf3ff;
  --sp-green: #348b28;
  --sp-green-soft: #edf8e9;
  --sp-purple: #791ab1;
  --sp-purple-soft: #f7edfc;
  --sp-gold: #f5b414;
  --sp-orange: #f47721;
  --sp-ink: #102752;
  --sp-muted: #52627e;
  --sp-line: #d9e2ef;
  --sp-surface: #f6f9fc;
  color: var(--sp-ink);
  overflow: hidden;
  background: #fff;
  font-family: var(--font-geist-sans, Arial, Helvetica, sans-serif);
}

.subscription-plans-v2 *,
.subscription-plans-v2 *::before,
.subscription-plans-v2 *::after {
  box-sizing: border-box;
}

.subscription-plans-v2 [hidden] {
  display: none !important;
}

.sp-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sp-section {
  padding: clamp(68px, 7vw, 104px) 0;
}

.sp-heading {
  max-width: 820px;
  margin: 0 auto clamp(30px, 4vw, 48px);
  text-align: center;
}

.sp-heading--compact {
  margin-bottom: 30px;
}

.sp-heading h2,
.sp-final-cta h2 {
  margin: 0;
  color: var(--sp-navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.sp-heading > p:last-child {
  max-width: 700px;
  margin: 15px auto 0;
  color: var(--sp-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.sp-eyebrow {
  margin: 0 0 11px;
  color: var(--sp-green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sp-eyebrow--light {
  color: #b9e3a9;
}

.sp-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid transparent;
  border-radius: 9px;
  padding: 11px 22px;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.sp-button:hover {
  transform: translateY(-2px);
}

.sp-button:focus-visible,
.sp-zone-button:focus-visible,
.sp-faq summary:focus-visible {
  outline: 3px solid #ffcc32;
  outline-offset: 3px;
}

.sp-button--light {
  color: var(--sp-navy);
  background: #fff;
  box-shadow: 0 12px 30px rgb(0 0 0 / 0.2);
}

.sp-button--primary {
  color: #fff;
  background: var(--sp-blue);
  box-shadow: 0 11px 24px rgb(18 101 214 / 0.22);
}

.sp-button--primary:hover {
  background: #0c56ba;
}

.sp-button--outline {
  border-color: #9db8da;
  color: var(--sp-navy);
  background: #fff;
}

.sp-button--outline:hover {
  border-color: var(--sp-blue);
  color: var(--sp-blue);
  background: #f7fbff;
}

.sp-button--accent {
  color: #fff;
  background: #4f912c;
  box-shadow: 0 10px 24px rgb(0 0 0 / 0.22);
}

.sp-button--accent:hover {
  background: #418025;
}

/* Hero */
.sp-hero {
  position: relative;
  min-height: clamp(520px, 48vw, 680px);
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--sp-navy-deep);
}

.sp-hero__image,
.sp-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sp-hero__image {
  z-index: -3;
  object-fit: cover;
  object-position: center center;
}

.sp-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(0 8 24 / 0.96) 0%, rgb(0 11 31 / 0.86) 27%, rgb(0 13 35 / 0.48) 50%, rgb(0 12 28 / 0.05) 76%),
    linear-gradient(0deg, rgb(0 9 26 / 0.32), transparent 52%);
}

.sp-hero::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgb(255 255 255 / 0.2);
}

.sp-hero__inner {
  padding-block: 74px;
}

.sp-hero__copy {
  width: min(680px, 62%);
  color: #fff;
}

.sp-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-wrap: balance;
}

.sp-hero__subtitle {
  margin: 28px 0 0;
  color: #fff;
  font-size: clamp(1.2rem, 2.3vw, 1.7rem);
  font-weight: 760;
  line-height: 1.25;
}

.sp-hero__description {
  max-width: 610px;
  margin: 18px 0 28px;
  color: rgb(255 255 255 / 0.84);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.66;
}

/* Zone explainer */
.sp-zone-guide {
  padding-bottom: 34px;
  background:
    radial-gradient(circle at 50% 0, rgb(32 113 212 / 0.06), transparent 36%),
    #fff;
}

.sp-zone-map {
  max-width: 1120px;
  margin: 0 auto;
}

.sp-zone-map__visual {
  position: relative;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 18px;
  background: #dce7d7;
  box-shadow: 0 20px 54px rgb(16 39 82 / 0.17), 0 0 0 1px #dce4ee;
}

.sp-zone-map__visual > img {
  display: block;
  width: 100%;
  height: auto;
}

.sp-zone-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  shape-rendering: geometricPrecision;
}

.sp-zone-shape {
  fill-opacity: 0.64;
  stroke: rgb(255 255 255 / 0.96);
  stroke-width: 7px;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.sp-zone-shape--one {
  fill: #0074e8;
}

.sp-zone-shape--two {
  fill: #4aaa28;
}

.sp-zone-shape--three {
  fill: #8125cb;
}

.sp-zone-shape--four {
  fill: #f59b00;
}

.sp-zone-label {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 118px;
  gap: 2px;
  border: 2px solid currentColor;
  border-radius: 10px;
  padding: 10px 13px;
  color: var(--sp-blue);
  background: rgb(255 255 255 / 0.96);
  box-shadow: 0 8px 22px rgb(0 0 0 / 0.2);
  line-height: 1.2;
  text-align: center;
}

.sp-zone-label strong {
  font-size: 0.81rem;
}

.sp-zone-label span {
  color: var(--sp-ink);
  font-size: 0.72rem;
  font-weight: 650;
}

.sp-zone-label--one {
  top: 55%;
  left: 6%;
}

.sp-zone-label--two {
  top: 7%;
  left: 37%;
  color: var(--sp-green);
}

.sp-zone-label--three {
  top: 12%;
  right: 7%;
  color: var(--sp-purple);
}

.sp-zone-label--four {
  right: 8%;
  bottom: 13%;
  color: #d38700;
}

.sp-zone-legend {
  display: none;
}

.sp-zone-map figcaption {
  max-width: 850px;
  margin: 18px auto 0;
  color: var(--sp-muted);
  font-size: 0.91rem;
  line-height: 1.55;
  text-align: center;
}

/* Zone selector */
.sp-zone-selector-section {
  padding: 20px 0 clamp(68px, 7vw, 94px);
  background: #fff;
  scroll-margin-top: 130px;
}

.sp-selector-shell {
  text-align: center;
}

.sp-selector-shell > h2 {
  margin: 0;
  color: var(--sp-navy);
  font-size: clamp(1.8rem, 3.6vw, 2.65rem);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.sp-selector-shell > p:not(.sp-selector-help) {
  margin: 10px 0 0;
  color: var(--sp-muted);
}

.sp-zone-selector {
  display: grid;
  max-width: 880px;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 28px auto 0;
}

.sp-zone-button {
  min-height: 58px;
  border: 1px solid #acc2df;
  border-radius: 10px;
  padding: 10px 16px;
  color: var(--sp-navy);
  background: #fff;
  box-shadow: 0 4px 12px rgb(8 39 94 / 0.04);
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.sp-zone-button:hover {
  border-color: var(--sp-blue);
  transform: translateY(-1px);
}

.sp-zone-button.is-active {
  border-color: var(--sp-navy);
  color: #fff;
  background: var(--sp-navy);
  box-shadow: 0 9px 20px rgb(8 39 94 / 0.22);
}

.sp-zone-button--custom {
  display: grid;
  gap: 2px;
}

.sp-zone-button--custom small {
  font-size: 0.66rem;
  font-weight: 700;
}

.sp-selector-help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 17px 0 0;
  color: var(--sp-navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.sp-selector-help img {
  width: 18px;
  height: 18px;
}

/* Pricing plans */
.sp-plans {
  border-block: 1px solid #e6edf5;
  background:
    radial-gradient(circle at 50% 0, rgb(18 101 214 / 0.075), transparent 32%),
    var(--sp-surface);
  scroll-margin-top: 120px;
}

.sp-pricing-status {
  width: fit-content;
  margin: 0 auto 29px;
  border: 1px solid #c7d7eb;
  border-radius: 999px;
  padding: 7px 14px;
  color: var(--sp-navy);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 750;
}

.sp-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.sp-plan-card {
  --sp-card-color: var(--sp-green);
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 2px solid rgb(52 139 40 / 0.4);
  border-radius: 17px;
  padding: 38px clamp(23px, 3vw, 34px) 30px;
  background: #fff;
  box-shadow: 0 12px 38px rgb(16 39 82 / 0.08);
}

.sp-plan-card--premium {
  --sp-card-color: var(--sp-blue);
  border-color: rgb(18 101 214 / 0.56);
  box-shadow: 0 20px 46px rgb(18 101 214 / 0.15);
  transform: translateY(-8px);
}

.sp-plan-card--ultimate {
  --sp-card-color: var(--sp-purple);
  border-color: rgb(121 26 177 / 0.48);
}

.sp-popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  border-radius: 999px;
  padding: 7px 16px;
  color: #fff;
  background: var(--sp-blue);
  box-shadow: 0 7px 18px rgb(18 101 214 / 0.25);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.sp-plan-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  margin: -2px auto 14px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--sp-card-color) 10%, white);
}

.sp-plan-icon img {
  width: 45px;
  height: 45px;
}

.sp-plan-card h3 {
  margin: 0;
  color: var(--sp-card-color);
  font-size: 1.75rem;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1;
  text-align: center;
}

.sp-plan-tagline {
  min-height: 22px;
  margin: 8px 0 0;
  color: var(--sp-ink);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.sp-price-block {
  display: grid;
  justify-items: center;
  margin: 27px -6px 0;
}

.sp-price-label {
  margin-bottom: 4px;
  color: var(--sp-muted);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sp-price-annual {
  color: var(--sp-card-color);
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 880;
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
}

.sp-price-annual small {
  color: var(--sp-ink);
  font-size: 0.44em;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.sp-price-monthly {
  margin-top: 7px;
  color: var(--sp-ink);
  font-size: 0.95rem;
  font-weight: 720;
}

.sp-price-range {
  margin: 17px 0 0;
  color: var(--sp-muted);
  font-size: 0.82rem;
  line-height: 1.4;
  text-align: center;
}

.sp-feature-list {
  display: grid;
  gap: 11px;
  margin: 27px 0 28px;
  padding: 25px 0 0;
  border-top: 1px solid #e7edf4;
  list-style: none;
}

.sp-feature-list li {
  position: relative;
  padding-left: 28px;
  color: var(--sp-ink);
  font-size: 0.9rem;
  font-weight: 620;
  line-height: 1.35;
}

.sp-feature-list li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sp-card-color);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.sp-plan-card .sp-plan-signup {
  width: 100%;
  margin-top: auto;
}

.sp-custom-plan {
  max-width: 920px;
  margin: 0 auto;
  border: 2px solid #a9c4e6;
  border-radius: 20px;
  padding: clamp(32px, 5vw, 54px);
  background: #fff;
  box-shadow: 0 18px 45px rgb(16 39 82 / 0.1);
  text-align: center;
}

.sp-custom-pill {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 14px;
  color: #fff;
  background: var(--sp-navy);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sp-custom-plan h3 {
  margin: 17px 0 0;
  color: var(--sp-navy);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.sp-custom-plan > p {
  max-width: 700px;
  margin: 15px auto 0;
  color: var(--sp-muted);
  line-height: 1.65;
}

.sp-custom-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin: 28px 0;
}

.sp-custom-options div {
  display: grid;
  gap: 4px;
  border: 1px solid #d4dfed;
  border-radius: 10px;
  padding: 15px;
  background: #f8fbff;
}

.sp-custom-options strong {
  color: var(--sp-navy);
}

.sp-custom-options span {
  color: var(--sp-muted);
  font-size: 0.83rem;
}

.sp-billing-note {
  display: flex;
  max-width: 900px;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin: 30px auto 0;
  color: var(--sp-navy);
  font-size: 0.87rem;
  font-weight: 690;
  line-height: 1.45;
  text-align: center;
}

.sp-billing-note svg {
  flex: 0 0 auto;
}

/* Seasonal schedule */
.sp-seasons {
  background: #fff;
}

.sp-season-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.sp-season-card {
  --sp-season: var(--sp-green);
  border: 1px solid rgb(52 139 40 / 0.58);
  border-radius: 14px;
  padding: 25px clamp(18px, 2vw, 26px) 27px;
  background: linear-gradient(180deg, rgb(237 248 233 / 0.8), #fff 34%);
  box-shadow: 0 10px 30px rgb(16 39 82 / 0.055);
}

.sp-season-card--summer {
  --sp-season: var(--sp-gold);
  border-color: rgb(245 180 20 / 0.72);
  background: linear-gradient(180deg, rgb(255 248 224 / 0.9), #fff 34%);
}

.sp-season-card--fall {
  --sp-season: var(--sp-orange);
  border-color: rgb(244 119 33 / 0.68);
  background: linear-gradient(180deg, rgb(255 241 231 / 0.9), #fff 34%);
}

.sp-season-card--year {
  --sp-season: var(--sp-blue);
  border-color: rgb(18 101 214 / 0.58);
  background: linear-gradient(180deg, rgb(234 243 255 / 0.9), #fff 34%);
}

.sp-season-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 15px rgb(16 39 82 / 0.1);
}

.sp-season-icon img {
  width: 42px;
  height: 42px;
}

.sp-season-name {
  margin: 0;
  color: var(--sp-season);
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.sp-season-card h3 {
  margin: 7px 0 0;
  color: var(--sp-navy);
  font-size: 0.93rem;
  font-weight: 790;
  line-height: 1.3;
  text-align: center;
}

.sp-season-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 20px 0 0 20px;
  border-top: 1px solid #e3eaf2;
  color: var(--sp-ink);
  font-size: 0.87rem;
  line-height: 1.35;
}

.sp-season-card li::marker {
  color: var(--sp-season);
}

/* Benefits */
.sp-benefits {
  border-block: 1px solid #e2eadf;
  background:
    radial-gradient(circle at 50% 0, rgb(74 151 48 / 0.13), transparent 50%),
    #f6faf4;
}

.sp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.sp-benefit-grid article {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 14px;
  border: 1px solid #dbe8d5;
  border-radius: 13px;
  padding: 24px 16px;
  background: rgb(255 255 255 / 0.82);
  text-align: center;
}

.sp-benefit-grid img {
  width: 52px;
  height: 52px;
}

.sp-benefit-grid h3 {
  margin: 0;
  color: var(--sp-navy);
  font-size: 0.96rem;
  font-weight: 820;
  line-height: 1.25;
}

.sp-benefit-grid p {
  margin: 7px 0 0;
  color: var(--sp-muted);
  font-size: 0.82rem;
  line-height: 1.48;
}

/* FAQs */
.sp-faq {
  background: #fff;
}

.sp-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.sp-faq-column {
  display: grid;
  gap: 11px;
}

.sp-faq details {
  overflow: hidden;
  border: 1px solid #d6e0ec;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 5px 18px rgb(16 39 82 / 0.04);
}

.sp-faq summary {
  position: relative;
  padding: 18px 49px 18px 20px;
  color: var(--sp-navy);
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 770;
  line-height: 1.35;
  list-style: none;
}

.sp-faq summary::-webkit-details-marker {
  display: none;
}

.sp-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  color: var(--sp-blue);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.sp-faq details[open] summary::after {
  content: "–";
}

.sp-faq details[open] summary {
  background: #f6f9fd;
}

.sp-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--sp-muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

/* Final call to action */
.sp-final-cta {
  padding: 0 0 clamp(68px, 7vw, 100px);
  background: #fff;
}

.sp-cta-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border-radius: 18px;
  padding: clamp(28px, 4vw, 44px);
  color: #fff;
  background:
    radial-gradient(circle at 80% 0, rgb(26 117 230 / 0.58), transparent 35%),
    linear-gradient(120deg, #071f51, #0a3676);
  box-shadow: 0 22px 48px rgb(8 39 94 / 0.2);
}

.sp-cta-mark {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 18px;
  background: rgb(255 255 255 / 0.12);
}

.sp-cta-mark img {
  width: 52px;
  height: 52px;
  filter: brightness(0) invert(1);
}

.sp-final-cta h2 {
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.sp-final-cta p {
  margin: 9px 0 0;
  color: rgb(255 255 255 / 0.76);
  font-size: 0.96rem;
  line-height: 1.5;
}

.sp-cta-actions {
  display: grid;
  justify-items: center;
  gap: 9px;
}

.sp-cta-actions > a:last-child {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 650;
  text-decoration-color: rgb(255 255 255 / 0.45);
  text-underline-offset: 3px;
}

@media (max-width: 1020px) {
  .sp-plan-grid {
    gap: 14px;
  }

  .sp-plan-card {
    padding-inline: 22px;
  }

  .sp-feature-list li {
    font-size: 0.84rem;
  }

  .sp-season-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sp-benefit-grid article:nth-last-child(-n + 2) {
    transform: translateX(50%);
  }
}

@media (max-width: 860px) {
  .sp-hero {
    min-height: 600px;
  }

  .sp-hero__image {
    object-position: 61% center;
  }

  .sp-hero__shade {
    background: linear-gradient(90deg, rgb(0 8 24 / 0.95) 0%, rgb(0 10 29 / 0.82) 57%, rgb(0 10 29 / 0.26) 100%);
  }

  .sp-hero__copy {
    width: min(620px, 84%);
  }

  .sp-plan-grid {
    max-width: 620px;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-inline: auto;
  }

  .sp-plan-card--premium {
    transform: none;
  }

  .sp-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp-faq-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .sp-cta-inner {
    grid-template-columns: auto 1fr;
  }

  .sp-cta-actions {
    grid-column: 1 / -1;
    width: 100%;
  }

  .sp-cta-actions .sp-button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .sp-shell {
    width: min(100% - 28px, 1180px);
  }

  .sp-section {
    padding-block: 58px;
  }

  .sp-hero {
    min-height: 620px;
    align-items: end;
  }

  .sp-hero__image {
    object-position: 66% center;
  }

  .sp-hero__shade {
    background: linear-gradient(0deg, rgb(0 8 24 / 0.98) 0%, rgb(0 9 27 / 0.84) 55%, rgb(0 8 24 / 0.22) 100%);
  }

  .sp-hero__inner {
    padding: 190px 0 54px;
  }

  .sp-hero__copy {
    width: 100%;
  }

  .sp-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .sp-hero__subtitle {
    margin-top: 20px;
  }

  .sp-zone-guide {
    padding-bottom: 28px;
  }

  .sp-zone-map__visual {
    border-width: 4px;
    border-radius: 13px;
  }

  .sp-zone-label {
    display: none;
  }

  .sp-zone-shape {
    fill-opacity: 0.66;
    stroke-width: 5px;
  }

  .sp-zone-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
  }

  .sp-zone-legend li {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dce5ef;
    border-radius: 8px;
    padding: 9px;
    color: var(--sp-muted);
    background: #fff;
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .sp-zone-legend strong {
    display: block;
    color: var(--sp-navy);
  }

  .sp-zone-key {
    width: 11px;
    height: 30px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--sp-blue);
  }

  .sp-zone-key--two {
    background: var(--sp-green);
  }

  .sp-zone-key--three {
    background: var(--sp-purple);
  }

  .sp-zone-key--four {
    background: var(--sp-gold);
  }

  .sp-zone-map figcaption {
    font-size: 0.8rem;
  }

  .sp-zone-selector-section {
    padding-top: 14px;
  }

  .sp-zone-selector {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .sp-zone-button {
    min-height: 55px;
    font-size: 0.91rem;
  }

  .sp-feature-list {
    grid-template-columns: 1fr;
  }

  .sp-custom-options {
    grid-template-columns: 1fr;
  }

  .sp-season-grid,
  .sp-benefit-grid {
    grid-template-columns: 1fr;
  }

  .sp-benefit-grid article,
  .sp-benefit-grid article:nth-last-child(-n + 2) {
    grid-template-columns: 48px 1fr;
    justify-items: start;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    text-align: left;
    transform: none;
  }

  .sp-benefit-grid img {
    width: 46px;
    height: 46px;
  }

  .sp-cta-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .sp-cta-mark {
    width: 66px;
    height: 66px;
  }
}

@media (max-width: 390px) {
  .sp-zone-legend {
    grid-template-columns: 1fr;
  }

  .sp-price-annual {
    font-size: 2.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .subscription-plans-v2 *,
  .subscription-plans-v2 *::before,
  .subscription-plans-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Native subscription wizard */
html.sp-dialog-open {
  overflow: hidden;
}

.sp-signup-dialog {
  width: min(940px, calc(100vw - 28px));
  max-width: none;
  max-height: min(900px, calc(100dvh - 28px));
  margin: auto;
  border: 0;
  border-radius: 22px;
  padding: 0;
  color: var(--sp-ink);
  background: #fff;
  box-shadow: 0 36px 100px rgb(3 19 52 / 0.42);
  overflow: hidden;
}

.sp-signup-dialog::backdrop {
  background: rgb(3 17 43 / 0.77);
  backdrop-filter: blur(7px);
}

.sp-signup-frame {
  display: flex;
  max-height: min(900px, calc(100dvh - 28px));
  flex-direction: column;
  background:
    radial-gradient(circle at 100% 0, rgb(18 101 214 / 0.09), transparent 29%),
    #fff;
}

.sp-signup-head {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(24px, 4vw, 42px);
  color: #fff;
  background:
    radial-gradient(circle at 83% 10%, rgb(48 132 245 / 0.72), transparent 30%),
    linear-gradient(120deg, #061b48, #0a397b);
}

.sp-signup-head p {
  margin: 0 0 5px;
  color: #8fd77c;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sp-signup-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 840;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.sp-signup-close {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 50%;
  color: #fff;
  background: rgb(255 255 255 / 0.1);
  cursor: pointer;
  font: inherit;
  font-size: 1.9rem;
  line-height: 1;
  transition: background 150ms ease, transform 150ms ease;
}

.sp-signup-close:hover {
  background: rgb(255 255 255 / 0.2);
  transform: rotate(3deg);
}

.sp-signup-progress {
  height: 6px;
  background: #dfe8f2;
}

.sp-signup-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, var(--sp-green), #72d355);
  transition: width 220ms ease;
}

.sp-signup-form {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
}

.sp-signup-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: clamp(25px, 4vw, 44px) clamp(22px, 5vw, 54px) 30px;
  overflow: auto;
}

.sp-wizard-step {
  max-width: 790px;
  margin: 0 auto;
}

.sp-wizard-step > header {
  max-width: 680px;
  margin-bottom: 30px;
}

.sp-step-kicker {
  margin: 0 0 7px;
  color: var(--sp-blue);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sp-wizard-step > header h3 {
  margin: 0;
  color: var(--sp-navy);
  font-size: clamp(1.65rem, 3.4vw, 2.35rem);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.sp-wizard-step > header > p:last-child {
  margin: 11px 0 0;
  color: var(--sp-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.sp-wizard-step fieldset {
  min-width: 0;
  margin: 25px 0 0;
  border: 0;
  padding: 0;
}

.sp-wizard-step legend {
  margin: 0 0 11px;
  padding: 0;
  color: var(--sp-navy);
  font-size: 0.84rem;
  font-weight: 820;
}

.sp-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.sp-choice-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sp-choice {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.sp-choice > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.sp-choice > span {
  display: flex;
  min-height: 74px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border: 1px solid #c9d7e7;
  border-radius: 11px;
  padding: 14px 16px;
  color: var(--sp-navy);
  background: #fff;
  box-shadow: 0 4px 13px rgb(8 39 94 / 0.04);
  transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.sp-choice:hover > span {
  border-color: var(--sp-blue);
  transform: translateY(-1px);
}

.sp-choice > input:focus-visible + span {
  outline: 3px solid rgb(18 101 214 / 0.24);
  outline-offset: 2px;
}

.sp-choice > input:checked + span {
  border-color: var(--sp-blue);
  background: linear-gradient(145deg, #edf5ff, #fff);
  box-shadow: 0 7px 20px rgb(18 101 214 / 0.12), inset 4px 0 0 var(--sp-blue);
}

.sp-choice strong {
  font-size: 0.94rem;
  line-height: 1.25;
}

.sp-choice small {
  color: var(--sp-muted);
  font-size: 0.73rem;
  line-height: 1.35;
}

.sp-choice.is-disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.sp-choice.is-disabled > span {
  background: #f1f4f7;
  transform: none;
}

.sp-live-total {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3px 20px;
  margin-top: 28px;
  border: 1px solid #bdd7af;
  border-radius: 14px;
  padding: 20px 22px;
  background: linear-gradient(135deg, #f0faeb, #fff);
}

.sp-live-total > span {
  color: var(--sp-navy);
  font-size: 0.84rem;
  font-weight: 800;
}

.sp-live-total > strong {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--sp-green-dark);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.sp-live-total > strong small {
  color: var(--sp-ink);
  font-size: 0.45em;
  letter-spacing: 0;
}

.sp-live-total p {
  margin: 0;
  color: var(--sp-muted);
  font-size: 0.75rem;
}

.sp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sp-field {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.sp-field--wide {
  grid-column: 1 / -1;
}

.sp-field > span {
  color: var(--sp-navy);
  font-size: 0.78rem;
  font-weight: 780;
}

.sp-field > span b {
  color: #c3382d;
}

.sp-field input,
.sp-field select,
.sp-field textarea {
  width: 100%;
  border: 1px solid #becdde;
  border-radius: 9px;
  padding: 12px 13px;
  color: var(--sp-ink);
  background: #fff;
  box-shadow: 0 3px 9px rgb(8 39 94 / 0.035);
  font: inherit;
  font-size: 0.92rem;
  line-height: 1.35;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.sp-field textarea {
  min-height: 104px;
  resize: vertical;
}

.sp-field input:focus,
.sp-field select:focus,
.sp-field textarea:focus {
  border-color: var(--sp-blue);
  box-shadow: 0 0 0 3px rgb(18 101 214 / 0.14);
  outline: 0;
}

.sp-field > small {
  color: var(--sp-muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

.sp-discount-callout,
.sp-safety-callout,
.sp-secure-panel {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 24px;
  border: 1px solid #bdd9ad;
  border-radius: 12px;
  padding: 17px 19px;
  color: var(--sp-navy);
  background: #f2faee;
}

.sp-discount-callout {
  display: grid;
  gap: 3px;
}

.sp-discount-callout strong,
.sp-safety-callout strong,
.sp-secure-panel strong {
  font-size: 0.88rem;
}

.sp-discount-callout span,
.sp-safety-callout p,
.sp-secure-panel p {
  margin: 3px 0 0;
  color: var(--sp-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.sp-safety-callout > span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--sp-green);
  font-weight: 900;
}

.sp-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.sp-review-grid article {
  display: grid;
  min-width: 0;
  gap: 5px;
  border: 1px solid #d5e0eb;
  border-radius: 11px;
  padding: 15px 17px;
  background: #f8fafc;
}

.sp-review-grid article > span {
  color: var(--sp-blue);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sp-review-grid article strong {
  color: var(--sp-navy);
  font-size: 0.91rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.sp-review-grid article small {
  color: var(--sp-muted);
  font-size: 0.73rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.sp-authorization {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 12px;
  margin-top: 20px;
  border: 1px solid #a9c5e7;
  border-radius: 12px;
  padding: 18px;
  color: var(--sp-ink);
  background: #f1f7ff;
  cursor: pointer;
}

.sp-authorization input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  accent-color: var(--sp-blue);
}

.sp-authorization span {
  font-size: 0.82rem;
  line-height: 1.55;
}

.sp-secure-panel {
  border-color: #d3deea;
  background: #f8fafc;
}

.sp-secure-panel > span {
  font-size: 1.3rem;
}

.sp-signup-error,
.sp-preview-note {
  max-width: 790px;
  margin: 0 auto 14px;
  border-radius: 9px;
  padding: 11px 16px;
  font-size: 0.79rem;
  line-height: 1.45;
}

.sp-signup-error {
  border: 1px solid #e2a39d;
  color: #862d24;
  background: #fff3f1;
}

.sp-preview-note {
  border: 1px solid #d6bf78;
  color: #654a00;
  background: #fff9e8;
}

.sp-signup-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.sp-signup-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #dce5ee;
  padding: 16px clamp(22px, 5vw, 54px);
  background: #f8fafc;
}

.sp-signup-nav button {
  min-height: 46px;
  border-radius: 8px;
  padding: 11px 18px;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 820;
}

.sp-signup-back {
  margin-right: auto;
  border: 1px solid #bac9da;
  color: var(--sp-navy);
  background: #fff;
}

.sp-signup-next,
.sp-secure-checkout {
  border: 1px solid var(--sp-blue);
  color: #fff;
  background: var(--sp-blue);
  box-shadow: 0 7px 18px rgb(18 101 214 / 0.2);
}

.sp-secure-checkout {
  background: linear-gradient(120deg, #287c2b, #3ea637);
  border-color: #287c2b;
  box-shadow: 0 7px 18px rgb(40 124 43 / 0.2);
}

.sp-signup-nav button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.sp-signup-nav button:disabled {
  border-color: #a8b2be;
  color: #f5f6f7;
  background: #8b98a6;
  box-shadow: none;
  cursor: not-allowed;
}

.sp-signup-success {
  max-width: 570px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}

.sp-signup-success > span {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--sp-green), #68c94c);
  box-shadow: 0 15px 30px rgb(52 139 40 / 0.2);
  font-size: 2.4rem;
  font-weight: 900;
}

.sp-signup-success h3 {
  margin: 0;
  color: var(--sp-navy);
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  letter-spacing: -0.04em;
}

.sp-signup-success > p {
  margin: 13px auto 24px;
  color: var(--sp-muted);
  line-height: 1.6;
}

.sp-signup-success > div {
  display: grid;
  gap: 5px;
  border: 1px solid #d5e2ed;
  border-radius: 10px;
  padding: 15px;
  background: #f6f9fc;
}

.sp-signup-success > div span {
  color: var(--sp-blue);
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .sp-signup-dialog {
    width: calc(100vw - 14px);
    max-height: calc(100dvh - 14px);
    border-radius: 15px;
  }

  .sp-signup-frame {
    max-height: calc(100dvh - 14px);
  }

  .sp-signup-head {
    min-height: 82px;
    padding: 17px 19px;
  }

  .sp-signup-close {
    width: 39px;
    height: 39px;
  }

  .sp-signup-body {
    padding: 24px 17px;
  }

  .sp-choice-grid,
  .sp-choice-grid--three,
  .sp-form-grid,
  .sp-review-grid {
    grid-template-columns: 1fr;
  }

  .sp-field--wide {
    grid-column: auto;
  }

  .sp-choice > span {
    min-height: 64px;
  }

  .sp-live-total {
    grid-template-columns: 1fr;
  }

  .sp-live-total > strong {
    grid-row: auto;
    grid-column: auto;
  }

  .sp-signup-nav {
    padding: 13px 16px;
  }

  .sp-signup-nav button {
    padding-inline: 14px;
    font-size: 0.76rem;
  }
}
