*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.landing-page{min-height:100vh;background:linear-gradient(135deg,#f9fafb,#fff)}.header{padding:0rem 0}.header .header-content{display:flex;justify-content:center;align-items:center}.header .logo{height:15rem;width:auto}.header .email-link{display:flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;transition:color .3s ease}.header .email-link:hover{color:#4f7cff}.header .email-link .mail-icon{width:1rem;height:1rem}.hero{padding:4rem 0;text-align:center}.hero .hero-content{max-width:900px;margin:0 auto}.hero .badge{display:inline-block;background:#4f7cff1a;color:#4f7cff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(79,124,255,.2)}.hero .hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero .hero-title .highlight{color:#4f7cff;display:block}.hero .hero-description{font-size:1.25rem;color:#6b7280;margin-bottom:3rem;line-height:1.7}.subscription-form{max-width:28rem;margin:0 auto 4rem}.subscription-form .form{display:flex;gap:.75rem;flex-wrap:wrap}@media (max-width: 640px){.subscription-form .form{flex-direction:column}}.subscription-form .email-input{flex:1;height:3rem;padding:0 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .3s ease}.subscription-form .email-input:focus{outline:none;border-color:#4f7cff;box-shadow:0 0 0 3px #4f7cff1a}@media (max-width: 640px){.subscription-form .email-input{width:100%}}.subscription-form .submit-button{background:#4f7cff;color:#fff;border:none;padding:0 1.5rem;height:3rem;border-radius:.5rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .3s ease}.subscription-form .submit-button:hover{background:#3d6ae8}.subscription-form .submit-button .arrow-icon{width:1rem;height:1rem}@media (max-width: 640px){.subscription-form .submit-button{width:100%;justify-content:center}}.subscription-form .success-message{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#10b981;background:#ecfdf5;padding:1rem;border-radius:.5rem;font-weight:500}.subscription-form .success-message .check-icon{width:1.25rem;height:1.25rem}.dashboard-preview{position:relative;max-width:80rem;margin:0 auto}.dashboard-preview .dashboard-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,#4f7cff33,#9333ea33);filter:blur(3rem);transform:rotate(-6deg) scale(1.05)}.dashboard-preview .dashboard-container{position:relative;background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;border:1px solid #e5e7eb}.dashboard-preview .dashboard-image{width:100%;height:auto;display:block}.features{padding:5rem 0}.features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.features .feature-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a;text-align:center;transition:all .3s ease}.features .feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px #00000026}.features .feature-card .feature-icon{width:3.5rem;height:3.5rem;background:#4f7cff1a;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.features .feature-card .feature-icon svg{width:1.75rem;height:1.75rem;color:#4f7cff;stroke-width:2}.features .feature-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.features .feature-card p{color:#6b7280;font-size:.875rem}.stats{background:#4f7cff;padding:4rem 0}.stats .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stats .stat-item{color:#fff}.stats .stat-item .stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stats .stat-item .stat-label{color:#fffc}.team{padding:5rem 0}.team .team-header{text-align:center;margin-bottom:3rem}.team .team-header h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.team .team-header p{color:#6b7280}.team .team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:64rem;margin:0 auto}.team .team-member{text-align:center}.team .team-member .member-avatar{width:5rem;height:5rem;background:linear-gradient(135deg,#4f7cff,#9333ea);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;margin:0 auto 1rem}.team .team-member h3{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.team .team-member .member-role{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.team .team-member .member-experience{color:#9ca3af;font-size:.75rem}.footer{background:#111827;color:#fff;padding:3rem 0}.footer .footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}@media (max-width: 768px){.footer .footer-content{flex-direction:column;text-align:center}}.footer .footer-left .footer-logo{height:9rem;width:auto;filter:brightness(0) invert(1);margin-bottom:.5rem}.footer .footer-left p{color:#9ca3af;font-size:.875rem}.footer .footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}@media (max-width: 768px){.footer .footer-right{align-items:center}}.footer .footer-right .footer-email{display:flex;align-items:center;gap:.5rem;color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer .footer-right .footer-email:hover{color:#fff}.footer .footer-right .footer-email .mail-icon{width:1rem;height:1rem}.footer .footer-right .copyright{color:#9ca3af;font-size:.875rem}@media (max-width: 768px){.container{padding:0 1rem}.hero{padding:2rem 0}.features,.team,.stats{padding:3rem 0}}
