:root{--primary: #FC554A;--text-dark: #1A1A1A;--text-gray: #666666;--bg-light: #FFFFFF;--bg-off-white: #F9FAFB;--font-family: "Outfit", sans-serif;--max-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);color:var(--text-dark);background-color:var(--bg-light);line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.highlight{color:var(--primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:12px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;font-family:var(--font-family);font-size:1rem}.btn-primary{background-color:var(--primary);color:#fff;border:1px solid var(--primary);box-shadow:0 4px 12px #fc554a4d}.btn-primary:hover{background-color:#e44d43;transform:translateY(-1px)}.btn-outline{background-color:transparent;color:var(--primary);border:1px solid #FFDbd8;border:1px solid rgba(252,85,74,.4)}.btn-outline:hover{border-color:var(--primary);background-color:#fc554a0d}.main-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:var(--max-width);margin:0 auto}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem}.logo-icon{width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FC554A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 2 7 12 12 22 7 12 2'%3E%3C/polygon%3E%3Cpolyline points='2 17 12 22 22 17'%3E%3C/polyline%3E%3Cpolyline points='2 12 12 17 22 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.auth-buttons{display:flex;gap:1rem}.hero{padding:4rem 1rem 0;text-align:center;max-width:var(--max-width);margin:0 auto;min-height:100vh}.hero-content h1{font-size:3.5rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.125rem;color:var(--text-gray);max-width:600px;margin:0 auto 2rem}.hero-cta{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem}.hero-visuals{position:relative;height:600px;display:flex;justify-content:center;align-items:flex-start;margin-top:2rem}.bg-waves{position:absolute;top:-100px;left:50%;transform:translate(-50%);width:100vw;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='1440' height='800' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-100 200 C 200 100, 400 300, 720 200 C 1040 100, 1240 300, 1540 200' stroke='%23FC554A' stroke-width='1' fill='none' opacity='0.1'/%3E%3Cpath d='M-100 250 C 200 150, 400 350, 720 250 C 1040 150, 1240 350, 1540 250' stroke='%23FC554A' stroke-width='1' fill='none' opacity='0.05'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:top center;z-index:-1;pointer-events:none}.phones-container{display:flex;justify-content:center;align-items:center;position:relative;top:0}.phone{width:280px;border-radius:36px;box-shadow:0 20px 40px #0003;background:#000;border:8px solid #1a1a1a;overflow:hidden;position:relative;transition:transform .5s ease;aspect-ratio:9/19}.phone img{width:100%;height:100%;object-fit:cover;display:block}.phone-center{z-index:20;transform:scale(1.1) translateY(20px)}.phone-left{z-index:10;transform:translate(60px) translateY(0) rotate(-10deg) scale(.9);opacity:.9}.phone-right{z-index:10;transform:translate(-60px) translateY(0) rotate(10deg) scale(.9);opacity:.9}.how-it-works{text-align:center;padding:4rem 1rem;margin-top:100px}.how-it-works h2{font-size:2rem;margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:var(--max-width);margin:0 auto}.step-card{display:flex;flex-direction:column;align-items:center}.icon-circle{width:64px;height:64px;background-color:#fff0ef;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--primary)}.step-card h3{font-size:1.1rem;margin-bottom:.5rem}.step-card p{color:var(--text-gray);font-size:.9rem;max-width:200px}.challenge-cta{margin-top:4rem}.challenge-cta h3{font-size:1.5rem;margin-bottom:1.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center}.features-section{padding:6rem 1rem;background-color:#f9fafb;margin-top:4rem}.features-header{text-align:center;max-width:800px;margin:0 auto 4rem}.features-header h2{font-size:2.5rem;margin-bottom:1rem;color:#1a1a1a}.features-header p{color:#666;font-size:1.1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:var(--max-width);margin:0 auto}.feature-card{background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 4px 6px #00000005;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f}.feature-icon{width:56px;height:56px;border-radius:16px;background-color:#fff0ef;color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon svg{stroke-width:2px}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#1a1a1a}.feature-card p{color:#666;line-height:1.6;font-size:1rem}.store-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.btn-store{display:flex;align-items:center;background-color:#000;color:#fff;padding:.5rem 1.25rem;border-radius:10px;text-decoration:none;transition:transform .2s;min-width:160px}.btn-store:hover{transform:translateY(-2px);background-color:#1a1a1a}.btn-store svg{margin-right:.75rem;fill:#fff;width:28px;height:28px}.store-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.store-text span:first-child{font-size:.7rem;opacity:.8}.store-name{font-size:1.1rem;font-weight:600}.main-footer{background-color:#f9fafb;padding:3rem 1rem;margin-top:4rem;border-top:1px solid #eee}.footer-content{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.5rem;color:var(--text-dark)}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-gray);text-decoration:none;font-weight:500;transition:color .2s}.footer-links a:hover{color:var(--primary)}.copyright{color:#999;font-size:.9rem;margin-top:1rem}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background-color:#fefefe;margin:5% auto;padding:2rem;border:1px solid #888;width:80%;max-width:800px;border-radius:20px;position:relative;max-height:80vh;overflow-y:auto}.close-modal{color:#aaa;float:right;font-size:28px;font-weight:700;cursor:pointer;position:sticky;top:0;right:0}.close-modal:hover,.close-modal:focus{color:#000;text-decoration:none;cursor:pointer}.terms-text h2{margin-bottom:1rem;color:var(--primary);text-align:center}.terms-text h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem;color:#333}.terms-text p,.terms-text ul{margin-bottom:.5rem;font-size:.95rem;color:#555;line-height:1.6}.terms-text ul{padding-left:1.5rem}.toast{visibility:hidden;min-width:250px;background-color:#333;color:#fff;text-align:center;border-radius:8px;padding:16px;position:fixed;z-index:2000;left:50%;bottom:30px;transform:translate(-50%);font-size:1rem;opacity:0;transition:opacity .3s,bottom .3s}.toast.show{visibility:visible;opacity:1;bottom:50px}@media(max-width:768px){.modal-content{width:95%;margin:10% auto;padding:1.5rem}.hero-content h1{font-size:2.5rem}.phones-container{transform:scale(.7);margin-top:-50px}.phone-left,.phone-right{display:none}.phone-left{transform:translate(120px) rotate(-10deg) scale(.9);z-index:5;opacity:.5}.phone-right{transform:translate(-120px) rotate(10deg) scale(.9);z-index:5;opacity:.5}}
