:root {
  --ink: #17212b;
  --text: #33404a;
  --muted: #60707b;
  --paper: #ffffff;
  --soft: #f4f7f1;
  --line: #d8e0d2;
  --green: #6f8f1f;
  --lime: #a0b947;
  --orange: #f58220;
  --blue: #123c57;
  --shadow: 0 20px 52px rgba(23, 33, 43, .13);
}

* {
  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(--soft);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
}

.brand img {
  display: block;
  width: min(230px, 56vw);
  height: auto;
}

nav {
  display: flex;
  gap: clamp(12px, 2vw, 26px);
  color: var(--green);
  font-size: 15px;
  font-weight: 800;
}

nav a {
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 46vw);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  min-height: calc(88vh - 72px);
  padding: clamp(28px, 5vw, 58px) clamp(22px, 6vw, 84px);
  background:
    linear-gradient(100deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9) 58%, rgba(244, 247, 241, .86)),
    url("https://images.unsplash.com/photo-1565465296011-0f62b6345b15?auto=format&fit=crop&w=1700&q=82") center / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 4.9vw, 60px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(29px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.18;
}

.lede {
  max-width: 720px;
  color: var(--text);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.42;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button.primary,
button {
  color: var(--paper);
  background: var(--orange);
}

.button.secondary {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
}

.map-card,
.walkthrough-preview,
.comparison figure {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

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

.map-card img,
.walkthrough-preview img,
.comparison img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.split-section,
.band,
.proof-band,
.dimension-section,
.request-section {
  padding: clamp(48px, 7vw, 86px) clamp(22px, 6vw, 84px);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--paper);
}

.split-section > * {
  min-width: 0;
}

.walkthrough-preview {
  width: 100%;
  max-width: 100%;
}

.section-copy p {
  max-width: 720px;
  color: var(--text);
  font-size: 18px;
}

.video-panel {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 36px;
  color: var(--paper);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(18, 60, 87, .92), rgba(111, 143, 31, .82)),
    url("https://images.unsplash.com/photo-1581093588401-fbb62a02f120?auto=format&fit=crop&w=1200&q=82") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: var(--shadow);
}

.video-embed {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1920 / 1820;
  background: var(--soft);
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.play-mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 28px;
  background: var(--paper);
  border-radius: 50%;
}

.video-panel p {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 900;
}

.video-panel span {
  color: rgba(255, 255, 255, .78);
}

.band {
  background: var(--soft);
}

.section-heading {
  display: grid;
  gap: 8px;
  max-width: 800px;
  margin-bottom: 30px;
}

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

.feature-grid article {
  min-height: 260px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: var(--paper);
  font-weight: 900;
  background: var(--green);
  border-radius: 50%;
}

.feature-grid p,
.proof-band p,
.request-copy p {
  color: var(--text);
}

.proof-band {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  color: var(--paper);
  background: var(--blue);
}

.proof-band .eyebrow,
.proof-band p {
  color: rgba(255, 255, 255, .84);
}

.proof-band h2 {
  color: var(--paper);
}

.proof-band p {
  margin-bottom: 0;
  font-size: 20px;
}

.dimension-section {
  background: var(--paper);
}

.comparison {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(360px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--text);
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--orange);
  font-weight: 900;
  content: "✓";
}

.request-section {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, .7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: var(--soft);
}

.thank-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 44vw);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(34px, 5vw, 64px) clamp(22px, 6vw, 84px);
  background:
    linear-gradient(100deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .9) 60%, rgba(244, 247, 241, .84)),
    url("https://images.unsplash.com/photo-1565465296011-0f62b6345b15?auto=format&fit=crop&w=1700&q=82") center / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.resource-actions {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin-top: 28px;
}

.resource-panel {
  display: grid;
  gap: 14px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.resource-panel p {
  color: var(--text);
}

.request-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.ghl-form-shell {
  min-height: 520px;
}

.ghl-form-frame {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
  border-radius: 8px;
}

label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  padding: 13px 12px;
  color: var(--ink);
  font: inherit;
  border: 1px solid #cfd8c8;
  border-radius: 4px;
  background: #fbfcfa;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.pending-note {
  display: inline-block;
  margin: 18px 0 0;
  padding: 12px 14px;
  color: var(--blue);
  font-weight: 800;
  background: #eef4e5;
  border: 1px solid var(--line);
  border-radius: 6px;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero,
  .thank-hero,
  .split-section,
  .proof-band,
  .comparison,
  .request-section {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
  }

  .walkthrough-preview {
    width: 100%;
    max-width: calc(100vw - 44px);
    justify-self: stretch;
  }

  h1 {
    font-size: clamp(36px, 11vw, 52px);
  }
}

@media (max-width: 520px) {
  .actions,
  .button,
  button {
    width: 100%;
  }

  .map-card {
    display: none;
  }
}
