*{margin:0;padding:0;box-sizing:border-box}
:root{--color_prime:#161F17;--color_second:#398B2C;--color_third:#BFC573;--dark_bg:#1a1a1a;--dark_surface:#2c2c2c;--light_text:#f8f9fa;--light_secondary:#e9ecef}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#1a1a1a 0%,var(--dark_surface) 100%);color:var(--light_text);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
header{background:linear-gradient(135deg,var(--color_prime) 0%,#0d120e 50%,var(--dark_bg) 100%);padding:0;box-shadow:0 4px 20px #00000080}
.header_row_alpha{display:flex;justify-content:center;align-items:center;padding:20px 5%;gap:30px;border-bottom:1px solid #bfc57326;min-height:90px}
.logo_container_prime{display:flex;flex-direction:column;align-items:center;gap:8px;z-index:100;position:relative}
.logo_img_element{height:70px;width:70px;object-fit:contain;filter:drop-shadow(0 2px 8px #bfc5734d)}
.brand_title_text{font-size:1.1rem;font-weight:600;color:var(--color_third);letter-spacing:.5px}
.trust_marker_set{display:flex;gap:20px;align-items:center}
.trust_badge_item{padding:8px 16px;background:linear-gradient(135deg,#398b2c33,#bfc57326);border-radius:20px;font-size:.85rem;color:var(--light_secondary);border:1px solid #bfc57340}
.header_row_beta{display:flex;justify-content:center;align-items:center;padding:18px 5%;gap:40px;background:linear-gradient(90deg,#161f1799,#398b2c26,#161f1799)}
.contact_display_box{display:flex;align-items:center;gap:10px;padding:10px 20px;background:#bfc5731a;border-radius:8px;border:1px solid #bfc57333}
.email_icon_visual{width:20px;height:20px;background:var(--color_second);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--light_text)}
.email_link_text{color:var(--color_third);text-decoration:none;font-size:.95rem;transition:opacity .3s}
.email_link_text:hover{opacity:.7}
.header_row_gamma{padding:16px 5%;background:linear-gradient(135deg,#398b2c1a,#161f174d)}
.nav_main_container{display:flex;justify-content:center;gap:35px;flex-wrap:wrap}
.nav_link_item{color:var(--light_text);text-decoration:none;font-size:1rem;font-weight:500;padding:10px 18px;border-radius:6px;transition:background 0.3s,color .3s;position:relative}
.nav_link_item:hover{background:#bfc57326;color:var(--color_third)}
.nav_link_item:focus{outline:2px solid var(--color_third);outline-offset:2px}
main{flex:1}
footer{background:linear-gradient(135deg,var(--color_prime) 0%,#0a0f0b 50%,var(--dark_bg) 100%);padding:60px 5% 30px;margin-top:80px;border-top:3px solid var(--color_second)}
.footer_grid_structure{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;max-width:1400px;margin:0 auto 40px}
.footer_section_block{display:flex;flex-direction:column;gap:18px}
.footer_heading_text{font-size:1.15rem;font-weight:600;color:var(--color_third);margin-bottom:8px;letter-spacing:.5px}
.footer_logo_display{height:60px;width:60px;object-fit:contain;margin-bottom:12px}
.footer_description_para{font-size:.95rem;color:var(--light_secondary);line-height:1.7}
.footer_link_list{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_item{color:var(--light_secondary);text-decoration:none;font-size:.95rem;transition:color .3s;padding:4px 0}
.footer_link_item:hover{color:var(--color_third)}
.footer_link_item:focus{outline:2px solid var(--color_third);outline-offset:2px}
.contact_info_line{display:flex;flex-direction:column;gap:6px;font-size:.95rem;color:var(--light_secondary)}
.contact_label_span{font-weight:600;color:var(--color_third);font-size:.9rem}
.footer_bottom_bar{text-align:center;padding-top:30px;border-top:1px solid #bfc57333;color:var(--light_secondary);font-size:.9rem}
.consent_overlay_wrapper{position:fixed;bottom:20px;left:20px;max-width:440px;background:linear-gradient(135deg,var(--dark_surface),#1e1e1e);border-radius:12px;padding:28px;box-shadow:0 8px 30px #000000b3;z-index:10000;border:1px solid #bfc5734d;display:none}
.consent_overlay_wrapper.active_state{display:block;animation:slideInUp .4s ease-out}
@keyframes slideInUp {
from{transform:translateY(100px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent_title_heading{font-size:1.2rem;font-weight:600;color:var(--color_third);margin-bottom:14px}
.consent_description_text{font-size:.95rem;color:var(--light_secondary);line-height:1.6;margin-bottom:22px}
.consent_actions_group{display:flex;gap:12px;flex-wrap:wrap}
.consent_button_base{padding:12px 24px;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background 0.3s,transform .2s;flex:1;min-width:fit-content}
.consent_button_base:hover{transform:translateY(-2px)}
.consent_button_base:focus{outline:3px solid var(--color_third);outline-offset:2px}
.accept_action_btn{background:linear-gradient(135deg,var(--color_second),#2d6e23);color:var(--light_text)}
.accept_action_btn:hover{background:linear-gradient(135deg,#2d6e23,var(--color_second))}
.reject_action_btn{background:#bfc57333;color:var(--light_text);border:1px solid #bfc57366}
.reject_action_btn:hover{background:#bfc5734d}
@media (max-width: 768px) {
.header_row_alpha{flex-direction:column;padding:15px 4%}
.trust_marker_set{flex-wrap:wrap;justify-content:center}
.header_row_beta{flex-direction:column;gap:15px;padding:15px 4%}
.nav_main_container{gap:15px;flex-direction:column;align-items:center}
.nav_link_item{width:100%;text-align:center;padding:12px}
.footer_grid_structure{grid-template-columns:1fr;gap:35px}
.consent_overlay_wrapper{left:10px;right:10px;max-width:calc(100% - 20px);bottom:10px}
.consent_actions_group{flex-direction:column}
}
@media (max-width: 480px) {
.logo_img_element{height:60px;width:60px}
.brand_title_text{font-size:1rem}
.nav_link_item{font-size:.95rem}
.footer_heading_text{font-size:1.05rem}
}
.upcoming-courses-page{background:#1a1a1a;color:#f8f9fa;overflow-x:hidden}
.upcoming-courses-page .course-intro-section{background:linear-gradient(165deg,#161F17 0%,#2c2c2c 100%);padding:4.5rem 0 5rem;position:relative}
.upcoming-courses-page .course-intro-section::before{content:'';position:absolute;top:0;right:0;width:35%;height:100%;background:radial-gradient(circle at top right,#398b2c1f,transparent 60%);pointer-events:none}
.upcoming-courses-page .intro-content-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}
.upcoming-courses-page .intro-text-area{padding-top:1rem}
.upcoming-courses-page .intro-text-area h1{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1.2rem;line-height:1.25;position:relative;padding-bottom:1rem}
.upcoming-courses-page .intro-text-area h1::after{content:'';position:absolute;bottom:0;left:0;width:65px;height:4px;background:linear-gradient(90deg,#398B2C,#BFC573);border-radius:2px}
.upcoming-courses-page .intro-text-area p{font-size:1.05rem;line-height:1.7;color:#e9ecef;margin:0 0 1.3rem}
.upcoming-courses-page .intro-text-area p:last-of-type{margin-bottom:0}
.upcoming-courses-page .intro-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 35px #0006}
.upcoming-courses-page .intro-image-container img{width:100%;height:420px;object-fit:cover;display:block;transition:transform .4s ease}
.upcoming-courses-page .intro-image-container:hover img{transform:scale(1.03)}
.upcoming-courses-page .programs-listing-section{background:#2c2c2c;padding:5rem 0;position:relative}
.upcoming-courses-page .programs-listing-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#398B2C 20%,#BFC573 50%,#398B2C 80%,transparent)}
.upcoming-courses-page .programs-content-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.upcoming-courses-page .section-header-text{text-align:center;margin-bottom:3.5rem}
.upcoming-courses-page .section-header-text h2{font-size:2.4rem;font-weight:700;color:#fff;margin:0 0 1rem;position:relative;display:inline-block}
.upcoming-courses-page .section-header-text h2::before{content:'';position:absolute;top:-8px;left:-12px;width:8px;height:8px;background:#BFC573;border-radius:50%}
.upcoming-courses-page .section-header-text p{font-size:1.1rem;color:#e9ecef;max-width:720px;margin:0 auto;line-height:1.65}
.upcoming-courses-page .programs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.upcoming-courses-page .program-card{background:#343a40;border-radius:10px;padding:2.2rem;border:1px solid #398b2c26;transition:all .35s ease;position:relative;overflow:hidden}
.upcoming-courses-page .program-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#398B2C,#BFC573);transition:height .35s ease}
.upcoming-courses-page .program-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #398b2c2e;border-color:#398b2c4d}
.upcoming-courses-page .program-card:hover::before{height:100%}
.upcoming-courses-page .program-card h3{font-size:1.6rem;font-weight:600;color:#BFC573;margin:0 0 .7rem;line-height:1.3}
.upcoming-courses-page .program-meta{display:flex;gap:1.5rem;margin-bottom:1.2rem;font-size:.95rem;color:#e9ecef;flex-wrap:wrap}
.upcoming-courses-page .program-meta span{display:flex;align-items:center;gap:.4rem}
.upcoming-courses-page .program-meta span::before{content:'•';color:#398B2C;font-weight:700}
.upcoming-courses-page .program-card p{font-size:1rem;line-height:1.7;color:#e9ecef;margin:0 0 1.3rem}
.upcoming-courses-page .program-highlights{list-style:none;padding:0;margin:0 0 1.5rem}
.upcoming-courses-page .program-highlights li{font-size:.95rem;color:#e9ecef;padding-left:1.5rem;margin-bottom:.6rem;position:relative;line-height:1.6}
.upcoming-courses-page .program-highlights li::before{content:'→';position:absolute;left:0;color:#398B2C;font-weight:700}
.upcoming-courses-page .program-cta-link{display:inline-block;color:#BFC573;font-size:.95rem;font-weight:600;text-decoration:none;padding:.7rem 1.5rem;border:2px solid #398B2C;border-radius:6px;transition:all .3s ease;position:relative;z-index:10}
.upcoming-courses-page .program-cta-link:hover{background:#398B2C;color:#fff;transform:translateX(4px)}
.upcoming-courses-page .instructor-showcase-section{background:linear-gradient(175deg,#1a1a1a 0%,#161F17 100%);padding:5rem 0;position:relative}
.upcoming-courses-page .instructor-showcase-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:90%;height:1px;background:linear-gradient(90deg,transparent,#bfc5734d 50%,transparent)}
.upcoming-courses-page .instructor-content-wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.upcoming-courses-page .instructor-header{margin-bottom:3rem}
.upcoming-courses-page .instructor-header h2{font-size:2.3rem;font-weight:700;color:#fff;margin:0 0 .8rem}
.upcoming-courses-page .instructor-header h2::before{content:'';display:inline-block;width:50px;height:3px;background:#BFC573;margin-right:1rem;vertical-align:middle}
.upcoming-courses-page .instructor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;align-items:center}
.upcoming-courses-page .instructor-profile{display:flex;gap:1.8rem;background:#2c2c2c;padding:2rem;border-radius:10px;border:1px solid #bfc57333;transition:all .3s ease}
.upcoming-courses-page .instructor-profile:hover{border-color:#bfc57366;box-shadow:0 8px 25px #0000004d}
.upcoming-courses-page .instructor-image-box{flex-shrink:0}
.upcoming-courses-page .instructor-image-box img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid #398B2C;display:block}
.upcoming-courses-page .instructor-details h3{font-size:1.4rem;font-weight:600;color:#BFC573;margin:0 0 .4rem}
.upcoming-courses-page .instructor-details .instructor-role{font-size:.9rem;color:#398B2C;margin:0 0 1rem;font-weight:500}
.upcoming-courses-page .instructor-details p{font-size:.95rem;line-height:1.7;color:#e9ecef;margin:0}
.upcoming-courses-page .visual-showcase-box{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 10px 35px #0006}
.upcoming-courses-page .visual-showcase-box img{width:100%;height:440px;object-fit:cover;display:block;transition:transform .4s ease}
.upcoming-courses-page .visual-showcase-box:hover img{transform:scale(1.05)}
.upcoming-courses-page .cta-action-bar{max-width:1200px;margin:3.5rem auto 0;padding:0 1.5rem;text-align:center}
.upcoming-courses-page .cta-action-bar p{font-size:1.05rem;color:#e9ecef;margin:0 0 1.5rem;line-height:1.6}
.upcoming-courses-page .cta-buttons-row{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.upcoming-courses-page .cta-primary-btn{display:inline-block;background:linear-gradient(135deg,#398B2C,#2d6f23);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;padding:.95rem 2.2rem;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #398b2c4d;position:relative;z-index:10}
.upcoming-courses-page .cta-primary-btn:hover{background:linear-gradient(135deg,#2d6f23,#398B2C);box-shadow:0 6px 20px #398b2c73;transform:translateY(-2px)}
.upcoming-courses-page .cta-secondary-btn{display:inline-block;background:transparent;color:#BFC573;font-size:1rem;font-weight:600;text-decoration:none;padding:.95rem 2.2rem;border:2px solid #BFC573;border-radius:8px;transition:all .3s ease;position:relative;z-index:10}
.upcoming-courses-page .cta-secondary-btn:hover{background:#BFC573;color:#161F17;transform:translateY(-2px)}
@media (max-width: 768px) {
.upcoming-courses-page .course-intro-section{padding:3rem 0 3.5rem}
.upcoming-courses-page .intro-content-wrapper{grid-template-columns:1fr;gap:2rem}
.upcoming-courses-page .intro-text-area h1{font-size:2.2rem}
.upcoming-courses-page .intro-image-container img{height:320px}
.upcoming-courses-page .programs-listing-section{padding:3.5rem 0}
.upcoming-courses-page .section-header-text h2{font-size:2rem}
.upcoming-courses-page .programs-grid{grid-template-columns:1fr;gap:1.5rem}
.upcoming-courses-page .instructor-showcase-section{padding:3.5rem 0}
.upcoming-courses-page .instructor-header h2{font-size:1.9rem}
.upcoming-courses-page .instructor-grid{grid-template-columns:1fr;gap:2rem}
.upcoming-courses-page .instructor-profile{flex-direction:column;text-align:center;align-items:center}
.upcoming-courses-page .visual-showcase-box img{height:340px}
.upcoming-courses-page .cta-buttons-row{flex-direction:column;align-items:stretch}
.upcoming-courses-page .cta-primary-btn,.upcoming-courses-page .cta-secondary-btn{width:100%;text-align:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.upcoming-courses-page .intro-content-wrapper{gap:2.5rem}
.upcoming-courses-page .intro-text-area h1{font-size:2.5rem}
.upcoming-courses-page .programs-grid{gap:1.8rem}
.upcoming-courses-page .program-card{padding:2rem}
.upcoming-courses-page .instructor-grid{gap:2rem}
}
.index-hero-stage{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#0a0f0b 0%,#161f17 50%,#1a1a1a 100%)}
.index-hero-stage::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./visual_assets/MJuvRyNSn.jpg);background-size:cover;background-position:center;opacity:.15;z-index:1}
.index-hero-stage::after{content:'';position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(ellipse at center,#398b2c1f 0%,transparent 70%);z-index:2;transform:rotate(-15deg)}
.hero-content-wrapper{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:80px 20px}
.hero-main-title{font-size:clamp(2.5rem,7vw,5.5rem);font-weight:800;color:#f8f9fa;line-height:1.1;margin:0 0 30px;letter-spacing:-.02em}
.hero-main-title span{display:block;color:#398b2c;margin-top:12px}
.hero-subtitle-text{font-size:clamp(1.1rem,2.5vw,1.5rem);color:#bfc573;line-height:1.6;max-width:650px;margin:0 0 40px;font-weight:300}
.hero-cta-button{display:inline-block;padding:18px 45px;background:linear-gradient(135deg,#398b2c 0%,#2d6f23 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 8px 20px #398b2c4d}
.hero-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #398b2c66;background:linear-gradient(135deg,#45a035 0%,#398b2c 100%)}
.reality-check-section{background:#1a1a1a;padding:90px 20px;position:relative}
.reality-check-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,transparent 0%,#398b2c 50%,transparent 100%)}
.reality-grid-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.reality-left-content h2{font-size:clamp(2rem,4vw,3.2rem);color:#f8f9fa;margin:0 0 25px;font-weight:700;line-height:1.2}
.reality-left-content h2::before{content:'';display:block;width:60px;height:5px;background:#bfc573;margin-bottom:20px}
.reality-left-content p{font-size:1.1rem;color:#e9ecef;line-height:1.8;margin:0 0 20px}
.reality-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #0006}
.reality-image-container img{width:100%;height:450px;object-fit:cover;display:block}
.reality-image-container::after{content:'';position:absolute;inset:0;border:2px solid #bfc5734d;border-radius:12px;pointer-events:none}
.diagonal-approach-zone{background:linear-gradient(165deg,#161f17 0%,#1a1a1a 50%,#2c2c2c 100%);padding:100px 20px;position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:-50px 0}
.approach-container-custom{max-width:1200px;margin:0 auto}
.approach-header-text{text-align:center;margin-bottom:70px}
.approach-header-text h2{font-size:clamp(2.2rem,4.5vw,3.5rem);color:#f8f9fa;margin:0 0 20px;font-weight:700}
.approach-header-text h2 span{color:#398b2c;position:relative}
.approach-header-text h2 span::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:#bfc573}
.approach-header-text p{font-size:1.15rem;color:#bfc573;max-width:700px;margin:0 auto;line-height:1.7}
.approach-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.approach-single-card{background:#ffffff08;border:1px solid #bfc57333;border-radius:10px;padding:40px 30px;transition:all .4s ease;position:relative;overflow:hidden}
.approach-single-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#398b2c 0%,#bfc573 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.approach-single-card:hover::before{transform:scaleX(1)}
.approach-single-card:hover{background:#398b2c14;border-color:#398b2c;transform:translateY(-8px);box-shadow:0 15px 35px #398b2c33}
.approach-card-number{font-size:3rem;font-weight:800;color:#bfc5734d;margin:0 0 15px;line-height:1}
.approach-single-card h3{font-size:1.4rem;color:#f8f9fa;margin:0 0 15px;font-weight:600}
.approach-single-card p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.timeline-journey-block{background:#2c2c2c;padding:90px 20px;position:relative}
.timeline-inner-wrap{max-width:1000px;margin:0 auto}
.timeline-intro-header{text-align:center;margin-bottom:60px}
.timeline-intro-header h2{font-size:clamp(2.2rem,4vw,3.3rem);color:#f8f9fa;margin:0 0 20px;font-weight:700}
.timeline-intro-header p{font-size:1.1rem;color:#bfc573;max-width:650px;margin:0 auto;line-height:1.7}
.timeline-path-container{position:relative;padding-left:80px}
.timeline-path-container::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#398b2c 0%,#bfc573 100%)}
.timeline-single-milestone{position:relative;margin-bottom:50px;padding-left:30px}
.timeline-marker-circle{position:absolute;left:-62px;top:8px;width:24px;height:24px;background:#398b2c;border:4px solid #2c2c2c;border-radius:50%;z-index:2;box-shadow:0 0 0 4px #398b2c33}
.timeline-single-milestone h3{font-size:1.5rem;color:#f8f9fa;margin:0 0 12px;font-weight:600}
.timeline-single-milestone h3 span{color:#bfc573;font-size:.9rem;font-weight:400;margin-left:12px}
.timeline-single-milestone p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin:0}
.split-visual-section{background:#1a1a1a;padding:0;position:relative;overflow:hidden}
.split-container-flex{display:flex;max-width:1400px;margin:0 auto;min-height:650px}
.split-image-half{flex:1;position:relative;overflow:hidden}
.split-image-half img{width:100%;height:100%;object-fit:cover;display:block}
.split-content-half{flex:1;padding:80px 60px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#161f17 0%,#1a1a1a 100%);position:relative}
.split-content-half::before{content:'';position:absolute;top:0;right:0;width:4px;height:100%;background:linear-gradient(180deg,#398b2c 0%,#bfc573 100%)}
.split-content-half h2{font-size:clamp(2rem,4vw,3rem);color:#f8f9fa;margin:0 0 25px;font-weight:700;line-height:1.3}
.split-content-half p{font-size:1.1rem;color:#e9ecef;line-height:1.8;margin:0 0 20px}
.split-content-half ul{list-style:none;padding:0;margin:30px 0}
.split-content-half ul li{font-size:1.05rem;color:#e9ecef;padding-left:30px;margin-bottom:15px;position:relative;line-height:1.6}
.split-content-half ul li::before{content:'→';position:absolute;left:0;color:#398b2c;font-weight:700;font-size:1.3rem}
.split-cta-link{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#398b2c 0%,#2d6f23 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .3s ease;align-self:flex-start;margin-top:10px}
.split-cta-link:hover{transform:translateX(5px);box-shadow:0 8px 25px #398b2c4d;background:linear-gradient(135deg,#45a035 0%,#398b2c 100%)}
.testimonial-showcase-area{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:90px 20px;position:relative}
.testimonial-showcase-area::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:200px;height:4px;background:linear-gradient(90deg,transparent 0%,#bfc573 50%,transparent 100%)}
.testimonial-inner-container{max-width:1100px;margin:0 auto}
.testimonial-layout-grid{display:grid;grid-template-columns:350px 1fr;gap:60px;align-items:center}
.testimonial-profile-zone{text-align:center}
.testimonial-profile-image{width:180px;height:180px;border-radius:50%;object-fit:cover;border:5px solid #398b2c;margin:0 auto 25px;display:block;box-shadow:0 10px 30px #398b2c4d}
.testimonial-profile-zone h3{font-size:1.5rem;color:#f8f9fa;margin:0 0 8px;font-weight:600}
.testimonial-profile-zone p{font-size:1rem;color:#bfc573;margin:0}
.testimonial-quote-content{background:#ffffff08;border-left:5px solid #398b2c;padding:40px;border-radius:8px;position:relative}
.testimonial-quote-content::before{content:'"';position:absolute;top:-20px;left:20px;color:#bfc57333;font:6rem/1 Georgia,serif}
.testimonial-quote-content p{font-size:1.15rem;color:#e9ecef;line-height:1.8;margin:0;position:relative;z-index:1}
@media (max-width: 1024px) {
.reality-grid-layout{grid-template-columns:1fr;gap:40px}
.approach-cards-grid{grid-template-columns:1fr;gap:25px}
.split-container-flex{flex-direction:column}
.split-image-half{min-height:400px}
.testimonial-layout-grid{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.index-hero-stage{min-height:90vh}
.hero-content-wrapper{padding:60px 20px}
.reality-check-section,.diagonal-approach-zone,.timeline-journey-block,.testimonial-showcase-area{padding:60px 20px}
.timeline-path-container{padding-left:50px}
.timeline-marker-circle{left:-42px}
.split-content-half{padding:50px 30px}
.diagonal-approach-zone{clip-path:polygon(0 2%,100% 0,100% 98%,0 100%)}
}
.contact-page-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.7}
.contact-page-wrapper a{color:#BFC573;text-decoration:none;transition:color .3s ease}
.contact-page-wrapper a:hover{color:#398B2C}
.contact-intro-section{padding:90px 20px 70px;max-width:680px;margin:0 auto;text-align:center}
.contact-intro-section h1{font-size:2.8rem;color:#BFC573;margin-bottom:25px;font-weight:700;letter-spacing:-.5px}
.contact-intro-section .intro-text{font-size:1.15rem;color:#e9ecef;margin-bottom:15px;line-height:1.8}
.contact-form-block{background:#2c2c2c;padding:60px 25px;margin:0 0 50px}
.contact-form-container{max-width:720px;margin:0 auto}
.contact-form-container h2{font-size:2rem;color:#398B2C;margin-bottom:35px;text-align:center;font-weight:600}
.form-field-group{margin-bottom:28px}
.form-field-group label{display:block;font-size:.95rem;color:#BFC573;margin-bottom:8px;font-weight:500}
.form-field-group input,.form-field-group textarea,.form-field-group select{width:100%;padding:14px 16px;background:#1a1a1a;border:1px solid #495057;border-radius:6px;color:#f8f9fa;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}
.form-field-group input:focus,.form-field-group textarea:focus,.form-field-group select:focus{outline:none;border-color:#398B2C;box-shadow:0 0 0 3px #398b2c26}
.form-field-group textarea{min-height:140px;resize:vertical}
.form-field-group input::placeholder,.form-field-group textarea::placeholder{color:#6c757d}
.consent-checkbox-wrapper{margin:32px 0;display:flex;align-items:flex-start;gap:12px}
.consent-checkbox-wrapper input[type="checkbox"]{width:auto;margin-top:4px;cursor:pointer;min-width:18px;height:18px}
.consent-checkbox-wrapper label{font-size:.92rem;color:#e9ecef;line-height:1.6;cursor:pointer;margin:0}
.form-submit-button{background:linear-gradient(135deg,#398B2C 0%,#2d6e23 100%);color:#fff;padding:16px 48px;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;display:block;margin:0 auto;z-index:10;position:relative}
.form-submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #398b2c59}
.form-submit-button:active{transform:translateY(0)}
.contact-details-section{background:linear-gradient(to bottom,#343a40 0%,#2c2c2c 100%);padding:70px 25px}
.contact-details-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.contact-info-card{background:#1a1a1a;padding:32px 28px;border-radius:10px;border-left:4px solid #398B2C;transition:transform .3s ease,box-shadow .3s ease}
.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0006}
.contact-info-card h3{font-size:1.35rem;color:#BFC573;margin-bottom:16px;font-weight:600}
.contact-info-card p{font-size:1rem;color:#e9ecef;line-height:1.75;margin-bottom:10px}
.contact-info-card a{color:#398B2C;word-break:break-word}
.contact-info-card a:hover{color:#BFC573;text-decoration:underline}
.location-hours-block{background:#161F17;padding:65px 25px}
.location-hours-content{max-width:900px;margin:0 auto}
.location-hours-content h2{font-size:2.2rem;color:#BFC573;margin-bottom:40px;text-align:center;font-weight:600}
.dual-column-info{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-top:35px}
.info-column h3{font-size:1.45rem;color:#398B2C;margin-bottom:20px;font-weight:600;position:relative;padding-bottom:12px}
.info-column h3::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(to right,#398B2C,#BFC573)}
.info-column p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin-bottom:14px}
.hours-list{list-style:none;padding:0;margin:0}
.hours-list li{padding:10px 0;color:#e9ecef;font-size:1.05rem;border-bottom:1px solid #2c2c2c}
.hours-list li:last-child{border-bottom:none}
@media (max-width: 768px) {
.contact-intro-section h1{font-size:2.2rem}
.contact-intro-section{padding:60px 20px 50px}
.contact-form-block{padding:40px 20px}
.contact-form-container h2{font-size:1.65rem}
.dual-column-info{grid-template-columns:1fr;gap:35px}
.contact-details-grid{grid-template-columns:1fr}
.location-hours-content h2{font-size:1.85rem}
}
@media (max-width: 480px) {
.contact-intro-section h1{font-size:1.85rem}
.form-submit-button{width:100%;padding:14px 24px}
}
.budget-program-wrapper{background:#1a1a1a;color:#f8f9fa;overflow-x:hidden}
.budget-program-wrapper *{box-sizing:border-box}
.budget-hero-section{background:linear-gradient(135deg,#161F17 0%,#2c2c2c 100%);padding:120px 20px 80px;position:relative}
.budget-hero-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,#398b2c26 0%,transparent 60%);pointer-events:none}
.budget-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.budget-hero-content h1{font-size:3.2rem;line-height:1.2;margin:0 0 30px;color:#fff;font-weight:700}
.budget-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#398B2C 0%,#BFC573 100%);margin-top:20px}
.budget-hero-content p{font-size:1.25rem;line-height:1.7;color:#e9ecef;max-width:700px;margin:0 0 20px}
.budget-intro-block{background:#2c2c2c;padding:90px 20px;position:relative}
.budget-intro-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.budget-intro-text h2{font-size:2.5rem;line-height:1.3;margin:0 0 25px;color:#fff;position:relative;padding-left:20px}
.budget-intro-text h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:60%;background:#398B2C}
.budget-intro-text p{font-size:1.1rem;line-height:1.8;color:#e9ecef;margin:0 0 18px}
.budget-intro-image{width:100%;height:450px;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #00000080}
.budget-intro-image img{width:100%;height:100%;object-fit:cover;display:block}
.budget-curriculum-section{background:#1a1a1a;padding:90px 20px;position:relative}
.budget-curriculum-section::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(270deg,#bfc5730d 0%,transparent 100%);pointer-events:none}
.budget-curriculum-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.budget-curriculum-header{text-align:center;margin-bottom:60px}
.budget-curriculum-header h2{font-size:2.8rem;color:#fff;margin:0 0 20px;font-weight:700}
.budget-curriculum-header h2 span{color:#BFC573}
.budget-curriculum-header p{font-size:1.15rem;color:#e9ecef;max-width:750px;margin:0 auto;line-height:1.7}
.budget-modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.budget-module-card{background:#2c2c2c;border:1px solid #398B2C;border-radius:10px;padding:35px 28px;transition:all .3s ease}
.budget-module-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #398b2c4d;border-color:#BFC573}
.budget-module-number{font-size:3rem;font-weight:700;color:#398B2C;line-height:1;margin:0 0 15px;opacity:.5}
.budget-module-card h3{font-size:1.5rem;color:#fff;margin:0 0 15px;line-height:1.3}
.budget-module-card p{font-size:1rem;color:#e9ecef;line-height:1.6;margin:0}
.budget-timeline-section{background:linear-gradient(180deg,#2c2c2c 0%,#161F17 100%);padding:90px 20px}
.budget-timeline-wrapper{max-width:1000px;margin:0 auto}
.budget-timeline-title{text-align:center;margin-bottom:70px}
.budget-timeline-title h2{font-size:2.6rem;color:#fff;margin:0 0 18px;font-weight:700}
.budget-timeline-title p{font-size:1.1rem;color:#e9ecef;margin:0}
.budget-timeline-flow{display:flex;flex-direction:column;gap:40px}
.budget-timeline-item{display:flex;gap:30px;align-items:flex-start;padding-left:0}
.budget-timeline-marker{flex-shrink:0;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#398B2C 0%,#BFC573 100%);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#161F17;position:relative}
.budget-timeline-item:not(:last-child) .budget-timeline-marker::after{content:'';position:absolute;top:70px;left:50%;transform:translateX(-50%);width:3px;height:40px;background:#398B2C}
.budget-timeline-content{flex:1;background:#1a1a1a;padding:30px;border-radius:8px;border-left:4px solid #398B2C}
.budget-timeline-content h3{font-size:1.7rem;color:#BFC573;margin:0 0 12px;font-weight:600}
.budget-timeline-content p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin:0}
.budget-instructors-block{background:#2c2c2c;padding:90px 20px}
.budget-instructors-inner{max-width:1200px;margin:0 auto}
.budget-instructors-heading{text-align:center;margin-bottom:65px}
.budget-instructors-heading h2{font-size:2.7rem;color:#fff;margin:0 0 20px;font-weight:700}
.budget-instructors-heading p{font-size:1.15rem;color:#e9ecef;max-width:680px;margin:0 auto;line-height:1.7}
.budget-instructors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.budget-instructor-card{background:#1a1a1a;border-radius:12px;overflow:hidden;transition:all .3s ease;border:2px solid transparent}
.budget-instructor-card:hover{border-color:#398B2C;transform:translateY(-6px);box-shadow:0 10px 35px #398b2c40}
.budget-instructor-photo{width:100%;height:280px;overflow:hidden}
.budget-instructor-photo img{width:100%;height:100%;object-fit:cover;display:block}
.budget-instructor-info{padding:28px 24px}
.budget-instructor-info h3{font-size:1.5rem;color:#fff;margin:0 0 8px;font-weight:600}
.budget-instructor-role{font-size:.95rem;color:#BFC573;margin:0 0 15px;font-weight:500}
.budget-instructor-info p{font-size:1rem;color:#e9ecef;line-height:1.6;margin:0}
.budget-showcase-section{background:#1a1a1a;padding:90px 20px;position:relative}
.budget-showcase-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(180deg,transparent 0%,#398b2c14 100%);pointer-events:none}
.budget-showcase-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center;position:relative;z-index:2}
.budget-showcase-visual{width:100%;height:520px;border-radius:15px;overflow:hidden;box-shadow:0 20px 50px #0009;border:3px solid #398B2C}
.budget-showcase-visual img{width:100%;height:100%;object-fit:cover;display:block}
.budget-showcase-text h2{font-size:2.5rem;color:#fff;margin:0 0 25px;font-weight:700;line-height:1.3}
.budget-showcase-text h2::before{content:'';display:block;width:60px;height:5px;background:#BFC573;margin-bottom:20px}
.budget-showcase-text p{font-size:1.1rem;color:#e9ecef;line-height:1.8;margin:0 0 20px}
.budget-showcase-text ul{list-style:none;padding:0;margin:30px 0 0}
.budget-showcase-text ul li{font-size:1.05rem;color:#e9ecef;line-height:1.7;padding-left:30px;margin-bottom:15px;position:relative}
.budget-showcase-text ul li::before{content:'';position:absolute;left:0;color:#398B2C;font-weight:700;font-size:1.3rem}
.budget-cta-action{margin-top:35px}
.budget-cta-button{display:inline-block;background:linear-gradient(135deg,#398B2C 0%,#BFC573 100%);color:#161F17;padding:16px 40px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 5px 20px #398b2c66}
.budget-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #398b2c99;background:linear-gradient(135deg,#BFC573 0%,#398B2C 100%)}
@media (max-width: 968px) {
.budget-hero-content h1{font-size:2.5rem}
.budget-hero-content p{font-size:1.1rem}
.budget-intro-grid{grid-template-columns:1fr;gap:40px}
.budget-intro-image{height:350px}
.budget-modules-grid{grid-template-columns:1fr;gap:25px}
.budget-instructors-grid{grid-template-columns:1fr;gap:30px}
.budget-showcase-layout{grid-template-columns:1fr;gap:50px}
.budget-showcase-visual{height:400px}
.budget-timeline-item{flex-direction:column;gap:20px}
.budget-timeline-item:not(:last-child) .budget-timeline-marker::after{display:none}
}
@media (max-width: 640px) {
.budget-hero-section{padding:80px 20px 60px}
.budget-hero-content h1{font-size:2rem}
.budget-intro-text h2{font-size:2rem}
.budget-curriculum-header h2{font-size:2.2rem}
.budget-timeline-title h2{font-size:2rem}
.budget-showcase-text h2{font-size:2rem}
.budget-instructors-heading h2{font-size:2.2rem}
}
.intl-students-hero{background:linear-gradient(135deg,#1a1a1a 0%,#161F17 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,#398b2c26 0%,transparent 70%);border-radius:50%}
.hero-content-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.hero-text-section h1{font-size:2.8rem;color:#fff;margin-bottom:20px;line-height:1.2;font-weight:700}
.hero-text-section h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#398B2C,#BFC573);margin-top:15px}
.hero-text-section p{font-size:1.1rem;color:#e9ecef;line-height:1.7;margin-bottom:30px}
.hero-img-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #0006}
.hero-img-container img{width:100%;height:420px;object-fit:cover;display:block}
.hero-cta-btn{display:inline-block;padding:14px 32px;background:#398B2C;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;border:2px solid #398B2C}
.hero-cta-btn:hover{background:transparent;color:#398B2C;transform:translateY(-2px);box-shadow:0 8px 20px #398b2c4d}
.budget-fundamentals-block{background:#2c2c2c;padding:70px 20px;position:relative}
.fundamentals-container{max-width:1100px;margin:0 auto}
.fundamentals-intro{text-align:center;max-width:800px;margin:0 auto 60px}
.fundamentals-intro h2{font-size:2.4rem;color:#fff;margin-bottom:18px;position:relative;display:inline-block}
.fundamentals-intro h2::before{content:'◆';position:absolute;left:-35px;color:#BFC573;font-size:1.4rem}
.fundamentals-intro p{font-size:1.05rem;color:#e9ecef;line-height:1.8}
.fundamentals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}
.fundamental-card{background:#1a1a1a;padding:35px 25px;border-radius:8px;border-left:4px solid #398B2C;transition:all .3s ease}
.fundamental-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #398b2c33}
.fundamental-card h3{font-size:1.4rem;color:#BFC573;margin-bottom:15px;font-weight:600}
.fundamental-card p{font-size:.98rem;color:#e9ecef;line-height:1.7}
.fundamentals-note{background:linear-gradient(135deg,#161F17 0%,#1a1a1a 100%);padding:30px;border-radius:8px;border:1px solid #bfc5734d}
.fundamentals-note p{font-size:1rem;color:#f8f9fa;line-height:1.7;margin:0}
.advisor-profiles-section{background:#1a1a1a;padding:70px 20px;position:relative}
.advisor-profiles-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#398B2C,transparent)}
.profiles-wrapper{max-width:1000px;margin:0 auto}
.profiles-header{margin-bottom:50px}
.profiles-header h2{font-size:2.2rem;color:#fff;margin-bottom:15px}
.profiles-header h2 span{color:#BFC573}
.profiles-header p{font-size:1.05rem;color:#e9ecef;line-height:1.7;max-width:700px}
.advisor-cards-row{display:flex;gap:40px;align-items:flex-start}
.advisor-profile-card{flex:1;background:#2c2c2c;border-radius:10px;overflow:hidden;box-shadow:0 8px 25px #0000004d;transition:transform .3s ease}
.advisor-profile-card:hover{transform:scale(1.03)}
.advisor-img-wrap{width:100%;height:280px;overflow:hidden;position:relative}
.advisor-img-wrap img{width:100%;height:100%;object-fit:cover}
.advisor-img-wrap::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to top,#2c2c2c,transparent)}
.advisor-info-section{padding:25px}
.advisor-info-section h3{font-size:1.5rem;color:#fff;margin-bottom:8px;font-weight:600}
.advisor-role-tag{display:inline-block;font-size:.88rem;color:#BFC573;background:#bfc57326;padding:5px 12px;border-radius:4px;margin-bottom:15px}
.advisor-info-section p{font-size:.96rem;color:#e9ecef;line-height:1.7}
.student-resources-block{background:#2c2c2c;padding:70px 20px;position:relative}
.resources-content-area{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:2fr 3fr;gap:60px;align-items:start}
.resources-sidebar{position:sticky;top:20px}
.resources-sidebar h2{font-size:2.3rem;color:#fff;margin-bottom:25px;line-height:1.3}
.resources-sidebar h2::before{content:'';display:block;width:60px;height:3px;background:#398B2C;margin-bottom:20px}
.resources-intro-text{font-size:1.02rem;color:#e9ecef;line-height:1.8;margin-bottom:30px}
.sidebar-link-btn{display:inline-block;padding:12px 28px;background:transparent;color:#BFC573;border:2px solid #BFC573;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease}
.sidebar-link-btn:hover{background:#BFC573;color:#1a1a1a;box-shadow:0 6px 18px #bfc5734d}
.resources-main-content{background:#1a1a1a;padding:40px;border-radius:10px;border:1px solid #398b2c33}
.resource-topic-item{margin-bottom:45px;padding-bottom:40px;border-bottom:1px solid #ffffff1a}
.resource-topic-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.resource-topic-item h3{font-size:1.6rem;color:#398B2C;margin-bottom:18px;font-weight:600;display:flex;align-items:center;gap:12px}
.resource-topic-item h3::before{content:'▸';color:#BFC573;font-size:1.3rem}
.resource-topic-item p{font-size:1rem;color:#e9ecef;line-height:1.8;margin-bottom:15px}
.resource-highlight-box{background:#398b2c1a;border-left:3px solid #398B2C;padding:20px;margin-top:20px;border-radius:4px}
.resource-highlight-box p{font-size:.95rem;color:#f8f9fa;line-height:1.7;margin:0}
@media (max-width: 968px) {
.hero-content-wrap{grid-template-columns:1fr;gap:40px}
.hero-text-section h1{font-size:2.2rem}
.hero-img-container img{height:350px}
.fundamentals-grid{grid-template-columns:1fr;gap:25px}
.advisor-cards-row{flex-direction:column;gap:30px}
.resources-content-area{grid-template-columns:1fr;gap:40px}
.resources-sidebar{position:static}
.resources-main-content{padding:30px 25px}
}
@media (max-width: 640px) {
.intl-students-hero{padding:60px 15px 50px}
.hero-text-section h1{font-size:1.9rem}
.hero-text-section p{font-size:1rem}
.hero-img-container img{height:280px}
.budget-fundamentals-block,.advisor-profiles-section,.student-resources-block{padding:50px 15px}
.fundamentals-intro h2,.profiles-header h2,.resources-sidebar h2{font-size:1.9rem}
.fundamental-card{padding:25px 20px}
.advisor-img-wrap{height:240px}
.resources-main-content{padding:25px 20px}
.resource-topic-item h3{font-size:1.4rem}
}
.cookie-policy-wrapper{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);color:#f8f9fa;min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7}
.cookie-policy-header{background:linear-gradient(135deg,#161F17 0%,#2c2c2c 50%,#398B2C 100%);padding:4rem 2rem;position:relative;overflow:hidden}
.cookie-policy-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,#bfc57308 10px,#bfc57308 20px);pointer-events:none}
.cookie-policy-header h1{font-size:2.8rem;font-weight:700;color:#BFC573;margin:0 0 1rem;letter-spacing:-.5px;position:relative;z-index:2}
.cookie-policy-subheading{font-size:1.15rem;color:#e9ecef;max-width:850px;margin:0 auto;position:relative;z-index:2;opacity:.9}
.cookie-policy-content{max-width:100%;padding:0;background:#1a1a1a}
.policy-narrative-block{padding:3.5rem 5%;background:linear-gradient(to bottom,#1a1a1a 0%,#2c2c2c 100%);border-left:3px solid #398B2C;margin:0;position:relative}
.policy-narrative-block::after{content:'';position:absolute;bottom:0;left:5%;right:5%;height:1px;background:linear-gradient(90deg,transparent 0%,#398B2C 50%,transparent 100%)}
.policy-narrative-block h2{font-size:2rem;color:#BFC573;margin:0 0 1.5rem;font-weight:600;letter-spacing:-.3px}
.policy-narrative-block p{font-size:1.05rem;color:#e9ecef;margin:0 0 1.4rem;line-height:1.8}
.policy-narrative-block p:last-of-type{margin-bottom:0}
.technology-mosaic{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:3.5rem 5%;background:#2c2c2c;margin:0}
.tech-fragment{background:linear-gradient(135deg,#161F17 0%,#1a1a1a 100%);padding:2rem;border-radius:8px;border:1px solid #398b2c33;transition:all .3s ease;position:relative}
.tech-fragment::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#398B2C 0%,#BFC573 100%);transition:height .3s ease}
.tech-fragment:hover::before{height:100%}
.tech-fragment:hover{border-color:#398B2C;transform:translateY(-3px);box-shadow:0 8px 20px #398b2c26}
.tech-fragment h3{font-size:1.4rem;color:#BFC573;margin:0 0 1rem;font-weight:600}
.tech-fragment p{font-size:.98rem;color:#e9ecef;line-height:1.7;margin:0}
.operational-layer{padding:3.5rem 5%;background:linear-gradient(135deg,#1a1a1a 0%,#161F17 50%,#1a1a1a 100%);margin:0;position:relative}
.operational-layer::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#BFC573 50%,transparent 100%)}
.operational-layer h2{font-size:2rem;color:#398B2C;margin:0 0 2rem;font-weight:600;text-align:center}
.dual-stream-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}
.stream-column{background:#398b2c0d;padding:2.5rem;border-radius:6px;border:1px solid #bfc57326}
.stream-column h3{font-size:1.6rem;color:#BFC573;margin:0 0 1.5rem;font-weight:600;position:relative;padding-left:1.5rem}
.stream-column h3::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#398B2C;border-radius:50%}
.stream-column p{font-size:1rem;color:#e9ecef;line-height:1.75;margin:0 0 1.2rem}
.agency-boundaries{padding:3.5rem 5%;background:#2c2c2c;margin:0}
.agency-boundaries h2{font-size:2rem;color:#BFC573;margin:0 0 2rem;font-weight:600}
.control-matrix{display:flex;flex-direction:column;gap:1.5rem}
.control-item{background:linear-gradient(90deg,#398b2c14 0%,transparent 100%);padding:1.8rem 2.5rem;border-left:4px solid #398B2C;transition:all .3s ease}
.control-item:hover{background:linear-gradient(90deg,#398b2c26 0%,#bfc5730d 100%);transform:translateX(8px)}
.control-item h4{font-size:1.3rem;color:#BFC573;margin:0 0 .8rem;font-weight:600}
.control-item p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.experiential-lens{padding:3.5rem 5%;background:linear-gradient(to bottom,#1a1a1a 0%,#161F17 100%);margin:0}
.experiential-lens h2{font-size:2rem;color:#398B2C;margin:0 0 2.5rem;font-weight:600;text-align:center}
.perception-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.perception-card{background:#bfc5730a;padding:2rem;border-radius:8px;border:1px solid #398b2c33;text-align:center;transition:all .3s ease}
.perception-card:hover{background:#bfc57314;border-color:#BFC573}
.perception-icon{font-size:2.5rem;margin-bottom:1rem}
.perception-card h3{font-size:1.3rem;color:#BFC573;margin:0 0 1rem;font-weight:600}
.perception-card p{font-size:.95rem;color:#e9ecef;line-height:1.6;margin:0}
.temporal-disclosure{padding:3.5rem 5%;background:#2c2c2c;margin:0;border-top:2px solid #398b2c4d}
.temporal-disclosure h2{font-size:2rem;color:#BFC573;margin:0 0 2rem;font-weight:600}
.temporal-disclosure p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin:0 0 1.5rem}
.revision-marker{display:inline-block;background:#398b2c26;color:#BFC573;padding:.4rem 1rem;border-radius:4px;font-size:.9rem;font-weight:600;margin-top:1rem}
.interpretive-closure{padding:4rem 5%;background:linear-gradient(135deg,#161F17 0%,#1a1a1a 100%);margin:0;position:relative}
.interpretive-closure::before{content:'';position:absolute;top:0;left:5%;right:5%;height:1px;background:linear-gradient(90deg,transparent 0%,#398B2C 50%,transparent 100%)}
.closure-content{max-width:900px;margin:0 auto;text-align:center}
.closure-content h2{font-size:1.8rem;color:#BFC573;margin:0 0 1.5rem;font-weight:600}
.closure-content p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin:0 0 2rem}
.contact-data-block{background:#398b2c14;padding:2rem;border-radius:6px;border:1px solid #bfc57333;display:inline-block;text-align:left;margin-top:1rem}
.contact-data-block p{font-size:.95rem;color:#e9ecef;margin:.5rem 0;line-height:1.6}
.contact-data-block a{color:#BFC573;text-decoration:none;transition:color .2s ease}
.contact-data-block a:hover{color:#398B2C}
@media (max-width: 992px) {
.dual-stream-container{grid-template-columns:1fr;gap:2rem}
.perception-grid{grid-template-columns:1fr;gap:1.5rem}
.cookie-policy-header h1{font-size:2.2rem}
}
@media (max-width: 768px) {
.cookie-policy-header{padding:3rem 1.5rem}
.cookie-policy-header h1{font-size:1.9rem}
.policy-narrative-block,.operational-layer,.agency-boundaries,.experiential-lens,.temporal-disclosure,.interpretive-closure{padding:2.5rem 4%}
.technology-mosaic{padding:2.5rem 4%;gap:1.5rem}
.stream-column{padding:1.8rem}
.control-item{padding:1.5rem 1.8rem}
}
@media (max-width: 576px) {
.cookie-policy-header h1{font-size:1.6rem}
.cookie-policy-subheading{font-size:1rem}
.policy-narrative-block h2,.operational-layer h2,.agency-boundaries h2,.experiential-lens h2,.temporal-disclosure h2,.closure-content h2{font-size:1.6rem}
.tech-fragment,.stream-column,.perception-card{padding:1.5rem}
}
.privacy-policy-container{background:#1a1a1a;color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;padding:0;margin:0}
.privacy-hero-section{background:linear-gradient(135deg,#161F17 0%,#2c2c2c 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #398B2C}
.privacy-hero-section h1{font-size:2.8rem;font-weight:700;color:#BFC573;margin:0 0 20px;letter-spacing:-.5px}
.privacy-last-updated{font-size:.95rem;color:#e9ecef;margin:0;opacity:.8}
.privacy-main-content{max-width:100%;padding:60px 5% 80px;background:#1a1a1a}
.privacy-intro-block{background:linear-gradient(to right,#161F17,#2c2c2c);padding:40px;border-left:5px solid #398B2C;margin-bottom:50px;border-radius:8px}
.privacy-intro-block p{font-size:1.15rem;color:#e9ecef;margin:0 0 15px;line-height:1.8}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-wrapper{margin-bottom:55px}
.privacy-section-wrapper h2{font-size:2rem;color:#BFC573;margin:0 0 25px;padding-bottom:12px;border-bottom:2px solid #398B2C;font-weight:600;position:relative}
.privacy-section-wrapper h2::before{content:'';position:absolute;left:0;bottom:-2px;width:60px;height:2px;background:#BFC573}
.privacy-section-wrapper h3{font-size:1.5rem;color:#398B2C;margin:35px 0 18px;font-weight:600}
.privacy-section-wrapper p{font-size:1.05rem;color:#e9ecef;margin:0 0 18px;line-height:1.75}
.privacy-section-wrapper ul{list-style:none;padding:0;margin:20px 0 25px}
.privacy-section-wrapper ul li{position:relative;padding-left:30px;margin-bottom:12px;color:#e9ecef;font-size:1.05rem;line-height:1.7}
.privacy-section-wrapper ul li::before{content:'→';position:absolute;left:0;color:#398B2C;font-weight:700;font-size:1.2rem}
.privacy-data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-data-card{background:#2c2c2c;padding:30px;border-radius:10px;border:1px solid #398B2C;transition:all .3s ease}
.privacy-data-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #398b2c33;border-color:#BFC573}
.privacy-data-card h4{font-size:1.3rem;color:#BFC573;margin:0 0 15px;font-weight:600}
.privacy-data-card p{font-size:1rem;color:#e9ecef;margin:0;line-height:1.65}
.privacy-highlight-box{background:linear-gradient(135deg,#161F17 0%,#343a40 100%);padding:35px;border-radius:8px;margin:35px 0;border:2px solid #398B2C;position:relative}
.privacy-highlight-box::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#398B2C,#BFC573);border-radius:8px;z-index:-1;opacity:.3}
.privacy-highlight-box h3{color:#BFC573;margin-top:0}
.privacy-rights-list{display:flex;flex-direction:column;gap:20px;margin:25px 0}
.privacy-right-item{background:#2c2c2c;padding:25px;border-left:4px solid #398B2C;border-radius:5px;transition:background .3s ease}
.privacy-right-item:hover{background:#343a40}
.privacy-right-item strong{color:#BFC573;font-size:1.15rem;display:block;margin-bottom:10px}
.privacy-contact-section{background:linear-gradient(to bottom right,#161F17,#2c2c2c);padding:50px;border-radius:12px;margin:50px 0 0;text-align:center;border:3px solid #398B2C}
.privacy-contact-section h2{font-size:2.2rem;color:#BFC573;margin:0 0 30px;border:none}
.privacy-contact-section h2::before{display:none}
.privacy-contact-details{display:flex;flex-direction:column;gap:20px;align-items:center;margin-top:25px}
.privacy-contact-item{background:#398b2c1a;padding:20px 35px;border-radius:8px;font-size:1.1rem;color:#e9ecef;border:1px solid #398B2C;min-width:300px}
.privacy-contact-item strong{color:#BFC573;display:block;margin-bottom:8px;font-size:.95rem;text-transform:uppercase;letter-spacing:1px}
.privacy-table-wrapper{overflow-x:auto;margin:30px 0;background:#2c2c2c;padding:20px;border-radius:8px;border:1px solid #398B2C}
.privacy-comparison-table{width:100%;border-collapse:collapse;color:#e9ecef}
.privacy-comparison-table th{background:#161F17;color:#BFC573;padding:18px;text-align:left;font-weight:600;font-size:1.1rem;border-bottom:2px solid #398B2C}
.privacy-comparison-table td{padding:15px 18px;border-bottom:1px solid #495057;font-size:1rem;line-height:1.6}
.privacy-comparison-table tr:last-child td{border-bottom:none}
.privacy-comparison-table tr:hover{background:#398b2c0d}
.privacy-accent-term{color:#398B2C;font-weight:600;position:relative}
.privacy-divider-wave{height:3px;background:linear-gradient(90deg,transparent,#398B2C,transparent);margin:50px 0;position:relative}
.privacy-divider-dots{height:2px;background-image:radial-gradient(circle,#398B2C 1px,transparent 1px);background-size:8px 8px;margin:45px 0;opacity:.5}
@media (max-width: 768px) {
.privacy-hero-section{padding:60px 15px 40px}
.privacy-hero-section h1{font-size:2rem}
.privacy-main-content{padding:40px 15px 60px}
.privacy-intro-block{padding:25px}
.privacy-section-wrapper h2{font-size:1.6rem}
.privacy-section-wrapper h3{font-size:1.3rem}
.privacy-data-grid{grid-template-columns:1fr;gap:20px}
.privacy-contact-section{padding:30px 20px}
.privacy-contact-item{min-width:auto;width:100%}
.privacy-comparison-table{font-size:.9rem}
.privacy-comparison-table th,.privacy-comparison-table td{padding:12px 10px}
}
@media (max-width: 480px) {
.privacy-hero-section h1{font-size:1.7rem}
.privacy-section-wrapper h2{font-size:1.4rem}
.privacy-intro-block{padding:20px}
.privacy-data-card{padding:20px}
.privacy-highlight-box{padding:25px}
.privacy-contact-section h2{font-size:1.8rem}
}
.success-page-wrapper{background:linear-gradient(165deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;overflow:hidden}
.success-page-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:150%;background:radial-gradient(circle,#398b2c14 0%,transparent 70%);pointer-events:none}
.success-page-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:60%;height:120%;background:radial-gradient(circle,#bfc5730f 0%,transparent 65%);pointer-events:none}
.success-content-container{max-width:720px;width:100%;position:relative;z-index:2}
.success-visual-marker{width:85px;height:85px;margin:0 auto 2.5rem;position:relative;display:flex;align-items:center;justify-content:center}
.success-visual-marker::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#398B2C 0%,#BFC573 100%);border-radius:50%;opacity:.15;animation:pulse-glow 2.5s ease-in-out infinite}
.success-visual-marker::after{content:'';font-size:3rem;color:#BFC573;font-weight:300;position:relative;z-index:1}
@keyframes pulse-glow {
0%,100%{transform:scale(1);opacity:.15}
50%{transform:scale(1.15);opacity:.25}
}
.success-main-heading{font-size:2.5rem;font-weight:600;color:#f8f9fa;text-align:center;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}
.success-subheading{font-size:1.15rem;color:#BFC573;text-align:center;margin-bottom:2.5rem;line-height:1.6;font-weight:400}
.success-info-block{background:#398b2c14;border:1px solid #bfc57333;border-radius:12px;padding:2rem;margin-bottom:2.5rem}
.success-info-block p{color:#e9ecef;font-size:1rem;line-height:1.75;margin-bottom:1.25rem}
.success-info-block p:last-child{margin-bottom:0}
.success-info-block strong{color:#BFC573;font-weight:500}
.success-timeline-wrapper{margin-bottom:3rem;padding:0 1rem}
.success-timeline-item{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}
.success-timeline-item:last-child{margin-bottom:0}
.success-timeline-marker{width:42px;height:42px;min-width:42px;background:linear-gradient(135deg,#398B2C 0%,#2c6d22 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600;color:#f8f9fa;font-size:1.1rem;position:relative;box-shadow:0 4px 12px #398b2c40}
.success-timeline-content h3{font-size:1.1rem;color:#BFC573;margin-bottom:.5rem;font-weight:500}
.success-timeline-content p{color:#e9ecef;font-size:.95rem;line-height:1.6;margin:0}
.success-actions-area{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:3rem}
.success-btn-primary{background:linear-gradient(135deg,#398B2C 0%,#2c6d22 100%);color:#fff;padding:.95rem 2rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:1rem;display:inline-block;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 15px #398b2c4d;position:relative;z-index:10}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #398b2c66;background:linear-gradient(135deg,#2c6d22 0%,#398B2C 100%)}
.success-btn-secondary{background:transparent;color:#BFC573;padding:.95rem 2rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:1rem;display:inline-block;transition:all .3s ease;border:2px solid #BFC573;position:relative;z-index:10}
.success-btn-secondary:hover{background:#bfc5731a;transform:translateY(-2px);border-color:#d4db8a}
.success-contact-snippet{text-align:center;margin-top:3rem;padding-top:2.5rem;border-top:1px solid #bfc57326}
.success-contact-snippet p{color:#e9ecef;font-size:.95rem;margin-bottom:.75rem;line-height:1.6}
.success-contact-snippet a{color:#BFC573;text-decoration:none;font-weight:500;transition:color .3s ease}
.success-contact-snippet a:hover{color:#d4db8a}
@media (max-width: 768px) {
.success-page-wrapper{padding:2rem 1rem;min-height:auto}
.success-main-heading{font-size:1.85rem}
.success-subheading{font-size:1.05rem}
.success-visual-marker{width:70px;height:70px;margin-bottom:2rem}
.success-visual-marker::after{font-size:2.5rem}
.success-info-block{padding:1.5rem}
.success-timeline-item{gap:1rem}
.success-timeline-marker{width:38px;height:38px;min-width:38px;font-size:1rem}
.success-timeline-content h3{font-size:1rem}
.success-timeline-content p{font-size:.9rem}
.success-actions-area{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{text-align:center;width:100%}
.success-contact-snippet{margin-top:2rem;padding-top:2rem}
}
@media (max-width: 480px) {
.success-main-heading{font-size:1.65rem}
.success-info-block{padding:1.25rem}
.success-timeline-wrapper{padding:0 .5rem}
}