@font-face{font-family:Comfortaa-Regular;src:url(/assets/Comfortaa-Regular-DS1_LMBi.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:GenSenMaruGothicTW;src:url(/assets/GenSenMaruGothicTW-Regular-CKn-7hcw.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:GenSenMaruGothicTW;src:url(/assets/GenSenMaruGothicTW-Bold-XcHNqrw_.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:GenSenMaruGothicTW;src:url(/assets/GenSenMaruGothicTW-Medium-CPx8KRHw.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:GenSenMaruGothicTW;src:url(/assets/GenSenMaruGothicTW-Heavy-B72PSiK2.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Omnium-ExtraBold;src:url(/assets/OMNIUM-EXTRABOLD-BhNxhush.OTF) format("opentype");font-weight:800;font-style:normal}:root{--beame-green: #00ce7c;--beame-green-hover: #008B5E;--beame-purple: #667eea;--beame-purple-dark: #764ba2;--bg-light: #f8f9fa;--surface: #ffffff;--text-main: #333333;--text-muted: #666666;--shadow-sm: 0 2px 8px rgba(0,0,0,.05);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12);--beame-gradient: linear-gradient(135deg, var(--beame-green), #00a86b);--beame-gradient-soft: linear-gradient(135deg, rgba(0, 206, 124, .1), rgba(0, 168, 107, .05));--radius-md: 16px;--radius-lg: 24px;--radius-xl: 40px;--main-font: "Comfortaa-Regular", "GenSenMaruGothicTW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--main-font)!important;line-height:1.6;color:var(--text-main);background-color:#fcfdfd;background-image:radial-gradient(circle at 0% 0%,rgba(0,206,124,.05) 0%,transparent 25%),radial-gradient(circle at 100% 100%,rgba(0,206,124,.05) 0%,transparent 25%),radial-gradient(var(--beame-green) 1px,transparent 1px);background-size:100% 100%,100% 100%,40px 40px;background-attachment:scroll;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p,a,span,button,td,th{font-family:var(--main-font)!important}.container-xl{max-width:1200px;margin:0 auto;padding:0 20px}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-md-1,.col-md-2,.col-md-4,.col-lg-5,.col-lg-6,.col-6{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (max-width: 768px){.col-md-1{flex:0 0 100%;max-width:100%;margin-bottom:20px}.col-md-2{flex:0 0 50%;max-width:50%;margin-bottom:20px}.col-md-4{flex:0 0 100%;max-width:100%;margin-bottom:30px}.col-6{flex:0 0 50%;max-width:50%;margin-bottom:20px}}@media (min-width: 768px){.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}}@media (min-width: 992px){.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}}.hamburger{display:none;cursor:pointer;padding:8px;z-index:1001;width:40px;height:40px;align-items:center;justify-content:center;margin-left:-8px}.hamburger svg{width:100%;height:100%;stroke:var(--beame-green);display:block}.sidebar{position:fixed;top:0;left:-280px;width:280px;height:100vh;background:#fff;z-index:2000;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;padding:20px}.sidebar.active{left:0}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1999;display:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sidebar-overlay.active{display:block}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.sidebar-header .logo img{height:40px}.close-btn{font-size:30px;color:var(--text-muted);cursor:pointer}.sidebar-links{display:flex;flex-direction:column;gap:25px}.sidebar-link{text-decoration:none;color:var(--text-main);font-size:18px;font-weight:700;transition:color .3s ease}.sidebar-link:hover{color:var(--beame-green)}.sidebar-footer{margin-top:auto;padding-top:20px;border-top:1px solid #eee}.book-btn{background:var(--beame-gradient);color:#fff;text-decoration:none;padding:8px 20px;border-radius:50px;font-weight:700;font-size:15px;box-shadow:0 4px 10px #00ce7c33;white-space:nowrap;display:inline-block}.book-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00ce7c4d;color:#fff}.fixed-top{position:fixed;top:0;left:0;right:0;height:70px;background:#fff;box-shadow:var(--shadow-sm);border-bottom:2px solid var(--beame-green);z-index:1000;display:flex;align-items:center;transition:height .3s ease}@media (max-width: 768px){.fixed-top{height:60px}.hamburger,.language-switcher{display:flex!important}}.navbar-container{width:100%;max-width:1400px;margin:0 auto;padding:0 30px;display:flex;justify-content:space-between;align-items:center}.logo-links-container{display:flex;align-items:center;gap:30px;flex:1;min-width:0}.logo{text-decoration:none;display:flex;align-items:center}.logo img{height:55px;display:block;transition:all .3s ease}@media (max-width: 768px){.logo img{height:40px}}.logo:hover img{transform:scale(1.05)}.footer-logo{height:80px;margin-bottom:20px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2))}.inline-logo{height:1.2em;vertical-align:middle;margin:0 4px}.language-switcher{display:flex;gap:5px;background:#f0f0f0;padding:4px;border-radius:50px}.lang-btn{padding:6px 16px;border:none;background:transparent;color:var(--text-muted);border-radius:50px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}.lang-btn.active{background:#fff;color:var(--beame-green);box-shadow:var(--shadow-sm)}.nav-links{display:flex;flex-direction:row;gap:25px;align-items:center;flex-wrap:nowrap}.nav-link{text-decoration:none;color:var(--text-main);font-weight:700;font-size:16px;position:relative;white-space:nowrap;padding:5px 15px;display:inline-block}.nav-link:hover{color:var(--beame-green)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--beame-green);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-right{display:flex;align-items:center;gap:15px;margin-left:auto}.section-wrapper{padding:60px 0;scroll-margin-top:70px;position:relative}.section-wrapper.gray-bg{background-color:#f8f9fa;border-top:1px solid #eee;border-bottom:1px solid #eee}@media (max-width: 768px){.section-wrapper{padding:40px 0;scroll-margin-top:60px}}.top{margin-top:70px;position:relative;display:block}@media (max-width: 768px){.top{margin-top:60px}}.computer{position:relative;background:#fff;overflow:hidden;border-bottom:2px solid var(--beame-green);height:60vh;min-height:480px;width:100%}.hero-headline{color:#fff;font-size:clamp(32px,5vw,56px);font-weight:900;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.5);margin-bottom:15px;max-width:100%}.hero-benefits{list-style:none;padding:0;margin:0 0 35px;display:flex;flex-direction:column;gap:12px;align-items:center}.hero-benefits li{color:#fff;font-size:clamp(16px,1.5vw,20px);font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.3);display:flex;align-items:center;gap:10px}.hero-benefits li span{color:var(--beame-green);font-weight:900}.hero-cta-group{display:flex;flex-direction:column;align-items:center;gap:15px}.primary-cta{background:var(--beame-gradient);color:#fff;padding:18px 50px;border-radius:60px;font-size:clamp(18px,1.5vw,22px);font-weight:800;border:none;cursor:pointer;box-shadow:0 10px 25px #00ce7c66;transition:all .3s cubic-bezier(.175,.885,.32,1.275);text-decoration:none;display:inline-block;text-align:center}.primary-cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 35px #00ce7c80;background:linear-gradient(135deg,#00e489,#008b5e)}.cta-trust-line{color:#fff;font-size:14px;font-weight:600;text-shadow:0 2px 5px rgba(0,0,0,.3);opacity:.9}.computer_img_top,.move_img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;position:absolute;top:0;left:0}.banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:10;padding:20px;background:#0000004d}.banner-content{display:flex;flex-direction:column;align-items:center;width:90%;max-width:800px;text-align:center}.process_h2,.process_h2_1,.Price_h2_3,.evaluate_h2,.advantage_h2,.Price_h2_2{font-size:clamp(32px,5vw,48px);font-weight:800;text-align:center;margin:60px 0 40px;color:var(--text-main)}.process_h3,.process_h3_1,.Price_h3_2,.Price_h3_1{font-size:clamp(18px,3vw,24px);text-align:center;margin:0 auto 50px;max-width:800px;font-weight:600;color:var(--text-muted)}.promotion{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.promotion_left{flex:1;min-width:300px}.promotion_step{display:flex;align-items:center;gap:20px;margin-bottom:25px}.promotion_left_img{width:45px;height:45px;object-fit:contain}.promotion_left_h3{font-size:18px;font-weight:700;margin-bottom:4px}.promotion_left_p{font-size:14px;color:var(--text-muted)}.promotion_img{width:100%;max-width:450px;border-radius:20px}.issues-grid-container{background:#fff;padding:40px;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);margin-top:60px}.issues-grid-container{background:#f9fdfb;padding:60px 40px;border-radius:var(--radius-xl);box-shadow:inset 0 0 20px #00ce7c08;margin-top:60px}.issue-card{background:#fff;padding:25px 15px;border-radius:20px;text-align:center;box-shadow:0 4px 15px #00000008;height:100%;transition:all .3s ease;border:1px solid #f0f0f0}.issue-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00ce7c1a;border-color:var(--beame-green)}.issue_img{width:80px!important;height:80px!important;object-fit:contain!important;margin:0 auto 15px!important;display:block;filter:drop-shadow(0 4px 10px rgba(0,206,124,.15));background:#fff;padding:10px;border-radius:50%;border:1px solid rgba(0,206,124,.1);transition:all .3s ease;min-height:auto!important}.col-md-2:hover .issue_img{border-color:var(--beame-green);transform:translateY(-5px);box-shadow:0 10px 20px #00ce7c33}.advantage_p2{font-size:15px!important;font-weight:700;margin-top:10px;text-align:center;color:var(--text-main)}.advantage_div{text-align:center}.advantage_img4{width:120px!important;height:120px!important;object-fit:contain;margin:0 auto 20px;display:block;filter:drop-shadow(0 4px 10px rgba(0,206,124,.2))}.advantage_h3{font-size:20px;font-weight:700;margin-bottom:10px}.advantage_p{font-size:15px;color:var(--text-muted);line-height:1.5}.section-soft-green{background:#f0fff8;position:relative;overflow:hidden}.popular-plan-header{position:relative;background:var(--beame-green-hover)!important;color:#fff!important;padding-top:35px!important;z-index:10;vertical-align:bottom!important;border-left:2px solid var(--beame-green)!important;border-right:2px solid var(--beame-green)!important;border-top:2px solid var(--beame-green)!important}.popular-tag{position:absolute;top:8px;left:50%;transform:translate(-50%);background:#ffde59;color:#333;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:900;white-space:nowrap;box-shadow:0 4px 10px #0000001a;border:1px solid rgba(0,0,0,.05)}.pricing-snapshot-micro{text-align:center;margin-bottom:25px;font-size:15px;color:#666;font-weight:500}.highlighted-cell{background:#f0fff4!important;border-left:2px solid var(--beame-green)!important;border-right:2px solid var(--beame-green)!important;border-bottom:2px solid var(--beame-green)!important;vertical-align:middle;z-index:5}.highlighted-cell strong{color:var(--beame-green);font-size:26px}.plan-benefits-list{list-style:none;padding:0;margin:10px 0;display:inline-block;text-align:left}.plan-benefits-list li{font-size:14px;margin-bottom:8px;font-weight:600;line-height:1.5;color:#444}.table_td{font-weight:700;color:#333;background:#f8f9fa;width:15%}.table-cta{padding:10px 24px;border-radius:30px;border:2px solid var(--beame-green);background:#fff;color:var(--beame-green);font-weight:800;cursor:pointer;font-size:14px;transition:all .3s ease}.table-cta:hover{background:var(--beame-green);color:#fff;box-shadow:0 5px 15px #00ce7c4d}.small-cta{padding:12px 30px!important;font-size:16px!important;box-shadow:0 8px 20px #00ce7c4d!important}.gradient1{background:linear-gradient(to right,#00cd7c,#00b76e);color:#fff}.gradient2,.gradient3{background:#f8f9fa;color:#333}.gradient4{background:var(--beame-green-hover);color:#fff}.gradient5{background:#f8f9fa;color:#333}.Pricebackground1{background:#ebfbf1}.Pricebackground2{background:#fff}.Pricebackground3{background:#f0fff4}.Pricebackground4{background:#fff}.pricing-microcopy-container{text-align:center;margin-top:30px;padding:0 20px}.cta-microcopy{font-size:14px;color:var(--text-muted);font-weight:500;display:inline-block}.expand-pricing-btn{background:#fff;border:2px solid var(--beame-green);color:var(--beame-green);font-weight:700;cursor:pointer;margin-top:20px;padding:15px 30px;border-radius:50px;font-size:16px;width:100%;transition:all .3s ease;box-shadow:0 4px 10px #00ce7c1a}.expand-pricing-btn:hover{background:var(--beame-green);color:#fff;transform:translateY(-2px);box-shadow:0 6px 15px #00ce7c4d}.advantage_2{display:flex;justify-content:center;gap:20px;margin-top:40px;flex-wrap:wrap}.compare_2{width:31%;min-width:300px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:row;align-items:stretch}.compare_div_left,.compare_div_right{width:35%;flex-shrink:0}.customers_img{width:100%;height:100%;object-fit:cover}.case-caption{width:30%;display:flex;align-items:center;justify-content:center;padding:10px;text-align:center;font-weight:700;font-size:13px;color:var(--beame-green);background:#fff;border-top:none}.rating-text{text-align:center;font-weight:700;color:#ffde59;font-size:18px;margin-bottom:20px}.evaluate_div{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.evaluate_box{background:#fff;padding:15px;border-radius:12px;width:150px;height:80px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.evaluate_img{max-width:100%;max-height:100%;object-fit:contain}.trust-row{display:flex;align-items:center;gap:60px;background:#fff;border-radius:var(--radius-xl);padding:50px;box-shadow:0 20px 50px #00000008;margin:80px auto;max-width:1100px}.trust-content{flex:1.5;text-align:left}.trust-image-wrap{flex:1;max-width:400px;height:550px;border-radius:30px;overflow:hidden;box-shadow:0 20px 40px #00000014}.trust-image-wrap img{width:100%;height:100%;display:block;object-fit:cover;object-position:85% center}.trust-item{margin-bottom:35px;position:relative;padding-left:40px}.trust-item:before{content:"✓";position:absolute;left:0;top:-2px;width:28px;height:28px;background:#00ce7c1a;color:var(--beame-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px}.trust-item strong{display:block;font-size:20px;margin-bottom:6px;color:var(--text-main);letter-spacing:-.5px}.trust-item p{font-size:16px;color:var(--text-muted);line-height:1.5;margin:0}@media (max-width: 992px){.trust-row{flex-direction:column;padding:40px 25px;gap:40px;margin:40px 20px}.trust-content{width:100%}.trust-image-wrap{width:100%;max-width:none;height:400px}}.BraceTeeth_simple{flex:1;padding:60px;border-radius:30px;background-size:cover;background-position:center;text-align:center;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;color:#fff;z-index:1}.BraceTeeth_simple:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:-1}.row.justify-content-center{justify-content:center!important}.faq-item{background:#fff;padding:20px;border-radius:15px;margin-bottom:15px;box-shadow:var(--shadow-sm)}.section-with-pattern{position:relative;background:#fff;border-radius:var(--radius-xl);margin:80px auto;padding:120px 60px;box-shadow:0 30px 60px #00000014;overflow:hidden;max-width:1100px;border:1px solid rgba(0,206,124,.15);background-image:radial-gradient(circle at 0% 0%,rgba(0,206,124,.03) 0%,transparent 40%),radial-gradient(circle at 100% 100%,rgba(0,206,124,.03) 0%,transparent 40%),linear-gradient(135deg,#fff,#f7fdfa);display:flex;flex-direction:column;align-items:center;text-align:center}@media (max-width: 768px){.section-with-pattern{margin:40px 20px;padding:80px 20px;border-radius:30px}}.final-cta-title{font-size:clamp(36px,6vw,54px);font-weight:800;margin-bottom:25px;color:var(--text-main);letter-spacing:-1px;line-height:1.1}.final-cta-subtitle{font-size:clamp(18px,2.5vw,22px);color:var(--text-muted);margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto;font-weight:500}.cta-micro-container{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:40px}.cta-microcopy{font-size:14px;color:var(--text-muted);font-weight:500}.Bottom{background:var(--beame-gradient);color:#fff;padding:60px 20px;text-align:center;border-radius:40px 40px 0 0}.BraceTeeth_h2,.BraceTeeth_h2_2{font-size:36px;font-weight:800;margin-bottom:15px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.BraceTeeth_p,.BraceTeeth_p_2{font-size:18px;margin-bottom:30px;max-width:80%;text-shadow:0 1px 5px rgba(0,0,0,.3)}.card-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;text-align:center}.Bottom_Kindly{padding:40px 20px;font-size:13px;color:#888}.pc-view{display:block!important}.pc-view.row{display:flex!important}.mobile-view{display:none!important}.advantage_div_2{justify-content:center!important;margin-left:0!important;margin-right:0!important}@media (max-width: 1024px){.pc-view{display:none!important}.mobile-view{display:block!important}.banner-content{margin-top:0}.advantage_2{flex-direction:column;align-items:center}.compare_2{width:90%!important;max-width:400px;flex-direction:row!important;margin-bottom:20px}.compare_div_left,.compare_div_right{width:35%;flex-shrink:0}.case-caption{width:30%;padding:10px;font-size:12px;line-height:1.3}.knowledge{display:flex!important;flex-direction:column;align-items:center;gap:15px!important}.BraceTeeth_simple{width:90%!important;max-width:500px}}.full-width-cta{width:100%}.slide{overflow-x:auto}table{width:100%;border-collapse:separate;border-spacing:0;min-width:800px;border-radius:24px;overflow:hidden;box-shadow:0 15px 40px #0000000f;border:1px solid #e0f2f1;background:#fff}th,td{padding:20px 15px;border-bottom:1px solid #f0f7f4;border-right:1px solid #f0f7f4;text-align:center;vertical-align:middle}th{background:#f8f9fa;font-size:17px;font-weight:800;padding:35px 15px 20px;vertical-align:bottom!important}td{font-size:16px;color:#444}tr:last-child td{border-bottom:none}th:last-child,td:last-child{border-right:none}
