html,body{margin:0;padding:0;box-sizing:border-box;font-family:'Bitter',serif;line-height:1.6;color:#2d2d2d;background:#fafafa}
*,::before,::after{box-sizing:inherit}
.top-header{background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);padding:18px 0;box-shadow:0 3px 10px #98203414;border-bottom:1px solid #e8e8e8}
.top-header .header-container{max-width:960px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:15px;flex-wrap:wrap}
.top-header .logo-holder{flex-shrink:0}
.top-header .brand-link{display:block;line-height:0}
.top-header .site-logo{height:85px;width:85px;display:block;border-radius:4px;box-shadow:0 2px 8px #47dff026;background:#fff;padding:4px}
.top-header .connector-dot{width:6px;height:6px;background:linear-gradient(135deg,#982034 0%,#47DFF0 100%);border-radius:50%;flex-shrink:0}
.top-header .connector-line{height:2px;flex-grow:1;background:linear-gradient(90deg,#98203433 0%,#47dff033 100%);max-width:60px}
.top-header .brand-info{flex-shrink:0}
.top-header .company-tag{font-size:22px;font-weight:700;color:#982034;letter-spacing:.3px}
.top-header .tagline-holder{flex-shrink:0}
.top-header .site-tagline{font-size:14px;color:#666;font-style:italic}
.top-header .main-nav{display:flex;gap:24px;margin-left:auto}
.top-header .main-nav .nav-link{color:#333;text-decoration:none;font-size:15px;font-weight:400;padding:8px 14px;border-radius:3px;transition:background .2s ease,color .2s ease}
.top-header .main-nav .nav-link:hover{background:#47dff01f;color:#982034}
@media (max-width: 768px) {
.top-header .header-container{flex-direction:column;align-items:flex-start;gap:10px}
.top-header .connector-line{display:none}
.top-header .connector-dot{display:none}
.top-header .main-nav{margin-left:0;flex-direction:column;gap:8px;width:100%}
.top-header .site-logo{height:70px;width:70px}
}
.footer-wrapper{background:linear-gradient(180deg,#e8e8e8 0%,#d4d4d4 100%);padding:50px 0 20px;margin-top:60px;border-top:3px solid #982034}
.footer-wrapper .footer-container{max-width:960px;margin:0 auto;padding:0 20px}
.footer-wrapper .footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:35px;margin-bottom:40px}
.footer-wrapper .footer-col{display:flex;flex-direction:column}
.footer-wrapper .footer-brand .footer-logo-img{height:65px;width:65px;margin-bottom:15px;border-radius:3px;background:#fff;padding:4px}
.footer-wrapper .footer-brand .brand-desc{font-size:14px;color:#4a4a4a;line-height:1.7}
.footer-wrapper .footer-heading{font-size:16px;font-weight:700;color:#982034;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.footer-wrapper .footer-heading i{font-size:18px;color:#47DFF0}
.footer-wrapper .footer-links{list-style:none;padding:0;margin:0}
.footer-wrapper .footer-links li{margin-bottom:10px}
.footer-wrapper .footer-links a{color:#555;text-decoration:none;font-size:14px;transition:color .2s ease,padding-left .2s ease;display:inline-block}
.footer-wrapper .footer-links a:hover{color:#982034;padding-left:4px}
.footer-wrapper .contact-list{list-style:none;padding:0;margin:0}
.footer-wrapper .contact-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:14px;color:#555}
.footer-wrapper .contact-list li i{color:#47DFF0;margin-top:3px;flex-shrink:0}
.footer-wrapper .contact-list a{color:#555;text-decoration:none;transition:color .2s ease}
.footer-wrapper .contact-list a:hover{color:#982034}
.footer-wrapper .footer-bottom{border-top:1px solid #bbb;padding-top:20px;text-align:center}
.footer-wrapper .footer-bottom .copyright-text{font-size:13px;color:#666;margin:0}
@media (max-width: 640px) {
.footer-wrapper .footer-grid{grid-template-columns:1fr;gap:25px}
}
.cookie-popup{position:fixed;right:25px;top:50%;transform:translateY(-50%) translateX(400px);background:#fff;border-radius:6px;box-shadow:0 8px 24px #9820342e;padding:28px;max-width:340px;z-index:9999;opacity:0;transition:transform .4s ease,opacity .4s ease;border:2px solid #47DFF0}
.cookie-popup.visible{transform:translateY(-50%) translateX(0);opacity:1}
.cookie-popup.hidden{transform:translateY(-150%) translateX(400px);opacity:0;pointer-events:none}
.cookie-popup .cookie-title{font-size:19px;font-weight:700;color:#982034;margin:0 0 12px}
.cookie-popup .cookie-desc{font-size:14px;color:#555;margin:0 0 20px;line-height:1.6}
.cookie-popup .cookie-options{display:flex;flex-direction:column;gap:14px;margin-bottom:22px}
.cookie-popup .cookie-option{display:flex;align-items:center}
.cookie-popup .cookie-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#444;position:relative;width:100%}
.cookie-popup .cookie-toggle{position:absolute;opacity:0;width:0;height:0}
.cookie-popup .toggle-slider{width:42px;height:22px;background:#ccc;border-radius:22px;position:relative;transition:background .3s ease;flex-shrink:0}
.cookie-popup .toggle-slider::before{content:'';position:absolute;width:16px;height:16px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .3s ease}
.cookie-popup .cookie-toggle:checked + .toggle-slider{background:linear-gradient(135deg,#982034 0%,#47DFF0 100%)}
.cookie-popup .cookie-toggle:checked + .toggle-slider::before{transform:translateX(20px)}
.cookie-popup .cookie-option-text{flex-grow:1}
.cookie-popup .cookie-actions{display:flex;gap:10px}
.cookie-popup .cookie-btn{flex:1;padding:11px 18px;border:none;border-radius:4px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-family:'Bitter',serif}
.cookie-popup .accept-btn{background:linear-gradient(135deg,#982034 0%,#47DFF0 50%,#FADC23 100%);color:#fff;box-shadow:0 3px 10px #98203440}
.cookie-popup .accept-btn:hover{transform:scale(1.04);box-shadow:0 5px 16px #98203459}
.cookie-popup .decline-btn{background:linear-gradient(135deg,#e8e8e8 0%,#d0d0d0 100%);color:#555;box-shadow:0 2px 8px #0000001a}
.cookie-popup .decline-btn:hover{transform:scale(1.04);box-shadow:0 4px 12px #0000002e}
@media (max-width: 480px) {
.cookie-popup{right:15px;left:15px;max-width:none}
}
body::-webkit-scrollbar{width:9px}
body::-webkit-scrollbar-track{background:#47dff01a}
body::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#982034 0%,#47DFF0 100%);border-radius:6px}
body::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#47DFF0 0%,#982034 100%)}
*{cursor:default}
a,button,input[type="submit"],input[type="button"],.cookie-label{cursor:pointer}
button:disabled,input:disabled{cursor:not-allowed}
.doc-area-btq{max-width:960px;margin:0 auto;padding:60px 24px;background:#fff}
.doc-area-btq h1{font-size:42px;line-height:1.2;color:#1a1a1a;font-weight:700;margin:0 0 16px;letter-spacing:-.5px}
.doc-area-btq h2{font-size:32px;line-height:1.3;color:#2a2a2a;font-weight:600;margin:48px 0 20px;letter-spacing:-.3px}
.doc-area-btq h3{font-size:24px;line-height:1.4;color:#3a3a3a;font-weight:600;margin:36px 0 16px}
.doc-area-btq h4{font-size:20px;line-height:1.4;color:#4a4a4a;font-weight:600;margin:28px 0 14px}
.doc-area-btq h5{font-size:18px;line-height:1.5;color:#5a5a5a;font-weight:600;margin:24px 0 12px}
.doc-area-btq h6{font-size:16px;line-height:1.5;color:#6a6a6a;font-weight:600;margin:20px 0 10px;text-transform:uppercase;letter-spacing:.5px}
.doc-area-btq p{font-size:17px;line-height:1.7;color:#333;margin:0 0 20px;font-weight:400}
.doc-area-btq ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.doc-area-btq ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.doc-area-btq li{font-size:17px;line-height:1.7;color:#333;margin:0 0 12px;padding-left:8px}
.doc-area-btq ul ul{margin:12px 0;padding-left:28px;list-style-type:circle}
.doc-area-btq ol ol{margin:12px 0;padding-left:28px;list-style-type:lower-alpha}
.doc-area-btq ul li:last-child,.doc-area-btq ol li:last-child{margin-bottom:0}
.doc-area-btq strong,.doc-area-btq b{font-weight:600;color:#1a1a1a}
.doc-area-btq hr{border:none;height:2px;background:linear-gradient(90deg,#982034 0%,#47DFF0 50%,#FADC23 100%);margin:48px 0;border-radius:2px;opacity:.3}
.doc-area-btq div{margin:0}
.doc-area-btq h1 + p{font-size:19px;color:#666;margin-bottom:32px}
.doc-area-btq h2:first-of-type{margin-top:32px}
@media (max-width: 768px) {
.doc-area-btq{padding:40px 20px}
.doc-area-btq h1{font-size:34px;margin-bottom:14px}
.doc-area-btq h2{font-size:26px;margin:36px 0 16px}
.doc-area-btq h3{font-size:22px;margin:28px 0 14px}
.doc-area-btq h4{font-size:19px;margin:24px 0 12px}
.doc-area-btq h5{font-size:17px;margin:20px 0 10px}
.doc-area-btq h6{font-size:15px;margin:18px 0 10px}
.doc-area-btq p{font-size:16px;line-height:1.65;margin-bottom:18px}
.doc-area-btq li{font-size:16px;line-height:1.65}
.doc-area-btq ul,.doc-area-btq ol{padding-left:24px;margin-bottom:20px}
.doc-area-btq hr{margin:36px 0}
.doc-area-btq h1 + p{font-size:17px;margin-bottom:24px}
}
@media (max-width: 480px) {
.doc-area-btq{padding:32px 16px}
.doc-area-btq h1{font-size:28px}
.doc-area-btq h2{font-size:24px}
.doc-area-btq h3{font-size:20px}
.doc-area-btq ul,.doc-area-btq ol{padding-left:20px}
}
.about-title-wrap{max-width:960px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1fr 1.8fr;gap:48px;align-items:start;position:relative}
.about-title-wrap::before{content:'';position:absolute;top:20px;left:20px;width:40px;height:40px;border:3px dotted #982034;border-radius:3px;opacity:.4}
.about-title-wrap::after{content:'';position:absolute;bottom:20px;right:20px;width:50px;height:50px;border:3px dotted #47DFF0;border-radius:3px;opacity:.35}
.about-img-holder{position:relative;overflow:hidden;border-radius:4px;box-shadow:0 8px 24px #9820342e}
.about-img-holder img{width:100%;height:auto;display:block;object-fit:cover}
.about-img-holder::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#98203480 0%,#47dff04d 100%);z-index:1}
.about-text-area{display:flex;flex-direction:column;gap:24px}
.about-text-area h1{font-size:42px;line-height:1.2;color:#1a1a1a;margin:0;font-weight:700}
.about-text-area h1 span{color:#982034;position:relative}
.about-text-area h1 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#982034 0%,#47DFF0 100%);opacity:.6}
.about-intro-txt{font-size:17px;line-height:1.7;color:#333;margin:0;padding:20px 0;border-left:4px solid #47DFF0;padding-left:20px;background:#47dff00d}
.about-mission-grid{max-width:960px;margin:0 auto;padding:70px 20px;background:linear-gradient(160deg,#fadc2314 0%,#47dff014 100%)}
.mission-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}
.mission-single-card{background:#fff;padding:32px 24px;border-radius:5px;box-shadow:0 6px 20px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.mission-single-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #98203426}
.mission-single-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#982034 0%,#47DFF0 100%);border-radius:5px 0 0 5px}
.mission-card-icon{font-size:36px;color:#982034;margin-bottom:16px}
.mission-card-hdr{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.mission-card-desc{font-size:15px;line-height:1.6;color:#555;margin:0}
.section-label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#982034;margin:0 0 12px}
.main-section-hdr{font-size:36px;line-height:1.3;color:#1a1a1a;margin:0;font-weight:700}
.approach-area{max-width:960px;margin:0 auto;padding:70px 20px}
.approach-split-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:56px;margin-top:40px;align-items:center}
.approach-content-side{display:flex;flex-direction:column;gap:28px}
.approach-point-box{display:flex;gap:18px;align-items:start;padding:20px;background:#fff;border-radius:4px;border:2px solid transparent;transition:border-color .3s ease,background .3s ease}
.approach-point-box:hover{border-color:#47DFF0;background:#47dff00a}
.approach-icon-wrap{width:50px;height:50px;background:linear-gradient(135deg,#982034 0%,#47DFF0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #98203433}
.approach-icon-wrap i{font-size:22px;color:#fff}
.approach-point-txt h3{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}
.approach-point-txt p{font-size:15px;line-height:1.6;color:#555;margin:0}
.approach-visual-side{position:relative}
.approach-img-frame{position:relative;border-radius:4px;overflow:hidden;box-shadow:0 10px 30px #0000001f}
.approach-img-frame img{width:100%;height:auto;display:block;object-fit:cover}
.approach-img-frame::after{content:'';position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:linear-gradient(135deg,#fadc2399 0%,#47dff066 100%);border-radius:50%;z-index:-1}
.stats-display-section{max-width:960px;margin:0 auto;padding:70px 20px;background:linear-gradient(135deg,#98203408 0%,#47dff008 100%)}
.stats-grid-holder{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:50px}
.single-stat-block{text-align:center;padding:32px 20px;background:#fff;border-radius:5px;box-shadow:0 6px 18px #00000014;position:relative;overflow:hidden;transition:transform .3s ease}
.single-stat-block:hover{transform:scale(1.05)}
.single-stat-block::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#982034 0%,#47DFF0 50%,#FADC23 100%)}
.stat-number-display{font-size:44px;font-weight:700;color:#982034;margin:0 0 8px;line-height:1}
.stat-label-txt{font-size:15px;font-weight:500;color:#555;margin:0;text-transform:uppercase;letter-spacing:.5px}
.team-showcase-area{max-width:960px;margin:0 auto;padding:70px 20px}
.team-profile-layout{display:grid;grid-template-columns:280px 1fr;gap:48px;margin-top:40px;align-items:start;padding:40px;background:#fff;border-radius:5px;box-shadow:0 8px 24px #0000001a}
.team-photo-holder{position:relative}
.team-photo-holder img{width:100%;height:auto;border-radius:4px;display:block;object-fit:cover;box-shadow:0 6px 16px #00000026}
.team-info-content{display:flex;flex-direction:column;gap:20px}
.team-member-name{font-size:28px;font-weight:700;color:#1a1a1a;margin:0}
.team-member-role{font-size:16px;font-weight:600;color:#47DFF0;margin:0;text-transform:uppercase;letter-spacing:1px}
.team-bio-text{font-size:15px;line-height:1.7;color:#555;margin:0;padding-top:12px;border-top:2px solid #47dff04d}
.expertise-tags-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.single-expertise-tag{padding:8px 16px;background:linear-gradient(135deg,#9820341a 0%,#47dff01a 100%);border-radius:20px;font-size:13px;font-weight:500;color:#982034;border:1px solid #98203433}
@media (max-width: 768px) {
.about-title-wrap{grid-template-columns:1fr;gap:32px;padding:40px 20px}
.about-text-area h1{font-size:32px}
.mission-cards-row{grid-template-columns:1fr;gap:20px}
.approach-split-layout{grid-template-columns:1fr;gap:40px}
.stats-grid-holder{grid-template-columns:repeat(2,1fr);gap:20px}
.team-profile-layout{grid-template-columns:1fr;gap:28px;padding:24px}
.team-photo-holder{max-width:280px;margin:0 auto}
}
@media (max-width: 480px) {
.about-text-area h1{font-size:26px}
.stats-grid-holder{grid-template-columns:1fr}
.stat-number-display{font-size:36px}
}
.program-title-area{position:relative;padding:85px 0 95px;overflow:hidden;background:linear-gradient(135deg,#47DFF0 0%,#982034 100%)}
.program-title-area .title-container{max-width:960px;margin:0 auto;padding:0 20px;position:relative;z-index:3}
.program-title-area .backdrop-visual{position:absolute;right:-5%;top:50%;transform:translateY(-50%);width:480px;height:480px;z-index:1;filter:blur(8px);opacity:.4;border-radius:8px}
.program-title-area .backdrop-visual img{width:100%;height:100%;object-fit:cover;border-radius:8px}
.program-title-area .glow-accent{position:absolute;width:220px;height:220px;background:radial-gradient(circle,#FADC23 0%,transparent 70%);border-radius:50%;top:15%;right:25%;opacity:.25;z-index:2;filter:blur(45px)}
.program-title-area .headline-text{font-size:52px;font-weight:700;color:#fff;line-height:1.2;margin:0 0 18px;max-width:620px}
.program-title-area .intro-description{font-size:19px;color:#ffffffeb;line-height:1.6;max-width:560px;margin:0}
.course-pathway-section{padding:90px 0;background:#fafafa}
.course-pathway-section .pathway-wrapper{max-width:960px;margin:0 auto;padding:0 20px}
.course-pathway-section .section-label{font-size:15px;color:#982034;font-weight:600;text-transform:uppercase;letter-spacing:1.8px;margin:0 0 14px}
.course-pathway-section .section-heading{font-size:38px;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0 0 45px;max-width:680px}
.course-pathway-section .journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.course-pathway-section .journey-phase{background:#fff;border-radius:4px;padding:32px 26px;box-shadow:0 2px 12px #98203414;position:relative;transition:all .3s ease}
.course-pathway-section .journey-phase:hover{transform:translateY(-4px);box-shadow:0 8px 24px #98203424}
.course-pathway-section .phase-number{position:absolute;top:-16px;left:26px;width:44px;height:44px;background:linear-gradient(135deg,#982034 0%,#47DFF0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff}
.course-pathway-section .phase-icon{font-size:36px;color:#47DFF0;margin:14px 0 18px;display:block}
.course-pathway-section .phase-title{font-size:21px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.course-pathway-section .phase-details{font-size:15px;color:#555;line-height:1.6;margin:0}
.curriculum-showcase{padding:95px 0;background:#fff;position:relative}
.curriculum-showcase::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#982034 0%,#47DFF0 50%,#FADC23 100%)}
.curriculum-showcase .curriculum-holder{max-width:960px;margin:0 auto;padding:0 20px}
.curriculum-showcase .content-layout{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.curriculum-showcase .text-column h2{font-size:36px;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0 0 22px;position:relative;padding-left:18px}
.curriculum-showcase .text-column h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:36px;background:linear-gradient(180deg,#982034 0%,#47DFF0 100%);border-radius:3px}
.curriculum-showcase .text-column p{font-size:16px;color:#444;line-height:1.7;margin:0 0 28px}
.curriculum-showcase .feature-checklist{list-style:none;padding:0;margin:0 0 32px}
.curriculum-showcase .feature-checklist li{padding:14px 0;border-bottom:1px solid #eee;font-size:16px;color:#333;position:relative;padding-left:36px}
.curriculum-showcase .feature-checklist li::before{content:'\f058';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;color:#47DFF0;font-size:20px}
.curriculum-showcase .visual-column{position:relative}
.curriculum-showcase .portrait-frame{width:100%;height:480px;position:relative;border-radius:6px;overflow:hidden;box-shadow:0 12px 32px #9820342e}
.curriculum-showcase .portrait-frame img{width:100%;height:100%;object-fit:cover}
.curriculum-showcase .accent-shape{position:absolute;bottom:-20px;right:-20px;width:140px;height:140px;background:linear-gradient(45deg,#FADC23 0%,#47DFF0 100%);border-radius:50%;z-index:-1;opacity:.6}
.expertise-metrics{padding:0;background:linear-gradient(225deg,#982034 0%,#1a1a1a 100%)}
.expertise-metrics .metrics-container{max-width:960px;margin:0 auto;padding:75px 20px}
.expertise-metrics .metrics-header{text-align:center;margin-bottom:55px}
.expertise-metrics .metrics-header h2{font-size:40px;font-weight:700;color:#fff;margin:0 0 16px}
.expertise-metrics .metrics-header p{font-size:17px;color:#ffffffd9;margin:0;max-width:600px;margin:0 auto}
.expertise-metrics .stats-display{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.expertise-metrics .stat-item{text-align:center;padding:28px 20px;background:#ffffff0f;border-radius:5px;border:1px solid #47dff033;transition:all .3s ease}
.expertise-metrics .stat-item:hover{background:#ffffff1a;border-color:#47dff080;transform:scale(1.05)}
.expertise-metrics .stat-icon{font-size:42px;color:#FADC23;margin-bottom:16px;display:block}
.expertise-metrics .stat-value{font-size:38px;font-weight:700;color:#47DFF0;margin:0 0 8px;display:block}
.expertise-metrics .stat-label{font-size:15px;color:#fffc;margin:0}
.enrollment-pathway{padding:85px 0;background:#f5f5f5}
.enrollment-pathway .pathway-box{max-width:960px;margin:0 auto;padding:0 20px}
.enrollment-pathway .pathway-intro{text-align:center;margin-bottom:50px}
.enrollment-pathway .pathway-intro h2{font-size:37px;font-weight:700;color:#1a1a1a;margin:0 0 18px}
.enrollment-pathway .pathway-intro p{font-size:17px;color:#555;margin:0}
.enrollment-pathway .step-sequence{display:flex;justify-content:space-between;align-items:flex-start;position:relative;margin-bottom:45px}
.enrollment-pathway .step-sequence::before{content:'';position:absolute;top:36px;left:12%;right:12%;height:3px;background:linear-gradient(90deg,#982034 0%,#47DFF0 50%,#FADC23 100%);z-index:1}
.enrollment-pathway .step-box{flex:1;text-align:center;position:relative;z-index:2}
.enrollment-pathway .step-marker{width:72px;height:72px;background:#fff;border:4px solid #47DFF0;border-radius:50%;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#982034;box-shadow:0 4px 16px #47dff04d}
.enrollment-pathway .step-name{font-size:19px;font-weight:700;color:#1a1a1a;margin:0 0 10px}
.enrollment-pathway .step-info{font-size:14px;color:#666;margin:0}
.enrollment-pathway .cta-area{text-align:center;padding:42px;background:linear-gradient(135deg,#98203414 0%,#47dff014 100%);border-radius:6px}
.enrollment-pathway .cta-area h3{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 22px}
.enrollment-pathway .action-btn{display:inline-block;padding:16px 48px;background:linear-gradient(135deg,#982034 0%,#47DFF0 100%);color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:4px;box-shadow:0 6px 18px #98203440;transition:all .3s ease}
.enrollment-pathway .action-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #98203459}
@media (max-width: 768px) {
.program-title-area{padding:60px 0 70px}
.program-title-area .backdrop-visual{width:300px;height:300px;right:-10%}
.program-title-area .headline-text{font-size:36px}
.program-title-area .intro-description{font-size:17px}
.course-pathway-section{padding:60px 0}
.course-pathway-section .section-heading{font-size:30px}
.course-pathway-section .journey-grid{grid-template-columns:1fr;gap:36px}
.curriculum-showcase{padding:60px 0}
.curriculum-showcase .content-layout{grid-template-columns:1fr;gap:45px}
.curriculum-showcase .portrait-frame{height:380px}
.expertise-metrics .metrics-container{padding:55px 20px}
.expertise-metrics .metrics-header h2{font-size:32px}
.expertise-metrics .stats-display{grid-template-columns:repeat(2,1fr);gap:24px}
.enrollment-pathway{padding:60px 0}
.enrollment-pathway .step-sequence{flex-direction:column;gap:32px}
.enrollment-pathway .step-sequence::before{display:none}
.enrollment-pathway .action-btn{width:100%}
}
@media (min-width: 769px) and (max-width: 1024px) {
.program-title-area .backdrop-visual{width:400px;height:400px}
.course-pathway-section .journey-grid{grid-template-columns:repeat(2,1fr)}
.expertise-metrics .stats-display{grid-template-columns:repeat(2,1fr)}
}
.hero-opener{position:relative;min-height:540px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#982034 0%,#47DFF0 65%,#FADC23 100%)}
.hero-opener .content-holder{max-width:960px;margin:0 auto;padding:80px 20px;position:relative;z-index:3}
.hero-opener .geometric-clip{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:380px;height:380px;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);overflow:hidden;animation:float-subtle 6s ease-in-out infinite}
@keyframes float-subtle {
0%,100%{transform:translateY(-50%) translateX(0)}
50%{transform:translateY(-50%) translateX(12px)}
}
.hero-opener .geometric-clip img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.hero-opener .geometric-clip:hover img{transform:scale(1.06)}
.hero-opener .title-split{max-width:520px}
.hero-opener .title-split .emphasis-line{font-size:2.8rem;font-weight:700;color:#fff;line-height:1.15;margin:0 0 8px;text-shadow:2px 3px 8px #00000026}
.hero-opener .title-split .context-line{font-size:1.3rem;font-weight:400;color:#fafafa;margin:0 0 28px;line-height:1.5}
.hero-opener .intro-para{font-size:1.05rem;color:#f5f5f5;line-height:1.7;margin:0 0 32px;max-width:480px}
.hero-opener .btn-primary-action{display:inline-block;padding:14px 36px;background:#fff;color:#982034;font-weight:600;border-radius:4px;text-decoration:none;box-shadow:0 6px 18px #98203440;transition:all .3s ease}
.hero-opener .btn-primary-action:hover{transform:scale(1.05);box-shadow:0 8px 24px #98203459}
.parallax-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.parallax-bg .shape-element{position:absolute;border-radius:50%;background:#ffffff14}
.parallax-bg .shape-element:nth-child(1){width:180px;height:180px;top:12%;left:6%;animation:drift-1 9s ease-in-out infinite}
.parallax-bg .shape-element:nth-child(2){width:120px;height:120px;bottom:18%;left:15%;animation:drift-2 11s ease-in-out infinite}
.parallax-bg .shape-element:nth-child(3){width:90px;height:90px;top:65%;right:12%;animation:drift-3 8s ease-in-out infinite}
@keyframes drift-1 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(15px,-20px)}
}
@keyframes drift-2 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(-12px,18px)}
}
@keyframes drift-3 {
0%,100%{transform:translate(0,0)}
50%{transform:translate(10px,15px)}
}
.knowledge-foundation{padding:80px 20px;background:#fafafa}
.knowledge-foundation .section-wrap{max-width:960px;margin:0 auto}
.knowledge-foundation .section-header{text-align:center;margin-bottom:48px}
.knowledge-foundation .section-header h2{font-size:2.2rem;color:#982034;margin:0 0 12px;font-weight:700}
.knowledge-foundation .section-header .sub-text{font-size:1.1rem;color:#555;margin:0}
.knowledge-foundation .expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.knowledge-foundation .expertise-card{background:#fff;padding:32px 24px;border-radius:6px;box-shadow:0 4px 12px #0000000f;transition:all .3s ease;border-left:4px solid #47DFF0}
.knowledge-foundation .expertise-card:hover{transform:translateY(-6px);box-shadow:0 10px 24px #47dff02e}
.knowledge-foundation .expertise-card .card-icon{width:58px;height:58px;background:linear-gradient(135deg,#982034,#47DFF0);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.knowledge-foundation .expertise-card .card-icon i{font-size:1.8rem;color:#fff}
.knowledge-foundation .expertise-card h3{font-size:1.35rem;color:#222;margin:0 0 14px;font-weight:600}
.knowledge-foundation .expertise-card p{font-size:.98rem;color:#666;line-height:1.65;margin:0}
.proven-track{padding:80px 20px;background:#fff}
.proven-track .inner-container{max-width:960px;margin:0 auto}
.proven-track .stats-display{display:flex;justify-content:space-between;gap:32px;margin-bottom:52px}
.proven-track .stat-block{flex:1;text-align:center;padding:28px 16px;background:linear-gradient(135deg,#f8f8f8,#fff);border-radius:8px;box-shadow:0 5px 15px #98203414;position:relative;overflow:hidden}
.proven-track .stat-block::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#982034,#47DFF0,#FADC23)}
.proven-track .stat-block .number-display{font-size:3rem;font-weight:700;color:#982034;margin:0 0 8px;line-height:1}
.proven-track .stat-block .label-text{font-size:1rem;color:#555;margin:0;font-weight:500}
.proven-track .results-showcase{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.proven-track .showcase-img{width:100%;height:340px;object-fit:cover;border-radius:6px;box-shadow:0 8px 20px #0000001a}
.proven-track .content-area h2{font-size:2rem;color:#222;margin:0 0 18px;font-weight:700}
.proven-track .content-area .highlight-box{background:#f0fbfd;padding:20px;border-left:5px solid #47DFF0;margin-bottom:20px;border-radius:4px}
.proven-track .content-area .highlight-box p{font-size:1.02rem;color:#444;line-height:1.7;margin:0}
.proven-track .content-area .detail-list{list-style:none;padding:0;margin:0}
.proven-track .content-area .detail-list li{padding:10px 0 10px 32px;position:relative;font-size:.98rem;color:#555;line-height:1.6}
.proven-track .content-area .detail-list li::before{content:'\f058';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;color:#47DFF0;font-size:1.1rem}
.geographic-reach{padding:80px 20px;background:linear-gradient(135deg,#fafafa,#f0f0f0)}
.geographic-reach .wrapper-content{max-width:960px;margin:0 auto}
.geographic-reach .dual-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:start}
.geographic-reach .text-section h2{font-size:2.1rem;color:#982034;margin:0 0 20px;font-weight:700}
.geographic-reach .text-section p{font-size:1.02rem;color:#555;line-height:1.7;margin:0 0 18px}
.geographic-reach .access-features{background:#fff;padding:28px;border-radius:6px;box-shadow:0 6px 16px #00000014}
.geographic-reach .feature-item{display:flex;gap:16px;margin-bottom:22px}
.geographic-reach .feature-item:last-child{margin-bottom:0}
.geographic-reach .feature-item .icon-holder{width:48px;height:48px;background:linear-gradient(135deg,#47DFF0,#FADC23);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.geographic-reach .feature-item .icon-holder i{font-size:1.5rem;color:#fff}
.geographic-reach .feature-item .text-holder h4{font-size:1.15rem;color:#222;margin:0 0 6px;font-weight:600}
.geographic-reach .feature-item .text-holder p{font-size:.95rem;color:#666;margin:0;line-height:1.5}
.geographic-reach .visual-side img{width:100%;height:380px;object-fit:cover;border-radius:6px;box-shadow:0 8px 20px #0000001f}
.learning-resources{padding:80px 20px;background:#fff}
.learning-resources .main-wrapper{max-width:960px;margin:0 auto}
.learning-resources .intro-section{text-align:center;margin-bottom:52px}
.learning-resources .intro-section h2{font-size:2.2rem;color:#222;margin:0 0 16px;font-weight:700}
.learning-resources .intro-section .desc-text{font-size:1.08rem;color:#555;max-width:680px;margin:0 auto;line-height:1.65}
.learning-resources .resource-tabs{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}
.learning-resources .tab-trigger{display:none}
.learning-resources .tab-label{padding:12px 28px;background:#f5f5f5;color:#555;border-radius:4px;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:1rem}
.learning-resources .tab-label:hover{background:#e8e8e8;transform:scale(1.03)}
.learning-resources .tab-trigger:checked + .tab-label{background:linear-gradient(135deg,#982034,#47DFF0);color:#fff;box-shadow:0 4px 12px #98203433}
.learning-resources .tab-content-area{display:none;animation:fade-in .4s ease}
@keyframes fade-in {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.learning-resources .tab-trigger:checked ~ .tab-content-area[data-tab="1"],.learning-resources #tab-1:checked ~ .content-holder .tab-content-area[data-tab="1"],.learning-resources #tab-2:checked ~ .content-holder .tab-content-area[data-tab="2"],.learning-resources #tab-3:checked ~ .content-holder .tab-content-area[data-tab="3"]{display:block}
.learning-resources .resource-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.learning-resources .resource-item{background:#fafafa;padding:28px;border-radius:6px;box-shadow:0 3px 10px #0000000d;transition:all .3s ease}
.learning-resources .resource-item:hover{box-shadow:0 8px 20px #47dff026;transform:translateY(-4px)}
.learning-resources .resource-item h4{font-size:1.25rem;color:#982034;margin:0 0 12px;font-weight:600}
.learning-resources .resource-item p{font-size:.98rem;color:#666;line-height:1.65;margin:0}
.teaching-approach{padding:80px 20px;background:linear-gradient(135deg,#f8f4f5,#f0fafc)}
.teaching-approach .container-main{max-width:960px;margin:0 auto}
.teaching-approach .split-view{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.teaching-approach .image-panel img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 10px 28px #98203426}
.teaching-approach .content-panel h2{font-size:2.1rem;color:#222;margin:0 0 22px;font-weight:700;position:relative;padding-left:18px}
.teaching-approach .content-panel h2::before{content:'';position:absolute;left:0;top:6px;width:5px;height:36px;background:linear-gradient(180deg,#982034,#47DFF0);border-radius:3px}
.teaching-approach .content-panel .methodology-steps{list-style:none;padding:0;margin:0 0 26px}
.teaching-approach .content-panel .methodology-steps li{padding:16px 0;border-bottom:1px solid #e0e0e0;font-size:1rem;color:#444;display:flex;gap:14px}
.teaching-approach .content-panel .methodology-steps li:last-child{border-bottom:none}
.teaching-approach .content-panel .methodology-steps .step-num{width:32px;height:32px;background:#47DFF0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.teaching-approach .content-panel .cta-link{display:inline-block;padding:13px 32px;background:#982034;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease;box-shadow:0 5px 14px #98203433}
.teaching-approach .cta-link:hover{transform:scale(1.04);box-shadow:0 7px 20px #9820344d}
.real-challenges{padding:80px 20px;background:#fff}
.real-challenges .holder-main{max-width:960px;margin:0 auto}
.real-challenges .section-top{text-align:center;margin-bottom:48px}
.real-challenges .section-top h2{font-size:2.2rem;color:#982034;margin:0 0 14px;font-weight:700}
.real-challenges .section-top .intro-desc{font-size:1.06rem;color:#555;max-width:720px;margin:0 auto;line-height:1.7}
.real-challenges .accordion-list{max-width:800px;margin:0 auto}
.real-challenges .accordion-item{margin-bottom:16px;border-radius:6px;overflow:hidden;box-shadow:0 3px 10px #0000000f}
.real-challenges .accordion-toggle{display:none}
.real-challenges .accordion-header{background:#f5f5f5;padding:18px 24px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}
.real-challenges .accordion-header:hover{background:#ececec}
.real-challenges .accordion-toggle:checked + .accordion-header{background:linear-gradient(135deg,#982034,#47DFF0);color:#fff}
.real-challenges .accordion-header h4{font-size:1.15rem;margin:0;font-weight:600}
.real-challenges .accordion-toggle:checked + .accordion-header h4{color:#fff}
.real-challenges .accordion-header .icon-toggle{font-size:1.2rem;transition:transform .3s ease}
.real-challenges .accordion-toggle:checked + .accordion-header .icon-toggle{transform:rotate(180deg)}
.real-challenges .accordion-body{max-height:0;overflow:hidden;transition:max-height .4s ease;background:#fff}
.real-challenges .accordion-toggle:checked ~ .accordion-body{max-height:400px}
.real-challenges .accordion-body .body-content{padding:24px}
.real-challenges .accordion-body p{font-size:.98rem;color:#555;line-height:1.7;margin:0 0 14px}
.real-challenges .accordion-body p:last-child{margin:0}
.expert-voice{padding:80px 20px;background:linear-gradient(135deg,#fef8f9,#f0fbfd)}
.expert-voice .testimonial-wrapper{max-width:960px;margin:0 auto}
.expert-voice .testimonial-card{background:#fff;padding:48px;border-radius:8px;box-shadow:0 10px 32px #00000014;display:grid;grid-template-columns:140px 1fr;gap:36px;align-items:center}
.expert-voice .profile-image{width:140px;height:140px;border-radius:50%;object-fit:cover;border:5px solid #47DFF0;box-shadow:0 6px 18px #47dff040}
.expert-voice .quote-content blockquote{font-size:1.12rem;color:#444;line-height:1.75;margin:0 0 20px;font-style:italic;position:relative;padding-left:28px}
.expert-voice .quote-content blockquote::before{content:'\f10d';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;top:-4px;font-size:1.8rem;color:#982034;opacity:.3}
.expert-voice .quote-content .author-info{display:flex;flex-direction:column;gap:4px}
.expert-voice .quote-content .author-name{font-size:1.15rem;font-weight:700;color:#222;margin:0}
.expert-voice .quote-content .author-role{font-size:.95rem;color:#666;margin:0}
@media (max-width: 768px) {
.hero-opener{min-height:auto}
.hero-opener .geometric-clip{position:relative;right:auto;top:auto;transform:none;width:100%;max-width:320px;margin:0 auto 32px}
.hero-opener .title-split .emphasis-line{font-size:2rem}
.hero-opener .title-split .context-line{font-size:1.1rem}
.knowledge-foundation .expertise-grid{grid-template-columns:1fr}
.proven-track .stats-display{flex-direction:column}
.proven-track .results-showcase{grid-template-columns:1fr}
.geographic-reach .dual-layout{grid-template-columns:1fr}
.learning-resources .resource-grid{grid-template-columns:1fr}
.teaching-approach .split-view{grid-template-columns:1fr}
.expert-voice .testimonial-card{grid-template-columns:1fr;padding:32px 24px}
.expert-voice .profile-image{margin:0 auto}
}
@media (min-width: 769px) and (max-width: 1024px) {
.hero-opener .geometric-clip{width:300px;height:300px}
.knowledge-foundation .expertise-grid{grid-template-columns:repeat(2,1fr)}
.geographic-reach .dual-layout{grid-template-columns:1fr}
}
.contact-page-wrapper{max-width:960px;margin:0 auto;padding:0}
.intro-block{display:flex;align-items:stretch;gap:0;min-height:460px;margin-bottom:80px}
.intro-text-area{flex:1;display:flex;flex-direction:column;justify-content:center;padding:60px 50px;background:linear-gradient(135deg,#982034 0%,#47DFF0 100%)}
.intro-text-area .intro-headline{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 18px;line-height:1.2}
.intro-text-area .intro-description{font-size:1.1rem;color:#fff;line-height:1.6;margin:0;opacity:.95}
.intro-visual-zone{flex:1;position:relative;overflow:hidden}
.intro-visual-zone img{width:100%;height:100%;object-fit:cover;display:block}
.intro-visual-zone::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#9820344d 0%,#47dff01a 100%);pointer-events:none}
.form-section-wrap{padding:70px 40px 90px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);border-radius:3px;box-shadow:0 8px 24px #98203414;margin-bottom:60px}
.form-section-wrap .section-headline{font-size:2.2rem;color:#982034;margin:0 0 12px;font-weight:600;text-align:center}
.form-section-wrap .section-subtitle{font-size:1.05rem;color:#555;margin:0 0 50px;text-align:center;line-height:1.5}
.contact-details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}
.contact-info-card{background:#fff;padding:28px 22px;border-radius:4px;border:1px solid #e0e0e0;text-align:center;transition:all .3s ease}
.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #47dff026;border-color:#47DFF0}
.contact-info-card .card-icon-holder{width:56px;height:56px;margin:0 auto 18px;background:linear-gradient(135deg,#982034 0%,#47DFF0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}
.contact-info-card .card-icon-holder i{font-size:1.6rem;color:#fff}
.contact-info-card .card-label{font-size:.9rem;color:#777;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}
.contact-info-card .card-value{font-size:1.1rem;color:#333;margin:0;font-weight:600;line-height:1.4}
.contact-info-card .card-value a{color:#333;text-decoration:none;transition:color .3s ease}
.contact-info-card .card-value a:hover{color:#982034}
.contact-form-element{max-width:720px;margin:0 auto}
.contact-form-element .form-group-item{margin-bottom:26px}
.contact-form-element .form-label-text{display:block;font-size:1rem;color:#333;margin-bottom:10px;font-weight:500}
.contact-form-element .form-input-field{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:3px;font-size:1rem;color:#333;transition:all .3s ease;background:#fff}
.contact-form-element .form-input-field:focus{outline:none;border-color:#47DFF0;box-shadow:0 0 0 3px #47dff01a}
.rating-section-wrapper{margin-bottom:32px}
.rating-section-wrapper .rating-headline{font-size:1rem;color:#333;margin:0 0 16px;font-weight:500}
.rating-options-holder{display:flex;gap:12px;flex-wrap:wrap}
.rating-choice-item{position:relative}
.rating-choice-item input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.rating-choice-item .rating-label-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:3px;cursor:pointer;transition:all .3s ease;font-size:.95rem;color:#555;font-weight:500}
.rating-choice-item .rating-label-btn i{font-size:1.1rem;color:#999}
.rating-choice-item input[type="radio"]:checked + .rating-label-btn{background:linear-gradient(135deg,#982034 0%,#47DFF0 100%);border-color:#982034;color:#fff}
.rating-choice-item input[type="radio"]:checked + .rating-label-btn i{color:#FADC23}
.rating-choice-item .rating-label-btn:hover{border-color:#47DFF0;background:#fff;transform:scale(1.03)}
.privacy-consent-box{margin-bottom:28px}
.privacy-consent-box .consent-checkbox-wrap{display:flex;align-items:flex-start;gap:12px}
.privacy-consent-box input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:#982034}
.privacy-consent-box .consent-text-label{font-size:.95rem;color:#555;line-height:1.5;cursor:pointer}
.privacy-consent-box .consent-text-label a{color:#982034;text-decoration:underline;transition:color .3s ease}
.privacy-consent-box .consent-text-label a:hover{color:#47DFF0}
.submit-button-zone{text-align:center}
.submit-button-zone .form-submit-btn{padding:16px 50px;background:linear-gradient(135deg,#982034 0%,#47DFF0 100%);border:none;border-radius:4px;font-size:1.1rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #98203433;position:relative;z-index:10}
.submit-button-zone .form-submit-btn:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 6px 20px #47dff04d}
.submit-button-zone .form-submit-btn:active{transform:translateY(0) scale(1.01)}
@media (max-width: 768px) {
.intro-block{flex-direction:column;min-height:auto;margin-bottom:50px}
.intro-text-area{padding:40px 30px}
.intro-text-area .intro-headline{font-size:2.2rem}
.intro-visual-zone{min-height:280px}
.contact-details-grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px}
.form-section-wrap{padding:50px 25px 60px}
.form-section-wrap .section-headline{font-size:1.8rem}
.rating-options-holder{flex-direction:column}
.rating-choice-item .rating-label-btn{width:100%;justify-content:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.intro-block{min-height:380px}
.intro-text-area{padding:50px 40px}
.intro-text-area .intro-headline{font-size:2.4rem}
.contact-details-grid{grid-template-columns:repeat(3,1fr);gap:25px}
.form-section-wrap{padding:60px 35px 80px}
}
.success-wrap{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:50px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);position:relative;overflow:hidden}
.success-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:linear-gradient(309deg,#98203414 0%,#47dff00f 50%,#fadc230a 100%);border-radius:50%;z-index:1}
.success-wrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#47dff00d 0%,transparent 70%);z-index:1}
.confirm-box{max-width:650px;width:100%;background:#fff;padding:60px 50px;border-radius:4px;box-shadow:0 8px 24px #9820341f 0 2px 8px #0000000a;position:relative;z-index:2;text-align:center}
.confirm-box::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#982034 0%,#47DFF0 100%);border-radius:4px 0 0 4px}
.icon-holder{width:90px;height:90px;margin:0 auto 35px;background:linear-gradient(135deg,#9820341a 0%,#47dff01a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.icon-holder::after{content:'';position:absolute;width:110px;height:110px;border:2px solid #47dff033;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.icon-holder .mdi{font-size:48px;color:#982034;z-index:2}
.success-heading{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 18px;line-height:1.3}
.success-text{font-size:17px;color:#4a5568;line-height:1.7;margin:0 0 12px}
.success-text.secondary{font-size:15px;color:#6b7280;margin-bottom:40px}
.action-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:35px}
.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,#982034 0%,#7a1a2a 100%);color:#fff;text-decoration:none;border-radius:3px;font-size:15px;font-weight:600;transition:all .3s ease;border:none;box-shadow:0 4px 12px #98203440;position:relative;z-index:10}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #98203459;background:linear-gradient(135deg,#7a1a2a 0%,#982034 100%)}
.btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:transparent;color:#982034;text-decoration:none;border-radius:3px;font-size:15px;font-weight:600;transition:all .3s ease;border:2px solid #982034;position:relative;z-index:10}
.btn-secondary:hover{background:#9820340d;transform:translateY(-2px)}
.detail-grid{background:#f9fafb;padding:25px;border-radius:3px;margin-top:35px;border-left:3px solid #47DFF0}
.detail-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;text-align:left}
.detail-item:last-child{margin-bottom:0}
.detail-item .mdi{font-size:20px;color:#47DFF0;margin-top:2px;flex-shrink:0}
.detail-content h4{font-size:14px;font-weight:700;color:#1a1a1a;margin:0 0 4px;text-transform:uppercase;letter-spacing:.3px}
.detail-content p{font-size:15px;color:#4a5568;margin:0;line-height:1.6}
@media (max-width: 768px) {
.success-wrap{padding:30px 15px}
.confirm-box{padding:45px 30px}
.success-heading{font-size:26px}
.success-text{font-size:16px}
.action-row{flex-direction:column;gap:12px}
.btn-primary,.btn-secondary{width:100%;justify-content:center}
.icon-holder{width:75px;height:75px}
.icon-holder .mdi{font-size:40px}
.icon-holder::after{width:95px;height:95px}
}
@media (max-width: 480px) {
.confirm-box{padding:35px 20px}
.success-heading{font-size:23px}
.detail-grid{padding:20px}
}