:root{--primary-shade:#13222C;--accent-glow:#02FFC6;--canvas-light:#FEFEFF;--shadow-soft:#13222c14;--shadow-medium:#13222c24;--shadow-depth:#13222c38;--text-primary:#212529;--text-muted:#495057;--backdrop-tint:#fefeffeb;--border-subtle:#13222c1a}
*{margin:0;box-sizing:border-box;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Manrope',system-ui,-apple-system,sans-serif;background:linear-gradient(162deg,#f8f9fa 0%,#fff 48%,#fafbfc 100%);color:var(--text-primary);overflow-x:hidden;line-height:1.7;min-height:100vh;position:relative}
body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#13222c05 2px,#13222c05 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#13222c05 2px,#13222c05 4px);pointer-events:none;z-index:1}
header{background:linear-gradient(135deg,var(--primary-shade) 0%,#1a3340 100%);position:relative;z-index:100;box-shadow:0 4px 12px var(--shadow-soft)}
header::after{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent 0px,transparent 8px,#02ffc608 8px,#02ffc608 16px);pointer-events:none}
.header_container_7kx{max-width:1400px;margin:0 auto;padding:0 clamp(1.2rem,4vw,3rem);position:relative;z-index:2}
.header_row1_9mp{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 0 1.2rem;border-bottom:1px solid #02ffc626}
.brand_stack_3zy{display:flex;flex-direction:column;gap:.4rem}
.logo_wrapper_5nq{display:inline-flex;align-items:center;height:82px;width:82px;position:relative;z-index:110}
.logo_wrapper_5nq img{height:82px;width:82px;object-fit:contain;display:block}
.company_name_8vr{font-size:clamp(1.1rem,2.2vw,1.4rem);font-weight:700;color:var(--canvas-light);letter-spacing:-.02em;text-shadow:0 1px 3px #0003}
.service_tag_2bl{font-size:.875rem;color:var(--accent-glow);font-weight:500;letter-spacing:.03em}
.header_row2_4jx{display:flex;align-items:center;justify-content:flex-end;padding:1.5rem 0}
.main_navigation_6wk{display:flex;gap:clamp(1.5rem,3vw,2.8rem);align-items:center}
.main_navigation_6wk a{color:var(--canvas-light);text-decoration:none;font-size:clamp(0.95rem,1.8vw,1.05rem);font-weight:500;position:relative;transition:color .25s ease;white-space:nowrap}
.main_navigation_6wk a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent-glow);transition:width .25s ease}
.main_navigation_6wk a:hover{color:var(--accent-glow)}
.main_navigation_6wk a:hover::after{width:100%}
.main_navigation_6wk a:focus-visible{outline:3px solid var(--accent-glow);outline-offset:6px;border-radius:3px}
main{position:relative;z-index:2;min-height:60vh}
footer{background:linear-gradient(225deg,var(--primary-shade) 0%,#0d1419 100%);position:relative;z-index:50;margin-top:6rem;overflow:hidden}
footer::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(135deg,transparent 0px,transparent 12px,#02ffc60a 12px,#02ffc60a 24px);pointer-events:none}
.footer_container_8zq{max-width:1400px;margin:0 auto;padding:4rem clamp(1.2rem,4vw,3rem) 2.5rem;position:relative;z-index:2}
.footer_central_island_7mk{background:#fefeff0f;border:2px solid #02ffc633;border-radius:20px;padding:3rem clamp(1.5rem,4vw,3.5rem);margin-bottom:3.5rem;backdrop-filter:blur(8px);box-shadow:0 8px 24px #0000004d}
.footer_logo_section_4tp{text-align:center;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #02ffc626}
.footer_logo_section_4tp img{height:68px;width:68px;margin-bottom:1rem}
.footer_brand_text_9xr{font-size:1.3rem;font-weight:700;color:var(--canvas-light);margin-bottom:.5rem}
.footer_tagline_6nl{font-size:.95rem;color:var(--accent-glow);font-weight:500}
.footer_service_links_2vp{display:flex;flex-wrap:wrap;justify-content:center;gap:1.8rem 2.5rem;margin-bottom:2rem}
.footer_service_links_2vp a{color:#fefeffd9;text-decoration:none;font-size:.98rem;font-weight:500;transition:color .25s ease;position:relative}
.footer_service_links_2vp a::before{content:'';position:absolute;width:4px;height:4px;background:var(--accent-glow);left:-12px;top:50%;transform:translateY(-50%);border-radius:50%;opacity:0;transition:opacity .25s ease}
.footer_service_links_2vp a:hover{color:var(--accent-glow)}
.footer_service_links_2vp a:hover::before{opacity:1}
.footer_service_links_2vp a:focus-visible{outline:3px solid var(--accent-glow);outline-offset:5px;border-radius:3px}
.footer_satellite_left_5jw{position:absolute;left:clamp(1rem,3vw,2.5rem);top:30%;transform:translateY(-50%);opacity:.6}
.footer_satellite_left_5jw::before{content:'';width:120px;height:120px;border:3px solid #02ffc61f;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.footer_satellite_right_8qm{position:absolute;right:clamp(1rem,3vw,2.5rem);top:50%;transform:translateY(-50%);opacity:.5}
.footer_satellite_right_8qm::before{content:'';width:90px;height:90px;border:2px solid #02ffc61a;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.footer_copyright_9tr{text-align:center;padding-top:2rem;border-top:1px solid #02ffc61f;color:#fefeffb3;font-size:.9rem;position:relative;z-index:3}
.whatsapp_link_3xp{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.4rem;background:linear-gradient(135deg,var(--accent-glow),#01d9aa);color:var(--primary-shade);text-decoration:none;border-radius:8px;font-weight:600;font-size:.96rem;transition:opacity .25s ease,transform .2s ease;box-shadow:0 4px 12px #02ffc64d}
.whatsapp_link_3xp:hover{opacity:.88;transform:translateY(-1px)}
.whatsapp_link_3xp:focus-visible{outline:3px solid var(--accent-glow);outline-offset:4px}
.consent_overlay_4km{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:#fefefff7;border:2px solid var(--border-subtle);border-radius:16px;padding:2rem 2.5rem;max-width:820px;width:calc(100% - 40px);box-shadow:0 12px 40px var(--shadow-depth);z-index:9999;backdrop-filter:blur(12px);opacity:0;animation:slideUpFade .4s ease forwards}
@keyframes slideUpFade {
from{opacity:0;transform:translateX(-50%) translateY(20px)}
to{opacity:1;transform:translateX(-50%) translateY(0)}
}
.consent_overlay_4km.hidden_state_7nh{display:none}
.consent_title_8xq{font-size:1.35rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.02em}
.consent_description_2vl{font-size:1rem;color:var(--text-muted);line-height:1.65;margin-bottom:1.8rem}
.consent_category_group_9wp{display:grid;gap:1.2rem;margin-bottom:2rem}
.category_item_5tr{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid var(--border-subtle);border-radius:10px;padding:1.2rem 1.5rem;display:flex;align-items:flex-start;gap:1rem}
.toggle_switch_6jm{position:relative;width:52px;height:28px;flex-shrink:0;margin-top:2px}
.toggle_switch_6jm input{opacity:0;width:0;height:0;position:absolute}
.toggle_slider_8kp{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#cbd5e0;border-radius:28px;transition:background .3s ease}
.toggle_slider_8kp::before{content:'';position:absolute;height:22px;width:22px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}
.toggle_switch_6jm input:checked + .toggle_slider_8kp{background:linear-gradient(135deg,var(--accent-glow),#01d9aa)}
.toggle_switch_6jm input:checked + .toggle_slider_8kp::before{transform:translateX(24px)}
.toggle_switch_6jm input:focus-visible + .toggle_slider_8kp{outline:3px solid var(--accent-glow);outline-offset:3px}
.category_content_3rm{flex:1}
.category_title_7np{font-size:1.08rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem}
.category_explanation_4tq{font-size:.92rem;color:var(--text-muted);line-height:1.6}
.consent_actions_5wp{display:flex;gap:1rem;flex-wrap:wrap}
.consent_button_9xm{flex:1;min-width:180px;padding:.95rem 1.8rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .25s ease,transform .2s ease;font-family:inherit}
.consent_button_9xm:focus-visible{outline:3px solid var(--primary-shade);outline-offset:3px}
.accept_all_btn_7kq{background:linear-gradient(135deg,var(--primary-shade),#1a3340);color:var(--canvas-light);box-shadow:0 4px 12px var(--shadow-medium)}
.accept_all_btn_7kq:hover{opacity:.9;transform:translateY(-1px)}
.reject_all_btn_3vm{background:#e9ecef;color:var(--text-primary);border:2px solid var(--border-subtle)}
.reject_all_btn_3vm:hover{opacity:.85;transform:translateY(-1px)}
@media (max-width: 1024px) {
.header_row1_9mp{flex-direction:column;align-items:flex-start;gap:1.2rem}
.header_row2_4jx{justify-content:flex-start}
.main_navigation_6wk{flex-wrap:wrap;gap:1.2rem}
}
@media (max-width: 768px) {
.header_row1_9mp,.header_row2_4jx{padding:1.2rem 0}
.logo_wrapper_5nq{height:68px;width:68px}
.logo_wrapper_5nq img{height:68px;width:68px}
.main_navigation_6wk{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}
.main_navigation_6wk a{font-size:1.05rem}
.footer_central_island_7mk{padding:2rem 1.5rem}
.footer_service_links_2vp{flex-direction:column;align-items:center;gap:1rem}
.footer_satellite_left_5jw,.footer_satellite_right_8qm{display:none}
.consent_overlay_4km{padding:1.5rem 1.2rem;bottom:10px;width:calc(100% - 20px)}
.consent_title_8xq{font-size:1.15rem}
.consent_actions_5wp{flex-direction:column}
.consent_button_9xm{width:100%;min-width:auto}
}
@media (max-width: 480px) {
.logo_wrapper_5nq{height:56px;width:56px}
.logo_wrapper_5nq img{height:56px;width:56px}
.company_name_8vr{font-size:1.05rem}
.service_tag_2bl{font-size:.8rem}
}
.news-page-wrapper{background:#fafbfc;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.news-hero-section{background:linear-gradient(135deg,#13222C 0%,#1a3340 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.news-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#02ffc614 0%,transparent 70%);border-radius:50%}
.news-hero-content{max-width:750px;margin:0 auto;position:relative;z-index:2}
.news-hero-title{font-size:48px;font-weight:800;color:#FEFEFF;margin:0 0 20px;line-height:1.1;letter-spacing:-.02em}
.news-hero-subtitle{font-size:20px;color:#02FFC6;margin:0 0 15px;font-weight:600;line-height:1.4}
.news-hero-description{font-size:17px;color:#fefeffd9;line-height:1.7;margin:0}
.featured-articles-grid{padding:90px 20px;background:#fff}
.featured-grid-container{max-width:1200px;margin:0 auto}
.featured-section-label{display:inline-block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#13222C;background:#02FFC6;padding:8px 18px;margin:0 0 15px;border-radius:20px}
.featured-main-title{font-size:42px;font-weight:800;color:#13222C;margin:0 0 50px;line-height:1.2}
.featured-articles-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.featured-article-card{background:#f8f9fa;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}
.featured-article-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #13222c1f;border-color:#02FFC6}
.featured-article-image{width:100%;height:240px;object-fit:cover;display:block}
.featured-article-content{padding:30px}
.featured-article-date{font-size:13px;color:#02FFC6;font-weight:600;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em}
.featured-article-heading{font-size:24px;font-weight:700;color:#13222C;margin:0 0 14px;line-height:1.3}
.featured-article-excerpt{font-size:16px;color:#495057;line-height:1.6;margin:0}
.market-insights-section{padding:85px 20px;background:linear-gradient(to bottom,#f5f6fa 0%,#fff 100%);position:relative}
.market-insights-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.market-insights-text{padding-top:20px}
.market-insights-badge{display:inline-flex;align-items:center;gap:8px;background:#13222C;color:#02FFC6;font-size:12px;font-weight:700;padding:10px 20px;border-radius:25px;margin:0 0 20px;text-transform:uppercase;letter-spacing:.08em}
.market-insights-badge::before{content:'';width:8px;height:8px;background:#02FFC6;border-radius:50%;animation:pulse-dot 2s infinite}
@keyframes pulse-dot {
0%,100%{opacity:1}
50%{opacity:.4}
}
.market-insights-heading{font-size:38px;font-weight:800;color:#13222C;margin:0 0 22px;line-height:1.2}
.market-insights-description{font-size:17px;color:#495057;line-height:1.7;margin:0 0 30px}
.market-insights-list{list-style:none;padding:0;margin:0}
.market-insights-list li{padding:18px 0;border-bottom:1px solid #13222c1a;font-size:16px;color:#343a40;position:relative;padding-left:28px}
.market-insights-list li::before{content:'→';position:absolute;left:0;color:#02FFC6;font-weight:700;font-size:18px}
.market-insights-list li:last-child{border-bottom:none}
.market-insights-image-box{position:relative}
.market-insights-image-box::before{content:'';position:absolute;top:-15px;right:-15px;width:100%;height:100%;background:linear-gradient(135deg,#02FFC6 0%,#13222C 100%);border-radius:16px;z-index:1;opacity:.15}
.market-insights-photo{width:100%;height:450px;object-fit:cover;border-radius:16px;position:relative;z-index:2;box-shadow:0 15px 40px #13222c26}
.expert-voices-section{padding:0;background:#13222C;position:relative;overflow:hidden}
.expert-voices-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;min-height:600px}
.expert-voices-image-side{position:relative;overflow:hidden}
.expert-voices-portrait{width:100%;height:100%;object-fit:cover;display:block}
.expert-voices-content-side{padding:70px 60px;display:flex;flex-direction:column;justify-content:center;position:relative}
.expert-voices-content-side::before{content:'"';position:absolute;top:30px;left:20px;color:#02ffc61a;font:900 180px/1 Georgia,serif}
.expert-voices-tag{font-size:13px;font-weight:700;color:#02FFC6;text-transform:uppercase;letter-spacing:.12em;margin:0 0 18px}
.expert-voices-title{font-size:34px;font-weight:800;color:#FEFEFF;margin:0 0 24px;line-height:1.3}
.expert-voices-quote{font-size:18px;color:#fefeffe6;line-height:1.7;margin:0 0 28px;font-style:italic}
.expert-voices-author{display:flex;align-items:center;gap:15px;margin-top:30px;padding-top:25px;border-top:2px solid #02ffc633}
.expert-voices-author-info h4{font-size:17px;font-weight:700;color:#02FFC6;margin:0 0 4px}
.expert-voices-author-info p{font-size:14px;color:#fefeffb3;margin:0}
.trends-analysis-section{padding:90px 20px;background:#fff}
.trends-analysis-container{max-width:1150px;margin:0 auto}
.trends-section-header{text-align:center;margin-bottom:55px}
.trends-section-header::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(to right,#02FFC6,#13222C);margin:0 auto 20px;border-radius:2px}
.trends-main-heading{font-size:40px;font-weight:800;color:#13222C;margin:0 0 16px;line-height:1.2}
.trends-subheading{font-size:18px;color:#495057;margin:0;line-height:1.6}
.trends-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.trends-card-item{background:#f8f9fa;padding:40px 30px;border-radius:10px;position:relative;transition:all .3s ease;border-left:4px solid transparent}
.trends-card-item:hover{background:#fff;border-left-color:#02FFC6;box-shadow:0 8px 24px #13222c1a;transform:translateX(5px)}
.trends-card-number{font-size:48px;font-weight:900;color:#02ffc640;margin:0 0 15px;line-height:1}
.trends-card-title{font-size:20px;font-weight:700;color:#13222C;margin:0 0 12px;line-height:1.3}
.trends-card-text{font-size:15px;color:#495057;line-height:1.6;margin:0}
@media (max-width: 968px) {
.news-hero-title{font-size:36px}
.featured-articles-layout{grid-template-columns:1fr;gap:25px}
.market-insights-wrapper{grid-template-columns:1fr;gap:40px}
.market-insights-photo{height:350px}
.expert-voices-inner{grid-template-columns:1fr}
.expert-voices-image-side{min-height:400px}
.expert-voices-content-side{padding:50px 30px}
.trends-grid-layout{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 640px) {
.news-hero-section{padding:60px 20px 50px}
.news-hero-title{font-size:28px}
.news-hero-subtitle{font-size:17px}
.featured-main-title{font-size:32px}
.featured-article-card{border-radius:8px}
.featured-article-image{height:200px}
.featured-article-content{padding:24px}
.market-insights-heading{font-size:30px}
.expert-voices-title{font-size:26px}
.expert-voices-quote{font-size:16px}
.trends-main-heading{font-size:30px}
.trends-card-item{padding:30px 24px}
}
.inv-hero-immersive{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#13222C 0%,#0a1419 100%)}
.inv-hero-immersive::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:.15;z-index:1;background:url(./photo_files/6352407981.jpg) (cover) center}
.inv-hero-content-wrap{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 20px}
.inv-hero-badge{display:inline-block;padding:8px 24px;background:#02ffc61a;border:1px solid #02FFC6;border-radius:30px;color:#02FFC6;font-size:.9rem;letter-spacing:1px;margin-bottom:30px;text-transform:uppercase}
.inv-hero-title{font-size:4.5rem;line-height:1.1;color:#FEFEFF;font-weight:800;margin:0 0 40px;letter-spacing:-2px}
.inv-hero-title span{color:#02FFC6;position:relative}
.inv-hero-title span::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#02FFC6,transparent)}
.inv-hero-subtitle{font-size:1.4rem;color:#FEFEFF;opacity:.85;line-height:1.7;max-width:680px;margin-bottom:50px}
.inv-hero-cta-group{display:flex;gap:20px;flex-wrap:wrap}
.inv-btn-primary{padding:18px 42px;background:#02FFC6;color:#13222C;font-size:1.1rem;font-weight:700;border:none;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;position:relative;z-index:10}
.inv-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #02ffc64d}
.inv-btn-secondary{padding:18px 42px;background:none;color:#FEFEFF;font-size:1.1rem;font-weight:600;border:2px solid #FEFEFF;border-radius:8px;text-decoration:none;display:inline-block;transition:all .3s ease;position:relative;z-index:10}
.inv-btn-secondary:hover{background:#fefeff1a;border-color:#02FFC6;color:#02FFC6}
.inv-diagonal-concepts{position:relative;background:#FEFEFF;padding:120px 0 140px;overflow:hidden}
.inv-diagonal-concepts::before{content:'';position:absolute;top:-100px;left:0;right:0;height:200px;background:#13222C;transform:skewY(-3deg)}
.inv-concepts-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.inv-concepts-header{margin-bottom:70px}
.inv-concepts-pretitle{color:#02FFC6;font-size:.95rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:15px;display:inline-block;position:relative;padding-left:30px}
.inv-concepts-pretitle::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:2px;background:#02FFC6}
.inv-concepts-title{font-size:2.8rem;color:#13222C;font-weight:800;line-height:1.2;margin:0 0 25px;max-width:800px}
.inv-concepts-intro{font-size:1.15rem;color:#495057;line-height:1.8;max-width:740px}
.inv-concepts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-top:60px}
.inv-concept-card{position:relative;padding:45px 40px;background:#f8f9fa;border-radius:12px;transition:all .4s ease}
.inv-concept-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:0;background:linear-gradient(180deg,#02FFC6,#13222C);transition:height .4s ease;border-radius:12px 0 0 12px}
.inv-concept-card:hover::before{height:100%}
.inv-concept-card:hover{transform:translateX(8px);box-shadow:-8px 12px 40px #13222c1f}
.inv-concept-number{font-size:3rem;font-weight:900;color:#02FFC6;opacity:.2;margin:0 0 20px;line-height:1}
.inv-concept-heading{font-size:1.5rem;color:#13222C;font-weight:700;margin:0 0 20px}
.inv-concept-text{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.inv-layered-approach{position:relative;background:linear-gradient(160deg,#13222C 0%,#0a1419 100%);padding:100px 0;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:80px 0}
.inv-approach-wrap{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:center}
.inv-approach-visual{position:relative}
.inv-approach-img{width:100%;height:auto;border-radius:16px;box-shadow:20px 20px 60px #0006;position:relative;z-index:2}
.inv-approach-img-deco{position:absolute;top:-30px;right:-30px;width:100%;height:100%;border:3px solid #02FFC6;border-radius:16px;z-index:1}
.inv-approach-content h2{font-size:2.6rem;color:#FEFEFF;font-weight:800;margin:0 0 30px;line-height:1.2}
.inv-approach-content h2 span{color:#02FFC6;position:relative}
.inv-approach-content h2 span::before{content:'';position:absolute;bottom:-5px;left:0;width:60%;height:2px;background:#02FFC6}
.inv-approach-list{list-style:none;padding:0;margin:40px 0}
.inv-approach-list li{padding:20px 0 20px 50px;color:#FEFEFF;font-size:1.05rem;line-height:1.7;position:relative;border-bottom:1px solid #fefeff1a}
.inv-approach-list li:last-child{border-bottom:none}
.inv-approach-list li::before{content:'→';position:absolute;left:0;top:20px;color:#02FFC6;font-size:1.5rem;font-weight:700}
.inv-radial-journey{background:#f8f9fa;padding:120px 0;position:relative}
.inv-journey-container{max-width:1200px;margin:0 auto;padding:0 20px}
.inv-journey-header{text-align:center;margin-bottom:90px}
.inv-journey-header h2{font-size:2.9rem;color:#13222C;font-weight:800;margin:0 0 25px}
.inv-journey-header p{font-size:1.2rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.inv-journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative}
.inv-journey-item{background:#FEFEFF;border-radius:12px;padding:40px 35px;box-shadow:0 4px 20px #13222c14;position:relative;transition:all .3s ease}
.inv-journey-item:hover{transform:translateY(-8px);box-shadow:0 12px 40px #02ffc633}
.inv-journey-icon{width:70px;height:70px;background:linear-gradient(135deg,#02FFC6,#13222C);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#FEFEFF;font-weight:700;margin-bottom:30px}
.inv-journey-item h3{font-size:1.4rem;color:#13222C;font-weight:700;margin:0 0 18px}
.inv-journey-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.inv-testimonial-editorial{background:#FEFEFF;padding:100px 0;position:relative}
.inv-editorial-container{max-width:1200px;margin:0 auto;padding:0 20px}
.inv-editorial-layout{display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:start}
.inv-editorial-sidebar{position:sticky;top:40px}
.inv-editorial-sidebar h2{font-size:2.4rem;color:#13222C;font-weight:800;margin:0 0 25px;line-height:1.2}
.inv-editorial-sidebar p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:35px}
.inv-editorial-cta{padding:16px 35px;background:#13222C;color:#FEFEFF;text-decoration:none;display:inline-block;border-radius:8px;font-weight:600;transition:all .3s ease;position:relative;z-index:10}
.inv-editorial-cta:hover{background:#02FFC6;color:#13222C;transform:translateY(-2px)}
.inv-editorial-testimonials{display:flex;flex-direction:column;gap:35px}
.inv-testimonial-card{background:#f8f9fa;border-radius:12px;padding:40px;position:relative;border-left:4px solid #02FFC6}
.inv-testimonial-quote{font-size:1.1rem;color:#13222C;line-height:1.8;margin:0 0 30px;font-style:italic}
.inv-testimonial-author{display:flex;align-items:center;gap:20px}
.inv-testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}
.inv-testimonial-info h4{font-size:1.1rem;color:#13222C;font-weight:700;margin:0 0 5px}
.inv-testimonial-info p{font-size:.95rem;color:#495057;margin:0}
.inv-final-pathway{background:linear-gradient(135deg,#13222C 0%,#0a1419 100%);padding:100px 0;position:relative;overflow:hidden}
.inv-final-pathway::before{content:'';position:absolute;top:50%;right:-200px;width:500px;height:500px;background:radial-gradient(circle,#02ffc61a,transparent);border-radius:50%}
.inv-pathway-container{max-width:1000px;margin:0 auto;padding:0 20px;text-align:center;position:relative;z-index:2}
.inv-pathway-image-wrap{margin-bottom:50px;position:relative;display:inline-block}
.inv-pathway-img{width:100%;max-width:600px;height:auto;border-radius:16px;box-shadow:0 20px 60px #0006}
.inv-pathway-container h2{font-size:3rem;color:#FEFEFF;font-weight:800;margin:0 0 30px;line-height:1.2}
.inv-pathway-container h2 span{color:#02FFC6}
.inv-pathway-text{font-size:1.2rem;color:#FEFEFF;opacity:.9;line-height:1.8;margin-bottom:50px;max-width:750px;margin-left:auto;margin-right:auto}
.inv-pathway-actions{display:flex;gap:25px;justify-content:center;flex-wrap:wrap}
.inv-pathway-btn-primary{padding:20px 50px;background:#02FFC6;color:#13222C;font-size:1.15rem;font-weight:700;text-decoration:none;border-radius:8px;display:inline-block;transition:all .3s ease;position:relative;z-index:10}
.inv-pathway-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #02ffc64d}
.inv-pathway-btn-outline{padding:20px 50px;background:none;color:#FEFEFF;font-size:1.15rem;font-weight:600;text-decoration:none;border:2px solid #02FFC6;border-radius:8px;display:inline-block;transition:all .3s ease;position:relative;z-index:10}
.inv-pathway-btn-outline:hover{background:#02FFC6;color:#13222C}
@media (max-width: 992px) {
.inv-hero-title{font-size:3.2rem}
.inv-concepts-grid{grid-template-columns:1fr;gap:35px}
.inv-approach-wrap{grid-template-columns:1fr;gap:50px}
.inv-journey-grid{grid-template-columns:1fr;gap:30px}
.inv-editorial-layout{grid-template-columns:1fr;gap:50px}
.inv-editorial-sidebar{position:static}
}
@media (max-width: 768px) {
.inv-hero-title{font-size:2.5rem}
.inv-hero-subtitle{font-size:1.15rem}
.inv-hero-cta-group{flex-direction:column}
.inv-concepts-title{font-size:2rem}
.inv-approach-content h2{font-size:2rem}
.inv-pathway-container h2{font-size:2.2rem}
.inv-pathway-actions{flex-direction:column}
}
.kontakt-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:auto}
.kontakt-einstieg{padding:5rem 1.5rem 4rem;background:linear-gradient(165deg,#FEFEFF 0%,#f5f6fa 100%);position:relative;overflow:hidden}
.kontakt-einstieg::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#02ffc614 0%,transparent 70%);border-radius:50%;z-index:1}
.kontakt-einstieg .container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.einstieg-inhalt{max-width:680px;margin:0 auto}
.einstieg-inhalt h1{font-size:2.8rem;line-height:1.15;color:#13222C;margin-bottom:1.2rem;font-weight:700;letter-spacing:-.02em}
.einstieg-inhalt .untertitel{font-size:1.25rem;line-height:1.65;color:#495057;margin-bottom:0}
.formular-bereich{padding:4.5rem 1.5rem;background:#fff}
.formular-bereich .container{max-width:1100px;margin:0 auto}
.formular-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:start}
.bild-kolonne{position:sticky;top:2rem}
.bild-kolonne img{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #13222c1f}
.formular-kolonne h2{font-size:2rem;color:#13222C;margin-bottom:.8rem;font-weight:700}
.formular-kolonne .beschreibung{font-size:1.05rem;line-height:1.7;color:#495057;margin-bottom:2.5rem}
.formular-haupt{background:#f8f9fa;padding:2.5rem;border-radius:10px;border:1px solid #e9ecef}
.feld-gruppe{margin-bottom:1.8rem}
.feld-gruppe label{display:block;font-size:.95rem;font-weight:600;color:#13222C;margin-bottom:.6rem;letter-spacing:.01em}
.feld-gruppe input,.feld-gruppe select,.feld-gruppe textarea{width:100%;padding:.9rem 1.1rem;font-size:1rem;border:2px solid #dee2e6;border-radius:6px;background:#fff;color:#212529;transition:all .25s ease;font-family:inherit}
.feld-gruppe input:focus,.feld-gruppe select:focus,.feld-gruppe textarea:focus{outline:none;border-color:#02FFC6;box-shadow:0 0 0 3px #02ffc626}
.feld-gruppe textarea{min-height:140px;resize:vertical}
.feld-gruppe select{appearance:none;padding-right:3rem;cursor:pointer;background:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2313222C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 1rem center}
.zustimmung-box{margin:2rem 0 1.8rem;display:flex;gap:.8rem;align-items:flex-start}
.zustimmung-box input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;cursor:pointer;flex-shrink:0;accent-color:#02FFC6}
.zustimmung-box label{font-size:.92rem;line-height:1.6;color:#495057;margin:0;font-weight:400}
.zustimmung-box label a{color:#13222C;text-decoration:underline;font-weight:600;transition:color .2s ease}
.zustimmung-box label a:hover{color:#02FFC6}
.absenden-knopf{width:100%;padding:1.1rem 2rem;font-size:1.05rem;font-weight:700;color:#13222C;background:#02FFC6;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:.02em;box-shadow:0 4px 12px #02ffc640}
.absenden-knopf:hover{background:#01e6b3;transform:translateY(-2px);box-shadow:0 6px 18px #02ffc659}
.absenden-knopf:active{transform:translateY(0)}
.kontakt-methoden{padding:4rem 1.5rem;background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%)}
.kontakt-methoden .container{max-width:1000px;margin:0 auto}
.methoden-titel{text-align:center;margin-bottom:3rem}
.methoden-titel h2{font-size:2.2rem;color:#13222C;margin-bottom:.8rem;font-weight:700}
.methoden-titel p{font-size:1.1rem;color:#495057;line-height:1.6}
.methoden-liste{display:grid;grid-template-columns:1fr;gap:2rem}
.methode-karte{background:#fff;padding:2.2rem 2.5rem;border-radius:10px;border:2px solid #e9ecef;transition:all .3s ease;display:flex;align-items:center;gap:2rem}
.methode-karte:hover{border-color:#02FFC6;box-shadow:0 6px 20px #13222c14;transform:translateX(6px)}
.methode-icon{width:70px;height:70px;background:linear-gradient(135deg,#02FFC6 0%,#01e6b3 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.methode-icon svg{width:36px;height:36px;stroke:#13222C;stroke-width:2;fill:none}
.methode-text h3{font-size:1.35rem;color:#13222C;margin-bottom:.5rem;font-weight:700}
.methode-text p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.zeitfenster-sektion{padding:4.5rem 1.5rem;background:#fff}
.zeitfenster-sektion .container{max-width:1100px;margin:0 auto}
.zeitfenster-kopf{text-align:center;margin-bottom:3.5rem}
.zeitfenster-kopf h2{font-size:2.1rem;color:#13222C;margin-bottom:1rem;font-weight:700}
.zeitfenster-kopf .hinweis-block{display:inline-block;background:#f8f9fa;padding:1rem 1.8rem;border-radius:8px;border-left:4px solid #02FFC6;margin-top:1.5rem}
.zeitfenster-kopf .hinweis-block p{font-size:1.05rem;color:#495057;margin:0;line-height:1.6}
.zeitplan-raster{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.zeit-karte{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2rem;border-radius:10px;border:2px solid #e9ecef;text-align:center;transition:all .3s ease}
.zeit-karte:hover{border-color:#02FFC6;box-shadow:0 8px 24px #02ffc626;transform:translateY(-4px)}
.zeit-karte h3{font-size:1.3rem;color:#13222C;margin-bottom:1rem;font-weight:700;position:relative;padding-bottom:.8rem}
.zeit-karte h3::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:50px;height:3px;background:#02FFC6;border-radius:2px}
.zeit-karte .zeitraum{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:1rem}
.zeit-karte .details{font-size:.95rem;color:#6c757d;line-height:1.6}
.anreise-bereich{padding:4rem 1.5rem;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.anreise-bereich .container{max-width:900px;margin:0 auto}
.anreise-bereich h2{font-size:2rem;color:#13222C;margin-bottom:2.5rem;text-align:center;font-weight:700}
.weg-schritte{display:flex;flex-direction:column;gap:1.8rem;position:relative;padding-left:3rem}
.weg-schritte::before{content:'';position:absolute;left:18px;top:30px;bottom:30px;width:3px;background:linear-gradient(180deg,#02FFC6 0%,#01e6b3 100%);border-radius:2px}
.schritt-element{position:relative;background:#fff;padding:1.8rem 2rem;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease}
.schritt-element:hover{border-color:#02FFC6;box-shadow:0 4px 16px #13222c14}
.schritt-element::before{content:'';position:absolute;left:-44px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#02FFC6;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #02FFC6;z-index:2}
.schritt-element h3{font-size:1.25rem;color:#13222C;margin-bottom:.7rem;font-weight:700}
.schritt-element p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
@media (max-width: 992px) {
.formular-grid{grid-template-columns:1fr;gap:3rem}
.bild-kolonne{position:static;order:-1}
.bild-kolonne img{height:400px}
.zeitplan-raster{grid-template-columns:1fr;gap:1.5rem}
.weg-schritte{padding-left:2.5rem}
.schritt-element::before{left:-38px}
}
@media (max-width: 768px) {
.kontakt-einstieg{padding:3.5rem 1.5rem 3rem}
.einstieg-inhalt h1{font-size:2.2rem}
.einstieg-inhalt .untertitel{font-size:1.1rem}
.formular-haupt{padding:2rem 1.5rem}
.formular-kolonne h2{font-size:1.7rem}
.methoden-titel h2{font-size:1.8rem}
.methode-karte{flex-direction:column;text-align:center;padding:2rem}
.zeitfenster-kopf h2{font-size:1.75rem}
.anreise-bereich h2{font-size:1.7rem}
.bild-kolonne img{height:320px}
}
@media (max-width: 576px) {
.einstieg-inhalt h1{font-size:1.9rem}
.formular-kolonne h2{font-size:1.5rem}
.feld-gruppe input,.feld-gruppe select,.feld-gruppe textarea{padding:.8rem 1rem;font-size:.95rem}
.absenden-knopf{padding:1rem 1.5rem;font-size:1rem}
.weg-schritte{padding-left:2rem}
.weg-schritte::before{left:14px}
.schritt-element::before{left:-30px;width:14px;height:14px}
.schritt-element{padding:1.5rem}
}
.lernprogramm-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.lernprogramm-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#02ffc614 0%,transparent 70%);border-radius:50%}
.lernprogramm-hero .hero-content-wrap{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:2}
.lernprogramm-hero .hero-eyebrow{display:inline-block;font-size:.875rem;font-weight:600;color:#13222C;background:#02ffc626;padding:.5rem 1.25rem;border-radius:30px;margin-bottom:1.5rem;letter-spacing:.5px;text-transform:uppercase}
.lernprogramm-hero h1{font-size:2.75rem;font-weight:800;color:#13222C;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.5px}
.lernprogramm-hero .hero-subtitle{font-size:1.25rem;color:#495057;line-height:1.6;margin-bottom:2.5rem}
.lernprogramm-hero .hero-cta-btn{display:inline-block;padding:1rem 2.5rem;background:#13222C;color:#FEFEFF;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #13222C}
.lernprogramm-hero .hero-cta-btn:hover{background:none;color:#13222C;transform:translateY(-2px);box-shadow:0 8px 20px #13222c26}
.programm-struktur-block{background:#fff;padding:5rem 1.5rem}
.programm-struktur-block .struktur-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.programm-struktur-block .struktur-left h2{font-size:2.25rem;font-weight:700;color:#13222C;line-height:1.2;margin-bottom:1.5rem;position:relative;padding-left:1.5rem}
.programm-struktur-block .struktur-left h2::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#02FFC6 0%,#13222C 100%);border-radius:3px}
.programm-struktur-block .struktur-left p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.25rem}
.programm-struktur-block .struktur-right img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #13222c1f}
.module-timeline-section{background:linear-gradient(165deg,#f5f6fa 0%,#fff 100%);padding:5rem 1.5rem;position:relative}
.module-timeline-section .timeline-header{max-width:650px;margin:0 auto 4rem;text-align:center}
.module-timeline-section .timeline-header h2{font-size:2.5rem;font-weight:800;color:#13222C;margin-bottom:1rem}
.module-timeline-section .timeline-header p{font-size:1.1rem;color:#495057;line-height:1.6}
.module-timeline-section .timeline-wrapper{max-width:950px;margin:0 auto;position:relative}
.module-timeline-section .timeline-item{display:grid;grid-template-columns:80px 1fr;gap:2rem;margin-bottom:3rem;align-items:start}
.module-timeline-section .timeline-marker{width:80px;height:80px;background:#13222C;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800;color:#02FFC6;flex-shrink:0;box-shadow:0 8px 25px #13222c33;position:relative}
.module-timeline-section .timeline-content{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #13222c14;border-left:4px solid #02FFC6}
.module-timeline-section .timeline-content h3{font-size:1.5rem;font-weight:700;color:#13222C;margin-bottom:.75rem}
.module-timeline-section .timeline-content p{font-size:1rem;color:#495057;line-height:1.65}
.lernansatz-features{background:#fff;padding:5rem 1.5rem}
.lernansatz-features .features-container{max-width:1100px;margin:0 auto}
.lernansatz-features .features-intro{text-align:center;margin-bottom:4rem}
.lernansatz-features .features-intro h2{font-size:2.4rem;font-weight:700;color:#13222C;margin-bottom:1rem;position:relative;display:inline-block}
.lernansatz-features .features-intro h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#02FFC6;border-radius:2px}
.lernansatz-features .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}
.lernansatz-features .feature-card{background:#f8f9fa;padding:2.5rem 2rem;border-radius:10px;text-align:center;transition:all .35s ease;border:2px solid transparent}
.lernansatz-features .feature-card:hover{background:#fff;border-color:#02FFC6;transform:translateY(-6px);box-shadow:0 12px 30px #02ffc626}
.lernansatz-features .feature-icon{width:65px;height:65px;background:#13222C;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem;color:#02FFC6}
.lernansatz-features .feature-card h3{font-size:1.35rem;font-weight:700;color:#13222C;margin-bottom:1rem}
.lernansatz-features .feature-card p{font-size:.975rem;color:#495057;line-height:1.6}
.mentoren-section{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:5rem 1.5rem}
.mentoren-section .mentoren-wrapper{max-width:1150px;margin:0 auto}
.mentoren-section .section-title-block{margin-bottom:4rem}
.mentoren-section .section-title-block h2{font-size:2.6rem;font-weight:800;color:#13222C;margin-bottom:1.25rem;text-align:left}
.mentoren-section .section-title-block p{font-size:1.15rem;color:#495057;line-height:1.65;max-width:750px}
.mentoren-section .mentoren-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.mentoren-section .mentor-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #13222c1a;transition:all .3s ease}
.mentoren-section .mentor-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #13222c2e}
.mentoren-section .mentor-image{width:100%;height:280px;object-fit:cover}
.mentoren-section .mentor-info{padding:1.75rem}
.mentoren-section .mentor-info h3{font-size:1.35rem;font-weight:700;color:#13222C;margin-bottom:.5rem}
.mentoren-section .mentor-role{font-size:.95rem;color:#02FFC6;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}
.mentoren-section .mentor-bio{font-size:.975rem;color:#495057;line-height:1.6}
.abschluss-cta-section{background:#13222C;padding:5rem 1.5rem;position:relative;overflow:hidden}
.abschluss-cta-section::after{content:'';position:absolute;bottom:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#02ffc61f 0%,transparent 70%);border-radius:50%}
.abschluss-cta-section .cta-content-box{max-width:850px;margin:0 auto;text-align:center;position:relative;z-index:2}
.abschluss-cta-section h2{font-size:2.75rem;font-weight:800;color:#FEFEFF;margin-bottom:1.5rem;line-height:1.2}
.abschluss-cta-section .cta-text{font-size:1.2rem;color:#fefeffd9;line-height:1.7;margin-bottom:2.5rem}
.abschluss-cta-section .cta-btn-primary{display:inline-block;padding:1.15rem 3rem;background:#02FFC6;color:#13222C;text-decoration:none;border-radius:8px;font-weight:700;font-size:1.05rem;transition:all .3s ease;border:2px solid #02FFC6}
.abschluss-cta-section .cta-btn-primary:hover{background:none;color:#02FFC6;transform:scale(1.05);box-shadow:0 10px 30px #02ffc640}
@media (max-width: 992px) {
.lernprogramm-hero h1{font-size:2.25rem}
.programm-struktur-block .struktur-grid{grid-template-columns:1fr;gap:2.5rem}
.lernansatz-features .features-grid{grid-template-columns:1fr;gap:2rem}
.mentoren-section .mentoren-grid{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 768px) {
.lernprogramm-hero{padding:3rem 1.5rem 2.5rem}
.lernprogramm-hero h1{font-size:1.85rem}
.module-timeline-section .timeline-item{grid-template-columns:1fr;gap:1rem}
.module-timeline-section .timeline-marker{width:60px;height:60px;font-size:1.4rem;margin:0 auto 1rem}
.abschluss-cta-section h2{font-size:2rem}
}
.intl-student-page{background:#fafbfc;color:#212529}
.intl-student-page .page-header-intro{background:linear-gradient(135deg,#13222C 0%,#1a3340 100%);padding:80px 20px 70px;position:relative;overflow:hidden}
.intl-student-page .page-header-intro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#02ffc614 0%,transparent 70%);border-radius:50%}
.intl-student-page .intro-content-wrap{max-width:780px;margin:0 auto;position:relative;z-index:2}
.intl-student-page .intro-main-title{font-size:2.8rem;font-weight:700;color:#FEFEFF;margin-bottom:24px;line-height:1.2}
.intl-student-page .intro-main-title::after{content:'';display:block;width:90px;height:4px;background:#02FFC6;margin-top:18px}
.intl-student-page .intro-description{font-size:1.15rem;color:#fefeffe0;line-height:1.7;margin-bottom:0}
.intl-student-page .finance-access-section{padding:90px 20px;background:#fff}
.intl-student-page .finance-access-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;max-width:1100px;margin:0 auto;align-items:start}
.intl-student-page .finance-content-side h2{font-size:2.2rem;color:#13222C;font-weight:700;margin-bottom:28px;line-height:1.3}
.intl-student-page .finance-content-side h2::before{content:'→';color:#02FFC6;margin-right:12px;font-weight:700}
.intl-student-page .finance-content-side p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.intl-student-page .finance-visual-side{position:relative}
.intl-student-page .finance-visual-side img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #13222c1f}
.intl-student-page .finance-visual-side::after{content:'';position:absolute;bottom:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#02ffc626 0%,transparent 100%);border-radius:12px;z-index:-1}
.intl-student-page .advisor-profiles-section{padding:85px 20px;background:linear-gradient(to bottom,#f5f6fa 0%,#fff 100%)}
.intl-student-page .advisor-section-header{text-align:center;max-width:680px;margin:0 auto 60px}
.intl-student-page .advisor-section-header h2{font-size:2.3rem;color:#13222C;font-weight:700;margin-bottom:18px}
.intl-student-page .advisor-section-header p{font-size:1.08rem;color:#495057;line-height:1.7}
.intl-student-page .advisors-cards-row{display:flex;gap:40px;max-width:1000px;margin:0 auto;justify-content:center}
.intl-student-page .advisor-card-item{background:#fff;border-radius:16px;padding:35px 28px;box-shadow:0 4px 16px #13222c14;flex:1;max-width:360px;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}
.intl-student-page .advisor-card-item:hover{transform:translateY(-6px);box-shadow:0 12px 32px #13222c24;border-color:#02ffc64d}
.intl-student-page .advisor-photo-wrap{width:100px;height:100px;margin:0 auto 22px;border-radius:50%;overflow:hidden;border:3px solid #02FFC6}
.intl-student-page .advisor-photo-wrap img{width:100%;height:100%;object-fit:cover}
.intl-student-page .advisor-name{font-size:1.35rem;color:#13222C;font-weight:700;margin-bottom:8px;text-align:center}
.intl-student-page .advisor-role{font-size:.95rem;color:#02FFC6;font-weight:600;margin-bottom:18px;text-align:center;text-transform:uppercase;letter-spacing:.5px}
.intl-student-page .advisor-bio{font-size:1rem;color:#495057;line-height:1.7;text-align:center}
.intl-student-page .planning-steps-section{padding:95px 20px;background:#fff;position:relative}
.intl-student-page .planning-steps-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(to right,#13222C 0%,#02FFC6 50%,#13222C 100%)}
.intl-student-page .steps-header-zone{max-width:720px;margin:0 auto 55px;text-align:center}
.intl-student-page .steps-header-zone h2{font-size:2.4rem;color:#13222C;font-weight:700;margin-bottom:20px}
.intl-student-page .steps-header-zone h2::before{content:'◆';color:#02FFC6;margin-right:10px;font-size:.8em}
.intl-student-page .steps-header-zone h2::after{content:'◆';color:#02FFC6;margin-left:10px;font-size:.8em}
.intl-student-page .steps-header-zone p{font-size:1.1rem;color:#495057;line-height:1.75}
.intl-student-page .steps-list-container{max-width:950px;margin:0 auto;display:flex;flex-direction:column;gap:35px}
.intl-student-page .step-item-box{display:flex;gap:28px;align-items:flex-start;padding:32px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;border-left:5px solid #02FFC6;transition:all .3s ease}
.intl-student-page .step-item-box:hover{background:#fff;box-shadow:0 6px 20px #13222c1a;transform:translateX(8px)}
.intl-student-page .step-number-badge{flex-shrink:0;width:60px;height:60px;background:linear-gradient(135deg,#13222C 0%,#1f3a48 100%);color:#02FFC6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:700;box-shadow:0 4px 12px #13222c33}
.intl-student-page .step-text-content h3{font-size:1.45rem;color:#13222C;font-weight:700;margin-bottom:12px;margin-top:8px}
.intl-student-page .step-text-content p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:0}
@media (max-width: 768px) {
.intl-student-page .page-header-intro{padding:60px 20px 50px}
.intl-student-page .intro-main-title{font-size:2rem}
.intl-student-page .intro-description{font-size:1.05rem}
.intl-student-page .finance-access-section{padding:60px 20px}
.intl-student-page .finance-access-grid{grid-template-columns:1fr;gap:35px}
.intl-student-page .finance-content-side h2{font-size:1.8rem}
.intl-student-page .finance-visual-side::after{display:none}
.intl-student-page .advisor-profiles-section{padding:60px 20px}
.intl-student-page .advisor-section-header h2{font-size:1.9rem}
.intl-student-page .advisors-cards-row{flex-direction:column;align-items:center}
.intl-student-page .planning-steps-section{padding:65px 20px}
.intl-student-page .steps-header-zone h2{font-size:1.9rem}
.intl-student-page .step-item-box{flex-direction:column;padding:24px;gap:18px}
.intl-student-page .step-number-badge{width:50px;height:50px;font-size:1.4rem}
.intl-student-page .step-text-content h3{font-size:1.25rem;margin-top:0}
}
.cookie-policy-container{background:linear-gradient(135deg,#FEFEFF 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-policy-header-section{background:linear-gradient(to right,#13222C,#1a3340);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.cookie-policy-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:#02ffc60d;transform:rotate(15deg)}
.cookie-policy-title-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.cookie-policy-main-title{color:#02FFC6;font-size:2.8rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.5px}
.cookie-policy-subtitle{color:#FEFEFF;font-size:1.1rem;font-weight:300;margin:0;opacity:.9;line-height:1.6}
.cookie-policy-content-wrapper{max-width:100%;padding:0;background:#FEFEFF}
.cookie-policy-intro-block{padding:4rem 2rem;background:linear-gradient(to bottom,#fff,#fafbfc)}
.cookie-policy-intro-inner{max-width:900px;margin:0 auto}
.cookie-policy-intro-text{color:#343a40;font-size:1.05rem;line-height:1.9;margin:0 0 1.5rem}
.cookie-policy-intro-text:last-child{margin-bottom:0}
.cookie-policy-emphasis{color:#13222C;font-weight:600;position:relative;display:inline-block}
.cookie-policy-emphasis::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(to right,#02FFC6,transparent)}
.cookie-policy-section-primary{padding:3.5rem 2rem;background:#f8f9fa;border-top:1px solid #13222c14}
.cookie-policy-section-inner{max-width:900px;margin:0 auto}
.cookie-policy-section-heading{color:#13222C;font-size:2rem;font-weight:700;margin:0 0 2rem;position:relative;padding-left:1.5rem}
.cookie-policy-section-heading::before{content:'';position:absolute;left:0;top:.3rem;width:5px;height:2rem;background:#02FFC6;border-radius:3px}
.cookie-policy-narrative-block{background:#fff;border-left:3px solid #02FFC6;padding:2rem;margin:0 0 2rem;box-shadow:0 2px 8px #13222c0a}
.cookie-policy-narrative-text{color:#495057;font-size:1rem;line-height:1.8;margin:0 0 1.2rem}
.cookie-policy-narrative-text:last-child{margin-bottom:0}
.cookie-policy-technical-fragment{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:1.5rem;border-radius:8px;margin:1.5rem 0;border:1px solid #13222c0f}
.cookie-policy-tech-label{color:#13222C;font-size:.95rem;font-weight:600;margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.5px}
.cookie-policy-tech-description{color:#495057;font-size:.95rem;line-height:1.7;margin:0}
.cookie-policy-section-alternate{padding:3.5rem 2rem;background:#fff;border-top:1px solid #13222c14}
.cookie-policy-mosaic-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}
.cookie-policy-mosaic-tile{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2rem;border-radius:12px;border:1px solid #13222c14;transition:transform .3s ease,box-shadow .3s ease}
.cookie-policy-mosaic-tile:hover{transform:translateY(-4px);box-shadow:0 8px 16px #13222c14}
.cookie-policy-tile-heading{color:#13222C;font-size:1.3rem;font-weight:700;margin:0 0 1rem;position:relative;padding-bottom:.5rem}
.cookie-policy-tile-heading::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:#02FFC6;border-radius:2px}
.cookie-policy-tile-text{color:#495057;font-size:.95rem;line-height:1.7;margin:0}
.cookie-policy-section-tertiary{padding:3.5rem 2rem;background:linear-gradient(to bottom,#fafbfc,#f8f9fa);border-top:1px solid #13222c14}
.cookie-policy-layered-content{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 12px #13222c0f;margin:2rem 0}
.cookie-policy-subheading{color:#13222C;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;position:relative;display:inline-block}
.cookie-policy-subheading::before{content:'';position:absolute;top:-8px;left:-8px;width:6px;height:6px;background:#02FFC6;border-radius:50%}
.cookie-policy-paragraph-cluster{margin:1.5rem 0}
.cookie-policy-cluster-text{color:#495057;font-size:1rem;line-height:1.8;margin:0 0 1rem}
.cookie-policy-cluster-text:last-child{margin-bottom:0}
.cookie-policy-section-quaternary{padding:3.5rem 2rem;background:#fff;border-top:1px solid #13222c14}
.cookie-policy-control-framework{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-radius:12px;padding:2.5rem;margin:2rem 0;border:2px solid #02ffc633}
.cookie-policy-control-heading{color:#13222C;font-size:1.6rem;font-weight:700;margin:0 0 1.5rem;text-align:center}
.cookie-policy-control-description{color:#495057;font-size:1rem;line-height:1.8;margin:0 0 1.2rem;text-align:center}
.cookie-policy-technical-specs{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0}
.cookie-policy-spec-item{background:#fff;padding:1.5rem;border-radius:8px;border-left:4px solid #02FFC6;box-shadow:0 2px 6px #13222c0a}
.cookie-policy-spec-title{color:#13222C;font-size:1.1rem;font-weight:600;margin:0 0 .8rem}
.cookie-policy-spec-detail{color:#495057;font-size:.95rem;line-height:1.7;margin:0}
.cookie-policy-section-final{padding:4rem 2rem;background:linear-gradient(to bottom,#f8f9fa,#fff);border-top:1px solid #13222c14}
.cookie-policy-closing-block{max-width:900px;margin:0 auto;text-align:center}
.cookie-policy-closing-text{color:#495057;font-size:1.05rem;line-height:1.9;margin:0 0 2rem}
.cookie-policy-contact-frame{background:linear-gradient(135deg,#13222C 0%,#1a3340 100%);padding:2.5rem;border-radius:12px;position:relative;overflow:hidden}
.cookie-policy-contact-frame::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:#02ffc614;transform:rotate(-15deg)}
.cookie-policy-contact-content{position:relative;z-index:2}
.cookie-policy-contact-label{color:#02FFC6;font-size:1.2rem;font-weight:600;margin:0 0 1rem}
.cookie-policy-contact-link{display:inline-block;background:#02FFC6;color:#13222C;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #02ffc64d}
.cookie-policy-contact-link:hover{transform:translateY(-2px);box-shadow:0 6px 16px #02ffc666}
@media (max-width: 768px) {
.cookie-policy-main-title{font-size:2rem}
.cookie-policy-subtitle{font-size:1rem}
.cookie-policy-section-heading{font-size:1.6rem}
.cookie-policy-mosaic-container{grid-template-columns:1fr;gap:1.5rem}
.cookie-policy-header-section{padding:3rem 1.5rem 2rem}
.cookie-policy-intro-block,.cookie-policy-section-primary,.cookie-policy-section-alternate,.cookie-policy-section-tertiary,.cookie-policy-section-quaternary,.cookie-policy-section-final{padding:2.5rem 1.5rem}
.cookie-policy-layered-content,.cookie-policy-control-framework{padding:1.5rem}
}
@media (max-width: 480px) {
.cookie-policy-main-title{font-size:1.6rem}
.cookie-policy-section-heading{font-size:1.4rem;padding-left:1rem}
.cookie-policy-section-heading::before{width:4px;height:1.5rem}
.cookie-policy-narrative-block{padding:1.5rem}
.cookie-policy-mosaic-tile{padding:1.5rem}
}
.datenschutz-hauptbereich{background:linear-gradient(135deg,#FEFEFF 0%,#f8f9fa 100%);padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.datenschutz-einleitung{background:#13222C;color:#FEFEFF;padding:80px 20px;text-align:center;position:relative;overflow:hidden}
.datenschutz-einleitung::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#02ffc61a 0%,transparent 70%);border-radius:50%}
.datenschutz-haupttitel{font-size:3.2rem;font-weight:800;margin:0 0 25px;letter-spacing:-1px;position:relative;z-index:2}
.datenschutz-untertitel{font-size:1.25rem;opacity:.9;max-width:750px;margin:0 auto;line-height:1.7;position:relative;z-index:2}
.datenschutz-inhaltszone{max-width:100%;padding:0}
.datenschutz-sektion{padding:90px 40px;border-bottom:1px solid #13222c14}
.datenschutz-sektion:nth-child(even){background:#fff}
.datenschutz-sektion:nth-child(odd){background:#f8f9fa}
.datenschutz-sektion:last-child{border-bottom:none}
.sektion-innerer-rahmen{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:70px;align-items:start}
.sektion-kennzeichnung{position:sticky;top:100px}
.sektion-nummer{display:inline-block;width:55px;height:55px;background:linear-gradient(135deg,#02FFC6 0%,#13222C 100%);color:#FEFEFF;border-radius:12px;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:18px;box-shadow:0 4px 15px #02ffc640}
.sektion-titel-links{font-size:1.6rem;font-weight:700;color:#13222C;margin:0;line-height:1.3}
.sektion-inhalt-rechts h3{font-size:1.4rem;font-weight:600;color:#13222C;margin:0 0 20px;position:relative;padding-left:22px}
.sektion-inhalt-rechts h3::before{content:'';position:absolute;left:0;top:6px;width:4px;height:20px;background:#02FFC6;border-radius:2px}
.sektion-inhalt-rechts p{font-size:1.05rem;line-height:1.85;color:#495057;margin:0 0 28px}
.sektion-inhalt-rechts p:last-child{margin-bottom:0}
.datenschutz-liste-standard{list-style:none;padding:0;margin:30px 0}
.datenschutz-liste-standard li{padding:18px 0 18px 40px;position:relative;font-size:1.05rem;line-height:1.75;color:#495057;border-left:2px solid #02ffc64d;margin-bottom:15px}
.datenschutz-liste-standard li::before{content:'→';position:absolute;left:12px;color:#02FFC6;font-weight:700;font-size:1.3rem}
.hervorhebung-kasten{background:linear-gradient(135deg,#02ffc614 0%,#13222c0d 100%);border-left:5px solid #02FFC6;padding:30px 35px;margin:40px 0;border-radius:8px}
.hervorhebung-kasten p{margin:0;font-size:1.08rem;line-height:1.8;color:#343a40}
.datenschutz-tabelle-wrapper{overflow-x:auto;margin:40px 0;border-radius:10px;box-shadow:0 2px 20px #13222c14}
.datenschutz-tabelle{width:100%;border-collapse:collapse;background:#fff}
.datenschutz-tabelle thead{background:#13222C;color:#FEFEFF}
.datenschutz-tabelle th{padding:20px 25px;text-align:left;font-weight:600;font-size:1.05rem;border-right:1px solid #feefff1a}
.datenschutz-tabelle th:last-child{border-right:none}
.datenschutz-tabelle td{padding:22px 25px;border-bottom:1px solid #13222c14;color:#495057;font-size:1rem;line-height:1.7}
.datenschutz-tabelle tr:last-child td{border-bottom:none}
.datenschutz-tabelle tbody tr:hover{background:#02ffc60a;transition:background .3s ease}
.kontakt-abschluss-bereich{background:linear-gradient(135deg,#13222C 0%,#1a3340 100%);padding:70px 40px;text-align:center;color:#FEFEFF;position:relative}
.kontakt-abschluss-bereich::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:5px;background:linear-gradient(90deg,#02FFC6 0%,#13222C 50%,#02FFC6 100%)}
.kontakt-titel-gross{font-size:2rem;font-weight:700;margin:0 0 20px}
.kontakt-beschreibung{font-size:1.15rem;opacity:.9;max-width:700px;margin:0 auto 35px;line-height:1.7}
.kontakt-aktionsbutton{display:inline-block;background:#02FFC6;color:#13222C;padding:16px 45px;border-radius:8px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #02ffc64d}
.kontakt-aktionsbutton:hover{background:#13222C;color:#02FFC6;transform:translateY(-3px);box-shadow:0 6px 25px #02ffc666}
@media (max-width: 968px) {
.sektion-innerer-rahmen{grid-template-columns:1fr;gap:35px}
.sektion-kennzeichnung{position:static;display:flex;align-items:center;gap:20px}
.sektion-nummer{margin-bottom:0}
.datenschutz-haupttitel{font-size:2.3rem}
.datenschutz-sektion{padding:60px 25px}
.datenschutz-tabelle th,.datenschutz-tabelle td{padding:15px 18px;font-size:.95rem}
}
@media (max-width: 640px) {
.datenschutz-haupttitel{font-size:1.9rem}
.datenschutz-untertitel{font-size:1.05rem}
.sektion-titel-links{font-size:1.35rem}
.datenschutz-einleitung{padding:60px 20px}
.kontakt-abschluss-bereich{padding:50px 25px}
.kontakt-titel-gross{font-size:1.65rem}
}
.success-page-wrapper{background:linear-gradient(165deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:85vh;padding:0;position:relative;overflow:hidden}
.success-page-wrapper::before{content:'';position:absolute;top:-15%;right:-8%;width:420px;height:420px;background:radial-gradient(circle,#02ffc614 0%,transparent 65%);border-radius:50%;pointer-events:none}
.success-page-wrapper::after{content:'';position:absolute;bottom:-12%;left:-5%;width:380px;height:380px;background:radial-gradient(circle,#13222c0a 0%,transparent 70%);border-radius:50%;pointer-events:none}
.success-confirmation-container{max-width:920px;margin:0 auto;padding:6rem 2.5rem 5rem;position:relative;z-index:2}
.success-visual-marker{width:110px;height:110px;margin:0 auto 2.8rem;position:relative;display:flex;align-items:center;justify-content:center}
.success-visual-marker::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#02FFC6 0%,#02ffc64d 100%);border-radius:50%;animation:success-pulse-effect 2.4s ease-in-out infinite}
.success-visual-marker::after{content:'';font-size:3.2rem;color:#13222C;font-weight:700;position:relative;z-index:2;display:block;line-height:1}
@keyframes success-pulse-effect {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.08);opacity:.88}
}
.success-main-heading{font-size:2.65rem;line-height:1.22;color:#13222C;font-weight:700;text-align:center;margin:0 0 1.4rem;letter-spacing:-.02em}
.success-subtext-area{font-size:1.15rem;line-height:1.68;color:#495057;text-align:center;margin:0 0 3.2rem;max-width:680px;margin-left:auto;margin-right:auto}
.success-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin:3.8rem 0 4.2rem}
.success-info-card{background:#fff;border:1px solid #13222c14;border-radius:12px;padding:2rem 1.8rem;position:relative;transition:all .3s ease}
.success-info-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#02FFC6 0%,#02ffc64d 100%);border-radius:12px 0 0 12px;opacity:0;transition:opacity .3s ease}
.success-info-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #13222c14}
.success-info-card:hover::before{opacity:1}
.success-card-icon{width:46px;height:46px;background:linear-gradient(135deg,#02ffc61f 0%,#02ffc60d 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem;font-size:1.5rem;color:#13222C}
.success-card-title{font-size:1.25rem;font-weight:600;color:#13222C;margin:0 0 .7rem;line-height:1.3}
.success-card-description{font-size:.98rem;line-height:1.6;color:#6c757d;margin:0}
.success-timeline-wrapper{background:#fff;border:1px solid #13222c14;border-radius:16px;padding:2.8rem 2.2rem;margin:2.5rem 0 3.5rem;position:relative}
.success-timeline-heading{font-size:1.45rem;font-weight:600;color:#13222C;margin:0 0 2.4rem;text-align:center}
.success-timeline-list{display:flex;flex-direction:column;gap:2rem;position:relative;padding-left:70px}
.success-timeline-item{position:relative;padding:0}
.success-timeline-marker{position:absolute;left:-70px;top:4px;width:38px;height:38px;background:linear-gradient(135deg,#02FFC6 0%,#02ffc6b3 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:#13222C;z-index:2;box-shadow:0 3px 12px #02ffc640}
.success-timeline-item:not(:last-child)::before{content:'';position:absolute;left:-51px;top:42px;width:2px;height:calc(100% + 2rem);background:linear-gradient(180deg,#02ffc666 0%,#02ffc61a 100%)}
.success-timeline-content-title{font-size:1.12rem;font-weight:600;color:#13222C;margin:0 0 .5rem;line-height:1.4}
.success-timeline-content-text{font-size:.97rem;line-height:1.6;color:#6c757d;margin:0}
.success-action-zone{text-align:center;margin:3.8rem 0 0;padding:2.5rem 2rem;background:linear-gradient(135deg,#13222c05 0%,#02ffc60a 100%);border-radius:14px;border:1px solid #13222c0f}
.success-action-heading{font-size:1.38rem;font-weight:600;color:#13222C;margin:0 0 1.8rem}
.success-button-group{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;align-items:center}
.success-primary-btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 2.4rem;background:linear-gradient(135deg,#02FFC6 0%,#02ffc6d9 100%);color:#13222C;font-size:1.05rem;font-weight:600;border:none;border-radius:10px;text-decoration:none;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 14px #02ffc64d;position:relative;z-index:10}
.success-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #02ffc666;background:linear-gradient(135deg,#02FFC6 0%,#02FFC6 100%)}
.success-secondary-btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 2.4rem;background:#fff;color:#13222C;font-size:1.05rem;font-weight:600;border:2px solid #13222C;border-radius:10px;text-decoration:none;transition:all .3s ease;cursor:pointer;position:relative;z-index:10}
.success-secondary-btn:hover{background:#13222C;color:#FEFEFF;transform:translateY(-2px);box-shadow:0 6px 18px #13222c33}
.success-support-notice{margin-top:3rem;padding:1.8rem 2rem;background:#fff;border-left:4px solid #02FFC6;border-radius:0 10px 10px 0;box-shadow:0 2px 8px #13222c0a}
.success-support-notice p{font-size:.98rem;line-height:1.65;color:#495057;margin:0}
.success-support-notice strong{color:#13222C;font-weight:600}
.success-whatsapp-link{color:#02FFC6;font-weight:600;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease;position:relative;z-index:10}
.success-whatsapp-link:hover{border-bottom-color:#02FFC6}
@media (max-width: 768px) {
.success-confirmation-container{padding:4rem 1.5rem 3.5rem}
.success-main-heading{font-size:2rem;margin-bottom:1.2rem}
.success-subtext-area{font-size:1.05rem;margin-bottom:2.5rem}
.success-info-grid{grid-template-columns:1fr;gap:1.5rem;margin:2.8rem 0 3rem}
.success-timeline-wrapper{padding:2rem 1.5rem;margin:2rem 0 2.5rem}
.success-timeline-list{padding-left:60px}
.success-timeline-marker{left:-60px;width:34px;height:34px;font-size:.85rem}
.success-timeline-item:not(:last-child)::before{left:-43px}
.success-action-zone{padding:2rem 1.5rem;margin-top:2.8rem}
.success-button-group{flex-direction:column;width:100%}
.success-primary-btn,.success-secondary-btn{width:100%;justify-content:center}
.success-support-notice{padding:1.5rem 1.3rem;margin-top:2.5rem}
}
@media (max-width: 480px) {
.success-visual-marker{width:90px;height:90px;margin-bottom:2.2rem}
.success-visual-marker::after{font-size:2.6rem}
.success-main-heading{font-size:1.75rem}
.success-timeline-heading{font-size:1.25rem}
.success-action-heading{font-size:1.2rem}
}