*{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(165deg,#1a1a1a 0%,#2c2c2c 50%,#1f1f1f 100%);color:#f8f9fa;line-height:1.7;min-height:100vh;display:flex;flex-direction:column}
a{text-decoration:none;color:inherit;transition:opacity .25s ease}
a:hover{opacity:.75}
a:focus{outline:3px solid #D65022;outline-offset:3px}
img{max-width:100%;height:auto;display:block}
header{background:linear-gradient(180deg,#012b46f2 0%,#1c1c1ce6 100%);position:relative;z-index:100;box-shadow:0 4px 20px #00000080}
.top_ribbon_nav{background:#d650221f;border-bottom:2px solid #d650224d;padding:12px 0}
.nav_wrapper_73x{max-width:1400px;margin:0 auto;padding:0 25px;display:flex;justify-content:center;align-items:center;gap:45px}
.main_nav_link_set{display:flex;gap:42px;list-style:none;align-items:center}
.main_nav_link_set a{color:#e9ecef;letter-spacing:.3px;padding:8px 0;position:relative;font:500 .95rem 'Space Grotesk',sans-serif}
.main_nav_link_set a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#D65022;transition:width .3s ease}
.main_nav_link_set a:hover::after{width:100%}
.brand_banner_section{padding:35px 25px;background:linear-gradient(135deg,#012b4680 0%,#2c2c2c99 100%)}
.banner_content_holder{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:35px}
.logo_container_5j{display:flex;align-items:center;gap:18px;z-index:110;position:relative}
.logo_container_5j img{height:85px;width:85px;object-fit:contain}
.company_identity_text{display:flex;flex-direction:column;gap:5px}
.company_name_main{color:#fff;letter-spacing:-.5px;font:700 1.85rem 'Space Grotesk',sans-serif}
.service_area_descriptor{font-size:.9rem;color:#E7D3B7;font-weight:500;letter-spacing:.4px}
main{flex:1;width:100%}
footer{background:linear-gradient(180deg,#1a1a1a 0%,#012B46 100%);color:#e9ecef;position:relative;overflow:hidden}
.footer_matrix_grid{max-width:1600px;margin:0 auto;padding:80px 30px 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:55px;position:relative;z-index:2}
.footer_zone_block{display:flex;flex-direction:column;gap:22px}
.footer_zone_title{color:#D65022;margin-bottom:8px;letter-spacing:-.3px;font:700 1.45rem 'Space Grotesk',sans-serif}
.footer_logo_area img{height:110px;width:110px;margin-bottom:15px}
.footer_company_name{color:#fff;margin-bottom:10px;font:700 1.6rem 'Space Grotesk',sans-serif}
.footer_description_text{font-size:.95rem;line-height:1.65;color:#cbd5e0;max-width:360px}
.footer_service_links{list-style:none;display:flex;flex-direction:column;gap:14px}
.footer_service_links a{font-size:.95rem;color:#E7D3B7;transition:color .2s ease,transform .2s ease;display:inline-block}
.footer_service_links a:hover{color:#D65022;transform:translateX(5px)}
.footer_contact_item{display:flex;align-items:flex-start;gap:12px;font-size:.9rem;line-height:1.6}
.contact_label_span{font-weight:600;color:#D65022;min-width:85px}
.contact_value_span{color:#cbd5e0}
.footer_copyright_bar{background:#0006;padding:25px 30px;text-align:center;border-top:1px solid #d6502240}
.copyright_text_final{font-size:.88rem;color:#a0aec0}
@media (max-width: 968px) {
.nav_wrapper_73x{gap:28px}
.main_nav_link_set{gap:28px;flex-wrap:wrap;justify-content:center}
.banner_content_holder{flex-direction:column;text-align:center}
.logo_container_5j{flex-direction:column}
.company_name_main{font-size:1.5rem}
.footer_matrix_grid{grid-template-columns:1fr;padding:50px 20px 30px;gap:40px}
}
@media (max-width: 640px) {
.main_nav_link_set{flex-direction:column;gap:18px}
.top_ribbon_nav{padding:18px 0}
.brand_banner_section{padding:25px 18px}
.logo_container_5j img{height:65px;width:65px}
.company_name_main{font-size:1.3rem}
.service_area_descriptor{font-size:.85rem}
}
.consent_interface_minimal{position:fixed;bottom:25px;right:25px;max-width:420px;background:linear-gradient(145deg,#2c2c2c 0%,#1a1a1a 100%);border:2px solid #d6502266;border-radius:12px;padding:28px;box-shadow:0 12px 40px #000000b3;z-index:9999;transform:translateY(0);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.consent_interface_minimal.hidden_state{transform:translateY(150%);pointer-events:none}
.consent_text_block{font-size:.92rem;line-height:1.6;color:#e9ecef;margin-bottom:22px}
.consent_button_row{display:flex;gap:12px;flex-wrap:wrap}
.consent_action_btn{flex:1;min-width:fit-content;padding:12px 20px;border:none;border-radius:6px;cursor:pointer;transition:all .25s ease;font:600 .9rem 'Space Grotesk',sans-serif}
.consent_accept_all{background:#D65022;color:#fff}
.consent_accept_all:hover{background:#b8431c;transform:translateY(-2px);box-shadow:0 6px 20px #d6502266}
.consent_reject_all{background:none;color:#E7D3B7;border:2px solid #E7D3B7}
.consent_reject_all:hover{background:#e7d3b71a;transform:translateY(-2px)}
.consent_action_btn:focus{outline:3px solid #D65022;outline-offset:3px}
@media (max-width: 640px) {
.consent_interface_minimal{bottom:15px;right:15px;left:15px;max-width:none;padding:22px}
.consent_button_row{flex-direction:column}
.consent_action_btn{width:100%}
}
.lernprogramm-hero-wrapper{background:linear-gradient(165deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);padding:4rem 1.5rem 5rem;position:relative;overflow:hidden}
.lernprogramm-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:radial-gradient(circle,#d6502214 0%,transparent 70%);pointer-events:none}
.lernprogramm-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.lernprogramm-hero-title{font-size:3.2rem;color:#f8f9fa;margin:0 0 1.5rem;font-weight:700;line-height:1.2;position:relative;display:inline-block}
.lernprogramm-hero-title::after{content:'';position:absolute;bottom:-12px;left:0;width:85px;height:5px;background:linear-gradient(90deg,#D65022 0%,#E7D3B7 100%);border-radius:3px}
.lernprogramm-hero-description{font-size:1.25rem;color:#e9ecef;line-height:1.7;max-width:820px;margin:2rem 0 0}
.lernprogramm-ansatz-section{background:#2c2c2c;padding:5rem 1.5rem;position:relative}
.lernprogramm-ansatz-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.lernprogramm-ansatz-visual{position:relative}
.lernprogramm-ansatz-image{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:0 12px 35px #0006}
.lernprogramm-ansatz-text h2{font-size:2.6rem;color:#f8f9fa;margin:0 0 1.8rem;font-weight:600;position:relative;padding-left:28px}
.lernprogramm-ansatz-text h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:65%;background:#D65022;border-radius:3px}
.lernprogramm-ansatz-text p{font-size:1.1rem;color:#e9ecef;line-height:1.8;margin:0 0 1.5rem}
.lernprogramm-ansatz-text p:last-of-type{margin-bottom:0}
.lernprogramm-begleitung-zone{background:linear-gradient(180deg,#1a1a1a 0%,#343a40 100%);padding:5.5rem 1.5rem}
.lernprogramm-begleitung-inner{max-width:1100px;margin:0 auto}
.lernprogramm-begleitung-header{text-align:center;margin-bottom:4rem}
.lernprogramm-begleitung-header h2{font-size:2.8rem;color:#f8f9fa;margin:0 0 1rem;font-weight:600}
.lernprogramm-begleitung-header p{font-size:1.15rem;color:#e9ecef;line-height:1.7;max-width:750px;margin:0 auto}
.lernprogramm-mentor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-top:3rem}
.lernprogramm-mentor-card{background:#2c2c2c;border-radius:10px;padding:2rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #d6502226}
.lernprogramm-mentor-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #d6502233}
.lernprogramm-mentor-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:4px solid #D65022;display:block}
.lernprogramm-mentor-name{font-size:1.25rem;color:#f8f9fa;margin:0 0 .5rem;font-weight:600}
.lernprogramm-mentor-role{font-size:.95rem;color:#E7D3B7;margin:0 0 1rem;font-weight:500}
.lernprogramm-mentor-bio{font-size:.95rem;color:#e9ecef;line-height:1.6;margin:0}
.lernprogramm-ablauf-bereich{background:#495057;padding:5rem 1.5rem;position:relative}
.lernprogramm-ablauf-bereich::before{content:'';position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#D65022 0%,#E7D3B7 50%,#012B46 100%)}
.lernprogramm-ablauf-wrapper{max-width:1300px;margin:0 auto}
.lernprogramm-ablauf-titel{text-align:center;margin-bottom:4.5rem}
.lernprogramm-ablauf-titel h2{font-size:2.9rem;color:#f8f9fa;margin:0 0 1.2rem;font-weight:600;position:relative;display:inline-block}
.lernprogramm-ablauf-titel h2::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:#D65022}
.lernprogramm-ablauf-titel p{font-size:1.15rem;color:#e9ecef;margin:2rem auto 0;max-width:680px;line-height:1.7}
.lernprogramm-phasen-liste{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}
.lernprogramm-phase-item{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:2.5rem 2rem;border-radius:12px;position:relative;border-left:5px solid #D65022;transition:transform .3s ease}
.lernprogramm-phase-item:hover{transform:scale(1.03)}
.lernprogramm-phase-nummer{position:absolute;top:-18px;left:20px;width:48px;height:48px;background:#D65022;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;box-shadow:0 4px 15px #d6502266}
.lernprogramm-phase-titel{font-size:1.5rem;color:#E7D3B7;margin:1.5rem 0 1rem;font-weight:600}
.lernprogramm-phase-beschreibung{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin:0 0 1.5rem}
.lernprogramm-phase-details{font-size:.95rem;color:#f8f9fa;line-height:1.6;margin:0;padding-left:20px;border-left:2px solid #e7d3b74d}
@media (max-width: 1024px) {
.lernprogramm-ansatz-container{grid-template-columns:1fr;gap:3rem}
.lernprogramm-mentor-grid{grid-template-columns:repeat(2,1fr)}
.lernprogramm-phasen-liste{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.lernprogramm-hero-wrapper{padding:3rem 1rem 3.5rem}
.lernprogramm-hero-title{font-size:2.2rem}
.lernprogramm-hero-description{font-size:1.05rem}
.lernprogramm-ansatz-image{height:380px}
.lernprogramm-ansatz-text h2{font-size:2rem}
.lernprogramm-mentor-grid{grid-template-columns:1fr;gap:2rem}
.lernprogramm-begleitung-header h2{font-size:2.2rem}
.lernprogramm-ablauf-titel h2{font-size:2.3rem}
.lernprogramm-phase-item{padding:2rem 1.5rem}
}
.studentprojekte-hero{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.studentprojekte-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#d6502214 0%,transparent 70%);transform:rotate(-15deg)}
.studentprojekte-hero-inhalt{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.studentprojekte-hero h1{font-size:2.8rem;color:#fff;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.studentprojekte-hero h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#D65022 0%,#E7D3B7 100%);margin-top:1rem}
.studentprojekte-hero-text{font-size:1.15rem;color:#e9ecef;line-height:1.7;max-width:750px;margin-bottom:2.5rem}
.studentprojekte-hero-cta{display:inline-block;background:#D65022;color:#fff;padding:.9rem 2.2rem;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #d650224d}
.studentprojekte-hero-cta:hover{background:#b8441d;transform:translateY(-2px);box-shadow:0 6px 20px #d6502266}
.studentprojekte-showcase{background:#2c2c2c;padding:5rem 2rem}
.studentprojekte-showcase-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}
.studentprojekte-showcase-content h2{font-size:2.2rem;color:#fff;margin-bottom:1.8rem;font-weight:700;position:relative;padding-left:1.5rem}
.studentprojekte-showcase-content h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:#D65022;border-radius:3px}
.studentprojekte-showcase-liste{list-style:none;padding:0;margin:0 0 2rem}
.studentprojekte-showcase-liste li{background:#343a40;padding:1.3rem 1.5rem;margin-bottom:1rem;border-left:4px solid #D65022;color:#e9ecef;font-size:1.05rem;line-height:1.6;transition:all .3s ease;border-radius:0 6px 6px 0}
.studentprojekte-showcase-liste li:hover{background:#3d4449;transform:translateX(8px);border-left-color:#E7D3B7}
.studentprojekte-showcase-bild{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px #0006}
.studentprojekte-showcase-bild img{width:100%;height:auto;display:block;transition:transform .5s ease}
.studentprojekte-showcase-bild:hover img{transform:scale(1.05)}
.studentprojekte-mentoren{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);padding:5rem 2rem;position:relative}
.studentprojekte-mentoren::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,#D65022 50%,transparent 100%)}
.studentprojekte-mentoren-container{max-width:1200px;margin:0 auto}
.studentprojekte-mentoren-header{text-align:center;margin-bottom:4rem}
.studentprojekte-mentoren-header h2{font-size:2.4rem;color:#fff;margin-bottom:1rem;font-weight:700}
.studentprojekte-mentoren-header p{font-size:1.1rem;color:#e9ecef;max-width:700px;margin:0 auto;line-height:1.7}
.studentprojekte-mentoren-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.studentprojekte-mentor-card{background:#343a40;border-radius:10px;padding:2rem;display:flex;gap:2rem;align-items:flex-start;transition:all .3s ease;border:2px solid transparent}
.studentprojekte-mentor-card:hover{border-color:#D65022;transform:translateY(-5px);box-shadow:0 10px 30px #d6502233}
.studentprojekte-mentor-foto{flex-shrink:0;width:120px;height:120px;border-radius:50%;overflow:hidden;border:4px solid #D65022;box-shadow:0 5px 20px #d650224d}
.studentprojekte-mentor-foto img{width:100%;height:100%;object-fit:cover;display:block}
.studentprojekte-mentor-info h3{font-size:1.4rem;color:#fff;margin-bottom:.4rem;font-weight:600}
.studentprojekte-mentor-rolle{color:#E7D3B7;font-size:.95rem;margin-bottom:1rem;font-weight:500}
.studentprojekte-mentor-beschreibung{color:#e9ecef;font-size:1rem;line-height:1.6;margin-bottom:1rem}
.studentprojekte-mentor-expertise{display:flex;flex-wrap:wrap;gap:.5rem}
.studentprojekte-expertise-tag{background:#495057;color:#E7D3B7;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:500}
.studentprojekte-ergebnisse{background:#2c2c2c;padding:5rem 2rem}
.studentprojekte-ergebnisse-container{max-width:1300px;margin:0 auto}
.studentprojekte-ergebnisse-header{margin-bottom:3.5rem}
.studentprojekte-ergebnisse-header h2{font-size:2.3rem;color:#fff;margin-bottom:1.2rem;font-weight:700}
.studentprojekte-ergebnisse-header h2 span{color:#D65022}
.studentprojekte-ergebnisse-intro{font-size:1.1rem;color:#e9ecef;line-height:1.7;max-width:850px}
.studentprojekte-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.studentprojekte-case-item{background:#343a40;border-radius:10px;overflow:hidden;transition:all .3s ease;border-bottom:4px solid #D65022}
.studentprojekte-case-item:hover{transform:translateY(-8px);box-shadow:0 12px 35px #00000080;border-bottom-color:#E7D3B7}
.studentprojekte-case-bild{width:100%;height:220px;overflow:hidden}
.studentprojekte-case-bild img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.studentprojekte-case-item:hover .studentprojekte-case-bild img{transform:scale(1.1)}
.studentprojekte-case-content{padding:1.8rem}
.studentprojekte-case-titel{font-size:1.3rem;color:#fff;margin-bottom:.8rem;font-weight:600;line-height:1.3}
.studentprojekte-case-beschreibung{color:#e9ecef;font-size:.95rem;line-height:1.6;margin-bottom:1.2rem}
.studentprojekte-case-details{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid #495057}
.studentprojekte-case-label{font-size:.8rem;color:#adb5bd;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem}
.studentprojekte-case-wert{font-size:.95rem;color:#E7D3B7;font-weight:600}
@media (max-width: 992px) {
.studentprojekte-hero h1{font-size:2.2rem}
.studentprojekte-showcase-wrapper{grid-template-columns:1fr;gap:3rem}
.studentprojekte-mentoren-grid{grid-template-columns:1fr;gap:2rem}
.studentprojekte-cases-grid{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 768px) {
.studentprojekte-hero{padding:3rem 1.5rem 2.5rem}
.studentprojekte-hero h1{font-size:1.9rem}
.studentprojekte-showcase,.studentprojekte-mentoren,.studentprojekte-ergebnisse{padding:3rem 1.5rem}
.studentprojekte-mentor-card{flex-direction:column;align-items:center;text-align:center}
.studentprojekte-mentor-foto{width:100px;height:100px}
.studentprojekte-mentor-expertise{justify-content:center}
}
.investhero-wrapper{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(165deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);overflow:hidden}
.investhero-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:.18;z-index:1;background:url(./slider_images/FSrNslEk.jpg) (cover) center}
.investhero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 30px}
.investhero-badge{display:inline-block;background:#d6502226;color:#D65022;padding:12px 28px;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:35px;border:1px solid #d650224d}
.investhero-title{font-size:4.2rem;line-height:1.15;color:#f8f9fa;font-weight:800;margin:0 0 28px;letter-spacing:-1.5px}
.investhero-title span{color:#D65022;position:relative}
.investhero-title span::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#D65022 0%,transparent 100%)}
.investhero-subtitle{font-size:1.4rem;line-height:1.7;color:#e9ecef;max-width:720px;margin-bottom:45px;font-weight:300}
.investhero-cta{display:inline-block;background:#D65022;color:#fff;padding:18px 45px;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 8px 25px #d650224d}
.investhero-cta:hover{background:#b8431c;transform:translateY(-3px);box-shadow:0 12px 35px #d6502273}
.journey-section{background:#1a1a1a;padding:95px 30px;position:relative}
.journey-container{max-width:1100px;margin:0 auto}
.journey-header{text-align:center;margin-bottom:70px}
.journey-header h2{font-size:2.6rem;color:#f8f9fa;margin:0 0 18px;font-weight:700}
.journey-header p{font-size:1.15rem;color:#e9ecef;max-width:650px;margin:0 auto;line-height:1.65}
.journey-timeline{position:relative;padding-left:0}
.journey-milestone{display:grid;grid-template-columns:150px 1fr;gap:40px;margin-bottom:55px;align-items:start}
.milestone-year{background:linear-gradient(135deg,#012B46 0%,#014a6f 100%);padding:20px;border-radius:12px;text-align:center;position:relative;border:2px solid #d650224d}
.milestone-year strong{display:block;font-size:2rem;color:#D65022;font-weight:800;margin-bottom:5px}
.milestone-year span{font-size:.85rem;color:#E7D3B7;text-transform:uppercase;letter-spacing:1px}
.milestone-content{background:#2c2c2c;padding:32px;border-radius:12px;border-left:4px solid #D65022}
.milestone-content h3{font-size:1.5rem;color:#f8f9fa;margin:0 0 15px;font-weight:700}
.milestone-content p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin:0}
.approach-zone{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);padding:90px 30px}
.approach-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.approach-visual{position:relative}
.approach-visual img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 15px 45px #00000080}
.approach-visual::after{content:'';position:absolute;top:20px;left:20px;right:-20px;bottom:-20px;border:3px solid #d650224d;border-radius:16px;z-index:-1}
.approach-text h2{font-size:2.8rem;color:#f8f9fa;margin:0 0 25px;font-weight:700;line-height:1.2}
.approach-text h2::before{content:'';display:block;width:60px;height:5px;background:#D65022;margin-bottom:20px}
.approach-text p{font-size:1.1rem;color:#e9ecef;line-height:1.75;margin-bottom:20px}
.approach-list{list-style:none;padding:0;margin:35px 0}
.approach-list li{padding:18px 0 18px 45px;position:relative;font-size:1.05rem;color:#e9ecef;line-height:1.6}
.approach-list li::before{content:'→';position:absolute;left:0;color:#D65022;font-size:1.5rem;font-weight:700}
.learning-paths{background:#1a1a1a;padding:95px 30px}
.paths-wrapper{max-width:1200px;margin:0 auto}
.paths-intro{text-align:center;margin-bottom:65px}
.paths-intro h2{font-size:2.7rem;color:#f8f9fa;margin:0 0 22px;font-weight:700}
.paths-intro p{font-size:1.15rem;color:#e9ecef;max-width:700px;margin:0 auto;line-height:1.7}
.paths-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.path-card{background:linear-gradient(145deg,#2c2c2c 0%,#343a40 100%);padding:40px 30px;border-radius:14px;border-top:5px solid #D65022;transition:all .3s ease}
.path-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #d6502240}
.path-icon{width:65px;height:65px;background:#d6502226;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:2rem;color:#D65022}
.path-card h3{font-size:1.5rem;color:#f8f9fa;margin:0 0 15px;font-weight:700}
.path-card p{font-size:1rem;color:#e9ecef;line-height:1.65;margin:0 0 22px}
.path-link{color:#D65022;text-decoration:none;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}
.path-link:hover{gap:12px}
.path-link::after{content:'→';font-size:1.2rem}
.pricing-realm{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 50%,#2c2c2c 100%);padding:95px 30px;position:relative}
.pricing-realm::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:100%;background:linear-gradient(180deg,transparent 0%,#d650224d 50%,transparent 100%)}
.pricing-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.pricing-headline{text-align:center;margin-bottom:70px}
.pricing-headline h2{font-size:2.8rem;color:#f8f9fa;margin:0 0 20px;font-weight:700}
.pricing-headline p{font-size:1.15rem;color:#e9ecef;max-width:680px;margin:0 auto;line-height:1.7}
.pricing-tiers{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.price-tier{background:#343a40;padding:45px 35px;border-radius:16px;border:2px solid #d6502233;transition:all .3s ease;position:relative}
.price-tier:hover{border-color:#D65022;box-shadow:0 10px 35px #d6502233}
.tier-label{font-size:.9rem;color:#E7D3B7;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;margin-bottom:15px}
.tier-name{font-size:2rem;color:#f8f9fa;margin:0 0 12px;font-weight:700}
.tier-price{font-size:3rem;color:#D65022;font-weight:800;margin-bottom:8px}
.tier-price span{font-size:1.1rem;color:#e9ecef;font-weight:400}
.tier-description{font-size:1rem;color:#e9ecef;line-height:1.6;margin-bottom:30px}
.tier-features{list-style:none;padding:0;margin:0 0 35px}
.tier-features li{padding:12px 0 12px 35px;position:relative;font-size:.98rem;color:#e9ecef;line-height:1.5;border-bottom:1px solid #ffffff0d}
.tier-features li:last-child{border-bottom:none}
.tier-features li::before{content:'';position:absolute;left:0;color:#D65022;font-weight:700;font-size:1.2rem}
.tier-cta{display:block;background:linear-gradient(135deg,#D65022 0%,#b8431c 100%);color:#fff;padding:16px 32px;text-align:center;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease}
.tier-cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px #d6502266}
.testimonial-field{background:#1a1a1a;padding:90px 30px}
.testimonial-layout{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:60px;align-items:center}
.testimonial-profile{text-align:center}
.testimonial-profile img{width:220px;height:220px;border-radius:50%;object-fit:cover;border:5px solid #D65022;margin-bottom:25px;box-shadow:0 10px 35px #0006}
.profile-name{font-size:1.4rem;color:#f8f9fa;margin:0 0 8px;font-weight:700}
.profile-role{font-size:1rem;color:#E7D3B7;margin:0;font-weight:400}
.testimonial-quote{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:50px 45px;border-radius:16px;position:relative;border-left:6px solid #D65022}
.testimonial-quote::before{content:'"';position:absolute;top:20px;left:20px;color:#d6502226;font:6rem/1 Georgia,serif}
.testimonial-quote p{font-size:1.25rem;color:#e9ecef;line-height:1.75;margin:0;position:relative;z-index:2;font-style:italic}
.results-showcase{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 100%);padding:95px 30px}
.results-content{max-width:1200px;margin:0 auto}
.results-header{margin-bottom:65px}
.results-header h2{font-size:2.7rem;color:#f8f9fa;margin:0 0 22px;font-weight:700}
.results-header p{font-size:1.15rem;color:#e9ecef;max-width:750px;line-height:1.7}
.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.result-block{background:#343a40;padding:40px;border-radius:14px;position:relative;overflow:hidden}
.result-block::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#D65022 0%,transparent 100%)}
.result-image{width:100%;height:260px;object-fit:cover;border-radius:10px;margin-bottom:28px}
.result-block h3{font-size:1.6rem;color:#f8f9fa;margin:0 0 16px;font-weight:700}
.result-block p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin:0}
.finalcta-section{background:linear-gradient(135deg,#012B46 0%,#014a6f 100%);padding:100px 30px;text-align:center;position:relative;overflow:hidden}
.finalcta-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#d6502226 0%,transparent 70%);border-radius:50%}
.finalcta-content{max-width:850px;margin:0 auto;position:relative;z-index:2}
.finalcta-content h2{font-size:3rem;color:#fff;margin:0 0 28px;font-weight:800;line-height:1.2}
.finalcta-content p{font-size:1.3rem;color:#E7D3B7;line-height:1.7;margin:0 0 45px}
.finalcta-buttons{display:flex;gap:25px;justify-content:center;flex-wrap:wrap}
.finalcta-primary{display:inline-block;background:#D65022;color:#fff;padding:18px 45px;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 8px 25px #0000004d}
.finalcta-primary:hover{background:#b8431c;transform:translateY(-3px);box-shadow:0 12px 35px #0006}
.finalcta-secondary{display:inline-block;background:none;color:#fff;padding:18px 45px;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;border:2px solid #ffffff4d;transition:all .3s ease}
.finalcta-secondary:hover{background:#ffffff1a;border-color:#fff}
@media (max-width: 768px) {
.investhero-title{font-size:2.5rem}
.investhero-subtitle{font-size:1.15rem}
.journey-milestone{grid-template-columns:1fr;gap:20px}
.milestone-year{width:120px;margin:0 auto}
.approach-grid{grid-template-columns:1fr;gap:35px}
.paths-cards{grid-template-columns:1fr;gap:25px}
.pricing-tiers{grid-template-columns:1fr}
.testimonial-layout{grid-template-columns:1fr;gap:35px}
.results-grid{grid-template-columns:1fr}
.finalcta-content h2{font-size:2.2rem}
.finalcta-buttons{flex-direction:column;align-items:center}
}
.contact-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh}
.contact-hero-zone{background:linear-gradient(to right,#012B46,#1a1a1a);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.contact-hero-zone::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:linear-gradient(135deg,#d6502226,transparent);z-index:1}
.contact-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.contact-hero-zone h1{font-size:2.8rem;color:#E7D3B7;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.contact-hero-zone .hero-subtext{font-size:1.15rem;color:#f8f9fa;line-height:1.7;max-width:720px;margin-bottom:2rem}
.dual-column-layout{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}
.info-panel-side{background:#2c2c2c;padding:2.5rem;border-radius:8px;border-left:4px solid #D65022;position:sticky;top:2rem}
.info-panel-side h2{font-size:1.6rem;color:#E7D3B7;margin-bottom:2rem;font-weight:600;position:relative;padding-bottom:.8rem}
.info-panel-side h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:#D65022}
.contact-method-block{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e7d3b733}
.contact-method-block:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}
.contact-method-block h3{font-size:.95rem;color:#D65022;text-transform:uppercase;letter-spacing:1px;margin-bottom:.6rem;font-weight:600}
.contact-method-block p{font-size:1.05rem;color:#f8f9fa;line-height:1.6;margin:0}
.contact-method-block a{color:#E7D3B7;text-decoration:none;transition:color .3s ease}
.contact-method-block a:hover{color:#D65022}
.form-container-main{background:#343a40;padding:3rem;border-radius:8px;box-shadow:0 8px 24px #0006}
.form-container-main h2{font-size:1.9rem;color:#E7D3B7;margin-bottom:1.5rem;font-weight:600}
.form-intro-text{font-size:1rem;color:#e9ecef;line-height:1.7;margin-bottom:2.5rem}
.input-group-custom{margin-bottom:1.8rem}
.input-group-custom label{display:block;font-size:.95rem;color:#E7D3B7;margin-bottom:.5rem;font-weight:500}
.input-group-custom input,.input-group-custom textarea,.input-group-custom select{width:100%;padding:.9rem 1rem;background:#2c2c2c;border:2px solid #d650224d;border-radius:4px;color:#f8f9fa;font-size:1rem;transition:all .3s ease}
.input-group-custom input:focus,.input-group-custom textarea:focus,.input-group-custom select:focus{outline:none;border-color:#D65022;background:#1a1a1a}
.input-group-custom textarea{min-height:140px;resize:vertical}
.input-group-custom input::placeholder,.input-group-custom textarea::placeholder{color:#f8f9fa80}
.dual-input-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.8rem}
.privacy-consent-box{margin:2rem 0;padding:1.2rem;background:#d650221a;border-radius:4px;border:1px solid #d650224d}
.privacy-consent-box label{display:flex;align-items:start;gap:.8rem;cursor:pointer;font-size:.95rem;color:#e9ecef;line-height:1.6}
.privacy-consent-box input[type="checkbox"]{margin-top:.2rem;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy-consent-box a{color:#E7D3B7;text-decoration:underline;transition:color .3s ease}
.privacy-consent-box a:hover{color:#D65022}
.submit-button-wrapper{text-align:left;margin-top:2rem}
.submit-action-btn{background:linear-gradient(135deg,#D65022,#b5401a);color:#fff;padding:1rem 3rem;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #d6502266;position:relative;z-index:10}
.submit-action-btn:hover{background:linear-gradient(135deg,#b5401a,#D65022);transform:translateY(-2px);box-shadow:0 6px 16px #d6502299}
.submit-action-btn:active{transform:translateY(0)}
.additional-ways-section{background:#2c2c2c;padding:4rem 1.5rem}
.additional-ways-inner{max-width:1200px;margin:0 auto}
.additional-ways-inner h2{font-size:2rem;color:#E7D3B7;text-align:center;margin-bottom:3rem;font-weight:600;position:relative}
.additional-ways-inner h2::before{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#D65022}
.alternative-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}
.alternative-option-card{background:#343a40;padding:2rem;border-radius:8px;border-top:3px solid #D65022;transition:all .3s ease}
.alternative-option-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #d650224d}
.alternative-option-card h3{font-size:1.3rem;color:#E7D3B7;margin-bottom:1rem;font-weight:600}
.alternative-option-card p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.timing-expectations-section{background:linear-gradient(to bottom,#1a1a1a,#2c2c2c);padding:4rem 1.5rem}
.timing-inner{max-width:900px;margin:0 auto;text-align:center}
.timing-inner h2{font-size:1.9rem;color:#E7D3B7;margin-bottom:1.5rem;font-weight:600}
.timing-description{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin-bottom:2.5rem}
.timeline-visual{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;position:relative;padding:0 1rem}
.timeline-visual::before{content:'';position:absolute;top:30px;left:10%;right:10%;height:2px;background:linear-gradient(to right,#D65022,#E7D3B7);z-index:1}
.timeline-point{flex:1;text-align:center;position:relative;z-index:2}
.timeline-marker{width:60px;height:60px;background:#D65022;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;font-weight:700;box-shadow:0 4px 12px #d6502280;position:relative}
.timeline-point h3{font-size:1.1rem;color:#E7D3B7;margin-bottom:.5rem;font-weight:600;margin-top:.5rem}
.timeline-point p{font-size:.95rem;color:#e9ecef;line-height:1.5;margin:0;padding:0 .5rem}
@media (max-width: 968px) {
.dual-column-layout{grid-template-columns:1fr;gap:3rem}
.info-panel-side{position:static}
.timeline-visual{flex-direction:column;gap:2.5rem}
.timeline-visual::before{display:none}
.dual-input-row{grid-template-columns:1fr}
.contact-hero-zone h1{font-size:2.2rem}
}
@media (max-width: 640px) {
.contact-hero-zone{padding:3rem 1rem 2.5rem}
.form-container-main{padding:2rem 1.5rem}
.contact-hero-zone h1{font-size:1.8rem}
.alternative-cards-grid{grid-template-columns:1fr}
.submit-action-btn{width:100%}
}
.uber-uns-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.uber-uns-hero-banner{background:linear-gradient(135deg,#012B46 0%,#1a1a1a 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.uber-uns-hero-banner::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#d6502226 0%,transparent 70%);border-radius:50%}
.uber-uns-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.uber-uns-hero-content h1{font-size:3.2rem;font-weight:700;color:#E7D3B7;margin-bottom:25px;line-height:1.2}
.uber-uns-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:#D65022;margin-top:20px}
.uber-uns-hero-content .hero-subtitle{font-size:1.3rem;color:#e9ecef;max-width:700px;line-height:1.6;margin-top:30px}
.geschichte-section{background:#2c2c2c;padding:90px 20px;position:relative}
.geschichte-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.geschichte-text-block{padding-right:30px}
.geschichte-text-block h2{font-size:2.6rem;color:#E7D3B7;margin-bottom:30px;font-weight:600;position:relative;padding-left:25px}
.geschichte-text-block h2::before{content:'';position:absolute;left:0;top:5px;width:6px;height:45px;background:linear-gradient(180deg,#D65022 0%,#E7D3B7 100%)}
.geschichte-text-block p{font-size:1.05rem;line-height:1.8;color:#e9ecef;margin-bottom:22px}
.geschichte-text-block .highlight-phrase{color:#D65022;font-weight:500}
.geschichte-images-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.geschichte-img-card{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 8px 24px #0006}
.geschichte-img-card img{width:100%;height:280px;object-fit:cover;display:block;transition:transform .4s ease}
.geschichte-img-card:hover img{transform:scale(1.08)}
.geschichte-img-card:first-child{grid-column:1 / 3}
.geschichte-img-card:first-child img{height:350px}
.werte-prinzipien-bereich{background:linear-gradient(165deg,#1a1a1a 0%,#343a40 100%);padding:90px 20px}
.werte-content-wrapper{max-width:1300px;margin:0 auto}
.werte-haupttitel{text-align:center;font-size:2.8rem;color:#E7D3B7;margin-bottom:60px;font-weight:600}
.werte-haupttitel::after{content:'';display:block;width:100px;height:3px;background:#D65022;margin:25px auto 0}
.werte-karten-container{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.werte-einzelkarte{background:#2c2c2c;padding:45px 35px;border-radius:12px;border-left:5px solid #D65022;transition:all .3s ease;position:relative}
.werte-einzelkarte:hover{transform:translateY(-8px);box-shadow:0 15px 35px #d650224d;border-left-color:#E7D3B7}
.werte-einzelkarte h3{font-size:1.5rem;color:#E7D3B7;margin-bottom:18px;font-weight:600}
.werte-einzelkarte p{font-size:1.02rem;line-height:1.7;color:#e9ecef}
.werte-einzelkarte::before{content:'';position:absolute;top:25px;right:25px;width:40px;height:40px;background:#d6502226;border-radius:50%}
.team-vorstellung-sektion{background:#2c2c2c;padding:90px 20px}
.team-layout-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:400px 1fr;gap:70px;align-items:start}
.team-profil-bereich{background:#1a1a1a;padding:40px;border-radius:12px;box-shadow:0 10px 30px #00000080;position:sticky;top:30px}
.team-bild-rahmen{width:100%;height:320px;border-radius:8px;overflow:hidden;margin-bottom:25px;border:3px solid #D65022}
.team-bild-rahmen img{width:100%;height:100%;object-fit:cover}
.team-profil-bereich h3{font-size:1.6rem;color:#E7D3B7;margin-bottom:8px;font-weight:600}
.team-profil-bereich .position-tag{display:inline-block;background:#D65022;color:#fff;padding:6px 16px;border-radius:20px;font-size:.9rem;font-weight:500;margin-top:10px}
.team-beschreibung-inhalt h2{font-size:2.5rem;color:#E7D3B7;margin-bottom:35px;font-weight:600}
.team-beschreibung-inhalt h2 span{color:#D65022}
.team-beschreibung-inhalt p{font-size:1.05rem;line-height:1.8;color:#e9ecef;margin-bottom:24px}
.team-philosophie-liste{margin-top:40px;padding-left:0;list-style:none}
.team-philosophie-liste li{padding:20px 25px;background:#343a40;margin-bottom:15px;border-radius:8px;border-left:4px solid #D65022;font-size:1.05rem;color:#e9ecef;line-height:1.6;transition:all .3s ease}
.team-philosophie-liste li:hover{background:#495057;border-left-color:#E7D3B7;padding-left:35px}
.team-philosophie-liste li::before{content:'→';color:#D65022;font-weight:700;margin-right:12px;font-size:1.2rem}
@media (max-width: 1024px) {
.geschichte-container{grid-template-columns:1fr;gap:50px}
.geschichte-text-block{padding-right:0}
.werte-karten-container{grid-template-columns:1fr}
.team-layout-grid{grid-template-columns:1fr;gap:50px}
.team-profil-bereich{position:static}
}
@media (max-width: 768px) {
.uber-uns-hero-content h1{font-size:2.2rem}
.uber-uns-hero-content .hero-subtitle{font-size:1.1rem}
.geschichte-text-block h2{font-size:2rem}
.geschichte-images-grid{grid-template-columns:1fr}
.geschichte-img-card:first-child{grid-column:1}
.werte-haupttitel{font-size:2.2rem}
.team-beschreibung-inhalt h2{font-size:2rem}
}
.cookie-doc-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);color:#f8f9fa;min-height:100vh;padding:0;font-family:'Roboto',sans-serif}
.cookie-header-zone{background:linear-gradient(165deg,#012B46 0%,#1a1a1a 70%);padding:4rem 2rem 3rem;border-bottom:3px solid #D65022;position:relative;overflow:hidden}
.cookie-header-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,#d6502214 0%,transparent 70%);pointer-events:none}
.cookie-title-main{font-size:2.8rem;font-weight:700;color:#E7D3B7;margin:0 0 1rem;letter-spacing:-.5px;position:relative;z-index:2}
.cookie-intro-text{font-size:1.15rem;line-height:1.7;color:#e9ecef;max-width:850px;margin:0 auto;position:relative;z-index:2}
.cookie-content-area{max-width:100%;padding:0;margin:0}
.cookie-section-block{padding:3.5rem 5%;border-bottom:1px solid #e7d3b71f;background:#1a1a1a}
.cookie-section-block:nth-child(even){background:linear-gradient(95deg,#2c2c2c 0%,#1a1a1a 100%)}
.cookie-section-block:nth-child(odd){background:linear-gradient(265deg,#1a1a1a 0%,#252525 100%)}
.cookie-block-heading{font-size:2rem;font-weight:600;color:#D65022;margin:0 0 2rem;position:relative;display:inline-block}
.cookie-block-heading::after{content:'';position:absolute;bottom:-8px;left:0;width:70%;height:3px;background:linear-gradient(90deg,#E7D3B7 0%,transparent 100%)}
.cookie-text-paragraph{font-size:1.05rem;line-height:1.8;color:#e9ecef;margin:0 0 1.5rem}
.cookie-text-paragraph:last-child{margin-bottom:0}
.cookie-emphasis-span{color:#E7D3B7;font-weight:500}
.cookie-tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2.5rem 0}
.cookie-tech-card{background:linear-gradient(145deg,#343a40 0%,#2c2c2c 100%);border:1px solid #d6502233;border-radius:8px;padding:2rem;transition:all .3s ease}
.cookie-tech-card:hover{border-color:#D65022;box-shadow:0 8px 24px #d6502226;transform:translateY(-4px)}
.cookie-card-title{font-size:1.4rem;font-weight:600;color:#D65022;margin:0 0 1rem}
.cookie-card-description{font-size:1rem;line-height:1.7;color:#e9ecef;margin:0}
.cookie-list-container{margin:2rem 0;padding-left:0;list-style:none}
.cookie-list-item{position:relative;padding:1rem 0 1rem 2.5rem;font-size:1.05rem;line-height:1.7;color:#e9ecef;border-bottom:1px solid #e7d3b714}
.cookie-list-item:last-child{border-bottom:none}
.cookie-list-item::before{content:'';position:absolute;left:0;top:1.4rem;width:12px;height:12px;background:#D65022;border-radius:50%;box-shadow:0 0 8px #d6502266}
.cookie-highlight-box{background:linear-gradient(135deg,#012B46 0%,#1a1a1a 100%);border-left:4px solid #D65022;padding:2rem 2.5rem;margin:2.5rem 0;border-radius:4px}
.cookie-highlight-text{font-size:1.1rem;line-height:1.8;color:#f8f9fa;margin:0}
.cookie-distinction-wrapper{display:flex;flex-wrap:wrap;gap:2rem;margin:2.5rem 0}
.cookie-distinction-column{flex:1;min-width:300px;background:#2c2c2c;border-radius:8px;padding:2rem;border-top:3px solid #D65022}
.cookie-column-heading{font-size:1.5rem;font-weight:600;color:#E7D3B7;margin:0 0 1.5rem}
.cookie-column-text{font-size:1rem;line-height:1.7;color:#e9ecef;margin:0 0 1rem}
.cookie-narrative-section{padding:4rem 5%;background:linear-gradient(180deg,#1a1a1a 0%,#012B46 100%)}
.cookie-narrative-content{max-width:900px;margin:0 auto}
.cookie-narrative-paragraph{font-size:1.1rem;line-height:1.9;color:#e9ecef;margin:0 0 1.8rem;text-align:justify}
.cookie-contact-segment{background:#2c2c2c;padding:3rem 5%;border-top:2px solid #D65022}
.cookie-contact-inner{max-width:800px;margin:0 auto;text-align:center}
.cookie-contact-heading{font-size:1.8rem;font-weight:600;color:#E7D3B7;margin:0 0 1.5rem}
.cookie-contact-info{font-size:1rem;line-height:1.8;color:#e9ecef;margin:0 0 1rem}
.cookie-address-line{color:#D65022;font-weight:500;display:block;margin-top:.5rem}
@media (max-width: 768px) {
.cookie-header-zone{padding:3rem 1.5rem 2rem}
.cookie-title-main{font-size:2rem}
.cookie-intro-text{font-size:1rem}
.cookie-section-block{padding:2.5rem 4%}
.cookie-block-heading{font-size:1.6rem}
.cookie-tech-grid{grid-template-columns:1fr;gap:1.5rem}
.cookie-distinction-wrapper{flex-direction:column}
.cookie-distinction-column{min-width:100%}
.cookie-narrative-section{padding:3rem 4%}
.cookie-narrative-paragraph{font-size:1rem;text-align:left}
.cookie-contact-segment{padding:2.5rem 4%}
.cookie-list-item{padding-left:2rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);color:#f8f9fa;min-height:100vh}
.policy-hero-section{background:linear-gradient(165deg,#012B46 0%,#1a1a1a 70%);padding:120px 20px 80px;position:relative;overflow:hidden}
.policy-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#d6502226 0%,transparent 70%);border-radius:50%}
.policy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.policy-hero-content h1{font-size:3.2rem;font-weight:700;color:#E7D3B7;margin:0 0 25px;line-height:1.2;letter-spacing:-.5px}
.policy-meta-info{display:flex;gap:30px;flex-wrap:wrap;margin:30px 0 0;padding:25px;background:#012b464d;border-left:4px solid #D65022;border-radius:0 8px 8px 0}
.policy-meta-item{font-size:.95rem;color:#e9ecef;line-height:1.6}
.policy-meta-item strong{color:#E7D3B7;font-weight:600;display:block;margin-bottom:5px}
.policy-main-content{max-width:1400px;margin:0 auto;padding:80px 20px}
.policy-intro-block{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:60px;border-radius:12px;margin-bottom:60px;border-top:3px solid #D65022;box-shadow:0 10px 40px #0006}
.policy-intro-block h2{font-size:2rem;color:#E7D3B7;margin:0 0 25px;font-weight:600;position:relative;padding-bottom:15px}
.policy-intro-block h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(90deg,#D65022 0%,transparent 100%)}
.policy-intro-block p{font-size:1.1rem;line-height:1.8;color:#e9ecef;margin:0 0 20px}
.policy-intro-block p:last-child{margin-bottom:0}
.policy-content-grid{display:grid;grid-template-columns:1fr;gap:50px}
.policy-section-card{background:#2c2c2c;padding:50px;border-radius:12px;border-left:5px solid #012B46;transition:all .3s ease;position:relative}
.policy-section-card:hover{border-left-color:#D65022;box-shadow:0 15px 50px #d6502226;transform:translateX(5px)}
.policy-section-card h3{font-size:1.75rem;color:#E7D3B7;margin:0 0 30px;font-weight:600;display:flex;align-items:center;gap:15px}
.policy-section-card h3::before{content:'';width:8px;height:8px;background:#D65022;display:block;border-radius:50%;box-shadow:0 0 15px #d6502299}
.policy-section-card h4{font-size:1.3rem;color:#E7D3B7;margin:35px 0 20px;font-weight:500}
.policy-section-card p{font-size:1.05rem;line-height:1.9;color:#e9ecef;margin:0 0 25px}
.policy-section-card ul{list-style:none;padding:0;margin:25px 0}
.policy-section-card li{font-size:1.05rem;line-height:1.8;color:#e9ecef;margin:0 0 15px;padding-left:30px;position:relative}
.policy-section-card li::before{content:'→';position:absolute;left:0;color:#D65022;font-weight:700;font-size:1.2rem}
.policy-highlight-box{background:linear-gradient(135deg,#343a40 0%,#495057 100%);padding:30px;border-radius:8px;margin:35px 0;border:1px solid #d6502233}
.policy-highlight-box p{margin:0;font-size:1.05rem;line-height:1.8;color:#f8f9fa}
.policy-contact-final{background:linear-gradient(165deg,#012B46 0%,#1a1a1a 100%);padding:70px;border-radius:12px;margin-top:60px;text-align:center;position:relative;overflow:hidden}
.policy-contact-final::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,#e7d3b71a 0%,transparent 70%);border-radius:50%}
.policy-contact-final h3{font-size:2rem;color:#E7D3B7;margin:0 0 30px;font-weight:600;position:relative;z-index:2}
.policy-contact-details{display:flex;justify-content:center;gap:50px;flex-wrap:wrap;margin-top:40px;position:relative;z-index:2}
.policy-contact-item{text-align:left}
.policy-contact-item strong{display:block;font-size:.9rem;color:#E7D3B7;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}
.policy-contact-item span{font-size:1.1rem;color:#f8f9fa;line-height:1.6}
.policy-divider-section{height:2px;background:linear-gradient(90deg,transparent 0%,#D65022 50%,transparent 100%);margin:60px 0;position:relative}
.policy-divider-section::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#D65022;border-radius:50%;box-shadow:0 0 20px #d6502299}
@media (max-width: 768px) {
.policy-hero-section{padding:80px 20px 50px}
.policy-hero-content h1{font-size:2.2rem}
.policy-meta-info{flex-direction:column;gap:20px}
.policy-intro-block{padding:40px 30px}
.policy-intro-block h2{font-size:1.6rem}
.policy-section-card{padding:35px 25px}
.policy-section-card h3{font-size:1.5rem}
.policy-contact-final{padding:50px 30px}
.policy-contact-details{flex-direction:column;gap:30px}
}
.success-page-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden}
.success-page-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#d6502226 0%,transparent 70%);border-radius:50%;animation:pulse-glow 8s ease-in-out infinite}
.success-page-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#012b4633 0%,transparent 70%);border-radius:50%;animation:pulse-glow 10s ease-in-out infinite reverse}
@keyframes pulse-glow {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.1);opacity:.8}
}
.success-content-box{background:#343a40;border-radius:16px;padding:70px 50px;max-width:720px;width:100%;box-shadow:0 20px 60px #00000080 0 0 40px #d650221a;position:relative;z-index:10;border:1px solid #e7d3b71a}
.success-icon-wrapper{width:90px;height:90px;margin:0 auto 35px;position:relative;display:flex;align-items:center;justify-content:center}
.success-icon-circle{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#D65022 0%,#E7D3B7 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #d6502266;animation:icon-appear .6s ease-out}
@keyframes icon-appear {
0%{transform:scale(0) rotate(-180deg);opacity:0}
60%{transform:scale(1.15) rotate(10deg)}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.success-checkmark{width:42px;height:42px;border:4px solid #1a1a1a;border-left:none;border-top:none;transform:rotate(45deg);margin-bottom:12px;animation:check-draw .4s .3s ease-out forwards;opacity:0}
@keyframes check-draw {
0%{height:0;width:0;opacity:1}
50%{height:42px;width:0;opacity:1}
100%{height:42px;width:42px;opacity:1}
}
.success-main-heading{font-size:2.8rem;font-weight:700;color:#f8f9fa;text-align:center;margin:0 0 25px;line-height:1.2;letter-spacing:-.5px}
.success-description-text{font-size:1.15rem;color:#E7D3B7;text-align:center;line-height:1.7;margin:0 0 40px;max-width:580px;margin-left:auto;margin-right:auto}
.success-info-panel{background:#012b464d;border-radius:12px;padding:30px;margin:40px 0;border-left:4px solid #D65022}
.success-info-title{font-size:1.3rem;font-weight:600;color:#f8f9fa;margin:0 0 18px;display:flex;align-items:center}
.success-info-title::before{content:'';width:8px;height:8px;background:#D65022;border-radius:50%;margin-right:12px;box-shadow:0 0 12px #d6502299}
.success-info-list{list-style:none;padding:0;margin:0}
.success-info-list li{color:#e9ecef;font-size:1.05rem;line-height:1.8;padding-left:28px;position:relative;margin-bottom:12px}
.success-info-list li::before{content:'→';position:absolute;left:0;color:#D65022;font-weight:700;font-size:1.2rem}
.success-actions-container{display:flex;gap:20px;justify-content:center;margin-top:45px;flex-wrap:wrap}
.success-btn-primary{background:linear-gradient(135deg,#D65022 0%,#E7D3B7 100%);color:#1a1a1a;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 6px 20px #d650224d;display:inline-block;border:none;cursor:pointer}
.success-btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px #d6502280;color:#1a1a1a}
.success-btn-secondary{background:none;color:#E7D3B7;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid #E7D3B7;display:inline-block;cursor:pointer}
.success-btn-secondary:hover{background:#e7d3b71a;border-color:#f8f9fa;color:#f8f9fa;transform:translateY(-2px)}
.success-footer-note{text-align:center;margin-top:50px;padding-top:30px;border-top:1px solid #e7d3b733}
.success-footer-note p{color:#E7D3B7;font-size:.95rem;line-height:1.6;margin:0;opacity:.9}
.success-contact-block{background:#d6502214;border-radius:10px;padding:25px;margin-top:35px;text-align:center}
.success-contact-block p{color:#e9ecef;font-size:1rem;margin:0 0 15px;line-height:1.6}
.success-contact-link{color:#D65022;font-weight:600;text-decoration:none;transition:color .3s ease;border-bottom:1px solid transparent}
.success-contact-link:hover{color:#E7D3B7;border-bottom-color:#E7D3B7}
@media (max-width: 768px) {
.success-page-wrapper{padding:40px 15px}
.success-content-box{padding:50px 30px}
.success-main-heading{font-size:2.2rem}
.success-description-text{font-size:1.05rem}
.success-actions-container{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center}
.success-info-panel{padding:25px 20px}
}
@media (max-width: 480px) {
.success-content-box{padding:40px 20px}
.success-icon-wrapper{width:75px;height:75px}
.success-checkmark{width:35px;height:35px;border-width:3px}
.success-main-heading{font-size:1.9rem}
.success-info-title{font-size:1.15rem}
}