:root{--max-width:1200px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:#333;background:#fff}a{color:inherit;text-decoration:none}ul{list-style:none;padding:0;margin:0}button{cursor:pointer;border:none;outline:none;background:none;padding:0}img{max-width:100%;height:auto}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:12px;position:relative;overflow-y:auto}.modal-close-btn{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;padding:0}.modal-close-btn img{width:24px;height:24px}:root{--color-primary:#1e4fff;--color-secondary:#0a1f5c;--color-background:#f8f9fa;--color-text:#333;--color-white:#fff}html{scroll-behavior:smooth}.button{padding:1rem 2.5rem;border:none;border-radius:8px;background-color:var(--color-primary);color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(30,79,255,.2);transition:background .2s,box-shadow .2s}@media (max-width:768px){.button{padding:.8rem 2rem;font-size:1rem}}.button:hover{background-color:#0035ff;box-shadow:0 6px 16px rgba(30,79,255,.3)}.hero-section{position:relative;min-height:600px;flex-direction:column;overflow:hidden;padding:7rem 2rem}.download-section,.hero-section{display:flex;align-items:center;justify-content:center}.download-section{background-color:#fff;padding:2.5rem 2rem;gap:3rem;width:100%;margin:0 calc(-50vw + 50%)}.download-text{color:#333;font-size:1.8rem;font-weight:600}.download-button{background-color:transparent;color:#333;border:2px solid #333;border-radius:8px;font-size:1.1rem;font-weight:500;cursor:pointer;padding:1rem 2.5rem;transition:all .3s ease}.download-button:hover{background-color:#333;color:#fff}@media (max-width:768px){.download-section{flex-direction:column;gap:2rem;padding:2rem 1.5rem;text-align:center}.download-text{font-size:1.5rem}.download-button{font-size:1rem;padding:.8rem 2rem}}@media (max-width:1200px){.hero-section{min-height:500px;padding:6rem 1.5rem}}@media (max-width:768px){.hero-section{min-height:400px;padding:4rem 1rem}}.hero-section h1{font-size:32px;color:var(--color-white);margin-bottom:1.5rem;line-height:1.4;position:relative;z-index:2;text-align:center;max-width:800px;word-break:keep-all}@media (max-width:1200px){.hero-section h1{font-size:28px;max-width:600px}}@media (max-width:768px){.hero-section h1{font-size:24px;padding:0 1rem;margin-bottom:1.2rem;max-width:100%}}.hero-section .hero-image{position:relative;z-index:2;margin:1rem auto 3rem;width:453px;height:86px;display:flex;align-items:center;justify-content:center}.hero-section .hero-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:1200px){.hero-section .hero-image{width:400px;height:76px;margin:1rem auto 2.5rem}}@media (max-width:768px){.hero-section .hero-image{width:280px;height:53px;margin:.8rem auto 2rem}}.hero-section p{font-size:1.3rem;color:var(--color-text);line-height:1.8;margin-bottom:3rem;position:relative;z-index:2;text-align:center;max-width:600px}@media (max-width:1200px){.hero-section p{font-size:1.2rem;max-width:500px;margin-bottom:2.5rem}}@media (max-width:768px){.hero-section p{font-size:1rem;padding:0 1rem;margin-bottom:2rem;max-width:100%;line-height:1.6}}.background-image{position:absolute;top:0;left:0;width:100%;height:600px;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity .5s ease}.background-image.active{opacity:1}@media (max-width:1200px){.background-image{height:400px}}@media (max-width:768px){.background-image{height:350px}}.background-image:after{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,.4)}@media (max-width:768px){.background-image:after{background-color:rgba(0,0,0,.5)}}.service-section{display:grid;grid-template-columns:repeat(4,minmax(250px,280px));grid-gap:1rem;gap:1rem;background-color:var(--color-white);padding:4rem 1rem;width:100%;max-width:none;justify-content:center}@media (max-width:1200px){.service-section{grid-template-columns:repeat(2,1fr);gap:2rem;padding:3rem 1rem;max-width:800px;margin:0 auto}}@media (max-width:768px){.service-section{grid-template-columns:repeat(2,1fr);padding:2rem 1rem;gap:1rem;max-width:600px}}.service-card{padding:1.5rem .8rem;background-color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}.service-card .service-image{width:120px;height:70px;display:flex;align-items:center;justify-content:center;margin:0 auto 2.5rem}@media (max-width:768px){.service-card .service-image{display:flex;width:100px;height:60px;margin-bottom:2rem}}.service-card h3{color:#000;font-size:26px;margin-bottom:.8rem;font-weight:700;text-align:center}@media (max-width:768px){.service-card h3{font-size:20px;text-align:center}}.service-card p{color:var(--color-text);font-size:.9rem;line-height:1.4;margin-bottom:.4rem;text-align:center}@media (max-width:768px){.service-card p{font-size:.8rem;text-align:center}}.intro-section{background-color:#3d99aa;padding:4rem 2rem;text-align:left;position:relative;display:flex;justify-content:center;gap:4rem;width:100%;margin:0 calc(-50vw + 50%)}.intro-section:before{content:"";position:absolute;right:0;bottom:40px;width:50%;height:100%;background:url(/bg_pass.png) 100% 100%/contain no-repeat;filter:brightness(0) invert(1);opacity:.08}.intro-section .intro-content{max-width:1400px;width:100%;display:flex;justify-content:center;gap:4rem;margin:0 auto;padding:0 2rem;position:relative;z-index:2}@media (max-width:1200px){.intro-section{padding:4rem 0}.intro-section:before{width:60%;bottom:30px}.intro-section .intro-content{flex-direction:column;align-items:center;gap:3rem}}@media (max-width:768px){.intro-section{padding:3rem 0}.intro-section:before{width:70%;opacity:.07;bottom:20px}.intro-section .intro-content{gap:2.5rem;padding:0 1rem}}.intro-section .intro-text{flex:1 1;max-width:500px;text-align:left;padding-left:0;position:relative;z-index:2}@media (max-width:1200px){.intro-section .intro-text{max-width:600px;text-align:center;padding:0}}@media (max-width:768px){.intro-section .intro-text{max-width:100%}}.intro-section .intro-text h2{font-size:2.5rem;color:var(--color-white);margin-bottom:2rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (max-width:768px){.intro-section .intro-text h2{font-size:2rem;margin-bottom:1.5rem}}.intro-section .intro-text p{font-size:1.1rem;color:var(--color-white);line-height:1.8;margin-bottom:2rem;text-shadow:0 1px 2px rgba(0,0,0,.1);opacity:.95}@media (max-width:768px){.intro-section .intro-text p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}}.intro-section .intro-video{flex:1 1;max-width:500px;height:281px;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.2);position:relative;border:4px solid hsla(0,0%,100%,.15);transition:all .3s ease;background-color:rgba(0,0,0,.1)}@media (max-width:1200px){.intro-section .intro-video{width:100%;max-width:500px;height:auto;aspect-ratio:16/9}}@media (max-width:768px){.intro-section .intro-video{border-radius:12px;width:100%}}.intro-section .intro-video:hover{transform:translateY(-5px);box-shadow:0 25px 50px rgba(0,0,0,.4)}.intro-section .intro-video iframe{width:100%;height:100%;border:none;position:absolute;inset:0}.issuance-section{background-color:var(--color-white);padding:4rem 2rem;text-align:center;min-height:-moz-fit-content;min-height:fit-content}.issuance-section h2{color:#000;font-size:2rem;margin-bottom:3rem;font-weight:600}.telecom-item{background-color:var(--color-white);padding:0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);width:300px;min-height:88px;height:auto;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.telecom-item:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--color-secondary);opacity:0;transition:opacity .3s ease;pointer-events:none}.telecom-item .telecom-content{width:300px;height:88px;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.telecom-item .default-logo{opacity:1;transition:opacity .3s ease}.telecom-item .hover-logo{position:absolute;opacity:0;transition:opacity .3s ease}.telecom-item .store-links{position:absolute;bottom:0;left:0;width:100%;height:0;overflow:hidden;display:flex;justify-content:center;gap:30px;transition:all .3s ease;opacity:0;z-index:2;transform:translateY(100%);padding:20px 0}.telecom-item .store-item{display:flex;flex-direction:column;align-items:center;gap:16px}.telecom-item .store-image{width:80px;height:24px;display:flex;align-items:center;justify-content:center;overflow:visible;margin-bottom:8px}.telecom-item .store-name{color:var(--color-white);font-size:12px;text-align:center;margin-top:8px}.telecom-item:hover{height:auto;min-height:240px;transform:translateY(-5px)}.telecom-item:hover:after{opacity:1}.telecom-item:hover .default-logo{opacity:0}.telecom-item:hover .hover-logo{opacity:1}.telecom-item:hover .store-links{height:130px;opacity:1;transform:translateY(0)}.telecom-box{flex-direction:row;gap:2rem;margin-top:2rem;margin-bottom:2rem;flex-wrap:wrap}.nav-item,.telecom-box{display:flex;justify-content:center}.nav-item{min-width:90px;height:26px;padding:0 8px;border:none;background:none;color:#ffffffb3;font-size:1rem;font-weight:400;cursor:pointer;white-space:nowrap;position:relative;align-items:center}.nav-item.active{color:#fff;font-weight:600}.nav-item:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:0;height:2px;background-color:#fff;transition:all .3s ease}.nav-item.active:after,.nav-item:hover:after{width:100%}.service-experience-section{background-color:#8951ff;padding:4rem 0;text-align:center;position:relative}@media (max-width:768px){.service-experience-section{padding:3rem 0}}.arrow-button{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);border:none;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}@media (max-width:768px){.arrow-button{width:40px;height:40px;background:hsla(0,0%,100%,.2)}}.arrow-button:hover{background:hsla(0,0%,100%,.2)}@media (max-width:768px){.arrow-button:hover{background:hsla(0,0%,100%,.3)}}.arrow-button.prev{left:60px}@media (max-width:768px){.arrow-button.prev{left:0;border-radius:0 20px 20px 0}}.arrow-button.next{right:60px}@media (max-width:768px){.arrow-button.next{right:0;border-radius:20px 0 0 20px}}.arrow-button svg{width:48px;height:48px;fill:#fff}@media (max-width:768px){.arrow-button svg{width:24px;height:24px}}.service-navigation{display:flex;justify-content:center;gap:15px;margin-bottom:3rem;padding:1rem;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.service-navigation::-webkit-scrollbar{display:none}@media (max-width:768px){.service-navigation{display:none}}.slide-container{width:100%;overflow:hidden;position:relative}@media (max-width:768px){.slide-container{padding:0 40px}}.slide-content{min-height:400px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}@media (max-width:768px){.slide-content{min-height:350px;padding:0 1rem}}.slide-content h3{font-size:2.5rem;color:#fff;margin-bottom:1.5rem}@media (max-width:768px){.slide-content h3{font-size:1.8rem;margin-bottom:1rem}}.slide-content p{font-size:1.2rem;line-height:1.8;text-align:center;color:#fff}@media (max-width:768px){.slide-content p{font-size:1rem;line-height:1.6}}.example-tags-div{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:20px 0;max-width:600px}.example-tag{background-color:hsla(0,0%,100%,.1);color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;border:1px solid hsla(0,0%,100%,.3)}.experience-button{width:352px;height:70px;background-color:indigo;color:#fff;border:none;border-radius:8px;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:2rem}@media (max-width:768px){.experience-button{width:280px;height:60px;font-size:1.1rem;margin-top:1.5rem}}.experience-button:hover{background-color:#3b0066;transform:translateY(-2px)}@media (max-width:768px){.issuance-section{padding:3rem 1rem}}.page_modalOverlay__TnoZU{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.page_modalContent__kFXqs{background-color:#fff;padding:2rem;border-radius:12px;width:90%;max-width:560px;text-align:center;position:relative;box-shadow:0 4px 6px rgba(0,0,0,.1)}.page_closeButton__FSk6K{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem}.page_closeButton__FSk6K:hover{color:#333}.page_title__vfOjE{font-size:1.7rem;font-weight:700;margin:1.5rem 0;color:#333}.page_description__r9yZ_{font-size:1.1rem;line-height:1.4;margin-bottom:1.5rem;white-space:pre-line}.page_contactBox__zV2Vh{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:1.5rem;text-align:center}.page_contactInfo__HhSr4{font-size:1.1rem;line-height:1.4;margin:0}.page_contactInfo__HhSr4 strong{color:#000;font-weight:600;display:inline;font-size:1.3rem}.page_contactInfo__HhSr4 p{margin:0 0 .5rem;padding:0}.page_contactInfo__HhSr4 p:last-child{margin-bottom:0}.page_partnerInfo__Zidu9{font-size:1.2rem;color:#404751;font-weight:500;margin:0;line-height:1.8}.page_partnerInfo__Zidu9 p{margin:0}.page_imageWrapper__VQS_M{margin-bottom:1.3rem}@media (max-width:600px){.page_modalContent__kFXqs{padding:1.5rem;width:95%}.page_title__vfOjE{font-size:1.5rem}.page_description__r9yZ_{font-size:1rem}.page_contactInfo__HhSr4 strong{font-size:1.2rem}.page_partnerInfo__Zidu9{font-size:1.1rem}}