*{margin:0;box-sizing:border-box;padding:0}
html{scroll-behavior:smooth}
body{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);color:#f8f9fa;min-height:100vh;display:flex;flex-direction:column;font:17px/1.7 'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif}
a{text-decoration:none;color:inherit;transition:opacity .25s ease}
a:hover{opacity:.75}
a:focus{outline:3px solid #E45A00;outline-offset:3px}
header{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);border-bottom:2px solid #e65a004d;position:relative}
.top_branding_ribbon{background:linear-gradient(90deg,#8629b426 0%,#e45a001f 100%);padding:18px 0;border-bottom:1px solid #fffed81a}
.branding_inner_wrap{max-width:1280px;margin:0 auto;padding:0 25px;display:flex;align-items:center;justify-content:center;gap:20px}
.logo_holder_top{display:flex;align-items:center;gap:18px}
.logo_holder_top img{height:85px;width:85px;display:block}
.brand_name_text{font-size:27px;font-weight:700;color:#FFFED8;letter-spacing:.5px}
.nav_ribbon_main{background:#1e1e1ed9;padding:0;backdrop-filter:blur(8px)}
.nav_inner_container{max-width:1280px;margin:0 auto;padding:0 25px}
.main_nav_menu{display:flex;list-style:none;gap:0;justify-content:center;flex-wrap:wrap}
.main_nav_menu li{position:relative}
.main_nav_menu a{display:block;padding:20px 28px;color:#f8f9fa;font-size:16px;font-weight:500;letter-spacing:.3px;position:relative;transition:background-color .28s ease,color .28s ease}
.main_nav_menu a:hover{color:#FFFED8;opacity:1;background:#8629b433}
.main_nav_menu a:focus{outline:3px solid #E45A00;outline-offset:-3px;background:#e45a0040}
main{flex:1}
footer{background:linear-gradient(90deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);color:#e9ecef;position:relative;margin-top:80px;border-top:3px solid #8629b466}
.footer_dual_panel{display:grid;grid-template-columns:1fr 1fr;max-width:1400px;margin:0 auto;position:relative}
.left_panel_energy{background:linear-gradient(135deg,#8629b440 0%,#e45a002e 100%);padding:60px 45px;position:relative;z-index:2;clip-path:polygon(0 0,100% 0,95% 100%,0% 100%)}
.right_panel_contrast{background:#141414e6;padding:60px 45px 60px 65px;position:relative;display:flex;flex-direction:column;justify-content:space-between}
.logo_footer_section{margin-bottom:35px}
.logo_footer_section img{height:95px;width:95px;display:block;margin-bottom:22px}
.brand_footer_name{font-size:29px;font-weight:700;color:#FFFED8;margin-bottom:18px}
.contact_energy_block p{margin:12px 0;font-size:16px;line-height:1.8;color:#f8f9fa}
.contact_energy_block a{color:#FFFED8;font-weight:600;text-decoration:underline;text-decoration-color:#e45a0080;text-underline-offset:3px}
.contact_energy_block a:hover{text-decoration-color:#E45A00}
.service_links_grid{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}
.service_links_grid a{color:#e9ecef;font-size:15px;padding:10px 0;border-bottom:1px solid #fffed81a;transition:color .25s ease,border-color .25s ease}
.service_links_grid a:hover{color:#FFFED8;border-bottom-color:#e45a0099;opacity:1}
.service_links_grid a:focus{outline:2px solid #E45A00;outline-offset:2px;border-radius:3px}
.copyright_contrast{font-size:14px;color:#adb5bd;padding-top:25px;border-top:1px solid #fffed814}
.popup_consent_overlay{position:fixed;bottom:30px;left:30px;max-width:460px;background:linear-gradient(145deg,#2c2c2c 0%,#1a1a1a 100%);border:2px solid #8629b466;border-radius:12px;padding:32px;box-shadow:0 12px 45px #0009;z-index:9999;display:none;animation:slideInLeft .5s ease-out}
.popup_consent_overlay.active_visible{display:block}
@keyframes slideInLeft {
from{transform:translateX(-100%);opacity:0}
to{transform:translateX(0);opacity:1}
}
.consent_headline{font-size:21px;font-weight:700;color:#FFFED8;margin-bottom:16px;line-height:1.4}
.consent_description{font-size:15px;line-height:1.7;color:#e9ecef;margin-bottom:28px}
.consent_actions_row{display:flex;gap:12px;flex-wrap:wrap}
.btn_consent_action{flex:1;min-width:140px;padding:14px 20px;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .25s ease,transform .2s ease;font-family:inherit}
.btn_consent_action:focus{outline:3px solid #E45A00;outline-offset:2px}
.btn_accept_all{background:linear-gradient(135deg,#8629B4 0%,#a039d0 100%);color:#fff}
.btn_accept_all:hover{background:linear-gradient(135deg,#9a35c8 0%,#b045dc 100%);transform:translateY(-2px)}
.btn_reject_all{background:#e45a0026;color:#f8f9fa;border:1px solid #e45a0080}
.btn_reject_all:hover{background:#e45a0040;border-color:#e45a00cc}
@media (max-width: 768px) {
.branding_inner_wrap{flex-direction:column;text-align:center}
.brand_name_text{font-size:22px}
.logo_holder_top img{height:70px;width:70px}
.main_nav_menu{flex-direction:column;align-items:stretch}
.main_nav_menu a{text-align:center;padding:16px 20px}
.footer_dual_panel{grid-template-columns:1fr}
.left_panel_energy{clip-path:none;padding:40px 25px}
.right_panel_contrast{padding:40px 25px}
.popup_consent_overlay{left:15px;right:15px;bottom:15px;max-width:none;padding:24px}
.consent_headline{font-size:18px}
.consent_actions_row{flex-direction:column}
.btn_consent_action{min-width:100%}
}
@media (max-width: 480px) {
body{font-size:16px}
.brand_name_text{font-size:19px}
.logo_holder_top img{height:60px;width:60px}
.main_nav_menu a{font-size:15px;padding:14px 16px}
.logo_footer_section img{height:75px;width:75px}
.brand_footer_name{font-size:24px}
}
@media (prefers-reduced-motion: reduce) {
*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
@media (pointer: fine) {
.main_nav_menu a{touch-action:manipulation}
}
@media (pointer: coarse) {
.main_nav_menu a{min-height:48px;display:flex;align-items:center;justify-content:center}
.btn_consent_action{min-height:48px}
}
.cours-proximite-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.cours-proximite-wrapper *{box-sizing:border-box}
.cours-intro-section{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.cours-intro-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8629b426 0%,transparent 70%);border-radius:50%}
.cours-intro-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.cours-intro-titre{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:25px;line-height:1.2;position:relative;display:inline-block}
.cours-intro-titre::after{content:'';position:absolute;bottom:-10px;left:0;width:120px;height:4px;background:linear-gradient(90deg,#8629B4,#E45A00);border-radius:2px}
.cours-intro-desc{font-size:1.15rem;line-height:1.8;color:#e9ecef;max-width:850px;margin-bottom:15px}
.cours-intro-note{font-size:1.05rem;color:#FFFED8;background:#8629b41a;padding:18px 24px;border-left:4px solid #8629B4;margin-top:30px;max-width:750px}
.cours-grille-principale{padding:70px 20px;background:#1a1a1a}
.cours-grille-container{max-width:1200px;margin:0 auto}
.cours-grille-layout{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-bottom:50px}
.cours-carte-unique{background:linear-gradient(145deg,#2c2c2c,#343a40);border-radius:12px;padding:40px 32px;position:relative;overflow:hidden;border:1px solid #8629b433;transition:transform .3s ease,box-shadow .3s ease}
.cours-carte-unique:hover{transform:translateY(-5px);box-shadow:0 12px 35px #8629b440}
.cours-carte-unique::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#8629B4,#E45A00)}
.cours-carte-titre{font-size:1.7rem;font-weight:600;color:#fff;margin-bottom:18px;position:relative;padding-left:16px}
.cours-carte-titre::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#E45A00;border-radius:50%}
.cours-carte-date{font-size:.95rem;color:#FFFED8;margin-bottom:20px;display:inline-block;background:#e45a0026;padding:6px 14px;border-radius:6px}
.cours-carte-texte{font-size:1.05rem;line-height:1.7;color:#e9ecef;margin-bottom:15px}
.cours-carte-details{margin-top:25px;padding-top:20px;border-top:1px solid #fffed81a}
.cours-detail-item{display:flex;align-items:baseline;margin-bottom:10px;font-size:1rem;color:#f8f9fa}
.cours-detail-item::before{content:'→';color:#8629B4;margin-right:10px;font-weight:700}
.cours-carte-large{grid-column:span 2;background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:45px}
.cours-carte-large .cours-contenu-gauche{padding-right:20px}
.cours-carte-large .cours-image-droite{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 8px 30px #0006}
.cours-carte-large .cours-image-droite img{width:100%;height:400px;object-fit:cover;display:block}
.cours-liste-points{list-style:none;padding:0;margin:25px 0 0}
.cours-liste-points li{padding:12px 0 12px 30px;position:relative;font-size:1.05rem;color:#e9ecef;line-height:1.6}
.cours-liste-points li::before{content:'';position:absolute;left:0;top:12px;color:#E45A00;font-weight:700;font-size:1.2rem}
.cours-acces-section{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px;position:relative}
.cours-acces-section::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,#8629b466,transparent)}
.cours-acces-container{max-width:900px;margin:0 auto;text-align:center}
.cours-acces-titre{font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:30px;position:relative;display:inline-block}
.cours-acces-titre::before{content:'';position:absolute;top:-15px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#E45A00;border-radius:2px}
.cours-acces-texte{font-size:1.15rem;line-height:1.8;color:#e9ecef;margin-bottom:35px}
.cours-acces-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:50px}
.cours-acces-box{background:#8629b414;border:2px solid #8629b44d;border-radius:10px;padding:35px 20px;transition:all .3s ease}
.cours-acces-box:hover{background:#8629b426;border-color:#8629B4;transform:scale(1.05)}
.cours-acces-box-titre{font-size:1.4rem;font-weight:600;color:#FFFED8;margin-bottom:15px}
.cours-acces-box-desc{font-size:1rem;line-height:1.6;color:#f8f9fa}
.cours-cta-btn{display:inline-block;background:linear-gradient(135deg,#8629B4,#E45A00);color:#fff;padding:16px 42px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;margin-top:30px;transition:all .3s ease;box-shadow:0 6px 20px #8629b44d}
.cours-cta-btn:hover{background:linear-gradient(135deg,#9d35d1,#ff6a00);box-shadow:0 8px 30px #8629b480;transform:translateY(-3px);color:#fff}
@media (max-width: 992px) {
.cours-grille-layout{grid-template-columns:1fr;gap:30px}
.cours-carte-large{grid-column:span 1;grid-template-columns:1fr;gap:30px}
.cours-carte-large .cours-image-droite img{height:320px}
.cours-acces-grille{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 768px) {
.cours-intro-section{padding:60px 20px 40px}
.cours-intro-titre{font-size:2.2rem}
.cours-intro-desc{font-size:1.05rem}
.cours-grille-principale{padding:50px 15px}
.cours-carte-unique{padding:30px 24px}
.cours-carte-titre{font-size:1.5rem}
.cours-carte-large{padding:30px 24px}
.cours-acces-section{padding:60px 20px}
.cours-acces-titre{font-size:2rem}
.cours-acces-texte{font-size:1.05rem}
}
@media (max-width: 480px) {
.cours-intro-titre{font-size:1.9rem}
.cours-carte-titre{font-size:1.4rem}
.cours-acces-titre{font-size:1.8rem}
.cours-cta-btn{padding:14px 32px;font-size:1rem}
}
.neuro-hero-immersive{position:relative;height:100vh;overflow:hidden;background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%)}
.neuro-hero-immersive::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:.3;filter:grayscale(20%);background:url(./visual_storage/LUwYDq.jpg) (cover) center}
.neuro-hero-immersive::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(165deg,#8629b466 0%,#e45a004d 100%);mix-blend-mode:multiply}
.neuro-hero-content-wrap{position:relative;z-index:3;height:100%;display:flex;align-items:center;padding:0 5%}
.neuro-hero-title-block{max-width:720px;margin-left:8%}
.neuro-hero-title-block h1{font-size:4.2rem;line-height:1.1;color:#FFFED8;font-weight:800;margin:0 0 2rem;text-shadow:2px 4px 12px #0009;letter-spacing:-.02em}
.neuro-hero-title-block h1::before{content:'';display:block;width:80px;height:6px;background:linear-gradient(90deg,#E45A00 0%,#8629B4 100%);margin-bottom:1.5rem;border-radius:3px}
.neuro-hero-subtitle{font-size:1.4rem;line-height:1.6;color:#f8f9fa;margin-bottom:2.5rem;font-weight:300}
.neuro-hero-cta-group{display:flex;gap:1.5rem;flex-wrap:wrap}
.neuro-btn-primary-hero{background:linear-gradient(135deg,#8629B4 0%,#E45A00 100%);color:#FFFED8;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #8629b466;z-index:10;position:relative}
.neuro-btn-primary-hero:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8629b499;color:#FFFED8}
.neuro-btn-secondary-hero{background:none;color:#f8f9fa;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:2px solid #f8f9fa;border-radius:50px;text-decoration:none;display:inline-block;transition:all .3s ease;z-index:10;position:relative}
.neuro-btn-secondary-hero:hover{background:#f8f9fa1a;border-color:#FFFED8;color:#FFFED8;transform:translateY(-3px)}
.neuro-approach-diagonal{background:#2c2c2c;padding:8rem 5% 6rem;position:relative;clip-path:polygon(0 5%,100% 0,100% 100%,0 95%);margin-top:-5vh}
.neuro-approach-content-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:center}
.neuro-approach-visual-side img{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:-20px 20px 60px #00000080;transform:rotate(-2deg)}
.neuro-approach-text-side h2{font-size:2.8rem;color:#FFFED8;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.neuro-approach-text-side h2::after{content:'';display:block;width:120px;height:4px;background:#E45A00;margin-top:1rem}
.neuro-approach-text-side p{font-size:1.15rem;line-height:1.8;color:#e9ecef;margin-bottom:1.3rem}
.neuro-approach-highlight{color:#8629B4;font-weight:600}
.neuro-immersion-layer{background:linear-gradient(180deg,#1a1a1a 0%,#343a40 100%);padding:7rem 5%;position:relative;overflow:hidden}
.neuro-immersion-layer::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8629b426 0%,transparent 70%);border-radius:50%}
.neuro-immersion-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.neuro-immersion-intro{text-align:center;margin-bottom:5rem}
.neuro-immersion-intro h2{font-size:3rem;color:#FFFED8;margin-bottom:1.2rem;font-weight:700}
.neuro-immersion-intro p{font-size:1.2rem;color:#e9ecef;max-width:700px;margin:0 auto;line-height:1.7}
.neuro-methods-asymmetric{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;margin-bottom:3rem}
.neuro-method-card-large{background:#2c2c2c;padding:3rem;border-radius:24px;border-left:5px solid #8629B4;box-shadow:0 10px 40px #0006;transition:transform .3s ease}
.neuro-method-card-large:hover{transform:translateY(-8px)}
.neuro-method-card-large h3{font-size:2rem;color:#FFFED8;margin-bottom:1.5rem;font-weight:600}
.neuro-method-card-large h3::before{content:'◆';color:#E45A00;margin-right:.8rem;font-size:1.5rem}
.neuro-method-card-large p{font-size:1.05rem;line-height:1.7;color:#e9ecef;margin-bottom:1rem}
.neuro-method-card-small{background:linear-gradient(135deg,#343a40 0%,#495057 100%);padding:2.5rem;border-radius:20px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 8px 30px #0000004d}
.neuro-method-card-small img{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-bottom:1.5rem}
.neuro-method-card-small h4{font-size:1.5rem;color:#FFFED8;margin-bottom:.8rem;font-weight:600}
.neuro-method-card-small p{font-size:1rem;color:#e9ecef;line-height:1.6}
.neuro-journey-vertical{background:#343a40;padding:7rem 5%;position:relative}
.neuro-journey-wrapper{max-width:900px;margin:0 auto}
.neuro-journey-header{text-align:center;margin-bottom:5rem}
.neuro-journey-header h2{font-size:3.2rem;color:#FFFED8;margin-bottom:1rem;font-weight:700}
.neuro-journey-header p{font-size:1.25rem;color:#e9ecef;line-height:1.6}
.neuro-journey-timeline{position:relative;padding-left:80px}
.neuro-journey-timeline::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#8629B4 0%,#E45A00 100%)}
.neuro-journey-phase{position:relative;margin-bottom:4rem;background:#2c2c2c;padding:2.5rem;border-radius:16px;box-shadow:0 8px 30px #0006}
.neuro-journey-phase::before{content:'';position:absolute;left:-65px;top:35px;width:20px;height:20px;background:#E45A00;border:4px solid #343a40;border-radius:50%;z-index:2}
.neuro-journey-phase:nth-child(even)::before{background:#8629B4}
.neuro-journey-phase h3{font-size:1.8rem;color:#FFFED8;margin-bottom:1rem;font-weight:600}
.neuro-journey-phase p{font-size:1.05rem;line-height:1.7;color:#e9ecef;margin-bottom:.8rem}
.neuro-journey-phase strong{color:#8629B4}
.neuro-pricing-split{background:linear-gradient(165deg,#1a1a1a 0%,#2c2c2c 100%);padding:7rem 5%;position:relative}
.neuro-pricing-container{max-width:1200px;margin:0 auto}
.neuro-pricing-intro{text-align:center;margin-bottom:5rem}
.neuro-pricing-intro h2{font-size:3rem;color:#FFFED8;margin-bottom:1.2rem;font-weight:700}
.neuro-pricing-intro h2::before{content:'€';color:#E45A00;margin-right:.5rem}
.neuro-pricing-intro p{font-size:1.15rem;color:#e9ecef;line-height:1.7;max-width:700px;margin:0 auto}
.neuro-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.neuro-price-card{background:#343a40;padding:3rem 2rem;border-radius:20px;text-align:center;border:2px solid transparent;transition:all .4s ease;position:relative;overflow:hidden}
.neuro-price-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:4px;background:linear-gradient(90deg,#8629B4 0%,#E45A00 100%);transition:left .4s ease}
.neuro-price-card:hover::before{left:0}
.neuro-price-card:hover{border-color:#8629B4;transform:translateY(-10px);box-shadow:0 15px 50px #8629b466}
.neuro-price-card.featured{background:linear-gradient(135deg,#2c2c2c 0%,#495057 100%);border-color:#E45A00;transform:scale(1.05)}
.neuro-price-label{font-size:1.4rem;color:#FFFED8;margin-bottom:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.neuro-price-amount{font-size:3.5rem;color:#E45A00;font-weight:800;margin-bottom:.5rem}
.neuro-price-period{font-size:1rem;color:#e9ecef;margin-bottom:2rem}
.neuro-price-features{list-style:none;padding:0;margin:2rem 0;text-align:left}
.neuro-price-features li{font-size:1rem;color:#e9ecef;padding:.8rem 0;border-bottom:1px solid #f8f9fa1a}
.neuro-price-features li::before{content:'';color:#8629B4;font-weight:700;margin-right:.8rem}
.neuro-price-cta{background:#8629B4;color:#FFFED8;padding:1rem 2rem;border-radius:50px;text-decoration:none;display:inline-block;font-weight:600;margin-top:1.5rem;transition:all .3s ease;z-index:10;position:relative}
.neuro-price-cta:hover{background:#E45A00;color:#FFFED8;transform:scale(1.05)}
.neuro-application-overlap{background:#2c2c2c;padding:7rem 5% 8rem;position:relative}
.neuro-application-flex{max-width:1200px;margin:0 auto;display:flex;gap:4rem;align-items:flex-start}
.neuro-application-image-block{flex:1;position:relative}
.neuro-application-image-block img{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:20px 20px 60px #00000080}
.neuro-application-image-block::after{content:'';position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;background:linear-gradient(135deg,#8629b44d 0%,#e45a004d 100%);border-radius:50%;filter:blur(40px);z-index:-1}
.neuro-application-content-block{flex:1.2;padding:2rem 0}
.neuro-application-content-block h2{font-size:2.8rem;color:#FFFED8;margin-bottom:2rem;font-weight:700;line-height:1.2}
.neuro-application-list{list-style:none;padding:0;margin:2rem 0}
.neuro-application-list li{font-size:1.15rem;color:#e9ecef;padding:1.5rem 0;border-left:4px solid #8629B4;padding-left:2rem;margin-bottom:1.5rem;background:#8629b40d;border-radius:0 12px 12px 0;line-height:1.6}
.neuro-application-list li:nth-child(even){border-left-color:#E45A00;background:#e45a000d}
.neuro-application-list li strong{color:#FFFED8;font-weight:600;display:block;margin-bottom:.3rem}
.neuro-closing-curve{background:linear-gradient(180deg,#343a40 0%,#1a1a1a 100%);padding:8rem 5%;position:relative;clip-path:ellipse(100% 100% at 50% 100%)}
.neuro-closing-inner{max-width:900px;margin:0 auto;text-align:center}
.neuro-closing-inner h2{font-size:3.2rem;color:#FFFED8;margin-bottom:2rem;font-weight:700;line-height:1.2}
.neuro-closing-inner p{font-size:1.25rem;color:#e9ecef;line-height:1.8;margin-bottom:3rem}
.neuro-closing-action{display:inline-flex;gap:2rem;flex-wrap:wrap;justify-content:center}
.neuro-btn-final-primary{background:linear-gradient(135deg,#E45A00 0%,#8629B4 100%);color:#FFFED8;padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;border-radius:50px;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 8px 30px #e45a0066;z-index:10;position:relative}
.neuro-btn-final-primary:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 12px 40px #e45a0099;color:#FFFED8}
.neuro-btn-final-secondary{background:none;color:#e9ecef;padding:1.2rem 3rem;font-size:1.2rem;font-weight:600;border:2px solid #e9ecef;border-radius:50px;text-decoration:none;display:inline-block;transition:all .3s ease;z-index:10;position:relative}
.neuro-btn-final-secondary:hover{border-color:#8629B4;color:#8629B4;transform:translateY(-5px)}
@media (max-width: 992px) {
.neuro-hero-title-block h1{font-size:3rem}
.neuro-approach-content-grid{grid-template-columns:1fr;gap:3rem}
.neuro-approach-visual-side img{height:400px}
.neuro-methods-asymmetric{grid-template-columns:1fr}
.neuro-pricing-grid{grid-template-columns:1fr}
.neuro-price-card.featured{transform:scale(1)}
.neuro-application-flex{flex-direction:column}
.neuro-journey-timeline{padding-left:60px}
}
@media (max-width: 768px) {
.neuro-hero-title-block h1{font-size:2.5rem}
.neuro-hero-subtitle{font-size:1.2rem}
.neuro-hero-cta-group{flex-direction:column;gap:1rem}
.neuro-approach-diagonal{clip-path:none;padding:5rem 5%}
.neuro-approach-text-side h2{font-size:2.2rem}
.neuro-immersion-intro h2{font-size:2.4rem}
.neuro-journey-header h2{font-size:2.4rem}
.neuro-journey-timeline{padding-left:50px}
.neuro-journey-timeline::before{left:20px}
.neuro-journey-phase::before{left:-55px}
.neuro-pricing-intro h2{font-size:2.4rem}
.neuro-application-content-block h2{font-size:2.2rem}
.neuro-closing-inner h2{font-size:2.4rem}
.neuro-closing-action{flex-direction:column;gap:1rem}
}
@media (max-width: 576px) {
.neuro-hero-title-block{margin-left:0}
.neuro-hero-title-block h1{font-size:2rem}
.neuro-approach-visual-side img{height:300px;transform:none}
.neuro-method-card-small img{height:180px}
.neuro-application-image-block img{height:350px}
}
.contact-main-wrapper{background:#1a1a1a;min-height:100vh;position:relative;overflow:hidden}
.contact-main-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:400px;background:linear-gradient(135deg,#8629b426 0%,#e45a001a 100%);z-index:0}
.contact-intro-section{position:relative;z-index:1;padding:80px 20px 60px;max-width:1200px;margin:0 auto}
.contact-intro-section h1{color:#FFFED8;font-size:2.8rem;font-weight:600;margin-bottom:24px;line-height:1.2}
.contact-intro-section p{color:#e9ecef;font-size:1.15rem;line-height:1.7;max-width:680px}
.dual-column-wrapper{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 20px 80px;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.contact-info-panel{background:#2c2c2c;border-radius:12px;padding:40px;border-left:4px solid #8629B4;position:sticky;top:20px}
.contact-info-panel h2{color:#FFFED8;font-size:1.5rem;font-weight:600;margin-bottom:30px;position:relative;padding-left:20px}
.contact-info-panel h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#E45A00;border-radius:50%}
.info-block-item{margin-bottom:32px}
.info-block-item:last-child{margin-bottom:0}
.info-block-label{color:#8629B4;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;display:block}
.info-block-content{color:#f8f9fa;font-size:1.05rem;line-height:1.6}
.info-block-content a{color:#E45A00;text-decoration:none;transition:color .3s ease}
.info-block-content a:hover{color:#FFFED8}
.visual-context-block{background:#2c2c2c;border-radius:12px;overflow:hidden;margin-top:30px;border:1px solid #8629b44d}
.visual-context-block img{width:100%;height:240px;object-fit:cover;display:block}
.form-primary-container{background:#2c2c2c;border-radius:12px;padding:50px;border-top:3px solid #E45A00;box-shadow:0 8px 24px #0000004d}
.form-primary-container h2{color:#FFFED8;font-size:1.8rem;font-weight:600;margin-bottom:16px}
.form-primary-container .form-subtitle{color:#e9ecef;font-size:1rem;line-height:1.6;margin-bottom:36px}
.input-field-custom{margin-bottom:28px}
.input-field-custom label{color:#8629B4;font-size:.9rem;font-weight:600;display:block;margin-bottom:8px}
.input-field-custom input,.input-field-custom textarea{width:100%;padding:14px 18px;background:#1a1a1a;border:2px solid #495057;border-radius:6px;color:#f8f9fa;font-size:1rem;transition:all .3s ease;font-family:inherit}
.input-field-custom input:focus,.input-field-custom textarea:focus{outline:none;border-color:#8629B4;background:#252525;box-shadow:0 0 0 3px #8629b426}
.input-field-custom textarea{min-height:140px;resize:vertical}
.input-field-custom input::placeholder,.input-field-custom textarea::placeholder{color:#6c757d}
.consent-checkbox-wrapper{margin:32px 0;display:flex;align-items:start;gap:12px}
.consent-checkbox-wrapper input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;accent-color:#8629B4}
.consent-checkbox-wrapper label{color:#e9ecef;font-size:.95rem;line-height:1.6;flex:1}
.consent-checkbox-wrapper label a{color:#E45A00;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}
.consent-checkbox-wrapper label a:hover{border-bottom-color:#E45A00}
.submit-action-button{background:linear-gradient(135deg,#8629B4 0%,#6a1f96 100%);color:#FFFED8;padding:16px 48px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;position:relative;overflow:hidden;z-index:1}
.submit-action-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#E45A00 0%,#c74d00 100%);transition:left .4s ease;z-index:-1}
.submit-action-button:hover::before{left:0}
.submit-action-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8629b466}
.timing-availability-section{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:60px 20px 80px;background:#343a40;border-radius:12px;margin-bottom:80px}
.timing-availability-section h2{color:#FFFED8;font-size:1.9rem;font-weight:600;margin-bottom:40px;text-align:center}
.timing-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.timing-card-block{background:#2c2c2c;padding:32px;border-radius:10px;border-left:4px solid #E45A00;transition:all .3s ease}
.timing-card-block:hover{transform:translateY(-4px);box-shadow:0 8px 24px #e45a0033}
.timing-card-block h3{color:#8629B4;font-size:1.2rem;font-weight:600;margin-bottom:16px}
.timing-card-block p{color:#e9ecef;font-size:.98rem;line-height:1.7;margin-bottom:0}
.pathway-connection-section{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:60px 20px 80px;text-align:center}
.pathway-connection-section h2{color:#FFFED8;font-size:1.9rem;font-weight:600;margin-bottom:24px}
.pathway-connection-section p{color:#e9ecef;font-size:1.08rem;line-height:1.7;margin-bottom:36px}
.nav-action-button{display:inline-block;background:#E45A00;color:#FFFED8;padding:14px 42px;border-radius:8px;text-decoration:none;font-size:1.05rem;font-weight:600;transition:all .3s ease;border:2px solid #E45A00}
.nav-action-button:hover{background:none;color:#E45A00;transform:translateY(-2px);box-shadow:0 6px 20px #e45a004d}
@media (max-width: 992px) {
.dual-column-wrapper{grid-template-columns:1fr;gap:40px}
.contact-info-panel{position:static}
.form-primary-container{padding:36px}
}
@media (max-width: 768px) {
.contact-intro-section{padding:60px 20px 40px}
.contact-intro-section h1{font-size:2.2rem}
.form-primary-container{padding:28px}
.form-primary-container h2{font-size:1.5rem}
.timing-grid-layout{grid-template-columns:1fr}
.submit-action-button{padding:14px 32px}
}
@media (max-width: 480px) {
.contact-intro-section h1{font-size:1.8rem}
.contact-info-panel{padding:28px}
.visual-context-block img{height:200px}
}
.neuro-learning-hero{background:linear-gradient(165deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.neuro-learning-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8629b426,transparent 70%);border-radius:50%}
.neuro-learning-hero .hero-content-wrapper{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.neuro-learning-hero h1{font-size:3.2rem;color:#fff;margin-bottom:25px;font-weight:700;line-height:1.2}
.neuro-learning-hero h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#8629B4,#E45A00);margin-top:20px}
.neuro-learning-hero .hero-description{font-size:1.15rem;color:#e9ecef;line-height:1.7;max-width:700px;margin-bottom:35px}
.neuro-learning-hero .hero-highlight{color:#FFFED8;font-weight:600}
.program-approach-section{background:#2c2c2c;padding:80px 20px}
.program-approach-section .approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1100px;margin:0 auto}
.program-approach-section .approach-card{background:#1a1a1a;border-radius:8px;padding:35px 28px;border-left:4px solid #8629B4;transition:transform .3s ease,box-shadow .3s ease}
.program-approach-section .approach-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #8629b44d}
.program-approach-section .approach-card h3{font-size:1.5rem;color:#FFFED8;margin-bottom:18px;font-weight:600}
.program-approach-section .approach-card p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.program-approach-section .approach-card .card-accent{color:#E45A00;font-weight:600}
.learning-modules-section{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);padding:80px 20px;position:relative}
.learning-modules-section::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#8629B4,transparent)}
.learning-modules-section .section-header{text-align:center;max-width:800px;margin:0 auto 60px}
.learning-modules-section .section-header h2{font-size:2.5rem;color:#fff;margin-bottom:20px;font-weight:700}
.learning-modules-section .section-header h2::before{content:'◆';color:#E45A00;margin-right:15px;font-size:1.8rem}
.learning-modules-section .modules-container{max-width:1100px;margin:0 auto}
.learning-modules-section .module-item{background:#343a40;border-radius:12px;padding:40px 35px;margin-bottom:25px;border:1px solid #8629b433;position:relative}
.learning-modules-section .module-item::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,#8629B4,#E45A00);border-radius:12px 0 0 12px}
.learning-modules-section .module-item h3{font-size:1.6rem;color:#FFFED8;margin-bottom:15px;font-weight:600}
.learning-modules-section .module-item .module-description{font-size:1.05rem;color:#f8f9fa;line-height:1.8;margin-bottom:20px}
.learning-modules-section .module-item .module-details{font-size:.95rem;color:#e9ecef;line-height:1.6}
.learning-modules-section .module-item .detail-emphasis{color:#E45A00;font-weight:600}
.practical-experience-section{background:#2c2c2c;padding:80px 20px}
.practical-experience-section .experience-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.practical-experience-section .experience-visual{position:relative}
.practical-experience-section .experience-visual img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #00000080}
.practical-experience-section .experience-visual::after{content:'';position:absolute;top:-15px;right:-15px;width:100%;height:100%;border:3px solid #8629B4;border-radius:12px;z-index:-1}
.practical-experience-section .experience-content h2{font-size:2.3rem;color:#fff;margin-bottom:25px;font-weight:700}
.practical-experience-section .experience-content h2::after{content:'';display:block;width:60px;height:3px;background:#E45A00;margin-top:15px}
.practical-experience-section .experience-content p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin-bottom:20px}
.practical-experience-section .experience-content .content-highlight{color:#FFFED8;font-weight:600}
.practical-experience-section .experience-features{margin-top:30px}
.practical-experience-section .feature-point{display:flex;align-items:flex-start;margin-bottom:18px}
.practical-experience-section .feature-point::before{content:'▸';color:#E45A00;font-size:1.4rem;margin-right:12px;flex-shrink:0}
.practical-experience-section .feature-point span{font-size:1rem;color:#f8f9fa;line-height:1.6}
.neuro-tools-section{background:#1a1a1a;padding:80px 20px;position:relative}
.neuro-tools-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,#E45A00,transparent)}
.neuro-tools-section .tools-wrapper{max-width:1000px;margin:0 auto}
.neuro-tools-section h2{font-size:2.4rem;color:#fff;text-align:center;margin-bottom:50px;font-weight:700}
.neuro-tools-section h2::before{content:'⬡';color:#8629B4;margin-right:15px}
.neuro-tools-section .tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.neuro-tools-section .tool-box{background:linear-gradient(135deg,#2c2c2c,#343a40);border-radius:10px;padding:35px 30px;border:2px solid transparent;transition:border-color .3s ease,transform .3s ease}
.neuro-tools-section .tool-box:hover{border-color:#8629B4;transform:scale(1.03)}
.neuro-tools-section .tool-box h3{font-size:1.5rem;color:#FFFED8;margin-bottom:15px;font-weight:600}
.neuro-tools-section .tool-box p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.neuro-tools-section .tool-box .tool-emphasis{color:#E45A00;font-weight:600}
.enrollment-pathway-section{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 50%,#2c2c2c 100%);padding:80px 20px}
.enrollment-pathway-section .pathway-container{max-width:900px;margin:0 auto}
.enrollment-pathway-section h2{font-size:2.5rem;color:#fff;text-align:center;margin-bottom:20px;font-weight:700}
.enrollment-pathway-section .pathway-intro{font-size:1.1rem;color:#e9ecef;text-align:center;line-height:1.7;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}
.enrollment-pathway-section .pathway-steps{position:relative;padding-left:60px}
.enrollment-pathway-section .pathway-step{position:relative;margin-bottom:45px;padding:30px;background:#343a40;border-radius:10px}
.enrollment-pathway-section .pathway-step::before{content:attr(data-step);position:absolute;left:-60px;top:30px;width:45px;height:45px;background:linear-gradient(135deg,#8629B4,#E45A00);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff;z-index:2}
.enrollment-pathway-section .pathway-step:not(:last-child)::after{content:'';position:absolute;left:-38px;top:75px;width:2px;height:calc(100% - 45px);background:linear-gradient(180deg,#8629B4,#E45A00);z-index:1}
.enrollment-pathway-section .pathway-step h3{font-size:1.6rem;color:#FFFED8;margin-bottom:12px;font-weight:600}
.enrollment-pathway-section .pathway-step p{font-size:1rem;color:#f8f9fa;line-height:1.7;margin:0}
.enrollment-pathway-section .pathway-step .step-highlight{color:#E45A00;font-weight:600}
.enrollment-pathway-section .pathway-cta{text-align:center;margin-top:50px}
.enrollment-pathway-section .pathway-cta-button{display:inline-block;background:linear-gradient(135deg,#8629B4,#E45A00);color:#fff;font-size:1.15rem;font-weight:600;padding:16px 45px;border-radius:8px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 20px #8629b466}
.enrollment-pathway-section .pathway-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8629b499;color:#fff}
@media (max-width: 992px) {
.neuro-learning-hero h1{font-size:2.5rem}
.practical-experience-section .experience-layout{grid-template-columns:1fr;gap:40px}
.neuro-tools-section .tools-grid{grid-template-columns:1fr}
.enrollment-pathway-section .pathway-steps{padding-left:50px}
.enrollment-pathway-section .pathway-step::before{left:-50px;width:40px;height:40px;font-size:1.1rem}
.enrollment-pathway-section .pathway-step:not(:last-child)::after{left:-30px}
}
@media (max-width: 768px) {
.neuro-learning-hero{padding:60px 20px 50px}
.neuro-learning-hero h1{font-size:2rem}
.program-approach-section{padding:60px 20px}
.learning-modules-section{padding:60px 20px}
.learning-modules-section .section-header h2{font-size:2rem}
.practical-experience-section{padding:60px 20px}
.practical-experience-section .experience-visual img{height:320px}
.neuro-tools-section{padding:60px 20px}
.enrollment-pathway-section{padding:60px 20px}
.enrollment-pathway-section h2{font-size:2rem}
.enrollment-pathway-section .pathway-steps{padding-left:0}
.enrollment-pathway-section .pathway-step{padding-top:60px}
.enrollment-pathway-section .pathway-step::before{left:50%;transform:translateX(-50%);top:10px}
.enrollment-pathway-section .pathway-step:not(:last-child)::after{display:none}
}
.teaching-hero-block{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}
.teaching-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8629b426 0%,transparent 70%);border-radius:50%}
.teaching-hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:0 2rem}
.teaching-hero-content h1{font-size:3.2rem;color:#f8f9fa;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.teaching-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#8629B4,#E45A00);margin-top:1.5rem}
.teaching-hero-content .hero-desc{font-size:1.25rem;color:#e9ecef;line-height:1.8;margin-bottom:2rem}
.approach-showcase-section{background:#1a1a1a;padding:5rem 0;position:relative}
.approach-showcase-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}
.approach-showcase-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}
.approach-visual-block{position:relative}
.approach-visual-block img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #00000080}
.approach-visual-block::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;border:2px solid #8629b44d;border-radius:12px;z-index:-1}
.approach-text-content h2{font-size:2.5rem;color:#f8f9fa;margin-bottom:1.5rem;font-weight:600}
.approach-text-content h2 span{color:#8629B4}
.approach-text-content p{font-size:1.1rem;color:#e9ecef;line-height:1.8;margin-bottom:1.5rem}
.neuro-methods-container{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);padding:5rem 0}
.neuro-methods-inner{max-width:1100px;margin:0 auto;padding:0 2rem}
.neuro-methods-header{text-align:center;margin-bottom:4rem}
.neuro-methods-header h2{font-size:2.8rem;color:#f8f9fa;margin-bottom:1rem;font-weight:600}
.neuro-methods-header h2::before{content:'◆';color:#E45A00;margin-right:1rem;font-size:1.5rem}
.neuro-methods-header p{font-size:1.15rem;color:#e9ecef;max-width:700px;margin:0 auto;line-height:1.7}
.methods-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.method-card-item{background:#343a40;padding:2.5rem 2rem;border-radius:8px;border-left:4px solid #8629B4;transition:transform .3s ease,box-shadow .3s ease}
.method-card-item:hover{transform:translateY(-8px);box-shadow:0 12px 40px #8629b44d}
.method-card-item h3{font-size:1.5rem;color:#FFFED8;margin-bottom:1rem;font-weight:600}
.method-card-item p{font-size:1.05rem;color:#e9ecef;line-height:1.7}
.learning-process-wrapper{background:#1a1a1a;padding:5rem 0;position:relative}
.learning-process-content{max-width:1000px;margin:0 auto;padding:0 2rem}
.learning-process-title{font-size:2.6rem;color:#f8f9fa;text-align:center;margin-bottom:3.5rem;font-weight:600}
.learning-process-title span{color:#E45A00;position:relative}
.learning-process-title span::after{content:'';position:absolute;bottom:-8px;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#E45A00,transparent)}
.process-timeline-block{position:relative;padding-left:80px}
.timeline-step-item{position:relative;margin-bottom:3rem;padding:2rem;background:#2c2c2c;border-radius:8px}
.timeline-step-item::before{content:'';position:absolute;left:-48px;top:0;width:36px;height:36px;background:#8629B4;border-radius:50%;border:4px solid #1a1a1a;z-index:2}
.timeline-step-item:nth-child(2)::before{background:#E45A00}
.timeline-step-item:nth-child(3)::before{background:#8629B4}
.timeline-step-item::after{content:'';position:absolute;left:-30px;top:36px;width:2px;height:calc(100% + 3rem);background:linear-gradient(180deg,#8629B4,#E45A00);z-index:1}
.timeline-step-item:last-child::after{display:none}
.timeline-step-item h3{font-size:1.6rem;color:#FFFED8;margin-bottom:1rem;font-weight:600}
.timeline-step-item p{font-size:1.08rem;color:#e9ecef;line-height:1.75}
.cognitive-benefits-area{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:5rem 0}
.cognitive-benefits-holder{max-width:1200px;margin:0 auto;padding:0 2rem}
.benefits-split-layout{display:grid;grid-template-columns:0.9fr 1.1fr;gap:4rem;align-items:start}
.benefits-intro-text h2{font-size:2.7rem;color:#f8f9fa;margin-bottom:1.5rem;font-weight:600;line-height:1.3}
.benefits-intro-text p{font-size:1.12rem;color:#e9ecef;line-height:1.8;margin-bottom:1.2rem}
.benefits-intro-text .intro-highlight{color:#FFFED8;font-weight:500}
.benefits-detailed-list{background:#1a1a1a;padding:3rem;border-radius:12px;box-shadow:0 8px 30px #0006}
.benefit-list-entry{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #8629b433}
.benefit-list-entry:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.benefit-list-entry h4{font-size:1.4rem;color:#8629B4;margin-bottom:.8rem;font-weight:600}
.benefit-list-entry p{font-size:1.05rem;color:#e9ecef;line-height:1.7}
.pedagogical-commitment-zone{background:#1a1a1a;padding:5rem 0}
.commitment-container{max-width:1100px;margin:0 auto;padding:0 2rem;text-align:center}
.commitment-container h2{font-size:2.9rem;color:#f8f9fa;margin-bottom:2rem;font-weight:600}
.commitment-container h2::before{content:'';display:inline-block;width:60px;height:4px;background:#E45A00;margin-right:1.5rem;vertical-align:middle}
.commitment-container h2::after{content:'';display:inline-block;width:60px;height:4px;background:#E45A00;margin-left:1.5rem;vertical-align:middle}
.commitment-main-text{font-size:1.15rem;color:#e9ecef;line-height:1.9;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}
.commitment-features-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}
.commitment-feature-box{background:#2c2c2c;padding:2rem;border-radius:8px;text-align:left;border-top:3px solid #8629B4}
.commitment-feature-box h4{font-size:1.35rem;color:#FFFED8;margin-bottom:.8rem;font-weight:600}
.commitment-feature-box p{font-size:1.05rem;color:#e9ecef;line-height:1.7}
.commitment-cta-button{display:inline-block;padding:1rem 3rem;background:linear-gradient(135deg,#8629B4,#E45A00);color:#FFFED8;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 25px #8629b466}
.commitment-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 35px #8629b499;color:#FFFED8}
@media (max-width: 992px) {
.teaching-hero-content h1{font-size:2.5rem}
.approach-showcase-grid{grid-template-columns:1fr;gap:3rem}
.approach-visual-block img{height:400px}
.methods-cards-grid{grid-template-columns:1fr;gap:2rem}
.benefits-split-layout{grid-template-columns:1fr;gap:3rem}
.commitment-features-wrap{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.teaching-hero-block{padding:4rem 0 3rem}
.teaching-hero-content h1{font-size:2rem}
.teaching-hero-content .hero-desc{font-size:1.1rem}
.approach-text-content h2{font-size:2rem}
.approach-visual-block img{height:300px}
.neuro-methods-header h2{font-size:2.2rem}
.learning-process-title{font-size:2rem}
.process-timeline-block{padding-left:60px}
.timeline-step-item::before{left:-42px;width:28px;height:28px}
.timeline-step-item::after{left:-28px}
.cognitive-benefits-area{padding:4rem 0}
.benefits-intro-text h2{font-size:2rem}
.commitment-container h2{font-size:2.2rem}
.commitment-container h2::before,.commitment-container h2::after{display:none}
}
.cookie-policy-page{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);color:#f8f9fa;min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7}
.cookie-policy-page .policy-header-wrapper{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 60%,#343a40 100%);padding:4rem 0 3rem;position:relative;overflow:hidden}
.cookie-policy-page .policy-header-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#8629b426 0%,transparent 70%);border-radius:50%}
.cookie-policy-page .policy-title-main{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1rem;letter-spacing:-.5px}
.cookie-policy-page .policy-subtitle-text{font-size:1.15rem;color:#e9ecef;max-width:850px;margin:0 auto;opacity:.9}
.cookie-policy-page .policy-intro-zone{padding:3.5rem 0;background:#1a1a1a}
.cookie-policy-page .intro-narrative-block{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.cookie-policy-page .intro-narrative-block p{font-size:1.05rem;color:#e9ecef;margin-bottom:1.3rem;line-height:1.8}
.cookie-policy-page .narrative-emphasis{color:#8629B4;font-weight:600}
.cookie-policy-page .content-constellation{background:#2c2c2c;padding:4rem 0}
.cookie-policy-page .constellation-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.cookie-policy-page .thematic-cluster{background:linear-gradient(145deg,#343a40 0%,#2c2c2c 100%);border-left:4px solid #8629B4;padding:2.5rem;margin-bottom:3rem;border-radius:8px;box-shadow:0 8px 24px #0000004d;position:relative}
.cookie-policy-page .thematic-cluster::after{content:'';position:absolute;top:0;right:0;width:120px;height:120px;background:radial-gradient(circle,#e45a0014 0%,transparent 70%);border-radius:50%;pointer-events:none}
.cookie-policy-page .cluster-heading-primary{font-size:1.9rem;color:#FFFED8;margin:0 0 1.5rem;font-weight:700;letter-spacing:-.3px;position:relative}
.cookie-policy-page .cluster-heading-primary::before{content:'';position:absolute;left:-2.5rem;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#E45A00;border-radius:50%}
.cookie-policy-page .cluster-paragraph-flow{font-size:1.05rem;color:#e9ecef;margin-bottom:1.5rem;line-height:1.75}
.cookie-policy-page .fragment-block-mini{background:#1a1a1a80;padding:1.8rem;margin:1.5rem 0;border-radius:6px;border-left:3px solid #E45A00}
.cookie-policy-page .fragment-block-mini p{font-size:1rem;color:#f8f9fa;margin-bottom:1rem;line-height:1.7}
.cookie-policy-page .fragment-block-mini p:last-child{margin-bottom:0}
.cookie-policy-page .technical-nomenclature-list{list-style:none;padding:0;margin:2rem 0}
.cookie-policy-page .technical-nomenclature-list li{padding:1.2rem 0;border-bottom:1px solid #fffed81a;font-size:1.05rem;color:#e9ecef;line-height:1.7}
.cookie-policy-page .technical-nomenclature-list li:last-child{border-bottom:none}
.cookie-policy-page .nomenclature-term{color:#8629B4;font-weight:600;margin-right:.5rem}
.cookie-policy-page .mosaic-fragment-section{background:#1a1a1a;padding:4rem 0}
.cookie-policy-page .mosaic-grid-layout{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}
.cookie-policy-page .mosaic-card-unit{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:2.5rem;border-radius:10px;box-shadow:0 6px 20px #00000040;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.cookie-policy-page .mosaic-card-unit::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#8629b40d 0%,transparent 60%);transform:rotate(45deg);transition:opacity .3s ease;opacity:0}
.cookie-policy-page .mosaic-card-unit:hover::before{opacity:1}
.cookie-policy-page .mosaic-card-unit:hover{transform:translateY(-5px);box-shadow:0 12px 32px #8629b433}
.cookie-policy-page .mosaic-heading-secondary{font-size:1.6rem;color:#FFFED8;margin:0 0 1.2rem;font-weight:600}
.cookie-policy-page .mosaic-text-content{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:1rem}
.cookie-policy-page .asymmetric-reflection-zone{background:linear-gradient(175deg,#2c2c2c 0%,#1a1a1a 50%,#343a40 100%);padding:4rem 0}
.cookie-policy-page .reflection-content-wrapper{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.cookie-policy-page .reflection-block-extended{background:#343a4066;padding:3rem;border-radius:12px;margin-bottom:2.5rem;border:1px solid #fffed81a}
.cookie-policy-page .reflection-heading-tertiary{font-size:1.75rem;color:#E45A00;margin:0 0 1.5rem;font-weight:600;position:relative;display:inline-block}
.cookie-policy-page .reflection-heading-tertiary::after{content:'';position:absolute;bottom:-8px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#8629B4 0%,transparent 100%)}
.cookie-policy-page .reflection-prose-block{font-size:1.05rem;color:#f8f9fa;line-height:1.75;margin-bottom:1.5rem}
.cookie-policy-page .interpretive-layer-section{background:#1a1a1a;padding:4rem 0}
.cookie-policy-page .interpretive-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.cookie-policy-page .layered-content-block{margin-bottom:3rem}
.cookie-policy-page .layer-heading-quaternary{font-size:1.7rem;color:#8629B4;margin:0 0 1.3rem;font-weight:600;letter-spacing:-.2px}
.cookie-policy-page .layer-text-fragment{font-size:1.05rem;color:#e9ecef;line-height:1.75;margin-bottom:1.3rem}
.cookie-policy-page .nested-observation-box{background:linear-gradient(145deg,#343a40 0%,#2c2c2c 100%);padding:2rem;margin:2rem 0;border-radius:8px;border-left:4px solid #E45A00}
.cookie-policy-page .nested-observation-box p{font-size:1rem;color:#f8f9fa;line-height:1.7;margin-bottom:1rem}
.cookie-policy-page .nested-observation-box p:last-child{margin-bottom:0}
.cookie-policy-page .operational-mechanics-zone{background:#2c2c2c;padding:4rem 0}
.cookie-policy-page .mechanics-wrapper{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.cookie-policy-page .mechanics-cluster{margin-bottom:3rem}
.cookie-policy-page .mechanics-heading-prime{font-size:1.85rem;color:#FFFED8;margin:0 0 1.5rem;font-weight:700;position:relative;padding-left:1.5rem}
.cookie-policy-page .mechanics-heading-prime::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#E45A00;border-radius:50%;box-shadow:0 0 0 3px #e45a004d}
.cookie-policy-page .mechanics-description-flow{font-size:1.05rem;color:#e9ecef;line-height:1.75;margin-bottom:1.5rem}
.cookie-policy-page .enumeration-block-styled{background:#1a1a1a99;padding:2.5rem;border-radius:10px;margin:2rem 0}
.cookie-policy-page .enumeration-block-styled ul{list-style:none;padding:0;margin:0}
.cookie-policy-page .enumeration-block-styled li{padding:1rem 0 1rem 2.5rem;font-size:1.05rem;color:#f8f9fa;line-height:1.7;position:relative}
.cookie-policy-page .enumeration-block-styled li::before{content:'→';position:absolute;left:0;top:1rem;color:#8629B4;font-size:1.4rem;font-weight:700}
.cookie-policy-page .consequence-narrative-section{background:linear-gradient(165deg,#1a1a1a 0%,#2c2c2c 60%,#343a40 100%);padding:4rem 0}
.cookie-policy-page .consequence-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.cookie-policy-page .consequence-block-primary{background:#343a4080;padding:3rem;border-radius:12px;margin-bottom:2.5rem;border:1px solid #8629b433;box-shadow:0 8px 24px #0000004d}
.cookie-policy-page .consequence-heading-major{font-size:1.8rem;color:#E45A00;margin:0 0 1.5rem;font-weight:600}
.cookie-policy-page .consequence-text-body{font-size:1.05rem;color:#e9ecef;line-height:1.75;margin-bottom:1.3rem}
.cookie-policy-page .terminal-disclosure-zone{background:#1a1a1a;padding:4rem 0 5rem}
.cookie-policy-page .terminal-wrapper{max-width:1100px;margin:0 auto;padding:0 1.5rem}
.cookie-policy-page .terminal-content-block{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:3rem;border-radius:12px;border:2px solid #8629b44d;box-shadow:0 10px 30px #0006}
.cookie-policy-page .terminal-heading-final{font-size:1.75rem;color:#FFFED8;margin:0 0 1.5rem;font-weight:600}
.cookie-policy-page .terminal-text-prose{font-size:1.05rem;color:#f8f9fa;line-height:1.75;margin-bottom:1.5rem}
.cookie-policy-page .contact-reference-inline{background:#1a1a1ab3;padding:2rem;border-radius:8px;margin-top:2rem;border-left:4px solid #8629B4}
.cookie-policy-page .contact-reference-inline p{font-size:1rem;color:#e9ecef;line-height:1.7;margin-bottom:.8rem}
.cookie-policy-page .contact-reference-inline p:last-child{margin-bottom:0}
.cookie-policy-page .contact-detail-emphasis{color:#E45A00;font-weight:600}
.cookie-policy-page .address-line-compact{color:#f8f9fa;font-weight:500}
@media (max-width: 768px) {
.cookie-policy-page .policy-title-main{font-size:2.2rem}
.cookie-policy-page .policy-subtitle-text{font-size:1rem}
.cookie-policy-page .thematic-cluster{padding:1.8rem}
.cookie-policy-page .cluster-heading-primary::before{left:-1.8rem}
.cookie-policy-page .mosaic-grid-layout{grid-template-columns:1fr;gap:1.5rem}
.cookie-policy-page .mosaic-card-unit{padding:2rem}
.cookie-policy-page .reflection-block-extended{padding:2rem}
.cookie-policy-page .terminal-content-block{padding:2rem}
}
.privacy-wrapper-main{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;color:#f8f9fa;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Ubuntu,Cantarell,sans-serif}
.privacy-hero-zone{background:linear-gradient(165deg,#8629B4 0%,#2c2c2c 85%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.privacy-hero-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,#e45a0026 0%,transparent 70%);pointer-events:none}
.privacy-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.privacy-main-title{font-size:2.8rem;font-weight:700;color:#FFFED8;margin:0 0 1.2rem;line-height:1.2;letter-spacing:-.02em}
.privacy-intro-text{font-size:1.15rem;line-height:1.7;color:#e9ecef;margin:0;max-width:820px}
.privacy-meta-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #fffed833;font-size:.95rem;color:#FFFED8;opacity:.85}
.privacy-content-area{max-width:100%;padding:3.5rem 2rem 4rem;background:#1a1a1a}
.privacy-section-block{max-width:1200px;margin:0 auto 4rem;background:linear-gradient(145deg,#2c2c2c 0%,#343a40 100%);padding:3rem 3.5rem;border-radius:8px;border-left:4px solid #8629B4;box-shadow:0 8px 24px #0006;position:relative}
.privacy-section-block::after{content:'';position:absolute;top:0;right:0;width:140px;height:140px;background:radial-gradient(circle at top right,#e45a0014 0%,transparent 70%);pointer-events:none;border-radius:0 8px 0 0}
.privacy-section-block:last-of-type{margin-bottom:0}
.privacy-section-heading{font-size:1.9rem;font-weight:600;color:#FFFED8;margin:0 0 1.8rem;line-height:1.3;position:relative;display:inline-block}
.privacy-section-heading::before{content:'';position:absolute;bottom:-6px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#E45A00 0%,#8629B4 100%);border-radius:2px}
.privacy-text-paragraph{font-size:1.05rem;line-height:1.8;color:#e9ecef;margin:0 0 1.5rem}
.privacy-text-paragraph:last-child{margin-bottom:0}
.privacy-subsection-title{font-size:1.35rem;font-weight:600;color:#FFFED8;margin:2.5rem 0 1.2rem;line-height:1.4}
.privacy-subsection-title:first-of-type{margin-top:0}
.privacy-list-styled{margin:1.5rem 0;padding-left:0;list-style:none}
.privacy-list-styled li{font-size:1.05rem;line-height:1.8;color:#e9ecef;margin-bottom:1.2rem;padding-left:2rem;position:relative}
.privacy-list-styled li::before{content:'';position:absolute;left:0;top:.7rem;width:8px;height:8px;background:#E45A00;border-radius:50%;box-shadow:0 0 8px #e45a0080}
.privacy-accent-highlight{color:#FFFED8;font-weight:500}
.privacy-contact-box{background:linear-gradient(135deg,#495057 0%,#343a40 100%);padding:2.5rem;border-radius:6px;margin-top:3rem;border:1px solid #8629b44d}
.privacy-contact-heading{font-size:1.5rem;font-weight:600;color:#FFFED8;margin:0 0 1.5rem}
.privacy-contact-details{font-size:1.05rem;line-height:1.9;color:#e9ecef}
.privacy-contact-details a{color:#E45A00;text-decoration:none;border-bottom:1px solid transparent;transition:all .3s ease}
.privacy-contact-details a:hover{color:#FFFED8;border-bottom-color:#FFFED8}
.privacy-emphasis-block{background:#8629b41a;border-left:3px solid #8629B4;padding:1.5rem 2rem;margin:2rem 0;border-radius:4px}
.privacy-emphasis-block p{margin:0;font-size:1.05rem;line-height:1.7;color:#f8f9fa}
@media (max-width: 768px) {
.privacy-hero-zone{padding:3rem 1.5rem 2.5rem}
.privacy-main-title{font-size:2rem}
.privacy-intro-text{font-size:1rem}
.privacy-content-area{padding:2.5rem 1rem 3rem}
.privacy-section-block{padding:2rem 1.5rem;margin-bottom:2.5rem}
.privacy-section-heading{font-size:1.5rem;margin-bottom:1.3rem}
.privacy-subsection-title{font-size:1.2rem;margin-top:2rem}
.privacy-text-paragraph,.privacy-list-styled li{font-size:.98rem}
.privacy-contact-box{padding:1.8rem 1.5rem}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.7rem}
.privacy-section-block{padding:1.5rem 1.2rem}
.privacy-list-styled li{padding-left:1.5rem}
}
.success-wrap{background:linear-gradient(165deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;overflow:hidden}
.success-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#8629b426 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-wrap::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#e45a001f 0%,transparent 65%);border-radius:50%;pointer-events:none}
.confirmation-box{background:#2c2c2cd9;backdrop-filter:blur(20px);border:1px solid #8629b44d;border-radius:24px;padding:4rem 3rem;max-width:720px;width:100%;position:relative;z-index:2;box-shadow:0 20px 60px #00000080 0 0 40px #8629b426}
.status-icon-zone{text-align:center;margin-bottom:2.5rem}
.checkmark-visual{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#8629B4 0%,#E45A00 100%);display:inline-flex;align-items:center;justify-content:center;position:relative;animation:pulse-glow 2s ease-in-out infinite}
.checkmark-visual::before{content:'';font-size:48px;color:#FFFED8;font-weight:700;line-height:1}
@keyframes pulse-glow {
0%,100%{box-shadow:0 0 20px #8629b466 0 0 40px #e45a0033;transform:scale(1)}
50%{box-shadow:0 0 30px #8629b499 0 0 60px #e45a004d;transform:scale(1.05)}
}
.main-message-block{text-align:center;margin-bottom:3rem}
.headline-confirmation{font-size:2.2rem;font-weight:700;color:#FFFED8;margin:0 0 1rem;line-height:1.3;position:relative}
.headline-confirmation::after{content:'';display:block;width:80px;height:3px;background:linear-gradient(90deg,transparent,#E45A00,transparent);margin:1rem auto 0}
.subtext-explanation{font-size:1.1rem;color:#e9ecef;line-height:1.7;margin:0}
.details-grid{background:#1a1a1a99;border-radius:16px;padding:2rem;margin-bottom:2.5rem;border-left:4px solid #8629B4}
.info-row-item{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-bottom:1px solid #fffed81a}
.info-row-item:last-child{border-bottom:none;padding-bottom:0}
.label-text{font-size:.95rem;color:#f8f9fa;font-weight:500}
.value-text{font-size:1rem;color:#FFFED8;font-weight:600;text-align:right;max-width:60%;word-break:break-word}
.next-steps-zone{margin-bottom:2.5rem}
.steps-title{font-size:1.4rem;color:#f8f9fa;font-weight:600;margin:0 0 1.5rem;text-align:center}
.step-list-items{list-style:none;padding:0;margin:0}
.single-step{display:flex;align-items:flex-start;margin-bottom:1.5rem;padding:1rem;background:#343a4066;border-radius:12px;transition:all .3s ease}
.single-step:hover{background:#343a4099;transform:translateX(5px)}
.step-number{min-width:36px;height:36px;background:linear-gradient(135deg,#8629B4,#E45A00);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#FFFED8;font-size:.9rem;margin-right:1rem;flex-shrink:0}
.step-description{color:#e9ecef;font-size:1rem;line-height:1.6;margin:0;padding-top:.3rem}
.action-buttons-area{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-primary-action{background:linear-gradient(135deg,#8629B4,#E45A00);color:#FFFED8;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-block;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #8629b466;position:relative;z-index:3}
.btn-primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 25px #8629b499;color:#FFFED8}
.btn-secondary-action{background:none;color:#f8f9fa;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-block;transition:all .3s ease;border:2px solid #8629b480;cursor:pointer;position:relative;z-index:3}
.btn-secondary-action:hover{border-color:#8629B4;background:#8629b41a;transform:translateY(-2px);color:#FFFED8}
.support-notice-block{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #fffed826}
.support-text{font-size:.95rem;color:#e9ecef;margin:0 0 .5rem;line-height:1.6}
.contact-link-inline{color:#FFFED8;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-link-inline:hover{color:#E45A00}
@media (max-width: 768px) {
.success-wrap{padding:2rem 1rem}
.confirmation-box{padding:2.5rem 1.5rem}
.headline-confirmation{font-size:1.7rem}
.subtext-explanation{font-size:1rem}
.details-grid{padding:1.5rem}
.info-row-item{flex-direction:column;align-items:flex-start;gap:.5rem}
.value-text{max-width:100%;text-align:left}
.action-buttons-area{flex-direction:column;align-items:stretch}
.btn-primary-action,.btn-secondary-action{text-align:center}
.checkmark-visual{width:75px;height:75px}
.checkmark-visual::before{font-size:38px}
}
@media (max-width: 480px) {
.confirmation-box{padding:2rem 1.2rem}
.headline-confirmation{font-size:1.5rem}
.steps-title{font-size:1.2rem}
.step-number{min-width:32px;height:32px;font-size:.85rem}
.step-description{font-size:.95rem}
}
.error-404-container{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);min-height:85vh;display:flex;align-items:center;position:relative;overflow:hidden}
.error-404-container::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#8629b414 0%,transparent 70%);animation:pulse-glow 8s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{transform:scale(1) rotate(0deg);opacity:.3}
50%{transform:scale(1.1) rotate(45deg);opacity:.6}
}
.error-content-wrapper{position:relative;z-index:2;max-width:920px;margin:0 auto;padding:60px 30px;text-align:center}
.error-visual-code{font-size:11rem;font-weight:900;line-height:.9;margin:0 0 20px;background:linear-gradient(165deg,#8629B4 0%,#E45A00 50%,#FFFED8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-8px;text-shadow:0 0 40px #8629b466;animation:glitch-number 3s ease-in-out infinite}
@keyframes glitch-number {
0%,100%{transform:translate(0,0)}
20%{transform:translate(-2px,2px)}
40%{transform:translate(2px,-2px)}
60%{transform:translate(-2px,-2px)}
80%{transform:translate(2px,2px)}
}
.error-main-heading{font-size:2.2rem;color:#f8f9fa;margin:0 0 24px;font-weight:700;line-height:1.3;position:relative}
.error-main-heading::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,#E45A00,transparent)}
.error-description-text{font-size:1.1rem;color:#e9ecef;line-height:1.7;margin:40px 0 50px;max-width:680px;margin-left:auto;margin-right:auto}
.error-description-text p{margin:0 0 18px}
.error-description-text p:last-child{margin-bottom:0}
.navigation-suggestions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin:56px 0 48px}
.nav-card-item{background:#343a4099;border:1px solid #8629b433;border-radius:12px;padding:32px 24px;transition:all .3s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.nav-card-item::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#e45a001a,transparent);transition:left .5s ease}
.nav-card-item:hover::before{left:100%}
.nav-card-item:hover{transform:translateY(-6px);border-color:#e45a0080;box-shadow:0 12px 28px #8629b44d;background:#343a40cc}
.nav-card-title{font-size:1.3rem;color:#FFFED8;margin:0 0 14px;font-weight:600}
.nav-card-description{font-size:.95rem;color:#e9ecef;line-height:1.6;margin:0 0 24px}
.nav-card-link{display:inline-block;padding:12px 28px;background:linear-gradient(135deg,#8629B4,#E45A00);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.95rem;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}
.nav-card-link::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:#fffed833;border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease;z-index:-1}
.nav-card-link:hover::before{width:300px;height:300px}
.nav-card-link:hover{transform:scale(1.05);box-shadow:0 6px 20px #e45a0066}
.support-contact-block{margin-top:64px;padding:40px 32px;background:#49505766;border-radius:16px;border:1px solid #e45a0026}
.support-heading{font-size:1.5rem;color:#FFFED8;margin:0 0 20px;font-weight:600}
.support-text{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0 0 28px}
.contact-info-line{display:inline-flex;align-items:center;gap:10px;margin:0 16px 0 0;font-size:.95rem;color:#f8f9fa}
.contact-info-line::before{content:'→';color:#E45A00;font-weight:700}
.floating-shapes{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}
.shape-circle{position:absolute;border-radius:50%;background:#8629b41a;animation:float-shape 12s ease-in-out infinite}
.shape-circle:nth-child(1){width:180px;height:180px;top:10%;left:5%;animation-delay:0s}
.shape-circle:nth-child(2){width:240px;height:240px;bottom:15%;right:8%;background:#e45a0014;animation-delay:2s}
.shape-circle:nth-child(3){width:140px;height:140px;top:60%;left:75%;background:#fffed80f;animation-delay:4s}
@keyframes float-shape {
0%,100%{transform:translate(0,0) scale(1)}
33%{transform:translate(20px,-20px) scale(1.1)}
66%{transform:translate(-15px,15px) scale(0.9)}
}
@media (max-width: 768px) {
.error-visual-code{font-size:7rem;letter-spacing:-4px}
.error-main-heading{font-size:1.7rem}
.error-description-text{font-size:1rem}
.navigation-suggestions-grid{grid-template-columns:1fr;gap:18px}
.nav-card-item{padding:28px 20px}
.support-contact-block{padding:32px 24px}
.contact-info-line{display:block;margin:0 0 12px}
}
@media (max-width: 480px) {
.error-content-wrapper{padding:40px 20px}
.error-visual-code{font-size:5.5rem}
.error-main-heading{font-size:1.4rem}
.nav-card-link{padding:10px 22px;font-size:.9rem}
}