:root {
  --font-inter: "Inter";
  --font-manrope: "Manrope";
  --navy: #07152f;
  --navy-2: #0b2149;
  --blue: #0d62e9;
  --blue-dark: #084bb5;
  --green: #2fc36b;
  --ink: #13213c;
  --muted: #5e6c84;
  --line: #dfe6f1;
  --soft: #f4f7fb;
  --white: #ffffff;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-inter), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--blue); }

h1, h2, h3, h4 {
  color: var(--navy);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-weight: 800 !important;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(2.65rem, 5.5vw, 4.7rem); font-weight: 800 !important; line-height: 1.02; }
h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); font-weight: 800 !important; line-height: 1.08; }
h3 { font-size: 1.35rem; }
p { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }

.lfs-container {
  margin-inline: auto;
  max-width: none;
  padding-inline: 0;
  width: min(calc(100% - 40px), 875px);
}
.header-container { margin-inline: auto; width: min(calc(100% - 40px), 1180px); }
.reading-container { width: min(calc(100% - 40px), 735px); }
.section { padding: 52px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--navy); }
.eyebrow {
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.section-heading { margin-bottom: 50px; max-width: 760px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading > p:last-child { font-size: 1.12rem; }
.section-heading.light h2 { color: #fff; }
.section-heading.light > p:last-child { color: #b7c4d9; }

.btn {
  border-radius: 7px;
  font-weight: 750;
  letter-spacing: -.01em;
  padding: .83rem 1.28rem;
}
.btn-sm { padding: .62rem 1rem; }
.btn-lg { font-size: 1rem; padding: 1rem 1.45rem; }
.btn-primary { background: var(--blue); border-color: var(--blue); box-shadow: 0 10px 24px rgba(13, 98, 233, .18); }
.btn-primary:hover, .btn-primary:focus { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-outline-primary { border-color: #9cbef3; color: var(--blue); }
.btn-outline-primary:hover { background: var(--blue); border-color: var(--blue); }
.btn-link { color: var(--muted); text-decoration: none; }

.site-header {
  backdrop-filter: blur(14px);
  background: #ebf3ff;
  border-bottom: 1px solid rgba(223, 230, 241, .9);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner { align-items: center; display: flex; justify-content: space-between; min-height: 76px; }
.brand img { height: auto; width: 215px; }

.hero-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(13, 98, 233, .42), transparent 34%),
    radial-gradient(circle at 90% 14%, rgba(47, 195, 107, .17), transparent 25%),
    linear-gradient(145deg, #06132d 0%, #0b2149 55%, #071a39 100%);
  overflow: hidden;
  padding: 46px 0 55px;
  position: relative;
}
.hero-section::before,
.dark-pattern-section::before,
.example-sites-section::before,
.proof-section::before,
.faq-section::before {
  background:
    radial-gradient(circle at 5% 16%, transparent 0 150px, rgba(117, 166, 255, .2) 152px 156px, transparent 158px),
    radial-gradient(circle at 92% 84%, transparent 0 225px, rgba(47, 195, 107, .14) 227px 231px, transparent 233px),
    linear-gradient(125deg, transparent 0 30%, rgba(255,255,255,.13) 30.15% 30.42%, transparent 30.58% 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.hero-section > .lfs-container,
.dark-pattern-section > .lfs-container,
.example-sites-section > .lfs-container,
.proof-section > .lfs-container,
.faq-section > .lfs-container { position: relative; z-index: 1; }
.hero-section h1 { color: #fff; margin: 0 auto 25px; max-width: 850px; }
.hero-section .eyebrow { color: #65e49b; }
.hero-lead { color: #d3def0; font-size: clamp(1.08rem, 2vw, 1.25rem); margin: 0 auto 42px; max-width: 740px; }
.video-shell {
  aspect-ratio: 16 / 9;
  background: var(--navy);
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(13, 34, 70, .2);
  overflow: hidden;
  position: relative;
}
.video-shell iframe { border: 0; height: 100%; width: 100%; }
.video-player-mount { height: 100%; width: 100%; }
.video-poster { background: var(--navy); border: 0; cursor: pointer; height: 100%; inset: 0; padding: 0; position: absolute; width: 100%; }
.video-poster > img { height: 100%; object-fit: cover; width: 100%; }
.video-play { align-items: center; background: var(--blue); border-radius: 50%; box-shadow: 0 15px 35px rgba(0,0,0,.28); color: #fff; display: flex; font-size: 1.3rem; height: 74px; justify-content: center; left: 50%; padding-left: 5px; position: absolute; top: 50%; transform: translate(-50%,-50%); transition: transform .2s, background .2s; width: 74px; }
.video-label { background: rgba(5,17,40,.88); border-radius: 5px; bottom: 24px; color: #fff; font-size: .78rem; font-weight: 750; left: 50%; letter-spacing: .03em; padding: 9px 13px; position: absolute; transform: translateX(-50%); white-space: nowrap; }
.video-poster:hover .video-play { background: var(--green); transform: translate(-50%,-50%) scale(1.06); }
.video-poster:disabled { cursor: not-allowed; }
.video-poster:disabled .video-play { background: #65738a; }
.hero-actions { margin-top: 32px; }
.hero-actions p { font-size: .9rem; margin: 17px 0 0; }
.hero-actions p, .hero-actions p strong { color: #d9e3f2; }
.hero-actions p span { color: #a1aec1; margin: 0 7px; }

.letter-section { padding-bottom: 48px; }
.letter-section h2, .letter-copy h2 { margin-bottom: 26px; }
.letter-section p, .letter-copy p, .reading-container > p { font-size: 1.12rem; }

.browser-frame {
  background: #fff;
  border: 1px solid #d9e2ef;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(17, 40, 79, .13);
  overflow: hidden;
}
.browser-bar {
  align-items: center;
  background: #eef3f8;
  border-bottom: 1px solid #d9e2ef;
  display: flex;
  gap: 7px;
  height: 40px;
  padding: 0 14px;
}
.browser-bar > span { background: #c0cad8; border-radius: 50%; height: 9px; width: 9px; }
.browser-bar div { color: #738197; font-size: .72rem; margin-left: 10px; }
.feature-frame img { width: 100%; }
.center-action { margin-top: 32px; text-align: center; }
.center-action p { font-size: .88rem; margin: 14px auto 0; }

.prospect-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(13, 98, 233, .38), transparent 30%),
    linear-gradient(140deg, #0b2149 0%, #0c2c62 56%, #071a39 100%);
  overflow: hidden;
  position: relative;
}
.prospect-section h2 { color: #fff; }
.prospect-section .eyebrow { color: #65e49b; }
.prospect-section .section-heading > p:last-child,
.prospect-section .center-action p { color: #c4d2e7; }
.prospect-section .btn-outline-primary { background: #fff; border-color: #fff; color: var(--blue); }
.prospect-section .browser-frame { border: 5px solid #fff; box-shadow: 0 28px 72px rgba(0,0,0,.32); }

.niche-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  box-shadow: 0 12px 35px rgba(17, 40, 79, .07);
  height: 100%;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.niche-card:hover { box-shadow: 0 20px 45px rgba(17, 40, 79, .12); transform: translateY(-3px); }
.niche-card > a { display: block; overflow: hidden; }
.niche-card img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.niche-card-copy { align-items: flex-end; display: flex; gap: 20px; justify-content: space-between; padding: 24px; }
.niche-card-copy h3 { margin-bottom: 8px; }
.niche-card-copy p { font-size: .9rem; line-height: 1.55; margin: 0; }
.niche-card-copy a { flex: 0 0 auto; font-size: .83rem; font-weight: 750; text-decoration: none; }

.example-sites-section {
  background:
    radial-gradient(circle at 88% 16%, rgba(13, 98, 233, .2), transparent 28%),
    linear-gradient(145deg, #e6f0ff 0%, #f8fbff 52%, #dfeaff 100%);
  overflow: hidden;
  position: relative;
}
.example-sites-section::before,
.proof-section::before,
.faq-section::before {
  background:
    radial-gradient(circle at 5% 20%, transparent 0 165px, rgba(13, 98, 233, .14) 167px 171px, transparent 173px),
    radial-gradient(circle at 95% 82%, transparent 0 230px, rgba(13, 98, 233, .1) 232px 236px, transparent 238px),
    linear-gradient(124deg, transparent 0 29%, rgba(255,255,255,.7) 29.15% 29.5%, transparent 29.65% 100%);
}

.app-slider { margin: 0 auto; max-width: 1000px; }
.app-slider-stage {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 9px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
  overflow: hidden;
}
.app-slider-stage img { aspect-ratio: 16 / 10; object-fit: contain; width: 100%; }
.app-slider-copy { align-items: center; display: flex; gap: 30px; justify-content: space-between; padding: 28px 3px 5px; }
.app-slider-copy h3 { color: #fff; margin-bottom: 6px; }
.app-slider-copy p { color: #aebdd4; font-size: .93rem; line-height: 1.55; margin: 0; }
.slider-count { color: #50d78a !important; font-size: .7rem !important; font-weight: 800; letter-spacing: .12em; margin-bottom: 7px !important; }
.slider-controls { display: flex; gap: 9px; }
.slider-controls button {
  align-items: center;
  background: transparent;
  border: 1px solid #435675;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  height: 44px;
  justify-content: center;
  width: 48px;
}
.slider-controls button:hover { background: #17305c; }
.slider-dots { display: flex; gap: 7px; margin-top: 22px; }
.slider-dots button { background: #425373; border: 0; border-radius: 0; height: 3px; padding: 0; transition: width .2s; width: 24px; }
.slider-dots button.active { background: var(--green); width: 50px; }
.app-section {
  background:
    radial-gradient(circle at 8% 92%, rgba(13, 98, 233, .28), transparent 28%),
    linear-gradient(150deg, #06132d 0%, #07152f 58%, #0b2149 100%);
  overflow: hidden;
  position: relative;
}

.story-section { overflow: hidden; }
.steve-photo {
  background: var(--navy);
  border-radius: 9px;
  box-shadow: 20px 22px 0 #eaf0f8;
  overflow: hidden;
}
.steve-photo img { aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.letter-copy blockquote {
  border-left: 4px solid var(--green);
  color: var(--navy);
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 1.42rem;
  font-weight: 750;
  line-height: 1.45;
  margin: 30px 0;
  padding: 7px 0 7px 24px;
}

.statement-box {
  background: var(--navy);
  border-left: 5px solid var(--green);
  border-radius: 7px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 1.22rem;
  gap: 3px;
  margin: 34px 0;
  padding: 27px 30px;
}
.statement-box span { color: #b9c6d8; }

.profit-card { border: 1px solid var(--line); border-radius: 9px; height: 100%; overflow: hidden; }
.profit-card img { aspect-ratio: 16 / 10; background: #eef2f6; object-fit: contain; width: 100%; }
.profit-card > div { padding: 28px; }
.profit-card h3 { font-size: 1.5rem; }
.profit-card p:last-child { font-size: .95rem; margin-bottom: 0; }
.upgrade-section {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.profit-card { background: #fff; box-shadow: 0 15px 42px rgba(17, 40, 79, .09); }
.smart-site-band {
  align-items: center;
  background: var(--navy);
  border-radius: 9px;
  display: grid;
  gap: 45px;
  grid-template-columns: .9fr 1.1fr;
  margin-top: 30px;
  padding: 38px;
}
.smart-site-band h3 { color: #fff; margin: 0; }
.smart-site-band p { color: #b8c4d6; font-size: .92rem; margin: 0; }
.smart-site-band .eyebrow { color: #4fda8b; margin-bottom: 10px; }

.proof-section {
  background:
    radial-gradient(circle at 92% 14%, rgba(13, 98, 233, .22), transparent 30%),
    linear-gradient(140deg, #dce9ff 0%, #edf5ff 54%, #dfeaff 100%);
  border-bottom: 1px solid #d7e4f5;
  border-top: 1px solid #d7e4f5;
  overflow: hidden;
  position: relative;
}
.proof-copy { margin-bottom: 36px; max-width: 760px; }
.proof-copy h2 { margin-bottom: 18px; }
.proof-copy > p:not(.eyebrow):not(.proof-note) { font-size: 1.08rem; max-width: 700px; }
.proof-note { font-size: .8rem; line-height: 1.55; margin-bottom: 0; max-width: 700px; }
.speed-images > div { display: flex; }
.speed-image-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(17, 40, 79, .08);
  overflow: hidden;
  width: 100%;
}
.speed-images img { aspect-ratio: 1500 / 919; height: 100%; object-fit: contain; width: 100%; }

.highlevel-section { background: linear-gradient(135deg, #07152f 0%, #102b5b 100%); }
.highlevel-section h2 { color: #fff; }
.highlevel-section > .lfs-container > p { color: #bdc8d8; }
.highlevel-section .eyebrow { color: #55db8e; }
.value-badge { background: #2fc36b; border-radius: 5px; color: #061e14; display: inline-block; font-size: .73rem; font-weight: 850; letter-spacing: .1em; margin-bottom: 26px; padding: 8px 11px; }
.cost-callout { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 8px; color: #fff; margin: 30px 0 22px; padding: 24px; }
.cost-callout p { color: #c3cfde; font-size: .95rem; margin: 7px 0 0; }
.boundary-copy { color: #aab8cd !important; font-size: .85rem !important; }

.cohort-section { background: var(--soft); padding: 72px 0; }
.cohort-section .row { --bs-gutter-x: 4rem; }
.cohort-section h2 { margin-bottom: 22px; }
.cohort-section .check-list { margin-top: 32px; }
.check-list, .fit-list { list-style: none; margin: 28px 0 0; padding: 0; }
.check-list li, .fit-list li { color: #44536b; font-size: .98rem; line-height: 1.5; margin-bottom: 13px; padding-left: 28px; position: relative; }
.check-list li::before, .fit-list li::before { color: var(--green); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.offer-card { background: #fff; border: 1px solid #d9e2ef; border-top: 5px solid var(--blue); border-radius: 9px; box-shadow: 0 20px 55px rgba(17,40,79,.12); padding: 44px; }
.price { color: var(--navy); font-family: var(--font-manrope), Arial, sans-serif; font-size: 4rem; font-weight: 800; letter-spacing: -.06em; line-height: 1; }
.price > span { font-size: .29em; letter-spacing: -.02em; margin-left: .32em; white-space: nowrap; }
.price-detail { display: flex; flex-direction: column; gap: 4px; margin: 10px 0 0; }
.price-detail strong { color: var(--navy); }
.price-detail span { color: #6e7b90; font-size: .88rem; }
.offer-rule { background: var(--line); height: 1px; margin: 27px 0; }
.offer-card small { color: #8793a6; display: block; font-size: .76rem; margin-top: 14px; text-align: center; }
.limit-band { align-items: center; background: var(--navy); border-radius: 7px; color: #fff; display: flex; justify-content: space-between; margin-top: 64px; padding: 26px 30px; }
.limit-band span { color: #bac6d8; font-size: .9rem; }

.bonus-tools-section {
  background:
    radial-gradient(circle at 84% 14%, rgba(13, 98, 233, .34), transparent 31%),
    radial-gradient(circle at 8% 84%, rgba(47, 195, 107, .13), transparent 25%),
    linear-gradient(145deg, #06132d 0%, #0a1e43 56%, #07162f 100%);
  overflow: hidden;
  position: relative;
}
.bonus-tools-section h2, .bonus-tools-section h3 { color: #fff; }
.bonus-tools-section .eyebrow { color: #65e49b; }
.bonus-section-heading { margin: 0 auto 38px; max-width: 790px; text-align: center; }
.bonus-section-heading h2 { margin-bottom: 18px; }
.bonus-section-heading > p:last-child { color: #c4d0e1; font-size: 1.08rem; margin: 0; }
.bonus-content-stack { margin: 0 auto; max-width: 875px; }
.bonus-tool-list { align-items: stretch; display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; margin: 30px 0 0; padding: 0; }
.bonus-tool-list li {
  align-items: flex-start;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  display: flex;
  gap: 15px;
  height: 100%;
  padding: 17px;
}
.bonus-tool-card--sniper > div { padding-bottom: 21px; }
.bonus-tool-number { color: #65e49b; font-size: .68rem; font-weight: 850; letter-spacing: .12em; padding-top: 4px; }
.bonus-tool-list strong { color: #fff; display: block; font-family: var(--font-manrope), Arial, sans-serif; margin-bottom: 4px; }
.bonus-tool-list p { color: #b9c6d8; font-size: .84rem; line-height: 1.55; margin: 0; }
.bonus-bottom-row { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; }
.bonus-value {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-left: 4px solid var(--green);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 170px;
  padding: 25px 27px;
}
.bonus-value span { color: #65e49b; font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.bonus-value strong { color: #fff; font-family: var(--font-manrope), Arial, sans-serif; font-size: 1.75rem; margin: 5px 0; }
.bonus-value small { color: #9fadc1; font-size: .75rem; }
.bonus-video-shell { border-width: 4px; box-shadow: 0 30px 80px rgba(0,0,0,.38); }
.bonus-video-shell .video-play { height: 64px; width: 64px; }
.bonus-video-note { color: #9cabc0; font-size: .78rem; line-height: 1.5; margin: 15px auto 0; max-width: 650px; text-align: center; }
.founders-upgrade {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  min-height: 170px;
  padding: 22px 25px;
}
.founders-upgrade .eyebrow { margin-bottom: 7px; }
.founders-upgrade h3 { font-size: 1.18rem; margin-bottom: 8px; }
.founders-upgrade > p { color: #becbdd; font-size: .8rem; line-height: 1.55; margin: 0 0 11px; }
.founders-upgrade > span { color: #65e49b; font-size: .68rem; font-weight: 800; }

.fit-list { margin-bottom: 32px; }
.fit-list li { font-size: 1.08rem; margin-bottom: 17px; }
.faq-section {
  background:
    radial-gradient(circle at 10% 8%, rgba(13, 98, 233, .2), transparent 28%),
    linear-gradient(145deg, #dfeaff 0%, #edf5ff 48%, #d7e6ff 100%);
  overflow: hidden;
  position: relative;
}
.faq-list details { background: #fff; border: 1px solid rgba(7,21,47,.22); border-radius: 7px; box-shadow: 0 8px 22px rgba(7,21,47,.08); margin-bottom: 12px; overflow: hidden; }
.faq-list summary { align-items: center; background: var(--navy); color: #fff; cursor: pointer; display: flex; font-family: var(--font-manrope), Arial, sans-serif; font-size: 1rem; font-weight: 800; justify-content: space-between; list-style: none; padding: 21px 23px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #65e49b; font-size: 1.4rem; font-weight: 500; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { border-top: 1px solid #edf1f6; font-size: .94rem; margin: 0; padding: 20px 23px 23px; }

.final-cta { background: var(--blue); padding: 48px 0; }
.final-cta .eyebrow { color: #cfe0ff; }
.final-cta h2 { color: #fff; }
.final-cta p { color: #d9e6fc; font-size: 1.12rem; margin: 22px auto 30px; max-width: 700px; }
.final-cta .btn-light { color: var(--blue); }
.signature { color: #d9e6fc; font-family: var(--font-manrope), Arial, sans-serif; margin-top: 25px; }

footer { background: #061027; padding: 55px 0; }
.footer-inner { align-items: center; display: flex; flex-direction: column; text-align: center; }
.footer-inner img { filter: brightness(0) invert(1); margin-bottom: 18px; opacity: .95; width: 220px; }
.footer-inner p { color: #9eacc0; font-size: .85rem; margin-bottom: 15px; }
.footer-links { display: flex; gap: 20px; margin-bottom: 18px; }
.footer-links button { background: none; border: 0; color: #c7d1df; font-size: .8rem; padding: 0; }
.footer-inner small { color: #66758c; font-size: .75rem; }

.application-backdrop {
  align-items: center;
  background: rgba(3, 10, 25, .76);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 1000;
}
.standard-modal {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  max-width: 760px;
  overflow: hidden;
  width: 100%;
}
#application-modal {
  align-items: flex-start;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
#application-modal .application-modal {
  max-height: none;
  overflow: visible;
}
#application-modal .application-step { flex: 0 0 auto; width: 100%; }
#application-modal .modal-body-panel {
  flex: 0 0 auto;
  min-height: auto;
  overflow: visible;
}
.modal-form { display: flex; flex: 1; flex-direction: column; min-height: 0; }
.application-step:not(form) { display: flex; flex: 1; flex-direction: column; min-height: 0; }
.modal-header-panel { border-bottom: 1px solid #e3e9f2; flex: 0 0 auto; padding: 30px 36px 23px; }
.modal-header-panel .eyebrow { margin-bottom: 11px; }
.modal-header-panel h2 { font-size: 2rem; margin: 0; }
.modal-intro { font-size: .95rem; margin: 12px 0 0; }
.modal-body-panel { flex: 1 1 auto; min-height: 0; overflow-y: auto; padding: 26px 36px; }
.modal-footer-panel { align-items: center; background: #f7f9fc; border-top: 1px solid #e3e9f2; display: flex; flex: 0 0 auto; justify-content: space-between; padding: 18px 36px; }
.modal-footer-panel.single-action { justify-content: flex-start; }
.qualification-grid { display: grid; gap: 17px; }
.form-field label { color: var(--ink); display: block; font-size: .78rem; font-weight: 750; margin-bottom: 7px; }
.form-field input, .form-field select, .form-field textarea {
  background: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 6px;
  color: var(--ink);
  font-family: inherit;
  font-size: .92rem;
  outline: 0;
  padding: .76rem .85rem;
  transition: border-color .15s, box-shadow .15s;
  width: 100%;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(13,98,233,.12); }
.form-field .is-invalid, .consent-row.is-invalid { border-color: #cf334f; }
.field-error { color: #bd2742; display: block; font-size: .73rem; margin-top: 5px; }
.consent-row { align-items: flex-start; border: 1px solid transparent; border-radius: 6px; color: #536179; display: flex; font-size: .8rem; gap: 9px; line-height: 1.45; padding: 4px; }
.consent-row input { margin-top: 2px; }
.form-fine-print { font-size: .7rem; line-height: 1.4; margin: 16px 0 0; text-align: center; }
.submit-error { background: #fff0f2; border: 1px solid #f4c4cd; border-radius: 6px; color: #a9233b; font-size: .8rem; margin-top: 18px; padding: 12px; }
.modal-message { text-align: center; }
.modal-message p { font-size: .98rem; margin-left: auto; margin-right: auto; max-width: 570px; }
.message-icon { align-items: center; background: #dcf7e7; border-radius: 50%; color: #15934d; display: flex; font-size: 1.5rem; font-weight: 900; height: 58px; justify-content: center; margin: 0 auto 22px; width: 58px; }

.legal-modal { max-width: 760px; }
.legal-theme { background: #10131a; border: 1px solid #303744; color: #fff; }
.legal-theme .modal-header-panel { background: #10131a; border-color: #303744; }
.legal-theme .modal-header-panel h2 { color: #fff; }
.legal-theme .eyebrow { color: #62df97; }
.legal-theme .modal-body-panel { background: #10131a; }
.legal-theme .modal-footer-panel { background: #12161e; border-color: #303744; }
.legal-content .legal-intro { color: #f0f3f8; font-size: 1.02rem; margin-bottom: 28px; }
.legal-content section { margin-bottom: 27px; }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h3 { color: #fff; font-size: 1.05rem; letter-spacing: -.01em; margin-bottom: 8px; }
.legal-content p, .legal-content address { color: #c8cfdb; font-size: .94rem; font-style: normal; line-height: 1.72; margin: 0; }
.legal-content a { color: #8fb7ff; }

@media (max-width: 991px) {
  .section { padding: 41px 0; }
  .cohort-section { padding: 52px 0; }
  .smart-site-band { grid-template-columns: 1fr; gap: 18px; }
  .story-section .steve-photo { margin: 0 auto; max-width: 560px; }
  .limit-band { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (max-width: 767px) {
  .lfs-container, .reading-container { width: min(calc(100% - 28px), 875px); }
  .header-container { width: min(calc(100% - 28px), 1180px); }
  .header-inner { min-height: 68px; }
  .brand img { width: 165px; }
  .site-header .btn { font-size: .73rem; padding: .57rem .7rem; }
  .hero-section { padding: 38px 0 42px; }
  .hero-section h1 { font-size: 2.65rem; }
  .hero-lead { font-size: 1.02rem; }
  .section { padding: 35px 0; }
  .cohort-section { padding: 45px 0; }
  .cohort-section .row { --bs-gutter-x: 1.5rem; }
  .niche-card-copy { align-items: flex-start; flex-direction: column; }
  .bonus-section-heading { margin-bottom: 28px; text-align: left; }
  .bonus-section-heading > p:last-child { font-size: 1rem; }
  .bonus-tool-list, .bonus-bottom-row { grid-template-columns: 1fr; }
  .bonus-tool-card--sniper > div { padding-bottom: 0; }
  .bonus-value, .founders-upgrade { min-height: 0; }
  .app-slider-copy { align-items: flex-end; }
  .app-slider-copy p { font-size: .82rem; }
  .slider-dots { overflow: hidden; }
  .smart-site-band, .offer-card { padding: 27px; }
  .standard-modal { border-radius: 8px; max-height: calc(100vh - 24px); }
  .modal-header-panel { padding: 24px 22px 19px; }
  .modal-header-panel h2 { font-size: 1.65rem; }
  .modal-body-panel { padding: 22px; }
  .modal-footer-panel { padding: 16px 22px; }

  /* On phones, the single-scroll application expands to the full viewport. */
  #application-modal { padding: 0; }
  #application-modal .application-modal {
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh;
    min-height: 100dvh;
  }
  #application-modal .application-step {
    min-height: 100vh;
    min-height: 100dvh;
  }
  #application-modal .modal-footer-panel {
    margin-top: auto;
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  .site-header .btn { max-width: 142px; }
  .hero-section h1 { font-size: 2.25rem; }
  .hero-actions p { display: flex; flex-direction: column; gap: 4px; }
  .hero-actions p span { display: none; }
  .app-slider-copy { align-items: flex-start; flex-direction: column; }
  .slider-controls { align-self: flex-end; margin-top: -55px; }
  .statement-box { padding: 23px; }
  .price { font-size: 3.4rem; }
  .modal-footer-panel { align-items: stretch; flex-direction: column-reverse; gap: 9px; }
  .modal-footer-panel .btn, .modal-footer-panel a.btn { text-align: center; width: 100%; }
}

@media (max-width: 360px) {
  .header-inner { gap: 8px; }
  .brand img { width: 137px; }
  .site-header .btn { flex: 0 0 auto; }
}
