*{margin:0;padding:0;box-sizing:border-box}
:root{--color-primary:#A1B2C8;--color-secondary:#C6D1DC;--color-tertiary:#D3DBEC;--dark-bg-1:#1a1a1a;--dark-bg-2:#2c2c2c;--dark-bg-3:#343a40;--light-text:#f8f9fa;--light-text-secondary:#e9ecef}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);color:var(--light-text);line-height:1.7;min-height:100vh;font-size:16px}
a{text-decoration:none;color:inherit;transition:opacity .3s ease,color .3s ease}
a:focus{outline:2px solid var(--color-primary);outline-offset:3px}
.header__wrapper{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);border-bottom:1px solid #a1b2c833;box-shadow:0 4px 12px #0000004d}
.header_row1{max-width:1400px;margin:0 auto;padding:1.5rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;min-height:85px}
.logo_container_7kx{display:flex;align-items:center;gap:1.2rem;flex-shrink:0;z-index:10}
.logo_container_7kx img{height:70px;width:70px;object-fit:contain;display:block}
.company_designation_9p{font-size:1.5rem;font-weight:600;color:var(--light-text);letter-spacing:.02em}
.service_indicator_block{font-size:.95rem;color:var(--color-secondary);font-weight:400;margin-top:.2rem;letter-spacing:.01em}
.nav_collection_primary{display:flex;gap:2rem;align-items:center;list-style:none;flex-wrap:wrap}
.nav_collection_primary li{position:relative}
.nav_collection_primary a{font-size:1rem;font-weight:500;color:var(--light-text-secondary);padding:.6rem 1rem;display:block;border-radius:6px;transition:background-color .3s ease,color .3s ease;white-space:nowrap}
.nav_collection_primary a:hover{background-color:#a1b2c826;color:var(--color-primary)}
.nav_collection_primary a:focus{background-color:#a1b2c833;color:var(--color-primary)}
.footer_architectural_zone{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);border-top:1px solid #a1b2c833;padding:3.5rem 2.5rem 2.5rem;margin-top:5rem;perspective:1200px;transform-style:preserve-3d}
.footer_grid_structure{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid #a1b2c826;transform:translateZ(20px)}
.footer_segment_brand{display:flex;flex-direction:column;gap:1.2rem}
.footer_logo_holder img{height:65px;width:65px;object-fit:contain}
.footer_brand_text{font-size:1.35rem;font-weight:600;color:var(--light-text);margin-top:.5rem}
.footer_contact_detail{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}
.footer_contact_detail a{color:var(--color-secondary);font-size:.95rem;transition:color .3s ease}
.footer_contact_detail a:hover{color:var(--color-primary)}
.footer_segment_links h3{font-size:1.1rem;font-weight:600;color:var(--light-text);margin-bottom:1.2rem;letter-spacing:.02em}
.footer_links_vertical{list-style:none;display:flex;flex-direction:column;gap:.8rem}
.footer_links_vertical a{color:var(--light-text-secondary);font-size:.95rem;transition:color .3s ease,transform .2s ease;display:inline-block}
.footer_links_vertical a:hover{color:var(--color-primary);transform:translateX(4px)}
.footer_copyright_bar{max-width:1400px;margin:0 auto;padding-top:2rem;text-align:center;color:var(--light-text-secondary);font-size:.9rem}
.consent_popup_layer{position:fixed;bottom:2rem;right:2rem;max-width:420px;background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);border:1px solid #a1b2c84d;border-radius:12px;padding:1.8rem;box-shadow:0 8px 24px #00000080;z-index:9999;animation:slideInFromRight .4s ease-out;transform-style:preserve-3d;perspective:800px}
@keyframes slideInFromRight {
from{transform:translateX(100%) translateZ(0);opacity:0}
to{transform:translateX(0) translateZ(20px);opacity:1}
}
.consent_popup_layer.hidden_state{display:none}
.consent_text_block{font-size:.95rem;line-height:1.6;color:var(--light-text-secondary);margin-bottom:1.5rem}
.consent_actions_row{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:.8rem}
.btn_consent_accept{flex:1;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#1a1a1a;font-weight:600;padding:.75rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;transition:opacity .3s ease,transform .2s ease;min-width:44px;min-height:44px}
.btn_consent_accept:hover{opacity:.85;transform:translateY(-2px)}
.btn_consent_accept:focus{outline:2px solid var(--color-primary);outline-offset:2px}
.btn_consent_decline{flex:1;background:transparent;color:var(--light-text-secondary);font-weight:500;padding:.75rem 1.2rem;border:1px solid #a1b2c866;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background-color .3s ease,border-color .3s ease;min-width:44px;min-height:44px}
.btn_consent_decline:hover{background-color:#a1b2c81a;border-color:var(--color-primary)}
.btn_consent_decline:focus{outline:2px solid var(--color-primary);outline-offset:2px}
.consent_policy_link{color:var(--color-primary);font-size:.88rem;text-decoration:underline;transition:color .3s ease;display:inline-block;margin-top:.3rem}
.consent_policy_link:hover{color:var(--color-secondary)}
@media (max-width: 768px) {
.header_row1{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1.5rem}
.logo_container_7kx{width:100%}
.nav_collection_primary{width:100%;flex-direction:column;gap:.5rem;align-items:flex-start}
.nav_collection_primary a{width:100%}
.footer_grid_structure{grid-template-columns:1fr;gap:2rem}
.consent_popup_layer{bottom:1rem;right:1rem;left:1rem;max-width:none}
.consent_actions_row{flex-direction:column}
.btn_consent_accept,.btn_consent_decline{width:100%}
}
@media (max-width: 480px) {
body{font-size:15px}
.company_designation_9p{font-size:1.3rem}
.service_indicator_block{font-size:.88rem}
.nav_collection_primary a{font-size:.95rem;padding:.7rem .8rem}
.footer_architectural_zone{padding:2.5rem 1.5rem 2rem}
.consent_text_block{font-size:.9rem}
}
@media (min-width: 1600px) {
.header_row1,.footer_grid_structure,.footer_copyright_bar{max-width:1600px}
}
.index-hero-main{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#1a1a1a}
.index-hero-main::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./location_photos/HC5Zd.jpg);background-size:cover;background-position:center;filter:brightness(0.35);z-index:1}
.index-hero-main::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#a1b2c826 0%,#d3dbec14 100%);z-index:2}
.hero-content-wrapper{position:relative;z-index:3;max-width:920px;padding:40px;text-align:center}
.hero-content-wrapper h1{font-size:3.8rem;font-weight:700;color:#fff;margin:0 0 28px;line-height:1.15;letter-spacing:-.02em}
.hero-content-wrapper .hero-subtitle{font-size:1.35rem;color:#D3DBEC;margin:0 0 42px;line-height:1.6;font-weight:400}
.hero-cta-button{display:inline-block;padding:18px 44px;background:linear-gradient(135deg,#A1B2C8 0%,#C6D1DC 100%);color:#1a1a1a;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 6px 24px #a1b2c840}
.hero-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 32px #a1b2c859}
.results-showcase-section{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 100%);padding:95px 20px;position:relative}
.results-showcase-section::before{content:'';position:absolute;top:0;left:50%;width:600px;height:600px;background:radial-gradient(circle,#a1b2c814 0%,transparent 70%);transform:translateX(-50%);pointer-events:none}
.results-inner-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.results-header-text{text-align:center;margin-bottom:68px}
.results-header-text h2{font-size:2.6rem;color:#fff;margin:0 0 18px;font-weight:700}
.results-header-text p{font-size:1.15rem;color:#C6D1DC;line-height:1.7;max-width:720px;margin:0 auto}
.results-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:55px}
.result-card-item{background:#343a4066;padding:38px 30px;border-radius:12px;border:1px solid #a1b2c826;transition:all .35s ease}
.result-card-item:hover{transform:translateY(-6px);border-color:#a1b2c859;background:#343a4099}
.result-card-item h3{font-size:2.4rem;color:#A1B2C8;margin:0 0 12px;font-weight:700}
.result-card-item p{font-size:1.05rem;color:#D3DBEC;line-height:1.6;margin:0}
.results-visual-banner{position:relative;height:360px;border-radius:16px;overflow:hidden;box-shadow:0 12px 48px #0006}
.results-visual-banner img{width:100%;height:100%;object-fit:cover}
.curriculum-depth-section{background:#1a1a1a;padding:88px 20px}
.curriculum-depth-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.curriculum-visual-block{position:relative}
.curriculum-visual-block img{width:100%;height:480px;object-fit:cover;border-radius:14px;box-shadow:0 16px 54px #00000080}
.curriculum-content-block h2{font-size:2.5rem;color:#fff;margin:0 0 26px;font-weight:700;line-height:1.2}
.curriculum-content-block p{font-size:1.08rem;color:#C6D1DC;line-height:1.75;margin:0 0 32px}
.curriculum-feature-list{list-style:none;padding:0;margin:0 0 38px}
.curriculum-feature-list li{padding:16px 0 16px 48px;position:relative;font-size:1.06rem;color:#D3DBEC;line-height:1.6}
.curriculum-feature-list li::before{content:'';position:absolute;left:0;top:16px;width:32px;height:32px;background:#a1b2c833;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#A1B2C8;font-weight:700;font-size:1.1rem}
.curriculum-action-link{display:inline-block;padding:15px 36px;background:transparent;color:#A1B2C8;border:2px solid #A1B2C8;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:8px;transition:all .3s ease}
.curriculum-action-link:hover{background:#A1B2C8;color:#1a1a1a}
.pricing-flexibility-section{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);padding:92px 20px;position:relative;overflow:hidden}
.pricing-flexibility-section::before{content:'';position:absolute;bottom:-200px;right:-200px;width:500px;height:500px;background:radial-gradient(circle,#c6d1dc0f 0%,transparent 70%);pointer-events:none}
.pricing-inner-wrapper{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.pricing-section-header{text-align:center;margin-bottom:64px}
.pricing-section-header h2{font-size:2.6rem;color:#fff;margin:0 0 20px;font-weight:700}
.pricing-section-header p{font-size:1.12rem;color:#C6D1DC;line-height:1.7;max-width:680px;margin:0 auto}
.pricing-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:36px}
.price-card-box{background:#343a4080;padding:44px 34px;border-radius:14px;border:2px solid #a1b2c81f;transition:all .35s ease;text-align:center}
.price-card-box:hover{border-color:#a1b2c866;transform:scale(1.03);background:#343a40b3}
.price-card-box h3{font-size:1.6rem;color:#fff;margin:0 0 22px;font-weight:700}
.price-amount-display{font-size:3rem;color:#A1B2C8;margin:0 0 8px;font-weight:700;line-height:1}
.price-currency-note{font-size:.95rem;color:#C6D1DC;margin:0 0 28px}
.price-features-listing{list-style:none;padding:0;margin:0 0 32px;text-align:left}
.price-features-listing li{padding:11px 0;font-size:1.02rem;color:#D3DBEC;border-bottom:1px solid #a1b2c81a;line-height:1.5}
.price-features-listing li:last-child{border-bottom:none}
.price-card-button{display:inline-block;width:100%;padding:16px;background:linear-gradient(135deg,#A1B2C8 0%,#C6D1DC 100%);color:#1a1a1a;text-decoration:none;font-size:1.08rem;font-weight:600;border-radius:8px;transition:all .3s ease}
.price-card-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #a1b2c84d}
.learning-pathway-section{background:#1a1a1a;padding:90px 20px}
.pathway-container-main{max-width:1180px;margin:0 auto}
.pathway-intro-block{text-align:center;margin-bottom:72px}
.pathway-intro-block h2{font-size:2.55rem;color:#fff;margin:0 0 24px;font-weight:700}
.pathway-intro-block p{font-size:1.1rem;color:#C6D1DC;line-height:1.75;max-width:760px;margin:0 auto 16px}
.pathway-timeline-wrapper{position:relative;padding-left:80px}
.pathway-timeline-wrapper::before{content:'';position:absolute;left:28px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#A1B2C8 0%,#a1b2c833 100%)}
.pathway-stage-item{position:relative;margin-bottom:52px;padding:32px;background:#343a4059;border-radius:12px;border-left:3px solid #A1B2C8;transition:all .3s ease}
.pathway-stage-item:hover{background:#343a408c;transform:translateX(8px)}
.pathway-stage-item::before{content:'';position:absolute;left:-83px;top:38px;width:18px;height:18px;background:#A1B2C8;border-radius:50%;border:4px solid #1a1a1a;z-index:3}
.pathway-stage-item h3{font-size:1.5rem;color:#fff;margin:0 0 14px;font-weight:700}
.pathway-stage-item p{font-size:1.05rem;color:#D3DBEC;line-height:1.7;margin:0}
.pathway-visual-complement{margin-top:56px;position:relative;height:420px;border-radius:14px;overflow:hidden;box-shadow:0 14px 52px #00000073}
.pathway-visual-complement img{width:100%;height:100%;object-fit:cover}
.testimonial-authenticity-section{background:linear-gradient(175deg,#2c2c2c 0%,#1a1a1a 100%);padding:88px 20px;position:relative}
.testimonial-authenticity-section::after{content:'';position:absolute;top:-150px;left:-150px;width:450px;height:450px;background:radial-gradient(circle,#d3dbec0d 0%,transparent 70%);pointer-events:none}
.testimonial-main-container{max-width:1160px;margin:0 auto;position:relative;z-index:2}
.testimonial-section-intro{text-align:center;margin-bottom:66px}
.testimonial-section-intro h2{font-size:2.5rem;color:#fff;margin:0 0 22px;font-weight:700}
.testimonial-section-intro p{font-size:1.1rem;color:#C6D1DC;line-height:1.7;max-width:700px;margin:0 auto}
.testimonial-dual-layout{display:grid;grid-template-columns:1fr 1fr;gap:42px}
.testimonial-card-block{background:#343a4073;padding:40px;border-radius:14px;border:1px solid #a1b2c82e;transition:all .35s ease}
.testimonial-card-block:hover{border-color:#a1b2c866;transform:translateY(-5px);box-shadow:0 12px 36px #00000059}
.testimonial-author-info{display:flex;align-items:center;margin-bottom:26px}
.testimonial-author-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-right:20px;border:3px solid #a1b2c84d}
.testimonial-author-details h4{font-size:1.3rem;color:#fff;margin:0 0 6px;font-weight:600}
.testimonial-author-details p{font-size:.98rem;color:#A1B2C8;margin:0}
.testimonial-quote-text{font-size:1.08rem;color:#D3DBEC;line-height:1.75;font-style:italic;margin:0}
@media (max-width: 768px) {
.hero-content-wrapper h1{font-size:2.4rem}
.hero-content-wrapper .hero-subtitle{font-size:1.12rem}
.results-header-text h2,.pricing-section-header h2,.pathway-intro-block h2,.testimonial-section-intro h2{font-size:2rem}
.curriculum-depth-container{grid-template-columns:1fr;gap:45px}
.curriculum-visual-block img{height:340px}
.pricing-cards-grid{grid-template-columns:1fr}
.pathway-timeline-wrapper{padding-left:50px}
.pathway-timeline-wrapper::before{left:18px}
.pathway-stage-item::before{left:-53px}
.testimonial-dual-layout{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.hero-content-wrapper h1{font-size:1.9rem}
.hero-cta-button{padding:15px 32px;font-size:1rem}
.results-grid-layout{grid-template-columns:1fr}
.curriculum-content-block h2{font-size:1.9rem}
.price-amount-display{font-size:2.4rem}
}
.contact-main-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.contact-hero-zone{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a1b2c814 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:700px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;font-weight:700;color:#f8f9fa;margin-bottom:20px;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#C6D1DC;line-height:1.7;margin-bottom:0}
.contact-dual-section{background:#1a1a1a;padding:70px 20px}
.contact-dual-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.contact-info-side{background:linear-gradient(160deg,#2c2c2c 0%,#343a40 100%);padding:45px 35px;border-radius:12px;border-left:4px solid #A1B2C8;position:sticky;top:20px}
.contact-info-side h2{font-size:1.9rem;color:#f8f9fa;margin-bottom:30px;font-weight:600}
.contact-detail-item{margin-bottom:32px}
.contact-detail-item:last-child{margin-bottom:0}
.contact-detail-label{font-size:.85rem;color:#A1B2C8;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-weight:500}
.contact-detail-value{font-size:1.05rem;color:#e9ecef;line-height:1.6}
.contact-detail-value a{color:#C6D1DC;text-decoration:none;transition:color .3s ease}
.contact-detail-value a:hover{color:#A1B2C8}
.contact-form-side{background:#2c2c2c;padding:50px 40px;border-radius:12px;box-shadow:0 8px 24px #0000004d}
.contact-form-side h2{font-size:1.8rem;color:#f8f9fa;margin-bottom:15px;font-weight:600}
.contact-form-intro{font-size:1rem;color:#C6D1DC;line-height:1.6;margin-bottom:35px}
.contact-form-group{margin-bottom:25px}
.contact-form-label{display:block;font-size:.95rem;color:#D3DBEC;margin-bottom:8px;font-weight:500}
.contact-form-input,.contact-form-textarea{width:100%;padding:14px 16px;background:#1a1a1a;border:1px solid #495057;border-radius:6px;color:#f8f9fa;font-size:1rem;transition:all .3s ease;font-family:inherit}
.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:#A1B2C8;background:#242424;box-shadow:0 0 0 3px #a1b2c81a}
.contact-form-textarea{min-height:150px;resize:vertical}
.contact-checkbox-wrapper{margin:30px 0;display:flex;align-items:flex-start;gap:12px}
.contact-checkbox-input{margin-top:4px;width:18px;height:18px;cursor:pointer;accent-color:#A1B2C8}
.contact-checkbox-label{font-size:.92rem;color:#C6D1DC;line-height:1.5;flex:1}
.contact-checkbox-label a{color:#A1B2C8;text-decoration:underline}
.contact-checkbox-label a:hover{color:#D3DBEC}
.contact-submit-btn{background:linear-gradient(135deg,#A1B2C8 0%,#8a9bb0 100%);color:#1a1a1a;padding:16px 48px;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;z-index:10}
.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a1b2c866}
.contact-submit-btn:active{transform:translateY(0)}
.contact-showcase-section{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);padding:80px 20px}
.contact-showcase-container{max-width:1200px;margin:0 auto}
.contact-showcase-header{text-align:center;margin-bottom:55px}
.contact-showcase-header h2{font-size:2.3rem;color:#f8f9fa;margin-bottom:18px;font-weight:600}
.contact-showcase-header p{font-size:1.1rem;color:#C6D1DC;line-height:1.7;max-width:700px;margin:0 auto}
.contact-showcase-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}
.contact-showcase-image{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0006;position:relative}
.contact-showcase-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#a1b2c826 0%,transparent 100%);pointer-events:none}
.contact-showcase-image img{width:100%;height:400px;object-fit:cover;display:block}
.contact-showcase-content{padding:20px}
.contact-showcase-content h3{font-size:1.7rem;color:#f8f9fa;margin-bottom:20px;font-weight:600}
.contact-showcase-content p{font-size:1.05rem;color:#D3DBEC;line-height:1.8;margin-bottom:18px}
.contact-location-section{background:#343a40;padding:70px 20px}
.contact-location-wrapper{max-width:900px;margin:0 auto;text-align:center}
.contact-location-wrapper h2{font-size:2.1rem;color:#f8f9fa;margin-bottom:25px;font-weight:600}
.contact-location-description{font-size:1.08rem;color:#C6D1DC;line-height:1.8;margin-bottom:45px;max-width:700px;margin-left:auto;margin-right:auto}
.contact-location-visual{background:linear-gradient(160deg,#2c2c2c 0%,#1a1a1a 100%);border-radius:12px;padding:50px 40px;border:1px solid #495057;position:relative;overflow:hidden}
.contact-location-visual::before{content:'';position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,#c6d1dc0f 0%,transparent 70%);border-radius:50%}
.contact-location-image{border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #00000059;margin-bottom:35px;position:relative;z-index:2}
.contact-location-image img{width:100%;height:350px;object-fit:cover;display:block}
.contact-address-display{background:#1a1a1a;padding:30px 35px;border-radius:8px;border-left:4px solid #A1B2C8;position:relative;z-index:2}
.contact-address-display p{font-size:1.1rem;color:#e9ecef;line-height:1.7;margin:0}
@media (max-width: 968px) {
.contact-dual-container{grid-template-columns:1fr;gap:40px}
.contact-info-side{position:static}
.contact-showcase-grid{grid-template-columns:1fr;gap:35px}
.contact-showcase-image img{height:320px}
.contact-location-image img{height:280px}
}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2.2rem}
.contact-hero-content p{font-size:1.05rem}
.contact-form-side{padding:35px 25px}
.contact-info-side{padding:35px 25px}
.contact-showcase-header h2{font-size:1.9rem}
.contact-location-wrapper h2{font-size:1.8rem}
.contact-location-visual{padding:35px 25px}
}
.about-main-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.about-hero-block{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.about-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a1b2c814 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:3.2rem;font-weight:700;color:#A1B2C8;margin-bottom:24px;line-height:1.2}
.about-hero-content .subtitle-text{font-size:1.3rem;color:#C6D1DC;margin-bottom:16px;font-weight:300}
.about-hero-content .description-text{font-size:1.05rem;color:#e9ecef;line-height:1.8;max-width:720px}
.story-timeline-section{background:#2c2c2c;padding:90px 20px;position:relative}
.story-timeline-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#A1B2C8 50%,transparent 100%)}
.timeline-container{max-width:1100px;margin:0 auto}
.timeline-header{text-align:center;margin-bottom:70px}
.timeline-header h2{font-size:2.6rem;color:#D3DBEC;margin-bottom:18px;font-weight:600}
.timeline-header p{font-size:1.1rem;color:#C6D1DC;max-width:680px;margin:0 auto;line-height:1.7}
.timeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:50px}
.timeline-card{background:linear-gradient(145deg,#343a40 0%,#2c2c2c 100%);padding:32px;border-radius:12px;border-left:4px solid #A1B2C8;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.timeline-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #a1b2c826}
.timeline-year{font-size:2rem;color:#A1B2C8;font-weight:700;margin-bottom:14px;display:block}
.timeline-card h3{font-size:1.4rem;color:#D3DBEC;margin-bottom:12px;font-weight:600}
.timeline-card p{font-size:1rem;color:#e9ecef;line-height:1.7}
.team-showcase-section{background:#1a1a1a;padding:90px 20px}
.team-showcase-container{max-width:1200px;margin:0 auto}
.team-intro-block{margin-bottom:60px}
.team-intro-block h2{font-size:2.8rem;color:#A1B2C8;margin-bottom:20px;font-weight:600}
.team-intro-block p{font-size:1.1rem;color:#C6D1DC;line-height:1.8;max-width:820px}
.team-split-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start;margin-bottom:80px}
.team-member-profile{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:40px;border-radius:16px;box-shadow:0 8px 24px #0000004d;position:sticky;top:20px}
.profile-image-wrapper{width:100%;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;margin-bottom:24px;border:3px solid #A1B2C8}
.profile-image-wrapper img{width:100%;height:100%;object-fit:cover}
.team-member-profile h3{font-size:1.6rem;color:#D3DBEC;margin-bottom:8px;font-weight:600}
.member-role{font-size:1.05rem;color:#A1B2C8;margin-bottom:20px;display:block;font-weight:500}
.member-bio{font-size:.98rem;color:#e9ecef;line-height:1.7}
.expertise-content-area{background:#2c2c2c;padding:40px;border-radius:16px}
.expertise-content-area h4{font-size:1.8rem;color:#C6D1DC;margin-bottom:28px;font-weight:600}
.expertise-list{list-style:none;padding:0;margin:0 0 40px}
.expertise-list li{font-size:1.05rem;color:#e9ecef;padding:16px 0;border-bottom:1px solid #a1b2c826;display:flex;align-items:center;line-height:1.6}
.expertise-list li::before{content:'▸';color:#A1B2C8;font-size:1.4rem;margin-right:16px;flex-shrink:0}
.expertise-list li:last-child{border-bottom:none}
.philosophy-text{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:32px;border-radius:12px;border-left:4px solid #A1B2C8;margin-top:30px}
.philosophy-text p{font-size:1.05rem;color:#C6D1DC;line-height:1.8;margin-bottom:16px}
.philosophy-text p:last-child{margin-bottom:0}
.visual-gallery-section{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:60px}
.gallery-image-block{border-radius:12px;overflow:hidden;position:relative;aspect-ratio:16 / 10;box-shadow:0 6px 20px #0006;transition:transform .3s ease}
.gallery-image-block:hover{transform:scale(1.03)}
.gallery-image-block img{width:100%;height:100%;object-fit:cover}
.gallery-image-block::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,#1a1a1a99 100%);pointer-events:none}
.values-mission-section{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:80px 20px;margin-top:80px;border-radius:20px}
.values-mission-section h3{font-size:2.2rem;color:#D3DBEC;margin-bottom:40px;text-align:center;font-weight:600}
.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:35px;max-width:1100px;margin:0 auto}
.value-card{background:#1a1a1a;padding:32px;border-radius:12px;text-align:center;transition:transform .3s ease;border-top:3px solid #A1B2C8}
.value-card:hover{transform:translateY(-5px)}
.value-icon{font-size:2.8rem;color:#A1B2C8;margin-bottom:18px;display:block}
.value-card h4{font-size:1.4rem;color:#C6D1DC;margin-bottom:12px;font-weight:600}
.value-card p{font-size:.98rem;color:#e9ecef;line-height:1.7}
@media (max-width: 968px) {
.about-hero-content h1{font-size:2.4rem}
.about-hero-content .subtitle-text{font-size:1.15rem}
.team-split-layout{grid-template-columns:1fr;gap:40px}
.team-member-profile{position:static}
.visual-gallery-section{grid-template-columns:1fr}
.timeline-header h2{font-size:2rem}
.team-intro-block h2{font-size:2.2rem}
}
@media (max-width: 640px) {
.about-hero-block{padding:80px 20px 60px}
.about-hero-content h1{font-size:1.9rem}
.timeline-grid{grid-template-columns:1fr;gap:30px}
.values-grid{grid-template-columns:1fr}
.story-timeline-section,.team-showcase-section{padding:60px 20px}
}
.learning-program-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.learning-hero-section{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.learning-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a1b2c826 0%,transparent 70%);border-radius:50%}
.hero-content-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-area h1{font-size:3.2rem;line-height:1.2;color:#fff;margin-bottom:24px;font-weight:700}
.hero-accent-text{color:#A1B2C8;display:block;margin-top:8px}
.hero-text-area p{font-size:1.15rem;line-height:1.7;color:#e9ecef;margin-bottom:32px}
.hero-stats-row{display:flex;gap:40px;margin-top:40px}
.stat-item-box{flex:1}
.stat-number{font-size:2.5rem;font-weight:700;color:#C6D1DC;display:block;margin-bottom:8px}
.stat-label{font-size:.95rem;color:#e9ecef;opacity:.85}
.hero-image-container{position:relative}
.hero-image-container img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0006}
.curriculum-breakdown-section{background:#2c2c2c;padding:100px 20px;position:relative}
.curriculum-container{max-width:1400px;margin:0 auto}
.section-intro-text{max-width:700px;margin-bottom:60px}
.section-intro-text h2{font-size:2.6rem;color:#fff;margin-bottom:20px;font-weight:700}
.section-intro-text p{font-size:1.1rem;line-height:1.7;color:#e9ecef}
.curriculum-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.curriculum-phase-card{background:#343a40;padding:40px 32px;border-radius:8px;border-left:4px solid #A1B2C8;transition:all .3s ease}
.curriculum-phase-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #a1b2c833;border-left-color:#C6D1DC}
.phase-number{font-size:3rem;font-weight:700;color:#A1B2C8;opacity:.3;line-height:1;margin-bottom:16px}
.phase-title{font-size:1.5rem;color:#fff;margin-bottom:12px;font-weight:600}
.phase-duration{font-size:.9rem;color:#C6D1DC;margin-bottom:20px;display:block}
.phase-description{font-size:1rem;line-height:1.6;color:#e9ecef;margin-bottom:24px}
.phase-topics-list{list-style:none;padding:0;margin:0}
.phase-topics-list li{padding:8px 0;color:#e9ecef;font-size:.95rem;position:relative;padding-left:24px}
.phase-topics-list li::before{content:'→';position:absolute;left:0;color:#A1B2C8;font-weight:700}
.instructor-showcase-section{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);padding:100px 20px}
.instructor-content-wrapper{max-width:1200px;margin:0 auto}
.instructor-content-wrapper h2{font-size:2.4rem;color:#fff;text-align:center;margin-bottom:70px;font-weight:700}
.instructor-profiles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-bottom:60px}
.instructor-profile-card{display:grid;grid-template-columns:180px 1fr;gap:30px;background:#343a40;padding:32px;border-radius:8px;align-items:start}
.instructor-photo-wrapper img{width:180px;height:180px;object-fit:cover;border-radius:50%;border:4px solid #A1B2C8}
.instructor-info-block h3{font-size:1.6rem;color:#fff;margin-bottom:8px;font-weight:600}
.instructor-specialty{font-size:1rem;color:#C6D1DC;margin-bottom:20px;display:block}
.instructor-bio-text{font-size:1rem;line-height:1.7;color:#e9ecef;margin-bottom:20px}
.instructor-credentials{list-style:none;padding:0;margin:0}
.instructor-credentials li{padding:6px 0;color:#e9ecef;font-size:.95rem;position:relative;padding-left:20px}
.instructor-credentials li::before{content:'';position:absolute;left:0;color:#A1B2C8;font-weight:700}
.enrollment-details-section{background:#343a40;padding:100px 20px}
.enrollment-layout-wrapper{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.enrollment-info-column h2{font-size:2.4rem;color:#fff;margin-bottom:24px;font-weight:700}
.enrollment-intro-text{font-size:1.1rem;line-height:1.7;color:#e9ecef;margin-bottom:40px}
.program-details-box{background:#2c2c2c;padding:32px;border-radius:8px;margin-bottom:30px}
.detail-row-item{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #495057}
.detail-row-item:last-child{border-bottom:none}
.detail-label{font-size:1rem;color:#C6D1DC;font-weight:600}
.detail-value{font-size:1rem;color:#fff;text-align:right}
.enrollment-schedule-column{background:#2c2c2c;padding:40px;border-radius:8px}
.enrollment-schedule-column h3{font-size:1.8rem;color:#fff;margin-bottom:30px;font-weight:600}
.cohort-timeline-list{list-style:none;padding:0;margin:0 0 40px}
.cohort-item{padding:24px;background:#343a40;border-radius:6px;margin-bottom:20px;border-left:4px solid #A1B2C8;transition:all .3s ease}
.cohort-item:hover{border-left-color:#C6D1DC;transform:translateX(8px)}
.cohort-name{font-size:1.3rem;color:#fff;margin-bottom:8px;font-weight:600}
.cohort-start-date{font-size:1rem;color:#C6D1DC;margin-bottom:12px;display:block}
.cohort-availability{font-size:.9rem;color:#e9ecef}
.availability-status{display:inline-block;padding:4px 12px;background:#a1b2c833;border-radius:4px;margin-left:8px;color:#A1B2C8;font-weight:600}
.enrollment-cta-button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#A1B2C8 0%,#C6D1DC 100%);color:#1a1a1a;text-decoration:none;border-radius:6px;font-size:1.1rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}
.enrollment-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #a1b2c866}
@media (max-width: 1024px) {
.hero-content-grid{grid-template-columns:1fr;gap:40px}
.curriculum-grid-layout{grid-template-columns:repeat(2,1fr)}
.enrollment-layout-wrapper{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.learning-hero-section{padding:80px 20px 60px}
.hero-text-area h1{font-size:2.2rem}
.hero-stats-row{flex-direction:column;gap:24px}
.curriculum-grid-layout{grid-template-columns:1fr}
.instructor-profiles-grid{grid-template-columns:1fr}
.instructor-profile-card{grid-template-columns:1fr;text-align:center}
.instructor-photo-wrapper img{margin:0 auto}
.section-intro-text h2{font-size:2rem}
.enrollment-schedule-column{padding:28px 20px}
}
@media (max-width: 480px) {
.hero-text-area h1{font-size:1.8rem}
.stat-number{font-size:2rem}
.curriculum-phase-card{padding:28px 20px}
.enrollment-cta-button{width:100%;text-align:center}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:80px 0 120px}
.cookie-policy-container{max-width:920px;margin:0 auto;padding:0 24px}
.policy-header-section{text-align:center;margin-bottom:70px;padding-bottom:45px;border-bottom:2px solid #a1b2c833}
.policy-header-section h1{font-size:2.8rem;color:#f8f9fa;margin-bottom:18px;font-weight:700;letter-spacing:-.5px}
.policy-last-updated{font-size:.95rem;color:#A1B2C8;font-weight:500;margin-bottom:25px;display:inline-block;padding:8px 20px;background:#a1b2c814;border-radius:20px}
.policy-intro-text{font-size:1.1rem;color:#e9ecef;line-height:1.7;max-width:780px;margin:0 auto}
.policy-content-block{background:#343a4066;border-radius:16px;padding:50px 45px;margin-bottom:35px;border-left:4px solid #A1B2C8;box-shadow:0 8px 24px #0000004d}
.policy-content-block h2{font-size:1.9rem;color:#D3DBEC;margin-bottom:24px;font-weight:600;position:relative;padding-left:18px}
.policy-content-block h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:24px;background:linear-gradient(180deg,#A1B2C8 0%,#C6D1DC 100%);border-radius:3px}
.policy-content-block h3{font-size:1.4rem;color:#C6D1DC;margin:32px 0 16px;font-weight:600}
.policy-content-block p{font-size:1.05rem;color:#e9ecef;line-height:1.75;margin-bottom:18px}
.policy-content-block ul{margin:20px 0;padding-left:0;list-style:none}
.policy-content-block ul li{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:14px;padding-left:32px;position:relative}
.policy-content-block ul li::before{content:'→';position:absolute;left:0;color:#A1B2C8;font-weight:700;font-size:1.2rem}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:35px 0}
.cookie-type-card{background:linear-gradient(145deg,#49505780 0%,#2c2c2c80 100%);padding:28px;border-radius:12px;border:1px solid #a1b2c826;transition:all .3s ease}
.cookie-type-card:hover{border-color:#A1B2C8;transform:translateY(-3px);box-shadow:0 6px 20px #a1b2c826}
.cookie-type-card h4{font-size:1.25rem;color:#D3DBEC;margin-bottom:12px;font-weight:600}
.cookie-type-card p{font-size:.98rem;color:#e9ecef;line-height:1.65;margin-bottom:0}
.browser-guide-section{background:#a1b2c80f;padding:35px;border-radius:12px;margin:30px 0;border:1px dashed #a1b2c840}
.browser-guide-section h3{font-size:1.35rem;color:#C6D1DC;margin-bottom:20px;font-weight:600}
.browser-list{display:flex;flex-direction:column;gap:18px}
.browser-item{background:#343a4080;padding:18px 24px;border-radius:8px;border-left:3px solid #A1B2C8}
.browser-item strong{color:#D3DBEC;font-size:1.1rem;display:block;margin-bottom:6px}
.browser-item span{color:#e9ecef;font-size:.95rem;line-height:1.6}
.data-retention-highlight{background:linear-gradient(135deg,#a1b2c81a 0%,#c6d1dc1a 100%);padding:30px;border-radius:12px;margin:28px 0;border:2px solid #a1b2c833}
.data-retention-highlight p{margin-bottom:0;font-size:1.05rem;color:#f8f9fa;line-height:1.7}
.contact-policy-footer{text-align:center;margin-top:60px;padding:40px 30px;background:#343a404d;border-radius:16px;border:1px solid #a1b2c826}
.contact-policy-footer h3{font-size:1.6rem;color:#D3DBEC;margin-bottom:18px;font-weight:600}
.contact-policy-footer p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:22px}
.contact-policy-footer a{color:#A1B2C8;text-decoration:none;font-weight:600;transition:color .3s ease;border-bottom:2px solid transparent;padding-bottom:2px}
.contact-policy-footer a:hover{color:#C6D1DC;border-bottom-color:#C6D1DC}
.policy-divider{height:2px;background:linear-gradient(90deg,transparent 0%,#a1b2c84d 50%,transparent 100%);margin:50px 0;border:none}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:50px 0 80px}
.policy-header-section h1{font-size:2.2rem}
.policy-content-block{padding:35px 25px}
.policy-content-block h2{font-size:1.6rem}
.cookie-types-grid{grid-template-columns:1fr;gap:20px}
.browser-guide-section{padding:25px 20px}
.contact-policy-footer{padding:30px 20px}
}
@media (max-width: 480px) {
.policy-header-section h1{font-size:1.9rem}
.policy-content-block{padding:28px 20px}
.policy-content-block h2{font-size:1.4rem}
.cookie-policy-container{padding:0 16px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:80px 0}
.privacy-main-container{max-width:960px;margin:0 auto;padding:0 24px}
.privacy-header-section{text-align:center;margin-bottom:60px;padding-bottom:40px;border-bottom:2px solid #a1b2c833}
.privacy-main-title{font-size:48px;font-weight:700;color:#f8f9fa;margin-bottom:16px;letter-spacing:-.5px}
.privacy-last-updated{font-size:16px;color:#C6D1DC;font-weight:400}
.privacy-intro-block{background:#343a4099;padding:32px;border-radius:8px;margin-bottom:48px;border-left:4px solid #A1B2C8}
.privacy-intro-text{font-size:18px;line-height:1.7;color:#e9ecef;margin-bottom:0}
.privacy-content-section{margin-bottom:56px}
.privacy-section-heading{font-size:32px;font-weight:600;color:#f8f9fa;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #c6d1dc4d}
.privacy-subsection-title{font-size:24px;font-weight:500;color:#D3DBEC;margin-top:32px;margin-bottom:16px}
.privacy-text-content{font-size:17px;line-height:1.8;color:#e9ecef;margin-bottom:20px}
.privacy-list-standard{margin:20px 0;padding-left:0;list-style:none}
.privacy-list-standard li{font-size:17px;line-height:1.8;color:#e9ecef;margin-bottom:12px;padding-left:28px;position:relative}
.privacy-list-standard li:before{content:"•";position:absolute;left:0;color:#A1B2C8;font-size:24px;line-height:1.4}
.privacy-highlight-box{background:#a1b2c81f;padding:24px 28px;border-radius:6px;margin:28px 0;border:1px solid #a1b2c840}
.privacy-highlight-box .privacy-text-content{margin-bottom:0;color:#f8f9fa}
.privacy-table-wrapper{overflow-x:auto;margin:32px 0}
.privacy-data-table{width:100%;border-collapse:collapse;background:#343a4066;border-radius:6px;overflow:hidden}
.privacy-data-table th{background:#a1b2c833;color:#f8f9fa;font-size:16px;font-weight:600;padding:16px;text-align:left;border-bottom:2px solid #A1B2C8}
.privacy-data-table td{color:#e9ecef;font-size:16px;padding:16px;border-bottom:1px solid #c6d1dc26}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-contact-card{background:linear-gradient(135deg,#a1b2c826 0%,#c6d1dc1a 100%);padding:40px;border-radius:8px;margin-top:48px;text-align:center}
.privacy-contact-heading{font-size:28px;font-weight:600;color:#f8f9fa;margin-bottom:20px}
.privacy-contact-details{font-size:17px;line-height:1.8;color:#e9ecef;margin-bottom:8px}
.privacy-contact-link{color:#A1B2C8;text-decoration:none;transition:color .3s ease}
.privacy-contact-link:hover{color:#C6D1DC}
.privacy-numbered-list{counter-reset:privacy-counter;list-style:none;padding-left:0;margin:24px 0}
.privacy-numbered-list li{counter-increment:privacy-counter;position:relative;padding-left:48px;margin-bottom:20px;font-size:17px;line-height:1.8;color:#e9ecef}
.privacy-numbered-list li:before{content:counter(privacy-counter);position:absolute;left:0;top:0;background:#A1B2C8;color:#1a1a1a;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px}
.privacy-emphasis-text{color:#D3DBEC;font-weight:500}
.privacy-divider-line{height:1px;background:linear-gradient(90deg,transparent 0%,#a1b2c866 50%,transparent 100%);margin:56px 0;border:none}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:48px 0}
.privacy-main-container{padding:0 16px}
.privacy-main-title{font-size:36px}
.privacy-section-heading{font-size:26px}
.privacy-subsection-title{font-size:20px}
.privacy-intro-block{padding:24px 20px}
.privacy-contact-card{padding:28px 20px}
.privacy-data-table th,.privacy-data-table td{padding:12px;font-size:15px}
.privacy-numbered-list li{padding-left:44px}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:28px}
.privacy-section-heading{font-size:22px}
.privacy-text-content,.privacy-list-standard li,.privacy-numbered-list li{font-size:16px}
}
.success-page-container{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}
.success-inner-wrapper{max-width:680px;width:100%;margin:0 auto}
.success-confirmation-box{background:#2c2c2c;border:2px solid #A1B2C8;border-radius:16px;padding:60px 40px;text-align:center;box-shadow:0 8px 32px #a1b2c826;position:relative;overflow:hidden}
.success-confirmation-box::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#a1b2c814 0%,transparent 70%);animation:pulse-glow 3s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{opacity:.4;transform:scale(1)}
50%{opacity:.6;transform:scale(1.05)}
}
.checkmark-icon-wrapper{width:90px;height:90px;margin:0 auto 30px;position:relative;z-index:1}
.checkmark-circle{width:90px;height:90px;border:3px solid #A1B2C8;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);animation:scale-in .5s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scale-in {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.checkmark-symbol{width:45px;height:45px;position:relative}
.checkmark-symbol::before,.checkmark-symbol::after{content:'';position:absolute;background:#A1B2C8;border-radius:2px}
.checkmark-symbol::before{width:4px;height:22px;bottom:8px;left:18px;transform:rotate(45deg);animation:draw-check-long .4s .3s ease forwards;transform-origin:bottom;opacity:0}
.checkmark-symbol::after{width:4px;height:12px;bottom:8px;left:8px;transform:rotate(-45deg);animation:draw-check-short .3s .5s ease forwards;transform-origin:bottom;opacity:0}
@keyframes draw-check-long {
0%{height:0;opacity:1}
100%{height:22px;opacity:1}
}
@keyframes draw-check-short {
0%{height:0;opacity:1}
100%{height:12px;opacity:1}
}
.success-main-heading{font-size:42px;font-weight:700;color:#f8f9fa;margin:0 0 16px;letter-spacing:-.5px;position:relative;z-index:1;animation:fade-slide-up .6s .2s ease backwards}
@keyframes fade-slide-up {
0%{opacity:0;transform:translateY(20px)}
100%{opacity:1;transform:translateY(0)}
}
.success-subtitle-text{font-size:18px;color:#C6D1DC;margin:0 0 32px;line-height:1.6;position:relative;z-index:1;animation:fade-slide-up .6s .4s ease backwards}
.success-details-section{background:#343a40;border-left:3px solid #A1B2C8;padding:28px 32px;margin:32px 0;text-align:left;border-radius:8px;position:relative;z-index:1;animation:fade-slide-up .6s .6s ease backwards}
.success-details-heading{font-size:20px;font-weight:600;color:#f8f9fa;margin:0 0 16px}
.success-info-list{list-style:none;padding:0;margin:0}
.success-info-item{font-size:16px;color:#e9ecef;line-height:1.8;margin-bottom:12px;padding-left:28px;position:relative}
.success-info-item::before{content:'→';position:absolute;left:0;color:#A1B2C8;font-weight:700;font-size:18px}
.success-info-item:last-child{margin-bottom:0}
.success-actions-wrapper{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:40px;position:relative;z-index:1;animation:fade-slide-up .6s .8s ease backwards}
.success-primary-button{background:linear-gradient(135deg,#A1B2C8 0%,#8a9bb0 100%);color:#1a1a1a;font-size:17px;font-weight:600;padding:16px 36px;border:none;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 16px #a1b2c84d}
.success-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #a1b2c873;background:linear-gradient(135deg,#b5c4d6 0%,#A1B2C8 100%)}
.success-secondary-button{background:transparent;color:#C6D1DC;font-size:17px;font-weight:600;padding:16px 36px;border:2px solid #C6D1DC;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer}
.success-secondary-button:hover{background:#C6D1DC;color:#1a1a1a;transform:translateY(-2px)}
.success-contact-info-box{background:#1a1a1a;border-radius:12px;padding:32px;margin-top:40px;border:1px solid #495057;position:relative;z-index:1;animation:fade-slide-up .6s 1s ease backwards}
.success-contact-heading{font-size:18px;font-weight:600;color:#f8f9fa;margin:0 0 20px;text-align:center}
.success-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.success-contact-link{font-size:15px;color:#D3DBEC;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:8px}
.success-contact-link:hover{color:#A1B2C8}
.success-email-text{font-size:15px;color:#D3DBEC;margin:0}
@media (max-width: 768px) {
.success-confirmation-box{padding:40px 24px}
.success-main-heading{font-size:32px}
.success-subtitle-text{font-size:16px}
.success-details-section{padding:20px}
.success-actions-wrapper{flex-direction:column;gap:12px}
.success-primary-button,.success-secondary-button{width:100%;text-align:center}
.success-contact-info-box{padding:24px 20px}
}
@media (max-width: 480px) {
.success-page-container{padding:20px 16px}
.checkmark-icon-wrapper{width:70px;height:70px}
.checkmark-circle{width:70px;height:70px}
.checkmark-symbol{width:35px;height:35px}
.checkmark-symbol::before{height:18px}
.checkmark-symbol::after{height:10px}
.success-main-heading{font-size:28px}
.success-info-item{font-size:15px}
}