*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-color:#1B2539;--secondary-color:#AC1043;--tertiary-color:#90BC3D;--bg-light:#fafbfc;--text-dark:#212529;--text-medium:#495057;--border-subtle:#e9ecef}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:var(--text-dark);background-color:#fff;font-size:17px}
.header_wrap_9kx{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-bottom:1px solid var(--border-subtle);padding:10px 0}
.header_inner_top_7mq{max-width:1400px;margin:0 auto;padding:0 25px;display:flex;align-items:center;justify-content:space-between;min-height:65px}
.logo_container_4rt{display:flex;align-items:center;gap:18px;z-index:100;position:relative}
.logo_image_3wp{height:70px;width:70px;object-fit:contain;display:block}
.brand_text_5nf{font-size:21px;font-weight:600;color:var(--primary-color);letter-spacing:-.3px}
.navigation_main_8jk{display:flex;align-items:center;gap:8px}
.nav_link_2bv{position:relative;padding:10px 18px;color:var(--text-dark);text-decoration:none;font-size:16px;font-weight:500;transition:color .25s ease;display:inline-block}
.nav_link_2bv:hover{color:var(--secondary-color)}
.nav_link_2bv:focus{outline:3px solid var(--tertiary-color);outline-offset:3px;border-radius:4px}
.nav_item_parent_6xh{position:relative}
.submenu_dropdown_1qw{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border-subtle);border-radius:6px;padding:8px 0;min-width:240px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .25s ease,transform .25s ease,visibility .25s;box-shadow:0 8px 24px #1b25391f;z-index:200}
.nav_item_parent_6xh:hover .submenu_dropdown_1qw,.nav_item_parent_6xh:focus-within .submenu_dropdown_1qw{opacity:1;visibility:visible;transform:translateY(0)}
.submenu_link_9tz{display:block;padding:12px 20px;color:var(--text-medium);text-decoration:none;font-size:15px;transition:background-color .2s ease,color .2s ease}
.submenu_link_9tz:hover{background-color:var(--bg-light);color:var(--secondary-color)}
.submenu_link_9tz:focus{outline:2px solid var(--tertiary-color);outline-offset:-2px;background-color:var(--bg-light)}
.footer_container_4wp{background:linear-gradient(180deg,#1B2539 0%,#0f1623 100%);color:#e9ecef;padding:60px 0 30px;margin-top:80px}
.footer_inner_7mz{max-width:1400px;margin:0 auto;padding:0 25px}
.footer_grid_3kx{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;margin-bottom:50px}
.footer_section_2nr{display:flex;flex-direction:column;gap:20px}
.footer_heading_5qt{font-size:18px;font-weight:600;color:#fff;margin-bottom:6px;letter-spacing:.3px}
.footer_logo_8jm{height:65px;width:65px;margin-bottom:15px}
.footer_text_9xp{font-size:15px;line-height:1.7;color:#cbd5e0}
.footer_link_list_4wp{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_link_6rz{color:#cbd5e0;text-decoration:none;font-size:15px;transition:color .25s ease;display:inline-block}
.footer_link_6rz:hover{color:var(--tertiary-color)}
.footer_link_6rz:focus{outline:2px solid var(--tertiary-color);outline-offset:3px;border-radius:3px}
.contact_item_7bn{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.6;color:#cbd5e0}
.footer_divider_3mk{height:1px;background:linear-gradient(90deg,transparent 0%,#ac10434d 50%,transparent 100%);margin:30px 0}
.footer_bottom_8qx{text-align:center;font-size:14px;color:#a0aec0;padding-top:20px}
.consent_overlay_5xw{position:fixed;bottom:25px;right:25px;background:#fff;border:1px solid var(--border-subtle);border-radius:12px;box-shadow:0 12px 40px #1b25392e;max-width:460px;padding:30px;z-index:9999;transform:translateY(20px);opacity:0;transition:opacity .4s ease,transform .4s ease}
.consent_overlay_5xw.active_consent_2rp{transform:translateY(0);opacity:1}
.consent_title_9km{font-size:19px;font-weight:700;color:var(--primary-color);margin-bottom:15px}
.consent_description_4tp{font-size:15px;line-height:1.65;color:var(--text-medium);margin-bottom:25px}
.consent_controls_7nx{display:flex;flex-direction:column;gap:18px;margin-bottom:25px}
.control_group_8wm{display:flex;align-items:center;justify-content:space-between;padding:14px;background:var(--bg-light);border-radius:8px;border:1px solid var(--border-subtle)}
.control_label_3qk{font-size:14px;font-weight:600;color:var(--text-dark);flex:1}
.toggle_switch_6rm{position:relative;width:50px;height:26px;background:#cbd5e0;border-radius:20px;cursor:pointer;transition:background-color .25s ease}
.toggle_switch_6rm.active_toggle_1wz{background:var(--tertiary-color)}
.toggle_circle_9fp{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .25s ease}
.toggle_switch_6rm.active_toggle_1wz .toggle_circle_9fp{transform:translateX(24px)}
.consent_actions_2hq{display:flex;gap:12px}
.consent_button_5mp{flex:1;padding:13px 20px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .25s ease,transform .2s ease}
.consent_button_5mp:hover{opacity:.85}
.consent_button_5mp:focus{outline:3px solid var(--tertiary-color);outline-offset:2px}
.consent_button_5mp:active{transform:scale(0.98)}
.button_accept_7kx{background:linear-gradient(135deg,var(--secondary-color) 0%,#8a0d36 100%);color:#fff}
.button_reject_4nq{background:#e9ecef;color:var(--text-dark)}
.button_custom_9wt{background:var(--primary-color);color:#fff}
@media (max-width: 968px) {
.header_inner_top_7mq{flex-direction:column;gap:18px;padding:15px 20px}
.logo_container_4rt{width:100%;justify-content:center}
.navigation_main_8jk{width:100%;flex-wrap:wrap;justify-content:center;gap:6px}
.nav_link_2bv{font-size:15px;padding:9px 14px}
.submenu_dropdown_1qw{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:none;border-top:1px solid var(--border-subtle);margin-top:8px;border-radius:0;padding:12px 0 0}
.footer_grid_3kx{grid-template-columns:1fr;gap:40px}
.consent_overlay_5xw{bottom:15px;right:15px;left:15px;max-width:none;padding:25px}
.consent_actions_2hq{flex-direction:column}
}
@media (max-width: 580px) {
body{font-size:16px}
.brand_text_5nf{font-size:18px}
.consent_title_9km{font-size:17px}
.consent_description_4tp{font-size:14px}
.control_label_3qk{font-size:13px}
}
.programme-formation-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}
.programme-formation-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ac104314 0%,transparent 70%);border-radius:50%}
.programme-formation-hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#90bc3d0f 0%,transparent 70%);border-radius:50%}
.programme-hero-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.programme-hero-content{max-width:680px}
.programme-hero-content h1{font-size:3rem;color:#1B2539;font-weight:700;margin-bottom:1.5rem;line-height:1.2}
.programme-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 100%);margin-top:1.5rem}
.programme-hero-content p{font-size:1.2rem;color:#495057;line-height:1.8;margin-bottom:2rem}
.programme-hero-highlight{background:#fff;padding:1.8rem 2rem;border-left:4px solid #AC1043;box-shadow:0 4px 20px #1b253914;margin-top:2.5rem}
.programme-hero-highlight p{font-size:1.05rem;color:#343a40;margin:0;line-height:1.7}
.parcours-analyse-section{background:#fff;padding:5rem 0;position:relative}
.parcours-analyse-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}
.parcours-analyse-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.parcours-analyse-visuel{position:relative}
.parcours-analyse-visuel img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #1b25391f}
.parcours-analyse-visuel::before{content:'';position:absolute;top:-20px;left:-20px;width:150px;height:150px;border:3px solid #90BC3D;border-radius:12px;z-index:-1}
.parcours-analyse-contenu h2{font-size:2.4rem;color:#1B2539;font-weight:700;margin-bottom:1.5rem;line-height:1.3}
.parcours-analyse-contenu h2 span{color:#AC1043}
.parcours-analyse-contenu p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.parcours-modules-liste{margin-top:2.5rem}
.parcours-module-item{background:#f8f9fa;padding:1.5rem;margin-bottom:1rem;border-radius:8px;border-left:4px solid #90BC3D;transition:all .3s ease}
.parcours-module-item:hover{background:#fff;box-shadow:0 4px 16px #1b25391a;transform:translateX(8px)}
.parcours-module-item h3{font-size:1.2rem;color:#1B2539;font-weight:600;margin-bottom:.5rem}
.parcours-module-item p{font-size:1rem;color:#495057;margin:0;line-height:1.6}
.instructeurs-parcours-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:5rem 0}
.instructeurs-parcours-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}
.instructeurs-parcours-entete{text-align:center;max-width:700px;margin:0 auto 4rem}
.instructeurs-parcours-entete h2{font-size:2.4rem;color:#1B2539;font-weight:700;margin-bottom:1rem}
.instructeurs-parcours-entete h2::before{content:'';display:inline-block;width:50px;height:3px;background:#AC1043;margin-right:1rem;vertical-align:middle}
.instructeurs-parcours-entete h2::after{content:'';display:inline-block;width:50px;height:3px;background:#AC1043;margin-left:1rem;vertical-align:middle}
.instructeurs-parcours-entete p{font-size:1.1rem;color:#495057;line-height:1.8}
.instructeurs-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.instructeur-carte{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 6px 24px #1b253914;transition:all .3s ease;position:relative}
.instructeur-carte:hover{transform:translateY(-8px);box-shadow:0 12px 36px #1b253924}
.instructeur-carte::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 100%);border-radius:12px 12px 0 0}
.instructeur-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:4px solid #f8f9fa;box-shadow:0 4px 16px #1b25391f}
.instructeur-carte h3{font-size:1.3rem;color:#1B2539;font-weight:600;margin-bottom:.5rem}
.instructeur-role{font-size:.95rem;color:#AC1043;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}
.instructeur-carte p{font-size:1rem;color:#495057;line-height:1.6}
.demarrage-programme-section{background:#1B2539;padding:5rem 0;position:relative;overflow:hidden}
.demarrage-programme-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="#ffffff0d"/></svg>') repeat;background-size:40px 40px}
.demarrage-programme-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.demarrage-contenu-principal{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}
.demarrage-texte h2{font-size:2.6rem;color:#fff;font-weight:700;margin-bottom:1.5rem;line-height:1.3}
.demarrage-texte h2 span{color:#90BC3D}
.demarrage-texte p{font-size:1.15rem;color:#f8f9fa;line-height:1.8;margin-bottom:1.5rem}
.demarrage-dates-info{background:#ffffff14;padding:2rem;border-radius:8px;border-left:4px solid #AC1043;margin-bottom:2rem}
.demarrage-dates-info h3{font-size:1.3rem;color:#90BC3D;font-weight:600;margin-bottom:1rem}
.demarrage-date-item{display:flex;align-items:center;margin-bottom:.8rem}
.demarrage-date-item::before{content:'→';color:#AC1043;font-size:1.3rem;font-weight:700;margin-right:1rem;min-width:24px}
.demarrage-date-item span{font-size:1.05rem;color:#fff;line-height:1.6}
.demarrage-encadre-action{background:linear-gradient(135deg,#AC1043 0%,#90BC3D 100%);padding:2.5rem;border-radius:12px;box-shadow:0 8px 32px #0003}
.demarrage-encadre-action h3{font-size:1.5rem;color:#fff;font-weight:700;margin-bottom:1rem}
.demarrage-encadre-action p{font-size:1.05rem;color:#fff;line-height:1.7;margin-bottom:2rem}
.demarrage-bouton-contact{display:inline-block;background:#fff;color:#1B2539;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #00000026}
.demarrage-bouton-contact:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 24px #00000040}
.demarrage-info-complementaire{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #fff3}
.demarrage-info-complementaire p{font-size:.95rem;color:#f8f9fa;margin:0;line-height:1.6}
@media (max-width: 1024px) {
.programme-formation-hero h1{font-size:2.4rem}
.parcours-analyse-grid{grid-template-columns:1fr;gap:3rem}
.parcours-analyse-visuel{order:2}
.parcours-analyse-contenu{order:1}
.instructeurs-grille{grid-template-columns:1fr;gap:2rem}
.demarrage-contenu-principal{grid-template-columns:1fr;gap:3rem}
}
@media (max-width: 768px) {
.programme-formation-hero{padding:3rem 0 2.5rem}
.programme-formation-hero h1{font-size:2rem}
.programme-hero-content p{font-size:1.05rem}
.parcours-analyse-section,.instructeurs-parcours-section,.demarrage-programme-section{padding:3rem 0}
.parcours-analyse-contenu h2,.instructeurs-parcours-entete h2,.demarrage-texte h2{font-size:1.8rem}
.parcours-analyse-visuel img{height:320px}
.parcours-analyse-visuel::before{width:100px;height:100px}
.instructeurs-parcours-entete h2::before,.instructeurs-parcours-entete h2::after{display:none}
.demarrage-encadre-action{padding:2rem}
}
.conseils-distanciel-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}
.conseils-distanciel-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ac104314 0%,transparent 70%);border-radius:50%}
.conseils-distanciel-hero .hero-contenu{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}
.conseils-distanciel-hero h1{font-size:3rem;color:#1B2539;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.conseils-distanciel-hero h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 100%);margin-top:1rem}
.conseils-distanciel-hero .intro-texte{font-size:1.2rem;color:#495057;line-height:1.8;max-width:720px;margin-bottom:2rem}
.conseils-distanciel-hero .date-publication{display:inline-block;background:#fff;padding:.5rem 1.2rem;border-radius:20px;color:#AC1043;font-size:.95rem;font-weight:600;box-shadow:0 2px 8px #0000000f}
.section-environnement{background:#fff;padding:4.5rem 0}
.section-environnement .conteneur-grille{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.section-environnement .texte-principal h2{font-size:2.3rem;color:#1B2539;margin-bottom:1.5rem;font-weight:700;position:relative;padding-left:1.2rem}
.section-environnement .texte-principal h2::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#AC1043 0%,#90BC3D 100%);border-radius:3px}
.section-environnement .texte-principal p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.3rem}
.section-environnement .liste-conseils{list-style:none;padding:0;margin:2rem 0 0}
.section-environnement .liste-conseils li{padding:.9rem 0 .9rem 2.5rem;position:relative;font-size:1.05rem;color:#343a40;line-height:1.6}
.section-environnement .liste-conseils li::before{content:'→';position:absolute;left:0;color:#90BC3D;font-weight:700;font-size:1.4rem}
.section-environnement .image-bloc{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #1b25391f}
.section-environnement .image-bloc img{width:100%;height:420px;object-fit:cover;display:block}
.section-organisation{background:linear-gradient(135deg,#1B2539 0%,#2a3650 100%);padding:5rem 0;position:relative}
.section-organisation::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 100%)}
.section-organisation .conteneur-organisation{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.section-organisation h2{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:3.5rem;font-weight:700}
.section-organisation .grille-etapes{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.section-organisation .etape-carte{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;padding:2rem 1.8rem;transition:all .3s ease;position:relative}
.section-organisation .etape-carte:hover{background:#ffffff14;border-color:#90BC3D;transform:translateY(-5px)}
.section-organisation .etape-numero{position:absolute;top:-18px;left:1.8rem;width:42px;height:42px;background:linear-gradient(135deg,#AC1043 0%,#90BC3D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #ac10434d}
.section-organisation .etape-carte h3{font-size:1.4rem;color:#fff;margin:1.5rem 0 1rem;font-weight:600}
.section-organisation .etape-carte p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.section-temoignages{background:#f8f9fa;padding:4.5rem 0}
.section-temoignages .conteneur-temoins{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.section-temoignages h2{font-size:2.4rem;color:#1B2539;text-align:center;margin-bottom:3rem;font-weight:700}
.section-temoignages h2 span{color:#AC1043;position:relative}
.section-temoignages h2 span::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:#90BC3D}
.section-temoignages .grille-temoins{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}
.section-temoignages .temoin-carte{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 16px #00000014;display:flex;gap:1.8rem;transition:transform .3s ease}
.section-temoignages .temoin-carte:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001f}
.section-temoignages .temoin-photo{flex-shrink:0}
.section-temoignages .temoin-photo img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #90BC3D}
.section-temoignages .temoin-contenu h3{font-size:1.3rem;color:#1B2539;margin:0 0 .4rem;font-weight:600}
.section-temoignages .temoin-role{color:#AC1043;font-size:.95rem;font-weight:600;margin-bottom:1rem;display:block}
.section-temoignages .temoin-contenu p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0;font-style:italic}
.section-outils{background:#fff;padding:5rem 0}
.section-outils .conteneur-outils{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.section-outils .entete-section{max-width:800px;margin:0 auto 3.5rem;text-align:center}
.section-outils h2{font-size:2.5rem;color:#1B2539;margin-bottom:1rem;font-weight:700}
.section-outils .description-intro{font-size:1.15rem;color:#495057;line-height:1.7}
.section-outils .tableau-outils{background:#fafbfc;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000000f}
.section-outils table{width:100%;border-collapse:collapse}
.section-outils thead{background:linear-gradient(135deg,#1B2539 0%,#2a3650 100%)}
.section-outils thead th{padding:1.5rem 1.2rem;text-align:left;font-size:1.05rem;font-weight:600;color:#fff;border-bottom:3px solid #90BC3D}
.section-outils tbody tr{border-bottom:1px solid #e9ecef;transition:background .2s ease}
.section-outils tbody tr:hover{background:#fff}
.section-outils tbody td{padding:1.3rem 1.2rem;font-size:1rem;color:#343a40;line-height:1.6}
.section-outils tbody td:first-child{font-weight:600;color:#1B2539}
.section-outils .utilisation-tag{display:inline-block;padding:.3rem .8rem;background:#90BC3D;color:#fff;border-radius:15px;font-size:.85rem;font-weight:600;margin-right:.5rem}
.section-routine{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:4.5rem 0}
.section-routine .conteneur-routine{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.section-routine .disposition-asymetrique{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}
.section-routine .contenu-principal h2{font-size:2.4rem;color:#1B2539;margin-bottom:1.5rem;font-weight:700}
.section-routine .contenu-principal h2::after{content:'';display:block;width:60px;height:4px;background:#AC1043;margin-top:.8rem}
.section-routine .intro-routine{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:2.5rem}
.section-routine .horaire-bloc{background:#fff;border-left:4px solid #90BC3D;padding:1.5rem 1.8rem;margin-bottom:1.5rem;border-radius:0 8px 8px 0;box-shadow:0 2px 8px #0000000d}
.section-routine .horaire-titre{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}
.section-routine .horaire-heure{background:#1B2539;color:#fff;padding:.4rem 1rem;border-radius:6px;font-weight:700;font-size:.95rem}
.section-routine .horaire-titre h3{font-size:1.25rem;color:#1B2539;margin:0;font-weight:600}
.section-routine .horaire-bloc p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.section-routine .encart-lateral{position:sticky;top:2rem}
.section-routine .image-illustration{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #1b25391f;margin-bottom:2rem}
.section-routine .image-illustration img{width:100%;height:320px;object-fit:cover;display:block}
.section-routine .conseil-rapide{background:linear-gradient(135deg,#AC1043 0%,#d41450 100%);padding:2rem;border-radius:12px;color:#fff}
.section-routine .conseil-rapide h4{font-size:1.2rem;margin:0 0 1rem;font-weight:700}
.section-routine .conseil-rapide p{font-size:.95rem;line-height:1.6;margin:0;color:#fffffff2}
.section-contact-final{background:#fff;padding:4.5rem 0;position:relative}
.section-contact-final::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1B2539 0%,#AC1043 50%,#90BC3D 100%)}
.section-contact-final .conteneur-contact{max-width:900px;margin:0 auto;padding:0 1.5rem;text-align:center}
.section-contact-final h2{font-size:2.3rem;color:#1B2539;margin-bottom:1.2rem;font-weight:700}
.section-contact-final .texte-accompagnement{font-size:1.15rem;color:#495057;line-height:1.8;margin-bottom:2.5rem}
.section-contact-final .infos-contact{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-bottom:2rem}
.section-contact-final .info-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.section-contact-final .info-label{font-size:.9rem;color:#AC1043;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.section-contact-final .info-valeur{font-size:1.1rem;color:#1B2539;font-weight:600}
.section-contact-final .bouton-contact{display:inline-block;background:linear-gradient(135deg,#AC1043 0%,#c71450 100%);color:#fff;padding:1rem 2.5rem;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #ac104340;position:relative;z-index:10}
.section-contact-final .bouton-contact:hover{background:linear-gradient(135deg,#c71450 0%,#AC1043 100%);transform:translateY(-2px);box-shadow:0 6px 18px #ac104359}
@media (max-width: 768px) {
.conseils-distanciel-hero{padding:3rem 0 2.5rem}
.conseils-distanciel-hero h1{font-size:2rem}
.conseils-distanciel-hero .intro-texte{font-size:1.05rem}
.section-environnement .conteneur-grille{grid-template-columns:1fr;gap:2rem}
.section-environnement .texte-principal h2{font-size:1.8rem}
.section-environnement .image-bloc img{height:280px}
.section-organisation .grille-etapes{grid-template-columns:1fr;gap:2.5rem}
.section-temoignages .grille-temoins{grid-template-columns:1fr}
.section-temoignages .temoin-carte{flex-direction:column;text-align:center}
.section-temoignages .temoin-photo img{margin:0 auto}
.section-outils thead th{font-size:.9rem;padding:1rem .8rem}
.section-outils tbody td{font-size:.9rem;padding:1rem .8rem}
.section-routine .disposition-asymetrique{grid-template-columns:1fr}
.section-routine .encart-lateral{position:static}
.section-contact-final .infos-contact{flex-direction:column;gap:1.5rem}
.section-contact-final h2{font-size:1.8rem}
}
.index-hero-fullscreen{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#1B2539 0%,#2a3654 100%)}
.index-hero-fullscreen::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(./image_archive/b1pSj.jpg);background-size:cover;background-position:center;opacity:.15;z-index:1}
.hero-content-wrapper{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:60px 30px;color:#fff}
.hero-main-title{font-size:3.8rem;font-weight:800;line-height:1.1;margin-bottom:28px;color:#fff;letter-spacing:-.02em}
.hero-main-title span{color:#90BC3D;position:relative;display:inline-block}
.hero-subtitle-text{font-size:1.4rem;line-height:1.6;color:#f8f9fa;margin-bottom:45px;max-width:680px}
.hero-cta-button{display:inline-block;padding:18px 42px;background:#AC1043;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:6px;transition:all .3s ease;border:2px solid #AC1043}
.hero-cta-button:hover{background:#8b0d36;transform:translateY(-2px);box-shadow:0 8px 20px #ac10434d}
.diagonal-narrative-section{position:relative;background:#fff;padding:90px 0 110px;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin-top:-80px}
.narrative-grid-container{max-width:1200px;margin:0 auto;padding:0 30px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.narrative-text-zone h2{font-size:2.6rem;color:#1B2539;font-weight:700;line-height:1.2;margin-bottom:24px}
.narrative-text-zone h2::before{content:'';display:block;width:70px;height:5px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 100%);margin-bottom:20px;border-radius:3px}
.narrative-text-zone p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.narrative-visual-zone{position:relative}
.narrative-visual-zone img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #1b253926}
.layered-insight-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 0;position:relative}
.insight-wrapper{max-width:1200px;margin:0 auto;padding:0 30px}
.insight-header{text-align:center;margin-bottom:60px}
.insight-header h2{font-size:2.4rem;color:#1B2539;font-weight:700;margin-bottom:18px}
.insight-header p{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.7}
.insight-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.insight-card-item{background:#fff;padding:40px 32px;border-radius:10px;box-shadow:0 4px 15px #0000000f;transition:all .3s ease;border-left:4px solid #90BC3D}
.insight-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 30px #1b25391f}
.insight-card-item h3{font-size:1.4rem;color:#1B2539;font-weight:600;margin-bottom:16px}
.insight-card-item p{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.asymmetric-data-showcase{background:#1B2539;padding:90px 0;position:relative;overflow:hidden}
.asymmetric-data-showcase::after{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#90bc3d1a 0%,transparent 70%);border-radius:50%}
.data-showcase-container{max-width:1200px;margin:0 auto;padding:0 30px;position:relative;z-index:2}
.data-split-layout{display:grid;grid-template-columns:45% 55%;gap:70px;align-items:center}
.data-text-column h2{font-size:2.5rem;color:#fff;font-weight:700;margin-bottom:26px;line-height:1.2}
.data-text-column p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin-bottom:20px}
.data-visual-column{display:grid;grid-template-columns:1fr 1fr;gap:25px}
.metric-box{background:#ffffff14;padding:35px 28px;border-radius:10px;border:1px solid #ffffff1a;transition:all .3s ease}
.metric-box:hover{background:#ffffff1f;border-color:#90BC3D}
.metric-value{font-size:2.8rem;color:#90BC3D;font-weight:800;margin-bottom:10px;display:block}
.metric-label{font-size:1rem;color:#f8f9fa;line-height:1.5}
.curved-methodology-area{background:#fff;padding:85px 0;position:relative}
.curved-methodology-area::before{content:'';position:absolute;top:0;left:0;right:0;height:80px;background:#1B2539;clip-path:ellipse(70% 100% at 50% 0%)}
.methodology-inner-wrap{max-width:1200px;margin:0 auto;padding:0 30px}
.methodology-title-zone{text-align:center;margin-bottom:55px}
.methodology-title-zone h2{font-size:2.5rem;color:#1B2539;font-weight:700;margin-bottom:20px}
.methodology-title-zone h2 span{color:#AC1043;position:relative}
.methodology-title-zone h2 span::after{content:'';position:absolute;bottom:-5px;left:0;right:0;height:3px;background:#AC1043}
.methodology-title-zone p{font-size:1.08rem;color:#6c757d;max-width:680px;margin:0 auto;line-height:1.7}
.approach-steps-list{display:flex;flex-direction:column;gap:45px}
.approach-step-row{display:grid;grid-template-columns:80px 1fr;gap:30px;align-items:start}
.step-number-circle{width:80px;height:80px;background:linear-gradient(135deg,#AC1043 0%,#90BC3D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;font-weight:800;flex-shrink:0;box-shadow:0 6px 20px #ac104340}
.step-content-text h3{font-size:1.6rem;color:#1B2539;font-weight:600;margin-bottom:14px}
.step-content-text p{font-size:1.02rem;color:#495057;line-height:1.8;margin:0}
.program-highlight-panel{background:linear-gradient(135deg,#f5f6fa 0%,#e9ecef 100%);padding:80px 0;position:relative}
.program-panel-container{max-width:1200px;margin:0 auto;padding:0 30px}
.program-dual-column{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.program-image-side img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 12px 35px #1b253926}
.program-details-side h2{font-size:2.4rem;color:#1B2539;font-weight:700;margin-bottom:24px;line-height:1.3}
.program-details-side p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.program-features-list{list-style:none;padding:0;margin:28px 0}
.program-features-list li{font-size:1.02rem;color:#343a40;padding:12px 0;padding-left:35px;position:relative;line-height:1.6}
.program-features-list li::before{content:'';position:absolute;left:0;color:#90BC3D;font-weight:700;font-size:1.3rem}
.program-action-link{display:inline-block;padding:16px 38px;background:#1B2539;color:#fff;text-decoration:none;font-size:1.05rem;font-weight:600;border-radius:6px;margin-top:20px;transition:all .3s ease}
.program-action-link:hover{background:#2a3654;transform:translateX(5px);box-shadow:0 6px 18px #1b253933}
.testimonial-spotlight-zone{background:#fff;padding:85px 0;position:relative}
.testimonial-content-wrap{max-width:900px;margin:0 auto;padding:0 30px;text-align:center}
.testimonial-quote-block{background:#f8f9fa;padding:50px 45px;border-radius:12px;border-left:6px solid #AC1043;position:relative;box-shadow:0 8px 25px #0000000f}
.testimonial-quote-block::before{content:'"';position:absolute;top:-20px;left:30px;font-size:6rem;color:#AC1043;opacity:.2;font-family:Georgia,serif;line-height:1}
.testimonial-text{font-size:1.3rem;color:#343a40;line-height:1.7;font-style:italic;margin-bottom:30px}
.testimonial-author-section{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:35px}
.author-portrait-img{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #90BC3D}
.author-info-text{text-align:left}
.author-name{font-size:1.15rem;color:#1B2539;font-weight:600;margin-bottom:4px}
.author-role{font-size:.95rem;color:#6c757d}
.final-action-segment{background:linear-gradient(135deg,#1B2539 0%,#2a3654 100%);padding:90px 0;position:relative;overflow:hidden}
.final-action-segment::before{content:'';position:absolute;bottom:-50%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#ac104326 0%,transparent 70%);border-radius:50%}
.action-centered-container{max-width:900px;margin:0 auto;padding:0 30px;text-align:center;position:relative;z-index:2}
.action-centered-container h2{font-size:2.8rem;color:#fff;font-weight:700;margin-bottom:24px;line-height:1.2}
.action-centered-container p{font-size:1.15rem;color:#e9ecef;line-height:1.7;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}
.dual-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.primary-cta-btn{display:inline-block;padding:18px 40px;background:#AC1043;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:6px;transition:all .3s ease;border:2px solid #AC1043}
.primary-cta-btn:hover{background:#8b0d36;transform:translateY(-3px);box-shadow:0 10px 25px #ac10434d}
.secondary-cta-btn{display:inline-block;padding:18px 40px;background:transparent;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:6px;transition:all .3s ease;border:2px solid #90BC3D}
.secondary-cta-btn:hover{background:#90BC3D;color:#1B2539;transform:translateY(-3px);box-shadow:0 10px 25px #90bc3d4d}
@media (max-width: 992px) {
.hero-main-title{font-size:2.8rem}
.hero-subtitle-text{font-size:1.2rem}
.narrative-grid-container{grid-template-columns:1fr;gap:40px}
.insight-cards-grid{grid-template-columns:1fr}
.data-split-layout{grid-template-columns:1fr;gap:50px}
.program-dual-column{grid-template-columns:1fr}
.program-image-side{order:-1}
.approach-step-row{grid-template-columns:60px 1fr;gap:20px}
.step-number-circle{width:60px;height:60px;font-size:1.5rem}
}
@media (max-width: 768px) {
.hero-main-title{font-size:2.2rem}
.hero-subtitle-text{font-size:1.05rem}
.hero-cta-button{padding:15px 32px;font-size:1rem}
.diagonal-narrative-section{clip-path:none;padding:60px 0}
.narrative-text-zone h2{font-size:2rem}
.data-visual-column{grid-template-columns:1fr}
.methodology-title-zone h2{font-size:2rem}
.program-details-side h2{font-size:2rem}
.action-centered-container h2{font-size:2.2rem}
.dual-cta-buttons{flex-direction:column;align-items:stretch}
.testimonial-author-section{flex-direction:column;text-align:center}
.author-info-text{text-align:center}
}
.contact-page-wrapper{background:#fff;color:#212529}
.contact-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ac104314 0%,transparent 70%);border-radius:50%}
.hero-content-block{max-width:780px;margin:0 auto;position:relative;z-index:2}
.hero-main-title{font-size:2.8rem;font-weight:700;color:#1B2539;margin:0 0 24px;line-height:1.2}
.hero-main-title::after{content:'';display:block;width:90px;height:4px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 100%);margin-top:20px}
.hero-description-text{font-size:1.15rem;color:#495057;line-height:1.7;margin:0}
.communication-channels-section{background:#fff;padding:70px 20px}
.channels-container{max-width:1100px;margin:0 auto}
.channels-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-top:50px}
.channel-card-item{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:35px 28px;transition:all .3s ease;position:relative}
.channel-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 100%);border-radius:12px 12px 0 0;transform:scaleX(0);transition:transform .3s ease}
.channel-card-item:hover{border-color:#AC1043;box-shadow:0 8px 24px #1b25391f;transform:translateY(-4px)}
.channel-card-item:hover::before{transform:scaleX(1)}
.channel-icon-wrapper{width:56px;height:56px;background:linear-gradient(135deg,#AC1043 0%,#90BC3D 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px;font-size:1.5rem;color:#fff}
.channel-title-heading{font-size:1.35rem;font-weight:600;color:#1B2539;margin:0 0 12px}
.channel-info-text{font-size:1rem;color:#495057;line-height:1.6;margin:0 0 8px}
.channel-info-text a{color:#AC1043;text-decoration:none;transition:color .2s ease}
.channel-info-text a:hover{color:#1B2539}
.section-heading-main{font-size:2.2rem;font-weight:700;color:#1B2539;text-align:center;margin:0 0 18px;position:relative}
.section-heading-main::before{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:-12px;width:70px;height:3px;background:#90BC3D}
.section-subheading-text{text-align:center;font-size:1.1rem;color:#6c757d;max-width:680px;margin:30px auto 0;line-height:1.6}
.form-submission-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:80px 20px}
.form-wrapper-container{max-width:920px;margin:0 auto}
.form-visual-split{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start;margin-top:50px}
.form-side-image-block{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 32px #1b253926}
.form-side-image-block img{width:100%;height:520px;object-fit:cover;display:block}
.form-actual-wrapper{background:#fff;border-radius:16px;padding:42px 38px;box-shadow:0 8px 28px #1b25391a;border:1px solid #e9ecef}
.form-field-group{margin-bottom:26px}
.form-label-text{display:block;font-size:.95rem;font-weight:600;color:#1B2539;margin-bottom:10px}
.form-input-field,.form-textarea-field,.form-select-field{width:100%;padding:14px 16px;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;color:#212529;background:#fff;transition:all .2s ease;font-family:inherit}
.form-input-field:focus,.form-textarea-field:focus,.form-select-field:focus{outline:none;border-color:#AC1043;box-shadow:0 0 0 3px #ac10431a}
.form-textarea-field{min-height:140px;resize:vertical}
.form-consent-wrapper{margin:30px 0;display:flex;align-items:start;gap:12px}
.form-checkbox-input{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#AC1043;flex-shrink:0}
.form-consent-label{font-size:.92rem;color:#495057;line-height:1.5;cursor:pointer}
.form-consent-label a{color:#AC1043;text-decoration:underline;transition:color .2s ease}
.form-consent-label a:hover{color:#1B2539}
.form-submit-button{width:100%;padding:16px 32px;background:linear-gradient(135deg,#AC1043 0%,#90BC3D 100%);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ac10434d}
.form-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ac104366}
.form-submit-button:active{transform:translateY(0)}
.location-hours-section{background:#fff;padding:70px 20px}
.location-content-wrapper{max-width:1100px;margin:0 auto}
.location-split-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;margin-top:50px;align-items:start}
.location-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #1b25391f}
.location-image-container img{width:100%;height:480px;object-fit:cover;display:block}
.location-details-block{background:#f8f9fa;border-radius:16px;padding:40px 35px;border-left:5px solid #AC1043}
.detail-block-item{margin-bottom:32px}
.detail-block-item:last-child{margin-bottom:0}
.detail-item-heading{font-size:1.2rem;font-weight:600;color:#1B2539;margin:0 0 14px;display:flex;align-items:center;gap:10px}
.detail-item-heading::before{content:'';width:8px;height:8px;background:#90BC3D;border-radius:50%}
.detail-item-content{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.hours-list-wrapper{list-style:none;padding:0;margin:0}
.hours-list-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #dee2e6;font-size:.98rem}
.hours-list-item:last-child{border-bottom:none}
.hours-day-label{color:#1B2539;font-weight:600}
.hours-time-value{color:#495057}
.expertise-context-section{background:linear-gradient(135deg,#1B2539 0%,#2d3a52 100%);padding:80px 20px;color:#fff;position:relative;overflow:hidden}
.expertise-context-section::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#90bc3d26 0%,transparent 70%);border-radius:50%}
.expertise-content-container{max-width:900px;margin:0 auto;position:relative;z-index:2}
.expertise-heading-title{font-size:2.1rem;font-weight:700;color:#fff;text-align:center;margin:0 0 40px}
.expertise-points-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;margin-top:45px}
.expertise-point-card{background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;padding:28px 24px;transition:all .3s ease;backdrop-filter:blur(10px)}
.expertise-point-card:hover{background:#ffffff1f;border-color:#90BC3D;transform:translateY(-4px)}
.expertise-point-number{font-size:2rem;font-weight:700;color:#90BC3D;margin:0 0 12px;line-height:1}
.expertise-point-text{font-size:1.05rem;color:#ffffffe6;line-height:1.6;margin:0}
@media (max-width: 768px) {
.hero-main-title{font-size:2rem}
.contact-hero-section{padding:50px 20px 40px}
.channels-grid-layout{grid-template-columns:1fr;gap:25px}
.form-visual-split{grid-template-columns:1fr;gap:35px}
.form-side-image-block{order:2}
.form-actual-wrapper{order:1;padding:32px 24px}
.location-split-layout{grid-template-columns:1fr;gap:40px}
.section-heading-main{font-size:1.8rem}
.expertise-heading-title{font-size:1.75rem}
.expertise-points-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.hero-main-title{font-size:1.7rem}
.hero-description-text{font-size:1rem}
.channel-card-item{padding:28px 22px}
.form-actual-wrapper{padding:28px 20px}
.location-details-block{padding:32px 24px}
}
.pricing-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.pricing-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ac104314 0%,transparent 70%);border-radius:50%}
.pricing-hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.pricing-hero-content h1{font-size:2.8rem;color:#1B2539;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.pricing-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#AC1043,#90BC3D);margin:1.5rem auto 0;border-radius:2px}
.pricing-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.pricing-tiers-wrapper{background:#fff;padding:5rem 2rem}
.pricing-tiers-container{max-width:1200px;margin:0 auto}
.pricing-section-intro{text-align:center;margin-bottom:4rem}
.pricing-section-intro h2{font-size:2.2rem;color:#1B2539;margin-bottom:1rem;font-weight:600}
.pricing-section-intro h2::before{content:'◆';color:#AC1043;margin-right:.8rem;font-size:1rem}
.pricing-section-intro p{font-size:1.05rem;color:#495057;line-height:1.6;max-width:700px;margin:0 auto}
.pricing-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}
.pricing-card-item{background:#f8f9fa;border-radius:12px;padding:2.5rem 2rem;position:relative;border:2px solid transparent;transition:all .3s ease}
.pricing-card-item:hover{border-color:#90BC3D;box-shadow:0 8px 24px #1b25391a;transform:translateY(-4px)}
.pricing-card-item.featured-tier{background:linear-gradient(135deg,#fff 0%,#f5f6fa 100%);border-color:#AC1043;box-shadow:0 12px 32px #ac104326}
.pricing-card-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e9ecef}
.tier-name{font-size:1.5rem;color:#1B2539;font-weight:600;margin-bottom:.5rem}
.tier-price{font-size:3rem;color:#AC1043;font-weight:700;line-height:1}
.tier-price span{font-size:1.1rem;color:#495057;font-weight:400}
.tier-description{font-size:.95rem;color:#495057;margin-top:.8rem;line-height:1.5}
.pricing-features-list{list-style:none;padding:0;margin:0 0 2rem}
.pricing-features-list li{padding:.7rem 0;color:#343a40;font-size:.95rem;line-height:1.5;position:relative;padding-left:1.8rem}
.pricing-features-list li::before{content:'';position:absolute;left:0;color:#90BC3D;font-weight:700;font-size:1.1rem}
.pricing-cta-button{display:block;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#1B2539 0%,#2a3a57 100%);color:#fff;text-align:center;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:none;cursor:pointer;position:relative;z-index:3}
.pricing-cta-button:hover{background:linear-gradient(135deg,#AC1043 0%,#c41450 100%);transform:translateY(-2px);box-shadow:0 6px 20px #ac10434d}
.featured-tier .pricing-cta-button{background:linear-gradient(135deg,#AC1043 0%,#c41450 100%)}
.featured-tier .pricing-cta-button:hover{background:linear-gradient(135deg,#90BC3D 0%,#a3d045 100%)}
.comparison-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:5rem 2rem}
.comparison-container{max-width:1100px;margin:0 auto}
.comparison-header{text-align:center;margin-bottom:3rem}
.comparison-header h2{font-size:2rem;color:#1B2539;margin-bottom:1rem;font-weight:600}
.comparison-header h2::after{content:'';display:block;width:60px;height:3px;background:#90BC3D;margin:1rem auto 0}
.comparison-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #1b253914}
.comparison-table{width:100%;border-collapse:collapse}
.comparison-table thead{background:linear-gradient(135deg,#1B2539 0%,#2a3a57 100%)}
.comparison-table thead th{color:#fff;padding:1.5rem 1rem;text-align:left;font-weight:600;font-size:1.05rem}
.comparison-table tbody tr{border-bottom:1px solid #e9ecef;transition:background .2s ease}
.comparison-table tbody tr:hover{background:#f8f9fa}
.comparison-table tbody td{padding:1.2rem 1rem;color:#343a40;font-size:.95rem}
.comparison-table tbody td:first-child{font-weight:600;color:#1B2539}
.check-mark{color:#90BC3D;font-weight:700;font-size:1.2rem}
.cross-mark{color:#AC1043;font-weight:700;font-size:1.2rem}
.testimonials-pricing-block{background:#fff;padding:5rem 2rem;position:relative}
.testimonials-pricing-block::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 50%,#1B2539 100%)}
.testimonials-content-wrapper{max-width:1200px;margin:0 auto}
.testimonials-title-area{text-align:center;margin-bottom:4rem}
.testimonials-title-area h2{font-size:2.1rem;color:#1B2539;margin-bottom:1rem;font-weight:600}
.testimonials-title-area h2::before{content:'"';color:#AC1043;font-size:3rem;vertical-align:middle;margin-right:.5rem;line-height:0}
.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}
.testimonial-card{background:#f8f9fa;border-radius:10px;padding:2rem;position:relative;border-left:4px solid #90BC3D;transition:all .3s ease}
.testimonial-card:hover{box-shadow:0 8px 24px #1b25391f;transform:translateY(-3px)}
.testimonial-author-area{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem}
.testimonial-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #90BC3D}
.testimonial-author-info h4{font-size:1.1rem;color:#1B2539;margin-bottom:.3rem;font-weight:600}
.testimonial-author-info p{font-size:.9rem;color:#495057;margin:0}
.testimonial-text{color:#343a40;font-size:.95rem;line-height:1.7;font-style:italic}
.process-visual-section{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:5rem 2rem;position:relative}
.process-visual-container{max-width:1150px;margin:0 auto}
.process-header-zone{text-align:center;margin-bottom:4rem}
.process-header-zone h2{font-size:2.1rem;color:#1B2539;margin-bottom:1rem;font-weight:600}
.process-header-zone h2::before{content:'→';color:#AC1043;margin-right:.8rem;font-size:1.5rem}
.process-header-zone p{font-size:1.05rem;color:#495057;line-height:1.6}
.process-steps-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}
.process-step-box{background:#fff;border-radius:10px;padding:2.5rem 2rem;position:relative;border-top:4px solid #90BC3D;transition:all .3s ease}
.process-step-box:hover{box-shadow:0 10px 28px #1b25391a;transform:translateY(-5px);border-top-color:#AC1043}
.step-number-badge{position:absolute;top:-20px;left:2rem;width:50px;height:50px;background:linear-gradient(135deg,#AC1043,#c41450);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #ac10434d;z-index:2}
.process-step-box h3{font-size:1.3rem;color:#1B2539;margin-bottom:1rem;margin-top:1rem;font-weight:600}
.process-step-box p{color:#495057;font-size:.95rem;line-height:1.7}
.process-images-area{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:4rem}
.process-image-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #1b25391f;transition:all .3s ease}
.process-image-wrapper:hover{transform:scale(1.03);box-shadow:0 10px 32px #1b25392e}
.process-image-wrapper img{width:100%;height:320px;object-fit:cover;display:block}
.faq-pricing-section{background:#fff;padding:5rem 2rem}
.faq-container{max-width:900px;margin:0 auto}
.faq-header{text-align:center;margin-bottom:3.5rem}
.faq-header h2{font-size:2rem;color:#1B2539;margin-bottom:1rem;font-weight:600}
.faq-header h2::after{content:'?';color:#AC1043;margin-left:.5rem}
.faq-header p{font-size:1.05rem;color:#495057;line-height:1.6}
.faq-items-list{display:flex;flex-direction:column;gap:1.5rem}
.faq-item{background:#f8f9fa;border-radius:10px;padding:1.8rem 2rem;border-left:4px solid #90BC3D;transition:all .3s ease}
.faq-item:hover{background:#fff;box-shadow:0 6px 18px #1b25391a;border-left-color:#AC1043}
.faq-item h3{font-size:1.15rem;color:#1B2539;margin-bottom:1rem;font-weight:600;display:flex;align-items:center;gap:.8rem}
.faq-item h3::before{content:'Q';width:32px;height:32px;background:#AC1043;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}
.faq-item p{color:#495057;font-size:.95rem;line-height:1.7;padding-left:2.5rem}
@media (max-width: 768px) {
.pricing-hero-section{padding:3rem 1.5rem 2.5rem}
.pricing-hero-content h1{font-size:2rem}
.pricing-hero-content p{font-size:1rem}
.pricing-cards-grid{grid-template-columns:1fr;gap:2rem}
.pricing-section-intro h2{font-size:1.8rem}
.comparison-table-wrapper{overflow-x:auto}
.comparison-table{min-width:600px}
.testimonials-grid{grid-template-columns:1fr;gap:2rem}
.process-steps-layout{grid-template-columns:1fr}
.process-images-area{grid-template-columns:1fr}
.process-image-wrapper img{height:250px}
.faq-item p{padding-left:0}
.comparison-header h2{font-size:1.7rem}
.testimonials-title-area h2{font-size:1.8rem}
.process-header-zone h2{font-size:1.8rem}
}
.policy-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}
.policy-hero-banner{background:linear-gradient(165deg,#1B2539 0%,#2a3650 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}
.policy-hero-banner::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(circle,#ac104326 0%,transparent 70%);transform:rotate(-15deg)}
.policy-hero-banner::after{content:'';position:absolute;bottom:-30%;left:-15%;width:60%;height:150%;background:radial-gradient(ellipse,#90bc3d1f 0%,transparent 65%);transform:rotate(25deg)}
.policy-hero-content{max-width:1100px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.policy-main-title{font-size:3.2rem;color:#fff;font-weight:700;margin-bottom:1.2rem;letter-spacing:-.5px;line-height:1.2}
.policy-subtitle-text{font-size:1.15rem;color:#ffffffd9;line-height:1.7;max-width:750px}
.policy-content-container{max-width:100%;margin:0 auto;padding:4rem 0;background:#fff}
.policy-inner-wrapper{max-width:1400px;margin:0 auto;padding:0 3rem}
.policy-introduction-block{background:linear-gradient(to right,#f8f9fa,#fff);border-left:5px solid #AC1043;padding:2.5rem 3rem;margin-bottom:3rem;border-radius:0 8px 8px 0;box-shadow:0 2px 12px #1b25390f}
.policy-introduction-block p{font-size:1.05rem;line-height:1.85;color:#495057;margin-bottom:1.2rem}
.policy-introduction-block p:last-child{margin-bottom:0}
.policy-section-divider{height:3px;background:linear-gradient(to right,#AC1043,#90BC3D);margin:3.5rem 0;border-radius:3px;opacity:.4}
.policy-content-segment{margin-bottom:4rem;padding:2.5rem;background:#fafbfc;border-radius:10px;border:1px solid #1b253914;transition:all .3s ease}
.policy-content-segment:hover{box-shadow:0 8px 24px #1b253914;transform:translateY(-2px)}
.policy-segment-header{font-size:2rem;color:#1B2539;font-weight:700;margin-bottom:1.8rem;position:relative;padding-left:1.5rem}
.policy-segment-header::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#AC1043,#90BC3D);border-radius:3px}
.policy-segment-subheader{font-size:1.4rem;color:#1B2539;font-weight:600;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #90bc3d4d}
.policy-text-paragraph{font-size:1rem;line-height:1.9;color:#495057;margin-bottom:1.5rem}
.policy-text-paragraph:last-child{margin-bottom:0}
.policy-emphasis-text{color:#AC1043;font-weight:600}
.policy-technical-term{color:#1B2539;font-weight:500;background:#90bc3d1a;padding:.15rem .4rem;border-radius:3px}
.policy-descriptive-list{list-style:none;padding:0;margin:2rem 0}
.policy-descriptive-list li{padding:1.2rem 1.5rem;margin-bottom:1rem;background:#fff;border-left:4px solid #90BC3D;border-radius:0 6px 6px 0;box-shadow:0 2px 8px #1b25390a;font-size:1rem;line-height:1.7;color:#495057;transition:all .2s ease}
.policy-descriptive-list li:hover{border-left-color:#AC1043;box-shadow:0 4px 16px #1b253914}
.policy-descriptive-list li strong{color:#1B2539;display:block;margin-bottom:.4rem;font-size:1.1rem}
.policy-highlight-box{background:linear-gradient(135deg,#90bc3d14 0%,#ac10430d 100%);border:2px solid #90bc3d4d;border-radius:8px;padding:2rem;margin:2rem 0}
.policy-highlight-box p{font-size:1.05rem;line-height:1.8;color:#343a40;margin-bottom:1rem}
.policy-highlight-box p:last-child{margin-bottom:0}
.policy-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.policy-category-card{background:#fff;padding:1.8rem;border-radius:8px;border-top:4px solid #AC1043;box-shadow:0 3px 12px #1b25390f;transition:all .3s ease}
.policy-category-card:hover{border-top-color:#90BC3D;transform:translateY(-4px);box-shadow:0 6px 20px #1b25391a}
.policy-category-card h3{font-size:1.25rem;color:#1B2539;font-weight:600;margin-bottom:1rem}
.policy-category-card p{font-size:.95rem;line-height:1.7;color:#495057}
.policy-contact-segment{background:linear-gradient(165deg,#1B2539 0%,#2a3650 100%);border-radius:12px;padding:3rem;margin-top:4rem;position:relative;overflow:hidden}
.policy-contact-segment::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,#90bc3d26 0%,transparent 70%)}
.policy-contact-header{font-size:1.8rem;color:#fff;font-weight:700;margin-bottom:1.5rem;position:relative;z-index:2}
.policy-contact-text{font-size:1.05rem;line-height:1.8;color:#ffffffe6;margin-bottom:1.2rem;position:relative;z-index:2}
.policy-contact-details{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem;position:relative;z-index:2}
.policy-contact-item{display:flex;align-items:center;gap:.8rem;color:#fffffff2;font-size:1rem}
.policy-contact-item::before{content:'→';color:#90BC3D;font-size:1.3rem;font-weight:700}
.policy-contact-link{color:#90BC3D;text-decoration:none;font-weight:500;transition:all .2s ease}
.policy-contact-link:hover{color:#fff;text-decoration:underline}
@media (max-width: 768px) {
.policy-hero-banner{padding:3rem 0 2.5rem}
.policy-main-title{font-size:2.2rem}
.policy-subtitle-text{font-size:1rem}
.policy-inner-wrapper{padding:0 1.5rem}
.policy-introduction-block{padding:1.8rem 1.5rem}
.policy-content-segment{padding:1.8rem 1.5rem}
.policy-segment-header{font-size:1.6rem}
.policy-category-grid{grid-template-columns:1fr}
.policy-contact-segment{padding:2rem 1.5rem}
.policy-contact-details{flex-direction:column;gap:1rem}
}
.privacy-wrapper-main{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.privacy-header-zone{background:linear-gradient(165deg,#1B2539 0%,#2a3550 100%);padding:4.5rem 0 3.5rem;position:relative;overflow:hidden}
.privacy-header-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(ellipse at center,#ac104326 0%,transparent 70%);transform:rotate(-25deg)}
.privacy-header-zone::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 100%)}
.privacy-header-container{max-width:1100px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.privacy-main-title{font-size:2.8rem;color:#fff;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em;line-height:1.2}
.privacy-subtitle-text{font-size:1.15rem;color:#ffffffd9;line-height:1.6;max-width:700px;margin:0}
.privacy-document-body{max-width:100%;margin:0;padding:4rem 0;background:#fff}
.privacy-content-inner{max-width:1400px;margin:0 auto;padding:0 3rem}
.privacy-intro-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-left:5px solid #AC1043;padding:2.5rem;margin-bottom:3.5rem;box-shadow:0 2px 8px #1b253914}
.privacy-intro-block p{font-size:1.1rem;line-height:1.8;color:#343a40;margin:0 0 1.2rem}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-divider{margin:4rem 0;position:relative;text-align:center}
.privacy-section-divider::before{content:'';position:absolute;left:0;top:50%;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,#90BC3D 50%,transparent 100%);transform:translateY(-50%)}
.privacy-section-main{margin-bottom:4.5rem;position:relative}
.privacy-section-heading{font-size:2rem;color:#1B2539;font-weight:700;margin:0 0 2rem;position:relative;padding-bottom:1rem;display:inline-block}
.privacy-section-heading::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 100%);border-radius:2px}
.privacy-subsection-wrapper{background:#fafbfc;padding:2.5rem;margin-bottom:2rem;border-radius:8px;border:1px solid #e9ecef}
.privacy-subsection-title{font-size:1.5rem;color:#1B2539;font-weight:600;margin:0 0 1.5rem;position:relative;padding-left:1.5rem}
.privacy-subsection-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#90BC3D;border-radius:50%}
.privacy-text-standard{font-size:1.05rem;line-height:1.85;color:#495057;margin:0 0 1.5rem}
.privacy-text-standard:last-child{margin-bottom:0}
.privacy-emphasis-text{color:#1B2539;font-weight:600}
.privacy-list-custom{list-style:none;padding:0;margin:1.5rem 0}
.privacy-list-custom li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.05rem;line-height:1.75;color:#495057}
.privacy-list-custom li::before{content:'';position:absolute;left:0;top:.6em;width:8px;height:8px;background:#AC1043;border-radius:50%;transform:translateY(-50%)}
.privacy-highlight-box{background:linear-gradient(135deg,#90bc3d14 0%,#ac10430d 100%);border:2px solid #90bc3d4d;padding:2rem;margin:2rem 0;border-radius:8px}
.privacy-highlight-box p{font-size:1.08rem;line-height:1.8;color:#343a40;margin:0 0 1rem}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-contact-section{background:linear-gradient(135deg,#1B2539 0%,#2a3550 100%);padding:3rem;margin-top:4rem;border-radius:12px;box-shadow:0 8px 24px #1b253926}
.privacy-contact-heading{font-size:1.8rem;color:#fff;font-weight:700;margin:0 0 1.5rem}
.privacy-contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}
.privacy-contact-item{background:#ffffff14;padding:1.5rem;border-radius:8px;border:1px solid #ffffff26}
.privacy-contact-label{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-weight:600}
.privacy-contact-value{font-size:1.1rem;color:#fff;font-weight:500;word-break:break-word}
.privacy-contact-value a{color:#90BC3D;text-decoration:none;transition:color .3s ease}
.privacy-contact-value a:hover{color:#a8d14a}
.privacy-nested-list{list-style:none;padding-left:1.5rem;margin:1rem 0}
.privacy-nested-list li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;font-size:1.02rem;line-height:1.7;color:#495057}
.privacy-nested-list li::before{content:'→';position:absolute;left:0;color:#90BC3D;font-weight:700}
.privacy-table-wrapper{overflow-x:auto;margin:2rem 0;background:#fff;border-radius:8px;box-shadow:0 2px 8px #1b253914}
.privacy-data-table{width:100%;border-collapse:collapse;font-size:1.02rem}
.privacy-data-table thead{background:linear-gradient(135deg,#1B2539 0%,#2a3550 100%)}
.privacy-data-table th{padding:1.2rem 1.5rem;text-align:left;color:#fff;font-weight:600;border-bottom:3px solid #AC1043}
.privacy-data-table td{padding:1.2rem 1.5rem;color:#495057;border-bottom:1px solid #e9ecef;line-height:1.6}
.privacy-data-table tbody tr:hover{background:#f8f9fa}
.privacy-data-table tbody tr:last-child td{border-bottom:none}
.privacy-update-notice{background:#ac10430d;border-left:4px solid #AC1043;padding:1.8rem;margin:3rem 0;border-radius:4px}
.privacy-update-notice p{font-size:1.05rem;line-height:1.75;color:#343a40;margin:0}
.privacy-update-date{font-weight:700;color:#AC1043}
@media (max-width: 768px) {
.privacy-header-zone{padding:3rem 0 2.5rem}
.privacy-main-title{font-size:2rem}
.privacy-subtitle-text{font-size:1rem}
.privacy-content-inner{padding:0 1.5rem}
.privacy-section-heading{font-size:1.6rem}
.privacy-subsection-wrapper{padding:1.8rem}
.privacy-intro-block{padding:1.8rem}
.privacy-contact-section{padding:2rem}
.privacy-contact-details{grid-template-columns:1fr;gap:1.5rem}
.privacy-data-table{font-size:.95rem}
.privacy-data-table th,.privacy-data-table td{padding:1rem}
}
@media (max-width: 480px) {
.privacy-header-container{padding:0 1.5rem}
.privacy-main-title{font-size:1.75rem}
.privacy-section-heading{font-size:1.4rem}
.privacy-subsection-title{font-size:1.25rem}
.privacy-list-custom li{font-size:1rem}
.privacy-text-standard{font-size:1rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:85vh;padding:0;position:relative;overflow:hidden}
.success-page-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#90bc3d14 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-page-wrapper::after{content:'';position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,#ac10430f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.confirmation-content-zone{max-width:920px;margin:0 auto;padding:80px 20px 100px;position:relative;z-index:2}
.visual-checkmark-container{text-align:center;margin-bottom:48px;animation:fadeSlideIn .6s ease-out}
@keyframes fadeSlideIn {
from{opacity:0;transform:translateY(-20px)}
to{opacity:1;transform:translateY(0)}
}
.checkmark-graphic{width:120px;height:120px;margin:0 auto 32px;position:relative;background:linear-gradient(135deg,#90BC3D 0%,#7aa532 100%);border-radius:50%;box-shadow:0 8px 24px #90bc3d40;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s cubic-bezier(0.34,1.56,0.64,1)}
@keyframes scaleIn {
from{transform:scale(0.3);opacity:0}
to{transform:scale(1);opacity:1}
}
.checkmark-graphic::before{content:'';position:absolute;width:100%;height:100%;border-radius:50%;border:3px solid #90bc3d4d;animation:pulse 2s infinite}
@keyframes pulse {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.15);opacity:0}
}
.checkmark-graphic svg{width:60px;height:60px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:drawCheck .5s .3s ease-out forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.primary-message-block{text-align:center;margin-bottom:56px;animation:fadeSlideIn .6s .2s ease-out backwards}
.primary-message-block h1{font-size:42px;font-weight:700;color:#1B2539;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.primary-message-block h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#AC1043 0%,#90BC3D 100%);margin:24px auto 0;border-radius:2px}
.primary-message-block p{font-size:19px;color:#495057;line-height:1.7;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.details-information-panel{background:#fff;border-radius:16px;padding:48px 56px;box-shadow:0 4px 20px #1b253914;margin-bottom:48px;border:1px solid #1b25390f;animation:fadeSlideIn .6s .4s ease-out backwards}
.info-section-header{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #f8f9fa}
.info-section-header svg{width:32px;height:32px;fill:#AC1043;flex-shrink:0}
.info-section-header h2{font-size:26px;font-weight:600;color:#1B2539;margin:0;letter-spacing:-.3px}
.process-timeline-display{display:grid;gap:36px;margin-bottom:40px}
.timeline-step-item{display:grid;grid-template-columns:60px 1fr;gap:24px;align-items:start;position:relative}
.timeline-step-item:not(:last-child)::before{content:'';position:absolute;left:29px;top:60px;width:2px;height:calc(100% + 16px);background:linear-gradient(180deg,#90BC3D 0%,#90bc3d33 100%)}
.step-number-badge{width:60px;height:60px;background:linear-gradient(135deg,#1B2539 0%,#2a3652 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;box-shadow:0 4px 12px #1b253926;flex-shrink:0;position:relative;z-index:1}
.step-content-block h3{font-size:20px;font-weight:600;color:#1B2539;margin:0 0 12px;line-height:1.3}
.step-content-block p{font-size:16px;color:#495057;line-height:1.6;margin:0}
.reference-number-display{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:28px 32px;border:2px dashed #90BC3D;margin-top:12px}
.reference-label-text{font-size:14px;color:#6c757d;margin:0 0 8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.reference-code-value{font-size:28px;font-weight:700;color:#AC1043;margin:0;font-family:'Courier New',monospace;letter-spacing:2px}
.supplementary-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:40px;padding-top:40px;border-top:2px solid #f8f9fa}
.info-card-element{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border-radius:12px;padding:24px;border-left:4px solid #90BC3D;transition:all .3s ease}
.info-card-element:hover{transform:translateY(-4px);box-shadow:0 6px 16px #1b25391a}
.info-card-element h4{font-size:16px;font-weight:600;color:#1B2539;margin:0 0 10px;display:flex;align-items:center;gap:10px}
.info-card-element h4::before{content:'';width:8px;height:8px;background:#90BC3D;border-radius:50%;display:block}
.info-card-element p{font-size:15px;color:#495057;line-height:1.6;margin:0}
.actions-navigation-zone{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center;margin-top:56px;animation:fadeSlideIn .6s .6s ease-out backwards}
.primary-action-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 40px;background:linear-gradient(135deg,#AC1043 0%,#8d0d37 100%);color:#fff;text-decoration:none;font-size:17px;font-weight:600;border-radius:10px;box-shadow:0 4px 16px #ac10434d;transition:all .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden}
.primary-action-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#fff3,transparent);transition:left .5s ease}
.primary-action-button:hover::before{left:100%}
.primary-action-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ac104366}
.secondary-action-link{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:#fff;color:#1B2539;text-decoration:none;font-size:17px;font-weight:600;border-radius:10px;border:2px solid #1B2539;transition:all .3s ease}
.secondary-action-link:hover{background:#1B2539;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #1b253933}
.contact-reminder-strip{background:linear-gradient(135deg,#1B2539 0%,#2a3652 100%);border-radius:12px;padding:32px 40px;margin-top:48px;text-align:center;animation:fadeSlideIn .6s .8s ease-out backwards}
.contact-reminder-strip p{font-size:16px;color:#fff;margin:0 0 20px;line-height:1.6}
.contact-details-inline{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;align-items:center}
.contact-item-link{display:flex;align-items:center;gap:10px;color:#90BC3D;text-decoration:none;font-size:16px;font-weight:500;transition:all .3s ease}
.contact-item-link:hover{color:#fff;transform:translateX(4px)}
.contact-item-link svg{width:20px;height:20px;fill:currentColor;flex-shrink:0}
@media (max-width: 768px) {
.confirmation-content-zone{padding:50px 16px 70px}
.checkmark-graphic{width:100px;height:100px}
.checkmark-graphic svg{width:50px;height:50px}
.primary-message-block h1{font-size:32px}
.primary-message-block p{font-size:17px}
.details-information-panel{padding:32px 24px}
.info-section-header{flex-direction:column;align-items:flex-start;gap:12px}
.info-section-header h2{font-size:22px}
.timeline-step-item{grid-template-columns:50px 1fr;gap:16px}
.timeline-step-item:not(:last-child)::before{left:24px;top:50px}
.step-number-badge{width:50px;height:50px;font-size:20px}
.step-content-block h3{font-size:18px}
.reference-number-display{padding:20px 24px}
.reference-code-value{font-size:22px}
.supplementary-info-grid{grid-template-columns:1fr;gap:16px}
.actions-navigation-zone{flex-direction:column;gap:16px}
.primary-action-button,.secondary-action-link{width:100%;padding:14px 32px}
.contact-reminder-strip{padding:24px 20px}
.contact-details-inline{flex-direction:column;gap:16px}
.contact-item-link{width:100%;justify-content:center}
}
.error-page-wrapper{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa 0%,#fff 50%,#fafbfc 100%);padding:2rem 1rem;position:relative;overflow:hidden}
.error-page-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ac104314 0%,transparent 70%);border-radius:50%;z-index:1}
.error-page-wrapper::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#90bc3d0f 0%,transparent 70%);border-radius:50%;z-index:1}
.error-content-container{max-width:680px;text-align:center;position:relative;z-index:2;padding:3rem 2rem;background:#ffffffd9;border-radius:16px;box-shadow:0 8px 32px #1b253914}
.error-numeric-display{font-size:9rem;font-weight:800;line-height:1;color:#1B2539;margin:0 0 1.5rem;position:relative;display:inline-block}
.error-numeric-display::before{content:'404';position:absolute;top:6px;left:6px;color:#AC1043;opacity:.15;z-index:-1}
.error-main-heading{font-size:2.2rem;font-weight:700;color:#1B2539;margin:0 0 1.2rem;line-height:1.3}
.error-description-text{font-size:1.15rem;color:#495057;line-height:1.7;margin:0 0 2.5rem}
.error-explanation-detail{background:linear-gradient(120deg,#f8f9fa 0%,#fff 100%);border-left:4px solid #90BC3D;padding:1.5rem 1.8rem;margin:2rem 0 2.5rem;text-align:left;border-radius:8px}
.error-explanation-detail p{font-size:.98rem;color:#343a40;line-height:1.6;margin:0 0 .8rem}
.error-explanation-detail p:last-child{margin-bottom:0}
.error-actions-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}
.error-primary-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 2rem;background:#AC1043;color:#fff;text-decoration:none;font-weight:600;font-size:1.05rem;border-radius:8px;transition:all .3s ease;border:2px solid #AC1043;position:relative;z-index:10}
.error-primary-btn:hover{background:#8c0d36;border-color:#8c0d36;transform:translateY(-2px);box-shadow:0 6px 20px #ac104340;color:#fff}
.error-secondary-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.95rem 2rem;background:transparent;color:#1B2539;text-decoration:none;font-weight:600;font-size:1.05rem;border-radius:8px;transition:all .3s ease;border:2px solid #1B2539;position:relative;z-index:10}
.error-secondary-btn:hover{background:#1B2539;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1b253933}
.error-help-links{margin-top:3rem;padding-top:2rem;border-top:2px solid #e9ecef}
.error-help-title{font-size:1.1rem;font-weight:600;color:#1B2539;margin:0 0 1.2rem}
.error-suggestions-list{display:flex;flex-direction:column;gap:.7rem;align-items:center}
.error-suggestion-link{color:#AC1043;text-decoration:none;font-size:.98rem;font-weight:500;transition:all .2s ease;position:relative;padding-left:1.2rem}
.error-suggestion-link::before{content:'→';position:absolute;left:0;transition:transform .2s ease}
.error-suggestion-link:hover{color:#8c0d36;transform:translateX(4px)}
.error-suggestion-link:hover::before{transform:translateX(3px)}
.error-contact-info{margin-top:2.5rem;padding:1.5rem;background:linear-gradient(135deg,#90bc3d14 0%,#90bc3d05 100%);border-radius:8px}
.error-contact-info p{font-size:.92rem;color:#495057;margin:0 0 .6rem;line-height:1.5}
.error-contact-email{color:#AC1043;text-decoration:none;font-weight:600;transition:color .2s ease}
.error-contact-email:hover{color:#8c0d36;text-decoration:underline}
@media (max-width: 768px) {
.error-page-wrapper{padding:1.5rem 1rem;min-height:80vh}
.error-content-container{padding:2rem 1.5rem}
.error-numeric-display{font-size:6rem}
.error-main-heading{font-size:1.75rem}
.error-description-text{font-size:1rem}
.error-actions-group{flex-direction:column;gap:.8rem}
.error-primary-btn,.error-secondary-btn{width:100%;justify-content:center}
.error-explanation-detail{padding:1.2rem 1.3rem}
}
@media (max-width: 480px) {
.error-numeric-display{font-size:5rem}
.error-main-heading{font-size:1.5rem}
.error-content-container{padding:1.5rem 1.2rem}
}