:root{--primary-color:#7FA1BB;--secondary-color:#A0B4CF;--tertiary-color:#CDD9EB;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--bg-white:#fff;--bg-light:#f8f9fa;--bg-cream:#fafbfc;--border-color:#dee2e6;--shadow-sm:0 2px 4px #7fa1bb14;--shadow-md:0 4px 12px #7fa1bb1f;--shadow-lg:0 8px 24px #7fa1bb26}
@media (prefers-color-scheme: dark) {
:root{--text-dark:#f8f9fa;--text-medium:#dee2e6;--text-light:#adb5bd;--bg-white:#1a1d23;--bg-light:#212529;--bg-cream:#2c3034;--border-color:#495057;--shadow-sm:0 2px 4px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 24px #00000080}
}
*{margin:0;padding:0;box-sizing:border-box}
body{background:var(--bg-cream);color:var(--text-dark);min-height:100vh;display:flex;flex-direction:column;font:clamp(16px,1vw + 14px,18px)/1.7 'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
header{background:var(--bg-white);border-bottom:1px solid var(--border-color);position:relative;z-index:100}
.masthead_row_83k{background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 60%,#CDD9EB 100%);padding:clamp(28px,4vw,48px) clamp(20px,5vw,60px);text-align:center;border-bottom:3px solid var(--primary-color)}
.company_name_display_9hf{color:var(--bg-white);letter-spacing:-.02em;margin:0;text-shadow:0 2px 8px #21252926;font:700 clamp(32px,4.5vw,56px) 'Manrope',sans-serif}
.editorial_bar_2mn{background:var(--bg-white);padding:0 clamp(20px,5vw,60px);display:flex;align-items:center;justify-content:space-between;gap:clamp(20px,3vw,40px);min-height:85px;flex-wrap:wrap}
.logo_container_4xt{display:flex;align-items:center;flex-shrink:0;position:relative;z-index:110}
.logo_container_4xt img{height:62px;width:62px;object-fit:contain}
.nav_main_7pq{display:flex;align-items:center;gap:clamp(18px,2.5vw,38px);flex-wrap:wrap;justify-content:flex-end;flex:1}
.nav_main_7pq a{color:var(--text-dark);text-decoration:none;padding:10px 18px;border-radius:6px;transition:background-color .25s ease,color .25s ease;white-space:nowrap;font:500 clamp(15px,1vw + 13px,17px) 'Manrope',sans-serif}
.nav_main_7pq a:hover,.nav_main_7pq a:focus{color:var(--primary-color);outline:none;background:var(--tertiary-color)}
.nav_main_7pq a:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}
main{flex:1}
footer{background:linear-gradient(180deg,var(--bg-light) 0%,var(--bg-white) 100%);border-top:2px solid var(--border-color);padding:clamp(40px,6vw,70px) clamp(20px,5vw,60px) clamp(30px,4vw,45px);margin-top:clamp(60px,8vw,100px)}
.footer_grid_1ks{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(35px,5vw,55px);max-width:1280px;margin:0 auto}
.footer_section_8vb{display:flex;flex-direction:column;gap:18px}
.footer_logo_wrap_5jn{display:flex;align-items:center;gap:14px;margin-bottom:8px}
.footer_logo_wrap_5jn img{height:48px;width:48px;object-fit:contain}
.footer_brand_text_2ch{color:var(--text-dark);font:600 clamp(19px,1.5vw,23px) 'Manrope',sans-serif}
.footer_heading_9mk{color:var(--text-dark);margin-bottom:12px;font:600 clamp(17px,1.3vw,20px) 'Manrope',sans-serif}
.footer_links_3wt{display:flex;flex-direction:column;gap:12px}
.footer_links_3wt a{color:var(--text-medium);text-decoration:none;font-size:clamp(15px,1vw,16px);transition:color .25s ease,opacity .25s ease;display:inline-block}
.footer_links_3wt a:hover,.footer_links_3wt a:focus{color:var(--primary-color);opacity:.85;outline:none}
.footer_links_3wt a:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:3px}
.footer_description_6rp{color:var(--text-medium);font-size:clamp(14px,1vw,15px);line-height:1.65;max-width:420px}
.footer_bottom_4ln{max-width:1280px;margin:clamp(35px,5vw,50px) auto 0;padding-top:clamp(25px,3vw,35px);border-top:1px solid var(--border-color);text-align:center}
.copyright_text_7ps{color:var(--text-light);font-size:clamp(13px,0.9vw,14px)}
.consent_card_6hz{position:fixed;bottom:25px;right:25px;background:var(--bg-white);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--shadow-lg);padding:clamp(22px,3vw,32px);max-width:420px;width:calc(100% - 50px);z-index:9999;transform:translateY(150%);opacity:0;transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55),opacity .3s ease}
.consent_card_6hz.show_popup_3kl{transform:translateY(0);opacity:1}
.consent_icon_8mp{width:42px;height:42px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:22px}
.consent_heading_2vl{color:var(--text-dark);margin-bottom:10px;font:600 clamp(17px,1.5vw,20px) 'Manrope',sans-serif}
.consent_message_9qw{color:var(--text-medium);font-size:clamp(14px,1vw,15px);line-height:1.6;margin-bottom:18px}
.consent_actions_5nr{display:flex;flex-direction:column;gap:10px}
.consent_btn_primary_7kt{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--bg-white);border:none;padding:13px 24px;border-radius:8px;cursor:pointer;transition:opacity .25s ease,transform .15s ease;min-height:44px;font:600 clamp(14px,1vw,15px) 'Manrope',sans-serif}
.consent_btn_primary_7kt:hover{opacity:.9}
.consent_btn_primary_7kt:active{transform:scale(0.98)}
.consent_btn_secondary_4mh{background:none;color:var(--text-medium);border:1px solid var(--border-color);padding:13px 24px;border-radius:8px;cursor:pointer;transition:background-color .25s ease,border-color .25s ease;min-height:44px;font:500 clamp(14px,1vw,15px) 'Manrope',sans-serif}
.consent_btn_secondary_4mh:hover{border-color:var(--primary-color);background:var(--bg-light)}
.consent_link_8pn{color:var(--primary-color);text-decoration:none;font-size:clamp(13px,0.95vw,14px);text-align:center;display:block;margin-top:8px;transition:opacity .25s ease}
.consent_link_8pn:hover{opacity:.8}
.consent_link_8pn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:3px}
@media (max-width: 767px) {
.masthead_row_83k{padding:24px 18px}
.editorial_bar_2mn{flex-direction:column;align-items:center;padding:18px;min-height:auto;gap:20px}
.nav_main_7pq{width:100%;justify-content:center;gap:12px}
.nav_main_7pq a{flex:1 1 auto;text-align:center;min-width:120px;font-size:15px;padding:11px 14px}
.footer_grid_1ks{grid-template-columns:1fr;gap:35px}
.consent_card_6hz{bottom:15px;right:15px;left:15px;width:auto;max-width:none}
}
@media (min-width: 768px) and (max-width: 1024px) {
.editorial_bar_2mn{padding:0 30px;gap:25px}
.nav_main_7pq{gap:20px}
}
@media (min-width: 1025px) {
.nav_main_7pq a{padding:11px 20px}
}
.upcoming-courses-hero{background:linear-gradient(135deg,#CDD9EB 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.upcoming-courses-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a0b4cf33 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:50px;align-items:center;position:relative;z-index:2}
.hero-text-block h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.hero-text-block p{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:30px}
.hero-cta-button{display:inline-block;background:#7FA1BB;color:#fff;padding:15px 35px;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #7fa1bb40}
.hero-cta-button:hover{background:#6b8ba3;transform:translateY(-2px);box-shadow:0 6px 16px #7fa1bb59}
.hero-image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.hero-image-container img{width:100%;height:380px;object-fit:cover;display:block}
.courses-grid-section{background:#fff;padding:70px 20px}
.courses-grid-container{max-width:1200px;margin:0 auto}
.section-header-text{text-align:center;margin-bottom:50px}
.section-header-text h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700}
.section-header-text p{font-size:1.05rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.courses-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:35px}
.course-card-item{background:#f8f9fa;border-radius:10px;overflow:hidden;transition:all .3s ease;border:2px solid transparent}
.course-card-item:hover{transform:translateY(-5px);border-color:#A0B4CF;box-shadow:0 10px 30px #7fa1bb26}
.course-card-content{padding:30px}
.course-date-badge{display:inline-block;background:#CDD9EB;color:#212529;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:15px}
.course-card-content h3{font-size:1.5rem;color:#212529;margin-bottom:12px;font-weight:700}
.course-card-content p{color:#495057;line-height:1.6;margin-bottom:20px;font-size:.95rem}
.course-details-list{list-style:none;padding:0;margin:0 0 20px}
.course-details-list li{color:#495057;padding:8px 0;font-size:.9rem;border-bottom:1px solid #CDD9EB}
.course-details-list li:last-child{border-bottom:none}
.course-details-list strong{color:#212529;font-weight:600}
.course-info-link{color:#7FA1BB;text-decoration:none;font-weight:600;transition:color .3s ease}
.course-info-link:hover{color:#6b8ba3}
.instructor-spotlight-section{background:linear-gradient(to right,#f8f9fa 0%,#CDD9EB 100%);padding:70px 20px}
.instructor-spotlight-wrapper{max-width:1100px;margin:0 auto;display:flex;gap:50px;align-items:center}
.instructor-image-block{flex:0 0 280px}
.instructor-image-block img{width:280px;height:320px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.instructor-info-block{flex:1}
.instructor-info-block h2{font-size:2.1rem;color:#212529;margin-bottom:10px;font-weight:700}
.instructor-role-tag{display:inline-block;background:#7FA1BB;color:#fff;padding:8px 18px;border-radius:6px;font-size:.9rem;font-weight:600;margin-bottom:20px}
.instructor-info-block p{color:#495057;line-height:1.7;margin-bottom:15px;font-size:1rem}
.timeline-process-section{background:#fff;padding:70px 20px}
.timeline-process-container{max-width:900px;margin:0 auto}
.timeline-process-container h2{font-size:2.3rem;color:#212529;margin-bottom:50px;text-align:center;font-weight:700}
.timeline-steps-wrapper{display:flex;flex-direction:column;gap:40px}
.timeline-step-item{display:grid;grid-template-columns:80px 1fr;gap:25px;align-items:start}
.timeline-number-circle{width:80px;height:80px;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;font-weight:700;box-shadow:0 4px 12px #7fa1bb4d;flex-shrink:0}
.timeline-step-content{padding-top:10px}
.timeline-step-content h3{font-size:1.4rem;color:#212529;margin-bottom:10px;font-weight:700}
.timeline-step-content p{color:#495057;line-height:1.6;font-size:.95rem}
.visual-showcase-section{background:#f8f9fa;padding:70px 20px}
.visual-showcase-wrapper{max-width:1200px;margin:0 auto}
.visual-showcase-wrapper h2{font-size:2.3rem;color:#212529;margin-bottom:40px;text-align:center;font-weight:700}
.showcase-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.showcase-image-wrapper img{width:100%;height:420px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #0000001a}
.showcase-text-content{padding:20px}
.showcase-text-content h3{font-size:1.7rem;color:#212529;margin-bottom:20px;font-weight:700}
.showcase-text-content p{color:#495057;line-height:1.7;margin-bottom:15px;font-size:1rem}
.showcase-features-list{list-style:none;padding:0;margin:20px 0}
.showcase-features-list li{padding:10px 0 10px 30px;color:#495057;position:relative;font-size:.95rem}
.showcase-features-list li::before{content:'';position:absolute;left:0;color:#7FA1BB;font-weight:700;font-size:1.2rem}
.showcase-cta-links{margin-top:30px}
.showcase-link-button{display:inline-block;background:#A0B4CF;color:#fff;padding:12px 28px;text-decoration:none;border-radius:6px;font-weight:600;margin-right:15px;transition:all .3s ease}
.showcase-link-button:hover{background:#8a9fb9;transform:translateY(-2px)}
.showcase-secondary-link{color:#7FA1BB;text-decoration:none;font-weight:600;transition:color .3s ease}
.showcase-secondary-link:hover{color:#6b8ba3}
@media (max-width: 768px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:30px}
.hero-text-block h1{font-size:2rem}
.hero-image-container img{height:280px}
.courses-cards-grid{grid-template-columns:1fr}
.instructor-spotlight-wrapper{flex-direction:column;text-align:center}
.instructor-image-block{flex:none}
.timeline-step-item{grid-template-columns:60px 1fr;gap:20px}
.timeline-number-circle{width:60px;height:60px;font-size:1.4rem}
.showcase-content-grid{grid-template-columns:1fr;gap:30px}
.showcase-image-wrapper img{height:320px}
.section-header-text h2,.timeline-process-container h2,.visual-showcase-wrapper h2{font-size:1.8rem}
}
.careers-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.careers-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7fa1bb14 0%,transparent 70%);border-radius:50%}
.careers-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.careers-hero-title{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.careers-hero-subtitle{font-size:1.2rem;color:#495057;margin-bottom:35px;line-height:1.6;max-width:700px}
.careers-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:50px}
.value-card-item{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000000f;border-left:4px solid #7FA1BB;transition:transform .3s ease,box-shadow .3s ease}
.value-card-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px #7fa1bb26}
.value-card-title{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.value-card-text{font-size:1rem;color:#495057;line-height:1.6}
.careers-positions-section{background:#fff;padding:70px 20px}
.positions-wrapper{max-width:1100px;margin:0 auto}
.positions-section-title{font-size:2.4rem;color:#212529;margin-bottom:15px;font-weight:700;text-align:center}
.positions-section-intro{font-size:1.1rem;color:#495057;text-align:center;margin-bottom:50px;max-width:750px;margin-left:auto;margin-right:auto;line-height:1.6}
.position-listings{display:flex;flex-direction:column;gap:30px}
.position-card{background:#f8f9fa;border-radius:10px;padding:35px;border:2px solid #CDD9EB;transition:border-color .3s ease,background .3s ease;position:relative}
.position-card:hover{border-color:#7FA1BB;background:#fff}
.position-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;flex-wrap:wrap;gap:15px}
.position-title{font-size:1.6rem;color:#212529;font-weight:600;margin:0}
.position-location{font-size:.95rem;color:#7FA1BB;background:#fff;padding:6px 16px;border-radius:20px;border:1px solid #A0B4CF}
.position-description{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:20px}
.position-requirements{margin-top:20px}
.requirements-title{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:12px}
.requirements-list{list-style:none;padding:0;margin:0}
.requirements-list li{font-size:.98rem;color:#495057;padding-left:25px;position:relative;margin-bottom:8px;line-height:1.5}
.requirements-list li::before{content:'';position:absolute;left:0;color:#7FA1BB;font-weight:700}
.careers-culture-section{background:linear-gradient(to bottom,#f5f6fa 0%,#fff 100%);padding:70px 20px}
.culture-container{max-width:1100px;margin:0 auto}
.culture-main-title{font-size:2.4rem;color:#212529;margin-bottom:50px;font-weight:700;text-align:center}
.culture-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.culture-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.culture-image{width:100%;height:450px;object-fit:cover;display:block}
.culture-text-content{padding:20px}
.culture-benefit-item{margin-bottom:30px}
.benefit-item-title{font-size:1.4rem;color:#212529;margin-bottom:10px;font-weight:600}
.benefit-item-description{font-size:1rem;color:#495057;line-height:1.7}
.careers-team-section{background:#fff;padding:70px 20px}
.team-section-wrapper{max-width:1100px;margin:0 auto}
.team-section-heading{font-size:2.4rem;color:#212529;margin-bottom:15px;font-weight:700;text-align:center}
.team-section-subheading{font-size:1.1rem;color:#495057;text-align:center;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}
.team-members-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.team-member-card{background:#f8f9fa;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.team-member-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #7fa1bb33}
.team-member-image{width:100%;height:320px;object-fit:cover}
.team-member-info{padding:25px}
.team-member-name{font-size:1.3rem;color:#212529;margin-bottom:8px;font-weight:600}
.team-member-role{font-size:1rem;color:#7FA1BB;margin-bottom:12px;font-weight:500}
.team-member-quote{font-size:.95rem;color:#495057;line-height:1.6;font-style:italic}
.careers-process-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:70px 20px}
.process-content-wrapper{max-width:1100px;margin:0 auto}
.process-main-heading{font-size:2.4rem;color:#212529;margin-bottom:50px;font-weight:700;text-align:center}
.process-timeline{position:relative;padding-left:0}
.timeline-step{display:grid;grid-template-columns:80px 1fr;gap:30px;margin-bottom:45px;position:relative}
.timeline-number-box{width:70px;height:70px;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;font-weight:700;box-shadow:0 4px 12px #7fa1bb4d;flex-shrink:0;position:relative;z-index:2}
.timeline-step:not(:last-child) .timeline-number-box::after{content:'';position:absolute;top:70px;left:50%;transform:translateX(-50%);width:3px;height:60px;background:linear-gradient(to bottom,#A0B4CF 0%,#CDD9EB 100%)}
.timeline-content-box{background:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 10px #0000000f;border-left:3px solid #7FA1BB}
.timeline-step-title{font-size:1.5rem;color:#212529;margin-bottom:12px;font-weight:600}
.timeline-step-description{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:15px}
.timeline-step-detail{font-size:.95rem;color:#7FA1BB;font-weight:500}
.image-with-context{margin-top:50px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.context-image-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #0000001a}
.context-office-image{width:100%;height:400px;object-fit:cover;display:block}
.context-text-block{padding:20px}
.context-block-title{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:600}
.context-block-paragraph{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:15px}
@media (max-width: 768px) {
.careers-hero-title{font-size:2rem}
.careers-hero-subtitle{font-size:1rem}
.careers-values-grid{grid-template-columns:1fr}
.position-header{flex-direction:column;align-items:flex-start}
.culture-content-grid{grid-template-columns:1fr}
.culture-image{height:300px}
.team-members-grid{grid-template-columns:1fr}
.timeline-step{grid-template-columns:60px 1fr;gap:20px}
.timeline-number-box{width:55px;height:55px;font-size:1.4rem}
.timeline-step:not(:last-child) .timeline-number-box::after{height:50px}
.image-with-context{grid-template-columns:1fr}
.context-office-image{height:280px}
.positions-section-title,.culture-main-title,.team-section-heading,.process-main-heading{font-size:1.9rem}
}
.auriente-hero-main{background:linear-gradient(135deg,#CDD9EB 0%,#f8f9fa 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.auriente-hero-main::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7fa1bb26 0%,transparent 70%);border-radius:50%}
.auriente-hero-content{max-width:680px;margin:0 auto;position:relative;z-index:2}
.auriente-hero-main h1{font-size:3.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.auriente-hero-main .hero-subtitle{font-size:1.3rem;color:#495057;margin-bottom:36px;line-height:1.6}
.auriente-cta-primary{display:inline-block;padding:16px 42px;background:#7FA1BB;color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #7fa1bb40}
.auriente-cta-primary:hover{background:#6a8aa4;transform:translateY(-2px);box-shadow:0 6px 20px #7fa1bb59}
.auriente-thinking-section{background:#fff;padding:90px 20px}
.auriente-thinking-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.auriente-thinking-text h2{font-size:2.4rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.3}
.auriente-thinking-text p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.auriente-thinking-image{position:relative}
.auriente-thinking-image img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.auriente-approach-zone{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:80px 20px}
.auriente-approach-container{max-width:1100px;margin:0 auto}
.auriente-approach-container h2{font-size:2.6rem;color:#212529;text-align:center;margin-bottom:60px;font-weight:700}
.auriente-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.auriente-step-card{background:#fff;padding:36px 28px;border-radius:10px;border:2px solid #CDD9EB;position:relative;transition:all .3s ease}
.auriente-step-card:hover{transform:translateY(-6px);border-color:#7FA1BB;box-shadow:0 12px 28px #7fa1bb33}
.auriente-step-number{position:absolute;top:-20px;left:28px;width:48px;height:48px;background:#7FA1BB;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;box-shadow:0 4px 12px #7fa1bb4d}
.auriente-step-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;margin-top:12px;font-weight:600}
.auriente-step-card p{font-size:.98rem;color:#495057;line-height:1.7}
.auriente-reality-band{background:#7FA1BB;padding:100px 20px;position:relative}
.auriente-reality-content{max-width:950px;margin:0 auto;display:flex;gap:50px;align-items:center}
.auriente-reality-image-box{flex:0 0 380px}
.auriente-reality-image-box img{width:100%;height:340px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px #0003}
.auriente-reality-text{flex:1}
.auriente-reality-text h2{font-size:2.3rem;color:#fff;margin-bottom:24px;font-weight:700;line-height:1.3}
.auriente-reality-text p{font-size:1.05rem;color:#f8f9fa;line-height:1.8;margin-bottom:18px}
.auriente-patterns-area{background:#fff;padding:90px 20px}
.auriente-patterns-holder{max-width:1150px;margin:0 auto}
.auriente-patterns-holder h2{font-size:2.5rem;color:#212529;margin-bottom:50px;font-weight:700;text-align:center}
.auriente-pattern-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:44px}
.auriente-pattern-item{display:flex;gap:24px;align-items:flex-start}
.auriente-pattern-visual{flex:0 0 200px}
.auriente-pattern-visual img{width:100%;height:180px;object-fit:cover;border-radius:8px;border:3px solid #CDD9EB}
.auriente-pattern-description h3{font-size:1.35rem;color:#212529;margin-bottom:14px;font-weight:600}
.auriente-pattern-description p{font-size:.98rem;color:#495057;line-height:1.7}
.auriente-testimonial-stripe{background:linear-gradient(135deg,#A0B4CF 0%,#CDD9EB 100%);padding:80px 20px}
.auriente-testimonial-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px}
.auriente-testimonial-box{background:#fff;padding:36px;border-radius:12px;box-shadow:0 6px 20px #00000014;display:flex;flex-direction:column;gap:24px}
.auriente-testimonial-profile{display:flex;gap:20px;align-items:center}
.auriente-testimonial-photo img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #7FA1BB}
.auriente-testimonial-info h4{font-size:1.2rem;color:#212529;margin-bottom:6px;font-weight:600}
.auriente-testimonial-info .role-label{font-size:.92rem;color:#7FA1BB;font-weight:500}
.auriente-testimonial-quote p{font-size:1.02rem;color:#495057;line-height:1.75;font-style:italic}
.auriente-action-finale{background:#f8f9fa;padding:100px 20px;text-align:center}
.auriente-action-content{max-width:720px;margin:0 auto}
.auriente-action-content h2{font-size:2.7rem;color:#212529;margin-bottom:28px;font-weight:700;line-height:1.25}
.auriente-action-content p{font-size:1.15rem;color:#495057;margin-bottom:40px;line-height:1.7}
.auriente-cta-secondary{display:inline-block;padding:18px 48px;background:#A0B4CF;color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #a0b4cf4d}
.auriente-cta-secondary:hover{background:#8a9fbf;transform:translateY(-2px);box-shadow:0 6px 24px #a0b4cf66}
@media (max-width: 768px) {
.auriente-hero-main{padding:80px 20px 60px}
.auriente-hero-main h1{font-size:2.2rem}
.auriente-hero-main .hero-subtitle{font-size:1.1rem}
.auriente-thinking-wrapper{grid-template-columns:1fr;gap:40px}
.auriente-thinking-text h2{font-size:2rem}
.auriente-thinking-image img{height:320px}
.auriente-approach-container h2{font-size:2.1rem}
.auriente-steps-grid{grid-template-columns:1fr;gap:50px}
.auriente-reality-content{flex-direction:column;gap:36px}
.auriente-reality-image-box{flex:0 0 auto;width:100%}
.auriente-reality-text h2{font-size:1.9rem}
.auriente-patterns-holder h2{font-size:2rem}
.auriente-pattern-showcase{grid-template-columns:1fr;gap:36px}
.auriente-pattern-item{flex-direction:column}
.auriente-pattern-visual{flex:0 0 auto;width:100%}
.auriente-testimonial-grid{grid-template-columns:1fr;gap:32px}
.auriente-action-content h2{font-size:2.1rem}
.auriente-action-content p{font-size:1.05rem}
}
.contact-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.contact-hero-section{background:linear-gradient(165deg,#CDD9EB 0%,#A0B4CF 50%,#7FA1BB 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.contact-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700;line-height:1.2}
.contact-hero-content p{font-size:1.2rem;color:#fff;opacity:.95;max-width:700px;line-height:1.6}
.contact-content-section{max-width:1200px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:3}
.contact-grid-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;align-items:start}
.contact-info-card{background:#fff;border-radius:16px;padding:40px 35px;box-shadow:0 10px 40px #7fa1bb26;position:sticky;top:20px}
.contact-info-card h2{font-size:1.8rem;color:#212529;margin-bottom:30px;font-weight:600}
.contact-visual-block{margin:35px 0;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #00000014}
.contact-visual-block img{width:100%;height:280px;object-fit:cover;display:block}
.contact-info-text{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:25px}
.contact-availability-note{background:linear-gradient(135deg,#f8f9fa 0%,#CDD9EB 100%);padding:20px;border-radius:10px;margin-top:30px;border-left:4px solid #7FA1BB}
.contact-availability-note p{font-size:.95rem;color:#343a40;margin:0;line-height:1.6}
.contact-form-card{background:#fff;border-radius:16px;padding:45px 40px;box-shadow:0 10px 40px #7fa1bb26}
.contact-form-card h2{font-size:2rem;color:#212529;margin-bottom:15px;font-weight:600}
.contact-form-subtitle{font-size:1.05rem;color:#495057;margin-bottom:35px;line-height:1.6}
.contact-form-element{margin-bottom:25px}
.contact-form-element label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.contact-form-element input,.contact-form-element textarea,.contact-form-element select{width:100%;padding:14px 16px;border:2px solid #CDD9EB;border-radius:8px;font-size:1rem;color:#212529;transition:all .3s ease;background:#fafbfc}
.contact-form-element input:focus,.contact-form-element textarea:focus,.contact-form-element select:focus{outline:none;border-color:#7FA1BB;background:#fff;box-shadow:0 0 0 4px #7fa1bb1a}
.contact-form-element textarea{min-height:160px;resize:vertical;font-family:inherit}
.contact-form-element select{cursor:pointer;appearance:none;padding-right:45px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23495057' d='M6 9L1 4h10z'/%3E%3C/svg%3E") no-repeat right 16px center}
.contact-privacy-checkbox{display:flex;align-items:start;margin:30px 0;gap:12px}
.contact-privacy-checkbox input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#7FA1BB;flex-shrink:0}
.contact-privacy-checkbox label{font-size:.9rem;color:#495057;line-height:1.5;cursor:pointer}
.contact-privacy-checkbox label a{color:#7FA1BB;text-decoration:none;font-weight:500;transition:color .3s ease}
.contact-privacy-checkbox label a:hover{color:#5d7c94;text-decoration:underline}
.contact-submit-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#7FA1BB 0%,#5d7c94 100%);color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #7fa1bb4d;position:relative;z-index:2}
.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #7fa1bb66;background:linear-gradient(135deg,#5d7c94 0%,#4a6276 100%)}
.contact-submit-btn:active{transform:translateY(0)}
.contact-additional-section{max-width:1200px;margin:60px auto 0;padding:0 20px 60px}
.contact-faq-wrapper{background:#fff;border-radius:16px;padding:50px 45px;box-shadow:0 8px 30px #7fa1bb1f}
.contact-faq-wrapper h2{font-size:2rem;color:#212529;margin-bottom:40px;text-align:center;font-weight:600}
.contact-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.contact-faq-item{padding:25px;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border-radius:12px;border-left:4px solid #A0B4CF;transition:all .3s ease}
.contact-faq-item:hover{border-left-color:#7FA1BB;transform:translateX(5px);box-shadow:0 4px 15px #7fa1bb26}
.contact-faq-item h3{font-size:1.15rem;color:#212529;margin-bottom:12px;font-weight:600}
.contact-faq-item p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
@media (max-width: 992px) {
.contact-grid-layout{grid-template-columns:1fr;gap:30px}
.contact-info-card{position:static}
.contact-faq-grid{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.contact-hero-section{padding:60px 20px 40px}
.contact-hero-content h1{font-size:2rem}
.contact-hero-content p{font-size:1.05rem}
.contact-form-card{padding:35px 25px}
.contact-form-card h2{font-size:1.6rem}
.contact-info-card{padding:30px 25px}
.contact-faq-wrapper{padding:40px 25px}
.contact-faq-item{padding:20px}
}
@media (max-width: 576px) {
.contact-hero-content h1{font-size:1.7rem}
.contact-hero-content p{font-size:1rem}
.contact-form-card h2{font-size:1.4rem}
.contact-visual-block img{height:220px}
}
.aboutpage-wrapper{background:linear-gradient(135deg,#fff 0%,#fafbfc 50%,#f8f9fa 100%);min-height:100vh}
.aboutpage-hero{padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.aboutpage-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#CDD9EB 0%,transparent 70%);opacity:.3;z-index:0}
.aboutpage-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}
.aboutpage-hero-title{font-size:3.2em;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.aboutpage-hero-subtitle{font-size:1.3em;color:#495057;line-height:1.6;margin-bottom:35px}
.aboutpage-founding-section{padding:70px 20px;background:#fff}
.aboutpage-founding-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.aboutpage-founding-left{padding-right:20px}
.aboutpage-founding-image{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #7fa1bb26}
.aboutpage-section-label{font-size:.95em;color:#7FA1BB;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px;font-weight:600}
.aboutpage-founding-title{font-size:2.4em;color:#212529;margin-bottom:26px;line-height:1.3;font-weight:700}
.aboutpage-founding-text{font-size:1.05em;color:#495057;line-height:1.75;margin-bottom:20px}
.aboutpage-founding-highlight{background:linear-gradient(135deg,#f8f9fa 0%,#CDD9EB 100%);padding:28px;border-radius:8px;border-left:4px solid #7FA1BB;margin-top:30px}
.aboutpage-founding-highlight-text{font-size:1.1em;color:#343a40;line-height:1.7;font-style:italic}
.aboutpage-team-section{padding:70px 20px;background:linear-gradient(180deg,#fafbfc 0%,#fff 100%)}
.aboutpage-team-container{max-width:1200px;margin:0 auto}
.aboutpage-team-header{text-align:center;margin-bottom:60px}
.aboutpage-team-title{font-size:2.6em;color:#212529;margin-bottom:20px;font-weight:700}
.aboutpage-team-intro{font-size:1.15em;color:#495057;line-height:1.7;max-width:750px;margin:0 auto}
.aboutpage-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:45px;margin-bottom:50px}
.aboutpage-team-card{background:#fff;border-radius:10px;padding:35px;box-shadow:0 4px 16px #7fa1bb1f;display:flex;gap:28px;align-items:start;transition:transform .3s ease,box-shadow .3s ease}
.aboutpage-team-card:hover{transform:translateY(-6px);box-shadow:0 8px 28px #7fa1bb33}
.aboutpage-team-photo{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid #CDD9EB;flex-shrink:0}
.aboutpage-team-info{flex:1}
.aboutpage-team-name{font-size:1.5em;color:#212529;margin-bottom:8px;font-weight:700}
.aboutpage-team-role{font-size:1em;color:#7FA1BB;margin-bottom:16px;font-weight:600}
.aboutpage-team-bio{font-size:.98em;color:#495057;line-height:1.65}
.aboutpage-values-section{padding:70px 20px 80px;background:#fff;position:relative}
.aboutpage-values-section::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:180px;background:linear-gradient(180deg,transparent 0%,#f8f9fa 100%);pointer-events:none}
.aboutpage-values-container{max-width:1300px;margin:0 auto;position:relative;z-index:1}
.aboutpage-values-header{text-align:center;margin-bottom:55px}
.aboutpage-values-title{font-size:2.5em;color:#212529;margin-bottom:18px;font-weight:700}
.aboutpage-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.aboutpage-value-card{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);padding:40px 30px;border-radius:10px;border:2px solid #CDD9EB;text-align:center;transition:all .3s ease;position:relative}
.aboutpage-value-card:hover{border-color:#7FA1BB;box-shadow:0 10px 30px #7fa1bb2e;transform:translateY(-4px)}
.aboutpage-value-icon{width:100%;height:200px;object-fit:cover;border-radius:6px;margin-bottom:24px}
.aboutpage-value-name{font-size:1.6em;color:#212529;margin-bottom:16px;font-weight:700}
.aboutpage-value-description{font-size:1.02em;color:#495057;line-height:1.7}
.aboutpage-cta-section{padding:60px 20px;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);text-align:center}
.aboutpage-cta-content{max-width:800px;margin:0 auto}
.aboutpage-cta-title{font-size:2.3em;color:#fff;margin-bottom:20px;font-weight:700}
.aboutpage-cta-text{font-size:1.15em;color:#fff;line-height:1.7;margin-bottom:35px;opacity:.95}
.aboutpage-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.aboutpage-btn-primary{background:#fff;color:#7FA1BB;padding:16px 38px;border-radius:6px;text-decoration:none;font-weight:700;font-size:1.05em;transition:all .3s ease;display:inline-block;box-shadow:0 4px 12px #00000026}
.aboutpage-btn-primary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 18px #0003}
.aboutpage-btn-secondary{background:none;color:#fff;padding:16px 38px;border-radius:6px;text-decoration:none;font-weight:700;font-size:1.05em;border:2px solid #fff;transition:all .3s ease;display:inline-block}
.aboutpage-btn-secondary:hover{background:#ffffff26;transform:translateY(-2px)}
@media (max-width: 992px) {
.aboutpage-hero-title{font-size:2.5em}
.aboutpage-founding-container{grid-template-columns:1fr;gap:40px}
.aboutpage-founding-left{padding-right:0}
.aboutpage-team-grid{grid-template-columns:1fr}
.aboutpage-values-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.aboutpage-hero{padding:60px 15px 50px}
.aboutpage-hero-title{font-size:2em}
.aboutpage-hero-subtitle{font-size:1.1em}
.aboutpage-founding-title{font-size:1.9em}
.aboutpage-team-card{flex-direction:column;text-align:center;align-items:center}
.aboutpage-team-photo{width:90px;height:90px}
.aboutpage-cta-buttons{flex-direction:column;align-items:center}
.aboutpage-btn-primary,.aboutpage-btn-secondary{width:100%;max-width:300px}
}
.learning-program-hero{background:linear-gradient(135deg,#CDD9EB 0%,#f8f9fa 100%);padding:80px 20px;position:relative;overflow:hidden}
.learning-program-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a0b4cf26 0%,transparent 70%);border-radius:50%}
.learning-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.learning-hero-text h1{font-size:3.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.learning-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:16px}
.learning-hero-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #7fa1bb40;transform:rotate(2deg);transition:transform .4s ease}
.learning-hero-image:hover{transform:rotate(0deg) scale(1.02)}
.learning-hero-image img{width:100%;height:420px;object-fit:cover;display:block}
.learning-formats-section{padding:90px 20px;background:#fff}
.learning-formats-wrapper{max-width:1200px;margin:0 auto}
.learning-formats-title{text-align:center;margin-bottom:60px}
.learning-formats-title h2{font-size:2.6rem;color:#212529;margin-bottom:18px;font-weight:700}
.learning-formats-title p{font-size:1.1rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.6}
.learning-formats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.learning-format-card{background:linear-gradient(145deg,#fafbfc 0%,#f8f9fa 100%);padding:40px 32px;border-radius:16px;border:2px solid #CDD9EB;transition:all .3s ease;position:relative}
.learning-format-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7FA1BB 0%,#A0B4CF 100%);border-radius:16px 16px 0 0;opacity:0;transition:opacity .3s ease}
.learning-format-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #7fa1bb33;border-color:#A0B4CF}
.learning-format-card:hover::before{opacity:1}
.learning-format-card h3{font-size:1.5rem;color:#212529;margin-bottom:16px;font-weight:600}
.learning-format-card p{font-size:1rem;color:#495057;line-height:1.65;margin-bottom:20px}
.learning-format-features{list-style:none;padding:0;margin:0}
.learning-format-features li{font-size:.95rem;color:#343a40;padding:8px 0;padding-left:28px;position:relative;line-height:1.5}
.learning-format-features li::before{content:'';position:absolute;left:0;color:#7FA1BB;font-weight:700;font-size:1.1rem}
.learning-outcomes-section{padding:90px 20px;background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);position:relative}
.learning-outcomes-container{max-width:1200px;margin:0 auto}
.learning-outcomes-layout{display:grid;grid-template-columns:0.9fr 1.1fr;gap:70px;align-items:start}
.learning-outcomes-visual{position:relative}
.learning-outcomes-visual img{width:100%;height:480px;object-fit:cover;border-radius:20px;box-shadow:0 15px 45px #0000001f}
.learning-outcomes-badge{position:absolute;bottom:30px;right:-20px;background:#fff;padding:24px 32px;border-radius:12px;box-shadow:0 10px 30px #7fa1bb4d;border-left:4px solid #7FA1BB}
.learning-outcomes-badge p{font-size:.85rem;color:#495057;margin:0 0 6px;text-transform:uppercase;letter-spacing:.5px}
.learning-outcomes-badge h4{font-size:1.8rem;color:#7FA1BB;margin:0;font-weight:700}
.learning-outcomes-content h2{font-size:2.4rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.3}
.learning-outcomes-content > p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:35px}
.learning-outcomes-timeline{position:relative;padding-left:45px}
.learning-outcomes-timeline::before{content:'';position:absolute;left:12px;top:12px;bottom:12px;width:3px;background:linear-gradient(180deg,#7FA1BB 0%,#CDD9EB 100%)}
.learning-outcome-phase{position:relative;margin-bottom:32px;padding-bottom:12px}
.learning-outcome-phase::before{content:'';position:absolute;left:-38px;top:6px;width:14px;height:14px;background:#7FA1BB;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #7fa1bb26}
.learning-outcome-phase h3{font-size:1.3rem;color:#212529;margin-bottom:10px;font-weight:600}
.learning-outcome-phase p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.learning-support-section{padding:90px 20px;background:#fff}
.learning-support-wrapper{max-width:1200px;margin:0 auto}
.learning-support-header{text-align:center;margin-bottom:55px}
.learning-support-header h2{font-size:2.5rem;color:#212529;margin-bottom:16px;font-weight:700}
.learning-support-header p{font-size:1.08rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.6}
.learning-support-structure{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}
.learning-support-item{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:38px 34px;border-radius:14px;border-left:5px solid #7FA1BB;transition:all .3s ease}
.learning-support-item:hover{transform:translateX(6px);box-shadow:0 8px 25px #7fa1bb26;border-left-color:#A0B4CF}
.learning-support-item h3{font-size:1.45rem;color:#212529;margin-bottom:14px;font-weight:600}
.learning-support-item p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.learning-mentors-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.learning-mentor-profile{background:#fff;border:2px solid #CDD9EB;border-radius:16px;padding:32px;display:flex;gap:24px;align-items:start;transition:all .3s ease}
.learning-mentor-profile:hover{box-shadow:0 10px 30px #7fa1bb2e;border-color:#A0B4CF}
.learning-mentor-photo{flex-shrink:0}
.learning-mentor-photo img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #CDD9EB}
.learning-mentor-info h4{font-size:1.3rem;color:#212529;margin-bottom:6px;font-weight:600}
.learning-mentor-info .mentor-role{font-size:.92rem;color:#7FA1BB;margin-bottom:12px;font-weight:500}
.learning-mentor-info p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.learning-trends-section{padding:90px 20px;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);position:relative;overflow:hidden}
.learning-trends-section::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.learning-trends-section::after{content:'';position:absolute;bottom:-120px;right:-80px;width:350px;height:350px;background:radial-gradient(circle,#ffffff14 0%,transparent 70%);border-radius:50%}
.learning-trends-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.learning-trends-intro{text-align:center;margin-bottom:55px}
.learning-trends-intro h2{font-size:2.6rem;color:#fff;margin-bottom:18px;font-weight:700}
.learning-trends-intro p{font-size:1.1rem;color:#fffffff2;max-width:700px;margin:0 auto;line-height:1.65}
.learning-trends-matrix{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.learning-trend-element{background:#ffffff26;backdrop-filter:blur(10px);border:1px solid #ffffff40;border-radius:14px;padding:32px 24px;text-align:center;transition:all .3s ease}
.learning-trend-element:hover{background:#ffffff40;transform:translateY(-6px);box-shadow:0 12px 35px #00000026}
.learning-trend-icon{font-size:2.8rem;margin-bottom:16px}
.learning-trend-element h3{font-size:1.2rem;color:#fff;margin-bottom:10px;font-weight:600}
.learning-trend-element p{font-size:.93rem;color:#ffffffe6;line-height:1.55;margin:0}
@media (max-width: 992px) {
.learning-hero-content{grid-template-columns:1fr;gap:40px}
.learning-hero-text h1{font-size:2.5rem}
.learning-formats-grid{grid-template-columns:1fr;gap:25px}
.learning-outcomes-layout{grid-template-columns:1fr;gap:45px}
.learning-support-structure,.learning-mentors-showcase{grid-template-columns:1fr}
.learning-trends-matrix{grid-template-columns:repeat(2,1fr);gap:20px}
}
@media (max-width: 768px) {
.learning-program-hero{padding:60px 20px}
.learning-hero-text h1{font-size:2rem}
.learning-hero-image{transform:rotate(0deg)}
.learning-formats-section,.learning-outcomes-section,.learning-support-section,.learning-trends-section{padding:60px 20px}
.learning-formats-title h2,.learning-outcomes-content h2,.learning-support-header h2,.learning-trends-intro h2{font-size:2rem}
.learning-outcomes-badge{position:static;margin-top:20px}
.learning-outcomes-timeline{padding-left:35px}
.learning-outcomes-timeline::before{left:10px}
.learning-outcome-phase::before{left:-30px}
.learning-mentor-profile{flex-direction:column;text-align:center;align-items:center}
.learning-trends-matrix{grid-template-columns:1fr}
}
.cookie-policy-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-hero-section{background:linear-gradient(165deg,#7FA1BB 0%,#A0B4CF 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.cookie-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#cdd9eb26;border-radius:50%}
.cookie-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.cookie-hero-content{max-width:850px;margin:0 auto;position:relative;z-index:2}
.cookie-hero-content h1{font-size:2.8rem;color:#fff;margin:0 0 20px;font-weight:700;letter-spacing:-.5px;line-height:1.2}
.cookie-hero-subtitle{font-size:1.15rem;color:#fffffff2;line-height:1.6;margin:0}
.cookie-content-wrapper{max-width:920px;margin:0 auto;padding:60px 25px 80px}
.cookie-intro-block{background:#fff;padding:45px 40px;border-radius:12px;box-shadow:0 2px 12px #7fa1bb14;margin-bottom:45px;border-left:5px solid #7FA1BB}
.cookie-intro-block p{font-size:1.05rem;color:#495057;line-height:1.75;margin:0 0 18px}
.cookie-intro-block p:last-child{margin-bottom:0}
.cookie-section-block{background:#fff;padding:40px;border-radius:10px;margin-bottom:35px;box-shadow:0 1px 8px #343a400f;border-top:3px solid #A0B4CF}
.cookie-section-title{font-size:1.75rem;color:#212529;margin:0 0 25px;font-weight:600;display:flex;align-items:center;gap:12px}
.cookie-section-title::before{content:'';width:6px;height:32px;background:linear-gradient(180deg,#7FA1BB 0%,#A0B4CF 100%);border-radius:3px}
.cookie-section-text{font-size:1.02rem;color:#495057;line-height:1.7;margin:0 0 22px}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.cookie-type-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:28px 24px;border-radius:8px;border:1px solid #CDD9EB;transition:all .3s ease}
.cookie-type-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #7fa1bb26;border-color:#A0B4CF}
.cookie-type-heading{font-size:1.25rem;color:#212529;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:10px}
.cookie-type-icon{width:28px;height:28px;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.cookie-type-icon::after{content:'';color:#fff;font-size:.85rem;font-weight:700}
.cookie-type-description{font-size:.98rem;color:#495057;line-height:1.65;margin:0}
.cookie-list-container{background:#f8f9fa;padding:28px 30px;border-radius:8px;margin:25px 0;border-left:4px solid #7FA1BB}
.cookie-list-container ul{list-style:none;padding:0;margin:0}
.cookie-list-container li{font-size:1rem;color:#343a40;line-height:1.7;margin-bottom:14px;padding-left:30px;position:relative}
.cookie-list-container li::before{content:'→';position:absolute;left:0;color:#7FA1BB;font-weight:700;font-size:1.1rem}
.cookie-list-container li:last-child{margin-bottom:0}
.cookie-highlight-box{background:linear-gradient(135deg,#CDD9EB 0%,#A0B4CF 100%);padding:35px 32px;border-radius:10px;margin:35px 0;position:relative;overflow:hidden}
.cookie-highlight-box::before{content:'';position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:#ffffff26;border-radius:50%}
.cookie-highlight-title{font-size:1.4rem;color:#212529;margin:0 0 18px;font-weight:600;position:relative;z-index:1}
.cookie-highlight-text{font-size:1.02rem;color:#343a40;line-height:1.7;margin:0;position:relative;z-index:1}
.cookie-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:8px;box-shadow:0 2px 8px #343a400f}
.cookie-data-table{width:100%;border-collapse:collapse;background:#fff}
.cookie-data-table thead{background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%)}
.cookie-data-table th{padding:18px 20px;text-align:left;font-size:1.05rem;color:#fff;font-weight:600;border-bottom:3px solid #CDD9EB}
.cookie-data-table td{padding:16px 20px;font-size:.98rem;color:#495057;border-bottom:1px solid #e9ecef;line-height:1.6}
.cookie-data-table tbody tr:hover{background:#f8f9fa}
.cookie-data-table tbody tr:last-child td{border-bottom:none}
.cookie-control-section{background:#fff;padding:42px 38px;border-radius:10px;margin:40px 0;box-shadow:0 3px 15px #7fa1bb1a;border:2px solid #CDD9EB}
.cookie-control-heading{font-size:1.65rem;color:#212529;margin:0 0 28px;font-weight:600;text-align:center}
.cookie-browser-steps{display:flex;flex-direction:column;gap:20px}
.cookie-step-item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:22px 26px;border-radius:8px;border-left:5px solid #A0B4CF;display:flex;gap:18px;align-items:flex-start}
.cookie-step-number{width:38px;height:38px;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;flex-shrink:0}
.cookie-step-content{flex:1}
.cookie-step-content p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.cookie-note-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:28px 32px;border-radius:8px;margin:35px 0;border:2px dashed #A0B4CF}
.cookie-note-box p{font-size:1rem;color:#343a40;line-height:1.7;margin:0 0 15px}
.cookie-note-box p:last-child{margin-bottom:0}
.cookie-contact-banner{background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);padding:45px 35px;border-radius:12px;text-align:center;margin-top:50px;position:relative;overflow:hidden}
.cookie-contact-banner::before{content:'';position:absolute;top:-80px;left:-80px;width:200px;height:200px;background:#ffffff1a;border-radius:50%}
.cookie-contact-banner::after{content:'';position:absolute;bottom:-60px;right:-60px;width:180px;height:180px;background:#ffffff14;border-radius:50%}
.cookie-banner-title{font-size:1.5rem;color:#fff;margin:0 0 15px;font-weight:600;position:relative;z-index:1}
.cookie-banner-text{font-size:1.05rem;color:#fffffff2;line-height:1.7;margin:0 0 25px;position:relative;z-index:1}
.cookie-cta-button{display:inline-block;padding:14px 36px;background:#fff;color:#7FA1BB;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;position:relative;z-index:1;box-shadow:0 4px 12px #00000026}
.cookie-cta-button:hover{background:#212529;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #0003}
.cookie-date-stamp{text-align:center;font-size:.95rem;color:#6c757d;margin:50px 0 0;padding-top:30px;border-top:2px solid #e9ecef}
@media (max-width: 768px) {
.cookie-hero-section{padding:60px 20px 45px}
.cookie-hero-content h1{font-size:2rem}
.cookie-hero-subtitle{font-size:1.05rem}
.cookie-content-wrapper{padding:40px 18px 60px}
.cookie-intro-block{padding:30px 24px}
.cookie-section-block{padding:28px 22px}
.cookie-section-title{font-size:1.45rem}
.cookie-types-grid{grid-template-columns:1fr;gap:20px}
.cookie-type-card{padding:24px 20px}
.cookie-highlight-box{padding:28px 24px}
.cookie-control-section{padding:32px 24px}
.cookie-step-item{flex-direction:column;gap:12px}
.cookie-contact-banner{padding:35px 25px}
.cookie-banner-title{font-size:1.3rem}
.cookie-cta-button{padding:12px 28px;font-size:1rem}
.cookie-data-table th,.cookie-data-table td{padding:12px 14px;font-size:.9rem}
}
@media (max-width: 480px) {
.cookie-hero-content h1{font-size:1.7rem}
.cookie-section-title{font-size:1.3rem}
.cookie-intro-block{padding:24px 18px}
.cookie-section-block{padding:24px 18px}
}
.privacy-policy-page{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.privacy-header-block{background:linear-gradient(165deg,#7FA1BB 0%,#A0B4CF 100%);padding:4rem 2rem 3rem;text-align:center;margin-bottom:0;position:relative;overflow:hidden}
.privacy-header-block::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:1}
.privacy-header-block::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%;z-index:1}
.privacy-main-title{font-size:2.8rem;color:#fff;font-weight:700;margin:0 0 1rem;position:relative;z-index:2;letter-spacing:-.5px}
.privacy-last-update{color:#fffffff2;font-size:1.05rem;position:relative;z-index:2;font-weight:400}
.privacy-content-wrapper{max-width:920px;margin:0 auto;padding:3rem 2rem 4rem}
.privacy-intro-section{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 12px #7fa1bb1a;border-left:4px solid #7FA1BB}
.privacy-intro-text{color:#343a40;font-size:1.1rem;line-height:1.75;margin:0}
.privacy-section-block{background:#fafbfc;padding:2.2rem 2.5rem;margin-bottom:1.8rem;border-radius:10px;border:1px solid #e8ecf1;transition:all .3s ease}
.privacy-section-block:hover{box-shadow:0 4px 16px #7fa1bb26;transform:translateY(-2px)}
.privacy-section-heading{color:#7FA1BB;font-size:1.75rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.8rem;border-bottom:2px solid #CDD9EB}
.privacy-section-text{color:#495057;font-size:1.05rem;line-height:1.8;margin:0 0 1.2rem}
.privacy-section-text:last-child{margin-bottom:0}
.privacy-list-container{margin:1.5rem 0;padding-left:0;list-style:none}
.privacy-list-item{color:#495057;font-size:1.05rem;line-height:1.7;margin-bottom:1rem;padding-left:2rem;position:relative}
.privacy-list-item::before{content:'';position:absolute;left:0;top:.6rem;width:8px;height:8px;background:#7FA1BB;border-radius:50%}
.privacy-subsection-title{color:#343a40;font-size:1.3rem;font-weight:600;margin:1.8rem 0 1rem}
.privacy-highlight-box{background:linear-gradient(135deg,#CDD9EB 0%,#A0B4CF 100%);padding:2rem;border-radius:10px;margin:2rem 0}
.privacy-highlight-title{color:#fff;font-size:1.4rem;font-weight:600;margin:0 0 1rem}
.privacy-highlight-text{color:#fff;font-size:1.05rem;line-height:1.75;margin:0}
.privacy-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px #00000014}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-table-header{background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);color:#fff;font-weight:600;padding:1rem;text-align:left;font-size:1.05rem}
.privacy-table-cell{padding:1rem;border-bottom:1px solid #e8ecf1;color:#495057;font-size:1rem;line-height:1.6}
.privacy-table-row:nth-child(even){background:#f8f9fa}
.privacy-table-row:hover{background:#f0f4f8}
.privacy-contact-block{background:#fff;padding:2.5rem;border-radius:12px;margin-top:3rem;box-shadow:0 4px 20px #7fa1bb26;border-top:4px solid #A0B4CF;text-align:center}
.privacy-contact-title{color:#343a40;font-size:1.8rem;font-weight:600;margin:0 0 1.2rem}
.privacy-contact-text{color:#495057;font-size:1.1rem;line-height:1.7;margin:0}
.privacy-important-note{background:#fff9e6;border-left:4px solid #ffc107;padding:1.5rem;margin:1.5rem 0;border-radius:6px}
.privacy-note-text{color:#856404;font-size:1.05rem;line-height:1.7;margin:0;font-weight:500}
@media (max-width: 768px) {
.privacy-header-block{padding:3rem 1.5rem 2.5rem}
.privacy-main-title{font-size:2rem;line-height:1.2}
.privacy-last-update{font-size:.95rem}
.privacy-content-wrapper{padding:2rem 1rem 3rem}
.privacy-intro-section{padding:1.8rem}
.privacy-section-block{padding:1.8rem 1.5rem}
.privacy-section-heading{font-size:1.45rem}
.privacy-highlight-box{padding:1.5rem}
.privacy-contact-block{padding:2rem 1.5rem}
.privacy-table-header,.privacy-table-cell{padding:.8rem;font-size:.95rem}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.7rem}
.privacy-section-heading{font-size:1.3rem}
.privacy-list-item{padding-left:1.5rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#fafbfc 100%);min-height:100vh;padding:0;margin:0}
.success-confirmation-container{max-width:780px;margin:0 auto;padding:80px 20px 60px}
.success-visual-block{text-align:center;margin-bottom:50px;position:relative}
.success-checkmark-circle{width:120px;height:120px;margin:0 auto 30px;position:relative;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #7fa1bb40;animation:successPulse 1.5s ease-out}
@keyframes successPulse {
0%{transform:scale(0.3);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-circle::before{content:"";font-size:64px;color:#fff;font-weight:700;line-height:1}
.success-main-heading{font-size:42px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.2;animation:fadeInUp .8s ease-out .3s both}
@keyframes fadeInUp {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.success-subheading-text{font-size:19px;color:#495057;line-height:1.6;margin:0;animation:fadeInUp .8s ease-out .5s both}
.success-info-card{background:#fff;border-radius:12px;padding:40px 35px;margin:45px 0;box-shadow:0 4px 16px #0000000f;border-left:4px solid #7FA1BB;animation:fadeInUp .8s ease-out .7s both}
.success-info-title{font-size:22px;font-weight:600;color:#212529;margin:0 0 20px}
.success-info-list{list-style:none;padding:0;margin:0}
.success-info-list li{padding:12px 0 12px 35px;color:#343a40;font-size:16px;line-height:1.7;position:relative;border-bottom:1px solid #f5f6fa}
.success-info-list li:last-child{border-bottom:none}
.success-info-list li::before{content:"→";position:absolute;left:0;color:#A0B4CF;font-weight:700;font-size:18px}
.success-timeline-section{background:linear-gradient(to right,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:35px 30px;margin:35px 0;animation:fadeInUp .8s ease-out .9s both}
.success-timeline-heading{font-size:20px;font-weight:600;color:#212529;margin:0 0 25px;text-align:center}
.success-timeline-steps{display:flex;flex-direction:column;gap:18px}
.success-step-item{display:flex;align-items:flex-start;gap:18px;padding:18px;background:#fff;border-radius:8px;transition:all .3s ease}
.success-step-item:hover{transform:translateX(5px);box-shadow:0 3px 12px #7fa1bb26}
.success-step-number{min-width:36px;height:36px;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}
.success-step-content{flex:1}
.success-step-title{font-size:17px;font-weight:600;color:#212529;margin:0 0 6px}
.success-step-description{font-size:15px;color:#495057;margin:0;line-height:1.6}
.success-actions-wrapper{text-align:center;margin:50px 0 30px;animation:fadeInUp .8s ease-out 1.1s both}
.success-btn-primary{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;margin:10px 8px;transition:all .3s ease;box-shadow:0 4px 12px #7fa1bb40;border:none;cursor:pointer}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7fa1bb59;background:linear-gradient(135deg,#6d8fa8 0%,#8fa3bf 100%)}
.success-btn-secondary{display:inline-block;padding:16px 40px;background:#fff;color:#7FA1BB;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;margin:10px 8px;transition:all .3s ease;border:2px solid #7FA1BB;cursor:pointer}
.success-btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #7fa1bb26}
.success-help-section{background:#fff;border-radius:12px;padding:35px;margin:40px 0;border:2px solid #CDD9EB;animation:fadeInUp .8s ease-out 1.3s both}
.success-help-title{font-size:20px;font-weight:600;color:#212529;margin:0 0 18px;text-align:center}
.success-help-text{font-size:16px;color:#495057;line-height:1.7;margin:0 0 12px;text-align:center}
.success-resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:35px 0 0}
.success-resource-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:25px 20px;border-radius:10px;text-align:center;border:1px solid #CDD9EB;transition:all .3s ease}
.success-resource-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #7fa1bb33;border-color:#A0B4CF}
.success-resource-icon{font-size:38px;margin-bottom:12px;display:block}
.success-resource-title{font-size:17px;font-weight:600;color:#212529;margin:0 0 8px}
.success-resource-desc{font-size:14px;color:#495057;margin:0;line-height:1.5}
.success-resource-link{display:inline-block;margin-top:12px;color:#7FA1BB;text-decoration:none;font-weight:600;font-size:15px;transition:color .3s ease}
.success-resource-link:hover{color:#6d8fa8}
@media (max-width: 768px) {
.success-confirmation-container{padding:60px 16px 40px}
.success-checkmark-circle{width:100px;height:100px;margin-bottom:25px}
.success-checkmark-circle::before{font-size:52px}
.success-main-heading{font-size:32px;margin-bottom:14px}
.success-subheading-text{font-size:17px}
.success-info-card{padding:30px 22px;margin:35px 0}
.success-info-title{font-size:19px}
.success-timeline-section{padding:28px 20px}
.success-step-item{flex-direction:column;gap:12px}
.success-btn-primary,.success-btn-secondary{display:block;width:100%;margin:10px 0}
.success-resources-grid{grid-template-columns:1fr;gap:15px}
.success-help-section{padding:28px 20px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:28px}
.success-info-list li{font-size:15px;padding-left:30px}
.success-step-title{font-size:16px}
.success-step-description{font-size:14px}
}
.error-404-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-404-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#7fa1bb14 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-404-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#a0b4cf0f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-404-content-box{max-width:750px;width:100%;background:#fff;border-radius:16px;padding:3.5rem 2.5rem;box-shadow:0 8px 32px #7fa1bb1f;text-align:center;position:relative;z-index:2}
.error-404-visual-number{font-size:9rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 50%,#CDD9EB 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.05em}
.error-404-main-heading{font-size:2rem;font-weight:700;color:#212529;margin-bottom:1.25rem;line-height:1.3}
.error-404-description-text{font-size:1.125rem;color:#495057;line-height:1.7;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}
.error-404-actions-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}
.error-404-primary-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#7FA1BB 0%,#A0B4CF 100%);color:#fff;font-size:1.0625rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 16px #7fa1bb40;position:relative;z-index:10}
.error-404-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #7fa1bb59;background:linear-gradient(135deg,#6d8fa8 0%,#8ea2bd 100%)}
.error-404-secondary-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#7FA1BB;font-size:1.0625rem;font-weight:600;text-decoration:none;border-radius:8px;border:2px solid #7FA1BB;transition:all .3s ease;position:relative;z-index:10}
.error-404-secondary-button:hover{background:#f8f9fa;border-color:#6d8fa8;color:#6d8fa8;transform:translateY(-2px)}
.error-404-helpful-links-section{padding-top:2.5rem;border-top:2px solid #f5f6fa}
.error-404-links-heading{font-size:1.25rem;font-weight:600;color:#343a40;margin-bottom:1.5rem}
.error-404-navigation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}
.error-404-nav-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:1.5rem;border-radius:10px;border:1px solid #CDD9EB;text-decoration:none;transition:all .3s ease;display:block}
.error-404-nav-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #7fa1bb2e;border-color:#A0B4CF}
.error-404-nav-card-title{font-size:1.0625rem;font-weight:600;color:#7FA1BB;margin-bottom:.5rem;display:block}
.error-404-nav-card-desc{font-size:.9375rem;color:#495057;line-height:1.5;display:block}
.error-404-decorative-shape{position:absolute;width:80px;height:80px;border:3px solid #CDD9EB;border-radius:50%;top:2rem;right:2rem;opacity:.4}
.error-404-decorative-shape::before{content:'';position:absolute;width:40px;height:40px;background:linear-gradient(135deg,#A0B4CF 0%,#CDD9EB 100%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.5}
@media (max-width: 768px) {
.error-404-content-box{padding:2.5rem 1.5rem}
.error-404-visual-number{font-size:6rem}
.error-404-main-heading{font-size:1.625rem}
.error-404-description-text{font-size:1rem}
.error-404-actions-group{flex-direction:column;gap:.75rem}
.error-404-primary-button,.error-404-secondary-button{width:100%;padding:.875rem 1.5rem}
.error-404-navigation-grid{grid-template-columns:1fr;gap:.875rem}
.error-404-decorative-shape{width:60px;height:60px;top:1rem;right:1rem}
.error-404-decorative-shape::before{width:30px;height:30px}
}
@media (max-width: 480px) {
.error-404-visual-number{font-size:4.5rem}
.error-404-main-heading{font-size:1.375rem}
.error-404-nav-card{padding:1.25rem}
}