*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-shade:#7C94A2;--secondary-shade:#B8BEC5;--tertiary-shade:#D2D8DD;--background-main:#fafbfc;--text-primary:#212529;--text-secondary:#495057;--white-base:#fff}
body{color:var(--text-primary);background:linear-gradient(168deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;font:16px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.site_header_wrap{background:var(--white-base);padding:0;box-shadow:0 2px 8px #7c94a214;position:relative}
.header__top-row{display:flex;justify-content:space-between;align-items:center;padding:18px 5%;border-bottom:1px solid #d2d8dd66;background:linear-gradient(135deg,#d2d8dd26 0%,#b8bec514 100%)}
.company_title_text{font-size:1.35rem;font-weight:600;color:var(--primary-shade);letter-spacing:.3px}
.header_contact_email{font-size:.95rem;color:var(--text-secondary);text-decoration:none;transition:color .25s ease}
.header_contact_email:hover{color:var(--primary-shade)}
.header__bottom-section{display:flex;justify-content:space-between;align-items:center;padding:28px 5%;gap:45px}
.logo_container_flex{flex-shrink:0;position:relative;z-index:50}
.brand_logo_image{height:85px;width:85px;display:block;object-fit:contain}
.main_nav_list{display:flex;list-style:none;gap:38px;align-items:center}
.nav_link_item{text-decoration:none;color:var(--text-primary);font-size:1.05rem;font-weight:500;transition:color .3s ease,opacity .3s ease;position:relative}
.nav_link_item:hover{color:var(--primary-shade);opacity:.85}
.nav_link_item:focus{outline:2px solid var(--primary-shade);outline-offset:4px;border-radius:3px}
main{min-height:400px}
.footer_main_container{background:linear-gradient(135deg,#7C94A2 0%,#B8BEC5 100%);color:var(--white-base);padding:65px 5% 40px;margin-top:80px}
.footer_content_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;max-width:1400px;margin:0 auto 45px}
.footer_section_block{display:flex;flex-direction:column;gap:18px}
.footer_heading_text{font-size:1.2rem;font-weight:600;margin-bottom:8px;letter-spacing:.4px}
.footer_logo_img{height:95px;width:95px;display:block;margin-bottom:15px}
.footer_company_description{font-size:.95rem;line-height:1.6;opacity:.92}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_anchor{color:var(--white-base);text-decoration:none;font-size:.97rem;transition:opacity .25s ease;display:inline-block}
.footer_link_anchor:hover{opacity:.75}
.footer_link_anchor:focus{outline:2px solid var(--white-base);outline-offset:3px;border-radius:2px}
.contact_info_wrapper{display:flex;flex-direction:column;gap:14px}
.contact_detail_row{display:flex;flex-direction:column;gap:5px}
.contact_label_text{font-size:.88rem;opacity:.8;font-weight:500}
.contact_value_text{font-size:.96rem;opacity:.95}
.contact_email_link{color:var(--white-base);text-decoration:none;transition:opacity .25s ease}
.contact_email_link:hover{opacity:.75}
.footer_bottom_bar{text-align:center;padding-top:35px;border-top:1px solid #ffffff40;font-size:.92rem;opacity:.88}
.consent_modal_overlay{position:fixed;bottom:0;left:0;right:0;background:var(--white-base);box-shadow:0 -4px 20px #00000026;padding:28px 5%;z-index:9999;border-top:3px solid var(--primary-shade);transform:translateY(100%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.consent_modal_overlay.show_consent{transform:translateY(0)}
.consent_inner_wrapper{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:22px;justify-content:space-between}
.consent_message_text{flex:1 1 400px;font-size:.96rem;color:var(--text-primary);line-height:1.5}
.consent_actions_group{display:flex;gap:15px;align-items:center;flex-wrap:wrap}
.consent_btn_primary{background:linear-gradient(135deg,var(--primary-shade),var(--secondary-shade));color:var(--white-base);border:none;padding:12px 28px;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .3s ease,transform .2s ease;min-width:44px;min-height:44px}
.consent_btn_primary:hover{opacity:.88;transform:translateY(-1px)}
.consent_btn_primary:focus{outline:2px solid var(--primary-shade);outline-offset:2px}
.consent_btn_secondary{background:none;color:var(--text-primary);border:2px solid var(--secondary-shade);padding:10px 26px;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .3s ease,color .3s ease;min-width:44px;min-height:44px}
.consent_btn_secondary:hover{background:var(--tertiary-shade);color:var(--text-primary)}
.consent_btn_secondary:focus{outline:2px solid var(--primary-shade);outline-offset:2px}
.consent_policy_link{color:var(--primary-shade);text-decoration:underline;font-size:.93rem;transition:opacity .25s ease;min-width:44px;min-height:44px;display:inline-flex;align-items:center}
.consent_policy_link:hover{opacity:.75}
.consent_policy_link:focus{outline:2px solid var(--primary-shade);outline-offset:2px;border-radius:2px}
@media (max-width: 768px) {
.header__top-row{flex-direction:column;gap:12px;text-align:center}
.header__bottom-section{flex-direction:column;gap:25px;padding:22px 5%}
.main_nav_list{flex-direction:column;gap:18px}
.footer_content_grid{grid-template-columns:1fr;gap:35px}
.consent_inner_wrapper{flex-direction:column;text-align:center}
.consent_actions_group{justify-content:center;width:100%}
.consent_btn_primary,.consent_btn_secondary{flex:1;min-width:120px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.header__bottom-section{padding:25px 4%}
.main_nav_list{gap:28px}
.footer_content_grid{grid-template-columns:repeat(2,1fr)}
}
.intl-students-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.intl-students-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7c94a214 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-area{padding-right:40px}
.hero-text-area h1{font-size:3.2rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.hero-text-area p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:20px}
.hero-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #7c94a226}
.hero-image-container img{width:100%;height:420px;object-fit:cover;display:block}
.hero-cta-button{display:inline-block;background:#7C94A2;color:#fff;padding:16px 36px;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:600;margin-top:16px;transition:all .3s ease;box-shadow:0 4px 12px #7c94a233}
.hero-cta-button:hover{background:#6a8290;transform:translateY(-2px);box-shadow:0 6px 20px #7c94a24d}
.program-framework-section{background:#fff;padding:100px 20px;position:relative}
.framework-container{max-width:1400px;margin:0 auto}
.framework-intro{text-align:center;max-width:800px;margin:0 auto 70px}
.framework-intro h2{font-size:2.6rem;color:#212529;margin-bottom:20px;font-weight:700}
.framework-intro p{font-size:1.1rem;color:#495057;line-height:1.7}
.diagonal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.framework-card{background:#fafbfc;padding:40px 32px;border-radius:8px;border-left:4px solid #7C94A2;position:relative;transition:all .3s ease}
.framework-card:nth-child(2){transform:translateY(30px);border-left-color:#B8BEC5}
.framework-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #7c94a226}
.framework-card h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.framework-card p{font-size:.98rem;color:#495057;line-height:1.6;margin-bottom:12px}
.framework-card ul{list-style:none;padding:0;margin:20px 0 0}
.framework-card ul li{font-size:.95rem;color:#495057;padding-left:24px;margin-bottom:10px;position:relative;line-height:1.5}
.framework-card ul li::before{content:'→';position:absolute;left:0;color:#7C94A2;font-weight:600}
.timeline-wrapper{background:linear-gradient(to right,#f8f9fa 0%,#fff 100%);padding:50px;border-radius:12px;margin-top:40px}
.timeline-wrapper h3{font-size:1.8rem;color:#212529;margin-bottom:36px;text-align:center;font-weight:600}
.timeline-track{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative}
.timeline-milestone{text-align:center;position:relative}
.milestone-marker{width:60px;height:60px;background:#7C94A2;border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;font-weight:700;box-shadow:0 4px 12px #7c94a240}
.timeline-milestone:nth-child(2) .milestone-marker{background:#B8BEC5}
.timeline-milestone:nth-child(3) .milestone-marker{background:#7C94A2}
.timeline-milestone:nth-child(4) .milestone-marker{background:#B8BEC5}
.milestone-title{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:10px}
.milestone-description{font-size:.9rem;color:#495057;line-height:1.5}
.student-voices-section{background:#f8f9fa;padding:90px 20px;position:relative}
.voices-container{max-width:1300px;margin:0 auto}
.voices-header{text-align:left;margin-bottom:60px;max-width:700px}
.voices-header h2{font-size:2.8rem;color:#212529;margin-bottom:18px;font-weight:700}
.voices-header p{font-size:1.08rem;color:#495057;line-height:1.7}
.testimonial-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.testimonial-cards-stack{display:flex;flex-direction:column;gap:30px}
.voice-card{background:#fff;padding:36px;border-radius:10px;box-shadow:0 4px 20px #7c94a21a;position:relative;transition:all .3s ease}
.voice-card:hover{transform:translateX(8px);box-shadow:0 8px 30px #7c94a22e}
.voice-card::before{content:'"';position:absolute;top:20px;left:20px;color:#D2D8DD;font:4rem/1 Georgia,serif}
.voice-quote{font-size:1.05rem;color:#343a40;line-height:1.7;margin-bottom:24px;padding-left:30px}
.voice-author-area{display:flex;align-items:center;gap:16px;padding-left:30px}
.author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #D2D8DD}
.author-info h4{font-size:1.05rem;color:#212529;margin-bottom:4px;font-weight:600}
.author-info p{font-size:.88rem;color:#7C94A2;margin:0}
.profile-spotlight{background:linear-gradient(135deg,#7C94A2 0%,#B8BEC5 100%);padding:50px;border-radius:12px;color:#fff;position:sticky;top:100px}
.spotlight-image-wrapper{width:100%;height:320px;border-radius:8px;overflow:hidden;margin-bottom:28px;border:4px solid #ffffff4d}
.spotlight-image-wrapper img{width:100%;height:100%;object-fit:cover}
.spotlight-content h3{font-size:1.8rem;color:#fff;margin-bottom:12px;font-weight:600}
.spotlight-content p{font-size:.98rem;color:#fffffff2;line-height:1.6;margin-bottom:14px}
.spotlight-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px;padding-top:30px;border-top:1px solid #ffffff4d}
.stat-box{text-align:center}
.stat-number{font-size:2rem;font-weight:700;color:#fff;margin-bottom:6px}
.stat-label{font-size:.85rem;color:#ffffffd9}
@media (max-width: 992px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-area{padding-right:0}
.hero-text-area h1{font-size:2.5rem}
.diagonal-grid{grid-template-columns:1fr;gap:30px}
.framework-card:nth-child(2){transform:translateY(0)}
.timeline-track{grid-template-columns:1fr;gap:40px}
.testimonial-layout{grid-template-columns:1fr;gap:40px}
.profile-spotlight{position:static}
}
@media (max-width: 768px) {
.intl-students-hero{padding:60px 20px 40px}
.hero-text-area h1{font-size:2rem}
.hero-text-area p{font-size:1rem}
.hero-image-container img{height:300px}
.program-framework-section{padding:60px 20px}
.framework-intro h2{font-size:2rem}
.timeline-wrapper{padding:30px 20px}
.student-voices-section{padding:60px 20px}
.voices-header h2{font-size:2.2rem}
.voice-card{padding:28px 24px}
.profile-spotlight{padding:35px 25px}
.spotlight-stats{grid-template-columns:1fr;gap:16px}
}
.careers-hero-zone{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.careers-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7c94a214 0%,transparent 70%);border-radius:50%}
.careers-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.careers-hero-text h1{font-size:3rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.careers-hero-text p{font-size:1.125rem;color:#495057;line-height:1.7;margin-bottom:16px}
.careers-hero-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #7c94a226}
.careers-hero-image img{width:100%;height:420px;object-fit:cover;display:block}
.careers-cta-primary{display:inline-block;background:#7C94A2;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;margin-top:20px;transition:all .3s ease;box-shadow:0 4px 12px #7c94a233}
.careers-cta-primary:hover{background:#6a8190;transform:translateY(-2px);box-shadow:0 6px 20px #7c94a24d}
.careers-values-section{background:#fff;padding:90px 20px;position:relative}
.careers-values-wrapper{max-width:1400px;margin:0 auto}
.careers-values-header{text-align:center;margin-bottom:70px}
.careers-values-header h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.careers-values-header p{font-size:1.125rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.careers-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.careers-value-card{background:#fafbfc;border:2px solid #D2D8DD;border-radius:8px;padding:40px 32px;transition:all .3s ease;position:relative}
.careers-value-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#7C94A2;transition:height .3s ease}
.careers-value-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #7c94a21f;border-color:#B8BEC5}
.careers-value-card:hover::before{height:100%}
.careers-value-number{display:inline-block;width:50px;height:50px;background:#7C94A2;color:#fff;border-radius:50%;text-align:center;line-height:50px;font-size:1.5rem;font-weight:700;margin-bottom:24px}
.careers-value-card h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.careers-value-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:14px}
.careers-value-example{background:#fff;border-left:3px solid #B8BEC5;padding:16px;margin-top:20px;border-radius:4px;font-size:.95rem;color:#343a40;font-style:italic;line-height:1.6}
.careers-roles-landscape{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:90px 20px;position:relative}
.careers-roles-container{max-width:1300px;margin:0 auto}
.careers-roles-intro{display:grid;grid-template-columns:400px 1fr;gap:50px;align-items:start;margin-bottom:60px}
.careers-roles-profile{position:sticky;top:100px}
.careers-roles-profile img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #7c94a22e;margin-bottom:24px}
.careers-roles-quote{background:#7C94A2;color:#fff;padding:24px;border-radius:8px;font-size:.95rem;line-height:1.6;position:relative}
.careers-roles-quote::before{content:'"';font-size:3rem;position:absolute;top:-10px;left:10px;opacity:.3}
.careers-roles-quote-author{margin-top:12px;font-weight:600;font-size:.9rem}
.careers-roles-content h2{font-size:2.5rem;color:#212529;margin-bottom:24px;font-weight:700}
.careers-roles-content > p{font-size:1.125rem;color:#495057;line-height:1.7;margin-bottom:20px}
.careers-openings-list{display:flex;flex-direction:column;gap:24px;margin-top:40px}
.careers-opening-item{background:#fff;border:1px solid #D2D8DD;border-radius:8px;padding:32px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;transition:all .3s ease;position:relative;overflow:hidden}
.careers-opening-item::after{content:'';position:absolute;left:0;top:0;width:0;height:100%;background:#7c94a20d;transition:width .3s ease}
.careers-opening-item:hover{border-color:#7C94A2;box-shadow:0 8px 24px #7c94a21a}
.careers-opening-item:hover::after{width:100%}
.careers-opening-details{position:relative;z-index:2}
.careers-opening-details h3{font-size:1.5rem;color:#212529;margin-bottom:12px;font-weight:600}
.careers-opening-meta{display:flex;gap:24px;margin-bottom:14px;flex-wrap:wrap}
.careers-opening-meta span{font-size:.9rem;color:#495057;display:flex;align-items:center;gap:6px}
.careers-opening-meta span::before{content:'';color:#7C94A2}
.careers-opening-details p{font-size:1rem;color:#495057;line-height:1.6}
.careers-opening-action{position:relative;z-index:3}
.careers-apply-btn{display:inline-block;background:#7C94A2;color:#fff;padding:12px 28px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;white-space:nowrap}
.careers-apply-btn:hover{background:#6a8190;transform:scale(1.05)}
.careers-process-zone{background:#fff;padding:90px 20px;position:relative}
.careers-process-wrapper{max-width:1100px;margin:0 auto}
.careers-process-header{text-align:center;margin-bottom:60px}
.careers-process-header h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.careers-process-header p{font-size:1.125rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.careers-timeline-container{position:relative;padding-left:60px}
.careers-timeline-line{position:absolute;left:24px;top:30px;bottom:30px;width:3px;background:linear-gradient(to bottom,#7C94A2 0%,#D2D8DD 100%)}
.careers-timeline-step{position:relative;margin-bottom:50px;background:#fafbfc;border-radius:8px;padding:32px;border:1px solid #D2D8DD;transition:all .3s ease}
.careers-timeline-step:hover{border-color:#B8BEC5;box-shadow:0 8px 20px #7c94a21a}
.careers-timeline-marker{position:absolute;left:-47px;top:35px;width:48px;height:48px;background:#7C94A2;border:4px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;box-shadow:0 4px 12px #7c94a24d;z-index:5}
.careers-timeline-step h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.careers-timeline-step p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:12px}
.careers-timeline-duration{display:inline-block;background:#D2D8DD;color:#343a40;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;margin-top:12px}
.careers-image-showcase{margin-top:60px;text-align:center}
.careers-image-showcase img{width:100%;max-width:900px;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #7c94a226}
@media (max-width: 1024px) {
.careers-hero-content{grid-template-columns:1fr;gap:40px}
.careers-hero-text h1{font-size:2.5rem}
.careers-values-grid{grid-template-columns:1fr;gap:30px}
.careers-roles-intro{grid-template-columns:1fr;gap:40px}
.careers-roles-profile{position:static}
.careers-opening-item{grid-template-columns:1fr;gap:20px}
.careers-timeline-container{padding-left:50px}
.careers-timeline-marker{left:-43px}
}
@media (max-width: 768px) {
.careers-hero-zone{padding:60px 20px 40px}
.careers-hero-text h1{font-size:2rem}
.careers-hero-text p{font-size:1rem}
.careers-hero-image img{height:320px}
.careers-values-section,.careers-roles-landscape,.careers-process-zone{padding:60px 20px}
.careers-values-header h2,.careers-roles-content h2,.careers-process-header h2{font-size:2rem}
.careers-value-card{padding:32px 24px}
.careers-roles-profile img{height:380px}
.careers-opening-details h3{font-size:1.25rem}
.careers-timeline-container{padding-left:40px}
.careers-timeline-marker{left:-37px;width:40px;height:40px;font-size:1rem}
.careers-timeline-line{left:19px}
.careers-timeline-step{padding:24px}
.careers-image-showcase img{height:300px}
}
.index-hero-section{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}
.index-hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#7c94a2eb,#b8bec5e0);z-index:1}
.index-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.index-hero-content-wrapper{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 30px}
.index-hero-title{font-size:3.5rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:28px;letter-spacing:-.5px}
.index-hero-subtitle{font-size:1.35rem;color:#f8f9fa;line-height:1.6;margin-bottom:42px;max-width:620px;font-weight:400}
.index-hero-cta-button{display:inline-block;padding:16px 38px;background:#fff;color:#7C94A2;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.index-hero-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#D2D8DD;color:#212529}
.index-why-ecommerce-needs-seo{background:#fff;padding:90px 30px}
.index-why-ecommerce-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.index-why-content-area{padding-right:20px}
.index-section-label{color:#7C94A2;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:16px;display:block}
.index-why-main-title{font-size:2.6rem;color:#212529;line-height:1.25;margin-bottom:26px;font-weight:700}
.index-why-description{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:34px}
.index-why-points-list{list-style:none;padding:0;margin:0}
.index-why-points-list li{padding-left:32px;position:relative;margin-bottom:20px;font-size:1rem;color:#343a40;line-height:1.6}
.index-why-points-list li::before{content:'→';position:absolute;left:0;color:#7C94A2;font-weight:700;font-size:1.2rem}
.index-why-image-area{position:relative}
.index-why-featured-image{width:100%;height:auto;border-radius:8px;box-shadow:0 8px 24px #7c94a22e;transition:transform .4s ease}
.index-why-featured-image:hover{transform:scale(1.02)}
.index-our-approach-section{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:85px 30px;position:relative}
.index-approach-container{max-width:1100px;margin:0 auto}
.index-approach-header{text-align:center;margin-bottom:64px}
.index-approach-title{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:18px}
.index-approach-intro{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.65}
.index-approach-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px}
.index-approach-step-card{background:#fff;padding:34px 28px;border-radius:8px;box-shadow:0 3px 12px #7c94a21f;transition:all .3s ease;position:relative}
.index-approach-step-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #7c94a233}
.index-step-number{width:52px;height:52px;background:linear-gradient(135deg,#7C94A2,#B8BEC5);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin-bottom:22px}
.index-step-title{font-size:1.25rem;color:#212529;font-weight:600;margin-bottom:14px}
.index-step-description{font-size:.95rem;color:#495057;line-height:1.6}
.index-approach-visual-row{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:50px}
.index-approach-image-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #7c94a224}
.index-approach-process-image{width:100%;height:280px;object-fit:cover;transition:transform .4s ease}
.index-approach-image-item:hover .index-approach-process-image{transform:scale(1.05)}
.index-decision-guide-section{background:#fff;padding:90px 30px}
.index-decision-guide-wrapper{max-width:1150px;margin:0 auto}
.index-guide-header-area{margin-bottom:56px}
.index-guide-main-heading{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:20px;text-align:center}
.index-guide-subheading{font-size:1.05rem;color:#495057;text-align:center;max-width:720px;margin:0 auto;line-height:1.65}
.index-decision-tree-container{display:flex;flex-direction:column;gap:28px}
.index-decision-branch{background:linear-gradient(to right,#f8f9fa,#fff);border-left:4px solid #7C94A2;padding:32px;border-radius:6px;transition:all .3s ease;position:relative}
.index-decision-branch:hover{border-left-color:#B8BEC5;box-shadow:0 4px 16px #7c94a226}
.index-branch-question{font-size:1.3rem;color:#212529;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:12px}
.index-branch-icon{width:36px;height:36px;background:#7C94A2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}
.index-branch-answer{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:18px}
.index-branch-scenarios{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}
.index-scenario-box{background:#fff;padding:20px;border-radius:6px;border:1px solid #D2D8DD}
.index-scenario-title{font-size:.95rem;color:#7C94A2;font-weight:600;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}
.index-scenario-content{font-size:.95rem;color:#343a40;line-height:1.6}
.index-guide-cta-area{text-align:center;margin-top:50px}
.index-guide-cta-link{display:inline-block;padding:15px 36px;background:linear-gradient(135deg,#7C94A2,#B8BEC5);color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:6px;transition:all .3s ease;box-shadow:0 3px 12px #7c94a240}
.index-guide-cta-link:hover{transform:translateY(-2px);box-shadow:0 5px 18px #7c94a259}
.index-success-stories-section{background:linear-gradient(135deg,#f8f9fa 0%,#D2D8DD 100%);padding:85px 30px}
.index-stories-container{max-width:1100px;margin:0 auto}
.index-stories-header{text-align:center;margin-bottom:60px}
.index-stories-title{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:20px}
.index-stories-subtitle{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.65}
.index-testimonials-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.index-testimonial-card{background:#fff;padding:36px;border-radius:8px;box-shadow:0 4px 16px #7c94a226;display:flex;flex-direction:column;gap:24px;transition:transform .3s ease}
.index-testimonial-card:hover{transform:translateY(-3px)}
.index-testimonial-content{font-size:1.05rem;color:#343a40;line-height:1.7;font-style:italic;position:relative;padding-left:22px}
.index-testimonial-content::before{content:'"';position:absolute;left:0;top:-8px;color:#7C94A2;font:3rem/1 Georgia,serif}
.index-testimonial-author-area{display:flex;align-items:center;gap:18px}
.index-author-portrait{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #D2D8DD}
.index-author-details{display:flex;flex-direction:column}
.index-author-name{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:4px}
.index-author-business{font-size:.9rem;color:#7C94A2;font-weight:500}
.index-results-showcase{margin-top:50px;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.index-result-visual-item{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 14px #7c94a22e}
.index-result-image{width:100%;height:240px;object-fit:cover;transition:transform .4s ease}
.index-result-visual-item:hover .index-result-image{transform:scale(1.06)}
@media (max-width: 768px) {
.index-hero-title{font-size:2.2rem}
.index-hero-subtitle{font-size:1.1rem;margin-bottom:32px}
.index-why-ecommerce-container{grid-template-columns:1fr;gap:40px}
.index-why-content-area{padding-right:0}
.index-approach-steps-grid{grid-template-columns:1fr;gap:28px}
.index-approach-visual-row{grid-template-columns:1fr;gap:25px}
.index-branch-scenarios{grid-template-columns:1fr}
.index-testimonials-grid{grid-template-columns:1fr;gap:30px}
.index-results-showcase{grid-template-columns:1fr}
}
.contact-hub-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif}
.contact-hero-zone{background:linear-gradient(160deg,#fff 0%,#f5f6fa 50%,#D2D8DD 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7c94a226 0%,transparent 70%);border-radius:50%}
.hero-content-block{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero-title-main{font-size:3.2rem;color:#212529;font-weight:700;margin-bottom:20px;line-height:1.2}
.hero-subtitle-text{font-size:1.3rem;color:#495057;margin-bottom:40px;line-height:1.6;max-width:700px}
.direct-contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;max-width:1200px;margin:0 auto}
.contact-info-card{background:#fff;padding:30px;border-radius:12px;border-left:4px solid #7C94A2;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #7c94a233}
.card-icon-label{font-size:.85rem;text-transform:uppercase;color:#7C94A2;font-weight:600;letter-spacing:1px;margin-bottom:12px}
.card-main-content{font-size:1.1rem;color:#212529;font-weight:500;line-height:1.5;word-break:break-word}
.card-main-content a{color:#212529;text-decoration:none;transition:color .2s ease}
.card-main-content a:hover{color:#7C94A2}
.visual-message-section{background:#fff;padding:70px 20px;position:relative}
.message-container-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.image-display-left{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.image-display-left img{width:100%;height:480px;object-fit:cover;display:block}
.content-right-side{padding:20px}
.section-label-small{font-size:.9rem;color:#7C94A2;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;margin-bottom:15px}
.section-heading-big{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:25px;line-height:1.3}
.description-paragraph{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:20px}
.form-interaction-zone{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:80px 20px}
.form-wrapper-centered{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.side-image-block{position:sticky;top:100px;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.side-image-block img{width:100%;height:520px;object-fit:cover;display:block}
.form-content-area{background:#fff;padding:45px;border-radius:16px;box-shadow:0 4px 16px #00000014;border-top:5px solid #7C94A2}
.form-title-primary{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:15px}
.form-intro-text{font-size:1.05rem;color:#495057;line-height:1.6;margin-bottom:35px}
.contact-form-element{display:flex;flex-direction:column;gap:22px}
.input-field-group{display:flex;flex-direction:column;gap:8px}
.field-label-text{font-size:.95rem;color:#343a40;font-weight:600;letter-spacing:.3px}
.input-control-style{padding:14px 16px;border:2px solid #D2D8DD;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit}
.input-control-style:focus{outline:none;border-color:#7C94A2;background:#fff;box-shadow:0 0 0 4px #7c94a21a}
.textarea-control-style{padding:14px 16px;border:2px solid #D2D8DD;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease;font-family:inherit;min-height:140px;resize:vertical}
.textarea-control-style:focus{outline:none;border-color:#7C94A2;background:#fff;box-shadow:0 0 0 4px #7c94a21a}
.checkbox-consent-wrapper{display:flex;align-items:start;gap:12px;margin-top:8px}
.checkbox-input-custom{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#7C94A2}
.consent-label-text{font-size:.95rem;color:#495057;line-height:1.5}
.consent-label-text a{color:#7C94A2;text-decoration:underline;font-weight:500}
.consent-label-text a:hover{color:#212529}
.submit-button-primary{background:linear-gradient(135deg,#7C94A2 0%,#B8BEC5 100%);color:#fff;border:none;padding:16px 40px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #7c94a24d;margin-top:10px}
.submit-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7c94a266;background:linear-gradient(135deg,#6a8291 0%,#a5abb5 100%)}
.submit-button-primary:active{transform:translateY(0)}
.location-details-block{background:#fff;padding:70px 20px;border-top:1px solid #D2D8DD}
.location-inner-container{max-width:900px;margin:0 auto;text-align:center}
.location-heading-text{font-size:2.3rem;color:#212529;font-weight:700;margin-bottom:20px}
.location-description-text{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:40px}
.office-address-display{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:35px;border-radius:12px;border:2px solid #D2D8DD;display:inline-block;text-align:left;box-shadow:0 3px 12px #0000000f}
.address-line-item{font-size:1.05rem;color:#343a40;margin-bottom:8px;line-height:1.6}
.address-line-item:last-child{margin-bottom:0}
@media (max-width: 968px) {
.message-container-grid{grid-template-columns:1fr;gap:40px}
.form-wrapper-centered{grid-template-columns:1fr;gap:40px}
.side-image-block{position:static;max-height:400px}
.side-image-block img{height:400px}
.image-display-left img{height:360px}
.hero-title-main{font-size:2.4rem}
.section-heading-big{font-size:2rem}
.form-title-primary{font-size:1.8rem}
}
@media (max-width: 640px) {
.contact-hero-zone{padding:60px 16px 40px}
.hero-title-main{font-size:2rem}
.hero-subtitle-text{font-size:1.1rem}
.direct-contact-cards{grid-template-columns:1fr;gap:20px}
.form-content-area{padding:30px 20px}
.location-heading-text{font-size:1.9rem}
.office-address-display{padding:25px;width:100%}
}
.about-hero-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.about-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7c94a214 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.about-hero-content .lead-text{font-size:1.25rem;color:#495057;line-height:1.7;max-width:720px;margin-bottom:16px}
.about-hero-content .secondary-text{font-size:1.05rem;color:#6c757d;line-height:1.6;max-width:680px}
.story-section-wrapper{background:#fff;padding:90px 20px;position:relative}
.story-container{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-image-block{position:relative}
.story-image-block img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 12px 40px #00000014}
.story-image-block::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(135deg,#d2d8dd4d 0%,#b8bec533 100%);border-radius:8px;z-index:-1}
.story-content-block h2{font-size:2.2rem;color:#212529;margin-bottom:28px;font-weight:600;line-height:1.3}
.story-content-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.story-content-block p:last-of-type{margin-bottom:0}
.approach-section-wrapper{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:85px 20px}
.approach-container{max-width:1140px;margin:0 auto}
.approach-header{text-align:center;margin-bottom:70px}
.approach-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:600}
.approach-header p{font-size:1.1rem;color:#6c757d;max-width:680px;margin:0 auto;line-height:1.7}
.approach-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.approach-card{background:#fff;padding:40px 35px;border-radius:8px;border-left:4px solid #7C94A2;box-shadow:0 4px 20px #0000000a;transition:transform .3s ease,box-shadow .3s ease}
.approach-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #00000014}
.approach-card h3{font-size:1.5rem;color:#212529;margin-bottom:18px;font-weight:600}
.approach-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.team-section-wrapper{background:#fff;padding:90px 20px;position:relative}
.team-container{max-width:1140px;margin:0 auto}
.team-header{margin-bottom:60px}
.team-header h2{font-size:2.3rem;color:#212529;margin-bottom:22px;font-weight:600}
.team-header p{font-size:1.08rem;color:#6c757d;max-width:760px;line-height:1.7}
.team-grid{display:grid;grid-template-columns:400px 1fr;gap:50px;align-items:start}
.team-member-card{background:#f8f9fa;border-radius:8px;overflow:hidden;box-shadow:0 6px 24px #0000000f}
.team-member-card img{width:100%;height:420px;object-fit:cover}
.team-member-info{padding:28px}
.team-member-info h3{font-size:1.6rem;color:#212529;margin-bottom:8px;font-weight:600}
.team-member-info .role{font-size:1rem;color:#7C94A2;margin-bottom:18px;font-weight:500}
.team-member-info p{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:0}
.team-values-block{display:flex;flex-direction:column;gap:30px}
.value-item{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:32px;border-radius:8px;border:1px solid #D2D8DD;transition:border-color .3s ease}
.value-item:hover{border-color:#7C94A2}
.value-item h4{font-size:1.3rem;color:#212529;margin-bottom:14px;font-weight:600}
.value-item p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.journey-section-wrapper{background:linear-gradient(135deg,#7C94A2 0%,#B8BEC5 100%);padding:100px 20px;position:relative;overflow:hidden}
.journey-section-wrapper::before{content:'';position:absolute;bottom:-40%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.journey-container{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.journey-content{text-align:center;max-width:800px;margin:0 auto 50px}
.journey-content h2{font-size:2.5rem;color:#fff;margin-bottom:24px;font-weight:600}
.journey-content p{font-size:1.15rem;color:#fff;line-height:1.8;margin-bottom:35px}
.journey-cta-button{display:inline-block;padding:16px 42px;background:#fff;color:#7C94A2;font-size:1.1rem;font-weight:600;border-radius:6px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 20px #00000026}
.journey-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0003;color:#7C94A2}
.journey-images-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.journey-image-item img{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 8px 30px #0003}
@media (max-width: 992px) {
.about-hero-content h1{font-size:2.3rem}
.story-container{grid-template-columns:1fr;gap:40px}
.story-image-block img{height:380px}
.approach-grid{grid-template-columns:1fr;gap:30px}
.team-grid{grid-template-columns:1fr;gap:40px}
.team-member-card img{height:360px}
.journey-images-row{grid-template-columns:1fr;gap:25px}
.journey-image-item img{height:320px}
}
@media (max-width: 768px) {
.about-hero-wrapper{padding:60px 16px 50px}
.about-hero-content h1{font-size:2rem}
.about-hero-content .lead-text{font-size:1.1rem}
.story-section-wrapper,.approach-section-wrapper,.team-section-wrapper{padding:60px 16px}
.story-content-block h2,.approach-header h2,.team-header h2{font-size:1.9rem}
.approach-card{padding:30px 25px}
.journey-section-wrapper{padding:70px 16px}
.journey-content h2{font-size:2rem}
.journey-cta-button{padding:14px 36px;font-size:1rem}
.journey-image-item img{height:260px}
}
.learning-program-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7c94a214 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hero-text-section h1{font-size:48px;color:#212529;line-height:1.2;margin-bottom:24px;font-weight:700}
.hero-text-section p{font-size:18px;color:#495057;line-height:1.7;margin-bottom:32px}
.hero-cta-group{display:flex;gap:16px;flex-wrap:wrap}
.hero-cta-group a{padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;display:inline-block}
.hero-cta-primary{background:#7C94A2;color:#fff}
.hero-cta-primary:hover{background:#6a7f8c;transform:translateY(-2px);box-shadow:0 6px 20px #7c94a24d}
.hero-cta-secondary{background:none;color:#7C94A2;border:2px solid #7C94A2}
.hero-cta-secondary:hover{background:#7C94A2;color:#fff}
.hero-image-section img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000001a}
.program-structure-section{background:#fff;padding:80px 20px}
.program-structure-container{max-width:1200px;margin:0 auto}
.structure-header{text-align:center;margin-bottom:60px}
.structure-header h2{font-size:38px;color:#212529;margin-bottom:16px;font-weight:700}
.structure-header p{font-size:17px;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.structure-timeline{position:relative;padding-left:80px}
.structure-timeline::before{content:'';position:absolute;left:25px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#7C94A2 0%,#D2D8DD 100%)}
.timeline-phase{position:relative;margin-bottom:50px}
.timeline-phase:last-child{margin-bottom:0}
.phase-marker{position:absolute;left:-68px;top:0;width:50px;height:50px;background:#7C94A2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:18px;z-index:2;box-shadow:0 4px 12px #7c94a24d}
.phase-content{background:#f8f9fa;padding:30px;border-radius:8px;border-left:4px solid #7C94A2;min-height:100px}
.phase-content h3{font-size:24px;color:#212529;margin-bottom:12px;font-weight:600}
.phase-content p{font-size:16px;color:#495057;line-height:1.6;margin-bottom:16px}
.phase-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:20px}
.phase-detail-item{background:#fff;padding:16px;border-radius:6px;border:1px solid #D2D8DD}
.phase-detail-item strong{color:#7C94A2;display:block;margin-bottom:6px;font-size:14px}
.phase-detail-item span{color:#212529;font-size:15px}
.instructor-profiles-section{background:linear-gradient(to bottom,#f5f6fa 0%,#fff 100%);padding:80px 20px}
.instructor-profiles-container{max-width:1200px;margin:0 auto}
.profiles-intro{margin-bottom:50px}
.profiles-intro h2{font-size:36px;color:#212529;margin-bottom:16px;font-weight:700}
.profiles-intro p{font-size:17px;color:#495057;line-height:1.6;max-width:800px}
.instructor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.instructor-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.instructor-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #7c94a233}
.instructor-image-wrapper{width:100%;height:280px;overflow:hidden;position:relative}
.instructor-image-wrapper::after{content:'';position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to top,#7c94a2e6 0%,transparent 100%)}
.instructor-image-wrapper img{width:100%;height:100%;object-fit:cover}
.instructor-info{padding:24px}
.instructor-info h3{font-size:22px;color:#212529;margin-bottom:8px;font-weight:600}
.instructor-role{color:#7C94A2;font-size:15px;font-weight:600;margin-bottom:14px;display:block}
.instructor-info p{font-size:15px;color:#495057;line-height:1.6}
.success-journey-section{background:#fff;padding:80px 20px}
.success-journey-container{max-width:1200px;margin:0 auto}
.journey-layout{display:grid;grid-template-columns:45% 55%;gap:50px;align-items:start}
.journey-visual{position:sticky;top:100px}
.journey-visual img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000001f}
.journey-content h2{font-size:36px;color:#212529;margin-bottom:30px;font-weight:700}
.journey-story-card{background:#f8f9fa;padding:32px;border-radius:10px;margin-bottom:30px;border-left:5px solid #7C94A2}
.journey-story-card h3{font-size:22px;color:#212529;margin-bottom:16px;font-weight:600}
.story-section{margin-bottom:24px}
.story-section:last-child{margin-bottom:0}
.story-label{color:#7C94A2;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}
.story-section p{font-size:15px;color:#495057;line-height:1.7}
.story-metrics{display:flex;gap:30px;margin-top:24px;padding-top:24px;border-top:2px solid #D2D8DD}
.metric-item{text-align:center}
.metric-value{font-size:28px;font-weight:700;color:#7C94A2;display:block;margin-bottom:6px}
.metric-label{font-size:13px;color:#495057;text-transform:uppercase;letter-spacing:.5px}
.enrollment-info-section{background:linear-gradient(135deg,#7C94A2 0%,#B8BEC5 100%);padding:80px 20px;position:relative;overflow:hidden}
.enrollment-info-section::before{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:#ffffff1a;border-radius:50%}
.enrollment-info-section::after{content:'';position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:#ffffff14;border-radius:50%}
.enrollment-info-container{max-width:1100px;margin:0 auto;position:relative;z-index:1}
.enrollment-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.enrollment-text h2{font-size:38px;color:#fff;margin-bottom:24px;font-weight:700;line-height:1.2}
.enrollment-text p{font-size:17px;color:#fff;line-height:1.7;margin-bottom:20px;opacity:.95}
.enrollment-details-box{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 40px #00000026}
.enrollment-details-box h3{font-size:26px;color:#212529;margin-bottom:30px;font-weight:700}
.detail-row{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid #D2D8DD}
.detail-row:last-child{border-bottom:none}
.detail-label{font-size:15px;color:#495057;font-weight:600}
.detail-value{font-size:15px;color:#212529;text-align:right}
.enrollment-cta-block{margin-top:32px;padding-top:32px;border-top:2px solid #f5f6fa;text-align:center}
.enrollment-cta-block a{display:inline-block;background:#7C94A2;color:#fff;padding:16px 48px;border-radius:6px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease}
.enrollment-cta-block a:hover{background:#6a7f8c;transform:translateY(-2px);box-shadow:0 6px 20px #7c94a266}
@media (max-width: 968px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.hero-text-section h1{font-size:36px}
.instructor-grid{grid-template-columns:1fr}
.journey-layout{grid-template-columns:1fr;gap:40px}
.journey-visual{position:static}
.enrollment-grid{grid-template-columns:1fr;gap:40px}
.structure-timeline{padding-left:60px}
.phase-marker{left:-58px;width:45px;height:45px;font-size:16px}
}
@media (max-width: 640px) {
.learning-program-hero{padding:50px 20px 40px}
.hero-text-section h1{font-size:28px}
.hero-text-section p{font-size:16px}
.program-structure-section,.instructor-profiles-section,.success-journey-section,.enrollment-info-section{padding:50px 20px}
.structure-header h2,.journey-content h2,.enrollment-text h2{font-size:28px}
.phase-details{grid-template-columns:1fr}
.story-metrics{flex-direction:column;gap:20px}
.hero-cta-group{flex-direction:column}
.hero-cta-group a{width:100%;text-align:center}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-hero-block{background:linear-gradient(to right,#fff,#f5f6fa);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #D2D8DD;position:relative}
.cookie-hero-block::after{content:'';position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:#7C94A2}
.cookie-hero-block h1{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;letter-spacing:-.5px}
.cookie-hero-block .update-date{color:#495057;font-size:1rem;font-weight:500}
.cookie-main-container{max-width:920px;margin:0 auto;padding:60px 30px}
.cookie-intro-section{background:#fff;padding:50px 45px;border-radius:12px;box-shadow:0 2px 12px #7c94a214;margin-bottom:45px;border-left:5px solid #7C94A2}
.cookie-intro-section p{color:#343a40;font-size:1.1rem;line-height:1.8;margin:0 0 20px}
.cookie-intro-section p:last-child{margin-bottom:0}
.what-are-cookies-block{background:linear-gradient(120deg,#f8f9fa 0%,#fff 100%);padding:45px 40px;border-radius:8px;margin-bottom:40px;border:2px solid #D2D8DD}
.what-are-cookies-block h2{color:#212529;font-size:2rem;margin:0 0 25px;font-weight:700}
.what-are-cookies-block p{color:#495057;font-size:1.05rem;line-height:1.75;margin:0 0 18px}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:50px 0}
.cookie-type-card{background:#fff;padding:35px 30px;border-radius:10px;box-shadow:0 4px 16px #7c94a21f;border-top:4px solid #7C94A2;transition:transform .3s ease,box-shadow .3s ease}
.cookie-type-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #7c94a22e}
.cookie-type-card h3{color:#212529;font-size:1.4rem;margin:0 0 18px;font-weight:600;display:flex;align-items:center;gap:12px}
.cookie-type-card h3::before{content:'';width:8px;height:8px;background:#7C94A2;border-radius:50%;display:inline-block}
.cookie-type-card p{color:#495057;font-size:1rem;line-height:1.7;margin:0 0 15px}
.cookie-type-card ul{list-style:none;padding:0;margin:15px 0 0}
.cookie-type-card ul li{color:#343a40;font-size:.95rem;line-height:1.6;margin-bottom:10px;padding-left:25px;position:relative}
.cookie-type-card ul li::before{content:'→';position:absolute;left:0;color:#7C94A2;font-weight:700}
.how-we-use-section{background:#fff;padding:50px 45px;border-radius:12px;margin-bottom:45px;border:1px solid #D2D8DD}
.how-we-use-section h2{color:#212529;font-size:2rem;margin:0 0 30px;font-weight:700;text-align:center}
.usage-list-block{display:flex;flex-direction:column;gap:25px;margin-top:30px}
.usage-item{display:flex;gap:20px;padding:25px;background:linear-gradient(to right,#fafbfc,#f8f9fa);border-radius:8px;border-left:4px solid #B8BEC5}
.usage-item-number{flex-shrink:0;width:45px;height:45px;background:#7C94A2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}
.usage-item-content h3{color:#212529;font-size:1.2rem;margin:0 0 12px;font-weight:600}
.usage-item-content p{color:#495057;font-size:1rem;line-height:1.7;margin:0}
.control-cookies-section{background:linear-gradient(135deg,#f5f6fa 0%,#fff 100%);padding:50px 40px;border-radius:12px;margin-bottom:45px;box-shadow:0 3px 15px #7c94a21a}
.control-cookies-section h2{color:#212529;font-size:2rem;margin:0 0 25px;font-weight:700}
.control-cookies-section p{color:#343a40;font-size:1.05rem;line-height:1.75;margin:0 0 25px}
.browser-controls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-top:35px}
.browser-control-box{background:#fff;padding:25px 20px;border-radius:8px;text-align:center;border:2px solid #D2D8DD;transition:border-color .3s ease}
.browser-control-box:hover{border-color:#7C94A2}
.browser-control-box h4{color:#212529;font-size:1.1rem;margin:0;font-weight:600}
.retention-block{background:#fff;padding:45px 40px;border-radius:10px;margin-bottom:45px;border:2px solid #B8BEC5}
.retention-block h2{color:#212529;font-size:1.9rem;margin:0 0 25px;font-weight:700}
.retention-block p{color:#495057;font-size:1.05rem;line-height:1.75;margin:0 0 20px}
.retention-table-wrapper{overflow-x:auto;margin-top:30px}
.retention-details-table{width:100%;border-collapse:separate;border-spacing:0;background:#fafbfc;border-radius:8px;overflow:hidden}
.retention-details-table thead{background:#7C94A2}
.retention-details-table th{color:#fff;padding:18px 20px;text-align:left;font-weight:600;font-size:1.05rem}
.retention-details-table td{color:#343a40;padding:16px 20px;border-bottom:1px solid #D2D8DD;font-size:1rem;line-height:1.6}
.retention-details-table tbody tr:last-child td{border-bottom:none}
.retention-details-table tbody tr:nth-child(even){background:#f8f9fa}
.retention-details-table tbody tr:hover{background:#f5f6fa}
.third-party-cookies-block{background:linear-gradient(to bottom right,#fff,#f8f9fa);padding:45px 40px;border-radius:10px;margin-bottom:45px;border:1px solid #D2D8DD}
.third-party-cookies-block h2{color:#212529;font-size:1.9rem;margin:0 0 25px;font-weight:700}
.third-party-cookies-block p{color:#495057;font-size:1.05rem;line-height:1.75;margin:0 0 20px}
.third-party-list{list-style:none;padding:0;margin:25px 0 0}
.third-party-list li{color:#343a40;font-size:1rem;line-height:1.7;margin-bottom:15px;padding:15px 20px;background:#fff;border-radius:6px;border-left:3px solid #B8BEC5}
.third-party-list li strong{color:#212529;font-weight:600}
.updates-section{background:#fff;padding:40px;border-radius:10px;margin-bottom:45px;box-shadow:0 2px 10px #7c94a214}
.updates-section h2{color:#212529;font-size:1.8rem;margin:0 0 20px;font-weight:700}
.updates-section p{color:#495057;font-size:1.05rem;line-height:1.75;margin:0}
.contact-info-block{background:linear-gradient(120deg,#7C94A2,#B8BEC5);padding:50px 40px;border-radius:12px;text-align:center;color:#fff;margin-bottom:40px}
.contact-info-block h2{color:#fff;font-size:1.9rem;margin:0 0 20px;font-weight:700}
.contact-info-block p{color:#fff;font-size:1.1rem;line-height:1.8;margin:0 0 25px}
.contact-details-wrap{display:flex;flex-direction:column;gap:15px;align-items:center;margin-top:25px}
.contact-detail-item{color:#fff;font-size:1.05rem;font-weight:500}
.contact-detail-item a{color:#fff;text-decoration:none;border-bottom:2px solid #ffffff80;transition:border-color .3s ease}
.contact-detail-item a:hover{border-color:#fff}
@media (max-width: 768px) {
.cookie-hero-block{padding:60px 20px 40px}
.cookie-hero-block h1{font-size:2rem}
.cookie-main-container{padding:40px 20px}
.cookie-intro-section{padding:35px 25px;margin-bottom:35px}
.what-are-cookies-block{padding:35px 25px;margin-bottom:30px}
.cookie-types-grid{grid-template-columns:1fr;gap:25px;margin:35px 0}
.how-we-use-section{padding:35px 25px;margin-bottom:35px}
.usage-item{flex-direction:column;gap:15px}
.browser-controls-grid{grid-template-columns:1fr;gap:15px}
.control-cookies-section{padding:35px 25px}
.retention-block{padding:35px 25px}
.retention-details-table th,.retention-details-table td{padding:12px 15px;font-size:.95rem}
.third-party-cookies-block{padding:35px 25px}
.contact-info-block{padding:40px 25px}
}
.privacy-policy-container{max-width:900px;margin:0 auto;padding:60px 20px;background:#fff}
.privacy-policy-container .policy-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #D2D8DD}
.privacy-policy-container .policy-header h1{font-size:2.8rem;color:#212529;margin-bottom:15px;font-weight:700;letter-spacing:-.5px}
.privacy-policy-container .last-updated{font-size:.95rem;color:#7C94A2;font-style:italic}
.privacy-policy-container .intro-text{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:30px;border-radius:8px;margin-bottom:45px;border-left:4px solid #7C94A2}
.privacy-policy-container .intro-text p{color:#343a40;line-height:1.7;margin-bottom:12px;font-size:1.05rem}
.privacy-policy-container .policy-section{margin-bottom:45px}
.privacy-policy-container .policy-section h2{font-size:1.8rem;color:#212529;margin-bottom:20px;padding-left:15px;border-left:5px solid #7C94A2;font-weight:600}
.privacy-policy-container .policy-section h3{font-size:1.3rem;color:#343a40;margin:25px 0 15px;font-weight:600}
.privacy-policy-container .policy-section p{color:#495057;line-height:1.8;margin-bottom:15px;font-size:1rem}
.privacy-policy-container .policy-list{margin:20px 0;padding-left:0;list-style:none}
.privacy-policy-container .policy-list li{color:#495057;line-height:1.7;margin-bottom:12px;padding-left:30px;position:relative;font-size:1rem}
.privacy-policy-container .policy-list li:before{content:"→";position:absolute;left:0;color:#7C94A2;font-weight:700;font-size:1.2rem}
.privacy-policy-container .nested-list{margin-top:10px;padding-left:25px}
.privacy-policy-container .nested-list li{margin-bottom:8px;font-size:.95rem}
.privacy-policy-container .highlight-box{background:#f8f9fa;border:2px solid #B8BEC5;border-radius:6px;padding:25px;margin:25px 0}
.privacy-policy-container .highlight-box h3{color:#7C94A2;margin-top:0;font-size:1.2rem}
.privacy-policy-container .highlight-box p{margin-bottom:10px;color:#343a40}
.privacy-policy-container .contact-privacy-section{background:linear-gradient(to right,#7C94A2 0%,#B8BEC5 100%);color:#fff;padding:35px;border-radius:8px;margin-top:50px}
.privacy-policy-container .contact-privacy-section h2{color:#fff;border-left:5px solid #fff;margin-bottom:20px}
.privacy-policy-container .contact-privacy-section p{color:#fff;line-height:1.7;margin-bottom:10px}
.privacy-policy-container .contact-privacy-section a{color:#fff;text-decoration:underline;font-weight:600}
.privacy-policy-container .data-table{width:100%;border-collapse:collapse;margin:25px 0;background:#fff;box-shadow:0 2px 8px #7c94a21a}
.privacy-policy-container .data-table th{background:#7C94A2;color:#fff;padding:15px;text-align:left;font-weight:600;font-size:1rem}
.privacy-policy-container .data-table td{padding:15px;border-bottom:1px solid #D2D8DD;color:#495057;line-height:1.6}
.privacy-policy-container .data-table tr:last-child td{border-bottom:none}
.privacy-policy-container .data-table tr:nth-child(even){background:#fafbfc}
@media (max-width: 768px) {
.privacy-policy-container{padding:40px 15px}
.privacy-policy-container .policy-header h1{font-size:2rem}
.privacy-policy-container .policy-section h2{font-size:1.5rem}
.privacy-policy-container .intro-text{padding:20px}
.privacy-policy-container .contact-privacy-section{padding:25px 20px}
.privacy-policy-container .data-table{font-size:.9rem}
.privacy-policy-container .data-table th,.privacy-policy-container .data-table td{padding:10px}
}
.success-confirmation-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);display:flex;align-items:center;justify-content:center;padding:40px 20px}
.success-inner-container{max-width:680px;width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 32px #7c94a21f;padding:60px 50px;text-align:center;position:relative;overflow:hidden}
.success-inner-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#7C94A2 0%,#B8BEC5 50%,#D2D8DD 100%)}
.success-icon-area{margin-bottom:32px;position:relative;display:inline-block}
.success-checkmark-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#7C94A2 0%,#B8BEC5 100%);display:flex;align-items:center;justify-content:center;margin:0 auto;animation:pulse-grow .6s ease-out}
.success-checkmark-icon{width:56px;height:56px;stroke:#fff;stroke-width:3;fill:none;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-check .8s ease-out .3s forwards}
@keyframes pulse-grow {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success-main-heading{font-size:42px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.success-subheading-text{font-size:19px;color:#495057;line-height:1.6;margin:0 0 36px}
.success-details-box{background:#f8f9fa;border-radius:12px;padding:32px 28px;margin:0 0 40px;text-align:left;border:1px solid #D2D8DD}
.success-detail-item{display:flex;align-items:flex-start;margin-bottom:20px}
.success-detail-item:last-child{margin-bottom:0}
.success-detail-icon{width:24px;height:24px;min-width:24px;border-radius:50%;background:#7C94A2;display:flex;align-items:center;justify-content:center;margin-right:16px;margin-top:2px}
.success-detail-icon::after{content:'';width:10px;height:10px;background:#fff;border-radius:50%}
.success-detail-content h3{font-size:17px;font-weight:600;color:#212529;margin:0 0 6px;line-height:1.3}
.success-detail-content p{font-size:15px;color:#495057;margin:0;line-height:1.5}
.success-actions-group{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}
.success-primary-btn{background:#7C94A2;color:#fff;padding:16px 36px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;display:inline-block;transition:all .3s ease;border:2px solid #7C94A2;box-shadow:0 4px 12px #7c94a233}
.success-primary-btn:hover{background:#6a8190;border-color:#6a8190;transform:translateY(-2px);box-shadow:0 6px 16px #7c94a24d}
.success-secondary-btn{background:#fff;color:#7C94A2;padding:16px 36px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;display:inline-block;transition:all .3s ease;border:2px solid #B8BEC5}
.success-secondary-btn:hover{background:#f8f9fa;border-color:#7C94A2;transform:translateY(-2px)}
.success-contact-info-section{padding-top:32px;border-top:2px solid #f8f9fa}
.success-contact-heading{font-size:16px;font-weight:600;color:#343a40;margin:0 0 20px}
.success-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.success-contact-link{color:#7C94A2;text-decoration:none;font-size:15px;transition:color .2s ease;display:inline-flex;align-items:center;gap:8px}
.success-contact-link:hover{color:#6a8190;text-decoration:underline}
.success-contact-link::before{content:'→';font-size:16px}
.success-location-text{font-size:14px;color:#6c757d;line-height:1.5;margin:16px 0 0}
@media (max-width: 768px) {
.success-confirmation-wrapper{padding:20px 16px}
.success-inner-container{padding:40px 28px}
.success-main-heading{font-size:32px}
.success-subheading-text{font-size:17px}
.success-checkmark-circle{width:100px;height:100px}
.success-checkmark-icon{width:48px;height:48px}
.success-details-box{padding:24px 20px}
.success-actions-group{flex-direction:column}
.success-primary-btn,.success-secondary-btn{width:100%;text-align:center}
.success-contact-details{gap:16px}
}
@media (max-width: 480px) {
.success-inner-container{padding:32px 20px}
.success-main-heading{font-size:28px}
.success-detail-content h3{font-size:16px}
.success-detail-content p{font-size:14px}
}