*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#241a2b;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#fff;margin:0;font-family:PingFang TC,-apple-system,Segoe UI,Microsoft JhengHei,system-ui,sans-serif;line-height:1.75}h1,h2,h3{letter-spacing:-.01em;margin:0;font-weight:800;line-height:1.25}p{margin:0}a{color:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.grad-text{background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(26px)}.reveal--in{opacity:1;transform:none}.btn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.55rem;padding:.85rem 1.5rem;font-size:.98rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .22s,box-shadow .22s,filter .22s;display:inline-flex}.btn__arrow{transition:transform .22s}.btn:hover .btn__arrow{transform:translate(4px)}.btn--sm{padding:.6rem 1.1rem;font-size:.9rem}.btn--lg{padding:1rem 1.9rem;font-size:1.05rem}.btn--primary,.btn--accent{color:#fff;background:linear-gradient(118deg,#ff9a2b 0%,#ff5e3a 100%);position:relative;overflow:hidden;box-shadow:0 12px 26px -10px #ff5e3a80}.btn--primary:after,.btn--accent:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 0%,#ffffff8c 50%,#0000 100%);width:55%;height:100%;animation:4s ease-in-out infinite btn-shine;position:absolute;top:0;left:-80%;transform:skew(-22deg)}.btn--primary:hover,.btn--accent:hover{filter:saturate(1.06);transform:translateY(-2px);box-shadow:0 18px 34px -10px #ff7a1a8c}@keyframes btn-shine{0%{left:-80%}22%{left:130%}to{left:130%}}@media (prefers-reduced-motion:reduce){.btn--primary:after,.btn--accent:after{animation:none;display:none}}.section{padding:118px 0;position:relative}.section__head{max-width:720px;margin-bottom:56px}.section__title{margin-top:14px;font-size:clamp(1.9rem,4vw,2.75rem)}.section__lede{color:#4a4152;margin-top:18px;font-size:1.1rem}.eyebrow{letter-spacing:.04em;color:#12a8a0;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;line-height:1.75;display:inline-flex}.eyebrow:before{content:"";background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%);border-radius:2px;width:22px;height:2px}.nav{z-index:50;transition:background .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;inset:0 0 auto}.nav--scrolled{-webkit-backdrop-filter:saturate(1.4)blur(14px);backdrop-filter:saturate(1.4)blur(14px);background:#ffffffd1;box-shadow:0 1px #241a2b0f}.nav__inner{align-items:center;gap:24px;max-width:1120px;margin:0 auto;padding:16px 24px;display:flex}.nav__logo img{width:auto;height:30px}.nav__links{gap:30px;margin-left:auto;display:flex}.nav__links a{color:#4a4152;font-size:.96rem;font-weight:600;text-decoration:none;transition:color .2s}.nav__links a:hover{color:#ff7a1a}.nav__drop{align-items:center;display:flex;position:relative}.nav__drop-trigger{font:inherit;color:#4a4152;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:.96rem;font-weight:600;transition:color .2s;display:inline-flex}.nav__drop-caret{border-bottom:1.6px solid;border-right:1.6px solid;width:6px;height:6px;transition:transform .2s;transform:translateY(-2px)rotate(45deg)}.nav__drop:hover .nav__drop-trigger,.nav__drop:focus-within .nav__drop-trigger{color:#ff7a1a}.nav__drop:hover .nav__drop-caret,.nav__drop:focus-within .nav__drop-caret{transform:translateY(1px)rotate(-135deg)}.nav__drop-menu{opacity:0;visibility:hidden;background:#fff;border:1px solid #2e1d3814;border-radius:14px;flex-direction:column;gap:14px;min-width:168px;margin-top:10px;padding:16px 20px;transition:opacity .2s,transform .2s,visibility .2s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%,6px);box-shadow:0 14px 34px #2e1d381f}.nav__drop:hover .nav__drop-menu,.nav__drop:focus-within .nav__drop-menu{opacity:1;visibility:visible;transform:translate(-50%)}.nav__drop-menu a{white-space:nowrap}.nav__actions{align-items:center;gap:14px;display:flex}.nav__toggle{cursor:pointer;background:0 0;border:none;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.nav__toggle span{background:#241a2b;border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .2s;display:block}.nav--open .nav__toggle span:first-child{transform:translateY(7px)rotate(45deg)}.nav--open .nav__toggle span:nth-child(2){opacity:0}.nav--open .nav__toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav__menu{display:none}.lang-toggle{background:#fff9;border:1px solid #ece7f1;border-radius:999px;align-items:center;padding:3px;display:inline-flex}.lang-toggle__btn{cursor:pointer;letter-spacing:.02em;color:#736b7d;background:0 0;border:none;border-radius:999px;padding:4px 12px;font-size:.82rem;font-weight:700;line-height:1.4;text-decoration:none;transition:color .2s,background .2s}.lang-toggle__btn:hover{color:#241a2b}.lang-toggle__btn.is-active{color:#fff;background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%)}.hero{padding:172px 0 128px;position:relative;overflow:hidden}.hero__bg{z-index:-1;position:absolute;inset:0;overflow:hidden}.hero__glow{border-radius:50%;position:absolute}.hero__glow--blue{background:radial-gradient(closest-side,#2f6df629,#0000 70%);width:640px;height:480px;top:-12%;left:-6%}.hero__glow--green{background:radial-gradient(closest-side,#12b9812b,#0000 70%);width:640px;height:540px;top:-14%;right:-6%}.hero__glow--orange{background:radial-gradient(closest-side,#ff7a1a1f,#0000 70%);width:560px;height:460px;bottom:-16%;left:42%}.hero__face{--face-op:.5;--face-gutter:calc((100vw - 660px) / 2);height:min(76%, var(--face-gutter) / .53);width:var(--face-gutter);object-fit:contain;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--face-op);margin:auto 0;position:absolute;top:0;bottom:0}.hero__face--left{object-position:left center;left:0}.hero__face--right{object-position:right center;right:0}.hero__inner{z-index:1;text-align:center;position:relative}.hero__badge{color:#4a4152;background:#fff;border:1px solid #ece7f1;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex;box-shadow:0 6px 20px -12px #241a2b47}.hero__badge .dot{background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #12a8a029}.hero__title{letter-spacing:-.02em;margin:28px auto 0;font-size:clamp(2.6rem,7vw,4.6rem);font-weight:800}.hero__subtitle{color:#4a4152;max-width:620px;margin:24px auto 0;font-size:clamp(1.05rem,2.2vw,1.3rem)}.hero__tagline{letter-spacing:.02em;color:#736b7d;margin-top:10px;font-size:1rem;font-weight:600}.hero__actions{margin-top:40px}.pain{background:#fff}.pain .eyebrow{color:#e5484d;background:linear-gradient(118deg,#e5484d 0%,#ff5c8d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.pain .eyebrow:before{background:linear-gradient(118deg,#e5484d 0%,#ff5c8d 100%)}.pain__grid{grid-template-columns:repeat(2,1fr);gap:22px;margin-top:44px;display:grid}.pain__card{background:#fdf4f5;border:1px solid #e5484d24;border-radius:20px;padding:34px 32px;transition:transform .28s,box-shadow .28s,border-color .28s;position:relative}.pain__card:hover{border-color:#e5484d66;transform:translateY(-4px);box-shadow:0 22px 40px -26px #e5484d52}.pain__num{letter-spacing:.1em;background:linear-gradient(118deg,#e5484d 0%,#ff5c8d 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:.95rem;font-weight:800}.pain__card h3{margin:10px 0;font-size:1.25rem}.pain__card p{color:#4a4152;font-size:1rem}.pain__closing{text-align:center;margin-top:56px}.pain__closing-lead{color:#736b7d;font-size:1.05rem}.pain__closing-punch{margin-top:6px;font-size:clamp(1.5rem,3.6vw,2.2rem);font-weight:800}.story{background:#f5f8fb;position:relative}.story__pin{align-items:center;height:100vh;min-height:640px;display:flex;position:sticky;top:0;overflow:hidden}.story__pin>.container{width:100%}.story-outro{background:#f5f8fb;padding:64px 0 128px;position:relative}.story__progress{gap:10px;margin-top:48px;padding-left:340px;display:flex}.story__progress-dot{background:#241a2b24;border-radius:2px;width:30px;height:4px;transition:background .4s,width .4s}.story__progress-dot.is-done{background:#241a2b47}.story--evolve .story__progress-dot.is-active{background:#2f6df6;width:52px}.story--revolve .story__progress-dot.is-active{background:#12b981;width:52px}.story--resolve .story__progress-dot.is-active{background:#ff7a1a;width:52px}.story__bg{z-index:0;pointer-events:none;position:absolute;inset:0}.story__bg-layer{opacity:0;transition:opacity .6s;position:absolute;inset:0}.story__bg-layer--evolve{background:radial-gradient(620px 500px at 82% 8%,#2f6df633,#0000 62%),radial-gradient(560px 480px at 4% 98%,#2f6df61f,#0000 64%)}.story__bg-layer--revolve{background:radial-gradient(620px 500px at 82% 8%,#12b98133,#0000 62%),radial-gradient(560px 480px at 4% 98%,#12a8a01f,#0000 64%)}.story__bg-layer--resolve{background:radial-gradient(620px 500px at 82% 8%,#ff7a1a33,#0000 62%),radial-gradient(560px 480px at 4% 98%,#ff5e3a1c,#0000 64%)}.story--evolve .story__bg-layer--evolve,.story--revolve .story__bg-layer--revolve,.story--resolve .story__bg-layer--resolve{opacity:1}.story__wheel{z-index:0;pointer-events:none;width:660px;height:660px;position:absolute;top:50%;left:-200px;transform:translateY(-50%)}.story__wheel-spin{transition:transform .95s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.story__wheel-ring{border:2px dashed #241a2b24;border-radius:50%;transition:border-color .5s;position:absolute;inset:0}.story__wheel-ring--inner{border-style:solid;border-color:#241a2b0f;inset:84px}.story--evolve .story__wheel-ring{border-color:#2f6df647}.story--revolve .story__wheel-ring{border-color:#12b98147}.story--resolve .story__wheel-ring{border-color:#ff7a1a52}.story__wheel-item{width:0;height:0;position:absolute;top:50%;left:50%}.story__wheel-word{white-space:nowrap;letter-spacing:.02em;color:#241a2b29;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:1.5rem;font-weight:800;transition:transform .95s cubic-bezier(.22,1,.36,1),color .4s,font-size .4s,opacity .4s;position:absolute;top:0;left:0}.story__wheel-word.is-active{letter-spacing:-.01em;font-size:3.6rem}.story__wheel-zh{letter-spacing:.12em;white-space:nowrap;opacity:0;margin-top:-.55em;font-family:PingFang TC,-apple-system,Segoe UI,Microsoft JhengHei,system-ui,sans-serif;font-size:.28em;font-weight:700;line-height:1;transition:opacity .4s,color .4s;position:absolute;top:100%;left:.08em}.story__wheel-word.is-active .story__wheel-zh{opacity:.85}.story--evolve .story__wheel-word.is-active{color:#2f6df6}.story--revolve .story__wheel-word.is-active{color:#12b981}.story--resolve .story__wheel-word.is-active{color:#ff7a1a}.story .container{z-index:1;position:relative}.story__origin{grid-template-columns:1.35fr 1fr;align-items:center;gap:48px;display:grid}.story__lede{color:#4a4152;max-width:520px;margin-top:20px;font-size:1.15rem}.story__photo{aspect-ratio:4/3;--slant:40px;clip-path:polygon(var(--slant) 0, 100% 0, calc(100% - var(--slant)) 100%, 0 100%);background:#f5f8fb;position:relative;overflow:hidden}.story__photo-img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:scale(1.04)}.story__photo-img.is-active{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.story__photo-img{transition:opacity .2s linear;transform:none}}.story__blocks{margin-top:72px;padding-left:340px}.story__group{grid-template-columns:repeat(2,1fr);gap:40px 56px;display:grid}.story__group+.story__group{margin-top:40px}.story__blocks.is-ready .story__group{display:none}.story__blocks.is-ready .story__group.is-active{display:grid}.story__blocks.is-ready .story__group+.story__group{margin-top:0}.story__block{gap:20px;display:flex}.story__blocks.is-ready .story__block{animation:.5s cubic-bezier(.22,1,.36,1) both story-block-in}@keyframes story-block-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.story__block{animation:none}}.story__block-index{color:#12a8a0;flex:none;padding-top:6px;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:1rem;font-weight:800;line-height:1;transition:color .4s}.story--evolve .story__block-index{color:#2f6df6}.story--revolve .story__block-index{color:#12b981}.story--resolve .story__block-index{color:#ff7a1a}.story__block h3{margin-bottom:10px;font-size:1.3rem}.story__block p{color:#4a4152}.story__quote{background:#fff;border:1px solid #ece7f1;border-left:4px solid #0000;border-image:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%) 1;border-radius:20px;margin-top:72px;padding:40px 44px;font-size:clamp(1.15rem,2.4vw,1.5rem);font-weight:700;line-height:1.6}.services__grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.service-card{background:#fff;border:1px solid #ece7f1;border-radius:20px;padding:32px 30px;transition:transform .28s,box-shadow .28s,border-color .28s}.service-card:hover{border-color:#12a8a066;transform:translateY(-4px);box-shadow:0 26px 46px -30px #241a2b66}.service-card__icon{background:linear-gradient(135deg,#2f6df61a,#12b9811f);border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;display:inline-flex}.service-card__icon svg{display:block}.service-card h3{align-items:center;gap:10px;margin:20px 0 10px;font-size:1.3rem;display:flex}.service-card__tag{color:#d92a72;background:#d92a721a;border-radius:999px;padding:3px 9px;font-size:.72rem;font-weight:700}.service-card p{color:#4a4152}.service-card__tags{flex-wrap:wrap;gap:6px;margin:16px 0 0;padding:0;list-style:none;display:flex}.service-card__tags li{color:#736b7d;background:#f5f8fb;border:1px solid #ece7f1;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:600;line-height:1.4}.service-callout{color:#fff;background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%);border-radius:20px;align-items:center;gap:22px;margin-top:40px;padding:28px 34px;display:flex;box-shadow:0 24px 48px -26px #12a8a0b3}.service-callout__label{white-space:nowrap;flex:none;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:800;display:inline-flex}.service-callout p{opacity:.96;font-size:1.05rem;line-height:1.6}.services__foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:52px;display:flex}.services__foot p{color:#4a4152;font-size:1.1rem;font-weight:600}.model{background:#f5f8fb}.model__track{grid-template-columns:repeat(4,1fr);gap:24px;display:grid;position:relative}.model__stage{background:#fff;border:1px solid #ece7f1;border-radius:20px;padding:36px 30px;position:relative}.model__step{color:#fff;background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:1.25rem;font-weight:800;display:inline-flex;box-shadow:0 14px 26px -14px #2f6df699}.model__stage h3{margin:22px 0 10px;font-size:1.35rem}.model__stage p{color:#4a4152}.model__cta{text-align:center;margin-top:52px}.carousel{max-width:720px;margin:44px auto 0;padding:0 8px;position:relative}.carousel__viewport{border-radius:20px;overflow:hidden}.carousel__track{transition:transform .55s cubic-bezier(.22,1,.36,1);display:flex}.carousel__slide{flex:0 0 100%;justify-content:center;min-width:0;padding:10px 6px;display:flex}.carousel__slide>*{width:100%;margin:0}.carousel__arrow{z-index:2;color:#4a4152;cursor:pointer;background:#ffffffeb;border:1px solid #ece7f1;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:color .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex;position:absolute;top:calc(50% - 24px);transform:translateY(-50%);box-shadow:0 10px 26px -14px #241a2b66}.carousel__arrow:hover{color:#2f6df6;border-color:#2f6df666;transform:translateY(-50%)scale(1.06)}.carousel__arrow--prev{left:-12px}.carousel__arrow--next{right:-12px}.carousel__dots{justify-content:center;gap:10px;margin-top:28px;display:flex}.carousel__dot{cursor:pointer;background:#241a2b24;border:none;border-radius:2px;width:30px;height:4px;padding:0;transition:background .4s,width .4s}.carousel__dot:hover{background:#241a2b47}.carousel__dot.is-active{background:#2f6df6;width:52px}.proof{background:#fff}.proof .section__head{text-align:center;margin-left:auto;margin-right:auto}.proof .eyebrow{justify-content:center}.proof__placeholder{text-align:center;background:#f5f8fb;border:1.5px dashed #736b7d59;border-radius:20px;flex-direction:column;align-items:center;gap:16px;padding:64px 32px;display:flex}.proof__mark{background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2rem}.proof__placeholder p{color:#4a4152;font-size:1.15rem;font-weight:600}.cta{background:#fff;padding:40px 0 128px}.cta__card{text-align:center;background:linear-gradient(160deg,#fbfdff 0%,#eef6fb 55%,#eefaf4 100%);border:1px solid #ece7f1;border-radius:32px;padding:80px 40px;position:relative;overflow:hidden}.cta__glow{z-index:0;background:radial-gradient(460px 320px at 20% 0,#2f6df629,#0000 60%),radial-gradient(460px 320px at 82% 108%,#12b9812e,#0000 60%),radial-gradient(360px 260px at 96% 4%,#ff7a1a1f,#0000 60%);position:absolute;inset:0}.cta__card>:not(.cta__glow){z-index:1;position:relative}.cta__title{font-size:clamp(2rem,5vw,3.2rem)}.cta__body{color:#4a4152;max-width:620px;margin:24px auto 0;font-size:1.15rem}.cta__punch{margin:18px auto 34px;font-size:1.15rem;font-weight:700}.footer{background:#fff;border-top:1px solid #ece7f1}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:32px;padding:56px 24px 40px;display:flex}.footer__logo-link{display:inline-block}.footer__logo{width:auto;height:34px}.footer__tagline{color:#736b7d;margin-top:16px;font-weight:600}.footer__contact{align-items:center;gap:18px;display:flex}.footer__qr{background:#fff;border:1px solid #ece7f1;border-radius:10px;flex:none;width:96px;height:96px;padding:6px;transition:border-color .2s,transform .2s;display:block}.footer__qr:hover{border-color:#ff7a1a;transform:translateY(-2px)}.footer__qr img{width:100%;height:100%;display:block}.footer__contact-info{flex-direction:column;gap:8px;display:flex}.footer__contact-title{letter-spacing:.06em;color:#736b7d;font-size:.82rem;font-weight:700}.footer__contact-link{align-items:baseline;gap:10px;text-decoration:none;display:flex}.footer__contact-key{letter-spacing:.04em;color:#736b7d;flex:none;width:42px;font-size:.72rem;font-weight:700}.footer__contact-val{color:#241a2b;font-weight:700;transition:color .2s}.footer__contact-link:hover .footer__contact-val{color:#ff7a1a}@media (width<=640px){.footer__contact{gap:14px}.footer__qr{width:78px;height:78px}.footer__contact-val{font-size:.9rem}}.footer__meta{text-align:right}.footer__email{background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:700;text-decoration:none}.footer__social{justify-content:flex-end;gap:20px;margin-top:14px;display:flex}.footer__social a{color:#736b7d;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.footer__social a:hover{color:#ff7a1a}.footer__bottom{color:#736b7d;border-top:1px solid #ece7f1;padding:22px 0;font-size:.9rem}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer__legal{align-items:center;gap:10px;display:flex}.footer__legal a{color:#736b7d;text-decoration:none;transition:color .2s}.footer__legal a:hover{color:#ff7a1a}.footer__legal-sep{color:#ece7f1}.legal{padding:132px 0 80px}.legal__inner{max-width:780px}.legal__head{border-bottom:1px solid #ece7f1;padding-bottom:24px}.legal__title{letter-spacing:-.02em;color:#241a2b;margin:0;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.legal__updated{color:#736b7d;margin:10px 0 0;font-size:.88rem}.legal__lead{color:#4a4152;margin:28px 0 0;line-height:1.95}.legal__section{margin-top:40px}.legal__h2{color:#241a2b;align-items:baseline;gap:10px;margin:0 0 12px;font-size:1.12rem;font-weight:800;display:flex}.legal__n{color:#ff7a1a;flex:none;min-width:26px;font-size:.9rem;font-weight:800}.legal__body p,.legal__body li{color:#4a4152;line-height:1.95}.legal__body p{margin:0 0 12px}.legal__body ul,.legal__body ol{margin:0 0 12px;padding-inline-start:22px}.legal__body li{margin-bottom:8px}.legal__body b{color:#241a2b;font-weight:700}.legal__body a{color:#ff7a1a;text-underline-offset:3px;text-decoration:underline}@media (width<=640px){.legal{padding:104px 0 56px}.legal__h2{font-size:1.05rem}}.faq__list{flex-direction:column;gap:14px;max-width:820px;margin:0 auto;display:flex}.faq__item{background:#f5f8fb;border:1px solid #ece7f1;border-radius:20px;transition:border-color .28s,box-shadow .28s,background .28s;overflow:hidden}.faq__item--open{background:#fff;border-color:#2f6df659;box-shadow:0 22px 44px -28px #241a2b52}.faq__q{cursor:pointer;text-align:left;color:#241a2b;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:24px 28px;font-family:inherit;font-size:1.1rem;font-weight:700;transition:color .2s;display:flex}.faq__q:hover{color:#2f6df6}.faq__icon{flex:none;width:22px;height:22px;position:relative}.faq__icon:before,.faq__icon:after{content:"";background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%);border-radius:2px;width:14px;height:2px;transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq__icon:after{transform:translate(-50%,-50%)rotate(90deg)}.faq__item--open .faq__icon:after{opacity:0;transform:translate(-50%,-50%)rotate(0)}.faq__a-wrap{grid-template-rows:0fr;transition:grid-template-rows .36s cubic-bezier(.22,1,.36,1);display:grid}.faq__item--open .faq__a-wrap{grid-template-rows:1fr}.faq__a{color:#4a4152;opacity:0;margin:0;padding:0 28px;font-size:1.02rem;transition:opacity .3s 60ms,padding .36s;overflow:hidden}.faq__item--open .faq__a{opacity:1;padding:0 28px 26px}@media (width<=1180px){.hero__face{--face-op:.55}}@media (width<=820px){.hero__face{--face-op:.34;width:42vw;max-width:188px;height:auto;margin:0}.hero__face--left{top:64px;bottom:auto;left:0}.hero__face--right{top:auto;bottom:0;right:0}}@media (width<=900px){.story__pin{align-items:flex-start;padding:80px 0 24px}.story__wheel{opacity:.5}.story__origin{grid-template-columns:1fr;gap:18px}.story .section__title{font-size:1.5rem}.story__lede{margin-top:12px;font-size:.98rem}.story__photo{aspect-ratio:auto;--slant:30px;height:230px}.story__blocks{margin-top:24px;padding-left:0}.story__group{grid-template-columns:1fr;gap:14px}.story__group+.story__group{margin-top:14px}.story__block{gap:14px}.story__block h3{margin-bottom:4px;font-size:1.02rem}.story__block p{font-size:.88rem;line-height:1.55}.story__progress{display:none}.services__grid,.model__track{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.section{padding:84px 0}.story__photo{--slant:22px;height:170px}.nav__inner{justify-content:space-between;gap:12px;width:100%}.nav__links{display:none}.nav__actions{gap:10px}.nav__toggle{display:flex}.nav--open{-webkit-backdrop-filter:saturate(1.4)blur(14px);backdrop-filter:saturate(1.4)blur(14px);background:#fffffff0;box-shadow:0 1px #241a2b0f}.nav__menu{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.nav__menu-list{flex-direction:column;min-height:0;display:flex;overflow:hidden}.nav__menu a{color:#4a4152;border-top:1px solid #ece7f1;padding:14px 24px;font-size:1rem;font-weight:600;text-decoration:none}.nav--open .nav__menu{grid-template-rows:1fr}.nav--open .nav__menu-list{padding-bottom:8px}.pain__grid,.services__grid{grid-template-columns:1fr}.service-callout{flex-direction:column;align-items:flex-start;gap:12px}.services__foot{flex-direction:column;align-items:flex-start}.services__foot .btn{align-self:center}.story__quote{padding:30px 26px}.cta__card{padding:56px 24px}.cta__title{font-size:7vw}.faq__q{padding:20px;font-size:1.02rem}.faq__a,.faq__item--open .faq__a{padding-left:20px;padding-right:20px}.footer__inner{flex-direction:column}.footer__meta{text-align:left}.footer__social{justify-content:flex-start}}.cardpage{background:radial-gradient(1100px 700px at 82% -6%,#2f6df614,#0000 60%),radial-gradient(900px 640px at 6% 106%,#12b98114,#0000 60%),linear-gradient(165deg,#fbfdff 0%,#eef4fb 58%,#eefaf4 100%);flex-direction:column;align-items:center;min-height:100vh;padding:96px 24px 120px;display:flex;position:relative;overflow:hidden}.cardpage__ring{pointer-events:none;z-index:0;border:2px dashed #241a2b1a;border-radius:50%;width:760px;height:760px;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.cardpage__ring:before{content:"";border:1px solid #241a2b0f;border-radius:50%;position:absolute;inset:96px}.cardpage__ring-word{letter-spacing:.42em;color:#241a2b47;padding-left:.42em;background:#fbfdff;padding-inline:14px;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.85rem;position:absolute;top:-.7em;left:50%;transform:translate(-50%)}.cardpage__head{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:640px;margin-bottom:56px;display:flex;position:relative}.cardpage__title{letter-spacing:-.01em;text-wrap:balance;margin:0;font-size:clamp(1.7rem,4vw,2.5rem);font-weight:800;line-height:1.1}.cardpage__lede{color:#4a4152;max-width:52ch;margin:0;font-size:1rem;line-height:1.75}.cardpage__lede b{color:#241a2b;font-weight:700}.cardpage__stage{z-index:1;flex-direction:column;align-items:center;gap:22px;display:flex;position:relative}.cardpage__hint{letter-spacing:.06em;color:#736b7d;margin:0;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.82rem}.cardpage__hint span{margin-right:4px;display:inline-block}.namecard{--w:660px;--h:396px;width:var(--w);height:var(--h);aspect-ratio:5/3;cursor:pointer;text-align:left;perspective:1800px;background:0 0;border:0;max-width:92vw;padding:0}.namecard__inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .85s cubic-bezier(.22,1,.36,1);position:relative}.namecard.is-flipped .namecard__inner{transform:rotateY(180deg)}.namecard__side{backface-visibility:hidden;border-radius:18px;position:absolute;inset:0;overflow:hidden;box-shadow:0 1px #241a2b0a,0 30px 66px -26px #241a2b57,0 8px 20px -12px #241a2b33}.namecard__side:after{content:"";pointer-events:none;border:1px solid #241a2b14;border-radius:18px;position:absolute;inset:0}.namecard__front{background:linear-gradient(150deg,#fff 0%,#fbfcff 46%,#f4f8fc 100%)}.namecard__face{pointer-events:none;height:130%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.namecard__fade{pointer-events:none;background:linear-gradient(90deg,#fff 30%,#fff6 50%,#0000 66%);position:absolute;inset:0}.namecard__content{z-index:1;flex-direction:column;width:60%;height:100%;margin-left:auto;padding:42px 46px;display:flex;position:relative}.namecard__brand{align-items:flex-end;gap:11px;display:flex}.namecard__brand img{width:auto;height:30px;display:block}.namecard__brand-sep{background:#ece7f1;width:1px;height:20px}.namecard__brand-en{letter-spacing:.05em;color:#736b7d;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.7rem}.namecard__id{margin-top:auto}.namecard__name{letter-spacing:.05em;color:#241a2b;margin:0;font-size:2rem;font-weight:800;line-height:1}.namecard__role{color:#4a4152;align-items:center;gap:11px;margin:15px 0 0;font-size:.95rem;font-weight:600;display:flex}.namecard__bar{background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%);border-radius:3px;width:30px;height:3px}.namecard__tags{letter-spacing:.03em;color:#736b7d;margin:11px 0 0;font-size:.85rem}.namecard__tags b{color:#241a2b;font-weight:700}.namecard__back{background:linear-gradient(160deg,#fcfdff 0%,#f5f8fc 100%);transform:rotateY(180deg)}.namecard__face--left{right:0;left:unset;height:130%;top:47%}.namecard__content--back{width:70%;margin-right:auto;margin-left:unset;padding:34px 44px 30px}.namecard__roots{gap:10px;margin-bottom:20px;display:flex}.namecard__root{letter-spacing:.02em;color:#241a2b66;border:1px solid #ece7f1;border-radius:999px;padding:4px 11px;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.72rem;font-weight:700}.namecard__root--evolve{color:#2f6df6;background:#2f6df60d;border-color:#2f6df666}.namecard__root--revolve{color:#12b981;background:#12b9810d;border-color:#12b98166}.namecard__root--resolve{color:#ff7a1a;background:#ff7a1a0d;border-color:#ff7a1a6b}.namecard__code{color:#4a4152;white-space:pre;margin:0;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.8rem;line-height:1.75;overflow:hidden}.namecard__code .tk{color:#b9b1c2}.namecard__code .at{color:#2f6df6}.namecard__code .st{color:#ff5e3a}.namecard__code .vl{color:#241a2b;font-weight:600}.namecard__code .cm{color:#12b981}.namecard__code a{color:inherit;text-decoration:none}.namecard__qr{z-index:2;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:8px;text-decoration:none;display:flex;position:absolute;bottom:100px;right:70px}.namecard__qr img{width:92px;height:92px;display:block}.namecard__qr-label{letter-spacing:.02em;color:#12b981;font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.64rem;font-weight:700}.namecard__foot{border-top:1px solid #ece7f1;align-items:flex-end;gap:12px;margin-top:auto;padding-top:16px;display:flex}.namecard__foot img{width:auto;height:21px}.namecard__foot-tag{letter-spacing:.02em;color:#736b7d;font-size:.76rem}@media (prefers-reduced-motion:reduce){.namecard__inner{transition:none}}@media (width<=720px){.cardpage{padding:72px 18px 96px}.cardpage__ring{width:460px;height:460px}.cardpage__ring:before{inset:56px}.namecard{--w:92vw;width:var(--w);aspect-ratio:auto;height:300px}.namecard__content{padding:24px 26px}.namecard__name{font-size:2.4rem}.namecard__content--back{padding:22px 24px 18px}.namecard__code{font-size:.6rem;line-height:1.72}.namecard__brand img{height:24px}.namecard__qr{gap:4px;padding:5px;bottom:12px;right:14px}.namecard__qr img{width:58px;height:58px}.namecard__qr-label{font-size:.56rem}}.appshow{background:0 0}.appsec__hero{background:#fdf4ef;flex-direction:column;justify-content:center;align-items:center;padding:72px 24px 68px;display:flex}.appshow__strip{scrollbar-width:none;align-items:center;gap:10px;max-width:100%;padding:8px 4px 20px;display:flex;overflow-x:auto}.appshow__strip::-webkit-scrollbar{display:none}.appshow__arrow{color:#ff6a2c8c;flex:none;font-size:2rem;font-weight:700;line-height:1}.phone{flex:none}.phone__screen{background:#fff;border:1px solid #2e1d3814;border-radius:34px;width:250px;height:540px;position:relative;overflow:hidden;box-shadow:0 2px 4px #2e1d380f,0 26px 50px -20px #2e1d3847}.phone__screen--img{flex-direction:column;display:flex}.phone__screen--img img{object-fit:cover;object-position:top;flex:1;width:100%;min-height:0;display:block}.statusbar--dark{color:#fff;background:#0c1533}.statusbar--dark .statusbar__icons{fill:#fff}.statusbar--dark .statusbar__batt{border-color:#fff9}.statusbar--dark .statusbar__batt:after{background:#fff9}.statusbar--dark .statusbar__batt-fill{background:#fff}.statusbar{z-index:5;color:#2e1d38;justify-content:space-between;align-items:center;height:40px;padding:0 22px;display:flex;position:relative}.statusbar__time{letter-spacing:.01em;font-size:.82rem;font-weight:700}.statusbar__icons{fill:#2e1d38;align-items:center;gap:5px;display:flex}.statusbar__batt{border:1px solid #2e1d3880;border-radius:3px;align-items:center;width:22px;height:11px;padding:1.5px;display:inline-flex;position:relative}.statusbar__batt:after{content:"";background:#2e1d3880;border-radius:0 2px 2px 0;width:2px;height:5px;position:absolute;top:3px;right:-3px}.statusbar__batt-fill{background:#2e1d38;border-radius:1.5px;width:78%;height:100%}.homebar{z-index:6;background:#2e1d3847;border-radius:3px;width:108px;height:5px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.scr{flex-direction:column;display:flex;position:absolute;inset:40px 0 0}.btn-app{cursor:pointer;color:#fff;background:#ff6a2c;border:none;border-radius:26px;padding:13px 20px;font-family:inherit;font-size:.95rem;font-weight:700}.btn-app--block{width:100%;display:block}.scr--login{background:#fff;align-items:center;padding:8px 26px 34px}.scr--login__wave{background:#fff2ec;border-bottom-right-radius:60% 40px;border-bottom-left-radius:60% 40px;height:118px;position:absolute;top:0;left:0;right:0}.login__brand{z-index:1;text-align:center;margin-top:42px;position:relative}.login__logo{width:118px;margin:0 auto 18px}.login__product{color:#ff6a2c;letter-spacing:.01em;font-size:1.12rem;font-weight:800}.login__product-en{letter-spacing:.18em;color:#ff6a2cbf;margin-top:2px;font-size:.82rem;font-weight:700}.login__form{z-index:1;flex-direction:column;gap:13px;width:100%;margin-top:30px;display:flex;position:relative}.field{color:#9a8fa4;background:#f4f0f7;border:1px solid #efe8f2;border-radius:12px;align-items:center;height:44px;padding:0 16px;font-size:.9rem;display:flex}.login__remember{justify-content:space-between;align-items:center;margin:2px 2px 6px;display:flex}.login__remember-txt{flex-direction:column;line-height:1.35;display:flex}.login__remember-txt b{color:#5f5169;font-size:.82rem}.login__remember-txt span{color:#9a8fa4;font-size:.68rem}.toggle{background:#ff6a2c;border-radius:14px;flex:none;width:44px;height:25px;position:relative}.toggle__knob{background:#fff;border-radius:50%;width:20px;height:20px;position:absolute;top:2.5px;right:2.5px;box-shadow:0 1px 3px #0003}.login__ver{z-index:1;color:#9a8fa4;margin-top:auto;font-size:.72rem;position:relative}.apphd{border-bottom:1px solid #efe8f2;flex:none;justify-content:center;align-items:center;height:50px;padding:0 16px;display:flex}.apphd__title{color:#2e1d38;font-size:1rem;font-weight:800}.apphd__logout{cursor:pointer;color:#ff6a2c;background:0 0;border:none;font-family:inherit;font-size:.76rem;font-weight:600;position:absolute;right:14px}.apphd__logout:before{content:"↦ "}.apphd--sub .apphd__back{text-overflow:ellipsis;white-space:nowrap;cursor:pointer;color:#9a8fa4;background:0 0;border:none;max-width:96px;font-family:inherit;font-size:.7rem;font-weight:600;position:absolute;left:12px;overflow:hidden}.apphd--sub .apphd__back:before{content:"‹ ";font-size:1rem}.apphd--stack{flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;height:auto;padding:11px 16px}.apphd--stack .apphd__back{cursor:pointer;color:#9a8fa4;background:0 0;border:none;font-family:inherit;font-size:.72rem;font-weight:600}.apphd--stack .apphd__back:before{content:"‹ ";font-size:.95rem}.apphd--stack .apphd__title{font-size:1rem}.folders{flex:1;margin:0;padding:0;list-style:none;overflow:hidden}.folder{border-bottom:1px solid #efe8f2;align-items:center;gap:13px;padding:13px 18px;display:flex}.folder__icon{color:#ff6a2c;flex:none;display:flex}.folder__meta{flex-direction:column;flex:1;line-height:1.2;display:flex}.folder__code{color:#9a8fa4;font-size:.62rem}.folder__name{color:#2e1d38;font-size:.92rem;font-weight:600}.folder__count{color:#2e1d38;font-size:1.02rem;font-weight:800}.scr__cta{flex:none;padding:12px 18px 20px}.detail__count{color:#9a8fa4;border-bottom:1px solid #efe8f2;flex:none;padding:9px 18px;font-size:.74rem}.records{flex-direction:column;flex:1;gap:9px;margin:0;padding:10px 14px;list-style:none;display:flex;overflow:hidden}.record{background:#fbf8fc;border:1px solid #efe8f2;border-radius:12px;justify-content:space-between;gap:10px;padding:11px 12px;display:flex}.record__col{flex-direction:column;gap:6px;min-width:0;display:flex}.record__col:last-child{text-align:right;align-items:flex-end}.record__ver{color:#5f5169;font-size:.78rem;font-weight:700}.metaline{color:#5f5169;white-space:nowrap;align-items:center;gap:4px;font-size:.66rem;display:inline-flex}.metaline svg{flex:none}.metaline--user{color:#2e1d38;font-weight:600}.metaline--user svg{color:#ff6a2c}.metaline--doc svg{color:#b23fd8}.metaline--date svg{color:#ff6a2c}.scr--list.is-dim{filter:saturate(.85)}.signmask{z-index:8;background:#2e1d3852;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.signmodal{text-align:center;background:#fff;border-radius:18px;width:100%;padding:22px 20px 20px;box-shadow:0 20px 40px -16px #2e1d3880}.signmodal__title{color:#2e1d38;margin:0;font-size:1rem;font-weight:800}.signmodal__hint{color:#5f5169;margin:8px 0 0;font-size:.76rem;line-height:1.5}.signmodal__hint span{color:#9a8fa4}.signmodal__frac{color:#2e1d38;margin:14px 0 8px;font-size:.82rem;font-weight:700}.progress{background:#f4f0f7;border-radius:6px;height:9px;overflow:hidden}.progress__fill{background:#ff6a2c;border-radius:6px;height:100%;display:block}.signmodal__pct{color:#ff6a2c;margin:8px 0 16px;font-size:.72rem;font-weight:700}.btn-stop{cursor:pointer;color:#fff;background:#8b46f0;border:none;border-radius:24px;padding:11px 34px;font-family:inherit;font-size:.9rem;font-weight:700}.appsec__body{background:0 0;border-top:1px solid #2e1d380f;padding:60px 24px 72px}.appsec__cols{grid-template-columns:1.1fr .9fr;align-items:start;gap:52px;max-width:960px;margin:0 auto;display:grid}.appsec__main{flex-direction:column;display:flex}.appsec__head{text-align:center;max-width:720px;margin:0 auto 46px}.appsec__eyebrow{letter-spacing:.2em;color:#ff6a2c;margin-bottom:14px;font-size:.72rem;font-weight:800;display:inline-block}.appsec__title{letter-spacing:-.01em;color:#2e1d38;font-size:clamp(1.6rem,3.4vw,2.2rem);font-weight:800;line-height:1.3}.appsec__lede{color:#5f5169;max-width:640px;margin:16px auto 0;font-size:1rem;line-height:1.8}.appsec__stats{perspective:800px;background:#faf6f3;border:1px solid #ff6a2c24;border-radius:20px;grid-template-columns:repeat(2,1fr);gap:24px 20px;padding:28px 26px;display:grid}.appsec__stats .stat{text-align:left}.stat__num{letter-spacing:-.02em;color:#ff6a2c;transform-origin:50% 70%;opacity:0;will-change:opacity, transform;margin:0 0 6px;font-size:2.15rem;font-weight:800;line-height:1.15;transition:opacity .55s,transform .95s cubic-bezier(.22,1,.36,1);transform:rotateX(-84deg)}.stat__num--in{opacity:1;transform:none}.stat__value{font-variant-numeric:tabular-nums}.stat__unit{letter-spacing:0;color:#ff6a2cb8;margin-left:5px;font-size:.95rem;font-weight:600}.stat__label{color:#9a8fa4;margin:0;font-size:.84rem;line-height:1.5}@media (width<=640px){.stat__num{font-size:1.75rem}}@media (prefers-reduced-motion:reduce){.stat__num{opacity:1;transition:none;transform:none}}.appsec__outcome{color:#9a8fa4;margin:24px 0 0;font-size:.92rem;line-height:1.8}.appsec__scope-title{letter-spacing:.16em;color:#ff6a2c;margin:6px 0 18px;font-size:.74rem;font-weight:800}.scope-list{margin:0;padding:0;list-style:none}.scope-list li{color:#2e1d38;border-bottom:1px solid #efe8f2;padding:11px 0 11px 20px;font-size:.98rem;font-weight:600;position:relative}.scope-list li:last-child{border-bottom:none}.scope-list li:before{content:"";background:#ff6a2c;border-radius:50%;width:7px;height:7px;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (width<=820px){.appsec__cols{grid-template-columns:1fr;gap:40px}}@media (width<=720px){.appsec__hero{justify-content:flex-start;padding:52px 20px 44px}.appshow__strip{justify-content:flex-start}.appsec__body{padding:48px 20px 56px}}.appsec__highlight{text-align:left;letter-spacing:.01em;white-space:pre-line;color:#2e1d38;background:#f8fafc;border:1px solid #efe8f2;border-radius:4px 12px 12px 4px;max-width:100%;margin:24px 0 0;padding:14px 22px 14px 24px;font-size:1.02rem;font-weight:700;line-height:1.7;display:inline-block;position:relative}.appsec__highlight:before{content:"";background:linear-gradient(#2f6df6 0%,#12a8a0 55%,#12b981 100%);border-radius:4px 0 0 4px;width:4px;position:absolute;top:0;bottom:0;left:0}.appsec__highlight:after{content:"_";color:#12b981;margin-left:5px;font-weight:800;animation:1.1s step-end infinite hlCaret}@keyframes hlCaret{50%{opacity:0}}.carefilter{border-bottom:1px solid #efe8f2;flex:none;gap:8px;padding:11px 16px;display:flex}.carefilter__tab{color:#9a8fa4;background:#f4f0f7;border-radius:16px;padding:5px 13px;font-size:.74rem;font-weight:600}.carefilter__tab.is-active{color:#fff;background:#ff6a2c}.cases{flex:1;margin:0;padding:0;list-style:none;overflow:hidden}.case{border-bottom:1px solid #efe8f2;align-items:center;gap:11px;padding:12px 16px;display:flex}.case__avatar{border-radius:50%;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:.95rem;font-weight:800;display:flex}.case__avatar--ok{color:#0f9d63;background:#0f9d631f}.case__avatar--alert{color:#e5484d;background:#e5484d1f}.case__meta{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.case__top{align-items:center;gap:6px;display:flex}.case__name{color:#2e1d38;font-size:.92rem;font-weight:700}.case__age{color:#9a8fa4;font-size:.68rem}.case__dot{background:#ff6a2c;border-radius:50%;width:7px;height:7px}.case__vital{font-size:.74rem}.case__vital--ok{color:#9a8fa4}.case__vital--alert{color:#e5484d;font-weight:600}.case__right{flex-direction:column;flex:none;align-items:flex-end;gap:5px;display:flex}.badge{border-radius:12px;padding:3px 10px;font-size:.68rem;font-weight:800}.badge--ok{color:#0f9d63;background:#0f9d631f}.badge--alert{color:#e5484d;background:#e5484d1f}.case__prog{color:#5f5169;font-size:.68rem}.tasks{flex-direction:column;flex:1;gap:10px;margin:0;padding:12px 14px;list-style:none;display:flex;overflow:hidden}.taskcard{background:#fbf8fc;border:1px solid #efe8f2;border-radius:14px;align-items:center;gap:12px;padding:13px 14px;display:flex}.taskcard__icon{color:#fff;background:#ff6a2c;border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.taskcard__main{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.taskcard__name{color:#2e1d38;font-size:.9rem;font-weight:700}.taskcard__spec{color:#5f5169;font-size:.72rem}.taskcard__edit{cursor:pointer;color:#9a8fa4;background:0 0;border:none;flex:none;display:flex}.exec{flex-direction:column;flex:1;padding:18px 18px 20px;display:flex;overflow:hidden}.exec__spec{text-align:center;color:#5f5169;margin-bottom:12px;font-size:.82rem}.timer{background:#fff4ef;border:1px solid #ff6a2c29;border-radius:16px;flex-direction:column;align-items:center;gap:2px;padding:16px;display:flex}.timer__val{letter-spacing:.02em;background:#ff6a2c;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2.1rem;font-weight:800}.timer__range{color:#9a8fa4;font-size:.7rem}.timer__btn{width:100%;margin-top:12px}.selfeval__title{color:#2e1d38;margin:20px 0 10px;font-size:.76rem;font-weight:800}.selfeval{flex-direction:column;gap:9px;display:flex}.evalrow{background:#f4f0f7;border:1px solid #efe8f2;border-radius:11px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.evalrow__label{color:#5f5169;font-size:.82rem}.evalrow__field{color:#2e1d38;align-items:center;gap:8px;font-size:.92rem;font-weight:700;display:inline-flex}.evalrow__field--voice{color:#ff6a2c;font-size:.82rem;font-weight:600}.evalrow__field .mic{color:#ff6a2c}.exec .btn-app--block{margin-top:18px}.rec{flex-direction:column;flex:1;gap:14px;padding:16px 16px 20px;display:flex;overflow:hidden}.reccard{background:#fbf8fc;border:1px solid #efe8f2;border-radius:14px;padding:15px 16px}.reccard__head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.reccard__name{color:#2e1d38;font-size:.92rem;font-weight:700}.reccard__ok{color:#0f9d63;font-size:.72rem;font-weight:700}.reccard__time{color:#5f5169;margin-bottom:6px;font-size:.78rem}.reccard__vital{color:#e5484d;background:#e5484d1a;border-radius:12px;padding:4px 11px;font-size:.76rem;font-weight:700;display:inline-block}.feedback{align-items:flex-start;gap:10px;display:flex}.feedback__avatar{color:#fff;background:#ff6a2c;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:.82rem;font-weight:800;display:flex}.feedback__bubble{color:#5f5169;background:#f4f0f7;border:1px solid #efe8f2;border-radius:4px 14px 14px;flex:1;padding:11px 14px;font-size:.82rem;line-height:1.6}.btn-share{cursor:pointer;color:#fff;background:#06c755;border:none;border-radius:26px;margin-top:auto;padding:13px 20px;font-family:inherit;font-size:.92rem;font-weight:700}.btn-share:before{content:"⤴ "}.aicard{background:#f6f0fa;border:1px solid #8b46f038;border-radius:14px;padding:13px 15px}.aicard__badge{letter-spacing:.02em;background:#8b46f0;color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:.68rem;font-weight:800;display:inline-block}.aicard__text{color:#5f5169;font-size:.8rem;line-height:1.6}.hkscr{background:#fff}.hkscr .apphd,.hkhd{border-bottom:1px solid #e4e8ee;flex:none;justify-content:center;align-items:center;height:50px;padding:0 44px;display:flex;position:relative}.hkhd__title{color:#1c2733;font-size:1rem;font-weight:700}.hkhd__back{cursor:pointer;color:#2d5ac8;background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;left:12px}.hkscr--start{justify-content:space-between;padding:26px 22px 28px}.hkgov{border-bottom:2px solid #2d5ac8;flex-direction:column;gap:2px;padding-bottom:16px;display:flex}.hkgov__zh{color:#2d5ac8;font-size:.92rem;font-weight:800}.hkgov__en{color:#6b7684;letter-spacing:.02em;font-size:.64rem}.hkstart{text-align:center}.hkstart__mark{background:#2d5ac8;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 18px;display:flex}.hkstart__title{color:#1c2733;font-size:1.35rem;font-weight:800;line-height:1.35}.hkstart__en{letter-spacing:.04em;color:#2d5ac8;margin-top:6px;font-size:.76rem;font-weight:600}.hkstart__desc{color:#6b7684;margin-top:16px;font-size:.82rem;line-height:1.7}.hkstart__cta{flex-direction:column;gap:10px;display:flex}.hkbtn{cursor:pointer;color:#fff;background:#2d5ac8;border:none;border-radius:10px;padding:13px 20px;font-family:inherit;font-size:.95rem;font-weight:700}.hkbtn--block{width:100%;display:block}.hkbtn--ghost{color:#2d5ac8;background:#fff;border:1px solid #2d5ac8}.hkbody{flex-direction:column;flex:1;gap:12px;padding:16px 18px;display:flex;overflow:hidden}.hkstep{color:#2d5ac8;font-size:.72rem;font-weight:700}.hkfield{flex-direction:column;gap:5px;display:flex}.hkfield__label{color:#6b7684;font-size:.74rem}.hkfield__box{color:#1c2733;border:1px solid #e4e8ee;border-radius:8px;align-items:center;height:42px;padding:0 13px;font-size:.9rem;display:flex}.hkcentres{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.hkcentre{border:1px solid #e4e8ee;border-radius:10px;align-items:center;gap:10px;padding:13px 14px;display:flex}.hkcentre.is-sel{background:#0057b80a;border-color:#2d5ac8}.hkcentre__main{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.hkcentre__name{color:#1c2733;font-size:.9rem;font-weight:700}.hkcentre__addr{color:#6b7684;font-size:.72rem}.hkcentre__slot{color:#2d5ac8;font-size:.72rem;font-weight:600}.hkradio{border:2px solid #e4e8ee;border-radius:50%;flex:none;width:20px;height:20px}.hkradio.is-on{background:radial-gradient(circle,#2d5ac8 0 5px,#fff 6px 20px);border-color:#2d5ac8}.hkcta{flex:none;padding:12px 18px 20px}.hkscr--done{align-items:center;padding:22px 22px 24px}.hkdone{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.hkcheck{background:#2d5ac8;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:14px;display:flex}.hkdone__title{color:#1c2733;font-size:1.3rem;font-weight:800}.hkdone__en{color:#6b7684;margin-top:4px;font-size:.74rem}.hkqr{border:1px solid #e4e8ee;border-radius:12px;width:116px;height:116px;margin:14px 0;padding:9px}.hkqr__svg{shape-rendering:crispedges;width:100%;height:100%;display:block}.hkref{background:#f6f8fb;border-radius:12px;flex-direction:column;gap:8px;width:100%;margin-bottom:14px;padding:13px 15px;display:flex}.hkref__row{justify-content:space-between;font-size:.8rem;display:flex}.hkref__row span{color:#6b7684}.hkref__row b{color:#1c2733;font-weight:700}.hkdone__hint{color:#6b7684;font-size:.74rem;line-height:1.6}.appintro{text-align:center;background:#fdf4ef;padding:116px 24px 40px}.appintro__inner{max-width:820px;margin:0 auto}.appintro__eyebrow{letter-spacing:.2em;color:#ff6a2c;margin-bottom:14px;font-size:.74rem;font-weight:800;display:inline-block}.appintro__title{letter-spacing:-.01em;color:#2e1d38;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:800}.appintro__callout{text-align:left;background:#f8fafc;border:1px solid #efe8f2;border-radius:4px 14px 14px 4px;margin-top:28px;padding:22px 26px;position:relative}.appintro__callout:before{content:"";background:linear-gradient(#2f6df6 0%,#12a8a0 55%,#12b981 100%);border-radius:4px 0 0 4px;width:4px;position:absolute;top:0;bottom:0;left:0}.appintro__line{color:#2e1d38;font-size:1.04rem;font-weight:700;line-height:1.9}.appintro__line+.appintro__line{margin-top:6px}.subhero{padding:148px 0 92px;position:relative;overflow:hidden}.subhero__bg{z-index:-1;position:absolute;inset:0;overflow:hidden}.subhero__glow{will-change:transform;border-radius:50%;position:absolute}.subhero__glow--blue{background:radial-gradient(closest-side,#2f6df621,#0000 70%);width:460px;height:340px;animation:24s ease-in-out infinite glow-blue;top:-18%;left:-4%}.subhero__glow--green{background:radial-gradient(closest-side,#12b98124,#0000 70%);width:460px;height:380px;animation:30s ease-in-out infinite glow-green;top:-20%;right:-4%}.subhero__glow--orange{background:radial-gradient(closest-side,#ff7a1a1a,#0000 70%);width:400px;height:330px;animation:27s ease-in-out infinite glow-orange;bottom:-22%;left:44%}.subhero__inner{z-index:1;text-align:center;position:relative}.subhero__badge{letter-spacing:.14em;color:#4a4152;background:#fff;border:1px solid #ece7f1;border-radius:999px;align-items:center;gap:.45rem;padding:.36rem .85rem;font-size:.76rem;font-weight:700;display:inline-flex;box-shadow:0 6px 20px -12px #241a2b47}.subhero__badge .dot{background:linear-gradient(118deg,#2f6df6 0%,#12a8a0 54%,#12b981 100%);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #12a8a029}.subhero__title{letter-spacing:-.02em;margin:22px auto 0;font-size:clamp(2rem,4.4vw,3.2rem);font-weight:800}.subhero__subtitle{color:#4a4152;max-width:720px;margin:20px auto 0;font-size:clamp(1rem,1.7vw,1.14rem)}.subhero__note{color:#736b7d;max-width:720px;margin:10px auto 0;font-size:.95rem;font-weight:600}.c-blue{color:#2f6df6}.c-green{color:#12b981}.c-red{color:#e5484d}.appsec__desktop{justify-content:center;width:100%;margin-bottom:36px;display:flex}.appsec__deskimg{width:100%;max-width:620px;height:auto;display:block}.appsec__rwd{width:100%;max-width:760px;height:auto;margin:0 auto;display:block}.rwd{width:100%;max-width:860px;margin:0 auto;position:relative}.rwd__base{width:100%;display:block}.rwd__scr{position:absolute;overflow:hidden;container-type:size}.rwd__scr--monitor{border-radius:2px;width:26.2%;height:37.667%;top:24%;left:4.467%}.rwd__scr--laptop{border-radius:2px;width:22.267%;height:36.167%;top:30.667%;left:38.4%}.rwd__scr--tablet{border-radius:2px;width:11.667%;height:38.5%;top:31%;left:70.533%}.rwd__scr--phone{border-radius:1px;width:4.933%;height:21.833%;top:41%;left:90%}.site-shot{object-fit:cover;object-position:50% 0;background:#0b0b12;width:100%;height:100%;display:block}.ep-screen{color:#333;background:#e3f6fa;flex-direction:column;width:100%;height:100%;line-height:1.4;display:flex;overflow:hidden}.rwd__scr--monitor .ep-screen,.rwd__scr--laptop .ep-screen{font-size:2.2cqh}.rwd__scr--tablet .ep-screen{font-size:2.6cqh}.rwd__scr--phone .ep-screen{font-size:3.6cqh}.ep-head{color:#fff;background:#01667c;flex:none;align-items:center;gap:1.4em;padding:.7em 1em;display:flex}.ep-head__brand{white-space:nowrap;align-items:center;gap:.4em;font-size:1.15em;font-weight:800;display:flex}.ep-logo{flex:none;width:1.5em;height:1.5em}.ep-head__nav{white-space:nowrap;gap:1.2em;display:flex}.ep-head__user{white-space:nowrap;align-items:center;gap:.5em;margin-left:auto;display:flex}.ep-head__avatar{background:#abdbdf;border-radius:50%;flex:none;width:1.4em;height:1.4em}.ep-head__logout{background:#04a9b4;border-radius:1em;padding:.25em .8em;font-weight:700}.ep-burger{flex-direction:column;gap:.22em;margin-left:auto;display:flex}.ep-burger i{background:#fff;border-radius:1em;width:1.3em;height:.16em;display:block}.ep-tabs{background:#fff;flex:none;gap:.4em;padding:.6em 1em 0;display:flex}.ep-tabs__t{color:#777;white-space:nowrap;background:#f2f2f2;border-radius:.4em .4em 0 0;padding:.4em 1em}.ep-tabs__t.is-active{color:#fff;background:#04a9b4;font-weight:700}.ep-body{flex-direction:column;flex:1;gap:.8em;min-height:0;padding:.9em 1em;display:flex}.ep-row{align-items:stretch;gap:.8em;display:flex}.ep-tallies{flex:none;gap:.6em;display:flex}.ep-screen--m .ep-tabs{gap:.25em;padding:.5em .6em 0}.ep-screen--m .ep-tabs__t{padding:.35em .5em;font-size:.85em}.ep-screen--m .ep-body{gap:.6em;padding:.6em}.ep-screen--m .ep-tallies{grid-template-columns:repeat(3,minmax(0,1fr));gap:.4em;display:grid}.ep-screen--m .ep-tally{padding:.5em .4em}.ep-screen--m .ep-tally__label{white-space:normal;font-size:.78em;line-height:1.2}.ep-screen--m .ep-tally__num{font-size:1.5em}.ep-tally{background:#fff;border-radius:.5em;flex-direction:column;flex:1;gap:.2em;padding:.7em;display:flex}.ep-tally__label{color:#555;white-space:nowrap}.ep-tally__num{font-size:1.9em;font-weight:800;line-height:1.1}.ep-tally__num em{color:#333;margin-left:.2em;font-size:.45em;font-style:normal;font-weight:700}.ep-tally__num--teal{color:#04a9b4}.ep-tally__num--red{color:#eb5757}.ep-tally__link{color:#555;white-space:nowrap;align-self:flex-end;margin-top:auto;font-size:.9em}.ep-notice{background:#fff;border-radius:.5em;flex-direction:column;flex:1;gap:.25em;min-width:0;padding:.7em .9em;display:flex}.ep-notice__title{align-items:center;gap:.4em;font-weight:800;display:flex}.ep-notice__title i{background:#eb5757;border-radius:50%;flex:none;width:.4em;height:.4em}.ep-notice__name{color:#197a80;font-size:1.15em;font-weight:800}.ep-notice__meta{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:.9em;overflow:hidden}.ep-sect{color:#197a80;border-left:.28em solid #197a80;flex:none;padding-left:.5em;font-weight:800}.ep-filter{background:#fff;border-radius:.5em;flex:none;align-items:center;gap:.5em;padding:.7em;display:flex}.ep-filter__f{color:#999;white-space:nowrap;text-overflow:ellipsis;border:1px solid #ddd;border-radius:.3em;flex:1;padding:.35em .5em;overflow:hidden}.ep-filter__reset{color:#04a9b4;border:1px solid #04a9b4;border-radius:1em;flex:none;padding:.35em .9em;font-weight:700}.ep-grid{flex:1;grid-template-columns:repeat(3,1fr);align-content:start;gap:.7em;min-height:0;display:grid;overflow:hidden}.ep-grid--m{grid-template-columns:1fr}.ep-card{background:#fff;border-radius:.5em;flex-direction:column;gap:.3em;min-width:0;padding:.7em;display:flex}.ep-card__top{align-items:flex-start;gap:.4em;display:flex}.ep-card__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:800;overflow:hidden}.ep-badge{color:#01667c;background:#9bd6dd;border-radius:.25em;flex:none;padding:.1em .4em;font-size:.8em;font-weight:700}.ep-card__meta{color:#777;white-space:nowrap;text-overflow:ellipsis;font-size:.85em;overflow:hidden}.ep-bar{background:#f2f2f2;border-radius:1em;height:.35em;margin-top:.3em;overflow:hidden}.ep-bar__fill{background:#04a9b4;border-radius:1em;height:100%;display:block}.ep-card__prog{color:#666;justify-content:space-between;font-size:.85em;display:flex}.ep-card__btn{text-align:center;color:#fff;background:#46b5bf;border-radius:1.4em;margin-top:.3em;padding:.4em;font-weight:700}.adbc-screen{background:radial-gradient(125% 120% at 50% 0,#1f47ab 0%,#142a72 60%,#0f2159 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;container-type:size}.adbc-card{background:#fff;border-radius:.8em;flex-direction:column;padding:1.5em 1.3em;display:flex;box-shadow:0 .5em 1.4em #00000038}.rwd__scr .adbc-screen{width:100%;height:100%}.rwd__scr--monitor .adbc-card{width:38%;font-size:4.7cqh}.rwd__scr--laptop .adbc-card{width:46%;font-size:5cqh}.rwd__scr--tablet .adbc-card{width:76%;font-size:3.6cqh}.rwd__scr--phone .adbc-card{width:86%;font-size:3.1cqh}.adbc-card__logo{align-items:center;gap:.5em;margin-bottom:1.3em;display:flex}.adbc-card__ring{flex:none;width:2em;height:2em}.adbc-card__brand{flex-direction:column;line-height:1.02;display:flex}.adbc-card__brand b{letter-spacing:-.02em;color:#1f2a44;font-size:1.15em;font-weight:800}.adbc-card__brand em{color:#1a54d6;font-size:1.15em;font-style:normal;font-weight:800}.adbc-card__field{flex-direction:column;gap:.35em;margin-bottom:1em;display:flex}.adbc-card__label{color:#8a93a5;font-size:.72em}.adbc-card__input{color:#b8c0cf;background:#f7f9fc;border:1px solid #e6e9f0;border-radius:.45em;padding:.65em .75em;font-size:.76em}.adbc-card__remember{color:#6b7488;align-items:center;gap:.5em;margin-bottom:1em;font-size:.72em;display:flex}.adbc-card__box{color:#fff;background:#1a54d6;border-radius:.28em;flex:none;justify-content:center;align-items:center;width:.95em;height:.95em;font-size:.62em;display:flex}.adbc-card__btn{text-align:center;color:#9aa3b4;background:#eef1f6;border-radius:.45em;padding:.85em;font-size:.78em}.deskframe{background:#fff;border:1px solid #2e1d381a;border-radius:12px;width:100%;max-width:880px;overflow:hidden;box-shadow:0 26px 50px -24px #2e1d3847}.deskbar{background:#f1f3f6;border-bottom:1px solid #e4e8ee;align-items:center;gap:14px;height:40px;padding:0 15px;display:flex}.deskbar__dots{gap:7px;display:flex}.deskbar__dots i{background:#cfd5de;border-radius:50%;width:11px;height:11px;display:block}.deskbar__url{color:#6b7684;background:#fff;border:1px solid #e4e8ee;border-radius:7px;flex:1;max-width:320px;padding:5px 13px;font-size:.72rem}.deskpage{padding:24px 36px 32px}.deskgov{border-bottom:2px solid #2d5ac8;justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.deskgov__brand{align-items:center;gap:11px;display:flex}.deskgov__name{flex-direction:column;line-height:1.35;display:flex}.deskgov__name b{color:#1c2733;font-size:.94rem}.deskgov__name em{color:#6b7684;font-size:.64rem;font-style:normal}.deskgov__lang{color:#2d5ac8;font-size:.76rem;font-weight:600}.deskstep{margin:24px 0 0;padding:0;list-style:none;display:flex}.deskstep li{color:#6b7684;flex-direction:column;flex:1;align-items:center;gap:8px;font-size:.76rem;display:flex;position:relative}.deskstep li:before{content:"";z-index:0;background:#e4e8ee;width:100%;height:2px;position:absolute;top:15px;left:-50%}.deskstep li:first-child:before{display:none}.deskstep__n{z-index:1;color:#6b7684;background:#e4e8ee;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.82rem;font-weight:700;display:flex;position:relative}.deskstep li.is-active{color:#1c2733;font-weight:700}.deskstep li.is-active .deskstep__n{color:#fff;background:#2d5ac8}.deskbanner{color:#fff;text-align:center;letter-spacing:.01em;background:#2d5ac8;border-radius:8px;margin:24px 0 22px;padding:14px 18px;font-size:1.05rem;font-weight:800}.deskreq{color:#c8102e;margin-bottom:12px;font-size:.72rem}.deskfield{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.deskfield__label{color:#1c2733;font-size:.78rem;font-weight:600}.deskselect,.deskinput{color:#1c2733;border:1px solid #e4e8ee;border-radius:8px;justify-content:space-between;align-items:center;height:42px;padding:0 14px;font-size:.88rem;display:flex}.deskselect__caret{color:#6b7684}.deskgrid{grid-template-columns:1fr 1fr;gap:4px 22px;display:grid}.deskpics{background:#f8fafc;border:1px solid #e4e8ee;border-radius:8px;margin:10px 0 18px;padding:14px 16px}.deskpics b{color:#1c2733;font-size:.8rem}.deskpics p{color:#6b7684;margin-top:6px;font-size:.74rem;line-height:1.7}.deskagree{color:#1c2733;align-items:center;gap:10px;font-size:.84rem;display:flex}.deskbox{color:#fff;border:1px solid #e4e8ee;border-radius:4px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex}.deskbox.is-on{background:#2d5ac8;border-color:#2d5ac8}.deskcta{text-align:center;margin-top:24px}.deskbtn{cursor:pointer;color:#fff;background:#2d5ac8;border:none;border-radius:8px;min-width:210px;padding:12px 32px;font-family:inherit;font-size:.95rem;font-weight:700}@media (width<=640px){.deskpage{padding:20px 18px 24px}.deskgrid{grid-template-columns:1fr}.deskstep li{font-size:.68rem}}.redact{color:#0000;vertical-align:baseline;-webkit-user-select:none;user-select:none;background-color:#aab0bb;background-image:linear-gradient(45deg,#00000038 25%,#0000 25% 75%,#00000038 75%),linear-gradient(45deg,#00000038 25%,#0000 25% 75%,#00000038 75%);background-position:0 0,2.5px 2.5px;background-size:5px 5px;border-radius:2px;display:inline-block}.appsec--teal .btn-app,.appsec--teal .toggle,.appsec--teal .progress__fill{background:#12a29c}.appsec--teal .scr--login{background:#fff}.appsec--teal .scr--login__wave{background:#ecf7f6}.appsec--teal .login__product,.appsec--teal .folder__icon,.appsec--teal .apphd__logout,.appsec--teal .signmodal__pct,.appsec--teal .metaline--user svg,.appsec--teal .metaline--date svg{color:#12a29c}.appsec--teal .login__product-en{color:#12a29ccc}.appsec--teal .metaline--doc svg{color:#2f6df6}.pagecta{text-align:center;background:#f6faf9;border-top:1px solid #2e1d380f;padding:84px 24px 104px}.pagecta__inner{max-width:660px;margin:0 auto}.pagecta__eyebrow{letter-spacing:.24em;color:#12a8a0;margin-bottom:16px;font-size:.74rem;font-weight:800;display:inline-block}.pagecta__title{letter-spacing:-.01em;color:#2e1d38;font-size:clamp(1.7rem,3.6vw,2.4rem);font-weight:800;line-height:1.3}.pagecta__lede{color:#5f5169;margin-top:18px;font-size:1.02rem;line-height:1.85}.pagecta__btn{color:#fff;letter-spacing:.02em;background:linear-gradient(118deg,#ff9a2b 0%,#ff5e3a 100%);border-radius:30px;margin-top:30px;padding:15px 46px;font-size:1.05rem;font-weight:800;text-decoration:none;transition:transform .22s,box-shadow .22s,filter .22s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 12px 26px -10px #ff5e3a80}.pagecta__btn:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 0%,#ffffff8c 50%,#0000 100%);width:55%;height:100%;animation:4s ease-in-out infinite btn-shine;position:absolute;top:0;left:-80%;transform:skew(-22deg)}.pagecta__btn:hover{filter:saturate(1.06);transform:translateY(-2px);box-shadow:0 18px 34px -10px #ff7a1a8c}@media (prefers-reduced-motion:reduce){.pagecta__btn:after{animation:none;display:none}}
