:root{--navy: #1e1b4b;--navy-light: #2e2b5b;--purple: #a78bfa;--purple-light: #c4b5fd;--green: #4ade80;--green-dark: #22c55e;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-600: #475569;--gray-800: #1e293b}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(16px,1.2vw,20px)}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--gray-800);line-height:1.6;background:var(--white);font-size:clamp(1rem,1.2vw,1.25rem)}.serif{font-family:"Instrument Serif",Georgia,serif}.hero{padding:10rem 2rem 4rem;background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:70%;height:140%;background:radial-gradient(ellipse,rgba(167,139,250,.08) 0%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:50%;height:80%;background:radial-gradient(ellipse,rgba(74,222,128,.06) 0%,transparent 70%);pointer-events:none}.hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}.hero-content{max-width:760px;margin:0 auto;text-align:left}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);border:1px solid var(--gray-200);padding:.5rem 1rem;border-radius:100px;font-size:clamp(.8125rem,1.2vw,1rem);color:var(--gray-600);margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000a}.hero-badge span{background:var(--green);color:var(--navy);padding:.125rem .5rem;border-radius:100px;font-weight:600;font-size:.75rem}.hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1;color:var(--navy);margin-bottom:1.5rem;letter-spacing:-.02em}.hero h1 .highlight{color:var(--purple)}.hero p{font-size:1.25rem;color:var(--gray-600);margin:0 0 2.5rem;max-width:580px;line-height:1.7}.hero-form{display:flex;gap:.75rem;max-width:480px;margin-bottom:1rem}.hero-form input{flex:1;padding:1rem 1.25rem;border:2px solid var(--gray-200);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.hero-form input:focus{outline:none;border-color:var(--purple)}.hero-form .btn{padding:1rem 2rem;white-space:nowrap}.hero-note{font-size:.875rem;color:var(--gray-400);margin-bottom:.5rem}.hero-secondary{font-size:clamp(.875rem,1.2vw,1.05rem);text-align:center}.hero-secondary a{color:var(--gray-600);text-decoration:none;border-bottom:1px solid var(--gray-400);transition:all .2s}.hero-secondary a:hover{color:var(--navy);border-color:var(--navy)}section{padding:6rem 2rem}.section-inner{max-width:1200px;margin:0 auto}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--navy);margin-bottom:1rem;letter-spacing:-.02em}.section-header p{font-size:clamp(1rem,1.8vw,1.375rem);color:var(--gray-600)}.what-is{background:var(--navy);color:var(--white)}.what-is .section-header h2{color:var(--white)}.what-is .section-header p{color:var(--gray-400)}.what-is-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.what-is-text h3{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1.5rem;color:var(--white)}.what-is-text p{color:var(--gray-400);margin-bottom:1.5rem;font-size:clamp(1rem,1.8vw,1.25rem);line-height:1.8}.what-is-text .tagline{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(1.25rem,2.5vw,1.75rem);color:var(--green);font-style:italic}.what-is-visual{display:flex;justify-content:center;align-items:center}.video-container{position:relative;width:100%;max-width:560px;padding-bottom:56.25%;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.how-it-works{background:var(--gray-50)}.how-it-works .section-header{max-width:760px}.how-it-works .section-header p{text-align:left}.why{background:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.why-card{padding:2rem;border-radius:16px;background:var(--gray-50);border:1px solid var(--gray-100)}.why-card h3{font-size:3rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.why-card h3 .green{color:var(--green-dark)}.why-card h4{font-size:1.125rem;color:var(--navy);margin-bottom:1rem}.why-card p{color:var(--gray-600);line-height:1.7}.founder-video{background:var(--white)}.founder-video-content{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.founder-video-text h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--navy);margin-bottom:1rem;letter-spacing:-.02em}.founder-video-text p{font-size:clamp(1rem,1.8vw,1.375rem);color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}.founder-video-text .founder-name{font-weight:600;color:var(--navy);font-size:clamp(.95rem,1.5vw,1.125rem);margin-bottom:0}.founder-video-embed{display:flex;justify-content:center}.testimonials{background:var(--gray-50)}.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.testimonial{background:var(--white);border-radius:16px;padding:2.5rem;border:1px solid var(--gray-100)}.testimonial blockquote{font-size:clamp(1rem,1.8vw,1.25rem);color:var(--gray-600);line-height:1.8;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;background:var(--purple);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700}.testimonial-info strong{display:block;color:var(--navy)}.testimonial-info span{font-size:clamp(.8125rem,1.2vw,1rem);color:var(--gray-400)}.cta{background:var(--navy);text-align:center}.cta h2{font-size:clamp(2rem,4vw,3rem);color:var(--white);margin-bottom:1rem}.cta p{color:var(--gray-400);font-size:clamp(1rem,1.8vw,1.375rem);margin-bottom:2rem}.cta .btn{margin-bottom:1.5rem}.cta-secondary{margin-top:0}.cta-secondary a{color:var(--gray-400);text-decoration:none;border-bottom:1px solid var(--gray-400);transition:all .2s}.cta-secondary a:hover{color:var(--white);border-color:var(--white)}footer{background:var(--navy);border-top:1px solid var(--navy-light);padding:3rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-left p{color:var(--gray-400);font-size:clamp(.8125rem,1.2vw,1rem)}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--gray-400);text-decoration:none;font-size:clamp(.8125rem,1.2vw,1rem);transition:color .2s}.footer-links a:hover{color:var(--white)}.tagline-footer{font-family:"Instrument Serif",Georgia,serif;font-style:italic;color:var(--green);font-size:clamp(.875rem,1.3vw,1.1rem);margin-top:.5rem}@media (max-width: 968px){.what-is-content{grid-template-columns:1fr;gap:3rem}.founder-video-content{grid-template-columns:1fr;gap:2rem;text-align:center}.founder-video-text{order:2}.founder-video-embed{order:1}.why-grid,.testimonial-grid{grid-template-columns:1fr}}@media (max-width: 768px){.hero{padding:8rem 1.5rem 4rem}.hero-form{flex-direction:column}.hero-form .btn{width:100%}section{padding:4rem 1.5rem}.cta-form{flex-direction:column}.footer-inner{flex-direction:column;gap:1.5rem;text-align:center}}.hero-cta{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.hero-cta-note{font-size:clamp(.8125rem,1.2vw,.95rem);color:var(--gray-400)}.who-for{background:var(--white);padding:2rem 2rem 2.5rem}.who-for-lead{max-width:760px;margin:0 auto;text-align:center;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.3;color:var(--navy)}.why-card h4{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;margin-bottom:.75rem}.reading{background:var(--white)}.reading-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.reading-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:16px;padding:2.5rem;transition:transform .2s,box-shadow .2s}.reading-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.reading-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700;color:var(--purple);margin-bottom:.75rem}.reading-card h3{font-size:clamp(1.25rem,2vw,1.5rem);color:var(--navy);margin-bottom:.75rem}.reading-card p{color:var(--gray-600);line-height:1.7;margin-bottom:1.25rem}.reading-link{color:var(--navy);font-weight:600;text-decoration:none;border-bottom:2px solid var(--green);padding-bottom:2px;transition:color .2s}.reading-link:hover{color:var(--green-dark)}.pricing{background:var(--gray-50);scroll-margin-top:2rem}.pricing-card{max-width:560px;margin:0 auto;background:var(--white);border:1px solid var(--gray-200);border-radius:20px;padding:3rem 2.5rem;box-shadow:0 12px 40px #1e1b4b0f;text-align:center}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:2rem}.pricing-amount{font-size:clamp(3rem,6vw,4rem);font-weight:700;color:var(--navy);letter-spacing:-.02em}.pricing-unit{font-size:clamp(1rem,1.6vw,1.25rem);color:var(--gray-600)}.pricing-features{list-style:none;text-align:left;margin:0 auto 2rem;max-width:420px;display:flex;flex-direction:column;gap:1rem}.pricing-features li{position:relative;padding-left:1.75rem;color:var(--gray-600);line-height:1.6}.pricing-features li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green-dark);font-weight:700}.pricing-features li strong{color:var(--navy)}.pricing-roi{max-width:620px;margin:2rem auto 0;text-align:center;color:var(--gray-600);font-size:clamp(.9rem,1.4vw,1.0625rem);line-height:1.7}.sandbox{background:linear-gradient(180deg,#a78bfa14,#4ade800d),var(--white);text-align:center}.sandbox-inner{max-width:760px}.sandbox-pill{display:inline-block;background:var(--green);color:var(--navy);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:.3rem .85rem;border-radius:100px;margin-bottom:1.25rem}.sandbox h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--navy);letter-spacing:-.02em;margin-bottom:1.25rem}.sandbox p{font-size:clamp(1rem,1.6vw,1.25rem);color:var(--gray-600);line-height:1.8;text-align:left}.flow-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.45fr) minmax(0,.82fr);align-items:start;gap:1.75rem}.shot{margin:0;display:flex;flex-direction:column;gap:1rem}.shot-frame{aspect-ratio:16 / 9;overflow:hidden;border-radius:14px;background:var(--white);border:1px solid var(--gray-200);box-shadow:0 12px 32px #1e1b4b1a}.shot-frame img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.shot-main .shot-frame{border-color:var(--purple-light);box-shadow:0 0 0 3px #a78bfa2e,0 22px 56px #1e1b4b2e}.shot figcaption{color:var(--gray-600);font-size:clamp(.9rem,1.4vw,1.05rem);line-height:1.6}.shot-main figcaption{color:var(--gray-800)}.shot-step{display:block;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:700;color:var(--purple);margin-bottom:.4rem}.shot-title{display:block;color:var(--navy);font-weight:700;font-size:clamp(1.05rem,1.7vw,1.25rem);line-height:1.25;margin-bottom:.35rem}@media (max-width: 968px){.reading-grid{grid-template-columns:1fr}.flow-grid{grid-template-columns:1fr;gap:2.5rem;max-width:640px;margin:0 auto}}
