*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-tone:#939FA9;--secondary-tone:#C6D1D1;--tertiary-tone:#DDE2E5;--text-primary:#2a2d35;--text-secondary:#495057;--bg-light:#fafbfc;--bg-white:#fff;--bg-cream:#f8f9fa}
body{color:var(--text-primary);background-color:var(--bg-light);font:clamp(16px,1.1vw,18px)/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
header{background:linear-gradient(135deg,var(--bg-white) 0%,var(--tertiary-tone) 100%);padding:clamp(15px,2.5vw,20px) clamp(20px,4vw,60px);border-radius:0 0 clamp(20px,3vw,35px) clamp(20px,3vw,35px);box-shadow:0 4px 18px #939fa926}
.header_wrap_83kx{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;gap:clamp(25px,4vw,45px);position:relative}
.logo-container_9pq2{display:flex;align-items:center;gap:18px;z-index:50}
.logo-container_9pq2 img{height:clamp(65px,8vw,90px);width:clamp(65px,8vw,90px);object-fit:contain;display:block}
.brand_title_4mt7{font-size:clamp(1.3rem,2.2vw,1.75rem);font-weight:600;color:var(--text-primary);letter-spacing:-.02em}
.nav_primary_7xw1{display:flex;gap:clamp(22px,3vw,38px);align-items:center;z-index:40}
.nav_primary_7xw1 a{color:var(--text-secondary);text-decoration:none;font-size:clamp(0.95rem,1.05vw,1.05rem);font-weight:500;transition:color .25s ease;padding:8px 14px;border-radius:8px;white-space:nowrap}
.nav_primary_7xw1 a:hover{color:var(--primary-tone);background-color:#939fa914}
.nav_primary_7xw1 a:focus{outline:2px solid var(--primary-tone);outline-offset:3px}
main{min-height:calc(100vh - 400px)}
footer{background:linear-gradient(160deg,var(--secondary-tone) 0%,var(--primary-tone) 100%);color:var(--text-primary);padding:clamp(45px,6vw,70px) clamp(25px,5vw,60px) clamp(30px,4vw,40px);margin-top:clamp(60px,8vw,100px);border-radius:clamp(25px,4vw,45px) clamp(25px,4vw,45px) 0 0}
.footer_grid_2ks9{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(35px,5vw,55px);margin-bottom:clamp(35px,4vw,50px)}
.footer_section_8bn4 h3{font-size:clamp(1.15rem,1.4vw,1.35rem);margin-bottom:clamp(18px,2.5vw,24px);color:var(--text-primary);font-weight:600}
.footer_section_8bn4 p{line-height:1.8;color:var(--text-secondary);margin-bottom:14px}
.footer_links_5yr3{list-style:none;display:flex;flex-direction:column;gap:13px}
.footer_links_5yr3 a{color:var(--text-secondary);text-decoration:none;transition:color .25s ease;display:inline-block;padding:5px 0}
.footer_links_5yr3 a:hover{color:var(--text-primary)}
.footer_links_5yr3 a:focus{outline:2px solid var(--text-primary);outline-offset:3px;border-radius:4px}
.footer_logo_6tx2{display:flex;align-items:center;gap:15px;margin-bottom:20px}
.footer_logo_6tx2 img{height:70px;width:70px;object-fit:contain}
.footer_logo_6tx2 span{font-size:1.3rem;font-weight:600;color:var(--text-primary)}
.footer_bottom_1pr8{border-top:1px solid #2a2d3526;padding-top:clamp(22px,3vw,30px);text-align:center;color:var(--text-secondary);font-size:clamp(0.9rem,1vw,0.95rem)}
.consent_modal_3zk7{position:fixed;bottom:25px;right:25px;background:var(--bg-white);border-radius:18px;box-shadow:0 8px 35px #939fa94d;padding:clamp(22px,3vw,32px);max-width:min(92vw,420px);z-index:9999;display:none;border:1px solid var(--tertiary-tone)}
.consent_modal_3zk7.show_consent{display:block;animation:slideUp_anim .4s ease-out}
@keyframes slideUp_anim {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.consent_header_9bw2{font-size:1.2rem;font-weight:600;margin-bottom:14px;color:var(--text-primary)}
.consent_text_4ns1{color:var(--text-secondary);margin-bottom:20px;line-height:1.65;font-size:.95rem}
.consent_actions_7qt5{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_primary_8mx4,.consent_btn_secondary_2lp9{padding:11px 22px;border-radius:10px;border:none;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .25s ease;flex:1;min-width:110px}
.consent_btn_primary_8mx4{background-color:var(--primary-tone);color:var(--bg-white)}
.consent_btn_primary_8mx4:hover{background-color:#7d8a94}
.consent_btn_primary_8mx4:focus{outline:3px solid var(--primary-tone);outline-offset:2px}
.consent_btn_secondary_2lp9{background-color:var(--tertiary-tone);color:var(--text-primary)}
.consent_btn_secondary_2lp9:hover{background-color:var(--secondary-tone)}
.consent_btn_secondary_2lp9:focus{outline:3px solid var(--secondary-tone);outline-offset:2px}
.consent_policy_link_6hr8{display:block;margin-top:14px;color:var(--primary-tone);text-decoration:none;font-size:.9rem;text-align:center}
.consent_policy_link_6hr8:hover{text-decoration:underline}
.consent_policy_link_6hr8:focus{outline:2px solid var(--primary-tone);outline-offset:3px;border-radius:4px}
@media (max-width: 768px) {
.header_wrap_83kx{flex-direction:column;align-items:flex-start;gap:20px}
.logo-container_9pq2{width:100%;justify-content:center}
.nav_primary_7xw1{width:100%;flex-wrap:wrap;justify-content:center;gap:15px}
.nav_primary_7xw1 a{flex:1 1 calc(50% - 10px);text-align:center;min-width:140px}
.footer_grid_2ks9{grid-template-columns:1fr}
.consent_modal_3zk7{bottom:15px;right:15px;left:15px;max-width:none}
.consent_actions_7qt5{flex-direction:column}
.consent_btn_primary_8mx4,.consent_btn_secondary_2lp9{width:100%}
}
@media (max-width: 480px) {
.brand_title_4mt7{font-size:1.2rem}
.nav_primary_7xw1 a{flex:1 1 100%}
}
.intl-students-hero{background:linear-gradient(135deg,#DDE2E5 0%,#f8f9fa 100%);padding:80px 20px;position:relative;overflow:hidden}
.intl-students-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c3d1d14d 0%,transparent 70%);border-radius:50%}
.intl-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.intl-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intl-hero-text h1{font-size:48px;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.intl-hero-text p{font-size:19px;color:#495057;line-height:1.7;margin-bottom:32px}
.intl-hero-image-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #939fa940}
.intl-hero-image-wrap img{width:100%;height:420px;object-fit:cover;display:block}
.intl-cta-primary{display:inline-block;background:#939FA9;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:17px;transition:all .3s ease;border:2px solid #939FA9}
.intl-cta-primary:hover{background:#7a8691;border-color:#7a8691;transform:translateY(-2px);box-shadow:0 8px 20px #939fa94d}
.intl-pathway-section{background:#fff;padding:100px 20px;position:relative}
.intl-pathway-container{max-width:1100px;margin:0 auto}
.intl-pathway-header{text-align:center;margin-bottom:70px}
.intl-pathway-header h2{font-size:42px;color:#212529;margin-bottom:18px;font-weight:700}
.intl-pathway-header p{font-size:18px;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.intl-pathway-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px}
.intl-pathway-card{background:#f8f9fa;padding:40px 30px;border-radius:10px;border-left:4px solid #939FA9;transition:all .3s ease;position:relative}
.intl-pathway-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #939fa933;border-left-color:#C6D1D1}
.intl-pathway-number{display:inline-block;width:50px;height:50px;background:#939FA9;color:#fff;border-radius:50%;text-align:center;line-height:50px;font-size:22px;font-weight:700;margin-bottom:20px}
.intl-pathway-card h3{font-size:22px;color:#212529;margin-bottom:14px;font-weight:600}
.intl-pathway-card p{font-size:16px;color:#495057;line-height:1.6;margin:0}
.intl-support-zone{background:linear-gradient(180deg,#f8f9fa 0%,#DDE2E5 100%);padding:90px 20px}
.intl-support-wrap{max-width:1200px;margin:0 auto}
.intl-support-layout{display:grid;grid-template-columns:45% 55%;gap:70px;align-items:center}
.intl-support-visual{position:relative}
.intl-support-visual img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 15px 45px #939fa94d}
.intl-support-content h2{font-size:40px;color:#212529;margin-bottom:26px;font-weight:700;line-height:1.3}
.intl-support-list{list-style:none;padding:0;margin:0 0 35px}
.intl-support-list li{padding:18px 0;font-size:17px;color:#495057;line-height:1.6;border-bottom:1px solid #939fa933;position:relative;padding-left:35px}
.intl-support-list li::before{content:'';position:absolute;left:0;top:18px;color:#939FA9;font-weight:700;font-size:20px}
.intl-support-list li:last-child{border-bottom:none}
.intl-voices-section{background:#fff;padding:100px 20px 110px}
.intl-voices-container{max-width:1150px;margin:0 auto}
.intl-voices-intro{text-align:center;margin-bottom:65px}
.intl-voices-intro h2{font-size:42px;color:#212529;margin-bottom:20px;font-weight:700}
.intl-voices-intro p{font-size:18px;color:#495057;max-width:680px;margin:0 auto;line-height:1.6}
.intl-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.intl-testimonial-box{background:#fafbfc;padding:35px 30px;border-radius:10px;border-top:3px solid #C6D1D1;transition:all .3s ease}
.intl-testimonial-box:hover{box-shadow:0 10px 35px #939fa92e;transform:translateY(-3px)}
.intl-testimonial-profile{display:flex;align-items:center;gap:18px;margin-bottom:22px}
.intl-testimonial-avatar{width:65px;height:65px;border-radius:50%;object-fit:cover;border:3px solid #DDE2E5}
.intl-testimonial-info h4{font-size:18px;color:#212529;margin:0 0 5px;font-weight:600}
.intl-testimonial-meta{font-size:14px;color:#939FA9;margin:0}
.intl-testimonial-text{font-size:16px;color:#495057;line-height:1.7;margin:0;font-style:italic}
@media (max-width: 968px) {
.intl-hero-grid{grid-template-columns:1fr;gap:40px}
.intl-hero-text h1{font-size:38px}
.intl-pathway-steps{grid-template-columns:1fr;gap:30px}
.intl-support-layout{grid-template-columns:1fr;gap:45px}
.intl-support-visual img{height:360px}
.intl-testimonial-grid{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 640px) {
.intl-students-hero{padding:60px 20px}
.intl-hero-text h1{font-size:32px}
.intl-hero-text p{font-size:17px}
.intl-hero-image-wrap img{height:280px}
.intl-pathway-section{padding:70px 20px}
.intl-pathway-header h2{font-size:34px}
.intl-support-zone{padding:70px 20px}
.intl-support-content h2{font-size:32px}
.intl-voices-section{padding:70px 20px 80px}
.intl-voices-intro h2{font-size:34px}
.intl-cta-primary{padding:14px 32px;font-size:16px}
}
.index-hero-wrapper{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.index-hero-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#939fa9eb 0%,#c6d1d1e0 100%);z-index:1}
.index-hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.index-hero-content-box{position:relative;z-index:2;max-width:920px;padding:40px;text-align:center}
.index-hero-title{font-size:3.8rem;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.1;letter-spacing:-.02em}
.index-hero-subtitle{font-size:1.4rem;color:#fff;margin:0 0 36px;line-height:1.6;font-weight:400}
.index-hero-cta-btn{display:inline-block;padding:16px 42px;background:#fff;color:#939FA9;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.index-hero-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#f8f9fa}
.index-approach-section{background:#fff;padding:90px 20px;position:relative}
.index-approach-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.index-approach-text-area{padding-right:20px}
.index-approach-heading{font-size:2.6rem;color:#212529;margin:0 0 28px;font-weight:700;line-height:1.2}
.index-approach-description{font-size:1.05rem;color:#495057;line-height:1.8;margin:0 0 18px}
.index-approach-image-box{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #939fa933}
.index-approach-img{width:100%;height:420px;object-fit:cover;display:block}
.index-learning-paths-section{background:linear-gradient(to bottom right,#f8f9fa 0%,#DDE2E5 100%);padding:100px 20px;position:relative}
.index-paths-wrapper{max-width:1400px;margin:0 auto}
.index-paths-header{text-align:center;margin-bottom:70px}
.index-paths-title{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700}
.index-paths-intro{font-size:1.15rem;color:#495057;max-width:740px;margin:0 auto;line-height:1.7}
.index-paths-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.index-path-card{background:#fff;padding:40px 32px;border-radius:10px;box-shadow:0 4px 16px #939fa926;transition:transform .3s ease,box-shadow .3s ease}
.index-path-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #939fa940}
.index-path-card-title{font-size:1.5rem;color:#212529;margin:0 0 16px;font-weight:600}
.index-path-card-text{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.index-success-stories-section{background:#fff;padding:90px 20px;position:relative}
.index-stories-layout{max-width:1200px;margin:0 auto;display:flex;gap:50px;align-items:flex-start}
.index-stories-content-side{flex:1}
.index-stories-heading{font-size:2.5rem;color:#212529;margin:0 0 40px;font-weight:700;line-height:1.2}
.index-story-block{margin-bottom:46px}
.index-story-profile-row{display:flex;align-items:center;gap:18px;margin-bottom:16px}
.index-story-portrait{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #C6D1D1}
.index-story-profile-details h4{font-size:1.2rem;color:#212529;margin:0 0 4px;font-weight:600}
.index-story-profile-details p{font-size:.95rem;color:#939FA9;margin:0}
.index-story-quote{font-size:1.05rem;color:#495057;line-height:1.7;margin:0;font-style:italic}
.index-stories-visual-side{flex:0 0 480px}
.index-stories-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #939fa92e}
.index-stories-showcase-img{width:100%;height:540px;object-fit:cover;display:block}
.index-enrollment-section{background:linear-gradient(135deg,#939FA9 0%,#C6D1D1 100%);padding:100px 20px;position:relative;clip-path:polygon(0 5%,100% 0,100% 100%,0 95%)}
.index-enrollment-container{max-width:1000px;margin:0 auto;text-align:center}
.index-enrollment-title{font-size:2.9rem;color:#fff;margin:0 0 24px;font-weight:700;line-height:1.2}
.index-enrollment-description{font-size:1.2rem;color:#fff;margin:0 0 40px;line-height:1.7;max-width:780px;margin-left:auto;margin-right:auto}
.index-enrollment-timeline-box{background:#ffffff26;border-radius:10px;padding:32px;margin-bottom:44px;backdrop-filter:blur(10px)}
.index-timeline-item{display:flex;align-items:flex-start;gap:24px;margin-bottom:28px;text-align:left}
.index-timeline-item:last-child{margin-bottom:0}
.index-timeline-marker{flex:0 0 50px;height:50px;background:#fff;color:#939FA9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;box-shadow:0 3px 10px #0000001a}
.index-timeline-content h4{font-size:1.3rem;color:#fff;margin:0 0 8px;font-weight:600}
.index-timeline-content p{font-size:1rem;color:#fff;margin:0;line-height:1.6;opacity:.95}
.index-enrollment-cta-btn{display:inline-block;padding:18px 48px;background:#fff;color:#939FA9;text-decoration:none;font-size:1.15rem;font-weight:600;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 14px #00000026}
.index-enrollment-cta-btn:hover{transform:translateY(-3px);box-shadow:0 6px 22px #00000040;background:#f8f9fa}
@media (max-width: 992px) {
.index-hero-title{font-size:2.8rem}
.index-hero-subtitle{font-size:1.2rem}
.index-approach-container{grid-template-columns:1fr;gap:40px}
.index-approach-text-area{padding-right:0}
.index-paths-grid{grid-template-columns:1fr;gap:30px}
.index-stories-layout{flex-direction:column}
.index-stories-visual-side{flex:1;width:100%}
.index-enrollment-title{font-size:2.3rem}
.index-timeline-item{flex-direction:column;text-align:center}
.index-timeline-marker{margin:0 auto}
.index-timeline-content{text-align:center}
}
@media (max-width: 768px) {
.index-hero-wrapper{height:80vh;min-height:500px}
.index-hero-title{font-size:2.2rem}
.index-hero-subtitle{font-size:1.05rem}
.index-hero-content-box{padding:30px 20px}
.index-approach-section{padding:60px 20px}
.index-approach-heading{font-size:2rem}
.index-approach-img{height:320px}
.index-learning-paths-section{padding:70px 20px}
.index-paths-title{font-size:2.2rem}
.index-stories-heading{font-size:2rem}
.index-stories-showcase-img{height:380px}
.index-enrollment-section{padding:70px 20px}
.index-enrollment-title{font-size:1.9rem}
.index-enrollment-description{font-size:1.05rem}
}
.contact-hub-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#fff 100%);min-height:100vh;padding:0;margin:0}
.contact-intro-section{max-width:880px;margin:0 auto;padding:80px 24px 60px;text-align:center}
.contact-intro-section h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.contact-intro-section .tagline-text{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:16px}
.contact-intro-section .supporting-text{font-size:1rem;color:#6c757d;line-height:1.6;max-width:640px;margin:0 auto}
.contact-details-grid{background:#fff;padding:70px 24px;position:relative}
.contact-details-grid::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent 0%,#DDE2E5 50%,transparent 100%)}
.contact-details-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.contact-info-card{background:#f8f9fa;padding:36px 28px;border-radius:8px;border-left:4px solid #939FA9;transition:all .3s ease}
.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #939fa926;border-left-color:#C6D1D1}
.contact-info-card h3{font-size:1.3rem;color:#343a40;margin-bottom:16px;font-weight:600}
.contact-info-card p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.contact-info-card a{color:#939FA9;text-decoration:none;transition:color .2s ease}
.contact-info-card a:hover{color:#212529;text-decoration:underline}
.contact-messaging-zone{background:linear-gradient(180deg,#fafbfc 0%,#f5f6fa 100%);padding:80px 24px}
.contact-messaging-inner{max-width:720px;margin:0 auto}
.form-header-block{text-align:center;margin-bottom:48px}
.form-header-block h2{font-size:2.2rem;color:#212529;margin-bottom:16px;font-weight:700}
.form-header-block p{font-size:1.05rem;color:#6c757d;line-height:1.6}
.message-form-container{background:#fff;padding:44px 40px;border-radius:12px;box-shadow:0 4px 16px #939fa91f}
.form-field-group{margin-bottom:28px}
.form-field-group label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-field-group input,.form-field-group textarea{width:100%;padding:14px 16px;font-size:1rem;color:#212529;border:2px solid #DDE2E5;border-radius:6px;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.form-field-group input:focus,.form-field-group textarea:focus{outline:none;border-color:#939FA9;background:#fff;box-shadow:0 0 0 4px #939fa91a}
.form-field-group textarea{min-height:160px;resize:vertical}
.privacy-consent-block{margin:32px 0;display:flex;align-items:flex-start;gap:12px}
.privacy-consent-block input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacy-consent-block label{font-size:.92rem;color:#495057;line-height:1.6;cursor:pointer}
.privacy-consent-block a{color:#939FA9;text-decoration:underline;transition:color .2s ease}
.privacy-consent-block a:hover{color:#212529}
.submit-button-wrapper{text-align:center}
.submit-action-button{background:linear-gradient(135deg,#939FA9 0%,#C6D1D1 100%);color:#fff;font-size:1.1rem;font-weight:600;padding:16px 48px;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #939fa933;position:relative;z-index:10}
.submit-action-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #939fa94d;background:linear-gradient(135deg,#C6D1D1 0%,#939FA9 100%)}
.submit-action-button:active{transform:translateY(0)}
.alternative-paths-section{background:#fff;padding:70px 24px;text-align:center}
.alternative-paths-inner{max-width:900px;margin:0 auto}
.alternative-paths-inner h2{font-size:2rem;color:#212529;margin-bottom:20px;font-weight:700}
.alternative-paths-inner p{font-size:1.05rem;color:#6c757d;line-height:1.7;margin-bottom:40px}
.path-buttons-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center}
.path-link-button{display:inline-block;padding:14px 32px;background:#f8f9fa;color:#495057;text-decoration:none;border-radius:6px;font-size:1rem;font-weight:500;border:2px solid #DDE2E5;transition:all .3s ease}
.path-link-button:hover{background:#939FA9;color:#fff;border-color:#939FA9;transform:translateY(-2px);box-shadow:0 4px 12px #939fa933}
.path-link-button.primary-path{background:linear-gradient(135deg,#DDE2E5 0%,#C6D1D1 100%);color:#343a40;border-color:transparent}
.path-link-button.primary-path:hover{background:linear-gradient(135deg,#939FA9 0%,#C6D1D1 100%);color:#fff}
@media (max-width: 768px) {
.contact-intro-section{padding:60px 20px 40px}
.contact-intro-section h1{font-size:2.2rem}
.contact-details-inner{grid-template-columns:1fr;gap:28px}
.contact-messaging-zone{padding:60px 20px}
.form-header-block h2{font-size:1.8rem}
.message-form-container{padding:32px 24px}
.submit-action-button{width:100%;padding:16px 32px}
.path-buttons-row{flex-direction:column;width:100%}
.path-link-button{width:100%;text-align:center}
.alternative-paths-section{padding:60px 20px}
.alternative-paths-inner h2{font-size:1.7rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.contact-intro-section h1{font-size:2.5rem}
.contact-details-inner{grid-template-columns:repeat(2,1fr)}
}
.about-journey-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:0;overflow:hidden}
.about-opening-segment{max-width:1140px;margin:0 auto;padding:80px 20px 60px}
.about-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:70px}
.about-story-content h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.about-story-content p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:18px}
.about-story-content p:last-child{margin-bottom:0}
.about-intro-visual{position:relative}
.about-intro-visual img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #939fa926}
.about-foundation-section{background:#fff;padding:90px 20px;position:relative}
.about-foundation-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#DDE2E5,transparent)}
.about-foundation-container{max-width:1140px;margin:0 auto}
.about-foundation-header{text-align:center;margin-bottom:70px}
.about-foundation-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.about-foundation-header p{font-size:1.15rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.about-expertise-display{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-bottom:50px}
.about-expertise-card{background:#fafbfc;padding:40px 30px;border-radius:8px;border:1px solid #DDE2E5;transition:all .3s ease}
.about-expertise-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #939fa92e;border-color:#939FA9}
.about-expertise-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.about-expertise-card p{font-size:1rem;color:#495057;line-height:1.7}
.about-dual-showcase{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:50px}
.about-showcase-image{position:relative;overflow:hidden;border-radius:8px}
.about-showcase-image img{width:100%;height:360px;object-fit:cover;display:block}
.about-people-segment{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:90px 20px 100px}
.about-people-container{max-width:1140px;margin:0 auto}
.about-people-intro{text-align:center;margin-bottom:60px}
.about-people-intro h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.about-people-intro p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.about-team-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-bottom:70px}
.about-team-member{display:flex;gap:30px;background:#fff;padding:35px;border-radius:8px;box-shadow:0 4px 16px #939fa91a}
.about-member-photo{flex-shrink:0}
.about-member-photo img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:3px solid #DDE2E5}
.about-member-details h3{font-size:1.5rem;color:#212529;margin-bottom:6px;font-weight:600}
.about-member-role{font-size:1rem;color:#939FA9;margin-bottom:16px;font-weight:500}
.about-member-details p{font-size:.98rem;color:#495057;line-height:1.7}
.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.about-value-block{background:#fff;padding:35px;border-radius:8px;border-left:4px solid #939FA9;box-shadow:0 3px 12px #939fa914}
.about-value-block h3{font-size:1.35rem;color:#212529;margin-bottom:14px;font-weight:600}
.about-value-block p{font-size:1rem;color:#495057;line-height:1.7}
.about-approach-visual{margin-top:60px;position:relative}
.about-approach-visual img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #939fa91f}
@media (max-width: 992px) {
.about-intro-grid{grid-template-columns:1fr;gap:40px}
.about-intro-visual img{height:380px}
.about-expertise-display{grid-template-columns:1fr;gap:25px}
.about-dual-showcase{grid-template-columns:1fr;gap:30px}
.about-team-layout{grid-template-columns:1fr;gap:35px}
.about-values-grid{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.about-opening-segment{padding:60px 20px 40px}
.about-story-content h1{font-size:2.2rem}
.about-story-content p{font-size:1.05rem}
.about-intro-visual img{height:320px}
.about-foundation-section{padding:70px 20px}
.about-foundation-header h2,.about-people-intro h2{font-size:2rem}
.about-team-member{flex-direction:column;align-items:center;text-align:center;padding:30px}
.about-member-photo img{width:120px;height:120px}
.about-people-segment{padding:70px 20px 80px}
.about-approach-visual img{height:300px}
}
@media (max-width: 576px) {
.about-story-content h1{font-size:1.9rem}
.about-intro-visual img{height:280px}
.about-foundation-header h2,.about-people-intro h2{font-size:1.75rem}
.about-expertise-card{padding:30px 24px}
.about-showcase-image img{height:280px}
.about-approach-visual img{height:260px}
}
.learning-hub-main{background:#fff;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#212529;line-height:1.7}
.learning-hero-wrap{background:linear-gradient(135deg,#f8f9fa 0%,#DDE2E5 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.learning-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#939fa926 0%,transparent 70%);border-radius:50%}
.learning-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.learning-hero-content h1{font-size:3rem;font-weight:700;color:#212529;margin:0 0 25px;letter-spacing:-.5px}
.learning-hero-content .intro-text{font-size:1.2rem;color:#495057;max-width:750px;margin:0 0 35px;line-height:1.8}
.program-start-notice{background:#fff;border-left:4px solid #939FA9;padding:18px 24px;display:inline-block;border-radius:4px;box-shadow:0 2px 8px #00000014}
.program-start-notice strong{color:#939FA9;font-size:.95rem;display:block;margin-bottom:5px}
.program-start-notice span{color:#343a40;font-size:1.05rem}
.curriculum-section{background:#fafbfc;padding:80px 20px;position:relative}
.curriculum-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.curriculum-visual{position:relative}
.curriculum-visual img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 20px #0000001f;display:block}
.curriculum-details h2{font-size:2.4rem;color:#212529;margin:0 0 30px;font-weight:700}
.curriculum-details p{font-size:1.05rem;color:#495057;margin:0 0 25px}
.curriculum-modules{margin:35px 0 0}
.module-item{background:#fff;border:1px solid #DDE2E5;padding:22px 28px;margin:0 0 16px;border-radius:6px;transition:all .3s ease;position:relative;overflow:hidden}
.module-item::before{content:'';position:absolute;left:0;top:0;width:4px;height:100%;background:#939FA9;transform:scaleY(0);transition:transform .3s ease}
.module-item:hover{border-color:#939FA9;box-shadow:0 4px 12px #939fa933}
.module-item:hover::before{transform:scaleY(1)}
.module-item h3{font-size:1.15rem;color:#212529;margin:0 0 8px;font-weight:600}
.module-item p{font-size:.95rem;color:#495057;margin:0;line-height:1.6}
.approach-block{background:#fff;padding:80px 20px;position:relative}
.approach-block::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%) rotate(45deg);width:300px;height:300px;background:linear-gradient(135deg,#c6d1d11a 0%,#dde2e526 100%);border-radius:20px;z-index:0}
.approach-inner{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.approach-header{text-align:center;max-width:700px;margin:0 auto 60px}
.approach-header h2{font-size:2.5rem;color:#212529;margin:0 0 20px;font-weight:700}
.approach-header p{font-size:1.1rem;color:#495057;margin:0}
.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.approach-card{background:#f8f9fa;padding:35px 30px;border-radius:8px;text-align:center;border:2px solid transparent;transition:all .3s ease;position:relative}
.approach-card::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%) scaleX(0);width:80%;height:3px;background:#939FA9;transition:transform .3s ease}
.approach-card:hover{border-color:#C6D1D1;transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}
.approach-card:hover::after{transform:translateX(-50%) scaleX(1)}
.approach-icon{width:70px;height:70px;background:linear-gradient(135deg,#939FA9 0%,#C6D1D1 100%);border-radius:50%;margin:0 auto 25px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff}
.approach-card h3{font-size:1.3rem;color:#212529;margin:0 0 15px;font-weight:600}
.approach-card p{font-size:.98rem;color:#495057;margin:0;line-height:1.7}
.mentors-showcase{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:80px 20px;position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:40px 0}
.mentors-wrap{max-width:1140px;margin:0 auto}
.mentors-intro{max-width:800px;margin:0 0 50px}
.mentors-intro h2{font-size:2.6rem;color:#212529;margin:0 0 20px;font-weight:700}
.mentors-intro p{font-size:1.08rem;color:#495057;margin:0;line-height:1.8}
.mentors-display{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.mentor-profile{background:#fff;border-radius:10px;padding:35px;box-shadow:0 4px 16px #00000014;display:grid;grid-template-columns:140px 1fr;gap:30px;align-items:center;position:relative;overflow:hidden}
.mentor-profile::before{content:'';position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,#dde2e54d 0%,transparent 70%);border-radius:50%;transform:translate(30%,-30%)}
.mentor-photo{width:140px;height:140px;border-radius:50%;overflow:hidden;border:4px solid #DDE2E5;position:relative;z-index:1}
.mentor-photo img{width:100%;height:100%;object-fit:cover;display:block}
.mentor-info h3{font-size:1.4rem;color:#212529;margin:0 0 8px;font-weight:600}
.mentor-role{font-size:.95rem;color:#939FA9;margin:0 0 15px;font-weight:500}
.mentor-info p{font-size:.98rem;color:#495057;margin:0 0 18px;line-height:1.7}
.mentor-specialty{display:flex;flex-wrap:wrap;gap:8px}
.specialty-tag{background:#f8f9fa;border:1px solid #C6D1D1;padding:6px 14px;border-radius:20px;font-size:.85rem;color:#495057}
@media (max-width: 992px) {
.curriculum-container{grid-template-columns:1fr;gap:40px}
.approach-grid{grid-template-columns:1fr}
.mentors-display{grid-template-columns:1fr}
.learning-hero-content h1{font-size:2.2rem}
}
@media (max-width: 768px) {
.learning-hero-wrap{padding:60px 20px 50px}
.learning-hero-content h1{font-size:1.9rem}
.learning-hero-content .intro-text{font-size:1.05rem}
.mentor-profile{grid-template-columns:1fr;text-align:center;gap:20px}
.mentor-photo{margin:0 auto}
.mentor-specialty{justify-content:center}
.curriculum-details h2,.approach-header h2,.mentors-intro h2{font-size:2rem}
.mentors-showcase{clip-path:none;margin:0}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-hero-section{background:linear-gradient(165deg,#DDE2E5 0%,#C6D1D1 50%,#939FA9 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.policy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.policy-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%;z-index:1}
.policy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.policy-main-heading{font-size:48px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.2}
.policy-updated-date{font-size:16px;color:#495057;font-weight:500;margin:0}
.policy-content-container{max-width:1100px;margin:0 auto;padding:60px 20px}
.policy-intro-block{background:#fff;padding:50px;border-radius:12px;box-shadow:0 2px 8px #939fa914;margin-bottom:40px;border-left:5px solid #939FA9}
.policy-intro-text{font-size:18px;line-height:1.8;color:#343a40;margin:0 0 20px}
.policy-intro-text:last-child{margin-bottom:0}
.policy-section-block{background:#fff;padding:45px;border-radius:10px;box-shadow:0 1px 6px #939fa90f;margin-bottom:35px}
.policy-section-title{font-size:32px;font-weight:700;color:#212529;margin:0 0 25px;padding-bottom:15px;border-bottom:3px solid #DDE2E5}
.policy-subsection-title{font-size:24px;font-weight:600;color:#343a40;margin:35px 0 18px}
.policy-section-block .policy-subsection-title:first-of-type{margin-top:0}
.policy-text-paragraph{font-size:16px;line-height:1.8;color:#495057;margin:0 0 18px}
.policy-text-paragraph:last-child{margin-bottom:0}
.policy-list-standard{margin:20px 0;padding-left:0;list-style:none}
.policy-list-standard li{font-size:16px;line-height:1.8;color:#495057;margin-bottom:15px;padding-left:30px;position:relative}
.policy-list-standard li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#939FA9;border-radius:50%}
.policy-emphasis-text{font-weight:600;color:#343a40}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.cookie-type-card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:30px;border-radius:10px;border:2px solid #DDE2E5;transition:all .3s ease}
.cookie-type-card:hover{border-color:#939FA9;transform:translateY(-3px);box-shadow:0 6px 16px #939fa926}
.cookie-card-heading{font-size:20px;font-weight:700;color:#212529;margin:0 0 15px}
.cookie-card-text{font-size:15px;line-height:1.7;color:#495057;margin:0}
.browser-control-section{background:linear-gradient(135deg,#DDE2E5 0%,#C6D1D1 100%);padding:45px;border-radius:12px;margin:35px 0}
.browser-control-heading{font-size:26px;font-weight:700;color:#212529;margin:0 0 22px}
.browser-control-text{font-size:16px;line-height:1.8;color:#343a40;margin:0 0 18px}
.browser-links-list{display:flex;flex-direction:column;gap:12px;margin:25px 0 0}
.browser-link-item{background:#fff;padding:15px 20px;border-radius:8px;font-size:16px;color:#939FA9;text-decoration:none;transition:all .3s ease;display:block;font-weight:500}
.browser-link-item:hover{background:#212529;color:#fff;transform:translateX(8px)}
.policy-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:8px;box-shadow:0 2px 8px #939fa914}
.policy-data-table{width:100%;border-collapse:collapse;background:#fff}
.policy-data-table thead{background:linear-gradient(135deg,#939FA9 0%,#C6D1D1 100%)}
.policy-data-table th{padding:18px 20px;text-align:left;font-size:16px;font-weight:700;color:#212529;border-bottom:3px solid #DDE2E5}
.policy-data-table td{padding:16px 20px;font-size:15px;color:#495057;border-bottom:1px solid #DDE2E5;line-height:1.6}
.policy-data-table tbody tr:hover{background:#f8f9fa}
.policy-data-table tbody tr:last-child td{border-bottom:none}
.contact-info-box{background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);padding:40px;border-radius:12px;border:2px solid #C6D1D1;margin:40px 0 0}
.contact-box-heading{font-size:28px;font-weight:700;color:#212529;margin:0 0 20px}
.contact-detail-item{font-size:16px;line-height:1.8;color:#495057;margin:12px 0}
.contact-detail-label{font-weight:600;color:#343a40;display:inline-block;min-width:100px}
.contact-link-email{color:#939FA9;text-decoration:none;transition:color .3s ease}
.contact-link-email:hover{color:#212529;text-decoration:underline}
.policy-highlight-box{background:#fafbfc;border-left:4px solid #939FA9;padding:25px 30px;margin:25px 0;border-radius:6px}
.policy-highlight-text{font-size:16px;line-height:1.8;color:#343a40;margin:0;font-style:italic}
@media (max-width: 768px) {
.policy-main-heading{font-size:36px}
.policy-hero-section{padding:60px 20px 40px}
.policy-intro-block{padding:35px 25px}
.policy-section-block{padding:30px 25px}
.policy-section-title{font-size:26px}
.policy-subsection-title{font-size:20px}
.cookie-types-grid{grid-template-columns:1fr}
.browser-control-section{padding:30px 25px}
.contact-info-box{padding:30px 25px}
.policy-data-table th,.policy-data-table td{padding:12px 15px;font-size:14px}
.contact-detail-label{display:block;margin-bottom:5px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.privacy-hero-section{background:linear-gradient(165deg,#DDE2E5 0%,#C6D1D1 50%,#939FA9 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.privacy-hero-section::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#ffffff14;border-radius:50%;z-index:1}
.privacy-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.privacy-main-title{font-size:3.2rem;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.privacy-subtitle{font-size:1.15rem;color:#343a40;margin:0 0 15px;line-height:1.6}
.privacy-last-updated{font-size:.95rem;color:#495057;font-style:italic;margin:25px 0 0}
.privacy-content-container{max-width:900px;margin:0 auto;padding:60px 25px 80px}
.privacy-intro-block{background:#fff;border-left:5px solid #939FA9;padding:35px 40px;margin:0 0 50px;box-shadow:0 3px 15px #939fa914;border-radius:0 8px 8px 0}
.privacy-intro-block p{font-size:1.05rem;line-height:1.75;color:#343a40;margin:0 0 18px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-group{margin:0 0 45px}
.privacy-section-header{background:linear-gradient(90deg,#DDE2E5 0%,#f8f9fa 100%);padding:25px 30px;border-radius:8px;margin:0 0 25px;border-bottom:3px solid #C6D1D1}
.privacy-section-title{font-size:1.85rem;font-weight:700;color:#212529;margin:0;letter-spacing:-.3px}
.privacy-section-content{background:#fff;padding:35px;border-radius:8px;box-shadow:0 2px 12px #939fa90f}
.privacy-section-content h3{font-size:1.35rem;font-weight:600;color:#343a40;margin:0 0 18px;padding-bottom:10px;border-bottom:2px solid #DDE2E5}
.privacy-section-content p{font-size:1.02rem;line-height:1.8;color:#495057;margin:0 0 20px}
.privacy-section-content p:last-child{margin-bottom:0}
.privacy-list-standard{list-style:none;padding:0;margin:20px 0}
.privacy-list-standard li{font-size:1.02rem;line-height:1.7;color:#495057;margin:0 0 15px;padding-left:35px;position:relative}
.privacy-list-standard li::before{content:'';position:absolute;left:12px;color:#939FA9;font-size:1.4rem;line-height:1.5}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-right-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:25px;border-radius:8px;border:1px solid #DDE2E5;transition:all .3s ease}
.privacy-right-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #939fa91f;border-color:#C6D1D1}
.privacy-right-card h4{font-size:1.15rem;font-weight:600;color:#212529;margin:0 0 12px}
.privacy-right-card p{font-size:.98rem;line-height:1.65;color:#495057;margin:0}
.privacy-contact-section{background:linear-gradient(135deg,#939FA9 0%,#C6D1D1 100%);padding:50px 40px;border-radius:12px;margin:60px 0 0;text-align:center;box-shadow:0 4px 20px #939fa926}
.privacy-contact-section h2{font-size:2rem;font-weight:700;color:#212529;margin:0 0 20px}
.privacy-contact-section p{font-size:1.08rem;line-height:1.7;color:#343a40;margin:0 0 25px}
.privacy-contact-details{display:flex;flex-direction:column;gap:12px;max-width:500px;margin:0 auto}
.privacy-contact-item{font-size:1.05rem;color:#212529;font-weight:500}
.privacy-contact-item a{color:#212529;text-decoration:none;transition:color .2s ease}
.privacy-contact-item a:hover{color:#495057;text-decoration:underline}
.privacy-table-wrapper{overflow-x:auto;margin:25px 0;border-radius:8px;box-shadow:0 2px 8px #939fa914}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table thead{background:linear-gradient(90deg,#939FA9 0%,#C6D1D1 100%)}
.privacy-data-table th{padding:18px 20px;text-align:left;font-size:1.05rem;font-weight:600;color:#212529;border-bottom:2px solid #DDE2E5}
.privacy-data-table td{padding:16px 20px;font-size:1rem;color:#495057;border-bottom:1px solid #DDE2E5;line-height:1.6}
.privacy-data-table tbody tr:nth-child(even){background:#f8f9fa}
.privacy-data-table tbody tr:hover{background:#DDE2E5}
.privacy-emphasis-box{background:#f8f9fa;border-left:4px solid #939FA9;padding:25px 30px;margin:25px 0;border-radius:0 6px 6px 0}
.privacy-emphasis-box p{font-size:1.03rem;line-height:1.75;color:#343a40;margin:0;font-weight:500}
@media (max-width: 768px) {
.privacy-main-title{font-size:2.2rem}
.privacy-hero-section{padding:60px 20px 40px}
.privacy-content-container{padding:40px 20px 60px}
.privacy-intro-block{padding:25px 20px}
.privacy-section-header{padding:20px}
.privacy-section-title{font-size:1.5rem}
.privacy-section-content{padding:25px 20px}
.privacy-rights-grid{grid-template-columns:1fr}
.privacy-contact-section{padding:35px 25px}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px;font-size:.95rem}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.8rem}
.privacy-subtitle{font-size:1.05rem}
.privacy-section-content h3{font-size:1.2rem}
.privacy-list-standard li{padding-left:28px}
.privacy-data-table{font-size:.9rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-hero-section{background:#fff;padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.success-hero-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#dee2e54d 0%,transparent 70%);animation:pulse-glow 3s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{opacity:.5;transform:scale(1)}
50%{opacity:1;transform:scale(1.05)}
}
.success-icon-container{width:120px;height:120px;margin:0 auto 30px;background:linear-gradient(135deg,#939FA9 0%,#C6D1D1 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;animation:scale-in .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scale-in {
0%{transform:scale(0) rotate(-180deg);opacity:0}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.success-checkmark{width:60px;height:60px;border:4px solid #fff;border-radius:50%;position:relative}
.success-checkmark::after{content:'';position:absolute;left:18px;top:8px;width:12px;height:24px;border:solid #fff;border-width:0 4px 4px 0;transform:rotate(45deg);animation:check-draw .4s .3s ease-out forwards;opacity:0}
@keyframes check-draw {
to{opacity:1}
}
.success-hero-section h1{font-size:48px;font-weight:700;color:#212529;margin:0 0 20px;position:relative;z-index:2;animation:fade-up .8s ease-out .2s both}
@keyframes fade-up {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.success-hero-section p{font-size:20px;color:#495057;margin:0 auto;max-width:600px;line-height:1.6;position:relative;z-index:2;animation:fade-up .8s ease-out .4s both}
.confirmation-details-block{background:#fff;max-width:700px;margin:-30px auto 60px;padding:50px 40px;border-radius:12px;box-shadow:0 8px 24px #939fa91f;position:relative;z-index:3}
.confirmation-details-block h2{font-size:28px;color:#212529;margin:0 0 25px;font-weight:600;text-align:center}
.detail-row{display:flex;align-items:flex-start;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #DDE2E5}
.detail-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.detail-icon-box{width:48px;height:48px;background:linear-gradient(135deg,#DDE2E5 0%,#C6D1D1 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:20px}
.detail-icon-box svg{width:24px;height:24px;stroke:#495057;stroke-width:2;fill:none}
.detail-content h3{font-size:18px;color:#343a40;margin:0 0 8px;font-weight:600}
.detail-content p{font-size:16px;color:#495057;margin:0;line-height:1.5}
.next-steps-area{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:70px 20px}
.next-steps-area .container{max-width:1100px;margin:0 auto}
.next-steps-title{text-align:center;margin-bottom:50px}
.next-steps-title h2{font-size:36px;color:#212529;margin:0 0 15px;font-weight:700}
.next-steps-title p{font-size:18px;color:#495057;margin:0}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:50px}
.step-card{background:#fff;padding:35px 30px;border-radius:10px;box-shadow:0 4px 16px #939fa91a;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.step-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #939fa92e}
.step-number{position:absolute;top:-15px;left:30px;width:40px;height:40px;background:linear-gradient(135deg,#939FA9 0%,#C6D1D1 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;box-shadow:0 4px 12px #939fa940}
.step-card h3{font-size:22px;color:#212529;margin:10px 0 15px;font-weight:600}
.step-card p{font-size:16px;color:#495057;margin:0;line-height:1.6}
.cta-buttons-zone{background:#fff;padding:60px 20px;text-align:center}
.cta-buttons-zone h2{font-size:32px;color:#212529;margin:0 0 35px;font-weight:600}
.button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;max-width:600px;margin:0 auto}
.primary-action-btn{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#939FA9 0%,#C6D1D1 100%);color:#fff;font-size:18px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #939fa933;position:relative;z-index:10}
.primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #939fa94d;color:#fff}
.secondary-action-btn{display:inline-block;padding:16px 40px;background:#fff;color:#495057;font-size:18px;font-weight:600;text-decoration:none;border-radius:8px;border:2px solid #939FA9;transition:all .3s ease;position:relative;z-index:10}
.secondary-action-btn:hover{background:#f8f9fa;border-color:#C6D1D1;color:#343a40;transform:translateY(-2px)}
.additional-resources-section{background:linear-gradient(180deg,#fafbfc 0%,#f8f9fa 100%);padding:70px 20px}
.additional-resources-section .container{max-width:900px;margin:0 auto}
.resources-header{text-align:center;margin-bottom:45px}
.resources-header h2{font-size:34px;color:#212529;margin:0 0 12px;font-weight:700}
.resources-header p{font-size:18px;color:#495057;margin:0}
.resource-list{display:flex;flex-direction:column;gap:20px}
.resource-item{background:#fff;padding:30px;border-radius:10px;border-left:4px solid #939FA9;box-shadow:0 3px 12px #939fa914;transition:all .3s ease}
.resource-item:hover{border-left-color:#C6D1D1;box-shadow:0 5px 18px #939fa924;transform:translateX(5px)}
.resource-item h3{font-size:20px;color:#343a40;margin:0 0 12px;font-weight:600}
.resource-item p{font-size:16px;color:#495057;margin:0;line-height:1.6}
.contact-reminder-box{background:#fff;max-width:700px;margin:50px auto 0;padding:40px;border-radius:10px;text-align:center;box-shadow:0 4px 16px #939fa91f}
.contact-reminder-box h3{font-size:24px;color:#212529;margin:0 0 20px;font-weight:600}
.contact-info-list{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}
.contact-info-item{display:flex;align-items:center;justify-content:center;gap:12px;font-size:16px;color:#495057}
.contact-info-item svg{width:20px;height:20px;stroke:#939FA9;stroke-width:2;fill:none;flex-shrink:0}
.contact-info-item a{color:#495057;text-decoration:none;transition:color .3s ease}
.contact-info-item a:hover{color:#939FA9}
@media (max-width: 768px) {
.success-hero-section{padding:60px 20px 40px}
.success-hero-section h1{font-size:36px}
.success-hero-section p{font-size:18px}
.success-icon-container{width:100px;height:100px}
.confirmation-details-block{padding:35px 25px;margin:-20px 15px 40px}
.confirmation-details-block h2{font-size:24px}
.detail-row{flex-direction:column;align-items:flex-start}
.detail-icon-box{margin-bottom:15px}
.next-steps-area{padding:50px 20px}
.next-steps-title h2{font-size:28px}
.steps-grid{grid-template-columns:1fr;gap:25px}
.cta-buttons-zone{padding:50px 20px}
.cta-buttons-zone h2{font-size:26px}
.button-group{flex-direction:column;max-width:100%}
.primary-action-btn,.secondary-action-btn{width:100%;max-width:300px}
.additional-resources-section{padding:50px 20px}
.resources-header h2{font-size:28px}
.contact-reminder-box{padding:30px 20px;margin:40px 15px 0}
.contact-info-item{flex-direction:column;text-align:center}
}