*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'JetBrains Mono',monospace;background:#FDFEFC;color:#1a1a1a;line-height:1.6}
.hd-wrp{background:linear-gradient(135deg,#FDFEFC 0%,#f5f5f5 100%);border-bottom:3px solid #76C23C;box-shadow:0 6px 18px #76c23c1f;padding:25px 0}
.hd-ctn{max-width:1320px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:20px 30px;align-items:center}
.lg-bx{grid-row:1 / 2;grid-column:1 / 2;display:flex;align-items:center}
.lg-bx img{height:95px;width:95px;object-fit:contain;background:#FDFEFC;padding:8px;border-radius:8px;box-shadow:0 4px 12px #99163014}
.cmpny-ttl{grid-row:1 / 2;grid-column:2 / 3;text-align:right;font-size:32px;font-weight:700;color:#991630;letter-spacing:-.5px}
.nv-main{grid-row:2 / 3;grid-column:1 / 3;margin-top:10px}
.nv-main ul{list-style:none;display:flex;justify-content:center;gap:35px;flex-wrap:wrap}
.nv-main ul li a{text-decoration:none;color:#1a1a1a;font-size:16px;font-weight:400;padding:10px 18px;border-radius:6px;transition:background 0.2s,color .2s;display:block}
.nv-main ul li a:hover{background:#76C23C;color:#FDFEFC}
.ft-outer{background:linear-gradient(180deg,#1a1a1a 0%,#2d2d2d 100%);color:#FDFEFC;padding:50px 0 30px;margin-top:60px;border-top:4px solid #991630}
.ft-ctn-box{max-width:1320px;margin:0 auto;padding:0 20px}
.ft-info-stk{display:flex;flex-direction:column;gap:35px;margin-bottom:40px}
.ft-contact-blk{background:#76c23c14;padding:25px;border-radius:8px;border-left:4px solid #76C23C}
.ft-contact-blk h3{font-size:20px;margin-bottom:15px;color:#76C23C}
.ft-contact-blk p{margin-bottom:8px;font-size:14px}
.ft-contact-blk a{color:#76C23C;text-decoration:none;transition:color .2s}
.ft-contact-blk a:hover{color:#FDFEFC}
.ft-btn-grp{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}
.ft-btn-grp a{background:linear-gradient(135deg,#76C23C 0%,#5ea030 100%);color:#FDFEFC;padding:15px 20px;text-align:center;text-decoration:none;border-radius:7px;font-weight:700;font-size:14px;box-shadow:0 5px 15px #76c23c4d;transition:transform 0.2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:10px}
.ft-btn-grp a:hover{transform:translateY(-2px);box-shadow:0 8px 20px #76c23c66}
.ft-nv-links{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:30px;padding-top:30px;border-top:1px solid #fdfefc33}
.ft-nv-links a{color:#FDFEFC;text-decoration:none;font-size:13px;padding:8px 12px;border-radius:5px;transition:background .2s}
.ft-nv-links a:hover{background:#76c23c33}
.ft-copy{text-align:center;font-size:12px;color:#fdfefc99;padding-top:20px;border-top:1px solid #fdfefc26}
.ck-popup-wrap{position:fixed;left:0;top:50%;transform:translateY(-50%) translateX(-100%);width:70%;max-width:600px;background:#FDFEFC;box-shadow:0 10px 40px #0000004d;border-radius:0 10px 10px 0;padding:30px;z-index:9999;transition:transform .4s ease}
.ck-popup-wrap.active{transform:translateY(-50%) translateX(0)}
.ck-popup-wrap h2{font-size:22px;margin-bottom:15px;color:#991630}
.ck-popup-wrap p{font-size:14px;margin-bottom:20px;line-height:1.7}
.ck-popup-wrap p a{color:#76C23C;text-decoration:underline}
.ck-grid-cats{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:25px}
.ck-cat-card{background:#f5f5f5;padding:15px;border-radius:8px;border:2px solid transparent;transition:border-color .2s}
.ck-cat-card label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;font-weight:700}
.ck-cat-card input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.ck-cat-card input[type="checkbox"]:checked + span{color:#76C23C}
.ck-cat-card:has(input:checked){border-color:#76C23C;background:#76c23c0d}
.ck-btn-row{display:flex;gap:12px;flex-wrap:wrap}
.ck-btn-row button{flex:1;min-width:120px;padding:12px 20px;border:none;border-radius:7px;font-family:'JetBrains Mono',monospace;font-size:13px;font-weight:700;cursor:pointer;transition:transform 0.2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;gap:8px}
.ck-btn-row button:hover{transform:translateY(-2px)}
.ck-accept-bt{background:linear-gradient(135deg,#76C23C 0%,#5ea030 100%);color:#FDFEFC;box-shadow:0 4px 12px #76c23c4d}
.ck-decline-bt{background:linear-gradient(135deg,#991630 0%,#7a1126 100%);color:#FDFEFC;box-shadow:0 4px 12px #9916304d}
.ck-manage-tab{position:fixed;right:0;top:50%;transform:translateY(-50%) translateX(100%);background:#76C23C;color:#FDFEFC;padding:12px 8px;border-radius:8px 0 0 8px;cursor:pointer;font-size:12px;font-weight:700;writing-mode:vertical-rl;text-orientation:mixed;z-index:9998;box-shadow:-4px 0 12px #0003;transition:transform .3s ease}
.ck-manage-tab.visible{transform:translateY(-50%) translateX(0)}
.ck-manage-tab:hover{background:#5ea030}
@media (max-width: 768px) {
.hd-ctn{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:15px;text-align:center}
.lg-bx{grid-column:1 / 2;justify-content:center}
.cmpny-ttl{grid-row:2 / 3;grid-column:1 / 2;text-align:center;font-size:24px}
.nv-main{grid-row:3 / 4;grid-column:1 / 2}
.nv-main ul{flex-direction:column;gap:10px}
.ck-popup-wrap{width:90%;left:50%;top:auto;bottom:0;transform:translateX(-50%) translateY(100%);border-radius:10px 10px 0 0}
.ck-popup-wrap.active{transform:translateX(-50%) translateY(0)}
.ft-btn-grp{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.cmpny-ttl{font-size:20px}
.lg-bx img{height:70px;width:70px}
.ck-btn-row{flex-direction:column}
.ck-btn-row button{min-width:100%}
}
.d-doc-body{max-width:1320px;margin:0 auto;padding:60px 20px;background:#FDFEFC}
.d-doc-body h1{font-size:42px;line-height:1.2;color:#991630;margin:0 0 40px;font-weight:700}
.d-doc-body h2{font-size:32px;line-height:1.3;color:#991630;margin:50px 0 24px;font-weight:600}
.d-doc-body h3{font-size:24px;line-height:1.4;color:#76C23C;margin:40px 0 20px;font-weight:600}
.d-doc-body h4{font-size:20px;line-height:1.4;color:#333;margin:32px 0 16px;font-weight:600}
.d-doc-body h5{font-size:18px;line-height:1.5;color:#333;margin:28px 0 14px;font-weight:600}
.d-doc-body h6{font-size:16px;line-height:1.5;color:#555;margin:24px 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.d-doc-body p{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 20px}
.d-doc-body ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.d-doc-body ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.d-doc-body ul ul{margin:12px 0;padding-left:28px;list-style-type:circle}
.d-doc-body ol ol{margin:12px 0;padding-left:28px;list-style-type:lower-alpha}
.d-doc-body ul ol{margin:12px 0;padding-left:28px}
.d-doc-body ol ul{margin:12px 0;padding-left:28px}
.d-doc-body li{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 12px;padding-left:8px}
.d-doc-body li li{margin:8px 0}
.d-doc-body strong{font-weight:700;color:#1a1a1a}
.d-doc-body b{font-weight:700;color:#1a1a1a}
.d-doc-body em{font-style:italic;color:#333}
.d-doc-body i{font-style:italic;color:#333}
.d-doc-body a{color:#76C23C;text-decoration:underline;transition:all .3s ease}
.d-doc-body a:hover{color:#991630;text-decoration:none}
.d-doc-body a:focus{outline:2px solid #76C23C;outline-offset:2px;border-radius:2px}
.d-doc-body hr{border:none;height:2px;background:linear-gradient(to right,#76C23C,#991630);margin:48px 0;opacity:.3}
.d-doc-body div{margin:0 0 20px}
.d-doc-body blockquote{margin:32px 0;padding:24px 32px;border-left:4px solid #76C23C;background:#76c23c0d;font-style:italic}
.d-doc-body blockquote p{margin:0;color:#444}
.d-doc-body table{width:100%;margin:32px 0;border-collapse:collapse;box-shadow:0 4px 12px #99163014}
.d-doc-body table th{background:linear-gradient(135deg,#76C23C,#68ad34);color:#FDFEFC;padding:16px;text-align:left;font-weight:600;font-size:16px}
.d-doc-body table td{padding:14px 16px;border-bottom:1px solid #e8e8e8;font-size:16px;color:#2a2a2a}
.d-doc-body table tr:nth-child(even){background:#fdfefc80}
.d-doc-body table tr:hover{background:#76c23c0a}
.d-doc-body code{background:#f4f4f4;padding:3px 8px;border-radius:4px;font-family:'Courier New',monospace;font-size:15px;color:#991630}
.d-doc-body pre{background:#f8f8f8;padding:20px;border-radius:6px;overflow-x:auto;margin:24px 0;border:1px solid #e0e0e0}
.d-doc-body pre code{background:none;padding:0;font-size:14px;color:#333}
@media (max-width: 1024px) {
.d-doc-body{padding:50px 20px}
.d-doc-body h1{font-size:36px;margin-bottom:32px}
.d-doc-body h2{font-size:28px;margin-top:40px}
.d-doc-body h3{font-size:22px}
}
@media (max-width: 768px) {
.d-doc-body{padding:40px 16px}
.d-doc-body h1{font-size:30px;margin-bottom:28px}
.d-doc-body h2{font-size:24px;margin-top:36px;margin-bottom:20px}
.d-doc-body h3{font-size:20px;margin-top:32px}
.d-doc-body h4{font-size:18px}
.d-doc-body p{font-size:16px;line-height:1.7}
.d-doc-body li{font-size:16px}
.d-doc-body ul{padding-left:24px}
.d-doc-body ol{padding-left:24px}
.d-doc-body blockquote{padding:20px 24px;margin:24px 0}
.d-doc-body table{font-size:14px}
.d-doc-body table th{padding:12px;font-size:14px}
.d-doc-body table td{padding:10px 12px;font-size:14px}
}
@media (max-width: 480px) {
.d-doc-body{padding:32px 12px}
.d-doc-body h1{font-size:26px}
.d-doc-body h2{font-size:22px}
.d-doc-body h3{font-size:19px}
.d-doc-body p{font-size:15px}
.d-doc-body li{font-size:15px}
.d-doc-body hr{margin:36px 0}
}
.pg-hero{background:linear-gradient(135deg,#76C23C 0%,#991630 100%);padding:90px 20px 110px;position:relative;overflow:hidden}
.pg-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fdfefc26 0%,transparent 70%);border-radius:50%}
.hero-bx{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-txt h1{font-size:3.2em;color:#FDFEFC;margin:0 0 24px;line-height:1.2;font-weight:700}
.hero-txt p{font-size:1.15em;color:#fdfefcf2;line-height:1.7;margin:0 0 32px}
.hero-img-wrap{position:relative}
.hero-img-wrap img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 12px 40px #0000004d;filter:brightness(1.05) contrast(1.08)}
.btn-primary-hero{display:inline-block;padding:16px 42px;background:#FDFEFC;color:#991630;font-size:1.05em;font-weight:600;border-radius:6px;text-decoration:none;box-shadow:0 6px 20px #0003;transition:all .3s ease}
.btn-primary-hero:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0000004d;background:#fdfefcf2}
.mod-structure{padding:100px 20px;background:#FDFEFC}
.structure-container{max-width:1320px;margin:0 auto}
.structure-hd{text-align:center;margin-bottom:70px}
.structure-hd h2{font-size:2.6em;color:#991630;margin:0 0 18px;font-weight:700}
.structure-hd h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#76C23C,#991630);margin:20px auto 0}
.structure-hd p{font-size:1.1em;color:#333;max-width:700px;margin:0 auto;line-height:1.6}
.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.module-card{background:linear-gradient(135deg,#76c23c14 0%,#fdfefcff 100%);padding:40px 30px;border-radius:10px;border:2px solid #76c23c33;box-shadow:0 8px 24px #76c23c1f;transition:all .35s ease;position:relative}
.module-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #9916302e;border-color:#76C23C}
.module-num{font-size:3em;font-weight:800;color:#76c23c4d;margin:0 0 16px;line-height:1}
.module-card h3{font-size:1.5em;color:#991630;margin:0 0 16px;font-weight:600}
.module-card p{font-size:.98em;color:#444;line-height:1.7;margin:0 0 20px}
.module-topics{list-style:none;padding:0;margin:0}
.module-topics li{padding:8px 0;color:#555;font-size:.95em;position:relative;padding-left:24px}
.module-topics li::before{content:'→';position:absolute;left:0;color:#76C23C;font-weight:700}
.learning-path{background:linear-gradient(180deg,#FDFEFC 0%,#76c23c0f 100%);padding:100px 20px}
.path-wrapper{max-width:1320px;margin:0 auto}
.path-intro{max-width:900px;margin:0 auto 60px;text-align:center}
.path-intro h2{font-size:2.5em;color:#991630;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.path-intro h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#76C23C}
.path-intro h2::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#76C23C}
.path-intro p{font-size:1.08em;color:#333;line-height:1.7;margin:0}
.timeline-flow{position:relative;padding:40px 0}
.timeline-step{display:grid;grid-template-columns:1fr 80px 1fr;gap:30px;align-items:center;margin-bottom:50px;position:relative}
.timeline-step:nth-child(even) .step-content-left{grid-column:3;grid-row:1}
.timeline-step:nth-child(even) .step-content-right{grid-column:1;grid-row:1}
.step-content-left,.step-content-right{background:#fff;padding:32px;border-radius:8px;box-shadow:0 6px 18px #9916301a;border-left:4px solid #76C23C}
.step-content-left h3,.step-content-right h3{font-size:1.4em;color:#991630;margin:0 0 14px;font-weight:600}
.step-content-left p,.step-content-right p{font-size:.97em;color:#555;line-height:1.6;margin:0}
.step-marker{width:80px;height:80px;background:linear-gradient(135deg,#76C23C,#991630);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8em;font-weight:800;color:#fff;box-shadow:0 8px 20px #76c23c66;position:relative;z-index:3}
.step-marker::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);width:4px;height:50px;background:linear-gradient(180deg,#76C23C,transparent)}
.timeline-step:last-child .step-marker::after{display:none}
.enrollment-zone{padding:110px 20px;background:#991630;position:relative;overflow:hidden}
.enrollment-zone::before{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#76c23c26 0%,transparent 70%);border-radius:50%}
.enroll-box{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.enroll-layout{display:flex;flex-direction:row;gap:70px;align-items:center}
.enroll-visual{flex:1}
.enroll-visual img{width:100%;height:460px;object-fit:cover;border-radius:10px;box-shadow:0 14px 50px #00000059}
.enroll-details{flex:1}
.enroll-details h2{font-size:2.8em;color:#FDFEFC;margin:0 0 26px;font-weight:700;line-height:1.2}
.enroll-details p{font-size:1.12em;color:#fdfefceb;line-height:1.7;margin:0 0 36px}
.features-checklist{list-style:none;padding:0;margin:0 0 40px}
.features-checklist li{padding:12px 0;font-size:1.05em;color:#FDFEFC;position:relative;padding-left:36px}
.features-checklist li::before{content:'✓';position:absolute;left:0;color:#76C23C;font-weight:700;font-size:1.4em}
.cta-enroll{display:inline-block;padding:18px 48px;background:#76C23C;color:#fff;font-size:1.1em;font-weight:600;border-radius:7px;text-decoration:none;box-shadow:0 8px 24px #76c23c59;transition:all .3s ease}
.cta-enroll:hover{transform:translateY(-3px);box-shadow:0 12px 36px #76c23c80;background:#68af34}
@media (max-width: 1024px) {
.hero-grid{grid-template-columns:1fr;gap:40px}
.hero-txt h1{font-size:2.6em}
.module-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.timeline-step{grid-template-columns:1fr;gap:20px}
.timeline-step:nth-child(even) .step-content-left,.timeline-step:nth-child(even) .step-content-right{grid-column:1}
.step-marker{margin:0 auto}
.enroll-layout{flex-direction:column;gap:50px}
}
@media (max-width: 768px) {
.pg-hero{padding:60px 20px 70px}
.hero-txt h1{font-size:2em}
.hero-txt p{font-size:1.05em}
.hero-img-wrap img{height:300px}
.module-grid{grid-template-columns:1fr}
.structure-hd h2,.path-intro h2,.enroll-details h2{font-size:2em}
.path-intro h2::before,.path-intro h2::after{display:none}
.mod-structure,.learning-path,.enrollment-zone{padding:60px 20px}
.enroll-visual img{height:320px}
}
.ttl-wrap{background:linear-gradient(135deg,#FDFEFC 0%,#f0f8e8 100%);padding:80px 20px}
.ttl-cont{max-width:1320px;margin:0 auto;display:flex;gap:60px;align-items:center}
.txt-bx{flex:1}
.m-hed{font-size:48px;line-height:1.2;margin:0 0 24px;color:#1a1a1a}
.dec-line{position:relative;display:inline-block}
.dec-line::after{content:'';position:absolute;bottom:4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#76C23C 0%,#991630 100%)}
.intro-txt{font-size:20px;line-height:1.6;margin:0 0 16px;color:#2a2a2a}
.sub-txt{font-size:16px;line-height:1.7;margin:0 0 32px;color:#4a4a4a}
.bt-grp{display:flex;gap:16px;flex-wrap:wrap}
.prim-bt{display:inline-block;padding:14px 32px;background:#76C23C;color:#FDFEFC;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease;position:relative;z-index:10}
.prim-bt:hover{background:#68af34;transform:translateY(-2px);box-shadow:0 6px 20px #76c23c4d}
.sec-bt{display:inline-block;padding:14px 32px;background:transparent;color:#991630;text-decoration:none;border:2px solid #991630;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease;position:relative;z-index:10}
.sec-bt:hover{background:#991630;color:#FDFEFC;transform:translateY(-2px);box-shadow:0 6px 20px #9916304d}
.img-bx{flex:1}
.film-efct{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 12px 40px #00000026}
.film-efct::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,#00000008 2px,#00000008 4px);pointer-events:none;z-index:2}
.film-efct img{width:100%;height:480px;object-fit:cover;display:block}
.career-wrap{background:#FDFEFC;padding:100px 20px}
.career-cont{max-width:1320px;margin:0 auto}
.sec-hed-bx{text-align:center;margin:0 0 60px}
.career-ttl{font-size:40px;margin:0 0 16px;color:#1a1a1a;position:relative;display:inline-block}
.career-ttl::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#76C23C,#991630);border-radius:2px}
.career-intro{font-size:18px;line-height:1.6;color:#4a4a4a;max-width:720px;margin:0 auto}
.path-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin:0 0 60px}
.path-item{background:linear-gradient(135deg,#f9fdf6 0%,#fff 100%);padding:32px;border-radius:8px;border:2px solid #e8f5e0;transition:all .3s ease}
.path-item:hover{border-color:#76C23C;box-shadow:0 8px 24px #76c23c1f;transform:translateY(-4px)}
.path-num{display:inline-block;width:48px;height:48px;background:linear-gradient(135deg,#76C23C,#68af34);color:#FDFEFC;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin:0 0 20px}
.path-hed{font-size:22px;margin:0 0 12px;color:#1a1a1a}
.path-desc{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.skill-tags{display:flex;gap:8px;flex-wrap:wrap}
.tag-active{padding:6px 14px;background:#76C23C;color:#FDFEFC;font-size:13px;border-radius:4px}
.tag-secondary{padding:6px 14px;background:transparent;color:#76C23C;font-size:13px;border:1px solid #76C23C;border-radius:4px}
.real-box{background:linear-gradient(135deg,#fef8f9 0%,#fff 100%);border-left:4px solid #991630;padding:32px;border-radius:8px;margin:0 0 60px}
.real-inner{display:flex;gap:24px;align-items:flex-start}
.real-icon svg{display:block}
.real-txt{flex:1}
.real-hed{font-size:20px;margin:0 0 12px;color:#991630}
.real-par{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0}
.data-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.data-card{background:#fff;padding:28px;border-radius:8px;border:2px solid #e8e8e8;text-align:center;transition:all .3s ease}
.data-card:hover{border-color:#76C23C;box-shadow:0 8px 24px #76c23c26}
.data-label{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#6a6a6a;margin:0 0 12px}
.data-value{font-size:48px;font-weight:700;color:#991630;margin:0 0 8px}
.data-context{font-size:14px;color:#6a6a6a;margin:0 0 20px}
.progress-vis{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden}
.progress-fill{height:100%;background:linear-gradient(90deg,#76C23C 0%,#68af34 100%);border-radius:4px;transition:width .6s ease}
.team-wrap{background:linear-gradient(180deg,#f9fdf6 0%,#FDFEFC 100%);padding:100px 20px}
.team-cont{max-width:1320px;margin:0 auto}
.sec-intro-bx{text-align:center;margin:0 0 60px}
.team-main-hed{font-size:40px;margin:0 0 16px;color:#1a1a1a}
.team-main-desc{font-size:18px;line-height:1.6;color:#4a4a4a;max-width:800px;margin:0 auto}
.auth-layout{display:flex;flex-direction:column;gap:48px;margin:0 0 80px}
.auth-card{display:flex;gap:40px;background:#fff;padding:36px;border-radius:8px;box-shadow:0 4px 16px #00000014}
.auth-card:nth-child(even){flex-direction:row-reverse}
.auth-img-wrap{flex-shrink:0;width:320px;height:240px;border-radius:8px;overflow:hidden}
.auth-img-wrap img{width:100%;height:100%;object-fit:cover}
.auth-info{flex:1;display:flex;flex-direction:column}
.auth-name{font-size:26px;margin:0 0 6px;color:#1a1a1a}
.auth-role{font-size:15px;color:#991630;margin:0 0 16px;font-weight:600}
.auth-bio{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.auth-areas{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.area-tag{padding:6px 14px;background:#f0f8e8;color:#76C23C;font-size:13px;border-radius:4px;border:1px solid #76C23C}
.method-bx{background:#fff;padding:48px;border-radius:8px;box-shadow:0 4px 20px #0000000f;margin:0 0 60px}
.method-inner{max-width:100%}
.method-hed{font-size:32px;margin:0 0 40px;color:#1a1a1a;text-align:center}
.method-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.method-col{text-align:center}
.method-icon-wrap{margin:0 auto 20px;width:60px;height:60px;display:flex;align-items:center;justify-content:center}
.method-subhed{font-size:20px;margin:0 0 12px;color:#1a1a1a}
.method-txt{font-size:15px;line-height:1.7;color:#4a4a4a;margin:0}
.cred-section{background:linear-gradient(135deg,#fef8f9 0%,#fff 100%);padding:48px;border-radius:8px;border:2px solid #f0d8dd}
.cred-hed{font-size:28px;margin:0 0 32px;color:#991630;text-align:center}
.cred-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.cred-item{padding:24px;background:#fff;border-radius:6px;border:1px solid #e8d8dd}
.cred-label{font-size:16px;font-weight:700;color:#991630;margin:0 0 12px}
.cred-detail{font-size:14px;line-height:1.6;color:#4a4a4a;margin:0}
@media (max-width: 1024px) {
.ttl-cont{flex-direction:column;gap:40px}
.path-grid{grid-template-columns:1fr}
.data-showcase{grid-template-columns:1fr}
.auth-card{flex-direction:column}
.auth-card:nth-child(even){flex-direction:column}
.auth-img-wrap{width:100%;height:280px}
.method-cols{grid-template-columns:1fr}
.cred-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.m-hed{font-size:36px}
.intro-txt{font-size:18px}
.bt-grp{flex-direction:column}
.prim-bt,.sec-bt{text-align:center}
.film-efct img{height:320px}
.career-ttl{font-size:32px}
.team-main-hed{font-size:32px}
.auth-card{padding:24px}
.method-bx{padding:32px 24px}
.cred-section{padding:32px 24px}
}
.ttl-hd{background:linear-gradient(135deg,#76C23C 0%,#991630 100%);padding:140px 0 160px;position:relative;overflow:hidden}
.ttl-hd::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fdfefc26 0%,transparent 70%);border-radius:50%}
.ttl-hd::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#fdfefc1a 0%,transparent 65%);border-radius:50%}
.ttl-cont{max-width:1320px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.ttl-wrp{display:flex;align-items:center;gap:80px}
.ttl-txt{flex:1}
.ttl-txt h1{font-size:72px;line-height:1.1;color:#FDFEFC;margin:0 0 50px;font-weight:700;letter-spacing:-1px}
.ttl-bt{display:inline-block;padding:18px 42px;background:#FDFEFC;color:#991630;text-decoration:none;border-radius:8px;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 8px 20px #0003}
.ttl-bt:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000040;background:linear-gradient(135deg,#FDFEFC 0%,#fdfefcf2 100%)}
.ttl-img-box{flex:1;position:relative}
.ttl-img-box::before{content:'';position:absolute;inset:-20px;background:linear-gradient(225deg,#fdfefc33 0%,transparent 60%);border-radius:10px;z-index:-1}
.ttl-img-box img{width:100%;height:480px;object-fit:cover;border-radius:10px;box-shadow:0 20px 50px #0000004d}
.cntct-sctn{padding:100px 0 120px;background:#FDFEFC;position:relative}
.cntct-sctn::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#76C23C 0%,#991630 100%)}
.cntct-wrpr{max-width:1320px;margin:0 auto;padding:0 20px}
.cntct-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:start}
.info-blk h2{font-size:44px;line-height:1.2;color:#991630;margin:0 0 30px;font-weight:700}
.info-blk p{font-size:18px;line-height:1.7;color:#333;margin:0 0 50px}
.dtl-list{list-style:none;padding:0;margin:0}
.dtl-list li{display:flex;align-items:start;gap:18px;margin-bottom:32px;padding:20px;background:linear-gradient(135deg,#76c23c0f 0%,#fdfefc05 100%);border-radius:8px;border-left:4px solid #76C23C}
.dtl-list li:last-child{margin-bottom:0}
.dtl-icn{width:28px;height:28px;flex-shrink:0;margin-top:2px}
.dtl-icn svg{width:100%;height:100%;fill:#76C23C}
.dtl-cnt h3{font-size:16px;font-weight:600;color:#991630;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}
.dtl-cnt a{color:#333;text-decoration:none;font-size:18px;transition:color .3s ease}
.dtl-cnt a:hover{color:#76C23C}
.dtl-cnt span{color:#333;font-size:18px;display:block}
.frm-container{background:linear-gradient(135deg,#99163008 0%,#76c23c08 100%);padding:50px;border-radius:10px;box-shadow:0 10px 40px #00000014;border:1px solid #76c23c26}
.frm-container h3{font-size:32px;line-height:1.3;color:#991630;margin:0 0 12px;font-weight:700}
.frm-container p{font-size:16px;line-height:1.6;color:#555;margin:0 0 36px}
.cntct-frm{display:flex;flex-direction:column;gap:24px}
.frm-grp{display:flex;flex-direction:column;gap:8px}
.frm-grp label{font-size:15px;font-weight:600;color:#333}
.frm-grp input,.frm-grp select{padding:14px 18px;border:2px solid #76c23c4d;border-radius:6px;font-size:16px;color:#333;background:#FDFEFC;transition:all .3s ease;outline:none}
.frm-grp input:focus,.frm-grp select:focus{border-color:#76C23C;box-shadow:0 0 0 4px #76c23c1a}
.frm-grp select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%2376C23C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:45px}
.priv-chk{display:flex;align-items:start;gap:12px;margin-top:10px}
.priv-chk input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#76C23C;flex-shrink:0}
.priv-chk label{font-size:14px;line-height:1.6;color:#555;cursor:pointer}
.priv-chk a{color:#76C23C;text-decoration:none;font-weight:600;transition:color .3s ease}
.priv-chk a:hover{color:#991630;text-decoration:underline}
.sbt-btn{padding:16px 40px;background:linear-gradient(135deg,#76C23C 0%,#5da32e 100%);color:#FDFEFC;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 18px #76c23c4d;margin-top:10px}
.sbt-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #76c23c66;background:linear-gradient(135deg,#5da32e 0%,#76C23C 100%)}
.sbt-btn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.ttl-wrp{gap:50px}
.ttl-txt h1{font-size:56px}
.ttl-img-box img{height:400px}
.cntct-grid{gap:60px}
.info-blk h2{font-size:38px}
.frm-container{padding:40px}
}
@media (max-width: 768px) {
.ttl-hd{padding:80px 0 90px}
.ttl-wrp{flex-direction:column;gap:40px}
.ttl-txt h1{font-size:42px;margin-bottom:30px}
.ttl-img-box img{height:320px}
.cntct-sctn{padding:70px 0 80px}
.cntct-grid{grid-template-columns:1fr;gap:50px}
.info-blk h2{font-size:32px}
.info-blk p{font-size:16px;margin-bottom:35px}
.frm-container{padding:30px 25px}
.frm-container h3{font-size:26px}
}
@media (max-width: 480px) {
.ttl-hd{padding:60px 0 70px}
.ttl-txt h1{font-size:32px}
.ttl-bt{padding:14px 32px;font-size:16px}
.ttl-img-box img{height:260px}
.cntct-sctn{padding:50px 0 60px}
.info-blk h2{font-size:28px}
.dtl-list li{padding:16px;gap:14px}
.dtl-icn{width:24px;height:24px}
.dtl-cnt h3{font-size:14px}
.dtl-cnt a,.dtl-cnt span{font-size:16px}
.frm-container{padding:25px 20px}
.frm-container h3{font-size:24px}
.frm-container p{font-size:15px;margin-bottom:28px}
.sbt-btn{width:100%;padding:15px}
}
.titlehero-wrapper{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:70px}
.titlehero-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./photo_assets/2025_09-best_2_1.jpg);background-size:cover;background-position:center;z-index:1}
.titlehero-wrapper::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#991630d9,#76c23cbf);z-index:2}
.titlehero-content-box{position:relative;z-index:3;text-align:center;max-width:820px;padding:50px 30px;border:3px solid #fdfefc4d;background:#00000026}
.titlehero-content-box .ht-primary{font-size:2.8rem;color:#FDFEFC;margin:0 0 25px;font-weight:700;line-height:1.2;letter-spacing:-.5px}
.titlehero-content-box .description-text{font-size:1.15rem;color:#FDFEFC;line-height:1.7;margin:0;opacity:.95}
.story-container{max-width:1320px;margin:0 auto 90px;padding:0 20px}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.story-text-col{padding-top:20px}
.story-text-col .sec-label{font-size:.9rem;color:#991630;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;margin-bottom:15px}
.story-text-col .ht-secondary{font-size:2.2rem;color:#222;margin:0 0 30px;line-height:1.3;font-weight:700}
.story-text-col .narrative-block{margin-bottom:25px}
.story-text-col .narrative-block p{font-size:1.05rem;line-height:1.75;color:#333;margin:0 0 18px}
.story-img-col{position:relative}
.story-img-col img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:12px 12px 0 #76c23c33}
.story-img-col::before{content:'';position:absolute;top:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#76C23C,#991630);opacity:.15;border-radius:50%;z-index:-1}
.values-section-wrapper{background:linear-gradient(180deg,#76c23c14,#9916300d);padding:80px 20px;margin-bottom:90px}
.values-content-container{max-width:1320px;margin:0 auto}
.values-header-box{text-align:center;margin-bottom:60px}
.values-header-box .ht-tertiary{font-size:2.1rem;color:#222;margin:0 0 20px;font-weight:700}
.values-header-box .intro-description{font-size:1.08rem;color:#444;line-height:1.7;max-width:720px;margin:0 auto}
.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.value-card-box{background:#FDFEFC;padding:35px 30px;border-radius:10px;box-shadow:0 6px 20px #00000014;border-left:5px solid #76C23C;transition:transform 0.3s,box-shadow .3s}
.value-card-box:nth-child(2){border-left-color:#991630}
.value-card-box:nth-child(3){border-left-color:#76C23C}
.value-card-box:hover{transform:translateY(-6px);box-shadow:0 12px 28px #76c23c2e}
.value-card-box .card-ht{font-size:1.4rem;color:#222;margin:0 0 15px;font-weight:700}
.value-card-box .card-txt{font-size:1rem;color:#555;line-height:1.7;margin:0}
.approach-container{max-width:1320px;margin:0 auto 100px;padding:0 20px}
.approach-split{display:flex;gap:70px;align-items:center}
.approach-visual-col{flex:1;position:relative}
.approach-visual-col img{width:100%;height:auto;display:block;border-radius:10px;box-shadow:-10px 10px 0 #99163026}
.approach-visual-col::after{content:'';position:absolute;bottom:-25px;left:-25px;width:160px;height:160px;background:radial-gradient(circle,#76c23c33,transparent);z-index:-1}
.approach-content-col{flex:1}
.approach-content-col .intro-label{font-size:.88rem;color:#76C23C;text-transform:uppercase;letter-spacing:1.3px;font-weight:600;margin-bottom:12px}
.approach-content-col .ht-main{font-size:2.3rem;color:#222;margin:0 0 28px;font-weight:700;line-height:1.25}
.approach-content-col .detail-paragraph{font-size:1.05rem;line-height:1.75;color:#333;margin:0 0 22px}
.approach-content-col .highlight-stat{background:linear-gradient(135deg,#76c23c1a,#99163014);padding:25px 30px;border-radius:8px;border-left:4px solid #991630;margin-top:30px}
.approach-content-col .highlight-stat .stat-value{font-size:1.9rem;color:#991630;font-weight:700;margin:0 0 8px}
.approach-content-col .highlight-stat .stat-label{font-size:1rem;color:#555;margin:0;line-height:1.6}
@media (max-width: 1024px) {
.story-grid{grid-template-columns:1fr;gap:45px}
.story-img-col{order:-1}
.approach-split{flex-direction:column;gap:50px}
.values-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.titlehero-wrapper{min-height:340px}
.titlehero-content-box .ht-primary{font-size:2rem}
.titlehero-content-box .description-text{font-size:1rem}
.story-text-col .ht-secondary{font-size:1.75rem}
.values-header-box .ht-tertiary{font-size:1.7rem}
.approach-content-col .ht-main{font-size:1.8rem}
.approach-content-col .highlight-stat .stat-value{font-size:1.5rem}
}
.pg-wr{max-width:1320px;margin:0 auto;padding:0 20px}
.succbx{background:linear-gradient(135deg,#76C23C 0%,#FDFEFC 100%);padding:80px 0 100px;position:relative;overflow:hidden}
.succbx::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#9916301a 0%,transparent 70%);border-radius:50%}
.succbx::after{content:'';position:absolute;bottom:10%;left:5%;width:80px;height:80px;background:#991630;opacity:.15;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.ttl-ctnr{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;z-index:2}
.ico-chk{width:120px;height:120px;background:#FDFEFC;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #76c23c4d;animation:scaleIn .6s ease-out}
@keyframes scaleIn {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.ico-chk svg{width:64px;height:64px;stroke:#76C23C;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.hdr-primary{font-size:48px;font-weight:700;color:#991630;margin:0;line-height:1.2;letter-spacing:-.5px}
.msg-txt{font-size:20px;color:#2a2a2a;line-height:1.6;max-width:680px;margin:0}
.det-container{background:#FDFEFC;padding:60px 0}
.infogrd{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:40px}
.card-info{background:linear-gradient(180deg,#FDFEFC 0%,#76c23c0d 100%);padding:36px 28px;border-radius:0 8px 0 8px;border-left:4px solid #76C23C;box-shadow:0 4px 16px #00000014;transition:all .3s ease;position:relative}
.card-info:hover{transform:translateY(-4px);box-shadow:0 8px 24px #76c23c33}
.card-info::before{content:'';position:absolute;top:12px;right:12px;width:6px;height:6px;background:#991630;border-radius:50%}
.card-info::after{content:'';position:absolute;bottom:12px;left:12px;width:6px;height:6px;background:#991630;border-radius:50%}
.hdr-tertiary{font-size:22px;font-weight:600;color:#991630;margin:0 0 16px;display:flex;align-items:center;gap:12px}
.hdr-tertiary::before{content:'';width:32px;height:3px;background:linear-gradient(90deg,#76C23C 0%,#991630 100%);border-radius:2px}
.txt-secondary{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0}
.action-zone{text-align:center;margin-top:48px;padding-top:40px;border-top:2px dashed #76c23c4d}
.btn-primary{display:inline-block;background:linear-gradient(135deg,#76C23C 0%,#5a9a2d 100%);color:#FDFEFC;font-size:18px;font-weight:600;padding:16px 48px;border-radius:6px;text-decoration:none;box-shadow:0 6px 20px #76c23c59;transition:all .3s ease;position:relative;z-index:1}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #76c23c73}
.btn-primary:active{transform:translateY(0)}
@media (max-width: 1024px) {
.infogrd{grid-template-columns:repeat(2,1fr);gap:24px}
.hdr-primary{font-size:40px}
.msg-txt{font-size:18px}
}
@media (max-width: 768px) {
.succbx{padding:60px 0 80px}
.infogrd{grid-template-columns:1fr;gap:20px}
.hdr-primary{font-size:32px}
.msg-txt{font-size:17px}
.ico-chk{width:100px;height:100px}
.ico-chk svg{width:52px;height:52px}
.det-container{padding:40px 0}
.card-info{padding:28px 22px}
.btn-primary{font-size:17px;padding:14px 40px}
}
@media (max-width: 480px) {
.succbx{padding:50px 0 60px}
.hdr-primary{font-size:28px}
.msg-txt{font-size:16px}
.hdr-tertiary{font-size:20px}
.txt-secondary{font-size:15px}
}