@font-face{font-family:Power Grotesk;src:url(/fonts/power-grotesk-400.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Power Grotesk;src:url(/fonts/power-grotesk-700.woff2) format("woff2");font-weight:700;font-display:swap}:root{--c-purple-900: #200b4b;--c-purple-700: #402f66;--c-purple-650: #402e65;--c-purple-300: #8d82a1;--c-purple-200: #c8c1de;--c-purple-100: #eae8fd;--c-purple-050: #f9f8ff;--c-lime-400: #cffd58;--c-red-500: #b8443e;--c-white: #fff;--c-black: #000;--color-brand: var(--c-purple-900);--color-brand-accent: var(--c-lime-400);--color-cta-bg: var(--c-purple-700);--color-surface: var(--c-white);--color-surface-muted: var(--c-purple-100);--color-surface-subtle: var(--c-purple-050);--color-surface-inverse: var(--c-purple-900);--color-text: var(--c-purple-900);--color-text-inverse: var(--c-white);--color-text-muted: var(--c-purple-300);--color-border-subtle: var(--c-purple-300);--color-border-input: var(--color-text-muted);--color-text-hint: #6b5f80;--color-danger: var(--c-red-500);--color-hover-surface: var(--c-purple-200);--color-overlay: rgba(32, 11, 75, .6);--color-overlay-soft: rgba(32, 11, 75, .5);--color-brand-transparent: rgba(32, 11, 75, 0);--color-cursor: rgba(255, 255, 255, .9);--color-cursor-dark: rgba(255, 255, 255, .6);--color-scrim: rgba(0, 0, 0, .6);--purple: var(--color-brand);--purple-soft: var(--c-purple-650);--cta-purple: var(--color-cta-bg);--lime: var(--color-brand-accent);--font-display: "Power Grotesk", Poppins, "Noto Sans TC", sans-serif;--font-body: "Power Grotesk", "PingFang TC", sans-serif;--font-note: "Noto Sans TC", var(--font-body);--fw-regular: 400;--fw-semibold: 600;--fw-bold: 700;--fs-hero: 38px;--lh-hero: 55px;--fs-hero-m: 28px;--lh-hero-m: 40px;--fs-hero-s: 24px;--lh-hero-s: 35px;--fs-h2: 30px;--lh-h2: 45px;--fs-h3: 24px;--lh-h3: 28.8px;--fs-subtitle: 20px;--lh-subtitle: 29px;--fs-body: 16px;--lh-body: 24px;--fs-body-s: 14px;--lh-body-s: 23px;--fs-caption: 12px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-15: 60px;--space-16: 64px;--space-20: 80px;--article-block-gap: 30px;--article-caption-gap: 10px;--article-quote-gap: 31px;--article-quote-after: 84px;--article-h2-gap: 40px;--article-cta-top: 91px;--article-cta-bottom: 66px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 40px;--radius-pill: 100px;--shadow-card: 0 0 50px rgba(32, 11, 75, .67);--shadow-float: 0 4px 20px rgba(0, 0, 0, .2);--shadow-cursor: 0 6px 20px rgba(0, 0, 0, .2);--dur-fast: .1s;--dur-base: .3s;--dur-slow: .4s;--dur-slower: .6s;--spring: cubic-bezier(.34, 1.56, .64, 1);--spring-soft: cubic-bezier(.34, 1.35, .64, 1);--spring-low: cubic-bezier(.34, 1.12, .64, 1);--spring-b2: cubic-bezier(.34, 1.28, .64, 1);--ease-out-soft: cubic-bezier(.22, 1, .36, 1);--ease-out-framer: cubic-bezier(.12, .23, .5, 1);--ease-in-framer: cubic-bezier(.5, 0, .88, .77);--transition-btn: background var(--dur-base) ease, color var(--dur-base) ease;--transition-btn-spring: background var(--dur-base) ease, width var(--dur-slow) var(--spring), padding var(--dur-slow) var(--spring);--btn-active-scale: .97;--container: 1280px;--bp-tablet: 810px;--bp-desktop: 1208px;--col-min: 420px;--nav-h: 64px;--page-hero-pad-top: calc(var(--nav-h) + var(--space-10));--page-doc-pad-top: 150px;--cta-rainbow: linear-gradient( 90deg, #007bff 0%, #37c5e6 25%, #adc96a 50%, #ffc333 75%, #f43b68 100% )}@media(max-width:809.98px){:root{--article-quote-after: 83px;--article-cta-top: 146px;--nav-h: 52px}}*{box-sizing:border-box}body{margin:0;background:var(--purple);font-family:var(--font-body);color:var(--purple)}img{display:block;max-width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:100px;font-weight:600;text-decoration:none;white-space:nowrap;border:0;font-family:var(--font-body);cursor:pointer;-webkit-appearance:none;appearance:none}.btn--lime{height:70px;padding:0 36px;background:var(--lime);color:var(--purple);font-size:18px;transition:var(--transition-btn)}@media(min-width:1208px){.btn--lime:hover,.btn--lime:focus-visible{background:var(--color-hover-surface);color:var(--purple)}}.header{position:fixed;top:0;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:8px;width:min(1200px,100%);height:64px;padding:0 32px;background:var(--purple);border-radius:0 0 30px 30px;overflow:hidden;transition:width .6s var(--ease-out-soft),height .6s var(--ease-out-soft),border-radius .6s var(--ease-out-soft),padding .6s var(--ease-out-soft)}.header--enter{animation:header-enter .4s cubic-bezier(.12,.23,.5,1) 1.6s backwards}@keyframes header-enter{0%{opacity:0;translate:0 -20px}to{opacity:1;translate:0 0}}.header--enter .header__logo,.header--enter .header__menu a,.header--enter .header__lang,.header--enter .btn--cta{animation:header-item-enter .6s cubic-bezier(.5,0,.88,.77) 1.6s backwards}.header--enter .header__logo{animation-delay:1.7s}@keyframes header-item-enter{0%{opacity:0;translate:0 -10px}to{opacity:1;translate:0 0}}.header--enter .header__menu a:nth-child(1){animation-delay:1.7s}.header--enter .header__menu a:nth-child(2){animation-delay:1.8s}.header--enter .header__menu a:nth-child(3){animation-delay:1.9s}.header--enter .header__menu a:nth-child(4){animation-delay:2s}.header--enter .header__lang{animation-delay:2.1s}.header--enter .btn--cta{animation-delay:2.2s}.header--expanding .header__logo,.header--expanding .header__menu a,.header--expanding .header__lang,.header--expanding .btn--cta{animation:header-item-enter .6s cubic-bezier(.5,0,.88,.77) backwards}.header--expanding .header__logo{animation-delay:.1s}.header--expanding .header__menu a:nth-child(1){animation-delay:.1s}.header--expanding .header__menu a:nth-child(2){animation-delay:.2s}.header--expanding .header__menu a:nth-child(3){animation-delay:.3s}.header--expanding .header__menu a:nth-child(4){animation-delay:.4s}.header--expanding .header__lang{animation-delay:.5s}.header--expanding .btn--cta{animation-delay:.6s}@media(prefers-reduced-motion:reduce){.header--enter,.header--enter .header__logo,.header--enter .header__menu a,.header--enter .header__lang,.header--enter .btn--cta,.header--expanding .header__logo,.header--expanding .header__menu a,.header--expanding .header__lang,.header--expanding .btn--cta{animation:none}}.header__logo{flex-shrink:0;translate:0 -2px}.header__logo img{width:153px;height:27px}.header__menu{flex:1;display:flex;align-items:center;justify-content:center;gap:60px}.header__menu a{--nav-ease: cubic-bezier(.17, .79, .56, 1);display:block;overflow:hidden;height:1lh;font-family:var(--font-display);font-weight:600;font-size:16px;line-height:26px;color:var(--color-text-inverse);text-decoration:none}.header__menu a.is-light{font-family:var(--font-body);font-weight:var(--fw-regular);translate:0 0}.nav-roll{display:block;transition:translate .6s var(--nav-ease)}.nav-roll>span{display:block}.nav-roll>span:last-child{color:var(--lime)}.header__menu a:hover .nav-roll,.header__menu a:focus-visible .nav-roll{translate:0 -1lh}@media(prefers-reduced-motion:reduce){.nav-roll{transition:none}}.header__lang,.mobile-menu__lang{position:relative;display:flex;align-items:center;gap:5px;flex-shrink:0;color:var(--color-text-inverse)}.header__lang select,.mobile-menu__lang select{position:absolute;inset:0;width:100%;opacity:0;border:0;font:inherit;cursor:pointer}.btn--cta{height:auto;padding:5px 12px;width:fit-content;margin-left:16px;background:var(--cta-purple);color:var(--lime);font-size:16px;line-height:26px;flex-shrink:0}.btn--cta:hover,.btn--cta:focus-visible,.section01__btn:hover,.section01__btn:focus-visible{background:var(--cta-rainbow);color:var(--color-text-inverse)}.btn--cta:hover,.btn--cta:focus-visible{animation:cta-nudge .4s var(--spring) infinite}.section01__btn:hover,.section01__btn:focus-visible{width:200px;height:48px;animation:cta-tilt .4s var(--spring) infinite}@keyframes cta-nudge{0%{translate:0 0}to{translate:-3px 0}}@keyframes cta-tilt{0%{rotate:0deg}to{rotate:-5deg}}@media(prefers-reduced-motion:reduce){.btn--cta:hover,.section01__btn:hover{animation:none}}.header--scrolled{width:min(390px,100%);height:52px;padding:0 20px 0 30px;border-radius:0 0 40px 40px;transition:width .4s var(--spring-low),height .4s var(--spring-low),border-radius .4s var(--spring-low),padding .4s var(--spring-low)}.header--scrolled .header__menu{display:none}.header--scrolled .header__logo img{width:121px;height:21px}.header--scrolled .header__lang{margin-left:auto}.header--scrolled .btn--cta{margin-left:12px}.header__burger{display:none;width:24px;height:24px;padding:0;border:0;background:none;cursor:pointer}.mobile-menu{display:none}@media(max-width:1207.98px){.mobile-menu{position:fixed;inset:52px 0 0;z-index:9;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:52px;padding:70px 24px 60px;background:var(--purple);overflow-y:auto}.mobile-menu__links{display:flex;flex-direction:column;align-items:center;gap:32px}.mobile-menu__links a{font-size:18px;font-weight:600;color:var(--color-text-inverse);text-decoration:none}.mobile-menu__social{display:flex;gap:32px}.mobile-menu__social img{width:28px;height:28px}.mobile-menu__cta{width:auto;height:44px;padding:0 24px;margin-top:-36px;margin-left:0}.header{width:100%;height:52px;padding:0 28px;border-radius:0 0 20px 20px;justify-content:space-between}.header__logo img{width:121px;height:21px}.header__menu,.header__lang,.header .btn--cta{display:none}.header__burger{display:block}.header--menu-open{border-radius:0}.header--scrolled{width:100%;padding:0 20px 0 30px;border-radius:0 0 40px 40px}.header--scrolled .header__lang,.header--scrolled .btn--cta{display:flex}.header--scrolled .header__burger{display:none}}.page-stub{padding:200px 24px;text-align:center;font-size:24px}.section01{position:relative;padding-bottom:0;margin-bottom:-1px;background:var(--purple)}.section01__cover{position:relative;height:1088px;background:url(/assets/home/cover.avif) center / cover no-repeat}.section01__hero{position:absolute;top:144px;left:50%;transform:translate(-50%);width:min(880px,calc(100% - 32px));text-align:center}.section01__hero h1{margin:0 0 10px;font-family:var(--font-display);font-size:38px;font-weight:600;line-height:55px}.section01__hero h1>.h1-sub{font-family:var(--font-body);font-weight:400}.section01__hero p{margin:0 0 40px;font-family:var(--font-body);font-size:20px;font-weight:400;line-height:29px}.section01__cta{display:flex;gap:20px;justify-content:center;animation:appear-up var(--dur-slower) var(--ease-in-framer) 1.6s backwards}.section01__btn{width:112px;height:48px;padding:0 28px;margin-left:0;font-size:14px;line-height:20px;transition:width .4s var(--spring),background .3s ease,color .3s ease}.section01__scroll{position:absolute;bottom:200px;left:50%;transform:translate(-50%);width:50px;height:49px;animation:appear-up var(--dur-slower) var(--ease-in-framer) 1.6s backwards,arrow-bob 1.2s cubic-bezier(.44,0,.56,1) 2.2s infinite}.section01__scroll img{width:100%;height:100%}@keyframes appear-up{0%{opacity:0;translate:0 -10px}to{opacity:1;translate:0 0}}@keyframes arrow-bob{0%,to{translate:0 0}50%{translate:0 10px}}@media(prefers-reduced-motion:reduce){.section01__scroll,.section01__cta{animation:none}}.section01__logos{width:100%;padding:60px 0 20px}.ticker{height:35px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,var(--c-black) 25%,var(--c-black) 75%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,var(--c-black) 25%,var(--c-black) 75%,transparent 100%)}.ticker__track{display:flex;align-items:center;gap:10px;width:max-content;padding:0 5px;animation:ticker-scroll var(--ticker-duration, 27s) linear infinite}.ticker__track img{width:159px;height:35px;object-fit:contain;flex-shrink:0}@keyframes ticker-scroll{0%{translate:0 0}to{translate:-50% 0}}@media(prefers-reduced-motion:reduce){.ticker__track{animation:none}}@media(max-width:1207.98px){.section01{padding-bottom:0}.section01__cover{height:770px}.section01__hero{width:calc(100% - 32px);top:112px}.section01__hero h1{font-size:24px;line-height:35px;margin-bottom:10px}.section01__hero p{font-size:16px;line-height:24px;margin-bottom:20px}.section01__btn{height:48px;padding:0 28px;font-size:14px;line-height:20px}.btn--cta,.btn--purple{font-size:14px;line-height:20px}.section01__scroll{display:block;bottom:215px;width:50px;height:49px}.section01__logos{padding:40px 0 16px}}.section02{position:relative;background:var(--purple);overflow:hidden}.section02:before,.section02:after{content:"";position:absolute;top:145px;width:1038px;height:1000.5px;background:url(/assets/home/s02-blob.png) center / contain no-repeat;pointer-events:none;z-index:0}.section02:before{left:-500px}.section02:after{right:-500px;transform:scaleX(-1)}.section02__intro{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:40px;padding:90px 24px 100px;text-align:center;color:var(--color-text-inverse)}.section02__stage{display:flex;flex-direction:column;align-items:center;gap:64px;width:min(1000px,100%);padding:51px 0}.section02__heading{display:flex;flex-direction:column;gap:10px}.section02__intro h2{margin:0;font-family:var(--font-display);font-size:30px;font-weight:600;line-height:45px}.section02__heading p{margin:0;font-family:var(--font-display);font-size:20px;font-weight:400;line-height:29px}.section02__demo{position:relative;width:100%}.section02__blur{position:absolute;top:32px;left:-16px;width:calc(100% + 32px);max-width:none;pointer-events:none}.section02__demo-img{position:relative;display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;object-position:top;border-radius:12px}.section02__products{display:flex;align-items:center;gap:60px;flex-wrap:wrap;justify-content:center}.section02__panel{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:64px;width:min(1728px,100%);margin:0 auto;padding:144px 24px 268px;background:var(--color-surface-muted);text-align:center}.section02__panel h2{margin:0;font-family:var(--font-display);font-size:30px;font-weight:600;line-height:45px;color:var(--purple)}.section02__highlights{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}.highlight{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:12px;width:288px;height:282px;padding:80px 20px 14px;background:var(--color-surface);border-radius:24px;color:var(--purple)}.highlight strong{font-family:var(--font-display);font-size:48px;font-weight:600;line-height:50px}.highlight span{font-family:var(--font-body);font-size:20px;font-weight:400;line-height:29px;color:var(--purple)}.highlight__case{display:flex;align-items:center;justify-content:space-between;gap:12px;width:248px;margin-top:38px;padding:14px 17px 14px 20px;background:var(--color-surface-muted);border-radius:100px;font-family:var(--font-body);font-size:16px;line-height:1.2;color:var(--purple);text-decoration:none}.highlight__case img{width:20px;height:20px}.highlight__case{transition:scale .1s var(--spring-soft),rotate .1s var(--spring-soft),translate .1s var(--spring-soft)}.highlight__case:hover,.highlight__case:focus-visible{scale:1.05;rotate:3deg;translate:2px -5px}@media(prefers-reduced-motion:reduce){.highlight__case{transition:none}.highlight__case:hover{scale:1;rotate:0deg;translate:0 0}}.btn--purple{height:57px;padding:0 91px;background:var(--purple);color:var(--lime);font-size:16px;line-height:26px}@media(max-width:1207.98px){.section02:before,.section02:after{display:none}.section02__intro{padding-top:117px}.section02__intro h2{font-size:20px;line-height:36px}.section02__heading p,.section02__panel-sub{font-size:16px;line-height:24px}.section02__stage{gap:32px;padding:0}.section02__products{gap:24px}.section02__panel{gap:32px;margin-top:60px;padding:60px 16px 80px}.section02__panel h2{font-size:20px;line-height:36px}.section02__highlights{width:100%;flex-wrap:nowrap;padding:0 16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:16px;scrollbar-width:none;justify-content:flex-start}.section02__highlights::-webkit-scrollbar{display:none}.highlight{flex:0 0 min(300px,82vw);scroll-snap-align:start;height:auto;padding:32px 19px}.highlight__case{width:100%;margin-top:24px}.btn--purple{padding:0 48px;font-size:14px;line-height:20px}}#polish-3d,#polish-ai{scroll-margin-top:80px}#polishplus{scroll-margin-top:360px}.product{position:relative;background:var(--purple);padding:274px 24px 0;overflow-x:clip}.product__mascot{position:absolute;top:-198px;left:0;width:1208px;height:298px;pointer-events:none;z-index:1;opacity:0;scale:.5}.product__mascot.is-in,.section06__mascot.is-in{opacity:1;scale:1;transition:opacity .6s cubic-bezier(.12,.23,.5,1),scale .6s cubic-bezier(.12,.23,.5,1);animation:chat-float 2s cubic-bezier(.44,0,.56,1) infinite alternate}.pic-swap{display:contents}.product__mascot-img{position:absolute;top:0;left:319px;width:570px;height:298px}.product__mascot-solo,.section06__mascot-solo{display:none}.product__blob{position:absolute;z-index:1;top:-128px;left:0;width:612px;height:812.5px;max-width:none;scale:1 -1}.product__inner{position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:80px 144px}.product__intro{display:flex;flex-direction:column;align-items:flex-start;gap:60px;width:444px;flex-shrink:0;color:var(--color-text-inverse)}.product__logo{height:30px;object-fit:cover}.product__heading{display:flex;flex-direction:column;gap:8px}.product__intro h2{margin:0;font-family:var(--font-display);font-size:30px;font-weight:600;line-height:45px}.product__intro p,.feature-card p,.plus-card__body p,.review blockquote p,.review figcaption,.case-card p,.service-card__desc,.section06__head p{font-weight:400}.product__intro p{margin:0;font-size:16px;line-height:24px}.product__cards{display:flex;flex-wrap:wrap;align-items:center;gap:18px;width:678px}.product__cards .feature-card__pic{opacity:0;translate:0 20px}.product__cards.is-in .feature-card__pic{opacity:1;translate:0 0;transition:opacity .4s cubic-bezier(.44,0,.56,1),translate .4s cubic-bezier(.44,0,.56,1)}.product__cards.is-in .feature-card:nth-child(1) .feature-card__pic{transition-delay:.2s}.product__cards.is-in .feature-card:nth-child(2) .feature-card__pic{transition-delay:.3s}.product__cards.is-in .feature-card:nth-child(3) .feature-card__pic{transition-delay:.4s}.product__cards.is-in .feature-card:nth-child(4) .feature-card__pic{transition-delay:.5s}@media(prefers-reduced-motion:reduce){.product__cards .feature-card__pic{opacity:1;translate:0 0;transition:none}}.feature-card{display:flex;flex-direction:column;flex:0 0 330px;gap:39px;height:314px;padding:30px 30px 72px;background:var(--color-surface-subtle);border-radius:10px;color:var(--purple)}.feature-card__top{display:flex;justify-content:space-between;align-items:flex-start;width:100%;height:104px}.feature-card__pic{width:105px;height:105px;object-fit:contain}.feature-card__no{align-self:flex-start;padding:0 14px;background:var(--purple);border-radius:100px;font-family:Poppins,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:var(--lime)}.feature-card h3{margin:0 0 10px;font-family:var(--font-display);font-size:24px;font-weight:600;line-height:35px}.feature-card p{margin:0;font-family:var(--font-display);font-size:16px;line-height:24px}@media(max-width:1207.98px){.product{padding:60px 16px}.product__inner{flex-direction:column;gap:40px}.product__intro{width:100%;gap:20px}.product__intro h2{font-size:20px;line-height:36px}.product__mascot,section.product--stacked .product__mascot{position:relative;top:auto;left:auto;width:min(570px,100%);height:auto;aspect-ratio:570 / 298;margin:0 auto 8px}.product__mascot-img,section.product--stacked .product__mascot-img{left:0;width:100%;height:100%;translate:none}.product__blob{top:-60px;width:420px;height:557px}section.product--stacked .product__blob{top:auto;bottom:0;width:520px;height:501px}.product__cards{flex-direction:row;flex-wrap:nowrap;width:calc(100% + 16px);margin-right:-16px;padding-right:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none}.product__cards::-webkit-scrollbar{display:none}.feature-card{flex:0 0 min(300px,78vw);scroll-snap-align:start;width:auto;height:auto;gap:48px;min-height:0;padding:24px 24px 32px}}.section05{display:flex;justify-content:center;overflow-x:clip;padding-top:160px;background:var(--purple)}.section05__stage{position:relative;width:min(1272px,100%);aspect-ratio:1272 / 880;opacity:0;scale:.5}.section05__stage.is-in{opacity:1;scale:1;transition:opacity .6s cubic-bezier(.12,.23,.5,1),scale .6s cubic-bezier(.12,.23,.5,1)}.section05__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.section05__chat{position:absolute;opacity:0;scale:.5}.is-in .section05__chat{opacity:1;scale:1;transition:opacity .6s cubic-bezier(.12,.23,.5,1),scale .6s cubic-bezier(.12,.23,.5,1);animation:chat-float 2s cubic-bezier(.44,0,.56,1) infinite alternate}@keyframes chat-float{0%{rotate:0deg;translate:0 0}to{rotate:-2deg;translate:0 -20px}}.section05__chat--topleft{top:0;left:0;width:45.283%}.section05__chat--right-top{top:32.614%;right:0;width:34.355%}.section05__chat--right-bottom{top:47.386%;right:0;width:34.355%}@media(prefers-reduced-motion:reduce){.section05__stage,.section05__chat{opacity:1;scale:1;transition:none}.is-in .section05__chat{animation:none}}@media(max-width:1207.98px){.section05{padding-top:60px}.section05__stage{width:100%}}.section06{position:relative;display:flex;flex-direction:column;align-items:center;gap:64px;width:100%;padding:244px 0 268px;background:var(--color-surface-muted);border-radius:40px}.section06__main{display:flex;flex-direction:column;width:100%;gap:107px}.section06__main .carousel{margin-top:0}.section06>.btn--purple{margin:20px 0}.plus-card{position:absolute;top:-138px;left:50%;transform:translate(-50%);display:flex;align-items:stretch;width:min(993px,calc(100% - 48px));height:303px;padding:56px 68px 40px;background:var(--color-surface-muted);border-radius:16px;box-shadow:var(--shadow-card)}.plus-card__logo{width:219px;align-self:center;flex-shrink:0}.plus-card__body{padding-left:48px}.plus-card__body{display:flex;flex-direction:column;justify-content:center;gap:16px}.plus-card__body h3{margin:0;font-family:var(--font-display);font-size:20px;font-weight:600;line-height:30px;color:var(--color-text)}.plus-card__body p{margin:0;font-size:16px;line-height:24px;color:var(--purple)}.btn--sm{height:50px;padding:0 26px;align-self:flex-start;margin-top:8px;font-size:16px;line-height:26px;background:var(--purple);color:var(--color-text-inverse);transition:background .1s cubic-bezier(.12,.23,.5,1),color .1s cubic-bezier(.12,.23,.5,1)}.btn--sm:hover,.btn--sm:focus-visible{background:var(--color-hover-surface);color:var(--purple)}.btn--xs{height:auto;min-height:var(--space-8);padding:var(--space-2) var(--space-4);font-size:var(--fs-body-s);line-height:var(--lh-body-s)}.section06__head{display:flex;gap:97px;justify-content:center;align-items:flex-start;width:100%;padding:60px 224px 0;color:var(--purple)}.section06__head h2{margin:0;font-family:var(--font-display);font-size:30px;font-weight:600;line-height:45px;white-space:nowrap}.section06__head p{margin:0;max-width:860px;min-width:600px;font-size:24px;font-weight:400;line-height:35px}.carousel{position:relative;width:100%;margin-top:36px}.carousel__track{display:flex;gap:0;padding:12px 224px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:224px;scrollbar-width:none;overflow-y:hidden;margin:-12px 0;-webkit-mask-image:linear-gradient(90deg,var(--color-scrim) 0,var(--c-black) 20%,var(--c-black) 80%,var(--color-scrim) 100%);mask-image:linear-gradient(90deg,var(--color-scrim) 0,var(--c-black) 20%,var(--c-black) 80%,var(--color-scrim) 100%)}.carousel__track::-webkit-scrollbar{display:none}.case-card{flex:0 0 330px;scroll-snap-align:start;padding:10px 0;margin-right:20px;color:var(--purple)}.case-card img{width:100%;aspect-ratio:11 / 8;object-fit:cover;border-radius:14px}.case-card h3{margin:10px 0 0;font-family:var(--font-display);font-size:20px;font-weight:600;line-height:30px}.case-card p{margin:10px 0 0;font-size:16px;line-height:24px;color:var(--color-text-muted)}.carousel__btn{position:absolute;top:100px;width:60px;height:60px;padding:0;border:0;border-radius:40px;background:none;cursor:pointer}.carousel__btn--prev{left:24px}.carousel__btn--next{right:24px}html.no-cursor,html.no-cursor *{cursor:none!important}.cursor-follow{position:fixed;z-index:20;opacity:0;width:30px;height:31px;display:flex;align-items:center;justify-content:center;border-radius:37px;background:var(--color-cursor);transition:background .2s ease,width .3s var(--spring-soft),height .3s var(--spring-soft),border-radius .3s var(--spring-soft);box-shadow:var(--shadow-cursor);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);translate:-50% -50%;pointer-events:none;transition:width .8s var(--spring-soft),height .8s var(--spring-soft),border-radius .8s var(--spring-soft)}.cursor-follow.on-dark{background:var(--color-cursor-dark)}.cursor-follow svg{opacity:0;translate:0 1px;transition:opacity .2s ease}.cursor-follow.is-card{width:46px;height:46px;border-radius:58px;animation:cursor-pop .8s var(--spring-soft) infinite}.cursor-follow.is-card svg{opacity:1}@keyframes cursor-pop{0%{scale:1;rotate:0deg}to{scale:1.1;rotate:8deg}}.carousel .case-card{transition:scale .45s var(--spring-soft)}.carousel .case-card:hover{scale:1.05}.carousel .case-card:after,.cases-grid .case-card:after{content:none}@media(prefers-reduced-motion:reduce),(pointer:coarse){.cursor-follow{display:none}.carousel .case-card{transition:none}.carousel .case-card:hover{scale:1}}.section06__mascot{position:absolute;bottom:-74px;left:223px;width:546px;pointer-events:none;z-index:1;opacity:0;scale:.5}.section06__mascot-img{display:block;width:100%;height:auto}@media(max-width:1207.98px){.section06{gap:40px;padding:120px 0 100px}.plus-card{position:static;transform:none;flex-direction:column;align-items:flex-start;gap:24px;height:auto;margin:0 16px;padding:32px 24px}.plus-card__logo{width:160px}.plus-card__body{border-left:0;padding-left:0}.section06__head{flex-direction:column;gap:16px;padding:0 16px}.section06__head h2{font-size:24px;line-height:35px;white-space:normal}.section06__head p{font-size:16px;min-width:0}.carousel{margin-top:0}.carousel__track{gap:16px;padding:0 16px;scroll-padding-left:16px}.case-card{flex-basis:280px}.case-card img{width:280px;height:210px}.section06__mascot{left:16px;width:min(400px,75%);bottom:-40px}}@media(min-width:810px)and (max-width:1207.98px){.section02__intro h2,.section02__panel h2{font-size:24px;line-height:36px}.section02__heading p,.section02__panel-sub{font-size:18px;line-height:24px}.feature-card h3,.section06__head p{font-size:19px;line-height:35px}.plus-card__body h3{font-size:18px;line-height:23px}.section01__hero h1{font-size:28px;line-height:40px}.section01__hero p{font-size:18px;line-height:24px}.cases-hero h1{font-size:24px;line-height:36px}.case-card h3{font-size:18px;line-height:23px}.section02__highlights{flex-wrap:wrap;justify-content:center;overflow-x:visible;padding:0 24px}.highlight{flex:0 0 288px}.feature-card{flex-basis:330px}.section06__mascot{left:60px;width:460px;bottom:-60px}}.section07{background:var(--purple);padding:230px 24px 0}.section07__head{display:flex;flex-direction:column;align-items:center;gap:28px;text-align:center;color:var(--color-text-inverse)}.section07__head h2{margin:0;font-family:var(--font-display);font-size:30px;font-weight:600;line-height:45px}.section07__head p{margin:0;font-size:20px;font-weight:400;line-height:29px}.section07__body{display:flex;flex-direction:column;align-items:center;max-width:1280px;margin:64px auto 0}.section07__body .btn--lime{width:fit-content;height:auto;padding:12px 26px;margin:60px 0 108px;border:2px solid transparent;transition:background .2s ease,color .2s ease,border-color .2s ease}.section07__body .btn--lime:hover,.section07__body .btn--lime:focus-visible{background:transparent;border-color:var(--lime);color:var(--lime)}.section07__steps{display:flex;flex-direction:column;gap:10px;width:100%}.flow-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:40px 70px 40px 60px;background:var(--color-surface-muted);border-radius:10px}.flow-row__text{flex:1;min-width:0}.flow-row__text h3{margin:0 0 28px;font-size:24px;font-weight:600;line-height:28.8px;color:var(--purple)}.flow-row__text ul{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.flow-row__text li{display:flex;align-items:center;height:34px;padding:0 30px;background:var(--color-surface-subtle);border-radius:100px;font-size:16px;font-weight:600;color:var(--purple);white-space:nowrap}.flow-row__icon{width:120px;height:120px;object-fit:contain;flex-shrink:0}.section07__note{width:100%;margin:16px 0 0;font-size:14px;line-height:1.2;color:var(--color-surface-muted);text-align:right}@media(max-width:1207.98px){.section07{padding:80px 16px 60px}.section07__head h2{font-size:20px;line-height:36px}.section07__head p{font-size:16px}.section07__body{gap:32px;margin-top:48px}.flow-row{flex-direction:column;align-items:flex-start;padding:24px}.flow-row__icon{order:-1;width:80px;height:70px}.flow-row__text li{padding:0 18px;font-size:14px}.section07__note{text-align:left}}.section08{display:flex;justify-content:center;background:var(--purple)}.section08__stage{position:relative;width:min(1208px,100%);aspect-ratio:1998 / 1414;opacity:0;scale:.5}.section08__stage.is-in{opacity:1;scale:1;transition:opacity .6s cubic-bezier(.12,.23,.5,1),scale .6s cubic-bezier(.12,.23,.5,1)}.section08__bg{width:100%;height:100%;object-fit:contain}.section08__icon{position:absolute;opacity:0;scale:.5;translate:0 50px}.section08__icon--a{left:-3.56%;top:45.27%;width:16.27%}.section08__icon--b{left:32.7%;top:11.12%;width:8.44%}.section08__icon--c{left:74.34%;top:35.74%;width:7.95%}.section08__icon img{display:block;width:100%}.section08__stage.is-in .section08__icon{opacity:1;scale:1;translate:0 0;transition:opacity .4s var(--spring-b2),scale .4s var(--spring-b2),translate .4s var(--spring-b2)}.section08__stage.is-in .section08__icon--b{transition-delay:.2s}.section08__stage.is-in .section08__icon--c{transition-delay:.3s}.section08__stage.is-in .section08__icon--a{transition-delay:.4s}.section08__stage.is-in .section08__icon img{animation:icon-float 2s cubic-bezier(.44,0,.56,1) infinite alternate}@keyframes icon-float{0%{rotate:0deg;translate:0 0}to{rotate:-2deg;translate:0 -20px}}@media(prefers-reduced-motion:reduce){.section08__stage,.section08__icon{opacity:1;scale:1;translate:0 0;transition:none}.section08__icon img{animation:none}}.section09{position:relative;display:flex;flex-direction:column;align-items:center;padding-top:239px;background:var(--color-surface-muted);border-radius:40px}.section09__title{align-self:flex-start;margin:0 0 48px 224px;font-size:24px;font-weight:600;line-height:35px;color:var(--purple)}.section09__reviews{margin-bottom:0}.review{flex:0 0 390px;scroll-snap-align:start;display:flex;flex-direction:column;gap:10px;margin:0 40px 0 0}.review>img{width:213px;height:47px;object-fit:contain}.review blockquote{display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-height:244px;margin:0;padding:30px;background:var(--color-surface-subtle);border:1px solid var(--color-hover-surface);border-radius:10px;color:var(--purple)}.review blockquote p{margin:0;font-size:16px;line-height:24px}.review figcaption{font-size:16px;line-height:24px;color:var(--color-text-muted)}.section09__full{display:block;width:100%;height:492px;object-fit:cover;clip-path:inset(2px 0 0 0)}.section09__trust{display:flex;flex-direction:column;align-items:center;gap:48px;width:100%;padding:44px 0 80px}.section09__trust h3{margin:0;font-size:18px;line-height:1.2;font-weight:600;color:var(--purple)}.section09__trust .ticker{width:100%}@media(max-width:1207.98px){.section09{padding-top:60px}.section09__title{align-self:center;margin-left:0}.section09__reviews{margin-bottom:0}.review{flex-basis:min(340px,85vw)!important;margin-right:16px}.review blockquote{padding:24px;gap:20px;min-height:0}.review blockquote p{font-size:14px;line-height:23px}.section09__full{height:240px}.section09__trust{gap:24px;padding:40px 0 60px}}.section10{position:relative;background:var(--purple);margin-top:-2px;padding-bottom:60px}.section10__inner{display:flex;flex-direction:column;gap:60px;max-width:1600px;margin:0 auto}.service-group,.section10 .service-group:first-child{padding-top:0}.service-group__head{display:flex;flex-direction:column;gap:30px;padding:0 24px 30px 150px}.section10 .carousel{margin-top:0}.section10 .carousel__track{padding-left:150px;padding-right:150px;scroll-padding-left:150px}.service-group__head img{height:72px;object-fit:contain}.service-group__head h2{margin:0;font-size:16px;line-height:26px;font-weight:600;color:var(--color-text-inverse)}.service-card{flex:0 0 330px;margin-right:20px;scroll-snap-align:start;display:flex;flex-direction:column;gap:12px}.service-card__box{position:relative;display:flex;flex-direction:column;gap:80px;padding:30px;background:var(--color-surface-subtle);border:2px solid var(--color-hover-surface);border-radius:10px;color:var(--purple)}.service-card__badge{position:absolute;top:12px;right:14px;width:70px}.service-card__box h3{margin:0 0 10px;font-family:var(--font-display);font-size:24px;font-weight:600;line-height:1.2;color:var(--purple)}.service-card__box p{margin:0;font-size:16px;font-weight:400;line-height:24px}.service-card__desc{margin:0;font-size:14px;line-height:21px;color:var(--color-text-inverse)}@media(max-width:1207.98px){.section10 .service-group:first-child{padding-top:60px}.service-group__head{gap:16px;padding:0 16px 20px}.service-group__head img{height:48px}.section10 .carousel__track{padding-left:16px;padding-right:16px;scroll-padding-left:16px}.service-card{flex-basis:min(300px,85vw)}.service-card__box{gap:40px;height:auto;padding:24px}.service-card__box h3{font-size:20px}}.section11{position:relative;display:flex;flex-direction:column;align-items:center;gap:80px;padding:288px 24px 16px;background:var(--purple);overflow:hidden}.section11>*{position:relative;z-index:1}.section11__intro{display:flex;flex-direction:column;gap:20px;max-width:460px;text-align:center;color:var(--color-text-inverse)}.section11__intro h2{margin:0;font-family:var(--font-display);font-size:30px;font-weight:600;line-height:45px}.section11__intro p{margin:0;font-size:20px;font-weight:400}.section11__form{width:min(1292px,100%)}.section11__form img,.section11__form iframe{width:100%;aspect-ratio:1292 / 678;border:0;border-radius:12px}.section11__brand{width:min(1200px,100% - 48px)}.section11__brand{display:flex;flex-direction:column;align-items:center;gap:72px;margin-top:0}.section11__logo{width:245px;height:43px;object-fit:contain}.section11__products,.section11__social{display:flex;gap:60px;align-items:center;flex-wrap:wrap;justify-content:center}.section11__social{margin-top:-8px}.section11__social img{width:28px;height:28px}.section11__copy{margin-top:80px;font-family:Poppins,Noto Sans TC,sans-serif;font-size:16px;font-weight:400;color:var(--color-text-inverse)}@media(max-width:1207.98px){.section11{gap:48px;padding:80px 16px 24px}.section11:before,.section11:after{display:none}.section11__intro h2{font-size:26px}.section11__intro p{font-size:16px}.section11__brand{gap:40px;margin-top:16px}.section11__logo{width:180px;height:auto;aspect-ratio:245 / 43}.section11__products{gap:40px}.section11__social{gap:32px}.section11__copy{font-size:13px;margin-top:16px}}.cases-page{background:var(--color-surface-muted)}.cases-hero{position:relative;display:flex;flex-direction:column;align-items:center;height:280px;padding:114px 24px 50px;background:linear-gradient(90deg,var(--purple) calc(50% - 600px),var(--color-brand-transparent) calc(50% - 560px),var(--color-brand-transparent) calc(50% + 560px),var(--purple) calc(50% + 600px)),url(/assets/pages/cases-hero-bg.avif) center bottom -182px / 1200px 461px no-repeat,var(--purple);border-radius:0 0 40px 40px;overflow:hidden}.cases-hero h1{margin:20px 0 0;font-family:var(--font-display);font-size:30px;font-weight:400;line-height:45px;color:var(--color-text-inverse);animation:cases-title-in .6s cubic-bezier(.12,.23,.5,1) .2s backwards}@keyframes cases-title-in{0%{opacity:0;translate:0 -10px}to{opacity:1;translate:0 0}}.cases-search{position:absolute;top:236px;left:50%;translate:-50% 0;display:flex;align-items:center;justify-content:center;gap:8px;width:140px;height:55px;padding:0;border:0;background:var(--lime);border-radius:100px;font-family:"Inter",var(--font-body);font-size:16px;font-weight:600;color:var(--purple);cursor:pointer;rotate:10deg;animation:search-appear 1s cubic-bezier(.34,1.8,.64,1) .6s backwards;transition:width .6s var(--spring-soft),rotate .6s var(--spring-soft)}@keyframes search-appear{0%{opacity:0;translate:-50% 50px}to{opacity:1;translate:-50% 0}}.cases-search:hover,.cases-search:focus-visible{width:180px;rotate:20deg}.cases-search img{width:18px;height:18px}.cases-search__btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:100%;padding:0;border:0;background:none;font:inherit;color:inherit;cursor:pointer}.cases-search.is-open{width:min(520px,100vw - 48px);rotate:0deg;translate:-50% -8px;justify-content:flex-start;gap:12px;padding:0 22px;cursor:text}.cases-search__icon{width:18px;height:18px;flex:none;opacity:.75}.cases-search__input{flex:1;min-width:0;height:100%;border:0;background:none;font-family:"Inter",var(--font-body);font-size:16px;font-weight:500;color:var(--purple);outline:none}.cases-search__input::placeholder{color:var(--purple);opacity:.5}.cases-search__input::-webkit-search-cancel-button{-webkit-appearance:none}.cases-search.is-open:hover,.cases-search.is-open:focus-within{width:min(520px,100vw - 48px);rotate:0deg}@media(prefers-reduced-motion:reduce){.cases-search{animation:none;transition:none}}.cases-list{display:flex;justify-content:center;width:100%;padding:20px 0;background:var(--color-surface-muted)}.cases-list__inner{display:flex;flex-direction:column;align-items:center;width:100%;min-width:0}.cases-list__note{margin:0 0 8px;padding:0 24px;font-size:16px;line-height:24px;color:var(--purple);opacity:.7;text-align:center}.cases-grid{width:100%;max-width:1600px;display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:24px;padding:24px 100px}a.case-card{text-decoration:none}.cases-grid .case-card{display:flex;flex-direction:column;gap:10px;margin-right:0}.cases-grid .case-card img{width:100%;height:350px;aspect-ratio:auto;object-fit:cover;border-radius:10px}.cases-grid .case-card h3{margin:0;font-family:var(--font-display);font-size:20px;font-weight:600;line-height:30px}.cases-grid .case-card p{margin:0;font-size:16px;font-weight:400;line-height:24px;color:var(--purple)}.site-footer{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:500px;width:100%;padding:105px 0 36px;background:var(--purple)}.site-footer--rounded{border-radius:var(--radius-2xl) var(--radius-2xl) 0 0}@media(max-width:1207.98px){.cases-hero{gap:24px;padding:90px 16px 40px;border-radius:0 0 20px 20px}.cases-hero h1{font-size:20px;line-height:36px}.cases-list{padding:0}.cases-grid{grid-template-columns:1fr;gap:24px;padding:40px 16px 60px}.cases-grid .case-card img{height:auto;aspect-ratio:35 / 24;border-radius:10px}.cases-grid .case-card h3{font-size:16px;line-height:30px}.cases-grid .case-card p{font-size:14px;line-height:23px}.site-footer{padding:128px 0 36px}}.article-cover{position:relative;width:100%;height:300px;background:var(--color-surface-muted)}.article-cover:after{content:"";position:absolute;inset:0;background:var(--color-overlay-soft);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);-webkit-mask-image:linear-gradient(14deg,var(--c-black) 0%,var(--c-black) 22%,transparent 72%);mask-image:linear-gradient(14deg,var(--c-black) 0%,var(--c-black) 22%,transparent 72%);pointer-events:none}.article-cover img{display:block;max-width:1200px;width:100%;height:100%;margin:0 auto;object-fit:cover;border-radius:0 0 30px 30px}.article{display:flex;flex-direction:column;align-items:center;padding:24px 24px 0;background:var(--color-surface-muted)}.article__quote+.article__p{margin-top:var(--article-quote-after)}.article__crumb,.article__p,.article__h2,.article__highlights{width:min(680px,100%)}.article__crumb{display:flex;flex-wrap:wrap;gap:14px;width:min(980px,100%);font-size:14px;color:var(--purple)}.article__crumb a{color:var(--purple)}.article__tags{display:flex;gap:10px;margin-top:40px}.article__tags span{display:inline-flex;align-items:center;height:34px;padding:0 22px;background:var(--color-hover-surface);border-radius:100px;font-size:16px;color:var(--purple)}.article h1{width:min(680px,100%);margin:10px 0 0;font-family:var(--font-display);font-size:38px;font-weight:600;line-height:55px;color:var(--purple);text-align:center;text-wrap:balance}.quote-card{position:relative;display:flex;align-items:center;gap:20px;width:min(1000px,100%);margin:38px 0 0;padding:40px;background:var(--color-surface);border-radius:16px}.quote-card__brand{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:180px;padding-top:74px}.quote-card__thumb{position:absolute;top:-15px;left:25px;width:191px;height:119px;object-fit:cover;border-radius:8px;rotate:-4deg}.quote-card__logo{width:180px;height:105px;object-fit:contain}.quote-card blockquote{margin:0}.quote-card blockquote p{margin:0;max-width:680px;font-size:16px;line-height:24px;color:var(--purple)}.quote-card figcaption{display:flex;align-items:center;gap:12px;margin-top:20px;font-size:16px;color:var(--purple)}.quote-card figcaption:before{content:"";flex-shrink:0;width:28px;height:1px;background:currentColor}.article__p{margin:var(--article-block-gap) 0 0;font-size:16px;line-height:24px;color:var(--purple)}.article__quote{margin-top:var(--article-quote-gap);padding-left:24px;border-left:2px solid var(--purple)}.article__link{color:var(--purple);text-decoration:underline;text-decoration-style:solid;text-underline-offset:4px;transition:text-decoration-color .2s ease}.article__link:hover,.article__link:focus-visible{text-decoration-style:wavy}.article__highlights{margin:var(--article-block-gap) 0 0;padding-left:22px;font-size:16px;line-height:24px;color:var(--purple)}.article__h2{margin:var(--article-h2-gap) 0 0;font-family:var(--font-display);font-size:24px;font-weight:600;line-height:36px;color:var(--purple);text-wrap:balance}.plus-card__body .btn:hover,.plus-card__body .btn:focus-visible{background:var(--color-hover-surface);color:var(--purple);animation:none}.article__figure{width:min(680px,100%);margin:var(--article-block-gap) 0 0}.article__figure img,.article__figure iframe{width:100%;border:0;border-radius:8px}.article__figure iframe{aspect-ratio:16 / 9}.article__figure figcaption{margin-top:var(--article-caption-gap);font-family:var(--font-display);font-size:12px;letter-spacing:-.02em;line-height:1.5;color:var(--color-text-muted);text-align:center}@keyframes btn-shake{0%,to{transform:translate(0) rotate(0)}20%{transform:translate(-2px,1px) rotate(-.6deg)}40%{transform:translate(2px,-1px) rotate(.6deg)}60%{transform:translate(-2px,-1px) rotate(-.4deg)}80%{transform:translate(2px,1px) rotate(.4deg)}}.article-cta{display:flex;justify-content:center;padding:var(--article-cta-top) 24px var(--article-cta-bottom);background:var(--color-surface-muted)}.article-cta__btn{max-width:100%;padding:20px 200px;background:var(--purple);color:var(--color-text-inverse);font-size:16px;transition:background .3s ease,padding .3s ease}.article-cta__btn:hover,.article-cta__btn:focus-visible{padding:20px 100px;background:var(--cta-rainbow);animation:cta-pop .4s var(--spring) infinite}.article-others{width:100%;padding:100px 0 16px;background:var(--purple);border-radius:40px 40px 0 0}.article-others__inner{display:flex;flex-direction:column;align-items:center;gap:80px;width:100%;max-width:1600px;margin:0 auto;padding:0 150px}.article-others h2{align-self:flex-start;margin:0;font-family:var(--font-display);font-size:24px;font-weight:600;color:var(--color-text-inverse)}.article-others__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;width:100%;max-width:1280px}.article-others .case-card img{height:350px;aspect-ratio:auto}.article-others .case-card h3{margin-top:10px;color:var(--color-text-inverse)}.article-others .case-card p{color:var(--color-text-inverse)}.article-others__back{max-width:100%;height:auto;padding:20px 200px;background:transparent;border:1px solid var(--color-border-subtle);color:var(--color-text-inverse);font-size:16px;transition:background .3s ease,border-color .3s ease,padding .4s var(--spring)}.article-others__back:hover,.article-others__back:focus-visible{padding:20px 100px;background:var(--cta-rainbow);border-color:transparent;animation:cta-pop .4s var(--spring) infinite}@media(max-width:1207.98px){.article-cover{height:250px}.article{padding:16px 44px 0}.article h1{font-size:28px;line-height:40px}.article__tags span{height:33px;font-size:12px;padding:0 18px}.quote-card{gap:20px;padding:24px;border-radius:30px}.quote-card__brand{width:min(180px,28%);padding-top:64px}.quote-card__logo{width:100%;height:auto;max-height:105px}.quote-card__thumb{width:min(191px,30%);height:auto;aspect-ratio:191 / 119}.article-cta__btn,.article-cta__btn:hover{padding:16px 40px}.article-others{padding:60px 0 16px;border-radius:20px 20px 0 0}.article-others__inner{gap:40px;padding:0 16px}.article-others__back,.article-others__back:hover{padding:20px 60px}.article-others__grid{grid-template-columns:min(620px,100%);justify-content:center;gap:32px}}@media(max-width:809.98px){.article h1{font-size:24px;line-height:35px}.article__p,.article__highlights{font-size:14px;line-height:23px}.article-others .case-card img{height:auto;aspect-ratio:620 / 350}.quote-card{flex-direction:column;gap:24px;padding:24px}.quote-card__brand{width:100%;padding-top:0}.quote-card__logo{width:180px;max-height:none}.quote-card__thumb{position:static;width:100%;max-width:191px;aspect-ratio:191 / 119;align-self:flex-start}.quote-card blockquote p{font-size:14px;line-height:23px}.article__h2{font-size:20px;line-height:30px}.article__figure figcaption{line-height:1.2}.feature-card h3,.section06__head p{font-size:16px;line-height:24px}.feature-card p{font-size:14px;line-height:23px}.section07__head p{font-size:16px;line-height:24px}.plus-card__body h3,.case-card h3{font-size:16px;line-height:30px}.case-card p{font-size:14px;line-height:23px}.section11__brand{width:min(390px,100% - 32px)}.section11__products{flex-direction:column;gap:24px}.plus-card__logo{align-self:flex-start}.plus-card__body .btn{background:var(--purple);color:var(--color-text-inverse)}.product__blob{top:23px;left:-48px;width:225px;height:299px;scale:1 1}section.product--stacked .product__blob{top:39px;bottom:auto;left:0;width:169px;height:283px;scale:1 1}.section05__stage{width:100%;max-width:none;aspect-ratio:2086 / 1368}.section05__bg{object-fit:contain;object-position:50% 50%}.section05__chat--topleft{top:2%;left:20%;right:auto;width:62%}.section05__chat--right-top{top:33%;left:22%;right:auto;width:58%}.section05__chat--right-bottom{top:58%;left:26%;right:auto;width:58%}.section06{padding-bottom:272px}.section06__mascot{left:0;width:100%;bottom:20px}}@media(max-width:1207.98px){.cases-hero{gap:24px;padding:90px 16px 40px;border-radius:0 0 20px 20px}.cases-hero h1{font-size:20px;line-height:36px}.cases-list{padding:80px 12px 60px}.cases-grid .case-card img{width:100%;height:auto;aspect-ratio:35 / 24}.cases-grid .case-card h3{font-size:16px;font-weight:600;line-height:30px}.cases-grid .case-card p{font-size:14px;line-height:23px}.cases-grid{grid-template-columns:1fr;gap:24px}}@media(min-width:972px)and (max-width:1207.98px){.cases-list{padding:0}.cases-grid{grid-template-columns:repeat(2,1fr);gap:24px;padding:60px 16px}}@media(max-width:971.98px){.cases-list{padding:0}.cases-grid{grid-template-columns:1fr;gap:24px;padding:24px 16px 60px}.cases-grid .case-card{width:100%;max-width:500px;margin-inline:auto}}.msg-fab{position:fixed;right:0;bottom:50px;z-index:8;display:flex;width:64px;height:60px;padding:0;transition:width .4s var(--spring),height .4s var(--spring),padding .4s var(--spring)}.msg-fab__bubble{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--lime);border-radius:20px 0 0 20px;transition:border-radius .4s var(--spring)}.msg-fab svg{transition:width .4s var(--spring),height .4s var(--spring),rotate .4s var(--spring)}.msg-fab:hover,.msg-fab:focus-visible{width:130px;height:130px;padding:0 30px 30px 0}.msg-fab:hover .msg-fab__bubble,.msg-fab:focus-visible .msg-fab__bubble{border-radius:50%;animation:cta-tilt .4s var(--spring) infinite}.msg-fab:hover svg,.msg-fab:focus-visible svg{width:46px;height:47px;rotate:19deg}@media(prefers-reduced-motion:reduce){.msg-fab,.msg-fab__bubble,.msg-fab svg{transition:none}.msg-fab:hover .msg-fab__bubble,.msg-fab:focus-visible .msg-fab__bubble{animation:none}}.section02__panel-heading{display:flex;flex-direction:column;gap:10px}.section02__panel-sub{margin:0;font-family:var(--font-display);font-size:20px;line-height:29px;color:var(--purple)}.product--stacked{padding:375px 24px 0}.product--stacked .product__inner{flex-direction:column;align-items:center;gap:144px;margin:0 auto}.product--stacked .product__cards{order:-1}.product--stacked .product__intro{align-items:flex-start;width:min(400px,100%);text-align:left}.product--stacked .product__mascot{top:52px;left:0;width:100%;height:272px;z-index:3}.product--stacked .product__mascot-img{left:50%;width:509px;height:272px;translate:-50% 0}.product--stacked .product__blob{top:607px;left:50%;width:769px;height:741px;translate:-50% 0;scale:1}.product__showcase{display:flex;flex-direction:column;align-items:center;gap:64px;width:min(1000px,100%);margin:0 auto;padding:100px 0 0;text-align:center}.product__showcase h3{margin:0;font-family:var(--font-display);font-size:30px;font-weight:600;line-height:45px;color:var(--color-text-inverse)}.product__showcase video{width:min(1000px,100%);aspect-ratio:16 / 9;border-radius:12px;object-fit:cover}@media(max-width:1207.98px){.product--stacked{padding:60px 16px}.product--stacked .product__inner{gap:40px}.product--stacked .product__cards{order:0}.product__showcase{gap:24px;padding-top:60px}.product__showcase h3{font-size:20px;line-height:30px}}.btn--purple{position:relative;transition:background .3s ease,width .4s var(--spring),padding .4s var(--spring)}.btn--purple:after{content:"";position:absolute;inset:0 -51px}.btn--purple:hover,.btn--purple:focus-visible{background:var(--cta-rainbow);color:var(--color-text-inverse);animation:cta-pop .4s var(--spring) infinite}.section06 .btn--purple{color:var(--color-text-inverse)}.btn--purple:hover,.btn--purple:focus-visible{padding:0 40px}@keyframes cta-pop{0%{scale:1}to{scale:1.1}}@media(prefers-reduced-motion:reduce){.btn--purple{transition:none}.btn--purple:hover,.btn--purple:focus-visible{animation:none}}.case-card{position:relative}.case-card:after{content:"";position:absolute;top:244px;right:16px;width:44px;height:44px;border-radius:50%;background:var(--cta-rainbow);opacity:0;scale:.7;transition:opacity .3s ease,scale .3s var(--spring-soft);pointer-events:none}.case-card:hover:after,.case-card:focus-visible:after{opacity:1;scale:1}@media(prefers-reduced-motion:reduce){.btn--purple:before,.case-card:after{transition:none}}@keyframes vt-fade-out{to{opacity:0}}@keyframes vt-fade-in{0%{opacity:0}}::view-transition-old(root){animation:vt-fade-out .2s var(--ease-out-framer) both}::view-transition-new(root){animation:vt-fade-in .28s var(--ease-out-framer) both}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none}}@media(min-width:810px)and (max-width:1207.98px){.section01__cover{height:720px}.section01__logos{padding:40px 0 20px}.plus-card{position:static;flex-direction:row;align-items:center;width:calc(100% - 116px);margin:0 58px;gap:40px;padding:32px 40px}.plus-card__logo{width:219px;align-self:center}.plus-card__body .btn{background:var(--purple);color:var(--color-text-inverse)}.product__showcase{max-width:1208px;gap:40px;padding:20px 20px 0}.section07{padding:230px 24px 0}.section09__full{height:491px}.section10{padding:0 0 60px}.section05__stage{aspect-ratio:2086 / 1368}.section05__bg{object-fit:contain}.section10 .carousel__track{padding-left:150px;scroll-padding-left:150px}.service-group__head{padding-left:150px}}@media(max-width:809.98px){.section01__cover{height:770px}.section01__logos{padding:60px 0 20px}.product__showcase{max-width:1208px;gap:40px;padding:40px 20px 0}.section07{padding:200px 24px 0}.plus-card{width:calc(100% - 20px);margin:0 10px;padding:44px 30px;gap:60px}.section05__stage{width:800px;max-width:none;flex-shrink:0;aspect-ratio:800 / 500}.section05__bg{object-fit:cover}.section05__chat{max-width:none;height:auto}.section05__chat--topleft{top:2%;left:26%;right:auto;width:45.283%}.section05__chat--right-top{top:34%;left:38%;right:auto;width:34.355%}.section05__chat--right-bottom{top:50%;left:34%;right:auto;width:34.355%}.section10 .carousel__track{padding-left:10px;scroll-padding-left:10px}.service-group__head{padding-left:10px}}@media(min-width:810px)and (max-width:1207.98px){.product{padding-left:48px}.product__inner{max-width:none;margin-inline:0;align-items:flex-start}.product__intro{max-width:900px}.product--stacked .product__inner{align-items:flex-start;margin-inline:0}.product--stacked .product__intro{width:100%}.product__intro{gap:60px}.product__cards{padding-left:0;gap:10px}.product:not(.product--stacked) .product__blob{display:none}section.product--stacked .product__blob{left:50%;translate:-50% 0;bottom:auto;top:90px;width:769px;height:741px}.product:not(.product--stacked) .product__mascot{margin-top:-20px}.product__showcase{padding:100px 20px 0;gap:64px}.plus-card__logo{width:154px}.plus-card{position:absolute;top:-140px;left:50%;transform:translate(-50%);margin:0;padding:46px 40px 32px}.section06{padding-top:243px}.section06__head{align-items:flex-start;text-align:left;gap:40px;padding:0 16px 0 96px}.section06__head p{max-width:none}.section06 .carousel__track{padding-left:96px;scroll-padding-left:96px}.section06__mascot{left:115px;width:546px;bottom:-174px}.section06 .case-card{flex-basis:330px}.section06 .case-card img{width:330px;height:240px}.flow-row{flex-direction:row;align-items:center;padding:40px 70px 40px 60px}.flow-row__icon{order:0;width:120px;height:120px}.section07__body{margin-top:64px;gap:10px}.section07__note{text-align:right;margin-top:0}.section09{padding-top:253px}.section09__title{align-self:flex-start;margin:0 0 44px 58px}.section09__reviews .carousel__track{padding-left:58px;scroll-padding-left:58px}.section09__trust{gap:48px;padding:60px 0 80px}.section10 .service-group:first-child{padding-top:0}.service-group__head img{height:72px}.service-group__head{gap:30px;padding-bottom:30px}.service-card{flex:0 0 330px}.service-card__box{gap:80px;padding:30px}.site-footer{padding:105px 0 36px}.section11__brand{gap:72px;margin-top:0;width:min(1200px,100% - 48px)}.section11__logo{width:245px;height:43px;aspect-ratio:auto}.section11__products,.section11__social{gap:60px}.section11__copy{font-size:16px;margin-top:80px}}@media(max-width:809.98px){.section02__products img:nth-of-type(1){width:85px!important;height:31px;object-fit:contain}.section02__products img:nth-of-type(2){width:97px!important;height:31px;object-fit:contain}.section02__products img:nth-of-type(3){width:79px!important;height:31px;object-fit:contain}.section02__intro h2{font-size:20px;line-height:36px}.section02__heading p{font-size:16px;line-height:24px;font-weight:400}.section02__intro{gap:80px;padding-bottom:0}.section02__panel{margin-top:80px}.section02__highlights{padding-left:24px;scroll-padding-left:24px}.highlight{flex:0 0 288px;gap:8px;padding:80px 20px 14px}.section02 .btn--purple{width:fit-content;height:57px;padding:0 28px}.product__mascot,.product__blob{display:none}.product__mascot-solo{display:block;position:absolute;z-index:1;left:-48px;top:-120px;width:460px;max-width:none;pointer-events:none}.product__intro p{font-weight:400}.product--stacked .product__inner{align-items:flex-start}.product--stacked .product__intro{align-items:flex-start;text-align:left;width:100%;padding-left:24px}.section06__main{gap:60px}.section06 .carousel__track{gap:20px}.section06 .case-card{margin-right:0}.section06__mascot{display:none}.section06__mascot-solo{display:block;position:absolute;z-index:1;left:-112px;bottom:-60px;width:460px;max-width:none;pointer-events:none}}@media(max-width:809.98px){.plus-card{width:min(370px,100% - 20px);margin:0 auto}.flow-row{position:relative;width:min(342px,100%);align-self:center;padding:20px}.flow-row__icon{position:absolute;top:20px;right:20px;order:0;width:120px;height:120px}.flow-row__text{padding-right:0}.flow-row__text h3{padding-right:130px}.flow-row__text ul{margin-top:80px}.section09__title{margin-top:53px}.section10 .carousel__track{padding-left:24px;scroll-padding-left:24px}.service-group__head{padding-left:24px}.service-card{flex:0 0 300px}.service-card__box{min-height:250px}.service-card__desc{line-height:1.4}.section08{overflow-x:clip}.section08__stage{width:800px;max-width:none;flex-shrink:0;aspect-ratio:800 / 500}.section08__bg{object-fit:cover}.section08__icon--a{left:26%;top:42%;width:15%}.section08__icon--b{left:42%;top:6%;width:9%}.section08__icon--c{left:66%;top:30%;width:9%}.section09{margin-top:0;padding-top:10px;position:relative;z-index:2}}@media(max-width:809.98px){.section11__brand{gap:0}.section11__logo{margin-bottom:10px}.section11__products{gap:30px;margin-bottom:97px}.section11__social{margin-top:0}.section11__copy{margin-top:120px}.product__inner,.product--stacked .product__inner{margin-top:100px}.section06__mascot-solo{left:-52px}.section06{padding-top:24px}.section09__full{height:auto;aspect-ratio:1280 / 492;object-fit:cover;object-position:50% 50%;clip-path:none}.section10{margin-top:-2px}}@media(max-width:809.98px){.section11__logo{margin-bottom:70px}.section07__note{text-align:right}.section08__icon--a{width:16.27%}.section08__icon--b{width:8.44%}.section08__icon--c{width:7.95%}.service-card{flex:0 0 330px}.service-card__box{gap:80px;padding:30px;min-height:0}}@media(max-width:809.98px){.section10 .service-group__head img{margin-left:-34px}.section06{padding-top:0}.section06 .plus-card{margin-top:-26px}.section09{margin-top:-70px;padding-top:0}}@media(max-width:809.98px){.product--stacked{margin-top:130px}.section10 .service-group__head{padding-bottom:22px}.section09__full{height:108px;aspect-ratio:auto;object-fit:cover;object-position:50% 42%}}@media(max-width:809.98px){.carousel__btn{width:44px;height:44px}.section07__body{gap:10px}.section07__note{margin-top:0}.service-card__box{height:286px;min-height:0}}html[lang=en] .section01__btn{width:fit-content}html[lang=en] .section01__btn:hover,html[lang=en] .section01__btn:focus-visible{width:fit-content}@media(min-width:1208px){.product__cards{align-items:stretch}.feature-card{height:auto;min-height:314px}.plus-card{height:auto;min-height:303px}}@media(max-width:809.98px){.section02__panel h2{font-size:24px;line-height:35px}.section02__panel-sub{font-size:16px;line-height:24px}.section02__highlights{padding-right:0;scroll-padding-right:0}}@media(max-width:809.98px){.product__mascot-solo{left:-70px;object-fit:contain;object-position:left top}#polish-3d .product__mascot-solo{aspect-ratio:928 / 598}#polish-ai .product__mascot-solo{aspect-ratio:888 / 579}#polish-3d .product__mascot-solo{top:-70px}#polish-3d{padding-top:186px}#polish-ai{padding-top:140px}.product__intro{gap:60px}}@media(max-width:809.98px){.section10 .service-card{margin-right:0}.section10 .carousel__track{gap:18px}}@media(max-width:1207.98px){.cases-hero h1{margin-top:40px}}@media(max-width:1207.98px){.article-others__grid{grid-template-columns:min(620px,100%);justify-content:center;gap:32px}.article-others .case-card{flex-basis:auto;margin-right:0}.article-others .case-card img{width:100%;height:350px}}@media(max-width:809.98px){.article-others .case-card img{height:auto;aspect-ratio:620 / 350}}.quote-card{gap:20px}.section07__note{font-family:"Noto Sans TC",var(--font-body)}@media(max-width:1207.98px){.quote-card{gap:20px}.quote-card__thumb{position:absolute;top:0;left:25px;width:191px;height:119px;aspect-ratio:auto}.quote-card__brand{padding-top:74px}}@media(max-width:809.98px){.article-cover{height:250px}.quote-card__thumb{position:absolute;top:0;left:25px;width:191px;height:119px;max-width:none;align-self:auto}.quote-card__brand{padding-top:134px;align-items:flex-start}.quote-card__logo{width:180px;max-height:none}.section02__highlights{width:calc(100% + 16px);margin-right:-16px}}.split{display:inline}.split__c{display:inline-block;white-space:pre;animation:split-in .8s cubic-bezier(.12,.23,.5,1) backwards}@keyframes split-in{0%{opacity:0;transform:translate(10px,10px) skew(10deg);filter:blur(1px)}to{opacity:1;transform:none;filter:blur(0)}}@media(prefers-reduced-motion:reduce){.split__c{animation:none}}.notfound{display:flex;flex-direction:column;min-height:100vh;background:var(--purple)}.notfound__stage{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%;height:100vh;min-height:600px;padding:80px 24px;background:url(/assets/pages/404-bg.jpg) center / cover no-repeat,var(--purple)}.notfound__code{margin:0;font-family:var(--font-display);font-size:38px;font-weight:600;line-height:55px;color:var(--color-text-inverse)}.notfound__msg{margin:0;font-family:var(--font-body);font-size:20px;font-weight:300;line-height:29px;color:var(--color-text-inverse);text-align:center}.notfound__btn{width:fit-content}.notfound__btn:hover,.notfound__btn:focus-visible{width:fit-content}@media(min-width:810px)and (max-width:1207.98px){.notfound__code{font-size:28px;line-height:40px}.notfound__msg{font-size:18px;line-height:24px}}@media(max-width:809.98px){.notfound__code{font-size:24px;line-height:35px}.notfound__msg{font-size:16px;line-height:24px}}@media(max-width:1207.98px){.article-others h2{align-self:center}.flow-row{width:100%;align-self:stretch}}@media(max-width:809.98px){.section09__full{height:240px;aspect-ratio:auto;object-fit:cover;object-position:50% 50%}}.product__mascot-solo,.section06__mascot-solo{opacity:0;scale:.5}.product__mascot-solo.is-in,.section06__mascot-solo.is-in{opacity:1;scale:1;transition:opacity .6s cubic-bezier(.12,.23,.5,1),scale .6s cubic-bezier(.12,.23,.5,1)}@media(prefers-reduced-motion:reduce){.product__mascot-solo,.section06__mascot-solo{opacity:1;scale:1;transition:none;animation:none}}@media(max-width:809.98px){.section05__chat--topleft{left:27.36%;right:auto}.section05__chat--right-top,.section05__chat--right-bottom{left:32.83%;right:auto}.product__mascot-solo,.section06__mascot-solo{left:-120px}.section09__full{margin-bottom:-2px}.service-card{flex:0 0 300px}}@media(max-width:1207.98px){.mobile-menu{transform-origin:top center;animation:menu-drop .4s var(--spring-b2) backwards}.mobile-menu__links a,.mobile-menu__social,.mobile-menu__lang,.mobile-menu__cta{animation:menu-item-enter .4s var(--spring-b2) backwards}.mobile-menu__links a:nth-child(1){animation-delay:.05s}.mobile-menu__links a:nth-child(2){animation-delay:.11s}.mobile-menu__links a:nth-child(3){animation-delay:.17s}.mobile-menu__links a:nth-child(4){animation-delay:.23s}.mobile-menu__social{animation-delay:.29s}.mobile-menu__lang{animation-delay:.35s}.mobile-menu__cta{animation-delay:.41s}}@keyframes menu-drop{0%{opacity:0;translate:0 -12px}to{opacity:1;translate:0 0}}@keyframes menu-item-enter{0%{opacity:0;translate:0 -10px}to{opacity:1;translate:0 0}}@media(prefers-reduced-motion:reduce){.mobile-menu,.mobile-menu__links a,.mobile-menu__social,.mobile-menu__lang,.mobile-menu__cta{animation:none}}@media(max-width:1207.98px){.btn--cta:hover,.btn--cta:focus-visible{background:var(--cta-purple);color:var(--lime);animation:none}.section01__btn:hover,.section01__btn:focus-visible{width:112px;background:var(--lime);color:var(--purple);animation:none}html[lang=en] .section01__btn:hover,html[lang=en] .section01__btn:focus-visible{width:fit-content}.notfound__btn:hover,.notfound__btn:focus-visible{width:fit-content}.btn--purple:hover,.btn--purple:focus-visible{padding:0 48px;background:var(--purple);color:var(--lime);animation:none}.section06 .btn--purple:hover,.section06 .btn--purple:focus-visible{color:var(--color-text-inverse)}.btn--sm:hover,.btn--sm:focus-visible,.plus-card__body .btn:hover,.plus-card__body .btn:focus-visible{background:var(--purple);color:var(--color-text-inverse);animation:none}.section07__body .btn--lime:hover,.section07__body .btn--lime:focus-visible{background:var(--lime);color:var(--purple);border-color:transparent}.cases-search:hover,.cases-search:focus-visible{width:140px;rotate:10deg}.highlight__case:hover,.highlight__case:focus-visible{scale:1;rotate:0deg;translate:0 0}.article-cta__btn:hover,.article-cta__btn:focus-visible{background:var(--purple);animation:none}.article-others__back:hover,.article-others__back:focus-visible{background:transparent;border-color:var(--color-border-subtle);animation:none}.msg-fab:hover,.msg-fab:focus-visible{width:64px;height:60px;padding:0}.msg-fab:hover .msg-fab__bubble,.msg-fab:focus-visible .msg-fab__bubble{border-radius:20px 0 0 20px;animation:none}.msg-fab:hover svg,.msg-fab:focus-visible svg{width:32px;height:33px;rotate:0deg}}@media(max-width:809.98px){.section02 .btn--purple:hover,.section02 .btn--purple:focus-visible{padding:0 28px}}@media(max-width:809.98px){.section05__chat--topleft{--w: 576px}.section05__chat--right-top,.section05__chat--right-bottom{--w: 437px}.section05__chat--topleft,.section05__chat--right-top,.section05__chat--right-bottom{width:var(--w);margin-inline:auto}.section05__chat--topleft{left:0;right:calc(var(--w) * .3455)}html[lang=en] .section05__chat--topleft{right:calc(var(--w) * .3888)}.section05__chat--right-top{left:calc(var(--w) * .1918);right:0}.section05__chat--right-bottom{left:0;right:0;top:calc(50% + 40px)}}.btn--ghost{background:transparent;border:1px solid var(--color-border-subtle);color:var(--color-text-inverse);font-size:var(--fs-body);transition:var(--transition-btn),border-color var(--dur-base) ease}.btn:active{scale:var(--btn-active-scale)}@media(prefers-reduced-motion:reduce){.btn:active{scale:1}}.ui-card{background:var(--color-surface-subtle);border-radius:var(--radius-sm)}.ui-card--subtle{background:var(--color-surface-subtle)}.ui-card--muted{background:var(--color-surface-muted)}.ui-card--solid{background:var(--color-surface)}.ui-card--r-sm{border-radius:var(--radius-sm)}.ui-card--r-lg{border-radius:var(--radius-lg)}.ui-card--r-xl{border-radius:var(--radius-xl)}.ui-input{display:flex;align-items:center;gap:var(--space-3);width:min(500px,100%);height:60px;padding:0 28px;background:var(--color-surface);border-radius:var(--radius-lg)}.ui-input__icon{width:18px;height:18px;opacity:.5}.ui-input__field{flex:1;min-width:0;border:0;background:none;font:inherit;font-size:var(--fs-body-s);font-weight:var(--fw-regular);color:var(--color-text);outline:none}.ui-input__field::placeholder{color:var(--color-text-hint)}.ui-input--block,.ui-input--area{width:100%;border:1px solid var(--color-border-input);transition:border-color var(--dur-base) ease}.ui-input--block:focus-within,.ui-input--area:focus-within{border-color:var(--color-text)}.ui-input--area{height:auto;align-items:flex-start;padding-block:var(--space-5)}.ui-input--area .ui-input__field{resize:vertical}.ui-modal{position:fixed;inset:0;z-index:15;display:flex;justify-content:center;align-items:flex-start;padding:206px var(--space-6) 0;background:var(--color-overlay)}.ui-modal__panel{display:contents}.btn--ghost{height:57px;padding:0 var(--space-12)}[data-consented] .consent{display:none}.consent{position:fixed;left:var(--space-4);bottom:var(--space-4);z-index:15;max-width:360px;display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-radius:var(--radius-lg);background:var(--color-surface-inverse);color:var(--c-purple-100);box-shadow:var(--shadow-float)}.consent__text{margin:0;font-size:var(--fs-body-s);line-height:var(--lh-body-s)}.consent__actions{display:flex;gap:var(--space-2)}.consent__actions .btn{flex:1}@media(max-width:809.98px){.consent{left:var(--space-3);right:var(--space-3);bottom:var(--space-3);max-width:none}}@media(prefers-reduced-motion:no-preference){.consent{animation:consent-in .4s var(--ease-out-soft, ease) both}@keyframes consent-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}.section11__legal{display:flex;align-items:center;gap:var(--space-3);font-size:var(--fs-body-s);color:var(--color-text-muted)}.section11__legal a{color:var(--color-text-muted);text-decoration:none;border-bottom:1px solid transparent}.section11__legal a:focus-visible{outline:2px solid var(--color-brand-accent);outline-offset:3px}@media(min-width:1208px){.section11__legal a:hover{color:var(--color-text-inverse);border-bottom-color:currentColor}}.field__required{color:var(--color-danger);margin-left:var(--space-1);font-weight:var(--fw-semibold)}.field__optional{margin-left:var(--space-2);font-size:var(--fs-caption);font-weight:400;color:var(--color-text-hint)}.field__hint{font-size:var(--fs-caption);line-height:1.6;color:var(--color-text-hint)}.field__error{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--fs-body-s);line-height:var(--lh-body-s);color:var(--color-danger)}.field__error:before{content:"⚠";flex:none}.ui-input--invalid,.ui-input--invalid:focus-within{border-color:var(--color-danger)}.field-more{border:1px solid var(--color-border-input);border-radius:var(--radius-sm);padding:0 var(--space-4)}.field-more>summary{padding:var(--space-3) 0;cursor:pointer;font-size:var(--fs-body-s);font-weight:var(--fw-semibold);color:var(--color-text);list-style:none}.field-more>summary::-webkit-details-marker{display:none}.field-more>summary:before{content:"＋";margin-right:var(--space-2);color:var(--color-text-hint)}.field-more[open]>summary:before{content:"－"}.field-more>summary:focus-visible{outline:2px solid var(--color-brand-accent);outline-offset:2px}.field-more__body{display:flex;flex-direction:column;gap:var(--space-5);padding-bottom:var(--space-5)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
