*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'General Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.7;color:#212529;background:#fff;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:opacity .25s ease}
a:hover{opacity:.75}
a:focus-visible{outline:3px solid #FFD46A;outline-offset:3px}
button{cursor:pointer;border:none;background:none;font-family:inherit;transition:opacity .25s ease}
button:hover{opacity:.8}
button:focus-visible{outline:3px solid #FFD46A;outline-offset:3px}
.header_master_wrap{background:linear-gradient(155deg,#FFFBED 0%,#fff 100%);border-bottom:2px solid #361e2414}
.top_credential_bar{background:#361E24;padding:12px 0}
.credential_inner_box{max-width:1240px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}
.cert_badge_item{display:flex;align-items:center;gap:10px;color:#FFFBED;font-size:.875rem;font-weight:500}
.cert_icon_circle{width:28px;height:28px;background:linear-gradient(135deg,#FFD46A,#FFFBED);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cert_icon_check{width:14px;height:14px;border:2px solid #361E24;border-left:none;border-top:none;transform:rotate(45deg) translateY(-2px)}
.header_logo_nav_section{max-width:1240px;margin:0 auto;padding:28px 24px;display:flex;justify-content:space-between;align-items:center;gap:50px;position:relative}
.logo_container_flex{flex-shrink:0;z-index:10}
.logo_image_element{height:85px;width:85px;object-fit:contain}
.primary_nav_holder{display:flex;gap:48px;align-items:center;flex-wrap:wrap}
.nav_link_standard{font-size:1.0625rem;font-weight:500;color:#361E24;position:relative;padding:8px 0;white-space:nowrap}
.nav_link_standard::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#FFD46A,#361E24);transition:width .3s ease}
.nav_link_standard:hover::after{width:100%}
.footer_grand_structure{background:linear-gradient(225deg,#361E24 0%,#4a2f35 100%);color:#FFFBED;padding:70px 24px 30px;position:relative;overflow:hidden}
.footer_radial_system{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:repeat(12,1fr);gap:30px;position:relative}
.footer_hub_center{grid-column:5 / 9;text-align:center;position:relative;z-index:2}
.footer_logo_focal{width:110px;height:110px;margin:0 auto 20px;background:#ffd46a26;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:20px;box-shadow:0 8px 32px #ffd46a40}
.footer_logo_focal img{width:100%;height:100%;object-fit:contain}
.footer_brand_title{font-size:1.75rem;font-weight:700;margin-bottom:12px;color:#FFD46A}
.footer_tagline_sub{font-size:.9375rem;color:#FFFBED;opacity:.85;line-height:1.6;margin-bottom:24px}
.footer_spoke_left{grid-column:1 / 5;position:relative}
.footer_spoke_right{grid-column:9 / 13;position:relative}
.footer_section_head{font-size:1.125rem;font-weight:600;color:#FFD46A;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}
.footer_link_cluster{display:flex;flex-direction:column;gap:14px}
.footer_link_item{color:#FFFBED;font-size:.9375rem;opacity:.9;display:inline-block;position:relative;padding-left:18px}
.footer_link_item::before{content:'→';position:absolute;left:0;color:#FFD46A;transition:transform .25s ease}
.footer_link_item:hover::before{transform:translateX(4px)}
.footer_contact_display{margin-top:28px}
.footer_contact_line{font-size:.9375rem;margin-bottom:10px;opacity:.9}
.footer_contact_line a{color:#FFD46A;text-decoration:underline;text-decoration-color:#ffd46a66}
.footer_contact_line a:hover{text-decoration-color:#FFD46A}
.footer_ornament_layer{position:absolute;width:420px;height:420px;border:2px solid #ffd46a1f;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}
.footer_ornament_layer:nth-child(2){width:560px;height:560px;border-color:#ffd46a14}
.footer_ornament_layer:nth-child(3){width:700px;height:700px;border-color:#ffd46a0a}
.footer_bottom_seal{margin-top:60px;padding-top:28px;border-top:1px solid #ffd46a33;text-align:center;font-size:.875rem;opacity:.75}
.consent_drift_apparatus{position:fixed;bottom:30px;right:30px;max-width:440px;background:linear-gradient(165deg,#FFFBED 0%,#fff 100%);border:2px solid #361E24;box-shadow:0 12px 48px #361e2440;padding:32px;z-index:9999;opacity:0;transform:translateY(30px);transition:opacity .4s ease,transform .4s ease;display:none}
.consent_drift_apparatus.visible_state{display:block;opacity:1;transform:translateY(0)}
.consent_header_block{margin-bottom:20px}
.consent_title_phrase{font-size:1.375rem;font-weight:700;color:#361E24;margin-bottom:10px}
.consent_explanation_text{font-size:.9375rem;line-height:1.6;color:#495057}
.consent_category_matrix{margin:24px 0;display:flex;flex-direction:column;gap:16px}
.category_toggle_row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#361e240a;border-radius:6px;border:1px solid #361e241a}
.category_label_text{font-size:.9375rem;font-weight:600;color:#361E24;flex:1}
.category_desc_mini{font-size:.8125rem;color:#6c757d;margin-top:4px}
.toggle_switch_custom{position:relative;width:52px;height:28px;background:#d1d5db;border-radius:14px;cursor:pointer;transition:background .3s ease;flex-shrink:0}
.toggle_switch_custom.active_mode{background:linear-gradient(135deg,#FFD46A,#ffc947)}
.toggle_knob_circle{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 6px #0003}
.toggle_switch_custom.active_mode .toggle_knob_circle{transform:translateX(24px)}
.consent_action_buttons{display:flex;gap:12px;margin-top:24px}
.consent_btn_primary{flex:1;padding:14px 24px;background:linear-gradient(135deg,#361E24,#4a2f35);color:#FFFBED;font-weight:600;font-size:.9375rem;border-radius:6px;min-width:44px;min-height:44px}
.consent_btn_secondary{flex:1;padding:14px 24px;background:none;color:#361E24;font-weight:600;font-size:.9375rem;border:2px solid #361E24;border-radius:6px;min-width:44px;min-height:44px}
.consent_btn_tertiary{width:100%;padding:12px;background:none;color:#6c757d;font-weight:500;font-size:.875rem;margin-top:10px;text-decoration:underline;min-height:44px}
@media (max-width: 968px) {
.header_logo_nav_section{flex-direction:column;align-items:center;gap:28px}
.primary_nav_holder{justify-content:center;gap:32px}
.footer_radial_system{grid-template-columns:1fr;gap:40px}
.footer_hub_center,.footer_spoke_left,.footer_spoke_right{grid-column:1 / -1;text-align:center}
.footer_link_item{padding-left:0}
.footer_link_item::before{display:none}
.consent_drift_apparatus{right:16px;left:16px;bottom:16px;max-width:none;padding:24px}
.consent_action_buttons{flex-direction:column}
}
@media (max-width: 640px) {
.credential_inner_box{gap:20px;font-size:.8125rem}
.primary_nav_holder{flex-direction:column;gap:20px}
.logo_image_element{height:70px;width:70px}
}
.evenements-hero-wrapper{background:linear-gradient(135deg,#FFFBED 0%,#f8f9fa 100%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.evenements-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ffd46a26 0%,transparent 70%);border-radius:50%}
.evenements-hero-content{max-width:850px;margin:0 auto;position:relative;z-index:2}
.evenements-hero-content h1{font-size:2.8rem;color:#361E24;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.evenements-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FFD46A 0%,#361E24 100%);margin-top:1rem}
.evenements-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.evenements-calendrier-section{background:#fff;padding:5rem 2rem}
.evenements-calendrier-inner{max-width:1100px;margin:0 auto}
.evenements-section-intro{text-align:center;margin-bottom:3.5rem}
.evenements-section-intro h2{font-size:2.2rem;color:#361E24;margin-bottom:1rem;font-weight:700;position:relative;display:inline-block}
.evenements-section-intro h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:2px;background:#FFD46A}
.evenements-section-intro h2::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:30px;height:2px;background:#FFD46A}
.evenements-section-intro p{font-size:1.05rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.evenements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}
.evenement-carte{background:#fafbfc;border:1px solid #e9ecef;border-radius:8px;padding:2rem;position:relative;transition:all .3s ease}
.evenement-carte:hover{transform:translateY(-4px);box-shadow:0 8px 24px #361e241f;border-color:#FFD46A}
.evenement-date-badge{position:absolute;top:-15px;left:25px;background:#361E24;color:#FFFBED;padding:.5rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #361e2433}
.evenement-carte h3{font-size:1.5rem;color:#361E24;margin:1.5rem 0 .8rem;font-weight:600}
.evenement-carte p{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:1.2rem}
.evenement-details-list{list-style:none;padding:0;margin:1.5rem 0}
.evenement-details-list li{padding:.5rem 0;color:#495057;font-size:.9rem;border-bottom:1px dashed #e9ecef}
.evenement-details-list li:last-child{border-bottom:none}
.evenement-details-list li strong{color:#361E24;margin-right:.5rem}
.evenement-cta-btn{display:inline-block;background:#FFD46A;color:#361E24;padding:.75rem 1.8rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;margin-top:.5rem}
.evenement-cta-btn:hover{background:#361E24;color:#FFFBED;transform:scale(1.05);box-shadow:0 6px 20px #361e2440;text-decoration:none}
.evenements-atelier-section{background:linear-gradient(180deg,#f8f9fa 0%,#FFFBED 100%);padding:5rem 2rem;position:relative}
.evenements-atelier-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6px;background:repeating-linear-gradient(90deg,#FFD46A 0px,#FFD46A 20px,transparent 20px,transparent 40px)}
.evenements-atelier-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.evenements-atelier-visuel{position:relative}
.evenements-atelier-visuel img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 12px 36px #361e2426}
.evenements-atelier-visuel::before{content:'';position:absolute;top:-20px;left:-20px;width:100%;height:100%;border:3px solid #FFD46A;border-radius:12px;z-index:-1}
.evenements-atelier-contenu h2{font-size:2.3rem;color:#361E24;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.evenements-atelier-contenu h2 span{color:#FFD46A;position:relative}
.evenements-atelier-contenu h2 span::after{content:'';position:absolute;bottom:-5px;left:0;right:0;height:3px;background:#361E24}
.evenements-atelier-contenu p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.evenements-themes-grille{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:2rem 0}
.theme-badge{background:#fff;border:2px solid #e9ecef;padding:1rem;border-radius:8px;font-size:.95rem;color:#361E24;font-weight:500;text-align:center;transition:all .3s ease}
.theme-badge:hover{border-color:#FFD46A;background:#FFFBED;transform:scale(1.05)}
.evenements-atelier-contenu .evenement-cta-btn{margin-top:1.5rem}
.evenements-inscription-section{background:#fff;padding:5rem 2rem}
.evenements-inscription-wrapper{max-width:900px;margin:0 auto;text-align:center}
.evenements-inscription-wrapper h2{font-size:2.4rem;color:#361E24;margin-bottom:1rem;font-weight:700}
.evenements-inscription-wrapper p{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.evenements-info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0}
.info-card-item{background:#fafbfc;padding:2rem 1.5rem;border-radius:10px;border:2px solid #e9ecef;position:relative;transition:all .3s ease}
.info-card-item::before{content:'';position:absolute;top:-2px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#FFD46A;border-radius:0 0 4px 4px}
.info-card-item:hover{border-color:#FFD46A;transform:translateY(-5px);box-shadow:0 8px 24px #361e241a}
.info-card-item h3{font-size:1.3rem;color:#361E24;margin-bottom:1rem;font-weight:600}
.info-card-item p{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:0}
.evenements-contact-final{background:linear-gradient(135deg,#361E24 0%,#4a2930 100%);padding:2.5rem;border-radius:12px;margin-top:3rem}
.evenements-contact-final p{color:#FFFBED;font-size:1.1rem;margin-bottom:1.5rem}
.evenements-contact-details{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}
.contact-detail-bloc{color:#FFFBED;font-size:1rem}
.contact-detail-bloc strong{color:#FFD46A;display:block;margin-bottom:.3rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}
.contact-detail-bloc a{color:#FFFBED;text-decoration:none;transition:color .3s ease}
.contact-detail-bloc a:hover{color:#FFD46A}
@media (max-width: 992px) {
.evenements-atelier-container{grid-template-columns:1fr;gap:2rem}
.evenements-info-cards{grid-template-columns:1fr;gap:1.5rem}
.evenements-themes-grille{grid-template-columns:1fr}
.evenements-section-intro h2::before,.evenements-section-intro h2::after{display:none}
}
@media (max-width: 768px) {
.evenements-hero-content h1{font-size:2rem}
.evenements-grid{grid-template-columns:1fr}
.evenements-atelier-visuel img{height:300px}
.evenements-contact-details{flex-direction:column;gap:1.5rem;text-align:center}
.evenements-hero-wrapper{padding:3rem 1.5rem 2rem}
.evenements-calendrier-section,.evenements-atelier-section,.evenements-inscription-section{padding:3rem 1.5rem}
}
.news-page-2025{background:#FFFBED;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.news-hero-block{background:linear-gradient(135deg,#361E24 0%,#4a2933 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.news-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ffd46a1a 0%,transparent 70%);border-radius:50%}
.news-hero-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.news-hero-label{display:inline-block;background:#FFD46A;color:#361E24;padding:8px 24px;border-radius:30px;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:24px}
.news-hero-content h1{color:#FFFBED;font-size:48px;font-weight:700;line-height:1.2;margin:0 0 20px}
.news-hero-content p{color:#fffbedd9;font-size:19px;line-height:1.6;margin:0}
.featured-articles-section{padding:70px 20px;background:#fff}
.featured-articles-section .container{max-width:1140px;margin:0 auto}
.section-header-news{text-align:center;margin-bottom:50px}
.section-header-news h2{color:#361E24;font-size:36px;font-weight:700;margin:0 0 16px;position:relative;display:inline-block}
.section-header-news h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#FFD46A;border-radius:2px}
.section-header-news p{color:#495057;font-size:17px;line-height:1.6;margin:20px 0 0}
.articles-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-top:40px}
.article-card-item{background:#f8f9fa;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e9ecef}
.article-card-item:hover{transform:translateY(-6px);box-shadow:0 12px 28px #361e241f}
.article-image-wrapper{width:100%;height:240px;overflow:hidden;position:relative}
.article-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.article-card-item:hover .article-image-wrapper img{transform:scale(1.08)}
.article-date-badge{position:absolute;top:16px;left:16px;background:#FFD46A;color:#361E24;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600}
.article-content-box{padding:28px 24px}
.article-content-box h3{color:#361E24;font-size:22px;font-weight:600;line-height:1.4;margin:0 0 14px}
.article-content-box p{color:#495057;font-size:15px;line-height:1.6;margin:0 0 20px}
.article-read-link{color:#361E24;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;transition:color .2s ease}
.article-read-link:hover{color:#FFD46A}
.article-read-link::after{content:'→';margin-left:8px;transition:transform .2s ease}
.article-read-link:hover::after{transform:translateX(4px)}
.insights-trends-block{padding:80px 20px;background:linear-gradient(180deg,#FFFBED 0%,#fff 100%);position:relative}
.insights-trends-block::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#FFD46A 50%,transparent 100%)}
.insights-trends-block .container{max-width:1140px;margin:0 auto}
.insights-header-section{margin-bottom:50px}
.insights-header-section h2{color:#361E24;font-size:38px;font-weight:700;margin:0 0 18px}
.insights-header-section h2::before{content:'';display:inline-block;width:6px;height:36px;background:#FFD46A;margin-right:14px;vertical-align:middle;border-radius:3px}
.insights-header-section p{color:#495057;font-size:17px;line-height:1.7;max-width:780px}
.insights-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.insights-text-column{display:flex;flex-direction:column;gap:32px}
.insight-topic-box{background:#fff;padding:28px;border-radius:10px;border-left:5px solid #FFD46A;box-shadow:0 4px 12px #361e240f}
.insight-topic-box h3{color:#361E24;font-size:20px;font-weight:600;margin:0 0 12px}
.insight-topic-box p{color:#495057;font-size:15px;line-height:1.6;margin:0}
.insight-topic-box span{color:#FFD46A;font-weight:600}
.insights-visual-column img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #361e241f}
.newsletter-cta-section{background:linear-gradient(135deg,#361E24 0%,#4a2933 100%);padding:60px 20px;margin-top:40px;border-radius:16px;position:relative;overflow:hidden}
.newsletter-cta-section::after{content:'';position:absolute;bottom:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#ffd46a26 0%,transparent 70%);border-radius:50%}
.newsletter-inner-content{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2}
.newsletter-inner-content h3{color:#FFFBED;font-size:32px;font-weight:700;margin:0 0 16px}
.newsletter-inner-content p{color:#fffbedd9;font-size:17px;line-height:1.6;margin:0 0 32px}
.newsletter-btn-link{display:inline-block;background:#FFD46A;color:#361E24;padding:16px 40px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.newsletter-btn-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffd46a4d}
@media (max-width: 768px) {
.news-hero-content h1{font-size:34px}
.news-hero-content p{font-size:17px}
.section-header-news h2{font-size:28px}
.articles-grid-layout{grid-template-columns:1fr;gap:28px}
.insights-content-wrapper{grid-template-columns:1fr;gap:35px}
.insights-header-section h2{font-size:30px}
.newsletter-inner-content h3{font-size:26px}
}
.budget-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#FFFBED 0%,#f5f0e8 100%)}
.budget-hero-section::before{content:'';position:absolute;top:0;right:0;width:55%;height:100%;background:url(./web_visuals/xjQ5Sumh.jpg) no-repeat center/cover;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);z-index:1}
.budget-hero-section::after{content:'';position:absolute;top:0;right:0;width:55%;height:100%;background:linear-gradient(90deg,#FFFBED 0%,transparent 40%);z-index:2}
.hero-content-wrapper{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:80px 20px}
.hero-main-title{font-size:3.8rem;font-weight:800;color:#361E24;line-height:1.1;margin:0 0 30px;max-width:620px;letter-spacing:-.02em}
.hero-main-title span{position:relative;display:inline-block}
.hero-main-title span::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:6px;background:linear-gradient(90deg,#FFD46A 0%,transparent 100%)}
.hero-description-text{font-size:1.35rem;color:#495057;line-height:1.7;margin:0 0 40px;max-width:560px}
.hero-cta-button{display:inline-block;padding:18px 45px;background:#361E24;color:#FFFBED;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #361e2433}
.hero-cta-button:hover{background:#4a2832;transform:translateY(-2px);box-shadow:0 6px 20px #361e244d}
@media (max-width: 768px) {
.budget-hero-section::before{width:100%;clip-path:none;opacity:.15}
.hero-main-title{font-size:2.5rem}
.hero-description-text{font-size:1.1rem}
}
.methodology-block{background:#fff;padding:100px 20px;position:relative;overflow:hidden}
.methodology-block::before{content:'';position:absolute;top:-50px;left:-50px;width:300px;height:300px;background:radial-gradient(circle,#ffd46a26 0%,transparent 70%);border-radius:50%}
.methodology-inner-container{max-width:1200px;margin:0 auto;position:relative}
.methodology-heading{font-size:2.8rem;font-weight:700;color:#361E24;margin:0 0 20px;position:relative;display:inline-block}
.methodology-heading::before{content:'';position:absolute;top:-15px;left:-15px;width:60px;height:60px;background:#FFD46A;opacity:.3;border-radius:50%;z-index:-1}
.methodology-intro-text{font-size:1.25rem;color:#495057;line-height:1.8;margin:0 0 60px;max-width:800px}
.methodology-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.methodology-visual-area{position:relative}
.methodology-visual-area img{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #361e2426}
.methodology-content-area{padding:30px 0}
.methodology-principle-item{margin:0 0 45px;position:relative;padding-left:50px}
.methodology-principle-item::before{content:'';position:absolute;left:0;top:5px;width:32px;height:32px;background:linear-gradient(135deg,#FFD46A 0%,#f5c84d 100%);border-radius:6px}
.methodology-principle-title{font-size:1.4rem;font-weight:700;color:#361E24;margin:0 0 12px}
.methodology-principle-desc{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
@media (max-width: 968px) {
.methodology-grid-layout{grid-template-columns:1fr;gap:40px}
.methodology-visual-area img{height:400px}
}
.challenges-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:90px 20px;position:relative}
.challenges-container-inner{max-width:1100px;margin:0 auto}
.challenges-title-main{font-size:2.6rem;font-weight:700;color:#361E24;text-align:center;margin:0 0 70px;position:relative}
.challenges-title-main::after{content:'';position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#FFD46A}
.challenges-flex-wrapper{display:flex;gap:40px;align-items:stretch}
.challenge-card-item{flex:1;background:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 4px 20px #361e2414;position:relative;transition:all .3s ease}
.challenge-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #361e2426}
.challenge-card-item::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#FFD46A 0%,#361E24 100%);border-radius:10px 0 0 10px}
.challenge-icon-box{width:70px;height:70px;background:linear-gradient(135deg,#FFFBED 0%,#FFD46A 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 25px;font-size:2rem;color:#361E24}
.challenge-card-heading{font-size:1.5rem;font-weight:700;color:#361E24;margin:0 0 15px}
.challenge-card-text{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
@media (max-width: 768px) {
.challenges-flex-wrapper{flex-direction:column}
}
.practical-tools-zone{background:#361E24;padding:100px 20px;position:relative;overflow:hidden}
.practical-tools-zone::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffd46a1a 0%,transparent 70%);border-radius:50%}
.tools-inner-wrapper{max-width:1200px;margin:0 auto;position:relative}
.tools-section-header{font-size:2.7rem;font-weight:700;color:#FFFBED;margin:0 0 25px;max-width:700px}
.tools-intro-paragraph{font-size:1.2rem;color:#FFD46A;line-height:1.8;margin:0 0 60px;max-width:750px}
.tools-asymmetric-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:45px;align-items:center}
.tools-visual-column img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000004d}
.tools-content-column{padding:20px 0}
.tool-feature-row{margin:0 0 35px;padding-left:60px;position:relative}
.tool-feature-row::before{content:'';position:absolute;left:0;top:0;width:44px;height:44px;background:#FFD46A;border-radius:8px;box-shadow:0 4px 15px #ffd46a4d}
.tool-feature-name{font-size:1.35rem;font-weight:700;color:#FFD46A;margin:0 0 10px}
.tool-feature-description{font-size:1.05rem;color:#FFFBED;line-height:1.7;margin:0}
@media (max-width: 968px) {
.tools-asymmetric-grid{grid-template-columns:1fr}
.tools-visual-column img{height:350px}
}
.transformation-narrative-section{background:linear-gradient(135deg,#FFFBED 0%,#fff 100%);padding:95px 20px;position:relative}
.transformation-content-box{max-width:1150px;margin:0 auto}
.transformation-main-heading{font-size:2.9rem;font-weight:700;color:#361E24;margin:0 0 50px;text-align:center}
.transformation-diagonal-split{display:grid;grid-template-columns:1fr 1fr;gap:0;position:relative}
.transformation-story-panel{padding:60px 50px;background:#fff;clip-path:polygon(0 0,100% 0,95% 100%,0 100%);position:relative}
.transformation-story-subhead{font-size:1.6rem;font-weight:700;color:#361E24;margin:0 0 20px;position:relative;padding-left:25px}
.transformation-story-subhead::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:50px;background:linear-gradient(180deg,#FFD46A 0%,#361E24 100%)}
.transformation-story-paragraph{font-size:1.1rem;color:#495057;line-height:1.8;margin:0 0 20px}
.transformation-image-panel{position:relative;clip-path:polygon(5% 0,100% 0,100% 100%,0 100%)}
.transformation-image-panel img{width:100%;height:100%;object-fit:cover;display:block}
@media (max-width: 968px) {
.transformation-diagonal-split{grid-template-columns:1fr}
.transformation-story-panel,.transformation-image-panel{clip-path:none}
.transformation-image-panel img{height:400px}
}
.program-structure-area{background:#f8f9fa;padding:90px 20px;position:relative}
.structure-main-container{max-width:1100px;margin:0 auto}
.structure-primary-title{font-size:2.7rem;font-weight:700;color:#361E24;margin:0 0 65px;text-align:center;position:relative}
.structure-primary-title::before{content:'';position:absolute;top:-25px;left:50%;transform:translateX(-50%);width:100px;height:100px;background:radial-gradient(circle,#ffd46a33 0%,transparent 70%);border-radius:50%;z-index:-1}
.structure-masonry-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px}
.structure-module-card{background:#fff;padding:45px 35px;border-radius:12px;box-shadow:0 5px 25px #361e241a;position:relative;transition:all .3s ease}
.structure-module-card:hover{transform:scale(1.03);box-shadow:0 8px 35px #361e242e}
.module-number-badge{position:absolute;top:-18px;right:25px;width:50px;height:50px;background:linear-gradient(135deg,#FFD46A 0%,#f5c84d 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:800;color:#361E24;box-shadow:0 4px 15px #ffd46a66}
.module-card-title{font-size:1.45rem;font-weight:700;color:#361E24;margin:0 0 18px}
.module-card-description{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 25px}
.module-detail-list{list-style:none;margin:0;padding:0}
.module-detail-list li{font-size:1rem;color:#495057;margin:0 0 10px;padding-left:30px;position:relative}
.module-detail-list li::before{content:'';position:absolute;left:0;top:0;color:#FFD46A;font-weight:700;font-size:1.2rem}
@media (max-width: 768px) {
.structure-masonry-layout{grid-template-columns:1fr}
}
.action-journey-block{background:linear-gradient(135deg,#361E24 0%,#4a2832 100%);padding:100px 20px;position:relative;overflow:hidden}
.action-journey-block::before{content:'';position:absolute;bottom:-150px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,#ffd46a14 0%,transparent 70%);border-radius:50%}
.action-journey-block::after{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffd46a0f 0%,transparent 70%);border-radius:50%}
.journey-inner-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.journey-split-layout{display:grid;grid-template-columns:0.9fr 1.1fr;gap:60px;align-items:center}
.journey-visual-side img{width:100%;height:500px;object-fit:cover;border-radius:15px;box-shadow:0 12px 45px #0006}
.journey-content-side{padding:30px 0}
.journey-primary-heading{font-size:2.8rem;font-weight:700;color:#FFFBED;margin:0 0 25px;line-height:1.2}
.journey-descriptive-text{font-size:1.2rem;color:#FFD46A;line-height:1.8;margin:0 0 40px}
.journey-cta-link{display:inline-block;padding:18px 50px;background:#FFD46A;color:#361E24;font-size:1.15rem;font-weight:700;text-decoration:none;border-radius:10px;transition:all .3s ease;box-shadow:0 6px 20px #ffd46a4d}
.journey-cta-link:hover{background:#f5c84d;transform:translateY(-3px);box-shadow:0 8px 25px #ffd46a66}
@media (max-width: 968px) {
.journey-split-layout{grid-template-columns:1fr}
.journey-visual-side img{height:400px}
}
.contact-main-wrapper{background:linear-gradient(135deg,#FFFBED 0%,#f8f9fa 100%);min-height:auto}
.contact-intro-section{padding:4rem 2rem 3rem;background:#fff;position:relative}
.contact-intro-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#361E24 0%,#FFD46A 50%,#361E24 100%)}
.intro-content-box{max-width:780px;margin:0 auto}
.intro-content-box h1{font-size:2.8rem;line-height:1.2;color:#361E24;margin-bottom:1.5rem;font-weight:700}
.intro-description-text{font-size:1.1rem;line-height:1.7;color:#495057;margin-bottom:1rem}
.intro-description-text:last-of-type{margin-bottom:0}
.channels-display-section{padding:4rem 2rem;background:#f8f9fa}
.channels-display-section h2{font-size:2.2rem;color:#361E24;text-align:center;margin-bottom:3rem;font-weight:600;position:relative;padding-bottom:1rem}
.channels-display-section h2::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#FFD46A;border-radius:2px}
.channels-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1100px;margin:0 auto}
.channel-info-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 12px #361e2414;transition:transform .3s ease,box-shadow .3s ease}
.channel-info-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #361e241f}
.channel-card-header{font-size:1.3rem;color:#361E24;margin-bottom:1rem;font-weight:600}
.channel-card-details{font-size:1rem;line-height:1.6;color:#495057;word-break:break-word}
.channel-card-details a{color:#361E24;text-decoration:none;border-bottom:2px solid #FFD46A;transition:border-color .2s ease}
.channel-card-details a:hover{border-bottom-color:#361E24}
.form-interaction-section{padding:4rem 2rem;background:#fff}
.form-interaction-section h2{font-size:2.2rem;color:#361E24;text-align:center;margin-bottom:1.5rem;font-weight:600}
.form-helper-text{text-align:center;font-size:1.05rem;color:#495057;margin-bottom:3rem;max-width:680px;margin-left:auto;margin-right:auto;line-height:1.6}
.form-container-wrapper{max-width:720px;margin:0 auto;background:#FFFBED;padding:2.5rem;border-radius:10px;box-shadow:0 4px 16px #361e241a}
.input-group-block{margin-bottom:1.8rem}
.input-label-text{display:block;font-size:.95rem;color:#361E24;margin-bottom:.5rem;font-weight:500}
.input-field-element{width:100%;padding:.9rem 1rem;font-size:1rem;border:2px solid #e9ecef;border-radius:6px;background:#fff;color:#212529;transition:border-color .2s ease,box-shadow .2s ease}
.input-field-element:focus{outline:none;border-color:#FFD46A;box-shadow:0 0 0 3px #ffd46a33}
.textarea-field-element{width:100%;padding:.9rem 1rem;font-size:1rem;border:2px solid #e9ecef;border-radius:6px;background:#fff;color:#212529;min-height:140px;resize:vertical;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}
.textarea-field-element:focus{outline:none;border-color:#FFD46A;box-shadow:0 0 0 3px #ffd46a33}
.consent-checkbox-wrapper{margin-bottom:1.8rem;display:flex;align-items:flex-start;gap:.7rem}
.consent-checkbox-input{margin-top:.3rem;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.consent-label-text{font-size:.92rem;color:#495057;line-height:1.5}
.consent-label-text a{color:#361E24;text-decoration:underline;transition:color .2s ease}
.consent-label-text a:hover{color:#FFD46A}
.submit-button-element{width:100%;padding:1.1rem 2rem;font-size:1.1rem;font-weight:600;color:#361E24;background:#FFD46A;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease,transform .2s ease;position:relative;z-index:10}
.submit-button-element:hover{background:#ffc940;transform:translateY(-2px)}
.submit-button-element:active{transform:translateY(0)}
.location-info-section{padding:4rem 2rem;background:linear-gradient(180deg,#f8f9fa 0%,#FFFBED 100%)}
.location-info-section h2{font-size:2.2rem;color:#361E24;text-align:center;margin-bottom:2.5rem;font-weight:600}
.location-details-box{max-width:650px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:10px;box-shadow:0 4px 16px #361e241a}
.address-display-text{font-size:1.1rem;line-height:1.8;color:#495057;text-align:center;margin-bottom:1.5rem}
.address-display-text strong{color:#361E24;display:block;margin-bottom:.5rem}
.timing-info-section{padding:4rem 2rem 5rem;background:#fff}
.timing-info-section h2{font-size:2.2rem;color:#361E24;text-align:center;margin-bottom:2rem;font-weight:600}
.timing-content-box{max-width:700px;margin:0 auto;text-align:center}
.timing-paragraph-text{font-size:1.05rem;line-height:1.7;color:#495057;margin-bottom:1.2rem}
.timing-paragraph-text:last-child{margin-bottom:0}
@media (max-width: 768px) {
.contact-intro-section{padding:3rem 1.5rem 2rem}
.intro-content-box h1{font-size:2rem}
.intro-description-text{font-size:1rem}
.channels-display-section{padding:3rem 1.5rem}
.channels-display-section h2{font-size:1.8rem}
.channels-grid-layout{grid-template-columns:1fr;gap:1.5rem}
.form-interaction-section{padding:3rem 1.5rem}
.form-interaction-section h2{font-size:1.8rem}
.form-container-wrapper{padding:2rem 1.5rem}
.location-info-section{padding:3rem 1.5rem}
.location-info-section h2{font-size:1.8rem}
.location-details-box{padding:2rem 1.5rem}
.timing-info-section{padding:3rem 1.5rem 4rem}
.timing-info-section h2{font-size:1.8rem}
}
.success-stories-hero{background:linear-gradient(135deg,#FFFBED 0%,#FFF5D6 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.success-stories-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ffd46a26 0%,transparent 70%);border-radius:50%}
.success-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.success-hero-content h1{font-size:2.8rem;color:#361E24;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.success-hero-content p{font-size:1.15rem;color:#4a3033;max-width:650px;line-height:1.7}
.story-cards-section{padding:4rem 2rem;background:#fff}
.story-cards-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.story-card-item{background:#FFFBED;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #FFD46A}
.story-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 24px #361e2426}
.story-card-image{width:100%;height:240px;object-fit:cover}
.story-card-content{padding:2rem}
.story-card-content h3{font-size:1.5rem;color:#361E24;margin-bottom:1rem;font-weight:600}
.story-card-content p{font-size:1rem;color:#4a3033;line-height:1.6;margin-bottom:1.2rem}
.story-meta{display:flex;gap:1.5rem;font-size:.9rem;color:#6b5456;margin-top:1rem;padding-top:1rem;border-top:1px solid #FFD46A}
.story-meta span::before{content:'→';margin-right:.5rem;color:#FFD46A;font-weight:700}
.detailed-journey-section{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:5rem 2rem}
.journey-wrapper{max-width:1100px;margin:0 auto}
.journey-header{text-align:center;margin-bottom:4rem}
.journey-header h2{font-size:2.3rem;color:#361E24;margin-bottom:1rem;font-weight:700}
.journey-header h2::after{content:'';display:block;width:80px;height:4px;background:#FFD46A;margin:1.5rem auto 0}
.journey-header p{font-size:1.1rem;color:#4a3033;max-width:700px;margin:0 auto;line-height:1.7}
.journey-timeline{position:relative;padding-left:0}
.timeline-item{display:grid;grid-template-columns:100px 1fr;gap:2.5rem;margin-bottom:3rem;align-items:start}
.timeline-marker{width:100px;height:100px;background:linear-gradient(135deg,#361E24 0%,#4a3033 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#FFD46A;flex-shrink:0;box-shadow:0 4px 12px #361e2433;position:relative}
.timeline-content{background:#fff;padding:2rem;border-radius:10px;border-left:4px solid #FFD46A;box-shadow:0 2px 8px #00000014}
.timeline-content h3{font-size:1.4rem;color:#361E24;margin-bottom:.8rem;font-weight:600}
.timeline-content p{font-size:1rem;color:#4a3033;line-height:1.7}
.timeline-stats{display:flex;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}
.stat-box{background:#FFFBED;padding:1rem 1.5rem;border-radius:8px;border:2px solid #FFD46A}
.stat-box strong{color:#361E24;font-size:1.1rem;display:block;margin-bottom:.3rem}
.stat-box span{color:#6b5456;font-size:.9rem}
.comparison-section{background:#FFFBED;padding:5rem 2rem}
.comparison-container{max-width:1000px;margin:0 auto}
.comparison-intro{text-align:center;margin-bottom:3rem}
.comparison-intro h2{font-size:2.2rem;color:#361E24;margin-bottom:1.5rem;font-weight:700}
.comparison-intro p{font-size:1.05rem;color:#4a3033;line-height:1.7;max-width:750px;margin:0 auto}
.comparison-table-wrapper{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 4px 16px #361e241a}
.comparison-table{width:100%;border-collapse:collapse;min-width:600px}
.comparison-table thead{background:linear-gradient(135deg,#361E24 0%,#4a3033 100%)}
.comparison-table thead th{color:#FFD46A;font-size:1.1rem;font-weight:600;padding:1.5rem 1rem;text-align:left;border-bottom:3px solid #FFD46A}
.comparison-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .2s ease}
.comparison-table tbody tr:hover{background:#FFFBED}
.comparison-table tbody td{padding:1.3rem 1rem;color:#4a3033;font-size:.95rem;line-height:1.6}
.comparison-table tbody td:first-child{font-weight:600;color:#361E24}
.check-mark{color:#28a745;font-size:1.2rem;font-weight:700}
.cta-section{background:linear-gradient(135deg,#361E24 0%,#4a3033 100%);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#ffd46a1a 0%,transparent 70%);border-radius:50%}
.cta-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cta-content h2{font-size:2.5rem;color:#FFD46A;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.cta-content p{font-size:1.15rem;color:#FFFBED;margin-bottom:2.5rem;line-height:1.7}
.cta-button{display:inline-block;background:#FFD46A;color:#361E24;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 12px #ffd46a4d}
.cta-button:hover{background:#ffd04d;transform:translateY(-3px);box-shadow:0 8px 20px #ffd46a66}
@media (max-width: 768px) {
.success-stories-hero{padding:3rem 1.5rem 2.5rem}
.success-hero-content h1{font-size:2rem}
.success-hero-content p{font-size:1rem}
.story-cards-container{grid-template-columns:1fr}
.timeline-item{grid-template-columns:80px 1fr;gap:1.5rem}
.timeline-marker{width:80px;height:80px;font-size:1.6rem}
.journey-header h2{font-size:1.8rem}
.comparison-intro h2{font-size:1.8rem}
.cta-content h2{font-size:1.9rem}
.cta-content p{font-size:1rem}
.comparison-table thead th,.comparison-table tbody td{padding:1rem .7rem;font-size:.9rem}
}
@media (max-width: 480px) {
.timeline-item{grid-template-columns:1fr;gap:1rem}
.timeline-marker{width:70px;height:70px;font-size:1.4rem;margin:0 auto 1rem}
.story-meta{flex-direction:column;gap:.8rem}
.timeline-stats{flex-direction:column;gap:1rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#FFFBED 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-header-section{background:linear-gradient(165deg,#361E24 0%,#4a2a31 100%);padding:4.5rem 2rem 3rem;position:relative;overflow:hidden}
.policy-header-section::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(circle,#ffd46a26 0%,transparent 70%);transform:rotate(-15deg)}
.policy-header-content{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.policy-main-title{font-size:2.8rem;font-weight:700;color:#FFD46A;margin:0 0 1.5rem;letter-spacing:-.02em;line-height:1.2}
.policy-intro-text{font-size:1.15rem;color:#FFFBED;line-height:1.7;max-width:920px;margin:0;opacity:.95}
.policy-content-container{max-width:1400px;margin:0 auto;padding:4rem 2rem 6rem}
.content-block-primary{background:#fff;border-radius:16px;padding:3.5rem;margin-bottom:2.5rem;box-shadow:0 4px 20px #361e2414;border-left:5px solid #FFD46A;position:relative}
.content-block-primary::before{content:'';position:absolute;top:0;right:0;width:180px;height:180px;background:radial-gradient(circle at top right,#ffd46a1f 0%,transparent 70%);border-radius:0 16px 0 0;pointer-events:none}
.section-heading-major{font-size:2rem;font-weight:700;color:#361E24;margin:0 0 1.8rem;position:relative;display:inline-block}
.section-heading-major::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:4px;background:linear-gradient(90deg,#FFD46A 0%,transparent 100%);border-radius:2px}
.narrative-paragraph{font-size:1.05rem;line-height:1.8;color:#343a40;margin:0 0 1.5rem}
.narrative-paragraph:last-of-type{margin-bottom:0}
.emphasis-inline{color:#361E24;font-weight:600}
.content-block-secondary{background:linear-gradient(135deg,#FFFBED 0%,#fff 100%);border-radius:12px;padding:3rem;margin-bottom:2.5rem;border:2px solid #ffd46a4d}
.section-heading-minor{font-size:1.65rem;font-weight:600;color:#361E24;margin:0 0 1.5rem;position:relative;padding-left:1.5rem}
.section-heading-minor::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:#FFD46A;border-radius:3px}
.technical-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:2rem 0}
.tech-card-item{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 12px #361e240f;border-top:3px solid #FFD46A;transition:transform .3s ease,box-shadow .3s ease}
.tech-card-item:hover{transform:translateY(-4px);box-shadow:0 6px 24px #361e241f}
.tech-label{font-size:1.2rem;font-weight:700;color:#361E24;margin:0 0 .8rem}
.tech-description{font-size:.98rem;line-height:1.7;color:#495057;margin:0}
.layered-info-block{background:#fff;border-radius:14px;padding:2.5rem;margin:2.5rem 0;position:relative;border:1px solid #361e241a}
.layered-info-block::before{content:'';position:absolute;top:-6px;left:30px;right:30px;height:6px;background:linear-gradient(90deg,#FFD46A 0%,#361E24 100%);border-radius:3px 3px 0 0}
.info-subheading{font-size:1.4rem;font-weight:600;color:#361E24;margin:0 0 1.2rem}
.descriptive-list{list-style:none;padding:0;margin:1.5rem 0}
.descriptive-list li{font-size:1.02rem;line-height:1.7;color:#343a40;margin-bottom:1rem;padding-left:2rem;position:relative}
.descriptive-list li::before{content:'';position:absolute;left:0;top:.6rem;width:10px;height:10px;background:#FFD46A;border-radius:50%;border:2px solid #361E24}
.alternate-block-style{background:linear-gradient(120deg,#f8f9fa 0%,#FFFBED 100%);border-radius:16px;padding:3rem;margin:2.5rem 0;position:relative;overflow:hidden}
.alternate-block-style::after{content:'';position:absolute;bottom:-40px;right:-40px;width:200px;height:200px;background:radial-gradient(circle,#361e240d 0%,transparent 70%);border-radius:50%}
.contact-info-segment{background:#361E24;border-radius:12px;padding:2.5rem;margin:3rem 0 0;position:relative;overflow:hidden}
.contact-info-segment::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent 0%,#ffd46a14 100%);pointer-events:none}
.contact-heading{font-size:1.5rem;font-weight:700;color:#FFD46A;margin:0 0 1.5rem;position:relative;z-index:1}
.contact-details-wrapper{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}
.contact-line{font-size:1.05rem;color:#FFFBED;line-height:1.6;margin:0;display:flex;align-items:center;gap:.8rem}
.contact-line::before{content:'→';color:#FFD46A;font-weight:700;font-size:1.2rem}
.contact-link-item{color:#FFD46A;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-link-item:hover{color:#fff;text-decoration:underline}
.divider-visual{height:2px;background:linear-gradient(90deg,transparent 0%,#FFD46A 50%,transparent 100%);margin:3rem 0;border:none}
@media (max-width: 768px) {
.policy-header-section{padding:3rem 1.5rem 2rem}
.policy-main-title{font-size:2rem}
.policy-intro-text{font-size:1.05rem}
.policy-content-container{padding:2.5rem 1.5rem 4rem}
.content-block-primary,.content-block-secondary{padding:2rem;margin-bottom:2rem}
.section-heading-major{font-size:1.6rem}
.section-heading-minor{font-size:1.4rem}
.technical-grid{grid-template-columns:1fr;gap:1.5rem}
.layered-info-block{padding:2rem}
.contact-info-segment{padding:2rem}
}
@media (max-width: 480px) {
.policy-main-title{font-size:1.7rem}
.section-heading-major{font-size:1.4rem}
.narrative-paragraph,.tech-description{font-size:1rem}
}
.privacy-main-container{background:linear-gradient(135deg,#FFFBED 0%,#fff 50%,#f8f9fa 100%);padding:0;margin:0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;color:#361E24;line-height:1.7}
.privacy-header-block{background:linear-gradient(to right,#361E24 0%,#4a2f35 100%);padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}
.privacy-header-block::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#ffd46a26 0%,transparent 70%);border-radius:50%}
.privacy-header-block::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,#ffd46a1a 0%,transparent 70%);border-radius:50%}
.privacy-main-title{font-size:2.8rem;font-weight:700;color:#FFFBED;margin:0 0 1rem;letter-spacing:-.5px;position:relative;z-index:2}
.privacy-intro-text{font-size:1.15rem;color:#FFD46A;max-width:850px;margin:0 auto;line-height:1.6;position:relative;z-index:2}
.privacy-content-wrapper{max-width:1400px;margin:0 auto;padding:3.5rem 2rem}
.privacy-section-block{background:#fff;border-radius:12px;padding:3rem 2.5rem;margin-bottom:2.5rem;box-shadow:0 3px 15px #361e2414;border-left:5px solid #FFD46A;position:relative}
.privacy-section-block:nth-child(even){border-left-color:#361E24;background:linear-gradient(to bottom right,#fff 0%,#FFFBED 100%)}
.privacy-section-title{font-size:1.85rem;font-weight:700;color:#361E24;margin:0 0 1.8rem;position:relative;padding-left:1.5rem}
.privacy-section-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#FFD46A;border-radius:50%}
.privacy-text-paragraph{font-size:1.05rem;color:#343a40;margin-bottom:1.5rem;line-height:1.8}
.privacy-text-paragraph:last-child{margin-bottom:0}
.privacy-emphasis-text{color:#361E24;font-weight:600;position:relative;padding-bottom:2px}
.privacy-emphasis-text::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(to right,#FFD46A 0%,transparent 100%)}
.privacy-list-container{margin:1.5rem 0;padding-left:0;list-style:none}
.privacy-list-item{padding-left:2rem;margin-bottom:1.2rem;position:relative;font-size:1.05rem;color:#343a40;line-height:1.75}
.privacy-list-item::before{content:'';position:absolute;left:0;top:.6rem;width:10px;height:10px;background:#FFD46A;border-radius:2px;transform:rotate(45deg)}
.privacy-subsection-wrapper{background:#f8f9fa;border-radius:8px;padding:2rem;margin:2rem 0;border:1px solid #361e241a}
.privacy-subsection-heading{font-size:1.4rem;font-weight:600;color:#361E24;margin:0 0 1.2rem;position:relative;display:inline-block}
.privacy-subsection-heading::after{content:'';position:absolute;bottom:-5px;left:0;width:60%;height:3px;background:#FFD46A;border-radius:2px}
.privacy-highlight-box{background:linear-gradient(135deg,#FFFBED 0%,#fff 100%);border:2px solid #FFD46A;border-radius:10px;padding:2rem;margin:2rem 0;position:relative}
.privacy-highlight-box::before{content:'!';position:absolute;top:-15px;left:2rem;width:30px;height:30px;background:#FFD46A;color:#361E24;font-weight:700;font-size:1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center}
.privacy-contact-section{background:linear-gradient(135deg,#361E24 0%,#4a2f35 100%);border-radius:12px;padding:3rem 2.5rem;margin-top:3rem;color:#FFFBED;text-align:center;position:relative;overflow:hidden}
.privacy-contact-section::before{content:'';position:absolute;top:-100px;right:-100px;width:250px;height:250px;background:radial-gradient(circle,#ffd46a33 0%,transparent 70%);border-radius:50%}
.privacy-contact-title{font-size:1.75rem;font-weight:700;color:#FFD46A;margin:0 0 1.5rem}
.privacy-contact-details{font-size:1.1rem;line-height:2;color:#FFFBED}
.privacy-contact-link{color:#FFD46A;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}
.privacy-contact-link:hover{color:#fff}
.privacy-contact-link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}
.privacy-contact-link:hover::after{width:100%}
.privacy-date-stamp{text-align:center;font-size:.95rem;color:#6c757d;margin-top:3rem;padding-top:2rem;border-top:2px solid #e9ecef}
.privacy-nested-list{margin:1rem 0 1rem 2rem;padding-left:0;list-style:none}
.privacy-nested-item{padding-left:1.5rem;margin-bottom:.8rem;position:relative;font-size:1rem;color:#495057;line-height:1.7}
.privacy-nested-item::before{content:'→';position:absolute;left:0;color:#FFD46A;font-weight:700}
.privacy-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px #361e240f}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table th{background:linear-gradient(to right,#361E24 0%,#4a2f35 100%);color:#FFD46A;padding:1.2rem;text-align:left;font-weight:600;font-size:1.05rem}
.privacy-data-table td{padding:1.2rem;border-bottom:1px solid #e9ecef;color:#343a40;font-size:1rem;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#f8f9fa}
@media (max-width: 768px) {
.privacy-main-title{font-size:2rem}
.privacy-intro-text{font-size:1rem}
.privacy-header-block{padding:3rem 1.5rem 2rem}
.privacy-content-wrapper{padding:2rem 1rem}
.privacy-section-block{padding:2rem 1.5rem;margin-bottom:1.5rem}
.privacy-section-title{font-size:1.5rem}
.privacy-text-paragraph{font-size:1rem}
.privacy-list-item{font-size:1rem}
.privacy-contact-section{padding:2rem 1.5rem}
.privacy-subsection-wrapper{padding:1.5rem}
.privacy-highlight-box{padding:1.5rem}
.privacy-data-table th,.privacy-data-table td{padding:.8rem;font-size:.9rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#FFFBED 0%,#fff 50%,#f8f9fa 100%);min-height:80vh;padding:0;position:relative;overflow:hidden}
.success-page-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffd46a26 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-page-wrapper::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#361e240d 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-content-container{max-width:920px;margin:0 auto;padding:80px 20px;position:relative;z-index:2}
.success-visual-marker{width:90px;height:90px;margin:0 auto 35px;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,#FFD46A 0%,#fce29f 100%);border-radius:50%;animation:pulse-effect 2s ease-in-out infinite}
@keyframes pulse-effect {
0%,100%{transform:scale(1);opacity:.8}
50%{transform:scale(1.15);opacity:.5}
}
.success-visual-marker::after{content:'';position:relative;z-index:2;font-size:48px;color:#361E24;font-weight:700;line-height:1}
.success-primary-heading{font-size:42px;font-weight:700;color:#361E24;text-align:center;margin:0 0 22px;line-height:1.2;letter-spacing:-.5px}
.success-subheading-text{font-size:19px;color:#495057;text-align:center;margin:0 0 45px;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}
.success-info-card{background:#fff;border-radius:16px;padding:45px 40px;box-shadow:0 8px 24px #361e2414;margin-bottom:40px;border:1px solid #361e240f;position:relative}
.success-info-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#361E24 0%,#FFD46A 100%);border-radius:16px 16px 0 0}
.success-card-title{font-size:24px;font-weight:600;color:#361E24;margin:0 0 20px;line-height:1.3;position:relative;padding-left:35px}
.success-card-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:32px;background:#FFD46A;border-radius:3px}
.success-card-description{font-size:17px;color:#495057;line-height:1.7;margin:0 0 18px}
.success-card-description:last-of-type{margin-bottom:0}
.success-timeline-wrapper{background:#f8f9fa;border-radius:12px;padding:32px 30px;margin-top:25px;border-left:4px solid #FFD46A}
.success-timeline-step{display:flex;align-items:flex-start;margin-bottom:24px;gap:20px}
.success-timeline-step:last-child{margin-bottom:0}
.success-step-number{min-width:42px;height:42px;background:linear-gradient(135deg,#361E24 0%,#4a2a31 100%);color:#FFD46A;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0;margin-top:3px}
.success-step-content{flex:1}
.success-step-heading{font-size:18px;font-weight:600;color:#361E24;margin:0 0 8px;line-height:1.3}
.success-step-text{font-size:16px;color:#495057;line-height:1.6;margin:0}
.success-action-zone{text-align:center;margin-top:50px;padding:40px 30px;background:linear-gradient(135deg,#ffd46a1a 0%,#fffbed4d 100%);border-radius:16px;border:2px dashed #361e2426}
.success-cta-button{display:inline-block;background:linear-gradient(135deg,#361E24 0%,#4a2a31 100%);color:#FFD46A;padding:16px 40px;border-radius:8px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #361e2433;position:relative;z-index:10;border:none;cursor:pointer}
.success-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #361e244d;background:linear-gradient(135deg,#4a2a31 0%,#361E24 100%);color:#fff}
.success-cta-button:active{transform:translateY(0);box-shadow:0 2px 8px #361e2433}
.success-secondary-link{display:inline-block;margin-left:25px;color:#361E24;font-size:17px;font-weight:500;text-decoration:none;position:relative;transition:color .3s ease}
.success-secondary-link::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:#FFD46A;transform:scaleX(0);transition:transform .3s ease;transform-origin:left}
.success-secondary-link:hover{color:#4a2a31}
.success-secondary-link:hover::after{transform:scaleX(1)}
.success-contact-details{text-align:center;margin-top:45px;padding-top:35px;border-top:1px solid #361e241a}
.success-contact-label{font-size:15px;color:#6c757d;margin-bottom:15px;font-weight:500}
.success-contact-info{font-size:16px;color:#361E24;margin:0 0 8px;line-height:1.6}
.success-contact-info a{color:#361E24;text-decoration:none;transition:color .3s ease;font-weight:500}
.success-contact-info a:hover{color:#FFD46A}
@media (max-width: 768px) {
.success-content-container{padding:50px 16px}
.success-primary-heading{font-size:32px;margin-bottom:18px}
.success-subheading-text{font-size:17px;margin-bottom:35px}
.success-info-card{padding:32px 24px}
.success-card-title{font-size:21px;padding-left:28px}
.success-card-title::before{width:5px;height:28px}
.success-timeline-wrapper{padding:24px 20px}
.success-timeline-step{gap:15px}
.success-step-number{min-width:38px;height:38px;font-size:16px}
.success-action-zone{padding:30px 20px;margin-top:40px}
.success-cta-button{padding:14px 32px;font-size:16px;display:block;margin-bottom:15px}
.success-secondary-link{margin-left:0;display:block;margin-top:15px}
.success-visual-marker{width:75px;height:75px;margin-bottom:28px}
.success-visual-marker::after{font-size:38px}
}
@media (max-width: 480px) {
.success-primary-heading{font-size:28px}
.success-card-title{font-size:19px}
.success-step-heading{font-size:17px}
.success-step-text{font-size:15px}
}
.error-page-container{background:linear-gradient(135deg,#FFFBED 0%,#f8f9fa 100%);min-height:85vh;display:flex;align-items:center;padding:2rem 1rem}
.error-content-wrapper{max-width:920px;margin:0 auto;text-align:center}
.error-visual-block{position:relative;margin-bottom:3rem}
.error-number-display{font-size:11rem;font-weight:800;color:#FFD46A;line-height:.9;letter-spacing:-.05em;text-shadow:3px 3px 0 #361e241a;margin:0;position:relative}
.error-number-display::before{content:'4';position:absolute;left:-1px;top:-1px;color:#361E24;opacity:.08;z-index:-1}
.error-decorative-shape{width:140px;height:140px;background:linear-gradient(45deg,#361E24 0%,#5a3540 100%);border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-2;opacity:.12}
.error-message-primary{font-size:1.8rem;color:#361E24;font-weight:700;margin:2rem 0 1.2rem;line-height:1.3}
.error-explanation-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:2.5rem;max-width:580px;margin-left:auto;margin-right:auto}
.error-explanation-text span{display:block;margin-top:.8rem;font-size:.95rem;color:#6c757d}
.error-actions-group{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}
.error-action-btn{padding:.95rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}
.error-action-primary{background:#361E24;color:#FFFBED}
.error-action-primary:hover{background:#4a2832;transform:translateY(-2px);box-shadow:0 6px 20px #361e2440}
.error-action-secondary{background:#FFD46A;color:#361E24}
.error-action-secondary:hover{background:#ffc94d;transform:translateY(-2px);box-shadow:0 6px 20px #ffd46a66}
.error-navigation-block{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000000f;margin-top:2rem}
.error-nav-title{font-size:1.2rem;color:#361E24;font-weight:600;margin-bottom:1.5rem}
.error-nav-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}
.error-nav-item{background:#FFFBED;padding:1rem 1.3rem;border-radius:8px;text-decoration:none;color:#361E24;font-weight:500;transition:all .3s ease;border:2px solid transparent;display:block}
.error-nav-item:hover{border-color:#FFD46A;background:#fff;transform:translateX(4px)}
.error-contact-info{margin-top:2.5rem;padding-top:2rem;border-top:2px solid #f0f0f0}
.error-contact-label{font-size:.9rem;color:#6c757d;margin-bottom:.8rem}
.error-contact-details{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;font-size:.95rem;color:#495057}
.error-contact-details a{color:#361E24;text-decoration:none;font-weight:500;transition:color .3s ease}
.error-contact-details a:hover{color:#FFD46A}
@media (max-width: 768px) {
.error-number-display{font-size:7rem}
.error-decorative-shape{width:100px;height:100px}
.error-message-primary{font-size:1.5rem}
.error-explanation-text{font-size:1rem}
.error-actions-group{flex-direction:column;align-items:stretch}
.error-action-btn{width:100%;text-align:center}
.error-navigation-block{padding:1.5rem}
.error-nav-links{grid-template-columns:1fr}
.error-contact-details{flex-direction:column;gap:.8rem}
}
@media (max-width: 480px) {
.error-page-container{padding:1.5rem 1rem}
.error-number-display{font-size:5.5rem}
.error-message-primary{font-size:1.3rem}
}
.learning-program-hero{background:linear-gradient(135deg,#FFFBED 0%,#FFD46A 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#361e240d;border-radius:50%}
.learning-program-hero .hero-content-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.learning-program-hero h1{font-size:2.8rem;color:#361E24;margin-bottom:24px;font-weight:700;line-height:1.2}
.learning-program-hero .intro-text{font-size:1.15rem;color:#361E24;line-height:1.7;max-width:700px;margin-bottom:32px}
.learning-program-hero .cta-group{display:flex;gap:16px;flex-wrap:wrap}
.learning-program-hero .btn-primary-custom{background:#361E24;color:#FFFBED;padding:14px 32px;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;display:inline-block}
.learning-program-hero .btn-primary-custom:hover{background:#4a2830;transform:translateY(-2px);box-shadow:0 6px 20px #361e244d}
.learning-program-hero .btn-secondary-custom{background:none;color:#361E24;padding:14px 32px;text-decoration:none;border:2px solid #361E24;border-radius:6px;font-weight:600;transition:all .3s ease;display:inline-block}
.learning-program-hero .btn-secondary-custom:hover{background:#361E24;color:#FFFBED}
.approach-section{background:#fff;padding:90px 20px;position:relative}
.approach-section .section-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.approach-section .content-block h2{font-size:2.3rem;color:#361E24;margin-bottom:28px;font-weight:700;position:relative;padding-left:20px}
.approach-section .content-block h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:50px;background:#FFD46A;border-radius:3px}
.approach-section .content-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:22px}
.approach-section .image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #361e2426}
.approach-section .image-wrapper img{width:100%;height:450px;object-fit:cover;display:block}
.modules-grid-section{background:linear-gradient(180deg,#f8f9fa 0%,#FFFBED 100%);padding:85px 20px}
.modules-grid-section .modules-container{max-width:1200px;margin:0 auto}
.modules-grid-section h2{font-size:2.2rem;color:#361E24;text-align:center;margin-bottom:50px;font-weight:700}
.modules-grid-section .modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.modules-grid-section .module-card{background:#fff;padding:35px 28px;border-radius:10px;border-left:4px solid #FFD46A;box-shadow:0 4px 15px #361e2414;transition:all .3s ease}
.modules-grid-section .module-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #361e2426;border-left-color:#361E24}
.modules-grid-section .module-card h3{font-size:1.35rem;color:#361E24;margin-bottom:16px;font-weight:600}
.modules-grid-section .module-card p{font-size:.98rem;color:#495057;line-height:1.6}
.modules-grid-section .module-card .duration-tag{display:inline-block;background:#FFD46A;color:#361E24;padding:5px 14px;border-radius:20px;font-size:.85rem;font-weight:600;margin-top:14px}
.schedule-timeline-section{background:#fff;padding:90px 20px;position:relative}
.schedule-timeline-section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FFD46A 0%,#361E24 100%)}
.schedule-timeline-section .timeline-wrapper{max-width:1000px;margin:0 auto}
.schedule-timeline-section h2{font-size:2.2rem;color:#361E24;text-align:center;margin-bottom:60px;font-weight:700}
.schedule-timeline-section .timeline-container{position:relative;padding-left:80px}
.schedule-timeline-section .timeline-item{position:relative;margin-bottom:50px;padding:28px;background:#f8f9fa;border-radius:8px}
.schedule-timeline-section .timeline-item::before{content:'';position:absolute;left:-48px;top:32px;width:24px;height:24px;background:#FFD46A;border:4px solid #361E24;border-radius:50%;z-index:2}
.schedule-timeline-section .timeline-item::after{content:'';position:absolute;left:-37px;top:56px;width:2px;height:calc(100% + 50px);background:#FFD46A;z-index:1}
.schedule-timeline-section .timeline-item:last-child::after{display:none}
.schedule-timeline-section .timeline-item h3{font-size:1.4rem;color:#361E24;margin-bottom:12px;font-weight:600}
.schedule-timeline-section .timeline-item .date-badge{display:inline-block;background:#361E24;color:#FFFBED;padding:6px 16px;border-radius:5px;font-size:.9rem;font-weight:600;margin-bottom:16px}
.schedule-timeline-section .timeline-item p{font-size:1rem;color:#495057;line-height:1.7}
.experience-showcase-section{background:#361E24;padding:85px 20px;position:relative;overflow:hidden}
.experience-showcase-section::before{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:#ffd46a1a;border-radius:50%}
.experience-showcase-section .showcase-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.experience-showcase-section .image-column img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 15px 50px #0006}
.experience-showcase-section .content-column h2{font-size:2.1rem;color:#FFFBED;margin-bottom:26px;font-weight:700}
.experience-showcase-section .content-column p{font-size:1.05rem;color:#f8f9fa;line-height:1.8;margin-bottom:20px}
.experience-showcase-section .feature-list{margin-top:32px}
.experience-showcase-section .feature-item{display:flex;align-items:start;margin-bottom:20px;gap:14px}
.experience-showcase-section .feature-item .icon-wrapper{width:32px;height:32px;background:#FFD46A;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.experience-showcase-section .feature-item .icon-wrapper::before{content:'';color:#361E24;font-weight:700;font-size:1.1rem}
.experience-showcase-section .feature-item span{color:#f8f9fa;font-size:1rem;line-height:1.6}
.engagement-section{background:#FFFBED;padding:90px 20px}
.engagement-section .engage-wrapper{max-width:900px;margin:0 auto;text-align:center}
.engagement-section h2{font-size:2.4rem;color:#361E24;margin-bottom:28px;font-weight:700}
.engagement-section .lead-text{font-size:1.15rem;color:#495057;line-height:1.8;margin-bottom:40px;max-width:750px;margin-left:auto;margin-right:auto}
.engagement-section .action-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:45px}
.engagement-section .action-card{background:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 6px 20px #361e241a;text-decoration:none;transition:all .3s ease;border-top:4px solid #FFD46A}
.engagement-section .action-card:hover{transform:translateY(-6px);box-shadow:0 12px 35px #361e2433;border-top-color:#361E24}
.engagement-section .action-card h3{font-size:1.5rem;color:#361E24;margin-bottom:16px;font-weight:600}
.engagement-section .action-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:22px}
.engagement-section .action-card .arrow-link{color:#361E24;font-weight:600;font-size:1.05rem}
.engagement-section .action-card .arrow-link::after{content:' →';transition:transform .3s ease;display:inline-block}
.engagement-section .action-card:hover .arrow-link::after{transform:translateX(5px)}
.engagement-section .bottom-cta{margin-top:50px}
.engagement-section .btn-contact-custom{background:#361E24;color:#FFFBED;padding:16px 40px;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.1rem;display:inline-block;transition:all .3s ease}
.engagement-section .btn-contact-custom:hover{background:#4a2830;transform:scale(1.05);box-shadow:0 8px 25px #361e244d}
@media (max-width: 968px) {
.learning-program-hero h1{font-size:2.2rem}
.approach-section .section-container{grid-template-columns:1fr;gap:40px}
.modules-grid-section .modules-grid{grid-template-columns:1fr}
.schedule-timeline-section .timeline-container{padding-left:60px}
.experience-showcase-section .showcase-container{grid-template-columns:1fr}
.engagement-section .action-cards{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.learning-program-hero{padding:60px 16px 50px}
.learning-program-hero h1{font-size:1.9rem}
.learning-program-hero .cta-group{flex-direction:column}
.learning-program-hero .btn-primary-custom,.learning-program-hero .btn-secondary-custom{width:100%;text-align:center}
.approach-section,.modules-grid-section,.schedule-timeline-section,.experience-showcase-section,.engagement-section{padding:60px 16px}
.schedule-timeline-section .timeline-container{padding-left:50px}
.schedule-timeline-section .timeline-item::before{left:-38px}
.schedule-timeline-section .timeline-item::after{left:-27px}
}