:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;margin:0 auto;font-weight:400}a,a:hover{text-decoration:none}.header-bar{position:sticky;top:0;z-index:20;background-color:#fff;box-shadow:0 1px 4px #0f172a0f}.header-container{max-width:100%;width:100%;padding:16px 48px 16px 68px;margin:0 auto;gap:16px}@media(max-width:767px){.header-container{padding:12px 16px;gap:8px}}.min-h-screen{min-height:100vh}.min-h-\[800px\]{min-height:800px}.container{max-width:1500px;width:100%;padding:0 24px;margin:0 auto}.bg-white{background-color:#fff}.bg-gray-800{background-color:#1f2937}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-blue-600{background-color:#2563eb}.bg-blue-700{background-color:#1d4ed8}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--from-color, #eff6ff),var(--to-color, #e0e7ff))}.from-blue-50{--from-color: #eff6ff}.to-indigo-50{--to-color: #e0e7ff}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-blue-900{color:#1e3a8a}.text-green-500{color:#22c55e}.text-white{color:#fff}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.leading-relaxed{line-height:1.7}.flex{display:flex}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.items-start{align-items:flex-start}.self-start{align-self:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-button{border-radius:9999px;font-weight:500;border:none;cursor:pointer}.rounded-button.border{border-width:1px}.rect-button{border-radius:0;font-weight:500;border:none;cursor:pointer;display:inline-block;text-align:center}.rect-button.border{border-width:1px;background-color:#fff}.border{border-width:1px;border-style:solid;border-color:#e5e7eb}.border-blue-100{border-color:#dbeafe}.border-blue-300{border-color:#93c5fd}.border-blue-400{border-color:#60a5fa}.border-gray-200{border-color:#e5e7eb}.border-l-2{border-left-width:2px;border-left-style:solid}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px #0000001a}.shadow-lg{box-shadow:0 10px 15px #00000026}.hover\:shadow-md{transition:box-shadow .2s ease}.hover\:shadow-md:hover{box-shadow:0 4px 6px #0000001a}.w-full{width:100%}.max-w-md{max-width:28rem}.h-40{height:10rem}.h-64{height:16rem}.object-cover{object-fit:cover}.fixed{position:fixed}.inset-0{inset:0}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-1{margin-top:.25rem}.whitespace-nowrap{white-space:nowrap}.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.hover\:bg-blue-50:hover{background-color:#eff6ff}.hover\:bg-blue-200:hover{background-color:#bfdbfe}.hover\:bg-blue-600:hover{background-color:#2563eb}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:text-blue-600:hover{color:#2563eb}.input-focus{outline:none;transition:box-shadow .2s ease,border-color .2s ease}.input-focus:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f680}.shadow-sm.border{border-color:#dbeafe}.bg-gray-800 .text-gray-300,.bg-gray-800 .text-gray-400{color:inherit}.bg-gray-800 .text-gray-300{color:#e5e7eb}.bg-gray-800 .text-gray-400{color:#9ca3af}.footer-title{color:#e5e7eb}footer ul{list-style:none;padding-left:0;margin:0}.full-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.full-bleed-inner{max-width:1380px;width:100%;padding:0 48px;margin:0 auto}@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:mb-0{margin-bottom:0}.md\:p-12{padding:3rem}.md\:flex-row{flex-direction:row}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.hidden{display:none}@media(min-width:768px){.md\:flex{display:flex}}.bg-white.shadow-sm{box-shadow:0 1px 3px #0000000f}.ml-auto{margin-left:auto}[data-v-c004fbfc]:host{display:block}.footer-modern[data-v-7a8dae5b]{background:linear-gradient(135deg,#1e293b,#0f172a);padding:2.5rem 0 1rem;margin-top:4rem;position:relative}@media(max-width:767px){.footer-modern[data-v-7a8dae5b]{padding:2rem 0 1rem;margin-top:2.5rem}.footer-container[data-v-7a8dae5b]{padding:0 1rem}.footer-content[data-v-7a8dae5b]{gap:1.5rem}.footer-section-title[data-v-7a8dae5b]{font-size:1rem}.footer-section-text[data-v-7a8dae5b]{font-size:.875rem}.footer-links[data-v-7a8dae5b]{grid-template-columns:1fr;gap:.5rem;justify-items:center}.follow-buttons[data-v-7a8dae5b]{justify-content:center;gap:1rem}}.footer-modern[data-v-7a8dae5b]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.5),transparent)}.footer-container[data-v-7a8dae5b]{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-content[data-v-7a8dae5b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:1.5rem}.footer-section[data-v-7a8dae5b]{text-align:center}@media(min-width:768px){.footer-section[data-v-7a8dae5b]{text-align:left}}.footer-section-title[data-v-7a8dae5b]{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:.025em;position:relative;display:inline-block}.footer-section-title[data-v-7a8dae5b]:after{content:"";position:absolute;bottom:-.5rem;left:0;width:2rem;height:2px;background:linear-gradient(90deg,#3b82f6,transparent)}@media(min-width:768px){.footer-section-title[data-v-7a8dae5b]:after{left:0}}.footer-section-text[data-v-7a8dae5b]{color:#cbd5e1;line-height:1.7;font-size:.9375rem}.footer-links[data-v-7a8dae5b]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 1.5rem;justify-items:center}@media(min-width:768px){.footer-links[data-v-7a8dae5b]{justify-items:flex-start}}.footer-link[data-v-7a8dae5b]{color:#cbd5e1;text-decoration:none;font-size:.9375rem;transition:all .2s ease;position:relative;padding-left:0}.footer-link[data-v-7a8dae5b]:before{content:"→";position:absolute;left:-1.25rem;opacity:0;transition:all .2s ease;color:#3b82f6}.footer-link[data-v-7a8dae5b]:hover{color:#fff;padding-left:1.25rem}.footer-link[data-v-7a8dae5b]:hover:before{opacity:1;left:0}.follow-buttons[data-v-7a8dae5b]{display:flex;gap:1.5rem;justify-content:flex-start;flex-wrap:wrap}.follow-button[data-v-7a8dae5b]{background:#2a3441;border:none;border-radius:50%;width:44px;height:44px;padding:0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible}.follow-button[data-v-7a8dae5b]:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0006}.follow-button[data-v-7a8dae5b]:active{transform:translateY(-2px)}.follow-icon-wrapper[data-v-7a8dae5b]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.follow-icon[data-v-7a8dae5b]{width:28px;height:28px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;letter-spacing:.5px;color:#000;position:relative;filter:drop-shadow(-1px -1px 0 rgba(255,0,0,.4)) drop-shadow(1px 1px 0 rgba(0,0,150,.4)) drop-shadow(-.5px .5px 0 rgba(255,0,0,.3)) drop-shadow(.5px -.5px 0 rgba(0,0,150,.3));transition:all .3s ease}.follow-button:hover .follow-icon[data-v-7a8dae5b]{filter:drop-shadow(-1.5px -1.5px 0 rgba(255,0,0,.5)) drop-shadow(1.5px 1.5px 0 rgba(0,0,150,.5)) drop-shadow(-.75px .75px 0 rgba(255,0,0,.4)) drop-shadow(.75px -.75px 0 rgba(0,0,150,.4))}.line-icon[data-v-7a8dae5b]{font-size:.7rem;padding:0 4px}.wechat-icon[data-v-7a8dae5b]{background:transparent;width:28px;height:28px;padding:0;border-radius:0}.wechat-icon svg[data-v-7a8dae5b]{width:100%;height:100%;color:#fff;filter:drop-shadow(-1px -1px 0 rgba(255,0,0,.4)) drop-shadow(1px 1px 0 rgba(0,0,150,.4)) drop-shadow(-.5px .5px 0 rgba(255,0,0,.3)) drop-shadow(.5px -.5px 0 rgba(0,0,150,.3))}.follow-button:hover .wechat-icon svg[data-v-7a8dae5b]{filter:drop-shadow(-1.5px -1.5px 0 rgba(255,0,0,.5)) drop-shadow(1.5px 1.5px 0 rgba(0,0,150,.5)) drop-shadow(-.75px .75px 0 rgba(255,0,0,.4)) drop-shadow(.75px -.75px 0 rgba(0,0,150,.4))}.follow-hint[data-v-7a8dae5b]{color:#94a3b8;font-size:.875rem;margin-top:.75rem}.footer-divider[data-v-7a8dae5b]{height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.3),transparent);margin:1.5rem 0 1rem}.footer-copyright[data-v-7a8dae5b]{text-align:center;color:#94a3b8;font-size:.875rem;padding-top:.5rem}.logo-img[data-v-7a8dae5b]{height:40px;width:auto;display:block}.header-logo[data-v-7a8dae5b]{height:64px;width:auto;margin-right:-.5rem}.header-title[data-v-7a8dae5b]{display:flex;align-items:baseline;gap:.35rem;font-weight:600;font-size:1.875rem;margin-left:0;line-height:1.2}.header-title-main[data-v-7a8dae5b]{color:#143265;font-weight:900}.header-title-sub[data-v-7a8dae5b]{color:#e72719;font-weight:900}.header-nav-link[data-v-7a8dae5b]{color:#4b5563;font-size:1.125rem}.header-nav-link[data-v-7a8dae5b]:hover{color:#143265}.header-nav-link-active[data-v-7a8dae5b],.header-lang-active[data-v-7a8dae5b]{color:#143265;font-weight:700}@media(max-width:767px){.header-container[data-v-7a8dae5b]{padding:12px 16px;gap:8px}.header-logo[data-v-7a8dae5b]{height:48px;margin-right:-.25rem}.header-title[data-v-7a8dae5b]{font-size:1.25rem;gap:.25rem}.header-title-main[data-v-7a8dae5b],.header-title-sub[data-v-7a8dae5b]{font-size:inherit}}.mobile-menu-btn[data-v-7a8dae5b]{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#4b5563;transition:color .2s ease}.mobile-menu-btn[data-v-7a8dae5b]:hover{color:#143265}@media(min-width:768px){.mobile-menu-btn[data-v-7a8dae5b],.mobile-menu-overlay[data-v-7a8dae5b]{display:none!important}}.mobile-menu-icon[data-v-7a8dae5b]{width:24px;height:24px;transition:transform .3s ease}.mobile-menu-icon-open[data-v-7a8dae5b]{transform:rotate(90deg)}.mobile-menu-overlay[data-v-7a8dae5b]{position:fixed;inset:0;background:#00000080;z-index:40;animation:fadeIn-7a8dae5b .2s ease}@keyframes fadeIn-7a8dae5b{0%{opacity:0}to{opacity:1}}.mobile-menu[data-v-7a8dae5b]{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;padding:1rem 0;overflow-y:auto;z-index:50;animation:slideInRight-7a8dae5b .3s ease}@keyframes slideInRight-7a8dae5b{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-nav-link[data-v-7a8dae5b]{display:block;padding:1rem 1.5rem;color:#4b5563;text-decoration:none;font-size:1rem;font-weight:500;transition:all .2s ease;border-left:3px solid transparent}.mobile-nav-link[data-v-7a8dae5b]:hover{background:#2563eb0d;color:#143265}.mobile-nav-link-active[data-v-7a8dae5b]{color:#143265;font-weight:700;background:#2563eb14;border-left-color:#2563eb}.mobile-menu-divider[data-v-7a8dae5b]{height:1px;background:#e5e7eb;margin:.75rem 1.5rem}.mobile-lang-select[data-v-7a8dae5b]{width:calc(100% - 3rem);margin:0 1.5rem;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#4b5563;font-size:.9375rem;cursor:pointer;outline:none;transition:border-color .2s ease}.mobile-lang-select[data-v-7a8dae5b]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.qr-overlay[data-v-7a8dae5b]{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.qr-modal[data-v-7a8dae5b]{background:#0f172a;border:none;border-radius:1rem;width:min(360px,100%);padding:1.25rem;box-shadow:0 25px 50px #00000059;position:relative}.qr-close[data-v-7a8dae5b]{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#cbd5e1;font-size:1.5rem;cursor:pointer;line-height:1;z-index:1;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.qr-close[data-v-7a8dae5b]:hover{color:#fff}.qr-body[data-v-7a8dae5b]{display:flex;justify-content:center;align-items:center;padding-top:.5rem}.qr-image[data-v-7a8dae5b]{width:220px;height:220px;object-fit:contain;background:transparent;border-radius:.5rem;border:none;padding:.25rem}.home-hero-banner[data-v-ce1e237a]{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:0;overflow:hidden}.home-hero-banner-no-margin[data-v-ce1e237a]{margin-top:-32px}.home-hero-banner-wrapper[data-v-ce1e237a]{position:relative;width:100%;overflow:hidden}.home-hero-banner-container[data-v-ce1e237a]{position:relative;width:100%;min-height:320px}.home-hero-banner-inner[data-v-ce1e237a]{position:absolute;top:0;left:0;width:100%;background-size:cover;background-position:center;min-height:320px;padding:3.5rem 0;display:flex;justify-content:center;align-items:center}.home-hero-video[data-v-ce1e237a]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-hero-banner-overlay[data-v-ce1e237a]{position:absolute;inset:0;background:linear-gradient(90deg,#0f172abf,#0f172a80)}.home-hero-banner-content[data-v-ce1e237a]{position:relative;z-index:1;max-width:960px;text-align:center;color:#fff;padding:0 1.5rem}.home-hero-banner-title[data-v-ce1e237a]{font-size:2rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;color:#fff}.home-hero-banner-subtitle[data-v-ce1e237a]{font-size:1rem;opacity:.95;line-height:1.6;margin-bottom:2rem;color:#fff}.home-subnav-wrap[data-v-ce1e237a]{display:flex;justify-content:center;margin:0 0 2rem}.home-subnav[data-v-ce1e237a]{display:inline-flex;gap:.25rem;padding:.35rem;border-radius:9999px;background:#ffffffd9;border:1px solid rgba(147,197,253,.9);box-shadow:0 10px 24px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-subnav-item[data-v-ce1e237a]{appearance:none;border:none;background:transparent;color:#4b5563;padding:.6rem 1.15rem;border-radius:9999px;font-weight:600;font-size:.95rem;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease;white-space:nowrap}.home-subnav-item[data-v-ce1e237a]:hover{color:#2563eb;background:#2563eb14}.home-subnav-item-active[data-v-ce1e237a]{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 14px #2563eb59}.home-section[data-v-ce1e237a]{margin-bottom:4rem}.home-mission-grid[data-v-ce1e237a]{display:grid;grid-template-columns:1fr;gap:2rem}.home-products-grid[data-v-ce1e237a]{display:grid;grid-template-columns:1fr;gap:1.5rem}.home-products-grid .col-span-full[data-v-ce1e237a]{grid-column:1 / -1}.home-card[data-v-ce1e237a]{background-color:#eff6ff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d;border:1px solid #dbeafe}.home-card-white[data-v-ce1e237a]{background-color:#fff;transition:box-shadow .2s ease}.home-card-white[data-v-ce1e237a]:hover{box-shadow:0 4px 6px -1px #0f172a1a,0 2px 4px -2px #0f172a1a}.home-about-card[data-v-ce1e237a]{background:linear-gradient(135deg,#fff,#f8fafc);padding:3rem 2.5rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border-left:4px solid #2563eb;position:relative;overflow:hidden}.home-about-card[data-v-ce1e237a]:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:linear-gradient(135deg,rgba(37,99,235,.05) 0%,transparent 100%);border-radius:50%;transform:translate(30%,-30%);pointer-events:none}.home-about-content[data-v-ce1e237a]{position:relative;z-index:1}.home-about-text[data-v-ce1e237a]{color:#374151;line-height:1.8;margin-bottom:1.25rem;font-size:1rem}.home-about-text-last[data-v-ce1e237a]{margin-bottom:0}.home-preserve-whitespace[data-v-ce1e237a]{white-space:pre-wrap}.home-hero-dots[data-v-ce1e237a]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;justify-content:center;gap:.5rem}.home-hero-dot[data-v-ce1e237a]{width:10px;height:10px;border-radius:9999px;border:1px solid rgba(255,255,255,.65);background:#ffffff40;cursor:pointer;padding:0}.home-hero-dot-active[data-v-ce1e237a]{background:#ffffffe6}.hero-slide-enter-active[data-v-ce1e237a],.hero-slide-leave-active[data-v-ce1e237a]{transition:opacity .8s ease,transform .8s ease}.hero-slide-enter-from[data-v-ce1e237a]{opacity:0;transform:translate(100%)}.hero-slide-leave-to[data-v-ce1e237a]{opacity:0;transform:translate(-100%)}.hero-slide-enter-to[data-v-ce1e237a],.hero-slide-leave-from[data-v-ce1e237a]{opacity:1;transform:translate(0)}@media(max-width:767px){.home-hero-banner-no-margin[data-v-ce1e237a]{margin-top:-16px}.home-hero-banner-container[data-v-ce1e237a]{min-height:280px}.home-hero-banner-inner[data-v-ce1e237a]{min-height:280px;padding:2rem 0}.home-hero-banner-content[data-v-ce1e237a]{padding:0 1rem}.home-hero-banner-title[data-v-ce1e237a]{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.home-hero-banner-subtitle[data-v-ce1e237a]{font-size:.875rem;line-height:1.5;margin-bottom:1.5rem;padding:0 .5rem}.home-hero-dots[data-v-ce1e237a]{bottom:1rem;gap:.375rem}.home-hero-dot[data-v-ce1e237a]{width:8px;height:8px}.home-subnav-wrap[data-v-ce1e237a]{margin:0 0 1.5rem;padding:0 .5rem}.home-subnav[data-v-ce1e237a]{gap:.125rem;padding:.25rem;flex-wrap:wrap;justify-content:center;max-width:100%}.home-subnav-item[data-v-ce1e237a]{padding:.5rem .75rem;font-size:.875rem;font-weight:600}.home-section[data-v-ce1e237a]{margin-bottom:2.5rem}.home-section h2[data-v-ce1e237a]{font-size:1.5rem;margin-bottom:1.5rem}.home-mission-grid[data-v-ce1e237a],.home-products-grid[data-v-ce1e237a]{gap:1.25rem}.home-card[data-v-ce1e237a]{padding:1.25rem;border-radius:.5rem}.home-card h3[data-v-ce1e237a]{font-size:1.125rem;margin-bottom:.75rem}.home-card p[data-v-ce1e237a]{font-size:.875rem;line-height:1.6}.home-about-card[data-v-ce1e237a]{padding:1.5rem 1.25rem;border-radius:.75rem;border-left-width:3px}.home-about-text[data-v-ce1e237a]{font-size:.9375rem;line-height:1.7;margin-bottom:1rem}.home-about-card[data-v-ce1e237a]:before{width:120px;height:120px}.container[data-v-ce1e237a]{padding:0 1rem}.container.mx-auto[data-v-ce1e237a]{padding-top:1.5rem;padding-bottom:1.5rem}}@media(min-width:768px){.home-hero-banner-container[data-v-ce1e237a]{min-height:400px}.home-hero-banner-inner[data-v-ce1e237a]{min-height:400px;padding:4rem 0}.home-hero-banner-title[data-v-ce1e237a]{font-size:2.5rem;margin-bottom:1.25rem}.home-hero-banner-subtitle[data-v-ce1e237a]{font-size:1.125rem;margin-bottom:2.5rem}.home-hero-banner-buttons[data-v-ce1e237a]{gap:1.25rem}.home-hero-banner-btn[data-v-ce1e237a]{padding:.875rem 2rem;font-size:1.125rem}.home-mission-grid[data-v-ce1e237a]{grid-template-columns:repeat(2,minmax(0,1fr))}.home-products-grid[data-v-ce1e237a]{grid-template-columns:repeat(3,minmax(0,1fr))}.home-about-card[data-v-ce1e237a]{padding:3.5rem 3rem}.home-about-text[data-v-ce1e237a]{font-size:1.05rem;margin-bottom:1.5rem}}@media(min-width:1024px){.home-hero-banner-container[data-v-ce1e237a]{min-height:480px}.home-hero-banner-inner[data-v-ce1e237a]{min-height:480px;padding:4.5rem 0}.home-hero-banner-title[data-v-ce1e237a]{font-size:3rem}.home-hero-banner-subtitle[data-v-ce1e237a]{font-size:1.25rem}}.products-hero[data-v-65d0a7f1]{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:2.5rem;overflow:hidden}.products-hero-inner[data-v-65d0a7f1]{position:relative;background-image:url(https://ai-public.mastergo.com/ai/img_res/24cbd957907d39e031d21bd9574fccd5.jpg);background-size:cover;background-position:center;min-height:320px;padding:4rem 0;display:flex;justify-content:center;align-items:center}.products-hero-overlay[data-v-65d0a7f1]{position:absolute;inset:0;background:linear-gradient(90deg,#0f172acc,#0f172a66)}.products-hero-content[data-v-65d0a7f1]{position:relative;z-index:1;max-width:960px;text-align:center;color:#fff}.products-hero-title[data-v-65d0a7f1]{font-size:2rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem}.products-hero-subtitle[data-v-65d0a7f1]{font-size:.95rem;opacity:.9}@media(min-width:768px){.products-hero-inner[data-v-65d0a7f1]{min-height:400px;padding:5rem 0}.products-hero-title[data-v-65d0a7f1]{font-size:2.25rem}.products-hero-subtitle[data-v-65d0a7f1]{font-size:1rem}}@media(min-width:1024px){.products-hero-inner[data-v-65d0a7f1]{min-height:480px;padding:6rem 0}}.category-filter-wrapper[data-v-65d0a7f1]{margin-top:1.5rem;margin-bottom:3rem;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.category-filter-wrapper[data-v-65d0a7f1]{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.category-filter-wrapper[data-v-65d0a7f1]{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}}.category-filter[data-v-65d0a7f1]{gap:.5rem}@media(min-width:768px){.category-filter[data-v-65d0a7f1]{gap:.75rem}}.category-button[data-v-65d0a7f1]{padding:.35rem 1rem;font-size:.875rem;font-weight:500;border-radius:0;transition:all .2s ease;cursor:pointer;writing-mode:horizontal-tb;text-orientation:mixed}@media(max-width:767px){.category-filter-wrapper[data-v-65d0a7f1]{margin-top:1rem;margin-bottom:1.5rem;padding-left:1rem;padding-right:1rem}.category-filter-wrapper>div[data-v-65d0a7f1]{flex-direction:column;align-items:stretch;gap:.75rem}.category-filter[data-v-65d0a7f1]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%}.category-button[data-v-65d0a7f1]{width:100%;padding:.6rem .5rem;font-size:.875rem;line-height:1.2;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:anywhere}}.category-button--normal[data-v-65d0a7f1]{background-color:#fff;color:#2563eb;border:1px solid #2563eb}.category-button--normal[data-v-65d0a7f1]:hover{background-color:#eff6ff}.category-button--active[data-v-65d0a7f1]{background-color:#2563eb;color:#fff;border:none;box-shadow:0 4px 6px -1px #2563eb4d}.category-button[data-v-65d0a7f1]:focus{outline:none}.products-grid[data-v-65d0a7f1]{padding-left:1rem;padding-right:1rem}.products-grid--grid[data-v-65d0a7f1]{display:grid;grid-template-columns:1fr;column-gap:1.25rem;row-gap:1.5rem}@media(min-width:768px){.products-grid[data-v-65d0a7f1]{padding-left:1.5rem;padding-right:1.5rem}.products-grid--grid[data-v-65d0a7f1]{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-grid[data-v-65d0a7f1]{column-gap:1.75rem;row-gap:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}}.products-grid--list[data-v-65d0a7f1]{display:flex;flex-direction:column;gap:1.5rem}.product-card[data-v-65d0a7f1]{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;transition:all .2s ease}.product-card[data-v-65d0a7f1]:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.product-card--grid[data-v-65d0a7f1]{display:flex;flex-direction:column;padding:1.5rem}.product-card--list[data-v-65d0a7f1]{display:flex;flex-direction:row;padding:1.5rem;gap:1.5rem}@media(max-width:767px){.product-card--list[data-v-65d0a7f1]{flex-direction:column}}.product-image--grid[data-v-65d0a7f1]{margin-bottom:1rem}.product-image--list[data-v-65d0a7f1]{flex-shrink:0;width:200px}@media(max-width:767px){.product-image--list[data-v-65d0a7f1]{width:100%}}.product-content--grid[data-v-65d0a7f1],.product-content--list[data-v-65d0a7f1]{display:flex;flex-direction:column;flex-grow:1}.view-toggle-button[data-v-65d0a7f1]{display:flex;align-items:center;justify-content:center;padding:.35rem 1rem;background-color:#fff;border:1px solid #2563eb;color:#2563eb;border-radius:0;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;white-space:nowrap}@media(max-width:767px){.view-toggle-button[data-v-65d0a7f1]{display:none}}.view-toggle-button[data-v-65d0a7f1]:hover{background-color:#eff6ff}.view-toggle-button[data-v-65d0a7f1]:focus{outline:none}.view-icon[data-v-65d0a7f1]{width:1.25rem;height:1.25rem}.product-detail-card[data-v-3ad3f4fd]{background-color:#fff;padding:3rem 2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:1px solid #e5e7eb;max-width:900px;margin:0 auto}.product-detail-header[data-v-3ad3f4fd]{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e5e7eb}.product-title[data-v-3ad3f4fd]{font-size:2.25rem;font-weight:700;color:#1e40af;margin-bottom:1rem;line-height:1.2}.product-subtitle[data-v-3ad3f4fd]{font-size:1.125rem;color:#6b7280;line-height:1.6;margin:0}.product-content-wrapper[data-v-3ad3f4fd]{max-width:100%;margin:0 auto 3rem;color:#374151;line-height:1.8;font-size:1rem}.product-content-wrapper[data-v-3ad3f4fd] img{max-width:100%;height:auto;border-radius:.75rem;margin:2rem auto;display:block;box-shadow:0 4px 6px -1px #0000001a}.product-content-wrapper[data-v-3ad3f4fd] video{max-width:100%;height:auto;border-radius:.75rem;margin:2rem auto;display:block;box-shadow:0 4px 6px -1px #0000001a}.product-content-wrapper[data-v-3ad3f4fd] p{margin-bottom:1.5rem;line-height:1.8;color:#374151}.product-content-wrapper[data-v-3ad3f4fd] ul,.product-content-wrapper[data-v-3ad3f4fd] ol{margin:1.5rem 0;padding-left:2rem;line-height:1.8}.product-content-wrapper[data-v-3ad3f4fd] li{margin-bottom:.75rem;color:#374151}.product-content-wrapper[data-v-3ad3f4fd] h1{margin-top:2.5rem;margin-bottom:1.5rem;font-size:2rem;font-weight:700;color:#1e40af;line-height:1.3;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.product-content-wrapper[data-v-3ad3f4fd] h2{margin-top:2rem;margin-bottom:1.25rem;font-size:1.75rem;font-weight:600;color:#2563eb;line-height:1.4;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.product-content-wrapper[data-v-3ad3f4fd] h3{margin-top:1.75rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;color:#3b82f6;line-height:1.4}.product-content-wrapper[data-v-3ad3f4fd] h4,.product-content-wrapper[data-v-3ad3f4fd] h5,.product-content-wrapper[data-v-3ad3f4fd] h6{margin-top:1.5rem;margin-bottom:.75rem;font-weight:600;color:#1e40af}.product-content-wrapper[data-v-3ad3f4fd] table{width:100%;border-collapse:collapse;margin:2rem 0;box-shadow:0 1px 3px #0000001a;border-radius:.5rem;overflow:hidden}.product-content-wrapper[data-v-3ad3f4fd] table thead{background-color:#f3f4f6}.product-content-wrapper[data-v-3ad3f4fd] table th{border:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left;font-weight:600;color:#1f2937;background-color:#f9fafb}.product-content-wrapper[data-v-3ad3f4fd] table td{border:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left;color:#374151}.product-content-wrapper[data-v-3ad3f4fd] table tr:nth-child(2n){background-color:#f9fafb}.product-content-wrapper[data-v-3ad3f4fd] blockquote{border-left:4px solid #3b82f6;padding-left:1.5rem;margin:1.5rem 0;color:#6b7280;font-style:italic}.product-content-wrapper[data-v-3ad3f4fd] code{background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875rem;color:#dc2626}.product-content-wrapper[data-v-3ad3f4fd] pre{background-color:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.product-content-wrapper[data-v-3ad3f4fd] pre code{background-color:transparent;color:#f9fafb;padding:0}.product-content-wrapper[data-v-3ad3f4fd] a{color:#2563eb;text-decoration:underline;transition:color .2s}.product-content-wrapper[data-v-3ad3f4fd] a:hover{color:#1d4ed8}.product-footer[data-v-3ad3f4fd]{text-align:center;padding-top:2rem;border-top:2px solid #e5e7eb;margin-top:3rem}.consult-button[data-v-3ad3f4fd]{display:inline-block;background-color:#2563eb;color:#fff;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.125rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a}.consult-button[data-v-3ad3f4fd]:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}@media(max-width:768px){.product-detail-card[data-v-3ad3f4fd]{padding:2rem 1.5rem}.product-title[data-v-3ad3f4fd]{font-size:1.75rem}.product-subtitle[data-v-3ad3f4fd]{font-size:1rem}.product-content-wrapper[data-v-3ad3f4fd]{font-size:.9375rem}.product-content-wrapper[data-v-3ad3f4fd] h1{font-size:1.5rem}.product-content-wrapper[data-v-3ad3f4fd] h2{font-size:1.25rem}.product-content-wrapper[data-v-3ad3f4fd] h3{font-size:1.125rem}}.about-hero-banner[data-v-b3f4f384]{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:3rem;overflow:hidden}.about-hero-banner-inner[data-v-b3f4f384]{position:relative;background-size:cover;background-position:center;min-height:320px;padding:3.5rem 0;display:flex;justify-content:center;align-items:center}.about-hero-banner-overlay[data-v-b3f4f384]{position:absolute;inset:0;background:linear-gradient(90deg,#0f172ab3,#0f172a73)}.about-hero-banner-content[data-v-b3f4f384]{position:relative;z-index:1;max-width:860px;text-align:center;color:#fff;padding:0 1.5rem}.about-hero-banner-title[data-v-b3f4f384]{font-size:2rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem}.about-hero-banner-subtitle[data-v-b3f4f384]{font-size:.95rem;opacity:.95;line-height:1.7}@media(min-width:768px){.about-hero-banner-inner[data-v-b3f4f384]{min-height:400px;padding:4.5rem 0}.about-hero-banner-title[data-v-b3f4f384]{font-size:2.4rem;margin-bottom:1rem}.about-hero-banner-subtitle[data-v-b3f4f384]{font-size:1.05rem}}@media(min-width:1024px){.about-hero-banner-inner[data-v-b3f4f384]{min-height:480px;padding:5.5rem 0}.about-hero-banner-title[data-v-b3f4f384]{font-size:2.75rem}.about-hero-banner-subtitle[data-v-b3f4f384]{font-size:1.125rem}}.about-page[data-v-b3f4f384]{min-height:800px;padding-left:1rem;padding-right:1rem}.about-subnav-wrap[data-v-b3f4f384]{display:flex;justify-content:center;margin:0 0 2rem;padding:0 .5rem}.about-subnav[data-v-b3f4f384]{display:inline-flex;gap:.25rem;padding:.35rem;border-radius:9999px;background:#ffffffd9;border:1px solid rgba(147,197,253,.9);box-shadow:0 10px 24px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap;justify-content:center;max-width:100%}.about-subnav-item[data-v-b3f4f384]{appearance:none;border:none;background:transparent;color:#4b5563;padding:.6rem 1.15rem;border-radius:9999px;font-weight:600;font-size:.95rem;cursor:pointer;transition:color .2s ease,background-color .2s ease,box-shadow .2s ease;white-space:nowrap;flex-shrink:0}.about-subnav-item[data-v-b3f4f384]:hover{color:#2563eb;background:#2563eb14}.about-subnav-item-active[data-v-b3f4f384]{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 14px #2563eb59}@media(max-width:767px){.about-page[data-v-b3f4f384]{padding-left:1rem;padding-right:1rem}.about-subnav-wrap[data-v-b3f4f384]{padding:0 .5rem;margin:0 0 1.5rem}.about-subnav[data-v-b3f4f384]{gap:.5rem;padding:.5rem;width:100%;max-width:100%;display:grid;grid-template-columns:repeat(2,1fr);border-radius:.75rem}.about-subnav-item[data-v-b3f4f384]{padding:.6rem .75rem;font-size:.875rem;width:100%;text-align:center}}@media(min-width:768px){.about-page[data-v-b3f4f384]{padding-left:1.5rem;padding-right:1.5rem}.about-subnav-wrap[data-v-b3f4f384]{padding:0}}@media(min-width:1024px){.about-page[data-v-b3f4f384]{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}}.about-card[data-v-b3f4f384]{background-color:transparent;padding:2rem 0;border-radius:0;box-shadow:none;border:none}.about-section-title[data-v-b3f4f384]{font-size:1.5rem;font-weight:600;color:#1e40af;margin-bottom:1rem;text-align:center}@media(min-width:768px){.about-section-title[data-v-b3f4f384]{font-size:2rem}}@media(min-width:1024px){.about-section-title[data-v-b3f4f384]{font-size:2.25rem}}.about-company-content[data-v-b3f4f384]{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.about-company-content[data-v-b3f4f384]{flex-direction:row;align-items:flex-start;gap:2.5rem}}.about-company-text[data-v-b3f4f384]{flex:1}.about-company-image[data-v-b3f4f384]{flex-shrink:0;width:100%}@media(min-width:768px){.about-company-image[data-v-b3f4f384]{width:50%;max-width:500px}}.about-company-img[data-v-b3f4f384]{width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;object-fit:cover}.about-leader-text[data-v-b3f4f384]{max-width:920px;margin:0 auto;text-align:center;color:#374151;line-height:1.8}.about-history-list[data-v-b3f4f384]{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.about-history-item[data-v-b3f4f384]{text-align:left;width:100%;position:relative;padding:.5rem 0 .5rem .5rem;border-left:2px solid #60a5fa}.about-history-item h4[data-v-b3f4f384],.about-history-item p[data-v-b3f4f384]{text-align:left}.about-history-item h4[data-v-b3f4f384]{font-size:1.25rem}.about-history-item p[data-v-b3f4f384]{font-size:1.05rem;line-height:1.95}.about-history-pagination[data-v-b3f4f384]{margin-top:1.75rem;gap:1.25rem}.about-history-page-btn[data-v-b3f4f384]{font-size:1rem;padding:.6rem 1.15rem}.about-history-page-info[data-v-b3f4f384]{font-size:1rem}.about-preserve-whitespace[data-v-b3f4f384]{white-space:pre-wrap}.about-richtext[data-v-b3f4f384] img{max-width:100%;height:auto}.about-richtext[data-v-b3f4f384] p{line-height:1.8}.about-richtext[data-v-b3f4f384] table{max-width:100%}.about-history-pagination[data-v-b3f4f384]{margin-top:1.25rem;display:flex;justify-content:center;align-items:center;gap:1rem}.about-history-page-btn[data-v-b3f4f384]{border:1px solid #d1d5db;background:#fff;padding:.45rem .9rem;border-radius:9999px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.about-history-page-btn[data-v-b3f4f384]:disabled{cursor:not-allowed;opacity:.5}.about-history-page-btn[data-v-b3f4f384]:not(:disabled):hover{background:#2563eb14;color:#2563eb}.about-history-page-info[data-v-b3f4f384]{color:#6b7280;font-weight:600}.map-embed[data-v-a65ebeaa]{min-height:320px;height:20rem}@media(min-width:768px){.map-embed[data-v-a65ebeaa]{height:24rem}}@media(min-width:1024px){.map-embed[data-v-a65ebeaa]{height:28rem}}.contact-grid[data-v-a65ebeaa]{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.contact-grid[data-v-a65ebeaa]{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-card[data-v-a65ebeaa]{background-color:#eff6ff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 2px #0f172a0d;border:1px solid #dbeafe}.contact-address-text[data-v-a65ebeaa],.contact-phone-text[data-v-a65ebeaa]{white-space:nowrap}@media(max-width:767px){.contact-address-text[data-v-a65ebeaa],.contact-phone-text[data-v-a65ebeaa]{white-space:normal}}.contact-success-modal[data-v-a65ebeaa]{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0f172a1a,0 4px 6px -4px #0f172a1a;max-width:28rem;width:100%;margin:0 1rem}.recruitment-hero-banner[data-v-8aed3522]{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:3rem;overflow:hidden}.recruitment-hero-banner-inner[data-v-8aed3522]{position:relative;background-size:cover;background-position:center;min-height:320px;padding:3.5rem 0;display:flex;justify-content:center;align-items:center}.recruitment-hero-banner-overlay[data-v-8aed3522]{position:absolute;inset:0;background:linear-gradient(90deg,#0f172abf,#0f172a80)}.recruitment-hero-banner-content[data-v-8aed3522]{position:relative;z-index:1;max-width:860px;text-align:center;color:#fff;padding:0 1.5rem}.recruitment-hero-banner-title[data-v-8aed3522]{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.recruitment-hero-banner-subtitle[data-v-8aed3522]{font-size:1.125rem;opacity:.9;line-height:1.7}.recruitment-page[data-v-8aed3522]{max-width:1024px;margin:0 auto;padding:0 1.5rem}.recruitment-section[data-v-8aed3522]{margin-bottom:4rem}.recruitment-section-title[data-v-8aed3522]{font-size:2rem;font-weight:600;color:#1e40af;margin-bottom:1.5rem;text-align:center;border-bottom:2px solid #60a5fa;padding-bottom:.5rem;display:inline-block;left:50%;position:relative;transform:translate(-50%)}.recruitment-philosophy-text[data-v-8aed3522]{font-size:1.1rem;line-height:1.8;color:#374151;text-align:center;max-width:800px;margin:0 auto}.recruitment-preserve-whitespace[data-v-8aed3522]{white-space:pre-wrap}.recruitment-positions-grid[data-v-8aed3522]{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.recruitment-positions-grid[data-v-8aed3522]{grid-template-columns:repeat(2,1fr)}}.recruitment-card[data-v-8aed3522]{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;transition:box-shadow .3s ease,transform .3s ease}.recruitment-card[data-v-8aed3522]:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.recruitment-card-title[data-v-8aed3522]{font-size:1.5rem;font-weight:600;color:#1e3a8a;margin-bottom:.5rem}.recruitment-card-location[data-v-8aed3522]{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.recruitment-card-description[data-v-8aed3522]{color:#4b5563;margin-bottom:1.5rem}.recruitment-card-requirements[data-v-8aed3522]{list-style-position:inside;padding-left:.5rem;color:#4b5563;margin-bottom:2rem}.recruitment-card-requirements li[data-v-8aed3522]{margin-bottom:.5rem}.recruitment-card-apply-btn[data-v-8aed3522]{display:inline-block;background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:9999px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.recruitment-card-apply-btn[data-v-8aed3522]:hover{background-color:#1d4ed8}
