@import "https://cdn.jsdelivr.net/npm/@fontsource/cabin@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/cabin@latest/700.css";
*{margin:0;padding:0}
body{font-family:'Cabin',sans-serif;background:#FAFAFA;color:#1A1A1A;line-height:1.6}
.hd-wrap,.ft-outer,.cnt-wrap{box-sizing:border-box}
.hd-wrap{background:linear-gradient(135deg,#FFF 0%,#F5F5F5 100%);border-bottom:3px solid #38CAD9;box-shadow:0 4px 12px #00000014}
.hd-top-row{max-width:1366px;margin:0 auto;padding:28px 40px;display:flex;align-items:center;justify-content:space-between;gap:60px}
.logo-container{flex-shrink:0}
.logo-container img{height:120px;width:120px;display:block;background:#FFF;padding:12px;border-radius:8px;box-shadow:0 2px 8px #38cad926}
.main-nv{flex:1;display:flex;justify-content:flex-end}
.main-nv ul{list-style:none;display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.main-nv a{text-decoration:none;color:#006D70;font-size:16px;font-weight:400;padding:10px 20px;border-radius:6px;transition:background 0.2s,color .2s;display:block}
.main-nv a:hover{background:#38CAD9;color:#FFF}
.hd-bottom-row{background:linear-gradient(90deg,#38CAD9 0%,#006D70 100%);padding:18px 40px}
.company-name-div{max-width:1366px;margin:0 auto;text-align:center}
.company-name-div h1{color:#FFF;font-size:26px;font-weight:700;letter-spacing:1.2px}
.ft-outer{background:#1A1A1A;color:#E7E7E7;padding:60px 40px 30px;margin-top:80px}
.ft-inner{max-width:1366px;margin:0 auto}
.ft-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;margin-bottom:50px}
.ft-col h3{color:#38CAD9;font-size:18px;margin-bottom:20px;font-weight:700}
.ft-col ul{list-style:none}
.ft-col li{margin-bottom:12px}
.ft-col a{color:#E7E7E7;text-decoration:none;font-size:15px;transition:color .2s}
.ft-col a:hover{color:#38CAD9}
.ft-col p{font-size:15px;line-height:1.8;margin-bottom:10px}
.ft-col .contact-item{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.ft-col .mdi{color:#38CAD9;font-size:20px}
.ft-bottom{border-top:1px solid #333;padding-top:25px;text-align:center}
.ft-bottom p{font-size:14px;color:#999}
.cookie-popup{position:fixed;bottom:30px;right:30px;width:480px;max-width:calc(100vw - 60px);background:#FFF;border-radius:8px;box-shadow:0 8px 24px #0003;padding:28px;z-index:10000;display:none;transform:translateX(550px)}
.cookie-popup.active{display:block;animation:slideInLeft .4s forwards}
.cookie-popup.closing{animation:slideOutLeft .4s forwards}
@keyframes slideInLeft {
to{transform:translateX(0)}
}
@keyframes slideOutLeft {
to{transform:translateX(550px)}
}
.cookie-popup h3{font-size:19px;margin-bottom:14px;color:#006D70}
.cookie-popup p{font-size:14px;margin-bottom:18px;color:#333;line-height:1.6}
.cookie-options{margin-bottom:20px}
.cookie-option{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #E7E7E7}
.cookie-option:last-child{border-bottom:none}
.cookie-option label{font-size:14px;color:#1A1A1A;flex:1}
.cookie-option input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.cookie-actions{display:flex;gap:14px;flex-wrap:wrap}
.cookie-actions button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;cursor:pointer;font-family:'Cabin',sans-serif;transition:background .2s}
.accept-btn{background:#38CAD9;color:#FFF;flex:1}
.accept-btn:hover{background:#2EADB9}
.decline-btn{background:#E7E7E7;color:#333;flex:1}
.decline-btn:hover{background:#D0D0D0}
.opt-out-btn{background:#FFF;color:#006D70;border:2px solid #006D70;width:100%}
.opt-out-btn:hover{background:#F5F5F5}
.cookie-details{margin-top:12px}
.cookie-details a{color:#38CAD9;text-decoration:none;font-size:13px}
.cookie-details a:hover{text-decoration:underline}
.cookie-manage-link{position:fixed;bottom:15px;left:15px;background:#006D70;color:#FFF;padding:8px 16px;border-radius:6px;text-decoration:none;font-size:13px;z-index:9999;display:none}
.cookie-manage-link.visible{display:block}
.cookie-manage-link:hover{background:#005558}
@media (max-width: 1024px) {
.hd-top-row{flex-direction:column;gap:30px;padding:24px 30px}
.main-nv{width:100%}
.main-nv ul{justify-content:center}
.logo-container img{height:100px;width:100px}
.company-name-div h1{font-size:22px}
.ft-grid{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.hd-top-row{padding:20px}
.hd-bottom-row{padding:14px 20px}
.main-nv ul{flex-direction:column;align-items:center;gap:8px}
.main-nv a{width:100%;text-align:center}
.company-name-div h1{font-size:18px}
.ft-outer{padding:40px 20px 25px}
.cookie-popup{bottom:15px;right:15px;width:calc(100vw - 30px);padding:22px}
}
@media (max-width: 480px) {
.logo-container img{height:80px;width:80px}
.cookie-actions{flex-direction:column}
.cookie-actions button{width:100%}
}
.doc-wrapper{max-width:1366px;margin:0 auto;padding:60px 20px;background:#fff}
.doc-wrapper p{font-size:16px;line-height:1.75;color:#2c3e50;margin:0 0 20px;text-align:left}
.doc-wrapper p strong,.doc-wrapper p b{font-weight:600;color:#006D70}
.doc-wrapper p em,.doc-wrapper p i{font-style:italic;color:#34495e}
.doc-wrapper a{color:#38CAD9;text-decoration:none;border-bottom:1px solid #38cad94d;transition:all .3s ease}
.doc-wrapper a:hover{color:#006D70;border-bottom-color:#006D70}
.doc-wrapper ul,.doc-wrapper ol{margin:0 0 24px;padding:0 0 0 28px}
.doc-wrapper ul li,.doc-wrapper ol li{font-size:16px;line-height:1.7;color:#2c3e50;margin:0 0 12px;padding-left:8px}
.doc-wrapper ul li strong,.doc-wrapper ol li strong,.doc-wrapper ul li b,.doc-wrapper ol li b{font-weight:600;color:#006D70}
.doc-wrapper ul li em,.doc-wrapper ol li em,.doc-wrapper ul li i,.doc-wrapper ol li i{font-style:italic}
.doc-wrapper ul li a,.doc-wrapper ol li a{color:#38CAD9;text-decoration:none;border-bottom:1px solid #38cad94d}
.doc-wrapper ul li a:hover,.doc-wrapper ol li a:hover{color:#006D70;border-bottom-color:#006D70}
.doc-wrapper table{width:100%;border-collapse:collapse;margin:0 0 32px;background:#fff;box-shadow:0 2px 8px #00000014}
.doc-wrapper table thead{background:linear-gradient(135deg,#38CAD9 0%,#006D70 100%)}
.doc-wrapper table thead tr{border:none}
.doc-wrapper table thead th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;border:none}
.doc-wrapper table tbody tr{border-bottom:1px solid #E7E7E7;transition:background .2s ease}
.doc-wrapper table tbody tr:hover{background:#38cad90d}
.doc-wrapper table tbody tr:last-child{border-bottom:none}
.doc-wrapper table tbody td{padding:14px 20px;font-size:15px;line-height:1.6;color:#2c3e50;border:none}
.doc-wrapper table tbody td strong,.doc-wrapper table tbody td b{font-weight:600;color:#006D70}
.doc-wrapper table tbody td em,.doc-wrapper table tbody td i{font-style:italic}
.doc-wrapper table tbody td a{color:#38CAD9;text-decoration:none;border-bottom:1px solid #38cad94d}
.doc-wrapper table tbody td a:hover{color:#006D70;border-bottom-color:#006D70}
@media (max-width: 768px) {
.doc-wrapper{padding:40px 16px}
.doc-wrapper p{font-size:15px;line-height:1.7;margin-bottom:16px}
.doc-wrapper ul,.doc-wrapper ol{padding-left:20px;margin-bottom:20px}
.doc-wrapper ul li,.doc-wrapper ol li{font-size:15px;margin-bottom:10px}
.doc-wrapper table{display:block;overflow-x:auto;margin-bottom:24px}
.doc-wrapper table thead th{padding:12px 14px;font-size:14px}
.doc-wrapper table tbody td{padding:10px 14px;font-size:14px}
}
@media (max-width: 480px) {
.doc-wrapper{padding:30px 12px}
.doc-wrapper p{font-size:14px}
.doc-wrapper ul li,.doc-wrapper ol li{font-size:14px}
.doc-wrapper table thead th{padding:10px 12px;font-size:13px}
.doc-wrapper table tbody td{padding:8px 12px;font-size:13px}
}
.main-wrap{width:100%;max-width:1366px;margin:0 auto}
.title-zone{position:relative;padding:90px 20px 70px;overflow:hidden;background:linear-gradient(147deg,#38CAD9 0%,#006D70 60%,#E7E7E7 100%)}
.deco-bg{position:absolute;top:-50px;right:-30px;width:320px;height:320px;background:#ffffff14;border-radius:50%;filter:blur(60px);z-index:1}
.deco-bg-2{position:absolute;bottom:-80px;left:-60px;width:400px;height:400px;background:#006d7026;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);filter:blur(50px);z-index:1}
.title-content-wrap{position:relative;z-index:3;max-width:900px;margin:0 auto}
.title-img-container{width:100%;max-width:500px;height:280px;margin:0 auto 40px;border-radius:8px;overflow:hidden;box-shadow:0 8px 20px #00000026}
.title-img-container img{width:100%;height:100%;object-fit:cover;filter:blur(1px)}
.title-content-wrap h1{font-size:2.4rem;line-height:1.2;color:#fff;margin:0 0 16px;font-weight:700;text-align:center}
.title-content-wrap h2{font-size:1.6rem;line-height:1.3;color:#E7E7E7;margin:0 0 20px;font-weight:500;text-align:center}
.title-content-wrap p{font-size:1.05rem;line-height:1.6;color:#fff;margin:0;text-align:center}
.section-1-wrap{padding:80px 20px;background:#fff}
.section-1-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.s1-text-area h3{font-size:1.9rem;line-height:1.3;color:#006D70;margin:0 0 24px;font-weight:700}
.s1-text-area p{font-size:1rem;line-height:1.7;color:#333;margin:0 0 18px}
.s1-text-area p:last-of-type{margin-bottom:0}
.s1-img-box{width:100%;height:420px;border-radius:10px;overflow:hidden;box-shadow:0 6px 18px #006d701f}
.s1-img-box img{width:100%;height:100%;object-fit:cover}
.section-2-wrap{padding:70px 20px;background:linear-gradient(219deg,#E7E7E7 0%,#38CAD9 100%)}
.section-2-inner{max-width:1100px;margin:0 auto}
.s2-header{text-align:center;margin-bottom:50px}
.s2-header h3{font-size:2rem;line-height:1.3;color:#006D70;margin:0 0 16px;font-weight:700}
.s2-header p{font-size:1.05rem;line-height:1.6;color:#333;margin:0}
.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.team-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.team-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #00000024}
.team-img-wrap{width:100%;height:280px;overflow:hidden}
.team-img-wrap img{width:100%;height:100%;object-fit:cover}
.team-info{padding:24px}
.team-info h4{font-size:1.4rem;line-height:1.3;color:#006D70;margin:0 0 8px;font-weight:600}
.team-role{font-size:.95rem;color:#38CAD9;margin:0 0 14px;font-weight:500}
.team-info p{font-size:.95rem;line-height:1.6;color:#555;margin:0}
.section-3-wrap{padding:80px 20px;background:#fff}
.section-3-inner{max-width:1200px;margin:0 auto}
.s3-header{max-width:800px;margin:0 auto 50px;text-align:center}
.s3-header h3{font-size:1.95rem;line-height:1.3;color:#006D70;margin:0 0 20px;font-weight:700}
.s3-header p{font-size:1.05rem;line-height:1.65;color:#444;margin:0}
.process-timeline{position:relative;max-width:900px;margin:0 auto}
.timeline-step{display:flex;align-items:flex-start;margin-bottom:40px;position:relative}
.timeline-step:last-child{margin-bottom:0}
.step-num{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#38CAD9 0%,#006D70 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff;margin-right:24px;box-shadow:0 4px 12px #38cad94d}
.step-content h4{font-size:1.3rem;line-height:1.3;color:#006D70;margin:0 0 10px;font-weight:600}
.step-content p{font-size:.98rem;line-height:1.65;color:#555;margin:0}
.section-4-wrap{padding:70px 20px;background:linear-gradient(321deg,#38CAD9 0%,#006D70 50%,#E7E7E7 100%)}
.section-4-inner{max-width:1200px;margin:0 auto}
.showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.showcase-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 16px #0000001a;transition:transform .3s ease}
.showcase-card:hover{transform:scale(1.03)}
.showcase-img{width:100%;height:220px;overflow:hidden}
.showcase-img img{width:100%;height:100%;object-fit:cover}
.showcase-text{padding:20px}
.showcase-text h5{font-size:1.15rem;line-height:1.3;color:#006D70;margin:0 0 10px;font-weight:600}
.showcase-text p{font-size:.92rem;line-height:1.6;color:#555;margin:0}
@media (max-width: 1024px) {
.section-1-inner{grid-template-columns:1fr;gap:40px}
.s1-img-box{height:350px}
.team-grid{gap:30px}
.showcase-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.title-zone{padding:60px 20px 50px}
.title-content-wrap h1{font-size:1.9rem}
.title-content-wrap h2{font-size:1.3rem}
.title-img-container{height:220px}
.section-1-wrap,.section-3-wrap{padding:60px 20px}
.section-2-wrap,.section-4-wrap{padding:50px 20px}
.s1-text-area h3,.s2-header h3,.s3-header h3{font-size:1.6rem}
.team-grid{grid-template-columns:1fr}
.showcase-grid{grid-template-columns:1fr}
.step-num{width:50px;height:50px;font-size:1.2rem}
}
@media (max-width: 480px) {
.title-content-wrap h1{font-size:1.6rem}
.title-content-wrap h2{font-size:1.15rem}
.title-img-container{height:180px}
.s1-text-area h3,.s2-header h3,.s3-header h3{font-size:1.4rem}
.step-num{margin-right:16px}
}
.title-outer{background:linear-gradient(147deg,#38CAD9 0%,#006D70 65%,#E7E7E7 100%);padding:82px 20px 78px;position:relative;overflow:hidden}
.title-outer::before{content:'';position:absolute;top:0;left:0;width:80px;height:80px;border-top:2px solid #ffffff4d;border-left:2px solid #ffffff4d}
.title-outer::after{content:'';position:absolute;bottom:0;right:0;width:80px;height:80px;border-bottom:2px solid #ffffff4d;border-right:2px solid #ffffff4d}
.title-wrap{max-width:1366px;margin:0 auto}
.title-wrap .main-hd{font-size:48px;font-weight:700;color:#fff;margin:0 0 18px;line-height:1.2}
.title-wrap .sub-tx{font-size:19px;color:#fffffff2;margin:0;line-height:1.6;max-width:680px}
.tool-sect{padding:84px 20px;background:#fff}
.tool-inner{max-width:1366px;margin:0 auto}
.tool-inner .sect-title{font-size:36px;color:#006D70;margin:0 0 44px;font-weight:600;text-align:center}
.tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}
.tool-card{background:linear-gradient(180deg,#f9f9f9 0%,#fff 100%);padding:32px 24px;border-radius:8px;border:1px solid #E7E7E7;box-shadow:0 4px 12px #006d7014;transition:all .3s ease;position:relative}
.tool-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #38cad926;border-color:#38CAD9}
.tool-card .ico-wrap{width:56px;height:56px;background:linear-gradient(135deg,#38CAD9 0%,#006D70 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.tool-card .ico-wrap .mdi{font-size:28px;color:#fff}
.tool-card .card-title{font-size:22px;color:#006D70;margin:0 0 12px;font-weight:600}
.tool-card .card-desc{font-size:15px;color:#555;margin:0;line-height:1.6}
.flex-section{padding:76px 20px;background:#f4f4f4}
.flex-container{max-width:1366px;margin:0 auto;display:flex;flex-direction:row;gap:48px;align-items:center}
.flex-container .txt-area{flex:1}
.flex-container .txt-area .hd2{font-size:34px;color:#006D70;margin:0 0 22px;font-weight:600}
.flex-container .txt-area .para{font-size:16px;color:#444;margin:0 0 16px;line-height:1.7}
.flex-container .img-area{flex:1;max-width:500px}
.flex-container .img-area img{width:100%;height:auto;border-radius:8px;box-shadow:0 6px 18px #0000001f}
.pace-learn-zone{padding:80px 20px;background:#fff}
.pace-wrap{max-width:1366px;margin:0 auto}
.pace-wrap .title3{font-size:36px;color:#006D70;margin:0 0 48px;font-weight:600;text-align:center}
.pace-cols{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.pace-cols .col-left{display:flex;flex-direction:column;gap:24px}
.pace-cols .col-right{display:flex;align-items:center;justify-content:center}
.pace-cols .col-right img{width:100%;max-width:480px;height:auto;border-radius:8px;box-shadow:0 8px 20px #006d7024}
.benefit-item{background:linear-gradient(120deg,#fff 0%,#f8f8f8 100%);padding:28px;border-left:4px solid #38CAD9;border-radius:6px;box-shadow:0 3px 10px #0000000f}
.benefit-item .item-hd{font-size:20px;color:#006D70;margin:0 0 10px;font-weight:600}
.benefit-item .item-tx{font-size:15px;color:#555;margin:0;line-height:1.6}
.extra-sect{padding:78px 20px;background:linear-gradient(210deg,#E7E7E7 0%,#fff 100%)}
.extra-inner{max-width:1366px;margin:0 auto}
.extra-inner .hd-main{font-size:36px;color:#006D70;margin:0 0 18px;font-weight:600;text-align:center}
.extra-inner .intro-txt{font-size:17px;color:#444;margin:0 0 40px;line-height:1.6;text-align:center;max-width:760px;margin-left:auto;margin-right:auto}
.feature-tabs{display:flex;flex-direction:row;gap:16px;margin-bottom:32px;justify-content:center;flex-wrap:wrap}
.feature-tabs input[type="radio"]{display:none}
.feature-tabs label{padding:14px 28px;background:#fff;border:2px solid #E7E7E7;border-radius:8px;cursor:pointer;font-size:16px;color:#006D70;font-weight:600;transition:all .3s ease}
.feature-tabs label:hover{border-color:#38CAD9;background:#f9f9f9}
.feature-tabs input[type="radio"]:checked + label{background:linear-gradient(135deg,#38CAD9 0%,#006D70 100%);color:#fff;border-color:#006D70}
.tab-content-area{position:relative;min-height:300px}
.tab-panel{display:none;background:#fff;padding:36px;border-radius:8px;box-shadow:0 4px 16px #006d701a;animation:fadeInPanel .4s ease}
@keyframes fadeInPanel {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
#tab-opt1:checked ~ .tab-content-area .panel1,#tab-opt2:checked ~ .tab-content-area .panel2,#tab-opt3:checked ~ .tab-content-area .panel3{display:block}
.tab-panel .panel-hd{font-size:26px;color:#006D70;margin:0 0 16px;font-weight:600}
.tab-panel .panel-txt{font-size:16px;color:#444;margin:0 0 20px;line-height:1.7}
.tab-panel .feature-list{list-style:none;padding:0;margin:0}
.tab-panel .feature-list li{padding:10px 0 10px 32px;position:relative;font-size:15px;color:#555;line-height:1.6}
.tab-panel .feature-list li::before{content:'\F012C';font-family:'Material Design Icons';position:absolute;left:0;top:10px;color:#38CAD9;font-size:20px}
.price-zone{padding:82px 20px;background:#fff}
.price-wrap{max-width:1366px;margin:0 auto}
.price-wrap .title-price{font-size:36px;color:#006D70;margin:0 0 48px;font-weight:600;text-align:center}
.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1100px;margin:0 auto}
.plan-box{background:#fff;border:2px solid #E7E7E7;border-radius:8px;padding:40px 32px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}
.plan-box::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#38CAD9 0%,#006D70 100%);transform:scaleX(0);transition:transform .3s ease}
.plan-box:hover::before{transform:scaleX(1)}
.plan-box:hover{transform:translateY(-6px);box-shadow:0 12px 32px #38cad933;border-color:#38CAD9}
.plan-box .plan-name{font-size:24px;color:#006D70;margin:0 0 16px;font-weight:600}
.plan-box .plan-price{font-size:42px;color:#38CAD9;margin:0 0 8px;font-weight:700}
.plan-box .plan-period{font-size:15px;color:#777;margin:0 0 24px}
.plan-box .plan-features{list-style:none;padding:0;margin:0 0 32px;text-align:left}
.plan-box .plan-features li{padding:10px 0;font-size:15px;color:#555;border-bottom:1px solid #f0f0f0;line-height:1.5}
.plan-box .plan-features li:last-child{border-bottom:none}
.plan-box .btn-select{display:inline-block;padding:14px 36px;background:linear-gradient(135deg,#38CAD9 0%,#006D70 100%);color:#fff;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease;position:relative;z-index:2}
.plan-box .btn-select:hover{transform:scale(1.05);box-shadow:0 6px 18px #38cad94d}
.expert-sect{padding:80px 20px;background:linear-gradient(180deg,#f9f9f9 0%,#fff 100%)}
.expert-wrap{max-width:1366px;margin:0 auto}
.expert-wrap .title-exp{font-size:36px;color:#006D70;margin:0 0 20px;font-weight:600;text-align:center}
.expert-wrap .subtitle-exp{font-size:17px;color:#555;margin:0 0 48px;text-align:center;line-height:1.6}
.expert-content{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:start}
.expert-profile{background:#fff;padding:32px;border-radius:8px;box-shadow:0 6px 20px #006d701f;text-align:center}
.expert-profile img{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 0 20px;border:4px solid #38CAD9}
.expert-profile .expert-name{font-size:22px;color:#006D70;margin:0 0 8px;font-weight:600}
.expert-profile .expert-role{font-size:15px;color:#38CAD9;margin:0 0 16px;font-weight:500}
.expert-profile .expert-bio{font-size:14px;color:#666;margin:0;line-height:1.6}
.expert-details{display:flex;flex-direction:column;gap:28px}
.detail-block{background:#fff;padding:28px;border-radius:8px;border-left:4px solid #006D70;box-shadow:0 3px 12px #0000000f}
.detail-block .block-hd{font-size:20px;color:#006D70;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:10px}
.detail-block .block-hd .mdi{font-size:24px;color:#38CAD9}
.detail-block .block-txt{font-size:15px;color:#555;margin:0;line-height:1.7}
.detail-block .stat-row{display:flex;gap:24px;margin-top:16px}
.detail-block .stat-item{flex:1;text-align:center;padding:16px;background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);border-radius:6px}
.detail-block .stat-item .stat-num{font-size:28px;color:#38CAD9;margin:0 0 4px;font-weight:700}
.detail-block .stat-item .stat-label{font-size:13px;color:#777;margin:0}
@media (max-width: 1024px) {
.title-wrap .main-hd{font-size:38px}
.flex-container{flex-direction:column}
.pace-cols{grid-template-columns:1fr}
.expert-content{grid-template-columns:1fr}
.plan-grid{grid-template-columns:1fr;max-width:500px}
}
@media (max-width: 768px) {
.title-wrap .main-hd{font-size:32px}
.title-wrap .sub-tx{font-size:17px}
.tool-grid{grid-template-columns:1fr}
.tool-inner .sect-title,.pace-wrap .title3,.extra-inner .hd-main,.price-wrap .title-price,.expert-wrap .title-exp{font-size:28px}
.flex-container .txt-area .hd2{font-size:26px}
.tab-panel{padding:24px}
.detail-block .stat-row{flex-direction:column;gap:16px}
}
.pg-hd{background:linear-gradient(137deg,#38CAD9 0%,#006D70 65%,#E7E7E7 100%);padding:85px 20px 90px;position:relative;overflow:hidden}
.pg-hd-wrap{max-width:1366px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.pg-hd-txt{flex:1;color:#fff}
.pg-hd h1{font-size:52px;line-height:1.15;margin:0 0 28px;font-weight:700}
.pg-hd-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.pg-hd-list li{font-size:18px;line-height:1.55;padding-left:30px;position:relative}
.pg-hd-list li::before{content:'';width:6px;height:6px;background:#fff;border-radius:50%;position:absolute;left:8px;top:12px}
.pg-hd-vis{flex:0 0 480px;position:relative}
.pg-hd-vis img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 14px 32px #0000002e;display:block}
.pg-hd-decor{position:absolute;width:140px;height:140px;border:3px solid #ffffff4d;border-radius:50%;top:-40px;right:-40px;z-index:1}
.pg-hd-decor::after{content:'';position:absolute;width:80px;height:80px;background:#38cad940;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.frm-sec{padding:95px 20px;background:#fff}
.frm-wrap-v2{max-width:920px;margin:0 auto}
.frm-hdr{text-align:center;margin-bottom:55px}
.frm-hdr h2{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 18px;font-weight:700}
.frm-hdr p{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0}
.frm-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:45px}
.step-card{background:linear-gradient(180deg,#f8f8f8 0%,#fff 100%);border:2px solid #E7E7E7;padding:38px 32px;border-radius:6px;position:relative;transition:all .3s ease}
.step-card:hover{border-color:#38CAD9;box-shadow:0 6px 18px #38cad91f;transform:translateY(-3px)}
.step-num{width:52px;height:52px;background:linear-gradient(135deg,#38CAD9 0%,#006D70 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:20px}
.step-card label{display:block;font-size:16px;font-weight:600;color:#2a2a2a;margin-bottom:10px}
.step-card input{width:100%;padding:14px 16px;border:2px solid #d0d0d0;border-radius:5px;font-size:16px;transition:border-color .3s ease;background:#fff}
.step-card input:focus{outline:none;border-color:#38CAD9;box-shadow:0 0 0 3px #38cad91a}
.privacy-wrap{background:#f9f9f9;padding:24px 28px;border-radius:6px;border-left:4px solid #006D70;margin-bottom:35px}
.privacy-wrap input[type="checkbox"]{width:20px;height:20px;margin-right:12px;cursor:pointer;accent-color:#38CAD9}
.privacy-wrap label{display:flex;align-items:flex-start;font-size:15px;line-height:1.6;color:#3a3a3a;cursor:pointer}
.privacy-wrap a{color:#006D70;text-decoration:underline;font-weight:600}
.privacy-wrap a:hover{color:#38CAD9}
.submit-area{text-align:center}
.submit-bt{background:linear-gradient(135deg,#38CAD9 0%,#006D70 100%);color:#fff;border:none;padding:18px 65px;font-size:18px;font-weight:700;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #38cad940;position:relative;z-index:10}
.submit-bt:hover{transform:translateY(-2px);box-shadow:0 8px 20px #38cad959}
.submit-bt:active{transform:translateY(0)}
.info-block{background:linear-gradient(270deg,#f4f4f4 0%,#fff 100%);padding:75px 20px}
.info-inner{max-width:1366px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:50px}
.contact-card{background:#fff;padding:42px 36px;border-radius:8px;border:1px solid #E7E7E7;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}
.contact-card:hover{box-shadow:0 8px 24px #006d701f;transform:translateY(-4px)}
.contact-icon{width:64px;height:64px;background:linear-gradient(135deg,#38CAD9 0%,#006D70 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.contact-icon svg{width:32px;height:32px;fill:#fff}
.contact-card h3{font-size:22px;color:#1a1a1a;margin:0 0 14px;font-weight:700}
.contact-card p{font-size:16px;line-height:1.65;color:#4a4a4a;margin:0}
.contact-card a{color:#006D70;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-card a:hover{color:#38CAD9;text-decoration:underline}
@media (max-width: 1024px) {
.pg-hd-wrap{gap:40px}
.pg-hd-vis{flex:0 0 380px}
.pg-hd h1{font-size:44px}
.info-inner{grid-template-columns:repeat(2,1fr);gap:35px}
.contact-card:last-child{grid-column:1 / -1;max-width:50%;margin:0 auto}
}
@media (max-width: 768px) {
.pg-hd{padding:60px 20px 65px}
.pg-hd-wrap{flex-direction:column;gap:35px}
.pg-hd-vis{flex:0 0 auto;width:100%;max-width:500px}
.pg-hd-vis img{height:340px}
.pg-hd h1{font-size:36px;margin-bottom:22px}
.pg-hd-list li{font-size:16px}
.frm-sec{padding:70px 20px}
.frm-hdr h2{font-size:34px}
.frm-steps{grid-template-columns:1fr;gap:24px}
.info-inner{grid-template-columns:1fr;gap:28px}
.contact-card:last-child{max-width:100%}
}
@media (max-width: 480px) {
.pg-hd h1{font-size:30px}
.pg-hd-vis img{height:280px}
.frm-hdr h2{font-size:28px}
.step-card{padding:28px 24px}
.submit-bt{width:100%;padding:16px 20px}
}
.lp-title-wrap{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:68px}
.lp-title-wrap .bg-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.lp-title-wrap .bg-layer img{width:100%;height:100%;object-fit:cover;filter:blur(0);mask-image:radial-gradient(ellipse at center,transparent 30%,black 75%);-webkit-mask-image:radial-gradient(ellipse at center,transparent 30%,black 75%)}
.lp-title-wrap .txt-zone{position:relative;z-index:3;max-width:860px;margin:0 auto;padding:0 24px;text-align:center}
.lp-title-wrap .main-hd{font-size:52px;font-weight:700;line-height:1.15;color:#006D70;margin:0;text-shadow:0 2px 8px #ffffffe6}
.lp-title-wrap .bg-layer::before{content:'';position:absolute;width:180px;height:180px;background:linear-gradient(135deg,#38CAD9 0%,#006D70 100%);border-radius:50%;top:15%;left:12%;opacity:.15;animation:float-anim 8s ease-in-out infinite}
.lp-title-wrap .bg-layer::after{content:'';position:absolute;width:140px;height:140px;background:linear-gradient(225deg,#006D70 0%,#E7E7E7 100%);border-radius:50%;bottom:20%;right:18%;opacity:.12;animation:float-anim 10s ease-in-out infinite reverse}
@keyframes float-anim {
0%,100%{transform:translate(0,0)}
50%{transform:translate(20px,-20px)}
}
.prog-detail-outer{max-width:1366px;margin:0 auto 88px;padding:0 24px}
.prog-detail-outer .layout-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:42px}
.prog-detail-outer .track-card{background:linear-gradient(145deg,#fff 0%,#f9f9f9 100%);border:2px solid #E7E7E7;border-radius:8px;padding:36px 28px;position:relative;transition:all .3s ease}
.prog-detail-outer .track-card:hover{border-color:#38CAD9;box-shadow:0 8px 24px #38cad926;transform:translateY(-4px)}
.prog-detail-outer .track-card .icon-box{width:68px;height:68px;background:linear-gradient(135deg,#38CAD9 0%,#006D70 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.prog-detail-outer .track-card .icon-box i{font-size:32px;color:#fff}
.prog-detail-outer .track-card .track-title{font-size:24px;font-weight:600;color:#006D70;margin:0 0 14px;line-height:1.3}
.prog-detail-outer .track-card .track-desc{font-size:16px;line-height:1.65;color:#444;margin:0 0 22px}
.prog-detail-outer .track-card .module-list{list-style:none;padding:0;margin:0 0 26px}
.prog-detail-outer .track-card .module-list li{font-size:15px;color:#555;margin-bottom:10px;padding-left:26px;position:relative;line-height:1.5}
.prog-detail-outer .track-card .module-list li::before{content:'';position:absolute;left:0;top:7px;width:6px;height:6px;background:#38CAD9;border-radius:50%}
.prog-detail-outer .track-card .duration-mark{display:inline-block;font-size:14px;color:#006D70;font-weight:600;background:#38cad91f;padding:6px 14px;border-radius:6px;margin-bottom:18px}
.prog-detail-outer .track-card .progress-outer{margin-top:20px;padding-top:20px;border-top:1px solid #E7E7E7}
.prog-detail-outer .track-card .progress-label{font-size:13px;color:#666;margin-bottom:8px;display:flex;justify-content:space-between}
.prog-detail-outer .track-card .progress-bar-bg{width:100%;height:8px;background:#E7E7E7;border-radius:6px;overflow:hidden;position:relative}
.prog-detail-outer .track-card .progress-bar-fill{height:100%;background:linear-gradient(90deg,#38CAD9 0%,#006D70 100%);border-radius:6px;transition:width .4s ease}
.prog-detail-outer .track-card:nth-child(1) .progress-bar-fill{width:78%}
.prog-detail-outer .track-card:nth-child(2) .progress-bar-fill{width:62%}
.prog-detail-outer .track-card:nth-child(3) .progress-bar-fill{width:85%}
.instructor-sect{background:linear-gradient(165deg,#f5f5f5 0%,#fff 50%,#f8f8f8 100%);padding:76px 24px;position:relative}
.instructor-sect::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#38CAD9 0%,#006D70 50%,#E7E7E7 100%)}
.instructor-sect .content-inner{max-width:1366px;margin:0 auto}
.instructor-sect .sect-header{text-align:center;margin-bottom:54px}
.instructor-sect .sect-header h2{font-size:42px;font-weight:700;color:#006D70;margin:0 0 16px;line-height:1.2}
.instructor-sect .sect-header .subline{font-size:18px;color:#555;line-height:1.6;max-width:720px;margin:0 auto}
.instructor-sect .expert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.instructor-sect .expert-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .35s ease}
.instructor-sect .expert-item:hover{box-shadow:0 12px 32px #006d702e;transform:translateY(-6px)}
.instructor-sect .expert-item .photo-wrap{width:100%;height:320px;overflow:hidden;position:relative}
.instructor-sect .expert-item .photo-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.instructor-sect .expert-item:hover .photo-wrap img{transform:scale(1.08)}
.instructor-sect .expert-item .photo-wrap::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,#006d7099 0%,transparent 100%);opacity:0;transition:opacity .35s ease}
.instructor-sect .expert-item:hover .photo-wrap::after{opacity:1}
.instructor-sect .expert-item .info-zone{padding:28px 24px}
.instructor-sect .expert-item .expert-name{font-size:22px;font-weight:600;color:#006D70;margin:0 0 8px;line-height:1.3}
.instructor-sect .expert-item .expert-role{font-size:15px;color:#38CAD9;font-weight:500;margin:0 0 16px}
.instructor-sect .expert-item .expert-bio{font-size:15px;line-height:1.65;color:#555;margin:0 0 20px}
.instructor-sect .expert-item .specialty-tags{display:flex;flex-wrap:wrap;gap:8px}
.instructor-sect .expert-item .tag-item{font-size:13px;color:#006D70;background:#38cad91a;padding:5px 12px;border-radius:6px;border:1px solid #38cad94d}
@media (max-width: 1024px) {
.lp-title-wrap .main-hd{font-size:42px}
.prog-detail-outer .layout-grid{grid-template-columns:1fr 1fr;gap:32px}
.instructor-sect .expert-grid{grid-template-columns:repeat(2,1fr);gap:32px}
}
@media (max-width: 768px) {
.lp-title-wrap{min-height:320px;margin-bottom:48px}
.lp-title-wrap .main-hd{font-size:34px}
.prog-detail-outer{margin-bottom:58px}
.prog-detail-outer .layout-grid{grid-template-columns:1fr;gap:28px}
.instructor-sect{padding:56px 20px}
.instructor-sect .sect-header h2{font-size:32px}
.instructor-sect .expert-grid{grid-template-columns:1fr;gap:28px}
.instructor-sect .expert-item .photo-wrap{height:280px}
}
.success-outer{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#E7E7E7 0%,#38CAD9 100%);padding:60px 20px}
.success-inner{max-width:720px;width:100%;margin:0 auto;text-align:center}
.check-icon-wrap{width:120px;height:120px;margin:0 auto 40px;position:relative}
.check-icon-wrap svg{width:100%;height:100%;filter:drop-shadow(0 8px 16px #006d7033)}
.check-icon-wrap .circle-bg{fill:#38CAD9;animation:pulse-circle 2s ease-in-out infinite}
.check-icon-wrap .check-mark{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-check .8s ease-out .3s forwards}
@keyframes pulse-circle {
0%,100%{opacity:1;transform:scale(1)}
50%{opacity:.85;transform:scale(1.05)}
}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success-title{font-size:42px;font-weight:700;color:#006D70;margin:0 0 20px;line-height:1.2}
.success-msg{font-size:18px;color:#2a2a2a;line-height:1.6;margin:0 0 16px}
.success-detail{font-size:15px;color:#555;line-height:1.5;margin:0 0 40px;max-width:520px;margin-left:auto;margin-right:auto}
.divider-line{width:80px;height:3px;background:linear-gradient(90deg,#38CAD9 0%,#006D70 100%);margin:35px auto;border-radius:2px}
.action-btns{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:45px}
.btn-primary-v2{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:#006D70;color:#fff;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #006D70;transition:all .3s ease;position:relative;overflow:hidden;z-index:10}
.btn-primary-v2::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#38CAD9;transition:left .4s ease;z-index:-1}
.btn-primary-v2:hover{border-color:#38CAD9;transform:translateY(-2px);box-shadow:0 6px 14px #38cad94d}
.btn-primary-v2:hover::before{left:0}
.btn-outline-alt{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:transparent;color:#006D70;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #006D70;transition:all .3s ease;z-index:10}
.btn-outline-alt:hover{background:#006D70;color:#fff;transform:translateY(-2px);box-shadow:0 6px 14px #006d7040}
.btn-primary-v2 .mdi,.btn-outline-alt .mdi{font-size:20px;transition:transform .3s ease}
.btn-primary-v2:hover .mdi,.btn-outline-alt:hover .mdi{transform:translateX(4px)}
.info-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:50px}
.info-card-item{background:#ffffffd9;padding:28px 20px;border-left:4px solid #38CAD9;box-shadow:0 4px 12px #00000014;transition:all .3s ease}
.info-card-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #006d7026;border-left-color:#006D70}
.info-card-item .mdi{font-size:32px;color:#006D70;margin-bottom:14px;display:block}
.card-heading{font-size:17px;font-weight:700;color:#006D70;margin:0 0 8px}
.card-text{font-size:14px;color:#555;line-height:1.5;margin:0}
@media (max-width: 768px) {
.success-outer{padding:40px 16px;min-height:auto}
.check-icon-wrap{width:90px;height:90px;margin-bottom:30px}
.success-title{font-size:32px;margin-bottom:16px}
.success-msg{font-size:16px}
.success-detail{font-size:14px;margin-bottom:30px}
.action-btns{flex-direction:column;gap:14px;margin-top:35px}
.btn-primary-v2,.btn-outline-alt{width:100%;justify-content:center;padding:14px 24px}
.info-cards-grid{grid-template-columns:1fr;gap:18px;margin-top:40px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.success-title{font-size:38px}
.info-cards-grid{grid-template-columns:repeat(2,1fr)}
}