:root{--ibm-blue-60: #0f62fe;--ibm-blue-70: #0043ce;--ibm-blue-80: #002d9c;--ibm-blue-hover: #0353e9;--ibm-gray-10: #f4f4f4;--ibm-gray-20: #e0e0e0;--ibm-gray-30: #c6c6c6;--ibm-gray-50: #8d8d8d;--ibm-gray-60: #6f6f6f;--ibm-gray-70: #525252;--ibm-gray-80: #393939;--ibm-gray-90: #262626;--ibm-gray-100: #161616;--primary-color: var(--ibm-blue-60);--primary-color-light: var(--ibm-blue-hover);--secondary-color: var(--ibm-gray-10);--text-color: var(--ibm-gray-100);--text-color-light: var(--ibm-gray-70);--text-color-helper: var(--ibm-gray-50);--white: #ffffff;--soft-white: var(--ibm-gray-10);--border-color: var(--ibm-gray-20);--border-radius: 0px;--border-radius-sm: 2px;--spacing-03: .5rem;--spacing-05: 1rem;--spacing-06: 1.5rem;--spacing-07: 2rem;--spacing-09: 3rem;--spacing-10: 4rem;--spacing-12: 6rem;--spacing-13: 8rem}html{background-color:#fff;background-attachment:fixed;scroll-behavior:smooth}body{margin:0;font-family:IBM Plex Sans,PingFang SC,Helvetica Neue,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5;letter-spacing:0}#app{width:100%;overflow-x:hidden;background-color:transparent}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.container{padding:0 1.5rem}}@media (max-width: 480px){.container{padding:0 1rem}}@media (max-width: 320px){.container{padding:0 .75rem}}.header[data-v-17116bf2]{background:#fff;border-bottom:1px solid var(--ibm-gray-20, #e0e0e0);padding:0;position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .15s ease,box-shadow .15s ease;height:48px}.header.scrolled[data-v-17116bf2]{background:#fff;border-bottom:1px solid var(--ibm-gray-20, #e0e0e0);box-shadow:0 2px 6px #0000000d;padding:0}.header-container[data-v-17116bf2]{display:flex;justify-content:space-between;align-items:center;position:relative;height:48px}.logo[data-v-17116bf2]{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:var(--ibm-gray-100, #161616);position:relative;z-index:1001;margin-right:1rem}.logo img[data-v-17116bf2]{height:24px;margin-right:0}.divider-vertical[data-v-17116bf2]{width:1px;height:24px;background-color:var(--ibm-gray-20, #e0e0e0);margin-right:1rem}.desktop-nav[data-v-17116bf2]{display:flex;gap:0;margin-left:0;flex:1}.nav-link[data-v-17116bf2]{text-decoration:none;color:var(--ibm-gray-70, #525252);font-weight:400;font-size:.875rem;position:relative;padding:0 1rem;border-radius:0;transition:color .15s ease,background-color .15s ease;height:48px;display:flex;align-items:center;letter-spacing:.01em}.nav-link[data-v-17116bf2]:hover{color:var(--ibm-gray-100, #161616);background-color:var(--ibm-gray-10, #f4f4f4)}.nav-link.active[data-v-17116bf2]{color:var(--ibm-gray-100, #161616);font-weight:600;background-color:transparent}.nav-link.active[data-v-17116bf2]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--ibm-blue-60, #0f62fe);border-radius:0;animation:none}.nav-link.transitioning[data-v-17116bf2]{animation:none}.desktop-actions .login-btn[data-v-17116bf2]{background-color:var(--ibm-blue-60, #0f62fe);color:#fff;border:none;padding:0 1rem;border-radius:0;cursor:pointer;font-weight:400;font-size:.875rem;transition:background-color .15s ease;display:flex;align-items:center;gap:.5rem;height:48px;letter-spacing:.01em}.desktop-actions .login-btn svg[data-v-17116bf2]{stroke:#fff;width:16px;height:16px}.desktop-actions .login-btn[data-v-17116bf2]:hover{background-color:var(--ibm-blue-hover, #0353e9)}.mobile-menu-btn[data-v-17116bf2]{display:none;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;background:transparent;border:none;cursor:pointer;padding:12px;z-index:1003;border-radius:0;transition:background-color .15s ease;position:relative;gap:5px}.mobile-menu-btn[data-v-17116bf2]:hover{background-color:var(--ibm-gray-10, #f4f4f4)}.mobile-menu-btn[data-v-17116bf2]:active{background-color:var(--ibm-gray-20, #e0e0e0)}.hamburger-line[data-v-17116bf2]{width:20px;height:2px;background-color:var(--ibm-gray-100, #161616);transition:all .2s ease;transform-origin:center;border-radius:0}.hamburger-line.active[data-v-17116bf2]:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.hamburger-line.active[data-v-17116bf2]:nth-child(2){opacity:0;transform:scale(0)}.hamburger-line.active[data-v-17116bf2]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-dropdown[data-v-17116bf2]{display:none;position:fixed;top:var(--header-height, 48px);left:0;width:100vw;background:#fff;border-bottom:1px solid var(--ibm-gray-20, #e0e0e0);box-shadow:0 4px 8px #0000001a;transform:translateY(-8px);transition:transform .2s ease,opacity .2s ease;z-index:1002;padding:0;visibility:hidden;opacity:0;max-height:calc(100vh - var(--header-height, 48px));overflow-y:auto;border-top:none;box-sizing:border-box;margin:0;-webkit-overflow-scrolling:touch}.mobile-dropdown.active[data-v-17116bf2]{transform:translateY(0);visibility:visible;opacity:1}.mobile-navigation[data-v-17116bf2]{display:flex;flex-direction:column;gap:0;margin-bottom:0}.mobile-nav-link[data-v-17116bf2]{text-decoration:none;color:var(--ibm-gray-70, #525252);font-weight:400;font-size:.875rem;padding:.875rem 1rem;border-radius:0;transition:background-color .15s ease,color .15s ease;text-align:left;position:relative;min-height:48px;display:flex;align-items:center;touch-action:manipulation;border-bottom:1px solid var(--ibm-gray-10, #f4f4f4);letter-spacing:.01em}.mobile-nav-link[data-v-17116bf2]:hover{color:var(--ibm-gray-100, #161616);background-color:var(--ibm-gray-10, #f4f4f4);transform:none}.mobile-nav-link[data-v-17116bf2]:active{background-color:var(--ibm-gray-20, #e0e0e0);transform:none}.mobile-nav-link.active[data-v-17116bf2]{color:var(--ibm-gray-100, #161616);font-weight:600;background-color:transparent;border-left:3px solid var(--ibm-blue-60, #0f62fe);padding-left:calc(1rem - 3px)}.mobile-nav-link.transitioning[data-v-17116bf2]{animation:none}.mobile-actions[data-v-17116bf2]{margin-top:0;padding:1rem}.mobile-login-btn[data-v-17116bf2]{width:100%;background:var(--ibm-blue-60, #0f62fe);color:#fff;border:none;padding:.875rem 1rem;border-radius:0;cursor:pointer;font-weight:400;font-size:.875rem;transition:background-color .15s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:none;min-height:48px;touch-action:manipulation;letter-spacing:.01em}.mobile-login-btn[data-v-17116bf2]:hover{background-color:var(--ibm-blue-hover, #0353e9);transform:none;box-shadow:none}.mobile-login-btn[data-v-17116bf2]:active{background-color:var(--ibm-blue-70, #0043ce);transform:none;box-shadow:none}.mobile-overlay[data-v-17116bf2]{display:none}@media (max-width: 1024px) and (min-width: 769px){.header-container[data-v-17116bf2]{padding:0 1rem}.desktop-nav[data-v-17116bf2]{gap:0}.nav-link[data-v-17116bf2]{padding:0 .75rem;font-size:.875rem}}@media (max-width: 768px){.header[data-v-17116bf2]{padding:0;height:48px}.header.scrolled[data-v-17116bf2]{padding:0}.header-container[data-v-17116bf2]{height:48px}.desktop-nav[data-v-17116bf2],.desktop-actions[data-v-17116bf2],.divider-vertical[data-v-17116bf2]{display:none}.mobile-menu-btn[data-v-17116bf2]{display:flex}.mobile-dropdown[data-v-17116bf2]{display:block}.logo[data-v-17116bf2]{position:static;transform:none;margin:0 auto}.logo img[data-v-17116bf2]{height:24px}.login-text[data-v-17116bf2]{display:none}}@media (max-width: 480px){.header-container[data-v-17116bf2]{padding:0 .75rem}.logo img[data-v-17116bf2]{height:22px}.mobile-menu-btn[data-v-17116bf2]{width:44px;height:44px;padding:10px}}@media (max-width: 360px){.header-container[data-v-17116bf2]{padding:0 .5rem}.logo img[data-v-17116bf2]{height:20px}.mobile-menu-btn[data-v-17116bf2]{width:40px;height:40px;padding:8px}.hamburger-line[data-v-17116bf2]{width:18px}}.hero[data-v-b07ba1e4]{padding:0;margin-top:3rem;text-align:left;background:#fff;margin-bottom:3rem}.hero-container[data-v-b07ba1e4]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1280px;padding:0 2rem;margin:0 auto;border-bottom:1px solid var(--ibm-gray-20, #e0e0e0)}.hero-content[data-v-b07ba1e4]{display:flex;flex-direction:column;align-items:flex-start;padding-top:5rem;padding-bottom:4rem}.hero-title[data-v-b07ba1e4]{font-size:2.625rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin:0 0 .5rem;line-height:1.2;letter-spacing:-.01em}.hero-title .highlight[data-v-b07ba1e4]{color:var(--ibm-blue-60, #0f62fe);font-weight:600}.hero-subtitle[data-v-b07ba1e4]{font-size:1rem;color:var(--ibm-gray-70, #525252);max-width:500px;margin:0;line-height:1.6;font-weight:400}.hero-cta[data-v-b07ba1e4]{background-color:var(--ibm-blue-60, #0f62fe);color:#fff;border:none;padding:.875rem 4rem .875rem 1rem;font-size:1rem;font-weight:400;border-radius:0;cursor:pointer;transition:background-color .15s ease;box-shadow:none;display:inline-flex;align-items:center;gap:.75rem;letter-spacing:.01em;position:relative}.hero-cta svg[data-v-b07ba1e4]{position:absolute;right:1rem}.hero-cta[data-v-b07ba1e4]:hover{background-color:var(--ibm-blue-hover, #0353e9);transform:none}.hero-image[data-v-b07ba1e4]{display:flex;align-items:flex-start;justify-content:center;margin:0}.hero-img[data-v-b07ba1e4]{width:85%;height:auto;display:block}.animate-on-scroll[data-v-b07ba1e4]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.animate-in[data-v-b07ba1e4]{opacity:1;transform:translateY(0)}@media (max-width: 768px){.hero[data-v-b07ba1e4]{padding:4rem 0 3rem}.hero-container[data-v-b07ba1e4]{grid-template-columns:1fr;gap:2rem}.hero-image[data-v-b07ba1e4]{order:-1;margin:0 0 -3rem}.hero-title[data-v-b07ba1e4]{font-size:2.5rem;margin-bottom:1rem}.hero-subtitle[data-v-b07ba1e4]{font-size:1rem;margin-bottom:2rem}.hero-cta[data-v-b07ba1e4]{font-size:.875rem;padding:.75rem 3.5rem .75rem 1rem}}@media (max-width: 480px){.hero[data-v-b07ba1e4]{padding:4rem 0 2rem}.hero-image[data-v-b07ba1e4]{margin:0 0 -2rem}.hero-title[data-v-b07ba1e4]{font-size:2rem;margin-bottom:.75rem}.hero-subtitle[data-v-b07ba1e4]{font-size:.875rem;margin-bottom:1.5rem;line-height:1.6}.hero-cta[data-v-b07ba1e4]{font-size:.875rem;padding:.75rem 3rem .75rem 1rem}}@media (max-width: 360px){.hero-title[data-v-b07ba1e4]{font-size:1.75rem}.hero-subtitle[data-v-b07ba1e4]{font-size:.8rem}}.features[data-v-f756220c]{padding:5rem 0;background:#fff}.container[data-v-f756220c]{max-width:1280px;margin:0 auto;padding:0 2rem}.section-header[data-v-f756220c]{text-align:left;margin-bottom:3rem}.section-title[data-v-f756220c]{font-size:2rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin:0;letter-spacing:-.01em}.title-gradient[data-v-f756220c]{background:linear-gradient(135deg,#0f62fe,#0043ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.category-tabs[data-v-f756220c]{display:flex;justify-content:flex-start;gap:0;margin-bottom:3rem;border-bottom:1px solid var(--ibm-gray-20, #e0e0e0)}.tab[data-v-f756220c]{background:transparent;border:none;color:var(--ibm-gray-70, #525252);font-size:.875rem;font-weight:400;cursor:pointer;transition:color .15s ease;position:relative;padding:.75rem 1rem;transform:none;letter-spacing:.01em}.tab[data-v-f756220c]:hover{color:var(--ibm-gray-100, #161616);background-color:var(--ibm-gray-10, #f4f4f4);transform:none}.tab[data-v-f756220c]:active{transform:none}.tab.active[data-v-f756220c]{color:var(--ibm-gray-100, #161616);font-weight:600}.tab.active[data-v-f756220c]:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--ibm-blue-60, #0f62fe);border-radius:0;animation:none}.single-card-container[data-v-f756220c]{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:3rem;min-height:480px;max-width:1200px;margin-left:auto;margin-right:auto}.current-card-wrapper[data-v-f756220c]{width:100%;max-width:1000px;margin:0 auto;display:flex;justify-content:center}.feature-card[data-v-f756220c]{position:relative;border-radius:0;overflow:hidden;height:450px;width:100%;box-shadow:none;border:1px solid var(--ibm-gray-20, #e0e0e0);transform:translate(0) scale(1);opacity:1;will-change:transform,opacity;backface-visibility:hidden}.feature-card.card-sliding[data-v-f756220c]{will-change:transform,opacity}.feature-card.card-exit-left[data-v-f756220c]{opacity:0;transform:translate(-16px);transition:all .15s ease-out}.feature-card.card-exit-right[data-v-f756220c]{opacity:0;transform:translate(16px);transition:all .15s ease-out}.feature-card.card-enter-from-right[data-v-f756220c]{transform:translate(16px);opacity:0;animation:slideInFromRight-f756220c .15s ease forwards}.feature-card.card-enter-from-left[data-v-f756220c]{transform:translate(-16px);opacity:0;animation:slideInFromLeft-f756220c .15s ease forwards}@keyframes slideInFromRight-f756220c{0%{transform:translate(16px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromLeft-f756220c{0%{transform:translate(-16px);opacity:0}to{transform:translate(0);opacity:1}}.feature-card.card-exit[data-v-f756220c]{opacity:0;transition:opacity .15s ease-out}.feature-card.card-enter[data-v-f756220c]{opacity:0;animation:cardFadeIn-f756220c .15s ease-in forwards}@keyframes cardFadeIn-f756220c{0%{opacity:0}to{opacity:1}}.card-background[data-v-f756220c]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border-radius:0}.card-content[data-v-f756220c]{position:relative;z-index:3;display:flex;height:100%;align-items:center;padding:0}.text-content[data-v-f756220c]{position:absolute;left:2.5rem;top:50%;transform:translateY(-50%);z-index:5;max-width:42%;display:flex;flex-direction:column;gap:1rem}.feature-title[data-v-f756220c]{font-size:1.75rem;font-weight:600;margin:0;color:var(--ibm-gray-100, #161616)}.feature-description[data-v-f756220c]{font-size:1rem;line-height:1.6;color:var(--ibm-gray-70, #525252);margin:0}.image-overlay[data-v-f756220c]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;border-radius:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.card-image[data-v-f756220c]{width:100%;height:100%;object-fit:contain;object-position:110% center}.card-interface-image[data-v-f756220c]{width:110%;height:110%;object-position:95% center}.writing-interface-image[data-v-f756220c]{width:105%;height:105%;object-position:102% center}.ai-check-image[data-v-f756220c]{width:130%;height:110%;object-position:105% center}.carousel-arrow[data-v-f756220c]{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:var(--ibm-gray-10, #f4f4f4);border:none;border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease;z-index:200;box-shadow:none}.carousel-arrow[data-v-f756220c]:hover{background:var(--ibm-gray-20, #e0e0e0);transform:translateY(-50%);box-shadow:none}.carousel-arrow[data-v-f756220c]:active{background:var(--ibm-gray-30, #c6c6c6);transform:translateY(-50%)}.carousel-arrow-left[data-v-f756220c]{left:calc(50% - 532px)}.carousel-arrow-right[data-v-f756220c]{right:calc(50% - 532px)}.carousel-arrow svg[data-v-f756220c]{color:var(--ibm-gray-100, #161616);transition:none}.carousel-arrow:hover svg[data-v-f756220c]{color:var(--ibm-gray-100, #161616)}@media (max-width: 1200px){.current-card-wrapper[data-v-f756220c]{max-width:900px}.feature-card[data-v-f756220c]{height:400px}.feature-title[data-v-f756220c]{font-size:1.5rem}.feature-description[data-v-f756220c]{font-size:.875rem}.carousel-arrow-left[data-v-f756220c]{left:0}.carousel-arrow-right[data-v-f756220c]{right:0}}@media (max-width: 768px){.features[data-v-f756220c]{padding:3rem 0}.section-title[data-v-f756220c]{font-size:1.5rem}.category-tabs[data-v-f756220c]{gap:0;margin-bottom:2rem;flex-wrap:wrap}.tab[data-v-f756220c]{font-size:.8125rem;padding:.625rem .75rem}.single-card-container[data-v-f756220c]{min-height:350px}.current-card-wrapper[data-v-f756220c]{max-width:100%}.feature-card[data-v-f756220c]{height:320px}.text-content[data-v-f756220c]{position:relative;left:auto;top:auto;transform:none;max-width:80%;margin:0 auto;text-align:left;display:flex;flex-direction:column;justify-content:center;height:100%;padding:2rem 1.5rem}.image-overlay[data-v-f756220c]{display:none}.card-content[data-v-f756220c]{padding:0;justify-content:center;align-items:center;height:100%}.feature-title[data-v-f756220c]{font-size:1.25rem}.feature-description[data-v-f756220c]{font-size:.875rem}.carousel-arrow[data-v-f756220c]{width:40px;height:40px}.carousel-arrow-left[data-v-f756220c]{left:8px}.carousel-arrow-right[data-v-f756220c]{right:8px}}@media (max-width: 480px){.features[data-v-f756220c]{padding:2.5rem 0}.section-title[data-v-f756220c]{font-size:1.25rem}.tab[data-v-f756220c]{font-size:.75rem;padding:.5rem .625rem}.feature-card[data-v-f756220c]{height:280px}.feature-title[data-v-f756220c]{font-size:1.125rem}.feature-description[data-v-f756220c]{font-size:.8125rem}.carousel-arrow[data-v-f756220c]{width:36px;height:36px}.carousel-arrow-left[data-v-f756220c]{left:4px}.carousel-arrow-right[data-v-f756220c]{right:4px}}.animate-on-scroll[data-v-f756220c]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.animate-in[data-v-f756220c]{opacity:1;transform:translateY(0)}.coverage[data-v-f29604aa]{padding:5rem 0 4rem;background:#fff}.container[data-v-f29604aa]{max-width:1280px;margin:0 auto;padding:0 2rem}.coverage-grid[data-v-f29604aa]{display:flex;flex-direction:column;align-items:flex-start;gap:3rem;margin-bottom:0;max-width:1200px;margin-left:auto;margin-right:auto;padding:0}.coverage-copy[data-v-f29604aa]{padding-top:0;display:flex;flex-direction:column;align-items:flex-start;width:100%}.section-title[data-v-f29604aa]{font-size:2rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin:0 0 1rem;line-height:1.3;white-space:nowrap;text-align:left;letter-spacing:-.01em}.title-gradient[data-v-f29604aa]{background:linear-gradient(135deg,#0f62fe,#0043ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-v-f29604aa]{font-size:1rem;color:var(--ibm-gray-70, #525252);line-height:1.6;margin:0 0 2rem;text-align:left;max-width:640px}.stats[data-v-f29604aa]{display:grid;grid-template-columns:repeat(3,auto);gap:3rem;margin-bottom:2.5rem;justify-items:start;width:auto;max-width:none;border-top:1px solid var(--ibm-gray-20, #e0e0e0);padding-top:2rem}.stat-item[data-v-f29604aa]{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.stat-value[data-v-f29604aa]{font-size:3rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin-bottom:.25rem;letter-spacing:-.02em;line-height:1.1}.stat-gradient[data-v-f29604aa]{background:linear-gradient(135deg,#0f62fe,#0043ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:300}.stat-label[data-v-f29604aa]{font-size:.875rem;color:var(--ibm-gray-60, #6f6f6f);font-weight:400;letter-spacing:.01em}.map-wrap[data-v-f29604aa]{display:flex;align-items:center;justify-content:center;width:100%;margin-top:2rem;position:relative}.coverage-chart[data-v-f29604aa]{width:100%;height:600px;min-height:500px}.brand-strip[data-v-f29604aa]{display:grid;grid-template-columns:repeat(7,1fr);column-gap:1rem;row-gap:1.5rem;align-items:start;justify-content:start;justify-items:center;margin-top:0;width:100%;max-width:100%}.brand-item[data-v-f29604aa]{width:100%;transition:none;display:flex;flex-direction:column;align-items:center;gap:.5rem}.brand-item[data-v-f29604aa]:hover{transform:none}.flag-box[data-v-f29604aa]{width:56px;height:42px;border-radius:0;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:none;margin-bottom:0;transition:none;border:1px solid var(--ibm-gray-20, #e0e0e0)}.brand-item:hover .flag-box[data-v-f29604aa]{box-shadow:none;border-color:var(--ibm-gray-30, #c6c6c6)}.flag-box img[data-v-f29604aa]{width:100%;height:100%;object-fit:cover}.brand-caption[data-v-f29604aa]{font-size:.75rem;color:var(--ibm-gray-70, #525252);font-weight:400;text-align:center;padding:0;width:100%;border-radius:0;background:transparent;border:none;min-height:auto;display:flex;align-items:center;justify-content:center;letter-spacing:.01em}@media (max-width: 768px){.coverage[data-v-f29604aa]{padding:3rem 0}.coverage-grid[data-v-f29604aa]{gap:2rem;padding:0}.section-title[data-v-f29604aa]{font-size:1.5rem;white-space:normal}.section-subtitle[data-v-f29604aa]{font-size:.875rem}.stats[data-v-f29604aa]{gap:2rem;margin-bottom:2rem}.stat-value[data-v-f29604aa]{font-size:2.25rem}.brand-strip[data-v-f29604aa]{grid-template-columns:repeat(5,1fr);column-gap:.75rem;row-gap:1rem}.flag-box[data-v-f29604aa]{width:48px;height:36px}}@media (max-width: 480px){.coverage[data-v-f29604aa]{padding:2.5rem 0}.section-title[data-v-f29604aa]{font-size:1.25rem}.stats[data-v-f29604aa]{grid-template-columns:repeat(3,auto);gap:1.5rem}.stat-value[data-v-f29604aa]{font-size:1.75rem}.brand-strip[data-v-f29604aa]{grid-template-columns:repeat(4,1fr);column-gap:.5rem;row-gap:.75rem}.brand-caption[data-v-f29604aa]{font-size:.7rem}.flag-box[data-v-f29604aa]{width:42px;height:32px}}.animate-on-scroll[data-v-f29604aa]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.animate-in[data-v-f29604aa]{opacity:1;transform:translateY(0)}.partners[data-v-5e5a29d6]{padding:4rem 0 6rem;background:#fff;overflow:hidden}.container[data-v-5e5a29d6]{max-width:1280px;margin:0 auto;padding:0 2rem}.section-title[data-v-5e5a29d6]{font-size:2rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin:0 0 4rem;letter-spacing:-.01em;text-align:left}.title-gradient[data-v-5e5a29d6]{background:linear-gradient(135deg,#0f62fe,#0043ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.marquee-wrapper[data-v-5e5a29d6]{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-track[data-v-5e5a29d6]{display:flex;gap:8rem;width:max-content;animation:scroll-5e5a29d6 40s linear infinite}.partner-logo[data-v-5e5a29d6]{flex-shrink:0;display:flex;align-items:center;justify-content:center}.partner-img[data-v-5e5a29d6]{width:200px;height:80px;object-fit:contain;display:block;transition:opacity .3s ease}.partner-img[data-v-5e5a29d6]:hover{opacity:.8}@keyframes scroll-5e5a29d6{0%{transform:translate(0)}to{transform:translate(-25%)}}.marquee-wrapper:hover .marquee-track[data-v-5e5a29d6]{animation-play-state:paused}@media (max-width: 768px){.marquee-track[data-v-5e5a29d6]{gap:4rem}.logo-placeholder[data-v-5e5a29d6]{width:150px;height:60px;font-size:.75rem}}.site-footer[data-v-1bdacdb6]{background-color:#262626;color:#c6c6c6;padding:3rem 0 2rem}.container[data-v-1bdacdb6]{max-width:1280px;margin:0 auto;padding:0 2rem}.footer-main[data-v-1bdacdb6]{display:flex;justify-content:space-between;padding-bottom:2rem;border-bottom:1px solid #393939}.footer-brand[data-v-1bdacdb6]{flex:1;max-width:480px}.logo[data-v-1bdacdb6]{display:flex;align-items:center;margin-bottom:1rem}.logo img[data-v-1bdacdb6]{height:28px;margin-right:.75rem}.logo span[data-v-1bdacdb6]{font-size:1.25rem;font-weight:400;color:#f4f4f4}.logo .logo-highlight[data-v-1bdacdb6]{color:var(--ibm-blue-60, #0f62fe)}.brand-description[data-v-1bdacdb6]{font-size:.875rem;line-height:1.6;color:#a8a8a8;font-weight:400}.footer-bottom[data-v-1bdacdb6]{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.75rem}.copyright[data-v-1bdacdb6]{margin:0;color:#a8a8a8}.legal-links[data-v-1bdacdb6]{display:flex;gap:1.5rem}.legal-links a[data-v-1bdacdb6]{color:#a8a8a8;text-decoration:none;transition:color .15s ease;font-size:.75rem}.legal-links a[data-v-1bdacdb6]:hover{color:#f4f4f4}@media (max-width: 768px){.site-footer[data-v-1bdacdb6]{padding:2.5rem 0 1.5rem}.footer-main[data-v-1bdacdb6]{flex-direction:column;text-align:left;gap:1.5rem;padding-bottom:1.5rem}.footer-brand[data-v-1bdacdb6]{max-width:100%}.brand-description[data-v-1bdacdb6]{font-size:.8125rem}.footer-bottom[data-v-1bdacdb6]{flex-direction:column;align-items:flex-start;gap:.5rem;padding-top:1rem}.copyright[data-v-1bdacdb6]{font-size:.75rem}.legal-links[data-v-1bdacdb6]{flex-direction:column;gap:.25rem}.legal-links a[data-v-1bdacdb6]{font-size:.75rem;display:inline-block;min-height:24px;line-height:24px}}@media (max-width: 480px){.site-footer[data-v-1bdacdb6]{padding:2rem 0 1rem}.container[data-v-1bdacdb6]{padding:0 1rem}.logo img[data-v-1bdacdb6]{height:24px}.brand-description[data-v-1bdacdb6]{font-size:.75rem}.copyright[data-v-1bdacdb6],.legal-links a[data-v-1bdacdb6]{font-size:.6875rem}}.divider-container[data-v-f6318afe]{width:100%;padding:0;margin:0;background:#fff}.container[data-v-f6318afe]{max-width:1280px;margin:0 auto;padding:0 2rem}.divider[data-v-f6318afe]{border:0;height:1px;background:var(--ibm-gray-20, #e0e0e0);width:auto;max-width:100%;margin:4rem 0}.privacy-policy[data-v-1612707a]{padding-top:3rem;padding-bottom:4rem;background:transparent}.hero-section[data-v-1612707a]{background:#fff;text-align:left;padding:0;margin-bottom:3rem}.hero-section .container[data-v-1612707a]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1280px;padding:0 2rem;margin:0 auto;border-bottom:1px solid var(--ibm-gray-20, #e0e0e0)}.hero-content[data-v-1612707a]{display:flex;flex-direction:column;align-items:flex-start;padding-top:5rem;padding-bottom:4rem}.hero-title[data-v-1612707a]{font-size:2.625rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin:0 0 .5rem;line-height:1.2;text-align:left;letter-spacing:-.01em}.hero-subtitle[data-v-1612707a]{font-size:1rem;color:var(--ibm-gray-70, #525252);margin:0;line-height:1.6;text-align:left;font-weight:400;max-width:500px}.hero-image[data-v-1612707a]{display:flex;align-items:flex-start;justify-content:center;margin:0}.hero-img[data-v-1612707a]{width:85%;height:auto;display:block}.core-security-content[data-v-1612707a]{margin-bottom:2rem;padding:2rem 0}.three-features-section[data-v-1612707a]{padding:2rem 0;margin-top:0;margin-bottom:2rem}.features-grid[data-v-1612707a]{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background-color:var(--ibm-gray-20, #e0e0e0);max-width:100%;margin:0;padding:0}.feature-card-detailed[data-v-1612707a]{background:#fff;padding:2rem;text-align:left;min-height:auto;display:flex;flex-direction:column;justify-content:flex-start;transition:background-color .15s ease}.feature-card-detailed[data-v-1612707a]:hover{background-color:var(--ibm-gray-10, #f4f4f4)}.feature-icon-detailed[data-v-1612707a]{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0 0 1rem;border-radius:0;background:var(--ibm-blue-60, #0f62fe)}.feature-icon-detailed.backup[data-v-1612707a],.feature-icon-detailed.encryption[data-v-1612707a],.feature-icon-detailed.security[data-v-1612707a]{background:var(--ibm-blue-60, #0f62fe)}.feature-icon-svg[data-v-1612707a]{width:1.25rem;height:1.25rem;color:#fff}.feature-title-detailed[data-v-1612707a]{font-size:1rem;font-weight:600;color:var(--ibm-gray-100, #161616);margin:0 0 .75rem}.feature-description-detailed[data-v-1612707a]{font-size:.875rem;color:var(--ibm-gray-70, #525252);line-height:1.6;margin:0;flex-grow:1}.section-header[data-v-1612707a]{text-align:left;margin-bottom:2rem}.section-title[data-v-1612707a]{font-size:1.75rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin-bottom:.5rem}.section-subtitle[data-v-1612707a]{font-size:1rem;color:var(--ibm-gray-70, #525252);max-width:800px;margin:0;line-height:1.6}.policy-content[data-v-1612707a]{margin-bottom:3rem;padding:2rem 0}.security-details-content[data-v-1612707a]{margin-bottom:2rem;padding:2rem 0}.content-header[data-v-1612707a]{text-align:left;margin-bottom:2rem}.content-title[data-v-1612707a]{font-size:1.75rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin-bottom:.5rem;letter-spacing:0}.content-description[data-v-1612707a]{font-size:1rem;color:var(--ibm-gray-70, #525252);max-width:800px;margin:0;line-height:1.6}.security-architecture[data-v-1612707a]{margin:3rem 0;display:flex;justify-content:center;align-items:center;padding:0}.diagram-container[data-v-1612707a]{width:100%;max-width:1200px;background:#fff;border-radius:0;box-shadow:none;padding:2rem;overflow:auto;border:1px solid var(--ibm-gray-20, #e0e0e0)}.card[data-v-1612707a]{background-color:#fff;box-shadow:none;border-radius:0;padding:1.5rem;border:1px solid var(--ibm-gray-20, #e0e0e0)}.card-header-bg[data-v-1612707a]{background:var(--ibm-gray-10, #f4f4f4);color:var(--ibm-gray-100, #161616);font-weight:600;width:100%;display:block;margin:0 auto;box-sizing:border-box;border-radius:0}.card-item[data-v-1612707a]{background-color:var(--ibm-gray-10, #f4f4f4);color:var(--ibm-gray-70, #525252);font-weight:500;width:100%;box-sizing:border-box;border-radius:0}.main-title[data-v-1612707a]{font-size:1.5rem;line-height:2rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.my-6[data-v-1612707a]{margin-top:1.5rem;margin-bottom:1.5rem}.w-full[data-v-1612707a]{width:100%}.w-1\/4[data-v-1612707a]{width:25%}.w-1\/2[data-v-1612707a]{width:50%}.p-6[data-v-1612707a]{padding:1.5rem}.p-4[data-v-1612707a]{padding:1rem}.p-2[data-v-1612707a]{padding:.5rem}.mb-4[data-v-1612707a]{margin-bottom:1rem}.text-center[data-v-1612707a]{text-align:center}.font-bold[data-v-1612707a]{font-weight:600}.font-medium[data-v-1612707a]{font-weight:500}.text-blue-600[data-v-1612707a],.text-indigo-700[data-v-1612707a]{color:var(--ibm-blue-60, #0f62fe)}.text-sm[data-v-1612707a]{font-size:.875rem;line-height:1.25rem}.flex[data-v-1612707a]{display:flex}.flex-col[data-v-1612707a]{flex-direction:column}.items-center[data-v-1612707a]{align-items:center}.justify-around[data-v-1612707a]{justify-content:space-around}.space-x-4[data-v-1612707a]>*+*{margin-left:1rem}.gap-2[data-v-1612707a]{gap:.5rem}.gap-6[data-v-1612707a]{gap:1.5rem}.rounded-lg[data-v-1612707a]{border-radius:0}.h-full[data-v-1612707a]{height:100%}.grid[data-v-1612707a]{display:grid}.grid-cols-1[data-v-1612707a]{grid-template-columns:repeat(1,1fr)}.grid-cols-3[data-v-1612707a]{grid-template-columns:repeat(3,1fr)}.relative[data-v-1612707a]{position:relative}@media (max-width: 767px){.grid-cols-3[data-v-1612707a]{grid-template-columns:repeat(1,1fr)}}.security-features-grid[data-v-1612707a]{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background-color:var(--ibm-gray-20, #e0e0e0)}.security-feature-card[data-v-1612707a]{background:#fff;border-radius:0;padding:2rem;box-shadow:none;border:none;transition:background-color .15s ease;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.security-feature-card[data-v-1612707a]:hover{transform:none;box-shadow:none;background-color:var(--ibm-gray-10, #f4f4f4)}.feature-header[data-v-1612707a]{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;width:100%}.feature-icon-wrapper[data-v-1612707a]{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--ibm-blue-60, #0f62fe);color:#fff;border-radius:0;flex-shrink:0;border:none}.feature-icon[data-v-1612707a]{width:1.25rem;height:1.25rem}.feature-title[data-v-1612707a]{font-size:1rem;font-weight:600;color:var(--ibm-gray-100, #161616);margin:0;text-align:left}.feature-description[data-v-1612707a]{color:var(--ibm-gray-70, #525252);line-height:1.6;font-size:.875rem;margin:0;text-align:left}.section-divider[data-v-1612707a]{height:1px;background:var(--ibm-gray-20, #e0e0e0);margin:4rem 0;max-width:100%;margin-left:0;margin-right:0}.animate-on-scroll[data-v-1612707a]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.animate-in[data-v-1612707a]{opacity:1;transform:translateY(0)}.security-features-grid .security-feature-card[data-v-1612707a]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.security-features-grid.animate-in .security-feature-card[data-v-1612707a]{opacity:1;transform:translateY(0)}.security-features-grid.animate-in .security-feature-card[data-v-1612707a]:nth-child(1){transition-delay:0ms}.security-features-grid.animate-in .security-feature-card[data-v-1612707a]:nth-child(2){transition-delay:80ms}.security-features-grid.animate-in .security-feature-card[data-v-1612707a]:nth-child(3){transition-delay:.16s}.security-features-grid.animate-in .security-feature-card[data-v-1612707a]:nth-child(4){transition-delay:.24s}.security-features-grid.animate-in .security-feature-card[data-v-1612707a]:nth-child(5){transition-delay:.32s}.security-features-grid.animate-in .security-feature-card[data-v-1612707a]:nth-child(6){transition-delay:.4s}@media (max-width: 768px){.privacy-policy[data-v-1612707a]{padding:2rem 0 3rem}.hero-section[data-v-1612707a]{min-height:30vh}.hero-title[data-v-1612707a]{font-size:2rem}.hero-subtitle[data-v-1612707a]{font-size:1rem}.section-divider[data-v-1612707a]{margin:2rem 0}.core-security-content[data-v-1612707a],.three-features-section[data-v-1612707a],.policy-content[data-v-1612707a],.security-details-content[data-v-1612707a]{padding:1.5rem 0;margin-bottom:1.5rem}.features-grid[data-v-1612707a]{grid-template-columns:1fr;gap:0;background-color:transparent}.feature-card-detailed[data-v-1612707a]{border-bottom:1px solid var(--ibm-gray-20, #e0e0e0);padding:1.5rem}.security-features-grid[data-v-1612707a]{grid-template-columns:1fr;gap:0;background-color:transparent}.security-feature-card[data-v-1612707a]{border-bottom:1px solid var(--ibm-gray-20, #e0e0e0);padding:1.5rem}.section-title[data-v-1612707a],.content-title[data-v-1612707a]{font-size:1.5rem}.security-architecture[data-v-1612707a]{margin:2rem 0;padding:0}.diagram-container[data-v-1612707a]{padding:1rem}.card-main-title[data-v-1612707a]{font-size:1.25rem;padding:.75rem;flex-direction:column;gap:.5rem}.card-main-title svg[data-v-1612707a]{width:1.5rem;height:1.5rem}.bottom-grid[data-v-1612707a]{grid-template-columns:1fr;gap:0}.architecture-card[data-v-1612707a]{padding:1rem}.card-item[data-v-1612707a],.card-item-quarter[data-v-1612707a],.card-item-half[data-v-1612707a]{padding:.75rem .5rem;font-size:.85rem;width:100%}.card-items-row[data-v-1612707a]{flex-direction:column;gap:0}.employee-assets-grid[data-v-1612707a]{display:grid!important;grid-template-columns:1fr 1fr;gap:.5rem}.employee-assets-grid .card-item[data-v-1612707a]{width:100%!important;margin:0}.main-title[data-v-1612707a]{font-size:1.25rem}.center-logo[data-v-1612707a]{width:60px;height:60px}.text-overlay[data-v-1612707a]{font-size:.75rem;letter-spacing:.3px;gap:.3rem}.text-icon[data-v-1612707a]{width:1rem;height:1rem}.text-top[data-v-1612707a]{font-size:.7rem;top:18%;left:50%;transform:translate(-50%,-50%) rotate(0)}.text-bottom-left[data-v-1612707a]{font-size:.65rem;top:62%;left:26%;transform:translate(-50%,-50%) rotate(-105deg)}.text-bottom-right[data-v-1612707a]{font-size:.65rem;top:62%;left:74%;transform:translate(-50%,-50%) rotate(105deg)}.promises-section[data-v-1612707a]{flex-direction:column;gap:.75rem}.promise-item[data-v-1612707a]{font-size:.875rem;min-width:auto}.promises-grid[data-v-1612707a]{grid-template-columns:1fr}.security-compliance-overview[data-v-1612707a]{margin:1.5rem auto;padding:0 1rem}.overview-title[data-v-1612707a]{font-size:1.25rem}.overview-badges[data-v-1612707a]{flex-direction:column;gap:.75rem;font-size:.875rem}.brand-logo[data-v-1612707a]{width:60px;height:60px}.logo-image[data-v-1612707a]{width:40px;height:40px}.brand-title[data-v-1612707a]{font-size:.875rem}.capabilities-section[data-v-1612707a]{padding:1.5rem 1rem}.capabilities-row[data-v-1612707a]{gap:.75rem}.capability-card[data-v-1612707a]{min-width:80px;padding:.75rem 1rem;font-size:.875rem}}@media (max-width: 480px){.privacy-policy[data-v-1612707a]{padding:1.5rem 0 2rem}.hero-section[data-v-1612707a]{min-height:25vh}.hero-content[data-v-1612707a]{padding:2rem 1rem}.hero-title[data-v-1612707a]{font-size:1.5rem}.hero-subtitle[data-v-1612707a]{font-size:.875rem}.section-divider[data-v-1612707a]{margin:1.5rem 0}.section-title[data-v-1612707a],.content-title[data-v-1612707a]{font-size:1.25rem}.diagram-container[data-v-1612707a]{padding:.75rem}.card-main-title[data-v-1612707a]{font-size:1rem;padding:.5rem}.card-main-title svg[data-v-1612707a]{width:1.25rem;height:1.25rem}.card-header-bg[data-v-1612707a]{padding:.75rem;font-size:.85rem}.card-item[data-v-1612707a],.card-item-quarter[data-v-1612707a],.card-item-half[data-v-1612707a]{padding:.5rem .4rem;font-size:.75rem}.security-feature-card[data-v-1612707a]{padding:1.25rem}.feature-header[data-v-1612707a]{flex-direction:column;text-align:left;gap:.5rem}.contact-card[data-v-1612707a]{padding:1.5rem 1rem}.security-capability-diagram[data-v-1612707a]{max-width:350px;padding:1rem 0}}.about-page[data-v-295f2c57]{padding-top:3rem;padding-bottom:4rem;background:transparent}.page-header[data-v-295f2c57]{background:#fff;padding:0;text-align:left;margin-bottom:3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1280px;padding:0 2rem;margin:0 auto 3rem;border-bottom:1px solid var(--ibm-gray-20, #e0e0e0)}.hero-content[data-v-295f2c57]{display:flex;flex-direction:column;align-items:flex-start;padding-top:5rem;padding-bottom:4rem}.hero-image[data-v-295f2c57]{display:flex;align-items:flex-start;justify-content:center;margin:0}.hero-img[data-v-295f2c57]{width:85%;height:auto;display:block}.page-title[data-v-295f2c57]{font-size:2.625rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin:0 0 .5rem;letter-spacing:-.01em;line-height:1.2}.page-subtitle[data-v-295f2c57]{font-size:1rem;font-weight:400;color:var(--ibm-gray-70, #525252);margin:0;line-height:1.6;max-width:500px}.company-intro[data-v-295f2c57]{margin:3rem 0}.company-intro-layout[data-v-295f2c57]{display:flex;gap:3rem;align-items:flex-start}.company-intro-left[data-v-295f2c57]{flex:0 0 200px;min-width:200px}.company-intro-right[data-v-295f2c57]{flex:1}.content-title[data-v-295f2c57]{font-size:1.75rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin:0 0 1rem;line-height:1.3}.title-gradient[data-v-295f2c57]{background:linear-gradient(135deg,#0f62fe,#0043ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-description[data-v-295f2c57]{font-size:1rem;line-height:1.75;color:var(--ibm-gray-70, #525252);margin:0}.content-header[data-v-295f2c57]{margin-bottom:2rem}.section-divider[data-v-295f2c57]{height:1px;background:var(--ibm-gray-20, #e0e0e0);margin:4rem 0;max-width:100%;margin-left:0;margin-right:0}.values-grid[data-v-295f2c57]{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background-color:var(--ibm-gray-20, #e0e0e0)}.value-card[data-v-295f2c57]{background:#fff;padding:2rem;border-radius:0;box-shadow:none;text-align:left;transition:background-color .15s ease}.value-card[data-v-295f2c57]:hover{background-color:var(--ibm-gray-10, #f4f4f4)}.value-icon[data-v-295f2c57]{width:2.5rem;height:2.5rem;background-color:var(--ibm-blue-60, #0f62fe);border-radius:0;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.value-icon .icon[data-v-295f2c57]{width:1.25rem;height:1.25rem;color:#fff}.value-title[data-v-295f2c57]{font-size:1rem;font-weight:600;color:var(--ibm-gray-100, #161616);margin:0 0 .5rem}.value-description[data-v-295f2c57]{font-size:.875rem;line-height:1.6;color:var(--ibm-gray-70, #525252);margin:0}.contact-layout[data-v-295f2c57]{display:flex;gap:2rem;padding:2rem;border:1px solid var(--ibm-gray-20, #e0e0e0);border-radius:0;box-shadow:none;background:#fff}.contact-details-section[data-v-295f2c57]{flex:1;display:flex;flex-direction:column;gap:1.5rem}.contact-item[data-v-295f2c57]{display:flex;align-items:center;gap:1rem}.contact-icon[data-v-295f2c57]{width:2.5rem;height:2.5rem;background-color:var(--ibm-gray-10, #f4f4f4);border-radius:0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon .icon[data-v-295f2c57]{width:1.25rem;height:1.25rem;color:var(--ibm-gray-100, #161616)}.contact-details h3[data-v-295f2c57]{font-size:.875rem;font-weight:600;color:var(--ibm-gray-100, #161616);margin:0 0 .25rem}.contact-details p[data-v-295f2c57]{font-size:.875rem;color:var(--ibm-gray-70, #525252);margin:0}.wechat-section[data-v-295f2c57]{text-align:center;background:transparent;border-radius:0;box-shadow:none;border:none}.wechat-section h3[data-v-295f2c57]{font-size:.875rem;font-weight:600;color:var(--ibm-gray-100, #161616);margin-bottom:1rem}.qr-code[data-v-295f2c57]{display:flex;justify-content:center;align-items:center;margin:0 auto}.qr-image[data-v-295f2c57]{width:160px;height:160px;border-radius:8px;box-shadow:none;border:1px solid var(--ibm-gray-20, #e0e0e0);object-fit:cover;transition:border-color .15s ease}.qr-image[data-v-295f2c57]:hover{transform:none;box-shadow:none;border-color:var(--ibm-gray-30, #c6c6c6)}.animate-on-scroll[data-v-295f2c57]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.animate-in[data-v-295f2c57]{opacity:1;transform:translateY(0)}.values-grid .value-card[data-v-295f2c57]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.values-grid.animate-in .value-card[data-v-295f2c57]{opacity:1;transform:translateY(0)}.values-grid.animate-in .value-card[data-v-295f2c57]:nth-child(1){transition-delay:0ms}.values-grid.animate-in .value-card[data-v-295f2c57]:nth-child(2){transition-delay:80ms}.values-grid.animate-in .value-card[data-v-295f2c57]:nth-child(3){transition-delay:.16s}.values-grid.animate-in .value-card[data-v-295f2c57]:nth-child(4){transition-delay:.24s}@media (max-width: 768px){.page-header[data-v-295f2c57]{min-height:30vh}.page-title[data-v-295f2c57]{font-size:2rem}.section-divider[data-v-295f2c57],.company-intro[data-v-295f2c57]{margin:2rem 0}.company-intro-layout[data-v-295f2c57]{flex-direction:column;gap:1.5rem}.company-intro-left[data-v-295f2c57]{flex:none;min-width:auto}.values-grid[data-v-295f2c57]{grid-template-columns:repeat(2,1fr)}.contact-layout[data-v-295f2c57]{flex-direction:column;padding:1.5rem}}@media (max-width: 480px){.page-title[data-v-295f2c57]{font-size:1.5rem}.content-title[data-v-295f2c57]{font-size:1.25rem}.section-divider[data-v-295f2c57]{margin:1.5rem 0}.values-grid[data-v-295f2c57]{grid-template-columns:1fr;gap:0}.value-card[data-v-295f2c57]{padding:1.5rem}.contact-layout[data-v-295f2c57]{padding:1.25rem}.contact-item[data-v-295f2c57]{flex-direction:row}.wechat-section[data-v-295f2c57]{text-align:center}.qr-image[data-v-295f2c57]{width:140px;height:140px}}.pricing-page[data-v-6d1070aa]{padding-top:3rem}.page-header[data-v-6d1070aa]{background:#fff;color:var(--ibm-gray-100, #161616);padding:0;text-align:left;margin-bottom:3rem}.page-header .container[data-v-6d1070aa]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1280px;padding:0 2rem;margin:0 auto;border-bottom:1px solid var(--ibm-gray-20, #e0e0e0)}.header-content[data-v-6d1070aa]{display:flex;flex-direction:column;align-items:flex-start;padding-top:5rem;padding-bottom:4rem}.header-image[data-v-6d1070aa]{display:flex;align-items:flex-start;justify-content:center;margin:0}.header-img[data-v-6d1070aa]{width:85%;height:auto;display:block}.page-title[data-v-6d1070aa]{font-size:2.625rem;font-weight:300;margin:0 0 .5rem;color:var(--ibm-gray-100, #161616);text-align:left;letter-spacing:-.01em}.page-subtitle[data-v-6d1070aa]{font-size:1rem;margin:0;color:var(--ibm-gray-70, #525252);max-width:500px;line-height:1.6;text-align:left;font-weight:400}.pricing[data-v-6d1070aa]{padding:0 0 4rem}.core-pricing-content[data-v-6d1070aa]{margin-bottom:1rem}.content-header[data-v-6d1070aa]{text-align:left;margin-bottom:2rem}.content-title[data-v-6d1070aa]{font-size:1.75rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin-bottom:.5rem;letter-spacing:-.01em}.title-gradient[data-v-6d1070aa]{background:linear-gradient(135deg,#0f62fe,#0043ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-description[data-v-6d1070aa]{font-size:.875rem;color:var(--ibm-gray-70, #525252);max-width:900px;margin:0;line-height:1.6}.pricing-footnote[data-v-6d1070aa]{text-align:left;margin-bottom:2rem;font-size:.75rem;color:var(--ibm-gray-60, #6f6f6f);font-style:normal}.pricing-grid[data-v-6d1070aa]{display:grid;gap:1.5rem;align-items:stretch;margin-top:2rem}.school-planning-plans[data-v-6d1070aa]{grid-template-columns:repeat(3,1fr)}.crm-plans[data-v-6d1070aa]{grid-template-columns:1fr;max-width:400px;margin:2rem auto 0;justify-content:center}.credit-plans[data-v-6d1070aa]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.pricing-card[data-v-6d1070aa]{background:#fff;border-radius:0;padding:2rem;box-shadow:none;border:1px solid var(--ibm-gray-20, #e0e0e0);display:flex;flex-direction:column;position:relative;transition:border-color .15s ease}.card-header[data-v-6d1070aa]{padding-bottom:1.5rem;border-bottom:1px solid var(--ibm-gray-20, #e0e0e0);margin-bottom:1.5rem;height:8rem;display:flex;flex-direction:column;justify-content:flex-start;gap:.5rem}.plan-name[data-v-6d1070aa]{font-size:1.125rem;font-weight:600;color:var(--ibm-gray-100, #161616);margin-bottom:0;flex-shrink:0}.plan-description[data-v-6d1070aa]{font-size:.875rem;color:var(--ibm-gray-60, #6f6f6f);margin:.25rem 0 auto;flex-shrink:0}.plan-price[data-v-6d1070aa]{font-size:2rem;font-weight:300;color:var(--ibm-gray-100, #161616);margin:.75rem 0 0;line-height:1;flex-shrink:0}.price-gradient[data-v-6d1070aa]{background:linear-gradient(135deg,#0f62fe,#0043ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:300}.number-gradient[data-v-6d1070aa]{background:linear-gradient(135deg,#4589ff,#0f62fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.price-unit[data-v-6d1070aa]{font-size:.875rem;font-weight:400;color:var(--ibm-gray-60, #6f6f6f)}.plan-contact[data-v-6d1070aa]{display:flex;flex-direction:column;gap:.25rem;margin-bottom:0;flex-shrink:0}.contact-label-wrapper[data-v-6d1070aa]{display:flex;align-items:center}.contact-label[data-v-6d1070aa]{font-size:.875rem;font-weight:400;color:var(--ibm-gray-60, #6f6f6f)}.plan-contact .contact-number[data-v-6d1070aa]{font-size:1.5rem;font-weight:300;margin:0;line-height:1;color:var(--ibm-gray-100, #161616)}.plan-features[data-v-6d1070aa]{list-style:none;padding:0;margin:0;flex-grow:1}.plan-features li[data-v-6d1070aa]{display:flex;align-items:center;margin-bottom:.875rem;color:var(--ibm-gray-70, #525252);font-size:.875rem}.check-icon[data-v-6d1070aa]{width:18px;height:18px;color:var(--ibm-blue-60, #0f62fe);margin-right:.75rem;flex-shrink:0}.card-footer[data-v-6d1070aa]{margin-top:auto}.card-footer.with-note[data-v-6d1070aa]{display:flex;flex-direction:column}.plan-note[data-v-6d1070aa]{background-color:var(--ibm-gray-10, #f4f4f4);color:var(--ibm-gray-70, #525252);padding:.5rem;border-radius:0;font-size:.75rem;text-align:center;margin-bottom:.75rem}.cta-btn[data-v-6d1070aa]{width:100%;padding:.875rem;font-size:.875rem;font-weight:400;border-radius:0;cursor:pointer;border:none;transition:background-color .15s ease;background-color:var(--ibm-blue-60, #0f62fe);color:#fff;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;letter-spacing:.01em}.cta-btn[data-v-6d1070aa]:hover{background-color:#0353e9;transform:none;box-shadow:none}.cta-btn[data-v-6d1070aa]:active{background-color:#002d9c;transform:none;box-shadow:none}.cta-btn[data-v-6d1070aa]:focus{outline:2px solid var(--ibm-blue-60, #0f62fe);outline-offset:-2px;box-shadow:none}.cta-btn.loading[data-v-6d1070aa]{pointer-events:none;opacity:.7}.cta-btn.loading[data-v-6d1070aa]:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin-6d1070aa 1s linear infinite}@keyframes spin-6d1070aa{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pricing-card.featured .cta-btn[data-v-6d1070aa]{background-color:var(--ibm-blue-60, #0f62fe)}.pricing-card.featured .cta-btn[data-v-6d1070aa]:hover{background-color:#0353e9}.cta-btn.dark[data-v-6d1070aa]{background-color:var(--ibm-gray-100, #161616);color:#fff}.cta-btn.dark[data-v-6d1070aa]:hover{background-color:#393939}.section-divider[data-v-6d1070aa]{height:1px;background:var(--ibm-gray-20, #e0e0e0);margin:4rem 0;max-width:100%;margin-left:0;margin-right:0}.discount-badge[data-v-6d1070aa]{position:absolute;top:0;right:0;background:var(--ibm-blue-60, #0f62fe);color:#fff;padding:.25rem .75rem;border-radius:0;font-size:.75rem;font-weight:600;z-index:1;box-shadow:none;transform:none;left:auto}.bonus-badge[data-v-6d1070aa]{position:absolute;top:0;right:0;background:#198038;color:#fff;padding:.25rem .75rem;border-radius:0;font-size:.75rem;font-weight:600;z-index:1;box-shadow:none;transform:none;left:auto}.benefits-grid[data-v-6d1070aa]{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-top:2rem;padding:2rem;background:var(--ibm-gray-10, #f4f4f4);border-radius:0;border:none;box-shadow:none}.benefit-item[data-v-6d1070aa]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.benefit-icon[data-v-6d1070aa]{width:3rem;height:3rem;border-radius:0;display:flex;align-items:center;justify-content:center;background:var(--ibm-gray-20, #e0e0e0);border:none;color:var(--ibm-gray-100, #161616)}.benefit-item:nth-child(1) .benefit-icon[data-v-6d1070aa]{background:var(--ibm-blue-60, #0f62fe);color:#fff;border:none;box-shadow:none}.benefit-item:nth-child(2) .benefit-icon[data-v-6d1070aa]{background:#198038;color:#fff;border:none;box-shadow:none}.benefit-item:nth-child(3) .benefit-icon[data-v-6d1070aa]{background:#b28600;color:#fff;border:none;box-shadow:none}.benefit-item:nth-child(4) .benefit-icon[data-v-6d1070aa]{background:#da1e28;color:#fff;border:none;box-shadow:none}.benefit-item:nth-child(5) .benefit-icon[data-v-6d1070aa]{background:#8a3ffc;color:#fff;border:none;box-shadow:none}.benefit-item:nth-child(6) .benefit-icon[data-v-6d1070aa]{background:#0072c3;color:#fff;border:none;box-shadow:none}.benefit-icon .icon[data-v-6d1070aa]{width:1.25rem;height:1.25rem}.benefit-text[data-v-6d1070aa]{font-size:.875rem;font-weight:400;color:var(--ibm-gray-100, #161616)}.credit-description[data-v-6d1070aa]{margin:1rem 0;text-align:left}.credit-description p[data-v-6d1070aa]{font-size:.875rem;color:var(--ibm-gray-70, #525252);margin:0}.pricing-card[data-v-6d1070aa]:hover{transform:none;box-shadow:none;border-color:var(--ibm-gray-30, #c6c6c6)}.pricing-card[data-v-6d1070aa]:active{transform:none}.pricing-card.featured[data-v-6d1070aa]{border:2px solid var(--ibm-blue-60, #0f62fe);background:#fff}.pricing-card.featured[data-v-6d1070aa]:hover{border-color:var(--ibm-blue-60, #0f62fe);box-shadow:none}.animate-on-scroll[data-v-6d1070aa]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.animate-in[data-v-6d1070aa]{opacity:1;transform:translateY(0)}.pricing-grid .pricing-card[data-v-6d1070aa]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.pricing-grid.animate-in .pricing-card[data-v-6d1070aa]{opacity:1;transform:translateY(0)}.pricing-grid.animate-in .pricing-card[data-v-6d1070aa]:nth-child(1){transition-delay:0ms}.pricing-grid.animate-in .pricing-card[data-v-6d1070aa]:nth-child(2){transition-delay:80ms}.pricing-grid.animate-in .pricing-card[data-v-6d1070aa]:nth-child(3){transition-delay:.16s}.pricing-grid.animate-in .pricing-card[data-v-6d1070aa]:nth-child(4){transition-delay:.24s}.pricing-grid.animate-in .pricing-card[data-v-6d1070aa]:nth-child(5){transition-delay:.32s}@media (max-width: 1024px){.school-planning-plans[data-v-6d1070aa]{grid-template-columns:repeat(2,1fr)}.crm-plans[data-v-6d1070aa]{max-width:400px}.credit-plans[data-v-6d1070aa]{grid-template-columns:repeat(2,1fr)}.benefits-grid[data-v-6d1070aa]{grid-template-columns:repeat(3,1fr)}.plan-contact .contact-number[data-v-6d1070aa]{font-size:1.25rem}}@media (max-width: 768px){.pricing-page[data-v-6d1070aa]{padding-top:3rem}.page-header[data-v-6d1070aa]{min-height:30vh}.page-title[data-v-6d1070aa]{font-size:2rem}.page-subtitle[data-v-6d1070aa]{font-size:.875rem}.pricing[data-v-6d1070aa]{padding:3rem 0}.content-title[data-v-6d1070aa]{font-size:1.5rem}.school-planning-plans[data-v-6d1070aa],.crm-plans[data-v-6d1070aa],.credit-plans[data-v-6d1070aa]{grid-template-columns:1fr;gap:1.25rem;max-width:none}.crm-plans[data-v-6d1070aa]{max-width:none;width:100%}.benefits-grid[data-v-6d1070aa]{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem}.pricing-card[data-v-6d1070aa]{padding:1.5rem}.card-header[data-v-6d1070aa]{height:auto;min-height:auto;padding-bottom:1rem;margin-bottom:1rem}.plan-price[data-v-6d1070aa]{font-size:1.75rem}.plan-features li[data-v-6d1070aa]{font-size:.8125rem;margin-bottom:.75rem}.check-icon[data-v-6d1070aa]{width:16px;height:16px}.cta-btn[data-v-6d1070aa]{padding:.75rem;font-size:.8125rem}}@media (max-width: 480px){.pricing[data-v-6d1070aa]{padding:2.5rem 0}.page-title[data-v-6d1070aa]{font-size:1.5rem}.content-title[data-v-6d1070aa]{font-size:1.25rem}.pricing-card[data-v-6d1070aa]{padding:1.25rem}.plan-price[data-v-6d1070aa]{font-size:1.5rem}.plan-features li[data-v-6d1070aa]{font-size:.75rem}.benefits-grid[data-v-6d1070aa]{padding:1rem}}.contact-service[data-v-0adf9d27]{position:fixed;right:24px;bottom:24px;z-index:1000}.service-card[data-v-0adf9d27]{width:140px;background:var(--ibm-blue-60, #0f62fe);border:1px solid var(--ibm-blue-60, #0f62fe);border-radius:12px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:transform .2s ease,background-color .2s ease;box-shadow:none}.service-card[data-v-0adf9d27]:hover{transform:scale(1.02);background:var(--ibm-blue-70, #0353e9)}.card-text[data-v-0adf9d27]{font-size:16px;font-weight:600;color:#fff;line-height:1.4}.qr-popup[data-v-0adf9d27]{position:absolute;right:0;bottom:calc(100% + 16px);width:240px;background:linear-gradient(135deg,#fff,#fafafa);border-radius:16px;box-shadow:0 8px 24px #00000014,0 2px 8px #0000000a,0 0 1px #0000001a;border:none;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.qr-content[data-v-0adf9d27]{padding:28px 24px;display:flex;flex-direction:column;align-items:center}.qr-title[data-v-0adf9d27]{font-size:15px;font-weight:500;color:#1a1a1a;margin:0 0 20px;text-align:center;letter-spacing:.3px}.qr-image-container[data-v-0adf9d27]{display:flex;justify-content:center;position:relative}.qr-image-large[data-v-0adf9d27]{width:160px;height:160px;border-radius:12px;border:none;box-shadow:0 2px 12px #00000014;background:#fff;padding:8px}.qr-fade-enter-active[data-v-0adf9d27],.qr-fade-leave-active[data-v-0adf9d27]{transition:opacity .3s ease,transform .3s cubic-bezier(.4,0,.2,1)}.qr-fade-enter-from[data-v-0adf9d27],.qr-fade-leave-to[data-v-0adf9d27]{opacity:0;transform:translateY(12px)}@media (max-width: 768px){.contact-service[data-v-0adf9d27]{right:16px;bottom:24px;top:auto;transform:none}.service-card[data-v-0adf9d27]{width:64px;padding:8px;border-radius:8px;justify-content:center}.card-text-top[data-v-0adf9d27],.card-text-bottom[data-v-0adf9d27]{display:none}.icon-container[data-v-0adf9d27]{margin-bottom:0}.qr-popup[data-v-0adf9d27]{right:74px;bottom:0;top:auto;transform:none}.qr-arrow[data-v-0adf9d27]{top:auto;bottom:30px;transform:none}}
