*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #1e88e5;--dark-blue: #1565c0;--light-blue: #e3f2fd;--text-dark: #2c3e50;--text-light: #546e7a;--white: #ffffff;--gray-light: #f8f9fa;--gray-border: #e0e0e0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{background:var(--white);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand .logo{font-size:1.5rem;font-weight:700;color:var(--primary-blue)}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-blue)}.btn-nav{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white)!important;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:transform .2s,box-shadow .2s;font-size:1rem;animation:pulse-nav 2.5s infinite}@keyframes pulse-nav{0%,to{box-shadow:0 0 #1e88e566}50%{box-shadow:0 0 0 8px #1e88e500}}.btn-nav:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1e88e566}.hero{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white);padding:6rem 0;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.btn-primary{background:var(--white);color:var(--primary-blue);padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.btn-secondary{background:transparent;color:var(--white);padding:1rem 2.5rem;border:2px solid var(--white);border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:background .2s;display:inline-block}.btn-secondary:hover{background:#ffffff1a}.hero-features{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.feature-badge{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;font-weight:600}.feature-badge .icon{font-size:1.5rem}.why-section{padding:6rem 0;background:var(--gray-light)}.why-section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.why-content{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center}.why-story .lead{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:1.5rem;line-height:1.5}.why-story p{font-size:1.1rem;margin-bottom:1.5rem;color:var(--text-light);line-height:1.8}.why-story strong{color:var(--text-dark);font-weight:700}.why-image{display:flex;justify-content:center;align-items:center}.image-placeholder{background:linear-gradient(135deg,var(--light-blue) 0%,#bbdefb 100%);border-radius:16px;padding:4rem 2rem;text-align:center;width:100%;box-shadow:0 8px 24px #0000001a}.placeholder-icon{font-size:5rem;display:block;margin-bottom:1rem}.image-placeholder p{font-size:1.1rem;color:var(--primary-blue);font-weight:600}.features-section{padding:6rem 0}.features-section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.feature-card{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 16px #00000014;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #1e88e526}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.4rem;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.7}.feature-card-highlight{background:var(--text-dark);color:var(--white)}.feature-card-highlight h3{color:var(--white)}.feature-card-highlight p{color:#ffffffd9}.feature-card-highlight:hover{box-shadow:0 8px 24px #2c3e504d}.how-section{padding:6rem 0;background:var(--gray-light)}.how-section h2{font-size:2.5rem;text-align:center;margin-bottom:4rem;color:var(--text-dark)}.steps{max-width:800px;margin:0 auto}.step{display:flex;gap:2rem;margin-bottom:3rem;align-items:flex-start}.step-number{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #1e88e54d}.step-content h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-dark)}.step-content p{font-size:1.1rem;color:var(--text-light);line-height:1.7}.cta-section{padding:6rem 0;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:var(--white);text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.btn-large{padding:1.25rem 3rem;font-size:1.2rem}.cta-note{margin-top:1.5rem;font-size:.95rem;opacity:.8}.footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand .logo{font-size:1.5rem;font-weight:700;color:var(--white)}.footer-brand p{margin-top:.5rem;opacity:.8}.footer-links{display:flex;gap:3rem}.footer-column h4{margin-bottom:1rem;font-size:1.1rem}.footer-column a{display:block;color:var(--white);text-decoration:none;opacity:.8;margin-bottom:.5rem;transition:opacity .2s}.footer-column a:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;opacity:.7}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons a{width:100%;max-width:300px;text-align:center}.why-content,.features-grid{grid-template-columns:1fr}.step{flex-direction:column;text-align:center;align-items:center}.footer-content{grid-template-columns:1fr}.nav-links{gap:1rem;font-size:.9rem}.container{padding:0 1rem}}@media (max-width: 480px){.hero{padding:4rem 0}.hero-content h1{font-size:2rem}.hero-features{flex-direction:column;align-items:center}.nav-links a:not(.btn-nav){display:none}}.btn-hero-launch{font-size:1.25rem!important;padding:1.25rem 3rem!important;animation:pulse-hero 2.5s infinite;box-shadow:0 8px 24px #0003}@keyframes pulse-hero{0%,to{transform:scale(1);box-shadow:0 8px 24px #0003}50%{transform:scale(1.03);box-shadow:0 12px 32px #0000004d}}.btn-hero-launch:hover{animation:none;transform:translateY(-3px)!important;box-shadow:0 12px 32px #0000004d!important}.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 -4px 16px #00000026}.sticky-cta p{margin:0;font-weight:600;font-size:1rem}.sticky-cta .btn-cta{background:#fff;color:var(--primary-blue);padding:.75rem 2rem;border-radius:6px;text-decoration:none;font-weight:700;font-size:1rem;white-space:nowrap;transition:transform .2s,box-shadow .2s}.sticky-cta .btn-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media (max-width: 480px){.sticky-cta p{font-size:.85rem}.sticky-cta .btn-cta{padding:.6rem 1.25rem;font-size:.9rem}}.btn-nav-signin{color:var(--primary-blue)!important;font-weight:600;padding:.75rem 1rem;border-radius:6px;border:2px solid var(--primary-blue);transition:all .2s}.btn-nav-signin:hover{background:var(--primary-blue);color:#fff!important}.btn-cta-secondary{background:transparent;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid rgba(255,255,255,.7);transition:all .2s}.btn-cta-secondary:hover{background:#ffffff26;border-color:#fff}body{padding-bottom:70px}
