html{font-size:16px;box-sizing:border-box;scroll-behavior:smooth}
*,:before,:after{box-sizing:inherit;margin:0;padding:0}
body{font-family:'Merriweather',serif;line-height:1.7;color:#1a1a1a;background:#fff;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
.hdrWrap-v1{background:linear-gradient(135deg,#fff 0%,#E0E6EA 100%);padding:28px 0;box-shadow:0 6px 24px #550b4914;position:relative}
.hdrCont{max-width:1366px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center;gap:48px}
.brandCol{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.lgBox{width:92px;height:92px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:22px;box-shadow:0 4px 12px #550b491f inset 0 2px 4px #fff9;padding:14px}
.lgImg-v2{width:100%;height:100%;object-fit:contain}
.compTxt-v1{font-size:26px;font-weight:700;color:#550B49;letter-spacing:.5px}
.navCol-v3{display:flex;flex-direction:column;gap:18px;align-items:flex-end;flex:1}
.mainNv{display:flex;gap:36px;align-items:center}
.nvLnk{font-size:17px;font-weight:400;color:#550B49;padding:10px 18px;border-radius:18px;transition:background .3s ease,color .3s ease}
.nvLnk:hover{background:#ffbd1126;color:#550B49}
.cntctBox-v2{display:flex;gap:28px;align-items:center}
.cntItem{display:flex;align-items:center;gap:10px;font-size:15px;color:#550B49}
.cntItem i{font-size:18px;color:#FFBD11}
.ftrWrap{background:linear-gradient(180deg,#550B49 0%,#3d0835 100%);padding:56px 0 0;color:#E0E6EA}
.ftrCont-v1{max-width:1366px;margin:0 auto;padding:0 32px 48px;display:flex;flex-direction:column;gap:42px}
.ftrBlk{display:flex;flex-direction:column;gap:18px}
.iconBlk-v2 .blkHd{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.iconBlk-v2 .blkHd i{font-size:24px;color:#FFBD11}
.iconBlk-v2 .blkHd h3{font-size:20px;font-weight:700;color:#E0E6EA}
.ftrNav{display:flex;flex-direction:column;gap:12px}
.ftrLnk-v1{font-size:16px;color:#E0E6EA;transition:color .3s ease;display:inline-block}
.ftrLnk-v1:hover{color:#FFBD11}
.adrTxt-v1{font-style:normal;font-size:16px;line-height:1.8;color:#E0E6EA}
.cntBlk-v3 p{font-size:16px;margin-bottom:8px;color:#E0E6EA}
.cpySection{background:#0000004d;padding:24px 32px;text-align:center}
.cpyTxt{font-size:14px;color:#E0E6EA;max-width:1366px;margin:0 auto}
.ckOverlay-v1{position:fixed;bottom:24px;right:24px;z-index:9999}
.ckPopup-v2{background:#fff;border-radius:24px;box-shadow:0 12px 48px #550b493d;width:420px;max-width:calc(100vw - 48px);padding:32px}
.ckContent{display:flex;flex-direction:column;gap:20px}
.ckTitle{font-size:22px;font-weight:700;color:#550B49;margin-bottom:4px}
.ckTxt-v1{font-size:15px;line-height:1.6;color:#333}
.sliderBox-v1{display:flex;flex-direction:column;gap:12px}
.consentSlider{width:100%;height:8px;border-radius:12px;background:#E0E6EA;outline:none;-webkit-appearance:none;appearance:none}
.consentSlider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#FFBD11;cursor:pointer;box-shadow:0 2px 8px #ffbd1166}
.consentSlider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#FFBD11;cursor:pointer;border:none;box-shadow:0 2px 8px #ffbd1166}
.sliderLabels{display:flex;justify-content:space-between;font-size:13px;color:#550B49}
.optBox-v2{padding:14px;background:#e0e6ea4d;border-radius:16px}
.optLbl{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#333}
.optChk{width:20px;height:20px;cursor:pointer;accent-color:#550B49}
.btnRow-v3{display:flex;gap:14px;margin-top:8px}
.ckBtn{flex:1;padding:14px 24px;border:none;border-radius:18px;font-family:'Merriweather',serif;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}
.acceptBtn-v1{background:#FFBD11;color:#550B49;box-shadow:0 4px 14px #ffbd114d}
.acceptBtn-v1:hover{background:#e6aa0f}
.rejectBtn-v1{background:#E0E6EA;color:#550B49}
.rejectBtn-v1:hover{background:#d0d6da}
@media (max-width: 968px) {
.hdrCont{flex-direction:column;align-items:center;gap:32px}
.brandCol{align-items:center}
.navCol-v3{align-items:center;width:100%}
.mainNv{flex-wrap:wrap;justify-content:center;gap:20px}
.cntctBox-v2{flex-direction:column;gap:14px}
.ftrCont-v1{gap:36px}
}
@media (max-width: 640px) {
.hdrCont{padding:0 20px}
.compTxt-v1{font-size:22px}
.lgBox{width:76px;height:76px}
.mainNv{flex-direction:column;gap:16px;width:100%}
.nvLnk{width:100%;text-align:center}
.ckPopup-v2{width:340px;padding:24px}
.ckTitle{font-size:19px}
.btnRow-v3{flex-direction:column}
.ftrCont-v1{padding:0 20px 36px}
.cpySection{padding:20px}
}
.statsPage-v1{max-width:1366px;margin:0 auto;padding:0;background:#fafbfc}
.statsHero-box{background:linear-gradient(135deg,#550b49f2,#550b49d9),url(./visuals_folder/background-pic-4.jpg);background-size:cover;background-position:center;padding:80px 20px;text-align:center;border-radius:24px;margin:40px 20px}
.statsHero-box .heroTitle-v1{font-size:48px;color:#FFF;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.statsHero-box .heroDesc-v1{font-size:19px;color:#E0E6EA;max-width:720px;margin:0 auto;line-height:1.6}
.metricGrid-wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:60px 20px;max-width:1200px;margin:0 auto}
.metricCard-box{background:#FFF;padding:36px 24px;border-radius:20px;text-align:center;box-shadow:0 4px 12px #0000000f;transition:all .3s ease;border:2px solid transparent}
.metricCard-box:hover{transform:translateY(-8px);box-shadow:0 12px 24px #550b4926;border-color:#FFBD11}
.metricCard-box .iconWrap-v1{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,#550B49,#7a1563);border-radius:16px;display:flex;align-items:center;justify-content:center}
.metricCard-box .iconWrap-v1 i{font-size:28px;color:#FFBD11}
.metricCard-box .metricNum-v1{font-size:42px;font-weight:700;color:#550B49;margin:0 0 8px;line-height:1}
.metricCard-box .metricLabel-v1{font-size:15px;color:#6b7280;margin:0;font-weight:500}
.progressSection-v2{background:#FFF;padding:80px 20px;margin:40px 20px;border-radius:24px}
.progressSection-v2 .sectionHead-v1{text-align:center;max-width:700px;margin:0 auto 60px}
.progressSection-v2 .sectionHead-v1 h2{font-size:38px;color:#550B49;margin:0 0 16px;font-weight:700}
.progressSection-v2 .sectionHead-v1 p{font-size:17px;color:#6b7280;margin:0;line-height:1.6}
.progressBars-container{max-width:900px;margin:0 auto}
.progressItem-v1{margin-bottom:40px}
.progressItem-v1:last-child{margin-bottom:0}
.progressLabel-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.progressLabel-row .labelText-v1{font-size:16px;color:#1f2937;font-weight:600;margin:0}
.progressLabel-row .percentText-v1{font-size:18px;color:#550B49;font-weight:700;margin:0}
.progressBar-outer{width:100%;height:14px;background:#E0E6EA;border-radius:20px;overflow:hidden;position:relative}
.progressBar-inner{height:100%;background:linear-gradient(90deg,#550B49,#FFBD11);border-radius:20px;transition:width 1.5s ease;position:relative}
.progressBar-inner::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,#ffffff4d,transparent);animation:shimmer-v1 2s infinite}
@keyframes shimmer-v1 {
0%{transform:translateX(-100%)}
100%{transform:translateX(100%)}
}
.comparisonGrid-v1{display:grid;grid-template-columns:1fr 1fr;gap:32px;padding:80px 20px;max-width:1200px;margin:0 auto}
.compCard-box{background:#FFF;border-radius:24px;padding:48px 36px;box-shadow:0 6px 16px #00000014;position:relative;overflow:hidden}
.compCard-box::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#550B49,#FFBD11)}
.compCard-box .compHeader-v1{margin-bottom:32px}
.compCard-box .compHeader-v1 h3{font-size:28px;color:#550B49;margin:0 0 12px;font-weight:700}
.compCard-box .compHeader-v1 p{font-size:16px;color:#6b7280;margin:0;line-height:1.5}
.featureList-v2{list-style:none;padding:0;margin:0}
.featureList-v2 li{padding:16px 0;border-bottom:1px solid #E0E6EA;display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#374151;line-height:1.6}
.featureList-v2 li:last-child{border-bottom:none}
.featureList-v2 li i{color:#FFBD11;font-size:18px;margin-top:2px;flex-shrink:0}
.testimonialSplit-v1{display:grid;grid-template-columns:380px 1fr;gap:48px;padding:80px 20px;max-width:1200px;margin:0 auto;align-items:center}
.testimonialImg-wrap{position:relative}
.testimonialImg-wrap img{width:100%;height:480px;object-fit:cover;border-radius:24px;box-shadow:0 8px 20px #550b4933}
.testimonialContent-v1{padding:20px 0}
.testimonialContent-v1 .quoteIcon-v1{font-size:56px;color:#FFBD11;line-height:1;margin-bottom:24px;opacity:.8}
.testimonialContent-v1 .quoteText-v1{font-size:20px;color:#1f2937;line-height:1.7;margin:0 0 28px;font-style:italic}
.testimonialContent-v1 .authorInfo-v1{display:flex;flex-direction:column;gap:4px}
.testimonialContent-v1 .authorName-v1{font-size:18px;color:#550B49;font-weight:700;margin:0}
.testimonialContent-v1 .authorRole-v1{font-size:15px;color:#6b7280;margin:0}
.testimonialContent-v1 .ratingStars-v1{display:flex;gap:4px;margin-top:16px}
.testimonialContent-v1 .ratingStars-v1 i{color:#FFBD11;font-size:20px}
.timelineSection-v1{background:linear-gradient(135deg,#550B49,#7a1563);padding:80px 20px;margin:40px 20px;border-radius:24px}
.timelineSection-v1 .timelineHeader-v1{text-align:center;margin-bottom:60px}
.timelineSection-v1 .timelineHeader-v1 h2{font-size:38px;color:#FFF;margin:0 0 16px;font-weight:700}
.timelineSection-v1 .timelineHeader-v1 p{font-size:17px;color:#E0E6EA;margin:0}
.timelineTrack-v1{max-width:1000px;margin:0 auto;position:relative;padding:20px 0}
.timelineTrack-v1::before{content:'';position:absolute;top:0;bottom:0;left:50%;width:3px;background:#ffbd114d;transform:translateX(-50%)}
.timelineStep-v1{display:grid;grid-template-columns:1fr 80px 1fr;gap:24px;margin-bottom:48px;align-items:center}
.timelineStep-v1:last-child{margin-bottom:0}
.stepContent-left{text-align:right;padding-right:20px}
.stepContent-right{text-align:left;padding-left:20px}
.stepContent-left .stepTitle-v1,.stepContent-right .stepTitle-v1{font-size:20px;color:#FFBD11;margin:0 0 8px;font-weight:700}
.stepContent-left .stepDesc-v1,.stepContent-right .stepDesc-v1{font-size:15px;color:#E0E6EA;margin:0;line-height:1.6}
.timelineMarker-v1{width:80px;height:80px;background:linear-gradient(135deg,#FFBD11,#ffd666);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#550B49;box-shadow:0 0 0 8px #ffbd1133;position:relative;z-index:2}
.stepContent-empty{visibility:hidden}
.achievementShowcase-v1{background:#FFF;padding:80px 20px;margin:40px 20px;border-radius:24px;position:relative;overflow:hidden}
.achievementShowcase-v1::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#ffbd111a,transparent);border-radius:50%}
.achievementShowcase-v1 .achieveHeader-v1{text-align:center;margin-bottom:56px;position:relative;z-index:1}
.achievementShowcase-v1 .achieveHeader-v1 h2{font-size:38px;color:#550B49;margin:0 0 16px;font-weight:700}
.achievementShowcase-v1 .achieveHeader-v1 p{font-size:17px;color:#6b7280;margin:0;line-height:1.6}
.achieveGrid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1100px;margin:0 auto;position:relative;z-index:1}
.achieveCard-v1{background:linear-gradient(135deg,#fafbfc,#FFF);border:2px solid #E0E6EA;border-radius:20px;padding:36px 28px;text-align:center;transition:all .3s ease}
.achieveCard-v1:hover{transform:scale(1.05);border-color:#FFBD11;box-shadow:0 12px 28px #550b491f}
.achieveCard-v1 .achieveIcon-v1{width:72px;height:72px;margin:0 auto 20px;background:linear-gradient(135deg,#550B49,#7a1563);border-radius:50%;display:flex;align-items:center;justify-content:center}
.achieveCard-v1 .achieveIcon-v1 i{font-size:32px;color:#FFBD11}
.achieveCard-v1 .achieveNum-v1{font-size:36px;font-weight:700;color:#550B49;margin:0 0 8px;line-height:1}
.achieveCard-v1 .achieveLabel-v1{font-size:15px;color:#6b7280;margin:0 0 12px;font-weight:500}
.achieveCard-v1 .achieveDesc-v1{font-size:14px;color:#9ca3af;margin:0;line-height:1.5}
@media (max-width: 1024px) {
.metricGrid-wrap{grid-template-columns:repeat(2,1fr);gap:24px}
.comparisonGrid-v1{grid-template-columns:1fr;gap:28px}
.testimonialSplit-v1{grid-template-columns:1fr;gap:36px}
.testimonialImg-wrap img{height:400px}
.achieveGrid-v1{grid-template-columns:repeat(2,1fr);gap:24px}
}
@media (max-width: 768px) {
.statsHero-box{padding:60px 20px;margin:20px 12px}
.statsHero-box .heroTitle-v1{font-size:34px}
.statsHero-box .heroDesc-v1{font-size:16px}
.metricGrid-wrap{grid-template-columns:1fr;padding:40px 20px}
.progressSection-v2{padding:60px 20px;margin:20px 12px}
.progressSection-v2 .sectionHead-v1 h2{font-size:30px}
.timelineSection-v1{padding:60px 20px;margin:20px 12px}
.timelineSection-v1 .timelineHeader-v1 h2{font-size:30px}
.timelineTrack-v1::before{left:40px}
.timelineStep-v1{grid-template-columns:80px 1fr;gap:20px}
.stepContent-left,.stepContent-right{text-align:left;padding:0}
.stepContent-empty{display:none}
.achievementShowcase-v1{padding:60px 20px;margin:20px 12px}
.achievementShowcase-v1 .achieveHeader-v1 h2{font-size:30px}
.achieveGrid-v1{grid-template-columns:1fr;gap:20px}
.compCard-box{padding:36px 24px}
.compCard-box .compHeader-v1 h3{font-size:24px}
}
.hdr-box{background:linear-gradient(135deg,#550b490d 0%,#e0e6ea4d 100%);position:relative;overflow:hidden;padding:80px 0}
.hdr-box::before{content:'';position:absolute;width:400px;height:400px;background:#ffbd1126;border-radius:50%;top:-120px;left:-100px;z-index:1}
.hdr-box::after{content:'';position:absolute;width:300px;height:300px;background:#550b4914;border-radius:50%;bottom:-80px;right:10%;z-index:1}
.hdr-cont{max-width:1366px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:40px;position:relative;z-index:2}
.hdr-txt{flex:0 0 50%}
.hdr-txt h1{font-size:48px;font-weight:700;color:#550B49;margin:0 0 32px;line-height:1.2}
.hdr-btn-grp{display:flex;gap:16px;flex-wrap:wrap}
.btn-prim-v1{background:#550B49;color:#fff;padding:16px 32px;border-radius:24px;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px #550b4933}
.btn-prim-v1:hover{background:#6d0e5e;transform:translateY(-2px);box-shadow:0 6px 16px #550b494d}
.btn-sec-v1{background:transparent;color:#550B49;padding:16px 32px;border-radius:24px;text-decoration:none;font-weight:600;border:2px solid #550B49;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}
.btn-sec-v1:hover{background:#550B49;color:#fff}
.hdr-img-wrap{flex:0 0 50%;position:relative}
.hdr-img-wrap img{width:100%;height:auto;border-radius:24px;box-shadow:0 8px 24px #0000001a;filter:blur(0);-webkit-mask-image:radial-gradient(ellipse 90% 90% at center,black 60%,transparent 100%);mask-image:radial-gradient(ellipse 90% 90% at center,black 60%,transparent 100%)}
.trust-sec{padding:100px 0;background:#fff}
.trust-cont{max-width:1366px;margin:0 auto;padding:0 20px}
.trust-hd{text-align:center;margin-bottom:60px}
.trust-hd h2{font-size:38px;font-weight:700;color:#550B49;margin:0 0 16px;position:relative;display:inline-block}
.trust-hd h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FFBD11 0%,#550B49 100%);border-radius:2px}
.trust-hd p{font-size:18px;color:#555;line-height:1.6;max-width:700px;margin:20px auto 0}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.trust-item-box{background:#f8f9fa;padding:40px 32px;border-radius:20px;text-align:center;transition:all .3s ease;border:2px solid transparent}
.trust-item-box:hover{border-color:#FFBD11;transform:translateY(-4px);box-shadow:0 8px 20px #550b491f}
.trust-icon-v2{font-size:48px;color:#550B49;margin-bottom:24px}
.trust-item-box h3{font-size:22px;font-weight:600;color:#550B49;margin:0 0 12px}
.trust-item-box p{font-size:16px;color:#666;line-height:1.6;margin:0}
.social-resp-sec{padding:100px 0;background:linear-gradient(180deg,#E0E6EA 0%,#fff 100%)}
.social-cont{max-width:1366px;margin:0 auto;padding:0 20px}
.social-flex{display:flex;align-items:center;gap:60px}
.social-img-side{flex:0 0 45%}
.social-img-side img{width:100%;height:auto;border-radius:20px;box-shadow:0 8px 24px #0000001a}
.social-txt-side{flex:1}
.social-txt-side h2{font-size:36px;font-weight:700;color:#550B49;margin:0 0 24px;position:relative;padding-left:20px}
.social-txt-side h2::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:#FFBD11;border-radius:3px}
.social-txt-side p{font-size:17px;color:#555;line-height:1.7;margin:0 0 16px}
.social-list-v1{list-style:none;padding:0;margin:24px 0 0}
.social-list-v1 li{padding:12px 0 12px 36px;position:relative;font-size:16px;color:#444;line-height:1.6}
.social-list-v1 li::before{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;color:#FFBD11;font-size:18px}
.comparison-wrap{padding:100px 0;background:#fff}
.comparison-inner{max-width:1366px;margin:0 auto;padding:0 20px}
.comparison-inner h2{font-size:38px;font-weight:700;color:#550B49;text-align:center;margin:0 0 60px}
.comp-grid-v2{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.comp-card{background:#f8f9fa;padding:48px 40px;border-radius:24px;position:relative;border:3px solid transparent;transition:all .3s ease}
.comp-card.highlight-v1{border-color:#FFBD11;background:linear-gradient(135deg,#ffbd110d 0%,#550b4905 100%)}
.comp-card:hover{box-shadow:0 12px 32px #550b4926;transform:scale(1.02)}
.comp-badge{position:absolute;top:24px;right:24px;background:#550B49;color:#fff;padding:8px 16px;border-radius:16px;font-size:14px;font-weight:600}
.comp-card h3{font-size:26px;font-weight:700;color:#550B49;margin:0 0 20px}
.comp-card ul{list-style:none;padding:0;margin:0}
.comp-card ul li{padding:10px 0 10px 32px;position:relative;font-size:16px;color:#555;line-height:1.6}
.comp-card ul li::before{content:'\f061';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;color:#FFBD11}
.outcomes-section{padding:100px 0;background:linear-gradient(135deg,#550B49 0%,#6d0e5e 100%);color:#fff}
.outcomes-wrapper{max-width:1366px;margin:0 auto;padding:0 20px}
.outcomes-wrapper h2{font-size:40px;font-weight:700;text-align:center;margin:0 0 24px}
.outcomes-intro{text-align:center;font-size:18px;max-width:800px;margin:0 auto 60px;line-height:1.7;color:#ffffffe6}
.outcomes-flex-v1{display:flex;gap:40px;align-items:flex-start}
.outcomes-img-part{flex:0 0 40%}
.outcomes-img-part img{width:100%;height:auto;border-radius:20px;box-shadow:0 12px 32px #0000004d}
.outcomes-content-part{flex:1}
.skill-block-v1{background:#ffffff1a;padding:28px 32px;border-radius:20px;margin-bottom:24px;backdrop-filter:blur(10px);border:1px solid #fff3;transition:all .3s ease}
.skill-block-v1:hover{background:#ffffff26;transform:translateX(8px)}
.skill-block-v1 h4{font-size:20px;font-weight:600;margin:0 0 12px;display:flex;align-items:center;gap:12px}
.skill-block-v1 h4 i{color:#FFBD11;font-size:24px}
.skill-block-v1 p{font-size:16px;line-height:1.6;margin:0;color:#ffffffd9}
.transparency-area{padding:100px 0;background:#fff}
.transparency-box{max-width:1366px;margin:0 auto;padding:0 20px}
.transparency-hd-v1{text-align:center;margin-bottom:60px}
.transparency-hd-v1 h2{font-size:38px;font-weight:700;color:#550B49;margin:0 0 20px}
.transparency-hd-v1 p{font-size:18px;color:#666;line-height:1.7;max-width:750px;margin:0 auto}
.process-timeline{position:relative;padding:40px 0}
.process-timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#FFBD11 0%,#550B49 100%);transform:translateX(-50%)}
.timeline-step{display:flex;gap:40px;margin-bottom:60px;position:relative;align-items:center}
.timeline-step:nth-child(even){flex-direction:row-reverse}
.step-num-v1{flex:0 0 50%;text-align:right;padding-right:60px;position:relative}
.timeline-step:nth-child(even) .step-num-v1{text-align:left;padding-right:0;padding-left:60px}
.step-num-v1::after{content:'';position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#FFBD11;border-radius:50%;border:4px solid #fff;box-shadow:0 4px 12px #550b4933}
.timeline-step:nth-child(even) .step-num-v1::after{right:auto;left:-18px}
.step-num-v1 h3{font-size:56px;font-weight:700;color:#550B49;margin:0;opacity:.15}
.step-content-v1{flex:0 0 50%;background:#f8f9fa;padding:32px;border-radius:20px;border-left:4px solid #FFBD11}
.timeline-step:nth-child(even) .step-content-v1{border-left:none;border-right:4px solid #FFBD11}
.step-content-v1 h4{font-size:22px;font-weight:600;color:#550B49;margin:0 0 12px}
.step-content-v1 p{font-size:16px;color:#555;line-height:1.6;margin:0}
.interactive-zone{padding:100px 0;background:linear-gradient(180deg,#E0E6EA 0%,#fff 100%)}
.interactive-cont{max-width:1366px;margin:0 auto;padding:0 20px}
.interactive-cont h2{font-size:38px;font-weight:700;color:#550B49;text-align:center;margin:0 0 60px}
.tabs-wrapper-v1{display:flex;gap:40px}
.tabs-nav-v1{flex:0 0 30%;display:flex;flex-direction:column;gap:16px}
.tab-btn-v1{background:#fff;border:2px solid #E0E6EA;padding:20px 24px;border-radius:16px;cursor:pointer;transition:all .3s ease;text-align:left;font-size:16px;font-weight:600;color:#555;display:flex;align-items:center;gap:12px}
.tab-btn-v1 i{font-size:24px;color:#550B49}
.tab-btn-v1:hover{border-color:#FFBD11;background:#ffbd110d}
input[type="radio"].tab-radio{display:none}
input[type="radio"].tab-radio:checked + .tab-btn-v1{background:#550B49;color:#fff;border-color:#550B49}
input[type="radio"].tab-radio:checked + .tab-btn-v1 i{color:#FFBD11}
.tabs-content-v1{flex:1}
.tab-panel-v1{display:none;background:#fff;padding:40px;border-radius:20px;box-shadow:0 8px 24px #550b491a}
#tab1:checked ~ .tabs-content-v1 .panel1,#tab2:checked ~ .tabs-content-v1 .panel2,#tab3:checked ~ .tabs-content-v1 .panel3,#tab4:checked ~ .tabs-content-v1 .panel4{display:block}
.tab-panel-v1 h3{font-size:26px;font-weight:700;color:#550B49;margin:0 0 20px}
.tab-panel-v1 p{font-size:16px;color:#555;line-height:1.7;margin:0 0 20px}
.panel-img-box{margin-top:24px}
.panel-img-box img{width:100%;height:auto;border-radius:16px}
.feature-list-v2{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.feature-list-v2 li{padding:12px 16px;background:#f8f9fa;border-radius:12px;font-size:15px;color:#555;display:flex;align-items:center;gap:12px}
.feature-list-v2 li i{color:#FFBD11;font-size:18px}
@media (max-width: 1024px) {
.hdr-cont{flex-direction:column}
.hdr-txt{flex:1;text-align:center}
.hdr-img-wrap{flex:1;width:100%}
.trust-grid{grid-template-columns:repeat(2,1fr)}
.social-flex{flex-direction:column}
.social-img-side{flex:1;width:100%}
.comp-grid-v2{grid-template-columns:1fr}
.outcomes-flex-v1{flex-direction:column}
.outcomes-img-part{flex:1;width:100%}
.tabs-wrapper-v1{flex-direction:column}
.tabs-nav-v1{flex:1;flex-direction:row;flex-wrap:wrap}
}
@media (max-width: 768px) {
.hdr-box{padding:60px 0}
.hdr-txt h1{font-size:36px}
.btn-prim-v1,.btn-sec-v1{padding:14px 24px;font-size:14px}
.trust-sec,.social-resp-sec,.comparison-wrap,.outcomes-section,.transparency-area,.interactive-zone{padding:60px 0}
.trust-grid{grid-template-columns:1fr}
.trust-hd h2,.comparison-inner h2,.transparency-hd-v1 h2,.interactive-cont h2{font-size:28px}
.social-txt-side h2{font-size:28px}
.outcomes-wrapper h2{font-size:32px}
.process-timeline::before{left:20px}
.timeline-step{flex-direction:column!important;padding-left:60px}
.step-num-v1{flex:1;text-align:left!important;padding:0!important}
.step-num-v1::after{left:-40px!important;right:auto!important}
.step-content-v1{flex:1;width:100%}
.tabs-nav-v1{flex-direction:column}
.feature-list-v2{grid-template-columns:1fr}
}
.ctWrap{max-width:1366px;margin:0 auto;padding:0 20px}
.ctHroBx{background:linear-gradient(135deg,#550b490d 0%,#e0e6ea4d 100%);padding:80px 20px 60px;border-radius:24px;margin:40px auto;max-width:1366px}
.ctHroBx .hdTxt{font-size:2.8rem;color:#550B49;margin:0 0 16px;font-weight:700}
.ctHroBx .subTxt{font-size:1.15rem;color:#333;line-height:1.6;max-width:680px}
.mainCt{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;margin:60px auto;max-width:1366px;padding:0 20px}
.infoBx{background:linear-gradient(180deg,#550B49 0%,#550b49e0 100%);padding:50px 40px;border-radius:28px;color:#fff}
.infoBx .secHd{font-size:1.9rem;margin:0 0 32px;font-weight:600}
.cntcItm-v1{display:flex;gap:20px;margin-bottom:36px;align-items:flex-start}
.cntcItm-v1 .icnBx{width:48px;height:48px;background:#ffbd1133;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cntcItm-v1 .icnBx i{color:#FFBD11;font-size:1.4rem}
.cntcItm-v1 .txtBx{flex:1}
.cntcItm-v1 .txtBx .lbl{font-size:.9rem;opacity:.75;margin-bottom:6px;display:block}
.cntcItm-v1 .txtBx .val{font-size:1.1rem;font-weight:500;line-height:1.5}
.cntcItm-v1 .txtBx a{color:#fff;text-decoration:none;transition:all .3s ease}
.cntcItm-v1 .txtBx a:hover{color:#FFBD11}
.frmBx-v2{background:#fff;padding:50px 45px;border-radius:28px;box-shadow:0 4px 20px #550b4914}
.frmBx-v2 .frmHd{font-size:1.8rem;color:#550B49;margin:0 0 12px;font-weight:600}
.frmBx-v2 .frmSub{font-size:1rem;color:#666;margin-bottom:36px;line-height:1.5}
.stepWrap{display:flex;flex-direction:column;gap:28px}
.stepBox{position:relative}
.stepBox .stepLbl{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.stepBox .stepLbl .numBx{width:32px;height:32px;background:#550B49;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem}
.stepBox .stepLbl .lblTxt{font-size:1.05rem;color:#333;font-weight:500}
.stepBox input[type="text"],.stepBox input[type="email"]{width:100%;padding:16px 20px;border:2px solid #E0E6EA;border-radius:16px;font-size:1rem;color:#333;transition:all .3s ease;background:#fff}
.stepBox input[type="text"]:focus,.stepBox input[type="email"]:focus{outline:none;border-color:#550B49;box-shadow:0 0 0 4px #550b491a}
.stepBox input[type="text"]::placeholder,.stepBox input[type="email"]::placeholder{color:#999}
.rdGrp{display:flex;flex-direction:column;gap:14px}
.rdItm{position:relative}
.rdItm input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.rdItm label{display:flex;align-items:center;gap:14px;padding:16px 20px;border:2px solid #E0E6EA;border-radius:16px;cursor:pointer;transition:all .3s ease;background:#fff}
.rdItm label::before{content:'';width:22px;height:22px;border:2px solid #E0E6EA;border-radius:50%;flex-shrink:0;transition:all .3s ease;position:relative}
.rdItm input[type="radio"]:checked + label{border-color:#550B49;background:#550b490a}
.rdItm input[type="radio"]:checked + label::before{border-color:#550B49;background:#550B49;box-shadow:inset 0 0 0 4px #fff}
.rdItm label:hover{border-color:#550B49}
.rdItm label .rdTxt{font-size:1rem;color:#333}
.chkBx-wrap{margin-top:32px;padding:18px 20px;background:#e0e6ea4d;border-radius:16px}
.chkBx-wrap input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none}
.chkBx-wrap label{display:flex;gap:14px;cursor:pointer;align-items:flex-start}
.chkBx-wrap label::before{content:'';width:22px;height:22px;border:2px solid #550B49;border-radius:6px;flex-shrink:0;transition:all .3s ease;margin-top:2px;background:#fff}
.chkBx-wrap input[type="checkbox"]:checked + label::before{background:#550B49;border-color:#550B49}
.chkBx-wrap input[type="checkbox"]:checked + label::after{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:24px;top:21px;color:#fff;font-size:.8rem}
.chkBx-wrap label .chkTxt{font-size:.95rem;color:#333;line-height:1.5}
.chkBx-wrap label .chkTxt a{color:#550B49;text-decoration:underline}
.chkBx-wrap label .chkTxt a:hover{color:#FFBD11}
.subBt{width:100%;padding:18px 32px;background:#550B49;color:#fff;border:none;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:28px}
.subBt:hover{background:#FFBD11;color:#550B49;transform:translateY(-2px);box-shadow:0 8px 24px #ffbd114d}
.subBt:active{transform:translateY(0)}
.hrsBox-v1{background:linear-gradient(135deg,#ffbd111a 0%,#e0e6ea66 100%);padding:60px 40px;border-radius:28px;margin:60px auto 80px;max-width:1366px}
.hrsBox-v1 .hdTxt-v2{font-size:2rem;color:#550B49;margin:0 0 36px;text-align:center;font-weight:600}
.hrsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.hrCard{background:#fff;padding:32px 28px;border-radius:20px;box-shadow:0 2px 12px #550b490f;transition:all .3s ease}
.hrCard:hover{transform:translateY(-4px);box-shadow:0 8px 28px #550b491f}
.hrCard .dayTxt{font-size:1.15rem;color:#550B49;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.hrCard .dayTxt::before{content:'';width:8px;height:8px;background:#FFBD11;border-radius:50%}
.hrCard .tmTxt{font-size:1.05rem;color:#666;line-height:1.6}
.noteBx{text-align:center;margin-top:36px;padding-top:32px;border-top:2px solid #550b491a}
.noteBx .noteTxt{font-size:1rem;color:#666;line-height:1.6}
.mapAlt{background:linear-gradient(135deg,#550B49 0%,#550b49d9 100%);padding:70px 40px;border-radius:28px;margin:60px auto 80px;max-width:1366px;text-align:center;position:relative;overflow:hidden}
.mapAlt::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffbd1126;border-radius:50%;z-index:1}
.mapAlt::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:#e0e6ea1a;border-radius:50%;z-index:1}
.mapAlt .mapHd{font-size:2.2rem;color:#fff;margin:0 0 20px;font-weight:600;position:relative;z-index:2}
.mapAlt .mapSub{font-size:1.1rem;color:#ffffffe6;line-height:1.6;max-width:720px;margin:0 auto 40px;position:relative;z-index:2}
.locBox{display:inline-flex;align-items:center;gap:16px;background:#ffffff26;padding:24px 36px;border-radius:20px;backdrop-filter:blur(10px);position:relative;z-index:2}
.locBox i{font-size:2rem;color:#FFBD11}
.locBox .locTxt{font-size:1.15rem;color:#fff;font-weight:500;text-align:left}
@media (max-width: 968px) {
.mainCt{grid-template-columns:1fr;gap:40px}
.ctHroBx .hdTxt{font-size:2.2rem}
.frmBx-v2{padding:40px 30px}
.infoBx{padding:40px 30px}
.hrsGrid{grid-template-columns:1fr}
.mapAlt::before,.mapAlt::after{display:none}
}
@media (max-width: 640px) {
.ctHroBx{padding:60px 20px 40px}
.ctHroBx .hdTxt{font-size:1.8rem}
.ctHroBx .subTxt{font-size:1rem}
.frmBx-v2{padding:30px 20px}
.frmBx-v2 .frmHd{font-size:1.5rem}
.infoBx{padding:30px 20px}
.infoBx .secHd{font-size:1.6rem}
.hrsBox-v1{padding:40px 20px}
.hrsBox-v1 .hdTxt-v2{font-size:1.6rem}
.mapAlt{padding:50px 20px}
.mapAlt .mapHd{font-size:1.8rem}
.locBox{flex-direction:column;text-align:center}
}
.abtHero{background:linear-gradient(135deg,#550b49f2,#550b49d9),url(./visuals_folder/2026_01-news12.jpg) center/cover;padding:120px 20px 80px;text-align:center;color:#fff}
.abtHero .wrap-v1{max-width:1366px;margin:0 auto}
.abtHero .titleMainV2{font-size:48px;font-weight:700;margin:0 0 24px;line-height:1.2}
.abtHero .introTxtBox{font-size:20px;line-height:1.6;max-width:780px;margin:0 auto;opacity:.95}
.storyBox{padding:100px 20px;background:#fff}
.storyBox .container-v2{max-width:1366px;margin:0 auto;display:flex;gap:60px;align-items:flex-start}
.storyBox .txtCol{flex:1.2}
.storyBox .imgCol{flex:1}
.storyBox .sectionHdr{font-size:36px;font-weight:700;margin:0 0 28px;color:#550B49;position:relative;padding-left:20px}
.storyBox .sectionHdr::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:linear-gradient(180deg,#FFBD11,#550B49);border-radius:3px}
.storyBox .txtPara{font-size:17px;line-height:1.7;color:#333;margin:0 0 20px}
.storyBox .imgCol img{width:100%;height:auto;border-radius:24px;box-shadow:0 12px 40px #550b4926}
.valuesGrid{padding:100px 20px;background:linear-gradient(160deg,#E0E6EA 0%,#fff 100%)}
.valuesGrid .wrapperBox{max-width:1366px;margin:0 auto}
.valuesGrid .titleV3{font-size:38px;font-weight:700;text-align:center;color:#550B49;margin:0 0 64px}
.valuesGrid .gridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.valuesGrid .valueCard{background:#fff;padding:42px 32px;border-radius:28px;box-shadow:0 4px 16px #00000014;transition:transform 0.3s,box-shadow .3s}
.valuesGrid .valueCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #550b4933}
.valuesGrid .iconBox{width:68px;height:68px;background:linear-gradient(135deg,#550B49,#7a1764);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 0 24px;color:#FFBD11;font-size:32px}
.valuesGrid .cardTitle{font-size:22px;font-weight:700;color:#550B49;margin:0 0 14px}
.valuesGrid .cardTxt{font-size:16px;line-height:1.6;color:#444;margin:0}
.teamDisplay{padding:100px 20px;background:#fff}
.teamDisplay .contentWrap{max-width:1366px;margin:0 auto}
.teamDisplay .hdrText{font-size:38px;font-weight:700;color:#550B49;margin:0 0 18px;text-align:center}
.teamDisplay .subtext{font-size:18px;line-height:1.6;color:#555;text-align:center;max-width:700px;margin:0 auto 56px}
.teamDisplay .peopleGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;max-width:980px;margin:0 auto}
.teamDisplay .personBox{display:flex;gap:28px;align-items:flex-start;background:linear-gradient(145deg,#fff,#E0E6EA);padding:32px;border-radius:24px;box-shadow:0 6px 20px #0000000f}
.teamDisplay .photoWrap{flex-shrink:0}
.teamDisplay .photoWrap img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #FFBD11}
.teamDisplay .infoWrap{flex:1}
.teamDisplay .nameLine{font-size:24px;font-weight:700;color:#550B49;margin:0 0 6px}
.teamDisplay .roleLine{font-size:16px;font-weight:600;color:#FFBD11;margin:0 0 16px}
.teamDisplay .bioTxt{font-size:15px;line-height:1.6;color:#444;margin:0}
.ctaSection{padding:80px 20px;background:linear-gradient(135deg,#550B49,#7a1764);text-align:center}
.ctaSection .boxWrap{max-width:1366px;margin:0 auto}
.ctaSection .ctaTitleV1{font-size:36px;font-weight:700;color:#fff;margin:0 0 20px}
.ctaSection .ctaDescV1{font-size:18px;line-height:1.6;color:#ffffffe6;margin:0 0 36px;max-width:640px;margin-left:auto;margin-right:auto}
.ctaSection .btnV1{display:inline-block;padding:16px 42px;background:#FFBD11;color:#550B49;font-size:18px;font-weight:700;text-decoration:none;border-radius:28px;transition:transform 0.3s,box-shadow .3s;box-shadow:0 8px 24px #ffbd1166;position:relative;z-index:10}
.ctaSection .btnV1:hover{transform:translateY(-3px);box-shadow:0 12px 32px #ffbd1199}
@media (max-width: 1024px) {
.storyBox .container-v2{flex-direction:column;gap:40px}
.valuesGrid .gridLayout{grid-template-columns:repeat(2,1fr);gap:28px}
.teamDisplay .peopleGrid{gap:36px}
}
@media (max-width: 768px) {
.abtHero{padding:80px 20px 60px}
.abtHero .titleMainV2{font-size:36px;margin-bottom:18px}
.abtHero .introTxtBox{font-size:18px}
.storyBox{padding:60px 20px}
.storyBox .sectionHdr{font-size:28px}
.valuesGrid{padding:60px 20px}
.valuesGrid .titleV3{font-size:30px;margin-bottom:40px}
.valuesGrid .gridLayout{grid-template-columns:1fr;gap:24px}
.teamDisplay{padding:60px 20px}
.teamDisplay .hdrText{font-size:30px}
.teamDisplay .peopleGrid{grid-template-columns:1fr;gap:28px}
.teamDisplay .personBox{flex-direction:column;align-items:center;text-align:center}
.ctaSection{padding:60px 20px}
.ctaSection .ctaTitleV1{font-size:28px}
}
.pgWrap{max-width:1366px;margin:0 auto;padding:0 20px}
.heroLrn{background:linear-gradient(135deg,#550B49 0%,#7a0e63 100%);padding:80px 0;border-radius:24px;margin:40px 0;position:relative;overflow:hidden}
.heroLrn::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:#ffbd111a;border-radius:50%;z-index:1}
.heroLrn .pgWrap{position:relative;z-index:2}
.heroLrn .hdTxt-v1{color:#fff;font-size:48px;font-weight:700;margin-bottom:24px;line-height:1.2}
.heroLrn .subline{color:#E0E6EA;font-size:20px;line-height:1.6;margin-bottom:40px;max-width:700px}
.heroLrn .ctaBx{display:flex;gap:16px;flex-wrap:wrap}
.heroLrn .btn-primary-v2{background:#FFBD11;color:#550B49;padding:16px 32px;border-radius:20px;font-weight:600;font-size:16px;text-decoration:none;display:inline-block;transition:all .3s ease;border:none;cursor:pointer}
.heroLrn .btn-primary-v2:hover{background:#e5aa0f;transform:translateY(-2px);box-shadow:0 8px 16px #ffbd114d}
.heroLrn .btn-outline-v1{background:transparent;color:#fff;padding:16px 32px;border-radius:20px;font-weight:600;font-size:16px;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #fff}
.heroLrn .btn-outline-v1:hover{background:#ffffff1a;transform:translateY(-2px)}
.pathSec{padding:100px 0;background:#fff}
.pathSec .secHeader{text-align:center;margin-bottom:60px}
.pathSec .secHeader .topLabel{color:#FFBD11;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;display:block}
.pathSec .secHeader .mainTitle{color:#550B49;font-size:42px;font-weight:700;margin-bottom:20px;line-height:1.2}
.pathSec .secHeader .desc{color:#666;font-size:18px;line-height:1.7;max-width:800px;margin:0 auto}
.modulesGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:80px}
.moduleCard{background:#fff;border:2px solid #E0E6EA;border-radius:24px;padding:40px;transition:all .3s ease;position:relative;overflow:hidden}
.moduleCard::before{content:'';position:absolute;top:0;left:0;width:6px;height:0;background:linear-gradient(180deg,#550B49 0%,#FFBD11 100%);transition:height .3s ease}
.moduleCard:hover{border-color:#550B49;box-shadow:0 12px 24px #550b4926;transform:translateY(-4px)}
.moduleCard:hover::before{height:100%}
.moduleCard .cardTop{display:flex;align-items:flex-start;gap:20px;margin-bottom:24px}
.moduleCard .iconWrap{width:60px;height:60px;background:linear-gradient(135deg,#550B49 0%,#7a0e63 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.moduleCard .iconWrap i{color:#FFBD11;font-size:28px}
.moduleCard .cardInfo{flex:1}
.moduleCard .moduleNum{color:#FFBD11;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;display:block}
.moduleCard .moduleName{color:#550B49;font-size:24px;font-weight:700;margin-bottom:4px;line-height:1.3}
.moduleCard .duration{color:#999;font-size:14px;display:flex;align-items:center;gap:6px}
.moduleCard .duration i{font-size:12px}
.moduleCard .descTxt{color:#666;font-size:15px;line-height:1.7;margin-bottom:24px}
.moduleCard .topicList{list-style:none;padding:0;margin:0}
.moduleCard .topicList li{color:#555;font-size:14px;padding:10px 0;padding-left:28px;position:relative;border-bottom:1px solid #f0f0f0}
.moduleCard .topicList li:last-child{border-bottom:none}
.moduleCard .topicList li::before{content:'';position:absolute;left:0;top:16px;width:16px;height:16px;background:#FFBD11;border-radius:4px;display:flex;align-items:center;justify-content:center}
.moduleCard .topicList li::after{content:'';position:absolute;left:4px;top:13px;color:#550B49;font-size:11px;font-weight:700}
.pathFlow{display:flex;gap:24px;align-items:stretch;margin-bottom:80px;flex-wrap:wrap}
.flowStep{flex:1;min-width:280px;background:linear-gradient(135deg,#f8f9fb 0%,#fff 100%);border-radius:20px;padding:36px 28px;position:relative;border:2px solid #E0E6EA;transition:all .3s ease}
.flowStep:hover{border-color:#FFBD11;box-shadow:0 8px 20px #ffbd1133}
.flowStep .stepNum{position:absolute;top:-20px;left:28px;width:44px;height:44px;background:#550B49;color:#FFBD11;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 12px #550b494d}
.flowStep .stepTitle{color:#550B49;font-size:20px;font-weight:700;margin-top:20px;margin-bottom:12px}
.flowStep .stepDesc{color:#666;font-size:15px;line-height:1.6}
.insightBox{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:#fff;padding:60px 0}
.insightBox .imgSection{position:relative}
.insightBox .imgSection img{width:100%;height:auto;border-radius:24px;box-shadow:0 16px 40px #550b4933;display:block}
.insightBox .imgSection::before{content:'';position:absolute;top:-20px;left:-20px;width:100%;height:100%;background:linear-gradient(135deg,#550b491a 0%,#ffbd111a 100%);border-radius:24px;z-index:-1}
.insightBox .contentSection .secTag{color:#FFBD11;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;display:block}
.insightBox .contentSection .secTitle{color:#550B49;font-size:36px;font-weight:700;margin-bottom:24px;line-height:1.2}
.insightBox .contentSection .textBlock{color:#666;font-size:16px;line-height:1.7;margin-bottom:20px}
.insightBox .contentSection .featureRow{display:flex;gap:16px;margin-bottom:20px;align-items:flex-start}
.insightBox .contentSection .featureRow .iconBox{width:48px;height:48px;background:#FFBD11;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.insightBox .contentSection .featureRow .iconBox i{color:#550B49;font-size:22px}
.insightBox .contentSection .featureRow .featInfo{flex:1}
.insightBox .contentSection .featureRow .featTitle{color:#550B49;font-size:18px;font-weight:700;margin-bottom:6px}
.insightBox .contentSection .featureRow .featDesc{color:#666;font-size:15px;line-height:1.6}
.expertZone{background:linear-gradient(135deg,#f8f9fb 0%,#E0E6EA 100%);padding:80px 0;border-radius:24px;margin:60px 0}
.expertZone .sectionHead{text-align:center;margin-bottom:60px}
.expertZone .sectionHead .tagline{color:#550B49;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;display:block}
.expertZone .sectionHead .headline{color:#550B49;font-size:40px;font-weight:700;margin-bottom:20px;line-height:1.2}
.expertZone .sectionHead .subtext{color:#666;font-size:17px;line-height:1.7;max-width:700px;margin:0 auto}
.expertGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.expertBox{background:#fff;border-radius:20px;padding:32px 24px;text-align:center;border:2px solid transparent;transition:all .3s ease}
.expertBox:hover{border-color:#FFBD11;box-shadow:0 12px 28px #550b4926;transform:translateY(-6px)}
.expertBox .photoWrap{width:100px;height:100px;border-radius:50%;overflow:hidden;margin:0 auto 20px;border:4px solid #FFBD11;box-shadow:0 6px 16px #550b4933}
.expertBox .photoWrap img{width:100%;height:100%;object-fit:cover;display:block}
.expertBox .expertTitle{color:#550B49;font-size:18px;font-weight:700;margin-bottom:8px}
.expertBox .expertRole{color:#FFBD11;font-size:13px;font-weight:600;margin-bottom:12px;display:block}
.expertBox .expertBio{color:#666;font-size:14px;line-height:1.6}
.practiceSec{padding:100px 0;background:#fff}
.practiceLayout{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}
.practiceLayout .txtSide .labelTop{color:#FFBD11;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;display:block}
.practiceLayout .txtSide .mainHead{color:#550B49;font-size:38px;font-weight:700;margin-bottom:24px;line-height:1.2}
.practiceLayout .txtSide .leadText{color:#666;font-size:17px;line-height:1.7;margin-bottom:32px}
.practiceLayout .txtSide .checkList{list-style:none;padding:0;margin:0 0 36px}
.practiceLayout .txtSide .checkList li{color:#555;font-size:16px;padding:14px 0;padding-left:40px;position:relative;line-height:1.6}
.practiceLayout .txtSide .checkList li::before{content:'';position:absolute;left:0;top:16px;width:26px;height:26px;background:linear-gradient(135deg,#550B49 0%,#7a0e63 100%);border-radius:8px}
.practiceLayout .txtSide .checkList li::after{content:'';position:absolute;left:7px;top:13px;color:#FFBD11;font-size:16px;font-weight:700}
.practiceLayout .imgSide{position:relative}
.practiceLayout .imgSide img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 48px #550b4940;display:block}
.practiceLayout .imgSide::after{content:'';position:absolute;bottom:-24px;right:-24px;width:80%;height:80%;background:linear-gradient(135deg,#ffbd1126 0%,#550b4926 100%);border-radius:24px;z-index:-1}
.ctaFinal{background:linear-gradient(135deg,#550B49 0%,#7a0e63 100%);border-radius:24px;padding:60px 40px;text-align:center;position:relative;overflow:hidden;margin:60px 0}
.ctaFinal::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#ffbd1114;border-radius:50%}
.ctaFinal::after{content:'';position:absolute;bottom:-120px;right:-120px;width:350px;height:350px;background:#ffbd1114;border-radius:50%}
.ctaFinal .ctaContent{position:relative;z-index:2;max-width:800px;margin:0 auto}
.ctaFinal .ctaHead{color:#fff;font-size:42px;font-weight:700;margin-bottom:20px;line-height:1.2}
.ctaFinal .ctaText{color:#E0E6EA;font-size:18px;line-height:1.7;margin-bottom:36px}
.ctaFinal .btnWrap{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.ctaFinal .btn-large-v1{background:#FFBD11;color:#550B49;padding:18px 40px;border-radius:20px;font-weight:700;font-size:17px;text-decoration:none;display:inline-block;transition:all .3s ease}
.ctaFinal .btn-large-v1:hover{background:#e5aa0f;transform:translateY(-3px);box-shadow:0 10px 24px #ffbd1166}
.ctaFinal .btn-ghost-v2{background:transparent;color:#fff;padding:18px 40px;border-radius:20px;font-weight:700;font-size:17px;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #fff}
.ctaFinal .btn-ghost-v2:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 1024px) {
.modulesGrid{grid-template-columns:1fr}
.insightBox{grid-template-columns:1fr;gap:40px}
.expertGrid{grid-template-columns:repeat(2,1fr)}
.practiceLayout{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 768px) {
.heroLrn .hdTxt-v1{font-size:36px}
.heroLrn .subline{font-size:17px}
.pathSec .secHeader .mainTitle{font-size:32px}
.moduleCard .moduleName{font-size:20px}
.pathFlow{flex-direction:column}
.expertGrid{grid-template-columns:1fr;gap:20px}
.ctaFinal .ctaHead{font-size:32px}
.ctaFinal .btnWrap{flex-direction:column;align-items:stretch}
.insightBox .contentSection .secTitle{font-size:28px}
.practiceLayout .txtSide .mainHead{font-size:30px}
}
@media (max-width: 480px) {
.heroLrn{padding:60px 0}
.heroLrn .hdTxt-v1{font-size:28px}
.moduleCard{padding:28px}
.moduleCard .cardTop{flex-direction:column}
.flowStep{min-width:100%}
.ctaFinal{padding:40px 24px}
}
.ckp-hero-v1{background:linear-gradient(135deg,#E0E6EA 0%,#fff 100%);padding:80px 20px;text-align:center}
.ckp-hero-v1 .contain-box{max-width:1366px;margin:0 auto}
.ckp-hero-v1 .mainHd{font-size:48px;color:#550B49;margin:0 0 20px;font-weight:700}
.ckp-hero-v1 .subtext-v2{font-size:18px;color:#333;max-width:720px;margin:0 auto;line-height:1.6}
.ckp-hero-v1 .update-stamp{display:inline-block;background:#FFBD11;color:#550B49;padding:8px 24px;border-radius:20px;font-size:14px;font-weight:600;margin-top:20px}
.policy-content-wrap{max-width:1366px;margin:0 auto;padding:60px 20px}
.policy-section-v1{background:#fff;border-radius:24px;padding:48px;margin-bottom:40px;box-shadow:0 4px 12px #550b4914}
.policy-section-v1 .sec-hd{font-size:32px;color:#550B49;margin:0 0 24px;font-weight:700;position:relative;padding-left:20px}
.policy-section-v1 .sec-hd::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:36px;background:#FFBD11;border-radius:3px}
.policy-section-v1 .txt-block{font-size:16px;color:#333;line-height:1.8;margin-bottom:20px}
.policy-section-v1 .txt-block:last-child{margin-bottom:0}
.policy-section-v1 .subhd-v3{font-size:22px;color:#550B49;margin:32px 0 16px;font-weight:600}
.policy-section-v1 .list-container{margin:20px 0;padding-left:0}
.policy-section-v1 .list-item-v2{display:flex;margin-bottom:16px;font-size:16px;color:#333;line-height:1.7}
.policy-section-v1 .list-item-v2::before{content:'';min-width:8px;width:8px;height:8px;background:#FFBD11;border-radius:50%;margin-right:16px;margin-top:8px}
.policy-section-v1 .highlight-box{background:#ffbd111a;border-left:4px solid #FFBD11;padding:24px;border-radius:16px;margin:24px 0}
.policy-section-v1 .highlight-box .txt-block{margin-bottom:0;color:#550B49;font-weight:500}
.policy-section-v1 .data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:24px 0}
.policy-section-v1 .data-card-v1{background:#E0E6EA;padding:24px;border-radius:16px;position:relative}
.policy-section-v1 .data-card-v1 .card-label{font-size:14px;color:#550B49;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}
.policy-section-v1 .data-card-v1 .card-info{font-size:16px;color:#333;line-height:1.6}
.policy-section-v1 .table-style-v1{width:100%;border-collapse:separate;border-spacing:0;margin:24px 0;border-radius:16px;overflow:hidden}
.policy-section-v1 .table-style-v1 .th-cell{background:#550B49;color:#fff;padding:16px;text-align:left;font-weight:600;font-size:16px}
.policy-section-v1 .table-style-v1 .td-cell{background:#fff;border:1px solid #E0E6EA;padding:16px;font-size:15px;color:#333;line-height:1.6}
.policy-section-v1 .table-style-v1 .row-alt .td-cell{background:#fafbfc}
.contact-box-v3{background:linear-gradient(135deg,#550B49 0%,#7a1067 100%);border-radius:24px;padding:48px;margin:40px 0;text-align:center;color:#fff}
.contact-box-v3 .box-hd{font-size:28px;margin:0 0 16px;font-weight:700}
.contact-box-v3 .box-txt{font-size:16px;line-height:1.7;margin-bottom:24px;opacity:.95}
.contact-box-v3 .link-btn-v2{display:inline-block;background:#FFBD11;color:#550B49;padding:14px 36px;border-radius:28px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #ffbd114d}
.contact-box-v3 .link-btn-v2:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ffbd1166}
.policy-section-v1 .accordion-item-v1{border:2px solid #E0E6EA;border-radius:16px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}
.policy-section-v1 .accordion-item-v1:hover{border-color:#FFBD11}
.policy-section-v1 .accordion-toggle{display:none}
.policy-section-v1 .accordion-header-v1{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;background:#fafbfc;transition:background .3s ease}
.policy-section-v1 .accordion-header-v1:hover{background:#E0E6EA}
.policy-section-v1 .accordion-title{font-size:18px;color:#550B49;font-weight:600;margin:0}
.policy-section-v1 .accordion-icon{width:24px;height:24px;position:relative;flex-shrink:0}
.policy-section-v1 .accordion-icon::before,.policy-section-v1 .accordion-icon::after{content:'';position:absolute;background:#550B49;transition:transform .3s ease}
.policy-section-v1 .accordion-icon::before{width:16px;height:2px;left:4px;top:11px}
.policy-section-v1 .accordion-icon::after{width:2px;height:16px;left:11px;top:4px}
.policy-section-v1 .accordion-toggle:checked + .accordion-header-v1 .accordion-icon::after{transform:rotate(90deg);opacity:0}
.policy-section-v1 .accordion-content-v1{max-height:0;overflow:hidden;transition:max-height .4s ease}
.policy-section-v1 .accordion-toggle:checked ~ .accordion-content-v1{max-height:2000px}
.policy-section-v1 .accordion-inner{padding:24px;background:#fff}
@media (max-width: 768px) {
.ckp-hero-v1{padding:60px 20px}
.ckp-hero-v1 .mainHd{font-size:36px}
.ckp-hero-v1 .subtext-v2{font-size:16px}
.policy-section-v1{padding:32px 24px}
.policy-section-v1 .sec-hd{font-size:26px}
.policy-section-v1 .data-grid{grid-template-columns:1fr}
.contact-box-v3{padding:32px 24px}
.contact-box-v3 .box-hd{font-size:24px}
.policy-section-v1 .table-style-v1{font-size:14px}
.policy-section-v1 .th-cell,.policy-section-v1 .td-cell{padding:12px;font-size:14px}
}
.privContainer{max-width:1366px;margin:0 auto;padding:0 20px}
.privHeroWrap{background:linear-gradient(135deg,#550B49 0%,#7a1168 100%);padding:80px 20px;margin-bottom:60px;border-radius:24px;position:relative;overflow:hidden}
.privHeroWrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffbd111a;border-radius:50%}
.privHeroWrap::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#e0e6ea14;border-radius:50%}
.privHero-box{position:relative;z-index:2;max-width:800px}
.privHero-box h1{color:#fff;font-size:48px;font-weight:700;margin:0 0 16px;line-height:1.2}
.privHero-box .subTxt{color:#E0E6EA;font-size:18px;line-height:1.6;margin:0}
.privContentWrap{background:#fff;padding:80px 20px}
.privContent-box{max-width:900px;margin:0 auto}
.privSectionV1{margin-bottom:60px}
.privSectionV1:last-child{margin-bottom:0}
.privSectionV1 h2{color:#550B49;font-size:32px;font-weight:600;margin:0 0 24px;padding-bottom:16px;border-bottom:3px solid #FFBD11;display:inline-block}
.privSectionV1 h3{color:#550B49;font-size:24px;font-weight:600;margin:32px 0 16px}
.privSectionV1 h4{color:#550B49;font-size:20px;font-weight:600;margin:24px 0 12px}
.privSectionV1 p{color:#333;font-size:16px;line-height:1.8;margin:0 0 20px}
.privSectionV1 ul{margin:0 0 20px;padding-left:24px}
.privSectionV1 ul li{color:#333;font-size:16px;line-height:1.8;margin-bottom:12px;position:relative}
.privSectionV1 ul li::marker{color:#FFBD11}
.privSectionV1 strong{color:#550B49;font-weight:600}
.privInfoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin:32px 0}
.privCardV2{background:#f8f9fa;padding:28px;border-radius:20px;border-left:4px solid #FFBD11;transition:all .3s ease}
.privCardV2:hover{transform:translateY(-4px);box-shadow:0 8px 24px #550b491f}
.privCardV2 h4{color:#550B49;font-size:18px;font-weight:600;margin:0 0 12px;display:flex;align-items:center;gap:8px}
.privCardV2 h4::before{content:'';width:8px;height:8px;background:#FFBD11;border-radius:50%;flex-shrink:0}
.privCardV2 p{margin:0;font-size:15px;color:#555}
.privTable{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014}
.privTable thead{background:#550B49}
.privTable thead th{color:#fff;font-size:16px;font-weight:600;padding:20px;text-align:left}
.privTable tbody td{color:#333;font-size:15px;padding:18px 20px;border-bottom:1px solid #E0E6EA}
.privTable tbody tr:last-child td{border-bottom:none}
.privTable tbody tr:hover{background:#f8f9fa}
.privContactBox{background:linear-gradient(135deg,#E0E6EA 0%,#f5f7f9 100%);padding:40px;border-radius:24px;margin-top:60px;border:2px solid #FFBD11}
.privContactBox h3{color:#550B49;font-size:24px;font-weight:600;margin:0 0 20px}
.privContactBox p{color:#333;font-size:16px;line-height:1.8;margin:0 0 16px}
.privContactBox a{color:#550B49;text-decoration:none;font-weight:600;border-bottom:2px solid #FFBD11;transition:all .3s ease}
.privContactBox a:hover{color:#FFBD11;border-bottom-color:#550B49}
.privDividerLine{height:3px;background:linear-gradient(90deg,transparent 0%,#FFBD11 50%,transparent 100%);margin:60px 0;border-radius:2px}
.privIconBox{display:inline-flex;align-items:center;gap:12px;background:#f8f9fa;padding:12px 20px;border-radius:16px;margin:8px 8px 8px 0;transition:all .3s ease}
.privIconBox:hover{background:#E0E6EA;transform:translateX(4px)}
.privIconBox i{color:#550B49;font-size:18px}
.privIconBox span{color:#333;font-size:15px}
.privTimeStamp{background:#550B49;color:#fff;padding:8px 16px;border-radius:12px;font-size:14px;display:inline-block;margin-bottom:24px}
@media (max-width: 768px) {
.privHeroWrap{padding:60px 20px;margin-bottom:40px}
.privHero-box h1{font-size:36px}
.privHero-box .subTxt{font-size:16px}
.privContentWrap{padding:60px 20px}
.privSectionV1 h2{font-size:28px}
.privSectionV1 h3{font-size:22px}
.privInfoGrid{grid-template-columns:1fr}
.privTable{font-size:14px}
.privTable thead th,.privTable tbody td{padding:12px}
.privContactBox{padding:28px 20px}
}
@media (max-width: 480px) {
.privHero-box h1{font-size:28px}
.privSectionV1 h2{font-size:24px}
}
.succThx-wrap{max-width:1366px;margin:0 auto;padding:60px 24px}
.successBx{background:linear-gradient(135deg,#550B49 0%,#7a0f63 100%);border-radius:24px;padding:80px 48px;text-align:center;position:relative;overflow:hidden}
.successBx::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffbd111a;border-radius:50%;z-index:1}
.successBx::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:#e0e6ea14;border-radius:50%;z-index:1}
.successBx .icnCtr{position:relative;z-index:2;margin-bottom:32px}
.successBx .icnCtr .checkCircle{width:120px;height:120px;margin:0 auto;background:#FFBD11;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:popIn .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes popIn {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.successBx .icnCtr .checkCircle i{font-size:56px;color:#550B49}
.successBx .txtContent{position:relative;z-index:2}
.successBx .txtContent h1{font-size:42px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.successBx .txtContent .subHd{font-size:20px;color:#E0E6EA;margin:0 0 32px;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}
.successBx .infoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:48px;position:relative;z-index:2}
.successBx .infoGrid .cardItem{background:#ffffff1a;backdrop-filter:blur(10px);border-radius:16px;padding:32px 24px;border:1px solid #ffbd1133;transition:all .3s ease}
.successBx .infoGrid .cardItem:hover{transform:translateY(-4px);background:#ffffff26;border-color:#ffbd1166}
.successBx .infoGrid .cardItem i{font-size:36px;color:#FFBD11;display:block;margin-bottom:16px}
.successBx .infoGrid .cardItem h3{font-size:20px;font-weight:600;color:#fff;margin:0 0 12px}
.successBx .infoGrid .cardItem p{font-size:15px;color:#E0E6EA;margin:0;line-height:1.6}
.successBx .actBtn-v1{display:inline-flex;align-items:center;gap:12px;background:#FFBD11;color:#550B49;font-size:18px;font-weight:600;padding:18px 42px;border-radius:28px;text-decoration:none;margin-top:40px;position:relative;z-index:2;transition:all .3s ease;border:2px solid transparent}
.successBx .actBtn-v1:hover{background:#fff;color:#550B49;transform:translateY(-2px);box-shadow:0 8px 24px #ffbd114d}
.successBx .actBtn-v1 i{font-size:20px}
.successBx .metaInfo{margin-top:48px;padding-top:32px;border-top:1px solid #e0e6ea33;position:relative;z-index:2}
.successBx .metaInfo .detailRow{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;align-items:center}
.successBx .metaInfo .detailRow .infoChip{display:flex;align-items:center;gap:10px;color:#E0E6EA;font-size:15px}
.successBx .metaInfo .detailRow .infoChip i{color:#FFBD11;font-size:18px}
@media (max-width: 768px) {
.succThx-wrap{padding:40px 20px}
.successBx{padding:60px 28px;border-radius:20px}
.successBx .icnCtr .checkCircle{width:100px;height:100px}
.successBx .icnCtr .checkCircle i{font-size:48px}
.successBx .txtContent h1{font-size:32px}
.successBx .txtContent .subHd{font-size:18px}
.successBx .infoGrid{grid-template-columns:1fr;gap:20px}
.successBx .actBtn-v1{font-size:16px;padding:16px 36px}
.successBx .metaInfo .detailRow{flex-direction:column;gap:20px}
}
@media (max-width: 480px) {
.successBx{padding:48px 20px}
.successBx .txtContent h1{font-size:28px}
.successBx .txtContent .subHd{font-size:16px}
.successBx .infoGrid .cardItem{padding:28px 20px}
.successBx .actBtn-v1{width:100%;justify-content:center;padding:16px 32px}
}