.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;transition:box-shadow .3s ease,padding .3s ease}.header.scrolled{box-shadow:0 2px 20px #0000001a;padding:.75rem 2rem}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--text-dark);text-decoration:none}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-color) 0%,#ff4d6d 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.nav-center{display:flex;gap:2.5rem;align-items:center}.nav-center a{color:var(--text-gray);text-decoration:none;font-weight:500;font-size:.95rem;position:relative}.nav-center a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav-center a:hover:after{width:100%}.nav-center a:hover{color:var(--primary-color)}.nav-center a.active{color:var(--text-dark);font-weight:600}.nav-right{display:flex;gap:1rem;align-items:center}.btn{padding:.65rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;text-decoration:none;cursor:pointer;border:none;display:inline-block}.btn-outline{background:transparent;border:2px solid var(--text-dark);color:var(--text-dark);transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,#ff4d6d 100%);color:#fff;border:none;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--text-dark);transition:all .3s ease}.mobile-nav{position:fixed;top:70px;left:0;right:0;background:#fff;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 10px 30px #0000001a;z-index:999}.mobile-nav a{color:var(--text-dark);text-decoration:none;font-weight:500;padding:.75rem 0;border-bottom:1px solid #eee}.mobile-nav .btn{text-align:center;margin-top:.5rem}@media(max-width:968px){.nav-center,.nav-right{display:none}.mobile-menu-btn{display:flex}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero-bg-gradient{position:absolute;inset:0;background:linear-gradient(180deg,#fff,#f8f9fa,#fff0f3);z-index:-2}.hero-bg-circles{position:absolute;inset:0;overflow:hidden;z-index:-1}.circle{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(240,0,50,.1) 0%,transparent 70%)}.circle-1{width:600px;height:600px;top:-200px;right:-200px}.circle-2{width:400px;height:400px;bottom:-100px;left:-100px}.hero-content{max-width:800px;position:relative;z-index:1}.hero h1{font-size:3.5rem;font-weight:800;line-height:1.15;margin-bottom:1.5rem;color:var(--text-dark)}.hero h1 .highlight{background:linear-gradient(135deg,var(--primary-color) 0%,#ff4d6d 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;color:var(--text-gray);margin-bottom:2.5rem;max-width:550px;margin-left:auto;margin-right:auto}.hero-btn{padding:1rem 2.5rem;font-size:1.1rem;border-radius:50px;display:inline-flex;align-items:center;gap:.5rem}.btn-arrow{font-size:1.2rem}.hero-image{margin-top:3rem;perspective:1000px}.hero-mockup{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.phone-frame{width:280px;height:580px;background:linear-gradient(145deg,#2a2a2a,#1a1a1a);border-radius:50px;padding:12px;box-shadow:0 50px 100px #00000040,0 0 0 1px #ffffff1a inset,inset 0 0 3px #00000080;position:relative;overflow:hidden}.phone-frame:before{content:"";position:absolute;right:-3px;top:120px;width:4px;height:35px;background:linear-gradient(180deg,#3a3a3a,#2a2a2a);border-radius:2px}.phone-frame:after{content:"";position:absolute;right:-3px;top:170px;width:4px;height:70px;background:linear-gradient(180deg,#3a3a3a,#2a2a2a);border-radius:2px}.phone-notch{position:absolute;top:20px;left:50%;transform:translate(-50%);width:100px;height:30px;background:#000;border-radius:20px;z-index:10;box-shadow:0 2px 10px #0000004d}.phone-screen{width:100%;height:100%;background:#fff;border-radius:40px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.screen-image{width:100%;height:100%;object-fit:cover;object-position:top center;position:absolute;top:0;left:0}.phone-home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:120px;height:5px;background:#0000004d;border-radius:3px;z-index:10}.screen-indicators{display:flex;gap:10px;justify-content:center}.indicator{width:10px;height:10px;border-radius:50%;background:#ddd;border:none;padding:0;cursor:pointer;transition:all .3s ease}.indicator.active{background:var(--primary-color);width:30px;border-radius:5px}@media(max-width:968px){.hero h1{font-size:2.5rem}.phone-frame{width:240px;height:500px}}@media(max-width:600px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.phone-frame{width:220px;height:460px;border-radius:40px}.phone-screen{border-radius:34px}.phone-notch{width:80px;height:25px;top:15px}}.value-props{padding:6rem 2rem;background:var(--bg-white)}.container{max-width:1200px;margin:0 auto}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{background:linear-gradient(145deg,#fff,#f8f9fa);padding:2.5rem 2rem;border-radius:20px;text-align:center;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.value-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color) 0%,#ff4d6d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.8rem;box-shadow:0 10px 30px #f0003233}.value-card h3{font-size:1.15rem;font-weight:700;color:var(--text-dark);line-height:1.4;margin-bottom:.75rem}.value-card p{color:var(--text-gray);font-size:.95rem;line-height:1.6}@media(max-width:968px){.value-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.user-carousel{padding:6rem 2rem;background:linear-gradient(180deg,#f8f9fa,#fff0f3)}.section-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark)}.section-header p{color:var(--text-gray);font-size:1.1rem;max-width:600px;margin:0 auto}.carousel-container{position:relative;max-width:700px;margin:0 auto}.carousel-track{overflow:hidden;min-height:350px;display:flex;align-items:center;justify-content:center}.carousel-slide{width:100%}.user-card{background:#fff;border-radius:24px;padding:3rem 2.5rem;text-align:center;box-shadow:0 20px 60px #0000001a}.user-icon{width:100px;height:100px;background:linear-gradient(135deg,var(--primary-color) 0%,#ff6b7a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.5rem;box-shadow:0 15px 40px #f0003240}.user-card h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.user-card p{color:var(--text-gray);font-size:1.1rem;max-width:450px;margin:0 auto;line-height:1.7}.carousel-nav{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.carousel-btn{background:#fff;border:2px solid var(--text-dark);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.carousel-btn:hover{background:var(--text-dark);color:#fff}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ddd;cursor:pointer;border:none;padding:0;transition:all .3s ease}.carousel-dot.active{background:var(--primary-color)}@media(max-width:600px){.section-header h2{font-size:2rem}.user-card{padding:2rem 1.5rem}.user-card h3{font-size:1.5rem}.user-card p{font-size:1rem}}.features{padding:6rem 2rem;background:var(--bg-white)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:linear-gradient(145deg,#fff,#f8f9fa);padding:2rem;border-radius:20px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color) 0%,#ff4d6d 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color) 0%,#ff4d6d 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem;box-shadow:0 10px 25px #f0003233}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-dark)}.feature-card p{color:var(--text-gray);font-size:.95rem;line-height:1.6}@media(max-width:968px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.features-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.how-it-works{padding:6rem 2rem;background:linear-gradient(180deg,#f8f9fa,#fff)}.steps-container{display:flex;justify-content:center;gap:3rem;max-width:1000px;margin:0 auto;position:relative}.steps-line{position:absolute;top:30px;left:20%;right:20%;height:3px;background:linear-gradient(90deg,var(--primary-color) 0%,#ff4d6d 100%);transform-origin:left;z-index:0}.step{text-align:center;flex:1;max-width:280px;position:relative;z-index:1}.step-number{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color) 0%,#ff4d6d 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800;margin:0 auto 1.5rem;box-shadow:0 15px 40px #f000324d;position:relative}.step-number:after{content:"";position:absolute;inset:-5px;border:2px dashed var(--primary-color);border-radius:50%;opacity:.3}.step h3{font-size:1.3rem;font-weight:700;margin-bottom:.75rem;color:var(--text-dark)}.step p{color:var(--text-gray);font-size:.95rem;line-height:1.6}@media(max-width:768px){.steps-container{flex-direction:column;align-items:center;gap:2rem}.steps-line{display:none}.step{max-width:100%}}.faq{padding:6rem 2rem;background:var(--bg-white)}.faq-container{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #eee;overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;width:100%;background:none;border:none;text-align:left;padding:1.5rem 0;font-family:inherit;gap:1rem}.faq-question h3{font-size:1.1rem;font-weight:600;color:var(--text-dark);transition:color .3s ease}.faq-item.active .faq-question h3{color:var(--primary-color)}.faq-toggle{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f8f9fa,#eee);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-gray);flex-shrink:0;transition:all .3s ease}.faq-item.active .faq-toggle{background:linear-gradient(135deg,var(--primary-color) 0%,#ff4d6d 100%);color:#fff}.faq-answer{overflow:hidden}.faq-answer p{color:var(--text-gray);font-size:1rem;line-height:1.8;padding-bottom:1.5rem;padding-right:3rem}@media(max-width:600px){.faq-question h3{font-size:1rem}.faq-answer p{padding-right:0;font-size:.95rem}}footer{background:linear-gradient(180deg,#1a1a1a,#0d0d0d);color:#fff;padding:5rem 2rem 2rem}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;margin-bottom:1rem}.footer-brand .logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-color) 0%,#ff4d6d 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.footer-brand p{color:#fff9;font-size:.95rem;max-width:300px;line-height:1.7}.footer-column h4{font-size:1rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.footer-column a{display:block;color:#fff9;text-decoration:none;margin-bottom:.75rem;font-size:.95rem;transition:all .3s ease}.footer-column a:hover{color:#fff;transform:translate(5px)}.app-buttons{display:flex;flex-direction:column;gap:.75rem}.app-button{display:flex;align-items:center;gap:.75rem;background:#ffffff1a;padding:.75rem 1rem;border-radius:12px;text-decoration:none;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.app-button:hover{background:#ffffff26;border-color:#fff3}.app-button svg{width:24px;height:24px;flex-shrink:0}.app-button-text{display:flex;flex-direction:column}.app-button-text small{font-size:.7rem;opacity:.7}.app-button-text strong{font-size:.95rem}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#ffffff80;font-size:.9rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#ffffff80;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#fff}@media(max-width:968px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{gap:1.5rem}}:root{--primary-color: #F00032;--primary-dark: #d4002b;--text-dark: #1A1A1A;--text-gray: #666666;--bg-white: #FFFFFF;--bg-light: #F8F9FA;--bg-dark: #1A1A1A}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-white);color:var(--text-dark);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark);background:linear-gradient(135deg,var(--text-dark) 0%,#444 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{color:var(--text-gray);font-size:1.15rem;max-width:600px;margin:0 auto}.btn{padding:.65rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;text-decoration:none;cursor:pointer;border:none;display:inline-block;transition:all .3s ease}.btn-outline{background:transparent;border:2px solid var(--text-dark);color:var(--text-dark)}.btn-outline:hover{background:var(--text-dark);color:#fff}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,#ff4d6d 100%);color:#fff;border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #f000324d}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary-color) 0%,#ff4d6d 100%);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}::selection{background:var(--primary-color);color:#fff}a:focus-visible,button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media(max-width:968px){.section-header h2{font-size:2rem}.section-header p{font-size:1rem}}@media(max-width:600px){.section-header h2{font-size:1.75rem}}
