: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 6rem;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:720px}.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-bottom:2.5rem;max-width:560px;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)}.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)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step{background:var(--white);border-radius:16px;padding:2.5rem;position:relative;border:1px solid var(--gray-100);transition:transform .2s,box-shadow .2s}.step:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.step-number{width:48px;height:48px;background:var(--navy);color:var(--white);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:clamp(1.125rem,1.8vw,1.375rem);margin-bottom:1.5rem}.step h3{font-size:clamp(1.125rem,1.8vw,1.375rem);color:var(--navy);margin-bottom:1rem}.step p{color:var(--gray-600);line-height:1.7;font-size:clamp(.95rem,1.5vw,1.125rem)}.why{background:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(3,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}.steps,.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}}
