:root {
  --navy-950: #06172d;
  --navy-900: #0a2342;
  --navy-800: #11345b;
  --blue-700: #0759c7;
  --blue-600: #0876e8;
  --blue-500: #1688f7;
  --sky-100: #eaf5ff;
  --sky-50: #f5faff;
  --gold-500: #f3b83b;
  --gold-400: #ffc957;
  --mint-100: #e9faf3;
  --mint-700: #08705b;
  --ink: #12243a;
  --muted: #58708b;
  --line: #d8e5f2;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(20, 67, 112, 0.08);
  --shadow-lg: 0 28px 80px rgba(19, 65, 109, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(22, 136, 247, 0.35);
  outline-offset: 3px;
}

.site-frame {
  min-height: 100vh;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(216, 229, 242, 0.72);
  box-shadow: 0 7px 25px rgba(22, 57, 92, 0.035);
  height: 74px;
  position: relative;
  z-index: 20;
}

.header-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.brand-logo {
  display: block;
  width: auto;
  height: 55px;
  object-fit: contain;
}

.site-footer .brand-logo {
  height: 65px;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
}

.brand-mark {
  background:
    radial-gradient(circle at 77% 26%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(142deg, #062c68, #0876dc);
  border: 1px solid rgba(7, 70, 145, 0.28);
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(7, 75, 146, 0.18), inset 0 1px rgba(255, 255, 255, 0.22);
  display: inline-block;
  height: 43px;
  overflow: hidden;
  position: relative;
  width: 49px;
}

.brand-sun {
  background: linear-gradient(145deg, #ffe089, var(--gold-400));
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 201, 87, 0.12);
  height: 17px;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 17px;
}

.brand-horizon {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), #fff 48%, var(--gold-400));
  border-radius: 999px;
  height: 2px;
  left: 7px;
  position: absolute;
  right: 6px;
  top: 25px;
}

.brand-panel {
  background: rgba(255, 255, 255, 0.94);
  bottom: 6px;
  clip-path: polygon(10% 0, 100% 0, 88% 100%, 0 100%);
  height: 7px;
  position: absolute;
  transform: skewX(-14deg);
}

.brand-panel-one {
  left: 8px;
  width: 16px;
}

.brand-panel-two {
  background: rgba(255, 213, 107, 0.95);
  right: 7px;
  width: 15px;
}

.brand-type {
  display: grid;
  line-height: 1;
}

.brand-type strong {
  color: var(--navy-900);
  font-size: 17.5px;
  font-weight: 790;
  letter-spacing: 0.14em;
}

.brand-type small {
  color: var(--blue-700);
  font-size: 8.5px;
  font-weight: 720;
  letter-spacing: 0.3em;
  margin-top: 5px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-right: 32px;
}

.desktop-nav a {
  color: #38536f;
  font-size: 13px;
  font-weight: 620;
  transition: color 160ms ease;
}

.desktop-nav a:hover {
  color: var(--blue-700);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 18px;
}

.header-phone {
  align-items: center;
  color: var(--navy-800);
  display: inline-flex;
  font-size: 13px;
  font-weight: 720;
  gap: 7px;
}

.header-phone svg {
  height: 17px;
  width: 17px;
}

.header-cta,
.primary-button,
.gold-button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-weight: 760;
  gap: 9px;
  justify-content: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-cta {
  background: linear-gradient(135deg, var(--navy-900), #0b3c71);
  border-radius: 999px;
  color: white;
  font-size: 12.5px;
  padding: 11px 16px;
}

.header-cta svg,
.primary-button svg,
.gold-button svg {
  height: 18px;
  width: 18px;
}

.header-cta:hover,
.primary-button:hover,
.gold-button:hover {
  box-shadow: 0 12px 28px rgba(10, 35, 66, 0.18);
  transform: translateY(-2px);
}

.hero {
  background:
    radial-gradient(circle at 5% 16%, rgba(164, 216, 255, 0.34), transparent 29%),
    radial-gradient(circle at 91% 9%, rgba(255, 218, 127, 0.22), transparent 21%),
    linear-gradient(140deg, #fbfdff 0%, #edf7ff 56%, #fffcf4 116%);
  min-height: 642px;
  overflow: hidden;
  padding: 66px 0 26px;
  position: relative;
}

.energy-grid {
  background-image:
    linear-gradient(rgba(30, 112, 192, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 112, 192, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  inset: 0;
  mask-image: linear-gradient(to right, black, transparent 75%);
  opacity: 0.55;
  position: absolute;
}

.hero-orb {
  border: 1px solid rgba(35, 115, 195, 0.14);
  border-radius: 50%;
  position: absolute;
}

.hero-orb::after {
  border: 1px solid rgba(35, 115, 195, 0.11);
  border-radius: inherit;
  content: "";
  inset: 28px;
  position: absolute;
}

.hero-orb-one {
  height: 410px;
  left: -255px;
  top: 82px;
  width: 410px;
}

.hero-orb-two {
  height: 330px;
  right: -205px;
  top: 45px;
  width: 330px;
}

.hero-layout {
  align-items: center;
  display: grid;
  gap: 68px;
  grid-template-columns: minmax(0, 1fr) 470px;
  position: relative;
  z-index: 2;
}

.hero-copy {
  padding-bottom: 10px;
}

.hero-offer-banner {
  align-items: center;
  background:
    radial-gradient(circle at 92% 0, rgba(255, 201, 87, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(121, 179, 229, 0.72);
  border-radius: 15px;
  box-shadow: 0 14px 34px rgba(20, 79, 133, 0.1);
  color: var(--navy-900);
  cursor: pointer;
  display: flex;
  gap: 11px;
  margin: 0 0 21px;
  max-width: 500px;
  padding: 10px 13px 10px 10px;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: fit-content;
}

.hero-offer-banner:hover {
  border-color: var(--blue-500);
  box-shadow: 0 18px 38px rgba(20, 79, 133, 0.15);
  transform: translateY(-2px);
}

.hero-offer-icon {
  align-items: center;
  background: linear-gradient(145deg, var(--navy-900), var(--blue-700));
  border-radius: 10px;
  color: var(--gold-400);
  display: flex;
  flex: 0 0 auto;
  height: 39px;
  justify-content: center;
  width: 39px;
}

.hero-offer-icon svg {
  height: 19px;
  width: 19px;
}

.hero-offer-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.hero-offer-copy strong {
  font-size: 14px;
  font-weight: 780;
  letter-spacing: -0.015em;
}

.hero-offer-copy small {
  color: #607a93;
  font-size: 11px;
  font-weight: 590;
}

.hero-offer-banner > svg {
  color: var(--blue-700);
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.eyebrow,
.section-kicker,
.mini-label {
  color: var(--blue-700);
  font-size: 12px;
  font-weight: 790;
  letter-spacing: 0.13em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.eyebrow {
  align-items: center;
  display: flex;
  gap: 10px;
}

.eyebrow-dot {
  background: var(--gold-500);
  border: 5px solid rgba(243, 184, 59, 0.2);
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.hero h1 {
  color: var(--navy-950);
  font-size: clamp(50px, 4.95vw, 68px);
  font-weight: 720;
  letter-spacing: -0.05em;
  line-height: 1.015;
  margin: 0;
  max-width: 690px;
}

.hero h1 span {
  color: var(--blue-700);
}

.hero-lede {
  color: #445f7a;
  font-size: 18px;
  line-height: 1.62;
  margin: 24px 0 23px;
  max-width: 630px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  margin: 0 0 24px;
}

.hero-proof div {
  align-items: center;
  color: var(--navy-800);
  display: inline-flex;
  font-size: 13px;
  font-weight: 670;
  gap: 7px;
}

.hero-proof svg {
  background: var(--mint-100);
  border-radius: 50%;
  color: var(--mint-700);
  height: 19px;
  padding: 3px;
  width: 19px;
}

.text-link,
.secondary-link {
  align-items: center;
  color: var(--blue-700);
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  gap: 7px;
}

.text-link svg {
  height: 18px;
  transition: transform 160ms ease;
  width: 18px;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.plan-finder {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(205, 223, 241, 0.96);
  border-radius: 20px;
  box-shadow: 0 26px 70px rgba(18, 63, 106, 0.14);
  padding: 29px;
  position: relative;
}

.plan-finder::before {
  background: linear-gradient(90deg, var(--blue-600), var(--gold-500));
  border-radius: 20px 20px 0 0;
  content: "";
  height: 5px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.finder-heading {
  align-items: center;
  display: flex;
  gap: 14px;
}

.finder-icon {
  align-items: center;
  background: var(--sky-100);
  border-radius: 13px;
  color: var(--blue-700);
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.finder-icon svg {
  height: 22px;
  width: 22px;
}

.finder-heading span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 660;
  margin-bottom: 4px;
}

.finder-heading h2 {
  color: var(--navy-950);
  font-size: 25px;
  letter-spacing: -0.03em;
  margin: 0;
}

.segmented-control {
  background: #f0f6fb;
  border-radius: 10px;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
  margin: 25px 0 21px;
  padding: 4px;
}

.segmented-control button {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #60768c;
  cursor: pointer;
  font-size: 13px;
  font-weight: 690;
  padding: 10px;
}

.segmented-control button.active {
  background: white;
  box-shadow: 0 3px 11px rgba(33, 74, 112, 0.11);
  color: var(--navy-900);
}

.field-label {
  color: var(--navy-800);
  display: block;
  font-size: 12px;
  font-weight: 730;
  margin-bottom: 8px;
}

.zip-control {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 160px;
}

.zip-control input {
  background: white;
  border: 1px solid #b9cce0;
  border-radius: 10px;
  color: var(--navy-950);
  font-size: 17px;
  font-weight: 650;
  letter-spacing: 0.05em;
  min-width: 0;
  padding: 14px 15px;
}

.zip-control input::placeholder {
  color: #8ca1b6;
  font-weight: 500;
  letter-spacing: 0;
}

.zip-control button {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  border: 0;
  border-radius: 10px;
  color: #17263a;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 790;
  gap: 8px;
  justify-content: center;
  padding: 0 17px;
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.zip-control button:hover {
  box-shadow: 0 10px 25px rgba(210, 147, 24, 0.25);
  transform: translateY(-1px);
}

.zip-control button svg {
  height: 18px;
  width: 18px;
}

.zip-control.has-error input {
  border-color: #c43640;
}

.field-hint,
.field-error {
  color: #73879b;
  font-size: 11px;
  line-height: 1.45;
  margin: 8px 0 0;
}

.field-error {
  color: #b62731;
  font-weight: 650;
}

.finder-divider {
  background: var(--line);
  height: 1px;
  margin: 22px 0 17px;
}

.finder-assurance {
  align-items: flex-start;
  display: flex;
  gap: 11px;
}

.finder-assurance > svg {
  color: var(--blue-700);
  flex: 0 0 auto;
  height: 20px;
  margin-top: 2px;
  width: 20px;
}

.finder-assurance p {
  color: #60768b;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.finder-assurance strong {
  color: var(--navy-800);
  display: block;
}

.phone-link {
  align-items: center;
  color: var(--blue-700);
  display: flex;
  font-size: 12px;
  font-weight: 720;
  gap: 7px;
  justify-content: center;
  margin-top: 18px;
}

.phone-link svg {
  height: 16px;
  width: 16px;
}

.hero-footnote {
  color: #6b7f93;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 34px;
  position: relative;
  z-index: 2;
}

.hero-footnote p {
  margin: 0;
  max-width: 930px;
}

.trust-strip {
  background: white;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

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

.trust-grid article {
  align-items: flex-start;
  display: flex;
  gap: 15px;
  padding: 30px 32px;
}

.trust-grid article + article {
  border-left: 1px solid var(--line);
}

.trust-icon {
  align-items: center;
  background: var(--sky-100);
  border-radius: 12px;
  color: var(--blue-700);
  display: flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.trust-icon svg {
  height: 21px;
  width: 21px;
}

.trust-grid h3 {
  color: var(--navy-900);
  font-size: 14px;
  margin: 1px 0 6px;
}

.trust-grid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.green-talk-section {
  background: #fbfdff;
  padding: 108px 0;
}

.green-talk-layout {
  align-items: center;
  display: grid;
  gap: 86px;
  grid-template-columns: 0.9fr 1.1fr;
}

.green-talk-card {
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 201, 87, 0.22), transparent 28%),
    linear-gradient(145deg, #0a2b57, #0755a7 64%, #0878da);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(10, 62, 114, 0.22);
  color: white;
  min-height: 450px;
  overflow: hidden;
  padding: 45px;
  position: relative;
}

.green-talk-card::after {
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  content: "";
  height: 310px;
  position: absolute;
  right: -180px;
  top: 70px;
  width: 310px;
}

.green-talk-card .mini-label {
  color: #b9ddff;
  margin-bottom: 24px;
}

.benefit-number {
  color: var(--gold-400);
  font-size: 112px;
  font-weight: 820;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.green-talk-card h2 {
  font-size: 35px;
  letter-spacing: -0.04em;
  margin: 13px 0 8px;
}

.benefit-subtitle {
  color: #d4e9ff;
  font-size: 15px;
  margin: 0;
}

.phone-plan-row {
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 42px;
  padding-top: 20px;
}

.phone-plan-row span {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 680;
  gap: 7px;
}

.phone-plan-row span::before {
  background: var(--gold-400);
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.mobile-signal {
  align-items: end;
  display: flex;
  gap: 5px;
  height: 35px;
  position: absolute;
  right: 42px;
  top: 42px;
}

.mobile-signal span {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 2px;
  display: block;
  width: 5px;
}

.mobile-signal span:nth-child(1) { height: 9px; }
.mobile-signal span:nth-child(2) { height: 16px; }
.mobile-signal span:nth-child(3) { height: 24px; }
.mobile-signal span:nth-child(4) { height: 33px; }

.green-talk-copy h2,
.section-heading h2,
.closing-card h2 {
  color: var(--navy-950);
  font-size: clamp(38px, 4vw, 54px);
  letter-spacing: -0.05em;
  line-height: 1.06;
  margin: 0;
}

.section-lede,
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
  margin: 22px 0;
}

.feature-list {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 26px 0 30px;
  padding: 0;
}

.feature-list li {
  align-items: flex-start;
  color: #38536e;
  display: flex;
  font-size: 14px;
  gap: 10px;
  line-height: 1.5;
}

.feature-list svg {
  background: var(--mint-100);
  border-radius: 50%;
  color: var(--mint-700);
  flex: 0 0 auto;
  height: 21px;
  padding: 4px;
  width: 21px;
}

.button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.primary-button {
  background: var(--navy-900);
  color: white;
  font-size: 14px;
  padding: 15px 19px;
}

.secondary-link svg {
  height: 17px;
  width: 17px;
}

.legal-note {
  color: #7b8ea1;
  font-size: 10px;
  line-height: 1.55;
  margin: 23px 0 0;
  max-width: 600px;
}

.steps-section {
  background:
    linear-gradient(180deg, rgba(234, 245, 255, 0.68), rgba(255, 255, 255, 0.86)),
    white;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 100px 0 108px;
}

.section-heading.centered {
  margin: 0 auto 52px;
  max-width: 780px;
  text-align: center;
}

.section-heading.centered p:last-child {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.steps-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.steps-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 19px;
  box-shadow: var(--shadow-sm);
  min-height: 210px;
  padding: 29px;
  position: relative;
}

.step-number {
  color: var(--blue-600);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.13em;
}

.steps-grid h3 {
  color: var(--navy-900);
  font-size: 21px;
  letter-spacing: -0.025em;
  margin: 24px 0 10px;
}

.steps-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.steps-grid article > svg {
  background: var(--gold-400);
  border-radius: 50%;
  color: var(--navy-900);
  height: 34px;
  padding: 9px;
  position: absolute;
  right: -29px;
  top: calc(50% - 17px);
  width: 34px;
  z-index: 3;
}

.closing-cta {
  background: white;
  padding: 72px 0;
}

.closing-card {
  align-items: center;
  background:
    radial-gradient(circle at 95% 0, rgba(255, 201, 87, 0.16), transparent 28%),
    var(--navy-950);
  border-radius: 26px;
  color: white;
  display: flex;
  justify-content: space-between;
  padding-bottom: 44px;
  padding-top: 44px;
}

.closing-card .section-kicker {
  color: #9dcfff;
}

.closing-card h2 {
  color: white;
  font-size: 34px;
}

.closing-card p:last-child {
  color: #b9cbe0;
  font-size: 14px;
  margin: 13px 0 0;
}

.gold-button {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-500));
  color: #13253a;
  flex: 0 0 auto;
  font-size: 14px;
  margin-left: 40px;
  padding: 15px 19px;
}

.site-footer {
  background: #061427;
  color: #a8b9ca;
}

.footer-main {
  display: grid;
  gap: 54px;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  padding-bottom: 55px;
  padding-top: 62px;
}

.site-footer .brand-type strong {
  color: white;
}

.site-footer .brand-type small {
  color: #86c4ff;
}

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-brand > p {
  font-size: 13px;
  line-height: 1.65;
  margin: 22px 0 15px;
  max-width: 310px;
}

.footer-brand > a:not(.brand) {
  color: #d8e8f7;
  font-size: 13px;
  margin-top: 7px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-column h3 {
  color: white;
  font-size: 13px;
  margin: 3px 0 7px;
}

.footer-column a,
.footer-column p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.footer-column a:hover {
  color: white;
}

.footer-button {
  border: 1px solid #385373;
  border-radius: 8px;
  color: white !important;
  margin-top: 6px;
  padding: 10px 12px;
  text-align: center;
}

.footer-bottom {
  border-top: 1px solid #23364c;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  line-height: 1.5;
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }

  .hero-layout {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) 440px;
  }

  .hero h1 {
    font-size: 56px;
  }
}

@media (max-width: 850px) {
  .site-header {
    height: 70px;
  }

  .header-phone {
    display: none;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-layout,
  .green-talk-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    gap: 40px;
  }

  .hero-copy {
    max-width: 700px;
  }

  .plan-finder {
    max-width: 600px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .green-talk-layout {
    gap: 54px;
  }

  .green-talk-card {
    max-width: 580px;
  }

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

  .steps-grid article {
    min-height: auto;
  }

  .steps-grid article > svg {
    display: none;
  }

  .footer-main {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-column:last-child {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 620px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-offer-banner {
    width: 100%;
  }

  .header-cta {
    display: none;
  }

  .brand-type strong {
    font-size: 15px;
  }

  .hero {
    padding: 44px 0 24px;
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-proof {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan-finder {
    border-radius: 18px;
    padding: 25px 20px;
  }

  .finder-heading h2 {
    font-size: 21px;
  }

  .zip-control {
    grid-template-columns: 1fr;
  }

  .zip-control button {
    min-height: 49px;
  }

  .hero-footnote {
    margin-top: 28px;
  }

  .trust-grid article {
    padding: 25px 20px;
  }

  .green-talk-section,
  .steps-section {
    padding: 78px 0;
  }

  .green-talk-card {
    min-height: 410px;
    padding: 34px 28px;
  }

  .benefit-number {
    font-size: 96px;
  }

  .green-talk-card h2 {
    font-size: 30px;
  }

  .mobile-signal {
    right: 28px;
    top: 30px;
  }

  .green-talk-copy h2,
  .section-heading h2 {
    font-size: 39px;
  }

  .closing-card {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 16px;
    margin-right: 16px;
    width: auto;
  }

  .closing-card h2 {
    font-size: 28px;
  }

  .gold-button {
    margin: 28px 0 0;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-column:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

/* Interior pages */

.interior-page {
  background: var(--sky-50);
}

.breadcrumb {
  align-items: center;
  color: #7b8fa4;
  display: flex;
  font-size: 11px;
  font-weight: 650;
  gap: 6px;
  margin-bottom: 28px;
}

.breadcrumb svg {
  height: 13px;
  width: 13px;
}

.breadcrumb a:hover {
  color: var(--blue-700);
}

.breadcrumb.light {
  color: #a9c8e7;
}

.breadcrumb.light a:hover {
  color: white;
}

.plans-hero {
  background:
    radial-gradient(circle at 90% 0, rgba(255, 201, 87, 0.16), transparent 24%),
    linear-gradient(138deg, #fbfdff, #edf7ff);
  border-bottom: 1px solid var(--line);
  padding: 44px 0 50px;
}

.plans-heading-row {
  align-items: end;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.plans-heading-row .eyebrow {
  margin-bottom: 14px;
}

.plans-heading-row h1,
.legal-hero h1,
.green-detail-hero h1 {
  color: var(--navy-950);
  font-size: clamp(42px, 5vw, 62px);
  letter-spacing: -0.055em;
  line-height: 1.03;
  margin: 0;
}

.plans-heading-row > div > p:last-child,
.legal-hero > .container > p:last-child {
  color: var(--muted);
  font-size: 15px;
  margin: 16px 0 0;
}

.inline-zip {
  flex: 0 0 315px;
}

.inline-zip label {
  color: var(--navy-800);
  display: block;
  font-size: 11px;
  font-weight: 730;
  margin-bottom: 8px;
}

.inline-zip > div {
  align-items: center;
  background: white;
  border: 1px solid #bed0e2;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.inline-zip svg {
  color: var(--blue-700);
  height: 19px;
  margin-left: 13px;
  width: 19px;
}

.inline-zip input {
  border: 0;
  color: var(--navy-900);
  font-weight: 700;
  min-width: 0;
  outline: 0;
  padding: 13px 9px;
  width: 100%;
}

.inline-zip button {
  align-self: stretch;
  background: var(--navy-900);
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 740;
  padding: 0 16px;
}

.plans-body {
  padding: 42px 0 94px;
}

.catalog-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.results-count {
  color: var(--navy-900);
  font-size: 16px;
  font-weight: 780;
}

.market-label {
  color: #74899f;
  font-size: 12px;
  margin-left: 12px;
}

.filter-buttons {
  align-items: center;
  background: #e8f1f9;
  border-radius: 9px;
  display: flex;
  gap: 4px;
  padding: 4px;
}

.filter-buttons button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #62788e;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  padding: 8px 12px;
}

.filter-buttons button.active {
  background: white;
  box-shadow: 0 3px 9px rgba(28, 69, 108, 0.12);
  color: var(--navy-900);
}

.filter-buttons svg {
  height: 15px;
  width: 15px;
}

.catalog-note {
  align-items: flex-start;
  background: #ecf6ff;
  border: 1px solid #cee5f8;
  border-radius: 12px;
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
  padding: 15px 18px;
}

.catalog-note > svg {
  color: var(--blue-700);
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.catalog-note strong {
  color: var(--navy-800);
  display: block;
  font-size: 12px;
}

.catalog-note p {
  color: var(--muted);
  font-size: 11px;
  margin: 3px 0 0;
}

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

.product-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(20, 67, 112, 0.075);
  overflow: hidden;
  padding: 30px;
  position: relative;
}

.product-card.featured {
  border-color: #9bc7ec;
  box-shadow: 0 22px 52px rgba(20, 84, 145, 0.12);
  padding-top: 67px;
}

.featured-ribbon {
  background: #e8f4ff;
  border: 1px solid #c9e3f8;
  border-radius: 999px;
  color: var(--blue-700);
  font-size: 9px;
  font-weight: 780;
  left: 29px;
  letter-spacing: 0.08em;
  padding: 7px 10px;
  position: absolute;
  right: auto;
  text-transform: uppercase;
  top: 23px;
}

.product-topline {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.product-type {
  color: #748ba0;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.product-topline h2 {
  color: var(--navy-950);
  font-size: 27px;
  letter-spacing: -0.035em;
  margin: 6px 0 0;
}

.green-talk-pill {
  align-items: center;
  background: var(--mint-100);
  border-radius: 999px;
  color: var(--mint-700);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 780;
  gap: 5px;
  padding: 7px 9px;
}

.green-talk-pill svg {
  height: 14px;
  width: 14px;
}

.product-description {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 16px 0 20px;
}

.price-block {
  background:
    radial-gradient(circle at 90% 0, rgba(255, 201, 87, 0.11), transparent 40%),
    #f5faff;
  border: 1px solid #deebf6;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  padding: 19px;
}

.price-block strong {
  color: var(--blue-700);
  font-size: 34px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.price-block span {
  color: #61788e;
  font-size: 10px;
  font-weight: 650;
  margin-top: 6px;
}

.product-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0 0;
}

.product-facts div {
  border-bottom: 1px solid #e8eff6;
  display: flex;
  flex-direction: column;
  min-height: 67px;
  padding: 11px 8px 11px 0;
}

.product-facts div:nth-child(even) {
  border-left: 1px solid #e8eff6;
  padding-left: 15px;
}

.product-facts dt {
  color: #7a8fa4;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-facts dd {
  color: var(--navy-800);
  font-size: 12px;
  font-weight: 680;
  line-height: 1.4;
  margin: 5px 0 0;
}

.product-facts .green-fact dd {
  color: var(--mint-700);
}

.rate-details {
  border-bottom: 1px solid #e5edf5;
  margin-bottom: 18px;
  padding: 16px 0;
}

.rate-details summary {
  align-items: center;
  color: var(--blue-700);
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 750;
  justify-content: space-between;
  list-style: none;
}

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

.rate-details summary svg {
  height: 16px;
  transition: transform 160ms ease;
  width: 16px;
}

.rate-details[open] summary svg {
  transform: rotate(90deg);
}

.rate-details p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
  margin: 11px 0 2px;
}

.plan-cta {
  align-items: center;
  background: var(--navy-900);
  border-radius: 999px;
  color: white;
  display: flex;
  font-size: 13px;
  font-weight: 760;
  gap: 8px;
  justify-content: center;
  padding: 14px;
  transition: background 160ms ease, transform 160ms ease;
}

.plan-cta:hover {
  background: var(--blue-700);
  transform: translateY(-1px);
}

.plan-cta svg {
  height: 17px;
  width: 17px;
}

.document-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  justify-content: center;
  margin-top: 14px;
}

.document-links a {
  color: var(--blue-700);
  font-size: 9px;
  font-weight: 670;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.product-footnote {
  color: #8495a6;
  font-size: 8.5px;
  line-height: 1.5;
  margin: 15px 0 0;
  text-align: center;
}

.empty-plans {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  grid-column: 1 / -1;
  padding: 55px;
  text-align: center;
}

.empty-plans > svg {
  color: var(--blue-700);
}

.empty-plans h2 {
  color: var(--navy-900);
  margin: 15px 0 9px;
}

.empty-plans p {
  color: var(--muted);
}

.empty-plans button {
  background: var(--navy-900);
  border: 0;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 11px 15px;
}

.catalog-assurance {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  padding-top: 28px;
}

.catalog-assurance div {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

.catalog-assurance svg {
  color: var(--blue-700);
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.catalog-assurance span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.catalog-assurance strong {
  color: var(--navy-800);
  display: block;
  font-size: 11px;
}

/* Green Talk details */

.green-detail-hero {
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 201, 87, 0.21), transparent 24%),
    linear-gradient(135deg, #071b35, #0b3a72 65%, #0867be);
  color: white;
  padding: 42px 0 78px;
}

.green-detail-grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.2fr 0.8fr;
}

.green-detail-hero .eyebrow {
  color: #a8d6ff;
}

.green-detail-hero h1 {
  color: white;
}

.green-detail-hero .hero-lede {
  color: #c5dbef;
  font-size: 17px;
}

.gold-button.no-margin {
  margin: 0;
}

.ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 10px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 14px 17px;
}

.green-benefit-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.17);
  padding: 32px;
}

.benefit-badge {
  align-items: center;
  background: rgba(255, 201, 87, 0.15);
  border: 1px solid rgba(255, 201, 87, 0.28);
  border-radius: 999px;
  color: #ffdf96;
  display: inline-flex;
  font-size: 10px;
  font-weight: 750;
  gap: 6px;
  padding: 7px 10px;
}

.benefit-badge svg {
  height: 14px;
  width: 14px;
}

.large-one {
  color: var(--gold-400);
  font-size: 104px;
  font-weight: 820;
  letter-spacing: -0.08em;
  line-height: 0.9;
  margin-top: 27px;
}

.green-benefit-panel h2 {
  font-size: 24px;
  letter-spacing: -0.03em;
  margin: 10px 0 22px;
}

.benefit-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding-top: 19px;
}

.benefit-grid span {
  align-items: center;
  color: #d6e9fa;
  display: flex;
  font-size: 11px;
  font-weight: 640;
  gap: 6px;
}

.benefit-grid svg {
  color: var(--gold-400);
  height: 16px;
  width: 16px;
}

.green-benefit-panel > p {
  color: #9ebcd9;
  font-size: 8.5px;
  line-height: 1.5;
  margin: 20px 0 0;
}

.benefit-explainer {
  background: white;
  padding: 92px 0;
}

.activation-flow {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.activation-flow article {
  background: var(--sky-50);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 27px;
  position: relative;
}

.activation-flow article > span {
  color: #8aa4bd;
  font-size: 10px;
  font-weight: 790;
  letter-spacing: 0.1em;
}

.activation-flow article > svg {
  background: white;
  border-radius: 12px;
  color: var(--blue-700);
  display: block;
  height: 43px;
  margin: 27px 0 18px;
  padding: 10px;
  width: 43px;
}

.activation-flow h3 {
  color: var(--navy-900);
  font-size: 19px;
  margin: 0 0 9px;
}

.activation-flow p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.program-details {
  background: #f1f8fe;
  border-top: 1px solid var(--line);
  padding: 92px 0;
}

.program-grid {
  align-items: start;
  display: grid;
  gap: 75px;
  grid-template-columns: 0.75fr 1.25fr;
}

.program-grid h2 {
  color: var(--navy-950);
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
}

.program-grid > div > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.program-list {
  background: white;
  border: 1px solid var(--line);
  border-radius: 19px;
  box-shadow: var(--shadow-sm);
  list-style: none;
  margin: 0;
  padding: 16px 27px;
}

.program-list li {
  align-items: flex-start;
  border-bottom: 1px solid #e9f0f6;
  color: #455e77;
  display: flex;
  font-size: 12px;
  gap: 11px;
  line-height: 1.55;
  padding: 14px 0;
}

.program-list li:last-child {
  border-bottom: 0;
}

.program-list svg {
  color: var(--mint-700);
  flex: 0 0 auto;
  height: 19px;
  width: 19px;
}

.document-callout {
  align-items: center;
  background: var(--navy-900);
  border-radius: 18px;
  color: white;
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  padding-bottom: 25px;
  padding-top: 25px;
}

.document-callout > div {
  align-items: center;
  display: flex;
  gap: 13px;
}

.document-callout > div > svg {
  color: var(--gold-400);
  height: 25px;
  width: 25px;
}

.document-callout span {
  color: #b8cce0;
  font-size: 11px;
}

.document-callout strong {
  color: white;
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.document-callout > a {
  align-items: center;
  color: var(--gold-400);
  display: flex;
  font-size: 12px;
  font-weight: 750;
  gap: 7px;
}

.document-callout > a svg {
  height: 17px;
  width: 17px;
}

/* Legal and privacy */

.legal-hero {
  background:
    radial-gradient(circle at 90% 0, rgba(255, 201, 87, 0.18), transparent 25%),
    linear-gradient(135deg, #f7fbff, #e8f4ff);
  border-bottom: 1px solid var(--line);
  padding: 44px 0 65px;
}

.legal-hero.compact {
  padding-bottom: 54px;
}

.legal-hero .eyebrow {
  margin-bottom: 14px;
}

.legal-body {
  background: white;
  padding: 65px 0 90px;
}

.legal-layout {
  align-items: start;
  display: grid;
  gap: 52px;
  grid-template-columns: 295px minmax(0, 1fr);
}

.legal-aside {
  background: var(--navy-900);
  border-radius: 19px;
  color: white;
  padding: 27px;
  position: sticky;
  top: 25px;
}

.legal-aside > svg {
  color: var(--gold-400);
  height: 30px;
  width: 30px;
}

.legal-aside h2 {
  font-size: 21px;
  margin: 20px 0 10px;
}

.legal-aside p {
  color: #b9cee2;
  font-size: 11px;
  line-height: 1.6;
  margin: 0 0 23px;
}

.legal-aside a {
  align-items: center;
  color: var(--gold-400);
  display: flex;
  font-size: 11px;
  font-weight: 750;
  gap: 6px;
}

.legal-aside a svg {
  height: 16px;
  width: 16px;
}

.document-groups {
  display: grid;
  gap: 28px;
}

.document-group {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.state-title {
  align-items: center;
  background: #f2f8fd;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  padding: 17px 20px;
}

.state-title span {
  align-items: center;
  background: var(--blue-700);
  border-radius: 8px;
  color: white;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  height: 31px;
  justify-content: center;
  width: 36px;
}

.state-title h2 {
  color: var(--navy-900);
  font-size: 17px;
  margin: 0;
}

.document-list {
  display: grid;
  padding: 5px 20px;
}

.document-list a {
  align-items: center;
  border-bottom: 1px solid #e9f0f6;
  color: #405b75;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 15px 2px;
}

.document-list a:last-child {
  border-bottom: 0;
}

.document-list a:hover {
  color: var(--blue-700);
}

.document-list svg {
  height: 17px;
  width: 17px;
}

.privacy-body {
  background: white;
  padding: 65px 0 95px;
}

.prose-layout {
  max-width: 820px;
}

.review-banner {
  align-items: flex-start;
  background: #fff8e8;
  border: 1px solid #f0dbac;
  border-radius: 12px;
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  padding: 17px;
}

.review-banner svg {
  color: #9a6500;
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}

.review-banner p {
  color: #765b28;
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
}

.prose-layout h2 {
  color: var(--navy-900);
  font-size: 22px;
  margin: 34px 0 10px;
}

.prose-layout > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.prose-layout > p a {
  color: var(--blue-700);
  font-weight: 680;
}

/* Enrollment */

.enrollment-page {
  background: #f3f8fc;
  min-height: 100vh;
}

.enrollment-header {
  background: white;
  border-bottom: 1px solid var(--line);
  height: 76px;
}

.enrollment-header-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.enrollment-help {
  align-items: center;
  display: flex;
  gap: 14px;
}

.enrollment-help > span {
  color: #7a8da1;
  font-size: 11px;
}

.enrollment-help a {
  align-items: center;
  color: var(--navy-800);
  display: flex;
  font-size: 12px;
  font-weight: 740;
  gap: 6px;
}

.enrollment-help svg {
  color: var(--blue-700);
  height: 17px;
  width: 17px;
}

.enrollment-main {
  padding: 34px 0 68px;
}

.enrollment-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto 31px;
  max-width: 800px;
}

.enrollment-progress > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.enrollment-progress > div::before {
  background: #cad8e5;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  right: 50%;
  top: 15px;
}

.enrollment-progress > div:first-child::before {
  display: none;
}

.enrollment-progress > div.complete::before,
.enrollment-progress > div.active::before {
  background: var(--blue-600);
}

.enrollment-progress > div > span {
  align-items: center;
  background: white;
  border: 2px solid #c3d3e2;
  border-radius: 50%;
  color: #8195a9;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
  z-index: 2;
}

.enrollment-progress > div.active > span,
.enrollment-progress > div.complete > span {
  background: var(--blue-700);
  border-color: var(--blue-700);
  color: white;
}

.enrollment-progress svg {
  height: 16px;
  width: 16px;
}

.enrollment-progress p {
  color: #6f8499;
  font-size: 9px;
  font-weight: 680;
  margin: 7px 0 0;
}

.enrollment-progress > div.active p {
  color: var(--navy-900);
}

.enrollment-layout {
  align-items: start;
  display: grid;
  gap: 27px;
  grid-template-columns: minmax(0, 1fr) 340px;
  margin: 0 auto;
  max-width: 1080px;
}

.enrollment-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 19px;
  box-shadow: var(--shadow-sm);
  min-height: 640px;
  padding: 39px;
}

.form-heading {
  border-bottom: 1px solid #e6eef5;
  margin-bottom: 27px;
  padding-bottom: 24px;
}

.form-heading .section-kicker {
  margin-bottom: 10px;
}

.form-heading h1,
.confirmation-panel h1 {
  color: var(--navy-950);
  font-size: 32px;
  letter-spacing: -0.04em;
  margin: 0;
}

.form-heading > p:last-child {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 10px 0 0;
}

.form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.form-grid label,
.signature-field {
  color: var(--navy-800);
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 720;
  gap: 7px;
}

.form-grid input,
.form-grid select,
.signature-field input {
  background: white;
  border: 1px solid #bed0df;
  border-radius: 8px;
  color: var(--navy-900);
  font-size: 13px;
  font-weight: 530;
  min-height: 44px;
  padding: 11px 12px;
}

.form-grid input:focus,
.form-grid select:focus,
.signature-field input:focus {
  border-color: var(--blue-600);
  outline: 3px solid rgba(8, 118, 232, 0.13);
}

.full-field {
  grid-column: 1 / -1;
}

.form-error {
  background: #fff1f2;
  border: 1px solid #efc3c8;
  border-radius: 8px;
  color: #a92c37;
  font-size: 10px;
  font-weight: 650;
  margin: 20px 0 0;
  padding: 11px 13px;
}

.form-actions {
  align-items: center;
  border-top: 1px solid #e6eef5;
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
  padding-top: 23px;
}

.form-actions > a {
  color: var(--blue-700);
  font-size: 11px;
  font-weight: 700;
}

.form-actions > button:not(.back-button) {
  align-items: center;
  background: var(--navy-900);
  border: 0;
  border-radius: 9px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 740;
  gap: 8px;
  padding: 13px 17px;
}

.form-actions > button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.form-actions svg {
  height: 17px;
  width: 17px;
}

.back-button {
  background: transparent;
  border: 0;
  color: var(--blue-700);
  cursor: pointer;
  font-size: 11px;
  font-weight: 720;
}

.bill-helper {
  align-items: flex-start;
  background: #eef7ff;
  border: 1px solid #d3e8f8;
  border-radius: 10px;
  display: flex;
  gap: 11px;
  margin-bottom: 24px;
  padding: 14px;
}

.bill-helper > svg {
  color: var(--blue-700);
  height: 20px;
  width: 20px;
}

.bill-helper strong {
  color: var(--navy-800);
  display: block;
  font-size: 11px;
}

.bill-helper p {
  color: var(--muted);
  font-size: 10px;
  margin: 4px 0 0;
}

.utility-grid {
  grid-template-columns: 1fr;
}

.privacy-inline {
  align-items: flex-start;
  color: #708499;
  display: flex;
  font-size: 9px;
  gap: 8px;
  line-height: 1.55;
  margin-top: 20px;
}

.privacy-inline svg {
  color: var(--mint-700);
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.review-block,
.document-review {
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 19px;
  padding: 20px;
}

.review-block h2,
.document-review h2 {
  color: var(--navy-900);
  font-size: 15px;
  margin: 0 0 14px;
}

.review-block dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.review-block dl div {
  display: grid;
  font-size: 10px;
  grid-template-columns: 120px 1fr;
}

.review-block dt {
  color: #7c90a4;
}

.review-block dd {
  color: var(--navy-800);
  font-weight: 650;
  margin: 0;
}

.review-block button {
  background: transparent;
  border: 0;
  color: var(--blue-700);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  margin-top: 14px;
  padding: 0;
}

.document-review {
  background: #f6fafe;
}

.document-review a {
  align-items: center;
  background: white;
  border: 1px solid #d9e6f1;
  border-radius: 8px;
  color: var(--blue-700);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  gap: 9px;
  margin-top: 8px;
  padding: 11px;
}

.document-review a svg:first-child {
  color: var(--mint-700);
}

.document-review a svg {
  height: 16px;
  width: 16px;
}

.document-review a span {
  flex: 1;
}

.consent-list {
  display: grid;
  gap: 11px;
}

.consent-list label {
  align-items: flex-start;
  border: 1px solid #dce7f0;
  border-radius: 10px;
  color: #5c7187;
  cursor: pointer;
  display: flex;
  font-size: 9.5px;
  gap: 11px;
  line-height: 1.55;
  padding: 14px;
}

.consent-list label:has(input:checked) {
  background: #f1f8fe;
  border-color: #9fc9ec;
}

.consent-list input {
  accent-color: var(--blue-700);
  flex: 0 0 auto;
  height: 17px;
  margin: 1px 0 0;
  width: 17px;
}

.consent-list strong {
  color: var(--navy-800);
}

.consent-list .optional-consent {
  background: #fafcfe;
  border-style: dashed;
}

.signature-field {
  margin-top: 22px;
}

.signature-field small {
  color: #7d91a5;
  font-size: 8.5px;
  font-weight: 500;
}

.submission-note {
  align-items: flex-start;
  color: #7a8ea1;
  display: flex;
  font-size: 8.5px;
  gap: 7px;
  line-height: 1.5;
  margin: 15px 0 0;
}

.submission-note svg {
  color: var(--mint-700);
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

.summary-sticky {
  background: white;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: var(--shadow-sm);
  padding: 25px;
  position: sticky;
  top: 24px;
}

.summary-label {
  color: #7c91a6;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  margin: 20px 0 6px;
  text-transform: uppercase;
}

.summary-sticky h2 {
  color: var(--navy-950);
  font-size: 23px;
  letter-spacing: -0.035em;
  margin: 0;
}

.summary-rate {
  background: #f2f8fd;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 19px 0;
  padding: 16px;
}

.summary-rate strong {
  color: var(--blue-700);
  font-size: 27px;
  letter-spacing: -0.04em;
}

.summary-rate span {
  color: #71869a;
  font-size: 8.5px;
  margin-top: 3px;
}

.summary-sticky dl {
  margin: 0;
}

.summary-sticky dl div {
  border-bottom: 1px solid #e7eff6;
  display: flex;
  font-size: 9.5px;
  justify-content: space-between;
  padding: 10px 0;
}

.summary-sticky dt {
  color: #768ba0;
}

.summary-sticky dd {
  color: var(--navy-800);
  font-weight: 680;
  margin: 0;
  text-align: right;
}

.summary-benefit {
  align-items: flex-start;
  background: var(--mint-100);
  border-radius: 10px;
  color: var(--mint-700);
  display: flex;
  gap: 10px;
  margin-top: 18px;
  padding: 13px;
}

.summary-benefit > svg {
  flex: 0 0 auto;
  height: 19px;
  width: 19px;
}

.summary-benefit strong {
  display: block;
  font-size: 10px;
}

.summary-benefit span {
  color: #47796c;
  display: block;
  font-size: 8.5px;
  line-height: 1.45;
  margin-top: 3px;
}

.summary-disclaimer {
  color: #8193a5;
  font-size: 8.5px;
  line-height: 1.55;
  margin: 18px 0;
}

.summary-help {
  align-items: center;
  border-top: 1px solid #e7eef5;
  color: var(--blue-700);
  display: flex;
  font-size: 9.5px;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  padding-top: 15px;
}

.summary-help svg {
  height: 16px;
  width: 16px;
}

.confirmation-panel {
  padding: 25px 12px;
}

.confirmation-icon {
  align-items: center;
  background: var(--mint-100);
  border-radius: 50%;
  color: var(--mint-700);
  display: flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 24px;
  width: 64px;
}

.confirmation-icon svg {
  height: 30px;
  width: 30px;
}

.confirmation-panel > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  max-width: 650px;
}

.confirmation-summary {
  background: #f3f8fc;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin: 27px 0;
  overflow: hidden;
}

.confirmation-summary span {
  color: #7a8fa3;
  display: flex;
  flex-direction: column;
  font-size: 9px;
  padding: 15px;
}

.confirmation-summary strong {
  color: var(--navy-800);
  font-size: 11px;
  margin-top: 5px;
}

.enrollment-footer {
  background: #061427;
  color: #aabaca;
}

.enrollment-footer .container {
  align-items: center;
  display: flex;
  font-size: 9px;
  gap: 24px;
  min-height: 55px;
}

.enrollment-footer span {
  margin-right: auto;
}

@media (max-width: 900px) {
  .plans-heading-row,
  .green-detail-grid,
  .program-grid,
  .legal-layout,
  .enrollment-layout {
    grid-template-columns: 1fr;
  }

  .plans-heading-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .inline-zip {
    flex-basis: auto;
    max-width: 380px;
    width: 100%;
  }

  .green-detail-grid {
    display: grid;
  }

  .green-benefit-panel {
    max-width: 560px;
  }

  .program-grid {
    display: grid;
  }

  .legal-aside,
  .summary-sticky {
    position: static;
  }

  .legal-aside {
    max-width: 600px;
  }

  .enrollment-layout {
    display: grid;
  }

  .enrollment-summary {
    grid-row: 1;
  }

  .summary-sticky {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 1fr 1fr;
  }

  .summary-sticky .green-talk-pill,
  .summary-sticky .summary-label,
  .summary-sticky h2,
  .summary-sticky .summary-disclaimer,
  .summary-sticky .summary-help {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .product-grid,
  .catalog-assurance,
  .activation-flow {
    grid-template-columns: 1fr;
  }

  .product-card {
    padding: 24px;
  }

  .product-card.featured {
    padding-top: 49px;
  }

  .document-callout {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .enrollment-panel {
    padding: 28px 22px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .full-field {
    grid-column: auto;
  }

  .summary-sticky {
    display: block;
  }
}

@media (max-width: 520px) {
  .plans-hero,
  .legal-hero {
    padding-top: 32px;
  }

  .plans-heading-row h1,
  .legal-hero h1,
  .green-detail-hero h1 {
    font-size: 40px;
  }

  .product-topline {
    flex-direction: column-reverse;
  }

  .product-facts {
    grid-template-columns: 1fr;
  }

  .product-facts div:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }

  .green-detail-hero {
    padding-bottom: 60px;
  }

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

  .large-one {
    font-size: 88px;
  }

  .document-callout {
    border-radius: 0;
  }

  .legal-layout {
    gap: 30px;
  }

  .enrollment-header {
    height: 68px;
  }

  .enrollment-help > span {
    display: none;
  }

  .enrollment-help a {
    font-size: 0;
  }

  .enrollment-help svg {
    height: 22px;
    width: 22px;
  }

  .enrollment-progress p {
    font-size: 7.5px;
    text-align: center;
  }

  .enrollment-panel {
    border-radius: 14px;
    min-height: auto;
  }

  .form-heading h1,
  .confirmation-panel h1 {
    font-size: 28px;
  }

  .review-block dl div {
    gap: 5px;
    grid-template-columns: 1fr;
  }

  .form-actions {
    gap: 14px;
  }

  .confirmation-summary {
    grid-template-columns: 1fr;
  }
}
