.navigation{background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:1000;box-shadow:0 1px 2px #0000000d}.nav-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:72px}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-icon{color:#2563eb;transition:all .2s}.logo-main{color:#2563eb;transition:color .2s}.logo-ai{color:#059669;transition:color .2s}.logo:hover .logo-icon{color:#1d4ed8;transform:rotate(12deg)}.logo:hover .logo-main{color:#1d4ed8}.logo:hover .logo-ai{color:#047857}.nav-menu{display:flex;align-items:center;gap:.5rem}.nav-link{color:#374151;text-decoration:none;font-weight:500;font-size:.9375rem;transition:all .2s cubic-bezier(.4,0,.2,1);padding:.5rem .875rem;border-radius:.625rem;position:relative}.nav-link:hover{color:#2563eb;background-color:#2563eb0f}.training-link{background:#059669;color:#fff!important;padding:.5rem 1.125rem;border-radius:.625rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.training-link:hover{background:#047857;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px);color:#fff!important}.auth-button{background:#2563eb;color:#fff;padding:.5rem 1.125rem;border-radius:.625rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.auth-button:hover{background:#1d4ed8;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-1px)}.logout-button{background:none;border:none;cursor:pointer;font-size:1rem;font-family:inherit}.logout-button:hover{color:#dc2626;background-color:#ef44440f}.logout-button:disabled{opacity:.5;cursor:not-allowed}.user-info{color:#6b7280;font-size:.875rem;padding:.5rem .875rem;background-color:#00000008;border-radius:.625rem;border:1px solid rgba(0,0,0,.06)}@media (max-width: 1024px){.nav-menu{gap:1rem}.nav-link{padding:.5rem .75rem;font-size:.875rem}}@media (max-width: 768px){.nav-container{padding:0 1rem;flex-wrap:wrap;height:auto;min-height:64px}.nav-menu{gap:.5rem;flex-wrap:wrap}.user-info{display:none}.nav-link{padding:.4rem .6rem;font-size:.8rem}.logo{font-size:1.25rem}}.auth-page{min-height:100vh;background-color:#f8fafc}.auth-content{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding-top:2rem}.auth-container{display:grid;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;min-height:600px;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.auth-form-section{padding:3rem;display:flex;align-items:center;justify-content:center}.auth-form{width:100%;max-width:400px}.auth-form h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.auth-subtitle{color:#64748b;margin-bottom:2rem;line-height:1.5}.form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled{background-color:#f1f5f9;cursor:not-allowed}.auth-submit-button{width:100%;padding:.875rem 1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-bottom:1rem}.auth-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 20px #3b82f633}.auth-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.auth-switch{text-align:center;color:#64748b}.auth-switch-button{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;text-decoration:underline}.auth-switch-button:hover{color:#1d4ed8}.auth-hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;display:flex;align-items:center;justify-content:center}.auth-hero-content{text-align:center;max-width:400px}.auth-hero-content h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.auth-hero-content p{font-size:1.125rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.auth-features{display:flex;flex-direction:column;gap:1rem}.feature{display:flex;align-items:center;gap:1rem;text-align:left}.feature-icon{font-size:1.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%}.feature-text{font-weight:500}@media (max-width: 768px){.auth-container{grid-template-columns:1fr;margin:1rem}.auth-hero-section{order:-1;padding:2rem}.auth-form-section{padding:2rem}.auth-hero-content h2{font-size:1.75rem}}.dashboard{min-height:100vh;background-color:#f8fafc}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;box-shadow:0 1px 3px #0000001a}.dashboard-header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.user-info{display:flex;align-items:center;gap:1rem}.user-info span{color:#64748b;font-weight:500}.logout-button{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.logout-button:hover:not(:disabled){background:#dc2626}.logout-button:disabled{opacity:.6;cursor:not-allowed}.dashboard-main{max-width:1200px;margin:0 auto;padding:2rem}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.welcome-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;text-align:center}.welcome-section h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.welcome-section p{color:#64748b;font-size:1.125rem;line-height:1.6;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.feature-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.feature-card p{color:#64748b;line-height:1.5}.user-details{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.user-details h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.user-card{background:#f8fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.user-card p{margin:.5rem 0;color:#374151}.user-card strong{color:#1e293b}.status-active{color:#059669;font-weight:600}@media (max-width: 768px){.dashboard-header-content{flex-direction:column;gap:1rem;text-align:center}.dashboard-main{padding:1rem}.welcome-section,.user-details{padding:1.5rem}.features-grid{grid-template-columns:1fr}}.contact-page{min-height:100vh;background-color:#f8fafc}.contact-main{padding:4rem 1.5rem}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.contact-header p{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto}.contact-content{display:flex;flex-direction:column;gap:4rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.contact-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s,box-shadow .2s}.contact-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.contact-card p{color:#6b7280;margin-bottom:1.5rem}.contact-email{display:inline-block;background:#4f46e5;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:background-color .2s}.contact-email:hover{background:#3730a3;color:#fff}.contact-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:1rem;text-align:center}.contact-cta h3{font-size:2rem;font-weight:600;margin-bottom:1rem}.contact-cta p{font-size:1.125rem;opacity:.9;margin-bottom:2rem}@media (max-width: 768px){.contact-main{padding:2rem 1rem}.contact-header h1{font-size:2.5rem}.contact-header p{font-size:1.125rem}.contact-info{grid-template-columns:1fr}.contact-cta{padding:2rem}.contact-cta h3{font-size:1.5rem}}.about-page{min-height:100vh;background-color:#f8fafc}.about-main{padding:4rem 1.5rem}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:4rem}.about-header h1{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.about-header p{font-size:1.25rem;color:#6b7280;max-width:600px;margin:0 auto}.about-content{display:flex;flex-direction:column;gap:3rem}.about-section{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.about-section h2{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.about-section p{font-size:1.125rem;color:#4b5563;line-height:1.7;margin-bottom:1rem}.about-section p:last-of-type{margin-bottom:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-item{text-align:center;padding:1.5rem;border-radius:.5rem;background:#f8fafc;border:1px solid #e5e7eb}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-item h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.feature-item p{font-size:1rem;color:#6b7280;line-height:1.6}.founder-profile{display:flex;gap:2rem;align-items:flex-start;margin-top:2rem}.founder-image img{width:200px;height:200px;object-fit:cover;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.founder-bio h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.founder-bio p{font-size:1rem;color:#4b5563;line-height:1.7;margin-bottom:1rem}.founder-bio p:last-of-type{margin-bottom:0}.about-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:1rem;text-align:center;margin-top:2rem}.about-cta h3{font-size:2rem;font-weight:600;margin-bottom:1rem}.about-cta p{font-size:1.125rem;opacity:.9;margin-bottom:2rem}@media (max-width: 768px){.about-main{padding:2rem 1rem}.about-header h1{font-size:2.5rem}.about-header p{font-size:1.125rem}.about-section{padding:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.about-cta{padding:2rem}.about-cta h3{font-size:1.5rem}.founder-profile{flex-direction:column;text-align:center}.founder-image img{width:150px;height:150px;margin:0 auto 1rem}}.mission-page{min-height:100vh;background-color:#f8fafc}.mission-main{padding:4rem 1.5rem}.mission-container{max-width:1200px;margin:0 auto}.mission-hero{text-align:center;margin-bottom:4rem;background:#fff;padding:4rem 2rem;border-radius:1rem;box-shadow:0 10px 25px -3px #0000001a}.mission-hero h1{font-size:3.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mission-statement{max-width:800px;margin:0 auto}.mission-statement p{font-size:1.5rem;line-height:1.6;color:#374151;font-weight:400}.mission-statement strong{color:#4f46e5;font-weight:600}.mission-content{display:flex;flex-direction:column;gap:3rem}.mission-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.mission-pillar{background:#fff;padding:2.5rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s,box-shadow .2s}.mission-pillar:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.pillar-icon{font-size:3rem;margin-bottom:1.5rem}.mission-pillar h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.mission-pillar p{font-size:1rem;color:#6b7280;line-height:1.6}.impact-section{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:2rem}.impact-section h2{font-size:2.5rem;font-weight:600;color:#1f2937;margin-bottom:2rem;text-align:center}.impact-section p{font-size:1.125rem;color:#4b5563;line-height:1.7;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.impact-section p:last-of-type{margin-bottom:0}.mission-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:1rem;text-align:center;margin-top:2rem}.mission-cta h3{font-size:2rem;font-weight:600;margin-bottom:1rem}.mission-cta p{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.cta-button{display:inline-block;background:#fff;color:#4f46e5;padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .2s}.cta-button:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.mission-main{padding:2rem 1rem}.mission-hero{padding:3rem 1.5rem}.mission-hero h1{font-size:2.5rem}.mission-statement p{font-size:1.25rem}.mission-section{grid-template-columns:1fr;gap:1.5rem}.mission-pillar,.impact-section{padding:2rem}.impact-section h2{font-size:2rem}.mission-cta{padding:2rem}.mission-cta h3{font-size:1.5rem}}.lead-magnet-page{min-height:100vh;background:linear-gradient(to bottom,#f8fafc,#fff,#f8fafc)}.lead-magnet-content{padding:2rem 1rem 4rem}.lead-magnet-container{max-width:1200px;margin:0 auto}.sticky-cta{position:fixed;bottom:2rem;right:2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.125rem;font-weight:700;cursor:pointer;box-shadow:0 10px 30px #3b82f666;z-index:100;transition:transform .2s ease,box-shadow .2s ease;animation:slideInUp .3s ease}.sticky-cta:hover{transform:translateY(-3px);box-shadow:0 15px 35px #3b82f680}@keyframes slideInUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.exit-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.exit-modal{background:#fff;padding:3rem;border-radius:16px;max-width:500px;width:90%;position:relative;animation:scaleIn .3s ease;box-shadow:0 20px 60px #0000004d}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.exit-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#94a3b8;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease,color .2s ease}.exit-modal-close:hover{background:#f1f5f9;color:#64748b}.exit-modal h2{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:1rem}.exit-modal>p{color:#64748b;font-size:1.125rem;margin-bottom:1.5rem}.exit-modal-bonus{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;border:2px solid #fbbf24}.bonus-badge{background:#f59e0b;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:700;display:inline-block;margin-bottom:.75rem}.exit-modal-bonus p{color:#78350f;font-weight:600;margin:0}.exit-modal-cta{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.exit-modal-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.lead-magnet-hero{text-align:center;padding:3rem 1rem 2rem;margin-bottom:2rem}.hero-badge{display:inline-block;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:700;letter-spacing:.5px;margin-bottom:1.5rem;text-transform:uppercase}.lead-magnet-hero h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:900;color:#1e293b;margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);color:#64748b;font-weight:400;max-width:800px;margin:0 auto 2rem;line-height:1.6}.hero-cta{padding:1.25rem 3rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #3b82f64d;margin-bottom:1rem}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 35px #3b82f666}.hero-assurance{color:#059669;font-weight:600;font-size:1rem}.social-proof-strip{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem 2rem;text-align:center;border-radius:12px;margin-bottom:3rem}.proof-stat{color:#fff;font-size:1.25rem;font-weight:600;margin:0}.lead-magnet-body{display:grid;grid-template-columns:1fr;gap:4rem}.problem-section{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.problem-section h2{font-size:2rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:2rem}.problems-list{display:grid;gap:1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.problem-item{padding:1rem 1.5rem;background:#fef2f2;border-left:4px solid #dc2626;border-radius:8px;color:#991b1b;font-weight:500}.solution-text{text-align:center;font-size:1.25rem;color:#1e293b;line-height:1.7;max-width:700px;margin:2rem auto 0}.benefits-section{margin-bottom:2rem}.benefits-section h2{font-size:2rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:1rem}.section-description{text-align:center;font-size:1.125rem;color:#64748b;max-width:800px;margin:0 auto 3rem;line-height:1.7}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -4px #00000026}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.benefit-card p{color:#64748b;line-height:1.6}.testimonial-section{padding:3rem 0}.testimonial-section h2{font-size:2rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.testimonial-stars{color:#fbbf24;font-size:1.25rem;margin-bottom:1rem}.testimonial-text{color:#1e293b;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#1e293b;font-weight:600}.testimonial-author span{color:#64748b;font-size:.875rem}.form-section{display:flex;justify-content:center;margin:4rem 0}.form-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;max-width:600px;width:100%}.form-card h2{font-size:2rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:1rem}.form-description{text-align:center;color:#64748b;margin-bottom:2rem;font-size:1.125rem}.convertkit-form-container,.training-signup-form{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#1e293b;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-input{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;transition:all .2s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input:disabled{background-color:#f1f5f9;cursor:not-allowed}.form-submit-btn{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:1.125rem;font-weight:700;padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.form-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #3b82f64d}.form-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-message{padding:1rem;border-radius:8px;margin-bottom:1rem;font-weight:500;text-align:center}.form-message.success{background-color:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.form-message.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.form-message.loading{background-color:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.trust-badges{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid #e2e8f0}.badge{display:flex;align-items:center;gap:.5rem;color:#059669;font-weight:600}.badge-icon{font-size:1.25rem}.privacy-note{text-align:center;color:#94a3b8;font-size:.875rem;margin-top:1rem;font-style:italic}.timeline-section{margin:4rem 0;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.timeline-section h2{font-size:2rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:1rem}.timeline-intro{text-align:center;color:#64748b;font-size:1.125rem;max-width:700px;margin:0 auto 3rem}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";position:absolute;left:60px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#3b82f6,#8b5cf6)}.timeline-item{display:flex;gap:2rem;margin-bottom:3rem;position:relative}.timeline-day{flex-shrink:0;width:120px;height:60px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:12px;font-weight:700;font-size:1.125rem;box-shadow:0 4px 6px -1px #3b82f64d;position:relative;z-index:1}.timeline-content{flex:1;padding:.5rem 0}.timeline-content h3{font-size:1.375rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.timeline-content>p{color:#64748b;line-height:1.6;margin-bottom:1rem}.timeline-benefits{list-style:none;padding:0;margin:0}.timeline-benefits li{padding:.5rem 0 .5rem 1.5rem;color:#1e293b;position:relative;line-height:1.5}.timeline-benefits li:before{content:"✓";position:absolute;left:0;color:#059669;font-weight:700}.timeline-cta{text-align:center;margin-top:2rem}.secondary-cta{padding:1rem 2.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #8b5cf64d}.secondary-cta:hover{transform:translateY(-3px);box-shadow:0 15px 35px #8b5cf666}.faq-section{margin:4rem 0;max-width:800px;margin-left:auto;margin-right:auto}.faq-section h2{font-size:2rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:3rem}.faq-list{display:grid;gap:1rem}.faq-item{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.faq-question{width:100%;padding:1.5rem;background:#fff;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;color:#1e293b;transition:background .2s ease}.faq-question:hover{background:#f8fafc}.faq-question.active{background:#eff6ff;color:#3b82f6}.faq-icon{font-size:1.5rem;font-weight:300;color:#3b82f6}.faq-answer{padding:0 1.5rem 1.5rem;color:#64748b;line-height:1.7;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.final-cta-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;margin:4rem 0;color:#fff}.final-cta-section h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#fff}.final-cta-text{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.6}.final-cta-section .hero-cta{background:#fff;color:#764ba2}.final-cta-section .hero-assurance{color:#fff;opacity:.9}.founder-section{margin:4rem 0;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}.founder-content{display:flex;gap:3rem;align-items:center;max-width:900px;margin:0 auto}.founder-image{flex-shrink:0}.founder-image img{width:200px;height:200px;object-fit:cover;border-radius:50%;box-shadow:0 10px 25px #0000001a}.founder-bio{flex:1}.founder-bio h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.founder-bio p{color:#64748b;line-height:1.7;margin-bottom:1rem}@media (max-width: 768px){.sticky-cta{bottom:1rem;right:1rem;padding:.875rem 1.5rem;font-size:1rem}.exit-modal{padding:2rem 1.5rem}.exit-modal h2{font-size:1.5rem}.lead-magnet-hero{padding:2rem 1rem 1.5rem}.hero-cta{padding:1rem 2rem;font-size:1.125rem;width:100%}.benefits-grid,.testimonials-grid{grid-template-columns:1fr}.form-card{padding:2rem 1.5rem}.timeline:before{left:40px}.timeline-day{width:80px;height:50px;font-size:1rem}.timeline-item{gap:1rem}.trust-badges{flex-direction:column;align-items:center;gap:1rem}.founder-content{flex-direction:column;text-align:center}.founder-image img{width:150px;height:150px}.problem-section{padding:2rem 1.5rem}.final-cta-section{padding:3rem 1.5rem}.final-cta-section h2{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.App{min-height:100vh}.main-content{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:80vh;padding:4rem 0}.hero-content h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#1a1a1a}.hero-description{font-size:1.25rem;color:#666;line-height:1.6;margin-bottom:2rem}.hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a}.how-it-works{padding:6rem 0;text-align:center}.how-it-works h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.section-subtitle{font-size:1.25rem;color:#666;margin-bottom:4rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.step p{color:#666;line-height:1.6}.waitlist{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 4rem;border-radius:24px;margin:4rem 0;text-align:center}.waitlist h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.waitlist p{font-size:1.25rem;color:#666;margin-bottom:3rem}.waitlist-form{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.form-group input{width:100%;padding:1rem 1.5rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f8fafc;cursor:not-allowed}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.message{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:8px;font-weight:500}.message.success{background-color:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.message.error{background-color:#fee2e2;color:#dc2626;border:1px solid #fecaca}@media (max-width: 768px){.hero{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content h1{font-size:2.5rem}.steps{grid-template-columns:1fr;gap:2rem}.waitlist{padding:3rem 2rem;margin:2rem 0}.main-content{padding:0 1rem}}.app-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;box-shadow:0 1px 3px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.header-nav{display:flex;gap:1rem}.nav-link{padding:.5rem 1rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .2s ease}.nav-link:hover{background:#1d4ed8}.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found h1{font-size:3rem;color:#1e293b;margin-bottom:1rem}.not-found p{font-size:1.25rem;color:#64748b}.not-found a{color:#3b82f6;text-decoration:none;font-weight:600}.not-found a:hover{text-decoration:underline}.faq-section{padding:6rem 0;background-color:#f8fafc;margin-top:4rem}.faq-section h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1a1a1a;text-align:center}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:8px;margin-bottom:1rem;padding:1.5rem;cursor:pointer;transition:all .3s ease;border:1px solid #e5e7eb}.faq-item:hover{box-shadow:0 4px 12px #0000001a}.faq-item summary{font-size:1.125rem;font-weight:600;color:#1a1a1a;list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;color:#3b82f6;transition:transform .3s ease}.faq-item[open] summary:after{content:"−";transform:rotate(180deg)}.faq-item p{margin-top:1rem;color:#666;line-height:1.6;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.inline-link{color:#3b82f6;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:all .2s ease}.inline-link:hover{color:#1d4ed8;border-bottom-color:#1d4ed8}.blog-content{padding:2rem 0}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.blog-card-image{position:relative;width:100%;height:220px;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-category{position:absolute;top:1rem;right:1rem;background:#3b82f6;color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600}.blog-card-content{padding:1.5rem}.blog-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:#6b7280}.blog-card-content h2{margin:0 0 .75rem;font-size:1.5rem;line-height:1.3}.blog-card-content h2 a{color:#1f2937;text-decoration:none;transition:color .2s ease}.blog-card-content h2 a:hover{color:#3b82f6}.blog-card-content p{color:#4b5563;line-height:1.6;margin-bottom:1.25rem}.blog-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.blog-author{color:#6b7280;font-size:.875rem}.read-more{color:#3b82f6;text-decoration:none;font-weight:600;font-size:.875rem;transition:color .2s ease}.read-more:hover{color:#1d4ed8}.blog-cta{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:3rem;border-radius:12px;text-align:center;margin-top:3rem}.blog-cta h3{margin:0 0 1rem;font-size:2rem}.blog-cta p{margin:0 0 1.5rem;font-size:1.125rem;opacity:.95}.coming-soon{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:12px;margin:2rem 0}.coming-soon h2{color:#1f2937;margin-bottom:1rem}.coming-soon p{color:#6b7280;font-size:1.125rem}.blog-article{background:#fff}.article-header{background:#f9fafb;padding:3rem 0 2rem;border-bottom:1px solid #e5e7eb}.container-narrow{max-width:800px;margin:0 auto;padding:0 1.5rem}.article-meta{display:flex;gap:1rem;margin-bottom:1.5rem;font-size:.875rem}.article-category{background:#3b82f6;color:#fff;padding:.375rem .75rem;border-radius:6px;font-weight:600}.article-date,.article-read-time{color:#6b7280;display:flex;align-items:center}.article-header h1{font-size:2.5rem;line-height:1.2;margin:0 0 1rem;color:#1f2937}.article-description{font-size:1.25rem;color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.article-author{color:#6b7280;font-size:.875rem}.article-hero{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.article-hero img{width:100%;border-radius:12px;box-shadow:0 4px 16px #0000001a}.article-content{padding:3rem 0}.article-content h2{font-size:2rem;margin:2.5rem 0 1rem;color:#1f2937}.article-content h3{font-size:1.5rem;margin:2rem 0 1rem;color:#1f2937}.article-content p{font-size:1.125rem;line-height:1.8;color:#374151;margin-bottom:1.5rem}.article-content ul,.article-content ol{margin:1.5rem 0;padding-left:2rem}.article-content li{font-size:1.125rem;line-height:1.8;color:#374151;margin-bottom:.75rem}.article-content strong{color:#1f2937;font-weight:600}.article-content blockquote{border-left:4px solid #3b82f6;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#4b5563}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:3rem 0;padding-top:2rem;border-top:1px solid #e5e7eb}.tag{background:#eff6ff;color:#1d4ed8;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500}.article-cta{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:2.5rem;border-radius:12px;text-align:center;margin:3rem 0}.article-cta h3{margin:0 0 1rem;color:#fff}.article-cta p{margin:0 0 1.5rem;opacity:.95;color:#fff}.article-nav{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.back-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.back-link:hover{color:#1d4ed8}.not-found{text-align:center;padding:4rem 2rem}.not-found h1{font-size:2.5rem;margin-bottom:1rem}.not-found p{font-size:1.25rem;color:#6b7280;margin-bottom:2rem}@media (max-width: 768px){.blog-grid{grid-template-columns:1fr}.article-header h1{font-size:2rem}.article-description{font-size:1.125rem}.article-content h2{font-size:1.75rem}.article-content h3{font-size:1.25rem}.article-content p,.article-content li{font-size:1rem}}.article-faq{background:#f9fafb;border-radius:12px;padding:2.5rem;margin:3rem 0}.article-faq h2{margin:0 0 2rem;font-size:1.875rem;color:#1f2937}.faq-item{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.25rem;border-left:4px solid #3b82f6}.faq-item:last-child{margin-bottom:0}.faq-item h3{margin:0 0 .75rem;font-size:1.125rem;color:#1f2937;font-weight:600}.faq-item p{margin:0;color:#4b5563;line-height:1.7}
