:root{--primary: #4f46e5;--primary-hover: #4338ca;--secondary: #fbbf24;--text-main: #1f2937;--text-muted: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius: .75rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--text-main);background-color:var(--bg-light);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;width:100%;z-index:50;border-bottom:1px solid rgba(0,0,0,.05)}.header-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;gap:2rem}.nav-link{color:var(--text-muted);font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}.btn{padding:.625rem 1.25rem;border-radius:9999px;font-weight:600;transition:all .2s}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background-color:#fff;color:var(--text-main);border:2px solid #e5e7eb}.btn-secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px);box-shadow:var(--shadow-md)}.desktop-cta{padding:.5rem 1rem;font-size:.875rem}.hero{padding-top:8rem;padding-bottom:4rem;text-align:center;background:radial-gradient(circle at top right,#e0e7ff 0%,transparent 40%),radial-gradient(circle at bottom left,#fef3c7 0%,transparent 40%)}.hero h1{font-size:3rem;font-weight:800;letter-spacing:-.025em;margin-bottom:1.5rem;line-height:1.15;color:var(--text-main);max-width:800px;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.hero-image-container{margin-top:3rem;position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);max-width:800px;margin-left:auto;margin-right:auto;background:#fff;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background-color:#e5e7eb;cursor:pointer}.hero-poster{width:100%;height:100%;object-fit:cover}.aristotle-banner{padding:5rem 0;background:linear-gradient(135deg,#1e1b4b,#312e81,#1e1b4b);color:#fff}.aristotle-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.aristotle-left h2{font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:1.25rem}.aristotle-highlight{color:var(--secondary)}.aristotle-left p{color:#c7d2fe;font-size:1.1rem;line-height:1.7}.aristotle-right{display:flex;flex-direction:column;gap:1.5rem}.aristotle-stat{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#ffffff14;border-radius:var(--radius);border:1px solid rgba(255,255,255,.1);transition:background .3s}.aristotle-stat:hover{background:#ffffff1f}.aristotle-stat svg{color:var(--secondary);flex-shrink:0;margin-top:2px}.aristotle-stat div{display:flex;flex-direction:column;gap:.25rem}.aristotle-stat strong{font-size:1rem;font-weight:600}.aristotle-stat span{color:#c7d2fe;font-size:.9rem;line-height:1.5}@media(max-width:768px){.aristotle-content{grid-template-columns:1fr;gap:2rem}.aristotle-left h2{font-size:1.5rem}}.features{padding:6rem 0;background:var(--bg-white)}.section-title{text-align:center;font-size:2.25rem;font-weight:700;margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:4rem;font-size:1.125rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{padding:2rem;border-radius:var(--radius);background:var(--bg-light);border:1px solid rgba(0,0,0,.05);transition:all .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--primary)}.feature-icon{width:3rem;height:3rem;background:#e0e7ff;color:var(--primary);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-card p{color:var(--text-muted)}.how-it-works{padding:6rem 0}.steps{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.step{text-align:center;max-width:300px}.step-number{width:2.5rem;height:2.5rem;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 1.5rem}.step-image{width:100%;height:200px;background:#e5e7eb;border-radius:var(--radius);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;color:#9ca3af}.how-it-works-tip{text-align:center;color:var(--text-muted);font-size:.9rem;margin-top:3rem;font-style:italic}.trust-section{padding:6rem 0;background:var(--bg-white)}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto 3rem}.trust-card{text-align:center;padding:2.5rem 2rem;border-radius:var(--radius);background:var(--bg-light);border:1px solid rgba(0,0,0,.05);transition:all .3s}.trust-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.trust-icon{color:var(--primary);margin-bottom:1rem}.trust-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.trust-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.founder-quote{max-width:700px;margin:0 auto;text-align:center;padding:2rem;background:linear-gradient(135deg,#e0e7ff,#fef3c7);border-radius:var(--radius)}.founder-quote-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.founder-quote blockquote{font-size:1.1rem;line-height:1.7;color:var(--text-main);font-style:italic;margin:0}.founder-attribution{margin-top:1rem;display:flex;flex-direction:column;gap:.25rem}.founder-attribution strong{color:var(--text-main)}.founder-attribution span{font-size:.875rem;color:var(--text-muted)}.founder-attribution a{color:var(--primary);text-decoration:underline}.founder-attribution a:hover{color:var(--primary-hover)}.footer{background:#1f2937;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-col h4{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#9ca3af;transition:color .2s}.footer-links a:hover{color:#fff}.footer-founder-note{font-size:.8rem}.footer-founder-note a{color:#9ca3af;font-style:italic;transition:color .2s}.footer-founder-note a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af;font-size:.875rem}.mobile-menu-btn{display:none;padding:.5rem;color:var(--text-main)}.header-right{display:flex;align-items:center;gap:1rem}.mobile-nav{display:none;flex-direction:column;background:#fff;border-top:1px solid rgba(0,0,0,.05);max-height:0;overflow:hidden;padding:0 1.5rem;transition:max-height .3s ease,padding .3s ease}.mobile-nav-open{max-height:400px;padding:1rem 1.5rem 1.5rem}.mobile-nav-link{padding:.75rem 0;color:var(--text-muted);font-weight:500;border-bottom:1px solid rgba(0,0,0,.05);transition:color .2s}.mobile-nav-link:hover{color:var(--primary)}.sticky-mobile-cta{display:none}.video-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.video-modal-content{position:relative;width:100%;max-width:900px;background:#000;border-radius:var(--radius);overflow:hidden;box-shadow:0 25px 50px -12px #00000040;aspect-ratio:16/9}.video-modal-close{position:absolute;top:-40px;right:-10px;background:none;border:none;color:#fff;cursor:pointer;z-index:1001;padding:10px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}.video-modal-close:hover{opacity:1}.video-player{width:100%;height:100%;object-fit:contain}video::cue{text-align:center;background-color:#000000b3;color:#fff}.hero-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#0000001a;transition:background .3s}.hero-play-overlay:hover{background:#0003}.hero-play-button{width:80px;height:80px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000026;transition:transform .2s,box-shadow .2s}.hero-play-overlay:hover .hero-play-button{transform:scale(1.1);box-shadow:0 6px 25px #0003}.download-section{padding:4rem 0;background:linear-gradient(135deg,#e0e7ff,#fef3c7)}.download-box{max-width:600px;margin:0 auto;text-align:center;background:#fff;padding:3rem 2rem;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.download-icon{color:var(--primary);margin-bottom:1rem}.download-box h2{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.download-box>p{color:var(--text-muted);margin-bottom:1.5rem}.btn-share{display:flex;align-items:center;gap:.5rem;border:2px solid #e5e7eb;color:var(--text-main);font-weight:500}.btn-share:hover{border-color:var(--primary);color:var(--primary)}.faq-section{padding:6rem 0;background:var(--bg-white)}.faq-list{max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid #e5e7eb}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1.05rem;font-weight:500;color:var(--text-main);text-align:left;transition:color .2s}.faq-question:hover{color:var(--primary)}.faq-chevron{transition:transform .3s ease;color:var(--text-muted);flex-shrink:0;margin-left:1rem}.faq-chevron-open{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer-open{max-height:1000px;padding-bottom:1.25rem}.faq-answer p{color:var(--text-muted);line-height:1.7}.faq-contact{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem;padding:1.5rem;background:var(--bg-light);border-radius:var(--radius);color:var(--text-muted)}.faq-contact a{color:var(--primary);text-decoration:underline}.faq-contact a:hover{color:var(--primary-hover)}.status-pill{display:inline-flex;align-items:center;gap:.5rem;background:#4f46e51a;color:var(--primary);padding:.5rem 1rem;border-radius:9999px;font-weight:600;font-size:.875rem;margin-bottom:2rem;border:1px solid rgba(79,70,229,.2)}.status-dot{width:8px;height:8px;background-color:var(--primary);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #4f46e5b3}70%{box-shadow:0 0 0 6px #4f46e500}to{box-shadow:0 0 #4f46e500}}@keyframes bg-position{0%{background-position:0% 50%}to{background-position:100% 50%}}.animated-gradient-text{background:linear-gradient(to right,#eab308 30%,#a16207 50%,#4f46e5 80%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;color:transparent;animation:bg-position 3s infinite alternate}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-content{flex:1;padding:6rem 1.5rem 4rem;max-width:800px;margin:0 auto}.legal-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-main)}.legal-content .last-updated{color:var(--text-muted);margin-bottom:2.5rem;font-size:.875rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--primary)}.legal-content h3{font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--text-main)}.legal-content p{color:var(--text-muted);margin-bottom:1rem;line-height:1.7}.legal-content ul{color:var(--text-muted);margin-left:1.5rem;margin-bottom:1rem}.legal-content li{margin-bottom:.5rem;line-height:1.6}.legal-content a{color:var(--primary);text-decoration:underline}.legal-content a:hover{color:var(--primary-hover)}.warning-box{background:#fffbeb;border:1px solid #f59e0b;border-radius:var(--radius);padding:1.5rem;margin-bottom:2rem}.warning-box.critical{background:#fef2f2;border-color:#ef4444}.warning-box h2{color:#b45309;margin-bottom:1rem}.warning-box.critical h2{color:#dc2626}.warning-box h3{color:#92400e;margin-top:1rem}.warning-box p{color:#78350f}.warning-box.critical p{color:#7f1d1d}.warning-box ul{color:#78350f}.warning-box.critical ul{color:#7f1d1d}.warning-text{background:#0000000d;padding:.75rem;border-radius:.5rem;margin-top:1rem}.key-commitments{background:linear-gradient(135deg,#e0e7ff,#fef3c7);border-radius:var(--radius);padding:2rem;margin-bottom:2rem}.key-commitments h2{color:var(--text-main);margin-bottom:1.5rem}.commitments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.commitment-item{background:#ffffffe6;border-radius:.75rem;padding:1rem;text-align:center;box-shadow:var(--shadow-sm)}.commitment-icon{font-size:1.5rem;display:block;margin-bottom:.5rem}.commitment-item strong{display:block;color:var(--text-main);margin-bottom:.25rem;font-size:.9rem}.commitment-item p{color:var(--text-muted);font-size:.8rem;margin:0}@media(max-width:768px){.hero h1{font-size:2rem}.desktop-nav,.desktop-cta{display:none}.mobile-menu-btn{display:block}.mobile-nav{display:flex}.steps{gap:2rem}.trust-grid{grid-template-columns:1fr}.sticky-mobile-cta{display:block;position:fixed;bottom:0;left:0;right:0;z-index:40;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(0,0,0,.1);text-align:center;transform:translateY(100%);transition:transform .3s ease}.sticky-mobile-cta-visible{transform:translateY(0)}.sticky-cta-btn{display:inline-flex;align-items:center;gap:.25rem;width:100%;justify-content:center;text-decoration:none}}
