:root {
  --navy: #0d4275;
  --navy-dark: #082d51;
  --blue: #145b92;
  --gold: #f0d66d;
  --gold-deep: #d8bd4f;
  --cream: #f7f5ee;
  --white: #ffffff;
  --ink: #102033;
  --muted: #617384;
  --line: #d8e1e8;
  --shadow: 0 18px 48px rgba(8, 45, 81, 0.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background: var(--cream);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 54px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.brand img { width: 220px; height: auto; }
.nav { display: flex; justify-content: center; gap: 24px; color: var(--navy); font-size: 15px; font-weight: 800; }
.nav a, .header-phone { text-decoration: none; }
.header-phone { color: var(--navy-dark); font-weight: 900; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.74fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 45, 81, 0.96), rgba(13, 66, 117, 0.86)),
    radial-gradient(circle at 82% 18%, rgba(240, 214, 109, 0.24), transparent 34%),
    var(--navy);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(46px, 8vw, 86px);
  line-height: 0.94;
  letter-spacing: 0;
}
.lead { max-width: 660px; color: #e8f3fc; font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.button.primary { color: var(--navy-dark); background: var(--gold); }
.button.secondary { color: var(--navy); background: var(--white); border-color: var(--line); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trust-row span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; background: rgba(255,255,255,.08); color: #eaf5ff; font-weight: 800; font-size: 14px; }
.hero-photo-card { position: relative; border-radius: 8px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.hero-photo-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.quick-quote-band { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px clamp(18px, 5vw, 72px); color: var(--navy-dark); background: var(--gold); }
.quick-quote-band div { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; }
.quick-quote-band strong { font-weight: 900; }
.quick-quote-band a { font-weight: 900; text-decoration: none; white-space: nowrap; }
.section, .owner-section, .plans-section, .quote-section, .faq-section, .final-cta { padding: clamp(56px, 7vw, 86px) clamp(18px, 5vw, 72px); }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading h2, .owner-copy h2, .plans-copy h2, .quote-copy h2, .faq-section h2, .final-cta h2 { margin-bottom: 12px; color: var(--navy-dark); font-size: clamp(32px, 5vw, 54px); line-height: 1.04; }
.section-heading p, .plans-copy p, .quote-copy p { color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 245px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 10px 24px rgba(8,45,81,.06); }
.service-card h3 { margin-bottom: 8px; color: var(--navy-dark); font-size: 21px; }
.service-card p { color: var(--muted); }
.icon { display: block; width: 48px; height: 48px; margin-bottom: 16px; border: 3px solid var(--gold); border-radius: 6px; }
.window-icon { background: linear-gradient(90deg, transparent 47%, var(--gold) 49%, var(--gold) 51%, transparent 53%), linear-gradient(0deg, transparent 47%, var(--gold) 49%, var(--gold) 51%, transparent 53%); }
.screen-icon { background-image: linear-gradient(var(--gold) 1px, transparent 1px), linear-gradient(90deg, var(--gold) 1px, transparent 1px); background-size: 7px 7px; }
.solar-icon {
  position: relative;
  transform: skewX(-12deg);
  background-image:
    linear-gradient(var(--gold) 2px, transparent 2px),
    linear-gradient(90deg, var(--gold) 2px, transparent 2px);
  background-size: 16px 16px;
}
.solar-icon::after {
  content: "";
  position: absolute;
  right: -13px;
  top: -13px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(240, 214, 109, 0.18);
  transform: skewX(12deg);
}
.owner-section { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr); gap: clamp(26px, 5vw, 58px); align-items: center; background: var(--white); }
.owner-photo { overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); }
.owner-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 18% center; }
.owner-copy p { color: var(--muted); font-size: 18px; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; font-weight: 800; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list li::before { content: ""; width: 18px; height: 18px; flex: 0 0 18px; margin-top: 4px; border-radius: 50%; background: var(--gold); box-shadow: inset 0 0 0 5px var(--white); border: 2px solid var(--gold); }
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 12px; background: var(--navy-dark); }
.photo-strip img { width: 100%; height: 430px; object-fit: cover; border-radius: 8px; }
.photo-strip img:nth-child(1), .photo-strip img:nth-child(2) { object-position: center 45%; }
.reviews { background: #edf5fb; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.stars { color: var(--gold-deep); font-size: 22px; }
.review-card blockquote { margin: 12px 0 18px; font-size: 17px; }
.review-card strong { color: var(--navy); }
.plans-section { display: grid; grid-template-columns: .8fr 1fr; gap: 32px; color: var(--white); background: var(--navy-dark); }
.plans-section h2 { color: var(--white); }
.plans-copy p { color: #dceafa; }
.plan-list { display: grid; gap: 12px; }
.plan-list div { padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.08); }
.plan-list .featured-plan { border-color: rgba(240,214,109,.7); background: rgba(240,214,109,.14); }
.plan-list strong { display: block; margin-bottom: 6px; color: var(--gold); font-size: 21px; }
.plan-list span { color: #e3f0fb; }
.quote-section { display: grid; grid-template-columns: .8fr 1fr; gap: 34px; align-items: start; background: var(--white); }
.callout { display: grid; gap: 4px; margin-top: 22px; padding: 16px; border-left: 5px solid var(--gold); border-radius: 8px; background: #fff8d8; color: var(--navy-dark); }
.rotor-form-card { overflow: hidden; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 10px 24px rgba(8,45,81,.08); }
.rotor-form-card iframe { display: block; width: 100%; min-height: 600px; border: 0; border-radius: 6px; }
.quote-form { display: grid; gap: 12px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--cream); }
label { display: grid; gap: 6px; color: var(--navy-dark); font-size: 13px; font-weight: 900; }
input, select, textarea { width: 100%; min-height: 46px; padding: 12px; border: 1px solid #cdd8e1; border-radius: 8px; color: var(--ink); background: var(--white); font: inherit; }
textarea { min-height: 108px; resize: vertical; }
.hidden { display: none; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
summary { color: var(--navy-dark); font-weight: 900; cursor: pointer; }
details p { margin: 12px 0 0; color: var(--muted); }
.final-cta { text-align: center; color: var(--white); background: var(--navy); }
.final-cta h2 { color: var(--white); }
.final-cta p { max-width: 640px; margin: 0 auto; color: #e9f5ff; font-size: 19px; }
.centered { justify-content: center; }
.site-footer { display: flex; justify-content: space-between; gap: 12px; padding: 28px clamp(18px, 5vw, 72px); color: #dceafa; background: var(--navy-dark); font-size: 14px; }
.site-footer a { text-decoration: none; font-weight: 800; }
@media (max-width: 940px) {
  .site-header { grid-template-columns: 1fr; gap: 10px; }
  .brand img { width: 190px; }
  .nav { justify-content: flex-start; }
  .hero, .owner-section, .plans-section, .quote-section { grid-template-columns: 1fr; }
  .hero-photo-card { max-width: 560px; }
  .service-grid, .review-grid, .photo-strip, .faq-grid { grid-template-columns: 1fr; }
  .photo-strip img { height: 360px; }
  .quick-quote-band { align-items: flex-start; flex-direction: column; }
  .site-footer { flex-direction: column; }
}
@media (max-width: 540px) {
  .nav { display: none; }
  .header-phone { font-size: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-row span { width: 100%; }
}
