:root{--primary-dark:#37070D;--secondary-purple:#A851DA;--tertiary-cyan:#00ECD2;--light-bg:#fafbfc;--card-bg:#fff;--text-primary:#212529;--text-secondary:#495057;--border-light:#e9ecef;--shadow-soft:0 2px 12px #37070d14;--shadow-medium:0 4px 20px #37070d1f}
*{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Source Sans Pro',system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);color:var(--text-primary);line-height:1.65;min-height:100vh;display:flex;flex-direction:column}
.brand_script_7kx{background:linear-gradient(90deg,var(--primary-dark) 0%,var(--secondary-purple) 100%);padding:clamp(1.5rem,3vw,2.5rem) clamp(1rem,5vw,3rem);text-align:center;border-bottom:3px solid var(--tertiary-cyan)}
.company_name_9md{font-size:clamp(1.8rem,4vw,3.2rem);font-weight:700;color:#fff;letter-spacing:.5px;text-shadow:2px 2px 4px #0003}
.signature_row_3wq{background:var(--card-bg);padding:clamp(1rem,2.5vw,1.8rem) clamp(1rem,5vw,3rem);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:clamp(1.5rem,3vw,2.5rem);box-shadow:var(--shadow-soft)}
.logo_container_4hz{display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo_image_8vp{height:85px;width:85px;object-fit:contain;aspect-ratio:1/1}
.nav_holder_2jf{display:flex;gap:clamp(1.2rem,2.5vw,2rem);align-items:center;flex-wrap:wrap}
.nav_link_6rt{font-size:clamp(0.95rem,1.8vw,1.05rem);font-weight:600;color:var(--text-primary);text-decoration:none;padding:.6rem 1.2rem;border-radius:6px;transition:background-color .25s ease,color .25s ease;position:relative;white-space:nowrap}
.nav_link_6rt:hover{background:linear-gradient(45deg,var(--primary-dark) 0%,var(--secondary-purple) 100%);color:#fff}
.nav_link_6rt:focus{outline:3px solid var(--secondary-purple);outline-offset:2px}
main{flex:1}
footer{background:linear-gradient(135deg,var(--primary-dark) 0%,#2d0609 50%,var(--primary-dark) 100%);color:#fff;padding:clamp(2.5rem,5vw,4rem) clamp(1rem,5vw,3rem) clamp(1.5rem,3vw,2rem);margin-top:auto}
.footer_grid_5nk{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(2rem,4vw,3.5rem);row-gap:clamp(2rem,3vw,2.5rem);margin-bottom:clamp(2rem,3vw,3rem)}
.footer_section_8pw{display:flex;flex-direction:column;gap:1rem}
.footer_title_1mc{font-size:clamp(1.1rem,2vw,1.3rem);font-weight:700;color:var(--tertiary-cyan);margin-bottom:.5rem;letter-spacing:.3px}
.footer_logo_9xh{height:70px;width:70px;object-fit:contain;margin-bottom:.8rem}
.footer_text_7kd{font-size:clamp(0.9rem,1.6vw,1rem);line-height:1.7;color:#ffffffd9}
.footer_link_3bv{font-size:clamp(0.9rem,1.6vw,1rem);color:#ffffffd9;text-decoration:none;transition:color .25s ease;display:block;margin-bottom:.5rem}
.footer_link_3bv:hover{color:var(--tertiary-cyan)}
.footer_link_3bv:focus{outline:2px solid var(--tertiary-cyan);outline-offset:2px}
.footer_bottom_4rs{border-top:1px solid #fff3;padding-top:clamp(1rem,2vw,1.5rem);text-align:center;font-size:clamp(0.85rem,1.5vw,0.95rem);color:#ffffffbf}
.consent_overlay_8kz{position:fixed;bottom:1.5rem;right:1.5rem;max-width:480px;width:calc(100% - 3rem);background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:2px solid var(--secondary-purple);border-radius:12px;padding:clamp(1.5rem,3vw,2rem);box-shadow:0 8px 32px #37070d33;z-index:9999;display:none}
.consent_overlay_8kz.visible_state{display:block;animation:slide_up_fade .4s ease-out}
@keyframes slide_up_fade {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.consent_header_2pn{font-size:clamp(1.15rem,2.2vw,1.4rem);font-weight:700;color:var(--primary-dark);margin-bottom:1rem}
.consent_description_7wm{font-size:clamp(0.9rem,1.7vw,1rem);line-height:1.6;color:var(--text-secondary);margin-bottom:1.5rem}
.consent_category_5xj{margin-bottom:1.2rem;padding:1rem;background:#a851da0d;border-radius:8px;border-left:3px solid var(--secondary-purple)}
.category_label_9hp{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}
.category_title_4qw{font-size:clamp(0.95rem,1.8vw,1.05rem);font-weight:600;color:var(--text-primary)}
.toggle_switch_1md{position:relative;width:52px;height:28px;flex-shrink:0}
.toggle_input_3kv{opacity:0;width:0;height:0}
.toggle_slider_7nx{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;transition:.3s;border-radius:28px}
.toggle_slider_7nx:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background:#fff;transition:.3s;border-radius:50%}
.toggle_input_3kv:checked + .toggle_slider_7nx{background:var(--secondary-purple)}
.toggle_input_3kv:focus + .toggle_slider_7nx{box-shadow:0 0 0 3px #a851da4d}
.toggle_input_3kv:checked + .toggle_slider_7nx:before{transform:translateX(24px)}
.category_description_8lp{font-size:clamp(0.85rem,1.5vw,0.92rem);color:var(--text-secondary);line-height:1.5}
.consent_actions_6rh{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}
.consent_button_4mw{flex:1;min-width:140px;padding:.85rem 1.5rem;font-size:clamp(0.9rem,1.6vw,1rem);font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .25s ease,transform .15s ease;min-height:48px}
.consent_button_4mw:focus{outline:3px solid var(--secondary-purple);outline-offset:2px}
.consent_button_4mw:active{transform:scale(0.98)}
.button_accept_9zk{background:linear-gradient(45deg,var(--primary-dark) 0%,var(--secondary-purple) 100%);color:#fff}
.button_accept_9zk:hover{background:linear-gradient(45deg,#4a0a11 0%,#b560e5 100%)}
.button_reject_2vp{background:#e9ecef;color:var(--text-primary)}
.button_reject_2vp:hover{background:#dee2e6}
.button_custom_7hk{background:var(--tertiary-cyan);color:var(--primary-dark)}
.button_custom_7hk:hover{background:#00d4be}
@media (max-width: 768px) {
.signature_row_3wq{flex-direction:column;text-align:center}
.nav_holder_2jf{justify-content:center;width:100%}
.consent_overlay_8kz{bottom:1rem;right:1rem;width:calc(100% - 2rem)}
.consent_actions_6rh{flex-direction:column}
.consent_button_4mw{width:100%}
}
@media (max-width: 480px) {
.nav_holder_2jf{flex-direction:column;gap:.8rem}
.nav_link_6rt{width:100%;text-align:center}
.footer_grid_5nk{grid-template-columns:1fr}
}
.apropos-hero-banner{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.apropos-hero-banner::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a851da14 0%,transparent 70%);border-radius:50%}
.apropos-hero-banner::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,#00ecd20f 0%,transparent 70%);border-radius:50%}
.apropos-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.apropos-hero-content h1{font-size:3.2rem;color:#37070D;margin-bottom:1.5rem;line-height:1.2;font-weight:700}
.apropos-hero-content h1::after{content:'';display:block;width:90px;height:5px;background:linear-gradient(90deg,#A851DA 0%,#00ECD2 100%);margin-top:1.2rem;border-radius:3px}
.apropos-hero-content p{font-size:1.25rem;color:#495057;line-height:1.8;max-width:750px}
.apropos-histoire-section{padding:5rem 2rem;background:#fff}
.apropos-histoire-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.apropos-histoire-texte h2{font-size:2.5rem;color:#212529;margin-bottom:1.8rem;font-weight:700;position:relative;padding-left:1.5rem}
.apropos-histoire-texte h2::before{content:'';position:absolute;left:0;top:.3rem;width:6px;height:calc(100% - 0.6rem);background:linear-gradient(180deg,#A851DA 0%,#00ECD2 100%);border-radius:3px}
.apropos-histoire-texte p{font-size:1.05rem;color:#343a40;line-height:1.9;margin-bottom:1.3rem}
.apropos-histoire-image{position:relative}
.apropos-histoire-image img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #37070d1f}
.apropos-histoire-image::after{content:'';position:absolute;bottom:-20px;right:-20px;width:100%;height:100%;border:3px solid #A851DA;border-radius:12px;z-index:-1}
.apropos-valeurs-bloc{background:linear-gradient(160deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 2rem;position:relative}
.apropos-valeurs-container{max-width:1100px;margin:0 auto}
.apropos-valeurs-titre{text-align:center;margin-bottom:3.5rem}
.apropos-valeurs-titre h2{font-size:2.6rem;color:#37070D;font-weight:700;margin-bottom:1rem}
.apropos-valeurs-titre h2::after{content:'';display:block;width:70px;height:4px;background:#00ECD2;margin:1.2rem auto 0;border-radius:2px}
.apropos-valeurs-titre p{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.7}
.apropos-valeurs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.apropos-valeur-carte{background:#fff;padding:2.5rem 2rem;border-radius:10px;box-shadow:0 4px 16px #00000014;border-top:4px solid #A851DA;transition:transform .3s ease,box-shadow .3s ease}
.apropos-valeur-carte:nth-child(2){border-top-color:#00ECD2}
.apropos-valeur-carte:nth-child(3){border-top-color:#37070D}
.apropos-valeur-carte:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000024}
.apropos-valeur-carte h3{font-size:1.5rem;color:#212529;margin-bottom:1rem;font-weight:700}
.apropos-valeur-carte p{font-size:1rem;color:#495057;line-height:1.8}
.apropos-expertise-section{padding:5rem 2rem;background:#fff}
.apropos-expertise-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:3rem;align-items:start}
.apropos-expertise-visuel{position:relative}
.apropos-expertise-visuel img{width:100%;height:520px;object-fit:cover;border-radius:10px;box-shadow:0 6px 20px #37070d1a}
.apropos-expertise-contenu h2{font-size:2.4rem;color:#212529;margin-bottom:2rem;font-weight:700}
.apropos-expertise-contenu h2 span{color:#A851DA;position:relative}
.apropos-expertise-contenu h2 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#A851DA 0%,#00ECD2 100%)}
.apropos-expertise-liste{list-style:none;padding:0;margin:0}
.apropos-expertise-liste li{padding:1.3rem 0 1.3rem 3rem;border-bottom:1px solid #f0f0f0;font-size:1.05rem;color:#343a40;line-height:1.7;position:relative}
.apropos-expertise-liste li::before{content:'';position:absolute;left:0;top:1.3rem;width:32px;height:32px;background:linear-gradient(135deg,#A851DA 0%,#00ECD2 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.apropos-expertise-liste li:last-child{border-bottom:none}
.apropos-demarche-bloc{background:linear-gradient(135deg,#37070D 0%,#4a0910 100%);padding:5rem 2rem;position:relative;overflow:hidden}
.apropos-demarche-bloc::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#a851da26 0%,transparent 70%);border-radius:50%}
.apropos-demarche-contenu{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.apropos-demarche-intro{text-align:center;margin-bottom:4rem}
.apropos-demarche-intro h2{font-size:2.7rem;color:#fff;font-weight:700;margin-bottom:1.2rem}
.apropos-demarche-intro p{font-size:1.15rem;color:#ffffffe6;max-width:700px;margin:0 auto;line-height:1.8}
.apropos-etapes-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.apropos-etape-item{background:#ffffff14;padding:2rem 1.5rem;border-radius:8px;border:1px solid #ffffff1f;position:relative;transition:all .3s ease}
.apropos-etape-item:hover{background:#ffffff1f;transform:translateY(-5px)}
.apropos-etape-numero{width:50px;height:50px;background:linear-gradient(135deg,#A851DA 0%,#00ECD2 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}
.apropos-etape-item h3{font-size:1.3rem;color:#fff;margin-bottom:.8rem;font-weight:700}
.apropos-etape-item p{font-size:.95rem;color:#ffffffd9;line-height:1.7}
.apropos-engagement-section{padding:5rem 2rem;background:#fff}
.apropos-engagement-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:55% 45%;gap:4rem;align-items:center}
.apropos-engagement-texte h2{font-size:2.5rem;color:#37070D;margin-bottom:2rem;font-weight:700;line-height:1.3}
.apropos-engagement-texte p{font-size:1.05rem;color:#343a40;line-height:1.9;margin-bottom:1.5rem}
.apropos-engagement-caracteristiques{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem}
.apropos-caract-item{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #A851DA}
.apropos-caract-item:nth-child(even){border-left-color:#00ECD2}
.apropos-caract-item h4{font-size:1.1rem;color:#212529;margin-bottom:.5rem;font-weight:700}
.apropos-caract-item p{font-size:.95rem;color:#495057;line-height:1.7;margin:0}
.apropos-engagement-image img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.apropos-cta-final{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:4rem 2rem;text-align:center;border-top:2px solid #00ECD2}
.apropos-cta-contenu{max-width:800px;margin:0 auto}
.apropos-cta-contenu h2{font-size:2.3rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.apropos-cta-contenu p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:2rem}
.apropos-boutons-groupe{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.apropos-btn-primaire{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#A851DA 0%,#8a3db8 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #a851da4d;position:relative;z-index:10}
.apropos-btn-primaire:hover{transform:translateY(-3px);box-shadow:0 8px 20px #a851da66;background:linear-gradient(135deg,#9240c7 0%,#7a35a0 100%)}
.apropos-btn-secondaire{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#37070D;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;border:2px solid #37070D;transition:all .3s ease;position:relative;z-index:10}
.apropos-btn-secondaire:hover{background:#37070D;color:#fff;transform:translateY(-3px)}
@media (max-width: 992px) {
.apropos-hero-content h1{font-size:2.5rem}
.apropos-histoire-wrapper{grid-template-columns:1fr;gap:3rem}
.apropos-valeurs-grid{grid-template-columns:1fr;gap:2rem}
.apropos-expertise-layout{grid-template-columns:1fr;gap:3rem}
.apropos-etapes-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}
.apropos-engagement-wrapper{grid-template-columns:1fr;gap:3rem}
.apropos-engagement-caracteristiques{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.apropos-hero-banner{padding:3rem 1.5rem 2.5rem}
.apropos-hero-content h1{font-size:2rem}
.apropos-hero-content p{font-size:1.1rem}
.apropos-histoire-texte h2{font-size:2rem}
.apropos-valeurs-titre h2{font-size:2rem}
.apropos-expertise-contenu h2{font-size:1.9rem}
.apropos-demarche-intro h2{font-size:2rem}
.apropos-etapes-container{grid-template-columns:1fr}
.apropos-engagement-texte h2{font-size:2rem}
.apropos-cta-contenu h2{font-size:1.9rem}
.apropos-boutons-groupe{flex-direction:column;align-items:stretch}
.apropos-btn-primaire,.apropos-btn-secondaire{width:100%;text-align:center}
}
.programme-apprendre-hero{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.programme-apprendre-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a851da14 0%,transparent 70%);border-radius:50%}
.programme-apprendre-hero .hero-contenu-principal{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.programme-apprendre-hero .texte-introduction h1{font-size:3.2rem;color:#37070D;font-weight:700;line-height:1.15;margin-bottom:24px;letter-spacing:-.02em}
.programme-apprendre-hero .texte-introduction h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#A851DA 0%,#00ECD2 100%);margin-top:20px;border-radius:2px}
.programme-apprendre-hero .texte-introduction p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:16px}
.programme-apprendre-hero .image-principale-conteneur{position:relative}
.programme-apprendre-hero .image-principale-conteneur img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #37070d1f}
.programme-apprendre-hero .image-principale-conteneur::before{content:'';position:absolute;top:-15px;left:-15px;right:15px;bottom:15px;border:2px solid #A851DA;border-radius:12px;z-index:-1}
.apprentissage-methodes-section{background:#fff;padding:90px 20px;position:relative}
.apprentissage-methodes-section .conteneur-principal-methodes{max-width:1100px;margin:0 auto}
.apprentissage-methodes-section .titre-section-methodes{text-align:center;margin-bottom:70px}
.apprentissage-methodes-section .titre-section-methodes h2{font-size:2.6rem;color:#37070D;font-weight:700;margin-bottom:18px;position:relative;display:inline-block}
.apprentissage-methodes-section .titre-section-methodes h2::before{content:'';position:absolute;top:-12px;left:-20px;width:40px;height:40px;background:linear-gradient(135deg,#00ECD2 0%,#00ecd233 100%);border-radius:50%;z-index:-1}
.apprentissage-methodes-section .titre-section-methodes p{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}
.apprentissage-methodes-section .grille-phases-apprentissage{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}
.apprentissage-methodes-section .phase-individuelle{background:#f8f9fa;padding:35px;border-radius:8px;border-left:4px solid #A851DA;transition:all .3s ease}
.apprentissage-methodes-section .phase-individuelle:hover{transform:translateX(8px);box-shadow:0 8px 30px #a851da26}
.apprentissage-methodes-section .phase-individuelle .numero-phase{display:inline-block;width:45px;height:45px;background:linear-gradient(135deg,#37070D 0%,#5a0a15 100%);color:#fff;border-radius:50%;text-align:center;line-height:45px;font-weight:700;font-size:1.2rem;margin-bottom:20px}
.apprentissage-methodes-section .phase-individuelle h3{font-size:1.5rem;color:#212529;font-weight:600;margin-bottom:14px}
.apprentissage-methodes-section .phase-individuelle p{font-size:1rem;color:#495057;line-height:1.65;margin-bottom:0}
.apprentissage-methodes-section .calendrier-formation{background:linear-gradient(135deg,#37070D 0%,#5a0a15 100%);padding:40px;border-radius:12px;color:#fff;text-align:center}
.apprentissage-methodes-section .calendrier-formation h3{font-size:1.8rem;margin-bottom:16px;font-weight:600}
.apprentissage-methodes-section .calendrier-formation .date-debut{font-size:1.1rem;margin-bottom:24px;color:#00ECD2;font-weight:500}
.apprentissage-methodes-section .calendrier-formation .descriptif-calendrier{font-size:1rem;line-height:1.7;color:#ffffffe6}
.competences-reelles-bloc{background:#f5f6fa;padding:85px 20px;position:relative}
.competences-reelles-bloc::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#37070D 0%,#A851DA 50%,#00ECD2 100%)}
.competences-reelles-bloc .conteneur-competences{max-width:1150px;margin:0 auto}
.competences-reelles-bloc .entete-competences{margin-bottom:60px}
.competences-reelles-bloc .entete-competences h2{font-size:2.5rem;color:#37070D;font-weight:700;margin-bottom:20px}
.competences-reelles-bloc .entete-competences p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:850px}
.competences-reelles-bloc .tableau-competences{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 12px 40px #37070d14}
.competences-reelles-bloc .tableau-competences table{width:100%;border-collapse:collapse}
.competences-reelles-bloc .tableau-competences thead{background:linear-gradient(135deg,#37070D 0%,#5a0a15 100%)}
.competences-reelles-bloc .tableau-competences thead th{color:#fff;padding:22px 25px;text-align:left;font-size:1.1rem;font-weight:600;border-right:1px solid #ffffff1a}
.competences-reelles-bloc .tableau-competences thead th:last-child{border-right:none}
.competences-reelles-bloc .tableau-competences tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s ease}
.competences-reelles-bloc .tableau-competences tbody tr:hover{background-color:#fafbfc}
.competences-reelles-bloc .tableau-competences tbody tr:last-child{border-bottom:none}
.competences-reelles-bloc .tableau-competences tbody td{padding:20px 25px;color:#343a40;font-size:1rem;line-height:1.6;border-right:1px solid #e9ecef}
.competences-reelles-bloc .tableau-competences tbody td:last-child{border-right:none}
.competences-reelles-bloc .tableau-competences tbody td:first-child{font-weight:600;color:#37070D}
.competences-reelles-bloc .tableau-competences .icone-validation{color:#00ECD2;font-weight:700;font-size:1.2rem}
.competences-reelles-bloc .note-importante-bas{margin-top:45px;padding:30px;background:#fff;border-left:5px solid #A851DA;border-radius:8px;box-shadow:0 6px 20px #a851da1a}
.competences-reelles-bloc .note-importante-bas h3{font-size:1.4rem;color:#37070D;margin-bottom:14px;font-weight:600}
.competences-reelles-bloc .note-importante-bas p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:0}
@media (max-width: 992px) {
.programme-apprendre-hero .hero-contenu-principal{grid-template-columns:1fr;gap:40px}
.programme-apprendre-hero .texte-introduction h1{font-size:2.5rem}
.apprentissage-methodes-section .grille-phases-apprentissage{grid-template-columns:1fr;gap:30px}
.competences-reelles-bloc .tableau-competences{overflow-x:auto}
}
@media (max-width: 768px) {
.programme-apprendre-hero{padding:60px 20px 40px}
.programme-apprendre-hero .texte-introduction h1{font-size:2rem}
.programme-apprendre-hero .image-principale-conteneur img{height:300px}
.apprentissage-methodes-section{padding:60px 20px}
.apprentissage-methodes-section .titre-section-methodes h2{font-size:2rem}
.competences-reelles-bloc{padding:60px 20px}
.competences-reelles-bloc .entete-competences h2{font-size:2rem}
.competences-reelles-bloc .tableau-competences thead th,.competences-reelles-bloc .tableau-competences tbody td{padding:15px;font-size:.95rem}
}
.faq-page-wrapper{background:#fff;min-height:100vh}
.faq-hero-section{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.faq-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a851da14 0%,transparent 70%);border-radius:50%}
.faq-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#00ecd20f 0%,transparent 70%);border-radius:50%}
.faq-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2;text-align:center}
.faq-hero-content h1{font-size:3rem;color:#37070D;margin-bottom:20px;font-weight:700;line-height:1.2}
.faq-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#A851DA 0%,#00ECD2 100%);margin:25px auto 0;border-radius:2px}
.faq-hero-intro{font-size:1.15rem;color:#495057;line-height:1.7;margin-top:30px}
.faq-categories-block{padding:70px 20px;background:#fff}
.faq-categories-inner{max-width:1200px;margin:0 auto}
.faq-categories-header{text-align:center;margin-bottom:50px}
.faq-categories-header h2{font-size:2.2rem;color:#212529;margin-bottom:15px;font-weight:600;position:relative;display:inline-block}
.faq-categories-header h2::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:30px;height:3px;background:#A851DA}
.faq-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}
.faq-category-card{background:#f8f9fa;padding:35px 30px;border-radius:12px;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.faq-category-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#A851DA 0%,#00ECD2 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.faq-category-card:hover{border-color:#A851DA;transform:translateY(-5px);box-shadow:0 8px 25px #a851da26}
.faq-category-card:hover::before{transform:scaleX(1)}
.faq-category-card h3{font-size:1.4rem;color:#37070D;margin-bottom:12px;font-weight:600}
.faq-category-card p{font-size:.95rem;color:#495057;line-height:1.6}
.faq-questions-section{padding:70px 20px;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%)}
.faq-questions-container{max-width:1000px;margin:0 auto}
.faq-questions-title{font-size:2rem;color:#212529;margin-bottom:45px;font-weight:600;text-align:center}
.faq-item{background:#fff;margin-bottom:20px;border-radius:10px;border:1px solid #e9ecef;overflow:hidden;transition:all .3s ease}
.faq-item:hover{border-color:#A851DA;box-shadow:0 4px 15px #a851da1a}
.faq-question-header{padding:25px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;position:relative;background:#fff}
.faq-question-header::after{content:'+';font-size:1.8rem;color:#A851DA;font-weight:300;transition:transform .3s ease;flex-shrink:0;margin-left:20px}
.faq-question-header h3{font-size:1.15rem;color:#212529;font-weight:500;margin:0;line-height:1.5}
.faq-answer-content{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 30px}
.faq-answer-text{padding-bottom:25px;border-top:1px solid #f5f6fa;padding-top:20px}
.faq-answer-text p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:15px}
.faq-answer-text p:last-child{margin-bottom:0}
.faq-answer-text strong{color:#37070D;font-weight:600}
.faq-visual-section{padding:70px 20px;background:#fff;position:relative}
.faq-visual-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.faq-visual-content h2{font-size:2.1rem;color:#212529;margin-bottom:25px;font-weight:600;line-height:1.3}
.faq-visual-content h2 span{color:#A851DA;position:relative}
.faq-visual-content h2 span::after{content:'';position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#A851DA 0%,#00ECD2 100%);border-radius:2px}
.faq-visual-text{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.faq-visual-image{border-radius:15px;overflow:hidden;box-shadow:0 10px 40px #37070d1f;position:relative}
.faq-visual-image::before{content:'';position:absolute;top:-20px;right:-20px;width:150px;height:150px;background:linear-gradient(135deg,#a851da33 0%,#00ecd233 100%);border-radius:50%;z-index:-1}
.faq-visual-image img{width:100%;height:450px;object-fit:cover;display:block}
.faq-contact-block{padding:80px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);position:relative}
.faq-contact-block::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#A851DA 50%,transparent 100%)}
.faq-contact-inner{max-width:800px;margin:0 auto;text-align:center}
.faq-contact-inner h2{font-size:2.3rem;color:#212529;margin-bottom:20px;font-weight:600}
.faq-contact-description{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:35px}
.faq-contact-details{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:40px}
.faq-contact-item{display:flex;flex-direction:column;align-items:center;padding:25px 30px;background:#fff;border-radius:10px;box-shadow:0 4px 15px #37070d14;transition:transform .3s ease}
.faq-contact-item:hover{transform:translateY(-5px)}
.faq-contact-item-label{font-size:.9rem;color:#A851DA;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}
.faq-contact-item-value{font-size:1.05rem;color:#212529;font-weight:500}
.faq-cta-button{display:inline-block;padding:16px 45px;background:linear-gradient(135deg,#A851DA 0%,#00ECD2 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #a851da4d;position:relative;overflow:hidden;z-index:1}
.faq-cta-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#00ECD2 0%,#A851DA 100%);transition:left .4s ease;z-index:-1}
.faq-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #a851da66}
.faq-cta-button:hover::before{left:0}
@media (max-width: 768px) {
.faq-hero-content h1{font-size:2.2rem}
.faq-hero-intro{font-size:1rem}
.faq-categories-grid{grid-template-columns:1fr;gap:20px}
.faq-visual-wrapper{grid-template-columns:1fr;gap:40px}
.faq-visual-image img{height:300px}
.faq-contact-details{flex-direction:column;gap:15px}
.faq-question-header{padding:20px}
.faq-answer-content{padding:0 20px}
.faq-categories-header h2::before{display:none}
.faq-hero-section{padding:60px 20px 40px}
.faq-categories-block,.faq-questions-section,.faq-visual-section,.faq-contact-block{padding:50px 20px}
}
@media (max-width: 480px) {
.faq-hero-content h1{font-size:1.8rem}
.faq-categories-header h2,.faq-questions-title,.faq-visual-content h2{font-size:1.7rem}
.faq-contact-inner h2{font-size:1.9rem}
.faq-category-card{padding:25px 20px}
}
.evt-page-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7}
.evt-hero-banner{position:relative;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:90px 20px 70px;overflow:hidden}
.evt-hero-banner::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a851da14 0%,transparent 70%);border-radius:50%}
.evt-hero-banner::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#00ecd20f 0%,transparent 70%);border-radius:50%}
.evt-hero-content{max-width:880px;margin:0 auto;position:relative;z-index:2}
.evt-hero-content h1{font-size:3.2rem;font-weight:800;color:#37070D;margin:0 0 25px;line-height:1.2}
.evt-hero-content h1::after{content:'';display:block;width:90px;height:5px;background:linear-gradient(90deg,#A851DA 0%,#00ECD2 100%);margin-top:20px;border-radius:3px}
.evt-hero-content p{font-size:1.15rem;color:#495057;margin:0;max-width:700px}
.evt-upcoming-grid{background:#fafbfc;padding:80px 20px}
.evt-upcoming-inner{max-width:1200px;margin:0 auto}
.evt-upcoming-inner h2{font-size:2.4rem;font-weight:700;color:#212529;margin:0 0 15px;text-align:center}
.evt-upcoming-inner h2::before{content:'';display:inline-block;width:8px;height:8px;background:#A851DA;border-radius:50%;margin-right:12px;vertical-align:middle}
.evt-upcoming-subtitle{text-align:center;font-size:1.05rem;color:#6c757d;margin:0 0 55px;max-width:680px;margin-left:auto;margin-right:auto}
.evt-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}
.evt-single-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:35px 30px;position:relative;transition:all .3s ease}
.evt-single-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #37070d14;border-color:#A851DA}
.evt-card-date{display:inline-block;background:linear-gradient(135deg,#A851DA 0%,#00ECD2 100%);color:#fff;padding:8px 18px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:20px}
.evt-single-card h3{font-size:1.5rem;font-weight:700;color:#37070D;margin:0 0 15px;line-height:1.3}
.evt-single-card p{font-size:.98rem;color:#495057;margin:0 0 20px;line-height:1.6}
.evt-card-meta{display:flex;gap:20px;flex-wrap:wrap;font-size:.92rem;color:#6c757d;margin-bottom:25px}
.evt-card-meta span{display:flex;align-items:center;gap:6px}
.evt-card-meta span::before{content:'◆';color:#00ECD2;font-size:.7rem}
.evt-card-link{display:inline-block;color:#A851DA;font-weight:600;text-decoration:none;transition:all .2s ease;position:relative}
.evt-card-link::after{content:'→';margin-left:8px;transition:margin-left .2s ease}
.evt-card-link:hover{color:#37070D}
.evt-card-link:hover::after{margin-left:14px}
.evt-featured-showcase{background:#fff;padding:85px 20px}
.evt-featured-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}
.evt-featured-visual{position:relative}
.evt-featured-visual img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 15px 40px #37070d1f}
.evt-featured-visual::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;border:3px solid #00ECD2;border-radius:16px;z-index:-1}
.evt-featured-text h2{font-size:2.2rem;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.3}
.evt-featured-text h2 span{color:#A851DA;position:relative}
.evt-featured-text h2 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#A851DA 0%,#00ECD2 100%)}
.evt-featured-text p{font-size:1.05rem;color:#495057;margin:0 0 18px;line-height:1.7}
.evt-featured-highlights{background:#f8f9fa;border-left:4px solid #00ECD2;padding:25px;border-radius:8px;margin-top:30px}
.evt-featured-highlights ul{list-style:none;padding:0;margin:0}
.evt-featured-highlights li{padding:10px 0;color:#343a40;font-size:1rem;position:relative;padding-left:30px}
.evt-featured-highlights li::before{content:'';position:absolute;left:0;color:#A851DA;font-weight:700;font-size:1.2rem}
.evt-timeline-section{background:linear-gradient(180deg,#fafbfc 0%,#f8f9fa 100%);padding:85px 20px;position:relative}
.evt-timeline-section::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#A851DA 50%,transparent 100%)}
.evt-timeline-container{max-width:950px;margin:0 auto}
.evt-timeline-container h2{font-size:2.3rem;font-weight:700;color:#212529;text-align:center;margin:0 0 60px;position:relative;padding-bottom:20px}
.evt-timeline-container h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#00ECD2 0%,#A851DA 100%);border-radius:2px}
.evt-timeline-list{display:flex;flex-direction:column;gap:40px;padding-left:80px;position:relative}
.evt-timeline-list::before{content:'';position:absolute;left:28px;top:20px;bottom:20px;width:3px;background:linear-gradient(180deg,#A851DA 0%,#00ECD2 100%)}
.evt-timeline-item{position:relative;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 15px #0000000f;transition:all .3s ease}
.evt-timeline-item:hover{box-shadow:0 8px 25px #a851da26;transform:translateX(8px)}
.evt-timeline-marker{position:absolute;left:-52px;top:35px;width:20px;height:20px;background:#fff;border:4px solid #00ECD2;border-radius:50%;z-index:2}
.evt-timeline-item h3{font-size:1.4rem;font-weight:700;color:#37070D;margin:0 0 12px}
.evt-timeline-month{display:inline-block;background:#f8f9fa;color:#A851DA;padding:5px 14px;border-radius:15px;font-size:.88rem;font-weight:600;margin-bottom:15px}
.evt-timeline-item p{font-size:.98rem;color:#495057;margin:0;line-height:1.6}
.evt-formats-explainer{background:#fff;padding:80px 20px}
.evt-formats-wrapper{max-width:1150px;margin:0 auto}
.evt-formats-wrapper h2{font-size:2.3rem;font-weight:700;color:#212529;margin:0 0 50px;text-align:center}
.evt-formats-wrapper h2::before{content:'●';color:#00ECD2;margin-right:15px;font-size:1.5rem}
.evt-formats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.evt-format-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border:2px solid #e9ecef;border-radius:14px;padding:40px 35px;position:relative;overflow:hidden;transition:all .3s ease}
.evt-format-box::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#A851DA 0%,#00ECD2 100%);transform:translateX(-6px);transition:transform .3s ease}
.evt-format-box:hover::before{transform:translateX(0)}
.evt-format-box:hover{border-color:#A851DA;box-shadow:0 10px 30px #a851da1f}
.evt-format-box h3{font-size:1.5rem;font-weight:700;color:#37070D;margin:0 0 18px;display:flex;align-items:center;gap:12px}
.evt-format-box h3::before{content:'';display:inline-block;width:12px;height:12px;background:#00ECD2;border-radius:3px;transform:rotate(45deg)}
.evt-format-box p{font-size:1rem;color:#495057;margin:0 0 20px;line-height:1.7}
.evt-format-details{display:flex;flex-direction:column;gap:10px;font-size:.95rem;color:#6c757d}
.evt-format-details span{display:flex;align-items:center;gap:8px}
.evt-format-details span::before{content:'▸';color:#A851DA;font-weight:700}
.evt-cta-final{background:linear-gradient(135deg,#37070D 0%,#5a0b16 100%);padding:75px 20px;position:relative;overflow:hidden}
.evt-cta-final::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#a851da26 0%,transparent 70%);border-radius:50%}
.evt-cta-final::after{content:'';position:absolute;bottom:-40%;left:-15%;width:450px;height:450px;background:radial-gradient(circle,#00ecd21f 0%,transparent 70%);border-radius:50%}
.evt-cta-content{max-width:850px;margin:0 auto;text-align:center;position:relative;z-index:2}
.evt-cta-content h2{font-size:2.5rem;font-weight:800;color:#fff;margin:0 0 25px;line-height:1.3}
.evt-cta-content p{font-size:1.15rem;color:#ffffffe6;margin:0 0 40px;line-height:1.7}
.evt-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.evt-btn-primary{display:inline-block;background:linear-gradient(135deg,#A851DA 0%,#00ECD2 100%);color:#fff;padding:16px 40px;border-radius:30px;font-weight:700;font-size:1.05rem;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #a851da4d;position:relative;z-index:3}
.evt-btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #a851da66}
.evt-btn-secondary{display:inline-block;background:#fff;color:#37070D;padding:16px 40px;border-radius:30px;font-weight:700;font-size:1.05rem;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #fff3;position:relative;z-index:3}
.evt-btn-secondary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ffffff4d;background:#00ECD2;color:#fff}
@media (max-width: 768px) {
.evt-hero-content h1{font-size:2.2rem}
.evt-featured-wrapper{grid-template-columns:1fr;gap:40px}
.evt-featured-visual img{height:320px}
.evt-formats-grid{grid-template-columns:1fr}
.evt-timeline-list{padding-left:60px}
.evt-timeline-list::before{left:18px}
.evt-timeline-marker{left:-42px;width:16px;height:16px}
.evt-cta-content h2{font-size:1.9rem}
.evt-cta-buttons{flex-direction:column;align-items:center}
.evt-btn-primary,.evt-btn-secondary{width:100%;max-width:300px;text-align:center}
}
@media (max-width: 480px) {
.evt-hero-content h1{font-size:1.8rem}
.evt-cards-container{grid-template-columns:1fr}
.evt-upcoming-inner h2,.evt-timeline-container h2,.evt-formats-wrapper h2{font-size:1.9rem}
.evt-featured-text h2{font-size:1.8rem}
}
.index-hero-main{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);overflow:hidden}
.index-hero-main::before{content:'';position:absolute;top:-10%;right:-5%;width:60%;height:120%;background:linear-gradient(225deg,#a851da14 0%,#00ecd20d 100%);clip-path:polygon(25% 0%,100% 0%,100% 100%,0% 100%);z-index:1}
.index-hero-content-wrapper{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.index-hero-text-block{padding-right:40px}
.index-hero-subtitle{font-size:.95rem;color:#A851DA;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;display:inline-block;position:relative;padding-left:30px}
.index-hero-subtitle::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:2px;background:linear-gradient(90deg,#A851DA,#00ECD2)}
.index-hero-title{font-size:3.5rem;line-height:1.15;color:#37070D;font-weight:800;margin-bottom:30px;letter-spacing:-1px}
.index-hero-title span{background:linear-gradient(135deg,#A851DA 0%,#00ECD2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.index-hero-description{font-size:1.15rem;line-height:1.7;color:#495057;margin-bottom:40px}
.index-hero-cta-group{display:flex;gap:20px;align-items:center}
.index-hero-primary-btn{padding:18px 40px;background:linear-gradient(135deg,#37070D 0%,#5a0b16 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #37070d33}
.index-hero-primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #37070d4d}
.index-hero-secondary-btn{padding:18px 40px;background:transparent;color:#A851DA;text-decoration:none;border:2px solid #A851DA;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease}
.index-hero-secondary-btn:hover{background:#a851da1a;transform:translateY(-2px)}
.index-hero-image-container{position:relative}
.index-hero-image-container img{width:100%;height:550px;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px #00000026}
.index-hero-image-container::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(135deg,#00ECD2,#A851DA);opacity:.15;border-radius:20px;z-index:-1}
.index-analysis-showcase{padding:120px 20px;background:#fff;position:relative}
.index-analysis-inner{max-width:1100px;margin:0 auto}
.index-analysis-header{text-align:center;margin-bottom:80px}
.index-analysis-tag{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#a851da1a,#00ecd21a);color:#A851DA;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:20px}
.index-analysis-main-title{font-size:2.8rem;color:#37070D;font-weight:700;margin-bottom:25px;line-height:1.2}
.index-analysis-intro-text{font-size:1.1rem;color:#495057;line-height:1.8;max-width:750px;margin:0 auto}
.index-analysis-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}
.index-analysis-card{background:#fafbfc;padding:40px 30px;border-radius:16px;border:2px solid transparent;transition:all .4s ease;position:relative;overflow:hidden}
.index-analysis-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#A851DA,#00ECD2);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.index-analysis-card:hover::before{transform:scaleX(1)}
.index-analysis-card:hover{background:#fff;border-color:#a851da33;box-shadow:0 12px 40px #00000014;transform:translateY(-5px)}
.index-analysis-card-title{font-size:1.4rem;color:#37070D;font-weight:700;margin-bottom:18px}
.index-analysis-card-description{font-size:1rem;color:#495057;line-height:1.7}
.index-methodology-section{padding:100px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);position:relative}
.index-methodology-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:70px;align-items:start}
.index-methodology-visual{position:sticky;top:100px}
.index-methodology-visual img{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:0 15px 50px #0000001f}
.index-methodology-content-area{padding-top:20px}
.index-methodology-heading{font-size:2.5rem;color:#37070D;font-weight:700;margin-bottom:30px;line-height:1.25}
.index-methodology-heading::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#A851DA,#00ECD2);margin-top:20px}
.index-methodology-intro{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:45px}
.index-methodology-steps{display:flex;flex-direction:column;gap:35px}
.index-methodology-step-item{display:flex;gap:25px;align-items:flex-start}
.index-methodology-step-number{min-width:50px;height:50px;background:linear-gradient(135deg,#A851DA,#00ECD2);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;flex-shrink:0}
.index-methodology-step-content h3{font-size:1.3rem;color:#37070D;font-weight:600;margin-bottom:10px}
.index-methodology-step-content p{font-size:1rem;color:#495057;line-height:1.7}
.index-expertise-layer{padding:120px 20px;background:#fff;position:relative;overflow:hidden}
.index-expertise-layer::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,#a851da08 0%,transparent 50%),radial-gradient(circle at 80% 50%,#00ecd208 0%,transparent 50%);pointer-events:none}
.index-expertise-wrapper{max-width:1100px;margin:0 auto;position:relative;z-index:1}
.index-expertise-top-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px;align-items:center}
.index-expertise-text-zone h2{font-size:2.6rem;color:#37070D;font-weight:700;margin-bottom:25px;line-height:1.2}
.index-expertise-text-zone p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.index-expertise-visual-zone img{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 15px 50px #0000001a}
.index-expertise-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.index-expertise-feature-box{background:#fafbfc;padding:35px 30px;border-radius:16px;border-left:4px solid #A851DA;transition:all .3s ease}
.index-expertise-feature-box:nth-child(even){border-left-color:#00ECD2}
.index-expertise-feature-box:hover{background:#fff;box-shadow:0 8px 30px #00000014;transform:translateX(5px)}
.index-expertise-feature-box h3{font-size:1.3rem;color:#37070D;font-weight:600;margin-bottom:12px}
.index-expertise-feature-box p{font-size:.98rem;color:#495057;line-height:1.7}
.index-application-zone{padding:100px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin-top:60px;margin-bottom:60px}
.index-application-inner-wrap{max-width:1150px;margin:0 auto}
.index-application-layout{display:grid;grid-template-columns:55% 45%;gap:60px;align-items:center}
.index-application-content-side{padding-right:30px}
.index-application-content-side h2{font-size:2.7rem;color:#37070D;font-weight:700;margin-bottom:30px;line-height:1.2;position:relative;padding-bottom:20px}
.index-application-content-side h2::before{content:'';position:absolute;bottom:0;left:0;width:100px;height:3px;background:linear-gradient(90deg,#A851DA,#00ECD2)}
.index-application-content-side p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:40px}
.index-application-cta-link{display:inline-block;padding:16px 45px;background:#37070D;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 20px #37070d33}
.index-application-cta-link:hover{background:#5a0b16;transform:translateY(-3px);box-shadow:0 8px 30px #37070d4d}
.index-application-image-side img{width:100%;height:500px;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px #00000026}
@media (max-width: 768px) {
.index-hero-content-wrapper{grid-template-columns:1fr;gap:40px;padding:60px 20px}
.index-hero-text-block{padding-right:0}
.index-hero-title{font-size:2.4rem}
.index-hero-image-container img{height:350px}
.index-hero-cta-group{flex-direction:column;align-items:stretch}
.index-hero-primary-btn,.index-hero-secondary-btn{text-align:center}
.index-analysis-main-title{font-size:2rem}
.index-analysis-grid{grid-template-columns:1fr;gap:25px}
.index-methodology-container{grid-template-columns:1fr;gap:40px}
.index-methodology-visual{position:static}
.index-methodology-heading{font-size:2rem}
.index-expertise-top-section{grid-template-columns:1fr;gap:40px}
.index-expertise-text-zone h2{font-size:2rem}
.index-expertise-features-grid{grid-template-columns:1fr;gap:25px}
.index-application-layout{grid-template-columns:1fr;gap:40px}
.index-application-content-side{padding-right:0}
.index-application-content-side h2{font-size:2rem}
.index-application-zone{clip-path:none;margin-top:0;margin-bottom:0}
}
.page-wrapper-reach{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:600px}
.intro-reach-block{max-width:920px;margin:0 auto;padding:80px 24px 60px;text-align:center}
.intro-reach-block .main-statement{font-size:2.8rem;line-height:1.25;color:#37070D;margin-bottom:28px;font-weight:700;letter-spacing:-.02em}
.intro-reach-block .context-note{font-size:1.15rem;line-height:1.7;color:#495057;max-width:680px;margin:0 auto 20px}
.intro-reach-block .subtle-marker{display:inline-block;width:60px;height:3px;background:linear-gradient(90deg,#A851DA,#00ECD2);margin-top:30px}
.dual-path-section{background:#fff;padding:70px 24px}
.dual-path-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.path-column{background:#f8f9fa;padding:45px 35px;border-radius:8px;border-left:4px solid #A851DA;position:relative}
.path-column:last-child{border-left-color:#00ECD2}
.path-column .column-heading{font-size:1.6rem;color:#37070D;margin-bottom:22px;font-weight:600;line-height:1.3}
.path-column .detail-row{margin-bottom:18px}
.path-column .detail-label{font-size:.9rem;color:#6c757d;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-weight:600}
.path-column .detail-value{font-size:1.05rem;color:#212529;line-height:1.6}
.path-column .detail-value a{color:#A851DA;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.path-column .detail-value a:hover{border-bottom-color:#A851DA}
.capture-form-section{background:linear-gradient(180deg,#fff 0%,#fafbfc 100%);padding:80px 24px}
.capture-form-wrapper{max-width:720px;margin:0 auto}
.capture-form-wrapper .form-intro-text{text-align:center;margin-bottom:45px}
.capture-form-wrapper .form-intro-text h2{font-size:2rem;color:#37070D;margin-bottom:16px;font-weight:700}
.capture-form-wrapper .form-intro-text p{font-size:1.05rem;color:#495057;line-height:1.6}
.capture-form-wrapper .actual-form{background:#fff;padding:50px 45px;border-radius:10px;box-shadow:0 8px 30px #37070d14}
.capture-form-wrapper .form-field-group{margin-bottom:28px}
.capture-form-wrapper .form-field-group label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.capture-form-wrapper .form-field-group input,.capture-form-wrapper .form-field-group select,.capture-form-wrapper .form-field-group textarea{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:6px;font-size:1rem;color:#212529;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;background:#fafbfc}
.capture-form-wrapper .form-field-group input:focus,.capture-form-wrapper .form-field-group select:focus,.capture-form-wrapper .form-field-group textarea:focus{outline:none;border-color:#A851DA;box-shadow:0 0 0 3px #a851da1a;background:#fff}
.capture-form-wrapper .form-field-group textarea{resize:vertical;min-height:140px}
.capture-form-wrapper .consent-field{margin-bottom:32px;display:flex;align-items:start;gap:12px}
.capture-form-wrapper .consent-field input[type="checkbox"]{width:auto;margin-top:4px;flex-shrink:0;cursor:pointer}
.capture-form-wrapper .consent-field label{font-size:.92rem;color:#495057;line-height:1.6;margin:0;cursor:pointer}
.capture-form-wrapper .consent-field label a{color:#A851DA;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.capture-form-wrapper .consent-field label a:hover{border-bottom-color:#A851DA}
.capture-form-wrapper .submit-action{text-align:center}
.capture-form-wrapper .submit-action button{background:linear-gradient(135deg,#A851DA 0%,#37070D 100%);color:#fff;border:none;padding:16px 50px;font-size:1.05rem;font-weight:600;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:10}
.capture-form-wrapper .submit-action button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #a851da4d}
.capture-form-wrapper .submit-action button:active{transform:translateY(0)}
.location-timing-section{background:#fff;padding:70px 24px;border-top:1px solid #e9ecef}
.location-timing-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:start}
.location-block{padding-right:20px}
.location-block h3{font-size:1.4rem;color:#37070D;margin-bottom:24px;font-weight:600;position:relative;padding-bottom:12px}
.location-block h3::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:#00ECD2}
.location-block .address-line{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:8px}
.timing-block h3{font-size:1.4rem;color:#37070D;margin-bottom:24px;font-weight:600;position:relative;padding-bottom:12px}
.timing-block h3::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:#A851DA}
.timing-block .timing-detail{margin-bottom:18px}
.timing-block .timing-label{font-size:.88rem;color:#6c757d;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-weight:600}
.timing-block .timing-value{font-size:1.02rem;color:#212529;line-height:1.6}
.navigation-exit-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:70px 24px;text-align:center}
.navigation-exit-container{max-width:600px;margin:0 auto}
.navigation-exit-container .exit-heading{font-size:1.8rem;color:#37070D;margin-bottom:20px;font-weight:600;line-height:1.3}
.navigation-exit-container .exit-description{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:35px}
.navigation-exit-container .action-link{display:inline-block;background:#00ECD2;color:#37070D;padding:14px 40px;border-radius:6px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:10}
.navigation-exit-container .action-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00ecd24d}
@media (max-width: 768px) {
.intro-reach-block{padding:60px 20px 50px}
.intro-reach-block .main-statement{font-size:2rem;margin-bottom:20px}
.intro-reach-block .context-note{font-size:1rem}
.dual-path-container{grid-template-columns:1fr;gap:30px}
.path-column{padding:35px 25px}
.capture-form-wrapper .actual-form{padding:35px 25px}
.location-timing-grid{grid-template-columns:1fr;gap:40px}
.location-block{padding-right:0}
.navigation-exit-container .exit-heading{font-size:1.5rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.policy-header-zone{background:linear-gradient(160deg,#37070D 0%,#5a0b15 100%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.policy-header-zone::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(90deg,transparent 0%,#a851da1a 100%);pointer-events:none}
.policy-title-primary{font-size:2.8rem;color:#fff;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2}
.policy-intro-narrative{color:#00ECD2;font-size:1.15rem;line-height:1.7;max-width:820px;margin:0;font-weight:400}
.policy-content-container{max-width:100%;padding:3rem 2rem}
.narrative-block{background:#fff;border-left:4px solid #A851DA;padding:2.5rem 2rem;margin-bottom:2rem;box-shadow:0 2px 8px #37070d0f;border-radius:0 8px 8px 0}
.narrative-block h2{color:#37070D;font-size:1.9rem;margin:0 0 1.5rem;font-weight:600;letter-spacing:-.01em}
.narrative-block h3{color:#37070D;font-size:1.4rem;margin:2rem 0 1rem;font-weight:600}
.narrative-block p{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:1.2rem}
.narrative-block p:last-child{margin-bottom:0}
.tech-detail-segment{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);border:1px solid #e3e6eb;padding:1.8rem;margin:1.5rem 0;border-radius:6px}
.tech-detail-segment h4{color:#A851DA;font-size:1.15rem;margin:0 0 .8rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}
.tech-detail-segment p{color:#343a40;font-size:1rem;line-height:1.7;margin:0}
.operational-list{list-style:none;padding:0;margin:1.5rem 0}
.operational-list li{color:#495057;font-size:1.05rem;line-height:1.7;padding-left:2rem;margin-bottom:.9rem;position:relative}
.operational-list li::before{content:'';position:absolute;left:0;top:.6rem;width:8px;height:8px;background:#00ECD2;border-radius:50%}
.conceptual-divider{height:3px;background:linear-gradient(90deg,#A851DA 0%,#00ECD2 100%);border:none;margin:3rem 0;border-radius:2px}
.emphasis-phrase{color:#37070D;font-weight:600;background:linear-gradient(120deg,#00ecd226 0%,transparent 100%);padding:.2rem .4rem;border-radius:3px}
.contact-closing-zone{background:#fff;border-top:3px solid #A851DA;padding:2.5rem 2rem;margin-top:2rem}
.contact-closing-zone p{color:#495057;font-size:1.05rem;line-height:1.7;margin-bottom:1rem}
.contact-info-line{color:#37070D;font-size:1.1rem;font-weight:600;margin:.5rem 0;display:flex;align-items:center;gap:.5rem}
.contact-info-line::before{content:'→';color:#00ECD2;font-weight:700;font-size:1.3rem}
.timestamp-reference{color:#6c757d;font-size:.95rem;font-style:italic;margin-top:2rem;padding-top:1rem;border-top:1px solid #e3e6eb}
@media (max-width: 768px) {
.policy-header-zone{padding:3rem 1.5rem 2rem}
.policy-title-primary{font-size:2rem}
.policy-intro-narrative{font-size:1.05rem}
.policy-content-container{padding:2rem 1.5rem}
.narrative-block{padding:2rem 1.5rem}
.narrative-block h2{font-size:1.6rem}
.narrative-block h3{font-size:1.25rem}
}
.privacy-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.privacy-hero-section{background:linear-gradient(165deg,#37070D 0%,#5a0e17 100%);padding:4.5rem 2rem 3.5rem;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(circle,#a851da26 0%,transparent 70%);pointer-events:none}
.privacy-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.privacy-hero-title{font-size:2.8rem;color:#fff;font-weight:700;margin:0 0 1.2rem;letter-spacing:-.02em;line-height:1.2}
.privacy-hero-subtitle{font-size:1.15rem;color:#00ECD2;margin:0;font-weight:400;line-height:1.6}
.privacy-content-wrapper{max-width:100%;margin:0 auto;padding:0}
.privacy-intro-block{background:#fff;padding:3.5rem 2rem;border-bottom:3px solid #f8f9fa}
.privacy-intro-inner{max-width:1100px;margin:0 auto}
.privacy-intro-text{font-size:1.08rem;color:#343a40;line-height:1.8;margin:0 0 1.5rem}
.privacy-intro-text:last-child{margin-bottom:0}
.privacy-section-standard{padding:3rem 2rem;background:#fff;border-bottom:1px solid #e9ecef}
.privacy-section-alternate{padding:3rem 2rem;background:#f8f9fa;border-bottom:1px solid #dee2e6}
.privacy-section-inner{max-width:1100px;margin:0 auto}
.privacy-section-heading{font-size:1.85rem;color:#37070D;font-weight:700;margin:0 0 1.8rem;letter-spacing:-.01em;position:relative;padding-bottom:.8rem}
.privacy-section-heading::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#A851DA 0%,#00ECD2 100%)}
.privacy-content-paragraph{font-size:1.05rem;color:#495057;line-height:1.75;margin:0 0 1.3rem}
.privacy-content-paragraph:last-child{margin-bottom:0}
.privacy-subsection-title{font-size:1.35rem;color:#37070D;font-weight:600;margin:2rem 0 1.2rem;letter-spacing:-.01em}
.privacy-subsection-title:first-child{margin-top:0}
.privacy-list-container{margin:1.5rem 0;padding-left:0;list-style:none}
.privacy-list-item{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 1rem;padding-left:2rem;position:relative}
.privacy-list-item::before{content:'';position:absolute;left:0;top:.65rem;width:8px;height:8px;background:#A851DA;border-radius:50%}
.privacy-emphasis-text{color:#37070D;font-weight:600}
.privacy-contact-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:3.5rem 2rem;border-top:3px solid #A851DA}
.privacy-contact-inner{max-width:1100px;margin:0 auto}
.privacy-contact-heading{font-size:1.75rem;color:#37070D;font-weight:700;margin:0 0 1.5rem}
.privacy-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}
.privacy-contact-card{background:#fff;padding:1.8rem;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease}
.privacy-contact-card:hover{border-color:#A851DA;box-shadow:0 4px 12px #a851da26;transform:translateY(-2px)}
.privacy-contact-label{font-size:.9rem;color:#6c757d;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .6rem}
.privacy-contact-value{font-size:1.15rem;color:#212529;font-weight:500;margin:0;word-break:break-word}
.privacy-contact-link{color:#A851DA;text-decoration:none;transition:color .2s ease}
.privacy-contact-link:hover{color:#8a3db8;text-decoration:underline}
.privacy-highlight-box{background:linear-gradient(135deg,#fafbfc 0%,#f0f1f3 100%);border-left:4px solid #00ECD2;padding:1.8rem;margin:2rem 0;border-radius:0 6px 6px 0}
.privacy-highlight-box .privacy-content-paragraph{margin-bottom:0;font-weight:500;color:#343a40}
.privacy-date-update{font-size:.95rem;color:#6c757d;font-style:italic;margin:2rem 0 0;padding-top:1.5rem;border-top:1px solid #dee2e6}
@media (max-width: 768px) {
.privacy-hero-section{padding:3rem 1.5rem 2.5rem}
.privacy-hero-title{font-size:2rem}
.privacy-hero-subtitle{font-size:1rem}
.privacy-intro-block,.privacy-section-standard,.privacy-section-alternate,.privacy-contact-section{padding:2.5rem 1.5rem}
.privacy-section-heading{font-size:1.5rem}
.privacy-subsection-title{font-size:1.2rem}
.privacy-contact-grid{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 480px) {
.privacy-hero-title{font-size:1.75rem}
.privacy-section-heading{font-size:1.35rem}
.privacy-content-paragraph,.privacy-list-item{font-size:1rem}
}
.confirmation-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:85vh;display:flex;align-items:center;padding:2rem 1rem}
.confirmation-inner-container{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px #37070d14;padding:3.5rem 2rem;position:relative;overflow:hidden}
.confirmation-inner-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#37070D 0%,#A851DA 50%,#00ECD2 100%)}
.success-icon-area{text-align:center;margin-bottom:2.5rem;position:relative}
.success-visual-circle{width:110px;height:110px;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,#00ECD2 0%,#A851DA 100%);display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-grow 2s ease-in-out infinite}
.success-visual-circle::after{content:'';font-size:3.5rem;color:#fff;font-weight:600;line-height:1}
@keyframes pulse-grow {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.success-primary-heading{font-size:2.2rem;color:#37070D;margin:0 0 1rem;font-weight:700;line-height:1.2}
.success-subtext-message{font-size:1.15rem;color:#495057;line-height:1.6;margin:0}
.confirmation-details-block{background:#f8f9fa;border-radius:12px;padding:2rem 1.8rem;margin:2.5rem 0;border-left:4px solid #A851DA}
.detail-item-row{display:flex;justify-content:space-between;align-items:baseline;padding:.9rem 0;border-bottom:1px solid #e9ecef}
.detail-item-row:last-child{border-bottom:none;padding-bottom:0}
.detail-item-row:first-child{padding-top:0}
.detail-label-text{font-size:.95rem;color:#6c757d;font-weight:500}
.detail-value-text{font-size:1rem;color:#212529;font-weight:600;text-align:right;max-width:60%;word-break:break-word}
.next-steps-section{margin:2.5rem 0 2rem}
.steps-heading-text{font-size:1.4rem;color:#37070D;margin:0 0 1.5rem;font-weight:600;position:relative;padding-left:1rem}
.steps-heading-text::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:24px;background:linear-gradient(180deg,#00ECD2 0%,#A851DA 100%);border-radius:2px}
.step-item-element{display:flex;align-items:flex-start;margin-bottom:1.5rem;padding:1.2rem;background:#fff;border-radius:10px;border:1px solid #e9ecef;transition:all .3s ease}
.step-item-element:hover{border-color:#A851DA;box-shadow:0 4px 16px #a851da1f;transform:translateX(4px)}
.step-item-element:last-child{margin-bottom:0}
.step-number-badge{min-width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#A851DA 0%,#00ECD2 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;margin-right:1rem;flex-shrink:0}
.step-content-text{flex:1;padding-top:.2rem}
.step-content-text p{margin:0;font-size:1rem;color:#343a40;line-height:1.5}
.action-buttons-zone{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}
.primary-action-btn{flex:1;min-width:200px;padding:1rem 2rem;background:linear-gradient(135deg,#37070D 0%,#A851DA 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;text-align:center;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #37070d33}
.primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #37070d4d;color:#fff}
.secondary-action-btn{flex:1;min-width:200px;padding:1rem 2rem;background:#fff;color:#37070D;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;text-align:center;transition:all .3s ease;border:2px solid #37070D;cursor:pointer}
.secondary-action-btn:hover{background:#37070D;color:#fff;transform:translateY(-2px)}
.additional-info-note{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border-radius:10px;border-left:4px solid #00ECD2}
.additional-info-note p{margin:0 0 .8rem;font-size:.95rem;color:#495057;line-height:1.6}
.additional-info-note p:last-child{margin-bottom:0}
.contact-reference-text{font-weight:600;color:#37070D}
.contact-link-inline{color:#A851DA;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-link-inline:hover{color:#00ECD2;text-decoration:underline}
@media (max-width: 768px) {
.confirmation-page-wrapper{padding:1.5rem 1rem}
.confirmation-inner-container{padding:2.5rem 1.5rem}
.success-primary-heading{font-size:1.75rem}
.success-subtext-message{font-size:1.05rem}
.success-visual-circle{width:90px;height:90px}
.success-visual-circle::after{font-size:3rem}
.confirmation-details-block{padding:1.5rem 1.2rem}
.detail-item-row{flex-direction:column;gap:.3rem}
.detail-value-text{text-align:left;max-width:100%}
.action-buttons-zone{flex-direction:column}
.primary-action-btn,.secondary-action-btn{min-width:100%}
.steps-heading-text{font-size:1.2rem}
.step-item-element{padding:1rem}
.step-number-badge{min-width:32px;height:32px;font-size:.9rem}
}
@media (max-width: 480px) {
.confirmation-inner-container{padding:2rem 1.2rem;border-radius:12px}
.success-primary-heading{font-size:1.5rem}
.success-icon-area{margin-bottom:2rem}
.additional-info-note{padding:1.2rem}
}
.error-wrapper-404{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);padding:2rem 1rem;position:relative;overflow:hidden}
.error-wrapper-404::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#a851da14 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-wrapper-404::after{content:'';position:absolute;bottom:-30%;left:-15%;width:600px;height:600px;background:radial-gradient(circle,#00ecd20f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-content-block{max-width:720px;text-align:center;position:relative;z-index:2;background:#fff;padding:3.5rem 2.5rem;border-radius:16px;box-shadow:0 8px 32px #37070d14}
.error-numeric-display{font-size:9rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#37070D 0%,#A851DA 50%,#00ECD2 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;letter-spacing:-.03em}
.error-main-heading{font-size:2rem;font-weight:700;color:#212529;margin-bottom:1.25rem;line-height:1.3}
.error-description-text{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:2rem;max-width:580px;margin-left:auto;margin-right:auto}
.error-description-text::before{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#A851DA,#00ECD2);margin:0 auto 1.5rem;border-radius:2px}
.error-navigation-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}
.error-btn-primary{display:inline-block;padding:.95rem 2.2rem;background:linear-gradient(135deg,#37070D 0%,#A851DA 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 16px #a851da40;position:relative;z-index:10}
.error-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #a851da59;background:linear-gradient(135deg,#4a0911 0%,#b964e8 100%)}
.error-btn-secondary{display:inline-block;padding:.95rem 2.2rem;background:#fff;color:#37070D;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;border:2px solid #A851DA;transition:all .3s ease;position:relative;z-index:10}
.error-btn-secondary:hover{background:#A851DA;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #a851da33}
.error-support-info{margin-top:3rem;padding-top:2rem;border-top:1px solid #e9ecef}
.error-support-heading{font-size:1.15rem;font-weight:600;color:#343a40;margin-bottom:1rem}
.error-contact-details{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;font-size:.95rem;color:#495057}
.error-contact-item{display:flex;align-items:center;gap:.4rem}
.error-contact-item::before{content:'•';color:#00ECD2;font-size:1.3rem;line-height:1}
.error-contact-link{color:#A851DA;text-decoration:none;transition:color .2s ease}
.error-contact-link:hover{color:#37070D;text-decoration:underline}
@media (max-width: 768px) {
.error-wrapper-404{padding:1.5rem 1rem}
.error-content-block{padding:2.5rem 1.5rem}
.error-numeric-display{font-size:6rem}
.error-main-heading{font-size:1.6rem}
.error-description-text{font-size:1rem}
.error-navigation-links{flex-direction:column;gap:.8rem}
.error-btn-primary,.error-btn-secondary{width:100%;text-align:center}
.error-contact-details{flex-direction:column;gap:.8rem;align-items:center}
}
@media (max-width: 480px) {
.error-numeric-display{font-size:5rem}
.error-main-heading{font-size:1.4rem}
.error-content-block{padding:2rem 1.2rem}
}