@import "https://cdn.jsdelivr.net/npm/@fontsource/merriweather@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/merriweather@latest/700.css";
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Merriweather',serif;display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#FFFCF2 0%,#f5f5f0 100%);color:#1a1a1a;line-height:1.6}
body::-webkit-scrollbar{width:9px}
body::-webkit-scrollbar-track{background:#45f4f51a;border-radius:8px}
body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#45F4F5 0%,#72133D 100%);border-radius:8px}
.pageHeader{background:linear-gradient(90deg,#72133D 0%,#45F4F5 100%);box-shadow:0 4px 16px #0000001f;position:relative}
.topBar{background:#fffcf226;padding:16px 0;border-bottom:1px solid #fff3}
.topBarContent{max-width:960px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}
.brandLogo{height:90px;width:90px;background:#FFFCF2;padding:8px;border-radius:6px;box-shadow:0 2px 12px #00000026}
.companyTitle{font-size:2rem;font-weight:700;color:#FFFCF2;text-shadow:2px 2px 4px #0000004d;letter-spacing:.5px}
.mainNavigation{padding:18px 0}
.navContainer{max-width:960px;margin:0 auto;padding:0 20px}
.navList{list-style:none;display:flex;justify-content:center;gap:32px;flex-wrap:wrap}
.navList li a{color:#FFFCF2;text-decoration:none;font-size:1.05rem;font-weight:400;padding:8px 14px;border-radius:4px;transition:background .2s ease-out;display:block}
.navList li a:hover{background:#fffcf233}
main{flex:1}
.siteFooter{background:linear-gradient(180deg,#72133D 0%,#45F4F5 100%);color:#FFFCF2;margin-top:60px}
.footerSection1{padding:42px 20px 28px;border-bottom:1px solid #fffcf240}
.footerContent1{max-width:960px;margin:0 auto}
.footerHeading{font-size:1.4rem;font-weight:700;margin-bottom:22px;color:#FFFCF2}
.footerLinkList{list-style:none;display:flex;gap:28px;flex-wrap:wrap}
.footerLinkList a{color:#FFFCF2;text-decoration:none;font-size:.95rem;transition:opacity .2s ease-out}
.footerLinkList a:hover{opacity:.8}
.footerSection2{padding:32px 20px 26px;border-bottom:1px solid #fffcf240}
.footerContent2{max-width:960px;margin:0 auto}
.contactInfo{display:flex;flex-direction:column;gap:12px}
.contactInfo p{font-size:.9rem;line-height:1.7}
.contactInfo a{color:#FFFCF2;text-decoration:underline}
.footerSection3{padding:24px 20px;background:#00000026}
.footerContent3{max-width:960px;margin:0 auto;text-align:center;font-size:.85rem;opacity:.9}
.cookieModal{position:fixed;right:0;top:50%;transform:translateY(-50%) translateX(100%);width:100%;max-width:420px;background:#FFFCF2;box-shadow:-4px 0 24px #0000002e;z-index:9999;transition:transform .35s ease-out;border-left:4px solid #45F4F5}
.cookieModal.visible{transform:translateY(-50%) translateX(0)}
.cookieContent{padding:32px 28px}
.cookieTitle{font-size:1.3rem;font-weight:700;color:#72133D;margin-bottom:16px}
.cookieDescription{font-size:.9rem;color:#333;margin-bottom:24px;line-height:1.6}
.cookieOptions{display:flex;flex-direction:column;gap:14px;margin-bottom:26px}
.checkOption{display:flex;align-items:center;gap:10px}
.checkOption input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
.checkOption label{font-size:.88rem;color:#1a1a1a;cursor:pointer}
.cookieActions{display:flex;gap:12px;flex-wrap:wrap}
.btnAccept,.btnDecline{flex:1;padding:12px 24px;border:none;border-radius:50px;font-family:'Merriweather',serif;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease-out;min-width:120px}
.btnAccept{background:linear-gradient(135deg,#45F4F5 0%,#72133D 100%);color:#FFFCF2}
.btnAccept:hover{box-shadow:0 4px 12px #45f4f566}
.btnDecline{background:#e0e0e0;color:#333}
.btnDecline:hover{background:#d0d0d0}
@media (max-width: 768px) {
.topBarContent{flex-direction:column;gap:16px;text-align:center}
.companyTitle{font-size:1.5rem}
.brandLogo{height:70px;width:70px}
.navList{flex-direction:column;gap:8px;align-items:center}
.cookieModal{max-width:90%;right:5%}
.cookieActions{flex-direction:column}
.btnAccept,.btnDecline{width:100%}
}
@media (max-width: 480px) {
.companyTitle{font-size:1.25rem}
.brandLogo{height:60px;width:60px}
.navList li a{font-size:.95rem}
.footerHeading{font-size:1.2rem}
}
.doc-wrapper{max-width:960px;margin:0 auto;padding:4rem 1.5rem;background:#FFFCF2;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7}
.doc-wrapper h1{font-size:2.5rem;font-weight:700;color:#72133D;margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}
.doc-wrapper h2{font-size:1.875rem;font-weight:600;color:#72133D;margin:3rem 0 1.25rem;line-height:1.3;padding-top:1rem;border-top:2px solid #45f4f54d}
.doc-wrapper h3{font-size:1.5rem;font-weight:600;color:#2a2a2a;margin:2.5rem 0 1rem;line-height:1.4}
.doc-wrapper h4{font-size:1.25rem;font-weight:600;color:#2a2a2a;margin:2rem 0 .875rem;line-height:1.4}
.doc-wrapper h5{font-size:1.125rem;font-weight:600;color:#3a3a3a;margin:1.75rem 0 .75rem;line-height:1.5}
.doc-wrapper h6{font-size:1rem;font-weight:600;color:#3a3a3a;margin:1.5rem 0 .75rem;line-height:1.5;text-transform:uppercase;letter-spacing:.05em}
.doc-wrapper p{font-size:1.0625rem;margin:0 0 1.25rem;color:#2a2a2a;max-width:75ch}
.doc-wrapper ul{margin:0 0 1.5rem;padding-left:1.75rem;list-style-type:disc}
.doc-wrapper ol{margin:0 0 1.5rem;padding-left:1.75rem;list-style-type:decimal}
.doc-wrapper ul ul{margin:.5rem 0;list-style-type:circle}
.doc-wrapper ol ol{margin:.5rem 0;list-style-type:lower-alpha}
.doc-wrapper li{font-size:1.0625rem;margin-bottom:.625rem;color:#2a2a2a;line-height:1.7}
.doc-wrapper ul li{padding-left:.5rem}
.doc-wrapper ol li{padding-left:.5rem}
.doc-wrapper strong{font-weight:600;color:#1a1a1a}
.doc-wrapper b{font-weight:600;color:#1a1a1a}
.doc-wrapper hr{border:none;height:1px;background:linear-gradient(90deg,#45f4f54d,#72133d4d,#45f4f54d);margin:3rem 0}
.doc-wrapper div{margin:0 0 1rem}
@media (max-width: 768px) {
.doc-wrapper{padding:2.5rem 1.25rem}
.doc-wrapper h1{font-size:2rem;margin-bottom:1.25rem}
.doc-wrapper h2{font-size:1.625rem;margin:2.5rem 0 1rem}
.doc-wrapper h3{font-size:1.375rem;margin:2rem 0 .875rem}
.doc-wrapper h4{font-size:1.125rem;margin:1.75rem 0 .75rem}
.doc-wrapper p{font-size:1rem}
.doc-wrapper li{font-size:1rem}
}
@media (max-width: 480px) {
.doc-wrapper{padding:2rem 1rem}
.doc-wrapper h1{font-size:1.75rem}
.doc-wrapper h2{font-size:1.5rem}
.doc-wrapper ul{padding-left:1.5rem}
.doc-wrapper ol{padding-left:1.5rem}
}
.heroZone{display:flex;align-items:center;max-width:960px;margin:0 auto;padding:3rem 1.5rem;gap:2.5rem}
.heroZone .imageArea{flex:0 0 40%;position:relative}
.heroZone .imageArea img{width:100%;height:auto;display:block;border-radius:8px;filter:saturate(0.75);box-shadow:0 12px 32px #72133d2e}
.heroZone .imageArea::after{content:'';position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:3px;height:70%;background:linear-gradient(to bottom,#45F4F5,#72133D);border-radius:2px}
.heroZone .textArea{flex:1}
.heroZone .textArea h1{font-size:2.5rem;line-height:1.2;margin:0 0 1.25rem;color:#1a1a1a;font-weight:700}
.heroZone .textArea .descText{font-size:1.1rem;line-height:1.7;color:#4a4a4a;margin:0}
.solutionsSect{background:linear-gradient(135deg,#FFFCF2 0%,#f5f5f5 100%);padding:4rem 1.5rem}
.solutionsSect .wrapInner{max-width:960px;margin:0 auto}
.solutionsSect h2{font-size:2.2rem;margin:0 0 1rem;color:#1a1a1a;font-weight:700}
.solutionsSect .leadPara{font-size:1.05rem;line-height:1.8;color:#4a4a4a;margin:0 0 2.5rem}
.solutionGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.solCard{background:#fff;border-radius:10px;padding:2rem;box-shadow:0 8px 24px #72133d1a;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #45F4F5}
.solCard:hover{transform:translateY(-6px);box-shadow:0 16px 40px #72133d2e}
.solCard h3{font-size:1.4rem;margin:0 0 .75rem;color:#72133D;font-weight:600}
.solCard p{font-size:.95rem;line-height:1.7;color:#555;margin:0}
.directionsArea{padding:4.5rem 1.5rem;position:relative;overflow:hidden}
.directionsArea::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,#45f4f514 0%,transparent 50%),radial-gradient(circle at 80% 20%,#72133d14 0%,transparent 50%);z-index:0}
.directionsArea .innerWrap{max-width:960px;margin:0 auto;position:relative;z-index:1}
.directionsArea h2{font-size:2.2rem;margin:0 0 2.5rem;color:#1a1a1a;font-weight:700;text-align:center}
.directionsList{display:flex;flex-direction:column;gap:1.5rem}
.dirItem{background:#fff;border-radius:8px;padding:1.75rem 2rem;box-shadow:0 6px 20px #00000014;display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s ease;border:2px solid transparent}
.dirItem:hover{border-color:#45F4F5;box-shadow:0 10px 32px #45f4f533}
.dirItem .iconBox{flex:0 0 60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#45F4F5,#72133D);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;font-weight:700}
.dirItem .textBox h4{font-size:1.3rem;margin:0 0 .5rem;color:#1a1a1a;font-weight:600}
.dirItem .textBox p{font-size:.95rem;line-height:1.7;color:#555;margin:0}
.progressSection{background:linear-gradient(to bottom,#FFFCF2,#fff);padding:4rem 1.5rem}
.progressSection .containerWrap{max-width:960px;margin:0 auto}
.progressSection h2{font-size:2.2rem;margin:0 0 1.25rem;color:#1a1a1a;font-weight:700}
.progressSection .introPara{font-size:1.05rem;line-height:1.8;color:#4a4a4a;margin:0 0 2.5rem}
.progressGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.progressCard{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 8px 20px #0000000f;position:relative;overflow:hidden}
.progressCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#45F4F5,#72133D)}
.progressCard h4{font-size:1.25rem;margin:0 0 1rem;color:#72133D;font-weight:600}
.progressCard p{font-size:.95rem;line-height:1.7;color:#555;margin:0 0 1.5rem}
.metricBar{height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}
.metricBar .fill{height:100%;background:linear-gradient(to right,#45F4F5,#72133D);border-radius:4px;transition:width 1s ease}
.metricBar.skill1 .fill{width:78%}
.metricBar.skill2 .fill{width:85%}
.metricBar.skill3 .fill{width:92%}
.metricBar.skill4 .fill{width:67%}
.metricLabel{font-size:.85rem;color:#666;margin:0}
.peopleZone{padding:4rem 1.5rem;background:#fff}
.peopleZone .innerBox{max-width:960px;margin:0 auto}
.peopleZone h2{font-size:2.2rem;margin:0 0 1rem;color:#1a1a1a;font-weight:700;text-align:center}
.peopleZone .subHeading{font-size:1.05rem;line-height:1.8;color:#4a4a4a;margin:0 auto 3rem;max-width:720px;text-align:center}
.teamShowcase{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.teamBlock{background:linear-gradient(135deg,#FFFCF2,#f9f9f9);padding:2rem;border-radius:10px;box-shadow:0 8px 24px #72133d1a;transition:transform .3s ease}
.teamBlock:hover{transform:scale(1.02)}
.teamBlock h5{font-size:1.2rem;margin:0 0 .75rem;color:#72133D;font-weight:600}
.teamBlock p{font-size:.95rem;line-height:1.7;color:#555;margin:0 0 1rem}
.teamBlock .roleTag{display:inline-block;background:linear-gradient(to right,#45F4F5,#72133D);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}
.visualGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}
.visualGrid img{width:100%;height:240px;object-fit:cover;border-radius:8px;box-shadow:0 8px 20px #0000001f}
@media (max-width: 768px) {
.heroZone{flex-direction:column;padding:2rem 1rem}
.heroZone .imageArea{flex:0 0 auto;width:100%}
.heroZone .imageArea::after{display:none}
.heroZone .textArea h1{font-size:1.8rem}
.solutionsSect,.directionsArea,.progressSection,.peopleZone{padding:3rem 1rem}
.solutionGrid{grid-template-columns:1fr}
.progressGrid{grid-template-columns:1fr}
.teamShowcase{grid-template-columns:1fr}
.visualGrid{grid-template-columns:1fr}
.dirItem{flex-direction:column;text-align:center}
.dirItem .iconBox{margin:0 auto}
}
@media (min-width: 769px) and (max-width: 1024px) {
.heroZone{padding:3rem 1.5rem}
.progressGrid{gap:1.5rem}
.visualGrid img{height:200px}
}
.contactTitle{max-width:960px;margin:0 auto;padding:4rem 1.5rem 3rem;position:relative}
.contactTitle .mainHeading{font-size:2.8rem;line-height:1.15;color:#72133D;margin:0 0 1.5rem;max-width:600px}
.contactTitle .subtext{font-size:1.1rem;line-height:1.6;color:#444;max-width:520px;margin:0}
.contactTitle .decorativeMarker{position:absolute;right:10%;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;opacity:.3}
.contactTitle .decorativeMarker span{width:8px;height:8px;background:linear-gradient(135deg,#45F4F5,#72133D);border-radius:50%}
.contactFormWrapper{background:linear-gradient(165deg,#FFFCF2 0%,#45f4f514 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}
.contactFormWrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#45f4f51f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.formContainer{max-width:680px;margin:0 auto;background:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 8px 28px #72133d14;position:relative;z-index:2}
.formContainer h2{font-size:1.9rem;color:#72133D;margin:0 0 .6rem;line-height:1.3}
.formContainer .formIntro{font-size:1rem;color:#666;margin:0 0 2.5rem;line-height:1.6}
.contactForm .fieldGroup{margin-bottom:2rem}
.contactForm label{display:block;font-size:.95rem;color:#333;margin-bottom:.6rem;font-weight:500}
.contactForm input[type="email"]{width:100%;padding:.95rem 1.2rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}
.contactForm input[type="email"]:focus{outline:none;border-color:#45F4F5;box-shadow:0 0 0 3px #45f4f51a}
.radioOptions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}
.radioItem{display:flex;align-items:center;position:relative}
.radioItem input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.radioItem .radioCustom{width:22px;height:22px;border:2px solid #ddd;border-radius:50%;margin-right:.8rem;position:relative;transition:all .25s ease;flex-shrink:0}
.radioItem input[type="radio"]:checked + .radioCustom{border-color:#45F4F5;background:linear-gradient(135deg,#45F4F5,#72133D)}
.radioItem input[type="radio"]:checked + .radioCustom::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}
.radioItem .labelText{font-size:.98rem;color:#444;cursor:pointer;user-select:none}
.radioItem input[type="radio"]:checked ~ .labelText{color:#72133D;font-weight:500}
.checkboxWrapper{margin:2rem 0 1.8rem;display:flex;align-items:flex-start}
.checkboxWrapper input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer}
.checkboxWrapper .checkCustom{width:20px;height:20px;border:2px solid #ddd;border-radius:4px;margin-right:.7rem;position:relative;transition:all .25s ease;flex-shrink:0;cursor:pointer;margin-top:2px}
.checkboxWrapper input[type="checkbox"]:checked + .checkCustom{background:linear-gradient(135deg,#45F4F5,#72133D);border-color:#45F4F5}
.checkboxWrapper input[type="checkbox"]:checked + .checkCustom::after{content:'';position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.checkboxWrapper .consentText{font-size:.88rem;color:#666;line-height:1.5;cursor:pointer}
.checkboxWrapper .consentText a{color:#72133D;text-decoration:none;border-bottom:1px solid #72133d4d;transition:border-color .2s ease}
.checkboxWrapper .consentText a:hover{border-bottom-color:#72133D}
.submitButton{width:100%;padding:1.1rem 2rem;background:linear-gradient(135deg,#45F4F5 0%,#72133D 100%);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #45f4f540;z-index:10;position:relative}
.submitButton:hover{transform:translateY(-2px);box-shadow:0 6px 24px #45f4f559}
.submitButton:active{transform:translateY(0)}
.infoGrid{max-width:960px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}
.infoCard{background:#fff;padding:2rem 1.8rem;border-radius:10px;border-left:4px solid #45F4F5;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.infoCard:hover{transform:translateX(6px);box-shadow:0 6px 24px #0000001a}
.infoCard h3{font-size:1.3rem;color:#72133D;margin:0 0 1rem}
.infoCard .detailLine{font-size:.95rem;color:#555;line-height:1.7;margin:.5rem 0;display:flex;align-items:flex-start}
.infoCard .detailLine::before{content:'→';color:#45F4F5;margin-right:.6rem;font-weight:700;flex-shrink:0}
.infoCard a{color:#72133D;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.infoCard a:hover{border-bottom-color:#72133D}
@media (max-width: 768px) {
.contactTitle .mainHeading{font-size:2.2rem}
.contactTitle .decorativeMarker{display:none}
.formContainer{padding:2rem 1.5rem}
.formContainer h2{font-size:1.6rem}
.infoGrid{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 480px) {
.contactTitle{padding:3rem 1rem 2rem}
.contactTitle .mainHeading{font-size:1.85rem}
.contactFormWrapper{padding:3rem 1rem}
.formContainer{padding:1.8rem 1.2rem}
}
.titleWrap{display:flex;align-items:center;gap:32px;max-width:960px;margin:0 auto;padding:64px 20px;position:relative}
.titleWrap::before,.titleWrap::after{content:'';position:absolute;width:8px;height:8px;border:2px dotted #45F4F5;border-radius:50%}
.titleWrap::before{top:20px;left:20px}
.titleWrap::after{bottom:20px;right:20px}
.titleImgStrip{width:140px;flex-shrink:0}
.titleImgStrip img{width:100%;height:480px;object-fit:cover;filter:sepia(100%) saturate(300%) hue-rotate(290deg) brightness(0.8);border-radius:8px}
.titleTextArea h1{font-size:52px;line-height:1.2;color:#1a1a1a;margin:0 0 20px}
.titleTextArea .underlinedTerm{position:relative;display:inline-block;color:#72133D}
.underlinedTerm::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#45F4F5,#72133D)}
.titleTextArea p{font-size:18px;line-height:1.7;color:#333;margin:0}
.courseBlock{background:linear-gradient(135deg,#FFFCF2 0%,#f5f5f5 100%);padding:80px 20px;position:relative;overflow:hidden}
.courseBlock::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#45f4f526,transparent);border-radius:50%}
.courseInnerContainer{max-width:960px;margin:0 auto;position:relative;z-index:2}
.courseGridTitle{text-align:center;margin-bottom:56px}
.courseGridTitle h2{font-size:42px;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.courseGridTitle h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:28px;height:3px;background:#45F4F5}
.courseGridTitle h2::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:28px;height:3px;background:#72133D}
.courseGridTitle p{font-size:17px;color:#555;max-width:680px;margin:0 auto;line-height:1.6}
.coursesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.courseCardItem{background:#fff;border-radius:12px;padding:32px 24px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border:2px solid transparent;position:relative}
.courseCardItem:hover{transform:translateY(-6px);box-shadow:0 12px 28px #45f4f533;border-color:#45F4F5}
.courseCardItem::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#45F4F5,#72133D);transition:height .3s ease}
.courseCardItem:hover::before{height:100%}
.courseIcon{width:64px;height:64px;background:linear-gradient(135deg,#45F4F5,#72133D);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.courseIcon svg{width:32px;height:32px;fill:#fff}
.courseCardItem h3{font-size:22px;color:#1a1a1a;margin:0 0 12px}
.courseCardItem p{font-size:15px;line-height:1.6;color:#666;margin:0 0 20px}
.courseDuration{font-size:13px;color:#72133D;font-weight:600;display:flex;align-items:center;gap:6px}
.courseDuration::before{content:'';width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2372133D'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.2 3.2.8-1.3-4.5-2.7V7z'/%3E%3C/svg%3E") no-repeat center;background-size:contain}
.pathwaySection{padding:80px 20px;background:#fff}
.pathwayInner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.pathwayImageBlock{position:relative}
.pathwayImageBlock img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000001f}
.pathwayImageBlock::after{content:'';position:absolute;top:-16px;right:-16px;width:100%;height:100%;border:3px solid #45F4F5;border-radius:16px;z-index:-1}
.pathwayContentBlock h2{font-size:38px;color:#1a1a1a;margin:0 0 24px;line-height:1.3}
.pathwayContentBlock .accentWord{color:#72133D;position:relative}
.pathwayContentBlock .accentWord::before{content:'';position:absolute;width:6px;height:6px;background:#45F4F5;border-radius:50%;left:-14px;top:50%;transform:translateY(-50%)}
.pathwayContentBlock p{font-size:16px;line-height:1.8;color:#444;margin:0 0 28px}
.progressSteps{margin-top:32px}
.stepEntry{display:flex;gap:16px;margin-bottom:24px;padding:20px;background:#FFFCF2;border-radius:10px;border-left:4px solid #45F4F5;transition:all .3s ease}
.stepEntry:hover{background:#fff;box-shadow:0 4px 12px #45f4f526}
.stepNumber{width:48px;height:48px;background:linear-gradient(135deg,#45F4F5,#72133D);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;flex-shrink:0}
.stepText h4{font-size:18px;color:#1a1a1a;margin:0 0 6px}
.stepText p{font-size:14px;color:#666;margin:0;line-height:1.5}
.ctaButtonWrap{margin-top:36px}
.primaryCtaBtn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#45F4F5,#72133D);color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #45f4f54d;position:relative;z-index:10}
.primaryCtaBtn:hover{transform:scale(1.05);box-shadow:0 8px 20px #72133d66}
@media (max-width: 768px) {
.titleWrap{flex-direction:column;padding:40px 20px}
.titleImgStrip{width:100%}
.titleImgStrip img{height:240px}
.titleTextArea h1{font-size:36px}
.coursesGrid{grid-template-columns:1fr;gap:20px}
.pathwayInner{grid-template-columns:1fr;gap:32px}
.pathwayImageBlock::after{display:none}
.courseGridTitle h2::before,.courseGridTitle h2::after{display:none}
}
@media (min-width: 769px) and (max-width: 1024px) {
.coursesGrid{grid-template-columns:repeat(2,1fr)}
.titleTextArea h1{font-size:44px}
}
.heroTitleSection{position:relative;background:linear-gradient(135deg,#72133D 0%,#45F4F5 100%);padding:0;margin:0;overflow:hidden}
.heroTitleSection .imageContainerHero{position:relative;width:100%;height:480px;overflow:hidden}
.heroTitleSection .imageContainerHero img{width:100%;height:100%;object-fit:cover;display:block}
.heroTitleSection .imageContainerHero::before{content:'';position:absolute;top:0;left:0;right:0;height:180px;background:linear-gradient(180deg,#72133dd9 0%,transparent 100%);z-index:1}
.heroTitleSection .imageContainerHero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(0deg,#45f4f5bf 0%,transparent 100%);z-index:1}
.heroTitleSection .contentWrapper{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;padding:40px 20px}
.heroTitleSection .mainHeadingHero{font-size:3rem;font-weight:700;color:#FFFCF2;text-align:center;margin:0 0 32px;max-width:820px;text-shadow:2px 4px 12px #0006;line-height:1.15}
.heroTitleSection .benefitsList{list-style:none;padding:0;margin:0 0 36px;max-width:680px}
.heroTitleSection .benefitsList li{font-size:1.15rem;color:#FFFCF2;padding:12px 0 12px 40px;position:relative;line-height:1.5;text-shadow:1px 2px 8px #0000004d}
.heroTitleSection .benefitsList li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:26px;height:26px;background:#45F4F5;border-radius:50%;box-shadow:0 2px 8px #45f4f580}
.heroTitleSection .ctaBtn{background:linear-gradient(90deg,#45F4F5 0%,#72133D 100%);color:#FFFCF2;padding:16px 48px;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;box-shadow:0 6px 20px #45f4f54d;transition:transform .3s ease,box-shadow .3s ease;z-index:10}
.heroTitleSection .ctaBtn:hover{transform:translateY(-3px);box-shadow:0 10px 28px #45f4f573}
.heroTitleSection .decorativeFrameTop{position:absolute;top:20px;left:20px;right:20px;height:2px;background:linear-gradient(90deg,transparent 0%,#45F4F5 50%,transparent 100%);z-index:3}
.heroTitleSection .decorativeFrameBottom{position:absolute;bottom:20px;left:20px;right:20px;height:2px;background:linear-gradient(90deg,transparent 0%,#45F4F5 50%,transparent 100%);z-index:3}
.storySection{background:#FFFCF2;padding:80px 20px}
.storySection .storyContainer{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.storySection .narrativeColumn{display:flex;flex-direction:column;gap:28px}
.storySection .narrativeColumn h2{font-size:2.2rem;color:#72133D;margin:0 0 12px;position:relative;padding-bottom:16px}
.storySection .narrativeColumn h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#45F4F5 0%,transparent 100%)}
.storySection .narrativeColumn p{font-size:1.05rem;color:#333;line-height:1.7;margin:0}
.storySection .visualColumn{display:flex;flex-direction:column;gap:20px}
.storySection .visualColumn img{width:100%;height:240px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #72133d26}
.storySection .visualColumn img:nth-child(2){height:180px;margin-left:40px}
.approachSection{background:linear-gradient(135deg,#45f4f514 0%,#72133d0d 100%);padding:90px 20px;position:relative}
.approachSection::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:90%;height:1px;background:linear-gradient(90deg,transparent 0%,#45F4F5 50%,transparent 100%)}
.approachSection .approachWrapper{max-width:960px;margin:0 auto}
.approachSection .sectionTitle{font-size:2.4rem;color:#72133D;text-align:center;margin:0 0 60px;position:relative}
.approachSection .sectionTitle::before{content:'';position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:60px;height:6px;background:#45F4F5;border-radius:3px}
.approachSection .principlesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.approachSection .principleCard{background:#FFFCF2;padding:32px 28px;border-radius:10px;box-shadow:0 6px 18px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.approachSection .principleCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#45F4F5 0%,#72133D 100%);border-radius:10px 10px 0 0}
.approachSection .principleCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #45f4f533}
.approachSection .principleCard h3{font-size:1.35rem;color:#72133D;margin:0 0 16px}
.approachSection .principleCard p{font-size:1rem;color:#444;line-height:1.65;margin:0}
.approachSection .visualShowcase{margin-top:60px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}
.approachSection .visualShowcase img{width:100%;height:280px;object-fit:cover;border-radius:10px;box-shadow:0 8px 20px #0000001f}
.approachSection .visualShowcase img:first-child{height:360px}
@media (max-width: 768px) {
.heroTitleSection .imageContainerHero{height:420px}
.heroTitleSection .mainHeadingHero{font-size:2rem;margin-bottom:24px}
.heroTitleSection .benefitsList li{font-size:1rem;padding-left:35px}
.heroTitleSection .ctaBtn{padding:14px 36px;font-size:1rem}
.storySection{padding:60px 20px}
.storySection .storyContainer{grid-template-columns:1fr;gap:40px}
.storySection .narrativeColumn h2{font-size:1.8rem}
.storySection .visualColumn img:nth-child(2){margin-left:0}
.approachSection{padding:60px 20px}
.approachSection .sectionTitle{font-size:1.9rem;margin-bottom:40px}
.approachSection .principlesGrid{grid-template-columns:1fr;gap:24px}
.approachSection .visualShowcase{grid-template-columns:1fr;margin-top:40px}
.approachSection .visualShowcase img{height:220px}
.approachSection .visualShowcase img:first-child{height:280px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.heroTitleSection .mainHeadingHero{font-size:2.5rem}
.storySection .narrativeColumn h2{font-size:2rem}
.approachSection .principlesGrid{grid-template-columns:repeat(2,1fr)}
.approachSection .visualShowcase{grid-template-columns:1fr 1fr}
}
.teamIntro{background:linear-gradient(135deg,#45F4F5 0%,#72133D 100%);padding:80px 20px;position:relative;overflow:hidden}
.teamIntro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fffcf226,transparent);animation:slowPulse 8s ease-in-out infinite}
@keyframes slowPulse {
0%,100%{transform:scale(1);opacity:.15}
50%{transform:scale(1.1);opacity:.25}
}
.teamIntro .innerWrap{max-width:960px;margin:0 auto;display:flex;align-items:center;gap:40px;flex-wrap:wrap}
.teamIntro .imageFrame{flex:1 1 300px;min-width:280px}
.teamIntro .imageFrame img{width:100%;height:400px;object-fit:cover;border-radius:8px;box-shadow:0 12px 32px #0000004d}
.teamIntro .textContent{flex:1 1 400px;color:#FFFCF2}
.teamIntro .textContent h1{font-size:2.8rem;margin:0 0 20px;font-weight:700}
.teamIntro .textContent p{font-size:1.1rem;line-height:1.7;margin:0}
.philosophy{padding:70px 20px;background:#FFFCF2}
.philosophy .contentBox{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.philosophy h2{font-size:2.2rem;color:#72133D;margin:0 0 24px;position:relative;padding-left:20px}
.philosophy h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:linear-gradient(180deg,#45F4F5,#72133D)}
.philosophy .mainText p{font-size:1.05rem;line-height:1.8;color:#2c2c2c;margin:0 0 18px}
.philosophy .sideInfo{background:linear-gradient(145deg,#45f4f514,#72133d14);padding:35px;border-radius:6px;border-left:4px solid #45F4F5}
.philosophy .sideInfo h3{font-size:1.4rem;color:#72133D;margin:0 0 16px}
.philosophy .sideInfo p{font-size:1rem;line-height:1.7;color:#3d3d3d;margin:0}
.expertise{background:#f8f8f8;padding:70px 20px}
.expertise .wrapper{max-width:960px;margin:0 auto}
.expertise h2{font-size:2.4rem;color:#72133D;text-align:center;margin:0 0 50px}
.expertise .skillGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px}
.expertise .skillCard{background:#fff;padding:30px 25px;border-radius:10px;box-shadow:0 6px 18px #00000014;position:relative;overflow:hidden;transition:transform .3s ease-out,box-shadow .3s ease-out}
.expertise .skillCard:hover{transform:translateY(-6px);box-shadow:0 14px 28px #45f4f540}
.expertise .skillCard::after{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#45F4F5,#72133D)}
.expertise .skillCard h4{font-size:1.3rem;color:#72133D;margin:0 0 12px}
.expertise .skillCard p{font-size:.95rem;line-height:1.6;color:#4a4a4a;margin:0}
.approach{padding:70px 20px;background:#fff}
.approach .container{max-width:960px;margin:0 auto}
.approach h2{font-size:2.3rem;color:#72133D;margin:0 0 18px}
.approach .intro{font-size:1.15rem;line-height:1.7;color:#3a3a3a;margin:0 0 40px}
.approach .processSteps{position:relative}
.approach .processSteps::before{content:'';position:absolute;left:20px;top:30px;bottom:30px;width:3px;background:linear-gradient(180deg,#45F4F5 0%,#72133D 100%)}
.approach .step{position:relative;padding:20px 20px 20px 70px;margin-bottom:30px}
.approach .step .marker{position:absolute;left:0;top:20px;width:42px;height:42px;background:linear-gradient(135deg,#45F4F5,#72133D);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #45f4f566}
.approach .step h5{font-size:1.25rem;color:#72133D;margin:0 0 10px}
.approach .step p{font-size:1rem;line-height:1.7;color:#4d4d4d;margin:0}
.connect{background:linear-gradient(180deg,#72133D 0%,#45F4F5 100%);padding:80px 20px;text-align:center}
.connect .box{max-width:960px;margin:0 auto}
.connect h2{font-size:2.5rem;color:#FFFCF2;margin:0 0 20px}
.connect p{font-size:1.15rem;line-height:1.8;color:#FFFCF2;margin:0 0 35px}
.connect .actionBtn{display:inline-block;background:#fff;color:#72133D;padding:16px 40px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s ease-out,box-shadow .3s ease-out;box-shadow:0 8px 20px #0003}
.connect .actionBtn:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000004d}
@media (max-width: 768px) {
.teamIntro{padding:60px 20px}
.teamIntro .innerWrap{flex-direction:column;gap:30px}
.teamIntro .textContent h1{font-size:2.2rem}
.philosophy .contentBox{grid-template-columns:1fr;gap:35px}
.philosophy h2{font-size:1.9rem}
.expertise h2{font-size:2rem}
.expertise .skillGrid{grid-template-columns:1fr}
.approach h2{font-size:2rem}
.approach .processSteps::before{left:15px}
.approach .step{padding-left:60px}
.connect h2{font-size:2rem}
}
.successHero{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}
.successHero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#45F4F5 0%,#72133D 100%);clip-path:ellipse(80% 100% at 50% 0%);z-index:1}
.successHero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,#45f4f54d,transparent 50%),radial-gradient(circle at 70% 50%,#72133d4d,transparent 50%);filter:blur(60px);z-index:2}
.successContent{position:relative;z-index:3;text-align:center;max-width:680px;margin:0 auto}
.successContent h1{font-size:2.8rem;line-height:1.2;color:#FFFCF2;margin:0 0 1.2rem;font-weight:700;text-shadow:0 2px 12px #00000026}
.successContent p{font-size:1.15rem;line-height:1.6;color:#FFFCF2;margin:0;opacity:.95}
.waveDivider{position:relative;height:80px;background:#FFFCF2;margin-top:-1px}
.waveDivider svg{position:absolute;top:-79px;left:0;width:100%;height:80px}
.detailsSection{background:#FFFCF2;padding:4rem 1.5rem 5rem}
.detailsWrapper{max-width:960px;margin:0 auto}
.infoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}
.infoCard{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 16px #72133d14;border-left:4px solid #45F4F5;transition:all .3s ease-out}
.infoCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #72133d1f}
.infoCard h3{font-size:1.4rem;color:#72133D;margin:0 0 1rem;font-weight:600}
.infoCard p{font-size:1rem;line-height:1.7;color:#444;margin:0}
.nextStepsBlock{background:linear-gradient(135deg,#45f4f514,#72133d14);padding:2.5rem;border-radius:10px;margin-bottom:3rem}
.nextStepsBlock h2{font-size:2rem;color:#72133D;margin:0 0 1.5rem;font-weight:600}
.stepsList{display:flex;flex-direction:column;gap:1.2rem}
.stepItem{display:flex;align-items:flex-start;gap:1rem}
.stepNumber{min-width:36px;height:36px;background:#45F4F5;color:#72133D;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}
.stepContent p{font-size:1.05rem;line-height:1.6;color:#333;margin:0}
.ctaRow{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center}
.primaryBtn{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#45F4F5,#72133D);color:#FFFCF2;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease-out;box-shadow:0 4px 16px #45f4f54d}
.primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #45f4f566}
.secondaryBtn{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#72133D;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;border:2px solid #72133D;transition:all .3s ease-out}
.secondaryBtn:hover{background:#72133D;color:#FFFCF2}
@media (max-width: 768px) {
.successHero{min-height:340px;padding:2rem 1.5rem}
.successContent h1{font-size:2rem}
.successContent p{font-size:1rem}
.detailsSection{padding:3rem 1.5rem 4rem}
.infoGrid{grid-template-columns:1fr;gap:1.5rem}
.nextStepsBlock{padding:2rem 1.5rem}
.nextStepsBlock h2{font-size:1.6rem}
.ctaRow{flex-direction:column;width:100%}
.primaryBtn,.secondaryBtn{width:100%;text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.successHero{min-height:380px}
.successContent h1{font-size:2.4rem}
.infoGrid{grid-template-columns:repeat(2,1fr)}
}