*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-color:#183439;--secondary-color:#EFDB91;--tertiary-color:#F0F0F0;--dark-bg:#1a1a1a;--dark-surface:#2c2c2c;--dark-elevated:#343a40;--text-light:#f8f9fa;--text-muted:#e9ecef}
body{background:linear-gradient(165deg,#1a1a1a 0%,#2c2c2c 45%,#343a40 100%);color:var(--text-light);min-height:100vh;font:17px/1.7 'Manrope',sans-serif}
header{background:linear-gradient(135deg,#183439eb 0%,#2c2c2ce0 100%);backdrop-filter:blur(12px);border-bottom:1px solid #efdb9126;position:relative;z-index:100}
.header_row_primary{display:flex;justify-content:space-between;align-items:center;padding:18px 6%;border-bottom:1px solid #efdb9114;gap:30px}
.logo_company_block{display:flex;align-items:center;gap:22px;flex-shrink:0}
.site__logo_img{height:85px;width:85px;object-fit:contain;display:block}
.company_title_text{color:var(--secondary-color);letter-spacing:.3px;white-space:nowrap;font:600 19px 'Space Grotesk',sans-serif}
.contact_hours_container{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.email_contact_link{color:var(--text-muted);text-decoration:none;font-size:16px;transition:color .25s ease;display:flex;align-items:center;gap:8px}
.email_contact_link:hover{color:var(--secondary-color)}
.email_contact_link::before{content:"";font-size:18px;color:var(--secondary-color)}
.header_row_navigation{padding:16px 6%;display:flex;justify-content:center}
.main_site_nav{display:flex;gap:35px;align-items:center;flex-wrap:wrap}
.nav_link_item{color:var(--text-light);text-decoration:none;font-size:16px;font-weight:500;padding:10px 18px;border-radius:6px;background:linear-gradient(90deg,transparent 0%,#efdb910d 100%);transition:background .3s ease,color .3s ease;white-space:nowrap}
.nav_link_item:hover,.nav_link_item:focus{background:linear-gradient(90deg,#efdb911f 0%,#efdb912e 100%);color:var(--secondary-color);outline:2px solid #efdb914d;outline-offset:2px}
main{min-height:60vh}
footer{background:radial-gradient(ellipse at top,#183439f2 0%,#1a1a1afa 70%);backdrop-filter:blur(15px);margin-top:80px;padding:45px 6% 30px;border-top:2px solid #efdb9133;position:relative}
footer::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--secondary-color) 50%,transparent 100%);opacity:.4}
.footer_content_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:35px}
.footer_section_block{display:flex;flex-direction:column;gap:16px}
.footer_heading_title{color:var(--secondary-color);margin-bottom:8px;letter-spacing:.5px;font:600 18px 'Space Grotesk',sans-serif}
.footer_link_item{color:var(--text-muted);text-decoration:none;font-size:15px;transition:color .25s ease,padding-left .25s ease;padding-left:0;display:inline-block}
.footer_link_item:hover,.footer_link_item:focus{color:var(--secondary-color);padding-left:8px;outline:1px dashed #efdb9166;outline-offset:4px}
.footer_email_display{color:var(--text-muted);font-size:15px}
.footer_logo_brand{height:70px;width:70px;object-fit:contain;margin-bottom:12px}
.copyright_notice_text{text-align:center;padding-top:28px;border-top:1px solid #efdb911a;color:var(--text-muted);font-size:14px;letter-spacing:.3px}
.cookie_consent_panel{position:fixed;bottom:25px;right:25px;max-width:420px;background:linear-gradient(145deg,#183439f5 0%,#343a40f0 100%);backdrop-filter:blur(20px);border:1px solid #efdb9140;border-radius:12px;padding:28px;box-shadow:0 12px 40px #0009;z-index:9999;display:none;animation:slideInUp .4s ease-out}
@keyframes slideInUp {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.cookie_consent_panel.visible{display:block}
.cookie_heading_main{color:var(--secondary-color);margin-bottom:14px;font:600 20px 'Space Grotesk',sans-serif}
.cookie_description_text{font-size:15px;color:var(--text-muted);line-height:1.6;margin-bottom:22px}
.cookie_category_group{margin-bottom:18px}
.cookie_category_title{font-size:16px;font-weight:600;color:var(--text-light);margin-bottom:8px;display:flex;align-items:center;gap:10px}
.cookie_toggle_switch{position:relative;display:inline-block;width:48px;height:24px}
.cookie_toggle_switch input{opacity:0;width:0;height:0}
.toggle_slider_element{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:background-color .3s ease;border-radius:24px;background:#efdb9133}
.toggle_slider_element:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;transition:transform .3s ease;border-radius:50%;background:var(--text-light)}
input:checked + .toggle_slider_element{background:var(--secondary-color)}
input:checked + .toggle_slider_element:before{transform:translateX(24px)}
input:focus + .toggle_slider_element{outline:2px solid #efdb9180;outline-offset:2px}
.cookie_category_desc{font-size:14px;color:var(--text-muted);margin-top:6px;line-height:1.5}
.cookie_buttons_row{display:flex;gap:12px;margin-top:20px}
.cookie_action_btn{flex:1;padding:12px 20px;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease,transform .2s ease;font:600 15px 'Manrope',sans-serif}
.cookie_action_btn:hover{transform:translateY(-2px)}
.cookie_action_btn:focus{outline:3px solid #efdb9180;outline-offset:2px}
.btn_accept_all{background:linear-gradient(135deg,var(--secondary-color) 0%,#d4c278 100%);color:var(--primary-color)}
.btn_accept_all:hover{background:linear-gradient(135deg,#f5e9a8 0%,var(--secondary-color) 100%)}
.btn_reject_all{background:#efdb911f;color:var(--text-light);border:1px solid #efdb914d}
.btn_reject_all:hover{background:#efdb9133}
@media (max-width: 768px) {
.header_row_primary{flex-direction:column;align-items:flex-start;padding:16px 5%;gap:18px}
.logo_company_block{flex-direction:column;align-items:flex-start;gap:12px}
.company_title_text{font-size:17px}
.contact_hours_container{flex-direction:column;align-items:flex-start;gap:12px;width:100%}
.header_row_navigation{padding:12px 5%}
.main_site_nav{flex-direction:column;gap:12px;width:100%}
.nav_link_item{width:100%;text-align:center;padding:12px 16px}
.footer_content_grid{grid-template-columns:1fr;gap:30px}
.cookie_consent_panel{bottom:15px;right:15px;left:15px;max-width:none;padding:22px}
.cookie_buttons_row{flex-direction:column}
.site__logo_img{height:70px;width:70px}
}
@media (max-width: 480px) {
body{font-size:16px}
.site__logo_img{height:60px;width:60px}
.company_title_text{font-size:16px}
.nav_link_item{font-size:15px}
.cookie_heading_main{font-size:18px}
.cookie_description_text{font-size:14px}
}
.learning-tips-wrapper{background:#1a1a1a;color:#f8f9fa;overflow-x:hidden}
.learning-tips-wrapper *{box-sizing:border-box}
.ltp-hero-section{background:linear-gradient(135deg,#183439 0%,#2c2c2c 100%);padding:120px 20px 80px;position:relative}
.ltp-hero-section::before{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(circle at 30% 50%,#efdb9114 0%,transparent 50%);pointer-events:none}
.ltp-hero-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.ltp-hero-title{font-size:3.2rem;font-weight:700;color:#EFDB91;margin:0 0 30px;line-height:1.2;letter-spacing:-.5px}
.ltp-hero-subtitle{font-size:1.3rem;color:#e9ecef;line-height:1.6;margin:0 0 20px;font-weight:300}
.ltp-hero-intro{font-size:1.05rem;color:#F0F0F0;line-height:1.7;margin:0;opacity:.9}
.ltp-mindset-block{background:#2c2c2c;padding:90px 20px;position:relative}
.ltp-mindset-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.ltp-mindset-visual{position:relative}
.ltp-mindset-img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 20px 60px #0006}
.ltp-mindset-caption{position:absolute;bottom:20px;right:20px;background:#183439f2;padding:12px 20px;border-radius:6px;color:#EFDB91;font-size:.95rem;font-weight:600;letter-spacing:.3px}
.ltp-mindset-text h2{font-size:2.4rem;color:#EFDB91;margin:0 0 30px;font-weight:700;line-height:1.3}
.ltp-mindset-text h2::before{content:'';display:block;width:60px;height:4px;background:linear-gradient(90deg,#EFDB91 0%,#183439 100%);margin-bottom:20px;border-radius:2px}
.ltp-mindset-text p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin:0 0 24px}
.ltp-mindset-text p:last-child{margin-bottom:0}
.ltp-mindset-highlight{color:#EFDB91;font-weight:600}
.ltp-strategies-section{background:#1a1a1a;padding:80px 20px}
.ltp-strategies-container{max-width:1100px;margin:0 auto}
.ltp-strategies-header{text-align:center;margin-bottom:70px}
.ltp-strategies-title{font-size:2.6rem;color:#EFDB91;margin:0 0 20px;font-weight:700}
.ltp-strategies-desc{font-size:1.1rem;color:#e9ecef;max-width:700px;margin:0 auto;line-height:1.7}
.ltp-strategies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.ltp-strategy-card{background:linear-gradient(145deg,#2c2c2c 0%,#343a40 100%);padding:35px 30px;border-radius:10px;border:1px solid #efdb9126;transition:all .3s ease;position:relative;overflow:hidden}
.ltp-strategy-card::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#EFDB91 0%,#183439 100%);border-radius:10px;opacity:0;z-index:-1;transition:opacity .3s ease}
.ltp-strategy-card:hover{transform:translateY(-5px);border-color:#EFDB91}
.ltp-strategy-card:hover::before{opacity:.2}
.ltp-strategy-number{display:inline-block;width:45px;height:45px;background:#183439;color:#EFDB91;border-radius:50%;text-align:center;line-height:45px;font-size:1.3rem;font-weight:700;margin-bottom:20px}
.ltp-strategy-card h3{font-size:1.4rem;color:#F0F0F0;margin:0 0 15px;font-weight:600}
.ltp-strategy-card p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.ltp-perspectives-block{background:#2c2c2c;padding:85px 20px;position:relative}
.ltp-perspectives-wrapper{max-width:1150px;margin:0 auto}
.ltp-perspectives-intro{text-align:center;margin-bottom:60px}
.ltp-perspectives-intro h2{font-size:2.5rem;color:#EFDB91;margin:0 0 25px;font-weight:700}
.ltp-perspectives-intro p{font-size:1.08rem;color:#e9ecef;max-width:750px;margin:0 auto;line-height:1.7}
.ltp-perspectives-cards{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-bottom:50px}
.ltp-perspective-item{background:#1a1a1a;padding:40px;border-radius:8px;border-left:4px solid #EFDB91;display:flex;gap:30px;align-items:start;transition:transform .3s ease}
.ltp-perspective-item:hover{transform:translateX(8px)}
.ltp-perspective-avatar{flex-shrink:0}
.ltp-perspective-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #183439}
.ltp-perspective-content h3{font-size:1.3rem;color:#F0F0F0;margin:0 0 8px;font-weight:600}
.ltp-perspective-role{font-size:.95rem;color:#EFDB91;margin:0 0 15px;font-weight:500}
.ltp-perspective-content p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.ltp-practice-zone{background:linear-gradient(180deg,#183439 0%,#2c2c2c 100%);padding:90px 20px}
.ltp-practice-container{max-width:1050px;margin:0 auto}
.ltp-practice-title{font-size:2.7rem;color:#EFDB91;text-align:center;margin:0 0 50px;font-weight:700;position:relative;padding-bottom:20px}
.ltp-practice-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:120px;height:3px;background:linear-gradient(90deg,transparent 0%,#EFDB91 50%,transparent 100%)}
.ltp-practice-steps{display:flex;flex-direction:column;gap:35px}
.ltp-practice-step{background:#f0f0f00a;padding:35px 40px;border-radius:10px;display:grid;grid-template-columns:70px 1fr;gap:30px;align-items:start;border:1px solid #efdb911a;transition:all .3s ease;position:relative}
.ltp-practice-step:hover{background:#f0f0f012;border-color:#efdb914d}
.ltp-step-marker{width:70px;height:70px;background:linear-gradient(135deg,#EFDB91 0%,#c5b675 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#183439;flex-shrink:0;box-shadow:0 4px 15px #efdb914d}
.ltp-step-content h3{font-size:1.5rem;color:#F0F0F0;margin:0 0 15px;font-weight:600}
.ltp-step-content p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin:0 0 15px}
.ltp-step-content p:last-child{margin-bottom:0}
.ltp-step-accent{color:#EFDB91;font-weight:600}
@media (max-width: 1024px) {
.ltp-mindset-inner{grid-template-columns:1fr;gap:50px}
.ltp-strategies-grid{grid-template-columns:1fr;gap:30px}
.ltp-perspectives-cards{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.ltp-hero-section{padding:80px 20px 60px}
.ltp-hero-title{font-size:2.2rem}
.ltp-hero-subtitle{font-size:1.15rem}
.ltp-mindset-img{height:340px}
.ltp-mindset-text h2{font-size:2rem}
.ltp-strategies-title{font-size:2rem}
.ltp-perspectives-intro h2{font-size:2rem}
.ltp-perspective-item{flex-direction:column;gap:20px}
.ltp-practice-title{font-size:2.1rem}
.ltp-practice-step{grid-template-columns:1fr;gap:20px;padding:30px 25px}
.ltp-step-marker{width:60px;height:60px;font-size:1.7rem;margin:0 auto}
}
.coach-hero-wrapper{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#1a1a1a 0%,#183439 100%)}
.coach-hero-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:.15;z-index:1;background:url(./picture_gallery/rEJF.jpg) (cover) center}
.coach-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:60px 20px}
.coach-hero-title{font-size:4.2rem;line-height:1.1;color:#EFDB91;margin:0 0 30px;font-weight:700;text-shadow:2px 2px 8px #00000080}
.coach-hero-subtitle{font-size:1.5rem;color:#F0F0F0;margin:0 0 50px;max-width:700px;line-height:1.6;opacity:.95}
.coach-hero-cta{display:inline-block;padding:18px 45px;background:linear-gradient(135deg,#183439 0%,#1f4851 100%);color:#EFDB91;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:6px;border:2px solid #EFDB91;transition:all .3s ease;box-shadow:0 6px 20px #efdb9133}
.coach-hero-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #efdb9166;background:linear-gradient(135deg,#1f4851 0%,#183439 100%)}
.coach-reality-section{background:#2c2c2c;padding:100px 20px;position:relative;clip-path:polygon(0 5%,100% 0,100% 100%,0 95%);margin-top:-50px}
.coach-reality-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.coach-reality-text h2{font-size:2.8rem;color:#EFDB91;margin:0 0 25px;line-height:1.2;position:relative;padding-left:25px}
.coach-reality-text h2::before{content:'';position:absolute;left:0;top:10px;width:6px;height:60%;background:linear-gradient(180deg,#EFDB91 0%,#183439 100%);border-radius:3px}
.coach-reality-text p{font-size:1.15rem;color:#F0F0F0;line-height:1.8;margin:0 0 20px}
.coach-reality-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 50px #0006;transform:rotate(-2deg);transition:transform .4s ease}
.coach-reality-image:hover{transform:rotate(0deg) scale(1.02)}
.coach-reality-image img{width:100%;height:500px;object-fit:cover;display:block}
.coach-approach-wrapper{background:linear-gradient(160deg,#1a1a1a 0%,#343a40 100%);padding:120px 20px 100px;position:relative}
.coach-approach-inner{max-width:1200px;margin:0 auto}
.coach-approach-header{text-align:center;margin-bottom:80px}
.coach-approach-header h2{font-size:3rem;color:#F0F0F0;margin:0 0 20px;position:relative;display:inline-block}
.coach-approach-header h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,transparent,#EFDB91,transparent);border-radius:2px}
.coach-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.coach-approach-card{background:#2c2c2c;padding:45px 35px;border-radius:8px;border-left:5px solid #183439;transition:all .35s ease;position:relative;overflow:hidden}
.coach-approach-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1834391a 0%,transparent 60%);opacity:0;transition:opacity .35s ease}
.coach-approach-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #efdb9126;border-left-color:#EFDB91}
.coach-approach-card:hover::before{opacity:1}
.coach-approach-card h3{font-size:1.6rem;color:#EFDB91;margin:0 0 18px;position:relative;z-index:1}
.coach-approach-card p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin:0;position:relative;z-index:1}
.coach-method-section{background:#343a40;padding:100px 20px;position:relative}
.coach-method-layout{max-width:1300px;margin:0 auto;display:flex;gap:60px;align-items:stretch}
.coach-method-visual{flex:0 0 420px;position:relative}
.coach-method-portrait{width:100%;height:100%;border-radius:10px;overflow:hidden;box-shadow:-10px 10px 40px #00000080;border:3px solid #183439}
.coach-method-portrait img{width:100%;height:100%;object-fit:cover;display:block}
.coach-method-content{flex:1;display:flex;flex-direction:column;justify-content:center}
.coach-method-content h2{font-size:2.6rem;color:#EFDB91;margin:0 0 30px;line-height:1.3}
.coach-method-list{list-style:none;margin:0;padding:0}
.coach-method-list li{font-size:1.1rem;color:#F0F0F0;line-height:1.75;margin:0 0 22px;padding-left:35px;position:relative}
.coach-method-list li::before{content:'→';position:absolute;left:0;color:#EFDB91;font-size:1.4rem;font-weight:700}
.coach-method-note{background:#18343966;padding:25px 30px;border-radius:8px;margin-top:35px;border-left:4px solid #EFDB91}
.coach-method-note p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin:0;font-style:italic}
.coach-start-zone{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);padding:120px 20px;position:relative;overflow:hidden}
.coach-start-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#efdb9114 0%,transparent 70%);border-radius:50%}
.coach-start-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.coach-start-content{text-align:center;background:#343a4099;padding:70px 50px;border-radius:12px;backdrop-filter:blur(10px);border:2px solid #efdb9133}
.coach-start-content h2{font-size:2.9rem;color:#F0F0F0;margin:0 0 25px;line-height:1.2}
.coach-start-content p{font-size:1.2rem;color:#e9ecef;line-height:1.7;margin:0 0 45px;max-width:800px;margin-left:auto;margin-right:auto}
.coach-start-buttons{display:flex;gap:25px;justify-content:center;flex-wrap:wrap}
.coach-start-btn{padding:18px 40px;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;display:inline-block}
.coach-start-primary{background:linear-gradient(135deg,#EFDB91 0%,#d4c076 100%);color:#1a1a1a;border:2px solid #EFDB91}
.coach-start-primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #efdb914d;background:linear-gradient(135deg,#d4c076 0%,#EFDB91 100%)}
.coach-start-secondary{background:none;color:#EFDB91;border:2px solid #EFDB91}
.coach-start-secondary:hover{background:#efdb911a;transform:translateY(-3px);box-shadow:0 8px 25px #efdb9133}
@media (max-width: 1024px) {
.coach-reality-container{grid-template-columns:1fr;gap:50px}
.coach-reality-image{transform:rotate(0)}
.coach-approach-grid{grid-template-columns:1fr;gap:30px}
.coach-method-layout{flex-direction:column}
.coach-method-visual{flex:0 0 auto;max-width:400px;margin:0 auto}
}
@media (max-width: 768px) {
.coach-hero-title{font-size:2.8rem}
.coach-hero-subtitle{font-size:1.2rem}
.coach-reality-section{padding:70px 20px;clip-path:none}
.coach-reality-text h2{font-size:2.2rem}
.coach-reality-image img{height:350px}
.coach-approach-wrapper{padding:80px 20px 70px}
.coach-approach-header h2{font-size:2.2rem}
.coach-approach-card{padding:35px 25px}
.coach-method-section{padding:70px 20px}
.coach-method-content h2{font-size:2rem}
.coach-method-portrait{height:400px}
.coach-start-zone{padding:80px 20px}
.coach-start-content{padding:50px 30px}
.coach-start-content h2{font-size:2.2rem}
.coach-start-buttons{flex-direction:column;align-items:stretch}
.coach-start-btn{width:100%}
}
@media (max-width: 480px) {
.coach-hero-title{font-size:2.2rem}
.coach-hero-subtitle{font-size:1.05rem}
.coach-hero-cta{padding:15px 35px;font-size:1rem}
.coach-reality-text h2{font-size:1.8rem;padding-left:20px}
.coach-approach-header h2{font-size:1.9rem}
.coach-method-content h2{font-size:1.75rem}
.coach-start-content h2{font-size:1.9rem}
.coach-start-content p{font-size:1.05rem}
}
.contact-wrapper-main{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:auto}
.first-reach-section{padding:4rem 2rem 3rem;max-width:1400px;margin:0 auto;background:#1a1a1a}
.reach-heading-block{max-width:900px;margin:0 auto 3.5rem;text-align:center}
.reach-heading-block h1{font-size:2.8rem;color:#EFDB91;font-weight:700;margin-bottom:1.2rem;line-height:1.3}
.reach-heading-block .intro-phrase{font-size:1.15rem;color:#f0f0f0;line-height:1.7;margin-bottom:.8rem}
.reach-heading-block .secondary-note{font-size:1rem;color:#b8b8b8;line-height:1.6}
.form-channels-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.conversation-form-container{background:#2c2c2c;padding:2.5rem;border-radius:8px;border:1px solid #3a3a3a}
.conversation-form-container h2{font-size:1.6rem;color:#EFDB91;margin-bottom:2rem;font-weight:600}
.field-wrapper-custom{margin-bottom:1.8rem}
.field-wrapper-custom label{display:block;font-size:.95rem;color:#e9ecef;margin-bottom:.5rem;font-weight:500}
.field-wrapper-custom input,.field-wrapper-custom textarea{width:100%;padding:.9rem 1rem;background:#1a1a1a;border:1px solid #495057;border-radius:4px;color:#f8f9fa;font-size:1rem;transition:all .3s ease}
.field-wrapper-custom input:focus,.field-wrapper-custom textarea:focus{outline:none;border-color:#EFDB91;box-shadow:0 0 0 3px #efdb9126}
.field-wrapper-custom textarea{min-height:140px;resize:vertical;font-family:inherit}
.privacy-consent-block{margin:1.5rem 0 2rem;display:flex;align-items:start;gap:.7rem}
.privacy-consent-block input[type="checkbox"]{width:18px;height:18px;margin-top:.2rem;cursor:pointer;flex-shrink:0}
.privacy-consent-block label{font-size:.9rem;color:#d0d0d0;line-height:1.5;cursor:pointer}
.privacy-consent-block a{color:#EFDB91;text-decoration:underline;transition:color .2s ease}
.privacy-consent-block a:hover{color:#fff}
.submit-action-btn{background:linear-gradient(135deg,#183439 0%,#2a4d54 100%);color:#EFDB91;padding:1rem 2.5rem;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}
.submit-action-btn:hover{background:linear-gradient(135deg,#2a4d54 0%,#183439 100%);transform:translateY(-2px);box-shadow:0 6px 20px #efdb9140}
.alternative-channels{display:flex;flex-direction:column;gap:2rem}
.channel-card-item{background:#2c2c2c;padding:2rem;border-radius:8px;border-left:4px solid #183439;transition:all .3s ease}
.channel-card-item:hover{border-left-color:#EFDB91;transform:translateX(8px)}
.channel-card-item h3{font-size:1.3rem;color:#EFDB91;margin-bottom:.8rem;font-weight:600}
.channel-card-item .channel-detail{font-size:1rem;color:#f0f0f0;line-height:1.6;margin-bottom:.5rem}
.channel-card-item .channel-note{font-size:.9rem;color:#b8b8b8;font-style:italic}
.location-hours-section{padding:4rem 2rem;background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%)}
.location-hours-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}
.physical-presence-box{background:#343a40;padding:2.5rem;border-radius:8px;position:relative}
.physical-presence-box::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#EFDB91 0%,#183439 100%);border-radius:8px 0 0 8px}
.physical-presence-box h2{font-size:1.8rem;color:#EFDB91;margin-bottom:1.5rem;font-weight:600}
.physical-presence-box .address-line{font-size:1.1rem;color:#f8f9fa;line-height:1.8;margin-bottom:1rem}
.physical-presence-box .city-country{font-size:1rem;color:#d0d0d0;margin-bottom:1.5rem}
.physical-presence-box .proximity-note{font-size:.95rem;color:#b8b8b8;line-height:1.6;padding-top:1rem;border-top:1px solid #495057}
.availability-info-box{background:#2c2c2c;padding:2rem;border-radius:8px;border:1px solid #3a3a3a}
.availability-info-box h3{font-size:1.4rem;color:#EFDB91;margin-bottom:1.2rem;font-weight:600}
.availability-info-box .time-detail{font-size:1rem;color:#f0f0f0;line-height:1.7;margin-bottom:.8rem}
.availability-info-box .response-expectation{font-size:.9rem;color:#b8b8b8;line-height:1.6;padding-top:1rem;border-top:1px solid #3a3a3a;margin-top:1rem}
.reasons-to-connect-section{padding:4rem 2rem;background:#1a1a1a}
.reasons-container-main{max-width:1300px;margin:0 auto}
.reasons-container-main h2{font-size:2.2rem;color:#EFDB91;text-align:center;margin-bottom:3rem;font-weight:600}
.reasons-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.reason-box-item{background:#2c2c2c;padding:2rem;border-radius:8px;border-top:3px solid #183439;transition:all .3s ease}
.reason-box-item:hover{border-top-color:#EFDB91;transform:translateY(-5px);box-shadow:0 8px 24px #0006}
.reason-box-item h3{font-size:1.3rem;color:#EFDB91;margin-bottom:1rem;font-weight:600}
.reason-box-item p{font-size:.95rem;color:#d0d0d0;line-height:1.6}
.image-context-section{padding:4rem 2rem;background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%)}
.image-context-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.context-text-block h2{font-size:2rem;color:#EFDB91;margin-bottom:1.5rem;font-weight:600}
.context-text-block p{font-size:1rem;color:#e9ecef;line-height:1.7;margin-bottom:1.2rem}
.context-text-block .emphasis-line{color:#EFDB91;font-weight:500}
.context-image-holder{position:relative}
.context-image-holder img{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 30px #00000080}
.expectations-clarity-section{padding:4rem 2rem;background:#343a40}
.expectations-wrapper{max-width:1000px;margin:0 auto;text-align:center}
.expectations-wrapper h2{font-size:2rem;color:#EFDB91;margin-bottom:2rem;font-weight:600}
.timeline-process-holder{display:flex;justify-content:space-between;gap:2rem;margin-top:3rem;position:relative}
.timeline-process-holder::before{content:'';position:absolute;top:25px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#183439 0%,#EFDB91 50%,#183439 100%);z-index:1}
.process-step-item{flex:1;background:#2c2c2c;padding:2rem 1.5rem;border-radius:8px;position:relative;z-index:2;transition:all .3s ease}
.process-step-item:hover{background:#3a4147;transform:scale(1.05)}
.step-number-marker{width:50px;height:50px;background:linear-gradient(135deg,#183439 0%,#2a4d54 100%);color:#EFDB91;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin:0 auto 1.2rem;border:3px solid #1a1a1a}
.process-step-item h3{font-size:1.2rem;color:#EFDB91;margin-bottom:.8rem;font-weight:600}
.process-step-item p{font-size:.9rem;color:#d0d0d0;line-height:1.6}
.final-invitation-section{padding:4rem 2rem;background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%)}
.invitation-content-box{max-width:900px;margin:0 auto;text-align:center;background:#343a40;padding:3rem 2.5rem;border-radius:8px;border:2px solid #183439}
.invitation-content-box h2{font-size:2rem;color:#EFDB91;margin-bottom:1.5rem;font-weight:600}
.invitation-content-box p{font-size:1.05rem;color:#e9ecef;line-height:1.7;margin-bottom:2rem}
.cta-link-element{display:inline-block;background:linear-gradient(135deg,#EFDB91 0%,#d4c27d 100%);color:#183439;padding:1rem 2.5rem;border-radius:6px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #efdb914d}
.cta-link-element:hover{background:linear-gradient(135deg,#d4c27d 0%,#EFDB91 100%);transform:translateY(-3px);box-shadow:0 6px 20px #efdb9166}
.learning-resources-link{display:inline-block;color:#EFDB91;text-decoration:underline;font-size:1rem;margin-top:1rem;transition:color .2s ease}
.learning-resources-link:hover{color:#fff}
@media (max-width: 768px) {
.form-channels-grid{grid-template-columns:1fr;gap:2rem}
.location-hours-container{grid-template-columns:1fr;gap:2rem}
.reasons-grid-layout{grid-template-columns:1fr;gap:1.5rem}
.image-context-container{grid-template-columns:1fr;gap:2rem}
.timeline-process-holder{flex-direction:column}
.timeline-process-holder::before{display:none}
.reach-heading-block h1{font-size:2rem}
.first-reach-section{padding:3rem 1.5rem 2rem}
.conversation-form-container{padding:2rem 1.5rem}
}
.about-main-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);color:#f8f9fa;min-height:100vh}
.about-hero-section{padding:90px 20px 70px;background:linear-gradient(165deg,#183439 0%,#2c2c2c 50%,#1a1a1a 100%);position:relative;overflow:hidden}
.about-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#efdb9114 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:850px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:3.2rem;font-weight:700;color:#EFDB91;margin-bottom:25px;line-height:1.2}
.about-hero-content .hero-subtitle{font-size:1.3rem;color:#e9ecef;line-height:1.7;margin-bottom:35px}
.about-hero-content .hero-desc{font-size:1.05rem;color:#f0f0f0;line-height:1.8;opacity:.9}
.about-story-block{padding:80px 20px;background:#1a1a1a;position:relative}
.about-story-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.about-story-text h2{font-size:2.6rem;color:#EFDB91;margin-bottom:30px;font-weight:600;position:relative;padding-left:20px}
.about-story-text h2::before{content:'';position:absolute;left:0;top:5px;width:5px;height:80%;background:linear-gradient(180deg,#EFDB91 0%,#183439 100%);border-radius:3px}
.about-story-text p{font-size:1.08rem;color:#e9ecef;line-height:1.85;margin-bottom:22px}
.about-story-text p:last-of-type{margin-bottom:0}
.about-story-image{border-radius:12px;overflow:hidden;box-shadow:0 15px 45px #00000080;position:relative}
.about-story-image::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#1834394d 0%,transparent 60%);pointer-events:none}
.about-story-image img{width:100%;height:480px;object-fit:cover;display:block;transition:transform .4s ease}
.about-story-image:hover img{transform:scale(1.05)}
.about-values-section{padding:85px 20px;background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);position:relative}
.about-values-container{max-width:1150px;margin:0 auto}
.about-values-header{text-align:center;margin-bottom:65px}
.about-values-header h2{font-size:2.8rem;color:#EFDB91;margin-bottom:20px;font-weight:600}
.about-values-header p{font-size:1.15rem;color:#f0f0f0;max-width:700px;margin:0 auto;line-height:1.75;opacity:.95}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.value-card-item{background:#343a40;padding:45px 35px;border-radius:10px;border:1px solid #efdb9126;transition:all .35s ease;position:relative;overflow:hidden}
.value-card-item::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#183439 0%,#EFDB91 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.value-card-item:hover::before{transform:scaleX(1)}
.value-card-item:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0009;border-color:#efdb9166}
.value-card-item h3{font-size:1.55rem;color:#EFDB91;margin-bottom:18px;font-weight:600}
.value-card-item p{font-size:1.02rem;color:#e9ecef;line-height:1.75;margin:0}
.about-approach-block{padding:80px 20px;background:#1a1a1a}
.about-approach-wrapper{max-width:1200px;margin:0 auto}
.about-approach-intro{text-align:center;margin-bottom:60px}
.about-approach-intro h2{font-size:2.7rem;color:#EFDB91;margin-bottom:22px;font-weight:600}
.about-approach-intro p{font-size:1.12rem;color:#f0f0f0;max-width:750px;margin:0 auto;line-height:1.8}
.approach-content-layout{display:flex;gap:50px;align-items:flex-start}
.approach-images-column{flex:0 0 45%;display:flex;flex-direction:column;gap:25px}
.approach-img-box{border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0006;position:relative}
.approach-img-box::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,#18343966 100%)}
.approach-img-box img{width:100%;height:280px;object-fit:cover;display:block;transition:transform .4s ease}
.approach-img-box:hover img{transform:scale(1.08)}
.approach-text-column{flex:1}
.approach-list-item{margin-bottom:35px;padding-left:40px;position:relative}
.approach-list-item::before{content:'';position:absolute;left:0;top:8px;width:24px;height:24px;background:linear-gradient(135deg,#EFDB91 0%,#183439 100%);border-radius:50%;box-shadow:0 0 15px #efdb9166}
.approach-list-item h3{font-size:1.45rem;color:#EFDB91;margin-bottom:12px;font-weight:600}
.approach-list-item p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin:0}
.about-team-section{padding:85px 20px;background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%)}
.about-team-container{max-width:1000px;margin:0 auto}
.about-team-header{text-align:center;margin-bottom:55px}
.about-team-header h2{font-size:2.8rem;color:#EFDB91;margin-bottom:18px;font-weight:600}
.about-team-header p{font-size:1.1rem;color:#f0f0f0;line-height:1.7;opacity:.95}
.team-members-row{display:flex;gap:45px;justify-content:center}
.team-member-card{background:#343a40;border-radius:12px;overflow:hidden;max-width:420px;border:1px solid #efdb9133;transition:all .35s ease;box-shadow:0 8px 25px #0000004d}
.team-member-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #00000080;border-color:#efdb9180}
.team-member-photo{width:100%;height:360px;overflow:hidden;position:relative}
.team-member-photo::after{content:'';position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,#183439b3 0%,transparent 100%)}
.team-member-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.team-member-card:hover .team-member-photo img{transform:scale(1.1)}
.team-member-info{padding:30px 28px}
.team-member-info h3{font-size:1.6rem;color:#EFDB91;margin-bottom:8px;font-weight:600}
.team-member-info .member-role{font-size:1.05rem;color:#183439;background:#EFDB91;display:inline-block;padding:4px 14px;border-radius:20px;margin-bottom:18px;font-weight:500}
.team-member-info p{font-size:1.02rem;color:#e9ecef;line-height:1.75;margin:0}
@media (max-width: 1024px) {
.about-story-inner{grid-template-columns:1fr;gap:45px}
.about-values-grid{grid-template-columns:repeat(2,1fr);gap:35px}
.approach-content-layout{flex-direction:column}
.approach-images-column{flex:1;width:100%}
.team-members-row{flex-direction:column;align-items:center;gap:40px}
}
@media (max-width: 768px) {
.about-hero-content h1{font-size:2.4rem}
.about-hero-content .hero-subtitle{font-size:1.15rem}
.about-story-text h2,.about-values-header h2,.about-approach-intro h2,.about-team-header h2{font-size:2.1rem}
.about-values-grid{grid-template-columns:1fr;gap:28px}
.value-card-item{padding:35px 25px}
.approach-list-item{padding-left:35px}
.team-member-photo{height:320px}
}
@media (max-width: 480px) {
.about-hero-section{padding:60px 15px 50px}
.about-hero-content h1{font-size:2rem}
.about-story-block,.about-values-section,.about-approach-block,.about-team-section{padding:60px 15px}
.about-story-image img{height:340px}
.approach-img-box img{height:240px}
}
.student-projects-main{background:#1a1a1a;color:#f8f9fa;overflow-x:hidden}
.student-projects-main *{box-sizing:border-box}
.sp-hero-block{background:linear-gradient(135deg,#183439 0%,#2c2c2c 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.sp-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#efdb9114 0%,transparent 70%);border-radius:50%}
.sp-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.sp-hero-title{font-size:3.2rem;font-weight:700;color:#EFDB91;margin:0 0 30px;line-height:1.2;letter-spacing:-.5px}
.sp-hero-subtitle{font-size:1.35rem;color:#e9ecef;margin:0 0 25px;line-height:1.7}
.sp-hero-text{font-size:1.05rem;color:#f0f0f0;line-height:1.8;margin:0;opacity:.92}
.sp-showcase-section{background:#242424;padding:0;display:grid;grid-template-columns:1fr 1.2fr;gap:0;min-height:560px}
.sp-showcase-image-wrap{position:relative;overflow:hidden;background:#1a1a1a}
.sp-showcase-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.sp-showcase-content-wrap{padding:70px 60px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(to right,#242424 0%,#2c2c2c 100%)}
.sp-showcase-label{font-size:.85rem;color:#EFDB91;text-transform:uppercase;letter-spacing:2px;margin:0 0 20px;font-weight:600}
.sp-showcase-heading{font-size:2.4rem;color:#fff;margin:0 0 25px;line-height:1.25;font-weight:700}
.sp-showcase-description{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin:0 0 20px}
.sp-showcase-note{font-size:.95rem;color:#f0f0f0;line-height:1.7;opacity:.88;margin:0}
.sp-timeline-block{background:#1a1a1a;padding:90px 20px;position:relative}
.sp-timeline-block::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to right,transparent 0%,#183439 50%,transparent 100%)}
.sp-timeline-wrapper{max-width:1100px;margin:0 auto}
.sp-timeline-intro{text-align:center;margin-bottom:70px}
.sp-timeline-intro h2{font-size:2.6rem;color:#EFDB91;margin:0 0 20px;font-weight:700}
.sp-timeline-intro p{font-size:1.1rem;color:#e9ecef;line-height:1.7;max-width:700px;margin:0 auto}
.sp-timeline-items{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.sp-timeline-item{background:#2c2c2c;padding:35px 30px;border-radius:8px;border-left:4px solid #183439;position:relative;transition:transform .3s ease,border-color .3s ease}
.sp-timeline-item:hover{transform:translateY(-5px);border-left-color:#EFDB91}
.sp-timeline-number{position:absolute;top:-15px;left:30px;width:42px;height:42px;background:linear-gradient(135deg,#183439 0%,#EFDB91 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#1a1a1a;font-size:1.1rem}
.sp-timeline-item h3{font-size:1.3rem;color:#fff;margin:25px 0 15px;font-weight:600}
.sp-timeline-item p{font-size:.98rem;color:#e9ecef;line-height:1.7;margin:0}
.sp-mentor-profile-block{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 100%);padding:85px 20px}
.sp-mentor-container{max-width:1000px;margin:0 auto;display:flex;gap:50px;align-items:center}
.sp-mentor-photo-area{flex-shrink:0;width:280px}
.sp-mentor-photo-area img{width:100%;height:auto;border-radius:12px;border:3px solid #183439;display:block}
.sp-mentor-info-area{flex:1}
.sp-mentor-tag{display:inline-block;background:#efdb9126;color:#EFDB91;padding:8px 18px;border-radius:20px;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px}
.sp-mentor-info-area h2{font-size:2.3rem;color:#fff;margin:0 0 15px;font-weight:700}
.sp-mentor-role{font-size:1.15rem;color:#EFDB91;margin:0 0 25px;font-weight:500}
.sp-mentor-bio{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin:0 0 20px}
.sp-mentor-highlight{font-size:1rem;color:#f0f0f0;line-height:1.7;padding-left:20px;border-left:3px solid #183439;margin:0;font-style:italic;opacity:.9}
.sp-examples-grid-block{background:#242424;padding:90px 20px;position:relative}
.sp-examples-grid-block::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent 0%,#EFDB91 50%,transparent 100%)}
.sp-examples-container{max-width:1200px;margin:0 auto}
.sp-examples-header{margin-bottom:60px}
.sp-examples-header h2{font-size:2.7rem;color:#fff;margin:0 0 20px;font-weight:700}
.sp-examples-header h2::after{content:'';display:block;width:80px;height:4px;background:#EFDB91;margin-top:15px}
.sp-examples-header p{font-size:1.1rem;color:#e9ecef;line-height:1.7;margin:0;max-width:750px}
.sp-examples-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.sp-example-card{background:linear-gradient(145deg,#2c2c2c 0%,#1a1a1a 100%);padding:40px 35px;border-radius:10px;border:1px solid #efdb911a;transition:border-color .3s ease,transform .3s ease;position:relative}
.sp-example-card:hover{border-color:#efdb9166;transform:translateX(5px)}
.sp-example-card::before{content:'';position:absolute;top:20px;right:25px;width:50px;height:50px;background:#1834394d;border-radius:50%}
.sp-example-card h3{font-size:1.5rem;color:#EFDB91;margin:0 0 12px;font-weight:600;position:relative;z-index:1}
.sp-example-meta{font-size:.9rem;color:#EFDB91;margin:0 0 18px;opacity:.75}
.sp-example-card p{font-size:1rem;color:#e9ecef;line-height:1.75;margin:0 0 15px}
.sp-example-result{font-size:.95rem;color:#f0f0f0;padding:15px;background:#18343940;border-radius:6px;border-left:3px solid #183439;margin:0;line-height:1.6}
.sp-cta-block{background:linear-gradient(to bottom,#183439 0%,#1a1a1a 100%);padding:100px 20px;text-align:center;position:relative}
.sp-cta-block::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,#efdb910d 0%,transparent 70%);border-radius:50%;pointer-events:none}
.sp-cta-content{max-width:750px;margin:0 auto;position:relative;z-index:2}
.sp-cta-content h2{font-size:2.8rem;color:#fff;margin:0 0 25px;font-weight:700;line-height:1.25}
.sp-cta-content p{font-size:1.15rem;color:#e9ecef;line-height:1.8;margin:0 0 40px}
.sp-cta-button{display:inline-block;padding:18px 45px;background:linear-gradient(135deg,#EFDB91 0%,#d4c27a 100%);color:#1a1a1a;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:6px;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:10;cursor:pointer}
.sp-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #efdb914d}
@media (max-width: 768px) {
.sp-hero-block{padding:80px 20px 60px}
.sp-hero-title{font-size:2.2rem}
.sp-hero-subtitle{font-size:1.15rem}
.sp-showcase-section{grid-template-columns:1fr;min-height:auto}
.sp-showcase-image-wrap{height:300px}
.sp-showcase-content-wrap{padding:40px 25px}
.sp-showcase-heading{font-size:1.9rem}
.sp-timeline-block{padding:60px 20px}
.sp-timeline-intro h2{font-size:2rem}
.sp-timeline-items{grid-template-columns:1fr;gap:50px}
.sp-mentor-profile-block{padding:60px 20px}
.sp-mentor-container{flex-direction:column;gap:35px}
.sp-mentor-photo-area{width:100%;max-width:320px}
.sp-mentor-info-area h2{font-size:1.9rem}
.sp-examples-grid-block{padding:60px 20px}
.sp-examples-header h2{font-size:2.1rem}
.sp-examples-cards{grid-template-columns:1fr}
.sp-cta-block{padding:70px 20px}
.sp-cta-content h2{font-size:2.1rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.sp-timeline-items{grid-template-columns:repeat(2,1fr)}
.sp-mentor-container{gap:40px}
.sp-mentor-photo-area{width:240px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);min-height:100vh;color:#f8f9fa;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.7}
.policy-hero-section{background:linear-gradient(165deg,#183439 0%,#2c2c2c 100%);padding:4rem 0 3rem;position:relative;overflow:hidden}
.policy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#efdb9114 0%,transparent 70%);pointer-events:none}
.policy-header-content{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.policy-main-title{font-size:2.8rem;font-weight:300;color:#EFDB91;margin:0 0 1.5rem;letter-spacing:-.02em}
.policy-subtitle-text{font-size:1.1rem;color:#F0F0F0;opacity:.85;max-width:700px;line-height:1.6}
.policy-document-body{max-width:1400px;margin:0 auto;padding:3rem 2rem 4rem}
.policy-intro-block{background:#2c2c2c;border-left:4px solid #EFDB91;padding:2rem 2.5rem;margin-bottom:3rem;border-radius:0 8px 8px 0}
.policy-intro-block p{margin:0 0 1rem;font-size:1.05rem;color:#e9ecef}
.policy-intro-block p:last-child{margin-bottom:0}
.content-mosaic-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}
.mosaic-fragment{background:#343a4080;padding:2rem;border-radius:6px;border:1px solid #efdb9126;transition:all .3s ease}
.mosaic-fragment:hover{border-color:#efdb914d;box-shadow:0 4px 20px #efdb911a}
.fragment-heading{font-size:1.6rem;color:#EFDB91;margin:0 0 1.5rem;font-weight:400;position:relative;padding-left:1.5rem}
.fragment-heading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#EFDB91;border-radius:50%}
.fragment-text{font-size:1rem;color:#f8f9fa;margin:0 0 1.2rem;line-height:1.8}
.fragment-text:last-child{margin-bottom:0}
.technology-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.tech-item-card{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:1.5rem;border-radius:8px;border:1px solid #efdb9133}
.tech-item-title{font-size:1.2rem;color:#EFDB91;margin:0 0 .8rem;font-weight:500}
.tech-item-description{font-size:.95rem;color:#e9ecef;line-height:1.6;margin:0}
.narrative-flow-section{background:linear-gradient(to right,#1834394d,#343a404d);padding:2.5rem;border-radius:8px;margin:3rem 0;border-top:2px solid #EFDB91}
.flow-paragraph{font-size:1.05rem;color:#f8f9fa;margin:0 0 1.5rem;line-height:1.9}
.flow-paragraph:last-child{margin-bottom:0}
.emphasis-term{color:#EFDB91;font-weight:500;position:relative;padding-bottom:2px}
.emphasis-term::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(to right,#EFDB91,transparent)}
.layered-explanation-block{margin:3rem 0}
.explanation-layer{background:#4950574d;padding:2rem;margin-bottom:2rem;border-radius:6px;border-left:3px solid #183439;transition:all .3s ease}
.explanation-layer:hover{border-left-color:#EFDB91;background:#49505766}
.layer-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#EFDB91;margin:0 0 1rem;font-weight:600}
.layer-content{font-size:1rem;color:#e9ecef;line-height:1.8}
.asymmetric-dual-column{display:grid;grid-template-columns:2fr 3fr;gap:3rem;margin:3rem 0;align-items:start}
.column-left-compact{background:#343a40;padding:2rem;border-radius:8px;position:sticky;top:2rem}
.compact-heading{font-size:1.3rem;color:#EFDB91;margin:0 0 1.5rem;font-weight:400}
.compact-list-item{font-size:.95rem;color:#f8f9fa;margin:0 0 .8rem;padding-left:1.5rem;position:relative;line-height:1.6}
.compact-list-item::before{content:'→';position:absolute;left:0;color:#EFDB91}
.column-right-expanded{background:#343a4080;padding:2.5rem;border-radius:8px;border:1px solid #efdb9126}
.expanded-section-title{font-size:1.5rem;color:#EFDB91;margin:0 0 1.5rem;font-weight:400}
.expanded-paragraph{font-size:1rem;color:#f8f9fa;margin:0 0 1.3rem;line-height:1.8}
.nested-detail-group{background:#1834394d;padding:1.5rem;margin:1.5rem 0;border-radius:6px;border-left:2px solid #EFDB91}
.detail-subheading{font-size:1.1rem;color:#EFDB91;margin:0 0 1rem;font-weight:500}
.detail-text{font-size:.95rem;color:#e9ecef;line-height:1.7;margin:0 0 .8rem}
.detail-text:last-child{margin-bottom:0}
.control-framework-section{background:linear-gradient(135deg,#18343966,#343a4066);padding:3rem;border-radius:8px;margin:3rem 0;border:1px solid #efdb9133}
.framework-title{font-size:1.8rem;color:#EFDB91;margin:0 0 2rem;font-weight:300;text-align:center}
.control-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}
.control-card{background:#343a4099;padding:2rem;border-radius:8px;border:1px solid #efdb9126;transition:all .3s ease}
.control-card:hover{transform:translateY(-4px);border-color:#efdb9166;box-shadow:0 6px 24px #efdb9126}
.control-card-title{font-size:1.2rem;color:#EFDB91;margin:0 0 1rem;font-weight:500}
.control-card-text{font-size:.95rem;color:#e9ecef;line-height:1.7;margin:0}
.philosophical-closure{background:#2c2c2c;padding:3rem;border-radius:8px;margin:4rem 0 0;border-top:3px solid #EFDB91;position:relative;overflow:hidden}
.philosophical-closure::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,#efdb910d 0%,transparent 60%);pointer-events:none}
.closure-content{position:relative;z-index:2}
.closure-reflection{font-size:1.1rem;color:#f8f9fa;line-height:1.9;margin:0 0 2rem;font-style:italic;opacity:.95}
.contact-embedded-natural{background:#18343966;padding:2rem;border-radius:6px;border-left:4px solid #EFDB91}
.contact-line{font-size:1rem;color:#e9ecef;margin:0 0 .8rem;line-height:1.6}
.contact-line:last-child{margin-bottom:0}
.contact-detail-inline{color:#EFDB91;font-weight:500;text-decoration:none;transition:opacity .2s ease}
.contact-detail-inline:hover{opacity:.8}
.geometric-divider{height:2px;background:linear-gradient(to right,transparent,#EFDB91,transparent);margin:3rem 0;position:relative}
.geometric-divider::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#EFDB91;border-radius:50%}
@media (max-width: 1024px) {
.asymmetric-dual-column{grid-template-columns:1fr;gap:2rem}
.column-left-compact{position:static}
.technology-list-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.policy-main-title{font-size:2rem}
.policy-hero-section{padding:3rem 0 2rem}
.policy-document-body{padding:2rem 1rem 3rem}
.mosaic-fragment,.narrative-flow-section,.control-framework-section,.philosophical-closure{padding:1.5rem}
.control-options-grid{grid-template-columns:1fr;gap:1.5rem}
.fragment-heading{font-size:1.3rem}
.framework-title{font-size:1.5rem}
}
@media (max-width: 480px) {
.policy-main-title{font-size:1.6rem}
.policy-subtitle-text{font-size:1rem}
.policy-header-content,.policy-document-body{padding-left:1rem;padding-right:1rem}
.policy-intro-block{padding:1.5rem}
}
.privacy-doc-wrapper{background:#1a1a1a;color:#f8f9fa;font:16px/1.7 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.privacy-doc-wrapper *{box-sizing:border-box}
.privacy-header-zone{background:linear-gradient(135deg,#183439 0%,#2c2c2c 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #EFDB91;position:relative;overflow:hidden}
.privacy-header-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#efdb911a 0%,transparent 70%);border-radius:50%}
.privacy-main-title{font-size:42px;font-weight:700;color:#EFDB91;margin:0 0 15px;letter-spacing:-.5px}
.privacy-subtitle-line{font-size:18px;color:#F0F0F0;margin:0;opacity:.9}
.privacy-content-container{max-width:100%;padding:60px 5% 80px;background:#1a1a1a}
.privacy-intro-block{background:#2c2c2c;padding:40px;border-left:5px solid #EFDB91;margin:0 0 50px;border-radius:8px}
.privacy-intro-block p{margin:0 0 18px;color:#f8f9fa;font-size:17px;line-height:1.8}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-primary{margin:0 0 60px;padding:0 0 40px;border-bottom:1px solid #efdb9133}
.privacy-section-primary:last-of-type{border-bottom:none;padding-bottom:0}
.section-heading-main{font-size:32px;color:#EFDB91;margin:0 0 25px;font-weight:600;position:relative;padding-bottom:12px}
.section-heading-main::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:3px;background:#183439}
.section-heading-secondary{font-size:24px;color:#F0F0F0;margin:35px 0 20px;font-weight:600}
.privacy-section-primary p{margin:0 0 20px;color:#e9ecef;font-size:16px;line-height:1.8}
.privacy-section-primary ul{margin:20px 0;padding:0 0 0 25px;list-style:none}
.privacy-section-primary ul li{margin:0 0 15px;color:#e9ecef;position:relative;padding-left:25px;line-height:1.7}
.privacy-section-primary ul li::before{content:'▸';position:absolute;left:0;color:#EFDB91;font-size:18px;font-weight:700}
.privacy-emphasis-text{background:#18343980;border-left:3px solid #EFDB91;padding:25px 30px;margin:30px 0;border-radius:6px}
.privacy-emphasis-text p{margin:0 0 12px;color:#F0F0F0;font-size:16px}
.privacy-emphasis-text p:last-child{margin-bottom:0}
.privacy-data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-data-card{background:#2c2c2c;padding:28px;border-radius:8px;border-top:4px solid #183439;transition:all .3s ease}
.privacy-data-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #efdb9126;border-top-color:#EFDB91}
.privacy-data-card h4{color:#EFDB91;font-size:19px;margin:0 0 15px;font-weight:600}
.privacy-data-card p{color:#e9ecef;font-size:15px;margin:0;line-height:1.6}
.privacy-table-wrapper{overflow-x:auto;margin:35px 0;border-radius:8px;background:#2c2c2c;padding:5px}
.privacy-info-table{width:100%;border-collapse:collapse;background:#343a40}
.privacy-info-table thead{background:#183439}
.privacy-info-table thead th{padding:18px 20px;text-align:left;color:#EFDB91;font-weight:600;font-size:16px;border-bottom:2px solid #EFDB91}
.privacy-info-table tbody tr{border-bottom:1px solid #f0f0f01a;transition:background .2s ease}
.privacy-info-table tbody tr:hover{background:#efdb910d}
.privacy-info-table tbody td{padding:16px 20px;color:#f8f9fa;font-size:15px;vertical-align:top}
.privacy-info-table tbody td:first-child{font-weight:600;color:#F0F0F0}
.privacy-contact-zone{background:linear-gradient(135deg,#183439 0%,#2c2c2c 100%);padding:45px;border-radius:12px;margin:50px 0 0;text-align:center;border:2px solid #efdb914d}
.privacy-contact-zone h3{color:#EFDB91;font-size:28px;margin:0 0 20px;font-weight:600}
.privacy-contact-zone p{color:#F0F0F0;font-size:17px;margin:0 0 25px;line-height:1.7}
.contact-details-row{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:30px}
.contact-detail-item{background:#efdb911a;padding:20px 30px;border-radius:8px;border:1px solid #efdb914d;min-width:200px}
.contact-detail-item strong{display:block;color:#EFDB91;font-size:14px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}
.contact-detail-item span{color:#F0F0F0;font-size:16px}
.contact-detail-item a{color:#F0F0F0;text-decoration:none;transition:color .3s ease}
.contact-detail-item a:hover{color:#EFDB91}
.privacy-accent-term{color:#EFDB91;font-weight:600;position:relative}
.privacy-list-ordered{counter-reset:custom-counter;list-style:none;padding:0 0 0 15px;margin:25px 0}
.privacy-list-ordered li{counter-increment:custom-counter;margin:0 0 20px;padding-left:45px;position:relative;color:#e9ecef;line-height:1.7}
.privacy-list-ordered li::before{content:counter(custom-counter);position:absolute;left:0;top:0;background:#183439;color:#EFDB91;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;border:2px solid #EFDB91}
.privacy-visual-divider{height:2px;background:linear-gradient(90deg,transparent 0%,#EFDB91 50%,transparent 100%);margin:50px 0;border:none}
@media (max-width: 768px) {
.privacy-header-zone{padding:60px 20px 40px}
.privacy-main-title{font-size:32px}
.privacy-content-container{padding:40px 4%}
.section-heading-main{font-size:26px}
.privacy-intro-block{padding:25px}
.privacy-data-grid{grid-template-columns:1fr;gap:20px}
.privacy-info-table{font-size:14px}
.privacy-info-table thead th,.privacy-info-table tbody td{padding:12px 10px}
.privacy-contact-zone{padding:30px 20px}
.contact-details-row{flex-direction:column;align-items:stretch}
.contact-detail-item{min-width:auto}
}
.success-wrapper{background:linear-gradient(165deg,#0a0f10 0%,#183439 45%,#1a2527 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;position:relative;overflow:hidden}
.success-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:140%;background:radial-gradient(ellipse at center,#efdb9114 0%,transparent 70%);pointer-events:none}
.success-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:60%;height:120%;background:radial-gradient(circle at center,#18343999 0%,transparent 65%);pointer-events:none}
.success-content-box{background:#141e20d9;border:1px solid #efdb9133;border-radius:2px;max-width:680px;padding:3.5rem 2.8rem;position:relative;z-index:2;box-shadow:0 12px 40px #00000080 0 0 80px #efdb910f}
.success-icon-area{width:92px;height:92px;margin:0 auto 2rem;position:relative}
.success-icon-area::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#efdb9126 0%,#18343940 100%);border-radius:50%;animation:pulse-glow 2.5s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{transform:scale(1);opacity:.7}
50%{transform:scale(1.12);opacity:1}
}
.success-icon-area svg{position:relative;z-index:1;width:100%;height:100%}
.success-main-title{font-size:2.1rem;font-weight:700;color:#EFDB91;text-align:center;margin:0 0 1.2rem;line-height:1.3;letter-spacing:-.02em}
.success-sub-message{font-size:1.05rem;color:#e9ecef;text-align:center;line-height:1.7;margin:0 0 2.5rem;opacity:.92}
.success-details-block{background:#18343959;border-left:3px solid #EFDB91;padding:1.8rem 1.6rem;margin:0 0 2rem;border-radius:1px}
.success-details-block p{font-size:.96rem;color:#f0f0f0;line-height:1.75;margin:0 0 .85rem}
.success-details-block p:last-child{margin-bottom:0}
.success-details-block strong{color:#EFDB91;font-weight:600}
.success-timeline-hint{font-size:.92rem;color:#c4c9ca;text-align:center;margin:0 0 2.2rem;font-style:italic;opacity:.88}
.success-actions-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.success-btn-primary{display:inline-block;background:linear-gradient(90deg,#183439 0%,#1f4449 100%);color:#EFDB91;font-size:1rem;font-weight:600;padding:.95rem 2.2rem;border:1px solid #efdb9166;border-radius:2px;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;z-index:10}
.success-btn-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#efdb9126,transparent);transition:left .5s ease}
.success-btn-primary:hover::before{left:100%}
.success-btn-primary:hover{background:linear-gradient(90deg,#1f4449 0%,#183439 100%);border-color:#EFDB91;transform:translateY(-2px);box-shadow:0 8px 20px #efdb9133}
.success-btn-secondary{display:inline-block;background:none;color:#f0f0f0;font-size:1rem;font-weight:500;padding:.95rem 2.2rem;border:1px solid #f0f0f04d;border-radius:2px;text-decoration:none;transition:all .3s ease;position:relative;z-index:10}
.success-btn-secondary:hover{background:#f0f0f014;border-color:#f0f0f0;color:#fff;transform:translateY(-2px)}
.success-footer-note{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #efdb9126;text-align:center}
.success-footer-note p{font-size:.88rem;color:#b8bfc1;line-height:1.6;margin:0 0 .7rem}
.success-footer-note p:last-child{margin-bottom:0}
.success-footer-note a{color:#EFDB91;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}
.success-footer-note a:hover{border-bottom-color:#EFDB91}
@media (max-width: 768px) {
.success-wrapper{padding:2rem 1rem;min-height:75vh}
.success-content-box{padding:2.5rem 1.8rem}
.success-icon-area{width:75px;height:75px;margin-bottom:1.5rem}
.success-main-title{font-size:1.65rem;margin-bottom:1rem}
.success-sub-message{font-size:.98rem;margin-bottom:2rem}
.success-details-block{padding:1.4rem 1.2rem;margin-bottom:1.5rem}
.success-details-block p{font-size:.92rem}
.success-actions-group{flex-direction:column;gap:.8rem}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center;padding:.9rem 1.5rem;font-size:.96rem}
.success-footer-note{margin-top:2rem;padding-top:1.5rem}
}
@media (max-width: 480px) {
.success-main-title{font-size:1.45rem}
.success-sub-message{font-size:.94rem}
.success-content-box{padding:2rem 1.4rem}
}
.error-404-wrapper{background:linear-gradient(165deg,#1a1a1a 0%,#2c2c2c 50%,#1a1a1a 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-404-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#efdb9108 1px,transparent 1px);background-size:40px 40px;animation:patternDrift 60s linear infinite;pointer-events:none}
@keyframes patternDrift {
0%{transform:translate(0,0) rotate(0deg)}
100%{transform:translate(50px,50px) rotate(360deg)}
}
.error-404-content{max-width:920px;width:100%;text-align:center;position:relative;z-index:2}
.error-404-visual{margin-bottom:3rem;position:relative}
.error-404-number{font-size:clamp(6rem,18vw,14rem);font-weight:900;line-height:.9;color:#183439;text-shadow:0 0 30px #efdb9166 0 0 60px #efdb9133 3px 3px 0 #efdb911a;letter-spacing:-.05em;margin:0;position:relative;display:inline-block}
.error-404-number::before{content:'404';position:absolute;top:0;left:0;color:#efdb9126;z-index:-1;transform:translate(8px,8px)}
.error-404-number::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:60%;height:4px;background:linear-gradient(90deg,transparent,#EFDB91,transparent);border-radius:2px}
.error-404-headline{font-size:clamp(1.8rem,4vw,2.6rem);color:#F0F0F0;margin:0 0 1.5rem;font-weight:700;line-height:1.2}
.error-404-description{font-size:clamp(1rem,2.2vw,1.2rem);color:#e9ecef;margin:0 auto 2.5rem;max-width:650px;line-height:1.7}
.error-404-possibilities{background:#18343940;border:1px solid #efdb9133;border-radius:12px;padding:2rem;margin:3rem auto;max-width:700px;text-align:left}
.error-404-possibilities h2{font-size:1.3rem;color:#EFDB91;margin:0 0 1.5rem;font-weight:600;text-align:center}
.error-404-reasons{list-style:none;padding:0;margin:0}
.error-404-reasons li{color:#F0F0F0;padding:.8rem 0;border-bottom:1px solid #efdb911a;position:relative;padding-left:2rem;font-size:1.05rem;line-height:1.6}
.error-404-reasons li:last-child{border-bottom:none}
.error-404-reasons li::before{content:'→';position:absolute;left:0;color:#EFDB91;font-weight:700;font-size:1.2rem}
.error-404-actions{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;margin-top:3rem}
.error-404-btn{display:inline-flex;align-items:center;padding:1rem 2.2rem;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden}
.error-404-btn-primary{background:linear-gradient(135deg,#183439 0%,#0f2328 100%);color:#EFDB91;border:2px solid #EFDB91;box-shadow:0 4px 15px #efdb9133}
.error-404-btn-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#efdb9133,transparent);transition:left .5s ease}
.error-404-btn-primary:hover::before{left:100%}
.error-404-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #efdb9159;border-color:#F0F0F0}
.error-404-btn-secondary{background:#f0f0f00d;color:#F0F0F0;border:2px solid #f0f0f04d}
.error-404-btn-secondary:hover{background:#f0f0f01a;border-color:#F0F0F0;transform:translateY(-2px)}
.error-404-decoration{margin-top:4rem;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.error-404-shape{width:60px;height:60px;border-radius:8px;background:linear-gradient(135deg,#18343966,#efdb9133);border:1px solid #efdb914d;animation:floatShape 4s ease-in-out infinite}
.error-404-shape:nth-child(1){animation-delay:0s;transform:rotate(15deg)}
.error-404-shape:nth-child(2){animation-delay:1s;border-radius:50%;transform:rotate(-20deg)}
.error-404-shape:nth-child(3){animation-delay:2s;transform:rotate(45deg)}
@keyframes floatShape {
0%,100%{transform:translateY(0) rotate(var(--rotate,0deg))}
50%{transform:translateY(-20px) rotate(var(--rotate,0deg))}
}
@media (max-width: 768px) {
.error-404-wrapper{padding:2rem 1rem}
.error-404-number{font-size:8rem}
.error-404-headline{font-size:1.6rem}
.error-404-possibilities{padding:1.5rem;margin:2rem auto}
.error-404-actions{flex-direction:column;gap:1rem}
.error-404-btn{width:100%;justify-content:center;padding:1rem 1.5rem}
.error-404-decoration{gap:1rem}
.error-404-shape{width:45px;height:45px}
}
@media (max-width: 480px) {
.error-404-number{font-size:6rem}
.error-404-reasons li{font-size:.95rem;padding-left:1.5rem}
}