*,::before,::after{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(135deg,#fff 0%,#EFFDF2 100%);color:#2d2d2d;line-height:1.6;overflow-x:hidden}
.HeaderWrap{background:linear-gradient(90deg,#5526C6 0%,#0FAD76 100%);padding:18px 0;box-shadow:0 6px 18px #5526c626}
.HeaderContainer{max-width:1000px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}
.HeaderBrandSection{display:flex;align-items:center;gap:14px}
.LogoBox{width:90px;height:90px;background:#fffffff2;border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}
.LogoImage{width:70px;height:70px;object-fit:contain}
.ConnectorDot{width:8px;height:8px;background:#ffffffb3;border-radius:50%;display:inline-block}
.BrandInfo{display:flex;flex-direction:column;gap:2px}
.CompanyTitle{font-size:26px;font-weight:700;color:#fff;letter-spacing:.5px;line-height:1.2}
.TaglineText{font-size:13px;color:#ffffffd9;font-weight:400}
.ConnectorLine{width:40px;height:2px;background:#fff6;display:inline-block}
.MainNavigation{display:flex;align-items:center;gap:28px}
.MainNavigation .NavItem{color:#fff;text-decoration:none;font-size:15px;font-weight:400;padding:8px 14px;border-radius:6px;transition:background .2s ease,color .2s ease}
.MainNavigation .NavItem:hover{background:#ffffff26;color:#EFFDF2}
@media (max-width: 1024px) {
.HeaderContainer{flex-direction:column;align-items:flex-start}
.ConnectorLine{display:none}
.MainNavigation{width:100%;justify-content:flex-start;gap:16px;flex-wrap:wrap}
}
@media (max-width: 640px) {
.HeaderBrandSection{flex-direction:column;align-items:flex-start;gap:10px}
.ConnectorDot{display:none}
.LogoBox{width:70px;height:70px}
.LogoImage{width:55px;height:55px}
.CompanyTitle{font-size:22px}
.MainNavigation{flex-direction:column;gap:8px;width:100%}
.MainNavigation .NavItem{width:100%;text-align:left}
}
.FooterSection{background:linear-gradient(135deg,#5526C6 0%,#0FAD76 50%,#EFFDF2 100%);padding:32px 20px;margin-top:60px}
.FooterContentWrapper{max-width:1000px;margin:0 auto;text-align:center}
.FooterLinksGroup{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.FooterLink{color:#fff;text-decoration:none;font-size:14px;transition:color .2s ease}
.FooterLink:hover{color:#EFFDF2}
.FooterDivider{color:#ffffff80;font-size:14px}
.FooterContactInfo{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:14px}
.ContactItem{color:#ffffffe6;font-size:13px}
.ContactSeparator{color:#fff6;font-size:13px}
.CopyrightText{color:#fffc;font-size:13px;margin-top:10px}
@media (max-width: 640px) {
.FooterLinksGroup{flex-direction:column;gap:8px}
.FooterDivider{display:none}
.FooterContactInfo{flex-direction:column;gap:6px}
.ContactSeparator{display:none}
}
.CookieBar{position:fixed;top:0;left:50%;transform:translateX(-50%) translateY(-120%);background:linear-gradient(90deg,#5526c6f7 0%,#0fad76f7 100%);padding:14px 28px;box-shadow:0 8px 24px #5526c640;border-radius:0 0 12px 12px;z-index:10000;max-width:900px;width:90%;transition:transform .4s cubic-bezier(0.68,-0.55,0.27,1.55)}
.CookieBar.showing{transform:translateX(-50%) translateY(0);animation:slideFromLeft .5s ease-out}
.CookieBar.hiding{animation:slideToLeft .4s ease-in forwards}
@keyframes slideFromLeft {
from{transform:translateX(-150%) translateY(0)}
to{transform:translateX(-50%) translateY(0)}
}
@keyframes slideToLeft {
from{transform:translateX(-50%) translateY(0)}
to{transform:translateX(-150%) translateY(0)}
}
.CookieBannerContent{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.CookieMessage{color:#fff;font-size:14px;margin:0;flex:1;min-width:250px}
.CookieActions{display:flex;gap:10px;flex-wrap:wrap}
.CookieBtn{padding:8px 18px;border:2px solid #fff;background:transparent;color:#fff;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}
.CookieBtn:hover{background:#fff;color:#5526C6}
.AcceptBtn:hover{background:#0FAD76;border-color:#0FAD76;color:#fff}
.DeclineBtn:hover{background:#fff3;border-color:#fff}
.PreferencePanel{position:fixed;top:50%;right:-400px;transform:translateY(-50%);width:350px;background:#fff;box-shadow:-6px 0 20px #5526c633;border-radius:12px 0 0 12px;padding:26px;z-index:10001;transition:right .4s ease}
.PreferencePanel.showing{right:0}
.PanelInner{display:flex;flex-direction:column;gap:16px}
.PanelHeading{font-size:19px;color:#5526C6;font-weight:700;margin-bottom:8px}
.PreferenceOption{display:flex;align-items:center}
.PrefLabel{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#2d2d2d}
.PrefCheckbox{width:18px;height:18px;cursor:pointer;accent-color:#0FAD76}
.PanelActions{display:flex;gap:10px;margin-top:10px}
.PanelBtn{flex:1;padding:10px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}
.SaveBtn{background:linear-gradient(90deg,#5526C6,#0FAD76);color:#fff}
.SaveBtn:hover{background:linear-gradient(90deg,#6b3ad4,#12c085)}
.CancelBtn{background:#e8e8e8;color:#2d2d2d}
.CancelBtn:hover{background:#d4d4d4}
.PreferenceTab{position:fixed;right:0;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#5526C6,#0FAD76);color:#fff;border:none;padding:12px 8px;font-size:13px;font-weight:600;writing-mode:vertical-rl;cursor:pointer;border-radius:8px 0 0 8px;box-shadow:-4px 0 12px #5526c633;z-index:9999;transition:background .2s ease}
.PreferenceTab:hover{background:linear-gradient(135deg,#6b3ad4,#12c085)}
@media (max-width: 640px) {
.CookieBannerContent{flex-direction:column;align-items:stretch}
.CookieActions{flex-direction:column}
.CookieBtn{width:100%}
.PreferencePanel{width:90%;right:-100%}
}
.rules-section{max-width:1000px;margin:0 auto;padding:60px 24px;background:#fff}
.rules-section p{font-size:16px;line-height:1.75;color:#24292f;margin:0 0 20px}
.rules-section p strong,.rules-section p b{font-weight:600;color:#1b1f23}
.rules-section p em,.rules-section p i{font-style:italic;color:#57606a}
.rules-section ul,.rules-section ol{margin:0 0 24px;padding-left:32px}
.rules-section ul li,.rules-section ol li{font-size:16px;line-height:1.7;color:#24292f;margin-bottom:12px}
.rules-section ul li strong,.rules-section ol li strong,.rules-section ul li b,.rules-section ol li b{font-weight:600;color:#1b1f23}
.rules-section ul li em,.rules-section ol li em,.rules-section ul li i,.rules-section ol li i{font-style:italic}
.rules-section ul{list-style-type:disc}
.rules-section ol{list-style-type:decimal}
.rules-section ul ul,.rules-section ol ol,.rules-section ul ol,.rules-section ol ul{margin-top:12px;margin-bottom:12px}
.rules-section table{width:100%;border-collapse:collapse;margin:0 0 32px;background:#fff;border:1px solid #d0d7de;border-radius:8px;overflow:hidden}
.rules-section table thead{background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%)}
.rules-section table thead tr th{padding:16px 20px;text-align:left;font-size:15px;font-weight:600;color:#fff;border-bottom:2px solid #5526C6}
.rules-section table tbody tr{border-bottom:1px solid #d0d7de}
.rules-section table tbody tr:last-child{border-bottom:none}
.rules-section table tbody tr:nth-child(even){background:#f6f8fa}
.rules-section table tbody tr td{padding:14px 20px;font-size:15px;line-height:1.6;color:#24292f}
.rules-section table tbody tr td strong,.rules-section table tbody tr td b{font-weight:600;color:#1b1f23}
.rules-section hr{border:none;height:2px;background:linear-gradient(90deg,#5526C6 0%,#0FAD76 100%);margin:40px 0;border-radius:2px}
.rules-section div{margin:0 0 20px}
.rules-section div p:last-child{margin-bottom:0}
@media (max-width: 1024px) {
.rules-section{padding:48px 20px}
.rules-section p,.rules-section ul li,.rules-section ol li{font-size:15px}
.rules-section table{font-size:14px}
.rules-section table thead tr th,.rules-section table tbody tr td{padding:12px 16px}
}
@media (max-width: 640px) {
.rules-section{padding:32px 16px}
.rules-section p,.rules-section ul li,.rules-section ol li{font-size:14px;line-height:1.65}
.rules-section ul,.rules-section ol{padding-left:24px}
.rules-section table{display:block;overflow-x:auto;border-radius:6px}
.rules-section table thead tr th,.rules-section table tbody tr td{padding:10px 12px;font-size:13px}
.rules-section hr{margin:28px 0}
}
.TopWrap{background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%);padding:80px 20px;position:relative;overflow:hidden}
.TopWrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#effdf226 0%,transparent 70%);border-radius:50%}
.TopContent{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.TopText h1{font-size:46px;color:#fff;font-weight:700;line-height:1.2;margin:0 0 20px}
.TopText p{font-size:18px;color:#EFFDF2;line-height:1.6;margin:0 0 32px}
.TopCTA{display:inline-block;background:#fff;color:#5526C6;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 6px 20px #00000026}
.TopCTA:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000040;background:#EFFDF2}
.TopImageClip{position:relative;width:100%;height:420px}
.TopImageClip img{width:100%;height:100%;object-fit:cover;clip-path:polygon(15% 0%,100% 0%,85% 100%,0% 100%);filter:brightness(0.9) contrast(1.1)}
.TrustSection{background:#fff;padding:90px 20px}
.TrustInner{max-width:1000px;margin:0 auto}
.TrustInner h2{font-size:38px;color:#5526C6;margin:0 0 16px;font-weight:700}
.TrustInner h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#0FAD76,#5526C6);margin-top:12px;border-radius:2px}
.TrustGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.TrustCard{background:linear-gradient(135deg,#EFFDF2 0%,#fff 100%);padding:32px;border-radius:16px;border:2px solid #0FAD76;transition:all .3s ease}
.TrustCard:hover{transform:translateY(-6px);box-shadow:0 12px 30px #5526c626}
.TrustCard h3{font-size:22px;color:#5526C6;margin:0 0 14px;font-weight:600}
.TrustCard p{font-size:16px;color:#333;line-height:1.6;margin:0}
.PracticeZone{background:linear-gradient(180deg,#5526C6 0%,#0FAD76 100%);padding:80px 20px;position:relative}
.PracticeContainer{max-width:1000px;margin:0 auto}
.PracticeContainer h2{font-size:36px;color:#fff;margin:0 0 50px;text-align:center;font-weight:700}
.PracticeModules{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.ModuleBox{background:#ffffff1f;padding:36px;border-radius:20px;backdrop-filter:blur(10px);border:1px solid #fff3}
.ModuleBox h3{font-size:24px;color:#EFFDF2;margin:0 0 16px;font-weight:600}
.ModuleBox p{font-size:16px;color:#fff;line-height:1.7;margin:0 0 20px}
.ModuleBox img{width:100%;height:200px;object-fit:cover;border-radius:12px;margin-top:16px}
.CareerPathways{background:#fff;padding:90px 20px}
.CareerWrap{max-width:1000px;margin:0 auto}
.CareerWrap h2{font-size:38px;color:#5526C6;margin:0 0 20px;font-weight:700}
.CareerWrap > p{font-size:18px;color:#555;line-height:1.6;margin:0 0 50px}
.CareerTabs{border-bottom:3px solid #EFFDF2;margin-bottom:40px}
.CareerTabs input[type="radio"]{display:none}
.CareerTabs label{display:inline-block;padding:16px 32px;font-size:16px;font-weight:600;color:#5526C6;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-3px;transition:all .3s ease}
.CareerTabs label:hover{background:#EFFDF2}
.CareerTabs input[type="radio"]:checked + label{border-bottom-color:#0FAD76;color:#0FAD76}
.CareerPanel{display:none}
.CareerTabs input[type="radio"]:nth-of-type(1):checked ~ .CareerPanel:nth-of-type(1),.CareerTabs input[type="radio"]:nth-of-type(2):checked ~ .CareerPanel:nth-of-type(2),.CareerTabs input[type="radio"]:nth-of-type(3):checked ~ .CareerPanel:nth-of-type(3){display:block}
.CareerPanel h3{font-size:26px;color:#5526C6;margin:0 0 16px;font-weight:600}
.CareerPanel p{font-size:16px;color:#333;line-height:1.7;margin:0 0 24px}
.CareerList{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.CareerList li{background:#EFFDF2;padding:20px;border-radius:12px;font-size:15px;color:#333;list-style:none;border-left:4px solid #0FAD76}
.TransparencyBlock{background:#EFFDF2;padding:80px 20px}
.TransparencyHolder{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.TransparencyText h2{font-size:36px;color:#5526C6;margin:0 0 20px;font-weight:700}
.TransparencyText h2::before{content:'';display:inline-block;width:8px;height:36px;background:#0FAD76;margin-right:12px;vertical-align:middle;border-radius:4px}
.TransparencyText p{font-size:16px;color:#333;line-height:1.7;margin:0 0 16px}
.TransparencyVisual{position:relative}
.TransparencyVisual img{width:100%;height:350px;object-fit:cover;border-radius:20px;box-shadow:0 10px 40px #5526c633}
.SocialResponsibility{background:#fff;padding:90px 20px}
.SocialContainer{max-width:1000px;margin:0 auto}
.SocialContainer h2{font-size:38px;color:#5526C6;margin:0 0 50px;text-align:center;font-weight:700}
.SocialGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.SocialItem{display:flex;gap:24px;align-items:flex-start;background:linear-gradient(135deg,#fff 0%,#EFFDF2 100%);padding:32px;border-radius:16px;box-shadow:0 4px 20px #0fad761a}
.SocialIcon{width:60px;height:60px;flex-shrink:0;background:linear-gradient(135deg,#5526C6,#0FAD76);border-radius:12px;display:flex;align-items:center;justify-content:center}
.SocialIcon svg{width:32px;height:32px;fill:#fff}
.SocialContent h3{font-size:22px;color:#5526C6;margin:0 0 12px;font-weight:600}
.SocialContent p{font-size:15px;color:#333;line-height:1.6;margin:0}
.EfficiencyArea{background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%);padding:90px 20px}
.EfficiencyBox{max-width:1000px;margin:0 auto}
.EfficiencyBox h2{font-size:38px;color:#fff;margin:0 0 24px;text-align:center;font-weight:700}
.EfficiencyBox > p{font-size:18px;color:#EFFDF2;line-height:1.6;text-align:center;margin:0 0 50px;max-width:700px;margin-left:auto;margin-right:auto}
.EfficiencyStats{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.StatBox{background:#ffffff26;padding:36px 24px;border-radius:16px;text-align:center;backdrop-filter:blur(10px);border:1px solid #ffffff40;transition:all .3s ease}
.StatBox:hover{transform:translateY(-8px);background:#ffffff38}
.StatBox h4{font-size:48px;color:#EFFDF2;margin:0 0 12px;font-weight:700}
.StatBox p{font-size:16px;color:#fff;margin:0;line-height:1.4}
.TestimonialSection{background:#fff;padding:90px 20px}
.TestimonialWrap{max-width:1000px;margin:0 auto}
.TestimonialWrap h2{font-size:38px;color:#5526C6;margin:0 0 50px;text-align:center;font-weight:700}
.TestimonialCards{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.TestimonialCard{background:#EFFDF2;padding:36px;border-radius:20px;position:relative;border:2px solid #0FAD76}
.TestimonialCard::before{content:'"';position:absolute;top:-20px;left:30px;font-size:100px;color:#5526C6;opacity:.2;font-family:Georgia,serif;line-height:1}
.TestimonialCard p{font-size:16px;color:#333;line-height:1.7;margin:0 0 24px;position:relative;z-index:2}
.TestimonialAuthor{display:flex;align-items:center;gap:16px}
.TestimonialAuthor img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #0FAD76}
.AuthorInfo h5{font-size:18px;color:#5526C6;margin:0 0 4px;font-weight:600}
.AuthorInfo span{font-size:14px;color:#666}
@media (max-width: 1024px) {
.TopContent{grid-template-columns:1fr;gap:40px}
.TopText h1{font-size:38px}
.TopImageClip{height:320px}
.TrustGrid{grid-template-columns:1fr 1fr}
.PracticeModules{grid-template-columns:1fr}
.CareerList{grid-template-columns:1fr}
.TransparencyHolder{grid-template-columns:1fr}
.SocialGrid{grid-template-columns:1fr}
.EfficiencyStats{grid-template-columns:1fr 1fr}
.TestimonialCards{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.TopWrap{padding:60px 20px}
.TopText h1{font-size:32px}
.TopText p{font-size:16px}
.TopImageClip{height:280px}
.TrustSection,.CareerPathways,.SocialResponsibility,.EfficiencyArea,.TestimonialSection{padding:60px 20px}
.TrustInner h2,.CareerWrap h2,.SocialContainer h2,.EfficiencyBox h2,.TestimonialWrap h2{font-size:30px}
.TrustGrid{grid-template-columns:1fr}
.CareerTabs label{display:block;padding:12px 20px}
.EfficiencyStats{grid-template-columns:1fr}
.StatBox h4{font-size:40px}
}
.TitleZone{background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%);padding:80px 20px;position:relative;overflow:hidden}
.TitleZone::before{content:'';position:absolute;width:400px;height:400px;background:#ffffff1a;border-radius:50%;top:-200px;right:-100px;animation:floatShape 8s ease-in-out infinite}
.TitleZone::after{content:'';position:absolute;width:300px;height:300px;background:#0fad7626;border-radius:50%;bottom:-150px;left:-50px;animation:floatShape 10s ease-in-out infinite reverse}
@keyframes floatShape {
0%,100%{transform:translate(0,0)}
50%{transform:translate(30px,30px)}
}
.TitleZone .ContentWrap{max-width:900px;margin:0 auto;position:relative;z-index:2}
.TitleZone .MainHeading{font-size:48px;color:#fff;margin:0 0 20px;font-weight:700;line-height:1.2}
.TitleZone .SubStatement{font-size:20px;color:#EFFDF2;margin:0;line-height:1.6;max-width:700px}
.StorySection{padding:80px 20px;background:#fff}
.StorySection .ContentHolder{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.StorySection .TextColumn h2{font-size:36px;color:#5526C6;margin:0 0 24px;font-weight:600}
.StorySection .TextColumn p{font-size:17px;color:#24292f;line-height:1.7;margin:0 0 20px}
.StorySection .TextColumn p:last-child{margin-bottom:0}
.StorySection .ImageColumn{position:relative}
.StorySection .ImageColumn img{width:100%;height:auto;border-radius:16px;object-fit:cover;box-shadow:0 8px 24px #5526c61f}
.StorySection .ImageColumn::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(45deg,#5526C6,#0FAD76);border-radius:16px;top:20px;left:20px;z-index:-1;opacity:.2}
.ValuesGrid{padding:80px 20px;background:linear-gradient(180deg,#EFFDF2 0%,#fff 100%)}
.ValuesGrid .GridContainer{max-width:1000px;margin:0 auto}
.ValuesGrid .SectionTitle{font-size:38px;color:#5526C6;text-align:center;margin:0 0 60px;font-weight:600}
.ValuesGrid .CardsWrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.ValuesGrid .ValueCard{background:#fff;padding:40px 30px;border-radius:20px;box-shadow:0 4px 16px #5526c614;transition:all .3s ease;border:2px solid transparent}
.ValuesGrid .ValueCard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #5526c626;border-color:#0FAD76}
.ValuesGrid .ValueCard h3{font-size:24px;color:#0FAD76;margin:0 0 16px;font-weight:600}
.ValuesGrid .ValueCard p{font-size:16px;color:#57606a;line-height:1.6;margin:0}
.TeamShowcase{padding:80px 20px;background:#fff}
.TeamShowcase .ShowcaseWrap{max-width:1000px;margin:0 auto}
.TeamShowcase .IntroText{text-align:center;max-width:700px;margin:0 auto 50px}
.TeamShowcase .IntroText h2{font-size:36px;color:#5526C6;margin:0 0 20px;font-weight:600}
.TeamShowcase .IntroText p{font-size:18px;color:#24292f;line-height:1.7;margin:0}
.TeamShowcase .MembersDisplay{display:flex;gap:40px;justify-content:center;flex-wrap:wrap}
.TeamShowcase .MemberCard{background:linear-gradient(135deg,#EFFDF2 0%,#fff 100%);padding:30px;border-radius:24px;text-align:center;width:280px;box-shadow:0 6px 20px #0fad761a;transition:transform .3s ease}
.TeamShowcase .MemberCard:hover{transform:scale(1.05)}
.TeamShowcase .MemberCard .PhotoFrame{width:160px;height:160px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:4px solid #0FAD76;box-shadow:0 4px 12px #5526c626}
.TeamShowcase .MemberCard .PhotoFrame img{width:100%;height:100%;object-fit:cover}
.TeamShowcase .MemberCard h4{font-size:22px;color:#5526C6;margin:0 0 8px;font-weight:600}
.TeamShowcase .MemberCard .RoleTag{font-size:15px;color:#0FAD76;margin:0 0 12px;font-weight:500}
.TeamShowcase .MemberCard p{font-size:15px;color:#57606a;line-height:1.6;margin:0}
.ApproachSection{padding:80px 20px;background:#f6f8fa}
.ApproachSection .ApproachContainer{max-width:1000px;margin:0 auto}
.ApproachSection .ApproachHeader{text-align:center;margin-bottom:50px}
.ApproachSection .ApproachHeader h2{font-size:36px;color:#5526C6;margin:0 0 16px;font-weight:600}
.ApproachSection .ApproachHeader p{font-size:18px;color:#24292f;margin:0;line-height:1.7}
.ApproachSection .MethodsList{display:grid;gap:30px}
.ApproachSection .MethodItem{display:grid;grid-template-columns:200px 1fr;gap:40px;background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 12px #5526c60f;align-items:center}
.ApproachSection .MethodItem:nth-child(even){grid-template-columns:1fr 200px}
.ApproachSection .MethodItem:nth-child(even) .MethodImage{order:2}
.ApproachSection .MethodImage{width:200px;height:200px;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #0fad7626}
.ApproachSection .MethodImage img{width:100%;height:100%;object-fit:cover}
.ApproachSection .MethodContent h3{font-size:26px;color:#0FAD76;margin:0 0 16px;font-weight:600}
.ApproachSection .MethodContent p{font-size:16px;color:#24292f;line-height:1.7;margin:0}
.DividerWave{height:80px;background:linear-gradient(90deg,#5526C6 0%,#0FAD76 100%);clip-path:polygon(0 0,100% 30%,100% 100%,0 70%)}
@media (max-width: 1024px) {
.StorySection .ContentHolder{grid-template-columns:1fr;gap:40px}
.ValuesGrid .CardsWrapper{grid-template-columns:1fr;gap:24px}
.ApproachSection .MethodItem,.ApproachSection .MethodItem:nth-child(even){grid-template-columns:1fr;gap:24px}
.ApproachSection .MethodItem:nth-child(even) .MethodImage{order:1}
.ApproachSection .MethodImage{width:100%;max-width:300px;margin:0 auto}
}
@media (max-width: 640px) {
.TitleZone{padding:60px 20px}
.TitleZone .MainHeading{font-size:32px}
.TitleZone .SubStatement{font-size:17px}
.StorySection,.ValuesGrid,.TeamShowcase,.ApproachSection{padding:60px 20px}
.StorySection .TextColumn h2,.TeamShowcase .IntroText h2,.ApproachSection .ApproachHeader h2{font-size:28px}
.ValuesGrid .SectionTitle{font-size:30px}
.TeamShowcase .MembersDisplay{flex-direction:column;align-items:center}
}
.PageWrapper{max-width:1000px;margin:0 auto;padding:0 20px}
.TitleSection{background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%);border-radius:20px;padding:80px 40px;margin:60px 0;position:relative;overflow:hidden}
.TitleSection::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);border-radius:50%}
.TitleSection::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#0fad7633 0%,transparent 60%);border-radius:50%}
.TitleContent{position:relative;z-index:2;max-width:700px}
.ProblemText{color:#fffffff2;font-size:18px;line-height:1.6;margin-bottom:16px}
.SolutionHeading{color:#FFF;font-size:42px;font-weight:700;line-height:1.2;margin:0}
.ContactFormSection{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin:80px 0;align-items:start}
.FormInfoBlock{display:flex;flex-direction:column;gap:32px}
.InfoCard{background:#EFFDF2;border-radius:16px;padding:32px;border-left:4px solid #0FAD76}
.InfoCard h3{color:#5526C6;font-size:20px;margin:0 0 16px;font-weight:600}
.InfoCard p{color:#2d3748;font-size:15px;line-height:1.7;margin:0}
.InfoLabel{display:block;color:#5526C6;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}
.InfoValue{color:#1a202c;font-size:16px;font-weight:500}
.InfoValue a{color:#0FAD76;text-decoration:none;transition:color .3s ease}
.InfoValue a:hover{color:#5526C6}
.FormContainer{background:linear-gradient(180deg,#FFF 0%,#EFFDF2 100%);border-radius:20px;padding:40px;box-shadow:0 8px 30px #5526c614}
.FormContainer h2{color:#5526C6;font-size:28px;margin:0 0 32px;font-weight:700}
.InputGroup{margin-bottom:24px}
.InputGroup label{display:block;color:#2d3748;font-size:14px;font-weight:600;margin-bottom:8px}
.InputGroup input[type="text"],.InputGroup input[type="email"],.InputGroup select{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;transition:all .3s ease;background:#FFF;box-sizing:border-box}
.InputGroup input[type="text"]:focus,.InputGroup input[type="email"]:focus,.InputGroup select:focus{outline:none;border-color:#5526C6;box-shadow:0 0 0 3px #5526c61a}
.RadioGroupWrapper{display:flex;flex-direction:column;gap:12px}
.RadioOption{display:flex;align-items:center;position:relative}
.RadioOption input[type="radio"]{width:20px;height:20px;margin-right:10px;cursor:pointer;accent-color:#5526C6}
.RadioOption label{margin:0;cursor:pointer;color:#2d3748;font-size:15px}
.PrivacyCheckbox{display:flex;align-items:start;margin:28px 0;gap:10px}
.PrivacyCheckbox input[type="checkbox"]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:#5526C6;flex-shrink:0}
.PrivacyCheckbox label{color:#4a5568;font-size:13px;line-height:1.6;cursor:pointer}
.PrivacyCheckbox label a{color:#0FAD76;text-decoration:none;font-weight:600}
.PrivacyCheckbox label a:hover{text-decoration:underline}
.SubmitButtonWrapper{margin-top:32px}
.SubmitButton{width:100%;background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%);color:#FFF;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #5526c640;z-index:10;position:relative}
.SubmitButton:hover{transform:translateY(-2px);box-shadow:0 10px 30px #5526c659}
.SubmitButton:active{transform:translateY(0)}
.ContactMethodsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:80px 0 100px}
.MethodCard{background:#FFF;border-radius:16px;padding:36px;text-align:center;border:2px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}
.MethodCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#5526C6 0%,#0FAD76 100%);transform:scaleX(0);transition:transform .3s ease}
.MethodCard:hover::before{transform:scaleX(1)}
.MethodCard:hover{border-color:#5526C6;box-shadow:0 8px 25px #5526c61f;transform:translateY(-4px)}
.MethodIcon{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.MethodIcon svg{width:32px;height:32px;fill:#FFF}
.MethodCard h3{color:#5526C6;font-size:20px;margin:0 0 12px;font-weight:700}
.MethodCard p{color:#4a5568;font-size:14px;line-height:1.6;margin:0 0 16px}
.MethodLink{display:inline-block;color:#0FAD76;font-weight:600;text-decoration:none;font-size:15px;transition:color .3s ease}
.MethodLink:hover{color:#5526C6}
@media (max-width: 1024px) {
.ContactFormSection{grid-template-columns:1fr;gap:40px}
.TitleSection{padding:60px 30px}
.SolutionHeading{font-size:36px}
}
@media (max-width: 640px) {
.PageWrapper{padding:0 16px}
.TitleSection{padding:40px 24px;margin:40px 0}
.SolutionHeading{font-size:28px}
.ProblemText{font-size:16px}
.FormContainer{padding:28px 20px}
.ContactMethodsGrid{grid-template-columns:1fr;gap:20px;margin:60px 0 80px}
.MethodCard{padding:28px}
}
.ProgramHeroWrap{position:relative;width:100%;max-width:1000px;margin:0 auto 80px;overflow:hidden;border-radius:20px}
.ProgramHeroWrap .BackgroundImage{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(8px);transform:scale(1.1)}
.ProgramHeroWrap .ContentOverlay{position:relative;z-index:2;padding:100px 40px;background:linear-gradient(135deg,#5526c6e0,#0fad76d9)}
.ProgramHeroWrap .MainHeading{font-size:56px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.1}
.ProgramHeroWrap .SubtextLine{font-size:20px;color:#EFFDF2;margin:0 0 12px;line-height:1.6;max-width:700px}
.ProgramHeroWrap .SubtextLine:last-of-type{margin-bottom:0}
.StructureSection{max-width:1000px;margin:0 auto 100px;padding:0 20px}
.StructureSection .SectionLabel{font-size:15px;text-transform:uppercase;letter-spacing:2px;color:#5526C6;margin:0 0 16px;font-weight:600}
.StructureSection .SectionTitle{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 48px;line-height:1.2}
.StructureSection .ModuleGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.StructureSection .ModuleCard{background:#fff;border:2px solid #EFFDF2;border-radius:16px;padding:32px 24px;transition:all .3s ease;box-shadow:0 4px 12px #5526c614}
.StructureSection .ModuleCard:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0fad762e;border-color:#0FAD76}
.StructureSection .ModuleNumber{font-size:14px;font-weight:600;color:#5526C6;margin:0 0 12px;text-transform:uppercase;letter-spacing:1px}
.StructureSection .ModuleTitle{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 14px;line-height:1.3}
.StructureSection .ModuleDescription{font-size:15px;color:#4a4a4a;line-height:1.6;margin:0 0 18px}
.StructureSection .DurationBadge{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,#5526C6,#0FAD76);color:#fff;border-radius:20px;font-size:13px;font-weight:600}
.ProgressWrapper{max-width:1000px;margin:0 auto 90px;padding:60px 40px;background:linear-gradient(180deg,#EFFDF2 0%,#fff 100%);border-radius:24px}
.ProgressWrapper .TopHeading{font-size:38px;font-weight:700;color:#1a1a1a;margin:0 0 50px;text-align:center}
.ProgressWrapper .PathContainer{position:relative;display:flex;flex-direction:column;gap:0}
.ProgressWrapper .StepRow{display:grid;grid-template-columns:80px 1fr;gap:32px;padding:28px 0;position:relative}
.ProgressWrapper .StepRow::before{content:'';position:absolute;left:40px;top:50%;bottom:-50%;width:3px;background:linear-gradient(180deg,#5526C6,#0FAD76)}
.ProgressWrapper .StepRow:last-child::before{display:none}
.ProgressWrapper .StepIcon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#5526C6,#0FAD76);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;box-shadow:0 8px 20px #5526c640;position:relative;z-index:2}
.ProgressWrapper .StepContent{padding-top:8px}
.ProgressWrapper .StepHeading{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 10px}
.ProgressWrapper .StepText{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0}
.ExpertiseBlock{max-width:1000px;margin:0 auto 100px;padding:0 20px}
.ExpertiseBlock .SplitLayout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.ExpertiseBlock .LeftContent{padding-right:20px}
.ExpertiseBlock .BlockTitle{font-size:40px;font-weight:700;color:#1a1a1a;margin:0 0 28px;line-height:1.2}
.ExpertiseBlock .BlockTitle::before{content:'';display:block;width:60px;height:5px;background:linear-gradient(90deg,#5526C6,#0FAD76);margin-bottom:20px;border-radius:3px}
.ExpertiseBlock .DetailParagraph{font-size:16px;color:#4a4a4a;line-height:1.8;margin:0 0 20px}
.ExpertiseBlock .DetailParagraph:last-of-type{margin-bottom:0}
.ExpertiseBlock .RightImage{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:0 12px 32px #5526c626}
.InstructorZone{max-width:1000px;margin:0 auto 90px;padding:0 20px}
.InstructorZone .ZoneHeader{text-align:center;margin-bottom:56px}
.InstructorZone .ZoneTitle{font-size:44px;font-weight:700;color:#1a1a1a;margin:0 0 18px}
.InstructorZone .ZoneSubtitle{font-size:18px;color:#4a4a4a;margin:0;line-height:1.6}
.InstructorZone .InstructorCards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.InstructorZone .InstructorCard{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 6px 24px #0fad761f;transition:all .3s ease}
.InstructorZone .InstructorCard:hover{transform:scale(1.03);box-shadow:0 16px 40px #5526c633}
.InstructorZone .InstructorPhoto{width:100%;height:320px;object-fit:cover}
.InstructorZone .InstructorInfo{padding:32px 28px}
.InstructorZone .InstructorName{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 10px}
.InstructorZone .InstructorRole{font-size:15px;color:#5526C6;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:1px}
.InstructorZone .InstructorBio{font-size:15px;color:#4a4a4a;line-height:1.7;margin:0}
.EnrollmentSection{max-width:1000px;margin:0 auto 60px;padding:70px 50px;background:linear-gradient(135deg,#5526C6,#0FAD76);border-radius:24px;text-align:center;position:relative;overflow:hidden}
.EnrollmentSection::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#effdf226,transparent);border-radius:50%}
.EnrollmentSection::after{content:'';position:absolute;bottom:-40%;left:-15%;width:350px;height:350px;background:radial-gradient(circle,#ffffff1a,transparent);border-radius:50%}
.EnrollmentSection .CalloutHeading{font-size:46px;font-weight:700;color:#fff;margin:0 0 20px;position:relative;z-index:2}
.EnrollmentSection .CalloutText{font-size:18px;color:#EFFDF2;margin:0 0 36px;line-height:1.7;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.EnrollmentSection .EnrollButton{display:inline-block;padding:18px 48px;background:#fff;color:#5526C6;font-size:18px;font-weight:700;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #00000026;position:relative;z-index:2}
.EnrollmentSection .EnrollButton:hover{transform:translateY(-4px);box-shadow:0 14px 32px #00000040;background:#EFFDF2}
@media (max-width: 1024px) {
.ProgramHeroWrap .ContentOverlay{padding:80px 30px}
.ProgramHeroWrap .MainHeading{font-size:44px}
.StructureSection .ModuleGrid{grid-template-columns:repeat(2,1fr);gap:24px}
.ExpertiseBlock .SplitLayout{grid-template-columns:1fr;gap:40px}
.ExpertiseBlock .LeftContent{padding-right:0}
.InstructorZone .InstructorCards{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 640px) {
.ProgramHeroWrap .ContentOverlay{padding:60px 24px}
.ProgramHeroWrap .MainHeading{font-size:32px;margin-bottom:18px}
.ProgramHeroWrap .SubtextLine{font-size:16px}
.StructureSection .SectionTitle{font-size:32px;margin-bottom:32px}
.StructureSection .ModuleGrid{grid-template-columns:1fr;gap:20px}
.StructureSection .ModuleCard{padding:24px 20px}
.ProgressWrapper{padding:40px 24px}
.ProgressWrapper .TopHeading{font-size:28px;margin-bottom:36px}
.ProgressWrapper .StepRow{grid-template-columns:60px 1fr;gap:20px;padding:20px 0}
.ProgressWrapper .StepRow::before{left:30px}
.ProgressWrapper .StepIcon{width:60px;height:60px;font-size:24px}
.ProgressWrapper .StepHeading{font-size:20px}
.ProgressWrapper .StepText{font-size:15px}
.ExpertiseBlock .BlockTitle{font-size:30px;margin-bottom:20px}
.ExpertiseBlock .RightImage{height:300px}
.InstructorZone .ZoneTitle{font-size:32px}
.InstructorZone .InstructorPhoto{height:280px}
.InstructorZone .InstructorInfo{padding:24px 20px}
.EnrollmentSection{padding:50px 28px}
.EnrollmentSection .CalloutHeading{font-size:32px}
.EnrollmentSection .CalloutText{font-size:16px;margin-bottom:28px}
.EnrollmentSection .EnrollButton{padding:16px 36px;font-size:16px}
}
.SuccessIntroWrapper{background:linear-gradient(135deg,#EFFDF2 0%,#fff 100%);padding:80px 20px;display:flex;align-items:center;justify-content:center;min-height:500px}
.SuccessIntroContainer{max-width:1000px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.SuccessTextContent h1{font-size:48px;font-weight:700;color:#5526C6;margin:0 0 24px;line-height:1.2}
.SuccessTextContent .DescriptionText{font-size:18px;line-height:1.7;color:#24292f;margin:0 0 32px}
.SuccessVisualArea{position:relative;display:flex;align-items:center;justify-content:center}
.SuccessVisualArea .IconCircle{width:200px;height:200px;background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #5526c640;position:relative}
.SuccessVisualArea .IconCircle svg{width:100px;height:100px;fill:#fff}
.SuccessVisualArea .DecorativeShape{position:absolute;width:280px;height:280px;border:3px solid #0FAD76;border-radius:50%;opacity:.3;animation:pulse 3s ease-in-out infinite}
@keyframes pulse {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.1);opacity:.15}
}
.PrimaryActionButton{display:inline-block;background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%);color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:18px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #5526c64d}
.PrimaryActionButton:hover{transform:translateY(-2px);box-shadow:0 10px 28px #5526c666}
.AdditionalDetails{background:#fff;padding:60px 20px}
.AdditionalDetailsContainer{max-width:1000px;width:100%;margin:0 auto}
.NextStepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:0}
.StepCard{background:#EFFDF2;padding:32px;border-radius:16px;border:2px solid transparent;transition:all .3s ease;position:relative}
.StepCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#5526C6 0%,#0FAD76 100%);border-radius:16px 16px 0 0;opacity:0;transition:opacity .3s ease}
.StepCard:hover{border-color:#0FAD76;box-shadow:0 8px 24px #0fad7626;transform:translateY(-4px)}
.StepCard:hover::before{opacity:1}
.StepCard .NumberBadge{width:48px;height:48px;background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 0 20px}
.StepCard h3{font-size:22px;font-weight:700;color:#24292f;margin:0 0 12px}
.StepCard p{font-size:16px;line-height:1.6;color:#57606a;margin:0}
.ContactInfoBar{background:linear-gradient(135deg,#5526C6 0%,#0FAD76 100%);padding:40px 20px;margin:60px 0 0;border-radius:16px}
.ContactInfoBar .ContactContent{max-width:1000px;margin:0 auto;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:30px}
.ContactItem{display:flex;align-items:center;gap:12px;color:#fff}
.ContactItem svg{width:32px;height:32px;fill:#fff}
.ContactItem .ContactLabel{font-size:14px;opacity:.9;margin:0 0 4px}
.ContactItem .ContactValue{font-size:18px;font-weight:600;margin:0}
.ContactItem a{color:#fff;text-decoration:none;transition:opacity .3s ease}
.ContactItem a:hover{opacity:.8}
@media (max-width: 1024px) {
.SuccessIntroContainer{grid-template-columns:1fr;gap:40px;text-align:center}
.SuccessTextContent h1{font-size:40px}
.NextStepsGrid{grid-template-columns:1fr}
.ContactInfoBar .ContactContent{flex-direction:column;gap:24px}
}
@media (max-width: 640px) {
.SuccessIntroWrapper{padding:60px 20px}
.SuccessTextContent h1{font-size:32px}
.SuccessTextContent .DescriptionText{font-size:16px}
.SuccessVisualArea .IconCircle{width:160px;height:160px}
.SuccessVisualArea .IconCircle svg{width:80px;height:80px}
.SuccessVisualArea .DecorativeShape{width:220px;height:220px}
.PrimaryActionButton{padding:14px 32px;font-size:16px}
.StepCard{padding:24px}
.ContactInfoBar{padding:30px 20px}
}