:root{--home-blue:#1f78f2;--home-blue-deep:#1261df;--home-cyan:#65dcea;--home-text:#111827;--home-muted:#9aa7b8;color:var(--home-text);font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0}body{background:#fff;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer;background:0 0;border:0}.app-loading{min-height:100vh;color:var(--home-blue);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.loading-brand{font-size:18px;font-weight:700}.loading-dots{gap:6px;display:inline-flex}.loading-dots span{background:var(--home-blue);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite home-loading}.loading-dots span:nth-child(2){animation-delay:.16s}.loading-dots span:nth-child(3){animation-delay:.32s}@keyframes home-loading{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.coupon-home{background:#fff;min-height:100vh;overflow:hidden}.coupon-nav{z-index:10;-webkit-backdrop-filter:blur(18px);background:rgba(255,255,255,.82);min-height:86px;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 8px 24px rgba(28,86,160,.08)}.coupon-nav__inner{grid-template-columns:minmax(210px,260px) 1fr auto;align-items:center;gap:22px;max-width:1320px;height:86px;margin:0 auto;padding:0 28px;display:grid}.coupon-brand{align-items:center;gap:10px;min-width:0;display:inline-flex}.coupon-brand img{object-fit:contain;width:auto;max-width:150px;height:34px}.coupon-brand__mark{color:#fff;background:linear-gradient(135deg,#1d7cff,#0f5cdb);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;box-shadow:0 10px 22px rgba(31,120,242,.22)}.coupon-brand__mark svg{width:22px;height:22px}.coupon-brand strong{color:#101828;text-overflow:ellipsis;white-space:nowrap;font-size:24px;font-weight:900;overflow:hidden}.coupon-menu{justify-content:center;align-items:center;gap:max(14px,min(2.3vw,38px));display:flex}.coupon-menu__group{align-items:center;height:86px;padding:0 2px;display:inline-flex;position:relative}.coupon-menu__link{color:#1f2937;letter-spacing:0;white-space:nowrap;align-items:center;gap:6px;height:86px;font-size:17px;font-weight:800;transition:color .18s,opacity .18s;display:inline-flex;position:relative}.coupon-menu__link:hover,.coupon-menu__link.active,.coupon-menu__group.active>.coupon-menu__link{color:var(--home-blue)}.coupon-menu__link.active:after,.coupon-menu__group.active>.coupon-menu__link:after{content:"";background:var(--home-blue);border-radius:999px;width:46px;height:4px;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.coupon-menu__link--group{cursor:default}.coupon-menu__chevron{opacity:.58;border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;margin-top:-3px;transform:rotate(45deg)}.coupon-submenu{opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(16px);background:rgba(255,255,255,.96);border-radius:16px;flex-direction:column;gap:4px;min-width:174px;padding:8px;transition:opacity .18s,transform .18s;display:flex;position:absolute;top:calc(100% - 8px);left:50%;transform:translate(-50%,8px);box-shadow:0 16px 34px rgba(28,86,160,.12)}.coupon-menu__group:hover .coupon-submenu,.coupon-menu__group.is-hover .coupon-submenu{opacity:1;pointer-events:auto;transform:translate(-50%)}.coupon-submenu__item{color:#4b5563;white-space:nowrap;border-radius:10px;align-items:center;min-height:38px;padding:0 13px;font-size:14px;font-weight:700;display:flex}.coupon-submenu__item:hover,.coupon-submenu__item.active{color:var(--home-blue);background:rgba(31,120,242,.08)}.coupon-submenu__item--group{cursor:default;color:#94a3b8}.coupon-nav-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.coupon-nav-action{background:linear-gradient(135deg,#2f88ff,#1265e8);border-radius:999px;justify-content:center;align-items:center;min-width:104px;height:40px;padding:0 20px;font-size:15px;font-weight:800;display:inline-flex;box-shadow:0 10px 20px rgba(31,120,242,.18);color:#fff!important}.coupon-nav-action--ghost{background:rgba(255,255,255,.78);box-shadow:inset 0 0 0 1px rgba(31,120,242,.16);color:var(--home-blue)!important}.coupon-nav-action:after{display:none}.coupon-mobile-toggle{color:#111827;background:rgba(31,120,242,.08);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:none}.coupon-mobile-toggle span{background:currentColor;border-radius:999px;width:18px;height:2px}.coupon-mobile-menu{flex-direction:column;gap:4px;max-width:1320px;margin:0 auto;padding:0 18px 18px;display:none}.coupon-mobile-link{color:#334155;border-radius:12px;align-items:center;min-height:42px;padding:0 14px;font-size:14px;font-weight:800;display:flex}.coupon-mobile-link.active{color:var(--home-blue);background:rgba(31,120,242,.08)}.coupon-mobile-link--group{color:#64748b}.coupon-mobile-children{flex-direction:column;gap:3px;padding-left:14px;display:flex}.coupon-mobile-link--cta{color:#fff;background:linear-gradient(135deg,#2f88ff,#1265e8);justify-content:center;margin-top:8px}.coupon-mobile-cta-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.coupon-mobile-home{display:none}.coupon-desktop-home{display:block}.coupon-hero{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.96) 0%,rgba(255,255,255,.7) 24%,transparent 50%),radial-gradient(circle at 72% 12%,rgba(255,255,255,.98) 0%,rgba(255,255,255,.76) 30%,transparent 58%),linear-gradient(102deg,#f9fdff 0%,#eef8ff 43%,#dceeff 100%);min-height:560px;position:relative;overflow:hidden}.coupon-hero:before,.coupon-hero:after{content:"";pointer-events:none;position:absolute}.coupon-hero:before{z-index:0;background:linear-gradient(118deg,transparent 0%,rgba(255,255,255,.72) 31%,transparent 58%),radial-gradient(circle at 8% 38%,rgba(255,255,255,.74) 0%,transparent 30%),radial-gradient(circle at 92% 78%,rgba(255,255,255,.68) 0%,transparent 30%);top:0;bottom:0;left:0;right:0}.coupon-hero:after{z-index:0;background:linear-gradient(rgba(255,255,255,0) 0%,rgba(248,252,255,.72) 58%,#fff 100%);height:58px;bottom:-1px;left:0;right:0}.coupon-hero__inner{z-index:1;grid-template-columns:380px minmax(0,1fr);align-items:center;gap:42px;max-width:1320px;min-height:560px;margin:0 auto;padding:24px 28px 34px;display:grid;position:relative}.coupon-hero__copy{padding-left:4px}.coupon-hero__copy h1{color:#070b12;letter-spacing:0;margin:0 0 20px;font-size:38px;font-weight:900;line-height:1.12}.coupon-hero__copy p{color:#7b8798;max-width:390px;margin:0;font-size:15px;font-weight:600;line-height:1.92}.coupon-primary{color:#fff;background:linear-gradient(135deg,#2f88ff,#1265e8);border-radius:999px;justify-content:center;align-items:center;width:172px;height:48px;margin-top:38px;font-size:16px;font-weight:900;display:inline-flex;box-shadow:0 14px 28px rgba(31,120,242,.26)}.coupon-scene{width:min(940px,100%);height:536px;transform-style:preserve-3d;perspective:1500px;position:relative;transform:translate(-18px,28px)}.scene-plane{transform-origin:50% 48%;width:828px;height:432px;transform-style:preserve-3d;grid-template-rows:132px 146px 124px;grid-template-columns:repeat(3,264px);grid-template-areas:"menu ticket white""blue cyan order""settle voucher support";place-items:center;gap:10px 18px;display:grid;position:absolute;top:0;bottom:0;left:-8px;right:-20px;transform:rotateX(58deg)rotateY(7deg)rotate(22deg)}.scene-glow{pointer-events:none;filter:blur(28px);border-radius:999px;position:absolute}.scene-glow--left{background:rgba(42,132,255,.08);width:260px;height:160px;top:224px;left:118px}.scene-glow--right{background:rgba(111,218,239,.08);width:360px;height:250px;top:94px;right:56px}.scene-card{filter:none;transform-style:preserve-3d;transform-origin:50%;transform:var(--scene-final-transform,translateZ(0));background:rgba(255,255,255,.98);border-radius:20px;animation:none;position:relative;overflow:visible;box-shadow:0 8px 18px rgba(58,119,180,.06),0 1px 3px rgba(96,165,250,.05)}.scene-card>*{z-index:4;position:relative}.scene-cell--menu{grid-area:menu}.scene-cell--ticket{grid-area:ticket}.scene-cell--blue{grid-area:blue}.scene-cell--white{grid-area:white;place-self:center;margin:0}.scene-cell--cyan{grid-area:cyan}.scene-cell--order{grid-area:order;place-self:center;margin:0}.scene-cell--voucher{grid-area:voucher}.scene-cell--settle{grid-area:settle}.scene-cell--support{grid-area:support}.scene-card:before{content:"";z-index:2;border-radius:inherit;pointer-events:none;background:linear-gradient(145deg,rgba(255,255,255,.42),transparent 45%),radial-gradient(circle at 12% 14%,rgba(255,255,255,.42),transparent 30%);border:1px solid rgba(255,255,255,.86);position:absolute;top:0;bottom:0;left:0;right:0}.scene-card:after{display:none}.scene-card:before{box-shadow:inset 0 1px rgba(255,255,255,.66)}.scene-card--blue{z-index:4;color:#fff;filter:none;--scene-final-transform:translateZ(32px);--scene-delay:-1.2s;--scene-duration:6.2s;background:radial-gradient(circle at 76% 18%,rgba(255,255,255,.14) 0,rgba(255,255,255,.14) 24px,transparent 25px),radial-gradient(circle at 76% 72%,rgba(255,255,255,.18) 0,rgba(255,255,255,.18) 48px,transparent 49px),linear-gradient(135deg,#2f8dff 0%,#1264e5 100%);width:252px;height:140px;padding:28px 32px;box-shadow:0 8px 18px rgba(41,112,230,.08),0 1px 3px rgba(41,112,230,.06)}.scene-card--blue:after{background:linear-gradient(rgba(34,122,238,.72),rgba(19,94,213,.32));box-shadow:0 15px 20px rgba(38,112,222,.17)}.scene-card--blue span{opacity:.86;font-size:13px;font-weight:700;display:block}.scene-card--blue strong{margin-top:34px;font-size:26px;display:block}.scene-card--blue i,.scene-card--cyan i{background:rgba(255,255,255,.18);border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;display:inline-flex;position:absolute;bottom:24px;right:28px}.scene-card--blue svg,.scene-card--cyan svg{width:38px;height:38px}.scene-card--menu{z-index:6;--scene-final-transform:translateZ(44px);--scene-delay:-.2s;--scene-duration:5.8s;width:258px;height:128px;padding:22px 24px}.scene-card--menu strong{color:#1f2937;margin-bottom:14px;font-size:16px;display:block}.scene-menu-grid{color:#667085;text-align:center;grid-template-columns:repeat(2,1fr);gap:10px 16px;font-size:12px;font-weight:700;display:grid}.scene-menu-grid span{justify-content:flex-start;align-items:center;gap:7px;display:flex}.scene-menu-grid svg{color:#1976e9;width:25px;height:25px;padding:0}.scene-card--ticket{z-index:5;filter:none;--scene-final-transform:translateZ(48px);--scene-delay:-1.8s;--scene-duration:6.4s;background:linear-gradient(90deg,transparent 0,transparent 10%,rgba(33,119,242,.98) 10%,rgba(33,119,242,.98) 24%,transparent 24%),linear-gradient(#fff 0%,#fff 72%,#f4f9ff 100%);width:252px;height:124px;padding:28px 36px}.scene-card--ticket:after{background:linear-gradient(rgba(22,109,233,.92) 0%,rgba(15,94,215,.86) 100%);border-radius:0 0 16px 16px;height:18px;bottom:-20px;left:0;right:0;transform:translateZ(-18px);box-shadow:0 16px 22px rgba(24,106,226,.18)}.scene-card--ticket:before{display:none}.scene-card--ticket em{z-index:3;color:#94a3b8;font-size:12px;font-style:normal;display:block;position:relative}.scene-card--ticket strong{z-index:3;color:#1265e8;font-size:38px;line-height:1;display:block;position:relative}.scene-card--ticket span{z-index:3;color:#9aa7b8;margin-top:6px;font-size:10px;display:block;position:relative}.scene-card--white{z-index:4;--scene-final-transform:translateZ(30px);--scene-delay:-2.4s;--scene-duration:5.9s;width:238px;height:116px;padding:30px 32px}.scene-card--white strong{color:#273449;margin-bottom:10px;font-size:16px;display:block}.scene-card--white div{color:#8b99aa;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.scene-card--white svg{display:none}.scene-card--cyan{z-index:3;color:#fff;filter:none;--scene-final-transform:translateZ(24px);--scene-delay:-.9s;--scene-duration:6.8s;background:radial-gradient(circle at 78% 68%,rgba(255,255,255,.16) 0,rgba(255,255,255,.16) 54px,transparent 55px),linear-gradient(135deg,#6fe3f0,#31bdd7);width:260px;height:138px;padding:28px;box-shadow:0 8px 18px rgba(42,172,207,.08),0 1px 3px rgba(42,172,207,.05)}.scene-card--cyan:after{background:linear-gradient(rgba(55,189,217,.62),rgba(43,145,217,.22));box-shadow:0 14px 20px rgba(42,172,207,.15)}.scene-card--cyan span{opacity:.86;font-size:12px;font-weight:700;display:block}.scene-card--cyan strong{margin-top:16px;font-size:21px;display:block}.scene-card--order{z-index:5;--scene-final-transform:translateZ(38px);--scene-delay:-3s;--scene-duration:6.1s;width:244px;height:118px;padding:24px 28px}.scene-card--voucher{z-index:2;--scene-final-transform:translateY(6px) translateZ(18px);--scene-delay:-2s;--scene-duration:6.7s;width:240px;height:112px;padding:26px 30px}.scene-card--voucher:before{background:0 0;border:1px dashed #bfd8f8}.scene-card--voucher strong{color:#1265e8;font-size:34px}.scene-card--voucher span{color:#9aa7b8;margin-top:8px;font-size:11px;display:block}.scene-card--settle,.scene-card--support{width:238px;height:108px;padding:24px 28px}.scene-card--settle{z-index:2;--scene-final-transform:translateY(8px) translateZ(16px);--scene-delay:-3.4s;--scene-duration:6s}.scene-card--support{z-index:2;--scene-final-transform:translateY(4px) translateZ(20px);--scene-delay:-.6s;--scene-duration:6.5s}.scene-card--settle strong,.scene-card--support strong{color:#273449;font-size:17px;display:block}.scene-card--settle span,.scene-card--support span{color:#8b99aa;margin-top:10px;font-size:12px;font-weight:700;display:block}.scene-card--order strong{color:#1265e8;font-size:32px}.scene-card--order span{color:#8b99aa;margin-top:6px;font-size:11px;display:block}.scene-card--order a{color:#fff;background:#1265e8;border-radius:7px;padding:8px 13px;font-size:11px;font-weight:900;position:absolute;bottom:18px;right:20px}.scene-shadow{display:none}.coupon-section__inner{max-width:1320px;margin:0 auto;padding:0 28px}.coupon-capabilities{background:radial-gradient(circle at 12% 0,rgba(31,120,242,.08),transparent 28%),linear-gradient(#fff 0%,#f6f9fd 100%);padding:82px 0 86px}.coupon-section-heading{text-align:center;margin-bottom:36px}.coupon-section-heading h2,.coupon-solution h2,.coupon-final-cta h2{color:#0b1018;letter-spacing:0;margin:0;font-size:34px;font-weight:900;line-height:1.18}.coupon-section-heading p{color:#8a97aa;max-width:680px;margin:14px auto 0;font-size:14px;font-weight:600;line-height:1.9}.coupon-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.coupon-feature-card,.coupon-process-card,.coupon-industry-card,.coupon-stat-card{background:rgba(255,255,255,.92);box-shadow:0 12px 34px rgba(31,120,242,.06)}.coupon-feature-card{border-radius:18px;min-height:208px;padding:26px 24px 24px;position:relative}.coupon-feature-card__icon,.coupon-process-card__icon,.coupon-industry-card__icon{justify-content:flex-start;align-items:center;width:30px;height:30px;margin-bottom:20px;display:inline-flex;background:0 0!important}.coupon-feature-card__icon svg,.coupon-process-card__icon svg,.coupon-industry-card__icon svg{stroke-width:3.2px;width:28px;height:28px}.coupon-feature-card h3,.coupon-process-card h3,.coupon-industry-card h3{color:#111827;margin:0;font-size:18px;font-weight:900;line-height:1.3}.coupon-feature-card p,.coupon-process-card p,.coupon-industry-card p,.coupon-solution__copy>p,.coupon-industries>p,.coupon-final-cta p{color:#8a97aa;margin:0;font-weight:600}.coupon-feature-card p{margin-top:10px;font-size:13px;line-height:1.9}.tone-blue{color:#1f78f2}.tone-green{color:#10b981}.tone-violet{color:#7c3aed}.tone-amber{color:#f59e0b}.tone-cyan{color:#06b6d4}.tone-rose{color:#e11d48}.tone-red{color:#ef4444}.tone-orange{color:#f97316}.tone-indigo{color:#4f46e5}.tone-sky{color:#0284c7}.tone-teal{color:#0f766e}.tone-slate{color:#334155}.coupon-solution{background:radial-gradient(circle at 86% 12%,rgba(101,220,234,.16),transparent 28%),linear-gradient(#eef5fd 0%,#f8fbff 100%);padding:86px 0}.coupon-solution__grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start;gap:42px;display:grid}.coupon-kicker{min-height:30px;color:var(--home-blue);background:rgba(31,120,242,.1);border-radius:999px;align-items:center;padding:0 13px;font-size:13px;font-weight:900;display:inline-flex}.coupon-kicker--solid{color:#fff;background:linear-gradient(135deg,#2f88ff,#1265e8)}.coupon-solution__copy h2,.coupon-industries h2{margin-top:16px}.coupon-solution__copy>p,.coupon-industries>p{margin-top:16px;font-size:15px;line-height:1.9}.coupon-process-list{gap:14px;margin-top:28px;display:grid}.coupon-process-card{border-radius:16px;gap:16px;padding:20px 18px;display:flex;position:relative}.coupon-process-card__icon{color:var(--home-blue);flex:none;width:28px;height:28px;margin-top:2px;margin-bottom:0}.coupon-process-card p{margin-top:7px;font-size:13px;line-height:1.75}.coupon-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.coupon-stat-card{text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:104px;display:flex}.coupon-stat-card strong{color:var(--home-blue);font-size:32px;font-weight:900;line-height:1}.coupon-stat-card span{color:#8a97aa;margin-top:9px;font-size:13px;font-weight:700}.coupon-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px;display:grid}.coupon-industry-card{border-radius:18px;padding:22px;position:relative}.coupon-industry-card__icon{width:30px;height:30px;margin-bottom:15px}.coupon-industry-card ul{gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.coupon-industry-card li{color:#8a97aa;padding-left:14px;font-size:13px;font-weight:650;line-height:1.55;position:relative}.coupon-industry-card li:before{content:"";opacity:.56;background:currentColor;border-radius:50%;width:5px;height:5px;position:absolute;top:9px;left:0}.coupon-final-cta{background:#fff;padding:80px 24px}.coupon-final-cta__inner{text-align:center;max-width:760px;margin:0 auto}.coupon-final-cta p{margin-top:16px;font-size:15px;line-height:1.8}.coupon-final-cta a{color:#fff;background:linear-gradient(135deg,#2f88ff,#1265e8);border-radius:999px;justify-content:center;align-items:center;min-width:188px;height:50px;margin-top:30px;font-size:16px;font-weight:900;display:inline-flex;box-shadow:0 16px 32px rgba(31,120,242,.24)}.coupon-footer{background:radial-gradient(circle at 78% 30%,rgba(255,255,255,.9) 0%,transparent 28%),linear-gradient(100deg,#f6fbff 0%,#e9f5ff 100%)}.coupon-footer__inner{grid-template-columns:minmax(0,1fr) minmax(240px,360px);align-items:start;gap:48px;max-width:1320px;margin:0 auto;padding:44px 28px 30px;display:grid}.footer-brand{min-width:0}.footer-brand__main{align-items:center;gap:10px;min-width:0;display:inline-flex}.footer-brand__main img{object-fit:contain;width:auto;max-width:150px;height:32px}.footer-brand__mark{color:#fff;background:linear-gradient(135deg,#1d7cff,#0f5cdb);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.footer-brand__mark svg{width:21px;height:21px}.footer-brand strong{color:#111827;white-space:nowrap;font-size:22px;font-weight:900}.footer-brand p{color:#a7b2c1;max-width:460px;margin:18px 0 0;font-size:13px;font-weight:600;line-height:1.9}.footer-nav{justify-self:end;width:min(100%,360px)}.footer-nav h3{color:#111827;margin:0 0 14px;font-size:16px;font-weight:900}.footer-nav div{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;display:grid}.footer-nav a{color:#8a97aa;font-size:13px;font-weight:700;line-height:1.6}.footer-nav a:hover{color:var(--home-blue)}.footer-meta{color:#a7b2c1;flex-wrap:wrap;gap:8px 18px;max-width:1320px;margin:0 auto;padding:0 28px 24px;font-size:12px;display:flex}.mobile-home-panel{background:radial-gradient(circle at 20% 0,rgba(255,255,255,.94) 0%,rgba(255,255,255,.4) 34%,transparent 70%),linear-gradient(#f6f9ff 0%,#eef4fb 100%);flex-direction:column;min-height:calc(100vh - 68px);padding:18px 14px 22px;display:flex}.mobile-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.mobile-entry-card{color:#fff;border-radius:16px;flex-direction:column;justify-content:flex-end;min-height:116px;padding:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 26px rgba(31,120,242,.13)}.mobile-entry-card--order{background:linear-gradient(135deg,#2f88ff,#1767e8)}.mobile-entry-card--shop{background:linear-gradient(135deg,#ff9d20,#ff7a00);box-shadow:0 16px 26px rgba(255,122,0,.13)}.mobile-entry-card__icon{background:rgba(255,255,255,.13);border-radius:999px;justify-content:center;align-items:center;width:70px;height:70px;display:inline-flex;position:absolute;bottom:-14px;right:-14px}.mobile-entry-card__icon svg{width:26px;height:26px}.mobile-entry-card strong{z-index:1;font-size:22px;font-weight:900;line-height:1;position:relative}.mobile-entry-card small{z-index:1;color:rgba(255,255,255,.86);margin-top:8px;padding-right:28px;font-size:12px;font-weight:700;line-height:1.35;position:relative}.mobile-shortcut-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.mobile-shortcut-item{color:#4b5567;text-align:center;-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;gap:8px;min-width:0;font-size:12px;font-weight:800;display:flex}.mobile-shortcut-item span{background:rgba(255,255,255,.78);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:0 10px 20px rgba(31,120,242,.06)}.mobile-shortcut-item svg{width:24px;height:24px}.mobile-shortcut-item strong{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.coupon-fade-enter-active,.coupon-fade-leave-active{transition:opacity .2s}.coupon-fade-enter-from,.coupon-fade-leave-to{opacity:0}.mobile-contact-mask{z-index:1000;background:rgba(15,23,42,.42);justify-content:center;align-items:flex-end;padding:18px 12px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.mobile-contact-dialog{background:#fff;border-radius:22px;width:min(100%,390px);padding:22px 18px 18px;position:relative;box-shadow:0 20px 46px rgba(15,23,42,.18)}.mobile-contact-close{color:#8b95a5;background:#f4f6fa;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:absolute;top:12px;right:12px}.mobile-contact-close svg{width:16px;height:16px}.mobile-contact-head{text-align:center}.mobile-contact-head>span{color:#1f78f2;background:#edf5ff;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:12px;display:inline-flex}.mobile-contact-head svg{width:24px;height:24px}.mobile-contact-head h3{color:#111827;margin:0;font-size:20px;font-weight:900;line-height:1.25}.mobile-contact-head p{color:#8b95a5;margin:8px 0 0;font-size:12px;font-weight:700;line-height:1.6}.mobile-contact-code{background:#f8fafc;border-radius:18px;justify-content:center;align-items:center;min-height:184px;margin-top:18px;padding:12px;display:flex}.mobile-contact-code img{object-fit:contain;background:#fff;border-radius:12px;max-width:176px;max-height:176px;display:block}.mobile-contact-text{color:#334155;word-break:break-all;background:#fff;border-radius:14px;width:100%;padding:14px;font-size:13px;font-weight:700;line-height:1.7}.mobile-contact-empty{color:#a3adbd;flex-direction:column;align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.mobile-contact-empty svg{width:34px;height:34px}.mobile-contact-type{color:#4b5567;text-align:center;margin:12px 0 14px;font-size:13px;font-weight:800}.mobile-contact-primary,.mobile-contact-secondary{border-radius:12px;justify-content:center;align-items:center;width:100%;height:42px;font-size:14px;font-weight:900;display:inline-flex}.mobile-contact-primary{color:#fff;background:linear-gradient(135deg,#2f88ff,#1265e8)}.mobile-contact-secondary{color:#64748b;background:#f4f6fa;margin-top:10px}.mobile-news-card{background:rgba(255,255,255,.88);border-radius:18px;margin-top:22px;padding:18px;box-shadow:0 12px 28px rgba(31,120,242,.07)}.mobile-news-card header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.mobile-news-card h2{color:#111827;margin:0;font-size:22px;font-weight:900;line-height:1}.mobile-news-card header span{color:#9aa3b4;white-space:nowrap;font-size:10px;font-weight:700}.mobile-news-list{gap:8px;display:grid}.mobile-news-list a{color:#3f4960;text-overflow:ellipsis;white-space:nowrap;background:#fafbff;border-radius:12px;align-items:center;min-height:42px;padding:0 12px;font-size:13px;font-weight:700;display:flex;overflow:hidden}.mobile-news-empty{color:#b2b8c6;background:#f8f9fd;border-radius:12px;justify-content:center;align-items:center;height:96px;font-size:28px;font-weight:900;display:flex}.mobile-home-footer{text-align:center;background:rgba(242,243,248,.82);margin-top:auto;padding:28px 14px}.mobile-footer-brand{color:#a4adbd;justify-content:center;align-items:center;gap:8px;display:inline-flex}.mobile-footer-brand img{object-fit:contain;filter:grayscale();opacity:.72;width:auto;max-width:100px;height:22px}.mobile-footer-brand span{background:rgba(31,120,242,.12);border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.mobile-footer-brand svg{width:16px;height:16px}.mobile-footer-brand strong{font-size:16px;font-weight:900}.mobile-home-footer p,.mobile-footer-meta{color:#9ba4b5;margin:12px 0 0;font-size:11px;font-weight:700;line-height:1.6}.mobile-footer-meta{flex-wrap:wrap;justify-content:center;gap:4px 14px;display:flex}@media (max-width:1100px){.coupon-nav__inner{grid-template-columns:auto 1fr auto}.coupon-menu{gap:18px}.coupon-menu__link{font-size:15px}.coupon-nav-action{min-width:76px;padding:0 14px}.coupon-hero__inner{grid-template-columns:1fr}.coupon-hero__copy{max-width:620px;padding-top:48px}.coupon-scene{transform-origin:0 0;margin-top:-20px;transform:scale(.86)}.coupon-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.coupon-solution__grid{grid-template-columns:1fr}}@media (max-width:760px){.coupon-nav{min-height:68px}.coupon-nav__inner{grid-template-columns:1fr auto auto;gap:10px;height:68px;padding:0 16px;display:grid}.coupon-brand strong{max-width:150px;font-size:19px}.coupon-menu{display:none}.coupon-nav-actions{margin-left:0;display:none}.coupon-mobile-toggle{display:inline-flex}.coupon-nav.is-open .coupon-mobile-menu{display:flex}.coupon-desktop-home,.coupon-footer{display:none}.coupon-mobile-home{display:block}.coupon-section__inner{padding:0 18px}.coupon-capabilities,.coupon-solution,.coupon-final-cta{padding-top:52px;padding-bottom:56px}.coupon-section-heading{text-align:left;margin-bottom:24px}.coupon-section-heading h2,.coupon-solution h2,.coupon-final-cta h2{font-size:28px}.coupon-section-heading p{margin-left:0;margin-right:0;font-size:13px}.coupon-feature-grid,.coupon-industry-grid{grid-template-columns:1fr;gap:12px}.coupon-feature-card{border-radius:16px;min-height:auto;padding:20px}.coupon-solution__grid{gap:36px}.coupon-process-card{padding:16px}.coupon-stats-grid{grid-template-columns:1fr}.coupon-stat-card{min-height:86px}.coupon-final-cta{padding-left:18px;padding-right:18px}.coupon-final-cta__inner{text-align:left}.coupon-final-cta a{width:100%}.coupon-footer__inner{min-height:auto;padding:34px 18px 18px;display:block}.footer-brand p{max-width:none}.footer-nav{width:100%;margin-top:28px}.footer-nav div{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-meta{padding:0 18px 22px}}
