*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-brand:#A63D29;--secondary-brand:#00B3CC;--tertiary-brand:#E2BB04;--text-primary:#1a1f2e;--text-secondary:#495057;--background-light:#fafbfc;--background-white:#fff;--background-cream:#f8f9fa;--border-subtle:#e3e6ea}
body{font-family:'Work Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text-primary);background-color:var(--background-light);line-height:1.7;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
header{background:linear-gradient(135deg,#a63d2905 0%,#00b3cc08 100%);border-bottom:1px solid var(--border-subtle);padding:0}
.header_wrapper_3r{max-width:1340px;margin:0 auto;padding:0 28px}
.header-row_top_credential{display:flex;align-items:center;justify-content:flex-start;padding:22px 0;border-bottom:1px solid #a63d2914}
.logo_container_hd87{display:flex;align-items:center;gap:14px;position:relative;z-index:50}
.logo_container_hd87 img{height:82px;width:82px;object-fit:contain}
.brand_name_txt{font-family:'Manrope',sans-serif;font-size:26px;font-weight:700;color:var(--primary-brand);letter-spacing:-.3px}
.credential_badge_section{margin-left:auto;display:flex;align-items:center;gap:18px}
.credential_item_px{font-size:13px;color:var(--text-secondary);padding:7px 16px;background:var(--background-white);border-radius:6px;border:1px solid var(--border-subtle);font-weight:500;letter-spacing:.3px}
.header-row_navigation_main{display:flex;align-items:center;justify-content:flex-end;padding:18px 0}
.main_nav_list_87kx{display:flex;align-items:center;gap:6px;list-style:none}
.nav_item_wrapper_pos{position:relative}
.nav_link_primary_txt{display:block;padding:11px 22px;font-size:15.5px;font-weight:500;color:var(--text-primary);text-decoration:none;border-radius:8px;transition:background-color .25s ease,color .25s ease;letter-spacing:.2px}
.nav_link_primary_txt:hover{background-color:#a63d290f;color:var(--primary-brand)}
.nav_link_primary_txt:focus{outline:3px solid var(--secondary-brand);outline-offset:2px}
.nav_item_wrapper_pos.has_submenu_indicator > .nav_link_primary_txt::after{content:'▾';margin-left:7px;font-size:12px;opacity:.7}
.submenu_dropdown_layer{position:absolute;top:100%;left:0;background:var(--background-white);border:1px solid var(--border-subtle);border-radius:10px;min-width:220px;box-shadow:0 8px 24px #1a1f2e1f;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:100;margin-top:4px}
.nav_item_wrapper_pos:hover .submenu_dropdown_layer,.nav_item_wrapper_pos:focus-within .submenu_dropdown_layer{opacity:1;visibility:visible;transform:translateY(0)}
.submenu_links_list{list-style:none;padding:10px 0}
.submenu_link_item_child{display:block;padding:11px 20px;font-size:14.5px;color:var(--text-secondary);text-decoration:none;transition:background-color .2s ease,color .2s ease;font-weight:400}
.submenu_link_item_child:hover{background-color:#00b3cc0d;color:var(--secondary-brand)}
.submenu_link_item_child:focus{outline:2px solid var(--tertiary-brand);outline-offset:-2px}
main{min-height:62vh}
footer{background:linear-gradient(135deg,#1a1f2e 0%,#2d3548 100%);color:#e8eaed;padding:58px 0 32px;margin-top:80px;position:relative}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-brand) 0%,var(--secondary-brand) 50%,var(--tertiary-brand) 100%)}
.footer_wrapper_main{max-width:1340px;margin:0 auto;padding:0 28px}
.footer_content_grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:54px;margin-bottom:48px}
.footer_column_brand{display:flex;flex-direction:column;gap:22px}
.footer_logo_container{display:flex;align-items:center;gap:13px}
.footer_logo_container img{height:68px;width:68px;object-fit:contain}
.footer_brand_name{font-family:'Manrope',sans-serif;font-size:23px;font-weight:700;color:#fff}
.footer_description_text{font-size:14.5px;line-height:1.8;color:#bcc1c9;max-width:380px}
.footer_email_contact{display:flex;align-items:center;gap:10px;font-size:14.5px;color:var(--secondary-brand);text-decoration:none;transition:opacity .25s ease}
.footer_email_contact:hover{opacity:.75}
.footer_email_contact:focus{outline:2px solid var(--tertiary-brand);outline-offset:3px;border-radius:4px}
.footer_column_links{display:flex;flex-direction:column;gap:18px}
.footer_section_title{font-family:'Manrope',sans-serif;font-size:16px;font-weight:600;color:#fff;margin-bottom:6px;letter-spacing:.3px}
.footer_links_list{list-style:none;display:flex;flex-direction:column;gap:11px}
.footer_link_item{font-size:14.5px;color:#bcc1c9;text-decoration:none;transition:color .25s ease;display:inline-block}
.footer_link_item:hover{color:var(--secondary-brand)}
.footer_link_item:focus{outline:2px solid var(--tertiary-brand);outline-offset:2px;border-radius:3px}
.footer_bottom_bar{padding-top:32px;border-top:1px solid #bcc1c926;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px}
.footer_copyright_text{font-size:13.5px;color:#8a9099;letter-spacing:.2px}
.footer_home_link{font-size:14px;color:var(--tertiary-brand);text-decoration:none;transition:opacity .25s ease}
.footer_home_link:hover{opacity:.8}
.footer_home_link:focus{outline:2px solid var(--secondary-brand);outline-offset:2px;border-radius:3px}
@media (max-width: 1024px) {
.header-row_top_credential{flex-direction:column;align-items:flex-start;gap:18px}
.credential_badge_section{margin-left:0}
.header-row_navigation_main{justify-content:flex-start}
.main_nav_list_87kx{flex-wrap:wrap}
.footer_content_grid{grid-template-columns:1fr 1fr;gap:38px}
}
@media (max-width: 768px) {
.brand_name_txt{font-size:21px}
.logo_container_hd87 img{height:64px;width:64px}
.credential_badge_section{flex-direction:column;align-items:flex-start;gap:10px}
.main_nav_list_87kx{flex-direction:column;align-items:flex-start;width:100%;gap:2px}
.nav_link_primary_txt{width:100%;padding:13px 18px}
.submenu_dropdown_layer{position:static;opacity:0;visibility:hidden;transform:none;box-shadow:none;border:none;border-left:3px solid var(--secondary-brand);margin-left:18px;margin-top:4px;border-radius:0}
.nav_item_wrapper_pos:hover .submenu_dropdown_layer,.nav_item_wrapper_pos:focus-within .submenu_dropdown_layer{opacity:1;visibility:visible}
.footer_content_grid{grid-template-columns:1fr;gap:32px}
.footer_bottom_bar{flex-direction:column;align-items:flex-start}
}
.cookie_consent_overlay_fixed{position:fixed;bottom:28px;left:28px;max-width:460px;background:var(--background-white);border-radius:16px;box-shadow:0 12px 48px #1a1f2e2e 0 0 1px #1a1f2e26;padding:32px;z-index:9999;border:1px solid var(--border-subtle);opacity:0;transform:translateY(24px);transition:opacity .4s ease,transform .4s ease}
.cookie_consent_overlay_fixed.visible_state{opacity:1;transform:translateY(0)}
.cookie_header_section{margin-bottom:20px}
.cookie_title_main{font-family:'Manrope',sans-serif;font-size:19px;font-weight:700;color:var(--text-primary);margin-bottom:14px;letter-spacing:-.2px}
.cookie_description_text{font-size:14px;line-height:1.65;color:var(--text-secondary)}
.cookie_categories_container{margin:24px 0;display:grid;gap:16px}
.cookie_category_item{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:13px;padding:14px;background:#a63d2905;border-radius:10px;border:1px solid #a63d2914}
.category_label_text{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:4px}
.category_description_subtext{font-size:12.5px;color:var(--text-secondary);line-height:1.5}
.toggle_switch_wrapper{position:relative;width:48px;height:26px}
.toggle_switch_input{opacity:0;width:0;height:0;position:absolute}
.toggle_slider_visual{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd0d8;transition:background-color .3s ease;border-radius:26px}
.toggle_slider_visual::before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:transform .3s ease;border-radius:50%}
.toggle_switch_input:checked + .toggle_slider_visual{background-color:var(--secondary-brand)}
.toggle_switch_input:checked + .toggle_slider_visual::before{transform:translateX(22px)}
.toggle_switch_input:focus + .toggle_slider_visual{outline:3px solid var(--tertiary-brand);outline-offset:2px}
.cookie_actions_row{display:flex;gap:12px;margin-top:24px}
.cookie_btn_base{flex:1;padding:13px 20px;font-size:14.5px;font-weight:600;border-radius:10px;cursor:pointer;transition:background-color .25s ease,transform .15s ease,opacity .25s ease;border:none;font-family:'Work Sans',sans-serif;letter-spacing:.2px}
.cookie_btn_base:focus{outline:3px solid var(--tertiary-brand);outline-offset:2px}
.cookie_btn_base:active{transform:scale(0.98)}
.btn_accept_all{background:linear-gradient(135deg,var(--primary-brand),#8a3222);color:#fff}
.btn_accept_all:hover{opacity:.92}
.btn_reject_minimal{background:var(--background-cream);color:var(--text-primary);border:1px solid var(--border-subtle)}
.btn_reject_minimal:hover{background:#e8eaed}
.btn_save_preferences{background:linear-gradient(135deg,var(--secondary-brand),#0097b3);color:#fff}
.btn_save_preferences:hover{opacity:.92}
@media (max-width: 640px) {
.cookie_consent_overlay_fixed{left:16px;right:16px;bottom:16px;max-width:none;padding:24px}
.cookie_actions_row{flex-direction:column}
.cookie_category_item{grid-template-columns:1fr;gap:12px}
.toggle_switch_wrapper{justify-self:start}
}
.apropos-hero-section{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.apropos-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:linear-gradient(45deg,#00b3cc0d 0%,#e2bb0408 100%);transform:rotate(-15deg);z-index:1}
.apropos-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.apropos-hero-intro{max-width:720px;margin:0 0 3rem}
.apropos-hero-intro h1{font-size:2.8rem;color:#212529;margin:0 0 1.5rem;line-height:1.2;font-weight:700}
.apropos-hero-intro h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#A63D29 0%,#00B3CC 100%);margin-top:1rem}
.apropos-hero-intro p{font-size:1.15rem;color:#495057;line-height:1.7;margin:0}
.apropos-dual-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:3rem}
.apropos-text-block p{font-size:1rem;color:#343a40;line-height:1.8;margin:0 0 1.2rem}
.apropos-text-block p:last-child{margin-bottom:0}
.apropos-image-frame{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #00000014}
.apropos-image-frame img{width:100%;height:420px;object-fit:cover;display:block}
.apropos-valeurs-section{background:#fff;padding:5rem 2rem;position:relative}
.apropos-valeurs-container{max-width:1200px;margin:0 auto}
.apropos-valeurs-header{text-align:center;margin-bottom:4rem}
.apropos-valeurs-header h2{font-size:2.4rem;color:#212529;margin:0 0 1rem;font-weight:700;position:relative;display:inline-block}
.apropos-valeurs-header h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#E2BB04}
.apropos-valeurs-header h2::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#E2BB04}
.apropos-valeurs-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.apropos-valeurs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.apropos-valeur-card{background:#f8f9fa;padding:2.5rem;border-radius:8px;border-left:5px solid #00B3CC;transition:all .3s ease;position:relative}
.apropos-valeur-card:nth-child(2){border-left-color:#A63D29}
.apropos-valeur-card:nth-child(3){border-left-color:#E2BB04}
.apropos-valeur-card:nth-child(4){border-left-color:#00B3CC}
.apropos-valeur-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #0000001f}
.apropos-valeur-card h3{font-size:1.5rem;color:#212529;margin:0 0 1rem;font-weight:600}
.apropos-valeur-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.apropos-equipe-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:5rem 2rem}
.apropos-equipe-wrapper{max-width:1200px;margin:0 auto}
.apropos-equipe-intro{margin-bottom:3.5rem}
.apropos-equipe-intro h2{font-size:2.4rem;color:#212529;margin:0 0 1.2rem;font-weight:700}
.apropos-equipe-intro h2 span{color:#A63D29;position:relative}
.apropos-equipe-intro h2 span::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#A63D29}
.apropos-equipe-intro p{font-size:1.08rem;color:#495057;line-height:1.7;max-width:780px}
.apropos-equipe-showcase{display:grid;grid-template-columns:2fr 3fr;gap:3.5rem;align-items:center;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 16px #0000000f}
.apropos-membre-profil{text-align:center}
.apropos-membre-photo{width:220px;height:220px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:5px solid #f8f9fa;box-shadow:0 6px 20px #0000001a}
.apropos-membre-photo img{width:100%;height:100%;object-fit:cover}
.apropos-membre-info h3{font-size:1.6rem;color:#212529;margin:0 0 .5rem;font-weight:600}
.apropos-membre-info p{font-size:1.05rem;color:#00B3CC;margin:0;font-weight:500}
.apropos-membre-details{display:flex;flex-direction:column;gap:2rem}
.apropos-detail-block h4{font-size:1.3rem;color:#A63D29;margin:0 0 .8rem;font-weight:600;position:relative;padding-left:20px}
.apropos-detail-block h4::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#E2BB04;border-radius:50%}
.apropos-detail-block p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.apropos-galerie-visuelle{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.apropos-galerie-item{border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease}
.apropos-galerie-item:hover{transform:scale(1.03)}
.apropos-galerie-item img{width:100%;height:280px;object-fit:cover;display:block}
@media (max-width: 968px) {
.apropos-hero-section{padding:3rem 1.5rem 2.5rem}
.apropos-hero-intro h1{font-size:2.2rem}
.apropos-dual-layout{grid-template-columns:1fr;gap:2rem}
.apropos-valeurs-grid{grid-template-columns:1fr;gap:1.5rem}
.apropos-valeurs-header h2::before,.apropos-valeurs-header h2::after{display:none}
.apropos-equipe-showcase{grid-template-columns:1fr;gap:2.5rem;padding:2rem}
.apropos-galerie-visuelle{grid-template-columns:1fr;gap:1.2rem}
}
@media (max-width: 640px) {
.apropos-hero-intro h1{font-size:1.8rem}
.apropos-valeurs-header h2,.apropos-equipe-intro h2{font-size:1.9rem}
.apropos-valeur-card{padding:1.8rem}
.apropos-membre-photo{width:180px;height:180px}
}
.learning-program-hero{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00b3cc14 0%,transparent 70%);border-radius:50%}
.hero-content-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;position:relative;z-index:2}
.hero-text-block h1{font-size:2.8rem;line-height:1.2;color:#212529;margin-bottom:24px;font-weight:700}
.hero-text-block h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#A63D29 0%,#00B3CC 100%);margin-top:16px}
.hero-text-block p{font-size:1.15rem;line-height:1.7;color:#495057;margin-bottom:32px}
.hero-image-wrapper{position:relative}
.hero-image-wrapper img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #0000001f}
.hero-image-wrapper::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:3px solid #E2BB04;border-radius:12px;z-index:-1}
.hero-cta-button{display:inline-block;background:#A63D29;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #a63d2940}
.hero-cta-button:hover{background:#8a3322;transform:translateY(-2px);box-shadow:0 6px 20px #a63d2959}
.program-philosophy-section{background:#fff;padding:90px 20px;position:relative}
.philosophy-container{max-width:1100px;margin:0 auto}
.philosophy-grid{display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:start}
.philosophy-profile{position:relative}
.philosophy-profile img{width:100%;max-width:340px;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 15px 40px #0000001a}
.philosophy-profile::after{content:'';position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;background:linear-gradient(135deg,#E2BB04 0%,#00B3CC 100%);border-radius:50%;z-index:-1;opacity:.4}
.philosophy-content h2{font-size:2.3rem;color:#212529;margin-bottom:28px;font-weight:700;position:relative;padding-left:20px}
.philosophy-content h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:40px;background:#00B3CC;border-radius:3px}
.philosophy-content p{font-size:1.05rem;line-height:1.8;color:#495057;margin-bottom:20px}
.philosophy-highlight{background:#f8f9fa;border-left:4px solid #A63D29;padding:24px 28px;margin-top:32px;border-radius:0 8px 8px 0}
.philosophy-highlight p{margin-bottom:0;font-style:italic;color:#343a40}
.milestone-journey-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:85px 20px}
.journey-wrapper{max-width:1150px;margin:0 auto}
.journey-header{text-align:center;margin-bottom:60px}
.journey-header h2{font-size:2.5rem;color:#212529;margin-bottom:18px;font-weight:700}
.journey-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.milestone-timeline{position:relative;padding-left:80px;margin-top:50px}
.timeline-item{position:relative;margin-bottom:55px;padding:28px 32px;background:#fff;border-radius:10px;box-shadow:0 8px 25px #00000014;transition:all .3s ease}
.timeline-item:hover{transform:translateX(8px);box-shadow:0 12px 35px #0000001f}
.timeline-marker{position:absolute;left:-80px;top:28px;width:50px;height:50px;background:linear-gradient(135deg,#A63D29 0%,#00B3CC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;box-shadow:0 6px 20px #a63d294d;z-index:5}
.timeline-item h3{font-size:1.5rem;color:#212529;margin-bottom:14px;font-weight:600}
.timeline-item p{font-size:1.02rem;line-height:1.7;color:#495057;margin-bottom:0}
.timeline-accent{display:inline-block;color:#A63D29;font-weight:600;position:relative}
.timeline-accent::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#E2BB04}
.learning-approach-section{background:#fff;padding:90px 20px;position:relative}
.approach-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.approach-visual{position:relative}
.approach-visual img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 18px 50px #00000026}
.approach-decoration{position:absolute;top:-25px;right:-25px;width:150px;height:150px;border:4px solid #00B3CC;border-radius:50%;z-index:-1}
.approach-text h2{font-size:2.4rem;color:#212529;margin-bottom:26px;font-weight:700}
.approach-text h2 span{color:#00B3CC;position:relative}
.approach-text h2 span::before{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:#E2BB04}
.approach-features{margin-top:35px}
.feature-point{display:flex;align-items:start;margin-bottom:28px;padding:20px;background:#f8f9fa;border-radius:8px;transition:all .3s ease}
.feature-point:hover{background:#fff;box-shadow:0 6px 20px #00000014}
.feature-icon{width:45px;height:45px;min-width:45px;background:linear-gradient(135deg,#A63D29 0%,#E2BB04 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:20px;color:#fff;font-weight:700;font-size:1.1rem}
.feature-text h4{font-size:1.2rem;color:#212529;margin-bottom:8px;font-weight:600}
.feature-text p{font-size:1rem;line-height:1.6;color:#495057;margin-bottom:0}
.expert-guidance-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:85px 20px;position:relative;overflow:hidden}
.expert-guidance-section::before{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#e2bb041a 0%,transparent 70%);border-radius:50%}
.guidance-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.guidance-header{text-align:center;margin-bottom:55px}
.guidance-header h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.guidance-header p{font-size:1.1rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.expert-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}
.expert-card{background:#fff;border-radius:12px;padding:35px;box-shadow:0 10px 30px #00000014;transition:all .3s ease;position:relative}
.expert-card:hover{transform:translateY(-5px);box-shadow:0 15px 45px #0000001f}
.expert-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#A63D29 0%,#00B3CC 100%);border-radius:12px 0 0 12px}
.expert-profile{display:flex;align-items:center;margin-bottom:24px}
.expert-avatar img{width:70px;height:70px;border-radius:50%;object-fit:cover;margin-right:18px;border:3px solid #E2BB04}
.expert-info h4{font-size:1.3rem;color:#212529;margin-bottom:5px;font-weight:600}
.expert-role{font-size:.95rem;color:#00B3CC;font-weight:500}
.expert-description{font-size:1.02rem;line-height:1.7;color:#495057;margin-bottom:0}
.guidance-cta-wrap{text-align:center;padding-top:30px}
.guidance-cta{display:inline-block;background:#00B3CC;color:#fff;padding:18px 50px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 20px #00b3cc4d}
.guidance-cta:hover{background:#009aae;transform:translateY(-2px);box-shadow:0 8px 25px #00b3cc66}
@media (max-width: 992px) {
.hero-content-wrap{grid-template-columns:1fr;gap:40px}
.hero-text-block h1{font-size:2.3rem}
.philosophy-grid{grid-template-columns:1fr;gap:45px}
.philosophy-profile img{max-width:100%;height:380px}
.milestone-timeline{padding-left:0;padding-top:20px}
.timeline-marker{position:relative;left:0;top:0;margin-bottom:20px;display:inline-flex}
.timeline-item{padding:24px 28px;margin-bottom:40px}
.approach-layout{grid-template-columns:1fr;gap:45px}
.approach-visual{order:2}
.approach-text{order:1}
.expert-cards{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.learning-program-hero{padding:60px 20px 50px}
.hero-text-block h1{font-size:2rem}
.hero-text-block p{font-size:1.05rem}
.hero-image-wrapper img{height:320px}
.program-philosophy-section{padding:70px 20px}
.philosophy-content h2{font-size:1.9rem}
.milestone-journey-section{padding:70px 20px}
.journey-header h2{font-size:2rem}
.timeline-item h3{font-size:1.3rem}
.learning-approach-section{padding:70px 20px}
.approach-text h2{font-size:2rem}
.approach-visual img{height:350px}
.expert-guidance-section{padding:70px 20px}
.guidance-header h2{font-size:2rem}
.expert-card{padding:28px}
}
.learning-hub-main{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.7}
.learning-intro-section{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.learning-intro-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00b3cc14 0%,transparent 70%);border-radius:50%}
.intro-content-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:3.5rem;align-items:center}
.intro-text-block h1{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 1.5rem;line-height:1.2}
.intro-text-block h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#A63D29 0%,#E2BB04 100%);margin-top:1rem}
.intro-text-block p{font-size:1.1rem;color:#495057;margin:0 0 1.2rem}
.intro-image-block img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.milestone-grid-section{background:#fff;padding:4.5rem 2rem}
.milestone-grid-container{max-width:1100px;margin:0 auto}
.milestone-grid-header{text-align:center;margin-bottom:3rem}
.milestone-grid-header h2{font-size:2.3rem;font-weight:700;color:#212529;margin:0 0 1rem;position:relative;display:inline-block}
.milestone-grid-header h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#00B3CC}
.milestone-grid-header h2::after{content:'';position:absolute;right:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#00B3CC}
.milestone-grid-header p{font-size:1.05rem;color:#6c757d;max-width:700px;margin:0 auto}
.milestone-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.milestone-card-item{background:#f8f9fa;padding:2rem;border-radius:10px;border-left:4px solid #A63D29;transition:all .3s ease}
.milestone-card-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px #a63d2926;border-left-color:#00B3CC}
.milestone-card-item h3{font-size:1.4rem;font-weight:600;color:#212529;margin:0 0 1rem}
.milestone-card-item p{font-size:.98rem;color:#495057;margin:0}
.strategy-dual-section{background:linear-gradient(to right,#fff 50%,#f5f6fa 50%);padding:4.5rem 2rem}
.strategy-dual-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:0}
.strategy-left-panel{padding:2.5rem 3rem 2.5rem 0}
.strategy-left-panel h2{font-size:2.1rem;font-weight:700;color:#212529;margin:0 0 2rem;position:relative;padding-left:20px}
.strategy-left-panel h2::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#A63D29 0%,#E2BB04 100%);border-radius:3px}
.strategy-step-list{list-style:none;padding:0;margin:0}
.strategy-step-list li{display:flex;align-items:flex-start;margin-bottom:1.8rem;position:relative}
.step-number-badge{background:#00B3CC;color:#fff;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0;margin-right:1rem;box-shadow:0 3px 8px #00b3cc4d}
.step-text-content h4{font-size:1.15rem;font-weight:600;color:#212529;margin:0 0 .5rem}
.step-text-content p{font-size:.95rem;color:#6c757d;margin:0}
.strategy-right-panel{padding:2.5rem 0 2.5rem 3rem}
.strategy-right-panel img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #0000001a}
.expert-voices-section{background:#fff;padding:4.5rem 2rem}
.expert-voices-container{max-width:1100px;margin:0 auto}
.expert-section-title{font-size:2.2rem;font-weight:700;color:#212529;text-align:center;margin:0 0 3rem}
.expert-section-title span{color:#A63D29;position:relative}
.expert-section-title span::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#A63D29 0%,#E2BB04 100%)}
.expert-cards-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.expert-voice-card{background:#f8f9fa;border-radius:10px;padding:2rem;display:flex;gap:1.5rem;box-shadow:0 4px 12px #0000000f;transition:all .3s ease}
.expert-voice-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-3px)}
.expert-photo-block img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #00B3CC}
.expert-content-block h3{font-size:1.25rem;font-weight:600;color:#212529;margin:0 0 .4rem}
.expert-role-tag{font-size:.9rem;color:#A63D29;font-weight:500;margin-bottom:1rem;display:block}
.expert-content-block p{font-size:.95rem;color:#495057;font-style:italic;margin:0;line-height:1.6}
.journey-timeline-section{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:4.5rem 2rem;position:relative}
.journey-timeline-container{max-width:900px;margin:0 auto}
.journey-timeline-heading{font-size:2.2rem;font-weight:700;color:#212529;text-align:center;margin:0 0 3.5rem}
.timeline-vertical-wrapper{position:relative;padding-left:60px}
.timeline-vertical-line{position:absolute;left:20px;top:30px;bottom:30px;width:3px;background:linear-gradient(180deg,#A63D29 0%,#00B3CC 50%,#E2BB04 100%)}
.timeline-phase-block{position:relative;margin-bottom:3rem}
.timeline-marker-dot{position:absolute;left:-48px;top:8px;width:18px;height:18px;background:#fff;border:4px solid #00B3CC;border-radius:50%;z-index:2}
.timeline-phase-content{background:#fff;padding:1.8rem;border-radius:10px;box-shadow:0 4px 12px #00000014}
.timeline-phase-content h3{font-size:1.35rem;font-weight:600;color:#A63D29;margin:0 0 .8rem}
.timeline-phase-content p{font-size:.98rem;color:#495057;margin:0;line-height:1.65}
.action-cta-section{background:linear-gradient(135deg,#A63D29 0%,#8a3322 100%);padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}
.action-cta-section::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,#e2bb0426 0%,transparent 70%);border-radius:50%}
.action-cta-section::after{content:'';position:absolute;bottom:-120px;right:-120px;width:350px;height:350px;background:radial-gradient(circle,#00b3cc1f 0%,transparent 70%);border-radius:50%}
.action-cta-container{max-width:800px;margin:0 auto;position:relative;z-index:1}
.action-cta-container h2{font-size:2.4rem;font-weight:700;color:#fff;margin:0 0 1.2rem;line-height:1.3}
.action-cta-container p{font-size:1.15rem;color:#fffffff2;margin:0 0 2rem;line-height:1.6}
.cta-button-primary{display:inline-block;background:#E2BB04;color:#212529;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #e2bb044d;position:relative;z-index:10}
.cta-button-primary:hover{background:#00B3CC;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #00b3cc66}
@media (max-width: 968px) {
.intro-content-wrapper{grid-template-columns:1fr;gap:2.5rem}
.intro-text-block h1{font-size:2.2rem}
.intro-image-block img{height:300px}
.milestone-cards-grid{grid-template-columns:1fr;gap:1.5rem}
.strategy-dual-section{background:#f5f6fa}
.strategy-dual-container{grid-template-columns:1fr;gap:2rem}
.strategy-left-panel,.strategy-right-panel{padding:0}
.strategy-right-panel img{height:350px}
.expert-cards-wrapper{grid-template-columns:1fr;gap:2rem}
.expert-voice-card{flex-direction:column;text-align:center}
.expert-photo-block img{margin:0 auto}
.timeline-vertical-wrapper{padding-left:50px}
.timeline-marker-dot{left:-42px}
.action-cta-container h2{font-size:2rem}
.milestone-grid-header h2::before,.milestone-grid-header h2::after{display:none}
}
@media (max-width: 576px) {
.learning-intro-section{padding:3rem 1.5rem 2.5rem}
.intro-text-block h1{font-size:1.8rem}
.milestone-grid-section,.strategy-dual-section,.expert-voices-section,.journey-timeline-section{padding:3rem 1.5rem}
.milestone-grid-header h2,.expert-section-title,.journey-timeline-heading{font-size:1.8rem}
.strategy-left-panel h2{font-size:1.7rem}
.action-cta-section{padding:3rem 1.5rem}
.action-cta-container h2{font-size:1.7rem}
.cta-button-primary{padding:.9rem 2rem;font-size:1rem}
}
.finances-index-wrapper{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#212529;background-color:#fff}
.finances-index-wrapper *{box-sizing:border-box}
.hero-milestone-section{position:relative;min-height:95vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%)}
.hero-milestone-section::before{content:'';position:absolute;top:0;right:0;width:55%;height:100%;background-image:url(./gallery/QgCpcPhV.jpg);background-size:cover;background-position:center;clip-path:polygon(25% 0,100% 0,100% 100%,0% 100%);z-index:1}
.hero-milestone-section::after{content:'';position:absolute;top:0;right:0;width:55%;height:100%;background:linear-gradient(90deg,#f8f9faf2 0%,#a63d2926 100%);clip-path:polygon(25% 0,100% 0,100% 100%,0% 100%);z-index:2}
.hero-milestone-content{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:60px 30px;width:100%}
.hero-milestone-inner{max-width:520px}
.hero-milestone-inner h1{font-size:3.2rem;font-weight:700;color:#212529;margin:0 0 25px;line-height:1.2;letter-spacing:-.5px}
.hero-milestone-inner h1::after{content:'';display:block;width:80px;height:5px;background:linear-gradient(90deg,#A63D29 0%,#00B3CC 100%);margin-top:20px;border-radius:3px}
.hero-milestone-inner p{font-size:1.15rem;color:#495057;margin:0 0 35px;line-height:1.7}
.hero-milestone-cta{display:inline-block;padding:16px 38px;background:#A63D29;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #a63d2940}
.hero-milestone-cta:hover{background:#8a3222;transform:translateY(-2px);box-shadow:0 6px 20px #a63d2959}
.journey-planning-block{background:linear-gradient(165deg,#fff 0%,#f5f6fa 100%);padding:90px 30px;position:relative}
.journey-planning-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.journey-planning-visual{position:relative}
.journey-planning-visual img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #00000014}
.journey-planning-visual::before{content:'';position:absolute;top:-20px;left:-20px;width:100%;height:100%;border:3px solid #00B3CC;border-radius:12px;z-index:-1}
.journey-planning-text h2{font-size:2.4rem;color:#212529;margin:0 0 25px;font-weight:700;line-height:1.3}
.journey-planning-text h2 span{color:#00B3CC;position:relative}
.journey-planning-text h2 span::before{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:#E2BB04;border-radius:2px}
.journey-planning-text p{font-size:1.05rem;color:#495057;margin:0 0 20px;line-height:1.8}
.journey-planning-highlight{background:#fafbfc;padding:25px;border-left:4px solid #A63D29;border-radius:6px;margin-top:30px}
.journey-planning-highlight p{margin:0;font-style:italic;color:#343a40}
.approach-methodology-section{background:#fff;padding:85px 30px;position:relative;overflow:hidden}
.approach-methodology-section::before{content:'';position:absolute;top:0;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#00b3cc14 0%,transparent 70%);border-radius:50%}
.approach-methodology-wrap{max-width:1150px;margin:0 auto;position:relative;z-index:1}
.approach-methodology-header{text-align:center;margin-bottom:60px}
.approach-methodology-header h2{font-size:2.6rem;color:#212529;margin:0 0 20px;font-weight:700}
.approach-methodology-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.approach-methodology-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.approach-methodology-item{background:#f8f9fa;padding:35px 30px;border-radius:10px;transition:all .3s ease;border-top:4px solid transparent}
.approach-methodology-item:nth-child(1){border-top-color:#A63D29}
.approach-methodology-item:nth-child(2){border-top-color:#00B3CC}
.approach-methodology-item:nth-child(3){border-top-color:#E2BB04}
.approach-methodology-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a;background:#fff}
.approach-methodology-item h3{font-size:1.5rem;color:#212529;margin:0 0 15px;font-weight:600}
.approach-methodology-item p{font-size:.98rem;color:#495057;margin:0;line-height:1.7}
.stages-timeline-block{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:90px 30px;position:relative}
.stages-timeline-wrap{max-width:950px;margin:0 auto}
.stages-timeline-title{text-align:center;margin-bottom:70px}
.stages-timeline-title h2{font-size:2.5rem;color:#212529;margin:0 0 18px;font-weight:700}
.stages-timeline-title p{font-size:1.08rem;color:#495057;margin:0}
.stages-timeline-flow{position:relative;padding-left:80px}
.stages-timeline-flow::before{content:'';position:absolute;left:22px;top:30px;bottom:30px;width:3px;background:linear-gradient(180deg,#A63D29 0%,#00B3CC 50%,#E2BB04 100%)}
.stages-timeline-phase{position:relative;margin-bottom:50px;padding-left:0}
.stages-timeline-phase::before{content:'';position:absolute;left:-68px;top:8px;width:18px;height:18px;background:#fff;border:4px solid #A63D29;border-radius:50%;z-index:2}
.stages-timeline-phase:nth-child(2)::before{border-color:#00B3CC}
.stages-timeline-phase:nth-child(3)::before{border-color:#E2BB04}
.stages-timeline-phase:last-child{margin-bottom:0}
.stages-timeline-phase h3{font-size:1.4rem;color:#212529;margin:0 0 12px;font-weight:600}
.stages-timeline-phase p{font-size:1rem;color:#495057;margin:0;line-height:1.7}
.practical-framework-section{background:#fff;padding:85px 30px}
.practical-framework-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:50px;align-items:start}
.practical-framework-content h2{font-size:2.3rem;color:#212529;margin:0 0 30px;font-weight:700;line-height:1.3}
.practical-framework-content p{font-size:1.05rem;color:#495057;margin:0 0 25px;line-height:1.75}
.practical-framework-features{display:flex;flex-direction:column;gap:20px;margin-top:35px}
.practical-framework-feature{display:flex;align-items:start;gap:15px;padding:20px;background:#f8f9fa;border-radius:8px;transition:all .3s ease}
.practical-framework-feature:hover{background:#fafbfc;transform:translateX(5px)}
.practical-framework-feature::before{content:'';display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#00B3CC;color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;flex-shrink:0;margin-top:2px}
.practical-framework-feature span{font-size:.98rem;color:#343a40;line-height:1.6}
.practical-framework-visuals{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.practical-framework-img{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 6px 25px #00000014}
.practical-framework-img img{width:100%;height:220px;object-fit:cover;transition:transform .4s ease}
.practical-framework-img:hover img{transform:scale(1.05)}
.practical-framework-img:first-child{grid-column:span 2}
.practical-framework-img:first-child img{height:280px}
.expert-guidance-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:90px 30px;position:relative}
.expert-guidance-wrap{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:60px}
.expert-guidance-profile{flex-shrink:0;position:relative}
.expert-guidance-profile img{width:280px;height:320px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000001f}
.expert-guidance-profile::after{content:'';position:absolute;bottom:-15px;right:-15px;width:100%;height:100%;border:3px solid #E2BB04;border-radius:12px;z-index:-1}
.expert-guidance-info h2{font-size:2.2rem;color:#212529;margin:0 0 25px;font-weight:700}
.expert-guidance-info p{font-size:1.05rem;color:#495057;margin:0 0 20px;line-height:1.75}
.expert-guidance-credentials{background:#fafbfc;padding:25px;border-radius:8px;margin-top:30px;border-left:4px solid #00B3CC}
.expert-guidance-credentials p{margin:0 0 12px;font-size:.98rem;color:#343a40}
.expert-guidance-credentials p:last-child{margin:0}
.expert-guidance-cta{display:inline-block;margin-top:30px;padding:14px 32px;background:#A63D29;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:all .3s ease}
.expert-guidance-cta:hover{background:#8a3222;transform:translateY(-2px);box-shadow:0 4px 15px #a63d294d}
@media (max-width: 992px) {
.hero-milestone-section::before,.hero-milestone-section::after{width:100%;clip-path:none;opacity:.3}
.hero-milestone-inner h1{font-size:2.5rem}
.journey-planning-container{grid-template-columns:1fr;gap:40px}
.journey-planning-visual img{height:350px}
.approach-methodology-grid{grid-template-columns:1fr;gap:30px}
.stages-timeline-flow{padding-left:60px}
.stages-timeline-phase::before{left:-48px}
.practical-framework-container{grid-template-columns:1fr;gap:40px}
.expert-guidance-wrap{flex-direction:column;gap:40px}
.expert-guidance-profile img{width:240px;height:280px}
}
@media (max-width: 768px) {
.hero-milestone-section{min-height:85vh}
.hero-milestone-inner h1{font-size:2rem}
.hero-milestone-inner p{font-size:1.05rem}
.journey-planning-text h2{font-size:2rem}
.approach-methodology-header h2{font-size:2.1rem}
.stages-timeline-title h2{font-size:2rem}
.practical-framework-content h2{font-size:1.9rem}
.expert-guidance-info h2{font-size:1.85rem}
.practical-framework-visuals{grid-template-columns:1fr}
.practical-framework-img:first-child{grid-column:span 1}
}
.contact-page-wrapper{background:#fff;min-height:400px}
.contact-hero-zone{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #E2BB04;position:relative}
.contact-hero-zone::before{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#A63D29 0%,#00B3CC 50%,#E2BB04 100%)}
.contact-hero-zone h1{font-size:2.8rem;color:#212529;margin:0 0 20px;font-weight:700;line-height:1.2}
.contact-hero-zone .hero-subtitle{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.contact-dual-layout{max-width:1200px;margin:0 auto;padding:70px 20px;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.contact-info-panel{background:#f8f9fa;padding:45px 35px;border-radius:8px;border-left:5px solid #A63D29;position:sticky;top:20px}
.contact-info-panel h2{font-size:1.6rem;color:#212529;margin:0 0 25px;font-weight:600}
.contact-info-panel .info-item{margin-bottom:28px;padding-left:35px;position:relative}
.contact-info-panel .info-item::before{content:'';position:absolute;left:0;top:2px;width:24px;height:24px;background:#00B3CC;border-radius:50%;opacity:.15}
.contact-info-panel .info-item strong{display:block;font-size:.9rem;color:#495057;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.contact-info-panel .info-item span{color:#343a40;font-size:1.05rem;line-height:1.6;display:block}
.contact-info-panel .info-item a{color:#A63D29;text-decoration:none;font-weight:500}
.contact-info-panel .info-item a:hover{color:#00B3CC;text-decoration:underline}
.contact-form-container{background:#fff;padding:50px 45px;border-radius:8px;border:2px solid #f5f6fa;box-shadow:0 4px 20px #0000000f}
.contact-form-container h2{font-size:1.75rem;color:#212529;margin:0 0 15px;font-weight:600}
.contact-form-container .form-intro{color:#495057;font-size:1.05rem;margin-bottom:35px;line-height:1.65}
.contact-form-container form{display:flex;flex-direction:column;gap:25px}
.form-group-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.form-field-wrapper{display:flex;flex-direction:column}
.form-field-wrapper label{font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500;letter-spacing:.2px}
.form-field-wrapper input,.form-field-wrapper select,.form-field-wrapper textarea{padding:14px 18px;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .25s ease;font-family:inherit}
.form-field-wrapper input:focus,.form-field-wrapper select:focus,.form-field-wrapper textarea:focus{outline:none;border-color:#00B3CC;background:#fff;box-shadow:0 0 0 3px #00b3cc1a}
.form-field-wrapper textarea{min-height:140px;resize:vertical;line-height:1.6}
.form-field-wrapper select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23495057' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:45px}
.privacy-consent-box{display:flex;align-items:flex-start;gap:12px;margin:20px 0 30px;padding:18px;background:#f8f9fa;border-radius:6px;border-left:4px solid #E2BB04}
.privacy-consent-box input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;flex-shrink:0;accent-color:#A63D29}
.privacy-consent-box label{font-size:.95rem;color:#495057;line-height:1.65;cursor:pointer;margin:0}
.privacy-consent-box label a{color:#A63D29;text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:border-color .2s ease}
.privacy-consent-box label a:hover{border-bottom-color:#A63D29}
.form-submit-button{background:linear-gradient(135deg,#A63D29 0%,#8b3321 100%);color:#fff;padding:16px 45px;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:.3px;box-shadow:0 4px 12px #a63d2940;align-self:flex-start}
.form-submit-button:hover{background:linear-gradient(135deg,#8b3321 0%,#A63D29 100%);box-shadow:0 6px 20px #a63d2959;transform:translateY(-2px)}
.form-submit-button:active{transform:translateY(0)}
.visual-separator-wave{width:100%;height:80px;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);position:relative;overflow:hidden}
.visual-separator-wave svg{position:absolute;bottom:0;left:0;width:100%;height:100%}
.additional-resources-zone{background:#f8f9fa;padding:70px 20px}
.additional-resources-zone .container{max-width:1100px;margin:0 auto}
.additional-resources-zone h2{font-size:2rem;color:#212529;text-align:center;margin:0 0 50px;font-weight:600;position:relative;padding-bottom:20px}
.additional-resources-zone h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#A63D29 0%,#00B3CC 100%);border-radius:2px}
.resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.resource-card{background:#fff;padding:40px 35px;border-radius:8px;border-top:4px solid #00B3CC;box-shadow:0 3px 15px #0000000d;transition:all .3s ease}
.resource-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-4px)}
.resource-card h3{font-size:1.4rem;color:#212529;margin:0 0 15px;font-weight:600}
.resource-card p{color:#495057;line-height:1.7;margin-bottom:20px;font-size:1.02rem}
.resource-card .resource-link{display:inline-flex;align-items:center;gap:8px;color:#A63D29;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .25s ease}
.resource-card .resource-link::after{content:'→';font-size:1.2rem;transition:transform .25s ease}
.resource-card .resource-link:hover{color:#00B3CC}
.resource-card .resource-link:hover::after{transform:translateX(5px)}
.expectations-timeline-section{background:#fff;padding:70px 20px}
.expectations-timeline-section .container{max-width:900px;margin:0 auto}
.expectations-timeline-section h2{font-size:2rem;color:#212529;text-align:center;margin:0 0 50px;font-weight:600}
.timeline-flow{position:relative;padding-left:0}
.timeline-step{display:flex;gap:30px;margin-bottom:45px;position:relative;padding-left:80px}
.timeline-step::before{content:'';position:absolute;left:32px;top:45px;width:2px;height:calc(100% + 25px);background:linear-gradient(180deg,#E2BB04 0%,#00B3CC 100%)}
.timeline-step:last-child::before{display:none}
.timeline-marker{position:absolute;left:0;top:0;width:65px;height:65px;background:linear-gradient(135deg,#A63D29 0%,#00B3CC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 4px 15px #a63d294d;flex-shrink:0}
.timeline-content{flex:1;background:#f8f9fa;padding:25px 30px;border-radius:8px;border-left:4px solid #E2BB04}
.timeline-content h3{font-size:1.3rem;color:#212529;margin:0 0 12px;font-weight:600}
.timeline-content p{color:#495057;line-height:1.7;margin:0;font-size:1.02rem}
.image-showcase-block{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:70px 20px}
.image-showcase-block .container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:center}
.showcase-image-holder{width:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001f;border:5px solid #fff}
.showcase-image-holder img{width:100%;height:auto;display:block;object-fit:cover}
.showcase-text-content h2{font-size:2rem;color:#212529;margin:0 0 25px;font-weight:600;line-height:1.3}
.showcase-text-content p{color:#495057;line-height:1.75;margin-bottom:20px;font-size:1.05rem}
.showcase-text-content .highlight-note{background:#fff;padding:20px 25px;border-radius:6px;border-left:4px solid #00B3CC;margin-top:25px;font-size:1.02rem;color:#343a40;line-height:1.7}
.final-cta-section{background:linear-gradient(135deg,#A63D29 0%,#8b3321 100%);padding:70px 20px;text-align:center;color:#fff}
.final-cta-section h2{font-size:2.2rem;color:#fff;margin:0 0 20px;font-weight:700}
.final-cta-section p{font-size:1.15rem;color:#fffffff2;max-width:700px;margin:0 auto 35px;line-height:1.7}
.final-cta-section .cta-button{display:inline-block;background:#fff;color:#A63D29;padding:16px 45px;border-radius:6px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 20px #0003}
.final-cta-section .cta-button:hover{background:#E2BB04;color:#212529;transform:translateY(-3px);box-shadow:0 6px 25px #0000004d}
@media (max-width: 992px) {
.contact-dual-layout{grid-template-columns:1fr;gap:40px;padding:50px 20px}
.contact-info-panel{position:static}
.form-group-row{grid-template-columns:1fr;gap:25px}
.resources-grid{grid-template-columns:1fr;gap:30px}
.image-showcase-block .container{grid-template-columns:1fr;gap:40px}
.timeline-step{padding-left:0;flex-direction:column;gap:15px}
.timeline-step::before{display:none}
.timeline-marker{position:static;margin-bottom:10px}
}
@media (max-width: 768px) {
.contact-hero-zone h1{font-size:2rem}
.contact-hero-zone .hero-subtitle{font-size:1.05rem}
.contact-form-container{padding:35px 25px}
.contact-info-panel{padding:35px 25px}
.expectations-timeline-section h2,.additional-resources-zone h2,.showcase-text-content h2{font-size:1.6rem}
.final-cta-section h2{font-size:1.8rem}
.form-submit-button{width:100%}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-header-section{background:linear-gradient(120deg,#A63D29 0%,#852f1f 100%);padding:5rem 2rem 3rem;position:relative;overflow:hidden}
.policy-header-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#00b3cc26 0%,transparent 70%);border-radius:50%}
.policy-title-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.policy-main-title{color:#fff;font-size:2.8rem;font-weight:300;letter-spacing:-.5px;margin:0 0 1rem;line-height:1.2}
.policy-subtitle-text{color:#ffffffd9;font-size:1.1rem;font-weight:300;line-height:1.6;margin:0}
.policy-content-main{max-width:100%;padding:0;background:#fff}
.policy-narrative-block{padding:4rem 2rem;border-bottom:1px solid #e9ecef}
.policy-narrative-block:nth-child(even){background:linear-gradient(to right,#fafbfc 0%,#fff 50%,#fafbfc 100%)}
.policy-narrative-block:nth-child(odd){background:#fff}
.policy-inner-content{max-width:1100px;margin:0 auto}
.policy-section-marker{display:inline-block;color:#A63D29;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.5rem;position:relative;padding-left:2rem}
.policy-section-marker::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:2px;background:linear-gradient(to right,#00B3CC,#A63D29)}
.policy-heading-primary{font-size:2.2rem;color:#212529;font-weight:600;margin:0 0 2rem;line-height:1.3}
.policy-heading-secondary{font-size:1.6rem;color:#343a40;font-weight:500;margin:2.5rem 0 1.5rem;line-height:1.4;position:relative;padding-bottom:.8rem}
.policy-heading-secondary::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(to right,#E2BB04,#00B3CC)}
.policy-text-paragraph{font-size:1.05rem;line-height:1.8;color:#495057;margin:0 0 1.5rem}
.policy-text-paragraph:last-child{margin-bottom:0}
.policy-emphasis-term{color:#A63D29;font-weight:500;position:relative}
.policy-technical-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2.5rem 0}
.policy-tech-card{background:#fafbfc;border:1px solid #e9ecef;border-radius:8px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}
.policy-tech-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#00B3CC,#A63D29);transform:scaleY(0);transition:transform .3s ease}
.policy-tech-card:hover::before{transform:scaleY(1)}
.policy-tech-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #a63d291a;border-color:#00B3CC}
.policy-card-title{font-size:1.2rem;color:#212529;font-weight:600;margin:0 0 1rem}
.policy-card-description{font-size:.95rem;line-height:1.6;color:#6c757d;margin:0}
.policy-category-cluster{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-left:4px solid #E2BB04;padding:2rem;margin:2.5rem 0;border-radius:0 8px 8px 0}
.policy-cluster-heading{font-size:1.4rem;color:#212529;font-weight:600;margin:0 0 1.5rem}
.policy-item-list{list-style:none;padding:0;margin:0}
.policy-list-item{padding:.8rem 0 .8rem 2rem;position:relative;font-size:1rem;line-height:1.7;color:#495057;border-bottom:1px solid #e9ecef}
.policy-list-item:last-child{border-bottom:none}
.policy-list-item::before{content:'';position:absolute;left:0;top:1.3rem;width:8px;height:8px;background:#00B3CC;border-radius:50%}
.policy-distinction-panel{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:3rem 0}
.policy-distinction-box{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:2rem;position:relative}
.policy-distinction-box.essential-variant{border-color:#A63D29;background:linear-gradient(to bottom right,#fff,#fff5f3)}
.policy-distinction-box.optional-variant{border-color:#00B3CC;background:linear-gradient(to bottom right,#fff,#f0fbfd)}
.policy-box-label{position:absolute;top:-12px;left:1.5rem;background:#fff;padding:.3rem 1rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.essential-variant .policy-box-label{color:#A63D29}
.optional-variant .policy-box-label{color:#00B3CC}
.policy-box-content{margin-top:1rem}
.policy-control-narrative{background:linear-gradient(120deg,#00B3CC 0%,#0099b3 100%);padding:3rem 2rem;margin:3rem 0;border-radius:12px;position:relative;overflow:hidden}
.policy-control-narrative::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#e2bb0433 0%,transparent 70%);border-radius:50%}
.policy-control-content{position:relative;z-index:2;max-width:900px;margin:0 auto}
.policy-control-heading{color:#fff;font-size:1.8rem;font-weight:500;margin:0 0 1.5rem}
.policy-control-text{color:#fffffff2;font-size:1.05rem;line-height:1.8;margin:0 0 1rem}
.policy-mechanism-sequence{display:flex;flex-direction:column;gap:1.5rem;margin:2.5rem 0}
.policy-mechanism-step{background:#fafbfc;border-radius:8px;padding:1.8rem 1.8rem 1.8rem 5rem;position:relative;border:1px solid #e9ecef;transition:all .3s ease}
.policy-mechanism-step:hover{background:#fff;box-shadow:0 4px 16px #00b3cc14}
.policy-step-number{position:absolute;left:1.5rem;top:1.8rem;width:38px;height:38px;background:linear-gradient(135deg,#E2BB04,#d4ab04);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.policy-step-title{font-size:1.15rem;color:#212529;font-weight:600;margin:0 0 .8rem}
.policy-step-explanation{font-size:.98rem;line-height:1.7;color:#6c757d;margin:0}
.policy-contact-fragment{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-top:3px solid #A63D29;padding:3rem 2rem;margin-top:3rem}
.policy-contact-inner{max-width:800px;margin:0 auto;text-align:center}
.policy-contact-prompt{font-size:1.3rem;color:#343a40;font-weight:500;margin:0 0 1.5rem}
.policy-contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:2rem 0 0}
.policy-contact-item{display:flex;align-items:center;gap:.8rem;padding:1rem 1.5rem;background:#fff;border-radius:8px;border:1px solid #e9ecef;transition:all .3s ease}
.policy-contact-item:hover{border-color:#00B3CC;transform:translateY(-2px);box-shadow:0 4px 12px #00b3cc1a}
.policy-contact-icon{width:20px;height:20px;flex-shrink:0}
.policy-contact-text{font-size:.95rem;color:#495057;margin:0;white-space:nowrap}
.policy-contact-link{color:#00B3CC;text-decoration:none;transition:color .2s ease}
.policy-contact-link:hover{color:#A63D29;text-decoration:underline}
@media (max-width: 768px) {
.policy-header-section{padding:3rem 1.5rem 2rem}
.policy-main-title{font-size:2rem}
.policy-subtitle-text{font-size:1rem}
.policy-narrative-block{padding:2.5rem 1.5rem}
.policy-heading-primary{font-size:1.7rem}
.policy-heading-secondary{font-size:1.3rem}
.policy-technical-grid{grid-template-columns:1fr;gap:1.5rem}
.policy-distinction-panel{grid-template-columns:1fr;gap:1.5rem}
.policy-control-narrative{padding:2rem 1.5rem;margin:2rem 0}
.policy-mechanism-step{padding:1.5rem 1.5rem 1.5rem 4rem}
.policy-step-number{left:1rem;width:32px;height:32px;font-size:.95rem}
.policy-contact-details{flex-direction:column;align-items:stretch;gap:1rem}
.policy-contact-item{justify-content:center}
}
.privacy-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.7}
.privacy-header-block{background:linear-gradient(145deg,#fff 0%,#f5f6fa 100%);padding:80px 40px 60px;border-bottom:3px solid #E2BB04;position:relative;overflow:hidden}
.privacy-header-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#00b3cc14 0%,transparent 70%);border-radius:50%}
.privacy-main-title{font-size:3.2rem;font-weight:800;color:#A63D29;margin:0 0 20px;letter-spacing:-.02em;position:relative}
.privacy-subtitle-intro{font-size:1.15rem;color:#495057;max-width:850px;margin:0 auto;line-height:1.8}
.privacy-content-container{max-width:100%;padding:60px 40px;background:#fff}
.privacy-info-section{margin-bottom:70px;padding:50px;background:linear-gradient(to right,#fafbfc 0%,#fff 100%);border-left:5px solid #00B3CC;border-radius:8px;box-shadow:0 2px 12px #0000000a}
.privacy-info-section:nth-child(even){background:linear-gradient(to left,#f8f9fa 0%,#fff 100%);border-left:none;border-right:5px solid #E2BB04}
.privacy-info-section:nth-child(3n){background:#fff;border:2px solid #f5f6fa;border-left:5px solid #A63D29}
.privacy-section-heading{font-size:2rem;font-weight:700;color:#343a40;margin:0 0 30px;position:relative;padding-left:25px}
.privacy-section-heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#00B3CC;border-radius:50%}
.privacy-info-section:nth-child(even) .privacy-section-heading::before{background:#E2BB04}
.privacy-info-section:nth-child(3n) .privacy-section-heading::before{background:#A63D29}
.privacy-text-content{font-size:1.05rem;color:#495057;margin:0 0 25px;line-height:1.85}
.privacy-text-content:last-child{margin-bottom:0}
.privacy-emphasis-term{color:#A63D29;font-weight:600}
.privacy-list-standard{list-style:none;padding:0;margin:25px 0}
.privacy-list-standard li{padding-left:35px;position:relative;margin-bottom:18px;color:#495057;line-height:1.8}
.privacy-list-standard li::before{content:'→';position:absolute;left:0;color:#00B3CC;font-weight:700;font-size:1.3rem}
.privacy-info-section:nth-child(even) .privacy-list-standard li::before{content:'•';font-size:1.5rem;color:#E2BB04;top:-2px}
.privacy-nested-description{background:#00b3cc0a;padding:25px 30px;border-radius:6px;margin:30px 0;border-left:3px solid #00B3CC}
.privacy-info-section:nth-child(even) .privacy-nested-description{background:#e2bb040a;border-left-color:#E2BB04}
.privacy-small-heading{font-size:1.35rem;font-weight:600;color:#343a40;margin:0 0 15px}
.privacy-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-detail-card{background:#fff;padding:25px;border-radius:8px;border:2px solid #f5f6fa;transition:all .3s ease}
.privacy-detail-card:hover{border-color:#00B3CC;box-shadow:0 4px 16px #00b3cc1f;transform:translateY(-2px)}
.privacy-card-label{font-weight:700;color:#A63D29;font-size:1.1rem;margin-bottom:10px;display:block}
.privacy-contact-block{background:linear-gradient(135deg,#A63D29 0%,#8a3222 100%);color:#fff;padding:50px;border-radius:12px;margin-top:60px;box-shadow:0 8px 24px #a63d2940}
.privacy-contact-heading{font-size:1.8rem;font-weight:700;margin:0 0 25px;color:#fff}
.privacy-contact-text{font-size:1.1rem;line-height:1.8;margin:0 0 20px;color:#fffffff2}
.privacy-contact-link{color:#E2BB04;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease}
.privacy-contact-link:hover{border-bottom-color:#E2BB04}
.privacy-update-notice{background:linear-gradient(to right,#00b3cc14,#e2bb0414);padding:30px 40px;border-radius:8px;margin-top:50px;border-top:3px solid #00B3CC;border-bottom:3px solid #E2BB04}
.privacy-update-text{font-size:1.05rem;color:#495057;margin:0;line-height:1.8}
@media (max-width: 768px) {
.privacy-header-block{padding:60px 25px 40px}
.privacy-main-title{font-size:2.2rem}
.privacy-subtitle-intro{font-size:1.05rem}
.privacy-content-container{padding:40px 25px}
.privacy-info-section{padding:30px 25px;margin-bottom:50px}
.privacy-section-heading{font-size:1.6rem;padding-left:20px}
.privacy-detail-grid{grid-template-columns:1fr}
.privacy-contact-block{padding:35px 25px}
.privacy-contact-heading{font-size:1.5rem}
}
.success-wrapper{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);position:relative;overflow:hidden}
.success-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#00b3cc14 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#e2bb040f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-content-block{max-width:720px;width:100%;background:#fff;border-radius:16px;padding:3.5rem 2.5rem;box-shadow:0 8px 24px #2125290f 0 2px 8px #2125290a;position:relative;z-index:2;border-top:4px solid #00B3CC}
.success-icon-area{text-align:center;margin-bottom:2.25rem;position:relative}
.success-icon-circle{width:88px;height:88px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#00B3CC 0%,#00a0b8 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-gentle 2.5s ease-in-out infinite}
.success-icon-circle::before{content:'';position:absolute;width:110px;height:110px;border:2px solid #00b3cc26;border-radius:50%;animation:ripple-effect 3s ease-out infinite}
@keyframes pulse-gentle {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
@keyframes ripple-effect {
0%{transform:scale(1);opacity:.4}
100%{transform:scale(1.4);opacity:0}
}
.success-checkmark-svg{width:42px;height:42px}
.success-checkmark-path{stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:70;stroke-dashoffset:70;animation:draw-check .8s ease-out forwards;animation-delay:.3s}
@keyframes draw-check {
to{stroke-dashoffset:0}
}
.success-main-headline{font-size:2.1rem;font-weight:700;color:#212529;margin:0 0 1.25rem;line-height:1.3;text-align:center;letter-spacing:-.02em}
.success-subtext-para{font-size:1.05rem;color:#495057;line-height:1.65;margin:0 0 2rem;text-align:center}
.success-info-segment{background:#f8f9fa;border-left:3px solid #E2BB04;padding:1.5rem 1.75rem;border-radius:8px;margin-bottom:2rem}
.success-info-segment p{margin:0 0 .65rem;font-size:.96rem;color:#343a40;line-height:1.6}
.success-info-segment p:last-child{margin-bottom:0}
.success-info-segment strong{color:#212529;font-weight:600}
.success-timeline-hint{font-size:.92rem;color:#6c757d;margin:0 0 2.5rem;padding:1rem 1.25rem;background:#fafbfc;border-radius:6px;border:1px solid #e9ecef;text-align:center}
.success-actions-row{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2.5rem}
.success-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 2rem;background:linear-gradient(135deg,#A63D29 0%,#8e3522 100%);color:#fff;text-decoration:none;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #a63d2933;border:none;cursor:pointer;position:relative;z-index:10}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #a63d294d;background:linear-gradient(135deg,#8e3522 0%,#A63D29 100%);color:#fff}
.success-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 2rem;background:#fff;color:#00B3CC;text-decoration:none;font-size:1rem;font-weight:600;border-radius:8px;border:2px solid #00B3CC;transition:all .3s ease;cursor:pointer;position:relative;z-index:10}
.success-btn-secondary:hover{background:#00B3CC;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00b3cc40}
.success-contact-details{margin-top:2.75rem;padding-top:2.5rem;border-top:1px solid #e9ecef;text-align:center}
.success-contact-label{font-size:.88rem;color:#6c757d;margin-bottom:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}
.success-contact-items{display:flex;flex-direction:column;gap:.65rem;align-items:center}
.success-contact-link{font-size:.95rem;color:#00B3CC;text-decoration:none;transition:color .2s ease;position:relative;z-index:10}
.success-contact-link:hover{color:#A63D29;text-decoration:underline}
.success-contact-text{font-size:.93rem;color:#495057;margin:0;line-height:1.5}
@media (max-width: 768px) {
.success-wrapper{padding:2rem 1rem}
.success-content-block{padding:2.5rem 1.75rem}
.success-main-headline{font-size:1.65rem}
.success-subtext-para{font-size:.98rem}
.success-icon-circle{width:76px;height:76px}
.success-checkmark-svg{width:36px;height:36px}
.success-actions-row{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.success-main-headline{font-size:1.45rem}
.success-content-block{padding:2rem 1.25rem}
.success-info-segment{padding:1.25rem}
}