:root{--primary-sage:#8E9A65;--secondary-silver:#C0C0B0;--tertiary-mist:#D0D2C9;--gradient-flow:linear-gradient(45deg,#8E9A65 0%,#C0C0B0 50%,#D0D2C9 100%);--text-charcoal:#2a2d26;--text-medium:#4f5347;--bg-cream:#fafbfc;--bg-snow:#fff;--shadow-soft:0 2px 12px #8e9a6514;--shadow-lifted:0 4px 20px #8e9a651f}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:var(--bg-cream);color:var(--text-charcoal);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;font-variation-settings:wght 400}
header{background:var(--bg-snow);border-bottom:1px solid var(--tertiary-mist);box-shadow:var(--shadow-soft)}
.header_wrap_12k{max-width:1320px;margin:0 auto;padding:15px 30px;display:flex;align-items:center;justify-content:space-between;min-height:76px}
.logo-container_9xp{display:flex;align-items:center;gap:14px;z-index:50;position:relative}
.logo-container_9xp img{height:70px;width:70px;display:block;aspect-ratio:1/1;object-fit:contain}
.brand_text_7mn{font-size:22px;font-weight:600;color:var(--text-charcoal);letter-spacing:-.02em;font-variation-settings:wght 600}
.nav_primary_4rt{display:flex;align-items:center;gap:6px}
.nav_primary_4rt a{text-decoration:none;color:var(--text-medium);padding:10px 18px;font-size:15px;font-weight:500;border-radius:6px;transition:all .25s ease;position:relative;font-variation-settings:wght 500}
.nav_primary_4rt a:hover{color:var(--primary-sage);background:#8e9a650f}
.nav_primary_4rt a:focus{outline:2px solid var(--primary-sage);outline-offset:2px}
main{min-height:60vh}
footer{background:var(--text-charcoal);color:#e8e9e6;padding:56px 0 32px;margin-top:80px}
.footer_grid_8bw{max-width:1320px;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;margin-bottom:48px}
.footer_brand_col_3hx h3{font-size:24px;margin-bottom:14px;color:var(--bg-snow);font-variation-settings:wght 600}
.footer_brand_col_3hx p{color:#b8bab5;line-height:1.8;margin-bottom:20px;font-size:15px}
.footer_contact_5kl a{color:var(--secondary-silver);text-decoration:none;transition:color .2s}
.footer_contact_5kl a:hover{color:var(--tertiary-mist)}
.footer_links_col_2vn h4{font-size:16px;margin-bottom:18px;color:var(--bg-snow);text-transform:uppercase;letter-spacing:.08em;font-weight:600;font-variation-settings:wght 600}
.footer_links_col_2vn ul{list-style:none}
.footer_links_col_2vn ul li{margin-bottom:12px}
.footer_links_col_2vn ul li a{color:#b8bab5;text-decoration:none;font-size:15px;transition:color .25s}
.footer_links_col_2vn ul li a:hover{color:var(--tertiary-mist)}
.footer_links_col_2vn ul li a:focus{outline:2px solid var(--tertiary-mist);outline-offset:3px}
.footer_bottom_1zq{max-width:1320px;margin:0 auto;padding:24px 30px 0;border-top:1px solid #d0d2c926;text-align:center;color:#9a9c96;font-size:14px}
.consent_modal_6wp{position:fixed;bottom:24px;right:24px;background:var(--bg-snow);border-radius:12px;padding:28px 32px;max-width:440px;box-shadow:0 8px 32px #2a2d262e;z-index:9999;border:1px solid var(--tertiary-mist);opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(0.34,1.56,0.64,1)}
.consent_modal_6wp.show_state_7jk{opacity:1;transform:translateY(0)}
.consent_modal_6wp h3{font-size:19px;margin-bottom:10px;color:var(--text-charcoal);font-variation-settings:wght 600}
.consent_modal_6wp p{font-size:14px;line-height:1.65;color:var(--text-medium);margin-bottom:20px}
.consent_actions_9rl{display:flex;gap:10px;flex-wrap:wrap}
.btn_accept_4tm{background:var(--gradient-flow);color:var(--bg-snow);border:none;padding:11px 24px;border-radius:7px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s;min-width:44px;min-height:44px;font-variation-settings:wght 600}
.btn_accept_4tm:hover{opacity:.88}
.btn_accept_4tm:focus{outline:2px solid var(--primary-sage);outline-offset:2px}
.btn_decline_8nx{background:transparent;color:var(--text-medium);border:1px solid var(--secondary-silver);padding:11px 24px;border-radius:7px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:44px;min-height:44px;font-variation-settings:wght 500}
.btn_decline_8nx:hover{background:#8e9a650d;border-color:var(--primary-sage)}
.btn_decline_8nx:focus{outline:2px solid var(--primary-sage);outline-offset:2px}
.policy_link_5hv{color:var(--primary-sage);text-decoration:none;font-size:14px;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s}
.policy_link_5hv:hover{border-bottom-color:var(--primary-sage)}
.policy_link_5hv:focus{outline:2px solid var(--primary-sage);outline-offset:2px;border-radius:2px}
@media (max-width: 768px) {
.header_wrap_12k{flex-direction:column;gap:18px;padding:18px 20px;align-items:flex-start}
.logo-container_9xp{width:100%;justify-content:center}
.brand_text_7mn{font-size:20px}
.nav_primary_4rt{flex-direction:column;width:100%;gap:4px}
.nav_primary_4rt a{width:100%;text-align:center;padding:12px 16px}
.footer_grid_8bw{grid-template-columns:1fr;gap:36px;padding:0 20px}
.consent_modal_6wp{bottom:12px;right:12px;left:12px;max-width:none;padding:22px 24px}
.consent_actions_9rl{flex-direction:column}
.btn_accept_4tm,.btn_decline_8nx{width:100%}
}
@media (max-width: 480px) {
.logo-container_9xp img{height:58px;width:58px}
.brand_text_7mn{font-size:18px}
.nav_primary_4rt a{font-size:14px}
.consent_modal_6wp h3{font-size:17px}
.consent_modal_6wp p{font-size:13px}
}
.intl-students-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 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,#8e9a6514 0%,transparent 70%);border-radius:50%}
.intl-hero-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.intl-hero-text h1{font-size:2.8rem;color:#212529;font-weight:700;line-height:1.2;margin-bottom:24px}
.intl-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:18px}
.intl-hero-visual{position:relative}
.intl-hero-visual img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #00000014}
.intl-pathway-section{background:#fff;padding:90px 20px}
.intl-pathway-container{max-width:1200px;margin:0 auto}
.intl-pathway-intro{text-align:center;max-width:780px;margin:0 auto 70px}
.intl-pathway-intro h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:20px}
.intl-pathway-intro p{font-size:1.1rem;color:#495057;line-height:1.7}
.intl-pathway-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:60px}
.intl-pathway-card{background:#f8f9fa;padding:40px 35px;border-radius:8px;border-left:5px solid #8E9A65;transition:transform .3s ease,box-shadow .3s ease}
.intl-pathway-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}
.intl-pathway-card h3{font-size:1.6rem;color:#212529;font-weight:600;margin-bottom:16px}
.intl-pathway-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:12px}
.intl-pathway-card ul{list-style:none;padding:0;margin:20px 0 0}
.intl-pathway-card li{font-size:.95rem;color:#343a40;padding:8px 0;padding-left:28px;position:relative;line-height:1.5}
.intl-pathway-card li::before{content:'→';position:absolute;left:0;color:#8E9A65;font-weight:700}
.intl-support-visual{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.intl-support-image{width:100%;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 6px 18px #00000014}
.intl-support-content{padding:20px}
.intl-support-content h3{font-size:1.9rem;color:#212529;font-weight:700;margin-bottom:18px}
.intl-support-content p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:14px}
.intl-advisors-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:90px 20px}
.intl-advisors-wrapper{max-width:1200px;margin:0 auto}
.intl-advisors-header{margin-bottom:60px}
.intl-advisors-header h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:18px}
.intl-advisors-header p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:820px}
.intl-advisors-profiles{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.intl-advisor-profile{display:flex;gap:30px;align-items:flex-start;background:#fff;padding:35px;border-radius:8px;box-shadow:0 4px 16px #0000000f}
.intl-advisor-image{width:140px;height:140px;object-fit:cover;border-radius:50%;flex-shrink:0;border:4px solid #f8f9fa}
.intl-advisor-info h3{font-size:1.5rem;color:#212529;font-weight:600;margin-bottom:8px}
.intl-advisor-role{font-size:1rem;color:#8E9A65;font-weight:500;margin-bottom:16px;display:block}
.intl-advisor-info p{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:12px}
.intl-contact-cta{background:linear-gradient(135deg,#8E9A65 0%,#C0C0B0 100%);padding:60px 20px;text-align:center;margin-top:40px;border-radius:8px}
.intl-contact-cta h3{font-size:2rem;color:#fff;font-weight:700;margin-bottom:16px}
.intl-contact-cta p{font-size:1.1rem;color:#fff;margin-bottom:28px;opacity:.95}
.intl-cta-button{display:inline-block;padding:16px 42px;background:#fff;color:#212529;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:6px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #00000026}
.intl-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0003}
@media (max-width: 968px) {
.intl-hero-content{grid-template-columns:1fr;gap:40px}
.intl-hero-text h1{font-size:2.2rem}
.intl-pathway-grid{grid-template-columns:1fr;gap:30px}
.intl-support-visual{grid-template-columns:1fr;gap:40px}
.intl-advisors-profiles{grid-template-columns:1fr;gap:35px}
.intl-advisor-profile{flex-direction:column;align-items:center;text-align:center}
}
@media (max-width: 640px) {
.intl-students-hero{padding:60px 20px 40px}
.intl-hero-text h1{font-size:1.9rem}
.intl-hero-text p{font-size:1.05rem}
.intl-hero-visual img{height:300px}
.intl-pathway-intro h2,.intl-advisors-header h2{font-size:1.9rem}
.intl-pathway-card{padding:30px 25px}
.intl-support-image{height:280px}
.intl-contact-cta h3{font-size:1.7rem}
.intl-cta-button{padding:14px 36px;font-size:1rem}
}
.reviews-hero-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.reviews-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8e9a6514 0%,transparent 70%);border-radius:50%}
.reviews-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.reviews-hero-content h1{font-size:3.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.reviews-hero-content .subtitle-text{font-size:1.3rem;color:#495057;max-width:700px;line-height:1.6;margin-bottom:0}
.dual-perspective-section{background:#fff;position:relative}
.dual-split-container{display:grid;grid-template-columns:1fr 1fr;min-height:600px;max-width:1400px;margin:0 auto}
.split-panel-left{background:linear-gradient(165deg,#8E9A65 0%,#7a8554 100%);padding:80px 60px;display:flex;flex-direction:column;justify-content:center;position:relative}
.split-panel-left::after{content:'';position:absolute;top:0;right:0;width:1px;height:100%;background:#fff3}
.split-panel-right{background:#fafbfc;padding:80px 60px;display:flex;flex-direction:column;justify-content:center}
.split-panel-left h2{font-size:2.4rem;color:#fff;margin-bottom:28px;font-weight:600;line-height:1.3}
.split-panel-left p{font-size:1.05rem;color:#fffffff2;line-height:1.7;margin-bottom:20px}
.split-panel-left ul{list-style:none;padding:0;margin:30px 0 0}
.split-panel-left ul li{font-size:1.05rem;color:#ffffffeb;padding:12px 0 12px 32px;position:relative;line-height:1.6}
.split-panel-left ul li::before{content:'→';position:absolute;left:0;color:#D0D2C9;font-weight:700}
.split-panel-right h2{font-size:2.4rem;color:#212529;margin-bottom:28px;font-weight:600;line-height:1.3}
.split-panel-right p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:20px}
.insight-box{background:#fff;border-left:4px solid #8E9A65;padding:24px;margin-top:30px;box-shadow:0 2px 8px #0000000f}
.insight-box p{margin:0;font-size:1rem;color:#343a40;font-style:italic;line-height:1.6}
.testimonial-profiles-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:90px 20px}
.testimonial-profiles-container{max-width:1200px;margin:0 auto}
.testimonial-profiles-container h2{font-size:2.6rem;color:#212529;text-align:center;margin-bottom:20px;font-weight:700}
.testimonial-intro-text{font-size:1.15rem;color:#495057;text-align:center;max-width:800px;margin:0 auto 60px;line-height:1.7}
.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}
.testimonial-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 20px #00000014;position:relative;transition:transform .3s ease,box-shadow .3s ease}
.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}
.testimonial-header{display:flex;align-items:center;margin-bottom:24px;gap:20px}
.testimonial-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #8E9A65}
.testimonial-identity h3{font-size:1.4rem;color:#212529;margin:0 0 6px;font-weight:600}
.testimonial-identity p{font-size:.95rem;color:#6c757d;margin:0}
.testimonial-content{font-size:1.05rem;color:#343a40;line-height:1.7;margin-bottom:20px}
.testimonial-date{font-size:.9rem;color:#6c757d;font-style:italic}
.visual-process-section{background:#fff;padding:90px 20px;position:relative}
.visual-process-section::before{content:'';position:absolute;top:0;left:0;right:0;height:300px;background:linear-gradient(180deg,#fafbfc 0%,transparent 100%);pointer-events:none}
.visual-process-container{max-width:1300px;margin:0 auto;position:relative;z-index:1}
.visual-process-header{text-align:center;margin-bottom:70px}
.visual-process-header h2{font-size:2.6rem;color:#212529;margin-bottom:20px;font-weight:700}
.visual-process-header p{font-size:1.15rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.process-visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.process-image-wrapper{position:relative}
.process-image-wrapper img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 10px 40px #00000026}
.process-steps-list{padding:0;margin:0;list-style:none}
.process-step-item{background:#f8f9fa;border-radius:12px;padding:30px;margin-bottom:24px;border-left:5px solid #8E9A65;transition:all .3s ease}
.process-step-item:hover{background:#fff;box-shadow:0 4px 16px #0000001a;border-left-color:#7a8554}
.process-step-item h3{font-size:1.5rem;color:#212529;margin:0 0 12px;font-weight:600}
.process-step-item p{font-size:1.05rem;color:#495057;margin:0;line-height:1.7}
.comparison-insights-section{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:90px 20px}
.comparison-insights-container{max-width:1400px;margin:0 auto}
.comparison-insights-container h2{font-size:2.6rem;color:#212529;text-align:center;margin-bottom:20px;font-weight:700}
.comparison-subtitle{font-size:1.15rem;color:#495057;text-align:center;max-width:800px;margin:0 auto 60px;line-height:1.7}
.comparison-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.comparison-image-side img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #0000001f}
.comparison-table-side{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #00000014}
.comparison-matrix{width:100%;border-collapse:separate;border-spacing:0}
.comparison-matrix thead tr{background:linear-gradient(135deg,#8E9A65 0%,#7a8554 100%)}
.comparison-matrix th{color:#fff;font-size:1.1rem;font-weight:600;padding:18px 20px;text-align:left;border:none}
.comparison-matrix th:first-child{border-radius:8px 0 0 0}
.comparison-matrix th:last-child{border-radius:0 8px 0 0}
.comparison-matrix tbody tr{border-bottom:1px solid #e9ecef}
.comparison-matrix tbody tr:last-child{border-bottom:none}
.comparison-matrix td{padding:18px 20px;font-size:1rem;color:#343a40;vertical-align:middle}
.comparison-matrix td:first-child{font-weight:600;color:#212529}
.check-indicator{color:#8E9A65;font-size:1.3rem;font-weight:700}
.cross-indicator{color:#C0C0B0;font-size:1.3rem;font-weight:700}
.table-note{margin-top:24px;font-size:.95rem;color:#6c757d;font-style:italic;line-height:1.6}
@media (max-width: 992px) {
.reviews-hero-content h1{font-size:2.4rem}
.dual-split-container{grid-template-columns:1fr}
.split-panel-left::after{display:none}
.split-panel-left,.split-panel-right{padding:60px 40px}
.testimonial-grid{grid-template-columns:1fr;gap:30px}
.process-visual-grid{grid-template-columns:1fr;gap:40px}
.process-image-wrapper img{height:350px}
.comparison-layout{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.reviews-hero-wrapper{padding:60px 20px 40px}
.reviews-hero-content h1{font-size:2rem}
.reviews-hero-content .subtitle-text{font-size:1.1rem}
.split-panel-left h2,.split-panel-right h2{font-size:1.9rem}
.split-panel-left,.split-panel-right{padding:50px 30px}
.testimonial-profiles-section,.visual-process-section,.comparison-insights-section{padding:60px 20px}
.testimonial-profiles-container h2,.visual-process-header h2,.comparison-insights-container h2{font-size:2rem}
.testimonial-card{padding:30px 24px}
.process-image-wrapper img{height:280px}
.comparison-image-side img{height:350px}
.comparison-table-side{padding:30px 24px}
.comparison-matrix th,.comparison-matrix td{padding:14px 16px;font-size:.95rem}
}
.index-hero-wrap{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.index-hero-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./brand_assets/BohGCM08mg.jpg);background-size:cover;background-position:center;filter:brightness(0.4);z-index:1}
.index-hero-content{position:relative;z-index:2;max-width:880px;padding:40px;text-align:center;color:#fff}
.index-hero-content h1{font-size:3.8rem;font-weight:700;margin-bottom:28px;line-height:1.2;letter-spacing:-.02em}
.index-hero-content p{font-size:1.35rem;line-height:1.7;margin-bottom:38px;color:#f5f6fa}
.index-hero-btn{display:inline-block;padding:16px 42px;background:#8E9A65;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.1rem;transition:all .3s ease;position:relative;z-index:10}
.index-hero-btn:hover{background:#7a8556;transform:translateY(-2px);box-shadow:0 8px 20px #8e9a654d}
.methodology-split-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:110px 0}
.methodology-container{max-width:1200px;margin:0 auto;padding:0 30px}
.methodology-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:500px}
.methodology-left{background:#8E9A65;padding:60px;display:flex;flex-direction:column;justify-content:center;color:#fff}
.methodology-left h2{font-size:2.6rem;font-weight:700;margin-bottom:24px;line-height:1.25}
.methodology-left p{font-size:1.1rem;line-height:1.8;margin-bottom:20px;color:#f5f6fa}
.methodology-right{background:#D0D2C9;padding:60px;display:flex;flex-direction:column;justify-content:center;color:#212529}
.methodology-right h3{font-size:2.2rem;font-weight:600;margin-bottom:28px;color:#343a40}
.methodology-list-item{margin-bottom:18px;padding-left:32px;position:relative;font-size:1.05rem;line-height:1.7}
.methodology-list-item::before{content:'→';position:absolute;left:0;color:#8E9A65;font-weight:700;font-size:1.3rem}
.approach-diagonal-section{background:#fff;padding:95px 0;position:relative;overflow:hidden}
.approach-diagonal-section::before{content:'';position:absolute;top:-50px;left:-5%;width:110%;height:200px;background:linear-gradient(165deg,#C0C0B0 0%,#D0D2C9 100%);transform:rotate(-2deg);z-index:0}
.approach-content-wrap{max-width:1100px;margin:0 auto;padding:0 30px;position:relative;z-index:1}
.approach-header{text-align:center;margin-bottom:65px}
.approach-header h2{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:18px}
.approach-header p{font-size:1.2rem;color:#495057;line-height:1.7}
.approach-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.approach-card-item{background:#fafbfc;padding:40px 32px;border-left:4px solid #8E9A65;transition:all .3s ease}
.approach-card-item:hover{transform:translateX(8px);box-shadow:0 6px 18px #00000014;background:#fff}
.approach-card-item h3{font-size:1.5rem;font-weight:600;color:#343a40;margin-bottom:16px}
.approach-card-item p{font-size:1.05rem;color:#495057;line-height:1.75}
.journey-asymmetric-section{background:linear-gradient(to bottom,#f5f6fa 0%,#fff 100%);padding:100px 0}
.journey-outer-container{max-width:1150px;margin:0 auto;padding:0 30px}
.journey-flex-wrap{display:flex;gap:50px;align-items:center}
.journey-image-side{flex:0 0 45%}
.journey-image-side img{width:100%;height:auto;border-radius:8px;box-shadow:0 12px 30px #0000001f}
.journey-text-side{flex:1}
.journey-text-side h2{font-size:2.7rem;font-weight:700;color:#212529;margin-bottom:26px;line-height:1.3}
.journey-text-side p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:20px}
.journey-highlight-box{background:#D0D2C9;padding:28px;border-radius:6px;margin-top:32px}
.journey-highlight-box p{font-size:1.05rem;color:#343a40;line-height:1.7;margin:0}
.data-table-section{background:#fff;padding:105px 0}
.data-table-container{max-width:1100px;margin:0 auto;padding:0 30px}
.data-table-intro{text-align:center;margin-bottom:60px}
.data-table-intro h2{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:20px}
.data-table-intro p{font-size:1.15rem;color:#495057;line-height:1.7}
.comparison-table-wrap{overflow-x:auto;box-shadow:0 4px 20px #00000014;border-radius:8px}
.comparison-main-table{width:100%;border-collapse:collapse;background:#fafbfc}
.comparison-main-table thead{background:#8E9A65;color:#fff}
.comparison-main-table th{padding:22px 20px;text-align:left;font-size:1.1rem;font-weight:600;border-bottom:3px solid #7a8556}
.comparison-main-table td{padding:20px;border-bottom:1px solid #D0D2C9;color:#343a40;font-size:1.05rem}
.comparison-main-table tbody tr:hover{background:#f5f6fa}
.comparison-main-table tbody tr:nth-child(even){background:#fff}
.check-symbol{color:#8E9A65;font-weight:700;font-size:1.3rem}
.cross-symbol{color:#495057;font-weight:400;font-size:1.1rem}
.expertise-reversed-section{background:linear-gradient(to right,#f8f9fa 0%,#fafbfc 100%);padding:95px 0}
.expertise-container-main{max-width:1150px;margin:0 auto;padding:0 30px}
.expertise-reversed-flex{display:flex;gap:55px;align-items:center;flex-direction:row-reverse}
.expertise-image-block{flex:0 0 48%}
.expertise-image-block img{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 28px #0000001a}
.expertise-content-block{flex:1}
.expertise-content-block h2{font-size:2.6rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.3}
.expertise-content-block p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:18px}
.expertise-stat-row{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:40px}
.expertise-stat-box{background:#fff;padding:30px;border-radius:6px;box-shadow:0 4px 12px #0000000f;text-align:center;transition:transform .3s ease}
.expertise-stat-box:hover{transform:translateY(-5px)}
.expertise-stat-number{font-size:2.8rem;font-weight:700;color:#8E9A65;display:block;margin-bottom:8px}
.expertise-stat-label{font-size:1.05rem;color:#495057;font-weight:500}
.testimonial-cards-section{background:#fff;padding:100px 0}
.testimonial-main-container{max-width:1100px;margin:0 auto;padding:0 30px}
.testimonial-section-header{text-align:center;margin-bottom:60px}
.testimonial-section-header h2{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:18px}
.testimonial-section-header p{font-size:1.15rem;color:#495057;line-height:1.7}
.testimonial-cards-flex{display:flex;gap:40px;flex-wrap:wrap;justify-content:center}
.testimonial-single-card{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:45px 35px;border-radius:8px;box-shadow:0 6px 20px #00000014;flex:0 0 calc(50% - 20px);min-width:280px;transition:all .3s ease}
.testimonial-single-card:hover{box-shadow:0 10px 30px #8e9a6526;transform:translateY(-6px)}
.testimonial-profile-row{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.testimonial-avatar-img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #8E9A65}
.testimonial-name-role h4{font-size:1.3rem;font-weight:600;color:#212529;margin-bottom:4px}
.testimonial-name-role p{font-size:.95rem;color:#495057}
.testimonial-quote-text{font-size:1.05rem;color:#343a40;line-height:1.8;font-style:italic}
.cta-final-section{background:linear-gradient(135deg,#8E9A65 0%,#7a8556 100%);padding:90px 0;text-align:center;color:#fff}
.cta-final-container{max-width:850px;margin:0 auto;padding:0 30px}
.cta-final-container h2{font-size:3rem;font-weight:700;margin-bottom:24px;line-height:1.3}
.cta-final-container p{font-size:1.25rem;line-height:1.75;margin-bottom:38px;color:#f5f6fa}
.cta-button-primary{display:inline-block;padding:18px 48px;background:#fff;color:#8E9A65;text-decoration:none;border-radius:6px;font-weight:700;font-size:1.15rem;transition:all .3s ease;position:relative;z-index:10}
.cta-button-primary:hover{background:#f5f6fa;transform:translateY(-3px);box-shadow:0 8px 24px #00000026}
@media (max-width: 992px) {
.index-hero-content h1{font-size:2.8rem}
.methodology-grid{grid-template-columns:1fr}
.methodology-left,.methodology-right{padding:45px}
.journey-flex-wrap,.expertise-reversed-flex{flex-direction:column;gap:40px}
.journey-image-side,.expertise-image-block{flex:1;width:100%}
.expertise-stat-row{grid-template-columns:1fr}
.testimonial-single-card{flex:0 0 100%}
}
@media (max-width: 768px) {
.index-hero-content h1{font-size:2.2rem}
.index-hero-content p{font-size:1.1rem}
.methodology-split-section,.approach-diagonal-section,.journey-asymmetric-section,.data-table-section,.expertise-reversed-section,.testimonial-cards-section,.cta-final-section{padding:70px 0}
.methodology-left h2,.methodology-right h3,.approach-header h2,.journey-text-side h2,.data-table-intro h2,.expertise-content-block h2,.testimonial-section-header h2,.cta-final-container h2{font-size:2rem}
.approach-cards-grid{grid-template-columns:1fr}
.comparison-main-table th,.comparison-main-table td{padding:14px;font-size:.95rem}
.expertise-stat-number{font-size:2.2rem}
}
@media (max-width: 576px) {
.index-hero-wrap{min-height:500px}
.index-hero-content{padding:25px}
.index-hero-content h1{font-size:1.8rem}
.methodology-left,.methodology-right{padding:30px}
.approach-card-item{padding:30px 24px}
.journey-highlight-box{padding:20px}
.testimonial-profile-row{flex-direction:column;text-align:center}
.cta-final-container h2{font-size:1.8rem}
}
.contact-hero-wrap{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8e9a6514 0%,transparent 70%);border-radius:50%;pointer-events:none}
.contact-hero-content{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.2}
.contact-hero-content .lead-text{font-size:1.15rem;color:#495057;line-height:1.7;margin:0 auto 15px;max-width:700px}
.contact-hero-content .sub-note{font-size:.95rem;color:#6c757d;font-style:italic}
.contact-main-grid{background:#fff;padding:70px 20px}
.contact-main-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.contact-info-panel{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:40px 35px;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000a;position:sticky;top:20px}
.contact-info-panel h2{font-size:1.6rem;font-weight:700;color:#212529;margin:0 0 25px;padding-bottom:20px;border-bottom:2px solid #8E9A65}
.info-item-block{margin:0 0 30px;padding:20px;background:#fff;border-radius:8px;border-left:4px solid #C0C0B0;transition:all .3s ease}
.info-item-block:hover{border-left-color:#8E9A65;box-shadow:0 3px 12px #8e9a651f}
.info-item-block:last-child{margin-bottom:0}
.info-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#8E9A65;margin:0 0 10px}
.info-value{font-size:1.05rem;color:#343a40;line-height:1.6;margin:0}
.info-value a{color:#495057;text-decoration:none;transition:color .2s ease}
.info-value a:hover{color:#8E9A65}
.contact-form-section{background:#fff;padding:40px;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 4px 16px #0000000f}
.contact-form-section h2{font-size:1.8rem;font-weight:700;color:#212529;margin:0 0 15px}
.form-intro-text{font-size:1rem;color:#6c757d;line-height:1.6;margin:0 0 35px}
.contact-form-section form{display:flex;flex-direction:column;gap:25px}
.form-field-group{display:flex;flex-direction:column}
.form-field-group label{font-size:.95rem;font-weight:600;color:#343a40;margin:0 0 8px}
.form-field-group input,.form-field-group textarea,.form-field-group select{padding:14px 16px;font-size:1rem;color:#212529;background:#f8f9fa;border:2px solid #D0D2C9;border-radius:8px;transition:all .3s ease;font-family:inherit}
.form-field-group input:focus,.form-field-group textarea:focus,.form-field-group select:focus{outline:none;border-color:#8E9A65;background:#fff;box-shadow:0 0 0 4px #8e9a6514}
.form-field-group textarea{min-height:160px;resize:vertical}
.form-row-split{display:grid;grid-template-columns:1fr 1fr;gap:25px}
.privacy-consent-wrap{display:flex;align-items:start;gap:12px;padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}
.privacy-consent-wrap input[type="checkbox"]{margin-top:3px;width:20px;height:20px;cursor:pointer;flex-shrink:0;accent-color:#8E9A65}
.privacy-consent-wrap label{font-size:.92rem;color:#495057;line-height:1.6;margin:0;cursor:pointer}
.privacy-consent-wrap label a{color:#8E9A65;text-decoration:underline;transition:color .2s ease}
.privacy-consent-wrap label a:hover{color:#6d7a4d}
.submit-btn-wrap{display:flex;justify-content:flex-start}
.submit-btn-primary{padding:16px 50px;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#8E9A65 0%,#6d7a4d 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #8e9a6540;position:relative;z-index:10}
.submit-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #8e9a6559;background:linear-gradient(135deg,#6d7a4d 0%,#8E9A65 100%)}
.submit-btn-primary:active{transform:translateY(0)}
.visual-showcase-area{background:linear-gradient(to bottom,#fff 0%,#fafbfc 100%);padding:70px 20px}
.showcase-content-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.showcase-text-block h2{font-size:2rem;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.3}
.showcase-text-block p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 20px}
.showcase-text-block p:last-of-type{margin-bottom:0}
.showcase-highlight-box{background:#f8f9fa;padding:25px;border-radius:8px;border-left:4px solid #8E9A65;margin-top:30px}
.showcase-highlight-box p{font-size:.98rem;color:#343a40;margin:0;line-height:1.6;font-style:italic}
.showcase-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.showcase-image-container img{width:100%;height:auto;display:block;object-fit:cover}
.showcase-image-container::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8e9a651a 0%,transparent 60%);pointer-events:none}
@media (max-width: 968px) {
.contact-hero-content h1{font-size:2.2rem}
.contact-main-container{grid-template-columns:1fr;gap:40px}
.contact-info-panel{position:static}
.form-row-split{grid-template-columns:1fr;gap:20px}
.showcase-content-wrap{grid-template-columns:1fr;gap:40px}
.showcase-content-wrap .showcase-image-container{order:-1}
}
@media (max-width: 640px) {
.contact-hero-wrap{padding:50px 20px 40px}
.contact-hero-content h1{font-size:1.8rem}
.contact-hero-content .lead-text{font-size:1rem}
.contact-main-grid{padding:50px 20px}
.contact-form-section{padding:30px 20px}
.contact-form-section h2{font-size:1.5rem}
.visual-showcase-area{padding:50px 20px}
.showcase-text-block h2{font-size:1.6rem}
.submit-btn-primary{width:100%;padding:14px 30px}
}
.about-main-wrapper{background:#fff;min-height:100vh}
.about-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.about-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8e9a6514 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.about-hero-title{font-size:3.2rem;color:#212529;font-weight:700;margin-bottom:24px;line-height:1.2}
.about-hero-subtitle{font-size:1.3rem;color:#495057;line-height:1.7;max-width:700px;margin-bottom:16px}
.about-founding-year{display:inline-block;background:#8E9A65;color:#fff;padding:8px 20px;border-radius:6px;font-size:.95rem;font-weight:600;margin-top:12px}
.about-story-section{background:#fff;padding:90px 20px}
.about-story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.about-story-text{padding-right:20px}
.about-story-heading{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:28px;line-height:1.3}
.about-story-paragraph{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.about-story-highlight{background:#f8f9fa;border-left:4px solid #8E9A65;padding:24px;margin-top:32px;border-radius:0 8px 8px 0}
.about-story-highlight p{font-size:1.1rem;color:#343a40;line-height:1.7;margin:0;font-style:italic}
.about-story-images{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.about-story-image-large{grid-column:1 / -1;width:100%;height:320px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #00000014}
.about-story-image-small{width:100%;height:240px;object-fit:cover;border-radius:12px;box-shadow:0 6px 18px #00000012}
.about-approach-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:90px 20px;position:relative}
.about-approach-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#D0D2C9 50%,transparent 100%)}
.about-approach-container{max-width:1200px;margin:0 auto}
.about-approach-header{text-align:center;margin-bottom:60px}
.about-approach-title{font-size:2.6rem;color:#212529;font-weight:700;margin-bottom:18px}
.about-approach-intro{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.about-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.about-approach-card{background:#fff;padding:36px 28px;border-radius:12px;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #8E9A65}
.about-approach-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #0000001f}
.about-approach-card-number{display:inline-block;width:48px;height:48px;background:linear-gradient(135deg,#8E9A65 0%,#C0C0B0 100%);color:#fff;border-radius:50%;font-size:1.3rem;font-weight:700;line-height:48px;text-align:center;margin-bottom:20px}
.about-approach-card-title{font-size:1.4rem;color:#212529;font-weight:700;margin-bottom:14px}
.about-approach-card-text{font-size:1rem;color:#495057;line-height:1.7}
.about-team-section{background:#fff;padding:90px 20px}
.about-team-container{max-width:1200px;margin:0 auto}
.about-team-header{margin-bottom:56px}
.about-team-title{font-size:2.6rem;color:#212529;font-weight:700;margin-bottom:20px}
.about-team-description{font-size:1.1rem;color:#495057;line-height:1.8;max-width:800px}
.about-team-members{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;margin-top:48px}
.about-team-member{display:flex;gap:28px;background:#f8f9fa;padding:32px;border-radius:12px;transition:background .3s ease}
.about-team-member:hover{background:#f5f6fa}
.about-team-photo{width:140px;height:140px;object-fit:cover;border-radius:50%;border:4px solid #8E9A65;flex-shrink:0}
.about-team-info{flex:1}
.about-team-name{font-size:1.5rem;color:#212529;font-weight:700;margin-bottom:6px}
.about-team-role{font-size:1.05rem;color:#8E9A65;font-weight:600;margin-bottom:16px}
.about-team-bio{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:14px}
.about-team-specialty{font-size:.92rem;color:#343a40;background:#fff;padding:10px 14px;border-radius:6px;display:inline-block;margin-top:8px}
@media (max-width: 992px) {
.about-hero-title{font-size:2.6rem}
.about-story-container{grid-template-columns:1fr;gap:40px}
.about-approach-grid{grid-template-columns:1fr;gap:28px}
.about-team-members{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.about-hero-section{padding:60px 20px 40px}
.about-hero-title{font-size:2.2rem}
.about-hero-subtitle{font-size:1.1rem}
.about-story-section,.about-approach-section,.about-team-section{padding:60px 20px}
.about-story-heading,.about-approach-title,.about-team-title{font-size:2rem}
.about-story-images{grid-template-columns:1fr}
.about-story-image-large,.about-story-image-small{height:260px}
.about-team-member{flex-direction:column;align-items:center;text-align:center}
.about-team-photo{width:120px;height:120px}
}
.learning-hub-wrapper{background:#fff;min-height:100vh}
.program-intro-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.program-intro-section::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#8e9a6514 0%,transparent 70%);border-radius:50%}
.program-intro-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.intro-text-block h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.intro-text-block p{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:15px}
.intro-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.intro-image-container img{width:100%;height:400px;object-fit:cover;display:block}
.curriculum-structure-section{background:#fff;padding:70px 20px;position:relative}
.curriculum-structure-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#8E9A65 0%,#C0C0B0 50%,#D0D2C9 100%)}
.curriculum-container{max-width:1200px;margin:0 auto}
.curriculum-header{text-align:center;margin-bottom:50px}
.curriculum-header h2{font-size:2.4rem;color:#212529;margin-bottom:15px;font-weight:700}
.curriculum-header p{font-size:1.05rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.curriculum-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}
.curriculum-module{background:#f8f9fa;border-radius:8px;padding:30px 25px;border-left:4px solid #8E9A65;transition:all .3s ease}
.curriculum-module:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000014;border-left-color:#C0C0B0}
.module-number{display:inline-block;background:#8E9A65;color:#fff;width:36px;height:36px;border-radius:50%;text-align:center;line-height:36px;font-weight:700;margin-bottom:15px;font-size:.95rem}
.curriculum-module h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.curriculum-module p{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:15px}
.module-topics{list-style:none;padding:0;margin:0}
.module-topics li{font-size:.9rem;color:#343a40;padding:6px 0;padding-left:20px;position:relative}
.module-topics li::before{content:'→';position:absolute;left:0;color:#8E9A65;font-weight:700}
.learning-approach-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:70px 20px;clip-path:polygon(0 5%,100% 0,100% 100%,0 95%);margin-top:-50px;padding-top:120px}
.approach-wrapper{max-width:1150px;margin:0 auto}
.approach-intro{text-align:center;margin-bottom:60px}
.approach-intro h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.approach-intro p{font-size:1.05rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.approach-features{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.feature-card{background:#fff;border-radius:10px;padding:35px 30px;box-shadow:0 4px 16px #0000000f;position:relative;overflow:hidden}
.feature-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#8E9A65 0%,#C0C0B0 100%)}
.feature-card h3{font-size:1.4rem;color:#212529;margin-bottom:15px;font-weight:600}
.feature-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:20px}
.feature-highlights{display:flex;flex-wrap:wrap;gap:10px}
.highlight-tag{background:#f8f9fa;color:#343a40;padding:8px 16px;border-radius:20px;font-size:.85rem;border:1px solid #e9ecef;font-weight:500}
.instructor-showcase-section{background:#fff;padding:70px 20px}
.instructor-content-wrapper{max-width:1100px;margin:0 auto}
.instructor-header{margin-bottom:50px}
.instructor-header h2{font-size:2.4rem;color:#212529;margin-bottom:15px;font-weight:700}
.instructor-header p{font-size:1.05rem;color:#495057;line-height:1.7;max-width:800px}
.instructor-profiles{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.instructor-card{background:#f8f9fa;border-radius:8px;overflow:hidden;transition:all .3s ease}
.instructor-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-3px)}
.instructor-photo{width:100%;height:280px;object-fit:cover}
.instructor-info{padding:25px 20px}
.instructor-info h3{font-size:1.3rem;color:#212529;margin-bottom:8px;font-weight:600}
.instructor-role{color:#8E9A65;font-size:.9rem;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.instructor-info p{font-size:.95rem;color:#495057;line-height:1.6}
.enrollment-details-section{background:linear-gradient(135deg,#8E9A65 0%,#C0C0B0 100%);padding:80px 20px;position:relative}
.enrollment-details-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><rect width="2" height="2" fill="#ffffff1a"/></svg>');background-size:60px 60px;opacity:.3}
.enrollment-content{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.enrollment-main-info{background:#fff;border-radius:12px;padding:45px 40px;box-shadow:0 10px 30px #00000026;margin-bottom:30px}
.enrollment-main-info h2{font-size:2.2rem;color:#212529;margin-bottom:25px;font-weight:700}
.enrollment-timeline{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:35px}
.timeline-item{background:#f8f9fa;padding:25px;border-radius:8px;border-left:4px solid #8E9A65}
.timeline-item h3{font-size:1.1rem;color:#212529;margin-bottom:10px;font-weight:600}
.timeline-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.enrollment-actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap}
.primary-cta{background:#8E9A65;color:#fff;padding:16px 38px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #8e9a654d}
.primary-cta:hover{background:#7a8556;transform:translateY(-2px);box-shadow:0 6px 16px #8e9a6566;color:#fff}
.secondary-cta{background:transparent;color:#212529;padding:16px 38px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1.05rem;border:2px solid #212529;transition:all .3s ease;display:inline-block}
.secondary-cta:hover{background:#212529;color:#fff;transform:translateY(-2px)}
.enrollment-note{background:#fffffff2;border-radius:8px;padding:25px 30px;margin-top:30px}
.enrollment-note p{font-size:.95rem;color:#343a40;line-height:1.7;margin-bottom:12px}
.enrollment-note p:last-child{margin-bottom:0}
.info-link{color:#212529;text-decoration:underline;font-weight:600;transition:color .3s ease}
.info-link:hover{color:#8E9A65}
@media (max-width: 968px) {
.program-intro-content{grid-template-columns:1fr;gap:35px}
.intro-text-block h1{font-size:2.2rem}
.curriculum-grid{grid-template-columns:repeat(2,1fr);gap:25px}
.approach-features{grid-template-columns:1fr;gap:30px}
.instructor-profiles{grid-template-columns:repeat(2,1fr);gap:30px}
.enrollment-timeline{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 640px) {
.program-intro-section{padding:50px 15px 40px}
.intro-text-block h1{font-size:1.8rem}
.intro-text-block p{font-size:1rem}
.intro-image-container img{height:280px}
.curriculum-grid{grid-template-columns:1fr;gap:20px}
.curriculum-header h2{font-size:1.9rem}
.approach-intro h2{font-size:1.9rem}
.instructor-profiles{grid-template-columns:1fr;gap:25px}
.enrollment-main-info{padding:30px 25px}
.enrollment-main-info h2{font-size:1.8rem}
.enrollment-actions{flex-direction:column;width:100%}
.primary-cta,.secondary-cta{width:100%;text-align:center}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fff;border-radius:8px;padding:50px 60px;box-shadow:0 2px 12px #8e9a6514}
.cookie-policy-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #D0D2C9}
.cookie-policy-header h1{font-size:2.8rem;color:#212529;margin-bottom:15px;font-weight:700;letter-spacing:-.5px}
.cookie-policy-date{font-size:.95rem;color:#6c757d;font-style:italic}
.policy-intro-block{background:linear-gradient(to right,#f5f6fa 0%,#fafbfc 100%);padding:35px 40px;border-left:4px solid #8E9A65;margin-bottom:45px;border-radius:4px}
.policy-intro-block p{font-size:1.05rem;line-height:1.7;color:#343a40;margin:0}
.policy-section-wrapper{margin-bottom:45px}
.policy-section-title{font-size:1.9rem;color:#212529;margin-bottom:20px;font-weight:600;position:relative;padding-left:18px}
.policy-section-title::before{content:'';position:absolute;left:0;top:8px;width:5px;height:28px;background:#8E9A65;border-radius:3px}
.policy-text-content p{font-size:1.02rem;line-height:1.75;color:#495057;margin-bottom:18px}
.policy-text-content p:last-child{margin-bottom:0}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:35px 0}
.cookie-type-card{background:#fff;border:1.5px solid #D0D2C9;border-radius:6px;padding:30px 25px;transition:all .3s ease}
.cookie-type-card:hover{border-color:#8E9A65;box-shadow:0 4px 15px #8e9a651f;transform:translateY(-2px)}
.cookie-card-header{font-size:1.35rem;color:#212529;font-weight:600;margin-bottom:12px;display:flex;align-items:center}
.cookie-card-icon{width:32px;height:32px;background:#8E9A65;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:12px;font-size:1.1rem;color:#fff;font-weight:700}
.cookie-card-description{font-size:.98rem;line-height:1.65;color:#495057;margin-bottom:15px}
.cookie-examples-list{list-style:none;padding:0;margin:0}
.cookie-examples-list li{font-size:.92rem;color:#6c757d;padding-left:22px;margin-bottom:8px;position:relative}
.cookie-examples-list li::before{content:'→';position:absolute;left:0;color:#8E9A65;font-weight:600}
.browser-controls-section{background:linear-gradient(120deg,#f8f9fa 0%,#D0D2C9 100%);padding:40px;border-radius:8px;margin:40px 0}
.browser-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;margin-top:25px}
.browser-item{background:#fff;padding:20px;border-radius:5px;text-align:center;transition:transform .2s ease}
.browser-item:hover{transform:scale(1.04)}
.browser-name{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:8px}
.browser-link{font-size:.9rem;color:#8E9A65;text-decoration:none;font-weight:500}
.browser-link:hover{text-decoration:underline}
.data-usage-highlights{display:flex;flex-wrap:wrap;gap:18px;margin:30px 0}
.usage-highlight-item{flex:1 1 calc(50% - 18px);min-width:260px;background:#f5f6fa;padding:25px;border-radius:6px;border-left:3px solid #C0C0B0}
.usage-highlight-title{font-size:1.15rem;color:#212529;font-weight:600;margin-bottom:10px}
.usage-highlight-text{font-size:.96rem;line-height:1.6;color:#495057;margin:0}
.retention-info-box{background:#fff;border:2px solid #8E9A65;border-radius:8px;padding:35px 40px;margin:35px 0}
.retention-info-box h3{font-size:1.5rem;color:#212529;margin-bottom:18px;font-weight:600}
.retention-info-box p{font-size:1rem;line-height:1.7;color:#495057;margin-bottom:15px}
.control-options-list{list-style:none;padding:0;margin:25px 0}
.control-options-list li{font-size:1.02rem;color:#343a40;padding:15px 20px;margin-bottom:12px;background:#fafbfc;border-left:4px solid #8E9A65;border-radius:4px;line-height:1.65}
.contact-policy-block{text-align:center;margin-top:50px;padding-top:40px;border-top:1px solid #D0D2C9}
.contact-policy-block h3{font-size:1.6rem;color:#212529;margin-bottom:15px;font-weight:600}
.contact-policy-block p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:20px}
.contact-info-group{display:flex;flex-direction:column;gap:10px;align-items:center}
.contact-info-item{font-size:.98rem;color:#343a40}
.contact-link{color:#8E9A65;text-decoration:none;font-weight:500}
.contact-link:hover{text-decoration:underline}
@media (max-width: 768px) {
.cookie-policy-container{padding:35px 25px}
.cookie-policy-header h1{font-size:2.2rem}
.policy-intro-block{padding:25px 20px}
.policy-section-title{font-size:1.6rem}
.cookie-types-grid{grid-template-columns:1fr}
.browser-controls-section{padding:25px 20px}
.browser-grid{grid-template-columns:1fr}
.usage-highlight-item{flex:1 1 100%}
.retention-info-box{padding:25px 20px}
}
@media (max-width: 480px) {
.cookie-policy-wrapper{padding:30px 15px}
.cookie-policy-container{padding:25px 18px}
.cookie-policy-header h1{font-size:1.9rem}
.policy-section-title{font-size:1.4rem}
.cookie-type-card{padding:20px 18px}
}
.privacy-policy-container{max-width:820px;margin:0 auto;padding:60px 20px 80px;background:#fff}
.privacy-policy-container .policy-header{margin-bottom:50px;padding-bottom:35px;border-bottom:2px solid #D0D2C9}
.privacy-policy-container .policy-title{font-size:2.6rem;color:#212529;margin-bottom:18px;font-weight:700;line-height:1.2}
.privacy-policy-container .policy-meta{font-size:.95rem;color:#6c757d;margin-bottom:25px}
.privacy-policy-container .policy-intro{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:0}
.privacy-policy-container .policy-section{margin-bottom:45px}
.privacy-policy-container .section-heading{font-size:1.75rem;color:#343a40;margin-bottom:20px;font-weight:600;padding-left:15px;border-left:4px solid #8E9A65}
.privacy-policy-container .subsection-heading{font-size:1.3rem;color:#495057;margin:30px 0 15px;font-weight:600}
.privacy-policy-container .policy-text{font-size:1rem;color:#495057;line-height:1.8;margin-bottom:18px}
.privacy-policy-container .policy-list{margin:20px 0;padding-left:25px}
.privacy-policy-container .policy-list li{font-size:1rem;color:#495057;line-height:1.8;margin-bottom:12px;position:relative}
.privacy-policy-container .policy-list li::marker{color:#8E9A65}
.privacy-policy-container .info-box{background:#fafbfc;border-left:4px solid #8E9A65;padding:25px;margin:30px 0;border-radius:4px}
.privacy-policy-container .info-box-title{font-size:1.1rem;color:#343a40;font-weight:600;margin-bottom:12px}
.privacy-policy-container .info-box-text{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:0}
.privacy-policy-container .data-table{width:100%;margin:25px 0;border-collapse:collapse;background:#fff}
.privacy-policy-container .data-table th{background:#f8f9fa;color:#343a40;font-weight:600;padding:15px;text-align:left;border:1px solid #D0D2C9;font-size:.95rem}
.privacy-policy-container .data-table td{padding:15px;border:1px solid #D0D2C9;color:#495057;font-size:.95rem;line-height:1.6}
.privacy-policy-container .data-table tr:nth-child(even){background:#fafbfc}
.privacy-policy-container .contact-block{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:35px;margin:40px 0;border-radius:6px;border:1px solid #D0D2C9}
.privacy-policy-container .contact-block-title{font-size:1.4rem;color:#343a40;margin-bottom:20px;font-weight:600}
.privacy-policy-container .contact-details{font-size:1rem;color:#495057;line-height:1.9}
.privacy-policy-container .contact-details strong{color:#343a40;font-weight:600}
.privacy-policy-container .contact-link{color:#8E9A65;text-decoration:none;border-bottom:1px solid transparent;transition:border-bottom .3s ease}
.privacy-policy-container .contact-link:hover{border-bottom:1px solid #8E9A65}
.privacy-policy-container .emphasis-text{color:#343a40;font-weight:600}
@media (max-width: 768px) {
.privacy-policy-container{padding:40px 18px 60px}
.privacy-policy-container .policy-title{font-size:2rem}
.privacy-policy-container .section-heading{font-size:1.45rem;padding-left:12px}
.privacy-policy-container .subsection-heading{font-size:1.15rem}
.privacy-policy-container .data-table{font-size:.88rem}
.privacy-policy-container .data-table th,.privacy-policy-container .data-table td{padding:12px 10px}
.privacy-policy-container .info-box{padding:20px}
.privacy-policy-container .contact-block{padding:25px 20px}
}
@media (max-width: 480px) {
.privacy-policy-container .policy-title{font-size:1.75rem}
.privacy-policy-container .section-heading{font-size:1.3rem}
.privacy-policy-container .data-table{display:block;overflow-x:auto}
}
.success-hero-wrapper{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.success-hero-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#8e9a650d 0%,transparent 70%);animation:pulse-glow 4s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.1);opacity:.5}
}
.success-hero-wrapper .success-inner-content{max-width:680px;margin:0 auto;position:relative;z-index:2}
.success-checkmark-circle{width:120px;height:120px;margin:0 auto 30px;background:linear-gradient(135deg,#8E9A65 0%,#C0C0B0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #8e9a6540;animation:scale-in .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scale-in {
0%{transform:scale(0) rotate(-180deg);opacity:0}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.success-checkmark-circle svg{width:60px;height:60px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:draw-check .8s ease-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success-hero-wrapper h1{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2;animation:fade-up .8s ease-out .4s both}
@keyframes fade-up {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.success-hero-wrapper .success-subtitle{font-size:1.2rem;color:#495057;margin:0 0 35px;line-height:1.6;animation:fade-up .8s ease-out .6s both}
.success-confirmation-box{background:#fff;border:2px solid #D0D2C9;border-radius:12px;padding:35px;margin:40px 0;box-shadow:0 4px 16px #0000000f;animation:fade-up .8s ease-out .8s both}
.success-confirmation-box h2{font-size:1.5rem;color:#343a40;margin:0 0 18px;font-weight:600}
.success-confirmation-box p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 15px}
.success-confirmation-box p:last-child{margin-bottom:0}
.success-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;max-width:1100px;margin:60px auto;padding:0 20px}
.success-detail-card{background:#fff;border-left:4px solid #8E9A65;padding:32px 28px;border-radius:8px;box-shadow:0 2px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}
.success-detail-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #8e9a6526}
.success-detail-card h3{font-size:1.3rem;color:#212529;margin:0 0 14px;font-weight:600;display:flex;align-items:center;gap:10px}
.success-detail-card h3::before{content:'';width:8px;height:8px;background:#8E9A65;border-radius:50%;flex-shrink:0}
.success-detail-card p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.success-action-section{background:linear-gradient(to right,#f5f6fa 0%,#fafbfc 100%);padding:50px 20px;text-align:center;margin:60px 0 0}
.success-action-section h2{font-size:1.9rem;color:#212529;margin:0 0 28px;font-weight:600}
.success-button-group{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:30px}
.success-btn-primary{background:linear-gradient(135deg,#8E9A65 0%,#C0C0B0 100%);color:#fff;padding:16px 38px;border-radius:8px;text-decoration:none;font-size:1.05rem;font-weight:600;display:inline-block;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #8e9a6540;border:none;cursor:pointer}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8e9a6559}
.success-btn-secondary{background:#fff;color:#8E9A65;padding:16px 38px;border-radius:8px;text-decoration:none;font-size:1.05rem;font-weight:600;display:inline-block;transition:background .2s ease,transform .2s ease;border:2px solid #8E9A65;cursor:pointer}
.success-btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px)}
.success-contact-info{background:#fff;border-radius:10px;padding:40px;max-width:800px;margin:50px auto 0;box-shadow:0 3px 15px #0000000f}
.success-contact-info h3{font-size:1.4rem;color:#212529;margin:0 0 22px;font-weight:600;text-align:center}
.success-contact-details{display:flex;flex-direction:column;gap:15px;margin-top:25px}
.success-contact-item{display:flex;align-items:center;gap:14px;padding:12px;background:#f8f9fa;border-radius:6px;transition:background .2s ease}
.success-contact-item:hover{background:#D0D2C9}
.success-contact-item strong{color:#343a40;min-width:90px;font-weight:600}
.success-contact-item a{color:#8E9A65;text-decoration:none;transition:color .2s ease}
.success-contact-item a:hover{color:#212529;text-decoration:underline}
.success-timeline-section{max-width:900px;margin:60px auto;padding:0 20px}
.success-timeline-section h2{font-size:1.8rem;color:#212529;margin:0 0 40px;font-weight:600;text-align:center}
.success-timeline-wrapper{position:relative;padding-left:60px}
.success-timeline-item{position:relative;padding-bottom:35px;margin-bottom:30px}
.success-timeline-item:last-child{padding-bottom:0;margin-bottom:0}
.success-timeline-marker{position:absolute;left:-42px;top:0;width:28px;height:28px;background:#8E9A65;border:4px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;z-index:2}
.success-timeline-item::before{content:'';position:absolute;left:-29px;top:28px;width:2px;height:calc(100% + 2px);background:#D0D2C9;z-index:1}
.success-timeline-item:last-child::before{display:none}
.success-timeline-content{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 10px #0000000d;border-left:3px solid #C0C0B0}
.success-timeline-content h3{font-size:1.2rem;color:#212529;margin:0 0 12px;font-weight:600}
.success-timeline-content p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
@media (max-width: 768px) {
.success-hero-wrapper{padding:60px 15px 40px}
.success-hero-wrapper h1{font-size:2rem}
.success-hero-wrapper .success-subtitle{font-size:1.05rem}
.success-checkmark-circle{width:90px;height:90px}
.success-checkmark-circle svg{width:45px;height:45px}
.success-confirmation-box{padding:25px 20px}
.success-detail-grid{grid-template-columns:1fr;gap:20px;margin:40px auto}
.success-action-section h2{font-size:1.5rem}
.success-button-group{flex-direction:column;align-items:stretch;gap:12px}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
.success-contact-info{padding:30px 20px}
.success-contact-item{flex-direction:column;align-items:flex-start;gap:8px}
.success-contact-item strong{min-width:auto}
.success-timeline-wrapper{padding-left:45px}
.success-timeline-marker{left:-37px;width:24px;height:24px}
.success-timeline-item::before{left:-27px;top:24px}
.success-timeline-content{padding:20px}
}
.error-404-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;display:flex;align-items:center;padding:2rem 1rem}
.error-404-wrapper .error-content-container{max-width:1100px;margin:0 auto;width:100%}
.error-404-wrapper .visual-error-block{text-align:center;margin-bottom:3.5rem;position:relative}
.error-404-wrapper .giant-404{font-size:clamp(6rem,15vw,12rem);font-weight:800;line-height:.9;color:#8E9A65;margin:0;letter-spacing:-.02em;position:relative;display:inline-block}
.error-404-wrapper .giant-404::before{content:'404';position:absolute;top:8px;left:8px;color:#D0D2C9;z-index:-1}
.error-404-wrapper .geometric-decoration{position:absolute;width:180px;height:180px;border:3px solid #C0C0B0;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%) rotate(15deg);z-index:-2;opacity:.3}
.error-404-wrapper .geometric-decoration::after{content:'';position:absolute;width:120px;height:120px;border:2px solid #8E9A65;top:30px;left:30px;transform:rotate(-30deg)}
.error-404-wrapper .message-section{background:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:2.5rem;border-left:6px solid #8E9A65}
.error-404-wrapper .main-heading{font-size:clamp(1.75rem,4vw,2.5rem);color:#212529;margin:0 0 1.25rem;font-weight:700;line-height:1.2}
.error-404-wrapper .description-text{font-size:1.125rem;color:#495057;line-height:1.7;margin:0 0 1.5rem}
.error-404-wrapper .description-text:last-of-type{margin-bottom:0}
.error-404-wrapper .actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}
.error-404-wrapper .action-card{background:#fff;padding:2rem;border-radius:10px;border:2px solid #D0D2C9;transition:all .3s ease;position:relative;overflow:hidden}
.error-404-wrapper .action-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#8E9A65 0%,#C0C0B0 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.error-404-wrapper .action-card:hover{border-color:#8E9A65;box-shadow:0 6px 24px #8e9a6526;transform:translateY(-3px)}
.error-404-wrapper .action-card:hover::before{transform:scaleX(1)}
.error-404-wrapper .card-icon{width:56px;height:56px;background:linear-gradient(135deg,#8E9A65 0%,#C0C0B0 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.75rem;color:#fff}
.error-404-wrapper .card-title{font-size:1.35rem;color:#212529;margin:0 0 .75rem;font-weight:600}
.error-404-wrapper .card-description{font-size:1rem;color:#495057;line-height:1.6;margin:0 0 1.25rem}
.error-404-wrapper .card-link{display:inline-flex;align-items:center;color:#8E9A65;font-weight:600;text-decoration:none;font-size:1rem;transition:all .2s ease}
.error-404-wrapper .card-link::after{content:'→';margin-left:.5rem;transition:transform .2s ease}
.error-404-wrapper .card-link:hover{color:#212529}
.error-404-wrapper .card-link:hover::after{transform:translateX(4px)}
.error-404-wrapper .primary-action-zone{text-align:center;padding:2.5rem 1.5rem;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;border:2px dashed #C0C0B0}
.error-404-wrapper .cta-heading{font-size:1.5rem;color:#212529;margin:0 0 1rem;font-weight:600}
.error-404-wrapper .cta-subtext{font-size:1.05rem;color:#495057;margin:0 0 2rem;line-height:1.6}
.error-404-wrapper .home-button{display:inline-block;padding:1rem 3rem;background:#8E9A65;color:#fff;text-decoration:none;border-radius:8px;font-size:1.125rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #8e9a654d;position:relative;z-index:1}
.error-404-wrapper .home-button:hover{background:#212529;transform:translateY(-2px);box-shadow:0 6px 20px #8e9a6566}
.error-404-wrapper .helpful-links-section{margin-top:3rem;padding:2rem;background:#fff;border-radius:10px;border:1px solid #D0D2C9}
.error-404-wrapper .links-heading{font-size:1.25rem;color:#212529;margin:0 0 1.5rem;font-weight:600;text-align:center}
.error-404-wrapper .links-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;list-style:none;margin:0;padding:0}
.error-404-wrapper .links-list li{margin:0}
.error-404-wrapper .quick-link{display:inline-block;padding:.65rem 1.5rem;background:#f8f9fa;color:#495057;text-decoration:none;border-radius:6px;font-size:.95rem;font-weight:500;transition:all .2s ease;border:1px solid #D0D2C9}
.error-404-wrapper .quick-link:hover{background:#8E9A65;color:#fff;border-color:#8E9A65;transform:translateY(-1px)}
@media (max-width: 768px) {
.error-404-wrapper{padding:1.5rem 1rem}
.error-404-wrapper .message-section{padding:2rem 1.5rem}
.error-404-wrapper .actions-grid{grid-template-columns:1fr;gap:1.25rem}
.error-404-wrapper .geometric-decoration{width:140px;height:140px}
.error-404-wrapper .geometric-decoration::after{width:90px;height:90px;top:25px;left:25px}
.error-404-wrapper .primary-action-zone{padding:2rem 1.25rem}
.error-404-wrapper .home-button{padding:.875rem 2.5rem;font-size:1rem}
.error-404-wrapper .links-list{flex-direction:column;align-items:stretch}
.error-404-wrapper .quick-link{text-align:center}
}
@media (max-width: 480px) {
.error-404-wrapper .visual-error-block{margin-bottom:2.5rem}
.error-404-wrapper .card-icon{width:48px;height:48px;font-size:1.5rem}
}