:root{--primary: #1f2937;--primary-light: #1f2937;--accent: #D4EA00;--accent-light: #059669;--background: #ffffff;--foreground: #1a202c;--muted: #64748b;--border: #e2e8f0;--card: #ffffff;--section-blue: #f0f4f8;--section-light: #f8fafc}:root{--primary-green: #D4EA00;--dark-green: #059669;--shadow-green: rgba(16, 185, 129, .4);--text-dark: #1f2937;--text-light: #ffffff;--overlay: rgba(0, 0, 0, .5)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;transition:all .3s ease}.header.scrolled{background:#fffffffa;box-shadow:0 4px 30px #00000026}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 20px}.logo img{height:40px;width:auto;display:block}.logo h2{font-size:1.8rem;font-weight:700;color:var(--primary-green);letter-spacing:-.5px}.nav ul{display:flex;list-style:none;gap:2.5rem}.nav a{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-green);transition:width .3s ease}.nav a:hover{color:var(--primary-green)}.nav a:hover:after{width:100%}.btn-cta{background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff;box-shadow:0 4px 14px #00d84866}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #16f96d80}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(../images/hero.png);background-size:cover;background-position:center;background-attachment:fixed;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0000008c,#000000bf);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:var(--text-light);max-width:900px;padding:0 20px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{color:#fff;font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.15;text-shadow:0 4px 20px rgba(0,0,0,.3);letter-spacing:-1px}.hero-title{color:#fff;font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.15;letter-spacing:-1px;text-shadow:0 4px 20px rgba(0,0,0,.3);max-width:720px;margin-left:auto;margin-right:auto}.hero-subtitle{color:#fff;font-size:1.4rem;padding-top:40px;margin-bottom:2.5rem;font-weight:400;line-height:1.6;opacity:.95;text-shadow:0 2px 10px rgba(0,0,0,.3)}.btn-demo{padding:1.2rem 3rem;background:linear-gradient(135deg,var(--accent),var(--accent-light));box-shadow:0 4px 14px #f9731666;color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .4s ease;box-shadow:0 10px 30px var(--shadow-green);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.btn-demo:hover{background:var(--dark-green);transform:translateY(-5px);box-shadow:0 15px 40px var(--shadow-green)}.btn-demo:active{transform:translateY(-2px)}.hero-benefits{font-size:1rem;opacity:.9;font-weight:500;letter-spacing:.3px}@media(max-width:768px){.nav{display:none}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.btn-demo{padding:1rem 2.5rem;font-size:1rem}.hero-benefits{font-size:.9rem}.header .container{padding:1rem 20px}}@media(max-width:480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.btn-demo{padding:.9rem 2rem;font-size:.95rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:var(--foreground);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-content{display:flex;align-items:center;justify-content:space-between;height:80px}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem}.logo-text{font-size:1.25rem;font-weight:700}.nav-desktop{display:none;align-items:center;gap:2rem}.nav-desktop a{color:var(--muted);text-decoration:none;transition:color .3s}.nav-desktop a:hover{color:var(--foreground)}.menu-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:24px;height:2px;background:var(--foreground);transition:.3s}.nav-mobile{display:none;flex-direction:column;gap:1rem;padding:1rem;border-top:1px solid var(--border)}.nav-mobile.active{display:flex}.nav-mobile a{color:var(--muted);text-decoration:none;padding:.5rem 0}@media(min-width:768px){.nav-desktop{display:flex}.menu-toggle{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;border:none;text-decoration:none}.btn-cta{background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff;box-shadow:0 4px 14px #f9731666}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731680}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-xl{padding:1rem 2rem;font-size:1.125rem}.w-full{width:100%}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url(hero.png) center/cover}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#fffffff2,#fffc,#fff6)}.hero-content{position:relative;z-index:10;max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#f973161a;color:var(--accent);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.pulse-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;max-width:720px;margin-left:auto;margin-right:auto;text-align:center}.hero p{font-size:1.125rem;color:var(--muted);margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-features{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.875rem;color:var(--muted)}.hero-features span{display:flex;align-items:center;gap:.5rem}.hero-features svg{width:16px;height:16px;color:var(--accent)}.text-primary{color:var(--primary)}.text-accent{color:var(--accent)}@media(min-width:1200px){.hero h1{font-size:3.5rem}}.section{padding:5rem 0}.section-light{background:var(--section-light)}.section-blue{background:var(--section-blue)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.section-header p{color:var(--muted);font-size:1.125rem}@media(min-width:768px){.section-header h2{font-size:2.5rem}}.problem-grid{display:grid;gap:3rem;align-items:center}.problem-content h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.problem-content .subtitle{font-size:1.25rem;color:var(--accent);font-weight:600;margin-bottom:1rem}.problem-content .description{color:var(--muted);margin-bottom:1.5rem}.problem-list{list-style:none;margin-bottom:2rem}.problem-list li{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.problem-list .icon{font-size:1.25rem}.problem-callout{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;padding:1.5rem;border-radius:1rem}.problem-callout .text-accent{color:var(--accent-light)}.problem-visual{position:relative;height:300px;display:flex;align-items:center;justify-content:center}.visual-circles .circle{position:absolute;border-radius:50%;border:2px dashed var(--border);animation:spin 20s linear infinite}.circle-1{width:200px;height:200px}.circle-2{width:280px;height:280px;animation-direction:reverse}.circle-3{width:360px;height:360px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.alert-icon{font-size:4rem;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(min-width:1024px){.problem-grid{grid-template-columns:1fr 1fr}}.how-grid{display:grid;gap:3rem;align-items:center}.phone-mockup{max-width:480px;margin:0 auto}.phone-mockup img{width:100%;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040}.steps{display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;align-items:flex-start;gap:1rem}.step-icon{width:48px;height:48px;background:#1a365d1a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.step p{padding-top:.75rem;font-weight:500}.result-box{background:#16f99a1a;border:1px solid rgba(5,150,77,.2);padding:1.5rem;border-radius:.75rem;margin-top:1rem}@media(min-width:1024px){.how-grid{grid-template-columns:1fr 1fr;gap:5rem}}.features-grid{display:grid;gap:3rem;margin-bottom:4rem}.features-list{display:flex;flex-direction:column;gap:1.5rem}.feature-card{display:flex;gap:1rem;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.feature-icon{width:48px;height:48px;background:var(--primary);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.feature-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--muted);font-size:.875rem}.dashboard-mockup img{width:100%;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040}.benefits-title{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.benefits-grid{display:grid;gap:1rem}.benefit{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.benefit span{font-size:1.25rem}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:1fr 1fr}}.testimonials-grid{display:grid;gap:2rem;max-width:800px;margin:0 auto}.testimonial-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid var(--border)}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.testimonial-header img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid rgba(26,54,93,.2)}.testimonial-header h4{font-weight:600}.testimonial-header p{font-size:.875rem;color:var(--muted)}.stars{margin-bottom:1rem}.testimonial-card blockquote{font-size:1.125rem;font-style:italic}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}.section-cta{position:relative;padding:5rem 0;background:linear-gradient(135deg,var(--primary),var(--primary-light));overflow:hidden}.cta-decorations{position:absolute;inset:0;opacity:.1}.cta-circle{position:absolute;background:var(--accent);border-radius:50%;filter:blur(60px)}.cta-circle-1{width:400px;height:400px;top:-200px;left:-200px}.cta-circle-2{width:400px;height:400px;bottom:-200px;right:-200px}.cta-content{position:relative;z-index:10;text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.cta-content>p{color:#fffc;font-size:1.125rem;margin-bottom:2.5rem}.cta-features{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem;font-size:.875rem;color:#ffffffb3}.cta-features span{display:flex;align-items:center;gap:.5rem}.cta-features svg{width:16px;height:16px}@media(min-width:768px){.cta-content h2{font-size:2.5rem}}.footer{background:var(--foreground);color:#fff;padding:3rem 0 1.5rem}.footer-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.footer-brand .logo-icon{background:#fff;color:var(--primary)}.footer-brand .logo-text{color:#fff}.footer-brand p{color:#fff9;margin-top:.75rem}.footer-nav{display:flex;flex-wrap:wrap;gap:1.5rem}.footer-nav a{color:#fff9;text-decoration:none;transition:color .3s}.footer-nav a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:#fff6;font-size:.875rem}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;align-items:flex-start}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .6s ease-out forwards}.features-image img{width:100%;max-width:480px;box-shadow:0 30px 60px #0009,0 0 0 1px #ffffff0d;transform:translateY(-10px);transition:transform .3s ease,box-shadow .3s ease}.features-section2{padding:100px 0;background-color:#0f172a}.features-container2{display:flex;flex-direction:row-reverse;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.features-list{list-style:none;padding:0}.features-section.reverse .features-container{direction:rtl}.features-section.reverse .features-text,.features-section.reverse .features-image{direction:ltr}.features-section{padding:100px 0;background-color:#0f172a}.features-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.features-text h2{font-size:2.4rem;font-weight:800;margin-bottom:20px;color:#fff}.features-text p{font-size:1.05rem;color:#cbd5f5;margin-bottom:30px;line-height:1.6}.features-list{list-style:none}.features-list li{font-size:1rem;margin-bottom:14px;color:#e5e7eb}.features-image{display:flex;justify-content:center}.features-image img{width:100%;max-width:480px;border-radius:16px;box-shadow:0 30px 60px #0009,0 0 0 1px #ffffff0d;transform:translateY(-10px);transition:transform .3s ease,box-shadow .3s ease}.features-image img:hover{transform:translateY(-18px);box-shadow:0 40px 80px #000000b3,0 0 0 1px #38bdf866}@media(max-width:900px){.features-container{grid-template-columns:1fr;text-align:center}.features-list{text-align:left;max-width:420px;margin:0 auto}.features-image img{transform:none}}
