@import "https://cdn.jsdelivr.net/npm/@fontsource/archivo@latest/300.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/archivo@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/archivo@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Archivo',-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.6;color:#1a1a1a;background:#fff;overflow-x:hidden}
.topbar{background:linear-gradient(135deg,#FF923F 0%,#ff7f2a 100%);padding:18px 0;box-shadow:0 4px 12px #ff923f26}
.topbar .wrap{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}
.logowrap{display:flex;align-items:center}
.logowrap img{height:85px;width:85px;object-fit:contain;background:#ffffffeb;padding:8px;border-radius:4px;box-shadow:0 3px 10px #00000014}
.navi{display:flex;gap:28px;align-items:center}
.navi a{color:#fff;text-decoration:none;font-size:15px;font-weight:400;padding:9px 16px;border-radius:3px;transition:background .2s ease}
.navi a:hover{background:#ffffff2e}
.brand-row{background:#EFF7E3;padding:24px 0;border-bottom:1px solid #1a7ac31f}
.brand-row .wrap{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}
.brand-row h1{font-size:38px;font-weight:700;color:#1A7AC3;letter-spacing:-.5px;margin:0}
.footwrap{background:linear-gradient(180deg,#f8f8f8 0%,#ececec 100%);padding:52px 0 28px;margin-top:80px;border-top:3px solid #FF923F}
.footwrap .container{max-width:1200px;margin:0 auto;padding:0 20px}
.foot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:42px;margin-bottom:38px}
.foot-col h3{font-size:17px;font-weight:700;color:#1A7AC3;margin-bottom:16px}
.foot-col ul{list-style:none}
.foot-col ul li{margin-bottom:10px}
.foot-col ul li a{color:#4a4a4a;text-decoration:none;font-size:14px;transition:color .2s ease}
.foot-col ul li a:hover{color:#FF923F}
.foot-col p{font-size:14px;color:#4a4a4a;line-height:1.7}
.foot-col .pe-7s-map-marker,.foot-col .pe-7s-call,.foot-col .pe-7s-mail{margin-right:8px;color:#1A7AC3}
.copyright{text-align:center;padding-top:28px;border-top:1px solid #1a7ac32e;font-size:13px;color:#6a6a6a}
.cookie-popup{position:fixed;top:0;left:50%;transform:translateX(-50%) translateY(-100%);width:70%;max-width:680px;background:#fff;box-shadow:0 12px 40px #00000038;border-radius:5px;padding:32px;z-index:9999;transition:transform .4s ease}
.cookie-popup.show{transform:translateX(-50%) translateY(20px)}
.cookie-popup h2{font-size:22px;font-weight:700;color:#1A7AC3;margin-bottom:14px}
.cookie-popup p{font-size:14px;color:#4a4a4a;margin-bottom:20px;line-height:1.6}
.cookie-options{margin-bottom:24px}
.cookie-option{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #efefef}
.cookie-option label{font-size:14px;color:#2a2a2a;font-weight:400}
.cookie-option input[type="checkbox"]{width:42px;height:22px;cursor:pointer}
.cookie-btns{display:flex;gap:12px;justify-content:center}
.cookie-btns button{padding:11px 28px;border:none;border-radius:3px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease}
.cookie-btns .accept{background:#FF923F;color:#fff}
.cookie-btns .accept:hover{background:#e8813a}
.cookie-btns .decline{background:#e0e0e0;color:#2a2a2a}
.cookie-btns .decline:hover{background:#d0d0d0}
.cookie-settings-btn{position:fixed;bottom:24px;right:24px;width:54px;height:54px;background:#1A7AC3;color:#fff;border:none;border-radius:50%;font-size:24px;cursor:pointer;box-shadow:0 6px 18px #1a7ac34d;display:none;align-items:center;justify-content:center;z-index:9998;transition:background .2s ease}
.cookie-settings-btn:hover{background:#155a9a}
.cookie-settings-btn.visible{display:flex}
.policy-link{margin-top:16px;padding-top:16px;border-top:1px solid #efefef}
.policy-link a{color:#1A7AC3;text-decoration:none;font-size:13px}
.policy-link a:hover{text-decoration:underline}
@media (max-width: 768px) {
.topbar .wrap{flex-direction:column;gap:18px}
.navi{flex-wrap:wrap;justify-content:center;gap:14px}
.brand-row h1{font-size:28px}
.foot-grid{grid-template-columns:1fr;gap:28px}
.cookie-popup{width:90%;padding:24px}
.cookie-btns{flex-direction:column}
.cookie-btns button{width:100%}
}
@media (max-width: 480px) {
.logowrap img{height:65px;width:65px}
.navi a{font-size:14px;padding:8px 12px}
.brand-row h1{font-size:24px}
}
.terms-inner-pb{max-width:1200px;margin:0 auto;padding:60px 20px;background:#fff}
.terms-inner-pb h1{font-size:42px;font-weight:700;color:#1A7AC3;margin:0 0 40px;line-height:1.2;letter-spacing:-.5px}
.terms-inner-pb h2{font-size:32px;font-weight:600;color:#FF923F;margin:50px 0 24px;line-height:1.3;padding-bottom:12px;border-bottom:2px solid #EFF7E3}
.terms-inner-pb h3{font-size:24px;font-weight:600;color:#1A7AC3;margin:40px 0 20px;line-height:1.4}
.terms-inner-pb h4{font-size:20px;font-weight:600;color:#333;margin:32px 0 16px;line-height:1.4}
.terms-inner-pb h5{font-size:18px;font-weight:600;color:#555;margin:28px 0 14px;line-height:1.5}
.terms-inner-pb h6{font-size:16px;font-weight:600;color:#666;margin:24px 0 12px;line-height:1.5}
.terms-inner-pb p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px}
.terms-inner-pb ul{margin:0 0 24px;padding:0 0 0 24px;list-style-type:disc}
.terms-inner-pb ol{margin:0 0 24px;padding:0 0 24px;list-style-type:decimal}
.terms-inner-pb li{font-size:16px;line-height:1.8;color:#333;margin:0 0 12px;padding-left:8px}
.terms-inner-pb li::marker{color:#FF923F}
.terms-inner-pb ul ul,.terms-inner-pb ol ol,.terms-inner-pb ul ol,.terms-inner-pb ol ul{margin:12px 0 0;padding-left:24px}
.terms-inner-pb strong,.terms-inner-pb b{font-weight:700;color:#1A7AC3}
.terms-inner-pb em,.terms-inner-pb i{font-style:italic;color:#555}
.terms-inner-pb a{color:#1A7AC3;text-decoration:underline;transition:all .2s ease}
.terms-inner-pb a:hover{color:#FF923F;text-decoration:none}
.terms-inner-pb a:focus{outline:2px solid #FF923F;outline-offset:2px;border-radius:2px}
.terms-inner-pb table{width:100%;border-collapse:collapse;margin:0 0 30px;background:#fff;box-shadow:0 2px 8px #1a7ac314;border-radius:4px;overflow:hidden}
.terms-inner-pb thead{background:#1A7AC3}
.terms-inner-pb thead tr{background:#1A7AC3}
.terms-inner-pb thead th{font-size:15px;font-weight:600;color:#fff;text-align:left;padding:16px 20px;border-bottom:3px solid #FF923F}
.terms-inner-pb tbody{background:#fff}
.terms-inner-pb tbody tr{border-bottom:1px solid #EFF7E3;transition:background .2s ease}
.terms-inner-pb tbody tr:hover{background:#eff7e380}
.terms-inner-pb tbody tr:last-child{border-bottom:none}
.terms-inner-pb td{font-size:15px;line-height:1.6;color:#333;padding:16px 20px}
.terms-inner-pb th{font-weight:600}
@media (max-width: 1024px) {
.terms-inner-pb{padding:50px 30px}
.terms-inner-pb h1{font-size:36px;margin-bottom:32px}
.terms-inner-pb h2{font-size:28px;margin-top:40px}
.terms-inner-pb h3{font-size:22px}
}
@media (max-width: 768px) {
.terms-inner-pb{padding:40px 20px}
.terms-inner-pb h1{font-size:30px;margin-bottom:28px}
.terms-inner-pb h2{font-size:24px;margin-top:36px;margin-bottom:20px}
.terms-inner-pb h3{font-size:20px;margin-top:32px}
.terms-inner-pb h4{font-size:18px}
.terms-inner-pb h5{font-size:17px}
.terms-inner-pb p{font-size:15px}
.terms-inner-pb li{font-size:15px}
.terms-inner-pb table{font-size:14px}
.terms-inner-pb thead th{padding:12px 16px;font-size:14px}
.terms-inner-pb td{padding:12px 16px;font-size:14px}
}
@media (max-width: 480px) {
.terms-inner-pb{padding:30px 16px}
.terms-inner-pb h1{font-size:26px;margin-bottom:24px}
.terms-inner-pb h2{font-size:22px;margin-top:32px;margin-bottom:18px}
.terms-inner-pb h3{font-size:19px}
.terms-inner-pb table{display:block;overflow-x:auto;white-space:nowrap}
.terms-inner-pb thead th{padding:10px 12px;font-size:13px}
.terms-inner-pb td{padding:10px 12px;font-size:13px}
}
.hero-learn{position:relative;padding:80px 20px;overflow:hidden;background:linear-gradient(135deg,#EFF7E3 0%,#fff 100%)}
.hero-learn::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:#ff923f14;top:-100px;right:-100px;z-index:1}
.hero-learn::after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:#1a7ac30f;bottom:-80px;left:-80px;z-index:1}
.hero-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-txt h1{font-size:48px;line-height:1.2;color:#1A7AC3;margin:0 0 24px;font-weight:700}
.hero-txt h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FF923F,#1A7AC3);margin-top:16px;border-radius:2px}
.hero-txt p{font-size:18px;line-height:1.7;color:#333;margin:0 0 32px}
.hero-img{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.hero-img img{width:100%;height:280px;object-fit:cover;border-radius:4px;box-shadow:0 8px 24px #1a7ac326}
.hero-img img:first-child{transform:translateY(20px)}
.hero-img img:last-child{transform:translateY(-20px)}
.prog-sect{padding:90px 20px;background:#fff}
.prog-cont{max-width:1200px;margin:0 auto}
.prog-cont h2{font-size:36px;color:#1A7AC3;margin:0 0 48px;text-align:center;font-weight:600}
.prog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.prog-card{background:#EFF7E3;padding:32px 28px;border-radius:6px;border-left:4px solid #FF923F;transition:transform 0.3s,box-shadow .3s}
.prog-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #ff923f33}
.prog-card h3{font-size:22px;color:#1A7AC3;margin:0 0 16px;font-weight:600}
.prog-card h3::before{content:'';display:inline-block;width:8px;height:8px;background:#FF923F;border-radius:50%;margin-right:10px}
.prog-card p{font-size:16px;line-height:1.6;color:#444;margin:0 0 20px}
.prog-card ul{list-style:none;padding:0;margin:0}
.prog-card ul li{font-size:15px;color:#555;padding:8px 0 8px 24px;position:relative}
.prog-card ul li::before{content:'';position:absolute;left:0;top:14px;width:12px;height:2px;background:#1A7AC3}
.method-area{padding:80px 20px;background:linear-gradient(180deg,#fff 0%,#EFF7E3 100%)}
.method-box{max-width:1200px;margin:0 auto;display:flex;gap:60px;align-items:center}
.method-vis{flex:1}
.method-vis img{width:100%;height:420px;object-fit:cover;border-radius:6px;box-shadow:0 16px 40px #1a7ac333}
.method-info{flex:1}
.method-info h2{font-size:34px;color:#FF923F;margin:0 0 28px;font-weight:600}
.method-info h2::before{content:'';display:block;width:60px;height:3px;background:#1A7AC3;margin-bottom:20px}
.method-steps{display:flex;flex-direction:column;gap:24px}
.step-item{background:#fff;padding:24px;border-radius:4px;border:2px solid transparent;transition:border-color .3s}
.step-item:hover{border-color:#FF923F}
.step-num{display:inline-block;width:36px;height:36px;background:#1A7AC3;color:#fff;border-radius:50%;text-align:center;line-height:36px;font-weight:700;margin-bottom:12px}
.step-item h4{font-size:20px;color:#1A7AC3;margin:0 0 10px;font-weight:600}
.step-item p{font-size:15px;line-height:1.6;color:#555;margin:0}
.benefit-zone{padding:90px 20px;background:#fff}
.benefit-wrap{max-width:1200px;margin:0 auto}
.benefit-wrap h2{font-size:36px;color:#1A7AC3;text-align:center;margin:0 0 56px;font-weight:600;position:relative}
.benefit-wrap h2::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:100px;height:3px;background:linear-gradient(90deg,#1A7AC3,#FF923F)}
.benefit-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.ben-block{display:flex;gap:20px}
.ben-icon{width:60px;height:60px;background:linear-gradient(135deg,#FF923F,#1A7AC3);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ben-icon i{font-size:28px;color:#fff}
.ben-txt h3{font-size:22px;color:#1A7AC3;margin:0 0 12px;font-weight:600}
.ben-txt p{font-size:16px;line-height:1.6;color:#555;margin:0}
.enroll-section{padding:100px 20px;background:linear-gradient(135deg,#1A7AC3 0%,#FF923F 100%);position:relative;overflow:hidden}
.enroll-section::before{content:'';position:absolute;width:500px;height:500px;background:#ffffff14;border-radius:50%;top:-150px;left:-150px}
.enroll-section::after{content:'';position:absolute;width:400px;height:400px;background:#ffffff0f;border-radius:50%;bottom:-100px;right:-100px}
.enroll-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.enroll-content h2{font-size:42px;color:#fff;margin:0 0 24px;font-weight:700}
.enroll-content p{font-size:19px;line-height:1.7;color:#fff;margin:0 0 40px;opacity:.95}
.enroll-btn{display:inline-block;padding:18px 48px;background:#fff;color:#1A7AC3;font-size:18px;font-weight:600;text-decoration:none;border-radius:4px;transition:transform 0.3s,box-shadow .3s;box-shadow:0 8px 24px #0003;position:relative;z-index:10}
.enroll-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000004d}
@media (max-width: 1024px) {
.hero-wrap{grid-template-columns:1fr;gap:40px}
.hero-txt h1{font-size:38px}
.method-box{flex-direction:column;gap:40px}
.benefit-layout{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.hero-learn{padding:60px 20px}
.hero-txt h1{font-size:32px}
.hero-txt p{font-size:16px}
.hero-img{grid-template-columns:1fr}
.hero-img img:first-child,.hero-img img:last-child{transform:none}
.prog-sect{padding:60px 20px}
.prog-cont h2{font-size:28px;margin-bottom:32px}
.prog-grid{grid-template-columns:1fr}
.method-area{padding:60px 20px}
.method-info h2{font-size:28px}
.method-vis img{height:300px}
.benefit-zone{padding:60px 20px}
.benefit-wrap h2{font-size:28px;margin-bottom:40px}
.enroll-section{padding:70px 20px}
.enroll-content h2{font-size:32px}
.enroll-content p{font-size:17px}
.enroll-btn{padding:16px 36px;font-size:16px}
}
.hero-intro{background:linear-gradient(135deg,#ff923f14 0%,#1a7ac314 100%);padding:60px 20px}
.hero-wrap{max-width:1200px;margin:0 auto;display:flex;gap:50px;align-items:center}
.hero-visual{flex:0 0 420px}
.hero-visual img{width:100%;height:520px;object-fit:cover;border-radius:4px;box-shadow:0 8px 24px #1a7ac326}
.hero-txt{flex:1}
.hero-h{font-size:38px;line-height:1.2;margin:0 0 20px;color:#1a1a1a}
.hero-p{font-size:17px;line-height:1.6;color:#444;margin:0 0 30px}
.hero-btns{display:flex;gap:15px}
.btn-prime{background:#FF923F;color:#fff;padding:14px 32px;border-radius:3px;text-decoration:none;font-size:16px;transition:all .3s;box-shadow:0 4px 12px #ff923f40}
.btn-prime:hover{background:#e67d2d;transform:translateY(-2px);box-shadow:0 6px 16px #ff923f59}
.btn-sec{background:transparent;color:#1A7AC3;padding:14px 32px;border:2px solid #1A7AC3;border-radius:3px;text-decoration:none;font-size:16px;transition:all .3s}
.btn-sec:hover{background:#1A7AC3;color:#fff}
.stories-sec{padding:80px 20px;background:#fff}
.stories-contain{max-width:1200px;margin:0 auto}
.stories-head{font-size:32px;margin:0 0 50px;text-align:center;color:#1a1a1a}
.stories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.story-card{background:#f9f9f9;padding:30px;border-radius:5px;border-left:4px solid #FF923F}
.story-profile{display:flex;gap:18px;align-items:center;margin-bottom:20px}
.story-profile img{width:70px;height:70px;border-radius:50%;object-fit:cover}
.story-name{font-size:18px;font-weight:600;margin:0 0 4px;color:#1a1a1a}
.story-role,.role-txt{font-size:14px;color:#666;margin:0}
.story-txt{font-size:16px;line-height:1.7;color:#444;margin:0}
.progress-sec{padding:80px 20px;background:linear-gradient(180deg,#EFF7E3 0%,#fff 100%)}
.progress-contain{max-width:1200px;margin:0 auto}
.progress-h{font-size:32px;margin:0 0 15px;text-align:center;color:#1a1a1a}
.progress-intro{font-size:17px;text-align:center;color:#555;margin:0 0 50px}
.progress-track{display:grid;gap:30px}
.track-stage{display:flex;gap:25px;align-items:flex-start}
.stage-num{flex:0 0 60px;height:60px;background:#1A7AC3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600}
.stage-content{flex:1}
.stage-title{font-size:22px;margin:0 0 10px;color:#1a1a1a}
.stage-desc{font-size:16px;line-height:1.6;color:#555;margin:0 0 15px}
.stage-bar{height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}
.bar-fill{height:100%;background:linear-gradient(90deg,#FF923F 0%,#1A7AC3 100%);transition:width .5s}
.stage-1{width:100%}
.stage-2{width:75%}
.stage-3{width:50%}
.stage-4{width:25%}
.team-sec{padding:80px 20px;background:#fff}
.team-wrap{max-width:1200px;margin:0 auto}
.team-intro{text-align:center;margin-bottom:50px}
.team-h{font-size:32px;margin:0 0 15px;color:#1a1a1a}
.team-lead{font-size:17px;color:#555;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.team-item{background:linear-gradient(135deg,#ff923f0d 0%,#1a7ac30d 100%);padding:35px 25px;border-radius:4px;text-align:center}
.team-icon{font-size:48px;color:#FF923F;margin-bottom:20px}
.team-role{font-size:20px;margin:0 0 12px;color:#1a1a1a}
.team-exp{font-size:15px;line-height:1.6;color:#555;margin:0}
.interaction-sec{padding:80px 20px;background:#f7f7f7}
.interaction-contain{max-width:1200px;margin:0 auto}
.interaction-h{font-size:32px;margin:0 0 50px;text-align:center;color:#1a1a1a}
.format-blocks{display:grid;gap:50px;margin-bottom:50px}
.format-card{display:flex;gap:40px;align-items:center;background:#fff;padding:40px;border-radius:5px;box-shadow:0 2px 8px #00000014}
.fc-visual{flex:0 0 380px}
.fc-visual img{width:100%;height:280px;object-fit:cover;border-radius:3px}
.fc-text{flex:1}
.fc-title{font-size:24px;margin:0 0 15px;color:#1a1a1a;position:relative;padding-left:20px}
.fc-title::before{content:'';position:absolute;left:0;top:5px;width:4px;height:20px;background:#FF923F}
.fc-desc{font-size:16px;line-height:1.6;color:#555;margin:0 0 20px}
.fc-list{list-style:none;padding:0;margin:0}
.fc-list li{font-size:15px;color:#444;padding-left:25px;margin-bottom:8px;position:relative}
.fc-list li::before{content:'→';position:absolute;left:0;color:#1A7AC3;font-weight:600}
.fc-2{flex-direction:row-reverse}
.interaction-cta{text-align:center}
@media (max-width: 1024px) {
.hero-wrap{flex-direction:column;gap:30px}
.hero-visual{flex:0 0 auto;width:100%}
.hero-visual img{height:400px}
.stories-grid{grid-template-columns:1fr}
.team-grid{grid-template-columns:1fr;gap:25px}
.format-card,.fc-2{flex-direction:column}
.fc-visual{flex:0 0 auto;width:100%}
}
@media (max-width: 768px) {
.hero-intro{padding:40px 15px}
.hero-h{font-size:28px}
.hero-p{font-size:16px}
.hero-btns{flex-direction:column}
.hero-visual img{height:300px}
.stories-sec,.progress-sec,.team-sec,.interaction-sec{padding:50px 15px}
.stories-head,.progress-h,.team-h,.interaction-h{font-size:26px}
.track-stage{flex-direction:column;gap:15px}
.stage-num{flex:0 0 50px;height:50px;font-size:18px}
.format-card{padding:25px}
.fc-visual img{height:220px}
}
.touch-header{position:relative;max-width:1200px;margin:0 auto;padding:0;overflow:hidden;border-radius:3px}
.touch-header .img-holder{position:relative;width:100%;height:440px;overflow:hidden}
.touch-header .img-holder img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.touch-header .img-holder::before{content:'';position:absolute;top:0;left:0;right:0;height:180px;background:linear-gradient(180deg,#1a7ac3bf 0%,transparent 100%);z-index:1}
.touch-header .img-holder::after{content:'';position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(0deg,#ff923fb3 0%,transparent 100%);z-index:1}
.touch-header .txt-zone{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:2;text-align:center;padding:0 24px}
.touch-header .txt-zone h1{font-size:48px;font-weight:700;color:#fff;margin:0 0 16px;text-shadow:0 4px 12px #0006;line-height:1.2}
.touch-header .txt-zone p{font-size:19px;color:#fff;margin:0;max-width:620px;margin-left:auto;margin-right:auto;text-shadow:0 2px 8px #0000004d;line-height:1.6}
.touch-header .line-mark{position:absolute;bottom:-1px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FF923F 0%,#1A7AC3 100%);z-index:3}
.contact-wrap{max-width:1200px;margin:80px auto 0;padding:0 20px}
.form-section{background:#fff;border-radius:4px;box-shadow:0 6px 18px #1a7ac31f;padding:56px 48px;margin-bottom:60px}
.form-section h2{font-size:32px;font-weight:600;color:#1A7AC3;margin:0 0 12px;line-height:1.3}
.form-section .intro-txt{font-size:17px;color:#444;margin:0 0 40px;line-height:1.7}
.form-main{display:flex;flex-direction:column;gap:28px}
.form-row{display:flex;gap:24px}
.form-row .field-block{flex:1}
.field-block{display:flex;flex-direction:column}
.field-block label{font-size:15px;font-weight:500;color:#333;margin-bottom:8px;display:block}
.field-block input[type="text"],.field-block input[type="email"],.field-block input[type="tel"],.field-block textarea,.field-block select{width:100%;padding:14px 16px;font-size:16px;border:2px solid #d4d4d4;border-radius:3px;background:#fff;color:#333;transition:border-color 0.3s,box-shadow .3s;outline:none}
.field-block input[type="text"]:focus,.field-block input[type="email"]:focus,.field-block input[type="tel"]:focus,.field-block textarea:focus,.field-block select:focus{border-color:#1A7AC3;box-shadow:0 0 0 3px #1a7ac326}
.field-block textarea{min-height:140px;resize:vertical;font-family:inherit;line-height:1.6}
.toggle-group{display:flex;gap:20px;margin-top:8px}
.toggle-group input[type="radio"]{display:none}
.toggle-group label{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:400;color:#555;cursor:pointer;padding:10px 18px;border:2px solid #d4d4d4;border-radius:3px;background:#fafafa;transition:all .3s}
.toggle-group label::before{content:'';width:18px;height:18px;border:2px solid #d4d4d4;border-radius:50%;background:#fff;transition:all .3s}
.toggle-group input[type="radio"]:checked + label{border-color:#FF923F;background:#ff923f14;color:#333}
.toggle-group input[type="radio"]:checked + label::before{border-color:#FF923F;background:#FF923F;box-shadow:inset 0 0 0 3px #fff}
.addon-field{max-height:0;overflow:hidden;opacity:0;transition:max-height 0.4s,opacity 0.4s,margin .4s}
#business-inquiry:checked ~ .form-main .addon-field{max-height:120px;opacity:1;margin-top:8px}
.agree-block{display:flex;align-items:flex-start;gap:12px;margin-top:12px}
.agree-block input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.agree-block label{font-size:14px;color:#555;line-height:1.6;cursor:pointer}
.agree-block label a{color:#1A7AC3;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s}
.agree-block label a:hover{border-bottom-color:#1A7AC3}
.btn-submit{padding:16px 48px;font-size:17px;font-weight:600;color:#fff;background:linear-gradient(135deg,#FF923F 0%,#1A7AC3 100%);border:none;border-radius:3px;cursor:pointer;box-shadow:0 6px 16px #ff923f59;transition:transform 0.3s,box-shadow .3s;margin-top:16px}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ff923f73}
.btn-submit:active{transform:translateY(0)}
.data-grid{max-width:1200px;margin:0 auto 80px;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.info-card{background:linear-gradient(135deg,#EFF7E3 0%,#fff 100%);border-radius:4px;padding:40px 32px;box-shadow:0 4px 14px #1a7ac31a;border-left:4px solid #FF923F;transition:transform 0.3s,box-shadow .3s}
.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #1a7ac32e}
.info-card .ic-wrap{width:56px;height:56px;background:linear-gradient(135deg,#FF923F 0%,#1A7AC3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 12px #ff923f4d}
.info-card .ic-wrap i{font-size:28px;color:#fff}
.info-card h3{font-size:20px;font-weight:600;color:#1A7AC3;margin:0 0 12px;line-height:1.3}
.info-card p{font-size:16px;color:#555;margin:0;line-height:1.7}
.info-card a{color:#FF923F;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .3s}
.info-card a:hover{border-bottom-color:#FF923F}
@media (max-width: 1024px) {
.touch-header .img-holder{height:380px}
.touch-header .txt-zone h1{font-size:40px}
.touch-header .txt-zone p{font-size:17px}
.form-section{padding:44px 36px}
.data-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.touch-header .img-holder{height:320px}
.touch-header .txt-zone h1{font-size:32px}
.touch-header .txt-zone p{font-size:16px}
.contact-wrap{margin-top:60px}
.form-section{padding:36px 24px;margin-bottom:40px}
.form-section h2{font-size:28px}
.form-row{flex-direction:column;gap:28px}
.toggle-group{flex-direction:column;gap:12px}
.data-grid{grid-template-columns:1fr;gap:20px;margin-bottom:60px}
.btn-submit{width:100%}
}
@media (max-width: 480px) {
.touch-header .img-holder{height:280px}
.touch-header .txt-zone h1{font-size:26px}
.touch-header .txt-zone p{font-size:15px}
.form-section{padding:28px 20px}
.form-section h2{font-size:24px}
.info-card{padding:32px 24px}
}
.title-about{position:relative;height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 0 80px}
.title-about .bg-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.title-about .bg-layer img{width:100%;height:100%;object-fit:cover;display:block}
.title-about .overlay-dark{position:absolute;top:0;left:0;width:100%;height:100%;background:#1a0a05b8;z-index:2}
.title-about .geo-shape{position:absolute;z-index:3}
.title-about .geo-shape.shape1{top:40px;right:80px;width:120px;height:120px;border:3px solid #ff923f66;border-radius:4px;transform:rotate(15deg)}
.title-about .geo-shape.shape2{bottom:60px;left:100px;width:90px;height:90px;background:#1a7ac34d;border-radius:50%}
.title-about .title-text{position:relative;z-index:4;text-align:center;max-width:900px;padding:0 20px}
.title-about .title-text h1{font-size:56px;font-weight:700;color:#fff;line-height:1.2;margin:0}
.title-about .title-text h1 .pause{display:block;margin-top:12px;color:#FF923F}
.story-section{padding:0 0 90px;background:linear-gradient(135deg,#EFF7E3 0%,#fff 100%)}
.story-section .container-story{max-width:1200px;margin:0 auto;padding:0 20px}
.story-section .grid-story{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-section .text-col h2{font-size:42px;font-weight:600;color:#1A7AC3;margin:0 0 28px;line-height:1.3}
.story-section .text-col h2::before{content:'';display:inline-block;width:50px;height:4px;background:#FF923F;margin-right:16px;vertical-align:middle}
.story-section .text-col .p-text{font-size:17px;line-height:1.7;color:#2c2c2c;margin:0 0 24px}
.story-section .text-col .p-text:last-of-type{margin-bottom:0}
.story-section .img-col{position:relative}
.story-section .img-col img{width:100%;height:460px;object-fit:cover;border-radius:5px;box-shadow:8px 8px 20px #1a7ac326}
.story-section .img-col::after{content:'';position:absolute;bottom:-20px;right:-20px;width:180px;height:180px;background:#ff923f1f;border-radius:50%;z-index:-1}
.approach-zone{padding:85px 0;background:#fff}
.approach-zone .container-approach{max-width:1200px;margin:0 auto;padding:0 20px}
.approach-zone .head-approach{text-align:center;margin-bottom:70px}
.approach-zone .head-approach h2{font-size:40px;font-weight:600;color:#2c2c2c;margin:0 0 18px;position:relative;display:inline-block}
.approach-zone .head-approach h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:70px;height:3px;background:linear-gradient(90deg,#FF923F 0%,#1A7AC3 100%)}
.approach-zone .head-approach .subline{font-size:18px;color:#555;margin:22px 0 0}
.approach-zone .cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach-zone .card-item{background:linear-gradient(160deg,#EFF7E3 0%,#fff 100%);padding:40px 32px;border-radius:5px;border-left:4px solid #1A7AC3;transition:transform 0.3s,box-shadow .3s}
.approach-zone .card-item:hover{transform:translateY(-6px);box-shadow:0 12px 24px #1a7ac333}
.approach-zone .card-item .icon-wrap{width:64px;height:64px;background:#ff923f26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.approach-zone .card-item .icon-wrap i{font-size:32px;color:#FF923F}
.approach-zone .card-item h3{font-size:22px;font-weight:600;color:#1A7AC3;margin:0 0 16px}
.approach-zone .card-item .desc{font-size:16px;line-height:1.6;color:#444;margin:0}
.team-block{padding:90px 0;background:linear-gradient(180deg,#fff 0%,#EFF7E3 100%)}
.team-block .container-team{max-width:1200px;margin:0 auto;padding:0 20px}
.team-block .layout-asymmetric{display:grid;grid-template-columns:400px 1fr;gap:70px;align-items:start}
.team-block .profile-side{position:relative}
.team-block .profile-side img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:12px 12px 28px #ff923f2e}
.team-block .profile-side::before{content:'';position:absolute;top:-15px;left:-15px;width:100px;height:100px;border:2px solid #1A7AC3;border-radius:4px;z-index:-1}
.team-block .content-side h2{font-size:38px;font-weight:600;color:#2c2c2c;margin:0 0 26px;line-height:1.3}
.team-block .content-side h2 .accent{color:#FF923F}
.team-block .content-side .p-block{font-size:17px;line-height:1.7;color:#333;margin:0 0 22px}
.team-block .content-side .p-block:last-of-type{margin-bottom:0}
.team-block .content-side .highlight-box{background:#1a7ac314;padding:28px 32px;border-left:5px solid #1A7AC3;margin-top:36px;border-radius:3px}
.team-block .content-side .highlight-box .h-title{font-size:20px;font-weight:600;color:#1A7AC3;margin:0 0 14px}
.team-block .content-side .highlight-box .h-text{font-size:16px;line-height:1.6;color:#444;margin:0}
@media (max-width: 1024px) {
.title-about{height:400px;margin-bottom:60px}
.title-about .title-text h1{font-size:44px}
.title-about .geo-shape.shape1{width:100px;height:100px;right:40px}
.title-about .geo-shape.shape2{width:70px;height:70px;left:60px}
.story-section .grid-story{gap:40px}
.story-section .text-col h2{font-size:36px}
.story-section .img-col img{height:380px}
.approach-zone .cards-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.team-block .layout-asymmetric{grid-template-columns:350px 1fr;gap:50px}
.team-block .profile-side img{height:420px}
}
@media (max-width: 768px) {
.title-about{height:340px;margin-bottom:50px}
.title-about .title-text h1{font-size:34px}
.title-about .geo-shape.shape1{width:80px;height:80px;right:20px;top:30px}
.title-about .geo-shape.shape2{width:60px;height:60px;left:30px}
.story-section{padding-bottom:70px}
.story-section .grid-story{grid-template-columns:1fr;gap:35px}
.story-section .text-col h2{font-size:32px}
.story-section .img-col img{height:320px}
.story-section .img-col::after{width:140px;height:140px;bottom:-15px;right:-15px}
.approach-zone{padding:70px 0}
.approach-zone .head-approach h2{font-size:34px}
.approach-zone .cards-grid{grid-template-columns:1fr;gap:25px}
.team-block{padding:70px 0}
.team-block .layout-asymmetric{grid-template-columns:1fr;gap:40px}
.team-block .profile-side img{height:360px}
.team-block .content-side h2{font-size:32px}
}
@media (max-width: 480px) {
.title-about{height:300px;margin-bottom:40px}
.title-about .title-text h1{font-size:28px}
.title-about .geo-shape.shape1{display:none}
.story-section .text-col h2{font-size:28px}
.story-section .text-col .p-text{font-size:16px}
.story-section .img-col img{height:280px}
.approach-zone .head-approach h2{font-size:28px}
.approach-zone .card-item{padding:32px 24px}
.approach-zone .card-item h3{font-size:20px}
.team-block .profile-side img{height:320px}
.team-block .content-side h2{font-size:28px}
.team-block .content-side .p-block{font-size:16px}
}
.successpage{background:linear-gradient(135deg,#EFF7E3 0%,#fff 100%);padding:80px 20px;min-height:60vh;display:flex;align-items:center;justify-content:center}
.successwrap{max-width:900px;margin:0 auto;text-align:center}
.successwrap .iconwrap{width:120px;height:120px;margin:0 auto 40px;background:linear-gradient(135deg,#FF923F 0%,#1A7AC3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 28px #ff923f4d;position:relative}
.successwrap .iconwrap::before{content:'';position:absolute;width:140px;height:140px;border:3px solid #FF923F;border-radius:50%;opacity:.3}
.successwrap .iconwrap svg{width:60px;height:60px;fill:#fff}
.successwrap h1{font-size:2.8rem;color:#1A7AC3;margin:0 0 24px;font-weight:700;line-height:1.2}
.successwrap .maindesc{font-size:1.15rem;color:#333;line-height:1.7;margin:0 0 36px;max-width:700px;margin-left:auto;margin-right:auto}
.successwrap .subtext{font-size:.95rem;color:#666;line-height:1.6;margin:0 0 48px}
.btnarea{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btnarea .btn-primary{background:linear-gradient(135deg,#FF923F 0%,#FF7A1F 100%);color:#fff;padding:16px 42px;border-radius:4px;text-decoration:none;font-weight:600;font-size:1rem;box-shadow:0 6px 16px #ff923f59;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}
.btnarea .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px #ff923f73}
.btnarea .btn-secondary{background:#fff;color:#1A7AC3;padding:16px 42px;border-radius:4px;text-decoration:none;font-weight:600;font-size:1rem;box-shadow:0 4px 12px #1a7ac326;transition:all .3s ease;border:2px solid #1A7AC3;cursor:pointer;display:inline-block}
.btnarea .btn-secondary:hover{background:#1A7AC3;color:#fff;transform:translateY(-2px)}
.nextinfo{background:#fff;padding:60px 20px}
.nextinfo-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.infocard{background:linear-gradient(180deg,#EFF7E3 0%,#fff 100%);padding:36px 28px;border-radius:6px;border-left:4px solid #FF923F;box-shadow:0 4px 14px #0000000f;transition:all .3s ease}
.infocard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ff923f33}
.infocard .cardicon{width:48px;height:48px;background:#FF923F;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.infocard .cardicon i{font-size:24px;color:#fff}
.infocard h3{font-size:1.35rem;color:#1A7AC3;margin:0 0 14px;font-weight:700}
.infocard p{font-size:.95rem;color:#555;line-height:1.6;margin:0}
.infocard .detail-list{list-style:none;padding:0;margin:16px 0 0}
.infocard .detail-list li{padding:8px 0;padding-left:28px;position:relative;font-size:.9rem;color:#666}
.infocard .detail-list li::before{content:'';position:absolute;left:0;top:14px;width:16px;height:16px;background:linear-gradient(135deg,#FF923F 0%,#1A7AC3 100%);border-radius:50%}
@media (max-width: 768px) {
.successpage{padding:60px 16px}
.successwrap .iconwrap{width:100px;height:100px;margin-bottom:32px}
.successwrap .iconwrap::before{width:120px;height:120px}
.successwrap .iconwrap svg{width:50px;height:50px}
.successwrap h1{font-size:2rem;margin-bottom:20px}
.successwrap .maindesc{font-size:1.05rem;margin-bottom:28px}
.successwrap .subtext{font-size:.9rem;margin-bottom:36px}
.btnarea{flex-direction:column;gap:16px}
.btnarea .btn-primary,.btnarea .btn-secondary{width:100%;padding:14px 32px}
.nextinfo{padding:50px 16px}
.nextinfo-inner{grid-template-columns:1fr;gap:24px}
.infocard{padding:28px 20px}
.infocard h3{font-size:1.2rem}
}
@media (max-width: 480px) {
.successwrap h1{font-size:1.75rem}
.successwrap .maindesc{font-size:1rem}
}