*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow:hidden}.home-page{height:100vh;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-ms-overflow-style:none;scrollbar-width:none}.home-page::-webkit-scrollbar{display:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;letter-spacing:-.02em}h1{font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400}.section-label{display:inline-block;font-size:13px;font-weight:600;color:#00ffe4;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px}.section-header{text-align:center;max-width:800px;margin:0 auto 64px}.section-header .section-title{font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:36px;font-weight:700;color:#fff;margin-bottom:16px;white-space:nowrap}.section-header .section-subtitle{font-size:18px;color:#a1a1aa;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;position:relative}.btn.btn-primary{background:linear-gradient(135deg,#0ad3fb,#00ffe4);color:#000;box-shadow:0 4px 20px rgba(0,255,228,.25)}.btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,255,228,.35)}.btn.btn-secondary{background:rgba(0,255,228,.08);color:#fff;border:1px solid rgba(0,255,228,.5)}.btn.btn-secondary:hover{background:rgba(0,255,228,.15);border-color:#00ffe4}.btn.btn-text{background:rgba(0,0,0,0);color:#a1a1aa;border:1px solid hsla(0,0%,100%,.15);padding:10px 16px}.btn.btn-text:hover{color:#fff;border-color:hsla(0,0%,100%,.25)}.btn.btn-large{padding:16px 32px;font-size:16px;border-radius:12px}.btn.btn-block{display:flex;width:100%}.btn .btn-badge{background:rgba(0,0,0,.2);padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:500}.mobile-try-btn{display:none!important}.mobile-coming-soon-modal{display:none}.download-dropdown{position:relative;display:inline-block}.download-dropdown .download-trigger{display:inline-flex;align-items:center;gap:6px}.download-dropdown .download-trigger .dropdown-arrow{transition:transform .2s ease}.download-dropdown.open .download-trigger .dropdown-arrow{transform:rotate(180deg)}.download-dropdown .download-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:260px;background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:100;box-shadow:0 10px 40px rgba(0,0,0,.4)}.download-dropdown .download-menu:before{content:"";position:absolute;top:-6px;left:20px;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-bottom:6px solid hsla(0,0%,100%,.08)}.download-dropdown .download-menu:after{content:"";position:absolute;top:-5px;left:21px;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-bottom:5px solid #161616}.download-dropdown.open .download-menu{opacity:1;visibility:visible;transform:translateY(0)}.download-dropdown .download-option{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:8px;text-decoration:none;transition:all .2s ease;cursor:pointer}.download-dropdown .download-option:hover{background:rgba(0,255,228,.1)}.download-dropdown .download-option .option-icon{font-size:24px;color:#a1a1aa;width:32px;text-align:center}.download-dropdown .download-option .option-text{display:flex;flex-direction:column;gap:2px;text-align:left}.download-dropdown .download-option .option-title{font-size:14px;font-weight:600;color:#fff}.download-dropdown .download-option .option-desc{font-size:12px;color:#71717a}.download-dropdown .download-option:hover .option-icon{color:#00ffe4}.download-dropdown.download-dropdown-large .download-menu{min-width:300px}.download-dropdown.download-dropdown-large .download-option{padding:14px 16px}.download-dropdown.download-dropdown-large .download-option .option-icon{font-size:28px}.download-dropdown.download-dropdown-large .download-option .option-title{font-size:15px}.download-dropdown.download-dropdown-large .download-option .option-desc{font-size:13px}.lang-dropdown{position:relative}.lang-dropdown .lang-trigger{display:flex;align-items:center;gap:6px;padding:8px 12px;background:rgba(0,0,0,0);border:none;border-radius:8px;color:#a1a1aa;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.lang-dropdown .lang-trigger:hover{color:#fff}.lang-dropdown .lang-trigger .lang-icon{opacity:.7}.lang-dropdown .lang-trigger .dropdown-arrow{opacity:.5;transition:transform .2s}.lang-dropdown.open .lang-trigger{color:#fff}.lang-dropdown.open .lang-trigger .dropdown-arrow{transform:rotate(180deg)}.lang-dropdown .lang-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:140px;max-height:320px;overflow-y:auto;background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:6px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:100;box-shadow:0 10px 40px rgba(0,0,0,.4)}.lang-dropdown.open .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.lang-dropdown .lang-option{display:block;padding:10px 14px;font-size:13px;font-weight:500;color:#a1a1aa;text-decoration:none;border-radius:6px;transition:all .2s ease}.lang-dropdown .lang-option.active,.lang-dropdown .lang-option:hover{color:#00ffe4}.lang-dropdown.lang-dropdown-up .lang-menu{top:auto;bottom:calc(100% + 8px);transform:translateY(10px)}.lang-dropdown.lang-dropdown-up.open .lang-menu{transform:translateY(0)}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:72px;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.04);transition:all .2s ease}.site-header.scrolled{background:rgba(0,0,0,.95);box-shadow:0 4px 20px rgba(0,0,0,.3)}.site-header .header-container{max-width:1200px;margin:0 auto;padding:0 40px;height:100%;display:flex;align-items:center;justify-content:space-between}.site-header .logo{display:flex;align-items:center;gap:10px}.site-header .logo .logo-icon{width:36px;height:36px;flex-shrink:0;margin-right:15px}.site-header .logo .logo-icon img{height:100%;width:auto;display:block}.site-header .logo .logo-text{font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:700;color:#fff;letter-spacing:-.02em}.site-header .site-nav{display:flex;gap:40px}.site-header .site-nav a{font-size:14px;font-weight:500;color:#a1a1aa;text-decoration:none;transition:color .2s;position:relative}.site-header .site-nav a:hover{color:#fff}.site-header .site-nav a.active{color:#00ffe4}.site-header .site-nav a.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#00ffe4;border-radius:1px}.site-header .header-actions{display:flex;align-items:center;gap:20px}.site-header .header-actions .btn{padding:10px 20px;font-size:14px}.site-header .header-auth-placeholder{width:220px;height:40px;border-radius:12px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04)}.site-header .header-user-entry{display:inline-flex;align-items:center;gap:10px;max-width:320px;padding:6px 14px 6px 6px;color:#fff;text-decoration:none;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;transition:all .2s ease}.site-header .header-user-entry:hover{background:rgba(0,255,228,.08);border-color:rgba(0,255,228,.35)}.site-header .header-user-avatar{width:28px;height:28px;border-radius:999px;object-fit:cover;flex-shrink:0}.site-header .header-user-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0ad3fb,#00ffe4);color:#03131a;font-size:12px;font-weight:700}.site-header .header-user-name{display:block;max-width:132px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600}.site-header .header-user-divider{width:1px;height:16px;background:hsla(0,0%,100%,.18);flex-shrink:0}.site-header .header-user-workspace{font-size:13px;font-weight:700;white-space:nowrap;color:#00ffe4}@media(max-width:1023px){.site-header .header-auth-placeholder{width:40px}.site-header .header-user-entry{max-width:240px}.site-header .header-user-name{max-width:80px}}@media(max-width:767px){.site-header .header-auth-placeholder{width:36px;height:36px;border-radius:999px}.site-header .header-user-entry{max-width:160px;gap:8px;padding:4px 10px 4px 4px;border-radius:999px}.site-header .header-user-name{display:none}.site-header .header-user-workspace{font-size:12px}}.hero-section{padding:152px 0 120px;background:linear-gradient(180deg,#000000,#0a0a0a);position:relative}.hero-section .starry-bg{pointer-events:none;z-index:0;overflow:hidden}.hero-section .starry-bg,.hero-section .stars{position:absolute;top:0;left:0;width:100%;height:100%}.hero-section .stars .star{fill:#fff;opacity:0;animation:twinkle 3s ease-in-out infinite}.hero-section .stars .star:first-child{animation-delay:.1s}.hero-section .stars .star:nth-child(2){animation-delay:.2s}.hero-section .stars .star:nth-child(3){animation-delay:.3s}.hero-section .stars .star:nth-child(4){animation-delay:.4s}.hero-section .stars .star:nth-child(5){animation-delay:.5s}.hero-section .stars .star:nth-child(6){animation-delay:.6s}.hero-section .stars .star:nth-child(7){animation-delay:.7s}.hero-section .stars .star:nth-child(8){animation-delay:.8s}.hero-section .stars .star:nth-child(9){animation-delay:.9s}.hero-section .stars .star:nth-child(10){animation-delay:1s}.hero-section .stars .star:nth-child(11){animation-delay:1.1s}.hero-section .stars .star:nth-child(12){animation-delay:1.2s}.hero-section .stars .star:nth-child(13){animation-delay:1.3s}.hero-section .stars .star:nth-child(14){animation-delay:1.4s}.hero-section .stars .star:nth-child(15){animation-delay:1.5s}.hero-section .stars .star:nth-child(16){animation-delay:1.6s}.hero-section .stars .star:nth-child(17){animation-delay:1.7s}.hero-section .stars .star:nth-child(18){animation-delay:1.8s}.hero-section .stars .star:nth-child(19){animation-delay:1.9s}.hero-section .stars .star:nth-child(20){animation-delay:2s}.hero-section .stars .star:nth-child(21){animation-delay:2.1s}.hero-section .stars .star:nth-child(22){animation-delay:2.2s}.hero-section .stars .star:nth-child(23){animation-delay:2.3s}.hero-section .stars .star:nth-child(24){animation-delay:2.4s}.hero-section .stars .star:nth-child(25){animation-delay:2.5s}.hero-section .stars .star:nth-child(26){animation-delay:2.6s}.hero-section .stars .star:nth-child(27){animation-delay:2.7s}.hero-section .stars .star:nth-child(28){animation-delay:2.8s}.hero-section .stars .star:nth-child(29){animation-delay:2.9s}.hero-section .stars .star:nth-child(30){animation-delay:3s}.hero-section .stars .star:nth-child(31){animation-delay:3.1s}.hero-section .stars .star:nth-child(32){animation-delay:3.2s}.hero-section .stars .star:nth-child(33){animation-delay:3.3s}.hero-section .stars .star:nth-child(34){animation-delay:3.4s}.hero-section .stars .star:nth-child(35){animation-delay:3.5s}.hero-section .stars .star:nth-child(36){animation-delay:3.6s}.hero-section .stars .star:nth-child(37){animation-delay:3.7s}.hero-section .stars .star:nth-child(38){animation-delay:3.8s}.hero-section .stars .star:nth-child(39){animation-delay:3.9s}.hero-section .stars .star:nth-child(40){animation-delay:4s}.hero-section .stars .star:nth-child(41){animation-delay:4.1s}.hero-section .stars .star:nth-child(42){animation-delay:4.2s}.hero-section .stars .star:nth-child(43){animation-delay:4.3s}.hero-section .stars .star:nth-child(44){animation-delay:4.4s}.hero-section .stars .star:nth-child(45){animation-delay:4.5s}.hero-section .stars .star:nth-child(46){animation-delay:4.6s}.hero-section .stars .star:nth-child(47){animation-delay:4.7s}.hero-section .stars .star:nth-child(48){animation-delay:4.8s}.hero-section .stars .star:nth-child(49){animation-delay:4.9s}.hero-section .stars .star:nth-child(50){animation-delay:5s}.hero-section .shooting-stars{position:absolute;top:0;left:0;width:100%;height:100%}.hero-section .shooting-star{position:absolute;width:80px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8));border-radius:50%;opacity:0;transform:rotate(35deg)}.hero-section .shooting-star:before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#fff;border-radius:50%;box-shadow:0 0 6px 2px hsla(0,0%,100%,.5)}.hero-section .shooting-star.star-1{top:5%;left:10%;animation:shooting 6s ease-in-out infinite;animation-delay:1s}.hero-section .shooting-star.star-2{top:12%;left:40%;animation:shooting 8s ease-in-out infinite;animation-delay:3s}.hero-section .shooting-star.star-3{top:3%;left:65%;animation:shooting 7s ease-in-out infinite;animation-delay:5s}.hero-section .shooting-star.star-4{top:18%;left:25%;animation:shooting 9s ease-in-out infinite;animation-delay:7s}.hero-section .shooting-star.star-left-1{top:6%;left:85%;animation:shooting-left 7s ease-in-out infinite;animation-delay:2s}.hero-section .shooting-star.star-left-2{top:15%;left:70%;animation:shooting-left 8s ease-in-out infinite;animation-delay:4.5s}.hero-section .shooting-star.star-left-3{top:10%;left:55%;animation:shooting-left 6s ease-in-out infinite;animation-delay:6.5s}.hero-section .shooting-star-left{position:absolute;width:80px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.8),transparent);border-radius:50%;opacity:0;transform:rotate(-35deg)}.hero-section .shooting-star-left:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;background:#fff;border-radius:50%;box-shadow:0 0 6px 2px hsla(0,0%,100%,.5)}.hero-section .shooting-star-left.star-left-1{top:6%;right:15%;animation:shooting-left 7s ease-in-out infinite;animation-delay:2s}.hero-section .shooting-star-left.star-left-2{top:15%;right:30%;animation:shooting-left 8s ease-in-out infinite;animation-delay:4.5s}.hero-section .shooting-star-left.star-left-3{top:10%;right:45%;animation:shooting-left 6s ease-in-out infinite;animation-delay:6.5s}@keyframes twinkle{0%,to{opacity:.3}50%{opacity:1}}@keyframes shooting{0%{opacity:0;transform:rotate(35deg) translateX(0)}5%{opacity:1}15%{opacity:0;transform:rotate(35deg) translateX(250px)}to{opacity:0;transform:rotate(35deg) translateX(250px)}}@keyframes shooting-left{0%{opacity:0;transform:rotate(-35deg) translateX(0)}5%{opacity:1}15%{opacity:0;transform:rotate(-35deg) translateX(-250px)}to{opacity:0;transform:rotate(-35deg) translateX(-250px)}}.hero-section .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.hero-section .hero-content .hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(0,255,228,.15);color:#00ffe4;font-size:13px;font-weight:600;border-radius:9999px;margin-bottom:24px}.hero-section .hero-content .hero-badge .badge-icon{font-size:18px;line-height:1}.hero-section .hero-content .hero-title{font-size:56px;font-weight:700;color:#fff;margin-bottom:24px;line-height:1.2}.hero-section .hero-content .hero-title .highlight{font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;color:#00ffe4}.hero-section .hero-content .hero-subtitle{font-size:20px;color:#a1a1aa;line-height:1.7;margin-bottom:32px;max-width:540px}.hero-section .hero-content .hero-cta{display:flex;flex-direction:row;gap:16px;margin-bottom:24px}.hero-section .hero-content .hero-cta .download-dropdown .download-trigger,.hero-section .hero-content .hero-cta>a.btn{width:200px;height:52px;justify-content:center;box-sizing:border-box}.hero-section .hero-content .hero-note{font-size:14px;color:#71717a}.hero-section .hero-visual .hero-video-container{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,#111111,#0a0a0a);border:1px solid rgba(0,255,228,.15);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4),0 0 40px rgba(0,255,228,.08),inset 0 1px 0 hsla(0,0%,100%,.05);transition:all .3s ease;animation:heroVideoFadeIn 1s ease-out forwards}.hero-section .hero-visual .hero-video-container:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(0,255,228,.3),rgba(0,255,228,.05) 50%,rgba(10,211,251,.2));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.6;transition:opacity .4s ease}.hero-section .hero-visual .hero-video-container:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(0,0,0,.5),0 0 60px rgba(0,255,228,.12),inset 0 1px 0 hsla(0,0%,100%,.08)}.hero-section .hero-visual .hero-video-container:hover:before{opacity:1}.hero-section .hero-visual .hero-video-container:hover .hero-video{transform:scale(1.02)}.hero-section .hero-visual .hero-video-container .hero-video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}@keyframes heroVideoFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.trusted-section{padding:60px 0;background:#0a0a0a}.trusted-section .trusted-label{font-size:13px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:1.5px;text-align:center;margin-bottom:32px}.trusted-section .trusted-logos{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;gap:24px}.trusted-section .platform-logo{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:rgba(0,0,0,0);border-radius:12px;transition:all .2s ease;flex-shrink:0}.trusted-section .platform-logo .logo-wrapper{position:relative;width:24px;height:24px;flex-shrink:0}.trusted-section .platform-logo img{position:absolute;top:0;left:0;height:24px;width:24px;object-fit:contain;display:block;transition:opacity .2s ease}.trusted-section .platform-logo .logo-default{opacity:1}.trusted-section .platform-logo .logo-active{opacity:0}.trusted-section .platform-logo .platform-name{font-size:14px;font-weight:600;color:#a1a1aa;letter-spacing:.5px;transition:color .2s ease;white-space:nowrap}.trusted-section .platform-logo:hover .logo-default{opacity:0}.trusted-section .platform-logo:hover .logo-active{opacity:1}.trusted-section .platform-logo.amazon:hover .platform-name{color:#f90}.trusted-section .platform-logo.shopify:hover .platform-name{color:#96bf48}.trusted-section .platform-logo.etsy:hover .platform-name{color:#f56400}.trusted-section .platform-logo.tiktok:hover .platform-name{color:#00f2ea}.trusted-section .platform-logo.ebay:hover .platform-name{color:#e53238}.trusted-section .platform-logo.temu:hover .platform-name{color:#fb7701}.trusted-section .platform-logo.aliexpress:hover .platform-name{color:#e62e04}.trusted-section .platform-logo.walmart:hover .platform-name{color:#0071dc}.trusted-section .platform-logo.etsy .logo-wrapper,.trusted-section .platform-logo.etsy img{width:40px;height:40px}.trusted-section .platform-logo.temu .logo-wrapper,.trusted-section .platform-logo.temu img{width:28px;height:28px}.trusted-section .platform-logo.ebay .logo-wrapper,.trusted-section .platform-logo.ebay img{width:48px;height:48px}.problem-section{padding:120px 0;background:#0a0a0a}.problem-section .problem-content{max-width:800px;margin:0 auto;text-align:center}.problem-section .problem-title{font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:40px;font-weight:700;color:#fff;margin-bottom:32px}.problem-section .problem-text{margin-bottom:40px}.problem-section .problem-text p{font-size:18px;color:#a1a1aa;line-height:1.8;margin-bottom:16px}.problem-section .problem-text p strong{color:#fff}.problem-section .problem-results{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:40px}.problem-section .problem-results .result-item{display:flex;align-items:center;gap:8px;padding:12px 20px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:9999px;color:#ff8080;font-size:14px;font-weight:500}.problem-section .problem-results .result-item .result-icon{font-size:16px}.problem-section .problem-solution{font-size:18px;color:#a1a1aa;line-height:1.8}.problem-section .problem-solution strong{color:#00ffe4}.solution-section{padding:120px 0;background:#000}.solution-section .solution-header{text-align:center;max-width:800px;margin:0 auto}.solution-section .solution-title{font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:52px;font-weight:700;color:#fff;margin-bottom:24px}.solution-section .solution-subtitle{font-size:20px;color:#a1a1aa;line-height:1.7}.features-section{padding:120px 0;background:#0a0a0a}.features-section .annotation-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:48px;flex-wrap:wrap}.features-section .annotation-tabs .annotation-tab{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:9999px;color:#a1a1aa;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.features-section .annotation-tabs .annotation-tab .tab-tag{font-size:12px;color:#71717a}.features-section .annotation-tabs .annotation-tab:hover{border-color:rgba(0,255,228,.3);color:#fff}.features-section .annotation-tabs .annotation-tab.active{background:rgba(0,255,228,.1);border-color:#00ffe4;color:#00ffe4}.features-section .annotation-tabs .annotation-tab.active .tab-tag{color:#00ffe4}.features-section .annotation-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.features-section .annotation-info .annotation-tag{display:inline-block;font-size:48px;font-weight:800;color:rgba(0,255,228,.2);margin-bottom:8px}.features-section .annotation-info .annotation-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:8px}.features-section .annotation-info .annotation-subtitle{font-size:18px;color:#00ffe4;margin-bottom:20px}.features-section .annotation-info .annotation-description{font-size:16px;color:#a1a1aa;line-height:1.7;margin-bottom:24px}.features-section .annotation-info .annotation-features{list-style:none;padding:0;margin:0 0 24px}.features-section .annotation-info .annotation-features li{display:flex;align-items:flex-start;gap:12px;padding:8px 0;font-size:15px;color:#a1a1aa}.features-section .annotation-info .annotation-features li .check{color:#10b981;font-weight:600}.features-section .annotation-info .annotation-perfect{padding:16px 20px;background:#161616;border-radius:12px;font-size:14px;color:#a1a1aa}.features-section .annotation-info .annotation-perfect strong{color:#fff}.features-section .annotation-visual .annotation-video-container{position:relative;aspect-ratio:4/3;background:linear-gradient(135deg,#111111,#161616);border:1px solid rgba(0,255,228,.2);border-radius:16px;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.3),0 0 32px rgba(0,255,228,.06);transition:all .3s ease}.features-section .annotation-visual .annotation-video-container:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(0,255,228,.25),rgba(0,255,228,.05) 50%,rgba(10,211,251,.15));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.5;transition:opacity .4s ease}.features-section .annotation-visual .annotation-video-container:hover{transform:translateY(-2px);box-shadow:0 20px 56px rgba(0,0,0,.4),0 0 48px rgba(0,255,228,.1)}.features-section .annotation-visual .annotation-video-container:hover:before{opacity:.8}.features-section .annotation-visual .annotation-video-container .annotation-video{width:100%;height:100%;object-fit:cover;display:block}.solutions-section{padding:120px 0;background:#000}.solutions-section .solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;max-width:1000px;margin:0 auto}.solutions-section .solution-card{background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:28px;transition:all .2s ease;position:relative;overflow:hidden}.solutions-section .solution-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00ffe4,#0ad3fb);opacity:0;transition:all .2s ease}.solutions-section .solution-card:hover{border-color:rgba(0,255,228,.3);transform:translateY(-4px)}.solutions-section .solution-card:hover:before{opacity:1}.solutions-section .solution-card .card-icon{width:48px;height:48px;border-radius:12px;background:rgba(0,255,228,.1);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px}.solutions-section .solution-card .card-challenge{display:flex;align-items:center;gap:8px;font-size:14px;color:#71717a;margin-bottom:8px}.solutions-section .solution-card .card-challenge .challenge-icon{color:rgba(239,68,68,.7);font-size:12px}.solutions-section .solution-card .card-solution{font-size:16px;font-weight:600;color:#fff;line-height:1.4;margin-bottom:12px}.solutions-section .solution-card .card-desc{font-size:14px;color:#a1a1aa;line-height:1.6}.stats-section{padding:120px 0;background:#0a0a0a}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.stats-section .stat-card{text-align:center;padding:32px 24px}.stats-section .stat-card .stat-value{font-size:48px;font-weight:800;color:#00ffe4;margin-bottom:8px}.stats-section .stat-card .stat-value .arrow-up{color:#4ade80}.stats-section .stat-card .stat-value .arrow-down{color:#fb923c}.stats-section .stat-card .stat-label{font-size:14px;color:#a1a1aa;line-height:1.5}.audience-section{padding:120px 0;background:#000}.audience-section .audience-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.audience-section .audience-card{padding:28px;background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;transition:all .3s ease;position:relative}.audience-section .audience-card:hover{border-color:rgba(0,255,228,.3);transform:translateY(-4px)}.audience-section .audience-card .audience-icon{font-size:36px;margin-bottom:12px}.audience-section .audience-card .audience-tag{display:inline-block;font-size:11px;font-weight:600;color:#00ffe4;background:rgba(0,255,228,.1);padding:4px 10px;border-radius:20px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.audience-section .audience-card h4{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}.audience-section .audience-card p{font-size:14px;color:#a1a1aa;line-height:1.6;margin:0}.comparison-section{padding:120px 0;background:#0a0a0a}.comparison-section .comparison-cards{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:24px;gap:24px;max-width:900px;margin:0 auto;align-items:stretch}.comparison-section .comparison-vs{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#71717a}.comparison-section .comparison-card{padding:28px;border-radius:16px}.comparison-section .comparison-card .card-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.comparison-section .comparison-card .card-logo{width:28px;height:28px}.comparison-section .comparison-card .card-logo img{width:100%;height:100%;object-fit:contain}.comparison-section .comparison-card .card-icon{font-size:24px;opacity:.6}.comparison-section .comparison-card .card-title{font-size:18px;font-weight:600}.comparison-section .comparison-card .card-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.comparison-section .comparison-card .card-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.comparison-section .comparison-card .card-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5}.comparison-section .comparison-card .card-features .check,.comparison-section .comparison-card .card-features .x{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:11px;font-weight:700;margin-top:1px}.comparison-section .comparison-card.card-sizemarker{background:rgba(0,255,228,.08);border:1px solid rgba(0,255,228,.2)}.comparison-section .comparison-card.card-sizemarker .card-title{color:#fff}.comparison-section .comparison-card.card-sizemarker .card-badge{background:#00ffe4;color:#000}.comparison-section .comparison-card.card-sizemarker .card-features li{color:#fff}.comparison-section .comparison-card.card-sizemarker .check{background:rgba(16,185,129,.15);color:#10b981}.comparison-section .comparison-card.card-others{background:#161616;border:1px solid hsla(0,0%,100%,.08)}.comparison-section .comparison-card.card-others .card-title{color:#a1a1aa}.comparison-section .comparison-card.card-others .card-features li{color:#71717a}.comparison-section .comparison-card.card-others .x{background:rgba(113,113,122,.1);color:#71717a}.transformation-section{padding:120px 0;background:#000}.transformation-section .transformation-grid{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:32px;gap:32px;align-items:stretch}.transformation-section .transformation-arrow{display:block;font-size:32px;color:#00ffe4;align-self:center}.transformation-section .transformation-card{background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;overflow:hidden}.transformation-section .transformation-card .card-label{padding:16px 24px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid hsla(0,0%,100%,.04)}.transformation-section .transformation-card.before .card-label{color:#71717a;background:#1a1a1a}.transformation-section .transformation-card.after .card-label{color:#00ffe4;background:rgba(0,255,228,.1)}.transformation-section .transformation-card .card-visual{padding:24px}.transformation-section .transformation-card .card-visual .transformation-media-container{position:relative;aspect-ratio:4/3;max-height:480px;background:#111;border:1px solid hsla(0,0%,100%,.04);border-radius:12px;overflow:hidden;transition:all .3s ease}.transformation-section .transformation-card .card-visual .transformation-media-container:hover{transform:scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,.3)}.transformation-section .transformation-card .card-visual .transformation-image{width:100%;height:100%;object-fit:cover;display:block}.transformation-section .transformation-card .card-visual .transformation-video{width:100%;height:100%;object-fit:contain;display:block;background:#111}.transformation-section .transformation-card.before .card-visual .transformation-media-container{border-color:hsla(0,0%,100%,.04)}.transformation-section .transformation-card.after .card-visual .transformation-media-container{border-color:rgba(0,255,228,.3);box-shadow:0 0 24px rgba(0,255,228,.08)}.transformation-section .transformation-card .card-description{padding:0 24px 24px}.transformation-section .transformation-card .card-description p{font-size:14px;color:#a1a1aa;margin-bottom:12px}.transformation-section .transformation-card .card-description ul{list-style:none;padding:0;margin:0}.transformation-section .transformation-card .card-description ul li{font-size:14px;color:#a1a1aa;padding:6px 0 6px 20px;position:relative}.transformation-section .transformation-card .card-description ul li:before{content:"•";position:absolute;left:0;color:#71717a}.transformation-section .transformation-card.after .card-description ul li:before{content:"✓";color:#10b981}.pricing-section{padding:120px 0;background:#0a0a0a}.pricing-section .pricing-toggle{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px}.pricing-section .pricing-toggle .toggle-label{font-size:14px;font-weight:500;color:#71717a;transition:color .2s}.pricing-section .pricing-toggle .toggle-label[data-period=monthly].active,.pricing-section .pricing-toggle .toggle-label[data-period=yearly].active{color:#fff}.pricing-section .pricing-toggle .toggle-label .save-badge{display:inline-block;background:rgba(16,185,129,.15);color:#10b981;padding:3px 8px;border-radius:9999px;font-size:11px;font-weight:600;margin-left:6px}.pricing-section .pricing-toggle .toggle-switch{width:52px;height:28px;background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:3px;cursor:pointer;transition:all .2s;position:relative}.pricing-section .pricing-toggle .toggle-switch:hover{border-color:rgba(0,255,228,.3)}.pricing-section .pricing-toggle .toggle-switch .toggle-slider{display:block;width:20px;height:20px;background:#a1a1aa;border-radius:50%;transition:all .2s ease}.pricing-section .pricing-toggle .toggle-switch.yearly .toggle-slider{transform:translateX(24px);background:#00ffe4}.pricing-section .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;max-width:1000px;margin:0 auto}.pricing-section .pricing-grid.pricing-grid-two{max-width:800px;grid-template-columns:repeat(2,1fr)}.pricing-section .pricing-card{background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:40px 32px;position:relative;transition:all .3s ease;display:flex;flex-direction:column}.pricing-section .pricing-card:hover{transform:translateY(-4px);border-color:rgba(0,255,228,.3)}.pricing-section .pricing-card.highlighted{border-color:#00ffe4;background:linear-gradient(180deg,rgba(0,255,228,.05),#161616);box-shadow:0 0 40px rgba(0,255,228,.15)}.pricing-section .pricing-card.highlighted .plan-price .price{color:#00ffe4}.pricing-section .pricing-card .pricing-badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,#0ad3fb,#00ffe4);color:#000;padding:6px 12px;border-radius:9999px;font-size:12px;font-weight:600;white-space:nowrap}.pricing-section .pricing-card .plan-name{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.pricing-section .pricing-card .plan-price{margin-bottom:8px}.pricing-section .pricing-card .plan-price .price{font-size:48px;font-weight:800;color:#fff;letter-spacing:-.02em}.pricing-section .pricing-card .plan-price .period{font-size:14px;color:#71717a;margin-left:4px}.pricing-section .pricing-card .plan-description{font-size:14px;color:#a1a1aa;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid hsla(0,0%,100%,.08)}.pricing-section .pricing-card .plan-features{list-style:none;padding:0;margin:0 0 32px;flex-grow:1}.pricing-section .pricing-card .plan-features li{display:flex;align-items:flex-start;gap:12px;padding:10px 0;font-size:14px;color:#a1a1aa}.pricing-section .pricing-card .plan-features li .check{color:#10b981;font-weight:600;font-size:14px}.pricing-section .pricing-card .btn-block{width:100%}.faq-section{padding:120px 0;background:#0a0a0a}.faq-section .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:900px;margin:0 auto}.faq-section .faq-item{background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:28px;transition:all .3s ease}.faq-section .faq-item:hover{border-color:rgba(0,255,228,.3)}.faq-section .faq-item .faq-question{font-size:16px;font-weight:600;color:#fff;margin-bottom:12px}.faq-section .faq-item .faq-answer{font-size:14px;color:#a1a1aa;line-height:1.7}.cta-section{padding:120px 0;background:linear-gradient(180deg,#000000,#0a0a0a);text-align:center}.cta-section .cta-content{max-width:600px;margin:0 auto}.cta-section .cta-content h2{font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:44px;font-weight:700;color:#fff;margin-bottom:16px;white-space:nowrap}.cta-section .cta-content .cta-subtitle{font-size:18px;color:#a1a1aa;margin-bottom:32px;line-height:1.7}.cta-section .cta-content .cta-actions{margin-bottom:16px}.cta-section .cta-content .cta-actions .download-dropdown .download-trigger{min-width:240px;justify-content:center}.cta-section .cta-content .cta-note{font-size:14px;color:#71717a}.site-footer{background:#000;padding:48px 0 32px;border-top:1px solid hsla(0,0%,100%,.08)}.site-footer .footer-main{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}.site-footer .footer-brand .logo{display:flex;align-items:center;gap:10px;margin-bottom:8px}.site-footer .footer-brand .logo .logo-icon{width:24px;height:24px;flex-shrink:0}.site-footer .footer-brand .logo .logo-icon img{height:100%;width:auto;display:block}.site-footer .footer-brand .logo .logo-text{font-family:"DM Serif Text",Roboto,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:700;color:#fff}.site-footer .footer-brand p{font-size:13px;color:#71717a;line-height:1.5;margin:0}.site-footer .footer-brand .copyright{margin-top:8px}.site-footer .footer-brand .lang-dropdown{margin-top:20px}.site-footer .footer-brand .lang-dropdown .lang-trigger{border:1px solid hsla(0,0%,100%,.2);border-radius:8px}.site-footer .footer-brand .lang-dropdown .lang-trigger:hover{border-color:rgba(0,255,228,.6)}.site-footer .footer-links{display:flex;gap:120px}.site-footer .footer-col{display:flex;flex-direction:column;gap:12px}.site-footer .footer-col h5{font-size:14px;font-weight:600;color:#fff;margin:0 0 4px}.site-footer .footer-col a{font-size:14px;color:#71717a;text-decoration:none;transition:color .2s}.site-footer .footer-col a:hover{color:#00ffe4}.site-footer .footer-col .footer-social-link{display:inline-flex;align-items:center;gap:8px}.site-footer .footer-col .footer-social-link svg{flex-shrink:0}@media(min-width:768px)and (max-width:1023px){*{-webkit-tap-highlight-color:rgba(0,0,0,0)}.btn{position:relative;overflow:hidden}.btn:active{opacity:.85;transform:scale(.98)}.btn.btn-primary:active{background:linear-gradient(135deg,#00d9c2,#00b3a0)}.btn.btn-secondary:active{background:rgba(0,255,228,.2)}.btn.btn-text:active{background:hsla(0,0%,100%,.08)}.audience-card,.comparison-card,.faq-item,.pricing-card,.solution-card,.stat-card,.transformation-card{transition:background .15s ease,transform .15s ease}.audience-card:active,.comparison-card:active,.faq-item:active,.pricing-card:active,.solution-card:active,.stat-card:active,.transformation-card:active{background:hsla(0,0%,100%,.04);transform:scale(.99)}.annotation-tab{transition:background .15s ease,transform .15s ease}.annotation-tab:active{background:rgba(0,255,228,.15);transform:scale(.97)}.annotation-tab.active:active{background:rgba(0,255,228,.25)}.platform-logo{transition:background .15s ease,transform .15s ease}.platform-logo:active{background:hsla(0,0%,100%,.08);transform:scale(.96)}.footer-col a,.site-nav a{transition:color .15s ease,background .15s ease;border-radius:6px;padding:4px 8px;margin:-4px -8px}.footer-col a:active,.site-nav a:active{background:hsla(0,0%,100%,.08)}.download-option,.lang-option{transition:background .15s ease,transform .15s ease}.download-option:active,.lang-option:active{background:rgba(0,255,228,.15)!important;transform:scale(.98)}.download-trigger,.lang-trigger{transition:background .15s ease,transform .15s ease;border-radius:8px}.download-trigger:active,.lang-trigger:active{background:hsla(0,0%,100%,.08);transform:scale(.97)}.logo{transition:transform .15s ease;border-radius:8px}.logo:active{transform:scale(.97)}.hero-badge{transition:background .15s ease,transform .15s ease}.hero-badge:active{background:rgba(0,255,228,.2);transform:scale(.97)}.toggle-switch{transition:transform .15s ease}.toggle-switch:active{transform:scale(.95)}.play-icon{transition:background .15s ease,transform .15s ease}.play-icon:active{background:rgba(0,255,228,.3);transform:scale(.95)}.container{padding:0 32px}.audience-section,.comparison-section,.cta-section,.faq-section,.features-section,.hero-section,.pricing-section,.problem-section,.solution-section,.solutions-section,.stats-section,.transformation-section{padding:100px 0}.section-header{margin-bottom:48px}.section-header .section-title{font-size:36px;white-space:normal;line-height:1.3}.section-header .section-subtitle{font-size:16px}.section-label{font-size:12px}.site-header .header-container{padding:0 24px}.site-header .logo .logo-icon{width:32px;height:32px;margin-right:10px}.site-header .logo .logo-text{font-size:22px}.site-header .site-nav{gap:20px}.site-header .site-nav a{font-size:13px}.site-header .header-actions{gap:12px}.site-header .header-actions .btn-text,.site-header .header-actions>.btn-primary,.site-header .header-actions>a.btn-primary{display:none!important}.site-header .header-actions .lang-dropdown .lang-current{display:none}.hero-section{padding-top:132px}.hero-section .container{display:flex;flex-direction:column;gap:48px}.hero-section .hero-content{max-width:100%;text-align:center;align-items:center}.hero-section .hero-content .hero-badge{font-size:12px;padding:6px 14px}.hero-section .hero-content .hero-title{font-size:42px;line-height:1.2}.hero-section .hero-content .hero-title .highlight{font-size:inherit}.hero-section .hero-content .hero-subtitle{font-size:17px;max-width:600px;margin-left:auto;margin-right:auto}.hero-section .hero-content .hero-cta{justify-content:center}.hero-section .hero-content .hero-cta .download-dropdown,.hero-section .hero-content .hero-cta>a.btn{display:none!important}.hero-section .hero-content .hero-cta .mobile-try-btn{display:flex!important;min-width:240px;padding:16px 56px}.hero-section .hero-content .hero-note{font-size:13px}.hero-section .hero-visual{max-width:600px;margin:0 auto;width:100%}.hero-section .hero-visual .hero-video-container{min-height:280px}.trusted-section{padding:48px 0}.trusted-section .trusted-label{font-size:12px;margin-bottom:24px}.trusted-section .trusted-logos{gap:12px;flex-wrap:wrap;justify-content:center}.trusted-section .platform-logo{padding:10px 14px;gap:6px}.trusted-section .platform-logo .logo-wrapper,.trusted-section .platform-logo img{width:20px;height:20px}.trusted-section .platform-logo .platform-name{font-size:13px}.trusted-section .platform-logo.etsy .logo-wrapper,.trusted-section .platform-logo.etsy img{width:32px;height:32px}.trusted-section .platform-logo.temu .logo-wrapper,.trusted-section .platform-logo.temu img{width:24px;height:24px}.trusted-section .platform-logo.ebay .logo-wrapper,.trusted-section .platform-logo.ebay img{width:40px;height:40px}.problem-section .problem-content{max-width:100%}.problem-section .problem-title{font-size:32px;line-height:1.3}.problem-section .problem-text p{font-size:16px}.problem-section .problem-results{gap:12px}.problem-section .problem-results .result-item{padding:10px 16px;font-size:13px}.problem-section .problem-solution{font-size:16px}.solution-section .solution-title{font-size:40px;line-height:1.2}.solution-section .solution-subtitle{font-size:17px}.features-section .annotation-tabs{flex-wrap:wrap;gap:10px;margin-bottom:40px}.features-section .annotation-tab{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 5px);min-width:auto;padding:14px 16px;justify-content:center}.features-section .annotation-tab .tab-tag{font-size:11px}.features-section .annotation-tab .tab-title{font-size:14px}.features-section .annotation-detail{display:flex;flex-direction:column;gap:40px}.features-section .annotation-info{max-width:100%;order:2}.features-section .annotation-info .annotation-tag{font-size:40px}.features-section .annotation-info .annotation-title{font-size:28px}.features-section .annotation-info .annotation-subtitle{font-size:16px}.features-section .annotation-info .annotation-description{font-size:15px}.features-section .annotation-info .annotation-features li{font-size:14px}.features-section .annotation-info .annotation-perfect{font-size:13px}.features-section .annotation-visual{max-width:100%;order:1}.features-section .annotation-visual .annotation-video-container{aspect-ratio:16/10;min-height:280px}.solutions-section .solutions-grid{grid-template-columns:repeat(2,1fr);gap:16px}.solutions-section .solution-card{padding:24px}.solutions-section .solution-card .card-icon{width:44px;height:44px;font-size:20px;margin-bottom:16px}.solutions-section .solution-card .card-challenge{font-size:13px}.solutions-section .solution-card .card-solution{font-size:15px}.solutions-section .solution-card .card-desc{font-size:13px}.stats-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.stats-section .stat-card{padding:28px 20px}.stats-section .stat-card .stat-value{font-size:40px}.stats-section .stat-card .stat-label{font-size:13px}.audience-section .audience-grid{grid-template-columns:repeat(2,1fr);gap:16px}.audience-section .audience-card{padding:24px}.audience-section .audience-card .audience-icon{font-size:32px}.audience-section .audience-card .audience-tag{font-size:10px}.audience-section .audience-card h4{font-size:16px}.audience-section .audience-card p{font-size:13px}.comparison-section .comparison-cards{display:flex;flex-direction:column;gap:20px;max-width:500px;margin:0 auto}.comparison-section .comparison-vs{display:flex;padding:8px 0;font-size:13px}.comparison-section .comparison-card{width:100%;padding:24px}.comparison-section .comparison-card .card-header{margin-bottom:20px}.comparison-section .comparison-card .card-title{font-size:17px}.comparison-section .comparison-card .card-features{gap:12px}.comparison-section .comparison-card .card-features li{font-size:13px}.comparison-section .comparison-card .card-features .check,.comparison-section .comparison-card .card-features .x{width:16px;height:16px;font-size:10px}.transformation-section .transformation-grid{display:flex;flex-direction:column;gap:24px}.transformation-section .transformation-arrow{display:flex;justify-content:center;transform:rotate(90deg);font-size:28px;padding:8px 0}.transformation-section .transformation-card{width:100%;max-width:500px;margin:0 auto}.transformation-section .transformation-card .card-label{padding:14px 20px;font-size:12px}.transformation-section .transformation-card .card-visual{padding:20px}.transformation-section .transformation-card .card-visual .transformation-media-container{max-height:400px}.transformation-section .transformation-card .card-description{padding:0 20px 20px}.transformation-section .transformation-card .card-description p,.transformation-section .transformation-card .card-description ul li{font-size:13px}.pricing-section .pricing-toggle{gap:12px;margin-bottom:40px}.pricing-section .pricing-toggle .toggle-label{font-size:13px}.pricing-section .pricing-toggle .toggle-label .save-badge{font-size:10px;padding:2px 6px}.pricing-section .pricing-toggle .toggle-switch{width:48px;height:26px}.pricing-section .pricing-toggle .toggle-switch .toggle-slider{width:18px;height:18px}.pricing-section .pricing-toggle .toggle-switch.yearly .toggle-slider{transform:translateX(22px)}.pricing-section .pricing-grid{grid-template-columns:repeat(2,1fr);gap:20px}.pricing-section .pricing-grid.pricing-grid-two{max-width:600px}.pricing-section .pricing-card{padding:32px 24px}.pricing-section .pricing-card .pricing-badge{top:12px;right:12px;font-size:11px;padding:4px 10px}.pricing-section .pricing-card .plan-name{font-size:18px;margin-bottom:12px}.pricing-section .pricing-card .plan-price .price{font-size:40px}.pricing-section .pricing-card .plan-price .period{font-size:13px}.pricing-section .pricing-card .plan-description{font-size:13px;margin-bottom:24px;padding-bottom:24px}.pricing-section .pricing-card .plan-features{margin-bottom:24px}.pricing-section .pricing-card .plan-features li{padding:8px 0;font-size:13px}.pricing-section .pricing-card .plan-features li .check{font-size:13px}.pricing-section .pricing-card .btn-block{padding:12px 20px;font-size:14px}.faq-section .faq-grid{grid-template-columns:1fr;gap:16px}.faq-section .faq-item{padding:24px}.faq-section .faq-item .faq-question{font-size:15px}.faq-section .faq-item .faq-answer{font-size:13px}.cta-section .cta-content{padding:40px 24px;max-width:100%}.cta-section .cta-content h2{font-size:32px;white-space:normal;line-height:1.3}.cta-section .cta-content .cta-subtitle{font-size:16px}.cta-section .cta-content .cta-actions{display:flex;flex-direction:row;justify-content:center;gap:16px}.cta-section .cta-content .cta-actions .download-dropdown{display:none!important}.cta-section .cta-content .cta-actions .mobile-try-btn{display:flex!important;min-width:240px;padding:16px 56px}.cta-section .cta-content .cta-note{font-size:13px}.site-footer{padding:40px 0 28px}.site-footer .footer-main{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:24px}.site-footer .footer-brand .logo .logo-icon{width:22px;height:22px}.site-footer .footer-brand .logo .logo-text{font-size:16px}.site-footer .footer-brand p{font-size:12px}.site-footer .footer-brand .lang-dropdown{margin-top:16px}.site-footer .footer-links{gap:60px}.site-footer .footer-col{gap:10px}.site-footer .footer-col a,.site-footer .footer-col h5{font-size:13px}.btn.btn-large{padding:14px 28px;font-size:15px}.download-dropdown .download-menu{min-width:240px}.download-dropdown.download-dropdown-large .download-menu{min-width:280px}.download-dropdown .download-option{padding:10px 12px}.download-dropdown .download-option .option-icon{font-size:22px}.download-dropdown .download-option .option-title{font-size:13px}.download-dropdown .download-option .option-desc{font-size:11px}.lang-dropdown .lang-menu{min-width:130px}.lang-dropdown .lang-option{padding:8px 12px;font-size:12px}.mobile-coming-soon-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;align-items:center;justify-content:center;padding:24px}.mobile-coming-soon-modal.open{display:flex}.mobile-coming-soon-modal .modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7)}.mobile-coming-soon-modal .modal-content{position:relative;background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:40px 32px;max-width:400px;width:100%;text-align:left;box-shadow:0 20px 60px rgba(0,0,0,.5)}.mobile-coming-soon-modal .modal-icon{font-size:56px;margin-bottom:20px;text-align:center}.mobile-coming-soon-modal .modal-title{font-size:22px;font-weight:600;color:#fff;margin-bottom:14px;text-align:center}.mobile-coming-soon-modal .modal-text{font-size:15px;color:#a1a1aa;line-height:1.6;margin-bottom:24px;text-align:left}.mobile-coming-soon-modal .modal-text a{color:#00ffe4;text-decoration:none;font-weight:600}.mobile-coming-soon-modal .modal-text a:hover{text-decoration:underline}.mobile-coming-soon-modal .modal-close-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 48px;background:linear-gradient(135deg,#0ad3fb,#00ffe4);color:#000;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer}.mobile-coming-soon-modal .modal-close-btn:active{opacity:.9;transform:scale(.98)}}@media(max-width:767px){*{-webkit-tap-highlight-color:rgba(0,0,0,0)}.btn{position:relative;overflow:hidden}.btn:active{opacity:.85;transform:scale(.98)}.btn.btn-primary:active{background:linear-gradient(135deg,#00d9c2,#00b3a0)}.btn.btn-secondary:active{background:rgba(0,255,228,.2)}.btn.btn-text:active{background:hsla(0,0%,100%,.08)}.audience-card,.comparison-card,.faq-item,.pricing-card,.solution-card,.stat-card,.transformation-card{transition:background .15s ease,transform .15s ease}.audience-card:active,.comparison-card:active,.faq-item:active,.pricing-card:active,.solution-card:active,.stat-card:active,.transformation-card:active{background:hsla(0,0%,100%,.04);transform:scale(.99)}.annotation-tab{transition:background .15s ease,transform .15s ease}.annotation-tab:active{background:rgba(0,255,228,.15);transform:scale(.97)}.annotation-tab.active:active{background:rgba(0,255,228,.25)}.platform-logo{transition:background .15s ease,transform .15s ease}.platform-logo:active{background:hsla(0,0%,100%,.08);transform:scale(.96)}.footer-col a,.site-nav a{transition:color .15s ease,background .15s ease;border-radius:6px;padding:4px 8px;margin:-4px -8px}.footer-col a:active,.site-nav a:active{background:hsla(0,0%,100%,.08)}.download-option,.lang-option{transition:background .15s ease,transform .15s ease}.download-option:active,.lang-option:active{background:rgba(0,255,228,.15)!important;transform:scale(.98)}.download-trigger,.lang-trigger{transition:background .15s ease,transform .15s ease;border-radius:8px}.download-trigger:active,.lang-trigger:active{background:hsla(0,0%,100%,.08);transform:scale(.97)}.logo{transition:transform .15s ease;border-radius:8px}.logo:active{transform:scale(.97)}.hero-badge{transition:background .15s ease,transform .15s ease}.hero-badge:active{background:rgba(0,255,228,.2);transform:scale(.97)}.toggle-switch{transition:transform .15s ease}.toggle-switch:active{transform:scale(.95)}.play-icon{transition:background .15s ease,transform .15s ease}.play-icon:active{background:rgba(0,255,228,.3);transform:scale(.95)}.container{padding:0 20px}.audience-section,.comparison-section,.cta-section,.faq-section,.features-section,.hero-section,.pricing-section,.problem-section,.solution-section,.solutions-section,.stats-section,.transformation-section{padding:80px 0}.section-header{margin-bottom:36px}.section-header .section-title{font-size:26px;white-space:normal;line-height:1.3}.section-header .section-subtitle{font-size:14px;line-height:1.6}.section-label{font-size:11px;letter-spacing:1px;margin-bottom:12px}.site-header{height:64px;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:rgba(0,0,0,.95)!important}.site-header .header-container{padding:0 16px}.site-header .logo{gap:8px}.site-header .logo .logo-icon{width:28px;height:28px;margin-right:4px}.site-header .logo .logo-text{font-size:18px}.site-header .site-nav{display:none}.site-header .header-actions{gap:8px}.site-header .header-actions .btn-text,.site-header .header-actions>.btn-primary,.site-header .header-actions>a.btn-primary{display:none!important}.site-header .header-actions .lang-dropdown .lang-current{display:none}.site-header .header-actions .lang-dropdown .lang-trigger{padding:8px}.hero-section{padding-top:104px;padding-bottom:60px}.hero-section .container{display:flex;flex-direction:column;gap:36px}.hero-section .hero-content{text-align:center;align-items:center;display:flex;flex-direction:column}.hero-section .hero-content .hero-badge{font-size:11px;padding:6px 12px;margin-bottom:20px}.hero-section .hero-content .hero-badge .badge-icon{font-size:14px}.hero-section .hero-content .hero-title{font-size:32px;line-height:1.25;margin-bottom:16px}.hero-section .hero-content .hero-title .highlight{font-size:inherit}.hero-section .hero-content .hero-subtitle{font-size:15px;line-height:1.6;margin-bottom:24px;max-width:100%}.hero-section .hero-content .hero-cta{flex-direction:column;width:100%;gap:12px;margin-bottom:16px;align-items:center}.hero-section .hero-content .hero-cta .btn{width:100%;justify-content:center}.hero-section .hero-content .hero-cta .download-dropdown,.hero-section .hero-content .hero-cta>a.btn{display:none!important}.hero-section .hero-content .hero-cta .mobile-try-btn{display:flex!important;width:auto!important;min-width:200px;padding:14px 48px}.hero-section .hero-content .hero-note{font-size:12px}.hero-section .hero-visual{width:100%}.hero-section .hero-visual .hero-video-container{min-height:200px;aspect-ratio:16/10}.trusted-section{padding:32px 0}.trusted-section .container{padding:0}.trusted-section .trusted-label{font-size:11px;margin-bottom:16px;letter-spacing:1px;padding:0 20px}.trusted-section .trusted-logos{display:flex;gap:16px;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:8px 20px}.trusted-section .trusted-logos::-webkit-scrollbar{display:none}.trusted-section .platform-logo{padding:12px;gap:0;flex-shrink:0;background:hsla(0,0%,100%,.03);border-radius:8px;border:1px solid hsla(0,0%,100%,.06)}.trusted-section .platform-logo .logo-wrapper,.trusted-section .platform-logo img{width:28px;height:28px}.trusted-section .platform-logo .platform-name{display:none}.trusted-section .platform-logo.etsy .logo-wrapper,.trusted-section .platform-logo.etsy img{width:36px;height:36px}.trusted-section .platform-logo.temu .logo-wrapper,.trusted-section .platform-logo.temu img{width:32px;height:32px}.trusted-section .platform-logo.ebay .logo-wrapper,.trusted-section .platform-logo.ebay img{width:40px;height:40px}.problem-section .problem-content{max-width:100%}.problem-section .problem-title{font-size:24px;line-height:1.3;margin-bottom:24px}.problem-section .problem-text{margin-bottom:28px}.problem-section .problem-text p{font-size:14px;line-height:1.7;margin-bottom:12px}.problem-section .problem-results{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.problem-section .problem-results .result-item{padding:12px 16px;font-size:13px;justify-content:center}.problem-section .problem-results .result-item .result-icon{font-size:14px}.problem-section .problem-solution{font-size:14px;line-height:1.7}.solution-section .solution-header{max-width:100%}.solution-section .solution-title{font-size:28px;line-height:1.25;margin-bottom:16px}.solution-section .solution-subtitle{font-size:14px;line-height:1.7}.features-section .annotation-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:32px}.features-section .annotation-tab{padding:12px 10px;justify-content:center;text-align:center;flex-direction:column;gap:4px}.features-section .annotation-tab .tab-tag{font-size:10px}.features-section .annotation-tab .tab-title{font-size:13px}.features-section .annotation-detail{display:flex;flex-direction:column;gap:24px}.features-section .annotation-info{order:2}.features-section .annotation-info .annotation-tag{font-size:36px;margin-bottom:4px}.features-section .annotation-info .annotation-title{font-size:22px;margin-bottom:6px}.features-section .annotation-info .annotation-subtitle{font-size:15px;margin-bottom:16px}.features-section .annotation-info .annotation-description{font-size:14px;line-height:1.6;margin-bottom:20px}.features-section .annotation-info .annotation-features{margin-bottom:20px}.features-section .annotation-info .annotation-features li{font-size:13px;padding:6px 0;gap:10px}.features-section .annotation-info .annotation-perfect{font-size:13px;padding:14px 16px}.features-section .annotation-visual{order:1}.features-section .annotation-visual .annotation-video-container{aspect-ratio:16/10;min-height:180px}.solutions-section .solutions-grid{grid-template-columns:1fr;gap:12px}.solutions-section .solution-card{padding:20px 18px}.solutions-section .solution-card .card-icon{width:40px;height:40px;font-size:18px;margin-bottom:14px}.solutions-section .solution-card .card-challenge{font-size:12px;margin-bottom:6px}.solutions-section .solution-card .card-challenge .challenge-icon{font-size:10px}.solutions-section .solution-card .card-solution{font-size:15px;margin-bottom:8px}.solutions-section .solution-card .card-desc{font-size:13px;line-height:1.5}.stats-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stats-section .stat-card{padding:20px 12px}.stats-section .stat-card .stat-value{font-size:28px;margin-bottom:6px}.stats-section .stat-card .stat-value .arrow-down,.stats-section .stat-card .stat-value .arrow-up{font-size:24px}.stats-section .stat-card .stat-label{font-size:11px;line-height:1.4}.audience-section .audience-grid{grid-template-columns:1fr;gap:12px}.audience-section .audience-card{padding:20px 18px}.audience-section .audience-card .audience-icon{font-size:28px;margin-bottom:10px}.audience-section .audience-card .audience-tag{font-size:10px;padding:3px 8px;margin-bottom:10px}.audience-section .audience-card h4{font-size:16px;margin-bottom:6px}.audience-section .audience-card p{font-size:13px;line-height:1.5}.comparison-section .comparison-cards{display:flex;flex-direction:column;gap:16px}.comparison-section .comparison-vs{display:flex;justify-content:center;padding:6px 0;font-size:12px}.comparison-section .comparison-card{width:100%;padding:20px 18px}.comparison-section .comparison-card .card-header{margin-bottom:18px;gap:10px}.comparison-section .comparison-card .card-logo{width:24px;height:24px}.comparison-section .comparison-card .card-icon{font-size:20px}.comparison-section .comparison-card .card-title{font-size:16px}.comparison-section .comparison-card .card-badge{font-size:10px;padding:3px 8px}.comparison-section .comparison-card .card-features{gap:10px}.comparison-section .comparison-card .card-features li{font-size:13px;gap:8px}.comparison-section .comparison-card .card-features .check,.comparison-section .comparison-card .card-features .x{width:16px;height:16px;font-size:9px}.transformation-section .transformation-grid{display:flex;flex-direction:column;gap:16px}.transformation-section .transformation-arrow{display:flex;justify-content:center;transform:rotate(90deg);font-size:24px;padding:4px 0}.transformation-section .transformation-card .card-label{padding:12px 18px;font-size:11px}.transformation-section .transformation-card .card-visual{padding:16px}.transformation-section .transformation-card .card-visual .transformation-media-container{max-height:360px}.transformation-section .transformation-card .card-description{padding:0 18px 18px}.transformation-section .transformation-card .card-description p{font-size:13px;margin-bottom:10px}.transformation-section .transformation-card .card-description ul li{font-size:13px;padding:5px 0}.pricing-section .pricing-toggle{gap:10px;margin-bottom:24px}.pricing-section .pricing-toggle .toggle-label{font-size:12px}.pricing-section .pricing-toggle .toggle-label .save-badge{font-size:9px;padding:2px 5px;margin-left:4px}.pricing-section .pricing-toggle .toggle-switch{width:44px;height:24px}.pricing-section .pricing-toggle .toggle-switch .toggle-slider{width:16px;height:16px}.pricing-section .pricing-toggle .toggle-switch.yearly .toggle-slider{transform:translateX(20px)}.pricing-section .pricing-grid{display:flex!important;flex-wrap:nowrap;gap:16px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:8px 20px 16px;margin:0 -20px;scroll-snap-type:x mandatory}.pricing-section .pricing-grid::-webkit-scrollbar{display:none}.pricing-section .pricing-grid.pricing-grid-two{max-width:none}.pricing-section .pricing-card{flex:0 0 280px;min-width:280px;max-width:280px;padding:24px 20px;scroll-snap-align:center}.pricing-section .pricing-card .pricing-badge{top:10px;right:10px;font-size:10px;padding:4px 8px}.pricing-section .pricing-card .plan-name{font-size:17px;margin-bottom:10px}.pricing-section .pricing-card .plan-price{margin-bottom:6px}.pricing-section .pricing-card .plan-price .price{font-size:36px}.pricing-section .pricing-card .plan-price .period{font-size:12px}.pricing-section .pricing-card .plan-description{font-size:13px;margin-bottom:20px;padding-bottom:20px}.pricing-section .pricing-card .plan-features{margin-bottom:20px}.pricing-section .pricing-card .plan-features li{padding:7px 0;font-size:13px;gap:10px}.pricing-section .pricing-card .plan-features li .check{font-size:12px}.pricing-section .pricing-card .btn-block{padding:12px 20px;font-size:14px}.faq-section .faq-grid{grid-template-columns:1fr;gap:12px}.faq-section .faq-item{padding:18px 16px}.faq-section .faq-item .faq-question{font-size:14px;margin-bottom:10px;line-height:1.4}.faq-section .faq-item .faq-answer{font-size:13px;line-height:1.6}.cta-section .cta-content{padding:0;max-width:100%}.cta-section .cta-content h2{font-size:26px;white-space:normal;line-height:1.3;margin-bottom:12px}.cta-section .cta-content .cta-subtitle{font-size:14px;line-height:1.6;margin-bottom:24px}.cta-section .cta-content .cta-actions{display:flex;flex-direction:column;width:100%;gap:12px;margin-bottom:12px;align-items:center}.cta-section .cta-content .cta-actions .btn{width:100%;justify-content:center}.cta-section .cta-content .cta-actions .download-dropdown{display:none!important}.cta-section .cta-content .cta-actions .mobile-try-btn{display:flex!important;width:auto!important;min-width:200px;padding:14px 48px}.cta-section .cta-content .cta-note{font-size:12px}.site-footer{padding:36px 0 24px}.site-footer .footer-main{flex-direction:column;gap:28px}.site-footer .footer-brand{text-align:center;display:flex;flex-direction:column;align-items:center}.site-footer .footer-brand .logo{justify-content:center;margin-bottom:6px}.site-footer .footer-brand .logo .logo-icon{width:20px;height:20px}.site-footer .footer-brand .logo .logo-text{font-size:16px}.site-footer .footer-brand p{font-size:12px}.site-footer .footer-brand .copyright{margin-top:6px}.site-footer .footer-brand .lang-dropdown{margin-top:14px}.site-footer .footer-links{width:100%;justify-content:center;gap:48px}.site-footer .footer-col{text-align:center;gap:8px}.site-footer .footer-col h5{font-size:13px;margin-bottom:2px}.site-footer .footer-col a{font-size:12px}.btn.btn-large{padding:14px 24px;font-size:14px}.btn.btn-primary,.btn.btn-secondary{font-size:14px}.download-dropdown{position:static!important}.download-dropdown .download-menu{all:unset!important;display:none!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-height:70vh;border-radius:16px 16px 0 0;padding:20px 16px calc(20px + env(safe-area-inset-bottom, 0px));background:#161616!important;border:1px solid hsla(0,0%,100%,.08)!important;box-shadow:0 -10px 40px rgba(0,0,0,.5);overflow-y:auto;z-index:9999!important;box-sizing:border-box!important}.download-dropdown.open .download-menu{display:block!important}.download-dropdown .download-option{display:flex;align-items:center;gap:12px;padding:14px 12px;border-radius:8px;text-decoration:none;cursor:pointer}.download-dropdown .download-option:active,.download-dropdown .download-option:hover{background:rgba(0,255,228,.1)}.download-dropdown .download-option .option-icon{font-size:24px;width:36px;color:#a1a1aa;text-align:center}.download-dropdown .download-option .option-text{display:flex;flex-direction:column;gap:2px;text-align:left}.download-dropdown .download-option .option-title{font-size:14px;font-weight:600;color:#fff}.download-dropdown .download-option .option-desc{font-size:12px;color:#71717a}.download-dropdown .download-option:active .option-icon,.download-dropdown .download-option:hover .option-icon{color:#00ffe4}.lang-dropdown{position:static!important}.lang-dropdown .lang-menu{all:unset!important;display:none!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-height:70vh;border-radius:16px 16px 0 0;padding:20px 16px calc(20px + env(safe-area-inset-bottom, 0px));background:#161616!important;border:1px solid hsla(0,0%,100%,.08)!important;box-shadow:0 -10px 40px rgba(0,0,0,.5);overflow-y:auto;z-index:9999!important;box-sizing:border-box!important}.lang-dropdown.open .lang-menu{display:block!important}.lang-dropdown.lang-dropdown-up{position:static!important}.lang-dropdown.lang-dropdown-up .lang-menu{display:none!important}.lang-dropdown.lang-dropdown-up.open .lang-menu{display:block!important}.lang-dropdown .lang-option{display:block;padding:12px 16px;font-size:14px;text-align:center;color:#a1a1aa;text-decoration:none;border-radius:6px}.lang-dropdown .lang-option.active,.lang-dropdown .lang-option:active,.lang-dropdown .lang-option:hover{color:#00ffe4}.download-dropdown.open:before,.lang-dropdown.open:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9998}.dropdown-overlay{background:rgba(0,0,0,.5);z-index:99}.dropdown-overlay,.mobile-coming-soon-modal{position:fixed;top:0;left:0;right:0;bottom:0}.mobile-coming-soon-modal{display:none;z-index:10000;align-items:center;justify-content:center;padding:20px}.mobile-coming-soon-modal.open{display:flex}.mobile-coming-soon-modal .modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7)}.mobile-coming-soon-modal .modal-content{position:relative;background:#161616;border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:32px 24px;max-width:340px;width:100%;text-align:left;box-shadow:0 20px 60px rgba(0,0,0,.5)}.mobile-coming-soon-modal .modal-icon{font-size:48px;margin-bottom:16px;text-align:center}.mobile-coming-soon-modal .modal-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:12px;text-align:center}.mobile-coming-soon-modal .modal-text{font-size:14px;color:#a1a1aa;line-height:1.6;margin-bottom:20px;text-align:left}.mobile-coming-soon-modal .modal-text a{color:#00ffe4;text-decoration:none;font-weight:600}.mobile-coming-soon-modal .modal-text a:hover{text-decoration:underline}.mobile-coming-soon-modal .modal-close-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:14px 32px;background:linear-gradient(135deg,#0ad3fb,#00ffe4);color:#000;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer}.mobile-coming-soon-modal .modal-close-btn:active{opacity:.9;transform:scale(.98)}}