*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Noto Sans',sans-serif;font-size:16px;line-height:1.6;color:#1a1a2e;background:#fafafa}
.header{background:#fff;border-bottom:2px solid #C01760;box-shadow:0 2px 18px #c0176014}
.hd-inner{max-width:1280px;margin:auto;padding:14px 24px;display:inline-flex;align-items:center;width:100%;gap:0;flex-wrap:wrap}
.hd-logo-wrap{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0}
.hd-logo-wrap img{width:80px;height:80px;object-fit:contain;border:2px solid #c017602e;border-radius:8px;background:#fff7fa;padding:4px}
.hd-connector{width:28px;height:2px;background:linear-gradient(90deg,#C01760 0%,#E1D203 100%);margin:0 10px;flex-shrink:0;position:relative}
.hd-connector::after{content:'';position:absolute;right:-5px;top:-3px;width:8px;height:8px;border-radius:50%;background:#E1D203;border:2px solid #C01760}
.hd-brand-block{display:inline-flex;flex-direction:column;flex-shrink:0}
.hd-brand-name{font-size:22px;font-weight:700;color:#C01760;letter-spacing:.04em;line-height:1.2}
.hd-tagline{font-size:11px;color:#037F66;font-style:italic;letter-spacing:.02em;line-height:1.3}
.hd-connector2{width:20px;height:2px;background:#037F66;margin:0 14px;flex-shrink:0;opacity:.5}
.main-nav{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px;flex:1}
.main-nav a{font-size:14px;font-weight:400;color:#1a1a2e;text-decoration:none;padding:7px 13px;border:1.5px solid transparent;border-radius:6px;transition:color .2s ease-out,border-color .2s ease-out,background .2s ease-out;white-space:nowrap}
.main-nav a:hover{color:#C01760;border-color:#c0176040;background:#c017600a}
.main-nav a[data-state="active"]{color:#C01760;border-color:#C01760;font-weight:700}
.main-nav .bt-contact-hd{background:#C01760;color:#fff;border-color:#C01760;font-weight:700;padding:7px 18px;border-radius:8px;margin-left:6px}
.main-nav .bt-contact-hd:hover{background:#a01250;border-color:#a01250;color:#fff}
.ft{background:#1a1a2e;color:#ccc;padding-top:48px}
.ft-inner{max-width:1280px;margin:auto;padding:0 24px 32px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start}
.ft-block-brand .ft-logo-wrap img{width:70px;height:70px;object-fit:contain;border-radius:8px;border:2px solid #ffffff26;background:#ffffff0d;padding:4px}
.ft-block-brand .ft-brand-nm{font-size:20px;font-weight:700;color:#fff;margin-top:10px;letter-spacing:.03em}
.ft-block-brand .ft-desc{font-size:13px;color:#999;margin-top:8px;line-height:1.6}
.ft-block h4{font-size:13px;font-weight:700;color:#E1D203;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e1d20340}
.ft-block ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.ft-block ul li a{color:#aaa;text-decoration:none;font-size:14px;transition:color .2s ease-out}
.ft-block ul li a:hover{color:#C01760}
.ft-block-contact .ct-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:13px;color:#aaa;line-height:1.5}
.ft-block-contact .ct-item i{color:#037F66;font-size:16px;margin-top:2px;flex-shrink:0}
.ft-block-contact .ct-item a{color:#aaa;text-decoration:none;transition:color .2s ease-out}
.ft-block-contact .ct-item a:hover{color:#C01760}
.ft-bottom{border-top:1px solid #ffffff14;max-width:1280px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.ft-bottom .copyright{font-size:12px;color:#666}
.ft-bottom .ft-svc-links{display:flex;gap:18px}
.ft-bottom .ft-svc-links a{font-size:12px;color:#666;text-decoration:none;transition:color .2s ease-out}
.ft-bottom .ft-svc-links a:hover{color:#C01760}
.ft-accent-bar{height:4px;background:linear-gradient(90deg,#C01760 0%,#037F66 50%,#E1D203 100%);width:100%}
.ck-popup-wrap{position:fixed;top:20px;left:50%;transform:translateX(-50%) translateX(-120vw);z-index:9999;width:420px;max-width:calc(100vw - 32px);transition:transform .45s ease-out}
.ck-popup-wrap[data-visible="true"]{transform:translateX(-50%) translateX(0)}
.ck-box{background:#fff;border:2px solid #C01760;border-radius:6px;box-shadow:0 8px 32px #c017602e;padding:22px}
.ck-hd{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.ck-hd span.ck-dot{width:10px;height:10px;border-radius:50%;background:#C01760;flex-shrink:0}
.ck-desc{font-size:12px;color:#555;margin-bottom:14px;line-height:1.55}
.ck-cats{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.ck-cat-item{display:flex;align-items:flex-start;gap:10px;padding:9px 12px;border:1px solid #eee;border-radius:6px;background:#fafafa}
.ck-cat-item input[type="checkbox"]{margin-top:2px;accent-color:#C01760;width:15px;height:15px;flex-shrink:0;cursor:pointer}
.ck-cat-item input[type="checkbox"]:disabled{opacity:.6;cursor:not-allowed}
.ck-cat-info .ck-cat-nm{font-size:13px;font-weight:700;color:#1a1a2e;line-height:1.3}
.ck-cat-info .ck-cat-detail{font-size:11px;color:#888;line-height:1.4;margin-top:2px}
.ck-btns{display:flex;gap:10px}
.ck-btns button{flex:1;padding:9px 14px;font-family:'Noto Sans',sans-serif;font-size:13px;font-weight:700;border-radius:6px;cursor:pointer;transition:background .2s ease-out,color .2s ease-out;border:2px solid #C01760}
.ck-btns .bt-accept{background:#C01760;color:#fff}
.ck-btns .bt-accept:hover{background:#a01250;border-color:#a01250}
.ck-btns .bt-decline{background:#fff;color:#C01760}
.ck-btns .bt-decline:hover{background:#fff0f5}
@media (max-width: 900px) {
.hd-inner{gap:0;padding:12px 16px}
.hd-connector,.hd-connector2{display:none}
.main-nav{width:100%;margin-top:10px;gap:3px}
.main-nav a{font-size:13px;padding:6px 10px}
.ft-inner{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width: 600px) {
.hd-inner{flex-direction:column;align-items:flex-start}
.hd-logo-wrap{margin-bottom:8px}
.main-nav{margin-top:6px}
.main-nav .bt-contact-hd{margin-left:0}
.ft-inner{grid-template-columns:1fr;gap:24px}
.ft-bottom{flex-direction:column;align-items:flex-start;gap:8px}
}
.b-legal-data{max-width:860px;margin:0 auto;padding:48px 32px 80px;font-family:Georgia,'Times New Roman',serif;font-size:17px;line-height:1.85;color:#1a1a2e;background:#fff}
.b-legal-data h1{font-family:'Segoe UI',Arial,sans-serif;font-size:2.4rem;font-weight:800;line-height:1.2;color:#C01760;margin:0 0 32px;padding-bottom:20px;border-bottom:3px solid #C01760;letter-spacing:-.5px}
.b-legal-data h2{font-family:'Segoe UI',Arial,sans-serif;font-size:1.65rem;font-weight:700;line-height:1.3;color:#037F66;margin:52px 0 18px;padding-left:14px;border-left:4px solid #037F66;letter-spacing:-.2px}
.b-legal-data h3{font-family:'Segoe UI',Arial,sans-serif;font-size:1.3rem;font-weight:700;line-height:1.35;color:#1a1a2e;margin:38px 0 14px;padding-bottom:6px;border-bottom:1px solid #c1176033}
.b-legal-data h4{font-family:'Segoe UI',Arial,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.4;color:#C01760;margin:30px 0 12px;text-transform:uppercase;letter-spacing:.6px;font-size:.95rem}
.b-legal-data h5{font-family:'Segoe UI',Arial,sans-serif;font-size:.95rem;font-weight:700;line-height:1.45;color:#037F66;margin:24px 0 10px;text-transform:uppercase;letter-spacing:.5px}
.b-legal-data h6{font-family:'Segoe UI',Arial,sans-serif;font-size:.88rem;font-weight:600;line-height:1.5;color:#556;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.8px}
.b-legal-data p{margin:0 0 22px;color:#2d2d3f}
.b-legal-data ul{margin:18px 0 26px;padding:0;list-style:none}
.b-legal-data ul li{position:relative;padding:6px 0 6px 28px;color:#2d2d3f;line-height:1.75}
.b-legal-data ul li::before{content:'';position:absolute;left:0;top:16px;width:8px;height:8px;background:#C01760;border-radius:50%;transform:translateY(-50%)}
.b-legal-data ul ul{margin:8px 0}
.b-legal-data ul ul li::before{background:transparent;border:2px solid #037F66;width:7px;height:7px}
.b-legal-data ul ul ul li::before{background:#E1D203;border:none;width:6px;height:6px}
.b-legal-data ol{margin:18px 0 26px;padding:0;list-style:none;counter-reset:policy-counter}
.b-legal-data ol li{position:relative;padding:6px 0 6px 36px;color:#2d2d3f;line-height:1.75;counter-increment:policy-counter}
.b-legal-data ol li::before{content:counter(policy-counter) ".";position:absolute;left:0;top:6px;font-family:'Segoe UI',Arial,sans-serif;font-weight:700;font-size:.9rem;color:#C01760;min-width:28px}
.b-legal-data ol ol{margin:8px 0;counter-reset:policy-counter-2}
.b-legal-data ol ol li{counter-increment:policy-counter-2}
.b-legal-data ol ol li::before{content:counter(policy-counter-2, lower-alpha) ".";color:#037F66}
.b-legal-data strong,.b-legal-data b{font-weight:700;color:#1a1a2e}
.b-legal-data em,.b-legal-data i{font-style:italic;color:#3a3a52}
.b-legal-data table{width:100%;border-collapse:collapse;margin:32px 0 36px;font-family:'Segoe UI',Arial,sans-serif;font-size:.92rem;box-shadow:0 4px 24px #c1176014 0 1px 4px #0000000f;border-radius:8px;overflow:hidden}
.b-legal-data table thead{background:#C01760}
.b-legal-data table thead tr{border:none}
.b-legal-data table thead th{padding:14px 20px;text-align:left;font-weight:700;font-size:.85rem;color:#fff;text-transform:uppercase;letter-spacing:.6px;border:none}
.b-legal-data table tbody tr{border-bottom:1px solid #c117601a;transition:background .2s ease-out}
.b-legal-data table tbody tr:last-child{border-bottom:none}
.b-legal-data table tbody tr:nth-child(even){background:#c1176008}
.b-legal-data table tbody tr:hover{background:#037f660f}
.b-legal-data table tbody td{padding:13px 20px;color:#2d2d3f;vertical-align:top;border:none;line-height:1.65}
.b-legal-data table tbody th{padding:13px 20px;font-weight:700;color:#1a1a2e;vertical-align:top;text-align:left;background:#037f6612;border-right:2px solid #037f6633}
.b-legal-data hr{border:none;margin:48px 0;height:1px;background:linear-gradient(to right,transparent,#c117604d 20%,#c1176080 50%,#c117604d 80%,transparent);position:relative}
@media (max-width: 768px) {
.b-legal-data{padding:32px 20px 60px;font-size:16px;line-height:1.8}
.b-legal-data h1{font-size:1.85rem;margin-bottom:24px;padding-bottom:16px}
.b-legal-data h2{font-size:1.35rem;margin-top:40px}
.b-legal-data h3{font-size:1.15rem}
.b-legal-data table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:6px;font-size:.85rem}
.b-legal-data table thead th,.b-legal-data table tbody td,.b-legal-data table tbody th{padding:11px 14px;white-space:nowrap}
.b-legal-data hr{margin:36px 0}
}
@media (max-width: 480px) {
.b-legal-data{padding:24px 16px 48px;font-size:15px}
.b-legal-data h1{font-size:1.55rem}
.b-legal-data h2{font-size:1.2rem;padding-left:10px;border-left-width:3px}
.b-legal-data h3{font-size:1.08rem}
.b-legal-data ul li,.b-legal-data ol li{padding-top:4px;padding-bottom:4px}
}
.hero-collage{position:relative;width:100%;overflow:hidden;background:#111;min-height:580px;display:flex;flex-direction:row;align-items:stretch}
.hero-collage .col-img-wrap{flex:1;position:relative;overflow:hidden}
.hero-collage .col-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;opacity:.72;transition:opacity .4s ease-out}
.hero-collage .col-img-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,#c017602e 0%,#0a0a0ad1 100%);pointer-events:none}
.hero-collage .col-img-wrap:nth-child(2){flex:1.5}
.hero-collage .col-img-wrap:nth-child(3){flex:.8}
.hero-collage .col-img-wrap:nth-child(4){flex:1.1}
.hero-collage .hero-txt-layer{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:52px 56px;z-index:4}
.hero-collage .hero-txt-layer .ht-label{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#E1D203;margin-bottom:18px}
.hero-collage .hero-txt-layer .ht-h1{font-size:clamp(2rem,5vw,3.6rem);font-weight:800;color:#fff;line-height:1.13;max-width:680px;margin-bottom:0}
.hero-collage .hero-txt-layer .ht-pause{display:block;width:48px;height:3px;background:#C01760;margin:28px 0}
.hero-collage .hero-txt-layer .ht-desc{font-size:1.08rem;color:#ffffffdb;max-width:520px;line-height:1.7;margin-bottom:32px}
.hero-collage .hero-txt-layer .ht-cta{display:inline-block;background:#C01760;color:#fff;font-size:.97rem;font-weight:700;letter-spacing:.5px;padding:15px 36px;text-decoration:none;border-radius:6px;transition:background .25s ease-out,transform .2s ease-out;z-index:10;position:relative;align-self:flex-start}
.hero-collage .hero-txt-layer .ht-cta:hover{background:#a01250;transform:translateY(-2px)}
.about-plat-wrap{max-width:1280px;margin:80px auto 0;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.about-plat-wrap .ap-left .ap-tag{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#037F66;margin-bottom:16px}
.about-plat-wrap .ap-left .ap-h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:20px}
.about-plat-wrap .ap-left .ap-h2 .ap-accent{color:#C01760;position:relative}
.about-plat-wrap .ap-left .ap-h2 .ap-accent::after{content:'';display:block;width:100%;height:3px;background:#E1D203;position:absolute;bottom:-4px;left:0}
.about-plat-wrap .ap-left .ap-txt{font-size:.99rem;color:#444;line-height:1.78;margin-bottom:14px}
.about-plat-wrap .ap-right{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.about-plat-wrap .ap-right .ap-pill{background:#f5f5f7;border-radius:8px;padding:24px 20px;border-left:4px solid #C01760;transition:transform .2s ease-out,box-shadow .2s ease-out}
.about-plat-wrap .ap-right .ap-pill:nth-child(2){border-left-color:#037F66}
.about-plat-wrap .ap-right .ap-pill:nth-child(3){border-left-color:#E1D203}
.about-plat-wrap .ap-right .ap-pill:nth-child(4){border-left-color:#C01760}
.about-plat-wrap .ap-right .ap-pill:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000017}
.about-plat-wrap .ap-right .ap-pill .ap-pill-icon{font-size:1.6rem;margin-bottom:10px}
.about-plat-wrap .ap-right .ap-pill .ap-pill-title{font-size:.92rem;font-weight:700;color:#1a1a2e;margin-bottom:6px}
.about-plat-wrap .ap-right .ap-pill .ap-pill-sub{font-size:.83rem;color:#666;line-height:1.5}
.audience-section{margin-top:90px;background:linear-gradient(135deg,#c0176012 0%,#037f6612 100%);padding:72px 32px}
.audience-inner{max-width:1280px;margin:0 auto}
.audience-inner .aud-hd{text-align:center;margin-bottom:48px}
.audience-inner .aud-hd .aud-tag{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#C01760;margin-bottom:12px}
.audience-inner .aud-hd h2{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:#1a1a2e;margin-bottom:14px}
.audience-inner .aud-hd .aud-sub{font-size:1rem;color:#555;max-width:540px;margin:0 auto;line-height:1.7}
.audience-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.aud-card{background:#fff;border-radius:10px;padding:32px 28px;box-shadow:0 4px 24px #00000012;position:relative;overflow:hidden;transition:box-shadow .25s ease-out}
.aud-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:#C01760}
.aud-card:nth-child(2)::before{background:#037F66}
.aud-card:nth-child(3)::before{background:#E1D203}
.aud-card:hover{box-shadow:0 12px 36px #c0176021}
.aud-card .ac-num{font-size:2.4rem;font-weight:900;color:#c017601f;line-height:1;margin-bottom:14px}
.aud-card:nth-child(2) .ac-num{color:#037f661f}
.aud-card:nth-child(3) .ac-num{color:#e1d20333}
.aud-card .ac-title{font-size:1.08rem;font-weight:700;color:#1a1a2e;margin-bottom:10px}
.aud-card .ac-desc{font-size:.91rem;color:#555;line-height:1.68}
.partnerships-section{max-width:1280px;margin:90px auto 0;padding:0 32px}
.partnerships-section .ps-head{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:44px;gap:24px}
.partnerships-section .ps-head .ph-left .ps-tag{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#037F66;margin-bottom:10px}
.partnerships-section .ps-head .ph-left h2{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;color:#1a1a2e;line-height:1.2}
.partnerships-section .ps-head .ph-right{font-size:.93rem;color:#555;max-width:360px;line-height:1.7}
.ps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.ps-item{display:flex;flex-direction:row;gap:20px;align-items:flex-start;background:#fafafa;border-radius:8px;padding:28px 24px;border:1px solid #eee;transition:border-color 0.2s,box-shadow .2s ease-out}
.ps-item:hover{border-color:#c017604d;box-shadow:0 8px 28px #c0176012}
.ps-item .pi-icon{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#C01760,#c01760b3);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ps-item:nth-child(2) .pi-icon{background:linear-gradient(135deg,#037F66,#037f66b3)}
.ps-item:nth-child(3) .pi-icon{background:linear-gradient(135deg,#C01760,#E1D203)}
.ps-item:nth-child(4) .pi-icon{background:linear-gradient(135deg,#037F66,#C01760)}
.ps-item .pi-icon svg{width:20px;height:20px;fill:#fff}
.ps-item .pi-body .pi-title{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:7px}
.ps-item .pi-body .pi-desc{font-size:.88rem;color:#555;line-height:1.65}
.mechanics-section{margin-top:90px;background:#1a1a2e;padding:80px 32px;position:relative;overflow:hidden}
.mechanics-section::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:#c0176026;pointer-events:none}
.mechanics-section::after{content:'';position:absolute;bottom:-80px;left:-40px;width:240px;height:240px;border-radius:50%;background:#037f661f;pointer-events:none}
.mechanics-inner{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.mechanics-inner .mech-top{display:grid;grid-template-columns:1fr 2fr;gap:52px;align-items:start;margin-bottom:52px}
.mechanics-inner .mech-top .mt-left .mt-tag{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#E1D203;margin-bottom:14px}
.mechanics-inner .mech-top .mt-left h2{font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:800;color:#fff;line-height:1.25}
.mechanics-inner .mech-top .mt-right{font-size:.98rem;color:#ffffffb8;line-height:1.78;padding-top:36px}
.mech-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.mech-step{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:28px 22px;transition:background .25s ease-out,border-color .25s ease-out}
.mech-step:hover{background:#c0176026;border-color:#c0176066}
.mech-step .ms-num{font-size:.78rem;font-weight:700;letter-spacing:2px;color:#C01760;margin-bottom:12px}
.mech-step .ms-title{font-size:.97rem;font-weight:700;color:#fff;margin-bottom:10px;line-height:1.35}
.mech-step .ms-desc{font-size:.84rem;color:#fff9;line-height:1.6}
.learning-types-section{max-width:1280px;margin:90px auto 0;padding:0 32px}
.lt-hd{margin-bottom:48px;max-width:560px}
.lt-hd .lt-tag{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#C01760;margin-bottom:12px}
.lt-hd h2{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:16px}
.lt-hd .lt-sub{font-size:.96rem;color:#555;line-height:1.72}
.lt-tabs-container{display:flex;flex-direction:column;gap:0}
.lt-tab-input{display:none}
.lt-tabs-labels{display:flex;flex-direction:row;gap:0;border-bottom:2px solid #eee;margin-bottom:0}
.lt-tab-label{padding:16px 32px;font-size:.95rem;font-weight:600;color:#777;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 0.2s,border-color .2s;user-select:none}
.lt-tab-label:hover{color:#C01760}
#lt-tab1:checked ~ .lt-tabs-labels .lt-lbl1,#lt-tab2:checked ~ .lt-tabs-labels .lt-lbl2,#lt-tab3:checked ~ .lt-tabs-labels .lt-lbl3{color:#C01760;border-bottom-color:#C01760}
.lt-tab-panel{display:none;padding:40px 0}
#lt-tab1:checked ~ .lt-tabs-labels ~ .lt-panel1,#lt-tab2:checked ~ .lt-tabs-labels ~ .lt-panel2,#lt-tab3:checked ~ .lt-tabs-labels ~ .lt-panel3{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.lt-panel-img{border-radius:8px;overflow:hidden;box-shadow:0 16px 48px #00000021}
.lt-panel-img img{width:100%;height:320px;object-fit:cover;display:block}
.lt-panel-content .lp-tag{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#037F66;margin-bottom:14px}
.lt-panel-content .lp-h3{font-size:1.45rem;font-weight:800;color:#1a1a2e;margin-bottom:16px;line-height:1.3}
.lt-panel-content .lp-desc{font-size:.95rem;color:#444;line-height:1.75;margin-bottom:24px}
.lt-panel-content .lp-list{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px}
.lt-panel-content .lp-list li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:.91rem;color:#444;line-height:1.55}
.lt-panel-content .lp-list li::before{content:'';width:8px;height:8px;border-radius:50%;background:#C01760;flex-shrink:0;margin-top:5px}
.lt-panel-content .lp-btn{display:inline-block;background:transparent;border:2px solid #C01760;color:#C01760;font-size:.93rem;font-weight:700;padding:13px 30px;border-radius:6px;text-decoration:none;transition:background .22s ease-out,color .22s ease-out}
.lt-panel-content .lp-btn:hover{background:#C01760;color:#fff}
.efficiency-section{margin-top:90px;padding:80px 32px;background:linear-gradient(160deg,#037f660f 0%,#fff 50%,#e1d20314 100%)}
.efficiency-inner{max-width:1280px;margin:0 auto}
.efficiency-inner .eff-top{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}
.efficiency-inner .eff-top .et-left .ef-tag{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#037F66;margin-bottom:14px}
.efficiency-inner .eff-top .et-left h2{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:#1a1a2e;line-height:1.22;margin-bottom:20px}
.efficiency-inner .eff-top .et-left .ef-txt{font-size:.97rem;color:#444;line-height:1.75;margin-bottom:12px}
.efficiency-inner .eff-top .et-right{display:flex;flex-direction:column;gap:20px}
.eff-stat-row{display:flex;flex-direction:row;align-items:center;gap:20px}
.eff-stat-row .esr-label{font-size:.87rem;color:#555;min-width:160px;line-height:1.4}
.eff-stat-row .esr-bar{flex:1;height:8px;background:#eee;border-radius:4px;overflow:hidden}
.eff-stat-row .esr-bar .esr-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#C01760,#c0176099)}
.eff-stat-row:nth-child(2) .esr-fill{background:linear-gradient(90deg,#037F66,#037f6680)}
.eff-stat-row:nth-child(3) .esr-fill{background:linear-gradient(90deg,#E1D203,#e1d20380)}
.eff-stat-row:nth-child(4) .esr-fill{background:linear-gradient(90deg,#C01760,#037F66)}
.eff-stat-row .esr-pct{font-size:.88rem;font-weight:700;color:#1a1a2e;min-width:40px;text-align:right}
.eff-metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.eff-metric{background:#fff;border-radius:8px;padding:28px 22px;box-shadow:0 4px 20px #00000012;text-align:center;border-top:3px solid #C01760;transition:transform .22s ease-out}
.eff-metric:nth-child(2){border-top-color:#037F66}
.eff-metric:nth-child(3){border-top-color:#E1D203}
.eff-metric:nth-child(4){border-top-color:#C01760}
.eff-metric:hover{transform:translateY(-4px)}
.eff-metric .em-val{font-size:2rem;font-weight:900;color:#C01760;line-height:1;margin-bottom:8px}
.eff-metric:nth-child(2) .em-val{color:#037F66}
.eff-metric:nth-child(3) .em-val{color:#b8a900}
.eff-metric .em-label{font-size:.86rem;color:#555;line-height:1.5}
.divider-wave{width:100%;overflow:hidden;line-height:0;margin-top:72px}
.divider-wave svg{display:block;width:100%;height:40px}
@media (max-width: 1024px) {
.about-plat-wrap{grid-template-columns:1fr;gap:36px}
.audience-cards-row{grid-template-columns:1fr 1fr}
.mech-steps{grid-template-columns:repeat(2,1fr)}
.eff-top{grid-template-columns:1fr!important;gap:36px!important}
.eff-metrics-row{grid-template-columns:repeat(2,1fr)}
.ps-grid{grid-template-columns:1fr}
#lt-tab1:checked ~ .lt-tabs-labels ~ .lt-panel1,#lt-tab2:checked ~ .lt-tabs-labels ~ .lt-panel2,#lt-tab3:checked ~ .lt-tabs-labels ~ .lt-panel3{grid-template-columns:1fr;gap:28px}
.mechanics-inner .mech-top{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.hero-collage{min-height:440px}
.hero-collage .col-img-wrap:nth-child(1),.hero-collage .col-img-wrap:nth-child(3){display:none}
.hero-collage .col-img-wrap:nth-child(4){display:none}
.hero-collage .hero-txt-layer{padding:32px 24px}
.about-plat-wrap{padding:0 20px}
.about-plat-wrap .ap-right{grid-template-columns:1fr}
.audience-section{padding:52px 20px}
.audience-cards-row{grid-template-columns:1fr}
.partnerships-section{padding:0 20px}
.ps-head{flex-direction:column!important;align-items:flex-start!important}
.mechanics-section{padding:56px 20px}
.mech-steps{grid-template-columns:1fr}
.learning-types-section{padding:0 20px}
.lt-tabs-labels{flex-direction:column;border-bottom:none;gap:4px}
.lt-tab-label{border:1px solid #eee;border-radius:6px;margin-bottom:0}
.efficiency-section{padding:56px 20px}
.eff-metrics-row{grid-template-columns:1fr 1fr}
.eff-stat-row .esr-label{min-width:100px;font-size:.8rem}
}
@media (max-width: 480px) {
.eff-metrics-row{grid-template-columns:1fr}
.hero-collage .hero-txt-layer .ht-cta{width:100%;text-align:center}
}
.ct-page-wrap{max-width:1280px;margin:0 auto;padding:0 20px}
.ct-title-block{background:linear-gradient(135deg,#C01760 0%,#7a0e3c 40%,#037F66 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.ct-title-block::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#e1d20326 1px,transparent 1px);background-size:28px 28px;pointer-events:none}
.ct-title-block::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:50px;background:#f9f7f5;clip-path:polygon(0 100%,100% 100%,100% 40%,60% 0%,0 60%)}
.ct-title-inner{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.ct-title-badge{display:inline-block;background:#e1d20340;border:1px solid #e1d20399;color:#E1D203;padding:5px 16px;font-size:12px;letter-spacing:2px;text-transform:uppercase;margin-bottom:22px}
.ct-title-block h1{font-size:clamp(32px,5vw,58px);color:#fff;font-weight:800;line-height:1.15;margin:0 0 18px;max-width:600px}
.ct-title-block h1 span{color:#E1D203}
.ct-title-desc{color:#ffffffd1;font-size:17px;line-height:1.65;max-width:520px;margin:0}
.ct-rhythm-dots{display:flex;gap:8px;margin-top:32px;flex-wrap:wrap}
.ct-rhythm-dots span{width:8px;height:8px;border-radius:50%;background:#e1d20380;display:block}
.ct-rhythm-dots span:nth-child(3n){background:#ffffff4d}
.ct-rhythm-dots span:nth-child(5n){background:#c01760b3}
.ct-main-section{background:#f9f7f5;padding:70px 20px 80px}
.ct-grid-layout{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.ct-form-side{background:#fff;border-radius:4px;padding:44px 40px;box-shadow:0 8px 32px #c0176014}
.ct-form-label-top{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#C01760;font-weight:700;margin-bottom:8px;display:block}
.ct-form-side h2{font-size:26px;font-weight:800;color:#1a1a2e;margin:0 0 28px;line-height:1.2}
.ct-form-side h2::after{content:'';display:block;width:48px;height:3px;background:linear-gradient(90deg,#C01760,#E1D203);margin-top:12px}
.ct-field-group{margin-bottom:20px;display:flex;flex-direction:column}
.ct-field-group label{font-size:13px;font-weight:600;color:#444;margin-bottom:7px}
.ct-field-group input,.ct-field-group select,.ct-field-group textarea{border:1.5px solid #e0ddd9;border-radius:6px;padding:13px 16px;font-size:15px;color:#222;background:#fafafa;transition:border-color .2s ease-out,box-shadow .2s ease-out;appearance:none;-webkit-appearance:none;width:100%;box-sizing:border-box;box-shadow:inset 0 2px 4px #0000000a}
.ct-field-group input:focus,.ct-field-group select:focus,.ct-field-group textarea:focus{outline:none;border-color:#C01760;box-shadow:inset 0 2px 4px #0000000a 0 0 0 3px #c017601a;background:#fff}
.ct-field-group textarea{min-height:110px;resize:vertical}
.ct-select-wrapper{position:relative}
.ct-select-wrapper::after{content:'';position:absolute;right:16px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #C01760;pointer-events:none}
.ct-select-wrapper select{padding-right:40px;cursor:pointer}
.ct-checkbox-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px}
.ct-checkbox-row input[type="checkbox"]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#C01760;cursor:pointer}
.ct-checkbox-row .ct-privacy-txt{font-size:13px;color:#666;line-height:1.55}
.ct-checkbox-row .ct-privacy-txt a{color:#C01760;text-decoration:underline}
.ct-submit-btn{background:linear-gradient(135deg,#C01760 0%,#8f1048 100%);color:#fff;border:none;padding:15px 36px;font-size:15px;font-weight:700;letter-spacing:.5px;border-radius:6px;cursor:pointer;width:100%;transition:transform .2s ease-out,box-shadow .2s ease-out;position:relative;z-index:5;box-shadow:0 4px 16px #c017604d}
.ct-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c0176066}
.ct-submit-btn:active{transform:translateY(0)}
.ct-info-side{display:flex;flex-direction:column;gap:28px}
.ct-info-card{background:#fff;border-radius:4px;padding:28px 30px;box-shadow:0 4px 18px #0000000d;display:flex;flex-direction:row;gap:20px;align-items:flex-start;border-left:4px solid #C01760;transition:box-shadow .2s ease-out}
.ct-info-card:nth-child(2){border-left-color:#037F66}
.ct-info-card:nth-child(3){border-left-color:#E1D203}
.ct-info-card:hover{box-shadow:0 8px 28px #0000001a}
.ct-info-icon{width:46px;height:46px;min-width:46px;border-radius:8px;background:#c0176014;display:flex;align-items:center;justify-content:center}
.ct-info-card:nth-child(2) .ct-info-icon{background:#037f6614}
.ct-info-card:nth-child(3) .ct-info-icon{background:#e1d2031f}
.ct-info-icon svg{width:22px;height:22px}
.ct-info-card-txt{display:flex;flex-direction:column;gap:4px}
.ct-info-card-txt strong{font-size:14px;font-weight:700;color:#1a1a2e;letter-spacing:.3px}
.ct-info-card-txt span{font-size:14px;color:#555;line-height:1.55}
.ct-info-card-txt a{color:#C01760;text-decoration:none;font-weight:500}
.ct-info-card-txt a:hover{text-decoration:underline}
.ct-channels-section{background:#1a1a2e;padding:64px 20px;position:relative;overflow:hidden}
.ct-channels-section::before{content:'';position:absolute;top:-60px;right:-60px;width:300px;height:300px;border-radius:50%;background:#c017601f;pointer-events:none}
.ct-channels-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center}
.ct-channels-heading{display:flex;flex-direction:column;gap:16px}
.ct-channels-heading h2{font-size:clamp(24px,3vw,36px);color:#fff;font-weight:800;margin:0;line-height:1.2}
.ct-channels-heading h2 em{color:#E1D203;font-style:normal}
.ct-channels-heading p{color:#ffffffa6;font-size:15px;line-height:1.6;margin:0}
.ct-channel-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}
.ct-channel-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:22px 20px;display:flex;flex-direction:column;gap:10px;transition:background .2s ease-out,border-color .2s ease-out}
.ct-channel-item:hover{background:#c0176026;border-color:#c0176066}
.ct-channel-item .ct-ch-label{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff73;font-weight:600}
.ct-channel-item .ct-ch-val{font-size:14px;color:#fff;font-weight:500;word-break:break-all}
.ct-channel-item .ct-ch-val a{color:#E1D203;text-decoration:none}
.ct-channel-item .ct-ch-icon{width:36px;height:36px;border-radius:6px;background:#c0176040;display:flex;align-items:center;justify-content:center}
.ct-faq-section{background:#f9f7f5;padding:72px 20px}
.ct-faq-inner{max-width:860px;margin:0 auto}
.ct-faq-hd{text-align:center;margin-bottom:44px}
.ct-faq-hd h2{font-size:clamp(22px,3.5vw,36px);color:#1a1a2e;font-weight:800;margin:0 0 12px}
.ct-faq-hd p{color:#666;font-size:16px;line-height:1.6;margin:0}
.ct-faq-list{display:flex;flex-direction:column;gap:0}
.ct-faq-entry{border-bottom:1px solid #e8e4e0}
.ct-faq-entry:first-child{border-top:1px solid #e8e4e0}
.ct-faq-entry input[type="checkbox"]{display:none}
.ct-faq-entry label{display:flex;justify-content:space-between;align-items:center;padding:20px 0;cursor:pointer;font-size:16px;font-weight:600;color:#1a1a2e;gap:16px;user-select:none}
.ct-faq-entry label .ct-faq-arrow{width:24px;height:24px;min-width:24px;border-radius:50%;background:#c017601a;display:flex;align-items:center;justify-content:center;transition:transform .25s ease-out,background .2s}
.ct-faq-entry label .ct-faq-arrow::after{content:'';display:block;width:7px;height:7px;border-right:2px solid #C01760;border-bottom:2px solid #C01760;transform:rotate(45deg) translateY(-2px);transition:transform .25s ease-out}
.ct-faq-entry input:checked ~ label .ct-faq-arrow{background:#C01760;transform:rotate(180deg)}
.ct-faq-entry input:checked ~ label .ct-faq-arrow::after{border-color:#fff}
.ct-faq-body{max-height:0;overflow:hidden;transition:max-height .35s ease-out,padding .3s ease-out}
.ct-faq-entry input:checked ~ .ct-faq-body{max-height:400px;padding-bottom:18px}
.ct-faq-body p{color:#555;font-size:15px;line-height:1.7;margin:0}
.ct-address-strip{background:linear-gradient(90deg,#037f6614 0%,#c017600d 100%);border-top:1px solid #e8e4df;padding:42px 20px}
.ct-address-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}
.ct-addr-block{display:flex;flex-direction:row;gap:16px;align-items:flex-start}
.ct-addr-dot{width:12px;height:12px;min-width:12px;border-radius:50%;background:#C01760;margin-top:5px}
.ct-addr-block .ct-addr-txt{display:flex;flex-direction:column;gap:3px}
.ct-addr-block .ct-addr-txt strong{font-size:13px;font-weight:700;color:#1a1a2e;text-transform:uppercase;letter-spacing:.8px}
.ct-addr-block .ct-addr-txt span{font-size:15px;color:#444}
.ct-addr-divider{width:1px;height:50px;background:#d8d4cf}
@media (max-width: 900px) {
.ct-grid-layout{grid-template-columns:1fr;gap:36px}
.ct-channels-inner{grid-template-columns:1fr;gap:32px}
.ct-channel-cards{grid-template-columns:1fr 1fr}
.ct-addr-divider{display:none}
.ct-address-inner{flex-direction:column;align-items:flex-start}
}
@media (max-width: 600px) {
.ct-form-side{padding:28px 20px}
.ct-title-block{padding:56px 20px 50px}
.ct-channel-cards{grid-template-columns:1fr}
.ct-faq-hd{text-align:left}
}
.prog-hero{position:relative;width:100%;overflow:hidden;min-height:520px;display:flex;align-items:center}
.prog-hero .hero-img-wrap{position:absolute;inset:0;z-index:0}
.prog-hero .hero-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.prog-hero .hero-img-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#c01760c7 0%,#037f66a6 100%);mix-blend-mode:multiply}
.prog-hero .hero-frame-tl,.prog-hero .hero-frame-br{position:absolute;width:80px;height:80px;z-index:2}
.prog-hero .hero-frame-tl{top:24px;left:24px;border-top:2px solid #e1d203cc;border-left:2px solid #e1d203cc}
.prog-hero .hero-frame-br{bottom:24px;right:24px;border-bottom:2px solid #e1d203cc;border-right:2px solid #e1d203cc}
.prog-hero .hero-ct{position:relative;z-index:3;max-width:1280px;margin:0 auto;padding:80px 40px;width:100%}
.prog-hero .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;background:#e1d20326;border:1px solid #e1d20380;padding:6px 16px;margin-bottom:28px}
.prog-hero .hero-eyebrow span{font-size:12px;letter-spacing:2.5px;text-transform:uppercase;color:#E1D203;font-weight:600}
.prog-hero .hd-main{font-size:clamp(36px,5vw,64px);font-weight:800;color:#fff;line-height:1.1;max-width:700px;margin:0 0 20px;letter-spacing:-1px}
.prog-hero .hd-main em{font-style:normal;color:#E1D203;position:relative}
.prog-hero .hd-main em::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:#e1d20380}
.prog-hero .hero-sub{font-size:18px;color:#ffffffe0;max-width:560px;line-height:1.6;margin:0 0 40px}
.prog-hero .hero-cta-row{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.prog-hero .bt-prim{display:inline-block;padding:14px 32px;background:#C01760;color:#fff;font-weight:700;font-size:15px;text-decoration:none;border-radius:6px;border:2px solid #C01760;transition:background .25s ease-out,transform .2s ease-out,box-shadow .25s ease-out;position:relative;z-index:5}
.prog-hero .bt-prim:hover{background:#a01250;transform:translateY(-2px);box-shadow:0 8px 24px #c0176066}
.prog-hero .bt-sec{display:inline-block;padding:14px 32px;background:transparent;color:#fff;font-weight:600;font-size:15px;text-decoration:none;border-radius:6px;border:2px solid #ffffff80;transition:border-color .25s ease-out,background .25s ease-out;z-index:5}
.prog-hero .bt-sec:hover{border-color:#fff;background:#ffffff1a}
.prog-hero .hero-stats-row{display:flex;flex-direction:row;gap:32px;margin-top:52px;flex-wrap:wrap}
.prog-hero .stat-it{display:flex;flex-direction:column}
.prog-hero .stat-it .s-num{font-size:28px;font-weight:800;color:#E1D203;line-height:1}
.prog-hero .stat-it .s-lbl{font-size:13px;color:#ffffffb3;margin-top:4px}
.prog-courses-ct{max-width:1280px;margin:0 auto;padding:80px 40px}
.prog-courses-wrap{background:#f8f5ff;padding:0}
.prog-courses-wrap .section-hd-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:52px;flex-wrap:wrap}
.prog-courses-wrap .section-hd-row .sec-ttl{font-size:clamp(28px,3.5vw,44px);font-weight:800;color:#1a1a2e;line-height:1.15;max-width:520px;position:relative;padding-left:20px}
.prog-courses-wrap .section-hd-row .sec-ttl::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:4px;background:#C01760;border-radius:2px}
.prog-courses-wrap .section-hd-row .sec-desc{font-size:15px;color:#555;max-width:360px;line-height:1.65}
.tabs-ct{position:relative}
.tabs-ct input[type="radio"]{display:none}
.tab-nav-row{display:flex;flex-direction:row;gap:8px;margin-bottom:36px;flex-wrap:wrap}
.tab-nav-row label{padding:10px 22px;border-radius:8px;border:2px solid #e0e0e0;font-size:14px;font-weight:600;color:#666;cursor:pointer;transition:all .22s ease-out;background:#fff;user-select:none}
.tab-nav-row label:hover{border-color:#C01760;color:#C01760}
#tab-grp,#tab-ind,#tab-path{display:none}
#tab-grp:checked ~ .tab-nav-row label[for="tab-grp"],#tab-ind:checked ~ .tab-nav-row label[for="tab-ind"],#tab-path:checked ~ .tab-nav-row label[for="tab-path"]{background:#C01760;color:#fff;border-color:#C01760}
.tab-panels-wrap .tab-panel{display:none}
#tab-grp:checked ~ .tab-panels-wrap .panel-grp,#tab-ind:checked ~ .tab-panels-wrap .panel-ind,#tab-path:checked ~ .tab-panels-wrap .panel-path{display:block}
.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.course-cd{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .25s ease-out,box-shadow .25s ease-out;position:relative}
.course-cd:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}
.course-cd .cd-badge{position:absolute;top:14px;right:14px;background:#037F66;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;letter-spacing:.5px;z-index:2}
.course-cd .cd-badge.badge-hot{background:#C01760}
.course-cd .cd-top{padding:24px 24px 0}
.course-cd .cd-icon-wrap{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:22px}
.course-cd .cd-icon-wrap.ic-pink{background:#c017601a;color:#C01760}
.course-cd .cd-icon-wrap.ic-green{background:#037f661a;color:#037F66}
.course-cd .cd-icon-wrap.ic-yellow{background:#e1d20326;color:#9a8f00}
.course-cd .cd-title{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 10px;line-height:1.3}
.course-cd .cd-desc{font-size:14px;color:#666;line-height:1.6;margin:0 0 20px}
.course-cd .cd-meta{display:flex;flex-direction:row;gap:16px;padding:16px 24px;border-top:1px solid #f0f0f0;flex-wrap:wrap}
.course-cd .cd-meta .meta-it{display:flex;flex-direction:column}
.course-cd .cd-meta .meta-it .m-val{font-size:13px;font-weight:700;color:#1a1a2e}
.course-cd .cd-meta .meta-it .m-key{font-size:11px;color:#999;margin-top:2px}
.course-cd .cd-footer{padding:12px 24px 20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}
.course-cd .cd-price{font-size:22px;font-weight:800;color:#C01760}
.course-cd .cd-price .price-per{font-size:12px;color:#999;font-weight:400;display:block}
.course-cd .bt-enroll{display:inline-block;padding:9px 20px;background:#C01760;color:#fff;font-size:13px;font-weight:700;border-radius:6px;text-decoration:none;border:none;cursor:pointer;transition:background .22s ease-out,transform .18s ease-out}
.course-cd .bt-enroll:hover{background:#a01250;transform:scale(1.04)}
.path-timeline{position:relative;padding-left:40px}
.path-timeline::before{content:'';position:absolute;left:14px;top:16px;bottom:16px;width:2px;background:linear-gradient(to bottom,#C01760,#037F66,#E1D203)}
.path-step{position:relative;margin-bottom:32px;display:flex;flex-direction:row;gap:24px}
.path-step:last-child{margin-bottom:0}
.path-step .step-dot{position:absolute;left:-33px;top:16px;width:16px;height:16px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 8px #00000026;flex-shrink:0}
.path-step .step-dot.dot-pk{background:#C01760}
.path-step .step-dot.dot-gr{background:#037F66}
.path-step .step-dot.dot-yl{background:#E1D203}
.path-step .step-dot.dot-b{background:#1a1a2e}
.path-step .step-body{background:#fff;border-radius:10px;padding:24px 28px;flex:1;box-shadow:0 3px 16px #00000012;border-left:4px solid transparent;transition:box-shadow .22s ease-out}
.path-step:nth-child(1) .step-body{border-left-color:#C01760}
.path-step:nth-child(2) .step-body{border-left-color:#037F66}
.path-step:nth-child(3) .step-body{border-left-color:#E1D203}
.path-step:nth-child(4) .step-body{border-left-color:#1a1a2e}
.path-step .step-body:hover{box-shadow:0 8px 28px #00000021}
.path-step .step-body .st-num{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#C01760;margin-bottom:6px}
.path-step .step-body .st-ttl{font-size:18px;font-weight:700;color:#1a1a2e;margin:0 0 10px}
.path-step .step-body .st-desc{font-size:14px;color:#666;line-height:1.65;margin:0 0 16px}
.path-step .step-body .st-tags{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.path-step .step-body .st-tags span{font-size:12px;padding:3px 10px;border-radius:4px;background:#f0f0f0;color:#444;font-weight:500}
.prog-live-section{background:#1a1a2e;position:relative;overflow:hidden;padding:80px 0}
.prog-live-section::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;border-radius:50%;background:#c017601f}
.prog-live-section::after{content:'';position:absolute;bottom:-60px;left:-60px;width:300px;height:300px;border-radius:50%;background:#037f661a}
.live-ct{max-width:1280px;margin:0 auto;padding:0 40px;position:relative;z-index:2}
.live-inner-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.live-img-side{position:relative}
.live-img-side img{width:100%;height:420px;object-fit:cover;border-radius:10px;display:block}
.live-img-side .img-overlay-label{position:absolute;bottom:24px;left:24px;background:#c01760eb;color:#fff;padding:12px 20px;border-radius:8px;backdrop-filter:blur(4px)}
.live-img-side .img-overlay-label .ol-title{font-size:14px;font-weight:700;display:block;margin-bottom:2px}
.live-img-side .img-overlay-label .ol-sub{font-size:12px;opacity:.85}
.live-img-side .geo-accent{position:absolute;top:-16px;right:-16px;width:64px;height:64px;border:3px solid #E1D203;border-radius:6px;transform:rotate(15deg)}
.live-txt-side .live-label{display:inline-flex;align-items:center;gap:8px;background:#e1d2031f;border:1px solid #e1d2034d;padding:5px 14px;margin-bottom:24px;border-radius:4px}
.live-txt-side .live-label span{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#E1D203}
.live-txt-side .live-hd{font-size:clamp(26px,3vw,40px);font-weight:800;color:#fff;line-height:1.2;margin:0 0 20px}
.live-txt-side .live-hd .accent-grn{color:#4ecdb4}
.live-txt-side .live-body{font-size:15px;color:#ffffffbf;line-height:1.7;margin:0 0 36px}
.features-list-wrap{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}
.feat-row{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.feat-row .feat-ico{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}
.feat-row .feat-ico.fic-pk{background:#c0176033;color:#ff6ba0}
.feat-row .feat-ico.fic-gr{background:#037f6633;color:#4ecdb4}
.feat-row .feat-ico.fic-yl{background:#e1d20326;color:#E1D203}
.feat-row .feat-txt .ft-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}
.feat-row .feat-txt .ft-desc{font-size:13px;color:#fff9;line-height:1.5}
.live-bt-wrap{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.bt-lv-prim{display:inline-block;padding:13px 28px;background:#C01760;color:#fff;font-size:14px;font-weight:700;border-radius:6px;text-decoration:none;transition:background .22s ease-out,box-shadow .22s ease-out;z-index:5;position:relative}
.bt-lv-prim:hover{background:#a01250;box-shadow:0 6px 20px #c0176073}
.bt-lv-sec{display:inline-block;padding:13px 28px;background:transparent;color:#ffffffd9;font-size:14px;font-weight:600;border-radius:6px;text-decoration:none;border:2px solid #ffffff40;transition:border-color .22s ease-out,color .22s ease-out}
.bt-lv-sec:hover{border-color:#fff9;color:#fff}
.prog-divider{width:100%;overflow:hidden;line-height:0}
.prog-divider svg{display:block;width:100%}
@media (max-width: 900px) {
.course-grid{grid-template-columns:repeat(2,1fr)}
.live-inner-grid{grid-template-columns:1fr;gap:40px}
.prog-courses-wrap .section-hd-row{flex-direction:column;align-items:flex-start}
}
@media (max-width: 620px) {
.prog-hero .hero-ct{padding:60px 20px}
.prog-hero .hero-stats-row{gap:20px}
.prog-courses-ct{padding:48px 20px}
.course-grid{grid-template-columns:1fr}
.tab-nav-row{flex-wrap:wrap}
.live-ct{padding:0 20px}
.prog-live-section{padding:60px 0}
.path-timeline{padding-left:30px}
}
.abt-page-wrap{max-width:1280px;margin:0 auto;padding:0 20px}
.abt-hero-section{padding:80px 0 60px;position:relative;overflow:hidden}
.abt-hero-section::before{content:'';position:absolute;top:-80px;right:-120px;width:420px;height:420px;border-radius:50%;background:#c0176012;pointer-events:none}
.abt-hero-section::after{content:'';position:absolute;bottom:0;left:-60px;width:260px;height:260px;border-radius:50%;background:#037f660f;pointer-events:none}
.abt-hero-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;align-items:center;gap:60px}
.abt-hero-text{flex:1 1 55%}
.abt-hero-label{display:inline-block;background:#c017601a;color:#C01760;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:4px;margin-bottom:24px}
.abt-hero-text .abt-q{font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.15;color:#1a1a2e;margin-bottom:20px;position:relative}
.abt-hero-text .abt-q::after{content:'';display:block;width:54px;height:4px;background:#C01760;border-radius:2px;margin-top:16px}
.abt-hero-text .abt-a{font-size:16px;line-height:1.75;color:#444;max-width:520px}
.abt-hero-text .abt-a strong{color:#037F66}
.abt-hero-cta{display:inline-flex;align-items:center;gap:8px;margin-top:32px;padding:14px 28px;background:#C01760;color:#fff;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:background .25s ease-out,transform .2s ease-out;position:relative;z-index:2}
.abt-hero-cta:hover{background:#a0124e;transform:translateY(-2px)}
.abt-hero-img-card{flex:0 0 360px;position:relative}
.abt-hero-img-card .abt-img-frame{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 16px 48px #c017602e 0 4px 12px #00000014}
.abt-hero-img-card .abt-img-frame img{display:block;width:100%;height:400px;object-fit:cover}
.abt-hero-img-card .abt-img-frame::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,#0000 40%,#1a000f8c 100%)}
.abt-hero-shape1{position:absolute;top:-18px;left:-18px;width:60px;height:60px;border:3px solid #E1D203;border-radius:6px;transform:rotate(15deg)}
.abt-hero-shape2{position:absolute;bottom:-14px;right:-14px;width:40px;height:40px;background:#037f6633;border-radius:50%}
.abt-story-section{padding:70px 0;background:linear-gradient(135deg,#f8f4f6 0%,#f0faf8 100%)}
.abt-story-inner{max-width:1280px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.abt-story-txt-col{padding-right:20px}
.abt-story-tag{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.abt-story-tag span{width:36px;height:3px;background:#037F66;border-radius:2px}
.abt-story-tag em{font-style:normal;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#037F66}
.abt-story-txt-col h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:20px}
.abt-story-txt-col p{font-size:15px;line-height:1.8;color:#555;margin-bottom:18px}
.abt-story-imgs-col{display:flex;flex-direction:column;gap:16px}
.abt-story-img-main{border-radius:8px;overflow:hidden;box-shadow:0 12px 36px #037f661f}
.abt-story-img-main img{display:block;width:100%;height:260px;object-fit:cover}
.abt-story-img-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.abt-story-img-sm{border-radius:8px;overflow:hidden;box-shadow:0 6px 20px #00000014}
.abt-story-img-sm img{display:block;width:100%;height:150px;object-fit:cover}
.abt-vals-section{padding:80px 0;background:#1a1a2e;position:relative;overflow:hidden}
.abt-vals-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse 500px 400px at 10% 50%,#c017602e 0%,transparent 70%),radial-gradient(ellipse 400px 350px at 90% 20%,#037f6624 0%,transparent 70%);pointer-events:none}
.abt-vals-inner{max-width:1280px;margin:0 auto;padding:0 20px;position:relative;z-index:1}
.abt-vals-hd{text-align:center;margin-bottom:52px}
.abt-vals-hd h2{font-size:clamp(24px,3.2vw,38px);font-weight:800;color:#fff;margin-bottom:12px}
.abt-vals-hd p{font-size:16px;color:#fff9;max-width:560px;margin:0 auto;line-height:1.7}
.abt-vals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.abt-val-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:32px 26px;transition:background .25s ease-out,transform .2s ease-out}
.abt-val-card:hover{background:#ffffff17;transform:translateY(-4px)}
.abt-val-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:22px}
.abt-val-icon.ic-rose{background:#c0176033;color:#C01760}
.abt-val-icon.ic-green{background:#037f6633;color:#5dcfb8}
.abt-val-icon.ic-yellow{background:#e1d20326;color:#E1D203}
.abt-val-card h4{font-size:17px;font-weight:700;color:#fff;margin-bottom:10px}
.abt-val-card p{font-size:14px;line-height:1.7;color:#ffffff8c}
.abt-method-section{padding:80px 0;background:#fff}
.abt-method-inner{max-width:1280px;margin:0 auto;padding:0 20px}
.abt-method-hd{max-width:600px;margin-bottom:48px}
.abt-method-hd h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#1a1a2e;margin-bottom:14px;position:relative;display:inline-block}
.abt-method-hd h2::before{content:'';position:absolute;left:-14px;top:4px;bottom:4px;width:4px;background:#C01760;border-radius:2px}
.abt-method-hd p{font-size:15px;line-height:1.75;color:#666}
.abt-steps-container{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.abt-step-item{display:flex;flex-direction:row;gap:20px;padding:28px;border:1px solid #eee;border-radius:10px;transition:border-color .2s ease-out,box-shadow .2s ease-out}
.abt-step-item:hover{border-color:#c017604d;box-shadow:0 8px 28px #c0176014}
.abt-step-num{flex:0 0 40px;height:40px;border-radius:6px;background:linear-gradient(135deg,#C01760 0%,#a0124e 100%);color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #c017604d}
.abt-step-body h5{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.abt-step-body p{font-size:14px;line-height:1.7;color:#666}
.abt-cta-section{padding:80px 0;background:linear-gradient(120deg,#c01760e6 0%,#a0124ef2 100%);position:relative;overflow:hidden}
.abt-cta-section::before{content:'';position:absolute;top:-60px;right:-80px;width:300px;height:300px;border-radius:50%;background:#e1d2031f;pointer-events:none}
.abt-cta-section::after{content:'';position:absolute;bottom:-40px;left:10%;width:200px;height:200px;border-radius:50%;background:#ffffff0f;pointer-events:none}
.abt-cta-inner{max-width:1280px;margin:0 auto;padding:0 20px;position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px}
.abt-cta-txt h2{font-size:clamp(24px,3.2vw,40px);font-weight:800;color:#fff;margin-bottom:14px;line-height:1.15}
.abt-cta-txt p{font-size:16px;color:#ffffffc7;line-height:1.7;max-width:480px}
.abt-cta-img-wrap{flex:0 0 320px;border-radius:10px;overflow:hidden;box-shadow:0 20px 50px #00000038;position:relative}
.abt-cta-img-wrap img{display:block;width:100%;height:240px;object-fit:cover}
.abt-cta-img-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,#c0176066 100%)}
.abt-cta-btns{display:flex;flex-direction:row;gap:14px;margin-top:28px;flex-wrap:wrap}
.abt-btn-wt{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;background:#fff;color:#C01760;font-size:15px;font-weight:700;border-radius:8px;text-decoration:none;transition:background .2s ease-out,transform .2s ease-out;position:relative;z-index:2}
.abt-btn-wt:hover{background:#f8f0f4;transform:translateY(-2px)}
.abt-btn-ol{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:transparent;color:#fff;font-size:15px;font-weight:600;border-radius:8px;border:2px solid #ffffff80;text-decoration:none;transition:border-color .2s ease-out,background .2s ease-out;position:relative;z-index:2}
.abt-btn-ol:hover{border-color:#fff;background:#ffffff14}
.abt-divider-wave{line-height:0;overflow:hidden}
.abt-divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.abt-hero-inner{gap:36px}
.abt-hero-img-card{flex:0 0 280px}
.abt-vals-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.abt-hero-inner{flex-direction:column-reverse;gap:32px}
.abt-hero-img-card{flex:none;width:100%;max-width:380px;align-self:center}
.abt-hero-img-card .abt-img-frame img{height:280px}
.abt-story-inner{grid-template-columns:1fr}
.abt-story-txt-col{padding-right:0}
.abt-vals-grid{grid-template-columns:1fr}
.abt-steps-container{grid-template-columns:1fr}
.abt-cta-inner{flex-direction:column}
.abt-cta-img-wrap{flex:none;width:100%;max-width:400px}
.abt-method-hd h2::before{display:none}
}
@media (max-width: 480px) {
.abt-hero-section{padding:50px 0 40px}
.abt-hero-cta{padding:12px 20px;font-size:14px}
.abt-story-img-pair{grid-template-columns:1fr}
.abt-cta-btns{flex-direction:column}
}
.prj-hero-wrap{position:relative;overflow:hidden;background:#f8f6f2;padding:80px 20px 0}
.prj-hero-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:end}
.prj-hero-txt-col{padding:0 60px 70px 0;position:relative;z-index:2}
.prj-hero-label{display:inline-flex;align-items:center;gap:10px;background:#c0176014;border-left:3px solid #C01760;padding:8px 16px;margin-bottom:32px}
.prj-hero-label span{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#C01760;font-weight:600}
.prj-h1{font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1.05;color:#1a1a1a;margin:0 0 20px;letter-spacing:-.02em}
.prj-h1 em{font-style:normal;color:#C01760;position:relative}
.prj-h1 em::after{content:'';position:absolute;bottom:2px;left:0;right:0;height:3px;background:linear-gradient(90deg,#C01760,transparent)}
.prj-hero-sub{font-size:20px;font-weight:600;color:#037F66;margin:0 0 24px;line-height:1.3}
.prj-hero-desc{font-size:16px;line-height:1.75;color:#4a4a4a;margin:0 0 40px;max-width:480px}
.prj-hero-stats{display:flex;gap:32px}
.prj-stat-item{display:flex;flex-direction:column;gap:4px}
.prj-stat-num{font-size:32px;font-weight:800;color:#1a1a1a;line-height:1}
.prj-stat-lbl{font-size:12px;color:#777;text-transform:uppercase;letter-spacing:.08em}
.prj-hero-img-col{position:relative;align-self:stretch;display:flex;align-items:flex-end}
.prj-hero-img-wrap{position:relative;width:100%}
.prj-hero-img-wrap::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");z-index:1;pointer-events:none}
.prj-hero-img-wrap img{display:block;width:100%;height:480px;object-fit:cover;object-position:center top}
.prj-geo-decor{position:absolute;top:30px;right:-20px;width:220px;height:220px;opacity:.06;z-index:0}
.prj-hero-accent-bar{position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#C01760 0%,#037F66 50%,#E1D203 100%)}
.prj-showcase-section{background:#fff;padding:90px 20px}
.prj-showcase-container{max-width:1280px;margin:0 auto}
.prj-sc-hd{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-bottom:70px}
.prj-sc-hd-left{position:relative}
.prj-sc-hd-left::before{content:'';position:absolute;top:-16px;left:0;width:48px;height:4px;background:#E1D203}
.prj-sc-h2{font-size:clamp(28px,3.5vw,44px);font-weight:700;color:#1a1a1a;line-height:1.15;margin:16px 0 0}
.prj-sc-hd-right{padding-top:20px}
.prj-sc-hd-right p{font-size:16px;line-height:1.8;color:#555;margin:0 0 20px}
.prj-filter-tabs{display:flex;gap:0;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;margin-bottom:50px;width:fit-content}
.prj-filter-tabs input[type="radio"]{display:none}
.prj-filter-tabs label{padding:10px 22px;font-size:14px;font-weight:500;color:#666;cursor:pointer;border-right:1px solid #e0e0e0;transition:background 0.2s,color .2s;display:block}
.prj-filter-tabs label:last-of-type{border-right:none}
.prj-filter-tabs input[type="radio"]:checked + label{background:#C01760;color:#fff}
.prj-projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.prj-card{border:1px solid #ebebeb;border-radius:10px;overflow:hidden;transition:box-shadow .3s ease-out,transform .3s ease-out;background:#fff;display:flex;flex-direction:column}
.prj-card:hover{box-shadow:0 16px 40px #0000001a;transform:translateY(-4px)}
.prj-card-img-wrap{position:relative;overflow:hidden}
.prj-card-img-wrap img{display:block;width:100%;height:220px;object-fit:cover;transition:transform .4s ease-out}
.prj-card:hover .prj-card-img-wrap img{transform:scale(1.04)}
.prj-card-tag{position:absolute;top:14px;left:14px;background:#c01760e6;color:#fff;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:4px}
.prj-card-body{padding:24px;flex:1;display:flex;flex-direction:column}
.prj-card-student{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.prj-card-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}
.prj-av-1{background:#C01760}
.prj-av-2{background:#037F66}
.prj-av-3{background:#E1D203;color:#1a1a1a}
.prj-av-4{background:#7b3fa0}
.prj-av-5{background:#d4660a}
.prj-av-6{background:#1a6ea8}
.prj-card-student-info{display:flex;flex-direction:column;gap:2px}
.prj-card-student-name{font-size:13px;font-weight:600;color:#1a1a1a}
.prj-card-student-role{font-size:11px;color:#999}
.prj-card-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 10px;line-height:1.3}
.prj-card-desc{font-size:14px;line-height:1.7;color:#666;margin:0 0 20px;flex:1}
.prj-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid #f0f0f0}
.prj-card-result{display:flex;align-items:center;gap:6px}
.prj-result-dot{width:8px;height:8px;border-radius:50%;background:#037F66;flex-shrink:0}
.prj-result-text{font-size:12px;color:#037F66;font-weight:500}
.prj-card-level{font-size:11px;color:#aaa;background:#f5f5f5;padding:3px 10px;border-radius:20px}
.prj-sc-hd-right .prj-cta-link{display:inline-flex;align-items:center;gap:8px;color:#C01760;font-size:14px;font-weight:600;text-decoration:none;border-bottom:2px solid #c017604d;padding-bottom:2px;transition:border-color 0.2s,gap .2s}
.prj-sc-hd-right .prj-cta-link:hover{border-color:#C01760;gap:12px}
.prj-impact-section{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 60%,#1a1a1a 100%);padding:90px 20px;position:relative;overflow:hidden}
.prj-impact-section::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,#c0176026 0%,transparent 70%);pointer-events:none}
.prj-impact-section::after{content:'';position:absolute;bottom:-80px;left:-60px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#037f661f 0%,transparent 70%);pointer-events:none}
.prj-impact-container{max-width:1280px;margin:0 auto;position:relative;z-index:1}
.prj-impact-layout{display:grid;grid-template-columns:5fr 7fr;gap:80px;align-items:center}
.prj-impact-left{display:flex;flex-direction:column;gap:30px}
.prj-impact-tag{display:inline-block;background:#e1d20326;border:1px solid #e1d20366;color:#E1D203;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:6px 14px;border-radius:4px;width:fit-content}
.prj-impact-h2{font-size:clamp(28px,3vw,42px);font-weight:700;color:#fff;line-height:1.2;margin:0}
.prj-impact-h2 span{color:#C01760}
.prj-impact-desc{font-size:16px;line-height:1.8;color:#ffffffa6;margin:0}
.prj-impact-img-block{position:relative}
.prj-impact-img-frame{position:relative}
.prj-impact-img-frame::before{content:'';position:absolute;top:-12px;right:-12px;bottom:12px;left:12px;border:2px solid #c0176066;border-radius:6px;z-index:0}
.prj-impact-img-frame img{display:block;width:100%;height:380px;object-fit:cover;border-radius:6px;position:relative;z-index:1}
.prj-impact-badges{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}
.prj-badge-item{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:8px;transition:background .2s}
.prj-badge-item:hover{background:#ffffff1a}
.prj-badge-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center}
.prj-badge-val{font-size:26px;font-weight:800;color:#fff;line-height:1}
.prj-badge-lbl{font-size:12px;color:#ffffff80;line-height:1.4}
.prj-enroll-strip{background:linear-gradient(90deg,#c017600d 0%,#037f660d 100%);border-top:1px solid #ebebeb;padding:60px 20px}
.prj-enroll-container{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}
.prj-enroll-txt{display:flex;flex-direction:column;gap:8px}
.prj-enroll-txt h3{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}
.prj-enroll-txt p{font-size:15px;color:#666;margin:0}
.prj-btn-primary{display:inline-flex;align-items:center;gap:10px;background:#C01760;color:#fff;font-size:15px;font-weight:600;padding:14px 32px;border-radius:8px;text-decoration:none;transition:background 0.2s,box-shadow 0.2s,transform .2s;white-space:nowrap;position:relative;z-index:2;box-shadow:0 4px 16px #c0176040}
.prj-btn-primary:hover{background:#a01350;transform:translateY(-2px);box-shadow:0 8px 24px #c0176059}
.prj-btn-secondary{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#037F66;font-size:15px;font-weight:600;padding:13px 30px;border-radius:8px;border:2px solid #037F66;text-decoration:none;transition:background 0.2s,color 0.2s,transform .2s;white-space:nowrap;position:relative;z-index:2}
.prj-btn-secondary:hover{background:#037F66;color:#fff;transform:translateY(-2px)}
.prj-enroll-btns{display:flex;gap:14px;flex-shrink:0}
.prj-divider-wave{width:100%;overflow:hidden;line-height:0;background:#fff}
.prj-divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.prj-hero-container{grid-template-columns:1fr}
.prj-hero-txt-col{padding:0 0 50px}
.prj-hero-img-wrap img{height:360px}
.prj-sc-hd{grid-template-columns:1fr;gap:30px}
.prj-projects-grid{grid-template-columns:repeat(2,1fr)}
.prj-impact-layout{grid-template-columns:1fr;gap:50px}
.prj-enroll-container{flex-direction:column;text-align:center;align-items:center}
}
@media (max-width: 640px) {
.prj-hero-wrap{padding:50px 16px 0}
.prj-hero-stats{flex-wrap:wrap;gap:20px}
.prj-projects-grid{grid-template-columns:1fr}
.prj-filter-tabs{flex-wrap:wrap}
.prj-filter-tabs label{padding:8px 14px;font-size:13px}
.prj-showcase-section{padding:60px 16px}
.prj-impact-section{padding:60px 16px}
.prj-impact-badges{grid-template-columns:1fr 1fr}
.prj-enroll-btns{flex-direction:column;width:100%}
.prj-btn-primary,.prj-btn-secondary{justify-content:center}
.prj-enroll-strip{padding:40px 16px}
}
.success-pg-wrap{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:40px 20px}
.success-pg-wrap .bg-geo-layer{position:absolute;inset:0;z-index:0;background:linear-gradient(135deg,#f8f4f6 0%,#fff9f0 40%,#f0faf8 100%)}
.success-pg-wrap .bg-geo-layer::before{content:'';position:absolute;top:-120px;right:-120px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#c017601a 0%,#c0176008 60%,transparent 80%)}
.success-pg-wrap .bg-geo-layer::after{content:'';position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#037f661a 0%,#037f6608 60%,transparent 80%)}
.success-pg-wrap .grain-overlay{position:absolute;inset:0;z-index:1;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:180px 180px;pointer-events:none}
.success-pg-wrap .flare-1{position:absolute;top:18%;left:12%;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#e1d2032e 0%,transparent 70%);z-index:1;pointer-events:none}
.success-pg-wrap .flare-2{position:absolute;bottom:22%;right:10%;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,#c0176021 0%,transparent 70%);z-index:1;pointer-events:none}
.success-pg-wrap .flare-3{position:absolute;top:55%;left:55%;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,#037f661f 0%,transparent 70%);z-index:1;pointer-events:none}
.success-ct{position:relative;z-index:2;width:100%;max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}
.success-ct .icon-ring{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#c017601a 0%,#037f661a 100%);border:2px solid #c0176038;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:32px;box-shadow:0 8px 32px #c017601a inset 0 2px 4px #ffffffb3;position:relative}
.success-ct .icon-ring::after{content:'';position:absolute;inset:-6px;border-radius:50%;border:1.5px dashed #c017602e;animation:spin-slow 18s linear infinite}
@keyframes spin-slow {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.success-ct .icon-ring svg{width:38px;height:38px}
.success-ct .badge-label{display:inline-block;background:#037f6617;color:#037F66;border:1px solid #037f6640;border-radius:6px;font-size:.78rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;padding:5px 16px;margin-bottom:22px}
.success-ct .main-hd{font-size:clamp(2rem,5vw,3.1rem);font-weight:800;color:#1a1220;line-height:1.18;margin-bottom:20px;letter-spacing:-.02em}
.success-ct .main-hd .accent-word{color:#C01760;position:relative;display:inline-block}
.success-ct .main-hd .accent-word::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#C01760,#c0176033);border-radius:2px}
.success-ct .desc-txt{font-size:1.08rem;line-height:1.72;color:#4a3d4a;max-width:560px;margin:0 auto 36px}
.success-ct .divider-dots{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:36px}
.success-ct .divider-dots span{display:block;border-radius:50%}
.success-ct .divider-dots span:nth-child(1){width:8px;height:8px;background:#C01760;opacity:.6}
.success-ct .divider-dots span:nth-child(2){width:40px;height:2px;border-radius:2px;background:linear-gradient(90deg,#C01760,#037F66);opacity:.35}
.success-ct .divider-dots span:nth-child(3){width:8px;height:8px;background:#E1D203;opacity:.7}
.success-ct .divider-dots span:nth-child(4){width:40px;height:2px;border-radius:2px;background:linear-gradient(90deg,#E1D203,#037F66);opacity:.35}
.success-ct .divider-dots span:nth-child(5){width:8px;height:8px;background:#037F66;opacity:.6}
.success-ct .info-chips{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:44px}
.success-ct .info-chips .chip{display:flex;flex-direction:row;align-items:center;gap:8px;background:#fff;border:1px solid #c0176021;border-radius:8px;padding:10px 18px;box-shadow:0 2px 12px #c0176012;font-size:.88rem;color:#2e1e2e;font-weight:500;transition:transform .22s ease-out,box-shadow .22s ease-out}
.success-ct .info-chips .chip:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c017601f}
.success-ct .info-chips .chip .chip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.success-ct .info-chips .chip:nth-child(1) .chip-dot{background:#C01760}
.success-ct .info-chips .chip:nth-child(2) .chip-dot{background:#037F66}
.success-ct .info-chips .chip:nth-child(3) .chip-dot{background:#E1D203}
.success-ct .btn-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;z-index:10;position:relative}
.success-ct .btn-row .btn-prim{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(135deg,#C01760 0%,#a01250 100%);color:#fff;text-decoration:none;font-size:.97rem;font-weight:700;letter-spacing:.02em;padding:15px 32px;border-radius:8px;border:none;box-shadow:0 6px 24px #c0176047;cursor:pointer;transition:transform .22s ease-out,box-shadow .22s ease-out,background .22s ease-out;z-index:10}
.success-ct .btn-row .btn-prim:hover{transform:translateY(-3px);box-shadow:0 12px 32px #c017605c;background:linear-gradient(135deg,#d41870 0%,#C01760 100%)}
.success-ct .btn-row .btn-sec{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:#fff;color:#037F66;text-decoration:none;font-size:.97rem;font-weight:700;letter-spacing:.02em;padding:14px 32px;border-radius:8px;border:2px solid #037f6659;box-shadow:0 4px 16px #037f661a;cursor:pointer;transition:transform .22s ease-out,box-shadow .22s ease-out,border-color .22s ease-out;z-index:10}
.success-ct .btn-row .btn-sec:hover{transform:translateY(-3px);box-shadow:0 10px 28px #037f662e;border-color:#037F66}
.success-ct .support-note{margin-top:40px;display:flex;flex-direction:row;align-items:center;gap:10px;background:#e1d20317;border:1px solid #e1d20359;border-radius:8px;padding:12px 22px;font-size:.86rem;color:#5a4d10}
.success-ct .support-note svg{flex-shrink:0;width:18px;height:18px}
@media (max-width: 600px) {
.success-ct .btn-row{flex-direction:column;align-items:stretch}
.success-ct .btn-row .btn-prim,.success-ct .btn-row .btn-sec{justify-content:center}
.success-ct .info-chips{flex-direction:column;align-items:center}
.success-pg-wrap .bg-geo-layer::before{width:280px;height:280px;top:-60px;right:-60px}
}