:root {
  --primary: #0f9d9a;
  --primary-dark: #0b6f6d;
  --primary-soft: #e8f8f7;
  --text: #0f172a;
  --muted: #5b6475;
  --bg: #f7fbfb;
  --white: #ffffff;
  --border: #d7e7e6;
  --shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 10px 28px rgba(15, 23, 42, 0.06);
  --radius: 18px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'DM Sans', Arial, sans-serif; background: var(--bg); color: var(--text); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; }
nav { position: sticky; top: 0; z-index: 100; min-height: 74px; padding: 0 24px; background: rgba(255,255,255,0.9); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(15, 23, 42, 0.06); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo, .footer-logo { text-decoration: none; font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; letter-spacing: -1px; }
.logo-dark { color: var(--text); }
.logo-accent { color: var(--primary); }
.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: var(--text); }
.nav-cta, .btn-primary, .btn-next { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border: none; cursor: pointer; border-radius: 12px; padding: 14px 22px; background: linear-gradient(135deg, var(--primary), #36b8b4); color: var(--white); font-weight: 800; font-family: 'DM Sans', Arial, sans-serif; font-size: 15px; box-shadow: 0 12px 24px rgba(15, 157, 154, 0.18); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.nav-cta:hover, .btn-primary:hover, .btn-next:hover { transform: translateY(-1px); box-shadow: 0 16px 28px rgba(15, 157, 154, 0.24); }
.btn-back { border: 1px solid var(--border); background: var(--white); color: var(--text); border-radius: 12px; padding: 13px 20px; font-weight: 800; cursor: pointer; }
.hero { position: relative; padding: 56px 24px 44px; background: radial-gradient(circle at top left, rgba(15, 157, 154, 0.10), transparent 38%), radial-gradient(circle at bottom right, rgba(15, 157, 154, 0.10), transparent 36%), linear-gradient(180deg, #f8fcfc 0%, #eef8f7 100%); }
.hero-inner, .section-inner, .quote-inner, .faq-inner, .installer-inner, .benefit-grid { max-width: 1120px; margin: 0 auto; }
.hero-inner { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 36px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; padding: 9px 16px; border-radius: 999px; background: rgba(15, 157, 154, 0.10); color: var(--primary-dark); border: 1px solid rgba(15, 157, 154, 0.16); font-size: 13px; font-weight: 800; margin-bottom: 20px; }
h1, h2, h3, .form-title { font-family: 'Syne', sans-serif; }
h1 { font-size: clamp(2.55rem, 5.5vw, 4.8rem); line-height: 1.04; letter-spacing: -1.6px; margin: 0 0 18px; }
.headline-accent { color: var(--primary); }
.hero-sub { color: var(--muted); font-size: clamp(1rem, 1.8vw, 1.14rem); max-width: 620px; margin: 0 0 26px; }
.quick-form { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.quick-form input { flex: 1; min-width: 210px; background: var(--white); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust span { background: rgba(255,255,255,0.82); border: 1px solid var(--border); padding: 10px 14px; border-radius: 999px; font-size: 13px; color: var(--muted); font-weight: 700; }
.hero-card-inner { background: linear-gradient(180deg, #ffffff 0%, #f2fbfb 100%); border: 1px solid #dceeed; border-radius: 26px; box-shadow: var(--shadow); padding: 26px; }
.hero-mini-title { font-size: 13px; text-transform: uppercase; letter-spacing: 1.8px; color: var(--primary-dark); font-weight: 800; margin-bottom: 16px; }
.hero-mini-item { padding: 16px 18px; border-radius: 18px; border: 1px solid #dceeed; background: #ffffff; margin-bottom: 12px; }
.hero-mini-item.active { background: linear-gradient(135deg, #e7fbfa 0%, #f7fefe 100%); border-color: rgba(15, 157, 154, 0.30); }
.hero-mini-item strong { display: block; margin-bottom: 4px; font-size: 17px; }
.hero-mini-item p { margin: 0; color: var(--muted); font-size: 14px; }
.hero-mini-foot { margin-top: 12px; padding: 14px 16px; border-radius: 16px; background: rgba(15, 157, 154, 0.08); color: var(--primary-dark); font-weight: 700; font-size: 14px; }
.benefit-strip { padding: 0 24px 24px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { background: var(--white); border: 1px solid var(--border); border-radius: 22px; padding: 20px 22px; box-shadow: var(--shadow-soft); display: flex; gap: 14px; align-items: flex-start; }
.benefit-icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: rgba(15, 157, 154, 0.10); color: var(--primary); font-weight: 900; flex-shrink: 0; }
.benefit-card strong { display: block; font-size: 16px; margin-bottom: 3px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }
section { padding: 72px 24px; }
.center { text-align: center; }
.section-tag { display: inline-block; margin-bottom: 10px; color: var(--primary-dark); font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
h2 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -1px; line-height: 1.08; margin: 0 0 14px; }
.section-sub { color: var(--muted); font-size: 1.03rem; max-width: 700px; margin: 0 auto 36px; }
.grant-section { background: #fbfefe; }
.grant-layout { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 28px; align-items: start; }
.grant-sub { margin: 0 0 18px; }
.small-note { background: var(--primary-soft); border: 1px solid rgba(15, 157, 154, 0.18); border-radius: 16px; padding: 16px 18px; color: var(--primary-dark); font-size: 14px; line-height: 1.6; }
.grant-points { display: grid; gap: 14px; }
.grant-point { background: var(--white); border: 1px solid var(--border); border-radius: 18px; padding: 18px 20px; box-shadow: var(--shadow-soft); }
.grant-point strong { display: block; margin-bottom: 6px; font-size: 17px; }
.grant-point p { margin: 0; color: var(--muted); font-size: 14px; }
.coverage-section { background: #f2fbfb; }
.area-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.area-tags span { background: var(--white); border: 1px solid var(--border); border-radius: 999px; padding: 11px 16px; color: var(--text); font-weight: 700; box-shadow: var(--shadow-soft); }
.small-muted { color: var(--muted); font-size: 13px; margin-top: 18px; }
.how-it-works,.why-section,.installer-section,.faq-section { background: var(--bg); }
.steps,.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 20px; }
.step,.why-card,.form-card,.installer-signup,details { background: var(--white); border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-soft); }
.step,.why-card { padding: 26px 22px; }
.step-num { font-size: 42px; line-height: 1; color: rgba(15, 157, 154, 0.18); margin-bottom: 14px; }
.step h3,.why-card h3 { margin: 0 0 8px; font-size: 20px; }
.step p,.why-card p { margin: 0; color: var(--muted); font-size: 14px; }
.quote-section { background: linear-gradient(180deg, #f3fbfb 0%, #eef8f8 100%); }
.quote-inner { max-width: 760px; }
.quote-heading { margin-bottom: 28px; }
.form-card { padding: 32px; }
.form-progress { display: flex; gap: 8px; margin-bottom: 28px; }
.progress-step { flex: 1; height: 5px; border-radius: 999px; background: #dfe9e8; }
.progress-step.active { background: linear-gradient(135deg, var(--primary), #36b8b4); }
.form-step { display: none; }
.form-step.active { display: block; }
.form-title { font-size: 24px; margin-bottom: 6px; }
.form-hint { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.field { margin-bottom: 16px; }
label { display: block; font-size: 13px; font-weight: 800; color: var(--muted); margin-bottom: 8px; }
input,select,textarea { width: 100%; border: 1px solid var(--border); border-radius: 14px; background: var(--white); color: var(--text); padding: 14px 15px; font-family: 'DM Sans', Arial, sans-serif; font-size: 15px; outline: none; }
input:focus,select:focus,textarea:focus { border-color: rgba(15, 157, 154, 0.55); box-shadow: 0 0 0 4px rgba(15, 157, 154, 0.10); }
input::placeholder,textarea::placeholder { color: #8e98a8; }
textarea { min-height: 110px; resize: vertical; }
.radio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.radio-option { display: flex; align-items: center; padding: 14px 14px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); font-size: 14px; color: var(--text); cursor: pointer; margin: 0; }
.radio-option.selected { background: rgba(15, 157, 154, 0.08); border-color: rgba(15, 157, 154, 0.40); color: var(--primary-dark); }
.radio-option input[type="radio"] { display: none; }
.form-nav { display: flex; gap: 12px; justify-content: space-between; margin-top: 24px; }
.form-nav.single { justify-content: flex-end; }
.character-help { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; margin-top: 8px; }
.privacy-note,.credentials-note { background: #f4fbfb; border: 1px solid var(--border); border-radius: 16px; padding: 15px 16px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.credentials-note { margin-top: 26px; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: 13px; margin-top: 12px; }
.checkbox input { width: auto; accent-color: var(--primary); margin-top: 2px; }
.error-message { display: none; background: #fff1f1; color: #c53030; border: 1px solid #f5c2c7; padding: 12px 14px; border-radius: 14px; margin-bottom: 16px; font-size: 14px; }
.installer-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 26px; align-items: start; }
.installer-intro { color: var(--muted); margin-bottom: 18px; font-size: 16px; }
.installer-list { list-style: none; padding: 0; margin: 0; }
.installer-list li { margin-bottom: 12px; position: relative; padding-left: 26px; }
.installer-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--primary); font-weight: 900; }
.installer-list span { color: var(--muted); }
.installer-signup { padding: 26px; }
.installer-signup h3 { margin: 0 0 16px; font-size: 23px; }
.form-small { color: var(--muted); font-size: 12px; margin-top: 12px; }
.faq-inner { max-width: 860px; }
.faq-list { display: grid; gap: 14px; }
details { padding: 18px 20px; }
summary { cursor: pointer; font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 700; }
details p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
footer { padding: 42px 24px; text-align: center; background: linear-gradient(180deg, #ecf8f7 0%, #e3f3f2 100%); border-top: 1px solid var(--border); }
.footer-tagline { margin: 10px 0 8px; color: var(--muted); }
.footer-links { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin: 16px 0; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 14px; }
.footer-small,footer p { color: var(--muted); font-size: 12px; }
.thank-you-page { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: linear-gradient(180deg, #f8fcfc 0%, #eef8f7 100%); }
.thank-you-card,.legal-card { width: min(760px, 100%); background: var(--white); border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); padding: 36px; }
.thank-you-card { text-align: center; }
.thank-you-card h1,.legal-card h1 { margin: 0 0 12px; }
.legal-wrap { max-width: 920px; margin: 0 auto; padding: 60px 24px; }
.legal-card { line-height: 1.7; }
.legal-card h2 { margin-top: 24px; font-size: 25px; }
.legal-card p,.legal-card li { color: var(--muted); }
.legal-card a { color: var(--primary-dark); }
@media (max-width: 980px) { .hero-inner,.grant-layout,.installer-inner,.steps,.why-grid,.benefit-grid { grid-template-columns: 1fr; } }
@media (max-width: 780px) { .nav-links { display: none; } nav { padding: 0 16px; } .logo,.footer-logo { font-size: 24px; } h1 { font-size: clamp(2.25rem, 10vw, 3.6rem); } .radio-grid { grid-template-columns: 1fr; } .form-card,.installer-signup,.thank-you-card,.legal-card { padding: 22px; } .form-nav { flex-direction: column; } .btn-back,.btn-next,.btn-primary { width: 100%; } }

/* Premium polish update */
.logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo-word {
  display: inline-flex;
}

.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), #36b8b4);
  color: #ffffff;
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.4px;
  box-shadow: 0 12px 26px rgba(15, 157, 154, 0.22);
  flex-shrink: 0;
}

.footer-logo {
  justify-content: center;
}

.hero {
  padding-top: 64px;
  background:
    radial-gradient(circle at 12% 10%, rgba(15, 157, 154, 0.14), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(54, 184, 180, 0.14), transparent 30%),
    linear-gradient(180deg, #f8fcfc 0%, #edf8f7 100%);
}

h1 {
  max-width: 720px;
  font-size: clamp(2.55rem, 5.2vw, 4.65rem);
}

.headline-accent {
  background: linear-gradient(135deg, var(--primary-dark), #22aaa6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
}

.hero-trust span b {
  color: var(--primary);
  margin-right: 4px;
}

.confidence-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.confidence-row span {
  background: rgba(15, 157, 154, 0.08);
  border: 1px solid rgba(15, 157, 154, 0.16);
  color: var(--primary-dark);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 800;
}

.hero-card-inner {
  position: relative;
  overflow: hidden;
}

.hero-card-inner::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: rgba(15, 157, 154, 0.10);
}

.hero-mini-item,
.hero-mini-foot,
.hero-mini-title {
  position: relative;
}

.benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 13px;
}

.form-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(15, 157, 154, 0.18);
  box-shadow: 0 20px 55px rgba(15, 157, 154, 0.12);
}

.form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), #36b8b4);
}

.form-reassurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 22px;
}

.form-reassurance span {
  text-align: center;
  background: #f3fbfb;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 9px 8px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 800;
}

.form-title {
  font-size: 27px;
}

.radio-option {
  min-height: 52px;
  font-weight: 700;
}

.radio-option:hover {
  border-color: rgba(15, 157, 154, 0.35);
  background: #f8fefe;
}

.btn-next,
.btn-primary {
  min-height: 50px;
}

@media (max-width: 980px) {
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  .logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .hero {
    padding-top: 46px;
  }

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

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

  .confidence-row {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Declutter & refinement update */
.hero {
  padding-top: 54px;
  padding-bottom: 38px;
}

.hero-inner {
  gap: 26px;
  align-items: start;
}

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

.hero-sub {
  max-width: 590px;
  margin-bottom: 22px;
}

.hero-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-card-inner::before {
  display: none;
}

.hero-mini-title {
  margin-bottom: 12px;
}

.hero-mini-item {
  margin-bottom: 10px;
}

.hero-mini-foot {
  margin-top: 8px;
  text-align: center;
}

.grant-layout {
  gap: 22px;
}

.grant-copy h2 {
  max-width: 520px;
}

.grant-points {
  display: block;
}

.grant-summary-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  padding: 22px 24px;
  height: 100%;
}

.grant-summary-card h3 {
  margin: 0 0 12px;
  font-family: 'Syne', sans-serif;
  font-size: 22px;
}

.grant-summary-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.grant-summary-card li {
  margin-bottom: 12px;
}

.area-tags {
  max-width: 760px;
  margin: 0 auto;
}

.area-tags span {
  min-width: 88px;
  text-align: center;
  padding: 10px 14px;
}

.section-sub.center-sub {
  margin-bottom: 24px;
}

.benefit-card p,
.why-card p,
.step p {
  line-height: 1.5;
}

@media (max-width: 980px) {
  .hero-note {
    text-align: left;
  }
}

/* Final tagline + coverage refinement */
.coverage-panel {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.coverage-panel > div {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 22px 20px;
  box-shadow: var(--shadow-soft);
}

.coverage-panel strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  margin-bottom: 7px;
  color: var(--text);
}

.coverage-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 780px) {
  .coverage-panel {
    grid-template-columns: 1fr;
  }
}

/* Laptop + mobile responsive/font fix */
html {
  overflow-x: hidden;
}

body {
  max-width: 100%;
}

/* Use a less wide, cleaner heading stack. Syne was making mobile text too broad. */
h1,
h2,
h3,
.form-title,
summary,
.coverage-panel strong,
.step h3,
.why-card h3,
.grant-summary-card h3 {
  font-family: 'DM Sans', Arial, sans-serif !important;
  letter-spacing: -0.03em;
}

.logo,
.footer-logo {
  font-family: 'DM Sans', Arial, sans-serif !important;
  font-weight: 900;
}

/* Desktop header: prevent raw-looking / crowded navigation and keep it aligned. */
nav {
  width: 100%;
  min-height: 72px;
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 24px;
  padding: 0 clamp(18px, 4vw, 48px);
}

.logo {
  text-decoration: none !important;
  min-width: max-content;
}

.nav-links {
  justify-content: center;
}

.nav-cta {
  min-width: max-content;
}

/* Desktop hero: better laptop layout and less empty dead space. */
.hero {
  padding-top: clamp(48px, 6vw, 72px);
}

.hero-inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.86fr);
  align-items: center;
}

h1 {
  font-size: clamp(3.05rem, 5.05vw, 4.75rem);
  line-height: 1.06;
  max-width: 780px;
}

.headline-accent,
.headline-tail {
  display: inline;
}

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

.quick-form input {
  min-width: 260px;
  border-radius: 16px;
}

.quick-form .btn-primary {
  min-width: 155px;
}

/* Desktop cards and spacing */
.benefit-grid {
  align-items: stretch;
}

.benefit-card {
  min-height: 118px;
}

/* Better FAQ readability and mobile wrapping */
summary {
  line-height: 1.35;
  overflow-wrap: anywhere;
}

/* Email/footer wrapping */
.email-wrap {
  overflow-wrap: anywhere;
}

/* Tablet */
@media (max-width: 980px) {
  nav {
    display: flex !important;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 680px;
  }

  .hero-card {
    margin-top: 8px;
  }
}

/* Mobile: fix wide heading, oversized logo/button, and horizontal scrolling. */
@media (max-width: 780px) {
  nav {
    min-height: 66px;
    padding: 8px 16px;
    gap: 10px;
  }

  .logo {
    gap: 7px;
    font-size: 21px !important;
    letter-spacing: -0.04em;
    flex: 1 1 auto;
    min-width: 0;
  }

  .logo-word {
    min-width: 0;
    white-space: nowrap;
  }

  .logo-mark {
    width: 34px !important;
    height: 34px !important;
    border-radius: 11px !important;
    font-size: 11px !important;
  }

  .nav-cta {
    width: auto !important;
    min-height: 42px;
    padding: 10px 13px !important;
    border-radius: 13px;
    font-size: 13px !important;
    white-space: nowrap;
  }

  .hero {
    padding: 42px 22px 34px;
  }

  h1 {
    font-size: clamp(2.25rem, 9vw, 3.18rem) !important;
    line-height: 1.08;
    letter-spacing: -0.045em;
    max-width: 100%;
    margin-bottom: 18px;
  }

  .headline-accent,
  .headline-tail {
    display: inline;
  }

  .hero-sub {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .quick-form {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .quick-form input,
  .quick-form .btn-primary {
    min-width: 0;
    width: 100% !important;
  }

  .hero-card-inner {
    padding: 22px;
  }

  .benefit-card {
    min-height: 0;
  }

  .grant-copy h2,
  h2 {
    font-size: clamp(2rem, 7.2vw, 2.55rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
  }

  .faq-list details {
    padding: 17px 18px;
  }

  summary {
    font-size: 1.05rem;
  }

  footer .footer-links {
    gap: 12px 18px;
  }
}

/* Small mobile */
@media (max-width: 420px) {
  nav {
    padding-left: 12px;
    padding-right: 12px;
  }

  .logo {
    font-size: 19px !important;
  }

  .nav-cta {
    font-size: 12px !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: clamp(2.05rem, 10vw, 2.8rem) !important;
  }
}

/* Attractive background refresh */
body {
  background: linear-gradient(180deg, #f7fdfc 0%, #eef9f8 46%, #f8fcfc 100%) !important;
}
.hero {
  background:
    radial-gradient(circle at 14% 12%, rgba(15,157,154,0.16), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(67,210,204,0.14), transparent 30%),
    linear-gradient(135deg, #f6fffe 0%, #e7f6f5 55%, #ffffff 100%) !important;
}
.benefit-strip {
  background: linear-gradient(180deg, #e7f6f5 0%, #f7fbfb 100%) !important;
}
.grant-section {
  background: linear-gradient(135deg, #ffffff 0%, #eefaf9 100%) !important;
}
.coverage-section {
  background: linear-gradient(135deg, #e8f8f7 0%, #f8fdfd 100%) !important;
}
.quote-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(15,157,154,0.10), transparent 28%),
    linear-gradient(180deg, #effafa 0%, #ffffff 100%) !important;
}
.why-section {
  background: linear-gradient(180deg, #ffffff 0%, #f1faf9 100%) !important;
}
.installer-section {
  background: linear-gradient(135deg, #f3fbfb 0%, #e9f8f7 100%) !important;
}
.faq-section {
  background: #f7fbfb !important;
}
footer {
  background: linear-gradient(180deg, #e7f6f5 0%, #dff1f0 100%) !important;
}
.benefit-card,
.step,
.why-card,
.form-card,
.installer-signup,
.coverage-panel > div,
.grant-summary-card,
details {
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07) !important;
}

/* Claude priority fixes */
.seo-area-line {
  max-width: 820px;
  margin: -8px auto 22px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}
.compact-grant-card {
  display: grid;
  align-content: center;
}
.compact-grant-card p {
  margin: 0;
}
@media (max-width: 780px) {
  .seo-area-line {
    font-size: 13px;
    margin-top: -2px;
  }
}

/* Anti-spam honeypot field */
.wq-hp {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* Mobile postcode field fix v10 */
#hero-postcode {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  padding: 0 18px !important;
  line-height: 56px !important;
  font-size: 16px !important;
  border-radius: 16px !important;
  display: block !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.hero-final-form .btn-primary {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 680px) {
  .hero-final-sub {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
    font-size: 1.02rem !important;
  }
  .hero-final-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    flex-direction: initial !important;
  }
  .hero-final-form input,
  .hero-final-form button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  #hero-postcode {
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    line-height: 54px !important;
    text-align: left !important;
  }
}
