*{margin:0;padding:0}
body{font-family:'IBM Plex Mono',monospace;background:linear-gradient(135deg,#FDFFE3 0%,#fff 100%);color:#1a1a1a;line-height:1.6}
.headerContainer{max-width:1400px;margin:0 auto;padding:0 20px}
.mastheadSection{background:linear-gradient(67deg,#8136B2 0%,#348048 50%,#FDFFE3 100%);padding:32px 0;box-shadow:0 4px 12px #8136b226}
.mastheadSection .headerContainer{display:flex;align-items:center;justify-content:space-between;gap:24px}
.logoHolder{display:flex;align-items:center;gap:16px;flex-shrink:0}
.logoHolder img{width:110px;height:110px;background:#fffffff2;padding:12px;border-radius:24px;box-shadow:0 6px 16px #0000001f}
.companyTitle{font-size:42px;font-weight:700;color:#FDFFE3;text-shadow:2px 2px 4px #0003;letter-spacing:-.5px}
.editorialBar{background:#fff;border-top:3px solid #8136B2;box-shadow:0 6px 14px #00000014}
.editorialBar .headerContainer{padding:0}
.mainNavigation{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}
.mainNavigation a{padding:22px 32px;color:#1a1a1a;text-decoration:none;font-weight:400;font-size:15px;border-right:1px solid #e0e0e0;transition:background .3s linear,color .3s linear;white-space:nowrap}
.mainNavigation a:first-child{border-left:1px solid #e0e0e0}
.mainNavigation a:hover{background:#f5f5f5;color:#8136B2}
.pageFooter{background:linear-gradient(67deg,#8136B2 0%,#348048 100%);padding:48px 0;margin-top:80px;box-shadow:0 -4px 12px #8136b226}
.footerContent{max-width:1400px;margin:0 auto;padding:0 20px;text-align:center}
.legalLinks{display:flex;justify-content:center;gap:32px;margin-bottom:24px;flex-wrap:wrap}
.legalLinks a{color:#FDFFE3;text-decoration:none;font-size:14px;transition:opacity .3s linear}
.legalLinks a:hover{opacity:.8}
.copyrightText{color:#FDFFE3;font-size:13px;opacity:.9}
.cookiePopup{position:fixed;left:20px;top:50%;transform:translateY(-50%);background:#fff;border:3px solid #8136B2;border-radius:28px;box-shadow:0 12px 32px #8136b240;padding:32px;max-width:420px;width:calc(100% - 40px);z-index:10000;opacity:0;transition:opacity .4s linear}
.cookiePopup.show{opacity:1}
.cookiePopup h3{font-size:20px;margin-bottom:16px;color:#8136B2}
.cookiePopup p{font-size:13px;margin-bottom:20px;line-height:1.5}
.cookieCategories{margin-bottom:24px}
.categoryItem{margin-bottom:12px;display:flex;align-items:center;gap:10px}
.categoryItem input[type="checkbox"]{width:18px;height:18px}
.categoryItem label{font-size:13px;cursor:pointer}
.categoryItem input[type="checkbox"]:disabled{cursor:not-allowed}
.cookieButtons{display:flex;gap:12px}
.cookieButtons button{flex:1;padding:14px 20px;border:none;background:#8136B2;color:#FDFFE3;font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:700;cursor:pointer;transition:background .3s linear}
.cookieButtons button:hover{background:#348048}
.cookieButtons button.declineBtn{background:#6c757d}
.cookieButtons button.declineBtn:hover{background:#5a6268}
.cookieSettingsIcon{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:#8136B2;color:#FDFFE3;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #8136b24d;font-size:22px;transition:background .3s linear;z-index:9999}
.cookieSettingsIcon:hover{background:#348048}
@media (max-width: 768px) {
.mastheadSection .headerContainer{flex-direction:column;text-align:center}
.companyTitle{font-size:28px}
.logoHolder img{width:80px;height:80px}
.mainNavigation{flex-direction:column;gap:0}
.mainNavigation a{width:100%;text-align:center;border-right:none;border-bottom:1px solid #e0e0e0}
.mainNavigation a:first-child{border-left:none}
.cookiePopup{left:10px;right:10px;max-width:none;width:calc(100% - 20px)}
.cookieButtons{flex-direction:column}
}
.rules-text{max-width:1400px;margin:0 auto;padding:80px 20px;background:linear-gradient(135deg,#FDFFE3 0%,#fff 100%)}
.rules-text h1{font-size:48px;line-height:1.2;color:#8136B2;margin:0 0 40px;font-weight:700;border-bottom:4px solid #348048;padding-bottom:24px}
.rules-text h2{font-size:36px;line-height:1.3;color:#8136B2;margin:64px 0 24px;font-weight:600}
.rules-text h3{font-size:28px;line-height:1.4;color:#348048;margin:48px 0 20px;font-weight:600}
.rules-text h4{font-size:22px;line-height:1.4;color:#348048;margin:32px 0 16px;font-weight:600}
.rules-text h5{font-size:18px;line-height:1.5;color:#333;margin:24px 0 12px;font-weight:600}
.rules-text h6{font-size:16px;line-height:1.5;color:#333;margin:20px 0 12px;font-weight:600}
.rules-text p{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 24px}
.rules-text ul{margin:0 0 24px;padding:0 0 0 32px;list-style-type:disc}
.rules-text ol{margin:0 0 24px;padding:0 0 0 32px;list-style-type:decimal}
.rules-text li{font-size:17px;line-height:1.8;color:#2a2a2a;margin:0 0 12px}
.rules-text ul ul{margin:12px 0;padding:0 0 0 32px;list-style-type:circle}
.rules-text ol ol{margin:12px 0;padding:0 0 0 32px;list-style-type:lower-alpha}
.rules-text strong,.rules-text b{font-weight:700;color:#1a1a1a}
.rules-text em,.rules-text i{font-style:italic;color:#333}
.rules-text a{color:#8136B2;text-decoration:underline;transition:all .3s linear}
.rules-text a:hover{color:#348048;text-decoration:none}
.rules-text a:focus{outline:2px solid #8136B2;outline-offset:2px;border-radius:4px}
.rules-text table{width:100%;border-collapse:collapse;margin:32px 0;background:#fff;box-shadow:0 4px 12px #8136b214;border-radius:16px;overflow:hidden}
.rules-text thead{background:linear-gradient(135deg,#8136B2 0%,#348048 100%)}
.rules-text thead tr{border:none}
.rules-text thead th{padding:20px 24px;text-align:left;font-size:16px;font-weight:700;color:#fff;border:none}
.rules-text tbody{background:#fff}
.rules-text tbody tr{border-bottom:1px solid #e8e8e8;transition:all .2s linear}
.rules-text tbody tr:last-child{border-bottom:none}
.rules-text tbody tr:hover{background:#FDFFE3}
.rules-text tbody td{padding:18px 24px;font-size:16px;line-height:1.6;color:#2a2a2a;border:none}
.rules-text th{font-weight:700}
@media (max-width: 1024px) {
.rules-text{padding:60px 20px}
.rules-text h1{font-size:40px;margin-bottom:32px;padding-bottom:20px}
.rules-text h2{font-size:32px;margin:48px 0 20px}
.rules-text h3{font-size:24px;margin:36px 0 16px}
.rules-text h4{font-size:20px}
.rules-text table{font-size:15px}
.rules-text thead th{padding:16px 20px;font-size:15px}
.rules-text tbody td{padding:14px 20px;font-size:15px}
}
@media (max-width: 768px) {
.rules-text{padding:40px 16px}
.rules-text h1{font-size:32px;margin-bottom:24px;padding-bottom:16px}
.rules-text h2{font-size:26px;margin:40px 0 16px}
.rules-text h3{font-size:22px;margin:32px 0 14px}
.rules-text h4{font-size:19px;margin:28px 0 12px}
.rules-text h5{font-size:17px}
.rules-text h6{font-size:16px}
.rules-text p,.rules-text li{font-size:16px;line-height:1.7}
.rules-text ul,.rules-text ol{padding-left:24px}
.rules-text table{display:block;overflow-x:auto;margin:24px 0}
.rules-text thead th{padding:14px 16px;font-size:14px;white-space:nowrap}
.rules-text tbody td{padding:12px 16px;font-size:14px}
}
@media (max-width: 480px) {
.rules-text{padding:32px 12px}
.rules-text h1{font-size:28px;margin-bottom:20px;padding-bottom:12px;border-bottom-width:3px}
.rules-text h2{font-size:24px;margin:32px 0 14px}
.rules-text h3{font-size:20px;margin:28px 0 12px}
.rules-text h4{font-size:18px;margin:24px 0 10px}
.rules-text p,.rules-text li{font-size:15px;margin-bottom:20px}
.rules-text ul,.rules-text ol{padding-left:20px;margin-bottom:20px}
.rules-text li{margin-bottom:10px}
.rules-text thead th{padding:12px;font-size:13px}
.rules-text tbody td{padding:10px 12px;font-size:13px}
}
.heroCircle{display:flex;align-items:center;justify-content:center;min-height:85vh;background:linear-gradient(135deg,#FDFFE3 0%,#8136B2 100%);position:relative;overflow:hidden;padding:3rem 1.5rem}
.heroCircle::before{content:'';position:absolute;top:-15%;right:-10%;width:60%;height:120%;background:radial-gradient(circle,#34804826 0%,transparent 70%);border-radius:50%}
.heroCircle::after{content:'';position:absolute;bottom:-20%;left:-8%;width:50%;height:100%;background:radial-gradient(circle,#8136b21f 0%,transparent 65%);border-radius:50%}
.heroCircle .contentWrapper{max-width:1400px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}
.heroCircle .textZone{display:flex;flex-direction:column;gap:1.5rem}
.heroCircle .mainHeading{font-size:3.2rem;font-weight:700;color:#8136B2;line-height:1.2;margin:0}
.heroCircle .descriptionText{font-size:1.15rem;color:#2d2d2d;line-height:1.7;margin:0}
.heroCircle .imageContainer{position:relative;width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;box-shadow:0 12px 40px #8136b24d}
.heroCircle .imageContainer img{width:100%;height:100%;object-fit:cover;filter:contrast(1.05) brightness(0.98)}
.heroCircle .imageContainer::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,#00000008 0px,transparent 1px,transparent 2px,#00000008 3px);pointer-events:none;z-index:1}
.heroCircle .accentMark{position:absolute;bottom:10%;right:-5%;width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,#348048 0%,#8136B2 100%);opacity:.2;z-index:1}
.directionsPanel{background:#fff;padding:5rem 1.5rem}
.directionsPanel .innerContainer{max-width:1400px;margin:0 auto}
.directionsPanel .sectionLabel{font-size:2.5rem;color:#8136B2;font-weight:700;margin:0 0 3rem;text-align:center}
.directionsPanel .gridHolder{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.directionsPanel .directionCard{background:linear-gradient(135deg,#FDFFE3 0%,#fff 100%);padding:2.5rem;border-radius:24px;border:2px solid #8136B2;transition:all .3s linear;position:relative}
.directionsPanel .directionCard::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);border-radius:24px;opacity:0;transition:opacity .3s linear;z-index:-1}
.directionsPanel .directionCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #8136b233}
.directionsPanel .directionCard:hover::before{opacity:1}
.directionsPanel .cardTitle{font-size:1.5rem;color:#348048;font-weight:600;margin:0 0 1rem}
.directionsPanel .cardText{font-size:1rem;color:#4a4a4a;line-height:1.6;margin:0}
.careerBlock{background:linear-gradient(67deg,#8136B2 0%,#348048 50%,#FDFFE3 100%);padding:5rem 1.5rem;position:relative}
.careerBlock .contentBox{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:3rem;align-items:center}
.careerBlock .imageBlock{width:100%;aspect-ratio:4/3;border-radius:28px;overflow:hidden;box-shadow:0 14px 48px #00000040}
.careerBlock .imageBlock img{width:100%;height:100%;object-fit:cover}
.careerBlock .textBlock{display:flex;flex-direction:column;gap:1.5rem}
.careerBlock .blockHeading{font-size:2.8rem;color:#fff;font-weight:700;margin:0;line-height:1.2}
.careerBlock .blockParagraph{font-size:1.1rem;color:#fff;line-height:1.7;margin:0}
.careerBlock .prospectList{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin:1rem 0 0}
.careerBlock .prospectList li{padding-left:2rem;position:relative;font-size:1.05rem;color:#fff;line-height:1.6}
.careerBlock .prospectList li::before{content:'▸';position:absolute;left:0;color:#FDFFE3;font-size:1.3rem}
.outcomesArea{background:#f8f8f8;padding:5rem 1.5rem}
.outcomesArea .wrapperBox{max-width:1400px;margin:0 auto}
.outcomesArea .titleText{font-size:2.6rem;color:#8136B2;font-weight:700;margin:0 0 3.5rem;text-align:center}
.outcomesArea .skillsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.outcomesArea .skillItem{background:#fff;padding:2rem;border-radius:20px;border-left:6px solid #348048;box-shadow:0 4px 16px #00000014;display:flex;flex-direction:column;gap:1rem}
.outcomesArea .skillHeading{font-size:1.4rem;color:#8136B2;font-weight:600;margin:0}
.outcomesArea .skillDescription{font-size:1rem;color:#555;line-height:1.6;margin:0}
.trustSection{background:#fff;padding:5rem 1.5rem}
.trustSection .containerHolder{max-width:1400px;margin:0 auto;text-align:center}
.trustSection .sectionTitle{font-size:2.7rem;color:#8136B2;font-weight:700;margin:0 0 2rem}
.trustSection .introText{font-size:1.15rem;color:#3a3a3a;line-height:1.7;margin:0 auto 3rem;max-width:800px}
.trustSection .statsDisplay{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}
.trustSection .statBox{background:linear-gradient(135deg,#FDFFE3 0%,#fff 100%);padding:2rem;border-radius:20px;border:2px solid #348048}
.trustSection .statNumber{font-size:3rem;color:#8136B2;font-weight:700;margin:0 0 .5rem}
.trustSection .statLabel{font-size:1rem;color:#555;margin:0}
.learningFormats{background:linear-gradient(135deg,#8136B2 0%,#348048 100%);padding:5rem 1.5rem}
.learningFormats .innerWrap{max-width:1400px;margin:0 auto}
.learningFormats .formatHeading{font-size:2.6rem;color:#FDFFE3;font-weight:700;margin:0 0 3rem;text-align:center}
.learningFormats .formatGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.learningFormats .formatCard{background:#fffffff2;padding:2.5rem;border-radius:24px;display:flex;flex-direction:column;gap:1.2rem;transition:transform .3s linear}
.learningFormats .formatCard:hover{transform:scale(1.03)}
.learningFormats .formatIcon{font-size:2.5rem;color:#348048}
.learningFormats .formatName{font-size:1.5rem;color:#8136B2;font-weight:600;margin:0}
.learningFormats .formatInfo{font-size:1rem;color:#4a4a4a;line-height:1.6;margin:0}
.progressZone{background:#f5f5f5;padding:5rem 1.5rem}
.progressZone .boxWrapper{max-width:1400px;margin:0 auto}
.progressZone .zoneTitle{font-size:2.6rem;color:#8136B2;font-weight:700;margin:0 0 3rem;text-align:center}
.progressZone .trackingPanel{background:#fff;padding:3rem;border-radius:28px;box-shadow:0 8px 32px #0000001a;display:grid;grid-template-columns:40% 60%;gap:3rem}
.progressZone .imageArea{width:100%;aspect-ratio:1;border-radius:24px;overflow:hidden}
.progressZone .imageArea img{width:100%;height:100%;object-fit:cover}
.progressZone .detailsArea{display:flex;flex-direction:column;gap:2rem}
.progressZone .detailTitle{font-size:1.8rem;color:#348048;font-weight:600;margin:0}
.progressZone .toolsList{display:flex;flex-direction:column;gap:1.5rem;list-style:none;padding:0;margin:0}
.progressZone .toolsList li{display:flex;align-items:flex-start;gap:1rem}
.progressZone .toolsList .iconBox{width:40px;height:40px;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.progressZone .toolsList .iconBox i{color:#fff;font-size:1.2rem}
.progressZone .toolsList .toolText{flex:1;font-size:1.05rem;color:#3a3a3a;line-height:1.6;padding-top:.5rem}
.ctaSection{background:linear-gradient(67deg,#FDFFE3 0%,#8136B2 50%,#348048 100%);padding:4rem 1.5rem}
.ctaSection .ctaContainer{max-width:1400px;margin:0 auto;text-align:center}
.ctaSection .ctaHeading{font-size:2.5rem;color:#fff;font-weight:700;margin:0 0 1.5rem}
.ctaSection .ctaText{font-size:1.15rem;color:#fff;line-height:1.7;margin:0 auto 2.5rem;max-width:700px}
.ctaSection .buttonGroup{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.ctaSection .primaryBtn{background:#fff;color:#8136B2;padding:1rem 2.5rem;border-radius:28px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s linear;border:3px solid #fff;box-shadow:0 4px 16px #00000026;z-index:10;position:relative}
.ctaSection .primaryBtn:hover{background:#8136B2;color:#fff;transform:translateY(-2px);box-shadow:0 6px 24px #00000040}
.ctaSection .secondaryBtn{background:transparent;color:#fff;padding:1rem 2.5rem;border-radius:28px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s linear;border:3px solid #fff;z-index:10;position:relative}
.ctaSection .secondaryBtn:hover{background:#fff;color:#348048;transform:translateY(-2px)}
@media (max-width: 1024px) {
.heroCircle .contentWrapper{grid-template-columns:1fr;gap:3rem}
.heroCircle .mainHeading{font-size:2.5rem}
.directionsPanel .gridHolder{grid-template-columns:repeat(2,1fr)}
.careerBlock .contentBox{grid-template-columns:1fr}
.outcomesArea .skillsGrid{grid-template-columns:1fr}
.trustSection .statsDisplay{grid-template-columns:repeat(2,1fr)}
.learningFormats .formatGrid{grid-template-columns:1fr}
.progressZone .trackingPanel{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.heroCircle{min-height:auto;padding:2rem 1rem}
.heroCircle .mainHeading{font-size:2rem}
.heroCircle .descriptionText{font-size:1rem}
.directionsPanel .gridHolder{grid-template-columns:1fr}
.directionsPanel .sectionLabel{font-size:2rem}
.careerBlock .blockHeading{font-size:2rem}
.outcomesArea .titleText{font-size:2rem}
.trustSection .sectionTitle{font-size:2rem}
.trustSection .statsDisplay{grid-template-columns:1fr}
.learningFormats .formatHeading{font-size:2rem}
.progressZone .zoneTitle{font-size:2rem}
.ctaSection .ctaHeading{font-size:2rem}
.ctaSection .buttonGroup{flex-direction:column;align-items:center}
}
.contactPage{background:linear-gradient(67deg,#FDFFE3 0%,#f5f5f0 100%);min-height:100vh}
.contactTitle{max-width:1400px;margin:0 auto;padding:80px 24px;display:flex;align-items:center;gap:60px}
.contactTitle .textArea{flex:1}
.contactTitle .visualArea{flex:1;position:relative}
.contactTitle h1{font-size:48px;line-height:1.2;margin:0 0 24px;color:#8136B2;font-weight:700}
.contactTitle .benefitsList{list-style:none;padding:0;margin:0 0 32px}
.contactTitle .benefitsList li{padding:12px 0 12px 40px;position:relative;font-size:18px;line-height:1.6;color:#2d2d2d}
.contactTitle .benefitsList li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;background:linear-gradient(135deg,#348048 0%,#8136B2 100%);border-radius:50%}
.contactTitle .actionBtn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);color:#FDFFE3;text-decoration:none;border-radius:24px;font-size:18px;font-weight:600;transition:all .3s linear;box-shadow:0 4px 12px #8136b24d}
.contactTitle .actionBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8136b266}
.contactTitle .visualArea img{width:100%;height:500px;object-fit:cover;border-radius:32px;box-shadow:0 8px 24px #0000001f}
.contactTitle .visualArea::after{content:'';position:absolute;top:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(67deg,#8136B2 0%,#348048 50%,#FDFFE3 100%);border-radius:32px;z-index:-1;opacity:.6}
.formArea{max-width:1400px;margin:0 auto;padding:0 24px 80px}
.formContainer{background:#fff;border-radius:32px;padding:60px;box-shadow:0 8px 32px #00000014;position:relative;overflow:hidden}
.formContainer::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#8136B2 0%,#348048 50%,#FDFFE3 100%)}
.formContainer h2{font-size:36px;margin:0 0 16px;color:#8136B2;font-weight:700}
.formContainer .formSubtitle{font-size:18px;line-height:1.6;color:#555;margin:0 0 40px}
.contactForm{display:grid;gap:28px}
.formRow{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.inputGroup{display:flex;flex-direction:column;gap:8px}
.inputGroup label{font-size:16px;font-weight:600;color:#2d2d2d}
.inputGroup input{padding:16px 20px;border:2px solid #e0e0e0;border-radius:16px;font-size:16px;transition:all .3s linear;background:#fafafa}
.inputGroup input:focus{outline:none;border-color:#8136B2;background:#fff;box-shadow:0 0 0 4px #8136b21a}
.ratingSection{display:flex;flex-direction:column;gap:16px}
.ratingSection label{font-size:16px;font-weight:600;color:#2d2d2d}
.ratingOptions{display:flex;gap:12px}
.ratingOptions input[type="radio"]{display:none}
.ratingOptions label{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border:2px solid #e0e0e0;border-radius:16px;font-size:20px;font-weight:600;color:#666;background:#fafafa;cursor:pointer;transition:all .3s linear}
.ratingOptions input[type="radio"]:checked + label{background:linear-gradient(135deg,#8136B2 0%,#348048 100%);color:#FDFFE3;border-color:#8136B2;transform:scale(1.1)}
.ratingOptions label:hover{border-color:#8136B2;background:#f0e6f6}
.privacyCheckbox{display:flex;align-items:flex-start;gap:12px;padding:20px;background:#f5f5f0;border-radius:16px}
.privacyCheckbox input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#8136B2}
.privacyCheckbox label{font-size:14px;line-height:1.6;color:#555}
.privacyCheckbox label a{color:#8136B2;text-decoration:none;font-weight:600}
.privacyCheckbox label a:hover{text-decoration:underline}
.submitBtn{padding:18px 48px;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);color:#FDFFE3;border:none;border-radius:24px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s linear;box-shadow:0 4px 12px #8136b24d;justify-self:start}
.submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8136b266}
.contactDetails{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px;padding-top:60px;border-top:2px solid #e0e0e0}
.contactCard{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:28px;background:linear-gradient(135deg,#f5f5f0 0%,#fff 100%);border-radius:24px;transition:all .3s linear}
.contactCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}
.contactCard .iconHolder{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);border-radius:50%;color:#FDFFE3;font-size:28px}
.contactCard h3{font-size:20px;margin:0;color:#8136B2;font-weight:700}
.contactCard p{font-size:16px;line-height:1.6;color:#555;margin:0}
.contactCard a{color:#348048;text-decoration:none;font-weight:600}
.contactCard a:hover{text-decoration:underline}
@media (max-width: 1024px) {
.contactTitle{flex-direction:column;gap:40px;padding:60px 24px}
.contactTitle h1{font-size:40px}
.contactTitle .visualArea::after{width:140px;height:140px}
.formContainer{padding:40px}
.contactDetails{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.contactTitle{padding:40px 20px}
.contactTitle h1{font-size:32px}
.contactTitle .benefitsList li{font-size:16px;padding-left:36px}
.contactTitle .benefitsList li::before{width:20px;height:20px}
.contactTitle .visualArea img{height:360px}
.contactTitle .visualArea::after{width:100px;height:100px;top:-12px;right:-12px}
.formContainer{padding:32px 24px}
.formContainer h2{font-size:28px}
.formContainer .formSubtitle{font-size:16px}
.formRow{grid-template-columns:1fr;gap:20px}
.ratingOptions{flex-wrap:wrap}
.ratingOptions label{width:48px;height:48px;font-size:18px}
.submitBtn{width:100%;justify-self:stretch}
}
.aboutHero{background:linear-gradient(67deg,#8136B2 0%,#348048 50%,#FDFFE3 100%);padding:80px 20px;position:relative;overflow:hidden}
.aboutHero::before{content:'';position:absolute;top:20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fdffe34d 0%,transparent 70%);filter:blur(80px);pointer-events:none}
.aboutHero::after{content:'';position:absolute;bottom:10%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#fff3 0%,transparent 60%);filter:blur(60px);pointer-events:none}
.heroContentWrapper{max-width:1400px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.heroTextArea{flex:1;color:#fff}
.heroTextArea .mainHeading{font-size:56px;line-height:1.2;margin:0 0 24px;font-weight:700}
.heroTextArea .mainHeading .highlightTerm{position:relative;display:inline-block}
.heroTextArea .mainHeading .highlightTerm::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:4px;background:#FDFFE3}
.heroTextArea .supportText{font-size:20px;line-height:1.6;color:#fffffff2;margin:0}
.heroImageWrapper{flex:0 0 480px;position:relative}
.heroImageWrapper img{width:100%;height:380px;object-fit:cover;border-radius:24px;filter:blur(1px);box-shadow:0 16px 48px #0000004d}
.storySection{padding:100px 20px;background:#fff}
.storyContainer{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.storyText h2{font-size:42px;color:#8136B2;margin:0 0 28px;font-weight:700}
.storyText p{font-size:18px;line-height:1.7;color:#333;margin:0 0 20px}
.storyText p:last-child{margin-bottom:0}
.storyVisual{position:relative}
.storyVisual img{width:100%;height:460px;object-fit:cover;border-radius:28px;box-shadow:0 8px 32px #8136b226}
.valuesBlock{padding:90px 20px;background:linear-gradient(135deg,#FDFFE3 0%,#fff 100%)}
.valuesHolder{max-width:1400px;margin:0 auto}
.valuesHolder h2{font-size:44px;color:#348048;text-align:center;margin:0 0 60px;font-weight:700}
.valuesList{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valueCard{background:#fff;padding:40px 32px;border-radius:24px;box-shadow:0 6px 24px #00000014;transition:all .3s linear;position:relative;border:2px solid transparent}
.valueCard:hover{transform:translateY(-8px);box-shadow:0 12px 40px #8136b233;border-color:#8136B2}
.valueCard .iconBox{width:64px;height:64px;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.valueCard .iconBox i{font-size:32px;color:#fff}
.valueCard h3{font-size:24px;color:#333;margin:0 0 16px;font-weight:700}
.valueCard p{font-size:16px;line-height:1.6;color:#555;margin:0}
.approachZone{padding:100px 20px;background:#fff}
.approachWrapper{max-width:1200px;margin:0 auto}
.approachWrapper h2{font-size:46px;color:#8136B2;margin:0 0 48px;text-align:center;font-weight:700;position:relative}
.approachWrapper h2::before{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#8136B2 0%,#348048 100%);border-radius:16px}
.methodGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px 60px;margin-top:60px}
.methodItem{display:flex;gap:24px;align-items:start}
.methodNumber{flex-shrink:0;width:56px;height:56px;background:linear-gradient(135deg,#348048 0%,#8136B2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;box-shadow:0 4px 16px #3480484d}
.methodContent h3{font-size:22px;color:#333;margin:0 0 12px;font-weight:700}
.methodContent p{font-size:17px;line-height:1.6;color:#555;margin:0}
.teamDisplay{padding:90px 20px;background:linear-gradient(180deg,#fff 0%,#FDFFE3 100%)}
.teamContainer{max-width:1400px;margin:0 auto}
.teamContainer h2{font-size:44px;color:#348048;margin:0 0 56px;text-align:center;font-weight:700}
.teamGallery{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.teamMember{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 28px #0000001a;transition:transform .3s linear}
.teamMember:hover{transform:scale(1.03)}
.memberPhoto{width:100%;height:320px;overflow:hidden;position:relative}
.memberPhoto img{width:100%;height:100%;object-fit:cover}
.memberInfo{padding:28px 24px}
.memberInfo h3{font-size:22px;color:#333;margin:0 0 8px;font-weight:700}
.memberInfo .roleLabel{font-size:16px;color:#8136B2;margin:0 0 16px;font-weight:600}
.memberInfo p{font-size:15px;line-height:1.6;color:#555;margin:0}
@media (max-width: 1024px) {
.heroContentWrapper{flex-direction:column;gap:40px}
.heroImageWrapper{flex:0 0 auto;width:100%;max-width:500px}
.heroTextArea .mainHeading{font-size:44px}
.storyContainer{grid-template-columns:1fr;gap:50px}
.valuesList{grid-template-columns:repeat(2,1fr)}
.methodGrid{grid-template-columns:1fr}
.teamGallery{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.aboutHero{padding:60px 20px}
.heroTextArea .mainHeading{font-size:36px}
.heroTextArea .supportText{font-size:18px}
.heroImageWrapper img{height:280px}
.storySection{padding:70px 20px}
.storyText h2{font-size:34px}
.valuesBlock{padding:70px 20px}
.valuesHolder h2{font-size:36px}
.valuesList{grid-template-columns:1fr;gap:28px}
.approachZone{padding:70px 20px}
.approachWrapper h2{font-size:36px}
.teamDisplay{padding:70px 20px}
.teamContainer h2{font-size:36px}
.teamGallery{grid-template-columns:1fr}
}
.programBanner{background:linear-gradient(135deg,#8136B2 0%,#348048 100%);padding:80px 20px;position:relative;overflow:hidden}
.programBanner::before{content:'';position:absolute;width:200px;height:200px;background:#fdffe31a;border-radius:50%;top:-50px;right:10%}
.programBanner::after{content:'';position:absolute;width:150px;height:150px;background:#fdffe326;border-radius:50%;bottom:-30px;left:15%}
.bannerLayout{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.bannerImageHolder{flex:0 0 380px;position:relative}
.bannerImageHolder::before{content:'';position:absolute;width:20px;height:20px;background:#FDFFE3;border-radius:50%;top:-10px;right:-10px}
.bannerImageHolder::after{content:'';position:absolute;width:15px;height:15px;background:#FDFFE3;border-radius:50%;bottom:20px;left:-8px}
.bannerImage{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 12px 40px #0003}
.bannerText{flex:1;color:#FDFFE3}
.bannerText .mainHeading{font-size:48px;line-height:1.2;margin:0 0 24px;font-weight:700}
.bannerText .descriptionParagraph{font-size:20px;line-height:1.6;margin:0 0 16px;opacity:.95}
.decorativeCircles{display:flex;gap:12px;margin-top:32px}
.decorativeCircles .smallCircle{width:12px;height:12px;background:#fdffe399;border-radius:50%}
.decorativeCircles .smallCircle:nth-child(2){background:#fdffe3cc}
.decorativeCircles .smallCircle:nth-child(3){background:#fdffe3ff}
.contentArea{max-width:1400px;margin:0 auto;padding:100px 20px}
.programGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.courseCard{background:linear-gradient(145deg,#8136b20d 0%,#3480480d 100%);border-radius:20px;padding:40px 32px;position:relative;transition:transform .3s linear,box-shadow .3s linear}
.courseCard:hover{transform:translateY(-8px);box-shadow:0 16px 48px #8136b226}
.courseCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8136B2 0%,#348048 100%);border-radius:20px 20px 0 0}
.courseCard .cardIcon{width:64px;height:64px;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.courseCard .cardIcon .fa{font-size:32px;color:#FDFFE3}
.courseCard .cardHeading{font-size:24px;margin:0 0 16px;color:#2d2d2d;font-weight:600}
.courseCard .cardDescription{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0 0 24px}
.courseCard .highlightList{list-style:none;padding:0;margin:0 0 28px}
.courseCard .highlightList .listEntry{padding:8px 0;font-size:15px;color:#3d3d3d;position:relative;padding-left:28px}
.courseCard .highlightList .listEntry::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#348048;border-radius:50%}
.courseCard .highlightList .listEntry::after{content:'';position:absolute;left:5px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#FDFFE3;border-radius:50%}
.courseCard .durationBadge{display:inline-block;background:#8136b21a;color:#8136B2;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}
.courseCard .enrollButton{display:inline-block;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);color:#FDFFE3;padding:14px 32px;border-radius:24px;text-decoration:none;font-weight:600;transition:transform .3s linear,box-shadow .3s linear;border:none;cursor:pointer;font-size:16px}
.courseCard .enrollButton:hover{transform:scale(1.05);box-shadow:0 8px 24px #8136b24d}
.approachSection{background:linear-gradient(180deg,#fdffe34d 0%,#3480480d 100%);padding:90px 20px;margin-top:60px}
.approachContent{max-width:1400px;margin:0 auto}
.approachHeading{text-align:center;font-size:40px;color:#2d2d2d;margin:0 0 60px;font-weight:700}
.approachHeading::after{content:'';display:block;width:120px;height:4px;background:linear-gradient(90deg,#8136B2 0%,#348048 100%);margin:20px auto 0;border-radius:24px}
.stepsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}
.stepsGrid::before{content:'';position:absolute;top:80px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,#8136B2 0%,#348048 100%);z-index:1}
.stepBlock{text-align:center;position:relative;z-index:2}
.stepBlock .stepNumber{width:80px;height:80px;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:32px;font-weight:700;color:#FDFFE3;box-shadow:0 8px 24px #8136b233}
.stepBlock .stepTitle{font-size:20px;margin:0 0 12px;color:#2d2d2d;font-weight:600}
.stepBlock .stepText{font-size:15px;line-height:1.6;color:#4a4a4a;margin:0}
@media (max-width: 1024px) {
.bannerLayout{flex-direction:column;gap:40px}
.bannerImageHolder{flex:0 0 auto;width:100%;max-width:500px}
.bannerImage{height:400px}
.bannerText .mainHeading{font-size:40px}
.programGrid{grid-template-columns:repeat(2,1fr);gap:32px}
.stepsGrid{grid-template-columns:repeat(2,1fr)}
.stepsGrid::before{display:none}
}
@media (max-width: 768px) {
.programBanner{padding:60px 20px}
.bannerText .mainHeading{font-size:32px}
.bannerText .descriptionParagraph{font-size:18px}
.bannerImage{height:320px}
.contentArea{padding:60px 20px}
.programGrid{grid-template-columns:1fr;gap:28px}
.courseCard{padding:32px 24px}
.approachSection{padding:60px 20px}
.approachHeading{font-size:32px;margin-bottom:40px}
.stepsGrid{grid-template-columns:1fr;gap:40px}
}
.titleSection{position:relative;padding:120px 24px 100px;overflow:hidden;background:linear-gradient(135deg,#FDFFE3 0%,#f8f9fa 100%)}
.titleSection::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8136b226,transparent 70%);border-radius:50%;filter:blur(80px);z-index:1}
.titleSection::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#3480481f,transparent 70%);border-radius:50%;filter:blur(90px);z-index:1}
.titleSection .wrapperMain{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.titleSection .contentHolder{display:flex;flex-direction:column;align-items:center;text-align:center;gap:48px}
.titleSection .textArea{max-width:820px}
.titleSection .mainHeading{font-size:56px;font-weight:800;line-height:1.15;color:#1a1a1a;margin:0 0 24px;letter-spacing:-.02em}
.titleSection .mainHeading .accentWord{background:linear-gradient(120deg,#8136B2 0%,#348048 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.titleSection .descriptionText{font-size:20px;line-height:1.6;color:#4a4a4a;margin:0}
.titleSection .imageHolder{width:100%;max-width:900px;position:relative}
.titleSection .imageHolder::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:linear-gradient(135deg,#8136b233,#34804826);border-radius:24px;z-index:-1}
.titleSection .featuredImage{width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026;display:block}
.titleSection .buttonRow{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.titleSection .primaryButton{padding:18px 42px;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);color:#fff;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;transition:all .3s linear;border:none;box-shadow:0 8px 24px #8136b24d;position:relative;z-index:10}
.titleSection .primaryButton:hover{transform:translateY(-3px);box-shadow:0 12px 32px #8136b266}
.titleSection .secondaryButton{padding:18px 42px;background:#fff;color:#8136B2;text-decoration:none;border-radius:28px;font-size:17px;font-weight:600;transition:all .3s linear;border:2px solid #8136B2;position:relative;z-index:10}
.titleSection .secondaryButton:hover{background:#8136B2;color:#fff;transform:translateY(-3px)}
.newsGrid{padding:100px 24px;background:#fff}
.newsGrid .containerMain{max-width:1400px;margin:0 auto}
.newsGrid .sectionHeader{text-align:center;margin-bottom:80px}
.newsGrid .headerTitle{font-size:48px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0 0 20px;position:relative;display:inline-block}
.newsGrid .headerTitle::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#8136B2,#348048);border-radius:2px}
.newsGrid .headerDescription{font-size:18px;line-height:1.6;color:#666;margin:24px auto 0;max-width:720px}
.newsGrid .articlesLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.newsGrid .articleCard{background:#f9f9f9;border-radius:24px;overflow:hidden;transition:all .3s linear;border:2px solid transparent;display:flex;flex-direction:column}
.newsGrid .articleCard:hover{transform:translateY(-8px);border-color:#8136B2;box-shadow:0 16px 48px #8136b226}
.newsGrid .articleImageWrapper{width:100%;height:240px;overflow:hidden;position:relative}
.newsGrid .articleImage{width:100%;height:100%;object-fit:cover;transition:all .4s linear}
.newsGrid .articleCard:hover .articleImage{transform:scale(1.08)}
.newsGrid .categoryBadge{position:absolute;top:16px;left:16px;background:linear-gradient(135deg,#8136B2,#348048);color:#fff;padding:8px 18px;border-radius:20px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.newsGrid .articleContent{padding:32px;flex-grow:1;display:flex;flex-direction:column}
.newsGrid .dateLine{font-size:14px;color:#999;margin:0 0 16px;display:flex;align-items:center;gap:8px}
.newsGrid .dateLine .iconCalendar{color:#8136B2}
.newsGrid .articleHeading{font-size:24px;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0 0 16px}
.newsGrid .articleSummary{font-size:16px;line-height:1.6;color:#666;margin:0 0 24px;flex-grow:1}
.newsGrid .readMoreLink{display:inline-flex;align-items:center;gap:8px;color:#8136B2;text-decoration:none;font-weight:600;font-size:15px;transition:all .3s linear}
.newsGrid .readMoreLink:hover{gap:12px;color:#348048}
.newsGrid .readMoreLink .iconArrow{transition:transform .3s linear}
.newsGrid .readMoreLink:hover .iconArrow{transform:translateX(4px)}
.newsGrid .featuredCard{grid-column:span 2;background:linear-gradient(135deg,#FDFFE3 0%,#f0f0f0 100%)}
.newsGrid .featuredCard .articleImageWrapper{height:340px}
.newsGrid .featuredCard .articleHeading{font-size:32px}
@media (max-width: 1200px) {
.newsGrid .articlesLayout{grid-template-columns:repeat(2,1fr);gap:32px}
.newsGrid .featuredCard{grid-column:span 2}
}
@media (max-width: 768px) {
.titleSection{padding:80px 20px 60px}
.titleSection .mainHeading{font-size:38px}
.titleSection .descriptionText{font-size:17px}
.titleSection .buttonRow{flex-direction:column;width:100%}
.titleSection .primaryButton,.titleSection .secondaryButton{width:100%;text-align:center}
.newsGrid{padding:60px 20px}
.newsGrid .headerTitle{font-size:36px}
.newsGrid .articlesLayout{grid-template-columns:1fr;gap:28px}
.newsGrid .featuredCard{grid-column:span 1}
.newsGrid .featuredCard .articleHeading{font-size:26px}
.newsGrid .articleHeading{font-size:22px}
}
@media (max-width: 480px) {
.titleSection .mainHeading{font-size:32px}
.titleSection .descriptionText{font-size:16px}
.newsGrid .headerTitle{font-size:28px}
.newsGrid .articleContent{padding:24px}
}
.successWrapper{background:linear-gradient(135deg,#FDFFE3 0%,#f5f9ea 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px}
.successBox{max-width:680px;width:100%;margin:0 auto;text-align:center}
.iconCircle{width:120px;height:120px;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);border-radius:50%;margin:0 auto 40px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #8136b240;position:relative}
.iconCircle::before{content:'';position:absolute;width:140px;height:140px;border:3px solid #8136B2;border-radius:50%;opacity:.3;animation:pulseRing 2s linear infinite}
@keyframes pulseRing {
0%{transform:scale(1);opacity:.3}
50%{transform:scale(1.15);opacity:0}
100%{transform:scale(1);opacity:0}
}
.iconCircle svg{width:60px;height:60px;fill:#FDFFE3}
.successTitle{font-size:42px;font-weight:700;color:#8136B2;margin:0 0 20px;line-height:1.2}
.successMessage{font-size:18px;color:#2d3748;line-height:1.6;margin:0 0 16px}
.successDetail{font-size:16px;color:#4a5568;line-height:1.5;margin:0 0 40px}
.buttonGroup{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.primaryBtn{background:linear-gradient(135deg,#8136B2 0%,#348048 100%);color:#FDFFE3;padding:16px 36px;border-radius:24px;text-decoration:none;font-size:17px;font-weight:600;display:inline-flex;align-items:center;gap:10px;box-shadow:0 6px 20px #8136b24d;transition:all .3s linear}
.primaryBtn:hover{transform:translateY(-3px);box-shadow:0 10px 28px #8136b266}
.secondaryBtn{background:#fff;color:#8136B2;padding:16px 36px;border-radius:24px;text-decoration:none;font-size:17px;font-weight:600;border:2px solid #8136B2;display:inline-flex;align-items:center;gap:10px;transition:all .3s linear}
.secondaryBtn:hover{background:#8136B2;color:#FDFFE3;transform:translateY(-3px)}
.decorativeDots{display:flex;gap:8px;justify-content:center;margin:50px 0 0}
.decorativeDots span{width:8px;height:8px;background:#8136B2;border-radius:50%;opacity:.4}
.decorativeDots span:nth-child(2){background:#348048}
.decorativeDots span:nth-child(3){opacity:.6}
.infoSection{background:#fff;padding:80px 20px}
.infoContainer{max-width:1400px;margin:0 auto}
.benefitsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.benefitCard{background:linear-gradient(135deg,#f8f9fa 0%,#FDFFE3 100%);padding:32px;border-radius:20px;border-left:5px solid #8136B2;transition:all .3s linear}
.benefitCard:nth-child(2){border-left-color:#348048}
.benefitCard:nth-child(3){border-left-color:#8136B2}
.benefitCard:hover{transform:translateX(8px);box-shadow:0 8px 24px #8136b226}
.benefitIcon{width:50px;height:50px;background:linear-gradient(135deg,#8136B2 0%,#348048 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.benefitIcon i{font-size:24px;color:#FDFFE3}
.benefitCard h3{font-size:22px;color:#8136B2;margin:0 0 12px;font-weight:700}
.benefitCard p{font-size:16px;color:#4a5568;line-height:1.6;margin:0}
@media (max-width: 768px) {
.successWrapper{padding:40px 20px}
.iconCircle{width:100px;height:100px}
.iconCircle svg{width:50px;height:50px}
.successTitle{font-size:32px}
.successMessage{font-size:16px}
.successDetail{font-size:15px}
.buttonGroup{flex-direction:column;align-items:stretch}
.primaryBtn,.secondaryBtn{justify-content:center;padding:14px 28px}
.benefitsGrid{grid-template-columns:1fr}
.infoSection{padding:60px 20px}
}
@media (max-width: 480px) {
.successTitle{font-size:28px}
.iconCircle{width:90px;height:90px}
}