:root{--primary-blue: #3b82f6;--primary-purple: #8b5cf6;--dark-blue: #1e40af;--light-blue: #60a5fa;--light-purple: #a78bfa;--gradient-primary: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--gradient-secondary: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;font-family:Space Grotesk,Outfit,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;--section-padding: 5rem 1.5rem;--container-max-width: 1200px}html{scroll-behavior:smooth;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;color:var(--gray-900);background-color:var(--white);min-width:320px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--gray-900)}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.75rem}p{line-height:1.7;color:var(--gray-600)}a{color:var(--primary-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--dark-blue)}button{border-radius:12px;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease}button:focus,button:focus-visible{outline:3px solid var(--light-blue);outline-offset:2px}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.875rem}h3{font-size:1.5rem}:root{--section-padding: 3rem 1.5rem}}.app{width:100%;min-height:100vh}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.header-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;height:70px}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.logo-icon{height:40px;width:auto;object-fit:contain}.nav{display:flex;align-items:center}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-link{text-decoration:none;color:#374151;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.login-btn{background:transparent;border:none;color:#374151;font-weight:500;padding:.5rem 1rem;cursor:pointer;border-radius:.5rem;transition:all .3s ease}.login-btn:hover{background:#f3f4f6;color:#2563eb}.signup-btn{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #2563eb33}.signup-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 8px #2563eb4d}.mobile-menu-btn{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:.5rem;gap:4px}.hamburger{width:24px;height:2px;background:#374151;transition:all .3s ease}@media(max-width:768px){.header-container{padding:1rem}.nav,.header-actions{display:none}.mobile-menu-btn{display:flex}}@media(max-width:480px){.header-container{padding:.75rem 1rem;height:60px}.logo-icon{height:32px}}.hero{background:var(--gradient-primary);padding:var(--section-padding);padding-top:calc(var(--section-padding) + 70px);min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-container{max-width:var(--container-max-width);position:relative;z-index:1}.hero-title{color:var(--white);font-size:3.5rem;margin-bottom:1.5rem;font-weight:800;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.1)}.hero-subtitle{color:#fffffff2;font-size:1.25rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}.cta-button{background:var(--white);color:var(--primary-blue);font-size:1.125rem;padding:1rem 2.5rem;border-radius:16px;font-weight:700;box-shadow:0 10px 40px #0003;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 15px 50px #0000004d}.cta-button:active{transform:translateY(0)}@media(max-width:768px){.hero{min-height:70vh;padding:3rem 1.5rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}.cta-button{font-size:1rem;padding:.875rem 2rem}}@media(max-width:480px){.hero{padding-top:calc(var(--section-padding) + 60px)}}.how-it-works{padding:var(--section-padding);background-color:var(--gray-50)}.how-it-works-container{max-width:var(--container-max-width);margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:var(--gray-900)}.section-subtitle{text-align:center;font-size:1.25rem;color:var(--gray-600);margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step-card{background:var(--white);padding:2rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;position:relative}.step-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #3b82f626}.step-number{width:60px;height:60px;background:var(--gradient-primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700;margin:0 auto 1.5rem}.step-title{font-size:1.5rem;margin-bottom:1rem;color:var(--gray-900)}.step-description{color:var(--gray-600);line-height:1.7}@media(max-width:768px){.steps-grid{grid-template-columns:1fr;gap:1.5rem}.step-card{padding:1.5rem}}.features{padding:var(--section-padding);background-color:var(--white)}.features-container{max-width:var(--container-max-width);margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:3rem}.feature-card{padding:2.5rem 2rem;border-radius:20px;background:var(--gray-50);border:2px solid transparent;transition:all .3s ease;text-align:center}.feature-card:hover{border-color:var(--primary-blue);background:var(--white);transform:translateY(-5px);box-shadow:0 12px 30px #3b82f626}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem;line-height:1}.feature-title{font-size:1.5rem;margin-bottom:1rem;color:var(--gray-900)}.feature-description{color:var(--gray-600);line-height:1.7;font-size:1rem}@media(max-width:768px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:3rem}}.pricing{padding:var(--section-padding);background-color:var(--gray-50)}.pricing-container{max-width:var(--container-max-width);margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.pricing-card{background:var(--white);padding:2.5rem 2rem;border-radius:20px;border:2px solid var(--gray-200);position:relative;transition:all .3s ease;text-align:center}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.pricing-card.popular{border-color:var(--primary-blue);box-shadow:0 12px 40px #3b82f633;transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-primary);color:var(--white);padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:700}.plan-name{font-size:1.75rem;margin-bottom:1rem;color:var(--gray-900)}.plan-price{margin-bottom:2rem}.price{font-size:3rem;font-weight:700;color:var(--gray-900)}.period{font-size:1.125rem;color:var(--gray-600)}.plan-features{list-style:none;margin-bottom:2rem;text-align:left}.plan-features li{color:var(--gray-600);position:relative;padding:.75rem 0 .75rem 2rem}.plan-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-blue);font-weight:700;font-size:1.25rem}.plan-button{width:100%;background:var(--gray-900);color:var(--white);padding:1rem;border-radius:12px;font-weight:600}.plan-button:hover{background:var(--gray-800);transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.popular-button{background:var(--gradient-primary)}.popular-button:hover{opacity:.9}@media(max-width:768px){.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:scale(1)}.pricing-card.popular:hover{transform:translateY(-5px)}}.testimonials{padding:var(--section-padding);background-color:var(--white)}.testimonials-container{max-width:var(--container-max-width);margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:var(--gray-50);padding:2rem;border-radius:20px;border:2px solid transparent;transition:all .3s ease}.testimonial-card:hover{border-color:var(--light-blue);background:var(--white);box-shadow:0 12px 30px #3b82f61a}.testimonial-content{margin-bottom:1.5rem}.testimonial-text{color:var(--gray-700);font-size:1.125rem;line-height:1.7;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--gradient-secondary);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.author-info{flex:1}.author-name{font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.author-role{color:var(--gray-600);font-size:.875rem}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}.testimonial-text{font-size:1rem}}.footer{background:var(--gray-900);color:var(--white);padding:3rem 1.5rem 1.5rem}.footer-container{max-width:var(--container-max-width);margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-logo{margin-bottom:.75rem}.footer-logo-icon{height:40px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-tagline{color:var(--gray-300);font-size:.95rem;line-height:1.6}.footer-heading{font-size:1rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--gray-300);font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:var(--light-blue)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--gray-700);text-align:center}.footer-bottom p{color:var(--gray-300);font-size:.875rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section:first-child{margin-bottom:1rem}.footer-logo-icon{height:32px}}
