:root {
  --bg: #060806;
  --ink: #f7f4ea;
  --muted: #a8afa7;
  --soft: #737d74;
  --panel: #0d120f;
  --panel-2: #121a15;
  --line: rgba(247, 244, 234, 0.12);
  --line-strong: rgba(51, 255, 121, 0.32);
  --green: #33ff79;
  --green-dark: #092015;
  --cream: #f7f4ea;
  --gold: #c6a85d;
  --shadow: 0 34px 100px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --display: "Arial Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --brand-display: "Arial Black", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 14%, rgba(198, 168, 93, 0.12), transparent 23rem),
    radial-gradient(circle at 72% 18%, rgba(51, 255, 121, 0.1), transparent 24rem),
    linear-gradient(140deg, #050705 0%, #0b100d 48%, #030403 100%);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

main {
  overflow: hidden;
}

body::before {
  content: "800";
  position: fixed;
  right: -0.16em;
  top: 15vh;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: clamp(2px, 0.5vw, 6px) rgba(51, 255, 121, 0.12);
  font-family: var(--brand-display);
  font-size: clamp(16rem, 42vw, 42rem);
  line-height: 0.8;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem clamp(1rem, 4vw, 4.5rem);
  background: rgba(6, 8, 6, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.conversion-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(198, 168, 93, 0.08);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
}

.conversion-bar span {
  color: var(--green);
  font-weight: 950;
  text-transform: uppercase;
}

.conversion-bar strong {
  color: var(--cream);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--brand-display);
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 2.05rem;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--green);
  color: #041009;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2vw, 1.8rem);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav a:hover {
  color: var(--cream);
}

.header-cta,
.button,
.submit-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.header-cta,
.primary,
.submit-button {
  background: var(--green);
  color: #041009;
  box-shadow: 0 18px 42px rgba(51, 255, 121, 0.2);
}

.header-cta {
  padding: 0.75rem 1rem;
}

.button {
  padding: 0.95rem 1.15rem;
}

.button:hover,
.submit-button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--cream);
}

.hero {
  display: grid;
  grid-template-columns: minmax(28rem, 1fr) minmax(24rem, 0.55fr);
  gap: clamp(2.25rem, 4.8vw, 5rem);
  align-items: center;
  min-height: auto;
  padding: clamp(3.25rem, 6vw, 6rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 5.5vw, 5.5rem);
}

.hero-copy {
  max-width: 50rem;
  min-width: 0;
}

.eyebrow {
  margin-bottom: 0.9rem;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1.15rem;
  font-size: clamp(4.4rem, 8vw, 8.7rem);
  line-height: 0.84;
}

h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(2.55rem, 6vw, 5.6rem);
  line-height: 0.9;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  line-height: 1;
}

.hero-lede,
.section-head p,
.form-intro p {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 650;
  line-height: 1.58;
}

.hero-lede {
  max-width: 43rem;
  margin-bottom: 1.25rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.15rem;
}

.hero-points span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--cream);
  padding: 0.52rem 0.68rem;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(198, 168, 93, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(247, 244, 234, 0.08), rgba(247, 244, 234, 0.035)),
    rgba(8, 12, 9, 0.92);
  padding: clamp(1.15rem, 2.6vw, 2rem);
  box-shadow: var(--shadow);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid var(--gold);
  pointer-events: none;
}

.panel-topline {
  margin-bottom: 1.6rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-panel h2 {
  max-width: 10ch;
  margin-bottom: 1rem;
  font-size: clamp(2.7rem, 4.8vw, 4.85rem);
}

.hero-panel p {
  max-width: 28rem;
  margin-bottom: 1.4rem;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.55;
}

.panel-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0 0 1.25rem;
}

.panel-metrics div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 0.8rem;
}

.panel-metrics dt {
  margin-bottom: 0.35rem;
  color: var(--green);
  font-family: var(--brand-display);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.panel-metrics dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.panel-button {
  width: 100%;
}

.next-step-band {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  padding: 1rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.next-step-band strong {
  min-width: max-content;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.next-step-band p {
  max-width: 64rem;
  margin: 0;
  color: var(--cream);
  font-size: 0.95rem;
  font-weight: 760;
  line-height: 1.5;
}

.next-card {
  max-width: 37rem;
  margin-bottom: 1.1rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 0.9rem 1rem;
}

.next-card strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.next-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.48;
}

.compliance-note,
.form-disclaimer {
  color: #d7c887;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.5;
}

.hero-video {
  overflow: hidden;
  align-self: center;
  width: 100%;
  max-width: 52rem;
  justify-self: end;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #000;
  box-shadow: var(--shadow);
}

.video-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  background: linear-gradient(90deg, rgba(51, 255, 121, 0.18), rgba(255, 255, 255, 0.04));
  border-bottom: 1px solid var(--line);
}

.video-header span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.video-header strong {
  color: var(--cream);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: contain;
}

.proof,
.flow,
.offer,
.snapshot,
.walkthrough,
.statement,
.approval-paths,
.founder,
.concierge-standard,
.review-scope,
.qualification,
.faq {
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.proof-grid p,
.flow-grid p,
.offer-grid p,
.snapshot-card p,
.snapshot-list p,
.walkthrough-copy p,
.paths-grid,
.standard-grid p,
.scope-grid p,
label,
legend,
.faq-grid p {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
}

.founder-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 700;
  line-height: 1.65;
}

.statement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.offer {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(51, 255, 121, 0.055), rgba(255, 255, 255, 0.018)),
    #070a08;
}

.walkthrough {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(27rem, 0.9fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(198, 168, 93, 0.065), rgba(255, 255, 255, 0.018)),
    #070a08;
}

.walkthrough-copy {
  max-width: 42rem;
}

.walkthrough-copy h2 {
  max-width: 11ch;
}

.offer .section-head {
  max-width: 64rem;
}

.offer .section-head h2 {
  max-width: 13ch;
}

.offer-grid,
.standard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.offer-grid article {
  min-height: 17rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  padding: 1.15rem;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
}

.offer-grid span {
  display: inline-flex;
  margin-bottom: 1.25rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 950;
}

.offer-grid h3 {
  max-width: 9ch;
}

.snapshot {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 30%, rgba(198, 168, 93, 0.1), transparent 24rem),
    #050705;
}

.snapshot-card {
  border: 1px solid rgba(198, 168, 93, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(247, 244, 234, 0.08), rgba(247, 244, 234, 0.025)),
    rgba(255, 255, 255, 0.035);
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}

.snapshot-card h2 {
  max-width: 10ch;
}

.snapshot-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.snapshot-list article {
  border-top: 1px solid var(--line-strong);
  padding-top: 1rem;
}

.snapshot-list span {
  display: block;
  margin-bottom: 0.9rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
}

.snapshot-list strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--cream);
  font-size: 1.05rem;
  font-weight: 900;
}

.approval-paths {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.018)),
    #080c09;
}

.approval-paths .section-head {
  max-width: 64rem;
}

.approval-paths .section-head h2 {
  max-width: 15ch;
}

.paths-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
  color: var(--cream);
}

.paths-grid span {
  display: grid;
  min-height: 6rem;
  place-items: end start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 0.85rem;
  font-weight: 850;
  line-height: 1.2;
}

.concierge-list {
  display: grid;
  gap: 0.55rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.concierge-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--cream);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.45;
}

.concierge-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--green);
}

.concierge-standard {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  border-bottom: 1px solid var(--line);
  background: #050705;
}

.concierge-standard h2 {
  max-width: 10ch;
}

.standard-grid article {
  min-height: 13rem;
  border-top: 1px solid var(--line-strong);
  padding-top: 1rem;
}

.standard-grid strong {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  line-height: 0.95;
}

.statement p {
  max-width: 58rem;
  margin: 0;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.8vw, 3.8rem);
  line-height: 0.98;
  text-wrap: balance;
}

.statement a {
  min-width: max-content;
  border-bottom: 2px solid var(--green);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.founder {
  display: grid;
  grid-template-columns: minmax(17rem, 0.42fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.founder-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #000;
  box-shadow: var(--shadow);
}

.founder-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.86) contrast(1.04);
}

.founder-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.82));
}

.founder-media div {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
}

.founder-media span {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.founder-media strong {
  display: block;
  color: var(--cream);
  font-family: var(--brand-display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.founder-copy {
  max-width: 50rem;
}

.founder-copy h2 {
  max-width: 12ch;
}

.review-scope {
  background: #070a08;
  border-bottom: 1px solid var(--line);
}

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

.scope-grid article {
  min-height: 13.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 1rem;
}

.scope-grid span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 950;
}

.scope-grid p {
  margin-bottom: 0;
}

.proof {
  background: #f4efe3;
  color: #101411;
}

.proof .eyebrow {
  color: #0a6c32;
}

.section-head {
  max-width: 56rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.4rem);
}

.proof .section-head p {
  max-width: 40rem;
  color: #5d675f;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
}

.proof-grid article {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 17, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(16, 20, 17, 0.88)),
    #172119;
  color: var(--cream);
  padding: 1.15rem;
  box-shadow: 0 22px 60px rgba(16, 20, 17, 0.16);
}

.proof-grid .inverse {
  background:
    linear-gradient(180deg, rgba(198, 168, 93, 0.12), rgba(7, 16, 12, 0.92)),
    #07100c;
}

.proof-grid video {
  width: calc(100% + 2.3rem);
  height: 14rem;
  margin: -1.15rem -1.15rem 1rem;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  filter: saturate(0.92) contrast(1.04);
}

.proof-grid span {
  width: max-content;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.4rem 0.62rem;
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.proof-grid p {
  color: rgba(247, 244, 234, 0.74);
}

.proof-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1rem;
  border: 1px solid rgba(16, 20, 17, 0.12);
  border-radius: var(--radius);
  background: #101411;
  color: var(--cream);
  padding: 1rem;
}

.proof-cta p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 2.7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.flow {
  background: #090d0a;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.flow-grid article {
  min-height: 15rem;
  border-top: 1px solid var(--line-strong);
  padding-top: 1rem;
}

.flow-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(51, 255, 121, 0.12);
  color: var(--green);
  font-weight: 950;
}

.qualification {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.8fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 6rem;
}

.security-note,
.lead-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.security-note {
  margin-top: 1.1rem;
  padding: 1rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.45;
}

.form-assurance {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.form-assurance li {
  position: relative;
  padding-left: 1rem;
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-assurance li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--green);
}

.lead-form {
  padding: clamp(1rem, 3vw, 1.7rem);
}

.form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.form-top span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.form-top strong {
  color: var(--cream);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

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

label,
fieldset {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 1rem;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}

legend {
  padding: 0 0.4rem;
  color: var(--cream);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(247, 244, 234, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
  padding: 0.9rem 0.95rem;
  font-size: 1rem;
  font-weight: 650;
  outline: none;
}

select {
  color-scheme: dark;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(51, 255, 121, 0.12);
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1rem;
}

.checkbox-grid label,
.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
}

.checkbox-grid input,
.consent input {
  width: 1.05rem;
  height: 1.05rem;
  min-width: 1.05rem;
  margin-top: 0.22rem;
  accent-color: var(--green);
}

.submit-button {
  width: 100%;
  margin-top: 1rem;
}

.faq {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

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

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 1rem;
}

summary {
  cursor: pointer;
  color: var(--cream);
  font-weight: 950;
  text-transform: uppercase;
}

.faq-grid p {
  margin: 0.75rem 0 0;
}

.hidden {
  display: none;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.footer span:first-child {
  color: var(--green);
  font-family: var(--brand-display);
  font-size: 1.25rem;
}

.footer a {
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.mobile-sticky-cta {
  display: none;
}

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

.legal {
  width: min(54rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 7rem) 0;
}

.legal h1 {
  max-width: none;
  font-size: clamp(3.5rem, 10vw, 8rem);
}

.legal p {
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.65;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.thanks {
  position: relative;
  width: min(44rem, calc(100% - 2rem));
  padding: clamp(2rem, 6vw, 4rem);
}

.thanks h1 {
  max-width: none;
  font-size: clamp(4rem, 12vw, 8rem);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .founder,
  .snapshot,
  .walkthrough,
  .concierge-standard,
  .qualification {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-video {
    justify-self: stretch;
    max-width: none;
  }

  .hero-panel h2,
  .walkthrough-copy h2 {
    max-width: 12ch;
  }

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

  .offer-grid,
  .scope-grid,
  .paths-grid,
  .standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid article {
    min-height: 17rem;
  }

  .form-intro {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 0.8rem 1rem;
  }

  .header-cta {
    display: none;
    min-height: 2.65rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.68rem;
  }

  .hero {
    padding-top: 3rem;
  }

  h1 {
    font-size: clamp(3.35rem, 16vw, 5.25rem);
  }

  h2 {
    font-size: clamp(2.25rem, 13vw, 4rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .panel-metrics {
    grid-template-columns: 1fr;
  }

  .statement {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .next-step-band {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .flow-grid,
  .form-grid,
  .snapshot-list,
  .paths-grid,
  .checkbox-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
    padding-bottom: 5rem;
  }

  .conversion-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
    text-align: left;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 30;
    display: flex;
    min-height: 3.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--green);
    color: #041009;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
    font-size: 0.82rem;
    font-weight: 950;
    text-transform: uppercase;
  }
}

/* High-end brand pass: restrained, flatter, less generated-looking. */
:root {
  --bg: #050505;
  --ink: #f5f1e8;
  --muted: #b0aba2;
  --soft: #7f7a71;
  --panel: #10100e;
  --line: rgba(245, 241, 232, 0.16);
  --line-strong: rgba(47, 214, 111, 0.36);
  --green: #2fd66f;
  --cream: #f5f1e8;
  --gold: #b99b5d;
  --shadow: none;
  --radius: 2px;
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --brand-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body {
  background: #050505;
}

body::before {
  top: 10vh;
  right: -0.08em;
  -webkit-text-stroke: 1px rgba(245, 241, 232, 0.055);
  font-family: var(--brand-display);
  font-size: clamp(14rem, 37vw, 36rem);
  font-weight: 950;
}

.site-header {
  background: rgba(5, 5, 5, 0.92);
  border-bottom-color: rgba(245, 241, 232, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  gap: 0.8rem;
  font-size: clamp(0.95rem, 1.25vw, 1.15rem);
  font-weight: 950;
}

.brand-mark {
  width: 3.1rem;
  height: 2rem;
  border-color: var(--green);
  background: transparent;
  color: var(--green);
}

.nav {
  color: #8f8a82;
  font-size: 0.72rem;
  font-weight: 850;
}

.conversion-bar {
  background: #0b0b0a;
  border-bottom-color: rgba(245, 241, 232, 0.12);
}

.conversion-bar span,
.eyebrow,
.next-step-band strong,
.form-top span {
  color: var(--green);
}

.header-cta,
.primary,
.submit-button,
.mobile-sticky-cta {
  background: var(--green);
  box-shadow: none;
  color: #030403;
}

.secondary {
  background: transparent;
  border-color: rgba(245, 241, 232, 0.24);
}

.button:hover,
.submit-button:hover,
.header-cta:hover {
  transform: none;
}

.hero {
  grid-template-columns: minmax(28rem, 1fr) minmax(23rem, 0.48fr);
  padding-top: clamp(4rem, 7vw, 7rem);
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 950;
  letter-spacing: -0.02em;
}

h1 {
  max-width: 12ch;
  font-size: clamp(4.1rem, 7.2vw, 8rem);
  line-height: 0.9;
}

h2 {
  font-size: clamp(2.3rem, 5vw, 4.9rem);
  line-height: 0.94;
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.hero-lede,
.section-head p,
.form-intro p {
  color: #c4beb2;
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  font-weight: 620;
}

.hero-points span {
  border-radius: 0;
  background: transparent;
  border-color: rgba(245, 241, 232, 0.18);
  color: #ded8cc;
}

.hero-panel,
.offer-grid article,
.lead-form,
.security-note,
details {
  border-color: rgba(245, 241, 232, 0.14);
  background: #0e0e0d;
  box-shadow: none;
}

.hero-panel {
  padding: clamp(1.2rem, 2.2vw, 1.75rem);
}

.hero-panel::before {
  border-top-color: var(--green);
}

.panel-topline {
  color: var(--green);
}

.hero-panel h2 {
  max-width: 11ch;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  letter-spacing: -0.03em;
}

.panel-list {
  display: grid;
  gap: 0;
  margin: 1.2rem 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(245, 241, 232, 0.13);
}

.panel-list li {
  border-bottom: 1px solid rgba(245, 241, 232, 0.13);
  padding: 0.72rem 0;
  color: var(--cream);
  font-size: 0.9rem;
  font-weight: 800;
}

.next-step-band,
.offer,
.walkthrough,
.flow,
.qualification,
.faq {
  background: #050505;
}

.next-step-band {
  border-color: rgba(245, 241, 232, 0.14);
}

.proof {
  background: #eee9df;
}

.proof-grid article {
  border-radius: 2px;
  box-shadow: none;
}

.proof-cta {
  border-radius: 2px;
  box-shadow: none;
}

input,
select,
textarea {
  border-radius: 2px;
  background: #080808;
}

input:focus,
select:focus,
textarea:focus {
  box-shadow: none;
}

@media (max-width: 760px) {
  h1 {
    font-size: clamp(3.05rem, 14vw, 4.6rem);
  }

  .hero {
    padding-top: 2.6rem;
  }
}

/* Competitor-style final pass: clean, light, credible, form-forward. */
:root {
  --bg: #f7f8f5;
  --ink: #13201a;
  --muted: #5f6b64;
  --soft: #7b867e;
  --panel: #ffffff;
  --line: rgba(19, 32, 26, 0.13);
  --line-strong: rgba(28, 142, 77, 0.34);
  --green: #1c8e4d;
  --cream: #ffffff;
  --gold: #9c7b36;
  --shadow: 0 18px 48px rgba(20, 39, 29, 0.08);
  --radius: 6px;
  --display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --brand-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body {
  background: #f7f8f5;
  color: var(--ink);
}

body::before {
  display: none;
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(19, 32, 26, 0.1);
}

.brand {
  color: var(--ink);
  font-weight: 950;
}

.brand-mark {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}

.nav {
  color: #68746d;
}

.nav a:hover,
.footer a {
  color: var(--ink);
}

.conversion-bar {
  background: #eaf5ee;
  border-bottom: 1px solid rgba(28, 142, 77, 0.18);
  color: #3c5145;
}

.conversion-bar strong {
  color: var(--ink);
}

.hero {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8f5 100%);
  border-bottom: 1px solid rgba(19, 32, 26, 0.1);
}

h1,
h2,
h3 {
  color: var(--ink);
  text-transform: none;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.8rem, 6.2vw, 7rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2.2rem, 4.3vw, 4.4rem);
}

.eyebrow {
  color: var(--green);
  letter-spacing: 0.12em;
}

.hero-lede,
.section-head p,
.form-intro p,
.hero-panel p,
.proof-grid p,
.flow-grid p,
.offer-grid p,
.walkthrough-copy p,
label,
legend,
.faq-grid p {
  color: var(--muted);
}

.hero-points span {
  background: #ffffff;
  border-color: rgba(19, 32, 26, 0.12);
  color: #21352a;
}

.header-cta,
.primary,
.submit-button,
.mobile-sticky-cta {
  background: var(--green);
  color: #ffffff;
  box-shadow: none;
}

.secondary {
  background: #ffffff;
  border-color: rgba(19, 32, 26, 0.16);
  color: var(--ink);
}

.hero-panel,
.offer-grid article,
.lead-form,
.security-note,
details {
  background: #ffffff;
  border: 1px solid rgba(19, 32, 26, 0.12);
  box-shadow: var(--shadow);
}

.hero-panel::before {
  border-top-color: var(--green);
}

.panel-topline,
.form-top span,
.next-step-band strong {
  color: var(--green);
}

.panel-list {
  border-top-color: rgba(19, 32, 26, 0.12);
}

.panel-list li {
  border-bottom-color: rgba(19, 32, 26, 0.12);
  color: var(--ink);
}

.next-step-band,
.offer,
.walkthrough,
.flow,
.qualification,
.faq {
  background: #f7f8f5;
  border-color: rgba(19, 32, 26, 0.1);
}

.next-step-band {
  background: #ffffff;
}

.proof {
  background: #ffffff;
  color: var(--ink);
}

.proof .eyebrow {
  color: var(--green);
}

.proof .section-head p {
  color: var(--muted);
}

.proof-grid article {
  background: #13201a;
  border-color: rgba(19, 32, 26, 0.12);
  color: #ffffff;
}

.proof-grid h3 {
  color: #ffffff;
}

.proof-grid span {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
}

.proof-cta {
  background: #13201a;
  color: #ffffff;
  border: 0;
}

.proof-cta p {
  color: #ffffff;
  text-transform: none;
}

.hero-video {
  border-color: rgba(19, 32, 26, 0.12);
  box-shadow: var(--shadow);
}

.video-header {
  background: #ffffff;
  border-bottom-color: rgba(19, 32, 26, 0.12);
}

.video-header strong {
  color: var(--ink);
}

.flow-grid article,
.standard-grid article,
.snapshot-list article {
  border-top-color: var(--line-strong);
}

.flow-grid span {
  background: #eaf5ee;
  color: var(--green);
}

.form-top strong,
legend,
summary {
  color: var(--ink);
}

input,
select,
textarea {
  background: #ffffff;
  border-color: rgba(19, 32, 26, 0.16);
  color: var(--ink);
}

select {
  color-scheme: light;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(28, 142, 77, 0.12);
}

.form-assurance li,
.checkbox-grid label,
.consent {
  color: var(--ink);
}

.compliance-note,
.form-disclaimer {
  color: #7a642a;
}

.footer {
  background: #ffffff;
  border-top-color: rgba(19, 32, 26, 0.1);
  color: var(--muted);
}

.footer span:first-child {
  color: var(--ink);
}
