*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Lora',serif;color:#1C2521;background:#FEFEFE;line-height:1.6;overflow-x:hidden}
.hd-wrapper{background:linear-gradient(135deg,#1c252108 0%,#296b2914 100%);backdrop-filter:blur(12px);position:relative;z-index:100}
.hd-top-bar{background:linear-gradient(90deg,#296B29 0%,#1C2521 100%);padding:8px 0;border-bottom:2px solid #C9CE81}
.hd-top-bar .ct-wrap{max-width:1440px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}
.hd-contact-info{display:flex;gap:32px;align-items:center}
.hd-contact-info span{color:#FEFEFE;font-size:14px;display:flex;align-items:center;gap:8px}
.hd-contact-info i{color:#C9CE81;font-size:16px}
.hd-cta-group{display:flex;gap:12px}
.hd-cta-primary{background:#C9CE81;color:#1C2521;padding:6px 18px;border-radius:4px;text-decoration:none;font-weight:600;font-size:14px;transition:all .2s;box-shadow:0 4px 12px #c9ce814d}
.hd-cta-primary:hover{background:#d4d98f;box-shadow:0 6px 16px #c9ce8166}
.hd-cta-secondary{background:#fefefe26;color:#FEFEFE;padding:6px 18px;border-radius:4px;text-decoration:none;font-weight:500;font-size:14px;border:1px solid #fefefe4d;transition:all .2s}
.hd-cta-secondary:hover{background:#fefefe40;border-color:#fefefe80}
.hd-main-row{max-width:1440px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:40px;min-height:100px}
.hd-logo-box{display:flex;align-items:center;gap:16px;flex-shrink:0}
.hd-logo-box img{height:85px;width:85px;object-fit:contain;background:#ffffffe6;padding:8px;border-radius:6px;box-shadow:0 6px 20px #1c25211f}
.hd-brand-name{font-size:28px;font-weight:700;color:#1C2521;letter-spacing:-.5px}
.hd-nav-container{flex:1;display:flex;justify-content:flex-end}
.hd-nav-list{display:flex;list-style:none;gap:8px;align-items:center}
.hd-nav-list li a{color:#1C2521;text-decoration:none;font-size:16px;font-weight:500;padding:10px 20px;border-radius:4px;transition:all .2s;display:block;position:relative}
.hd-nav-list li a:hover{background:#296b2914;color:#296B29}
.hd-nav-list li:first-child a{background:linear-gradient(135deg,#296B29 0%,#1C2521 100%);color:#FEFEFE;box-shadow:0 4px 12px #296b2940}
.hd-nav-list li:first-child a:hover{background:linear-gradient(135deg,#2d7a2d 0%,#232e28 100%);color:#FEFEFE}
.ft-main{background:linear-gradient(180deg,#1C2521 0%,#296B29 100%);color:#FEFEFE;padding:60px 0 24px;margin-top:80px;position:relative}
.ft-main::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#C9CE81,transparent)}
.ft-content-wrap{max-width:1440px;margin:0 auto;padding:0 24px}
.ft-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:48px}
.ft-company-info h3{font-size:24px;margin-bottom:16px;color:#C9CE81}
.ft-company-info p{font-size:15px;line-height:1.8;margin-bottom:20px;opacity:.9}
.ft-contact-detail{display:flex;flex-direction:column;gap:12px}
.ft-contact-detail span{display:flex;align-items:center;gap:10px;font-size:14px}
.ft-contact-detail i{color:#C9CE81;font-size:18px}
.ft-section h4{font-size:18px;margin-bottom:20px;color:#C9CE81;font-weight:600}
.ft-link-list{list-style:none;display:flex;flex-direction:column;gap:12px}
.ft-link-list li a{color:#FEFEFE;text-decoration:none;font-size:15px;opacity:.85;transition:all .2s;display:inline-block}
.ft-link-list li a:hover{opacity:1;color:#C9CE81}
.ft-bottom-bar{border-top:1px solid #c9ce8133;padding-top:24px;text-align:center}
.ft-bottom-bar p{font-size:14px;opacity:.8}
.cookie-popup{position:fixed;bottom:24px;right:24px;width:420px;background:#FEFEFE;border-radius:6px;box-shadow:0 12px 40px #1c252140;padding:28px;z-index:10000;border:2px solid #C9CE81;display:none}
.cookie-popup.visible{display:block}
.cookie-popup h3{font-size:20px;margin-bottom:12px;color:#1C2521}
.cookie-popup p{font-size:14px;line-height:1.7;margin-bottom:20px;color:#1C2521}
.cookie-actions{display:flex;gap:12px;flex-wrap:wrap}
.cookie-btn-accept{background:linear-gradient(135deg,#296B29 0%,#1C2521 100%);color:#FEFEFE;padding:10px 24px;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:'Lora',serif}
.cookie-btn-accept:hover{background:linear-gradient(135deg,#2d7a2d 0%,#232e28 100%)}
.cookie-btn-decline{background:transparent;color:#296B29;padding:10px 24px;border:2px solid #296B29;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;font-family:'Lora',serif}
.cookie-btn-decline:hover{background:#296b2914}
.cookie-policy-link{color:#296B29;text-decoration:underline;font-size:13px;cursor:pointer;display:inline-block;margin-top:8px}
.cookie-policy-link:hover{color:#1C2521}
@media (max-width: 1366px) {
.ft-grid{grid-template-columns:1fr 1fr;gap:40px}
.ft-company-info{grid-column:1 / -1}
}
@media (max-width: 768px) {
.hd-top-bar{display:none}
.hd-main-row{flex-direction:column;text-align:center;gap:24px;padding:16px 20px}
.hd-logo-box{flex-direction:column;gap:12px}
.hd-logo-box img{height:70px;width:70px}
.hd-brand-name{font-size:24px}
.hd-nav-container{width:100%}
.hd-nav-list{flex-direction:column;width:100%;gap:8px}
.hd-nav-list li{width:100%}
.hd-nav-list li a{width:100%;text-align:center}
.ft-grid{grid-template-columns:1fr;gap:32px}
.cookie-popup{width:calc(100% - 32px);right:16px;bottom:16px;left:16px;padding:20px}
.cookie-actions{flex-direction:column}
.cookie-btn-accept,.cookie-btn-decline{width:100%}
}
@media (max-width: 375px) {
.hd-brand-name{font-size:20px}
.hd-nav-list li a{font-size:15px;padding:8px 16px}
.ft-main{padding:40px 0 20px}
}
.legal-main-dkqv{max-width:1440px;margin:0 auto;padding:80px 20px;background:#fff}
.legal-main-dkqv h1{font-size:42px;font-weight:700;color:#1C2521;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.legal-main-dkqv h2{font-size:32px;font-weight:600;color:#1C2521;margin:60px 0 20px;line-height:1.3;letter-spacing:-.3px;padding-bottom:12px;border-bottom:2px solid #C9CE81}
.legal-main-dkqv h3{font-size:24px;font-weight:600;color:#296B29;margin:40px 0 16px;line-height:1.4}
.legal-main-dkqv h4{font-size:20px;font-weight:600;color:#296B29;margin:32px 0 12px;line-height:1.4}
.legal-main-dkqv h5{font-size:18px;font-weight:600;color:#1C2521;margin:24px 0 10px;line-height:1.5}
.legal-main-dkqv h6{font-size:16px;font-weight:600;color:#1C2521;margin:20px 0 8px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.legal-main-dkqv p{font-size:16px;line-height:1.8;color:#1C2521;margin:0 0 20px;max-width:850px}
.legal-main-dkqv strong,.legal-main-dkqv b{font-weight:600;color:#1C2521}
.legal-main-dkqv em,.legal-main-dkqv i{font-style:italic;color:#296B29}
.legal-main-dkqv ul{margin:0 0 24px;padding:0 0 0 24px;max-width:850px}
.legal-main-dkqv ul li{font-size:16px;line-height:1.8;color:#1C2521;margin:0 0 12px;padding-left:8px}
.legal-main-dkqv ul li::marker{color:#296B29}
.legal-main-dkqv ol{margin:0 0 24px;padding:0 0 0 24px;max-width:850px}
.legal-main-dkqv ol li{font-size:16px;line-height:1.8;color:#1C2521;margin:0 0 12px;padding-left:8px}
.legal-main-dkqv ol li::marker{color:#296B29;font-weight:600}
.legal-main-dkqv table{width:100%;max-width:1200px;margin:32px 0;border-collapse:collapse;background:#fff;box-shadow:0 4px 12px #1c252114;border-radius:4px;overflow:hidden}
.legal-main-dkqv thead{background:linear-gradient(135deg,#1C2521 0%,#296B29 100%)}
.legal-main-dkqv thead tr{border:none}
.legal-main-dkqv thead th{padding:18px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;border:none}
.legal-main-dkqv tbody{background:#fff}
.legal-main-dkqv tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s ease}
.legal-main-dkqv tbody tr:hover{background:#c9ce811a}
.legal-main-dkqv tbody tr:last-child{border-bottom:none}
.legal-main-dkqv tbody td{padding:16px 20px;font-size:15px;line-height:1.6;color:#1C2521;border:none}
.legal-main-dkqv tbody td strong,.legal-main-dkqv tbody td b{color:#296B29}
.legal-main-dkqv a{color:#296B29;text-decoration:underline;transition:color .2s ease}
.legal-main-dkqv a:hover{color:#1C2521;text-decoration:none}
.legal-main-dkqv hr{border:none;height:2px;background:linear-gradient(90deg,#C9CE81 0%,transparent 100%);margin:48px 0}
@media (max-width: 768px) {
.legal-main-dkqv{padding:50px 16px}
.legal-main-dkqv h1{font-size:32px;margin-bottom:12px}
.legal-main-dkqv h2{font-size:26px;margin:40px 0 16px}
.legal-main-dkqv h3{font-size:22px;margin:32px 0 12px}
.legal-main-dkqv h4{font-size:19px;margin:24px 0 10px}
.legal-main-dkqv h5{font-size:17px}
.legal-main-dkqv h6{font-size:15px}
.legal-main-dkqv p{font-size:15px;line-height:1.7}
.legal-main-dkqv ul li,.legal-main-dkqv ol li{font-size:15px}
.legal-main-dkqv table{display:block;overflow-x:auto;margin:24px -16px;width:calc(100% + 32px);max-width:none;border-radius:0}
.legal-main-dkqv thead th{padding:14px 12px;font-size:13px;white-space:nowrap}
.legal-main-dkqv tbody td{padding:12px;font-size:14px}
}
@media (max-width: 375px) {
.legal-main-dkqv{padding:40px 12px}
.legal-main-dkqv h1{font-size:28px}
.legal-main-dkqv h2{font-size:24px}
.legal-main-dkqv p{font-size:14px}
}
.title-wrapper{max-width:1440px;margin:0 auto;padding:80px 20px;position:relative;overflow:hidden}
.title-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.title-left{position:relative;z-index:2}
.title-left .title-main{font-size:48px;font-weight:700;line-height:1.2;color:#1C2521;margin:0 0 24px}
.title-left .title-desc{font-size:18px;line-height:1.6;color:#296B29;margin:0 0 32px}
.title-btn-set{display:flex;gap:16px;flex-wrap:wrap}
.title-btn-set .btn-main{background:linear-gradient(135deg,#296B29,#1C2521);color:#fff;padding:16px 32px;border-radius:4px;text-decoration:none;font-weight:600;transition:transform 0.3s,box-shadow .3s;display:inline-block}
.title-btn-set .btn-main:hover{transform:translateY(-2px);box-shadow:0 8px 16px #1c252133}
.title-btn-set .btn-secondary{background:transparent;color:#296B29;padding:16px 32px;border:2px solid #296B29;border-radius:4px;text-decoration:none;font-weight:600;transition:background 0.3s,color .3s;display:inline-block}
.title-btn-set .btn-secondary:hover{background:#296B29;color:#fff}
.title-right{position:relative}
.title-right .img-box{width:100%;height:480px;border-radius:6px;overflow:hidden;position:relative;box-shadow:0 12px 32px #1c252126}
.title-right .img-box img{width:100%;height:100%;object-fit:cover;display:block}
.bg-shape{position:absolute;width:280px;height:280px;background:radial-gradient(circle,#c9ce8126,transparent);border-radius:50%;top:-100px;right:-80px;z-index:1;pointer-events:none}
.exp-section{max-width:1440px;margin:80px auto;padding:0 20px}
.exp-hd{text-align:center;margin-bottom:60px}
.exp-hd h2{font-size:38px;font-weight:700;color:#1C2521;margin:0 0 16px}
.exp-hd p{font-size:17px;color:#296B29;margin:0;line-height:1.6}
.exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.exp-item{background:linear-gradient(145deg,#fff,#f8f9f5);padding:36px;border-radius:5px;box-shadow:0 6px 18px #1c252114;transition:transform 0.3s,box-shadow .3s;position:relative;overflow:hidden}
.exp-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#296B29,#C9CE81)}
.exp-item:hover{transform:translateY(-6px);box-shadow:0 12px 28px #296b2926}
.exp-item .exp-icon{font-size:42px;color:#296B29;margin-bottom:20px;display:block}
.exp-item h3{font-size:22px;font-weight:700;color:#1C2521;margin:0 0 14px}
.exp-item p{font-size:16px;line-height:1.6;color:#296B29;margin:0}
.rhythm-wrapper{background:linear-gradient(135deg,#f5f7f2,#e8ebe3);padding:80px 20px;margin:80px 0}
.rhythm-container{max-width:1440px;margin:0 auto}
.rhythm-hd{text-align:center;margin-bottom:50px}
.rhythm-hd h2{font-size:36px;font-weight:700;color:#1C2521;margin:0 0 16px}
.rhythm-hd p{font-size:17px;color:#296B29;margin:0}
.rhythm-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.rhythm-step{background:#fff;padding:32px 24px;border-radius:4px;text-align:center;box-shadow:0 4px 12px #1c25210f;position:relative;transition:box-shadow .3s}
.rhythm-step:hover{box-shadow:0 8px 20px #296b291f}
.rhythm-step .step-num{display:inline-block;width:50px;height:50px;background:linear-gradient(135deg,#296B29,#1C2521);color:#fff;border-radius:50%;line-height:50px;font-size:22px;font-weight:700;margin-bottom:20px}
.rhythm-step h4{font-size:20px;font-weight:700;color:#1C2521;margin:0 0 12px}
.rhythm-step p{font-size:15px;line-height:1.5;color:#296B29;margin:0}
.relevance-box{max-width:1440px;margin:80px auto;padding:0 20px}
.relevance-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.relevance-text h2{font-size:36px;font-weight:700;color:#1C2521;margin:0 0 24px;position:relative}
.relevance-text h2::after{content:'';position:absolute;bottom:-8px;left:0;width:80px;height:3px;background:linear-gradient(90deg,#296B29,#C9CE81)}
.relevance-text .rel-p{font-size:17px;line-height:1.7;color:#296B29;margin:30px 0 0}
.relevance-highlight{background:#fff;padding:28px;border-radius:5px;border-left:4px solid #296B29;box-shadow:0 6px 16px #1c252114;margin-top:24px}
.relevance-highlight p{font-size:16px;line-height:1.6;color:#1C2521;margin:0;font-weight:500}
.relevance-visual{position:relative}
.relevance-visual .rel-img{width:100%;height:420px;border-radius:6px;overflow:hidden;box-shadow:0 10px 28px #296b292e}
.relevance-visual .rel-img img{width:100%;height:100%;object-fit:cover}
.content-section{max-width:1440px;margin:80px auto;padding:0 20px}
.content-hd{text-align:center;margin-bottom:50px}
.content-hd h2{font-size:36px;font-weight:700;color:#1C2521;margin:0 0 16px}
.content-hd p{font-size:17px;color:#296B29;margin:0}
.content-features{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.feature-card{background:#fff;padding:40px;border-radius:6px;box-shadow:0 8px 22px #1c25211a;transition:transform .3s;position:relative}
.feature-card:hover{transform:translateX(8px)}
.feature-card::before{content:'';position:absolute;top:20px;left:0;width:5px;height:60px;background:linear-gradient(180deg,#C9CE81,#296B29);border-radius:0 3px 3px 0}
.feature-card .fc-icon{font-size:38px;color:#296B29;margin-bottom:20px;display:block}
.feature-card h3{font-size:24px;font-weight:700;color:#1C2521;margin:0 0 16px}
.feature-card p{font-size:16px;line-height:1.6;color:#296B29;margin:0}
.community-wrapper{background:linear-gradient(135deg,#1C2521,#296B29);padding:80px 20px;margin:80px 0;position:relative;overflow:hidden}
.community-wrapper::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#c9ce811a,transparent);border-radius:50%}
.community-container{max-width:1440px;margin:0 auto;position:relative;z-index:2}
.community-hd{text-align:center;margin-bottom:60px}
.community-hd h2{font-size:38px;font-weight:700;color:#fff;margin:0 0 16px}
.community-hd p{font-size:18px;color:#C9CE81;margin:0}
.community-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.stat-item{background:#ffffff1a;padding:36px 28px;border-radius:5px;text-align:center;backdrop-filter:blur(10px);border:1px solid #c9ce8133;transition:background .3s}
.stat-item:hover{background:#ffffff26}
.stat-item .stat-val{font-size:46px;font-weight:700;color:#C9CE81;margin:0 0 12px;display:block}
.stat-item .stat-label{font-size:18px;color:#fff;margin:0;font-weight:500}
.certification-box{max-width:1440px;margin:80px auto;padding:0 20px}
.certification-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center}
.certification-visual .cert-img{width:100%;height:450px;border-radius:6px;overflow:hidden;box-shadow:0 12px 32px #296b2933}
.certification-visual .cert-img img{width:100%;height:100%;object-fit:cover}
.certification-text h2{font-size:36px;font-weight:700;color:#1C2521;margin:0 0 24px}
.certification-text p{font-size:17px;line-height:1.7;color:#296B29;margin:0 0 28px}
.cert-list{list-style:none;padding:0;margin:0}
.cert-list li{padding:16px 0 16px 48px;position:relative;font-size:16px;color:#296B29;line-height:1.6;border-bottom:1px solid #296b291a}
.cert-list li:last-child{border-bottom:none}
.cert-list li::before{content:'';position:absolute;left:0;top:20px;width:24px;height:24px;background:linear-gradient(135deg,#296B29,#C9CE81);border-radius:50%}
.cert-list li::after{content:'✓';position:absolute;left:6px;top:18px;color:#fff;font-size:14px;font-weight:700}
.cta-final{background:linear-gradient(135deg,#C9CE81,#296B29);padding:80px 20px;margin:80px 0 0;text-align:center}
.cta-final-content{max-width:1440px;margin:0 auto}
.cta-final h2{font-size:42px;font-weight:700;color:#fff;margin:0 0 20px}
.cta-final p{font-size:19px;color:#fff;margin:0 0 36px;opacity:.95}
.cta-final .btn-cta{background:#1C2521;color:#fff;padding:18px 44px;border-radius:4px;text-decoration:none;font-size:18px;font-weight:700;display:inline-block;transition:transform 0.3s,box-shadow .3s;box-shadow:0 6px 18px #1c25214d}
.cta-final .btn-cta:hover{transform:translateY(-3px);box-shadow:0 10px 28px #1c252166}
@media (max-width: 1366px) {
.title-content{gap:40px}
.exp-grid{gap:32px}
.content-features{gap:32px}
}
@media (max-width: 768px) {
.title-wrapper{padding:60px 20px}
.title-content{grid-template-columns:1fr;gap:40px}
.title-left .title-main{font-size:36px}
.title-left .title-desc{font-size:16px}
.title-right .img-box{height:320px}
.exp-grid{grid-template-columns:1fr;gap:28px}
.rhythm-steps{grid-template-columns:1fr;gap:24px}
.relevance-layout{grid-template-columns:1fr;gap:40px}
.relevance-visual .rel-img{height:300px}
.content-features{grid-template-columns:1fr;gap:28px}
.community-stats{grid-template-columns:1fr;gap:24px}
.certification-layout{grid-template-columns:1fr;gap:40px}
.certification-visual .cert-img{height:320px}
.cta-final h2{font-size:32px}
.cta-final p{font-size:17px}
}
@media (max-width: 375px) {
.title-wrapper{padding:40px 16px}
.title-left .title-main{font-size:28px}
.title-btn-set{flex-direction:column;gap:12px}
.title-btn-set .btn-main,.title-btn-set .btn-secondary{width:100%;text-align:center}
.exp-section,.rhythm-wrapper,.relevance-box,.content-section,.community-wrapper,.certification-box{padding-left:16px;padding-right:16px}
.exp-hd h2,.rhythm-hd h2,.relevance-text h2,.content-hd h2,.community-hd h2,.certification-text h2{font-size:28px}
.cta-final h2{font-size:26px}
}
.ct-wrp{max-width:1440px;margin:0 auto;width:100%}
.hd-blr{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.hd-blr::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1c2521d9,#296b29bf);z-index:2}
.hd-blr::after{content:'';position:absolute;top:-10px;right:-10px;width:280px;height:280px;background:repeating-linear-gradient(45deg,#c9ce8114,#c9ce8114 15px,transparent 15px,transparent 30px);z-index:1;border-radius:3px}
.hd-blr img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(5px)}
.hd-txt{position:relative;z-index:3;text-align:center;padding:50px 25px;max-width:820px;backdrop-filter:blur(8px);background:#1c252159;border-radius:4px}
.hd-txt h1{font-size:52px;font-weight:700;color:#fff;margin:0 0 18px;line-height:1.2}
.hd-txt p{font-size:19px;color:#ffffffeb;line-height:1.6;margin:0}
.ct-mn{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:0 25px 90px;max-width:1240px;margin:0 auto}
.inf-bx{background:linear-gradient(145deg,#296b290f,#c9ce8114);padding:45px 40px;border-radius:5px;box-shadow:0 8px 18px #1c25211f}
.inf-bx h2{font-size:34px;font-weight:600;color:#1C2521;margin:0 0 30px}
.inf-itm{display:flex;align-items:flex-start;margin-bottom:28px}
.inf-itm:last-child{margin-bottom:0}
.inf-icn{width:44px;height:44px;background:#296B29;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:18px}
.inf-icn i{font-size:20px;color:#fff}
.inf-dtl{flex:1}
.inf-dtl h3{font-size:18px;font-weight:600;color:#1C2521;margin:0 0 8px}
.inf-dtl p{font-size:16px;color:#1C2521;line-height:1.6;margin:0}
.inf-dtl a{color:#296B29;text-decoration:none;transition:color .3s}
.inf-dtl a:hover{color:#1C2521}
.frm-bx{background:#fff;padding:45px 40px;border-radius:5px;box-shadow:0 12px 24px #1c252126}
.frm-bx h2{font-size:34px;font-weight:600;color:#1C2521;margin:0 0 12px}
.frm-bx .sbttl{font-size:16px;color:#296B29;margin:0 0 32px;line-height:1.5}
.frm-bx form{display:flex;flex-direction:column}
.fld{margin-bottom:22px}
.fld label{display:block;font-size:15px;font-weight:500;color:#1C2521;margin-bottom:8px}
.fld input,.fld textarea{width:100%;padding:14px 16px;font-size:15px;color:#1C2521;background:#c9ce8114;border:2px solid #296b2926;border-radius:3px;transition:all .3s;box-sizing:border-box}
.fld input:focus,.fld textarea:focus{outline:none;border-color:#296B29;background:#fff;box-shadow:0 0 0 3px #296b291f}
.fld textarea{min-height:140px;resize:vertical}
.prv-chk{display:flex;align-items:flex-start;margin-bottom:26px}
.prv-chk input[type="checkbox"]{width:18px;height:18px;margin:2px 10px 0 0;flex-shrink:0;cursor:pointer;accent-color:#296B29}
.prv-chk label{font-size:14px;color:#1C2521;line-height:1.5;cursor:pointer}
.prv-chk a{color:#296B29;text-decoration:none;transition:color .3s}
.prv-chk a:hover{color:#1C2521;text-decoration:underline}
.sbmt-bt{background:linear-gradient(135deg,#296B29,#1C2521);color:#fff;font-size:17px;font-weight:600;padding:16px 40px;border:none;border-radius:4px;cursor:pointer;transition:all .3s;box-shadow:0 6px 16px #296b2940;position:relative;z-index:10}
.sbmt-bt:hover{background:linear-gradient(135deg,#1C2521,#296B29);box-shadow:0 9px 22px #296b2959;transform:translateY(-2px)}
.sbmt-bt:active{transform:translateY(0);box-shadow:0 4px 12px #296b2933}
.mp-sc{padding:80px 25px;background:linear-gradient(180deg,#c9ce811f,#296b290f)}
.mp-ct{max-width:1240px;margin:0 auto;text-align:center}
.mp-ct h2{font-size:38px;font-weight:600;color:#1C2521;margin:0 0 16px}
.mp-ct p{font-size:17px;color:#296B29;line-height:1.6;max-width:680px;margin:0 auto 40px}
.lc-grd{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-top:50px}
.lc-crd{background:#fff;padding:35px 28px;border-radius:4px;box-shadow:0 6px 18px #1c25211a;transition:all .3s}
.lc-crd:hover{transform:translateY(-4px);box-shadow:0 12px 28px #1c25212e}
.lc-crd i{font-size:42px;color:#296B29;margin-bottom:18px}
.lc-crd h3{font-size:22px;font-weight:600;color:#1C2521;margin:0 0 12px}
.lc-crd p{font-size:15px;color:#1C2521;line-height:1.6;margin:0}
@media (max-width: 1366px) {
.ct-mn{gap:50px;padding-bottom:70px}
.hd-txt h1{font-size:46px}
}
@media (max-width: 768px) {
.hd-blr{min-height:340px;margin-bottom:60px}
.hd-txt{padding:35px 20px}
.hd-txt h1{font-size:36px;margin-bottom:14px}
.hd-txt p{font-size:16px}
.hd-blr::after{width:180px;height:180px}
.ct-mn{grid-template-columns:1fr;gap:40px;padding:0 20px 60px}
.inf-bx,.frm-bx{padding:35px 25px}
.inf-bx h2,.frm-bx h2{font-size:28px;margin-bottom:24px}
.mp-sc{padding:60px 20px}
.mp-ct h2{font-size:32px}
.lc-grd{grid-template-columns:1fr;gap:28px}
}
@media (max-width: 375px) {
.hd-blr{min-height:280px}
.hd-txt h1{font-size:30px}
.hd-txt p{font-size:15px}
.inf-bx h2,.frm-bx h2{font-size:24px}
.mp-ct h2{font-size:28px}
}
.lp-title-wrap{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:80px}
.lp-title-wrap .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;clip-path:polygon(15% 0,100% 0,85% 100%,0 100%);filter:blur(3px);opacity:.4}
.lp-title-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1C2521 0%,#296B29 100%);opacity:.85;clip-path:polygon(15% 0,100% 0,85% 100%,0 100%)}
.lp-title-content{position:relative;z-index:2;max-width:960px;padding:40px 24px;text-align:center}
.lp-title-content h1{font-size:48px;color:#C9CE81;margin:0 0 20px;line-height:1.2;font-weight:700}
.lp-title-content .sub-hd{font-size:20px;color:#fff;line-height:1.6;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.prog-cards-wrap{max-width:1440px;margin:0 auto 100px;padding:0 24px}
.prog-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.prog-cd{background:linear-gradient(160deg,#fff 0%,#f8f9f5 100%);border:2px solid #C9CE81;border-radius:3px;padding:32px 28px;position:relative;transition:all .3s ease;box-shadow:0 6px 16px #296b291a}
.prog-cd:hover{transform:translateY(-6px);box-shadow:0 12px 28px #296b292e;border-color:#296B29}
.prog-cd .ic-top{width:56px;height:56px;background:radial-gradient(circle,#296B29 0%,#1C2521 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.prog-cd .ic-top i{font-size:28px;color:#C9CE81}
.prog-cd h3{font-size:22px;color:#1C2521;margin:0 0 12px;line-height:1.3}
.prog-cd .dur{font-size:14px;color:#296B29;margin:0 0 16px;font-weight:600}
.prog-cd .desc-txt{font-size:15px;color:#3a4a3e;line-height:1.7;margin:0 0 20px}
.prog-cd .ft-lst{list-style:none;padding:0;margin:0 0 24px}
.prog-cd .ft-lst li{font-size:14px;color:#2d3d31;padding:8px 0 8px 28px;position:relative;line-height:1.5}
.prog-cd .ft-lst li::before{content:'✓';position:absolute;left:0;color:#296B29;font-weight:700;font-size:16px}
.prog-cd .enr-bt{display:inline-block;padding:12px 28px;background:linear-gradient(90deg,#296B29 0%,#1C2521 100%);color:#fff;text-decoration:none;border-radius:3px;font-size:15px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #1c252133}
.prog-cd .enr-bt:hover{background:linear-gradient(90deg,#1C2521 0%,#296B29 100%);box-shadow:0 6px 18px #1c25214d;transform:scale(1.03)}
.learn-path-sc{background:linear-gradient(180deg,#f9faf7 0%,#fff 100%);padding:80px 24px;margin-bottom:100px}
.learn-path-inner{max-width:1200px;margin:0 auto}
.learn-path-inner h2{font-size:38px;color:#1C2521;margin:0 0 48px;text-align:center;position:relative;padding-bottom:20px}
.learn-path-inner h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#C9CE81 0%,#296B29 100%);border-radius:2px}
.step-flow{display:flex;flex-direction:column;gap:40px}
.step-itm{display:flex;align-items:flex-start;gap:28px;background:#fff;padding:32px;border-radius:4px;border-left:5px solid #C9CE81;box-shadow:0 8px 20px #296b2914;transition:all .3s ease}
.step-itm:hover{border-left-color:#296B29;box-shadow:0 12px 28px #296b2924;transform:translateX(8px)}
.step-num{min-width:72px;height:72px;background:radial-gradient(circle,#296B29 0%,#1C2521 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#C9CE81;box-shadow:0 6px 16px #1c252140}
.step-txt h4{font-size:24px;color:#1C2521;margin:0 0 12px;line-height:1.3}
.step-txt p{font-size:15px;color:#3a4a3e;line-height:1.7;margin:0}
.bene-grid-sc{max-width:1440px;margin:0 auto 100px;padding:0 24px}
.bene-grid-sc h2{font-size:38px;color:#1C2521;margin:0 0 56px;text-align:center}
.bene-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:36px;align-items:start}
.bene-card{background:#fff;padding:36px 32px;border-radius:5px;border:2px solid transparent;transition:all .3s ease;box-shadow:0 10px 24px #1c25211a}
.bene-card:hover{border-color:#C9CE81;box-shadow:0 16px 36px #296b2929}
.bene-card .ic-wrap{width:64px;height:64px;background:linear-gradient(135deg,#C9CE81 0%,#296B29 100%);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.bene-card .ic-wrap i{font-size:32px;color:#1C2521}
.bene-card h5{font-size:20px;color:#1C2521;margin:0 0 14px;line-height:1.3}
.bene-card p{font-size:15px;color:#3a4a3e;line-height:1.7;margin:0}
@media (max-width: 1366px) {
.prog-cards-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.lp-title-wrap{min-height:380px;margin-bottom:60px}
.lp-title-wrap .bg-img{clip-path:polygon(10% 0,100% 0,90% 100%,0 100%)}
.lp-title-wrap::before{clip-path:polygon(10% 0,100% 0,90% 100%,0 100%)}
.lp-title-content h1{font-size:34px}
.lp-title-content .sub-hd{font-size:17px}
.prog-cards-wrap{margin-bottom:70px}
.prog-cards-grid{grid-template-columns:1fr;gap:28px}
.learn-path-sc{padding:60px 24px;margin-bottom:70px}
.learn-path-inner h2{font-size:30px;margin-bottom:36px}
.step-flow{gap:28px}
.step-itm{flex-direction:column;gap:20px;padding:24px}
.step-itm:hover{transform:translateX(0)}
.step-num{min-width:60px;height:60px;font-size:28px}
.step-txt h4{font-size:20px}
.bene-grid-sc{margin-bottom:70px}
.bene-grid-sc h2{font-size:30px;margin-bottom:40px}
.bene-layout{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 375px) {
.lp-title-wrap{min-height:320px}
.lp-title-content h1{font-size:28px}
.lp-title-content .sub-hd{font-size:16px}
.prog-cd{padding:24px 20px}
.prog-cd h3{font-size:20px}
.step-itm{padding:20px}
.bene-card{padding:28px 24px}
}
.sc-hd{padding:80px 20px 60px;background:linear-gradient(135deg,#C9CE81 0%,#296B29 100%);position:relative;overflow:hidden}
.sc-hd::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,#ffffff26 0%,transparent 50%);pointer-events:none}
.sc-hd .wrap{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.sc-hd .txt-zone{z-index:2}
.sc-hd .main-ttl{font-size:48px;line-height:1.2;color:#1C2521;margin:0 0 24px;font-weight:700}
.sc-hd .sub-ln{font-size:18px;line-height:1.6;color:#1C2521;margin:0;opacity:.9}
.sc-hd .img-zone{position:relative;z-index:1}
.sc-hd .img-zone img{width:100%;height:480px;object-fit:cover;border-radius:6px;box-shadow:0 12px 32px #1c252133}
.stry-grd{padding:80px 20px;background:#fff}
.stry-grd .wrap{max-width:1440px;margin:0 auto}
.stry-grd .grd-hd{text-align:center;margin-bottom:60px}
.stry-grd .grd-hd h2{font-size:36px;line-height:1.3;color:#1C2521;margin:0 0 16px;font-weight:700}
.stry-grd .grd-hd p{font-size:17px;line-height:1.6;color:#1C2521;opacity:.75;margin:0}
.stry-grd .card-grd{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.stry-grd .card-box{background:linear-gradient(135deg,#fff 0%,#f8f9f6 100%);border:2px solid #C9CE81;border-radius:4px;padding:32px;transition:all .3s ease}
.stry-grd .card-box:hover{transform:translateY(-6px);box-shadow:0 16px 40px #296b2926;border-color:#296B29}
.stry-grd .card-box .nm{font-size:22px;color:#296B29;margin:0 0 8px;font-weight:700}
.stry-grd .card-box .role{font-size:14px;color:#1C2521;opacity:.6;margin:0 0 20px;text-transform:uppercase;letter-spacing:.5px}
.stry-grd .card-box .txt{font-size:16px;line-height:1.7;color:#1C2521;margin:0}
.prog-trk{padding:80px 20px;background:linear-gradient(180deg,#f2f4ed 0%,#fff 100%);position:relative}
.prog-trk .wrap{max-width:1440px;margin:0 auto}
.prog-trk .sec-ttl{font-size:38px;line-height:1.3;color:#1C2521;margin:0 0 48px;text-align:center;font-weight:700}
.prog-trk .tm-line{position:relative;padding-left:80px}
.prog-trk .tm-line::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#296B29 0%,#C9CE81 100%)}
.prog-trk .step{position:relative;margin-bottom:48px;padding-left:40px}
.prog-trk .step::before{content:'';position:absolute;left:-48px;top:8px;width:18px;height:18px;border-radius:50%;background:#296B29;border:4px solid #C9CE81;z-index:2}
.prog-trk .step .wk{font-size:14px;color:#296B29;font-weight:700;margin:0 0 8px;text-transform:uppercase;letter-spacing:1px}
.prog-trk .step h3{font-size:24px;color:#1C2521;margin:0 0 12px;font-weight:700}
.prog-trk .step p{font-size:16px;line-height:1.7;color:#1C2521;opacity:.8;margin:0}
.mtrc-dspl{padding:80px 20px;background:#1C2521;position:relative;overflow:hidden}
.mtrc-dspl::after{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(90deg,transparent 0%,#296b2933 100%);pointer-events:none}
.mtrc-dspl .wrap{max-width:1440px;margin:0 auto;z-index:2;position:relative}
.mtrc-dspl .sec-ttl{font-size:36px;line-height:1.3;color:#C9CE81;margin:0 0 56px;text-align:center;font-weight:700}
.mtrc-dspl .stat-grd{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.mtrc-dspl .stat-crd{background:#c9ce811a;border:2px solid #296B29;border-radius:3px;padding:36px 24px;text-align:center;transition:all .3s ease}
.mtrc-dspl .stat-crd:hover{background:#c9ce8126;border-color:#C9CE81;transform:scale(1.05)}
.mtrc-dspl .stat-crd .num{font-size:48px;color:#C9CE81;font-weight:700;margin:0 0 12px;line-height:1}
.mtrc-dspl .stat-crd .lbl{font-size:16px;color:#fff;margin:0;opacity:.9}
.cta-ftr{padding:80px 20px;background:linear-gradient(135deg,#296B29 0%,#1C2521 100%);position:relative}
.cta-ftr .wrap{max-width:900px;margin:0 auto;text-align:center}
.cta-ftr h2{font-size:42px;line-height:1.3;color:#C9CE81;margin:0 0 20px;font-weight:700}
.cta-ftr p{font-size:18px;line-height:1.6;color:#fff;margin:0 0 36px;opacity:.9}
.cta-ftr .btn-grp{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}
.cta-ftr .btn-prm{display:inline-block;padding:16px 40px;background:#C9CE81;color:#1C2521;font-size:17px;font-weight:700;text-decoration:none;border-radius:4px;transition:all .3s ease;border:2px solid #C9CE81}
.cta-ftr .btn-prm:hover{background:transparent;color:#C9CE81;transform:translateY(-2px);box-shadow:0 8px 20px #c9ce814d}
.cta-ftr .btn-sec{display:inline-block;padding:16px 40px;background:transparent;color:#fff;font-size:17px;font-weight:700;text-decoration:none;border-radius:4px;border:2px solid #fff;transition:all .3s ease}
.cta-ftr .btn-sec:hover{background:#fff;color:#1C2521;transform:translateY(-2px);box-shadow:0 8px 20px #fff3}
@media (max-width: 1366px) {
.sc-hd .wrap{gap:40px}
.stry-grd .card-grd{gap:32px}
.mtrc-dspl .stat-grd{gap:24px}
}
@media (max-width: 768px) {
.sc-hd{padding:60px 20px 40px}
.sc-hd .wrap{grid-template-columns:1fr;gap:32px}
.sc-hd .main-ttl{font-size:36px}
.sc-hd .img-zone img{height:320px}
.stry-grd{padding:60px 20px}
.stry-grd .card-grd{grid-template-columns:1fr;gap:24px}
.stry-grd .grd-hd h2{font-size:28px}
.prog-trk{padding:60px 20px}
.prog-trk .sec-ttl{font-size:30px;margin-bottom:36px}
.prog-trk .tm-line{padding-left:60px}
.prog-trk .tm-line::before{left:20px}
.prog-trk .step::before{left:-38px}
.mtrc-dspl{padding:60px 20px}
.mtrc-dspl .sec-ttl{font-size:28px}
.mtrc-dspl .stat-grd{grid-template-columns:repeat(2,1fr);gap:20px}
.mtrc-dspl .stat-crd .num{font-size:40px}
.cta-ftr{padding:60px 20px}
.cta-ftr h2{font-size:32px}
.cta-ftr .btn-grp{flex-direction:column}
.cta-ftr .btn-prm,.cta-ftr .btn-sec{width:100%;text-align:center}
}
@media (max-width: 375px) {
.sc-hd .main-ttl{font-size:28px}
.sc-hd .sub-ln{font-size:16px}
.stry-grd .grd-hd h2{font-size:24px}
.prog-trk .sec-ttl{font-size:26px}
.mtrc-dspl .stat-grd{grid-template-columns:1fr}
.cta-ftr h2{font-size:28px}
}
.sc-bx{max-width:1440px;margin:0 auto;padding:0 20px}
.hero-sc{background:linear-gradient(135deg,#C9CE81 0%,#296B29 100%);padding:80px 0 100px;position:relative;overflow:hidden}
.hero-sc::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#1c252126 0%,transparent 70%);border-radius:50%}
.hero-sc::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.hero-wrap{position:relative;z-index:2;text-align:center}
.icon-circle{width:120px;height:120px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 40px;box-shadow:0 8px 24px #1c252133}
.icon-circle svg{width:60px;height:60px;fill:#296B29}
.hero-sc .primary-hd{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;text-shadow:0 2px 12px #1c25214d}
.hero-sc .sub-hd{font-size:24px;font-weight:400;color:#fffffff2;margin:0 0 35px;line-height:1.4}
.hero-sc .desc-txt{font-size:18px;color:#ffffffe6;max-width:700px;margin:0 auto 45px;line-height:1.6}
.btn-grp{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#1C2521;color:#fff;text-decoration:none;border-radius:4px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #1c25214d}
.btn-primary:hover{background:#0f1410;transform:translateY(-2px);box-shadow:0 6px 20px #1c252166}
.btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:transparent;color:#fff;text-decoration:none;border:2px solid #fff;border-radius:4px;font-size:16px;font-weight:600;transition:all .3s ease}
.btn-secondary:hover{background:#fff;color:#296B29;transform:translateY(-2px)}
.btn-primary i,.btn-secondary i{font-size:18px}
@media (max-width: 768px) {
.hero-sc{padding:60px 0 70px}
.icon-circle{width:90px;height:90px;margin-bottom:30px}
.icon-circle svg{width:45px;height:45px}
.hero-sc .primary-hd{font-size:36px;margin-bottom:16px}
.hero-sc .sub-hd{font-size:20px;margin-bottom:28px}
.hero-sc .desc-txt{font-size:16px;margin-bottom:35px}
.btn-grp{flex-direction:column;gap:15px}
.btn-primary,.btn-secondary{width:100%;justify-content:center}
}
@media (max-width: 375px) {
.hero-sc .primary-hd{font-size:30px}
.hero-sc .sub-hd{font-size:18px}
}