@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary-color: #6D956D;--primary-dark: #5A7A5A;--secondary-color: #4B5563;--text-dark: #1f2937;--text-light: #6b7280;--background: #ffffff;--surface: #f9fafb;--border: #e5e7eb;--success: #10b981;--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--background);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:var(--text-dark)}@media (max-width: 768px){.section-title{font-size:2rem;margin-bottom:2rem}}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1000;padding:1rem 0}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.75rem;font-weight:700;color:var(--primary-color);text-decoration:none;transition:color .3s ease}.logo:hover{color:var(--primary-dark)}.cta-button{background:var(--primary-color);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:all .3s ease}.cta-button:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}@media (max-width: 768px){.logo{font-size:1.5rem}.cta-button{padding:.6rem 1.2rem;font-size:.9rem}}.hero{padding:8rem 0;background:linear-gradient(135deg,#f0fdf4,#bbf7d0 30%,#4ade80 70%,#16a34a);min-height:100vh;display:flex;align-items:center;overflow:hidden;position:relative}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;color:#064e3b}.hero-subtitle{font-size:1.25rem;color:#065f46;margin-bottom:2rem;line-height:1.8}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.primary-button,.secondary-button{padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}.primary-button{background:#fff;color:#16a34a;border:2px solid white}.primary-button:hover{background:var(--primary-color);color:#fff;border:2px solid var(--primary-color);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.secondary-button{background:transparent;color:#064e3b;border:2px solid #064e3b}.secondary-button:hover{background:#064e3b;color:#fff;transform:translateY(-2px)}.phone-mockup{position:relative;display:flex;justify-content:center;align-items:flex-start}.hero-phone-container{position:absolute;top:-300px;right:0;z-index:1}.hero-phone-frame-svg{width:360px;height:auto;display:block;filter:drop-shadow(0 40px 80px rgba(0,0,0,.2))}.hero-phone-screen{position:absolute;top:15px;left:15px;width:calc(100% - 30px);height:calc(100% - 30px);background:#000;border-radius:50px;overflow:hidden;z-index:2}.hero-phone-screen img{width:100%;height:100%;object-fit:cover;object-position:center top}.demo-card{position:absolute;background:#fff;border-radius:16px;padding:12px;box-shadow:0 10px 30px #00000026,0 4px 8px #0000001a;z-index:2;transition:transform .3s ease,box-shadow .3s ease}.demo-card:hover{transform:scale(1.05);box-shadow:0 20px 40px #0003,0 8px 16px #00000026}.demo-card img{width:300px;height:auto;border-radius:4px;display:block}.demo-card-right{top:-140px;right:-160px}.demo-card-left{top:20px;left:-30px}.demo-card-left img{width:240px}@media (min-width: 1440px){.hero-phone-container{top:-280px;right:50px}.hero-phone-frame-svg{width:400px;height:auto}.hero-phone-screen{top:18px;left:18px;width:calc(100% - 36px);height:calc(100% - 36px);border-radius:54px}.hero-phone-screen img{object-fit:cover;object-position:center top}}@media (max-width: 968px){.hero .container{grid-template-columns:1fr;text-align:left}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-cta{justify-content:flex-start}.hero-phone-container{top:-200px;right:-60px}.hero-phone-frame-svg{width:300px;height:auto}.hero-phone-screen{top:12px;left:12px;width:calc(100% - 24px);height:calc(100% - 24px);border-radius:38px}.demo-card img{width:150px}.demo-card-right{top:100px;right:-80px}.demo-card-left{top:80px;left:-80px}.demo-card-left img{width:120px}}@media (max-width: 768px){.hero{padding:8rem 0 4rem;min-height:80vh}.hero .container{grid-template-columns:1fr;text-align:left}.hero-title{font-size:2.25rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.primary-button,.secondary-button{padding:.875rem 1.5rem;font-size:1rem}.phone-mockup{position:relative;margin-top:3rem;display:flex;justify-content:center}.hero-phone-container{position:relative;top:0;right:0}.hero-phone-frame-svg{width:280px;height:auto}.hero-phone-screen{top:11px;left:11px;width:calc(100% - 22px);height:calc(100% - 22px);border-radius:35px}.demo-card{display:block;padding:8px;border-radius:8px}.demo-card img{width:250px}.demo-card-right{top:100px;right:20px}.demo-card-left{top:250px;left:100px}.demo-card-left img{width:180px}}@media (max-width: 600px){.hero{padding:8rem 0 4rem;min-height:80vh}.hero-title{font-size:2.25rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.primary-button,.secondary-button{padding:.875rem 1.5rem;font-size:1rem}.phone-mockup{display:none}}@media (max-width: 480px){.hero{padding:8rem 0 2rem;min-height:auto}.hero .container{text-align:left;gap:2.5rem}.hero-title{font-size:2rem;margin-bottom:.875rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.25rem;line-height:1.6}.hero-cta{align-items:flex-start}.phone-mockup{display:none}}@media (max-width: 425px){.hero{padding:8rem 0 2rem;min-height:auto}.hero .container{gap:2rem;padding:0 1rem;text-align:left}.hero-title{font-size:1.75rem;margin-bottom:.75rem;line-height:1.2}.hero-subtitle{font-size:.875rem;margin-bottom:1rem;line-height:1.5}.hero-cta{gap:.75rem;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem}.primary-button,.secondary-button{padding:.75rem 1.25rem;font-size:.9rem;width:100%;max-width:280px;text-align:center}}@media (max-width: 375px){.hero{padding:8rem 0 2rem;min-height:auto}.hero .container{gap:1.5rem;padding:0 .75rem;text-align:left}.hero-title{font-size:1.625rem;margin-bottom:.5rem;line-height:1.15}.hero-subtitle{font-size:.825rem;margin-bottom:.875rem;line-height:1.4}.hero-cta{align-items:flex-start;margin-bottom:1rem}.primary-button,.secondary-button{padding:.625rem 1rem;font-size:.85rem;max-width:260px}}.how-it-works{padding:5rem 0;background:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative}.step{text-align:left;padding:2rem 1rem}.step-number{width:60px;height:60px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem}.step h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-dark)}.step p{color:var(--text-light);max-width:250px;margin:0}@media (min-width: 769px){.steps:before{content:"";position:absolute;top:calc(2rem + 30px);left:calc(1rem + 30px);width:75%;height:2px;background:var(--border);z-index:0}.step-number{position:relative;z-index:1;background:var(--primary-color)}}@media (max-width: 768px){.how-it-works{padding:3rem 0}.steps{grid-template-columns:1fr;gap:1rem}}.mobile-app{padding:5rem 0;background:var(--surface)}.app-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.app-info h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.app-info p{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem;line-height:1.8}.app-features{margin-bottom:2rem}.app-feature{font-size:1.1rem;color:var(--text-dark);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.download-buttons{display:flex;gap:1rem;flex-wrap:wrap}.app-store-button img,.google-play-button img{height:48px;transition:transform .3s ease}.app-store-button:hover img,.google-play-button:hover img{transform:scale(1.05)}.iphone-frame{position:relative;width:320px;height:680px;background:#1a1a1a;border-radius:42px;padding:8px;box-shadow:0 0 0 1px #333,0 20px 40px #00000026,inset 0 0 0 1px #ffffff1a;margin:0 auto}.iphone-screen{width:100%;height:100%;background:#000;border-radius:32px;overflow:hidden;position:relative}.slideshow-container{width:100%;height:100%;position:relative}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover;object-position:center}.slide-indicators{display:flex;justify-content:center;gap:8px;margin-top:20px}.indicator{width:8px;height:8px;border-radius:50%;border:none;background:#0006;cursor:pointer;transition:all .3s ease}.indicator:hover{background:#000000b3;transform:scale(1.2)}.indicator.active{background:#000;width:20px;border-radius:4px}@media (max-width: 968px){.app-content{grid-template-columns:1fr;text-align:left}.app-info h2{font-size:2rem}.app-feature,.download-buttons{justify-content:flex-start}.iphone-frame{width:280px;height:600px;padding:6px;margin:2rem auto}}@media (max-width: 480px){.iphone-frame{width:240px;height:520px;padding:5px}.indicator{width:6px;height:6px}.indicator.active{width:16px}}.cta{padding:5rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-button-large{display:inline-block;background:#fff;color:var(--primary-color);padding:1.25rem 2.5rem;border-radius:8px;font-weight:600;font-size:1.125rem;transition:all .3s ease}.cta-button-large:hover{transform:translateY(-3px);box-shadow:0 12px 24px #00000026}@media (max-width: 768px){.cta{padding:3rem 0}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}.cta-button-large{padding:1rem 2rem;font-size:1rem}}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1.5rem}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:2rem}.footer-info .logo{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.footer-info p{opacity:.8;font-size:.95rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-links a{color:#fff;opacity:.8;transition:opacity .3s ease}.footer-links a:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;opacity:.7;font-size:.9rem}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-links{justify-content:center}}.demo-request{padding:8rem 0 6rem;background:linear-gradient(135deg,#f0fdf4,#bbf7d0 30%,#4ade80 70%,#16a34a);min-height:100vh;display:flex;align-items:center}.demo-request-content{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 50px #0000001a}.demo-request-header{text-align:center;margin-bottom:3rem}.demo-request-header h1{font-size:3rem;color:#064e3b;margin-bottom:1rem}.demo-request-header p{font-size:1.125rem;color:#065f46;line-height:1.7}.demo-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#064e3b;font-size:1rem}.form-group input,.form-group select{padding:1rem;border:1px solid #000000;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-group input:focus,.form-group select:focus{outline:none}.form-group select{cursor:pointer}.submit-button{background:#16a34a;color:#fff;border:none;padding:1.25rem 2rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;align-self:center;min-width:200px;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-button:hover:not(:disabled){background:#15803d;transform:translateY(-2px);box-shadow:0 8px 20px #16a34a4d}.submit-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.form-group input.error,.form-group select.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.field-error{color:#ef4444;font-size:.875rem;font-weight:500;margin-top:.25rem}.success-message{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:2px solid #16a34a;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:left}.success-message h2{color:#15803d;font-size:1.8rem;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.success-icon{color:#16a34a;flex-shrink:0}.success-message p{color:#065f46;line-height:1.6;margin-bottom:.5rem}.success-message a{color:#16a34a;font-weight:600;text-decoration:underline}.success-message a:hover{color:#15803d}.error-message{background:linear-gradient(135deg,#fef2f2,#fecaca);border:2px solid #ef4444;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:center}.error-message h3{color:#dc2626;font-size:1.5rem;margin-bottom:1rem}.error-message p{color:#991b1b;line-height:1.6;margin-bottom:.5rem}.error-message a{color:#dc2626;font-weight:600;text-decoration:underline}.error-message a:hover{color:#b91c1c}.spinner{display:inline-block;margin-right:.5rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.demo-request{padding:4rem 1rem 3rem}.demo-request-content{max-width:700px;padding:2.5rem}.demo-request-header h1{font-size:2.75rem}.demo-request-header p{font-size:1rem}}@media (max-width: 768px){.demo-request{padding:2rem 1rem 1rem;min-height:auto;align-items:flex-start}.demo-request-content{padding:2rem;margin:0;border-radius:16px;box-shadow:0 10px 30px #0000001a}.demo-request-header{margin-bottom:2rem}.demo-request-header h1{font-size:2.25rem;line-height:1.2}.demo-request-header p{font-size:1rem;line-height:1.6}.form-row{grid-template-columns:1fr;gap:1rem}.demo-form{gap:1rem}.submit-button{padding:1rem 1.5rem;font-size:1rem;min-width:180px}}@media (max-width: 480px){.demo-request{padding:1rem .75rem .5rem}.demo-request-content{padding:1.5rem;border-radius:12px}.demo-request-header h1{font-size:1.875rem;margin-bottom:.75rem}.demo-request-header p{font-size:.9rem}.demo-request-header{margin-bottom:1.5rem}.form-group label{font-size:.9rem}.form-group input,.form-group select{padding:.875rem;font-size:.9rem}.submit-button{padding:.875rem 1.25rem;font-size:.9rem;min-width:160px}.success-message,.error-message{padding:1.5rem;margin-bottom:1.5rem}.success-message h2,.error-message h3{font-size:1.4rem}}@media (max-width: 425px){.demo-request{padding:.75rem .5rem .25rem;min-height:100vh;justify-content:flex-start}.demo-request-content{padding:1.25rem;border-radius:8px;margin:.25rem 0;width:100%;box-shadow:0 5px 15px #0000001a}.demo-request-header{margin-bottom:1.25rem}.demo-request-header h1{font-size:1.625rem;line-height:1.1;margin-bottom:.5rem}.demo-request-header p{font-size:.85rem;line-height:1.5}.demo-form{gap:.875rem}.form-group{gap:.375rem}.form-group label{font-size:.85rem;font-weight:500}.form-group input,.form-group select{padding:.75rem;font-size:.85rem;border-radius:6px}.submit-button{padding:.75rem 1rem;font-size:.85rem;min-width:140px;margin-top:.5rem}.success-message,.error-message{padding:1.25rem;margin-bottom:1.25rem;border-radius:8px}.success-message h2{font-size:1.25rem;gap:.5rem}.success-icon{size:20px}.error-message h3{font-size:1.25rem}.success-message p,.error-message p{font-size:.85rem;line-height:1.5}}
