*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-brand:#A3B2BB;--secondary-brand:#C4CDD5;--tertiary-brand:#DDE7E8;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--bg-light:#fff;--bg-soft:#f8f9fa;--bg-cream:#fafbfc}
body{color:var(--text-dark);background:var(--bg-light);min-height:100vh;display:flex;flex-direction:column;font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
main{flex:1}
a{text-decoration:none;color:inherit;transition:color .2s ease}
.header_wrap_3k8m{background:linear-gradient(135deg,var(--bg-soft) 0%,var(--tertiary-brand) 100%);box-shadow:0 2px 12px #a3b2bb26;position:relative}
.header-top_row_9pz{background:var(--primary-brand);color:var(--bg-light);padding:12px 0;font-size:14px;font-weight:600;letter-spacing:.5px}
.top_content_flex_7hq{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}
.company_name_display_2vk{font-size:18px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.business_hours_txt_5mc{font-size:13px;font-weight:500;opacity:.95}
.header-main_section_4wn{padding:24px 0;position:relative;z-index:10}
.main_header_container_8xr{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;min-height:70px}
.logo_container_6tj{display:flex;align-items:center;z-index:15;position:relative}
.logo_image_element_1bn{height:70px;width:70px;object-fit:contain;display:block}
.main_navigation_bar_5rm{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.nav_link_item_3dw{padding:12px 20px;font-size:15px;font-weight:600;color:var(--text-dark);background:#ffffffb3;border-radius:6px;transition:background .2s ease,color .2s ease;border:2px solid transparent;white-space:nowrap}
.nav_link_item_3dw:hover{background:var(--secondary-brand);color:var(--text-dark)}
.nav_link_item_3dw:focus{outline:2px solid var(--primary-brand);outline-offset:2px;background:var(--secondary-brand)}
.footer_primary_zone_8kl{background:linear-gradient(180deg,var(--text-dark) 0%,#343a40 100%);color:var(--bg-light);padding:60px 0 20px;margin-top:80px;border-top:4px solid var(--primary-brand)}
.footer_content_grid_2vh{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;margin-bottom:48px}
.footer_section_block_9tm{display:flex;flex-direction:column;gap:16px}
.footer_heading_label_4pn{font-size:18px;font-weight:700;color:var(--tertiary-brand);margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}
.footer_logo_wrapper_6sq{display:flex;align-items:center;margin-bottom:12px}
.footer_logo_img_7wk{height:60px;width:60px;object-fit:contain}
.footer_text_content_3rj{font-size:14px;line-height:1.7;color:#ffffffd9}
.footer_link_standard_5bm{color:#ffffffd9;font-size:14px;transition:color .2s ease;display:inline-block;padding:4px 0}
.footer_link_standard_5bm:hover{color:var(--tertiary-brand)}
.footer_link_standard_5bm:focus{outline:2px solid var(--tertiary-brand);outline-offset:2px;color:var(--tertiary-brand)}
.footer_links_list_8nq{display:flex;flex-direction:column;gap:10px}
.footer_bottom_bar_1kz{border-top:1px solid #ffffff26;padding-top:24px;text-align:center}
.copyright_text_display_4xm{font-size:13px;color:#ffffffb3;max-width:1280px;margin:0 auto;padding:0 24px}
@media (max-width: 768px) {
.top_content_flex_7hq{flex-direction:column;gap:8px;text-align:center}
.main_header_container_8xr{flex-direction:column;gap:20px;min-height:auto}
.logo_container_6tj{width:100%;justify-content:center}
.main_navigation_bar_5rm{width:100%;justify-content:center;gap:6px}
.nav_link_item_3dw{padding:10px 16px;font-size:14px}
.footer_content_grid_2vh{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 480px) {
.company_name_display_2vk{font-size:16px}
.nav_link_item_3dw{padding:10px 14px;font-size:13px}
.footer_heading_label_4pn{font-size:16px}
}
.consent_popup_wrapper_9xk{position:fixed;bottom:24px;right:24px;max-width:420px;background:var(--bg-light);border-radius:12px;box-shadow:0 8px 32px #21252940;padding:28px;z-index:9999;border:2px solid var(--secondary-brand);display:none}
.consent_popup_wrapper_9xk.active_state_7pk{display:block;animation:slideInUp_3rm .4s ease-out}
@keyframes slideInUp_3rm {
from{transform:translateY(100px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent_header_text_2bn{font-size:19px;font-weight:700;color:var(--text-dark);margin-bottom:12px}
.consent_body_text_5mq{font-size:14px;line-height:1.6;color:var(--text-medium);margin-bottom:20px}
.consent_actions_row_4vw{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn_accept_8tr{flex:1;min-width:120px;padding:12px 20px;background:var(--primary-brand);color:var(--bg-light);border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}
.consent_btn_accept_8tr:hover{background:#8a9ba5}
.consent_btn_accept_8tr:focus{outline:3px solid var(--text-dark);outline-offset:2px}
.consent_btn_reject_6nl{flex:1;min-width:120px;padding:12px 20px;background:var(--bg-soft);color:var(--text-dark);border:2px solid var(--secondary-brand);border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}
.consent_btn_reject_6nl:hover{background:var(--tertiary-brand);border-color:var(--primary-brand)}
.consent_btn_reject_6nl:focus{outline:3px solid var(--text-dark);outline-offset:2px}
.consent_policy_link_3km{display:inline-block;margin-top:12px;font-size:13px;color:var(--text-medium);text-decoration:underline;transition:color .2s ease}
.consent_policy_link_3km:hover{color:var(--primary-brand)}
.consent_policy_link_3km:focus{outline:2px solid var(--primary-brand);outline-offset:2px}
@media (max-width: 480px) {
.consent_popup_wrapper_9xk{bottom:12px;right:12px;left:12px;max-width:none;padding:20px}
.consent_actions_row_4vw{flex-direction:column}
.consent_btn_accept_8tr,.consent_btn_reject_6nl{min-width:100%}
}
.about-journey-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);position:relative;overflow:hidden}
.about-journey-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a3b2bb14 0%,transparent 70%);border-radius:50%;z-index:1}
.about-journey-content{max-width:1200px;margin:0 auto;padding:80px 20px;position:relative;z-index:2}
.about-journey-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:60px}
.about-journey-text h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.about-journey-text p{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:16px}
.about-journey-image{position:relative}
.about-journey-image img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #a3b2bb33}
.about-stats-row{display:flex;gap:40px;margin-top:50px}
.about-stat-item{flex:1;text-align:center;padding:30px 20px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #a3b2bb1f;transition:transform .3s ease}
.about-stat-item:hover{transform:translateY(-5px)}
.about-stat-number{font-size:2.4rem;color:#A3B2BB;font-weight:700;margin-bottom:8px}
.about-stat-label{font-size:.95rem;color:#495057;text-transform:uppercase;letter-spacing:.5px}
.about-methodology-section{background:#fff;padding:90px 20px}
.about-methodology-container{max-width:1100px;margin:0 auto}
.about-methodology-header{text-align:center;margin-bottom:70px}
.about-methodology-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.about-methodology-header p{font-size:1.05rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.about-method-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.about-method-card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);padding:40px 30px;border-radius:10px;border-left:4px solid #A3B2BB;transition:all .3s ease;position:relative}
.about-method-card:nth-child(2){border-left-color:#C4CDD5;transform:translateY(20px)}
.about-method-card:nth-child(3){border-left-color:#DDE7E8}
.about-method-card:hover{box-shadow:0 12px 30px #a3b2bb2e;transform:translateY(-5px)}
.about-method-icon{width:60px;height:60px;background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:1.8rem;color:#fff}
.about-method-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.about-method-card p{font-size:.98rem;color:#495057;line-height:1.7}
.about-approach-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 50%,#f8f9fa 100%);padding:80px 20px;position:relative}
.about-approach-wrapper{max-width:1300px;margin:0 auto}
.about-approach-layout{display:flex;gap:50px;align-items:start}
.about-approach-visual{flex:0 0 500px;position:sticky;top:100px}
.about-approach-visual img{width:100%;height:600px;object-fit:cover;border-radius:10px;box-shadow:0 15px 35px #a3b2bb33}
.about-approach-content{flex:1}
.about-approach-content h2{font-size:2.2rem;color:#212529;margin-bottom:30px;font-weight:700}
.about-approach-steps{display:flex;flex-direction:column;gap:35px}
.about-approach-step{background:#fff;padding:35px;border-radius:8px;box-shadow:0 6px 18px #a3b2bb1a;position:relative;padding-left:90px;transition:all .3s ease}
.about-approach-step:hover{box-shadow:0 10px 25px #a3b2bb2e}
.about-step-number{position:absolute;left:30px;top:35px;width:45px;height:45px;background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff}
.about-approach-step h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.about-approach-step p{font-size:.98rem;color:#495057;line-height:1.7}
.about-team-section{background:#fff;padding:80px 20px}
.about-team-container{max-width:1000px;margin:0 auto}
.about-team-intro{text-align:center;margin-bottom:60px}
.about-team-intro h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.about-team-intro p{font-size:1.05rem;color:#495057;line-height:1.6;max-width:650px;margin:0 auto}
.about-team-profile{display:grid;grid-template-columns:300px 1fr;gap:50px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:50px;border-radius:12px;box-shadow:0 8px 24px #a3b2bb1f}
.about-profile-image{position:relative}
.about-profile-image img{width:100%;height:350px;object-fit:cover;border-radius:8px;box-shadow:0 10px 25px #a3b2bb26}
.about-profile-details h3{font-size:1.9rem;color:#212529;margin-bottom:10px;font-weight:700}
.about-profile-role{font-size:1.1rem;color:#A3B2BB;margin-bottom:25px;font-weight:500}
.about-profile-details p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:16px}
.about-profile-highlights{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px}
.about-highlight-item{background:#fff;padding:20px;border-radius:6px;border-left:3px solid #C4CDD5}
.about-highlight-item strong{display:block;color:#212529;margin-bottom:6px;font-size:.95rem}
.about-highlight-item span{color:#495057;font-size:.92rem}
.about-values-section{background:linear-gradient(135deg,#DDE7E8 0%,#f8f9fa 100%);padding:90px 20px;position:relative}
.about-values-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(to bottom,transparent 0%,#fff 100%)}
.about-values-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.about-values-header{text-align:center;margin-bottom:60px}
.about-values-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.about-value-block{background:#fff;padding:45px 40px;border-radius:10px;box-shadow:0 8px 20px #a3b2bb24;position:relative;overflow:hidden;transition:all .3s ease}
.about-value-block::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#A3B2BB 0%,#C4CDD5 100%)}
.about-value-block:hover{transform:translateX(10px);box-shadow:0 12px 30px #a3b2bb33}
.about-value-block h3{font-size:1.5rem;color:#212529;margin-bottom:18px;font-weight:600}
.about-value-block p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:14px}
.about-value-image-wrapper{margin-top:70px;text-align:center}
.about-value-image-wrapper img{width:100%;max-width:900px;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #a3b2bb40}
.about-cta-section{background:#fff;padding:80px 20px 90px}
.about-cta-box{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);padding:60px 50px;border-radius:12px;text-align:center;box-shadow:0 15px 40px #a3b2bb4d}
.about-cta-box h2{font-size:2.2rem;color:#fff;margin-bottom:20px;font-weight:700}
.about-cta-box p{font-size:1.1rem;color:#fff;line-height:1.6;margin-bottom:35px;opacity:.95}
.about-cta-buttons{display:flex;gap:20px;justify-content:center}
.about-cta-btn{padding:16px 36px;border-radius:6px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}
.about-cta-primary{background:#fff;color:#A3B2BB;border:2px solid #fff}
.about-cta-primary:hover{background:transparent;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #00000026}
.about-cta-secondary{background:transparent;color:#fff;border:2px solid #fff}
.about-cta-secondary:hover{background:#fff;color:#A3B2BB;transform:translateY(-3px)}
@media (max-width: 1024px) {
.about-approach-visual{flex:0 0 400px}
.about-approach-visual img{height:500px}
}
@media (max-width: 768px) {
.about-journey-grid{grid-template-columns:1fr;gap:40px}
.about-journey-text h1{font-size:2.2rem}
.about-stats-row{flex-direction:column;gap:20px}
.about-method-cards{grid-template-columns:1fr;gap:25px}
.about-method-card:nth-child(2){transform:translateY(0)}
.about-approach-layout{flex-direction:column}
.about-approach-visual{position:static;flex:1;width:100%}
.about-approach-visual img{height:350px}
.about-approach-step{padding-left:75px}
.about-step-number{left:20px}
.about-team-profile{grid-template-columns:1fr;gap:35px;padding:35px}
.about-profile-highlights{grid-template-columns:1fr}
.about-values-grid{grid-template-columns:1fr;gap:25px}
.about-cta-buttons{flex-direction:column;align-items:center}
.about-cta-btn{width:100%;max-width:300px}
}
@media (max-width: 480px) {
.about-journey-content{padding:60px 15px}
.about-journey-text h1{font-size:1.8rem}
.about-journey-image img{height:300px}
.about-methodology-section{padding:60px 15px}
.about-methodology-header h2{font-size:1.9rem}
.about-approach-section{padding:60px 15px}
.about-cta-box{padding:40px 30px}
.about-cta-box h2{font-size:1.8rem}
}
.hero-landing-wrapper{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.hero-landing-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#a3b2bbeb 0%,#c4cdd5e0 50%,#dde7e8d9 100%);z-index:1}
.hero-landing-wrapper .hero-bg-visual{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-landing-content-zone{position:relative;z-index:2;max-width:920px;padding:40px;text-align:center}
.hero-landing-content-zone .main-hero-heading{font-size:3.8rem;font-weight:700;color:#1a1a1a;margin-bottom:28px;line-height:1.15;letter-spacing:-.02em}
.hero-landing-content-zone .hero-subtext-description{font-size:1.35rem;color:#2d2d2d;margin-bottom:38px;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}
.hero-cta-button-primary{display:inline-block;padding:18px 46px;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:6px;font-size:1.1rem;font-weight:600;transition:all .3s ease;border:2px solid #1a1a1a}
.hero-cta-button-primary:hover{background:transparent;color:#1a1a1a;transform:translateY(-2px)}
.section-methodology-asymmetric{background:#fff;padding:100px 20px;position:relative}
.methodology-asymmetric-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:70px;align-items:start}
.methodology-content-block{padding-right:40px}
.methodology-content-block .section-label-tag{display:inline-block;background:#DDE7E8;color:#2d2d2d;padding:8px 20px;border-radius:30px;font-size:.9rem;font-weight:600;margin-bottom:22px;letter-spacing:.05em;text-transform:uppercase}
.methodology-content-block .content-heading-large{font-size:2.6rem;color:#212529;margin-bottom:26px;font-weight:700;line-height:1.25}
.methodology-content-block .narrative-text-body{font-size:1.1rem;color:#495057;line-height:1.75;margin-bottom:20px}
.methodology-visual-zone{position:relative}
.methodology-visual-zone .strategy-visual-img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #a3b2bb40}
.principles-zigzag-layout{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:90px 20px}
.principles-container-wrapper{max-width:1200px;margin:0 auto}
.principles-intro-header{text-align:center;margin-bottom:80px}
.principles-intro-header .principles-main-title{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:18px}
.principles-intro-header .principles-subtitle-text{font-size:1.15rem;color:#495057;max-width:740px;margin:0 auto;line-height:1.65}
.principle-item-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:70px;align-items:center}
.principle-item-row:nth-child(even) .principle-visual-area{order:1}
.principle-item-row:nth-child(even) .principle-text-area{order:2}
.principle-visual-area .principle-image-display{width:100%;height:auto;border-radius:10px;box-shadow:0 6px 20px #c4cdd54d}
.principle-text-area .principle-step-number{font-size:1rem;color:#A3B2BB;font-weight:600;margin-bottom:12px;letter-spacing:.08em}
.principle-text-area .principle-heading-text{font-size:2rem;color:#212529;font-weight:700;margin-bottom:18px}
.principle-text-area .principle-description-text{font-size:1.05rem;color:#495057;line-height:1.7}
.instructor-centered-block{background:#fff;padding:95px 20px;border-top:3px solid #DDE7E8;border-bottom:3px solid #DDE7E8}
.instructor-grid-layout{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:65px;align-items:center}
.instructor-profile-visual{position:relative}
.instructor-profile-visual .instructor-photo-img{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 30px #a3b2bb47}
.instructor-info-content .instructor-category-label{font-size:.95rem;color:#A3B2BB;font-weight:600;margin-bottom:14px;text-transform:uppercase;letter-spacing:.06em}
.instructor-info-content .instructor-main-heading{font-size:2.5rem;color:#212529;font-weight:700;margin-bottom:24px;line-height:1.2}
.instructor-info-content .instructor-bio-paragraph{font-size:1.08rem;color:#495057;line-height:1.72;margin-bottom:18px}
.instructor-info-content .instructor-cta-link{display:inline-block;margin-top:20px;padding:14px 36px;background:#C4CDD5;color:#212529;text-decoration:none;border-radius:5px;font-weight:600;transition:all .3s ease}
.instructor-info-content .instructor-cta-link:hover{background:#A3B2BB;transform:translateX(4px)}
.conversion-focused-section{background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 50%,#DDE7E8 100%);padding:110px 20px;text-align:center;position:relative;overflow:hidden}
.conversion-focused-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff26 1px,transparent 1px);background-size:40px 40px;z-index:0}
.conversion-content-wrapper{position:relative;z-index:1;max-width:880px;margin:0 auto}
.conversion-content-wrapper .conversion-main-headline{font-size:3.2rem;color:#1a1a1a;font-weight:700;margin-bottom:28px;line-height:1.2}
.conversion-content-wrapper .conversion-supporting-text{font-size:1.25rem;color:#2d2d2d;margin-bottom:42px;line-height:1.65;max-width:720px;margin-left:auto;margin-right:auto}
.conversion-action-button{display:inline-block;padding:20px 52px;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:6px;font-size:1.15rem;font-weight:600;transition:all .35s ease;border:3px solid #1a1a1a}
.conversion-action-button:hover{background:transparent;color:#1a1a1a;transform:scale(1.05)}
.bordered-showcase-section{background:#fafbfc;padding:85px 20px}
.bordered-cards-container{max-width:1220px;margin:0 auto}
.bordered-section-header{text-align:center;margin-bottom:70px}
.bordered-section-header .bordered-title-main{font-size:2.7rem;color:#212529;font-weight:700;margin-bottom:20px}
.bordered-section-header .bordered-subtitle-description{font-size:1.12rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.68}
.bordered-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.bordered-card-item{background:#fff;border:2px solid #C4CDD5;border-radius:10px;padding:38px 30px;transition:all .3s ease}
.bordered-card-item:hover{border-color:#A3B2BB;transform:translateY(-6px);box-shadow:0 12px 28px #a3b2bb38}
.bordered-card-item .card-icon-visual{width:56px;height:56px;background:#DDE7E8;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px;font-size:1.6rem;color:#495057}
.bordered-card-item .card-title-heading{font-size:1.5rem;color:#212529;font-weight:700;margin-bottom:14px}
.bordered-card-item .card-description-text{font-size:1.02rem;color:#495057;line-height:1.65}
@media (max-width: 1024px) {
.methodology-asymmetric-container{grid-template-columns:1fr;gap:50px}
.methodology-content-block{padding-right:0}
.principle-item-row{grid-template-columns:1fr;gap:40px}
.principle-item-row:nth-child(even) .principle-visual-area,.principle-item-row:nth-child(even) .principle-text-area{order:0}
.instructor-grid-layout{grid-template-columns:1fr;gap:45px}
.bordered-cards-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hero-landing-content-zone .main-hero-heading{font-size:2.4rem}
.hero-landing-content-zone .hero-subtext-description{font-size:1.1rem}
.section-methodology-asymmetric{padding:70px 20px}
.methodology-content-block .content-heading-large{font-size:2rem}
.principles-zigzag-layout{padding:70px 20px}
.principles-intro-header .principles-main-title{font-size:2.2rem}
.principle-text-area .principle-heading-text{font-size:1.6rem}
.instructor-centered-block{padding:70px 20px}
.instructor-info-content .instructor-main-heading{font-size:2rem}
.conversion-focused-section{padding:80px 20px}
.conversion-content-wrapper .conversion-main-headline{font-size:2.3rem}
.bordered-cards-grid{grid-template-columns:1fr}
.bordered-showcase-section{padding:70px 20px}
.bordered-section-header .bordered-title-main{font-size:2.1rem}
}
@media (max-width: 480px) {
.hero-landing-content-zone{padding:30px 20px}
.hero-landing-content-zone .main-hero-heading{font-size:1.9rem}
.hero-cta-button-primary{padding:15px 32px;font-size:1rem}
.methodology-content-block .content-heading-large{font-size:1.7rem}
.conversion-content-wrapper .conversion-main-headline{font-size:1.9rem}
.conversion-action-button{padding:16px 38px;font-size:1rem}
}
.contact-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.contact-hero-area{background:linear-gradient(165deg,#DDE7E8 0%,#C4CDD5 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.contact-hero-area::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a3b2bb26 0%,transparent 70%);border-radius:50%}
.contact-hero-area::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#c4cdd533 0%,transparent 70%);border-radius:50%}
.hero-content-box{max-width:680px;margin:0 auto;position:relative;z-index:2}
.hero-content-box h1{font-size:2.8rem;color:#212529;margin-bottom:18px;font-weight:700;line-height:1.2}
.hero-content-box .subtitle-text{font-size:1.15rem;color:#495057;line-height:1.6;margin-bottom:0}
.contact-layout-container{max-width:1200px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:3}
.contact-grid-wrapper{display:grid;grid-template-columns:1fr 1.4fr;gap:40px;margin-bottom:60px}
.info-sidebar-block{background:#fff;border-radius:12px;padding:45px 35px;box-shadow:0 8px 24px #0000000f;border:1px solid #DDE7E8}
.info-sidebar-block h2{font-size:1.75rem;color:#212529;margin-bottom:24px;font-weight:600}
.info-sidebar-block p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:32px}
.contact-info-list{list-style:none;padding:0;margin:0}
.contact-info-list li{margin-bottom:22px;padding-left:36px;position:relative;font-size:.95rem;color:#343a40;line-height:1.6}
.contact-info-list li::before{content:'';position:absolute;left:0;top:4px;width:24px;height:24px;background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);border-radius:50%}
.contact-info-list li strong{display:block;color:#212529;margin-bottom:4px;font-weight:600}
.contact-info-list li a{color:#495057;text-decoration:none;transition:color .3s ease}
.contact-info-list li a:hover{color:#A3B2BB}
.form-main-block{background:#fff;border-radius:12px;padding:45px 40px;box-shadow:0 8px 24px #0000000f;border:1px solid #DDE7E8}
.form-main-block h2{font-size:1.85rem;color:#212529;margin-bottom:12px;font-weight:600}
.form-main-block .form-intro-text{font-size:.98rem;color:#495057;line-height:1.6;margin-bottom:32px}
.contact-form-element{display:flex;flex-direction:column}
.form-group-item{margin-bottom:24px}
.form-group-item label{display:block;font-size:.92rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-group-item input,.form-group-item textarea{width:100%;padding:12px 16px;border:2px solid #DDE7E8;border-radius:8px;font-size:.95rem;color:#212529;background:#fafbfc;transition:all .3s ease}
.form-group-item input:focus,.form-group-item textarea:focus{outline:none;border-color:#A3B2BB;background:#fff;box-shadow:0 0 0 3px #a3b2bb1a}
.form-group-item textarea{min-height:140px;resize:vertical;font-family:inherit}
.privacy-checkbox-group{margin-bottom:28px;display:flex;align-items:flex-start;gap:10px}
.privacy-checkbox-group input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacy-checkbox-group label{font-size:.9rem;color:#495057;line-height:1.5;cursor:pointer}
.privacy-checkbox-group a{color:#A3B2BB;text-decoration:underline;transition:color .3s ease}
.privacy-checkbox-group a:hover{color:#8a9aa3}
.submit-button-wrapper{text-align:right}
.submit-btn-primary{background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);color:#fff;border:none;padding:14px 42px;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #a3b2bb40}
.submit-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #a3b2bb59;background:linear-gradient(135deg,#8a9aa3 0%,#A3B2BB 100%)}
.submit-btn-primary:active{transform:translateY(0)}
.hours-response-section{background:#fff;border-radius:12px;padding:50px 45px;box-shadow:0 8px 24px #0000000f;border:1px solid #DDE7E8;text-align:center;max-width:800px;margin:0 auto}
.hours-response-section h2{font-size:2rem;color:#212529;margin-bottom:20px;font-weight:600}
.hours-response-section p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:16px}
.response-grid-display{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}
.response-time-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:28px 20px;border-radius:10px;border:2px solid #DDE7E8;transition:all .3s ease}
.response-time-card:hover{transform:translateY(-4px);border-color:#A3B2BB;box-shadow:0 6px 16px #a3b2bb26}
.response-time-card .card-icon-circle{width:60px;height:60px;background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);border-radius:50%;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#fff}
.response-time-card h3{font-size:1.3rem;color:#212529;margin-bottom:10px;font-weight:600}
.response-time-card p{font-size:.92rem;color:#495057;line-height:1.6;margin:0}
.location-insights-block{background:linear-gradient(165deg,#fff 0%,#f8f9fa 100%);border-radius:12px;padding:60px 50px;box-shadow:0 8px 24px #0000000f;border:1px solid #DDE7E8;margin-top:50px}
.location-insights-block h2{font-size:2.1rem;color:#212529;margin-bottom:26px;font-weight:600;text-align:center}
.location-details-content{max-width:900px;margin:0 auto}
.location-details-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:22px}
.location-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:36px}
.location-feature-item{background:#fff;padding:24px 26px;border-radius:10px;border-left:4px solid #A3B2BB;box-shadow:0 3px 10px #0000000a}
.location-feature-item h3{font-size:1.2rem;color:#212529;margin-bottom:10px;font-weight:600}
.location-feature-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
@media (max-width: 992px) {
.contact-grid-wrapper{grid-template-columns:1fr;gap:30px}
.response-grid-display{grid-template-columns:1fr;gap:20px}
.location-features-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.contact-hero-area{padding:60px 20px 50px}
.hero-content-box h1{font-size:2.2rem}
.hero-content-box .subtitle-text{font-size:1.05rem}
.contact-layout-container{padding:0 15px 60px}
.info-sidebar-block,.form-main-block{padding:35px 25px}
.form-main-block h2{font-size:1.6rem}
.submit-button-wrapper{text-align:center}
.submit-btn-primary{width:100%}
.hours-response-section{padding:40px 25px}
.hours-response-section h2{font-size:1.7rem}
.location-insights-block{padding:45px 25px}
.location-insights-block h2{font-size:1.8rem}
}
@media (max-width: 480px) {
.hero-content-box h1{font-size:1.9rem}
.contact-info-list li{padding-left:32px;font-size:.9rem}
.form-group-item input,.form-group-item textarea{font-size:.9rem}
}
.reviews-main-container{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh}
.reviews-hero-zone{padding:120px 20px 80px;text-align:center;position:relative;overflow:hidden}
.reviews-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a3b2bb26 0%,transparent 70%);border-radius:50%;z-index:1}
.reviews-hero-zone::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#c4cdd51f 0%,transparent 65%);border-radius:50%;z-index:1}
.reviews-hero-content{max-width:820px;margin:0 auto;position:relative;z-index:2}
.reviews-hero-content h1{font-size:3.2rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2}
.reviews-hero-content p{font-size:1.25rem;color:#495057;line-height:1.7;margin-bottom:0}
.feedback-stories-section{padding:80px 20px;background:#fff}
.feedback-wrapper{max-width:1200px;margin:0 auto}
.feedback-intro-box{max-width:750px;margin:0 auto 60px;text-align:center}
.feedback-intro-box h2{font-size:2.4rem;font-weight:700;color:#212529;margin-bottom:20px}
.feedback-intro-box p{font-size:1.1rem;color:#495057;line-height:1.8}
.feedback-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}
.feedback-card{background:#fafbfc;border:1px solid #DDE7E8;border-radius:12px;padding:35px;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.feedback-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #a3b2bb33}
.feedback-card-header{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.feedback-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #C4CDD5}
.feedback-person-info h3{font-size:1.2rem;font-weight:600;color:#212529;margin:0 0 6px}
.feedback-person-info span{font-size:.95rem;color:#6c757d}
.feedback-quote{font-size:1.05rem;color:#343a40;line-height:1.7;font-style:italic;margin-bottom:20px}
.feedback-metrics{display:flex;gap:24px;padding-top:20px;border-top:1px solid #DDE7E8}
.metric-item{flex:1}
.metric-label{font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}
.metric-value{font-size:1.3rem;font-weight:700;color:#A3B2BB}
.visual-impact-section{padding:0 20px 80px;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.impact-container{max-width:1200px;margin:0 auto}
.impact-dual-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.impact-visual-side{position:relative}
.impact-main-image{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 12px 32px #a3b2bb40}
.impact-content-side h2{font-size:2.6rem;font-weight:700;color:#212529;margin-bottom:28px;line-height:1.2}
.impact-text-block{margin-bottom:28px}
.impact-text-block h3{font-size:1.3rem;font-weight:600;color:#343a40;margin-bottom:12px}
.impact-text-block p{font-size:1.05rem;color:#495057;line-height:1.7}
.impact-stats-row{display:flex;gap:30px;margin-top:35px}
.stat-box{flex:1;background:#fff;padding:24px;border-radius:10px;border:1px solid #DDE7E8;text-align:center}
.stat-number{font-size:2.2rem;font-weight:700;color:#A3B2BB;margin-bottom:8px}
.stat-description{font-size:.95rem;color:#6c757d;line-height:1.4}
.methodology-section{padding:80px 20px;background:#fff}
.methodology-wrapper{max-width:1100px;margin:0 auto}
.methodology-header{text-align:center;margin-bottom:60px}
.methodology-header h2{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:20px}
.methodology-header p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.methodology-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.method-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border:2px solid #DDE7E8;border-radius:12px;padding:35px 28px;text-align:center;transition:border-color .3s ease,transform .3s ease}
.method-card:hover{border-color:#A3B2BB;transform:translateY(-6px)}
.method-icon{width:70px;height:70px;background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:2rem;color:#fff}
.method-card h3{font-size:1.25rem;font-weight:600;color:#212529;margin-bottom:14px}
.method-card p{font-size:1rem;color:#495057;line-height:1.6}
.transparency-section{padding:80px 20px 100px;background:#f8f9fa;position:relative}
.transparency-container{max-width:1150px;margin:0 auto}
.transparency-split{display:grid;grid-template-columns:55% 45%;gap:60px;align-items:center}
.transparency-text-zone h2{font-size:2.7rem;font-weight:700;color:#212529;margin-bottom:26px;line-height:1.2}
.transparency-paragraph{font-size:1.1rem;color:#495057;line-height:1.75;margin-bottom:24px}
.transparency-list{margin:30px 0;padding-left:0;list-style:none}
.transparency-list li{font-size:1.05rem;color:#343a40;margin-bottom:16px;padding-left:32px;position:relative;line-height:1.6}
.transparency-list li::before{content:'';position:absolute;left:0;top:0;color:#A3B2BB;font-weight:700;font-size:1.3rem}
.transparency-visual-zone{position:relative}
.transparency-image{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #a3b2bb38}
.transparency-badge{position:absolute;bottom:20px;right:20px;background:#fffffff2;padding:18px 26px;border-radius:10px;box-shadow:0 6px 20px #00000026}
.transparency-badge p{font-size:.9rem;color:#6c757d;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}
.transparency-badge span{font-size:1.8rem;font-weight:700;color:#A3B2BB}
@media (max-width: 992px) {
.reviews-hero-content h1{font-size:2.5rem}
.feedback-grid{grid-template-columns:1fr;gap:30px}
.impact-dual-layout{grid-template-columns:1fr;gap:40px}
.impact-main-image{height:380px}
.methodology-grid{grid-template-columns:1fr;gap:25px}
.transparency-split{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.reviews-hero-zone{padding:80px 15px 60px}
.reviews-hero-content h1{font-size:2rem}
.reviews-hero-content p{font-size:1.1rem}
.feedback-stories-section{padding:60px 15px}
.feedback-intro-box h2{font-size:2rem}
.feedback-card{padding:28px}
.feedback-metrics{flex-direction:column;gap:16px}
.impact-content-side h2{font-size:2rem}
.impact-stats-row{flex-direction:column;gap:20px}
.methodology-section{padding:60px 15px}
.methodology-header h2{font-size:2rem}
.transparency-section{padding:60px 15px 80px}
.transparency-text-zone h2{font-size:2rem}
.transparency-image{height:320px}
.transparency-badge{bottom:15px;right:15px;padding:14px 20px}
}
.student-showcase-main{background:#fff;min-height:100vh}
.showcase-hero-block{background:linear-gradient(135deg,#DDE7E8 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.showcase-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a3b2bb26 0%,transparent 70%);border-radius:50%}
.hero-content-wrap{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero-content-wrap h1{font-size:3rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.hero-content-wrap p{font-size:1.25rem;color:#495057;line-height:1.7;max-width:750px}
.timeline-stories-block{padding:80px 20px;background:#fff;position:relative}
.timeline-stories-block::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#C4CDD5 50%,transparent 100%)}
.timeline-container-wrap{max-width:1100px;margin:0 auto}
.timeline-container-wrap h2{font-size:2.5rem;color:#212529;margin-bottom:50px;text-align:center;font-weight:600}
.timeline-story-item{display:flex;gap:40px;margin-bottom:70px;align-items:flex-start;padding-left:80px;position:relative}
.timeline-story-item::before{content:'';position:absolute;left:20px;top:10px;width:20px;height:20px;background:#A3B2BB;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 2px #C4CDD5}
.timeline-story-item:nth-child(even){flex-direction:row-reverse;padding-left:0;padding-right:80px}
.timeline-story-item:nth-child(even)::before{left:auto;right:20px}
.story-profile-area{flex-shrink:0;width:180px}
.story-profile-area img{width:100%;height:180px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #0000001a}
.story-text-content{flex:1}
.story-text-content h3{font-size:1.5rem;color:#212529;margin-bottom:8px;font-weight:600}
.story-text-content .story-subtitle{font-size:.95rem;color:#A3B2BB;margin-bottom:20px;font-weight:500}
.story-text-content p{font-size:1rem;color:#495057;line-height:1.8;margin-bottom:15px}
.story-outcome-highlight{background:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #A3B2BB;margin-top:20px}
.story-outcome-highlight strong{color:#212529;font-weight:600}
.project-gallery-grid{padding:70px 20px;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%)}
.gallery-grid-container{max-width:1200px;margin:0 auto}
.gallery-grid-container h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:600}
.gallery-intro-text{font-size:1.1rem;color:#495057;margin-bottom:50px;line-height:1.7;max-width:800px}
.gallery-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:40px}
.gallery-project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.gallery-project-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f}
.gallery-project-card img{width:100%;height:320px;object-fit:cover}
.project-card-content{padding:30px}
.project-card-content h3{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.project-card-content p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:20px}
.project-tech-tags{display:flex;flex-wrap:wrap;gap:10px}
.tech-tag-item{background:#DDE7E8;color:#212529;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:500}
.learning-journey-split{padding:80px 20px;background:#fff}
.journey-split-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.journey-text-side h2{font-size:2.4rem;color:#212529;margin-bottom:25px;font-weight:600;line-height:1.3}
.journey-text-side p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.journey-phases-list{margin-top:35px}
.phase-item-block{padding:20px 0;border-bottom:1px solid #DDE7E8}
.phase-item-block:last-child{border-bottom:none}
.phase-item-block h4{font-size:1.15rem;color:#212529;margin-bottom:8px;font-weight:600}
.phase-item-block p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.journey-visual-side{background:linear-gradient(135deg,#DDE7E8 0%,#C4CDD5 100%);padding:50px;border-radius:16px;position:relative}
.journey-visual-side::before{content:'';position:absolute;top:20px;right:20px;width:150px;height:150px;background:#ffffff26;border-radius:50%}
.journey-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;position:relative;z-index:2}
.stat-box-item{background:#fff;padding:30px;border-radius:12px;text-align:center;box-shadow:0 4px 12px #00000014}
.stat-box-item .stat-number{font-size:2.5rem;color:#A3B2BB;font-weight:700;display:block;margin-bottom:8px}
.stat-box-item .stat-label{font-size:.95rem;color:#495057;font-weight:500}
.application-cta-block{padding:80px 20px;background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);text-align:center;position:relative;overflow:hidden}
.application-cta-block::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#ffffff1a;border-radius:50%}
.application-cta-block::after{content:'';position:absolute;bottom:-150px;right:-150px;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.cta-content-wrapper{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cta-content-wrapper h2{font-size:2.5rem;color:#fff;margin-bottom:20px;font-weight:700}
.cta-content-wrapper p{font-size:1.15rem;color:#fff;line-height:1.7;margin-bottom:35px;opacity:.95}
.cta-button-primary{display:inline-block;background:#fff;color:#212529;padding:16px 40px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003;background:#f8f9fa}
@media (max-width: 768px) {
.showcase-hero-block{padding:60px 20px 40px}
.hero-content-wrap h1{font-size:2rem}
.hero-content-wrap p{font-size:1.1rem}
.timeline-story-item{flex-direction:column;padding-left:0;padding-right:0;margin-left:30px}
.timeline-story-item::before{left:-30px}
.timeline-story-item:nth-child(even){flex-direction:column;padding-right:0}
.timeline-story-item:nth-child(even)::before{left:-30px;right:auto}
.story-profile-area{width:140px}
.story-profile-area img{height:140px}
.gallery-grid-layout{grid-template-columns:1fr}
.journey-split-container{grid-template-columns:1fr;gap:40px}
.journey-stats-grid{grid-template-columns:1fr}
.cta-content-wrapper h2{font-size:1.9rem}
}
.cookie-policy-page{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.cookie-policy-container{max-width:920px;margin:0 auto;padding:80px 32px 100px}
.cookie-header-section{text-align:center;margin-bottom:70px;padding-bottom:50px;border-bottom:3px solid #DDE7E8;position:relative}
.cookie-header-section::after{content:'';position:absolute;bottom:-3px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:#A3B2BB}
.cookie-policy-title{font-size:48px;font-weight:700;color:#212529;margin:0 0 24px;letter-spacing:-.5px;line-height:1.2}
.cookie-last-updated{display:inline-block;background:#DDE7E8;color:#495057;padding:10px 24px;border-radius:30px;font-size:15px;font-weight:500;margin-bottom:20px}
.cookie-intro-text{font-size:18px;line-height:1.7;color:#495057;max-width:780px;margin:0 auto}
.cookie-content-block{background:#fff;border-radius:16px;padding:48px 44px;margin-bottom:36px;box-shadow:0 2px 12px #a3b2bb14;border:1px solid #DDE7E8;transition:all .3s ease}
.cookie-content-block:hover{box-shadow:0 6px 24px #a3b2bb26;border-color:#C4CDD5}
.cookie-section-heading{font-size:28px;font-weight:700;color:#212529;margin:0 0 26px;padding-bottom:18px;border-bottom:2px solid #DDE7E8;line-height:1.3}
.cookie-subsection-title{font-size:22px;font-weight:600;color:#343a40;margin:36px 0 18px;line-height:1.4}
.cookie-text-paragraph{font-size:16px;line-height:1.8;color:#495057;margin:0 0 20px}
.cookie-text-paragraph:last-child{margin-bottom:0}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:24px;margin:32px 0}
.cookie-type-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #DDE7E8;border-radius:12px;padding:28px 32px;position:relative;overflow:hidden}
.cookie-type-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#A3B2BB 0%,#C4CDD5 100%)}
.cookie-type-name{font-size:20px;font-weight:700;color:#212529;margin:0 0 14px;display:flex;align-items:center;gap:12px}
.cookie-type-badge{display:inline-block;background:#A3B2BB;color:#fff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}
.cookie-type-description{font-size:16px;line-height:1.7;color:#495057;margin:0 0 16px}
.cookie-purpose-list{list-style:none;padding:0;margin:16px 0 0}
.cookie-purpose-list li{font-size:15px;color:#495057;padding:8px 0 8px 28px;position:relative;line-height:1.6}
.cookie-purpose-list li::before{content:'→';position:absolute;left:0;color:#A3B2BB;font-weight:700;font-size:18px}
.cookie-info-box{background:#f8f9fa;border-left:4px solid #A3B2BB;padding:24px 28px;margin:28px 0;border-radius:0 8px 8px 0}
.cookie-info-box-title{font-size:18px;font-weight:700;color:#343a40;margin:0 0 12px}
.cookie-info-box-text{font-size:15px;line-height:1.7;color:#495057;margin:0}
.cookie-browser-controls{background:#fff;border:2px solid #C4CDD5;border-radius:12px;padding:32px;margin:32px 0}
.cookie-browser-heading{font-size:20px;font-weight:700;color:#212529;margin:0 0 20px}
.cookie-browser-list{list-style:none;padding:0;margin:0}
.cookie-browser-list li{font-size:16px;color:#495057;padding:12px 0;border-bottom:1px solid #DDE7E8;line-height:1.6}
.cookie-browser-list li:last-child{border-bottom:none}
.cookie-browser-list li strong{color:#343a40;font-weight:600}
.cookie-data-retention{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:28px 0}
.cookie-retention-item{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #DDE7E8;border-radius:10px;padding:24px;text-align:center}
.cookie-retention-duration{font-size:32px;font-weight:700;color:#A3B2BB;margin:0 0 8px;line-height:1}
.cookie-retention-label{font-size:15px;color:#495057;font-weight:500;margin:0}
.cookie-contact-section{background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);border-radius:16px;padding:44px 40px;text-align:center;margin-top:48px;position:relative;overflow:hidden}
.cookie-contact-section::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);animation:subtle-rotate 20s linear infinite}
@keyframes subtle-rotate {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.cookie-contact-heading{font-size:26px;font-weight:700;color:#fff;margin:0 0 16px;position:relative;z-index:2}
.cookie-contact-text{font-size:16px;line-height:1.7;color:#fff;margin:0 0 28px;opacity:.95;position:relative;z-index:2}
.cookie-contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;position:relative;z-index:2}
.cookie-contact-item{display:flex;flex-direction:column;align-items:center;gap:8px}
.cookie-contact-label{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#fff;opacity:.8;font-weight:600;margin:0}
.cookie-contact-value{font-size:16px;color:#fff;font-weight:500;margin:0}
.cookie-emphasis{color:#343a40;font-weight:600}
.cookie-divider{height:2px;background:linear-gradient(90deg,transparent 0%,#DDE7E8 50%,transparent 100%);margin:48px 0;border:none}
@media (max-width: 768px) {
.cookie-policy-container{padding:50px 20px 70px}
.cookie-policy-title{font-size:36px}
.cookie-header-section{margin-bottom:50px;padding-bottom:35px}
.cookie-intro-text{font-size:16px}
.cookie-content-block{padding:32px 24px;margin-bottom:28px}
.cookie-section-heading{font-size:24px}
.cookie-subsection-title{font-size:20px;margin-top:28px}
.cookie-data-retention{grid-template-columns:1fr}
.cookie-contact-details{flex-direction:column;gap:20px}
.cookie-browser-controls{padding:24px 20px}
}
@media (max-width: 480px) {
.cookie-policy-title{font-size:28px}
.cookie-content-block{padding:24px 18px;border-radius:12px}
.cookie-type-card{padding:20px 18px}
.cookie-contact-section{padding:32px 24px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.privacy-header-section{background:linear-gradient(180deg,#DDE7E8 0%,#fff 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #C4CDD5}
.privacy-header-section h1{font-size:2.8rem;color:#212529;margin:0 0 15px;font-weight:700;letter-spacing:-.5px}
.privacy-last-updated{font-size:.95rem;color:#495057;margin:0}
.privacy-content-container{max-width:920px;margin:0 auto;padding:60px 25px 80px}
.privacy-intro-block{background:#fff;padding:35px;border-radius:8px;margin-bottom:45px;border-left:5px solid #A3B2BB;box-shadow:0 2px 8px #00000014}
.privacy-intro-block p{font-size:1.05rem;color:#343a40;line-height:1.7;margin:0 0 15px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-block{background:#fff;padding:40px 35px;margin-bottom:35px;border-radius:8px;box-shadow:0 1px 6px #0000000f}
.privacy-section-block h2{font-size:1.85rem;color:#212529;margin:0 0 25px;padding-bottom:12px;border-bottom:2px solid #DDE7E8;font-weight:600}
.privacy-section-block h3{font-size:1.35rem;color:#343a40;margin:30px 0 18px;font-weight:600}
.privacy-section-block p{font-size:1rem;color:#495057;line-height:1.75;margin:0 0 18px}
.privacy-section-block ul{margin:20px 0;padding-left:25px}
.privacy-section-block li{font-size:1rem;color:#495057;line-height:1.75;margin-bottom:12px}
.privacy-section-block strong{color:#212529;font-weight:600}
.privacy-contact-highlight{background:linear-gradient(135deg,#DDE7E8 0%,#C4CDD5 100%);padding:35px;border-radius:8px;margin-top:50px;text-align:center}
.privacy-contact-highlight h2{font-size:1.75rem;color:#212529;margin:0 0 20px;font-weight:600}
.privacy-contact-highlight p{font-size:1.05rem;color:#343a40;margin:0 0 12px;line-height:1.6}
.privacy-contact-highlight a{color:#212529;font-weight:600;text-decoration:none;border-bottom:2px solid #A3B2BB;transition:border-color .3s ease}
.privacy-contact-highlight a:hover{border-bottom-color:#212529}
.privacy-data-table{width:100%;border-collapse:collapse;margin:25px 0;background:#fafbfc;border-radius:6px;overflow:hidden}
.privacy-data-table th{background:#A3B2BB;color:#212529;padding:15px;text-align:left;font-weight:600;font-size:.95rem}
.privacy-data-table td{padding:15px;border-bottom:1px solid #DDE7E8;color:#495057;font-size:.95rem}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-emphasis-box{background:#f8f9fa;border:2px solid #C4CDD5;border-radius:6px;padding:25px;margin:25px 0}
.privacy-emphasis-box p{margin:0 0 12px;font-size:1rem;color:#343a40}
.privacy-emphasis-box p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.privacy-header-section{padding:60px 20px 40px}
.privacy-header-section h1{font-size:2.2rem}
.privacy-content-container{padding:40px 20px 60px}
.privacy-section-block{padding:30px 25px}
.privacy-section-block h2{font-size:1.6rem}
.privacy-section-block h3{font-size:1.2rem}
.privacy-intro-block{padding:25px}
.privacy-data-table{font-size:.85rem}
.privacy-data-table th,.privacy-data-table td{padding:12px 10px}
}
@media (max-width: 480px) {
.privacy-header-section h1{font-size:1.85rem}
.privacy-section-block{padding:25px 20px}
.privacy-contact-highlight{padding:25px 20px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-hero-zone{padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.success-hero-zone::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#a3b2bb14 0%,transparent 70%);animation:pulse-gentle 4s ease-in-out infinite}
@keyframes pulse-gentle {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.1);opacity:.8}
}
.checkmark-container{width:120px;height:120px;margin:0 auto 35px;position:relative;z-index:2}
.checkmark-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #a3b2bb4d;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}
}
.checkmark-icon{width:50px;height:50px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:draw-check .8s .3s ease-out forwards}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success-main-title{font-size:48px;font-weight:700;color:#212529;margin:0 0 20px;position:relative;z-index:2;letter-spacing:-.5px;animation:fade-slide-up .8s .4s ease-out both}
@keyframes fade-slide-up {
0%{opacity:0;transform:translateY(20px)}
100%{opacity:1;transform:translateY(0)}
}
.success-subtitle{font-size:20px;color:#495057;margin:0 auto 15px;max-width:580px;line-height:1.6;position:relative;z-index:2;animation:fade-slide-up .8s .6s ease-out both}
.success-timestamp{font-size:14px;color:#6c757d;margin:0;position:relative;z-index:2;animation:fade-slide-up .8s .8s ease-out both}
.info-cards-section{padding:50px 20px;max-width:1100px;margin:0 auto}
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:0}
.info-card-item{background:#fff;border-radius:12px;padding:35px 28px;box-shadow:0 2px 12px #a3b2bb26;border:1px solid #DDE7E8;transition:all .3s ease;position:relative;overflow:hidden}
.info-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#A3B2BB 0%,#C4CDD5 100%);transform:scaleX(0);transition:transform .4s ease}
.info-card-item:hover::before{transform:scaleX(1)}
.info-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 24px #a3b2bb40}
.card-icon-wrapper{width:56px;height:56px;border-radius:10px;background:linear-gradient(135deg,#DDE7E8 0%,#C4CDD5 100%);display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.card-icon-svg{width:28px;height:28px;stroke:#495057;stroke-width:2;fill:none}
.card-title-text{font-size:22px;font-weight:600;color:#212529;margin:0 0 12px;line-height:1.3}
.card-description-text{font-size:15px;color:#495057;line-height:1.7;margin:0}
.action-zone-section{padding:60px 20px;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);text-align:center}
.action-content-wrapper{max-width:700px;margin:0 auto}
.action-heading{font-size:32px;font-weight:600;color:#212529;margin:0 0 18px;letter-spacing:-.3px}
.action-description{font-size:16px;color:#495057;line-height:1.7;margin:0 0 35px}
.button-group-flex{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.primary-action-btn{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#A3B2BB 0%,#C4CDD5 100%);color:#fff;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #a3b2bb4d;border:none;cursor:pointer;position:relative;z-index:10}
.primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #a3b2bb66;color:#fff}
.secondary-action-btn{display:inline-block;padding:16px 36px;background:#fff;color:#495057;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:2px solid #C4CDD5;cursor:pointer;position:relative;z-index:10}
.secondary-action-btn:hover{background:#f8f9fa;border-color:#A3B2BB;transform:translateY(-2px);color:#495057}
.contact-info-section{padding:50px 20px;background:#fff}
.contact-wrapper-box{max-width:800px;margin:0 auto;text-align:center}
.contact-section-title{font-size:28px;font-weight:600;color:#212529;margin:0 0 25px}
.contact-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-bottom:30px}
.contact-item-box{background:#f8f9fa;padding:25px 20px;border-radius:10px;border:1px solid #DDE7E8}
.contact-label{font-size:13px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}
.contact-value{font-size:15px;color:#212529;margin:0;word-break:break-word}
.contact-value-link{color:#495057;text-decoration:none;transition:color .3s ease}
.contact-value-link:hover{color:#A3B2BB}
.extra-note-text{font-size:14px;color:#6c757d;line-height:1.6;margin:25px 0 0;padding:20px;background:#fafbfc;border-radius:8px;border-left:3px solid #C4CDD5}
@media (max-width: 768px) {
.success-hero-zone{padding:60px 20px 40px}
.success-main-title{font-size:36px}
.success-subtitle{font-size:18px}
.checkmark-container{width:100px;height:100px;margin-bottom:30px}
.checkmark-circle{width:100px;height:100px}
.checkmark-icon{width:42px;height:42px}
.cards-grid{grid-template-columns:1fr;gap:20px}
.info-card-item{padding:28px 22px}
.action-heading{font-size:26px}
.button-group-flex{flex-direction:column;gap:12px}
.primary-action-btn,.secondary-action-btn{width:100%;max-width:320px;margin:0 auto}
.contact-details-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.success-main-title{font-size:30px}
.action-heading{font-size:24px}
.card-title-text{font-size:20px}
}