*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--black:#080A0E;--gold:#C9A84C;--gold-lt:#E8C96A;--white:#F0EDE6;--off-white:#FAF9F6;--gray-100:#F6F5F1;--gray-200:#E8E6E0;--gray-400:#9B9A93;--gray-600:#56554E;--gray-800:#1A1916;--green:#15803D;--red:#DC2626;--blue:#1D4ED8;--radius:12px;--shadow:0 4px 24px rgba(0,0,0,.08);--font:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--max-w:1100px}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:var(--font);font-size:1rem;line-height:1.6;color:var(--gray-800);background:var(--off-white)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}
.skip-link{position:absolute;top:-100px;left:1rem;background:var(--gold);color:var(--black);padding:.5rem 1rem;border-radius:6px;font-weight:700;font-size:.85rem;z-index:9999;transition:top .2s}
.skip-link:focus{top:1rem}
.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.75rem;border-radius:8px;font-family:var(--font);font-size:.95rem;font-weight:700;cursor:pointer;border:2px solid transparent;transition:all .18s;text-decoration:none;line-height:1}
.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-lt));color:var(--black);border-color:var(--gold)}
.btn-primary:hover{background:var(--gold-lt);transform:translateY(-1px);box-shadow:0 6px 20px rgba(201,168,76,.35)}
.btn-secondary{background:var(--black);color:var(--gold);border-color:var(--black)}
.btn-secondary:hover{background:#1a1f2e;transform:translateY(-1px)}
.btn-ghost{background:transparent;color:var(--gray-800);border-color:var(--gray-200)}
.btn-ghost:hover{background:var(--gray-100);border-color:var(--gray-400)}
.btn-lg{padding:1.05rem 2.25rem;font-size:1.05rem}
.section-label{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:.75rem;font-family:monospace}
.section-intro{font-size:1.1rem;color:var(--gray-600);max-width:600px;margin:.75rem 0 2.5rem;line-height:1.7}
section{padding:5rem 1.5rem}
.site-nav{position:sticky;top:0;z-index:1000;background:rgba(8,10,14,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:64px}
.nav-logo{font-size:1.25rem;font-weight:800;color:var(--white);letter-spacing:-.02em}
.nav-logo span{color:var(--gold)}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links a{color:rgba(240,237,230,.7);font-size:.88rem;font-weight:500;transition:color .15s}
.nav-links a:hover{color:var(--white)}
.nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold-lt)) !important;color:var(--black) !important;font-weight:700 !important;padding:.5rem 1.25rem !important;border-radius:7px !important;font-size:.85rem !important}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--white)}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--white);margin:4px 0;transition:transform .2s,opacity .2s}
.market-ticker{background:var(--black);border-bottom:1px solid rgba(255,255,255,.04);padding:.35rem 1.5rem;display:flex;gap:2rem;overflow:hidden;font-size:.72rem;font-family:monospace;color:var(--gray-400)}
.ticker-item{display:flex;gap:.5rem;white-space:nowrap}
.ticker-value{color:var(--gold-lt)}
.hero{background:linear-gradient(160deg,var(--black) 0%,#0d1220 60%,#111827 100%);padding:6rem 1.5rem 5rem;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(201,168,76,.08) 0%,transparent 70%);pointer-events:none}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.25);color:var(--gold);padding:.4rem 1rem;border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.06em;margin-bottom:1.75rem}
.badge-dot{width:7px;height:7px;background:var(--gold);border-radius:50%;animation:badgepulse 2s ease infinite}
@keyframes badgepulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}
.hero h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;color:var(--white);line-height:1.1;letter-spacing:-.03em;max-width:800px;margin:0 auto 1.25rem}
.hero-accent{background:linear-gradient(135deg,var(--gold),var(--gold-lt));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:rgba(240,237,230,.65);max-width:560px;margin:0 auto 2.5rem;line-height:1.7}
.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}
.hero-trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;margin-bottom:2.5rem}
.hero-trust-strip li{font-size:.78rem;color:rgba(240,237,230,.5);white-space:nowrap}
.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:2rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);max-width:700px;margin:0 auto 1.5rem}
.stat{text-align:center}
.stat-number{display:block;font-size:1.75rem;font-weight:800;color:var(--gold);font-family:monospace;line-height:1}
.stat-label{font-size:.72rem;color:rgba(240,237,230,.5);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem}
.section-problem{background:var(--gray-100);text-align:center}
.section-problem h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:var(--gray-800);max-width:700px;margin:0 auto 1.25rem;line-height:1.2}
.problem-stat{font-size:1.1rem;color:var(--gray-600);max-width:560px;margin:0 auto 1rem;line-height:1.7}
.section-how{background:var(--off-white)}
.steps-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}
.step{display:flex;gap:1.25rem;align-items:flex-start}
.step-number{font-size:2.5rem;font-weight:900;color:rgba(201,168,76,.25);font-family:monospace;line-height:1;flex-shrink:0;width:3rem}
.step h3{font-size:1.1rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}
.step p{font-size:.9rem;color:var(--gray-600);line-height:1.65}
.section-cta-inline{margin-top:2.5rem}
.section-tools{background:var(--black)}
.section-tools .section-label{color:var(--gold)}
.section-tools h2{color:var(--white);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;margin-bottom:.75rem;line-height:1.2}
.section-tools .section-intro{color:rgba(240,237,230,.6)}
.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;margin-top:2rem}
.tool-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);padding:1.75rem;transition:all .2s;display:flex;flex-direction:column;gap:.5rem;text-decoration:none}
.tool-card:hover{background:rgba(201,168,76,.06);border-color:rgba(201,168,76,.25);transform:translateY(-2px)}
.tool-card--featured{border-color:rgba(201,168,76,.3);background:rgba(201,168,76,.05)}
.tool-icon{font-size:1.75rem;margin-bottom:.25rem}
.tool-card h3{font-size:1.05rem;font-weight:700;color:var(--white)}
.tool-card p{font-size:.85rem;color:rgba(240,237,230,.55);line-height:1.6;flex:1}
.tool-link{font-size:.82rem;color:var(--gold);font-weight:600;margin-top:.5rem}
.section-youtube{background:var(--gray-100)}
.section-testimonials{background:var(--off-white)}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}
.testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow)}
.testimonial-card blockquote p{font-size:.92rem;color:var(--gray-600);line-height:1.7;font-style:italic;margin-bottom:1.25rem}
.testimonial-meta strong{display:block;font-size:.9rem;font-weight:700;color:var(--gray-800)}
.testimonial-meta span{display:block;font-size:.78rem;color:var(--gray-400);margin-top:.15rem}
.verified-badge{display:inline-block;background:#ecfdf5;color:var(--green);font-size:.68rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;margin-top:.4rem}
.testimonial-results{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}
.testimonial-results li{background:var(--gray-100);border-radius:6px;padding:.3rem .65rem;font-size:.72rem;font-weight:600;color:var(--gray-800)}
.section-founder{background:var(--black)}
.founder-grid{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center}
.founder-avatar{width:120px;height:120px;background:linear-gradient(135deg,#1a1e30,#242a42);border:2px solid rgba(201,168,76,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:900;color:var(--gold);font-family:Georgia,serif;flex-shrink:0}
.section-founder h2{color:var(--white);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.25;margin-bottom:1rem}
.section-founder p{color:rgba(240,237,230,.6);line-height:1.7;margin-bottom:1rem}
.founder-creds{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0}
.founder-cred{background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.15);color:var(--gold);font-size:.72rem;font-weight:600;padding:.3rem .75rem;border-radius:100px}
.founder-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}
.section-resources{background:var(--gray-100)}
.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:2rem}
.resource-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.25rem;transition:all .2s;display:block}
.resource-card:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:var(--shadow)}
.resource-card .r-icon{font-size:1.5rem;margin-bottom:.5rem}
.resource-card .r-title{font-size:.92rem;font-weight:700;color:var(--gray-800);margin-bottom:.25rem}
.resource-card .r-desc{font-size:.78rem;color:var(--gray-600);line-height:1.5}
.section-faq{background:var(--off-white)}
.faq-list{max-width:780px;margin-top:2rem}
.faq-item{border-bottom:1px solid var(--gray-200)}
.faq-question{width:100%;background:none;border:none;text-align:left;padding:1.1rem 0;font-family:var(--font);font-size:.97rem;font-weight:600;color:var(--gray-800);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq-question:hover{color:var(--gold)}
.faq-icon{font-size:1.1rem;color:var(--gold);transition:transform .2s;flex-shrink:0}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer p{font-size:.9rem;color:var(--gray-600);line-height:1.7;padding-bottom:1.1rem}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-item.open .faq-answer{max-height:400px}
.section-final-cta{background:linear-gradient(160deg,var(--black),#0d1220);text-align:center;padding:6rem 1.5rem}
.section-final-cta h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:800;color:var(--white);line-height:1.15;max-width:700px;margin:0 auto 1rem}
.final-cta-accent{color:var(--gold)}
.section-final-cta p{color:rgba(240,237,230,.55);font-size:1rem;margin-bottom:2rem}
.final-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}
.final-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem}
.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:rgba(240,237,230,.4)}
.trust-item strong{color:rgba(240,237,230,.7)}
.site-footer{background:var(--black);border-top:1px solid rgba(255,255,255,.05);padding:4rem 1.5rem 2rem}
.footer-inner{max-width:var(--max-w);margin:0 auto}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem;margin-bottom:3rem}
.footer-col-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:1rem;font-family:monospace}
.footer-links{display:flex;flex-direction:column;gap:.5rem}
.footer-links a{font-size:.82rem;color:rgba(240,237,230,.45);transition:color .15s}
.footer-links a:hover{color:var(--gold)}
.footer-brand p{font-size:.78rem;color:rgba(240,237,230,.35);line-height:1.6;margin-top:.5rem;max-width:240px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-bottom p{font-size:.72rem;color:rgba(240,237,230,.25)}
.footer-bottom-links{display:flex;gap:1.5rem}
.footer-bottom-links a{font-size:.72rem;color:rgba(240,237,230,.3);transition:color .15s}
.footer-bottom-links a:hover{color:rgba(240,237,230,.6)}
@media(max-width:768px){
.nav-links{display:none;position:fixed;inset:64px 0 0 0;background:rgba(8,10,14,.98);flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:999}
.nav-links.open{display:flex}
.nav-toggle{display:block}
.founder-grid{grid-template-columns:1fr;text-align:center}
.founder-avatar{margin:0 auto}
.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
.tools-grid,.testimonials-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.final-cta-btns{flex-direction:column;align-items:center}
.hero-stats{gap:1.25rem}
}
