@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-serif@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/noto-serif@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/playfair-display@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;font-family:'Noto Serif',serif;color:#1a1a1a;background:#FAF1EC;line-height:1.6}
body{display:flex;flex-direction:column}
main{flex:1 0 auto}
.hd{background:linear-gradient(135deg,#FAF1EC 0%,#f5e8de 100%);padding:1.5rem 0;box-shadow:0 4px 12px #b981d614}
.hd .ctr-v1{max-width:1600px;margin:0 auto;padding:0 2rem}
.hd .toprow{text-align:center;margin-bottom:1.5rem}
.hd .compname{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:700;color:#0D541E;letter-spacing:-.5px}
.hd .mainrow{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.hd .logowrap{flex-shrink:0}
.hd .logowrap img{height:90px;width:90px;display:block;background:#fff;padding:8px;border-radius:8px;box-shadow:0 2px 8px #0d541e1f}
.hd .navwrap{flex:1;display:flex;justify-content:flex-end}
.hd .nv{display:flex;gap:.5rem;list-style:none;flex-wrap:wrap;justify-content:flex-end}
.hd .nv li a{display:block;padding:.75rem 1.5rem;color:#0D541E;text-decoration:none;font-weight:400;font-size:1rem;border-radius:6px;transition:background .2s ease,color .2s ease}
.hd .nv li a:hover{background:#b981d626;color:#B981D6}
.ft{background:linear-gradient(180deg,#0D541E 0%,#0a3f17 100%);color:#FAF1EC;padding:2.5rem 0 1.5rem;margin-top:auto;flex-shrink:0}
.ft .ctr-v1{max-width:1600px;margin:0 auto;padding:0 2rem}
.ft .ftrow{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}
.ft .ftleft{display:flex;align-items:center;gap:1.5rem}
.ft .ftlogo img{height:70px;width:70px;background:#faf1ecf2;padding:8px;border-radius:6px}
.ft .fttagline{font-size:.95rem;opacity:.9;max-width:280px}
.ft .ftnav{display:flex;gap:1.5rem;list-style:none;flex-wrap:wrap}
.ft .ftnav a{color:#FAF1EC;text-decoration:none;font-size:.95rem;opacity:.85;transition:opacity .2s ease}
.ft .ftnav a:hover{opacity:1}
.ft .ftbottom{padding-top:1.5rem;border-top:1px solid #faf1ec33;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;font-size:.9rem;opacity:.8}
.ft .ftcontact{display:flex;gap:1.5rem;flex-wrap:wrap}
.ft .ftcontact span{display:flex;align-items:center;gap:.4rem}
.ckpop{position:fixed;top:20px;left:20px;background:#fff;border-radius:0;box-shadow:0 8px 24px #0d541e2e;padding:1.8rem;max-width:420px;z-index:9999;border:2px solid #B981D6;opacity:0;transform:scaleY(0);transform-origin:top;transition:all .4s ease}
.ckpop.reveal{opacity:1;transform:scaleY(1)}
.ckpop h3{font-family:'Playfair Display',serif;font-size:1.3rem;color:#0D541E;margin-bottom:.8rem}
.ckpop p{font-size:.9rem;color:#333;margin-bottom:1.2rem;line-height:1.5}
.ckpop .ckrow{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid #f0f0f0}
.ckpop .ckrow:last-of-type{border-bottom:none}
.ckpop .ckrow label{font-size:.9rem;color:#333}
.ckpop .ckrow input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.ckpop .ckbtns{display:flex;gap:.8rem;margin-top:1.2rem}
.ckpop .ckbtns button{flex:1;padding:.75rem;border:none;cursor:pointer;font-size:.95rem;font-weight:600;transition:background .2s ease;border-radius:0}
.ckpop .ckaccept{background:#0D541E;color:#fff}
.ckpop .ckaccept:hover{background:#0a3f17}
.ckpop .ckdecline{background:#e0e0e0;color:#333}
.ckpop .ckdecline:hover{background:#d0d0d0}
@media (max-width: 768px) {
.hd .compname{font-size:1.8rem}
.hd .mainrow{flex-direction:column;text-align:center}
.hd .navwrap{justify-content:center}
.hd .nv{justify-content:center}
.hd .nv li a{padding:.6rem 1rem;font-size:.95rem}
.ft .ftrow{flex-direction:column;text-align:center}
.ft .ftleft{flex-direction:column}
.ft .ftbottom{flex-direction:column;text-align:center}
.ckpop{left:10px;right:10px;max-width:none}
}
@media (max-width: 480px) {
.hd .compname{font-size:1.5rem}
.hd .logowrap img{height:70px;width:70px}
.hd .nv{flex-direction:column;width:100%}
.hd .nv li a{text-align:center}
}
.abt-v1{background:linear-gradient(135deg,#B981D6 0%,#0D541E 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.abt-v1::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#faf1ec26,transparent);border-radius:50%}
.abt-v1 .cntr-wrap{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.abt-v1 .hdg-main{font-size:3.2em;color:#FAF1EC;margin:0 0 24px;font-weight:700;line-height:1.2;text-shadow:2px 4px 8px #0d541e4d}
.abt-v1 .desc-txt{font-size:1.3em;color:#FAF1EC;max-width:720px;line-height:1.6;opacity:.95}
.stry-sec{padding:100px 20px;background:#FAF1EC}
.stry-sec .grid-layout{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}
.stry-sec .img-blk{position:relative}
.stry-sec .img-blk img{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:8px 12px 28px #b981d640}
.stry-sec .img-blk::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(45deg,#B981D6,#0D541E);opacity:.2;border-radius:50%;z-index:-1}
.stry-sec .txt-area h2{font-size:2.6em;color:#0D541E;margin:0 0 32px;font-weight:700}
.stry-sec .txt-area h2::before{content:'';display:inline-block;width:60px;height:5px;background:#B981D6;margin-right:16px;vertical-align:middle;border-radius:3px}
.stry-sec .txt-area p{font-size:1.15em;color:#333;line-height:1.75;margin:0 0 20px}
.stry-sec .txt-area .highlight-phrase{color:#B981D6;font-weight:600;position:relative;display:inline-block}
.stry-sec .txt-area .highlight-phrase::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#B981D6,transparent)}
.val-grid{padding:90px 20px;background:#fff}
.val-grid .container-v2{max-width:1600px;margin:0 auto}
.val-grid .section-ttl{font-size:2.4em;color:#0D541E;text-align:center;margin:0 0 70px;font-weight:700;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}
.val-grid .section-ttl::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#B981D6,#0D541E);border-radius:2px}
.val-grid .cards-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.val-card{background:#FAF1EC;padding:50px 35px;border-radius:10px;position:relative;transition:all .3s ease;border:2px solid transparent}
.val-card:hover{transform:translateY(-8px);border-color:#B981D6;box-shadow:0 16px 32px #b981d633}
.val-card .icon-holder{width:70px;height:70px;background:linear-gradient(135deg,#B981D6,#0D541E);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 28px;box-shadow:4px 6px 16px #b981d64d}
.val-card .icon-holder svg{width:36px;height:36px;fill:#FAF1EC}
.val-card h3{font-size:1.6em;color:#0D541E;margin:0 0 18px;font-weight:700}
.val-card p{font-size:1.05em;color:#333;line-height:1.7;margin:0}
.val-card .img-element{width:100%;height:180px;object-fit:cover;border-radius:6px;margin:20px 0 0;box-shadow:4px 6px 14px #0d541e26}
.team-spotlight{padding:100px 20px;background:linear-gradient(180deg,#FAF1EC 0%,#fff 100%)}
.team-spotlight .wrap-central{max-width:1400px;margin:0 auto}
.team-spotlight .intro-head{text-align:center;margin:0 0 80px}
.team-spotlight .intro-head h2{font-size:2.5em;color:#0D541E;margin:0 0 20px;font-weight:700}
.team-spotlight .intro-head h2::before{content:'◆';color:#B981D6;margin-right:12px;font-size:.7em}
.team-spotlight .intro-head p{font-size:1.2em;color:#555;max-width:800px;margin:0 auto;line-height:1.65}
.team-spotlight .profiles-row{display:flex;gap:50px;justify-content:center;flex-wrap:wrap}
.profile-unit{background:#fff;border-radius:12px;padding:40px 30px;width:380px;box-shadow:6px 10px 24px #0d541e1f;position:relative;transition:all .35s ease}
.profile-unit:hover{transform:scale(1.03);box-shadow:8px 14px 32px #b981d640}
.profile-unit .photo-frame{width:140px;height:140px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:4px solid #B981D6;box-shadow:0 6px 18px #b981d64d}
.profile-unit .photo-frame img{width:100%;height:100%;object-fit:cover}
.profile-unit h4{font-size:1.5em;color:#0D541E;margin:0 0 8px;text-align:center;font-weight:700}
.profile-unit .role-label{font-size:1em;color:#B981D6;text-align:center;margin:0 0 20px;font-weight:600}
.profile-unit .bio-text{font-size:1em;color:#333;line-height:1.7;text-align:center}
.journey-timeline{padding:100px 20px;background:#FAF1EC;position:relative}
.journey-timeline::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="%23B981D6" opacity="0.1"/></svg>');opacity:.4}
.journey-timeline .contain-area{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.journey-timeline .main-title{font-size:2.6em;color:#0D541E;text-align:center;margin:0 0 80px;font-weight:700;position:relative}
.journey-timeline .main-title::before{content:'';position:absolute;top:50%;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#B981D6,transparent);z-index:-1}
.journey-timeline .main-title span{background:#FAF1EC;padding:0 30px;position:relative}
.timeline-path{position:relative;padding:0 0 0 60px}
.timeline-path::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#B981D6,#0D541E)}
.milestone-node{position:relative;margin:0 0 60px}
.milestone-node::before{content:'';position:absolute;left:-53px;top:8px;width:20px;height:20px;background:#B981D6;border:4px solid #FAF1EC;border-radius:50%;box-shadow:0 4px 12px #b981d666}
.milestone-node h3{font-size:1.8em;color:#0D541E;margin:0 0 16px;font-weight:700}
.milestone-node p{font-size:1.1em;color:#333;line-height:1.75;margin:0 0 12px}
.milestone-node .year-tag{display:inline-block;background:linear-gradient(90deg,#B981D6,#0D541E);color:#FAF1EC;padding:6px 18px;border-radius:20px;font-size:.95em;font-weight:600;margin:12px 0 0}
.milestone-node .visual-asset{width:100%;max-width:500px;height:240px;object-fit:cover;border-radius:8px;margin:20px 0 0;box-shadow:6px 10px 22px #0d541e2e}
@media(max-width:1024px) {
.stry-sec .grid-layout{grid-template-columns:1fr;gap:50px}
.val-grid .cards-wrapper{grid-template-columns:repeat(2,1fr);gap:35px}
.team-spotlight .profiles-row{gap:40px}
}
@media(max-width:768px) {
.abt-v1{padding:80px 20px 60px}
.abt-v1 .hdg-main{font-size:2.2em}
.abt-v1 .desc-txt{font-size:1.1em}
.stry-sec{padding:70px 20px}
.stry-sec .img-blk img{height:380px}
.stry-sec .txt-area h2{font-size:2em}
.val-grid{padding:70px 20px}
.val-grid .cards-wrapper{grid-template-columns:1fr;gap:30px}
.val-grid .section-ttl{font-size:2em}
.team-spotlight{padding:70px 20px}
.team-spotlight .intro-head h2{font-size:2em}
.profile-unit{width:100%;max-width:400px}
.journey-timeline{padding:70px 20px}
.journey-timeline .main-title{font-size:2em;margin:0 0 60px}
.timeline-path{padding:0 0 0 40px}
.milestone-node::before{left:-33px}
}
@media(max-width:480px) {
.abt-v1 .hdg-main{font-size:1.8em}
.stry-sec .txt-area h2{font-size:1.7em}
.val-card{padding:35px 25px}
.timeline-path{padding:0}
.timeline-path::before{display:none}
.milestone-node::before{display:none}
}
.hero-v1{background:linear-gradient(135deg,#B981D6 0%,#0D541E 100%);padding:120px 20px 80px;text-align:center;position:relative;overflow:hidden}
.hero-v1::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#faf1ec26 0%,transparent 70%);border-radius:50%}
.hero-v1::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#faf1ec1a 0%,transparent 60%);border-radius:50%}
.hero-v1 .hd-txt{max-width:900px;margin:0 auto;position:relative;z-index:2}
.hero-v1 .hd-txt h1{font-size:3.2rem;color:#FAF1EC;margin-bottom:24px;line-height:1.2;font-weight:700}
.hero-v1 .hd-txt .accent-word{color:#0D541E;background:#faf1ecf2;padding:4px 16px;border-radius:6px;display:inline-block}
.hero-v1 .hd-txt p{font-size:1.25rem;color:#FAF1EC;line-height:1.6;margin-bottom:36px;opacity:.95}
.hero-v1 .cta-wrapper{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.hero-v1 .bt-primary{background:#FAF1EC;color:#0D541E;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #0d541e33}
.hero-v1 .bt-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0d541e4d;background:#fff}
.hero-v1 .bt-secondary{background:transparent;color:#FAF1EC;padding:14px 32px;border:2px solid #FAF1EC;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease}
.hero-v1 .bt-secondary:hover{background:#faf1ec26;transform:translateY(-2px)}
.progresswrap{max-width:1400px;margin:0 auto;padding:90px 20px;background:#FAF1EC}
.progresswrap .section-hd{text-align:center;margin-bottom:60px}
.progresswrap .section-hd h2{font-size:2.5rem;color:#0D541E;margin-bottom:16px;position:relative;display:inline-block}
.progresswrap .section-hd h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(90deg,#B981D6,#0D541E);border-radius:2px}
.progresswrap .section-hd p{font-size:1.15rem;color:#0D541E;opacity:.8;max-width:700px;margin:20px auto 0}
.progress-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}
.progress-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 6px 18px #b981d626;transition:all .3s ease;border:2px solid transparent}
.progress-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #b981d640;border-color:#B981D6}
.progress-card .card-icon{width:60px;height:60px;background:linear-gradient(135deg,#B981D6,#0D541E);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#FAF1EC;font-size:1.8rem}
.progress-card h3{font-size:1.5rem;color:#0D541E;margin-bottom:12px}
.progress-card p{font-size:1rem;color:#0D541E;opacity:.75;line-height:1.6;margin-bottom:20px}
.progress-bar-wrap{background:#FAF1EC;height:8px;border-radius:4px;overflow:hidden;margin-bottom:8px}
.progress-bar-fill{height:100%;background:linear-gradient(90deg,#B981D6,#0D541E);border-radius:4px;transition:width .5s ease}
.progress-card:nth-child(1) .progress-bar-fill{width:85%}
.progress-card:nth-child(2) .progress-bar-fill{width:70%}
.progress-card:nth-child(3) .progress-bar-fill{width:92%}
.progress-label{font-size:.9rem;color:#0D541E;opacity:.6}
.schedulesect{background:linear-gradient(180deg,#fff 0%,#FAF1EC 100%);padding:90px 20px}
.schedulesect .contentwrap-v2{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.schedulesect .txt-side h2{font-size:2.4rem;color:#0D541E;margin-bottom:24px;line-height:1.3}
.schedulesect .txt-side h2::before{content:'';display:block;width:50px;height:4px;background:#B981D6;margin-bottom:16px;border-radius:2px}
.schedulesect .txt-side p{font-size:1.1rem;color:#0D541E;line-height:1.7;margin-bottom:16px;opacity:.85}
.schedulesect .txt-side .feature-list{list-style:none;padding:0;margin:30px 0}
.schedulesect .txt-side .feature-list li{padding-left:32px;position:relative;margin-bottom:16px;color:#0D541E;font-size:1.05rem}
.schedulesect .txt-side .feature-list li::before{content:'';position:absolute;left:0;color:#B981D6;font-weight:700;font-size:1.2rem}
.schedulesect .img-side img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 40px #0d541e33}
.schedulesect .link-action{display:inline-block;color:#B981D6;text-decoration:none;font-weight:600;font-size:1.05rem;margin-top:20px;transition:all .3s ease}
.schedulesect .link-action:hover{color:#0D541E;transform:translateX(4px)}
.activityzone{background:#0D541E;padding:90px 20px;position:relative;overflow:hidden}
.activityzone::before{content:'';position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(180deg,#faf1ec1a 0%,transparent 100%)}
.activityzone .inner-container{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.activityzone .section-header{text-align:center;margin-bottom:60px}
.activityzone .section-header h2{font-size:2.5rem;color:#FAF1EC;margin-bottom:16px}
.activityzone .section-header p{font-size:1.15rem;color:#FAF1EC;opacity:.9;max-width:700px;margin:0 auto}
.activity-tabs-wrapper{background:#faf1ec0d;border-radius:12px;padding:40px;backdrop-filter:blur(10px)}
.tab-navigation{display:flex;gap:12px;margin-bottom:40px;flex-wrap:wrap;justify-content:center}
.tab-navigation input[type="radio"]{display:none}
.tab-navigation label{padding:12px 28px;background:#faf1ec1a;color:#FAF1EC;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;border:2px solid transparent}
.tab-navigation label:hover{background:#b981d633}
.tab-navigation input[type="radio"]:checked + label{background:#B981D6;color:#0D541E;border-color:#B981D6}
.tab-content-area{position:relative}
.tab-panel{display:none;animation:fadeIn .4s ease}
#tab1:checked ~ .tab-content-area .panel1,#tab2:checked ~ .tab-content-area .panel2,#tab3:checked ~ .tab-content-area .panel3{display:block}
@keyframes fadeIn {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.event-item{background:#faf1ec14;padding:28px;border-radius:10px;border-left:4px solid #B981D6;transition:all .3s ease}
.event-item:hover{background:#faf1ec1f;transform:translateX(4px)}
.event-item h4{font-size:1.3rem;color:#FAF1EC;margin-bottom:12px}
.event-item p{font-size:1rem;color:#FAF1EC;opacity:.85;line-height:1.6}
.event-meta{display:flex;gap:16px;margin-top:16px;font-size:.9rem;color:#B981D6}
.learningtypes{padding:90px 20px;background:#FAF1EC}
.learningtypes .main-wrap{max-width:1600px;margin:0 auto}
.learningtypes .intro-header{text-align:center;margin-bottom:70px}
.learningtypes .intro-header h2{font-size:2.6rem;color:#0D541E;margin-bottom:20px}
.learningtypes .intro-header p{font-size:1.15rem;color:#0D541E;opacity:.8;max-width:750px;margin:0 auto}
.types-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.type-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px #0d541e1a;transition:all .3s ease;position:relative}
.type-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #b981d633}
.type-card .card-img-holder{width:100%;height:200px;overflow:hidden;position:relative}
.type-card .card-img-holder::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,#0d541e4d 100%)}
.type-card .card-img-holder img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.type-card:hover .card-img-holder img{transform:scale(1.05)}
.type-card .card-body-v3{padding:24px}
.type-card .card-body-v3 h3{font-size:1.35rem;color:#0D541E;margin-bottom:12px}
.type-card .card-body-v3 p{font-size:.95rem;color:#0D541E;opacity:.75;line-height:1.6;margin-bottom:16px}
.type-card .badge-label{display:inline-block;background:linear-gradient(90deg,#B981D6,#0D541E);color:#FAF1EC;padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:600}
.testimonial-section{background:linear-gradient(135deg,#B981D6 0%,#0D541E 100%);padding:90px 20px;position:relative}
.testimonial-section .testimonial-container{max-width:1200px;margin:0 auto}
.testimonial-section .section-title-v2{text-align:center;margin-bottom:60px}
.testimonial-section .section-title-v2 h2{font-size:2.4rem;color:#FAF1EC;margin-bottom:16px}
.testimonial-section .section-title-v2 p{font-size:1.1rem;color:#FAF1EC;opacity:.9}
.testimonial-card-main{background:#faf1ecf2;border-radius:12px;padding:50px 40px;box-shadow:0 12px 40px #0003;display:flex;gap:40px;align-items:center}
.testimonial-card-main .profile-image-holder{flex-shrink:0}
.testimonial-card-main .profile-image-holder img{width:160px;height:160px;border-radius:50%;object-fit:cover;border:4px solid #B981D6}
.testimonial-card-main .testimonial-text-block{flex:1}
.testimonial-card-main .testimonial-text-block p{font-size:1.15rem;color:#0D541E;line-height:1.7;margin-bottom:20px;font-style:italic}
.testimonial-card-main .testimonial-text-block .author-info{display:flex;flex-direction:column;gap:4px}
.testimonial-card-main .testimonial-text-block .author-name{font-size:1.2rem;font-weight:700;color:#0D541E}
.testimonial-card-main .testimonial-text-block .author-role{font-size:1rem;color:#0D541E;opacity:.7}
@media (max-width: 1024px) {
.types-showcase{grid-template-columns:repeat(2,1fr)}
.schedulesect .contentwrap-v2{grid-template-columns:1fr;gap:40px}
.testimonial-card-main{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.hero-v1 .hd-txt h1{font-size:2.2rem}
.hero-v1 .hd-txt p{font-size:1.1rem}
.types-showcase{grid-template-columns:1fr}
.progress-grid{grid-template-columns:1fr}
.event-grid{grid-template-columns:1fr}
.tab-navigation{flex-direction:column}
.testimonial-card-main{padding:30px 20px}
.progresswrap .section-hd h2,.activityzone .section-header h2,.learningtypes .intro-header h2{font-size:2rem}
}
@media (max-width: 480px) {
.hero-v1{padding:80px 20px 60px}
.hero-v1 .hd-txt h1{font-size:1.8rem}
.progresswrap,.schedulesect,.activityzone,.learningtypes,.testimonial-section{padding:60px 20px}
}
.cntct-v1{max-width:1600px;margin:0 auto;padding:0}
.hdr-cntct{background:linear-gradient(135deg,#B981D6 0%,#0D541E 100%);padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.hdr-cntct::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#faf1ec26 0%,transparent 70%);border-radius:50%}
.hdr-cntct::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,#faf1ec1a 0%,transparent 70%);border-radius:50%}
.hdr-cntct .ttl-wrap{position:relative;z-index:2}
.hdr-cntct h1{font-size:3.2rem;color:#FAF1EC;margin:0 0 20px;font-weight:700;letter-spacing:-1px}
.hdr-cntct .subttl{font-size:1.3rem;color:#faf1ece6;max-width:600px;margin:0 auto;line-height:1.6}
.imgduo-cntct{max-width:320px;height:320px;margin:40px auto 0;background:linear-gradient(45deg,#B981D6,#0D541E);border-radius:50%;position:relative;filter:contrast(1.2)}
.imgduo-cntct::before{content:'';position:absolute;inset:12px;background:radial-gradient(circle at 30% 30%,#faf1ec66,transparent 60%);border-radius:50%}
.imgduo-cntct::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:120px;color:#faf1ecb3}
.frm-sctn-v2{background:#FAF1EC;padding:100px 20px}
.frm-ctr{max-width:800px;margin:0 auto}
.frm-ctr h2{font-size:2.4rem;color:#0D541E;margin:0 0 15px;text-align:center}
.frm-ctr .intro-txt{text-align:center;color:#0D541E;opacity:.85;font-size:1.05rem;margin:0 0 50px;line-height:1.7}
.stp-frm-v1{background:#fff;border-radius:10px;padding:50px 40px;box-shadow:0 8px 24px #0d541e14}
.stp-indctr{display:flex;justify-content:space-between;margin-bottom:50px;position:relative}
.stp-indctr::before{content:'';position:absolute;top:20px;left:30px;right:30px;height:3px;background:#e0e0e0;z-index:1}
.stp-itm{flex:1;text-align:center;position:relative;z-index:2}
.stp-crcl{width:40px;height:40px;border-radius:50%;background:#e0e0e0;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;transition:all .3s}
.stp-itm input:checked ~ .stp-crcl{background:linear-gradient(135deg,#B981D6,#0D541E)}
.stp-lbl-txt{font-size:.9rem;color:#0D541E;opacity:.7}
.stp-itm input:checked ~ .stp-lbl-txt{opacity:1;font-weight:600}
.stp-pg{display:none}
.stp-pg.actv{display:block}
input[type="radio"].stp-ctrl{position:absolute;opacity:0;pointer-events:none}
#stp1:checked ~ .stp-wrp .pg1{display:block}
#stp2:checked ~ .stp-wrp .pg2{display:block}
#stp3:checked ~ .stp-wrp .pg3{display:block}
.fld-grp-v3{margin-bottom:35px}
.fld-grp-v3 label{display:block;margin-bottom:10px;color:#0D541E;font-weight:600;font-size:1rem}
.fld-grp-v3 input[type="text"],.fld-grp-v3 input[type="email"],.fld-grp-v3 select{width:100%;padding:16px 20px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s;box-sizing:border-box}
.fld-grp-v3 input[type="text"]:focus,.fld-grp-v3 input[type="email"]:focus,.fld-grp-v3 select:focus{outline:none;border-color:#B981D6;box-shadow:0 0 0 3px #b981d626}
.fld-grp-v3 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='%230D541E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}
.nv-btns-v1{display:flex;gap:15px;margin-top:40px}
.nv-btns-v1 label{flex:1;padding:14px 28px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;text-align:center;font-size:1rem}
.btn-nxt-v2{background:linear-gradient(135deg,#B981D6,#0D541E);color:#fff;border:none;box-shadow:0 4px 12px #b981d659}
.btn-nxt-v2:hover{transform:translateY(-2px);box-shadow:0 6px 16px #b981d673}
.btn-prv-v2{background:#fff;color:#0D541E;border:2px solid #0D541E}
.btn-prv-v2:hover{background:#0D541E;color:#fff}
.prvcy-chk-v1{margin:30px 0;display:flex;align-items:flex-start;gap:12px}
.prvcy-chk-v1 input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#B981D6}
.prvcy-chk-v1 label{font-size:.95rem;color:#0D541E;opacity:.85;line-height:1.6;cursor:pointer}
.prvcy-chk-v1 a{color:#B981D6;text-decoration:underline}
.sbmt-btn-v3{width:100%;padding:16px;background:linear-gradient(135deg,#B981D6,#0D541E);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #b981d659}
.sbmt-btn-v3:hover{transform:translateY(-2px);box-shadow:0 6px 18px #b981d680}
.info-sctn-v4{background:#fff;padding:90px 20px}
.info-grd{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.info-crd-v2{background:linear-gradient(135deg,#b981d60d,#0d541e0d);padding:40px 30px;border-radius:10px;border-left:5px solid #B981D6;transition:all .3s}
.info-crd-v2:hover{transform:translateY(-5px);box-shadow:0 12px 28px #b981d633}
.icn-wrp-v1{width:60px;height:60px;background:linear-gradient(135deg,#B981D6,#0D541E);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.icn-wrp-v1 i{font-size:28px;color:#fff}
.info-crd-v2 h3{font-size:1.5rem;color:#0D541E;margin:0 0 12px}
.info-crd-v2 p{color:#0D541E;opacity:.85;line-height:1.7;margin:0 0 15px}
.info-crd-v2 a{color:#B981D6;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:6px}
.info-crd-v2 a:hover{text-decoration:underline}
@media (max-width: 768px) {
.hdr-cntct h1{font-size:2.2rem}
.hdr-cntct .subttl{font-size:1.1rem}
.imgduo-cntct{max-width:240px;height:240px}
.imgduo-cntct::after{font-size:90px}
.frm-sctn-v2{padding:60px 20px}
.frm-ctr h2{font-size:1.9rem}
.stp-frm-v1{padding:35px 25px}
.stp-indctr{flex-direction:column;gap:20px}
.stp-indctr::before{display:none}
.stp-itm{display:flex;align-items:center;gap:15px;text-align:left}
.stp-crcl{margin:0}
.nv-btns-v1{flex-direction:column}
.info-grd{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.hdr-cntct{padding:60px 15px}
.hdr-cntct h1{font-size:1.8rem}
.frm-ctr h2{font-size:1.6rem}
.stp-frm-v1{padding:25px 20px}
}
.ttlwrap-v1{max-width:1600px;margin:0 auto;padding:70px 20px 90px}
.ttlgrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.ttltxt h1{font-size:2.8rem;line-height:1.2;color:#0D541E;margin-bottom:28px;font-weight:700}
.ttltxt h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#B981D6,#0D541E);margin-top:20px;border-radius:2px}
.ttltxt p{font-size:1.15rem;line-height:1.7;color:#444;margin-bottom:18px}
.ttlimgset{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.ttlimgbox{border-radius:8px;overflow:hidden;box-shadow:0 6px 18px #b981d626;transition:transform .3s ease}
.ttlimgbox:hover{transform:translateY(-4px)}
.ttlimgbox img{width:100%;height:260px;object-fit:cover;display:block}
.ttlimgbox:first-child{grid-column:1 / 3}
.ttlimgbox:first-child img{height:340px}
.wavesep{width:100%;height:80px;background:linear-gradient(135deg,#FAF1EC 0%,#b981d614 100%);position:relative;overflow:hidden}
.wavesep::before{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(ellipse at center,#0d541e0f 0%,transparent 70%);animation:waveshift 8s ease-in-out infinite}
@keyframes waveshift {
0%,100%{transform:translateX(0)}
50%{transform:translateX(10%)}
}
.mthdsec-v2{max-width:1600px;margin:0 auto;padding:90px 20px}
.mthdgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.mthdcard{background:#fff;border-radius:10px;padding:40px 30px;box-shadow:0 8px 24px #0d541e14;position:relative;transition:all .3s ease}
.mthdcard::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#B981D6,#0D541E);border-radius:10px 0 0 10px;transition:height .4s ease}
.mthdcard:hover::before{height:100%}
.mthdcard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #b981d633}
.mthdicon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#B981D6,#0D541E);display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.mthdicon i{font-size:28px;color:#FAF1EC}
.mthdcard h3{font-size:1.5rem;color:#0D541E;margin-bottom:16px;font-weight:600}
.mthdcard p{font-size:1.05rem;line-height:1.6;color:#555;margin-bottom:14px}
.mthdlist{list-style:none;padding:0;margin:20px 0 0}
.mthdlist li{padding:8px 0 8px 28px;position:relative;font-size:.98rem;color:#666}
.mthdlist li::before{content:'→';position:absolute;left:0;color:#B981D6;font-weight:700}
.practzone{background:linear-gradient(135deg,#b981d60f 0%,#0d541e0a 100%);padding:80px 20px;margin-top:60px}
.practwrap{max-width:1400px;margin:0 auto}
.practhead{text-align:center;margin-bottom:60px}
.practhead h2{font-size:2.4rem;color:#0D541E;margin-bottom:20px;font-weight:700}
.practhead h2::before{content:'◆';display:inline-block;margin-right:14px;color:#B981D6}
.practhead p{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto;line-height:1.6}
.practflow{display:flex;gap:30px;align-items:stretch}
.practcol{flex:1;background:#fff;border-radius:12px;padding:36px 28px;box-shadow:0 6px 20px #0d541e1a;position:relative}
.practcol::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#B981D6,#0D541E);border-radius:0 0 12px 12px}
.practnum{width:50px;height:50px;border-radius:8px;background:#B981D6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;margin-bottom:20px}
.practcol h4{font-size:1.35rem;color:#0D541E;margin-bottom:16px;font-weight:600}
.practcol p{font-size:1.02rem;line-height:1.6;color:#555;margin-bottom:18px}
.practcheck{list-style:none;padding:0;margin:0}
.practcheck li{padding:10px 0;padding-left:32px;position:relative;font-size:.97rem;color:#666;border-bottom:1px solid #b981d626}
.practcheck li:last-child{border-bottom:none}
.practcheck li::before{content:'';position:absolute;left:0;width:24px;height:24px;background:#0D541E;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;top:8px}
@media (max-width: 1024px) {
.ttlgrid{grid-template-columns:1fr;gap:40px}
.ttltxt h1{font-size:2.3rem}
.mthdgrid{grid-template-columns:repeat(2,1fr);gap:30px}
.practflow{flex-direction:column;gap:30px}
}
@media (max-width: 768px) {
.ttlwrap-v1{padding:50px 20px 60px}
.ttltxt h1{font-size:1.9rem;margin-bottom:20px}
.ttltxt p{font-size:1.05rem}
.ttlimgset{gap:15px}
.ttlimgbox img{height:200px}
.ttlimgbox:first-child img{height:260px}
.mthdgrid{grid-template-columns:1fr;gap:25px}
.mthdsec-v2{padding:60px 20px}
.practzone{padding:60px 20px}
.practhead h2{font-size:1.9rem}
.practhead p{font-size:1.02rem}
}
@media (max-width: 480px) {
.ttltxt h1{font-size:1.6rem}
.ttltxt p{font-size:.98rem}
.ttlimgbox img{height:160px}
.ttlimgbox:first-child img{height:220px}
.mthdcard{padding:30px 22px}
.mthdcard h3{font-size:1.3rem}
.practhead h2{font-size:1.6rem}
.practcol{padding:28px 20px}
}
.pg-wrap{max-width:1600px;margin:0 auto;padding:0 20px}
.prtnr-hd-v1{padding:80px 20px 60px;position:relative;overflow:hidden;background:linear-gradient(135deg,#FAF1EC 0%,#f5e6e1 100%)}
.prtnr-hd-v1::before,.prtnr-hd-v1::after{content:'';position:absolute;border-radius:50%;opacity:.15}
.prtnr-hd-v1::before{width:400px;height:400px;background:radial-gradient(circle,#B981D6 0%,transparent 70%);top:-150px;right:10%}
.prtnr-hd-v1::after{width:300px;height:300px;background:radial-gradient(circle,#0D541E 0%,transparent 70%);bottom:-100px;left:5%}
.hd-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.hd-txt{flex:1}
.hd-txt h1{font-size:3.2rem;line-height:1.2;margin:0 0 24px;color:#2a2a2a;font-weight:700}
.hd-txt h1 .accnt{color:#B981D6;position:relative;display:inline-block}
.hd-txt h1 .accnt::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#B981D6,#0D541E);border-radius:2px}
.hd-txt p{font-size:1.15rem;line-height:1.7;color:#4a4a4a;margin:0}
.hd-img-wrap{flex:0 0 420px}
.hd-img-wrap img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 12px 28px #b981d633}
.collab-sec{padding:90px 20px;background:#fff}
.collab-inner{max-width:1400px;margin:0 auto}
.sec-hdr{text-align:center;margin-bottom:60px}
.sec-hdr h2{font-size:2.6rem;color:#2a2a2a;margin:0 0 16px;font-weight:700}
.sec-hdr h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#B981D6,#0D541E);margin:0 auto 20px;border-radius:2px}
.sec-hdr p{font-size:1.1rem;color:#5a5a5a;max-width:700px;margin:0 auto;line-height:1.6}
.prtnr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:40px;margin-top:50px}
.prtnr-crd{background:#FAF1EC;padding:40px 32px;border-radius:10px;transition:all .3s ease;border:2px solid transparent;position:relative}
.prtnr-crd::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#B981D6,#0D541E);border-radius:10px 10px 0 0;opacity:0;transition:opacity .3s ease}
.prtnr-crd:hover{transform:translateY(-6px);box-shadow:0 16px 32px #b981d626;border-color:#B981D6}
.prtnr-crd:hover::before{opacity:1}
.crd-icn{width:56px;height:56px;margin-bottom:24px}
.crd-icn svg{width:100%;height:100%}
.prtnr-crd h3{font-size:1.6rem;color:#2a2a2a;margin:0 0 16px;font-weight:600}
.prtnr-crd p{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0 0 20px}
.prtnr-crd ul{list-style:none;padding:0;margin:0}
.prtnr-crd ul li{font-size:.95rem;color:#5a5a5a;padding:8px 0 8px 28px;position:relative;line-height:1.5}
.prtnr-crd ul li::before{content:'';position:absolute;left:0;color:#0D541E;font-weight:700;font-size:1.1rem}
.tstmnl-sec{padding:90px 20px;background:linear-gradient(180deg,#f8f8f8 0%,#FAF1EC 100%);position:relative}
.tstmnl-wrap{max-width:1200px;margin:0 auto}
.tstmnl-hdr{text-align:center;margin-bottom:70px}
.tstmnl-hdr h2{font-size:2.4rem;color:#2a2a2a;margin:0 0 20px;font-weight:700;position:relative;display:inline-block}
.tstmnl-hdr h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#B981D6}
.tstmnl-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:50px;align-items:start}
.tstmnl-box{background:#fff;padding:36px 32px;border-radius:12px;box-shadow:0 8px 24px #0000000f;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.tstmnl-box:hover{transform:scale(1.03);box-shadow:0 14px 36px #b981d62e}
.tstmnl-box::before{content:'"';position:absolute;top:-20px;left:24px;font-size:6rem;color:#B981D6;opacity:.2;font-family:Georgia,serif;line-height:1}
.tstmnl-prfl{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.prfl-img{width:68px;height:68px;border-radius:50%;overflow:hidden;border:3px solid #B981D6}
.prfl-img img{width:100%;height:100%;object-fit:cover}
.prfl-info h4{font-size:1.2rem;color:#2a2a2a;margin:0 0 4px;font-weight:600}
.prfl-info p{font-size:.9rem;color:#0D541E;margin:0;font-weight:500}
.tstmnl-txt{font-size:1rem;line-height:1.7;color:#4a4a4a;margin:0 0 20px;font-style:italic}
.rtng-stars{display:flex;gap:4px}
.rtng-stars svg{width:20px;height:20px}
.wvdvdr{position:relative;height:80px;background:#fff}
.wvdvdr svg{position:absolute;bottom:0;left:0;width:100%;height:100%}
@media (max-width: 1024px) {
.hd-inner{flex-direction:column;gap:40px}
.hd-img-wrap{flex:0 0 auto;max-width:500px}
.hd-txt h1{font-size:2.6rem}
.prtnr-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
}
@media (max-width: 768px) {
.prtnr-hd-v1{padding:60px 20px 40px}
.hd-txt h1{font-size:2.2rem}
.hd-img-wrap{max-width:100%}
.hd-img-wrap img{height:360px}
.collab-sec,.tstmnl-sec{padding:60px 20px}
.sec-hdr h2,.tstmnl-hdr h2{font-size:2rem}
.prtnr-grid,.tstmnl-grid{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 480px) {
.hd-txt h1{font-size:1.8rem}
.hd-img-wrap img{height:280px}
.sec-hdr h2,.tstmnl-hdr h2{font-size:1.7rem}
.prtnr-crd{padding:28px 24px}
.tstmnl-box{padding:28px 24px}
}
.ck-pg{background:linear-gradient(135deg,#FAF1EC 0%,#f5e8df 100%);padding:0;margin:0}
.ck-hdr-v1{background:linear-gradient(165deg,#B981D6 0%,#8f5db3 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.ck-hdr-v1::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.ck-hdr-wrapper{max-width:1600px;margin:0 auto;position:relative;z-index:2}
.ck-hdr-v1 .ttl-main-v2{font-size:48px;color:#fff;margin:0 0 20px;font-weight:700;text-shadow:2px 4px 8px #0d541e33}
.ck-hdr-v1 .subttl{font-size:20px;color:#FAF1EC;margin:0;max-width:700px;line-height:1.6}
.ck-content-wrap{max-width:1600px;margin:0 auto;padding:60px 20px 80px}
.ck-section-v1{background:#fff;padding:50px 60px;margin-bottom:40px;border-radius:8px;box-shadow:0 4px 12px #b981d614;border-left:4px solid #B981D6}
.ck-section-v1 .sec-ttl-v1{font-size:32px;color:#0D541E;margin:0 0 25px;font-weight:600;position:relative;padding-bottom:15px}
.ck-section-v1 .sec-ttl-v1::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(90deg,#B981D6 0%,#0D541E 100%)}
.ck-section-v1 .txt-blk-v2{font-size:17px;line-height:1.7;color:#2d3748;margin-bottom:20px}
.ck-section-v1 .txt-blk-v2:last-child{margin-bottom:0}
.ck-list-v1{list-style:none;padding:0;margin:25px 0}
.ck-list-v1 li{padding:15px 0 15px 35px;position:relative;font-size:17px;line-height:1.6;color:#2d3748;border-bottom:1px solid #f0e8e0}
.ck-list-v1 li:last-child{border-bottom:none}
.ck-list-v1 li::before{content:'→';position:absolute;left:0;color:#B981D6;font-weight:700;font-size:20px}
.ck-highlight-v1{background:linear-gradient(120deg,#b981d61a 0%,#0d541e0d 100%);padding:30px;border-radius:6px;margin:30px 0;border:1px solid #b981d633}
.ck-highlight-v1 .hl-ttl{font-size:22px;color:#0D541E;margin:0 0 15px;font-weight:600}
.ck-highlight-v1 .hl-txt{font-size:16px;line-height:1.7;color:#2d3748;margin:0}
.ck-grid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.ck-card-v1{background:#FAF1EC;padding:25px;border-radius:8px;border-top:3px solid #B981D6;transition:transform .3s ease,box-shadow .3s ease}
.ck-card-v1:hover{transform:translateY(-4px);box-shadow:0 8px 16px #b981d626}
.ck-card-v1 .cd-ttl{font-size:20px;color:#0D541E;margin:0 0 12px;font-weight:600}
.ck-card-v1 .cd-txt{font-size:15px;line-height:1.6;color:#4a5568;margin:0}
.ck-table-wrap{overflow-x:auto;margin:30px 0}
.ck-table-v1{width:100%;border-collapse:collapse;background:#fff;border-radius:6px;overflow:hidden}
.ck-table-v1 th{background:linear-gradient(135deg,#B981D6 0%,#9863b8 100%);color:#fff;padding:18px 20px;text-align:left;font-size:16px;font-weight:600}
.ck-table-v1 td{padding:16px 20px;border-bottom:1px solid #f0e8e0;font-size:15px;color:#2d3748}
.ck-table-v1 tr:last-child td{border-bottom:none}
.ck-table-v1 tr:hover{background:#b981d60a}
.ck-link-v1{color:#B981D6;text-decoration:none;font-weight:600;transition:color .3s ease;position:relative}
.ck-link-v1:hover{color:#0D541E}
.ck-link-v1::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#0D541E;transition:width .3s ease}
.ck-link-v1:hover::after{width:100%}
.ck-update-v1{background:linear-gradient(135deg,#0D541E 0%,#1a6b2e 100%);color:#FAF1EC;padding:20px 30px;border-radius:6px;margin-top:40px;font-size:15px;line-height:1.6}
.ck-update-v1 strong{color:#fff;font-weight:700}
@media (max-width: 768px) {
.ck-hdr-v1{padding:60px 20px 40px}
.ck-hdr-v1 .ttl-main-v2{font-size:36px}
.ck-hdr-v1 .subttl{font-size:18px}
.ck-section-v1{padding:35px 25px}
.ck-section-v1 .sec-ttl-v1{font-size:26px}
.ck-content-wrap{padding:40px 20px 60px}
.ck-grid-v2{grid-template-columns:1fr}
.ck-table-v1{font-size:14px}
.ck-table-v1 th,.ck-table-v1 td{padding:12px 15px}
}
@media (max-width: 480px) {
.ck-hdr-v1 .ttl-main-v2{font-size:30px}
.ck-section-v1 .sec-ttl-v1{font-size:24px}
.ck-highlight-v1{padding:20px}
}
.prvcy-wrp{max-width:1600px;margin:0 auto;padding:0}
.hdrtl-v1{position:relative;padding:80px 20px 100px;background:linear-gradient(135deg,#FAF1EC 0%,#e8d9f3 50%,#FAF1EC 100%);overflow:hidden}
.hdrtl-v1::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b981d626 0%,transparent 70%);border-radius:50%}
.hdrtl-v1::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#0d541e14 0%,transparent 70%);border-radius:50%}
.ttl-ctnr{max-width:900px;margin:0 auto;position:relative;z-index:2}
.ttl-mainv2{font-size:3.5rem;line-height:1.2;color:#0D541E;margin:0 0 20px;font-weight:700;text-align:center}
.ttl-mainv2 .ttl-prt1{display:block;color:#B981D6;font-size:2.8rem;margin-bottom:8px}
.ttl-subln{font-size:1.1rem;color:#555;text-align:center;max-width:700px;margin:0 auto;line-height:1.6}
.cntnt-sctn{background:#fff;padding:80px 20px}
.pcy-wrppr{max-width:1200px;margin:0 auto}
.pcy-grd{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:start}
.nv-sdbar{position:sticky;top:20px}
.nv-lst{list-style:none;padding:0;margin:0;background:#FAF1EC;border-radius:8px;padding:24px 0;box-shadow:0 2px 8px #b981d61a}
.nv-lst li{margin:0}
.nv-lnk{display:block;padding:12px 24px;color:#0D541E;text-decoration:none;font-size:.95rem;font-weight:500;border-left:3px solid transparent;transition:all .3s ease}
.nv-lnk:hover{background:#b981d614;border-left-color:#B981D6;color:#B981D6}
.pcy-cntnt{background:#fff}
.pcy-blck{margin-bottom:50px;scroll-margin-top:80px}
.pcy-blck:last-child{margin-bottom:0}
.sctn-hdng{font-size:1.8rem;color:#0D541E;margin:0 0 20px;font-weight:600;position:relative;padding-bottom:12px}
.sctn-hdng::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#B981D6 0%,#0D541E 100%);border-radius:2px}
.pcy-txt{font-size:1rem;line-height:1.8;color:#333;margin:0 0 16px}
.pcy-txt:last-child{margin-bottom:0}
.pcy-lst{list-style:none;padding:0;margin:20px 0}
.pcy-lst li{padding-left:28px;margin-bottom:12px;position:relative;font-size:1rem;line-height:1.7;color:#333}
.pcy-lst li::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#B981D6;border-radius:50%}
.hghlght-bx{background:linear-gradient(135deg,#FAF1EC 0%,#f0e4f7 100%);border-left:4px solid #B981D6;padding:20px 24px;border-radius:6px;margin:24px 0}
.cntct-inf{background:#FAF1EC;padding:28px;border-radius:8px;margin-top:30px;border:1px solid #b981d633}
.cntct-inf .sctn-hdng{font-size:1.4rem;margin-bottom:16px}
.cntct-dtl{display:flex;flex-direction:column;gap:12px}
.cntct-itm{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#333}
.cntct-itm i{color:#B981D6;font-size:1.2rem}
.cntct-lnk{color:#0D541E;text-decoration:none;transition:color .3s ease}
.cntct-lnk:hover{color:#B981D6}
.updt-dt{font-size:.9rem;color:#777;font-style:italic;margin-top:40px;padding-top:20px;border-top:1px solid #e0e0e0}
@media (max-width: 1024px) {
.pcy-grd{grid-template-columns:1fr;gap:40px}
.nv-sdbar{position:static;order:2}
.pcy-cntnt{order:1}
}
@media (max-width: 768px) {
.hdrtl-v1{padding:60px 20px 80px}
.ttl-mainv2{font-size:2.5rem}
.ttl-mainv2 .ttl-prt1{font-size:2rem}
.cntnt-sctn{padding:60px 20px}
.sctn-hdng{font-size:1.5rem}
}
@media (max-width: 480px) {
.ttl-mainv2{font-size:2rem}
.ttl-mainv2 .ttl-prt1{font-size:1.6rem}
.pcy-blck{margin-bottom:40px}
.nv-lst{padding:16px 0}
.cntct-inf{padding:20px}
}
.scs-wrp{max-width:1600px;margin:0 auto;padding:80px 24px;min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center}
.scs-ctr{max-width:720px;width:100%;text-align:center;position:relative}
.scs-ic-wrp{width:140px;height:140px;margin:0 auto 36px;position:relative;display:flex;align-items:center;justify-content:center}
.scs-ic-bg{position:absolute;inset:0;background:linear-gradient(135deg,#B981D6 0%,#8B5FA6 100%);border-radius:50%;box-shadow:0 12px 32px #b981d659}
.scs-ic-bg::before{content:'';position:absolute;inset:-8px;background:linear-gradient(135deg,#b981d633 0%,#b981d60d 100%);border-radius:50%;z-index:-1}
.scs-ic{position:relative;z-index:2;font-size:68px;color:#FAF1EC;line-height:1}
.scs-hd{font-size:48px;font-weight:700;color:#0D541E;margin:0 0 20px;line-height:1.2}
.scs-hd-acnt{position:relative;display:inline-block}
.scs-hd-acnt::after{content:'';position:absolute;bottom:4px;left:0;right:0;height:12px;background:linear-gradient(90deg,#b981d64d 0%,#b981d699 50%,#b981d64d 100%);border-radius:6px;z-index:-1}
.scs-txt{font-size:20px;line-height:1.6;color:#2d2d2d;margin:0 0 48px}
.scs-crd{background:#FAF1EC;border-radius:10px;padding:32px;margin:0 0 40px;box-shadow:0 4px 16px #0d541e14;text-align:left}
.scs-crd-hd{font-size:22px;font-weight:600;color:#0D541E;margin:0 0 20px;display:flex;align-items:center;gap:12px}
.scs-crd-hd .fi-info::before{color:#B981D6;font-size:24px}
.scs-lst{list-style:none;padding:0;margin:0}
.scs-lst-itm{padding:14px 0;border-bottom:1px solid #0d541e1a;display:flex;align-items:flex-start;gap:14px;font-size:17px;line-height:1.5;color:#3a3a3a}
.scs-lst-itm:last-child{border-bottom:none}
.scs-lst-icn{flex-shrink:0;width:24px;height:24px;background:linear-gradient(135deg,#B981D6 0%,#8B5FA6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FAF1EC;font-size:14px;margin-top:2px}
.scs-actn-wrp{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.scs-bt{padding:16px 40px;font-size:18px;font-weight:600;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer}
.scs-bt-prim{background:linear-gradient(135deg,#B981D6 0%,#8B5FA6 100%);color:#FAF1EC;box-shadow:0 6px 20px #b981d64d}
.scs-bt-prim:hover{transform:translateY(-2px);box-shadow:0 10px 28px #b981d666}
.scs-bt-sec{background:transparent;color:#0D541E;border:2px solid #0D541E}
.scs-bt-sec:hover{background:#0D541E;color:#FAF1EC;transform:translateY(-2px)}
.scs-nts{margin-top:48px;padding:24px;background:#b981d60f;border-radius:8px;border-left:4px solid #B981D6}
.scs-nts-txt{font-size:15px;line-height:1.6;color:#4a4a4a;margin:0}
.scs-nts-txt strong{color:#0D541E;font-weight:600}
@media (max-width: 768px) {
.scs-wrp{padding:60px 20px}
.scs-ic-wrp{width:110px;height:110px;margin-bottom:28px}
.scs-ic{font-size:52px}
.scs-hd{font-size:36px;margin-bottom:16px}
.scs-txt{font-size:18px;margin-bottom:36px}
.scs-crd{padding:24px;margin-bottom:32px}
.scs-crd-hd{font-size:20px}
.scs-lst-itm{font-size:16px;padding:12px 0}
.scs-actn-wrp{flex-direction:column;gap:12px}
.scs-bt{padding:14px 32px;font-size:16px;width:100%;text-align:center}
.scs-nts{margin-top:36px;padding:20px}
}
@media (max-width: 480px) {
.scs-hd{font-size:28px}
.scs-txt{font-size:17px}
.scs-crd{padding:20px}
.scs-crd-hd{font-size:18px;gap:10px}
.scs-lst-itm{font-size:15px;gap:12px}
}