:root{--primary: #10B981;--primary-dark: #0D9488;--primary-light: #14B8A6;--dark: #111827;--gray: #6B7280;--light: #F9FAFB;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'DM Sans', sans-serif;color:var(--dark);line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:'Playfair Display', serif;font-weight:600}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 80px;background:linear-gradient(135deg, #F0FDF9 0%, #ECFDF5 50%, #D1FAE5 100%);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;right:-30%;width:80%;height:150%;background:radial-gradient(circle, rgba(16,185,129,0.06) 0%, transparent 70%);pointer-events:none}.hero::after{content:'';position:absolute;bottom:-30%;left:-20%;width:60%;height:100%;background:radial-gradient(circle, rgba(13,148,136,0.05) 0%, transparent 70%);pointer-events:none}.hero-container{display:flex;align-items:center;justify-content:space-between;gap:80px;max-width:1200px;width:100%;z-index:1}.hero-content{flex:1;max-width:550px}.brand{display:flex;align-items:center;gap:16px;margin-bottom:24px;animation:fadeInUp 0.8s ease}.logo-icon{width:70px;height:70px;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px rgba(16,185,129,0.25)}.logo-icon img{width:100%;height:100%}.brand-name{font-family:'Playfair Display', serif;font-size:2.8rem;font-weight:700;color:var(--dark);letter-spacing:-1px}.tagline{font-size:1.4rem;color:var(--gray);margin-bottom:40px;line-height:1.6;animation:fadeInUp 0.8s ease 0.2s both}.app-buttons{display:flex;gap:16px;animation:fadeInUp 0.8s ease 0.3s both}.app-btn{display:inline-flex;align-items:center;gap:10px;background:var(--dark);color:white;padding:14px 28px;border-radius:12px;text-decoration:none;transition:all 0.3s ease}.app-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,0.2)}.app-btn svg{width:26px;height:26px}.app-btn-text{text-align:left}.app-btn-text small{font-size:0.7rem;opacity:0.8;display:block}.app-btn-text span{font-size:1.05rem;font-weight:600}.phone-container{flex-shrink:0;position:relative;animation:fadeInRight 1s ease 0.4s both}.phone-frame{position:relative;width:300px;height:612px;background:#1a1a1a;border-radius:50px;padding:12px;box-shadow:0 50px 100px rgba(0,0,0,0.15),0 30px 60px rgba(0,0,0,0.1),inset 0 0 0 2px #333}.phone-screen{width:100%;height:100%;border-radius:40px;overflow:hidden;background:#000}.phone-screen video{width:100%;height:100%;object-fit:cover}.phone-notch{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:125px;height:32px;background:#1a1a1a;border-radius:0 0 20px 20px;z-index:10}.features{padding:120px 60px;background:white}.section-header{text-align:center;max-width:600px;margin:0 auto 80px}.section-header h2{font-size:2.8rem;margin-bottom:20px}.section-header p{font-size:1.1rem;color:var(--gray)}.features-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px;max-width:1200px;margin:0 auto}.feature-card{padding:40px;border-radius:24px;background:var(--light);transition:all 0.4s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,0,0,0.1)}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg, var(--primary-dark), var(--primary));border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:24px}.feature-card h3{font-size:1.4rem;margin-bottom:12px;font-family:'DM Sans', sans-serif;font-weight:700}.feature-card p{color:var(--gray);font-size:1rem}.how-it-works{padding:120px 60px;background:linear-gradient(180deg, #F9FAFB 0%, white 100%)}.steps{display:flex;justify-content:center;gap:60px;max-width:1000px;margin:0 auto}.step{text-align:center;flex:1;position:relative}.step:not(:last-child)::after{content:'';position:absolute;top:50px;right:-30px;width:60px;height:2px;background:linear-gradient(90deg, var(--primary), transparent)}.step-number{width:100px;height:100px;background:linear-gradient(135deg, var(--primary-dark), var(--primary));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:white;margin:0 auto 24px;font-family:'Playfair Display', serif}.step h3{font-size:1.3rem;margin-bottom:12px;font-family:'DM Sans', sans-serif;font-weight:700}.step p{color:var(--gray);font-size:0.95rem}.cta{padding:120px 60px;background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);text-align:center;position:relative;overflow:hidden}.cta::before{content:'';position:absolute;top:0;left:0;right:0;bottom: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")}.cta h2{font-size:3rem;color:white;margin-bottom:20px;position:relative}.cta p{font-size:1.2rem;color:rgba(255,255,255,0.9);margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto;position:relative}.cta .app-btn{background:white;color:var(--primary-dark)}.cta .app-btn:hover{box-shadow:0 15px 40px rgba(0,0,0,0.2)}footer{background:var(--dark);color:white;padding:60px 60px 40px}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto 40px}.footer-brand{max-width:350px}.footer-brand .logo{display:flex;align-items:center;gap:12px;margin-bottom:16px;text-decoration:none}.footer-brand .logo-icon{width:44px;height:44px;border-radius:10px}.footer-brand .logo-text{font-family:'Playfair Display', serif;font-size:1.4rem;font-weight:600;color:white}.footer-brand p{color:#9CA3AF;font-size:0.95rem;line-height:1.7}.footer-links{display:flex;gap:80px}.footer-column h4{font-family:'DM Sans', sans-serif;font-weight:700;margin-bottom:20px;font-size:1rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:12px}.footer-column a{color:#9CA3AF;text-decoration:none;font-size:0.95rem;transition:color 0.3s ease}.footer-column a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid #374151;padding-top:30px;text-align:center;max-width:1200px;margin:0 auto}.footer-bottom p{color:#6B7280;font-size:0.9rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@media (max-width: 1024px){.hero{padding:80px 40px}.hero-container{flex-direction:column;text-align:center;gap:60px}.hero-content{max-width:100%;display:flex;flex-direction:column;align-items:center}.brand{justify-content:center}.brand-name{font-size:2.5rem}.tagline{font-size:1.2rem;text-align:center}.app-buttons{justify-content:center}.phone-frame{width:260px;height:530px;border-radius:42px}.phone-screen{border-radius:34px}.features{padding:80px 30px}.features-grid{grid-template-columns:1fr;gap:30px}.section-header h2{font-size:2.2rem}.how-it-works{padding:80px 30px}.steps{flex-direction:column;gap:40px}.step:not(:last-child)::after{display:none}.cta{padding:80px 30px}.cta h2{font-size:2.2rem}footer{padding:50px 30px 30px}.footer-content{flex-direction:column;gap:40px}.footer-links{gap:40px}}@media (max-width: 480px){.hero{padding:60px 20px}.brand{flex-direction:column;gap:12px}.brand-name{font-size:2rem}.logo-icon{width:60px;height:60px;border-radius:14px}.tagline{font-size:1.1rem}.phone-frame{width:240px;height:490px;border-radius:38px;padding:10px}.phone-screen{border-radius:30px}.phone-notch{width:100px;height:25px;top:10px}.app-buttons{flex-direction:column;width:100%}.app-btn{width:100%;justify-content:center}.footer-links{flex-direction:column;gap:30px}}.legal-page{min-height:100vh;padding:80px 40px;background:linear-gradient(135deg, #F0FDF9 0%, #ECFDF5 50%, #D1FAE5 100%)}.legal-container{max-width:800px;margin:0 auto;background:white;padding:60px;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,0.1)}.legal-container h1{font-size:2.5rem;color:var(--dark);margin-bottom:10px}.last-updated{color:var(--gray);font-size:0.95rem;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #E5E7EB}.legal-content h2{font-size:1.3rem;color:var(--dark);margin-top:32px;margin-bottom:12px;font-family:'DM Sans', sans-serif;font-weight:700}.legal-content h3{font-size:1.1rem;color:var(--dark);margin-top:20px;margin-bottom:10px;font-family:'DM Sans', sans-serif;font-weight:600}.legal-content p{color:var(--gray);margin-bottom:16px;line-height:1.8}.legal-content ul{margin-left:24px;margin-bottom:16px}.legal-content li{color:var(--gray);margin-bottom:8px;line-height:1.7}.legal-content a{color:var(--primary);text-decoration:none}.legal-content a:hover{text-decoration:underline}.back-home{margin-top:40px;padding-top:30px;border-top:1px solid #E5E7EB}.back-btn{display:inline-flex;align-items:center;gap:8px;background:var(--dark);color:white;padding:14px 28px;border-radius:12px;text-decoration:none;transition:all 0.3s ease}.back-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,0,0,0.2)}@media (max-width: 768px){.legal-page{padding:40px 20px}.legal-container{padding:30px 24px}.legal-container h1{font-size:1.8rem}.legal-content h2{font-size:1.15rem}}
