:root {
  --ink: #142033;
  --muted: #5b6474;
  --line: #dfe5ee;
  --paper: #fbfcf8;
  --panel: #ffffff;
  --navy: #142033;
  --navy-soft: #1c334f;
  --blue: #376f9f;
  --blue-2: #2f6f8f;
  --green: #163d34;
  --sun: #f1c84b;
  --sun-soft: #fff4c8;
  --sky: #dceaf2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

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

.page-shell {
  min-height: 100vh;
}

.hero {
  align-items: center;
  background:
    linear-gradient(92deg, rgba(20, 32, 51, 0.96), rgba(20, 32, 51, 0.82) 48%, rgba(47, 111, 143, 0.38)),
    url("assets/solar-neighborhood-hero.png") center / cover;
  display: grid;
  gap: clamp(28px, 4vw, 62px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 450px);
  min-height: 780px;
  padding: clamp(20px, 4vw, 58px);
}

.hero-copy {
  color: #fff;
  max-width: 760px;
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: space-between;
  margin-bottom: clamp(48px, 8vw, 96px);
  max-width: 760px;
}

.brand {
  color: #fff;
  font-size: 25px;
  font-weight: 950;
  letter-spacing: 0;
  text-decoration: none;
}

.brand::after {
  color: var(--sun);
  content: ".";
}

.nav-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nav-proof span {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 850;
  padding: 8px 11px;
}

.eyebrow {
  color: var(--sun);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(43px, 7.5vw, 80px);
  letter-spacing: 0;
  line-height: 0.97;
  margin-bottom: 20px;
  max-width: 780px;
}

.lede {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(19px, 2.1vw, 27px);
  line-height: 1.26;
  margin-bottom: 26px;
  max-width: 680px;
}

.advisor-module {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
  margin-bottom: 24px;
  max-width: 420px;
  overflow: hidden;
  position: relative;
}

.video-prompt {
  background: var(--sun);
  border-radius: 5px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  left: 12px;
  margin: 0;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  z-index: 2;
}

.video-stage {
  background:
    linear-gradient(160deg, rgba(20, 32, 51, 0.95), rgba(47, 111, 143, 0.74)),
    url("assets/solar-neighborhood-hero.png") center / cover;
  min-height: 285px;
  position: relative;
}

.video-stage video {
  display: block;
  height: 100%;
  min-height: 285px;
  object-fit: cover;
  width: 100%;
}

.video-poster {
  color: #fff;
  display: grid;
  gap: 18px;
  height: 100%;
  min-height: 285px;
  padding: 18px;
  position: relative;
}

.video-poster::after {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}

.poster-topline {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 900;
  gap: 6px 12px;
  justify-content: space-between;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.poster-topline span:last-child {
  color: var(--sun);
}

.poster-portrait {
  align-items: center;
  align-self: end;
  background: linear-gradient(145deg, var(--sun), #fff1ae);
  border: 4px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
  color: var(--navy);
  display: flex;
  font-size: 56px;
  font-weight: 950;
  height: 112px;
  justify-content: center;
  position: relative;
  width: 112px;
  z-index: 1;
}

.poster-copy {
  position: relative;
  z-index: 1;
}

.poster-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 6px;
}

.poster-copy strong {
  display: block;
  font-size: 24px;
  line-height: 1.08;
  max-width: 300px;
}

.poster-status {
  align-items: center;
  align-self: end;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 7px;
  color: var(--navy);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  position: relative;
  width: fit-content;
  z-index: 1;
}

.poster-status::before {
  background: var(--blue);
  border-radius: 50%;
  content: "";
  height: 9px;
  margin-right: 9px;
  width: 9px;
}

.benefits {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  list-style: none;
  margin: 0;
  max-width: 660px;
  padding: 0;
}

.benefits li {
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-weight: 850;
  gap: 10px;
  min-height: 50px;
  padding: 11px 13px;
}

.benefits li::before {
  background: var(--sun);
  border: 3px solid var(--sky);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 14px;
  width: 14px;
}

.lead-form {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
  display: grid;
  gap: 15px;
  padding: clamp(22px, 3vw, 32px);
}

.hidden-field {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.form-heading {
  margin-bottom: 4px;
}

.form-heading span {
  background: var(--sky);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 12px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.form-heading h2 {
  font-size: clamp(30px, 3.2vw, 38px);
  line-height: 1;
  margin: 0 0 9px;
}

.form-heading p {
  color: var(--muted);
  line-height: 1.4;
  margin-bottom: 0;
}

.lead-form label,
.choice-group legend {
  color: var(--ink);
  display: grid;
  font-size: 14px;
  font-weight: 850;
  gap: 7px;
}

.lead-form input {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  min-height: 50px;
  padding: 0 13px;
  width: 100%;
}

.lead-form input:focus,
.choice-tile:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(55, 111, 159, 0.16);
  outline: 0;
}

.choice-group {
  border: 0;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

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

.choice-tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 950;
  min-height: 50px;
}

.choice-tile.is-selected {
  background: var(--sun-soft);
  border-color: var(--sun);
  color: var(--navy);
}

.submit-button {
  background: var(--sun);
  border: 0;
  border-radius: 7px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 950;
  min-height: 56px;
  padding: 0 18px;
}

.submit-button:hover {
  filter: brightness(0.97);
}

.reassurance,
.small-note,
.form-status {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.reassurance {
  color: var(--blue);
  font-weight: 900;
}

.trust-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2px;
  padding-top: 15px;
}

.trust-grid span {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  display: grid;
  font-size: 12px;
  gap: 2px;
  line-height: 1.25;
  min-height: 58px;
  padding: 10px;
}

.trust-grid strong {
  color: var(--ink);
  font-size: 17px;
}

.small-note a {
  color: var(--navy);
  font-weight: 900;
}

.form-status {
  color: var(--blue);
  font-weight: 800;
  min-height: 18px;
}

.proof-strip {
  background: var(--navy);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.proof-strip article {
  align-items: center;
  display: flex;
  gap: 16px;
  min-height: 112px;
  padding: 20px clamp(18px, 4vw, 54px);
}

.proof-strip article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-strip strong {
  align-items: center;
  background: var(--sun);
  border-radius: 50%;
  color: var(--navy);
  display: flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.proof-strip span {
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.3;
}

.proof-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: clamp(44px, 6vw, 78px) clamp(18px, 5vw, 72px) 0;
}

.proof-cards article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 260px;
  padding: clamp(22px, 3vw, 30px);
}

blockquote {
  color: var(--ink);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 850;
  line-height: 1.16;
  margin: 0 0 20px;
}

cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 850;
}

.bill-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 64px;
}

.bill-row span {
  color: var(--muted);
  font-weight: 850;
}

.bill-row strong {
  color: var(--navy);
  font-size: 30px;
}

.bill-row.after strong {
  color: var(--blue);
}

.savings-card > p:last-child,
.next-card p {
  color: var(--muted);
  line-height: 1.5;
  margin: 18px 0 0;
}

.next-card h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  margin: 0;
}

.faq {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 72px);
}

.faq h2 {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
  margin: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 18px;
}

summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  padding: 18px 0;
}

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

summary::after {
  color: var(--blue);
  content: "+";
  float: right;
  font-size: 22px;
}

details[open] summary::after {
  content: "-";
}

details p {
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 18px;
}

.thank-you {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(17, 28, 46, 0.92), rgba(19, 47, 80, 0.78)),
    url("assets/solar-neighborhood-hero.png") center / cover;
  color: #fff;
  display: flex;
  min-height: 100vh;
  padding: clamp(24px, 6vw, 72px);
}

.thank-you section {
  max-width: 780px;
}

.thank-you p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(19px, 2.3vw, 26px);
  line-height: 1.35;
}

.return-link {
  align-items: center;
  background: var(--sun);
  border-radius: 7px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 950;
  min-height: 54px;
  padding: 0 20px;
  text-decoration: none;
}

@media (max-width: 980px) {
  .hero,
  .faq,
  .proof-cards {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .lead-form {
    max-width: 640px;
  }

  .site-nav {
    margin-bottom: 46px;
  }
}

@media (max-width: 680px) {
  .hero {
    padding: 22px 16px 30px;
  }

  .nav-proof {
    display: none;
  }

  .advisor-module {
    display: none;
  }

  h1 {
    font-size: clamp(40px, 13vw, 56px);
  }

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

  .benefits {
    display: none;
  }

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

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

  .proof-cards {
    padding-top: 34px;
  }
}
