@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #4a7ae6;--color-primary-dark: #3b63c7;--color-primary-light: #6b93ed;--color-bg-page: #eef4fd;--color-bg-white: #ffffff;--color-text-main: #0f172a;--color-text-secondary: #475569;--color-text-light: #94a3b8;--color-success-bg: #f2fdf5;--color-success-text: #43956d;--color-success-border: #bbf7d0;--color-border: #dbe7f7;--color-border-light: #e2e8f0;--shadow-soft: 0 10px 25px -5px rgba(0, 0, 0, .05), 0 8px 10px -6px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 20px 40px -10px rgba(74, 122, 230, .15);--shadow-primary: 0 10px 25px -5px rgba(74, 122, 230, .25);--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-3xl: 2rem;--radius-full: 9999px}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg-page);color:var(--color-text-main);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dark)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 5rem}}@media(min-width:1024px){.container{padding:0 10rem}}.header{position:sticky;top:0;z-index:50;background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(219,231,247,.5)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;gap:.75rem}.logo-img{height:2rem;width:auto}.nav-links{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{color:var(--color-text-secondary);font-weight:600;font-size:.875rem;transition:color .2s ease}.nav-links a:hover{color:var(--color-primary)}.hero{padding:4rem 1rem 6rem}@media(min-width:768px){.hero{padding:4rem 5rem 6rem}}@media(min-width:1024px){.hero{padding:4rem 10rem 6rem}}.hero-container{max-width:1200px;margin:0 auto}.hero-grid{display:flex;flex-direction:column;gap:3rem;align-items:center}@media(min-width:864px){.hero-grid{flex-direction:row-reverse}}.hero-image-wrapper{width:100%;position:relative}@media(min-width:864px){.hero-image-wrapper{width:50%}}.hero-image-glow{position:absolute;top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem;background:#4a7ae60d;border-radius:var(--radius-3xl);filter:blur(40px)}.hero-image{position:relative;width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);border-radius:var(--radius-2xl);border:1px solid white;box-shadow:var(--shadow-soft);overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,23,42,.4),transparent,transparent)}.hero-card{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.hero-card-inner{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.25rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,.5);display:inline-flex;flex-direction:column;gap:.75rem;width:16rem}.hero-card-header{display:flex;justify-content:space-between;align-items:center}.hero-card-line{height:.5rem;width:4rem;background:#e2e8f0;border-radius:var(--radius-full)}.hero-card-dot{width:.5rem;height:.5rem;background:var(--color-success-text);border-radius:50%}.hero-card-title{height:1rem;width:8rem;background:#f1f5f9;border-radius:var(--radius-md)}.hero-card-bars{display:flex;align-items:flex-end;gap:.5rem;height:4rem}.hero-card-bar{flex:1;border-radius:2px}.hero-content{display:flex;flex-direction:column;gap:2rem}@media(min-width:864px){.hero-content{width:50%}}.hero-text{display:flex;flex-direction:column;gap:1.25rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:var(--radius-full);background:var(--color-success-bg);color:var(--color-success-text);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(67,149,109,.1);width:fit-content}.hero-badge-icon{font-size:.875rem}.hero h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--color-text-main)}.hero-subtitle{font-size:1.125rem;font-weight:500;color:var(--color-text-secondary);line-height:1.7;max-width:34rem}.hero-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:34rem}@media(min-width:640px){.hero-form{flex-direction:row}}.hero-input-wrapper{position:relative;flex:1}.hero-input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1.25rem}.hero-input{width:100%;padding:1rem 1rem 1rem 3rem;border-radius:var(--radius-xl);border:none;background:#fff;color:var(--color-text-main);font-size:1rem;box-shadow:var(--shadow-soft);ring:1px solid #f1f5f9;transition:all .2s ease}.hero-input:focus{outline:none;box-shadow:var(--shadow-soft),0 0 0 2px var(--color-primary)}.hero-input::placeholder{color:#94a3b8}.hero-social{display:flex;align-items:center;gap:.75rem}.hero-avatars{display:flex}.hero-avatar{width:2rem;height:2rem;border-radius:50%;border:2px solid var(--color-bg-page);margin-left:-.5rem}.hero-avatar:first-child{margin-left:0}.hero-social-text{font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.hero-social-text strong{color:var(--color-text-main);font-weight:700}.hero-disclaimer{font-size:.875rem;color:var(--color-text-light);margin-top:-.5rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-xl);font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-primary);white-space:nowrap}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.features-section{padding:6rem 1rem;background:#ffffff80}@media(min-width:768px){.features-section{padding:6rem 5rem}}@media(min-width:1024px){.features-section{padding:6rem 10rem}}.features-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(1.875rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;color:var(--color-text-main);margin-bottom:1rem}.section-header p{font-size:1.125rem;font-weight:500;color:var(--color-text-secondary);max-width:40rem;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{display:flex;flex-direction:column;gap:1.5rem;background:#fff;padding:2rem;border-radius:var(--radius-3xl);box-shadow:var(--shadow-soft);border:1px solid #f8fafc;transition:transform .3s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{width:3.5rem;height:3.5rem;border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;font-size:1.75rem}.feature-icon-blue{background:#eff6ff;color:var(--color-primary)}.feature-icon-green{background:#f0fdf4;color:var(--color-success-text)}.feature-icon-orange{background:#fff7ed;color:#f97316}.feature-card h3{font-size:1.25rem;font-weight:700;color:var(--color-text-main);margin-bottom:.75rem}.feature-card p{font-size:1rem;color:var(--color-text-secondary);line-height:1.7}.problem-section{padding:6rem 1rem}@media(min-width:768px){.problem-section{padding:6rem 5rem}}@media(min-width:1024px){.problem-section{padding:6rem 10rem}}.problem-container{max-width:1200px;margin:0 auto}.problem-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.problem-grid{grid-template-columns:repeat(3,1fr)}}.problem-card{display:flex;flex-direction:column;gap:1.5rem;background:#fff;padding:2rem;border-radius:var(--radius-3xl);box-shadow:var(--shadow-soft);border:1px solid #f8fafc;transition:transform .3s ease}.problem-card:hover{transform:translateY(-4px)}.problem-card-icon{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.problem-card h3{font-size:1.25rem;font-weight:700;color:var(--color-text-main)}.problem-card p{font-size:1rem;color:var(--color-text-secondary);line-height:1.7}.vision-section{padding:6rem 1rem;background:linear-gradient(135deg,var(--color-primary) 0%,#6b93ed 100%);color:#fff}@media(min-width:768px){.vision-section{padding:6rem 5rem}}@media(min-width:1024px){.vision-section{padding:6rem 10rem}}.vision-container{max-width:800px;margin:0 auto}.vision-content{text-align:center}.vision-label{display:inline-block;color:#fffc;font-weight:700;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem}.vision-content h2{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1.5rem}.vision-content p{font-size:1.125rem;line-height:1.8;opacity:.9;margin-bottom:1rem}.vision-content p:last-child{margin-bottom:0}.how-section{padding:6rem 1rem;background:#fff}@media(min-width:768px){.how-section{padding:6rem 5rem}}@media(min-width:1024px){.how-section{padding:6rem 10rem}}.how-container{max-width:1200px;margin:0 auto}.how-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.how-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.how-step{text-align:center;padding:2rem}.how-step-number{width:3.5rem;height:3.5rem;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 1.5rem;box-shadow:var(--shadow-primary)}.how-step h3{font-size:1.25rem;font-weight:700;color:var(--color-text-main);margin-bottom:.75rem}.how-step p{font-size:1rem;color:var(--color-text-secondary);line-height:1.7}.stats-section{padding:4rem 1rem;background:#f8fafc}@media(min-width:768px){.stats-section{padding:4rem 5rem}}@media(min-width:1024px){.stats-section{padding:4rem 10rem}}.stats-container{max-width:1200px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-item{text-align:center;padding:2rem}.stat-number{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--color-primary);line-height:1;margin-bottom:.75rem}.stat-label{font-size:1rem;color:var(--color-text-secondary);line-height:1.5;max-width:16rem;margin:0 auto}.newsletter-section{padding:6rem 1rem;position:relative}@media(min-width:768px){.newsletter-section{padding:6rem 5rem}}@media(min-width:1024px){.newsletter-section{padding:6rem 10rem}}.newsletter-container{max-width:960px;margin:0 auto}.newsletter-box{background:#fff;border-radius:var(--radius-3xl);box-shadow:var(--shadow-soft);border:1px solid white;padding:2rem;text-align:center;position:relative;overflow:hidden}@media(min-width:768px){.newsletter-box{padding:4rem}}.newsletter-glow-1{position:absolute;top:0;right:0;transform:translate(50%,-50%);width:16rem;height:16rem;background:#4a7ae60d;border-radius:50%;filter:blur(60px)}.newsletter-glow-2{position:absolute;bottom:0;left:0;transform:translate(-50%,50%);width:16rem;height:16rem;background:var(--color-success-bg);border-radius:50%;filter:blur(60px)}.newsletter-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.newsletter-text{display:flex;flex-direction:column;align-items:center;gap:1rem}.newsletter-label{color:var(--color-primary);font-weight:800;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase}.newsletter-box h2{font-size:clamp(1.875rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;color:var(--color-text-main);max-width:37.5rem}.newsletter-box>.newsletter-content>.newsletter-text>p{font-size:1.125rem;font-weight:500;color:var(--color-text-secondary);max-width:31rem}.newsletter-form{width:100%;max-width:31rem}.newsletter-form-inner{display:flex;flex-direction:column;gap:.75rem;padding:.375rem;background:#eef4fd80;border:1px solid #f1f5f9;border-radius:var(--radius-2xl)}@media(min-width:640px){.newsletter-form-inner{flex-direction:row}}.newsletter-form input{flex:1;background:transparent;border:none;color:var(--color-text-main);padding:1rem 1.25rem;font-size:1rem;font-weight:500}.newsletter-form input:focus{outline:none}.newsletter-form input::placeholder{color:#94a3b8}.newsletter-form .btn-primary{min-width:10rem;padding:.875rem 2rem;border-radius:var(--radius-xl)}.newsletter-launch-badge{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-full);background:var(--color-success-bg);color:var(--color-success-text);font-size:.875rem;font-weight:600;border:1px solid rgba(67,149,109,.1)}.newsletter-social{display:flex;flex-direction:column;align-items:center;gap:1rem}.newsletter-avatars{display:flex}.newsletter-avatar{width:3rem;height:3rem;border-radius:50%;border:4px solid white;margin-left:-.75rem;object-fit:cover;background:#e2e8f0}.newsletter-avatar:first-child{margin-left:0}.newsletter-avatar-count{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:#f1f5f9;border:4px solid white;font-size:.875rem;font-weight:700;color:var(--color-text-main);margin-left:-.75rem}.newsletter-social-text{font-size:.875rem;font-weight:600;color:var(--color-text-secondary)}.newsletter-success{padding:1.25rem;background:var(--color-success-bg);border:1px solid var(--color-success-border);border-radius:var(--radius-xl);color:#166534;font-weight:500}.newsletter-error{padding:1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-xl);color:#991b1b;font-weight:500;margin-top:1rem}.footer{padding:4rem 1rem;background:#fff;border-top:1px solid #f1f5f9}@media(min-width:768px){.footer{padding:4rem 5rem}}@media(min-width:1024px){.footer{padding:4rem 10rem}}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:3rem}@media(min-width:768px){.footer-top{flex-direction:row}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo-img{height:2rem;width:auto}.footer-tagline{font-size:.875rem;color:var(--color-text-secondary);max-width:18rem;line-height:1.7}.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}@media(min-width:640px){.footer-nav{grid-template-columns:repeat(3,1fr)}}.footer-nav-section{display:flex;flex-direction:column;gap:1rem}.footer-nav-section h4{font-weight:700;color:var(--color-text-main);font-size:.875rem}.footer-nav-section nav{display:flex;flex-direction:column;gap:.75rem}.footer-nav-section a{font-size:.875rem;color:var(--color-text-secondary);transition:color .2s ease}.footer-nav-section a:hover{color:var(--color-primary)}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid #f8fafc;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media(min-width:768px){.footer-bottom{flex-direction:row}}.footer-copy{font-size:.75rem;font-weight:500;color:var(--color-text-secondary)}.footer-links{display:flex;gap:1rem}.footer-social-link{width:2.25rem;height:2.25rem;border-radius:50%;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);transition:all .2s ease}.footer-social-link:hover{background:var(--color-primary);color:#fff}.legal-page{padding:6rem 1rem 4rem;min-height:100vh;background:var(--color-bg-page)}@media(min-width:768px){.legal-page{padding:6rem 5rem 4rem}}@media(min-width:1024px){.legal-page{padding:6rem 10rem 4rem}}.legal-container{max-width:800px;margin:0 auto}.legal-content{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:2rem;box-shadow:var(--shadow-soft)}@media(min-width:768px){.legal-content{padding:3rem}}.legal-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:var(--radius-full);background:var(--color-success-bg);color:var(--color-success-text);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--color-success-border);margin-bottom:1rem}.legal-badge-dot{width:.375rem;height:.375rem;background:var(--color-success-text);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.legal-content h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;color:var(--color-text-main)}.legal-intro{font-size:1.125rem;color:var(--color-text-secondary);margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #e2e8f0;line-height:1.7}.legal-content h2{font-size:1.5rem;font-weight:700;margin-top:3rem;margin-bottom:1.25rem;color:var(--color-text-main);display:flex;align-items:center;gap:.75rem}.legal-content h2 .section-number{color:#4a7ae666}.legal-content h3{font-size:1.25rem;font-weight:700;margin-top:1.5rem;margin-bottom:.75rem;color:var(--color-text-main)}.legal-content p{margin-bottom:1rem;color:var(--color-text-secondary);line-height:1.7}.legal-content ul,.legal-content ol{margin-bottom:1rem;padding-left:1.5rem;color:var(--color-text-secondary)}.legal-content li{margin-bottom:.5rem;line-height:1.7}.legal-content strong{color:var(--color-text-main);font-weight:600}.legal-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border)}.legal-content th,.legal-content td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--color-border)}.legal-content th{background:#f8fafc;color:var(--color-text-main);font-weight:600;font-size:.875rem}.legal-content td{color:var(--color-text-secondary);font-size:.875rem}.legal-content tr:last-child td{border-bottom:none}.legal-content hr{border:none;border-top:1px solid var(--color-border);margin:2rem 0}.legal-content a{color:var(--color-primary);font-weight:500}.legal-content a:hover{text-decoration:underline}@media(max-width:768px){.hero h1{font-size:2rem}.section-header h2,.newsletter-box h2{font-size:1.75rem}}
