:root{--primary:#f85b6b;--primary-dark:#e04a5a;--primary-light:#fff0f0;--blob-color:#ff8a95;--text-dark:#1f1f1f;--text-muted:#666;--white:#fff;--bg-light:#fff8f8;--border-light:#ffe0e0;--card-bg:#fff;--qr-card:#f85b6b;--icon-orange:#ff8c42;--icon-blue:#4a90e2;--icon-purple:#9b59b6;--icon-green:#2ecc71}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background:var(--white);background:linear-gradient(135deg, var(--white) 0%, var(--primary-light) 100%);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{white-space:nowrap;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:12px 28px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 4px 15px #f85b6b4d}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.header{z-index:100;padding:20px 0;position:relative}.header .container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);font-family:Dancing Script,cursive;font-size:32px;font-weight:700}.nav{align-items:center;gap:32px;display:flex}.nav-links{gap:28px;display:flex}.nav-links a{color:var(--text-dark);font-size:14px;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary)}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;display:none}.hero{padding:10px 0 80px;position:relative;overflow:hidden}.hero .container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(24px,4vw,64px);display:grid;position:relative}.hero-content{position:relative}.hero-content h1{color:var(--text-dark);margin-bottom:20px;font-size:42px;font-weight:700;line-height:1.3}.hero-content h1 span{color:var(--primary)}.hero-content p{color:var(--text-muted);max-width:420px;margin-bottom:32px;font-size:15px;line-height:1.7}.hero-form{background:var(--white);border:1px solid var(--border-light);border-radius:50px;gap:12px;max-width:420px;margin-bottom:28px;padding:6px;display:flex;box-shadow:0 4px 20px #0000000f}.hero-form input{width:100%;min-width:0;color:var(--text-dark);background:0 0;border:none;outline:none;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px}.hero-form input::placeholder{color:#bbb}.hero-form .btn{white-space:nowrap;padding:10px 24px}.hero-badges{flex-wrap:wrap;gap:24px;display:flex}.badge-item{color:var(--text-muted);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.badge-item svg{flex-shrink:0;width:18px;height:18px}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.blob-bg{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;right:-33%;transform:translateY(24%)scale(2)}.phone-wrapper{z-index:2;width:75%;position:relative}.sparkles{z-index:3;position:absolute;top:-16px;left:60px}.doodle-line{z-index:3;position:absolute;bottom:-53px;right:-186px;transform:scale(1.2)}.phone{background:#1a1a1a;border-radius:40px;width:270px;height:540px;padding:10px;position:relative;box-shadow:0 30px 60px #0003}.phone-notch{z-index:10;background:#1a1a1a;border-bottom-right-radius:14px;border-bottom-left-radius:14px;width:120px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background:#f8f9fa;border-radius:32px;width:100%;height:100%;position:relative;overflow:hidden}.phone-header{background:var(--primary);color:#fff;justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex}.phone-header .back-btn,.phone-header .search-btn{width:24px;height:24px}.phone-header-title{font-size:14px;font-weight:600}.phone-list{padding:12px}.phone-item{background:#fff;border-radius:12px;align-items:center;gap:12px;margin-bottom:10px;padding:10px;display:flex;box-shadow:0 2px 8px #0000000a}.phone-item-img{background:#e9ecef;border-radius:8px;flex-shrink:0;width:50px;height:50px}.phone-item-info{flex:1}.phone-item-line{background:#e9ecef;border-radius:4px;height:10px;margin-bottom:6px}.phone-item-line.short{width:60%}.phone-item-add{background:var(--primary);color:#fff;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;display:flex}.features{background:var(--white);border-top-left-radius:80px;border-top-right-radius:80px;padding:80px 0;position:relative}.section-title{text-align:center;margin-bottom:60px;font-size:32px;font-weight:700}.section-title span{color:var(--primary)}.features-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-card{background:var(--card-bg);border:1px solid var(--border-light);text-align:center;border-radius:20px;padding:32px 24px;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #f85b6b14}.feature-icon{background:var(--primary-light);border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex;position:relative}.feature-icon dotlottie-wc{position:absolute;top:0}.feature-card h3{margin-bottom:12px;font-size:16px;font-weight:600}.feature-card p{color:var(--text-muted);font-size:13px;line-height:1.6}.scan-section{background:linear-gradient(to bottom, var(--white), var(--bg-light));padding:80px 0;position:relative;overflow:hidden}.scan-section .container{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.scan-content h2{margin-bottom:20px;font-size:36px;font-weight:700;line-height:1.3}.scan-content h2 span{color:var(--primary)}.scan-content p{color:var(--text-muted);max-width:400px;margin-bottom:32px;font-size:15px;line-height:1.7}.scan-steps{gap:32px;display:flex}.scan-step{text-align:center}.scan-step-icon{background:var(--primary-light);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 10px;display:flex}.scan-step-icon svg{width:28px;height:28px}.scan-step p{color:var(--text-dark);margin:0;font-size:13px;font-weight:500}.scan-visual{justify-content:center;align-items:center;gap:20px;display:flex;position:relative}.qr-card{background:var(--qr-card);color:#fff;text-align:center;border-radius:24px;flex-shrink:0;width:220px;padding:28px;box-shadow:0 20px 40px #f85b6b4d}.qr-card-logo{letter-spacing:1px;margin-bottom:16px;font-size:18px;font-weight:700}.qr-image{border-radius:8px;width:120px;height:120px;margin:0 auto 16px;display:block}.qr-table{margin-bottom:16px;font-size:13px;font-weight:600}.qr-actions{justify-content:center;gap:16px;margin-bottom:16px;display:flex}.qr-action{flex-direction:column;align-items:center;gap:4px;display:flex}.qr-action svg{width:20px;height:20px}.qr-action span{text-transform:uppercase;letter-spacing:.5px;font-size:9px}.qr-thanks{opacity:.9;font-size:12px;font-weight:500}.phones-group{gap:-20px;display:flex;position:relative}.phone-mock-image{width:200px;height:400px}.cta-section{background:linear-gradient(to bottom, var(--bg-light), var(--white));padding:80px 0;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.cta-wrapper{background:var(--card-bg);border-radius:32px;justify-content:space-between;align-items:center;padding:60px;display:flex;position:relative;box-shadow:0 4px 20px #0000000f}.cta-z{color:var(--primary);opacity:.15;-webkit-user-select:none;user-select:none;font-family:Dancing Script,cursive;font-size:120px;font-weight:700;line-height:1;position:absolute;top:50%;left:40px;transform:translateY(-50%)}.cta-content{justify-content:space-between;align-items:center;width:100%;display:flex}.cta-content h2{margin-bottom:12px;font-size:32px;font-weight:700;line-height:1.3}.cta-content p{color:var(--text-muted);margin-bottom:24px;font-size:14px}.cta-form{background:var(--white);border:1px solid var(--border-light);border-radius:50px;gap:12px;max-width:420px;height:fit-content;padding:6px;display:flex;box-shadow:0 4px 20px #0000000f}.cta-form input{background:0 0;border:none;outline:none;width:100%;min-width:0;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px}.cta-form input::placeholder{color:#bbb}.cta-arrow{color:var(--primary);margin-bottom:.8%;margin-right:12%;position:absolute;bottom:0;right:0}.footer{background:var(--white);padding:40px 0}.footer .container{justify-content:space-between;align-items:center;display:flex}.footer-links{gap:24px;display:flex}.footer-links a{color:var(--text-muted);font-size:14px;transition:color .3s}.footer-links a:hover{color:var(--primary)}.footer-socials{gap:16px;display:flex}.footer-socials a{background:var(--primary-light);width:36px;height:36px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;transition:background .3s,color .3s;display:flex}.footer-socials a:hover{background:var(--primary);color:#fff}.footer-socials svg{width:16px;height:16px}dialog.demo-modal{text-align:center;background:var(--white);opacity:0;width:90%;max-width:380px;transition:opacity .3s ease, transform .3s ease, visibility .3s allow-discrete;border:none;border-radius:24px;margin:0;padding:32px;position:fixed;top:50%;left:50%;transform:scale(.9);box-shadow:0 20px 60px #00000026}@starting-style{dialog.demo-modal[open]{opacity:0;transform:translate(-50%,-50%)scale(.9)}}dialog.demo-modal[open]{opacity:1;transform:translate(-50%,-50%)scale(1)}dialog.demo-modal::backdrop{transition:background .3s allow-discrete;background:#00000080}@starting-style{dialog.demo-modal::backdrop{background:0 0}}.modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:flex;position:absolute;top:16px;right:16px}.modal-close:hover{background:var(--primary-light);color:var(--primary)}.modal-qr-img{border-radius:12px;max-width:260px;margin:0 auto}.modal-text{color:var(--text-muted);margin-top:16px;font-size:14px}@media (width<=992px){.hero .container{text-align:center;grid-template-columns:1fr}.hero-content p,.hero-form{margin-left:auto;margin-right:auto}.hero-badges{justify-content:center}.hero-visual{order:-1}.phone-wrapper{width:max(180px,45%)}.doodle-line,.blob-bg,.sparkles{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.scan-section .container{text-align:center;grid-template-columns:1fr}.scan-section{overflow:visible}.scan-content p{margin-left:auto;margin-right:auto}.scan-steps{justify-content:center}.scan-visual{flex-direction:column;order:-1}.cta-wrapper{text-align:center;flex-direction:column;padding:40px 24px}.cta-z{margin-bottom:20px;font-size:80px;position:relative;top:auto;left:auto;transform:none}.cta-content{flex-direction:column;justify-content:center;padding-left:0}.cta-form{margin:0 auto}.cta-arrow{display:none}}@media (width<=640px){.nav-links{display:none}.mobile-menu-btn{display:block}.hero-content h1{font-size:32px}.features-grid{grid-template-columns:1fr}.section-title{font-size:26px}.scan-content h2{font-size:28px}.footer .container{text-align:center;flex-direction:column;gap:20px}.scan-steps{gap:16px}.phone{width:240px;height:480px}.scan-visual{height:400px;position:relative}.qr-card{z-index:3;opacity:1;width:90%;max-width:200px;transition:scale .4s cubic-bezier(.34,1.56,.64,1),opacity .3s,box-shadow .3s,z-index;position:absolute;top:0;left:50%;transform:translate(-50%)rotate(-3deg)scale(1)}.phones-group{position:static}.phone-mock-image{opacity:1;width:140px;height:280px;transition:scale .4s cubic-bezier(.34,1.56,.64,1),opacity .3s,box-shadow .3s,z-index;position:absolute;scale:1}.phone-mock-image[style*=margin-left]{margin-top:0!important;margin-left:0!important}.phones-group>:first-child{z-index:2;top:40px;left:50%;transform:translate(-50%)rotate(2deg)}.phones-group>:nth-child(2){z-index:1;top:80px;left:50%;transform:translate(-50%)rotate(-1deg)}.phones-group>:first-child.stack-front{transform:translate(-50%)rotate(2deg)scale(1.5)}.phones-group>:nth-child(2).stack-front{transform:translate(-50%)rotate(-1deg)scale(1.5)}.qr-card.stack-front{scale:1.08;box-shadow:0 24px 48px #f85b6b66}.qr-card:not(.stack-front),.phone-mock-image:not(.stack-front){opacity:.8;scale:.95}}
/*# sourceMappingURL=repo.ce5d806e.css.map */
