:root {
  color-scheme: light;
  --ink: #18322f;
  --muted: #63736f;
  --cream: #fffce5;
  --cream-2: #fff8d4;
  --dealer-dark: #154440;
  --dealer: #1f756d;
  --dealer-soft: #e5f8d1;
  --gold: #ffd84d;
  --gold-dark: #8d7400;
  --copper: #c88452;
  --blue: #477fa0;
  --line: rgba(26, 105, 97, 0.12);
  --line-dark: rgba(21, 68, 64, 0.14);
  --glass: rgba(255, 255, 255, 0.72);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --shadow: 0 24px 70px rgba(31, 117, 109, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: "Source Sans Pro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(125deg, rgba(255, 216, 77, 0.22) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(240deg, rgba(71, 127, 160, 0.16) 0%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(150deg, #ffffff 0%, #f7fff1 44%, #eef8ff 100%);
  background-attachment: fixed;
  overflow-x: hidden;
  scroll-snap-type: y proximity;
  isolation: isolate;
}

body::before {
  content: "";
  position: fixed;
  inset: -20%;
  z-index: -3;
  background:
    conic-gradient(from 180deg at 50% 50%, rgba(255, 216, 77, 0.18), rgba(229, 248, 209, 0.48), rgba(238, 248, 255, 0.72), rgba(255, 255, 255, 0.9), rgba(255, 216, 77, 0.18));
  filter: saturate(112%) blur(18px);
  animation: meshMove 18s var(--ease) infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 117, 109, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 117, 109, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 78%);
}

@keyframes meshMove {
  from {
    transform: translate3d(-2%, -1%, 0) scale(1.02);
  }
  to {
    transform: translate3d(2%, 1%, 0) scale(1.08);
  }
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

button,
.button {
  min-height: 44px;
  border: 1px solid rgba(31, 117, 109, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(31, 117, 109, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  cursor: pointer;
  transition:
    transform 220ms var(--ease),
    border-color 220ms var(--ease),
    background 220ms var(--ease),
    box-shadow 220ms var(--ease);
}

button:hover,
.button:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 117, 109, 0.34);
  box-shadow: 0 18px 38px rgba(31, 117, 109, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(253, 216, 65, 0.72);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--dealer-dark);
  color: var(--cream);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.dallas-theme {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.dallas-theme__label {
  position: absolute;
  right: clamp(24px, 4.4vw, 68px);
  bottom: clamp(44px, calc(4.5vh + 20px), 64px);
  color: rgba(51, 51, 51, 0.28);
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-size: clamp(0.68rem, 0.9vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dallas-theme__label::before {
  content: "32.7767 N 96.7970 W";
  display: block;
  margin-bottom: 5px;
  color: rgba(31, 117, 109, 0.26);
  font-size: 0.68em;
  letter-spacing: 0.18em;
}

.dallas-theme__star {
  position: absolute;
  top: clamp(112px, 17vh, 170px);
  right: clamp(34px, 8vw, 132px);
  width: clamp(86px, 12vw, 164px);
  aspect-ratio: 1;
  background:
    linear-gradient(135deg, rgba(253, 216, 65, 0.18), rgba(31, 117, 109, 0.12));
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
  opacity: 0.58;
  transform: rotate(-8deg);
}

.dallas-theme__skyline {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(104px, 17vh, 176px);
  background:
    linear-gradient(180deg, rgba(71, 127, 160, 0.1), rgba(31, 117, 109, 0.18)),
    linear-gradient(90deg, rgba(31, 117, 109, 0.08), rgba(71, 127, 160, 0.1));
  clip-path: polygon(
    0 82%,
    5% 82%,
    5% 66%,
    8% 66%,
    8% 75%,
    12% 75%,
    12% 57%,
    15% 57%,
    15% 74%,
    19% 74%,
    19% 48%,
    22% 48%,
    22% 69%,
    26% 69%,
    26% 54%,
    29% 54%,
    29% 76%,
    34% 76%,
    34% 43%,
    36% 43%,
    36% 33%,
    37.3% 33%,
    37.3% 43%,
    39% 43%,
    39% 75%,
    43% 75%,
    43% 58%,
    47% 58%,
    47% 70%,
    52% 70%,
    52% 50%,
    55% 50%,
    55% 80%,
    61% 80%,
    61% 61%,
    64% 61%,
    64% 73%,
    68% 73%,
    68% 52%,
    72% 52%,
    72% 77%,
    77% 77%,
    77% 63%,
    81% 63%,
    81% 78%,
    86% 78%,
    86% 69%,
    90% 69%,
    90% 82%,
    100% 82%,
    100% 100%,
    0 100%
  );
}

.dallas-theme__skyline::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(31, 117, 109, 0.22), transparent);
}

.presentation-mark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  width: 100%;
  height: clamp(76px, 9vh, 96px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(31, 117, 109, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 34px rgba(31, 117, 109, 0.08);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  opacity: 0.96;
  pointer-events: none;
}

.presentation-mark img {
  display: block;
  width: clamp(118px, 11vw, 172px);
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(31, 117, 109, 0.1));
}

.deck {
  width: min(100%, 1800px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.slide {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(104px, 13vh, 142px) clamp(38px, 6vw, 104px) clamp(48px, 8vh, 88px);
  scroll-margin-top: 0;
  scroll-snap-align: start;
  position: relative;
}

.slide-inner {
  width: 100%;
  max-width: 1480px;
  min-width: 0;
  margin: 0 auto;
}

.hero-grid,
.close-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 76px);
}

.eyebrow {
  margin: 0 0 12px;
  color: #333333;
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--dealer-dark);
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 16ch;
  font-size: clamp(2.8rem, 4.1vw, 4.8rem);
  line-height: 1;
}

h2 {
  max-width: min(15ch, 100%);
  font-size: clamp(2.8rem, 5.3vw, 6rem);
  line-height: 0.96;
}

h3 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
}

p {
  font-size: 1.08rem;
  line-height: 1.58;
}

.lead {
  max-width: 690px;
  color: #3d4b47;
  font-size: clamp(1.24rem, 1.6vw, 1.62rem);
  line-height: 1.38;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: clamp(24px, 4vw, 48px);
}

.section-heading p:not(.eyebrow) {
  max-width: 820px;
  margin: 0;
  color: #42514d;
  font-size: 1.2rem;
  overflow-wrap: anywhere;
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.38)),
    var(--glass);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.hero-dashboard {
  padding: clamp(20px, 3vw, 34px);
}

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

.stat-bento article,
.small-stat {
  min-height: 164px;
  padding: 22px;
  border: 1px solid rgba(31, 117, 109, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.stat-bento span,
.small-stat strong {
  display: block;
  color: var(--dealer);
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  font-weight: 900;
  line-height: 0.98;
}

.stat-bento p,
.small-stat span {
  display: block;
  margin: 10px 0 0;
  color: #435650;
  font-size: 0.98rem;
  line-height: 1.32;
}

.source-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  padding: 0 20px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(120deg, var(--dealer), var(--blue));
  color: var(--cream);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.64);
}

.audience-shell,
.map-shell {
  display: grid;
  gap: 16px;
}

.segment-tabs,
.map-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.segment-tabs button,
.map-controls button {
  padding: 0 14px;
  font-weight: 800;
}

.segment-tabs button.is-active,
.map-controls button.is-active {
  border-color: transparent;
  background: linear-gradient(120deg, #fff3a4, var(--dealer-soft));
  box-shadow: 0 14px 28px rgba(31, 117, 109, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.segment-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: 26px;
  padding: clamp(22px, 3vw, 36px);
}

.segment-panel p {
  max-width: 680px;
  color: #3d4b47;
}

.segment-cards,
.fit-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.segment-cards article,
.fit-grid article,
.faq-grid article {
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(31, 117, 109, 0.1);
  transition: transform 220ms var(--ease), background 220ms var(--ease);
}

.segment-cards article:hover,
.fit-grid article:hover,
.faq-grid article:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.84);
}

.segment-cards strong,
.fit-grid h3,
.faq-grid h3 {
  color: var(--dealer-dark);
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
}

.segment-cards p,
.fit-grid p,
.faq-grid p {
  margin: 10px 0 0;
  font-size: 0.98rem;
}

.market-grid,
.proof-grid,
.calculator-grid,
.investment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.market-grid .glass-card,
.proof-grid .glass-card {
  padding: clamp(18px, 2.5vw, 28px);
}

canvas {
  width: 100%;
  height: auto;
  display: block;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.program-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.program-flow article {
  min-height: 276px;
  padding: 24px;
}

.program-flow article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dealer), var(--blue));
  color: #ffffff;
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-weight: 900;
}

.program-flow p {
  color: #3e4d49;
  font-size: 1rem;
}

.disclaimer-strip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #394641;
}

.calc-controls,
.calc-results {
  padding: clamp(22px, 3vw, 34px);
}

.calc-controls {
  display: grid;
  gap: 20px;
}

.calc-controls label {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(160px, 1.2fr) 92px;
  gap: 14px;
  align-items: center;
  color: var(--dealer-dark);
  font-weight: 800;
}

.calc-controls output {
  justify-self: end;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(31, 117, 109, 0.1);
  font-variant-numeric: tabular-nums;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--dealer);
}

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

.result-stack article {
  min-height: 140px;
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(31, 117, 109, 0.1), rgba(255, 216, 77, 0.16));
  border: 1px solid rgba(31, 117, 109, 0.1);
}

.result-stack span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.result-stack strong {
  display: block;
  margin-top: 14px;
  color: var(--dealer-dark);
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-size: clamp(1.6rem, 2.7vw, 3rem);
  line-height: 1;
}

.proof-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.fall-meter {
  display: flex;
  align-items: end;
  gap: 18px;
  min-height: 260px;
  margin-top: 24px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}

.fall-meter span {
  display: grid;
  place-items: end center;
  width: min(42%, 190px);
  height: calc(var(--value) * 2px);
  min-height: 160px;
  padding: 14px;
  border-radius: 8px 8px 0 0;
  color: var(--cream);
  background: linear-gradient(180deg, var(--copper), var(--dealer));
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  text-align: center;
}

.fall-meter small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
}

.map-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.76fr);
  gap: 18px;
  min-height: 560px;
  padding: 18px;
}

.static-map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(31, 117, 109, 0.08), rgba(255, 255, 255, 0.48)),
    repeating-linear-gradient(35deg, rgba(31, 117, 109, 0.055) 0 2px, transparent 2px 34px),
    linear-gradient(135deg, #effbe7, #eef8ff);
  border: 1px solid rgba(31, 117, 109, 0.12);
}

.static-map::before {
  content: "Dallas area relationship map";
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--dealer-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.map-pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  background: var(--pin-color);
  box-shadow: 0 10px 20px rgba(31, 117, 109, 0.24);
  transform: translate(-50%, -50%);
  transition: transform 180ms var(--ease), opacity 180ms var(--ease);
}

.map-pin:hover,
.map-pin.is-active {
  z-index: 4;
  transform: translate(-50%, -50%) scale(1.65);
}

.map-pin[hidden] {
  display: none;
}

.target-list {
  display: grid;
  align-content: start;
  gap: 10px;
  max-height: 520px;
  overflow: auto;
  padding-right: 4px;
}

.target-card {
  padding: 14px;
  border: 1px solid rgba(31, 117, 109, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.target-card strong {
  color: var(--dealer-dark);
}

.target-card span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.88rem;
}

.price-card {
  display: grid;
  align-content: center;
  min-height: 420px;
  padding: clamp(26px, 4vw, 44px);
  color: var(--dealer-dark);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(229, 248, 209, 0.56)),
    rgba(255, 255, 255, 0.72);
}

.price-card span {
  color: var(--dealer);
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  margin: 20px 0;
  color: var(--dealer-dark);
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: 0.95;
}

.price-card p {
  color: #415650;
}

.package-list {
  padding: clamp(24px, 3vw, 36px);
}

.package-list ul,
.next-card ol {
  margin: 20px 0 0;
  padding-left: 22px;
}

.package-list li,
.next-card li {
  margin: 10px 0;
  line-height: 1.48;
}

.next-card {
  padding: clamp(24px, 3vw, 36px);
}

.contact-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-block a {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(31, 117, 109, 0.1);
  color: var(--dealer-dark);
  font-weight: 800;
  text-decoration: none;
}

.concept-deck {
  width: min(100%, 1760px);
}

.concept-slide .slide-inner {
  max-width: 1200px;
}

.concept-slide {
  padding: clamp(96px, 11vh, 122px) clamp(38px, 6vw, 104px) clamp(36px, 5vh, 62px);
}

.image-backed {
  overflow: hidden;
}

.image-backed::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 252, 229, 0.5), rgba(255, 252, 229, 0.4) 46%, rgba(255, 252, 229, 0.28)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(229, 248, 209, 0.22));
  pointer-events: none;
}

.image-backed--candidate::before {
  background:
    linear-gradient(90deg, rgba(255, 252, 229, 0.5), rgba(255, 252, 229, 0.38) 48%, rgba(255, 252, 229, 0.25)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(238, 248, 255, 0.19));
}

.image-backed--services::before {
  background:
    linear-gradient(90deg, rgba(255, 252, 229, 0.52), rgba(255, 252, 229, 0.41) 48%, rgba(255, 252, 229, 0.29)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.47), rgba(229, 248, 209, 0.23));
}

.slide-photo-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
  filter: saturate(0.86) contrast(0.92) brightness(1.12);
  pointer-events: none;
}

.image-backed--opening .slide-photo-bg {
  object-position: 48% center;
}

.image-backed--candidate .slide-photo-bg {
  object-position: 56% center;
  opacity: 0.29;
}

.image-backed--services .slide-photo-bg {
  object-position: 58% center;
  opacity: 0.28;
}

.image-backed .slide-inner,
.image-backed .slide-number {
  position: relative;
  z-index: 2;
}

.title-lockup,
.close-lockup {
  display: grid;
  justify-items: center;
  gap: clamp(14px, 2vw, 26px);
  text-align: center;
}

.title-lockup h1 {
  max-width: 17ch;
  font-size: clamp(3.2rem, 6.2vw, 7.2rem);
}

.content-slide {
  display: grid;
  justify-items: center;
  gap: clamp(12px, 2vw, 24px);
  text-align: center;
}

.concept-slide .lead {
  margin: 0;
}

.concept-slide .section-heading {
  justify-items: center;
  margin-bottom: 0;
  text-align: center;
}

.concept-slide .section-heading h2 {
  max-width: 18ch;
  font-size: clamp(2.2rem, 4.15vw, 4.75rem);
  line-height: 0.98;
}

.concept-slide .section-heading p:not(.eyebrow) {
  max-width: 820px;
}

.slide-number {
  position: absolute;
  top: clamp(96px, 10vh, 112px);
  left: clamp(24px, 4vw, 64px);
  z-index: 3;
  margin: 0;
  padding: 0;
  border: 0;
  color: rgba(51, 51, 51, 0.34);
  background: transparent;
  box-shadow: none;
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.statement-card,
.bullet-card,
.core-message-card {
  width: min(100%, 980px);
  padding: clamp(22px, 3vw, 38px);
  text-align: left;
}

.statement-card p,
.bullet-card p,
.core-message-card p {
  max-width: 900px;
  margin: 0;
  color: #344943;
  font-size: clamp(1.12rem, 1.45vw, 1.5rem);
  line-height: 1.38;
}

.statement-card p + p,
.bullet-card p + p {
  margin-top: clamp(12px, 1.6vw, 20px);
}

.bullet-card ul {
  display: grid;
  gap: 9px;
  margin: clamp(16px, 2.2vw, 24px) 0 0;
  padding: 0;
  list-style: none;
}

.bullet-card li {
  position: relative;
  padding-left: 28px;
  color: #344943;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.35;
}

.bullet-card li::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 0;
  background: linear-gradient(135deg, var(--gold), var(--dealer));
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
  filter: drop-shadow(0 0 5px rgba(253, 216, 65, 0.24));
}

.two-column-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(22px, 4vw, 58px);
}

.core-message-card {
  border-color: rgba(31, 117, 109, 0.18);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.86), rgba(229, 248, 209, 0.58)),
    rgba(255, 255, 255, 0.78);
  text-align: center;
}

.core-message-card p {
  color: var(--dealer-dark);
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 2.7rem);
  font-weight: 800;
  line-height: 1.13;
  margin-inline: auto;
}

.concept-slide .disclaimer-strip {
  margin-top: clamp(16px, 2vw, 24px);
  padding: 13px 15px;
  font-size: 0.78rem;
  line-height: 1.45;
}

.concept-slide .disclaimer-strip strong,
.concept-slide .disclaimer-strip span {
  font-size: inherit;
  line-height: inherit;
}

.close-lockup h2 {
  max-width: 14ch;
  font-size: clamp(2.35rem, 4.5vw, 5rem);
  line-height: 0.96;
  text-align: center;
}

.contact-card {
  display: grid;
  gap: 8px;
  width: min(100%, 620px);
  margin-top: clamp(4px, 1vw, 12px);
  padding: clamp(20px, 2.5vw, 30px);
  text-align: center;
}

.contact-card strong {
  color: var(--dealer-dark);
  font-family: Montserrat, "Source Sans Pro", sans-serif;
  font-size: clamp(1.12rem, 1.6vw, 1.5rem);
  line-height: 1.1;
}

.contact-card a {
  color: var(--dealer);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 800;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-delay="80"] {
  --delay: 80ms;
}

[data-delay="120"] {
  --delay: 120ms;
}

[data-delay="140"] {
  --delay: 140ms;
}

@media (max-width: 980px) {
  .hero-grid,
  .close-grid,
  .segment-panel,
  .market-grid,
  .proof-grid,
  .calculator-grid,
  .investment-grid,
  .map-card {
    grid-template-columns: 1fr;
  }

  .program-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .slide {
    min-height: auto;
    padding: 92px 18px 48px;
    align-content: start;
    align-items: start;
    row-gap: clamp(16px, 4vw, 24px);
  }

  .concept-slide {
    padding: 96px 18px 46px;
  }

  .image-backed::before,
  .image-backed--candidate::before,
  .image-backed--services::before {
    background:
      linear-gradient(180deg, rgba(255, 252, 229, 0.5), rgba(255, 252, 229, 0.4)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.49), rgba(229, 248, 209, 0.24));
  }

  .slide-photo-bg,
  .image-backed--candidate .slide-photo-bg,
  .image-backed--services .slide-photo-bg {
    opacity: 0.22;
    object-position: 55% center;
  }

  h1 {
    font-size: clamp(2.7rem, 12vw, 4.1rem);
  }

  h2 {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
    line-height: 1;
  }

  .stat-bento,
  .segment-cards,
  .fit-grid,
  .faq-grid,
  .program-flow,
  .result-stack {
    grid-template-columns: 1fr;
  }

  .calc-controls label {
    grid-template-columns: 1fr;
  }

  .calc-controls output {
    justify-self: start;
  }

  .static-map {
    min-height: 420px;
  }

  .title-lockup,
  .close-lockup {
    justify-items: start;
    text-align: left;
  }

  .content-slide,
  .concept-slide .section-heading {
    justify-items: start;
    text-align: left;
  }

  .title-lockup .slide-number,
  .close-lockup .slide-number,
  .image-backed .slide-number,
  .slide-number {
    position: static;
    top: auto;
    left: auto;
    justify-self: start;
    margin-bottom: clamp(4px, 1.6vw, 10px);
  }

  .statement-card,
  .bullet-card,
  .core-message-card,
  .contact-card {
    padding: 24px;
  }

  .two-column-list {
    grid-template-columns: 1fr;
  }

  .concept-slide .disclaimer-strip {
    display: grid;
  }

  .dallas-theme__label {
    right: 18px;
    bottom: 36px;
    font-size: 0.58rem;
    opacity: 0.72;
  }

  .dallas-theme__star {
    top: 108px;
    right: 18px;
    width: 78px;
    opacity: 0.34;
  }

  .dallas-theme__skyline {
    height: 96px;
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  body {
    background: #ffffff;
  }

  .presentation-mark,
  .skip-link {
    display: none;
  }

  .deck {
    width: 100%;
    padding: 0;
  }

  .slide {
    min-height: auto;
    page-break-after: always;
    padding: 34px;
  }

  .glass-card {
    box-shadow: none;
    border-color: #9fb0aa;
    background: #ffffff;
  }
}
