*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Bitter',serif;font-size:16px;line-height:1.6;color:#1a1a1a;background:#FEFFCF}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display',serif}
.HeaderWrap{background:linear-gradient(135deg,#a74dc6eb 0%,#01765fe0 100%);box-shadow:0 4px 12px #00000026;position:relative}
.HeaderWrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><path d="M0 0h80v80H0z" fill="none"/><path d="M14 16h52v2H14zM14 24h52v2H14zM14 32h52v2H14z" fill="#ffffff08"/></svg>');opacity:.4;pointer-events:none}
.HeaderWrap .top-tier{padding:18px 0;border-bottom:1px solid #ffffff26}
.HeaderWrap .company-name-holder{max-width:1320px;margin:0 auto;padding:0 20px;text-align:center}
.HeaderWrap .company-name-holder h1{font-size:34px;font-weight:700;color:#FEFFCF;letter-spacing:1.2px;text-shadow:2px 2px 8px #0000004d}
.HeaderWrap .middle-tier{padding:24px 0}
.HeaderWrap .logo-contact-wrapper{max-width:1320px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.HeaderWrap .contact-left{display:flex;flex-direction:column;gap:12px;flex:1;min-width:200px}
.HeaderWrap .logo-container{display:flex;justify-content:center;align-items:center;flex-shrink:0}
.HeaderWrap .logo-container img{height:110px;width:110px;object-fit:contain;background:#ffffff1f;padding:12px;border-radius:4px;box-shadow:0 6px 16px #0003}
.HeaderWrap .contact-right{display:flex;flex-direction:column;gap:12px;flex:1;min-width:200px;text-align:right}
.HeaderWrap .contact-item{display:flex;align-items:center;gap:10px;color:#FEFFCF;font-size:15px}
.HeaderWrap .contact-right .contact-item{justify-content:flex-end}
.HeaderWrap .contact-item i{font-size:18px;opacity:.9}
.HeaderWrap .contact-item a{color:#FEFFCF;text-decoration:none;transition:opacity .2s ease}
.HeaderWrap .contact-item a:hover{opacity:.8}
.HeaderWrap .bottom-tier{background:#00000026;padding:0}
.HeaderWrap .nav-container{max-width:1320px;margin:0 auto;padding:0 20px}
.HeaderWrap .main-nav{display:flex;justify-content:center;align-items:center;list-style:none;gap:8px;flex-wrap:wrap;padding:14px 0}
.HeaderWrap .main-nav li{margin:0}
.HeaderWrap .main-nav a{display:block;padding:10px 22px;color:#FEFFCF;text-decoration:none;font-size:16px;font-weight:500;border-radius:3px;transition:background-color .2s ease}
.HeaderWrap .main-nav a:hover{background-color:#ffffff1f}
.FootWrap{background:#2a2a2a;color:#d4d4d4;padding:50px 0 30px;margin-top:60px}
.FootWrap .foot-container{max-width:1320px;margin:0 auto;padding:0 20px}
.FootWrap .foot-content{display:flex;justify-content:space-between;gap:50px;flex-wrap:wrap;margin-bottom:40px}
.FootWrap .contact-block{flex:1;min-width:280px}
.FootWrap .contact-block h3{font-size:22px;color:#FEFFCF;margin-bottom:20px;font-weight:600}
.FootWrap .contact-detail{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:15px;line-height:1.7}
.FootWrap .contact-detail i{color:#A74DC6;font-size:20px;margin-top:2px;flex-shrink:0}
.FootWrap .contact-detail a{color:#d4d4d4;text-decoration:none;transition:color .2s ease}
.FootWrap .contact-detail a:hover{color:#A74DC6}
.FootWrap .links-block{flex:1;min-width:200px}
.FootWrap .links-block h3{font-size:22px;color:#FEFFCF;margin-bottom:20px;font-weight:600}
.FootWrap .footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}
.FootWrap .footer-links a{color:#d4d4d4;text-decoration:none;font-size:15px;transition:color .2s ease;display:inline-block}
.FootWrap .footer-links a:hover{color:#A74DC6}
.FootWrap .copyright-row{padding-top:30px;border-top:1px solid #444;text-align:center;font-size:14px;color:#999}
.cookie-toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#fff;border:2px solid #A74DC6;border-radius:5px;box-shadow:0 8px 24px #00000040;max-width:520px;width:90%;z-index:10000;display:none}
.cookie-toast.showing{display:block}
.cookie-tabs{display:flex;border-bottom:1px solid #e0e0e0}
.cookie-tabs button{flex:1;padding:14px;background:#f5f5f5;border:none;cursor:pointer;font-family:'Bitter',serif;font-size:15px;font-weight:500;color:#555;transition:background-color .2s ease}
.cookie-tabs button.active-tab{background:#fff;color:#A74DC6;border-bottom:2px solid #A74DC6}
.cookie-tabs button:hover{background:#ececec}
.cookie-content{padding:20px}
.cookie-panel{display:none}
.cookie-panel.active-panel{display:block}
.cookie-panel h4{font-size:18px;margin-bottom:12px;color:#1a1a1a}
.cookie-panel p{font-size:14px;line-height:1.6;color:#555;margin-bottom:16px}
.cookie-preference{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0}
.cookie-preference:last-child{border-bottom:none}
.cookie-preference label{font-size:14px;color:#333}
.toggle-switch{position:relative;width:50px;height:26px;background:#ccc;border-radius:13px;cursor:pointer;transition:background-color .2s ease}
.toggle-switch.enabled{background:#01765F}
.toggle-switch::after{content:'';position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:left .2s ease}
.toggle-switch.enabled::after{left:27px}
.cookie-actions{display:flex;gap:10px;margin-top:18px}
.cookie-actions button{flex:1;padding:12px;border:none;border-radius:3px;font-family:'Bitter',serif;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s ease}
.cookie-actions button:hover{opacity:.9}
.accept-btn{background:#01765F;color:#fff}
.decline-btn{background:#e0e0e0;color:#333}
@media (max-width: 768px) {
.HeaderWrap .company-name-holder h1{font-size:26px}
.HeaderWrap .logo-contact-wrapper{flex-direction:column;text-align:center}
.HeaderWrap .contact-left,.HeaderWrap .contact-right{text-align:center;width:100%}
.HeaderWrap .contact-right .contact-item{justify-content:center}
.HeaderWrap .main-nav{flex-direction:column;gap:4px}
.HeaderWrap .main-nav a{padding:12px 20px;width:100%;text-align:center}
.FootWrap .foot-content{flex-direction:column;gap:35px}
.cookie-toast{width:95%;max-width:95%}
}
@media (min-width: 769px) and (max-width: 1024px) {
.HeaderWrap .logo-contact-wrapper{gap:30px}
.HeaderWrap .contact-left,.HeaderWrap .contact-right{min-width:180px}
}
.legal-section{max-width:1320px;margin:0 auto;padding:80px 20px;background:#fff}
.legal-section h1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0 0 16px;font-weight:700;letter-spacing:-.5px}
.legal-section h2{font-size:32px;line-height:1.3;color:#2a2a2a;margin:48px 0 20px;font-weight:600;border-bottom:3px solid #A74DC6;padding-bottom:12px}
.legal-section h3{font-size:24px;line-height:1.4;color:#01765F;margin:36px 0 16px;font-weight:600}
.legal-section h4{font-size:20px;line-height:1.4;color:#3a3a3a;margin:28px 0 14px;font-weight:600}
.legal-section h5{font-size:18px;line-height:1.5;color:#4a4a4a;margin:24px 0 12px;font-weight:600}
.legal-section h6{font-size:16px;line-height:1.5;color:#5a5a5a;margin:20px 0 10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.legal-section p{font-size:16px;line-height:1.8;color:#444;margin:0 0 20px;max-width:800px}
.legal-section ul{margin:0 0 24px;padding:0 0 0 24px;list-style-type:disc}
.legal-section ol{margin:0 0 24px;padding:0 0 0 24px;list-style-type:decimal}
.legal-section ul li,.legal-section ol li{font-size:16px;line-height:1.8;color:#444;margin:0 0 12px;padding-left:8px}
.legal-section ul ul,.legal-section ol ol,.legal-section ul ol,.legal-section ol ul{margin:12px 0 0}
.legal-section strong,.legal-section b{font-weight:700;color:#2a2a2a}
.legal-section em,.legal-section i{font-style:italic;color:#3a3a3a}
.legal-section a{color:#A74DC6;text-decoration:none;border-bottom:2px solid transparent;transition:all .25s ease;font-weight:500}
.legal-section a:hover{color:#8a3da5;border-bottom-color:#A74DC6}
.legal-section a:focus{outline:2px solid #A74DC6;outline-offset:2px;border-radius:2px}
.legal-section div{margin:0 0 24px}
.legal-section table{width:100%;border-collapse:collapse;margin:0 0 32px;background:#fff;box-shadow:0 2px 8px #00000014}
.legal-section table th{background:#a74dc61a;color:#2a2a2a;font-weight:600;padding:16px;text-align:left;border-bottom:2px solid #A74DC6;font-size:15px}
.legal-section table td{padding:14px 16px;border-bottom:1px solid #e5e5e5;color:#444;font-size:15px;line-height:1.6}
.legal-section table tr:last-child td{border-bottom:none}
.legal-section blockquote{margin:32px 0;padding:24px 28px;background:#01765f0d;border-left:4px solid #01765F;font-style:italic;color:#3a3a3a}
.legal-section blockquote p{margin:0}
.legal-section hr{border:none;border-top:2px solid #e5e5e5;margin:48px 0}
.legal-section code{background:#a74dc614;padding:3px 8px;border-radius:3px;font-family:'Courier New',monospace;font-size:14px;color:#A74DC6}
.legal-section pre{background:#f8f8f8;padding:20px;border-radius:4px;overflow-x:auto;margin:0 0 24px;border:1px solid #e5e5e5}
.legal-section pre code{background:transparent;padding:0;color:#444}
@media (max-width: 768px) {
.legal-section{padding:48px 16px}
.legal-section h1{font-size:32px;margin-bottom:12px}
.legal-section h2{font-size:26px;margin-top:36px;padding-bottom:10px}
.legal-section h3{font-size:22px;margin-top:28px}
.legal-section h4{font-size:19px;margin-top:24px}
.legal-section h5{font-size:17px;margin-top:20px}
.legal-section h6{font-size:15px}
.legal-section p,.legal-section ul li,.legal-section ol li{font-size:15px;line-height:1.7}
.legal-section table{font-size:14px}
.legal-section table th,.legal-section table td{padding:12px;font-size:14px}
}
@media (max-width: 480px) {
.legal-section{padding:32px 12px}
.legal-section h1{font-size:28px}
.legal-section h2{font-size:24px}
.legal-section table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
}
.hero-promo{position:relative;background:linear-gradient(135deg,#FEFFCF 0%,#A74DC6 100%);padding:80px 20px;overflow:hidden}
.heado-wrap{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-content7{padding-right:20px}
.hero-MainTitle{font-size:3.2rem;font-weight:700;color:#01765F;margin-bottom:20px;line-height:1.2}
.hero-sub9{font-size:1.8rem;color:#01765F;margin-bottom:24px;font-weight:500}
.hero-desc-txt3{font-size:1.1rem;color:#01765fd9;line-height:1.7}
.hero-imgBox{position:relative;border-radius:4px;overflow:hidden;box-shadow:0 8px 24px #a74dc633}
.hero-showcase-img{width:100%;height:450px;object-fit:cover;display:block;opacity:.92}
.circle-accent1{position:absolute;width:320px;height:320px;border-radius:50%;background:#a74dc626;top:-100px;right:-80px;z-index:1}
.circle-accent2{position:absolute;width:220px;height:220px;border-radius:50%;background:#01765f1a;bottom:-60px;left:-40px;z-index:1}
.issue-handler{padding:90px 20px;background:#f8f8f8}
.content-limit{max-width:1320px;margin:0 auto}
.issue-title-main{font-size:2.6rem;color:#01765F;text-align:center;margin-bottom:60px;font-weight:600}
.issue-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.issue-card3{background:#fff;padding:40px 30px;border-radius:6px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease}
.issue-card3:hover{transform:translateY(-6px)}
.issue-icon-wrap{width:60px;height:60px;margin-bottom:24px}
.issue-svg-mark{width:100%;height:100%;color:#A74DC6}
.issue-block-head{font-size:1.5rem;color:#01765F;margin-bottom:16px;font-weight:600}
.issue-text-desc{font-size:1rem;color:#333;line-height:1.6}
.events-cal{padding:90px 20px;background:linear-gradient(180deg,#fff 0%,#FEFFCF 100%)}
.event-header-split{display:flex;gap:50px;align-items:center;margin-bottom:60px}
.event-txt-side{flex:1}
.event-main-heading{font-size:2.4rem;color:#A74DC6;margin-bottom:20px;font-weight:600}
.event-intro-para{font-size:1.1rem;color:#333;line-height:1.7}
.event-img-display{width:400px;height:280px;object-fit:cover;border-radius:4px;box-shadow:0 6px 18px #01765f26}
.event-timeline-block{position:relative;padding-left:40px}
.event-timeline-block::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#A74DC6 0%,#01765F 100%)}
.event-entry5{position:relative;margin-bottom:50px;display:flex;gap:30px}
.event-marker{position:absolute;left:-33px;top:5px;width:16px;height:16px;border-radius:50%;background:#A74DC6;border:3px solid #fff;box-shadow:0 2px 8px #a74dc64d}
.event-data-wrap{background:#fff;padding:24px 28px;border-radius:5px;box-shadow:0 3px 10px #0000000f;flex:1}
.event-session-name{font-size:1.4rem;color:#01765F;margin-bottom:10px;font-weight:600}
.event-timing{display:inline-block;font-size:.95rem;color:#A74DC6;background:#a74dc61a;padding:4px 12px;border-radius:3px;margin-bottom:14px;font-weight:500}
.event-details-txt{font-size:1rem;color:#444;line-height:1.6}
.stability-marker{padding:90px 20px;background:#01765F}
.stability-main-title{font-size:2.6rem;color:#FEFFCF;text-align:center;margin-bottom:60px;font-weight:600}
.stability-grid-show{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}
.stability-item7{background:#feffcf1a;padding:35px 25px;border-radius:5px;text-align:center;border:2px solid #feffcf33;transition:all .3s ease}
.stability-item7:hover{background:#feffcf26;transform:scale(1.04)}
.stability-num-display{font-size:3.5rem;color:#FEFFCF;font-weight:700;margin-bottom:18px}
.stability-feat-head{font-size:1.3rem;color:#FEFFCF;margin-bottom:14px;font-weight:600}
.stability-feat-desc{font-size:.95rem;color:#feffcfd9;line-height:1.5}
.support-zone{padding:90px 20px;background:#fff}
.support-layout-flex{display:flex;gap:60px;align-items:center}
.support-visual-img{width:500px;height:380px;object-fit:cover;border-radius:6px;box-shadow:0 8px 20px #0000001a}
.support-text-panel{flex:1}
.support-heading-text{font-size:2.4rem;color:#A74DC6;margin-bottom:24px;font-weight:600}
.support-para-content{font-size:1.05rem;color:#333;line-height:1.7;margin-bottom:30px}
.support-method-list{display:flex;flex-direction:column;gap:28px}
.support-method-item{display:flex;gap:20px;background:#f9f9f9;padding:24px;border-radius:5px;border-left:4px solid #01765F}
.support-icon-svg{width:40px;height:40px;color:#A74DC6;flex-shrink:0}
.support-channel-name{font-size:1.2rem;color:#01765F;margin-bottom:8px;font-weight:600}
.support-channel-detail{font-size:.98rem;color:#555;line-height:1.6}
.corp-offering{padding:90px 20px;background:linear-gradient(135deg,#FEFFCF 0%,#a74dc626 100%)}
.corp-section-title{font-size:2.6rem;color:#01765F;text-align:center;margin-bottom:60px;font-weight:600}
.corp-content-arrange{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.corp-text-block{padding-right:20px}
.corp-descrip-para{font-size:1.05rem;color:#333;line-height:1.7;margin-bottom:20px}
.corp-benefit-list{list-style:none;padding:0;margin:30px 0}
.corp-benefit-list li{font-size:1rem;color:#444;padding-left:30px;position:relative;margin-bottom:16px;line-height:1.6}
.corp-benefit-list li::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#A74DC6;border-radius:50%}
.corp-action-btn{display:inline-block;background:#01765F;color:#fff;padding:14px 32px;border-radius:4px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #01765f33}
.corp-action-btn:hover{background:#015a49;transform:scale(1.05)}
.corp-showcase-img{width:100%;height:420px;object-fit:cover;border-radius:6px;box-shadow:0 8px 24px #a74dc626}
.outcomes-display{padding:90px 20px;background:#f5f5f5}
.outcomes-main-head{font-size:2.6rem;color:#01765F;text-align:center;margin-bottom:60px;font-weight:600}
.outcomes-comparison-wrap{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:60px}
.outcomes-stage-label{font-size:1.6rem;color:#A74DC6;margin-bottom:30px;font-weight:600;text-align:center}
.outcomes-state-card{background:#fff;padding:28px 24px;border-radius:5px;margin-bottom:24px;box-shadow:0 3px 10px #0000000f;border-left:4px solid #01765F}
.outcomes-col-after .outcomes-state-card{border-left-color:#A74DC6}
.outcomes-card-text{font-size:1.02rem;color:#333;line-height:1.6}
.outcomes-testimony-block{max-width:900px;margin:0 auto}
.testimony-card-display{background:#fff;padding:40px;border-radius:6px;box-shadow:0 6px 18px #00000014;display:flex;gap:30px;align-items:flex-start}
.testimony-profile-pic{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #A74DC6;flex-shrink:0}
.testimony-content-area{flex:1}
.testimony-quote-text{font-size:1.1rem;color:#333;line-height:1.7;margin-bottom:20px;font-style:italic}
.testimony-author-info{display:flex;flex-direction:column;gap:4px}
.testimony-name-text{font-size:1.05rem;color:#01765F;font-weight:600}
.testimony-role-text{font-size:.95rem;color:#666}
.start-path{padding:90px 20px;background:linear-gradient(135deg,#A74DC6 0%,#01765F 100%)}
.start-inner-box{max-width:800px;margin:0 auto;text-align:center}
.start-heading-main{font-size:2.4rem;color:#FEFFCF;margin-bottom:28px;font-weight:600}
.start-desc-para{font-size:1.1rem;color:#feffcfe6;line-height:1.7;margin-bottom:20px}
.start-cta-butt{display:inline-block;background:#FEFFCF;color:#01765F;padding:16px 40px;border-radius:4px;text-decoration:none;font-size:1.1rem;font-weight:600;margin-top:20px;transition:all .3s ease;box-shadow:0 4px 14px #feffcf4d}
.start-cta-butt:hover{background:#fff;transform:scale(1.06)}
@media (max-width: 1024px) {
.heado-wrap{grid-template-columns:1fr;gap:40px}
.hero-MainTitle{font-size:2.6rem}
.issue-grid-layout{grid-template-columns:1fr;gap:30px}
.event-header-split{flex-direction:column}
.event-img-display{width:100%;max-width:500px}
.stability-grid-show{grid-template-columns:repeat(2,1fr)}
.support-layout-flex{flex-direction:column}
.support-visual-img{width:100%;max-width:600px}
.corp-content-arrange{grid-template-columns:1fr}
.outcomes-comparison-wrap{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.hero-promo{padding:60px 20px}
.hero-MainTitle{font-size:2rem}
.hero-sub9{font-size:1.4rem}
.hero-showcase-img{height:300px}
.issue-handler,.events-cal,.stability-marker,.support-zone,.corp-offering,.outcomes-display,.start-path{padding:60px 20px}
.stability-grid-show{grid-template-columns:1fr}
.testimony-card-display{flex-direction:column;text-align:center}
.testimony-profile-pic{margin:0 auto}
}
.ContactHeroMain{max-width:1320px;margin:4rem auto 0;padding:0 1.5rem}
.ContactHeroMain .heroInner{display:flex;flex-direction:row;align-items:center;gap:3rem;background:linear-gradient(135deg,#a74dc614 0%,#01765f1f 100%);border-radius:4px;padding:3.5rem;position:relative;overflow:hidden}
.ContactHeroMain .heroInner::before{content:'';position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,#a74dc626,transparent 70%);border-radius:50%}
.ContactHeroMain .heroContent{flex:1;z-index:2}
.ContactHeroMain .heroContent h1{font-size:2.8rem;line-height:1.2;margin:0 0 1.5rem;color:#1a1a1a;font-weight:700}
.ContactHeroMain .heroContent h1 .accent1{color:#A74DC6;display:block;font-size:3.2rem}
.ContactHeroMain .heroContent h1 .accent2{color:#01765F}
.ContactHeroMain .heroContent .leadPara{font-size:1.1rem;line-height:1.7;color:#4a4a4a;margin:0}
.ContactHeroMain .heroVisual{flex:0 0 420px;position:relative;z-index:2}
.ContactHeroMain .heroVisual img{width:100%;height:320px;object-fit:cover;border-radius:3px;box-shadow:0 8px 24px #00000026;position:relative}
.ContactHeroMain .heroVisual::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,#01765f99,transparent);border-radius:3px;pointer-events:none}
.FormSectionWrapper{max-width:1320px;margin:5rem auto 6rem;padding:0 1.5rem}
.FormSectionWrapper .formLayoutGrid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:start}
.FormSectionWrapper .infoCol h2{font-size:2rem;margin:0 0 1.2rem;color:#1a1a1a;font-weight:600}
.FormSectionWrapper .infoCol .infoPara{font-size:1.05rem;line-height:1.75;color:#555;margin:0 0 2.5rem}
.FormSectionWrapper .detailsList{list-style:none;padding:0;margin:0}
.FormSectionWrapper .detailsList li{display:flex;align-items:start;gap:1rem;margin-bottom:1.8rem;padding:1.2rem;background:#feffcf4d;border-left:3px solid #A74DC6;border-radius:2px}
.FormSectionWrapper .detailsList li i{flex-shrink:0;width:24px;height:24px;color:#01765F;font-size:1.3rem}
.FormSectionWrapper .detailsList li .detailContent strong{display:block;font-size:.95rem;color:#333;margin-bottom:.3rem;font-weight:600}
.FormSectionWrapper .detailsList li .detailContent span{display:block;font-size:1rem;color:#555}
.FormSectionWrapper .formCol{background:#fff;padding:2.8rem;border-radius:4px;box-shadow:0 4px 16px #0000001a;border-top:4px solid #A74DC6}
.FormSectionWrapper .formCol h3{font-size:1.6rem;margin:0 0 1.8rem;color:#1a1a1a;font-weight:600}
.FormSectionWrapper .formCol .contactForm{display:flex;flex-direction:column;gap:1.5rem}
.FormSectionWrapper .formCol .nameRow{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.FormSectionWrapper .formCol .fieldGroup label{display:block;font-size:.95rem;font-weight:500;color:#333;margin-bottom:.5rem}
.FormSectionWrapper .formCol .fieldGroup input[type="text"],.FormSectionWrapper .formCol .fieldGroup input[type="tel"]{width:100%;padding:.9rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:3px;transition:border-color 0.2s,box-shadow .2s}
.FormSectionWrapper .formCol .fieldGroup input[type="text"]:focus,.FormSectionWrapper .formCol .fieldGroup input[type="tel"]:focus{outline:none;border-color:#A74DC6;box-shadow:0 0 0 3px #a74dc61a}
.FormSectionWrapper .formCol .radioGroupWrap{margin-top:.5rem}
.FormSectionWrapper .formCol .radioGroupWrap label{display:block;font-size:.95rem;font-weight:500;color:#333;margin-bottom:.8rem}
.FormSectionWrapper .formCol .radioOptions{display:flex;flex-direction:column;gap:.8rem}
.FormSectionWrapper .formCol .radioOptions .radioItem{display:flex;align-items:center;gap:.6rem}
.FormSectionWrapper .formCol .radioOptions input[type="radio"]{width:18px;height:18px;accent-color:#A74DC6;cursor:pointer}
.FormSectionWrapper .formCol .radioOptions label{font-size:1rem;font-weight:400;color:#555;margin:0;cursor:pointer}
.FormSectionWrapper .formCol .privacyCheck{display:flex;align-items:start;gap:.7rem;margin-top:.5rem}
.FormSectionWrapper .formCol .privacyCheck input[type="checkbox"]{width:18px;height:18px;accent-color:#01765F;cursor:pointer;margin-top:.2rem;flex-shrink:0}
.FormSectionWrapper .formCol .privacyCheck label{font-size:.9rem;color:#555;line-height:1.5;margin:0}
.FormSectionWrapper .formCol .privacyCheck a{color:#A74DC6;text-decoration:none;font-weight:500}
.FormSectionWrapper .formCol .privacyCheck a:hover{text-decoration:underline}
.FormSectionWrapper .formCol .submitBtn{background:linear-gradient(135deg,#A74DC6 0%,#8a3ca8 100%);color:#fff;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;border:none;border-radius:3px;cursor:pointer;transition:transform 0.2s,box-shadow .2s;margin-top:.5rem;z-index:10;position:relative}
.FormSectionWrapper .formCol .submitBtn:hover{transform:scale(1.04);box-shadow:0 6px 18px #a74dc659}
.FormSectionWrapper .formCol .submitBtn:active{transform:scale(1.01)}
@media (max-width: 1024px) {
.ContactHeroMain .heroInner{flex-direction:column;padding:2.5rem}
.ContactHeroMain .heroVisual{flex:0 0 auto;width:100%}
.ContactHeroMain .heroContent h1{font-size:2.2rem}
.ContactHeroMain .heroContent h1 .accent1{font-size:2.6rem}
.FormSectionWrapper .formLayoutGrid{grid-template-columns:1fr;gap:3rem}
}
@media (max-width: 768px) {
.ContactHeroMain{margin:2rem auto 0}
.ContactHeroMain .heroInner{padding:2rem 1.5rem}
.ContactHeroMain .heroContent h1{font-size:1.8rem}
.ContactHeroMain .heroContent h1 .accent1{font-size:2.2rem}
.ContactHeroMain .heroContent .leadPara{font-size:1rem}
.ContactHeroMain .heroVisual img{height:240px}
.FormSectionWrapper{margin:3rem auto 4rem}
.FormSectionWrapper .formCol{padding:2rem 1.5rem}
.FormSectionWrapper .formCol .nameRow{grid-template-columns:1fr}
.FormSectionWrapper .infoCol h2{font-size:1.6rem}
}
.ProgramMain{max-width:1320px;margin:0 auto;padding:0 20px}
.title89Block{position:relative;padding:80px 0 60px;overflow:hidden}
.title89Block .imgFragment1{position:absolute;top:0;left:15%;width:280px;height:220px;object-fit:cover;filter:blur(1.5px);opacity:.7;border:3px solid #A74DC6}
.title89Block .imgFragment2{position:absolute;bottom:40px;right:12%;width:240px;height:190px;object-fit:cover;filter:blur(1px);opacity:.75;border:3px solid #01765F}
.title89Block .cornerDeco1{position:absolute;top:20px;left:0;width:60px;height:60px;border-top:2px solid #a74dc699;border-left:2px solid #a74dc699}
.title89Block .cornerDeco2{position:absolute;bottom:20px;right:0;width:60px;height:60px;border-bottom:2px solid #01765f99;border-right:2px solid #01765f99}
.title89Block .textConnect{position:relative;z-index:3;max-width:700px;margin:0 auto;text-align:center;padding:40px 30px;background:#feffcff2;border-radius:4px}
.title89Block .textConnect h1{font-size:48px;line-height:1.2;color:#2c2c2c;margin:0 0 15px;font-weight:700}
.title89Block .textConnect .subTitle3{font-size:20px;line-height:1.5;color:#4a4a4a;margin:0;font-weight:400}
.program72Content{padding:70px 0 80px;background:linear-gradient(135deg,#feffcf4d 0%,#01765f26 100%)}
.program72Content .gridTrack4{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}
.program72Content .trackCard7{background:#fff;padding:35px 28px;border-radius:6px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.program72Content .trackCard7:hover{transform:translateY(-6px);box-shadow:0 8px 20px #a74dc633}
.program72Content .trackCard7::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#A74DC6 0%,#01765F 100%);border-radius:6px 0 0 6px}
.program72Content .trackCard7 h3{font-size:24px;color:#A74DC6;margin:0 0 18px;font-weight:600}
.program72Content .trackCard7 .durationTag{display:inline-block;padding:6px 14px;background:#01765f1f;color:#01765F;font-size:14px;border-radius:3px;margin-bottom:16px;font-weight:500}
.program72Content .trackCard7 p{font-size:16px;line-height:1.6;color:#555;margin:0 0 20px}
.program72Content .trackCard7 .topicList{list-style:none;padding:0;margin:0 0 22px}
.program72Content .trackCard7 .topicList li{font-size:15px;line-height:1.7;color:#444;padding-left:24px;position:relative;margin-bottom:10px}
.program72Content .trackCard7 .topicList li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;background:#A74DC6;border-radius:50%}
.program72Content .trackCard7 .enrollStat{font-size:14px;color:#777;margin:0;padding-top:16px;border-top:1px solid #e8e8e8}
.program72Content .instructorSection{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.program72Content .instructorSection .leftPhoto{display:grid;grid-template-columns:1fr 1fr;gap:25px}
.program72Content .instructorSection .photoWrap5{position:relative}
.program72Content .instructorSection .photoWrap5 img{width:100%;height:280px;object-fit:cover;border-radius:4px;box-shadow:0 6px 16px #0000001f}
.program72Content .instructorSection .photoWrap5:nth-child(2){margin-top:40px}
.program72Content .instructorSection .rightInfo{padding:30px 0}
.program72Content .instructorSection .rightInfo h2{font-size:36px;color:#2c2c2c;margin:0 0 24px;font-weight:700;position:relative;display:inline-block}
.program72Content .instructorSection .rightInfo h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#A74DC6 0%,#01765F 100%)}
.program72Content .instructorSection .rightInfo p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 20px}
.program72Content .instructorSection .expertBox{background:#a74dc614;padding:24px 26px;border-radius:4px;margin-bottom:20px}
.program72Content .instructorSection .expertBox h4{font-size:20px;color:#A74DC6;margin:0 0 12px;font-weight:600}
.program72Content .instructorSection .expertBox p{font-size:16px;line-height:1.6;color:#555;margin:0}
.program72Content .instructorSection .credList{list-style:none;padding:0;margin:24px 0 0}
.program72Content .instructorSection .credList li{font-size:16px;line-height:1.7;color:#444;padding-left:30px;position:relative;margin-bottom:12px}
.program72Content .instructorSection .credList li::before{content:'';position:absolute;left:0;top:6px;width:0;height:0;border-left:8px solid #01765F;border-top:5px solid transparent;border-bottom:5px solid transparent}
@media (max-width: 1024px) {
.title89Block .imgFragment1{width:220px;height:180px;left:8%}
.title89Block .imgFragment2{width:200px;height:160px;right:8%}
.title89Block .textConnect h1{font-size:40px}
.program72Content .gridTrack4{grid-template-columns:repeat(2,1fr)}
.program72Content .instructorSection{grid-template-columns:1fr;gap:40px}
.program72Content .instructorSection .leftPhoto{max-width:600px;margin:0 auto}
}
@media (max-width: 768px) {
.title89Block{padding:60px 0 50px}
.title89Block .imgFragment1{width:160px;height:130px;left:5%;top:10px}
.title89Block .imgFragment2{width:150px;height:120px;right:5%;bottom:20px}
.title89Block .textConnect{padding:30px 20px}
.title89Block .textConnect h1{font-size:32px}
.title89Block .textConnect .subTitle3{font-size:18px}
.program72Content{padding:50px 0 60px}
.program72Content .gridTrack4{grid-template-columns:1fr;gap:25px}
.program72Content .instructorSection .leftPhoto{grid-template-columns:1fr}
.program72Content .instructorSection .photoWrap5:nth-child(2){margin-top:0}
.program72Content .instructorSection .rightInfo h2{font-size:30px}
}
@media (max-width: 480px) {
.title89Block .textConnect h1{font-size:28px}
.title89Block .textConnect .subTitle3{font-size:16px}
.title89Block .imgFragment1,.title89Block .imgFragment2{opacity:.5}
.program72Content .trackCard7{padding:28px 22px}
.program72Content .trackCard7 h3{font-size:22px}
.program72Content .instructorSection .rightInfo h2{font-size:26px}
}
.stats-hero-wrap{background:linear-gradient(135deg,#a74dc626 0%,#01765f1f 100%);padding:68px 24px 52px;position:relative;overflow:hidden}
.stats-hero-wrap::before{content:'';position:absolute;top:-120px;right:-80px;width:340px;height:340px;background:radial-gradient(circle,#a74dc62e 0%,transparent 70%);border-radius:50%}
.stats-hero-inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;gap:48px;position:relative;z-index:2}
.hero-text-col{flex:1}
.hero-image-col{flex:0 0 380px}
.hero-image-col img{width:100%;height:320px;object-fit:cover;border-radius:4px;box-shadow:0 6px 18px #0000001f;filter:saturate(1.08) contrast(1.03)}
.stats-hero-wrap h1{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 32px;line-height:1.2}
.hero-btn-fetch{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#A74DC6;color:#fff;text-decoration:none;border-radius:3px;font-weight:600;font-size:16px;transition:all .28s ease;box-shadow:0 4px 12px #a74dc640}
.hero-btn-fetch:hover{background:#923eae;transform:scale(1.04);box-shadow:0 6px 16px #a74dc659}
.metrics-outer-data{background:#fff;padding:72px 24px}
.metrics-data-wrapper{max-width:1320px;margin:0 auto}
.metrics-data-wrapper h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 16px;text-align:center}
.metrics-intro-text{text-align:center;color:#4a4a4a;font-size:17px;line-height:1.65;max-width:720px;margin:0 auto 56px}
.metrics-grid-handler{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-bottom:64px}
.stat-card-element{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:32px 28px;border-radius:5px;border:2px solid transparent;transition:all .32s ease;position:relative}
.stat-card-element::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#A74DC6;transition:height .32s ease}
.stat-card-element:hover{border-color:#a74dc64d;box-shadow:0 8px 20px #00000014;transform:translateY(-4px)}
.stat-card-element:hover::before{height:100%}
.stat-number-val{font-size:52px;font-weight:700;color:#A74DC6;margin:0 0 8px;line-height:1}
.stat-label-txt{font-size:18px;font-weight:600;color:#2a2a2a;margin:0 0 12px}
.stat-description{font-size:15px;color:#5a5a5a;line-height:1.6;margin:0}
.progress-section-box{background:#f5f5f5;padding:48px 32px;border-radius:4px;margin-bottom:48px}
.progress-section-box h3{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 32px;text-align:center}
.progress-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px}
.progress-item-unit{text-align:center}
.progress-circle-svg{width:120px;height:120px;margin:0 auto 16px;transform:rotate(-90deg)}
.progress-bg-ring{fill:none;stroke:#e0e0e0;stroke-width:8}
.progress-fill-ring{fill:none;stroke:#01765F;stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset 1.2s ease}
.progress-pct-label{font-size:20px;font-weight:700;color:#A74DC6;margin:0 0 8px}
.progress-item-name{font-size:16px;font-weight:600;color:#2a2a2a;margin:0}
.comparison-outer-box{background:linear-gradient(180deg,#fff 0%,#fafafa 100%);padding:72px 24px}
.comparison-handler-data{max-width:1320px;margin:0 auto}
.comparison-handler-data h2{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 48px;text-align:center}
.comparison-table-wrap{overflow-x:auto}
.comparison-table-elem{width:100%;border-collapse:collapse;background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 2px 12px #0000000f}
.comparison-table-elem thead{background:linear-gradient(135deg,#A74DC6 0%,#923eae 100%)}
.comparison-table-elem th{padding:20px 24px;text-align:left;font-size:16px;font-weight:700;color:#fff;border-bottom:3px solid #fff3}
.comparison-table-elem td{padding:18px 24px;font-size:15px;color:#3a3a3a;border-bottom:1px solid #ebebeb}
.comparison-table-elem tbody tr{transition:background .24s ease}
.comparison-table-elem tbody tr:hover{background:#a74dc60a}
.comparison-table-elem tbody tr:last-child td{border-bottom:none}
.metric-highlight-tag{display:inline-block;padding:4px 12px;background:#01765f1f;color:#01765F;border-radius:3px;font-size:14px;font-weight:600}
.achievement-showcase-outer{padding:72px 24px;background:#fff;position:relative}
.achievement-showcase-outer::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#A74DC6 50%,transparent 100%)}
.achievement-inner-wrapper{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:400px 1fr;gap:56px;align-items:center}
.achievement-photo-holder img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:0 8px 24px #00000024;filter:saturate(1.05)}
.achievement-content-area h2{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.achievement-description-block{font-size:16px;color:#4a4a4a;line-height:1.7;margin-bottom:36px}
.achievement-description-block p{margin:0 0 16px}
.achievement-description-block p:last-child{margin-bottom:0}
.achievement-stats-mini{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.mini-stat-box{background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding:20px;border-radius:4px;border-left:4px solid #01765F;transition:transform .28s ease}
.mini-stat-box:hover{transform:translateX(6px)}
.mini-stat-number{font-size:32px;font-weight:700;color:#A74DC6;margin:0 0 6px}
.mini-stat-label{font-size:15px;font-weight:600;color:#2a2a2a;margin:0}
@media (max-width: 1024px) {
.stats-hero-inner{flex-direction:column;gap:32px}
.hero-image-col{flex:1;width:100%}
.hero-image-col img{height:280px}
.stats-hero-wrap h1{font-size:38px}
.achievement-inner-wrapper{grid-template-columns:1fr;gap:40px}
.achievement-photo-holder img{height:360px}
}
@media (max-width: 768px) {
.stats-hero-wrap{padding:48px 20px 40px}
.stats-hero-wrap h1{font-size:32px}
.hero-image-col img{height:240px}
.metrics-outer-data,.comparison-outer-box,.achievement-showcase-outer{padding:56px 20px}
.metrics-data-wrapper h2,.comparison-handler-data h2{font-size:30px}
.achievement-content-area h2{font-size:28px}
.metrics-grid-handler{grid-template-columns:1fr}
.comparison-table-elem th,.comparison-table-elem td{padding:14px 16px;font-size:14px}
.achievement-stats-mini{grid-template-columns:1fr}
.achievement-photo-holder img{height:320px}
}
.successWrap{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FEFFCF 0%,#f5f5f0 100%);padding:40px 20px;position:relative;overflow:hidden}
.successWrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a74dc614 0%,transparent 70%);border-radius:50%}
.successWrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#01765f0f 0%,transparent 70%);border-radius:50%}
.successInner{max-width:680px;width:100%;background:#fff;border-radius:6px;box-shadow:0 8px 24px #00000014;padding:60px 50px;position:relative;z-index:2;text-align:center}
.iconSuccess{width:92px;height:92px;margin:0 auto 32px;position:relative}
.iconSuccess svg{width:100%;height:100%}
.iconSuccess circle{fill:none;stroke:#01765F;stroke-width:3;stroke-linecap:round;stroke-dasharray:260;stroke-dashoffset:260;animation:drawCircle .8s ease-out forwards}
.iconSuccess polyline{fill:none;stroke:#01765F;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60;animation:drawCheck .5s ease-out .6s forwards}
@keyframes drawCircle {
to{stroke-dashoffset:0}
}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.successInner h1{font-size:32px;color:#1a1a1a;margin:0 0 16px;font-weight:700;line-height:1.2}
.successMsg{font-size:18px;color:#4a4a4a;line-height:1.6;margin:0 0 32px}
.successDetails{background:linear-gradient(135deg,#a74dc60d 0%,#01765f0d 100%);border-left:4px solid #A74DC6;padding:24px;border-radius:4px;margin:0 0 36px;text-align:left}
.successDetails p{font-size:15px;color:#2a2a2a;margin:0 0 12px;line-height:1.7}
.successDetails p:last-child{margin:0}
.successDetails strong{color:#01765F;font-weight:600}
.actionBtns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btnPrimSuccess{background:linear-gradient(135deg,#A74DC6 0%,#8e3da8 100%);color:#fff;padding:14px 36px;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 12px #a74dc640}
.btnPrimSuccess:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 6px 20px #a74dc659}
.btnSecSuccess{background:#fff;color:#01765F;padding:14px 36px;border:2px solid #01765F;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}
.btnSecSuccess:hover{background:#01765F;color:#fff;transform:scale(1.05)}
.decoDot1{position:absolute;width:8px;height:8px;background:#A74DC6;border-radius:50%;top:24px;left:24px;opacity:.4}
.decoDot2{position:absolute;width:12px;height:12px;background:#01765F;border-radius:50%;top:32px;right:40px;opacity:.3}
.decoDot3{position:absolute;width:6px;height:6px;background:#A74DC6;border-radius:50%;bottom:36px;left:48px;opacity:.5}
.decoDot4{position:absolute;width:10px;height:10px;background:#01765F;border-radius:50%;bottom:24px;right:28px;opacity:.35}
@media (max-width: 768px) {
.successWrap{padding:30px 16px;min-height:80vh}
.successInner{padding:40px 30px}
.successInner h1{font-size:26px}
.successMsg{font-size:16px}
.actionBtns{flex-direction:column}
.btnPrimSuccess,.btnSecSuccess{width:100%;justify-content:center}
.iconSuccess{width:76px;height:76px}
}
@media (max-width: 480px) {
.successInner{padding:32px 24px}
.successInner h1{font-size:24px}
.successDetails{padding:20px}
.successDetails p{font-size:14px}
}
.footInfo{background:#f8f8f8;padding:80px 20px;position:relative}
.footInfo::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#01765F 50%,transparent 100%)}
.footContainer{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:48px}
.infoCard{background:#fff;padding:36px;border-radius:5px;box-shadow:0 4px 16px #0000000f;position:relative;overflow:hidden;transition:all .3s ease}
.infoCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#A74DC6 0%,#01765F 100%)}
.infoCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}
.infoCard h3{font-size:20px;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.infoCard p{font-size:15px;color:#4a4a4a;line-height:1.7;margin:0 0 12px}
.infoCard p:last-child{margin:0}
.infoIcon{width:48px;height:48px;background:linear-gradient(135deg,#a74dc61a 0%,#01765f1a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.infoIcon svg{width:24px;height:24px}
@media (max-width: 1024px) {
.footContainer{grid-template-columns:1fr;gap:32px}
.footInfo{padding:60px 20px}
}
@media (max-width: 768px) {
.infoCard{padding:28px}
.footInfo{padding:50px 16px}
}