:root {
  --ink: #08090c;
  --charcoal: #14151c;
  --surface: #191a22;
  --surface-2: #20212b;
  --gold: #d7b45b;
  --gold-light: #f1d990;
  --gold-deep: #9c7423;
  --purple: #7047eb;
  --white: #f7f5ef;
  --muted: #b6b5bf;
  --line: rgba(215, 180, 91, .22);
  --max: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 850px; margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.top-gap { margin-top: 34px; }

.skip-link { position: fixed; left: 16px; top: -80px; background: var(--gold); color: #08090c; padding: 10px 16px; z-index: 100; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(8,9,12,.92), rgba(8,9,12,.45));
  backdrop-filter: blur(10px);
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--purple) 0 12%, var(--gold) 12% 100%);
}
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 330px; height: 88px; object-fit: contain; object-position: left center; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.phone-link { text-decoration: none; color: var(--gold-light); font-weight: 700; letter-spacing: .02em; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #f1d990;
  border-radius: 999px;
  min-height: 54px;
  padding: 13px 25px;
  color: #09090a;
  background: linear-gradient(135deg, #f6e7ad 0%, #d7b45b 45%, #ae832b 100%);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
  font-size: .87rem;
  box-shadow: 0 14px 36px rgba(215,180,91,.16), inset 0 1px 0 rgba(255,255,255,.65);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 18px 40px rgba(215,180,91,.24); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--purple); outline-offset: 4px; }
.button-small { min-height: 42px; padding: 9px 19px; font-size: .78rem; }
.button-large { min-height: 60px; padding: 16px 31px; }

.hero {
  position: relative;
  min-height: 850px;
  display: grid;
  align-items: center;
  padding: 168px 0 88px;
  background: radial-gradient(circle at 20% 25%, rgba(112,71,235,.17), transparent 31%), linear-gradient(145deg, #08090c 0%, #111118 62%, #08090c 100%);
  isolation: isolate;
}
.hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .6; }
.hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black 0%, transparent 90%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 430px; height: 430px; right: -180px; top: 120px; border: 1px solid rgba(215,180,91,.2); box-shadow: inset 0 0 80px rgba(215,180,91,.05); }
.hero-orb-two { width: 90px; height: 90px; left: 45%; bottom: 90px; background: rgba(112,71,235,.14); filter: blur(25px); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: .8rem; }
.eyebrow span { display: inline-block; width: 32px; height: 2px; margin: 0 10px 3px 0; background: linear-gradient(90deg, var(--purple), var(--gold)); }
.eyebrow.centered span { display: block; margin: 0 auto 12px; width: 54px; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: .025em; font-weight: 800; }
h1 { max-width: 790px; margin-bottom: 16px; font-size: clamp(3.2rem, 6.4vw, 6.2rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.45rem, 4.6vw, 4.4rem); }
h3 { font-size: 1.15rem; }
.gold-text { color: transparent; background: linear-gradient(115deg, #fff4ca 0%, var(--gold-light) 20%, var(--gold) 55%, #a7771f 90%); background-clip: text; -webkit-background-clip: text; }
.hero-speed { display: block; margin-top: 12px; color: var(--gold-light); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.25; letter-spacing: .06em; }
.hero-description { max-width: 720px; color: #d4d2d7; font-size: 1.08rem; }
.benefit-list { margin: 26px 0 30px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.benefit-list li { position: relative; padding-left: 28px; color: #e5e2db; }
.benefit-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 900; }
.hero-cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-cta-row p { max-width: 180px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.35; }
.microcopy { max-width: 680px; margin: 20px 0 0; color: #8d8d98; font-size: .75rem; line-height: 1.45; }

.funding-card { position: relative; padding: 34px; border: 1px solid rgba(215,180,91,.52); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.016)); box-shadow: 0 35px 90px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.08); overflow: hidden; transform: none; }
.funding-card::before { content: ""; position: absolute; z-index: 0; width: 280px; height: 700px; left: -180px; top: -240px; background: linear-gradient(90deg, transparent, rgba(241,217,144,.12), transparent); transform: rotate(32deg); }
.funding-card::after { content: ""; position: absolute; z-index: 0; width: 160px; height: 160px; right: -80px; bottom: -80px; border-radius: 50%; border: 24px solid rgba(112,71,235,.16); }
.funding-card > * { position: relative; z-index: 1; }
.funding-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-size: .75rem; }
.funding-card-top p { margin: 0; }
.funding-card-top span { display: grid; place-items: center; width: 48px; aspect-ratio: 1; border-radius: 50%; background: var(--gold); color: #08090c; font-weight: 950; }
.funding-range { margin: 58px 0 18px; }
.funding-range span, .metric-row span { display: block; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.funding-range strong { display: block; margin-top: 3px; font-size: clamp(3rem, 5vw, 4.8rem); line-height: 1; color: var(--gold-light); letter-spacing: -.04em; }
.money-bundles { width: min(100%, 350px); max-height: 205px; margin: 0 auto 20px; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(0,0,0,.42)); }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.metric-row div { border-left: 2px solid var(--gold); padding-left: 14px; }
.metric-row strong { display: block; font-size: 1.35rem; }
.card-track { height: 5px; margin-top: 36px; background: rgba(255,255,255,.08); border-radius: 8px; }
.card-track span { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, var(--purple), var(--gold)); border-radius: inherit; }
.card-foot { margin: 18px 0 0; color: #9f9da6; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

.trust-strip { background: #101116; border-bottom: 1px solid rgba(255,255,255,.07); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.07); }
.trust-grid div:first-child { border-left: 1px solid rgba(255,255,255,.07); }
.trust-grid strong { display: block; color: var(--gold-light); font-size: 1.25rem; }
.trust-grid span { display: block; color: var(--muted); font-size: .78rem; }

.section { padding: 110px 0; }
.section-lead { color: var(--muted); font-size: 1.06rem; max-width: 650px; }
.section-heading { margin-bottom: 48px; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; }
.split-heading > div:first-child { max-width: 720px; }
.split-heading > .section-lead { margin-bottom: 20px; }

.video-section { background: linear-gradient(180deg, #101116, #08090c); }
.video-section .section-lead { margin: 0 auto 34px; }
.video-placeholder { position: relative; aspect-ratio: 16/9; display: grid; place-items: center; align-content: center; gap: 12px; max-width: 900px; margin: 0 auto 34px; border: 1px solid rgba(215,180,91,.55); border-radius: var(--radius); overflow: hidden; background: radial-gradient(circle at center, rgba(112,71,235,.18), transparent 42%), linear-gradient(135deg, #15161d, #090a0d); box-shadow: 0 26px 70px rgba(0,0,0,.45); }
.video-placeholder::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.07); border-radius: 14px; }
.video-mark { display: grid; place-items: center; width: 84px; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; background: rgba(215,180,91,.1); box-shadow: 0 0 45px rgba(215,180,91,.15); }
.play { color: var(--gold-light); font-size: 1.6rem; margin-left: 5px; }
.video-placeholder strong { margin-top: 10px; text-transform: uppercase; letter-spacing: .12em; }
.video-placeholder > span:last-child { color: var(--muted); font-size: .85rem; }

.requirements-section { background: #0b0c10; }
.requirements-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.requirements-layout .section-lead { margin-bottom: 28px; }
.requirements-cards { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.requirement-card { min-height: 360px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, var(--surface-2), #111218); overflow: hidden; }
.requirement-number { color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.requirement-copy { margin-top: auto; }
.requirement-card p { margin: 0 0 8px; color: var(--muted); }
.requirement-card strong { color: var(--gold-light); font-size: clamp(2.7rem, 5vw, 4.2rem); line-height: 1; }
.requirement-visual { flex: 0 0 auto; margin: 20px auto 22px; }
.revenue-graph {
  width: min(100%, 230px);
  height: 145px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding: 16px 14px 10px;
  border-left: 1px solid rgba(241,217,144,.32);
  border-bottom: 1px solid rgba(241,217,144,.32);
  background: repeating-linear-gradient(to top, rgba(255,255,255,.045) 0 1px, transparent 1px 31px);
}
.revenue-graph span { width: 22px; border-radius: 6px 6px 2px 2px; box-shadow: 0 0 18px rgba(112,71,235,.15); }
.revenue-graph span:nth-child(1) { height: 30%; background: var(--purple); }
.revenue-graph span:nth-child(2) { height: 44%; background: var(--gold); }
.revenue-graph span:nth-child(3) { height: 52%; background: var(--purple); }
.revenue-graph span:nth-child(4) { height: 69%; background: var(--gold); }
.revenue-graph span:nth-child(5) { height: 82%; background: var(--purple); }
.revenue-graph span:nth-child(6) { height: 100%; background: linear-gradient(180deg, var(--gold-light), var(--gold)); }
.credit-wheel {
  position: relative;
  width: 158px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(from 210deg, var(--gold) 0 52%, var(--purple) 52% 79%, rgba(255,255,255,.09) 79% 100%);
  box-shadow: 0 0 34px rgba(112,71,235,.16);
}
.credit-wheel::before { content: ""; position: absolute; inset: 11px; border-radius: 50%; background: #15161d; border: 1px solid rgba(255,255,255,.08); }
.credit-wheel-inner { position: relative; z-index: 1; text-align: center; }
.credit-wheel-inner span { display: block; margin-bottom: 4px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; }
.credit-wheel-inner strong { display: block; font-size: 2.65rem; }
.or-badge { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 54px; aspect-ratio: 1; border-radius: 50%; border: 5px solid #0b0c10; background: var(--purple); color: white; font-size: .72rem; font-weight: 900; }

.proof-section { background: radial-gradient(circle at 80% 20%, rgba(112,71,235,.09), transparent 28%), #111218; }
.proof-total { min-width: 250px; padding: 20px 24px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.025); }
.proof-total span { display: block; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.proof-total strong { color: var(--gold-light); font-size: 2rem; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.proof-card { min-width: 0; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: #17181f; overflow: hidden; transition: transform .2s ease, border-color .2s ease; }
.proof-card:hover { transform: translateY(-4px); border-color: rgba(215,180,91,.42); }
.proof-image { height: 245px; display: grid; place-items: center; padding: 14px; background: #f7f7f7; overflow: hidden; }
.proof-image img { width: 100%; height: 100%; object-fit: contain; }
.proof-image.portrait img { object-position: top center; }
.proof-image.letterbox { background: #111; }
.proof-image.proof-detail { height: 320px; padding: 10px; }
.proof-image.email-shot { height: 320px; padding: 10px; background: #111; }
.proof-wide { grid-column: span 1; }
.proof-info { padding: 20px; }
.proof-info span { color: var(--gold); text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 800; }
.proof-info h3 { min-height: 48px; margin: 8px 0 14px; }
.proof-info strong { color: var(--gold-light); font-size: 1.9rem; }
.results-disclaimer { text-align: center; margin: 28px 0 0; color: #898893; font-size: .8rem; }

.solutions-section { background: #08090c; }
.solutions-section .section-heading .section-lead { margin-left: auto; margin-right: auto; }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { position: relative; min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: linear-gradient(155deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); overflow: hidden; }
.solution-card::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 120px; height: 120px; border-radius: 50%; border: 20px solid rgba(112,71,235,.06); }
.solution-code { display: inline-flex; align-items: center; justify-content: center; min-width: 58px; height: 38px; padding: 0 10px; border: 1px solid rgba(215,180,91,.35); border-radius: 999px; color: var(--gold-light); font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.solution-card h3 { margin: 56px 0 12px; font-size: 1.35rem; }
.solution-card p { margin: 0; color: var(--muted); }

.process-section { background: linear-gradient(180deg, #12131a, #0b0c10); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { min-height: 245px; padding: 28px 24px; border-top: 1px solid var(--gold); border-right: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.018); }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--gold); font-size: .78rem; font-weight: 900; }
.process-grid h3 { margin: 70px 0 12px; }
.process-grid p { margin: 0; color: var(--muted); }

.faq-section { background: #08090c; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 40px; }
.text-link { display: inline-block; margin-top: 14px; color: var(--gold-light); text-underline-offset: 5px; }
.faq-list { border-top: 1px solid rgba(255,255,255,.1); }
details { border-bottom: 1px solid rgba(255,255,255,.1); }
summary { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-weight: 750; font-size: 1.07rem; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -8px 0 24px; padding-right: 48px; color: var(--muted); }

.final-cta { position: relative; padding: 120px 0; text-align: center; background: radial-gradient(circle at center, rgba(112,71,235,.22), transparent 38%), linear-gradient(135deg, #15161c, #08090c); overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(215,180,91,.18); transform: rotate(45deg); }
.final-cta::before { left: -160px; top: -100px; }
.final-cta::after { right: -160px; bottom: -100px; }
.final-cta-inner { max-width: 920px; }
.final-cta h2 { margin-bottom: 20px; }
.final-cta p:not(.eyebrow) { max-width: 680px; margin: 0 auto 32px; color: var(--muted); font-size: 1.08rem; }

.site-footer { padding: 72px 0 110px; background: #050608; border-top: 1px solid rgba(215,180,91,.24); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .7fr; gap: 54px; }
.footer-brand img { width: 290px; height: 95px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 380px; color: #898893; }
.footer-grid h2 { margin: 10px 0 16px; color: var(--gold); font-family: inherit; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.footer-grid a, .footer-grid address { display: block; margin: 0 0 8px; color: #b8b7bf; text-decoration: none; font-style: normal; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); color: #74747e; font-size: .72rem; line-height: 1.5; }
.footer-bottom p { margin: 0; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-layout, .requirements-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 48px; }
  .funding-card { max-width: 620px; transform: none; }
  .requirements-layout, .faq-layout { gap: 48px; }
  .faq-intro { position: static; }
  .proof-grid, .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 1px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .brand img { width: 270px; height: 76px; }
  .header-actions .phone-link { display: none; }
}

@media (max-width: 700px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 28px, var(--max)); }
  .site-header { position: absolute; }
  .header-inner { min-height: 74px; }
  .brand img { width: 220px; height: 64px; }
  .header-actions .phone-link, .header-actions .button { display: none; }
  .hero { padding: 116px 0 72px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .benefit-list { grid-template-columns: 1fr; }
  .hero-cta-row { align-items: stretch; }
  .hero-cta-row .button { width: 100%; }
  .hero-cta-row p { max-width: none; text-align: center; width: 100%; }
  .funding-card { padding: 26px; }
  .funding-range { margin: 56px 0 38px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.07); }
  .section { padding: 82px 0; }
  .split-heading { display: block; }
  .proof-total { margin-top: 26px; }
  .requirements-cards, .proof-grid, .solutions-grid, .process-grid { grid-template-columns: 1fr; }
  .or-badge { top: 50%; }
  .proof-image { height: 230px; }
  .proof-image.proof-detail { height: 300px; }
  .proof-image.email-shot { height: 300px; }
  .process-grid article { border-right: 0; }
  .process-grid h3 { margin-top: 46px; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .site-footer { padding-bottom: 70px; }
  .mobile-cta { position: fixed; z-index: 50; display: block; left: 0; right: 0; bottom: 0; padding: 9px 14px max(9px, env(safe-area-inset-bottom)); background: rgba(8,9,12,.94); border-top: 1px solid rgba(215,180,91,.35); backdrop-filter: blur(12px); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; min-height: 49px; border-radius: 999px; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #08090c; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
