html{scroll-behavior:smooth}.header{position:fixed;top:0;left:0;width:100%;box-sizing:border-box;background:#00000080;color:#fff;display:flex;align-items:center;padding:10px 20px;z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.logo{font-weight:800;font-size:1.2rem;color:#00b5ad;white-space:nowrap}.logo-img{width:127px;height:27px}.logo span{color:#ffc107}.nav{flex:1;text-align:center;white-space:nowrap}.nav a{margin:0 12px;color:#ddd;text-decoration:none;font-weight:400}.nav a:hover{color:#fff}.nav a.active{color:#00b5ad;font-weight:800}.login-btn{border:1px solid #00b5ad;background:transparent;color:#00b5ad;padding:6px 20px;border-radius:4px 4px 0 0;cursor:pointer;white-space:nowrap}.dropdown{position:relative;display:inline-block;margin-left:10px}.dropdown-menu{position:absolute;top:100%;left:0;width:97.5%;border:1px solid #00b5ad;border-top:none;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dropdown-menu a{display:block;padding:8px 12px;text-align:center;color:#00b5ad;text-decoration:none}.dropdown-menu a:hover{background:#ffffff1a}.service-intro-section{position:relative;width:100%;height:auto;overflow:hidden;min-height:520px}.service-slider{display:flex;height:100%;transition:transform .7s cubic-bezier(.22,.9,.3,1)}.service-slide{position:relative;min-width:100%;width:100%;height:100%;flex-shrink:0;background:#fff}.service-slide img{width:100%;height:auto;object-fit:contain;object-position:center center;display:block}.hero-dots{position:absolute;left:50%;transform:translate(-50%);bottom:18px;z-index:20;display:flex;gap:10px}.pricing-section{padding:100px 20px;background:#f7f9fa;text-align:center}.pricing-header.left{max-width:1200px;margin:0 auto 60px;text-align:left;padding-left:10px}.pricing-header .subtitle{color:#00b5ad;font-size:1rem;font-weight:800;margin-bottom:-10px}.pricing-header .tailsub{color:#00b5ad;font-size:1rem;font-weight:600;margin-bottom:-30px}.pricing-header.left .title{line-height:1.2;margin-bottom:4px}.pricing-header.left .description{margin-top:8px;color:#666;font-size:1.1rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;max-width:1200px;margin:0 auto}.pricing-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d;transition:.3s ease;display:flex;flex-direction:column}.pricing-card:hover{box-shadow:0 10px 24px #0000001a;transform:translateY(-3px)}.pricing-card.highlight{background:#00b5ad;color:#fff}.pricing-card.highlight .plan-button{background:#fff;color:#00b5ad}.pricing-card.highlight .plan-features{color:#fff}.plan-name{font-size:1.3rem;font-weight:700;margin-bottom:4px}.plan-subtext{font-size:.9rem;color:#777;margin-bottom:16px}.plan-price{font-size:2rem;font-weight:700;margin:10px 0}.original-price{font-size:.8rem;color:#aaa;margin-left:6px}.plan-features{list-style:none;padding:0;margin:16px 0 24px;color:#444;flex-grow:1}.plan-features li{margin:4px 0}.plan-button{display:inline-block;padding:10px 16px;background:#00b5ad;color:#fff;font-weight:600;border-radius:6px;text-decoration:none;transition:.2s ease}.plan-button:hover{opacity:.9}.app-intro-section{position:relative;width:100%;height:100vh;background:#f7f;overflow:hidden;min-height:520px}.app-slider{display:flex;height:100%;transition:transform .7s cubic-bezier(.22,.9,.3,1)}.app-slide{position:relative;min-width:100%;height:100%;flex-shrink:0;background:#fff}.app-slide img{width:100%;height:100%;object-fit:cover;display:block}.hero-slide-fallback{display:none}.app-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:15px;background:transparent}.dot{width:7px;aspect-ratio:1 / 1;border-radius:50%;background:#ffffff73;border:none;cursor:pointer;transition:transform .18s ease,background .18s ease;box-shadow:0 0 4px #00000080;display:block}.dot.active{transform:scale(1.2);background:#00b5ad}.app-download{position:absolute;right:30px;bottom:30px;display:flex;flex-direction:column;gap:10px}.store-btn img{width:140px;height:auto}@media(max-width:768px){.app-slide{flex-direction:column;text-align:center}.app-image img{width:200px}.app-download{position:static;margin-top:30px;flex-direction:row;justify-content:center}}.faq-section{padding:100px 20px;background:#fff;text-align:center}.faq-section .subtitle{color:#00b5ad;font-size:1rem;font-weight:600;margin-bottom:-10px}.faq-section .title{font-size:2rem;font-weight:700;margin-bottom:30px}.faq-section .subtitle,.faq-section .title{text-align:center;margin-left:auto;margin-right:auto;display:block}.faq-list{max-width:800px;margin:0 auto;text-align:left}.faq-item{border-bottom:1px solid #eee;padding:15px 0}.faq-question{width:100%;text-align:left;font-size:1.1rem;font-weight:600;background:none;border:none;padding:10px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .2s ease}.faq-question:hover{color:#00b5ad}.icon{font-size:.9rem;color:#888;transition:transform .3s ease}.faq-item.open .icon{transform:rotate(180deg)}.faq-answer{margin-top:8px;color:#555;line-height:1.5;padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease}.faq-item.open .faq-answer{padding:10px 0;max-height:500px}.pagination{display:flex;justify-content:center;margin-top:20px;gap:6px}.pagination button{padding:6px 12px;border:1px solid #ddd;background:#fff;cursor:pointer}.pagination button.active{background:#00b5ad;color:#fff;border-color:#00b5ad}.pagination button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:480px){.faq-section{padding:60px 15px}.faq-question{font-size:1rem}.faq-answer{font-size:.9rem}}.footer{background:#111;color:#eee;padding:60px 20px 30px;font-size:.95rem}.footer-inner{display:flex;flex-wrap:wrap;max-width:1100px;margin:0 auto;gap:40px;justify-content:space-between}.footer-brand{flex:1 1 300px}.footer-brand .logo{font-weight:800;color:#00b5ad;font-size:1.4rem;margin-bottom:10px}.footer-brand .logo span{color:#ffc107}.footer-brand .desc{line-height:1.6;color:#bbb;font-size:.9rem}.footer-links{flex:1 1 100px}.footer-links h4{font-size:1.1rem;margin-bottom:10px;color:#fff}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:6px}.footer-links a{text-decoration:none;color:#bbb}.footer-links a:hover{color:#fff}.footer-contact{flex:1 1 100px}.footer-contact h4{font-size:1.1rem;margin-bottom:10px;color:#fff}.footer-contact p{margin:6px 0;color:#ccc}.footer-contact a{text-decoration:none;color:#bbb}.footer-contact a:hover{color:#fff}.footer-gps{flex:1 1 150px}.footer-gps h4{font-size:1.1rem;margin-bottom:10px;color:#fff}.footer-gps ul{list-style:none;padding:0;margin:0}.footer-gps li{margin-bottom:6px}.footer-gps a{text-decoration:none;color:#bbb}.footer-gps a:hover{color:#fff}.footer-bottom{margin-top:50px;text-align:center;border-top:1px solid #222;padding-top:20px;color:#888;font-size:.85rem}.biz-btn{margin-left:6px;padding:3px 10px;font-size:12px;font-weight:500;color:#00b5ad;border:1px solid #00b5ad;border-radius:6px;background-color:#fff;cursor:pointer;transition:all .2s ease}.biz-btn:hover{background-color:#00b5ad;color:#fff}.footer-button{display:inline-block;padding:10px 16px;background:#00b5ad;color:#fff;font-weight:600;border-radius:6px;text-decoration:none;transition:.2s ease}.footer-button:hover{opacity:.9}.menual-btn{border:1px solid #00b5ad;background:transparent;color:#00b5ad;padding:6px 20px;border-radius:4px 4px 0 0;cursor:pointer;white-space:nowrap;transform:translateY(20px)}.footer-menual{flex:1 1 150px;display:inline-block;margin-left:10px}.manual-dropdown{position:relative;display:inline-block;margin-left:10px}.manual-dropdown-menu{position:absolute;top:18%;left:0;width:97.5%;border:1px solid #00b5ad;border-top:none;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.manual-dropdown-menu a{display:block;padding:8px 12px;text-align:center;color:#00b5ad;text-decoration:none}.manual-dropdown-menu a:hover{background:#ffffff1a}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:999999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-container{background-color:var(--darkBg, #1c1c1c);border-radius:36px;border:1px solid rgba(255,255,255,.12);box-shadow:0 4px 20px #00000040;padding:40px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:modalFadeIn .2s ease-out;position:relative}.modal-close-button{position:absolute;top:40px;right:40px;width:24px;height:24px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--white, #ffffff);transition:all .2s ease;z-index:1;opacity:.7}.modal-close-button:hover{opacity:1}.modal-close-button img{width:18px;height:18px}.inline-flex{display:flex;align-items:flex-start;gap:24px}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-small{width:340px;max-width:90vw}.modal-medium{width:640px;max-width:90vw}.modal-large{width:800px;max-width:90vw}.modal-xlarge{width:1200px;max-width:95vw}.modal-extra-large{width:1400px;max-width:95vw}.modal-header{padding:0 0 16px;border-bottom:1px solid rgba(255,255,255,.15);flex-shrink:0}.modal-container.modal-small{padding:24px;border-radius:16px}.modal-container.modal-small .modal-header{display:none}.modal-container.modal-small .modal-close-button{top:12px;right:12px;width:28px;height:28px;display:none}.modal-title{font-size:24px;font-weight:500;margin:0;color:var(--white, #ffffff);line-height:1.4}.modal-container.modal-medium .modal-title{font-size:20px}.modal-body{padding:24px 0;flex:1;min-height:0;display:flex;flex-direction:column;max-height:65vh;overflow-y:auto}.modal-body .card{min-height:180px}.modal-body p{margin:0;font-size:14px;font-weight:400;line-height:1.5}.modal-container.modal-small .modal-body{text-align:center;color:#fff;font-size:16px;line-height:1.5}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background-color:#ffffff1a;border-radius:3px}.modal-body::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background-color:#ffffff80}.modal-footer{padding:24px 0 0;display:flex;justify-content:center;gap:16px;flex-shrink:0}.modal-container.modal-small .modal-footer .button-medium{min-width:80px}.modal-container.modal-extra-large .modal-footer .button-medium,.modal-container.modal-xlarge .modal-footer .button-medium,.modal-container.modal-large .modal-footer .button-medium,.modal-container.modal-medium .modal-footer .button-medium{min-width:120px;min-height:48px}.modal-container .modal-body .form-group,.modal-container .modal-body form{display:flex;flex-direction:column;gap:24px}.modal-container .modal-body .form-group .input-label,.modal-container .modal-body form .input-label{width:20%}.modal-container.faq-edit-modal .modal-footer .button-medium,.modal-container.faq-detail-modal .modal-footer .button-medium,.modal-container.faq-create-modal .modal-footer .button-medium{min-width:80px}@media(max-width:768px){.modal-container{margin:20px;max-height:calc(100vh - 40px)}.modal-small,.modal-medium,.modal-large,.modal-xlarge,.modal-extra-large{width:100%;max-width:calc(100vw - 40px)}.modal-header,.modal-body,.modal-footer{padding-left:16px;padding-right:16px}.modal-title{font-size:16px}}.terms-modal-container{max-width:600px;width:95%;max-height:85vh}.terms-modal-content{margin-bottom:16px;font-size:16px;line-height:1.4;color:var(--white, #ffffff);font-weight:400;word-break:keep-all;max-height:80vh;overflow:auto;padding-top:15px}.terms-modal-content .circled-number{display:inline-block;transform:scale(.65);transform-origin:center}.terms-modal-content strong{font-weight:600;color:var(--neutralDarkDarkest);display:block;margin:0 0 -8px;font-size:14px;line-height:1}.terms-modal-content strong:first-child{margin-top:0}.terms-modal-content table.terms-table{width:100%;border-collapse:collapse;font-size:10px;color:inherit}.terms-modal-content .terms-table th,.terms-modal-content .terms-table td{border:1px solid currentColor;padding:8px;text-align:left;vertical-align:top}.terms-modal-content .terms-table thead th{font-weight:600}.terms-modal-content::-webkit-scrollbar{width:6px}.terms-modal-content::-webkit-scrollbar-track{background:#fff3;border-radius:3px}.terms-modal-content::-webkit-scrollbar-thumb{background:#777;border-radius:3px}.terms-modal-content::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.modal-button{display:inline-block;padding:10px 16px;background:#00b5ad;color:#fff;font-weight:600;border-radius:6px;text-decoration:none;transition:.2s ease}.modal-button:hover{opacity:.9}.container{max-width:900px;margin:0 auto;padding:60px 20px;line-height:1.7;color:#333}.container h1{text-align:center;margin-bottom:30px;font-size:1.8rem}.content{max-height:70vh;overflow-y:auto;padding:20px;border:1px solid #e5e5e5;background:#fafafa;border-radius:8px}.content p{margin-bottom:16px;white-space:pre-line}.content strong{color:#00b5ad}.content strongest{color:#000;font-weight:600;font-size:1.2rem}html,body{margin:0;padding:0;box-sizing:border-box}
