:root{--primary-color:#567596;--secondary-color:#94A7B7;--tertiary-color:#B7C1C2;--light-bg:#fafbfc;--white:#fff;--text-dark:#212529;--text-medium:#495057;--border-light:#e9ecef}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background-color:var(--light-bg);color:var(--text-dark);line-height:1.7;font-size:16px}
.corner_logo_container{position:absolute;top:18px;left:22px;z-index:50}
.corner_logo_container img{height:62px;width:62px;display:block}
.top_navigation_wrapper{position:absolute;top:24px;right:28px;z-index:45}
.header_main_wrapper{position:relative;background:linear-gradient(135deg,#567596 0%,#94A7B7 65%,#B7C1C2 100%);padding:95px 0 0;min-height:142px}
.bottom_centered_title{text-align:center;padding:25px 20px 22px;background:#ffffff1f;backdrop-filter:blur(8px)}
.bottom_centered_title h1{font-size:clamp(1.4rem,3.2vw,2.1rem);font-weight:600;color:var(--white);letter-spacing:.3px}
.nav_links_horizontal{display:flex;gap:28px;align-items:center;list-style:none}
.nav_links_horizontal a{color:var(--white);text-decoration:none;font-size:15px;font-weight:500;padding:8px 14px;border-radius:6px;transition:background-color 0.25s,opacity .25s}
.nav_links_horizontal a:hover{background-color:#ffffff2e;opacity:.9}
.nav_links_horizontal a:focus{outline:2px solid var(--white);outline-offset:2px}
main{min-height:60vh}
.footer_advanced_layout{background:linear-gradient(165deg,#567596 0%,#94A7B7 100%);color:var(--white);padding:42px 0 28px;margin-top:65px}
.footer_grid_structure{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:38px;max-width:1240px;margin:0 auto;padding:0 24px}
.footer_section_block h3{font-size:18px;font-weight:600;margin-bottom:16px;letter-spacing:.4px}
.footer_section_block p,.footer_section_block a{font-size:14px;line-height:1.8;color:#ffffffe0;text-decoration:none}
.footer_section_block a:hover{color:var(--white);text-decoration:underline}
.footer_links_vertical{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer_copyright_bar{text-align:center;margin-top:35px;padding-top:24px;border-top:1px solid #fff3;font-size:13px;color:#ffffffbf}
.consent_card_wrapper{position:fixed;bottom:24px;right:24px;max-width:420px;background:var(--white);border-radius:12px;box-shadow:0 8px 32px #00000026;padding:26px;z-index:9999;border:1px solid var(--border-light);transform:translateY(0);opacity:1;transition:opacity 0.4s,transform .4s}
.consent_card_wrapper.hidden_state{opacity:0;transform:translateY(30px);pointer-events:none}
.consent_text_area{margin-bottom:18px}
.consent_text_area p{font-size:14px;line-height:1.6;color:var(--text-medium);margin-bottom:12px}
.consent_text_area a{color:var(--primary-color);text-decoration:underline;font-weight:500}
.consent_actions_group{display:flex;gap:12px;flex-wrap:wrap}
.btn_accept_primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);border:none;padding:11px 22px;border-radius:7px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .25s;min-width:44px;min-height:44px}
.btn_accept_primary:hover{opacity:.88}
.btn_reject_secondary{background:transparent;color:var(--text-dark);border:1px solid var(--border-light);padding:11px 22px;border-radius:7px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .25s;min-width:44px;min-height:44px}
.btn_reject_secondary:hover{background-color:#f8f9fa}
.btn_accept_primary:focus,.btn_reject_secondary:focus{outline:2px solid var(--primary-color);outline-offset:2px}
@media (max-width: 768px) {
.corner_logo_container{top:14px;left:16px}
.corner_logo_container img{height:52px;width:52px}
.top_navigation_wrapper{position:static;display:flex;justify-content:center;padding:85px 16px 0}
.header_main_wrapper{padding:75px 0 0}
.nav_links_horizontal{flex-wrap:wrap;justify-content:center;gap:18px}
.nav_links_horizontal a{font-size:14px;padding:7px 12px}
.bottom_centered_title{padding:20px 16px 18px}
.bottom_centered_title h1{font-size:1.3rem}
.footer_grid_structure{grid-template-columns:1fr;gap:28px;padding:0 20px}
.consent_card_wrapper{bottom:16px;right:16px;left:16px;max-width:none;padding:20px}
.consent_actions_group{flex-direction:column}
.btn_accept_primary,.btn_reject_secondary{width:100%}
}
@media (min-width: 769px) and (max-width: 1024px) {
.nav_links_horizontal{gap:20px}
.nav_links_horizontal a{font-size:14px}
}
.reviews-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.reviews-hero-section{background:linear-gradient(165deg,#567596 0%,#94A7B7 100%);padding:90px 20px 80px;position:relative;overflow:hidden}
.reviews-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;z-index:1}
.reviews-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.reviews-hero-content h1{font-size:2.8rem;color:#fff;margin-bottom:25px;font-weight:700;line-height:1.2}
.reviews-hero-content p{font-size:1.15rem;color:#fffffff2;line-height:1.7;max-width:750px}
.testimonials-grid-block{max-width:1200px;margin:80px auto;padding:0 20px}
.testimonials-grid-block h2{font-size:2.4rem;color:#212529;text-align:center;margin-bottom:60px;font-weight:600}
.testimonials-layout-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px}
.testimonial-card-item{background:#fff;border-radius:12px;padding:35px;box-shadow:0 4px 20px #5675961f;transition:all .3s ease;border-left:4px solid #B7C1C2}
.testimonial-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #5675962e;border-left-color:#567596}
.testimonial-profile-section{display:flex;align-items:center;gap:18px;margin-bottom:22px}
.testimonial-profile-image{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #B7C1C2}
.testimonial-profile-info h3{font-size:1.2rem;color:#212529;margin-bottom:5px;font-weight:600}
.testimonial-profile-info p{font-size:.95rem;color:#567596;margin:0}
.testimonial-text-content{font-size:1.05rem;color:#495057;line-height:1.7;font-style:italic;margin-bottom:20px}
.testimonial-date-stamp{font-size:.88rem;color:#94A7B7;text-align:right}
.showcase-visual-section{background:#fff;padding:90px 20px;margin:80px 0}
.showcase-visual-container{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.showcase-text-column h2{font-size:2.3rem;color:#212529;margin-bottom:30px;font-weight:600;line-height:1.3}
.showcase-text-column p{font-size:1.08rem;color:#495057;line-height:1.8;margin-bottom:20px}
.showcase-highlight-box{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-left:5px solid #567596;padding:25px;margin-top:35px;border-radius:8px}
.showcase-highlight-box p{margin:0;font-size:1.1rem;color:#343a40;font-weight:500}
.showcase-image-column img{width:100%;height:auto;border-radius:15px;box-shadow:0 10px 40px #56759626}
.stats-banner-section{background:linear-gradient(to right,#567596 0%,#94A7B7 50%,#B7C1C2 100%);padding:70px 20px;position:relative;overflow:hidden}
.stats-banner-section::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:#ffffff0f;border-radius:50%}
.stats-content-wrapper{max-width:1100px;margin:0 auto;text-align:center;position:relative;z-index:2}
.stats-content-wrapper h2{font-size:2.2rem;color:#fff;margin-bottom:50px;font-weight:600}
.stats-display-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}
.stat-item-box{background:#ffffff1f;padding:35px 20px;border-radius:10px;backdrop-filter:blur(10px);transition:all .3s ease}
.stat-item-box:hover{background:#ffffff2e;transform:scale(1.05)}
.stat-number-display{font-size:3rem;color:#fff;font-weight:700;margin-bottom:10px;line-height:1}
.stat-label-text{font-size:1.1rem;color:#fffffff2;font-weight:500}
.cta-action-section{max-width:900px;margin:90px auto;padding:60px 40px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:20px;text-align:center;box-shadow:0 10px 50px #5675961f;border:2px solid #B7C1C2}
.cta-action-section h2{font-size:2.5rem;color:#212529;margin-bottom:25px;font-weight:600}
.cta-action-section p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}
.cta-button-primary{display:inline-block;background:#567596;color:#fff;padding:18px 50px;font-size:1.15rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #56759640;position:relative;z-index:10}
.cta-button-primary:hover{background:#94A7B7;transform:translateY(-3px);box-shadow:0 6px 25px #56759659;color:#fff}
@media (max-width: 768px) {
.reviews-hero-content h1{font-size:2rem}
.reviews-hero-content p{font-size:1.05rem}
.testimonials-layout-grid{grid-template-columns:1fr}
.showcase-visual-container{grid-template-columns:1fr;gap:40px}
.showcase-image-column{order:-1}
.stats-display-grid{grid-template-columns:1fr;gap:25px}
.cta-action-section{padding:40px 25px}
.cta-action-section h2{font-size:1.9rem}
}
.events-page-2025{background:#fafbfc;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7}
.events-hero-section{background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);padding:80px 20px;margin-bottom:0;position:relative;overflow:hidden}
.events-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff14;border-radius:50%;z-index:1}
.events-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.events-hero-title{font-size:3.2rem;font-weight:700;color:#fff;margin-bottom:25px;letter-spacing:-.5px}
.events-hero-subtitle{font-size:1.3rem;color:#f8f9fa;max-width:700px;margin-bottom:35px;line-height:1.6}
.events-hero-meta{display:flex;gap:40px;flex-wrap:wrap}
.events-meta-item{display:flex;align-items:center;gap:12px;color:#fff;font-size:1.05rem}
.events-meta-icon{width:44px;height:44px;background:#ffffff26;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:600}
.events-upcoming-block{background:#fff;padding:90px 20px;position:relative}
.events-upcoming-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.events-upcoming-left{position:sticky;top:30px}
.events-section-label{display:inline-block;background:#B7C1C2;color:#212529;padding:8px 18px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:20px;letter-spacing:.5px}
.events-block-title{font-size:2.6rem;font-weight:700;color:#212529;margin-bottom:25px;line-height:1.2}
.events-block-description{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:30px}
.events-image-container{width:100%;height:420px;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #56759626}
.events-image-container img{width:100%;height:100%;object-fit:cover}
.events-list-right{display:flex;flex-direction:column;gap:28px}
.event-card-item{background:#f8f9fa;border-radius:12px;padding:32px;border-left:4px solid #567596;transition:all .3s ease;position:relative}
.event-card-item:hover{transform:translateX(8px);box-shadow:0 6px 20px #5675961f;border-left-color:#94A7B7}
.event-card-date{display:inline-block;background:#567596;color:#fff;padding:6px 14px;border-radius:6px;font-size:.9rem;font-weight:600;margin-bottom:15px}
.event-card-title{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:12px}
.event-card-info{font-size:1rem;color:#495057;margin-bottom:8px;display:flex;align-items:center;gap:10px}
.event-card-info::before{content:'●';color:#94A7B7;font-size:.7rem}
.event-card-description{font-size:1rem;color:#495057;line-height:1.7;margin-top:15px}
.events-testimonial-block{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:90px 20px;position:relative}
.events-testimonial-wrapper{max-width:1100px;margin:0 auto}
.events-testimonial-header{text-align:center;margin-bottom:60px}
.events-testimonial-content{display:grid;grid-template-columns:320px 1fr;gap:50px;align-items:center;background:#fff;padding:50px;border-radius:16px;box-shadow:0 4px 20px #56759614}
.events-testimonial-image{width:280px;height:280px;border-radius:16px;overflow:hidden;box-shadow:0 6px 25px #56759626}
.events-testimonial-image img{width:100%;height:100%;object-fit:cover}
.events-testimonial-text{flex:1}
.events-quote-text{font-size:1.25rem;color:#343a40;line-height:1.8;margin-bottom:25px;font-style:italic;position:relative;padding-left:30px}
.events-quote-text::before{content:'"';position:absolute;left:0;top:-10px;font-size:4rem;color:#B7C1C2;line-height:1;font-family:Georgia,serif}
.events-author-name{font-size:1.2rem;font-weight:700;color:#212529;margin-bottom:5px}
.events-author-role{font-size:1rem;color:#567596;font-weight:500}
@media (max-width: 992px) {
.events-hero-title{font-size:2.4rem}
.events-upcoming-wrapper{grid-template-columns:1fr;gap:40px}
.events-upcoming-left{position:static}
.events-testimonial-content{grid-template-columns:1fr;gap:35px;padding:40px 30px}
.events-testimonial-image{width:220px;height:220px;margin:0 auto}
}
@media (max-width: 768px) {
.events-hero-section{padding:60px 20px}
.events-hero-title{font-size:2rem}
.events-hero-subtitle{font-size:1.1rem}
.events-hero-meta{flex-direction:column;gap:20px}
.events-block-title{font-size:2rem}
.events-upcoming-block,.events-testimonial-block{padding:60px 20px}
.event-card-item{padding:24px}
.event-card-title{font-size:1.3rem}
.events-testimonial-content{padding:30px 20px}
.events-quote-text{font-size:1.1rem;padding-left:25px}
}
.dvx-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.dvx-hero-section{background:linear-gradient(165deg,#567596 0%,#94A7B7 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.dvx-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#b7c1c226;border-radius:50%;z-index:1}
.dvx-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.dvx-hero-text h1{font-size:2.8rem;color:#fff;margin-bottom:24px;line-height:1.2;font-weight:700}
.dvx-hero-text p{font-size:1.15rem;color:#f5f6fa;line-height:1.7;margin-bottom:32px}
.dvx-hero-cta{display:inline-block;background:#fff;color:#567596;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.dvx-hero-cta:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040;background:#f8f9fa}
.dvx-hero-image-wrap{position:relative}
.dvx-hero-image-wrap img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #0003}
.dvx-approach-block{padding:80px 20px;background:#fff}
.dvx-approach-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:40% 1fr;gap:50px;align-items:start}
.dvx-approach-img img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 6px 18px #56759626}
.dvx-approach-content h2{font-size:2.2rem;color:#567596;margin-bottom:20px;font-weight:700}
.dvx-approach-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.dvx-approach-list{margin-top:28px;padding-left:0;list-style:none}
.dvx-approach-list li{padding:14px 0 14px 36px;position:relative;color:#343a40;font-size:1.02rem;line-height:1.6;border-left:3px solid #94A7B7;margin-bottom:12px;padding-left:20px}
.dvx-approach-list li::before{content:'→';position:absolute;left:-3px;color:#567596;font-weight:700;font-size:1.2rem}
.dvx-timeline-section{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fafbfc 100%);position:relative}
.dvx-timeline-container{max-width:1000px;margin:0 auto}
.dvx-timeline-container h2{font-size:2.2rem;color:#567596;text-align:center;margin-bottom:50px;font-weight:700}
.dvx-timeline-items{position:relative;padding-left:80px}
.dvx-timeline-item{position:relative;margin-bottom:50px;padding:28px;background:#fff;border-radius:8px;box-shadow:0 3px 12px #5675961a}
.dvx-timeline-item::before{content:'';position:absolute;left:-48px;top:32px;width:24px;height:24px;background:#567596;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #94A7B7;z-index:2}
.dvx-timeline-item::after{content:'';position:absolute;left:-37px;top:56px;width:2px;height:calc(100% + 22px);background:#B7C1C2;z-index:1}
.dvx-timeline-item:last-child::after{display:none}
.dvx-timeline-item h3{font-size:1.4rem;color:#343a40;margin-bottom:12px;font-weight:600}
.dvx-timeline-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.dvx-pricing-section{padding:80px 20px;background:#fff}
.dvx-pricing-wrap{max-width:1200px;margin:0 auto}
.dvx-pricing-wrap h2{font-size:2.2rem;color:#567596;text-align:center;margin-bottom:48px;font-weight:700}
.dvx-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.dvx-price-card{background:#f8f9fa;padding:40px 28px;border-radius:12px;text-align:center;border:2px solid #B7C1C2;transition:all .3s ease;position:relative}
.dvx-price-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #56759633;border-color:#567596}
.dvx-price-card.dvx-featured{background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);color:#fff;border-color:#567596}
.dvx-price-card.dvx-featured h3,.dvx-price-card.dvx-featured .dvx-price-amount{color:#fff}
.dvx-price-card.dvx-featured .dvx-price-features li{color:#f5f6fa}
.dvx-price-card h3{font-size:1.6rem;color:#343a40;margin-bottom:16px;font-weight:600}
.dvx-price-amount{font-size:2.6rem;color:#567596;font-weight:700;margin-bottom:8px}
.dvx-price-period{font-size:.95rem;color:#495057;margin-bottom:24px;display:block}
.dvx-price-features{list-style:none;padding:0;margin:24px 0 32px}
.dvx-price-features li{padding:10px 0;color:#495057;font-size:.98rem;line-height:1.6}
.dvx-price-cta{display:inline-block;background:#567596;color:#fff;padding:14px 36px;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}
.dvx-price-cta:hover{background:#94A7B7;transform:scale(1.05)}
.dvx-price-card.dvx-featured .dvx-price-cta{background:#fff;color:#567596}
.dvx-price-card.dvx-featured .dvx-price-cta:hover{background:#f8f9fa}
.dvx-testimonial-zone{padding:80px 20px;background:linear-gradient(165deg,#94A7B7 0%,#B7C1C2 100%);position:relative}
.dvx-testimonial-content{max-width:900px;margin:0 auto;display:grid;grid-template-columns:140px 1fr;gap:40px;align-items:center;background:#fff;padding:50px;border-radius:12px;box-shadow:0 8px 24px #00000026}
.dvx-testimonial-avatar img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #567596}
.dvx-testimonial-text blockquote{font-size:1.15rem;color:#343a40;line-height:1.8;font-style:italic;margin:0 0 20px;padding:0}
.dvx-testimonial-author{font-size:1.05rem;color:#567596;font-weight:600}
.dvx-testimonial-role{font-size:.95rem;color:#495057;margin-top:4px}
.dvx-cta-final-section{padding:80px 20px;background:#fff}
.dvx-cta-final-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 45%;gap:60px;align-items:center}
.dvx-cta-text-area h2{font-size:2.3rem;color:#567596;margin-bottom:24px;font-weight:700;line-height:1.3}
.dvx-cta-text-area p{font-size:1.08rem;color:#495057;line-height:1.8;margin-bottom:32px}
.dvx-cta-buttons{display:flex;gap:20px;flex-wrap:wrap}
.dvx-cta-btn-primary,.dvx-cta-btn-secondary{padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;display:inline-block}
.dvx-cta-btn-primary{background:#567596;color:#fff;box-shadow:0 4px 12px #56759640}
.dvx-cta-btn-primary:hover{background:#94A7B7;transform:translateY(-3px);box-shadow:0 6px 18px #56759659}
.dvx-cta-btn-secondary{background:transparent;color:#567596;border:2px solid #567596}
.dvx-cta-btn-secondary:hover{background:#567596;color:#fff;transform:translateY(-3px)}
.dvx-cta-image-area img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #56759633}
@media (max-width: 992px) {
.dvx-hero-content{grid-template-columns:1fr;gap:40px}
.dvx-hero-text h1{font-size:2.2rem}
.dvx-approach-inner{grid-template-columns:1fr;gap:40px}
.dvx-approach-img img{height:360px}
.dvx-pricing-grid{grid-template-columns:1fr;gap:24px}
.dvx-testimonial-content{grid-template-columns:1fr;gap:30px;padding:40px 30px}
.dvx-testimonial-avatar{text-align:center}
.dvx-cta-final-inner{grid-template-columns:1fr;gap:40px}
.dvx-timeline-items{padding-left:60px}
.dvx-timeline-item::before{left:-38px}
.dvx-timeline-item::after{left:-27px}
}
@media (max-width: 768px) {
.dvx-hero-section{padding:60px 20px 40px}
.dvx-hero-text h1{font-size:1.8rem}
.dvx-hero-text p{font-size:1rem}
.dvx-approach-block,.dvx-timeline-section,.dvx-pricing-section,.dvx-testimonial-zone,.dvx-cta-final-section{padding:60px 20px}
.dvx-approach-content h2,.dvx-timeline-container h2,.dvx-pricing-wrap h2,.dvx-cta-text-area h2{font-size:1.8rem}
.dvx-timeline-items{padding-left:40px}
.dvx-timeline-item{padding:20px}
.dvx-timeline-item::before{left:-28px;width:18px;height:18px}
.dvx-timeline-item::after{left:-20px}
.dvx-testimonial-content{padding:30px 20px}
.dvx-cta-buttons{flex-direction:column}
.dvx-cta-btn-primary,.dvx-cta-btn-secondary{text-align:center;width:100%}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.contact-hero-section{background:linear-gradient(165deg,#567596 0%,#94A7B7 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:#ffffff14;border-radius:50%;z-index:1}
.contact-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{color:#fff;font-size:2.8rem;font-weight:700;margin-bottom:20px;line-height:1.2}
.contact-hero-content p{color:#fffffff2;font-size:1.15rem;line-height:1.7;max-width:700px}
.contact-main-container{max-width:1200px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:10}
.contact-grid-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:40px;margin-top:0}
.contact-info-card{background:#fff;border-radius:12px;padding:45px 35px;box-shadow:0 8px 24px #5675961f;height:fit-content}
.contact-info-card h2{color:#567596;font-size:1.75rem;font-weight:700;margin-bottom:30px;line-height:1.3}
.contact-method-item{margin-bottom:32px;padding-left:0}
.contact-method-item:last-child{margin-bottom:0}
.contact-method-label{color:#94A7B7;font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}
.contact-method-value{color:#343a40;font-size:1.05rem;line-height:1.6;display:block}
.contact-method-value a{color:#567596;text-decoration:none;transition:color .3s ease}
.contact-method-value a:hover{color:#94A7B7}
.contact-form-card{background:#fff;border-radius:12px;padding:45px 40px;box-shadow:0 8px 24px #5675961f}
.contact-form-card h2{color:#343a40;font-size:1.85rem;font-weight:700;margin-bottom:12px;line-height:1.3}
.contact-form-subtitle{color:#495057;font-size:1rem;line-height:1.6;margin-bottom:35px}
.form-group-custom{margin-bottom:24px}
.form-group-custom label{display:block;color:#343a40;font-size:.95rem;font-weight:600;margin-bottom:8px}
.form-group-custom input,.form-group-custom textarea,.form-group-custom select{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#343a40;background:#fff;transition:all .3s ease;font-family:inherit}
.form-group-custom input:focus,.form-group-custom textarea:focus,.form-group-custom select:focus{outline:none;border-color:#567596;box-shadow:0 0 0 3px #5675961a}
.form-group-custom textarea{min-height:140px;resize:vertical}
.form-checkbox-group{margin:28px 0 32px;display:flex;align-items:flex-start;gap:12px}
.form-checkbox-group input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.form-checkbox-group label{color:#495057;font-size:.92rem;line-height:1.5;cursor:pointer;margin:0}
.form-checkbox-group label a{color:#567596;text-decoration:underline}
.form-checkbox-group label a:hover{color:#94A7B7}
.submit-btn-custom{background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);color:#fff;border:none;padding:16px 48px;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%;position:relative;z-index:5}
.submit-btn-custom:hover{transform:translateY(-2px);box-shadow:0 8px 20px #5675964d}
.visual-section-wrapper{max-width:1200px;margin:60px auto 0;padding:0 20px}
.image-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:0}
.info-image-block{border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #56759626;position:relative}
.info-image-block img{width:100%;height:340px;object-fit:cover;display:block;transition:transform .4s ease}
.info-image-block:hover img{transform:scale(1.05)}
.image-caption-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#567596eb,transparent);padding:30px 25px 20px;color:#fff}
.image-caption-overlay h3{font-size:1.25rem;font-weight:700;margin:0;line-height:1.4}
@media (max-width: 968px) {
.contact-grid-layout{grid-template-columns:1fr;gap:30px}
.contact-hero-content h1{font-size:2.2rem}
.image-grid-layout{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.contact-hero-section{padding:60px 20px 50px}
.contact-hero-content h1{font-size:1.85rem}
.contact-hero-content p{font-size:1.05rem}
.contact-info-card,.contact-form-card{padding:35px 25px}
.contact-form-card h2{font-size:1.6rem}
.submit-btn-custom{padding:15px 36px}
.info-image-block img{height:280px}
}
.about-valuewave-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.about-valuewave-page .about-hero-wrapper{background:linear-gradient(165deg,#567596 0%,#94A7B7 100%);padding:90px 20px 80px;position:relative;overflow:hidden}
.about-valuewave-page .about-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;z-index:1}
.about-valuewave-page .about-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.about-valuewave-page .about-hero-title{font-size:2.8rem;color:#fff;margin-bottom:25px;font-weight:700;line-height:1.2}
.about-valuewave-page .about-hero-subtitle{font-size:1.25rem;color:#fffffff2;margin-bottom:15px;line-height:1.6}
.about-valuewave-page .about-hero-text{font-size:1.05rem;color:#ffffffe0;line-height:1.7;max-width:780px}
.about-valuewave-page .story-split-section{padding:85px 20px;background:#fff}
.about-valuewave-page .story-split-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.about-valuewave-page .story-content-area{padding-right:30px}
.about-valuewave-page .story-label{display:inline-block;background:#B7C1C2;color:#212529;padding:8px 20px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:20px}
.about-valuewave-page .story-heading{font-size:2.3rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.about-valuewave-page .story-paragraph{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.about-valuewave-page .story-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #56759626}
.about-valuewave-page .story-image-wrapper img{width:100%;height:480px;object-fit:cover;display:block}
.about-valuewave-page .values-grid-section{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.about-valuewave-page .values-grid-container{max-width:1200px;margin:0 auto}
.about-valuewave-page .values-header{text-align:center;margin-bottom:60px}
.about-valuewave-page .values-title{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.about-valuewave-page .values-description{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.about-valuewave-page .values-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.about-valuewave-page .value-card-item{background:#fff;padding:40px 30px;border-radius:10px;border:2px solid #B7C1C2;transition:all .3s ease;position:relative}
.about-valuewave-page .value-card-item::before{content:'';position:absolute;top:0;left:0;width:0;height:3px;background:#567596;transition:width .4s ease}
.about-valuewave-page .value-card-item:hover::before{width:100%}
.about-valuewave-page .value-card-item:hover{transform:translateY(-5px);box-shadow:0 10px 35px #56759633}
.about-valuewave-page .value-card-number{font-size:2.5rem;color:#94A7B7;font-weight:700;margin-bottom:15px;line-height:1}
.about-valuewave-page .value-card-title{font-size:1.4rem;color:#212529;margin-bottom:12px;font-weight:600}
.about-valuewave-page .value-card-text{font-size:1rem;color:#495057;line-height:1.7}
.about-valuewave-page .approach-zigzag-section{padding:75px 20px;background:#fff}
.about-valuewave-page .approach-container{max-width:1200px;margin:0 auto}
.about-valuewave-page .approach-intro{text-align:center;margin-bottom:70px}
.about-valuewave-page .approach-main-title{font-size:2.35rem;color:#212529;margin-bottom:20px;font-weight:700}
.about-valuewave-page .approach-intro-text{font-size:1.08rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.75}
.about-valuewave-page .approach-row{display:grid;grid-template-columns:1fr 1fr;gap:55px;margin-bottom:50px;align-items:center}
.about-valuewave-page .approach-row:nth-child(even) .approach-image-block{order:1}
.about-valuewave-page .approach-row:nth-child(even) .approach-text-block{order:2}
.about-valuewave-page .approach-image-block img{width:100%;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 6px 25px #5675962e}
.about-valuewave-page .approach-text-block{padding:20px}
.about-valuewave-page .approach-block-title{font-size:1.9rem;color:#212529;margin-bottom:18px;font-weight:600}
.about-valuewave-page .approach-block-description{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:15px}
.about-valuewave-page .team-showcase-section{padding:80px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%)}
.about-valuewave-page .team-showcase-container{max-width:1200px;margin:0 auto}
.about-valuewave-page .team-section-header{text-align:center;margin-bottom:55px}
.about-valuewave-page .team-section-title{font-size:2.4rem;color:#212529;margin-bottom:16px;font-weight:700}
.about-valuewave-page .team-section-subtitle{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.about-valuewave-page .team-member-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 5px 20px #5675961f;max-width:480px;margin:0 auto}
.about-valuewave-page .team-member-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;margin:0 auto 25px;display:block;border:4px solid #B7C1C2}
.about-valuewave-page .team-member-name{font-size:1.6rem;color:#212529;margin-bottom:8px;font-weight:600;text-align:center}
.about-valuewave-page .team-member-position{font-size:1.05rem;color:#567596;margin-bottom:20px;text-align:center;font-weight:500}
.about-valuewave-page .team-member-bio{font-size:1.02rem;color:#495057;line-height:1.75;text-align:center}
.about-valuewave-page .cta-bottom-section{background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);padding:70px 20px;text-align:center}
.about-valuewave-page .cta-bottom-container{max-width:900px;margin:0 auto}
.about-valuewave-page .cta-bottom-title{font-size:2.2rem;color:#fff;margin-bottom:20px;font-weight:700}
.about-valuewave-page .cta-bottom-text{font-size:1.1rem;color:#ffffffeb;margin-bottom:35px;line-height:1.7}
.about-valuewave-page .cta-buttons-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.about-valuewave-page .cta-btn-primary{background:#fff;color:#567596;padding:16px 38px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.about-valuewave-page .cta-btn-primary:hover{background:#B7C1C2;color:#212529;transform:translateY(-3px);box-shadow:0 6px 20px #0003}
.about-valuewave-page .cta-btn-secondary{background:transparent;color:#fff;padding:16px 38px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-block;border:2px solid #fff;transition:all .3s ease}
.about-valuewave-page .cta-btn-secondary:hover{background:#ffffff26;border-color:#B7C1C2;transform:translateY(-3px)}
@media (max-width: 768px) {
.about-valuewave-page .about-hero-title{font-size:2rem}
.about-valuewave-page .about-hero-subtitle{font-size:1.1rem}
.about-valuewave-page .story-split-container{grid-template-columns:1fr;gap:40px}
.about-valuewave-page .story-content-area{padding-right:0}
.about-valuewave-page .story-image-wrapper img{height:320px}
.about-valuewave-page .values-grid-layout{grid-template-columns:1fr;gap:25px}
.about-valuewave-page .approach-row{grid-template-columns:1fr;gap:35px}
.about-valuewave-page .approach-row:nth-child(even) .approach-image-block{order:2}
.about-valuewave-page .approach-row:nth-child(even) .approach-text-block{order:1}
.about-valuewave-page .approach-image-block img{height:280px}
.about-valuewave-page .cta-buttons-group{flex-direction:column;align-items:center}
.about-valuewave-page .cta-btn-primary,.about-valuewave-page .cta-btn-secondary{width:100%;max-width:300px}
}
.learning-program-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.lp-hero-section{background:linear-gradient(to right,#567596 0%,#94A7B7 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.lp-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff0d;border-radius:50%;z-index:1}
.lp-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.lp-hero-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.lp-hero-subtitle{font-size:20px;color:#f8f9fa;margin:0 0 35px;max-width:700px;line-height:1.6}
.lp-hero-meta{display:flex;gap:40px;flex-wrap:wrap}
.lp-meta-item{display:flex;align-items:center;gap:12px}
.lp-meta-icon{width:50px;height:50px;background:#ffffff26;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}
.lp-meta-text{color:#f8f9fa;font-size:15px;line-height:1.4}
.lp-meta-label{display:block;font-weight:600;margin-bottom:3px}
.lp-pathway-section{padding:80px 20px;background:#fff}
.lp-pathway-container{max-width:1400px;margin:0 auto}
.lp-pathway-header{text-align:left;margin-bottom:60px;max-width:800px}
.lp-pathway-title{font-size:38px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.3}
.lp-pathway-intro{font-size:17px;color:#495057;line-height:1.7;margin:0}
.lp-timeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;position:relative}
.lp-timeline-card{background:#f8f9fa;border-radius:12px;padding:35px 30px;position:relative;border-left:4px solid #567596;transition:transform .3s ease,box-shadow .3s ease}
.lp-timeline-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #56759626}
.lp-timeline-number{position:absolute;top:-15px;left:25px;width:45px;height:45px;background:#567596;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 12px #5675964d}
.lp-timeline-phase{font-size:13px;text-transform:uppercase;color:#567596;font-weight:600;letter-spacing:.5px;margin:0 0 10px}
.lp-timeline-heading{font-size:22px;font-weight:700;color:#212529;margin:0 0 15px;line-height:1.3}
.lp-timeline-desc{font-size:15px;color:#495057;line-height:1.6;margin:0 0 20px}
.lp-timeline-skills{display:flex;flex-wrap:wrap;gap:8px}
.lp-skill-tag{background:#fff;color:#567596;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid #B7C1C2}
.lp-action-section{padding:70px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);position:relative}
.lp-action-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.lp-action-content{padding-right:30px}
.lp-action-title{font-size:36px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.3}
.lp-action-text{font-size:16px;color:#495057;line-height:1.7;margin:0 0 30px}
.lp-action-btn{display:inline-block;background:#567596;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #56759640;position:relative;z-index:10}
.lp-action-btn:hover{background:#94A7B7;transform:translateY(-2px);box-shadow:0 6px 20px #56759659;color:#fff}
.lp-action-image{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 40px #0000001a}
.lp-action-image img{width:100%;height:400px;object-fit:cover;display:block}
.lp-testimonial-section{padding:80px 20px;background:#fff}
.lp-testimonial-container{max-width:1200px;margin:0 auto}
.lp-testimonial-header{text-align:center;margin-bottom:55px}
.lp-testimonial-title{font-size:38px;font-weight:700;color:#212529;margin:0 0 15px;line-height:1.3}
.lp-testimonial-subtitle{font-size:17px;color:#495057;margin:0;line-height:1.6}
.lp-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.lp-testimonial-card{background:#f8f9fa;border-radius:12px;padding:35px;position:relative;transition:transform .3s ease}
.lp-testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #5675961f}
.lp-testimonial-photo{width:80px;height:80px;border-radius:50%;margin-bottom:20px;object-fit:cover;border:3px solid #567596}
.lp-testimonial-quote{font-size:15px;color:#343a40;line-height:1.7;margin:0 0 20px;font-style:italic}
.lp-testimonial-author{font-size:16px;font-weight:700;color:#212529;margin:0 0 5px}
.lp-testimonial-role{font-size:14px;color:#567596;margin:0}
@media (max-width: 1024px) {
.lp-action-container{grid-template-columns:1fr;gap:40px}
.lp-action-content{padding-right:0;text-align:center}
.lp-testimonial-grid{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.lp-hero-section{padding:60px 20px 50px}
.lp-hero-title{font-size:34px}
.lp-hero-subtitle{font-size:17px}
.lp-hero-meta{gap:25px}
.lp-pathway-section{padding:60px 20px}
.lp-pathway-title{font-size:30px}
.lp-timeline-grid{grid-template-columns:1fr}
.lp-action-title{font-size:28px}
.lp-action-image img{height:300px}
.lp-testimonial-section{padding:60px 20px}
.lp-testimonial-title{font-size:30px}
}
@media (max-width: 480px) {
.lp-hero-title{font-size:28px}
.lp-hero-subtitle{font-size:16px}
.lp-hero-meta{flex-direction:column;gap:20px}
.lp-pathway-title{font-size:26px}
.lp-timeline-card{padding:30px 20px}
.lp-action-title{font-size:24px}
.lp-action-btn{width:100%;text-align:center}
.lp-testimonial-title{font-size:26px}
}
.privacy-policy-page{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);min-height:100vh;padding:0;margin:0}
.privacy-hero-section{background:linear-gradient(to right,#567596,#94A7B7);padding:80px 20px 60px;text-align:center;margin-bottom:0}
.privacy-hero-section h1{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 15px;letter-spacing:-.5px}
.privacy-last-updated{color:#f8f9fa;font-size:.95rem;margin:0;opacity:.9}
.privacy-content-wrapper{max-width:900px;margin:0 auto;padding:60px 25px 80px;background:#fff;box-shadow:0 2px 15px #56759614}
.privacy-intro-block{background:#f8f9fa;border-left:4px solid #567596;padding:25px 30px;margin-bottom:50px;border-radius:4px}
.privacy-intro-block p{color:#495057;font-size:1.05rem;line-height:1.7;margin:0}
.privacy-section-container{margin-bottom:45px}
.privacy-section-container h2{color:#567596;font-size:1.9rem;font-weight:600;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #B7C1C2}
.privacy-section-container h3{color:#495057;font-size:1.4rem;font-weight:600;margin:30px 0 15px}
.privacy-section-container p{color:#343a40;font-size:1.02rem;line-height:1.75;margin:0 0 18px}
.privacy-section-container ul{margin:15px 0 25px;padding-left:0;list-style:none}
.privacy-section-container ul li{color:#343a40;font-size:1.02rem;line-height:1.7;margin-bottom:12px;padding-left:30px;position:relative}
.privacy-section-container ul li::before{content:"•";color:#567596;font-size:1.4rem;position:absolute;left:8px;top:-2px}
.privacy-highlight-box{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);border:1px solid #B7C1C2;border-radius:6px;padding:25px 28px;margin:30px 0}
.privacy-highlight-box h3{color:#567596;font-size:1.3rem;margin:0 0 15px}
.privacy-highlight-box p{margin-bottom:12px}
.privacy-data-table{width:100%;border-collapse:collapse;margin:25px 0;background:#fff;box-shadow:0 1px 8px #5675960f}
.privacy-data-table thead{background:linear-gradient(to right,#567596,#94A7B7)}
.privacy-data-table thead th{color:#fff;font-size:1.05rem;font-weight:600;padding:18px 20px;text-align:left;border:none}
.privacy-data-table tbody tr{border-bottom:1px solid #e9ecef}
.privacy-data-table tbody tr:nth-child(even){background:#f8f9fa}
.privacy-data-table tbody td{color:#343a40;font-size:1rem;padding:16px 20px;vertical-align:top}
.privacy-data-table tbody td:first-child{font-weight:600;color:#567596;width:35%}
.privacy-contact-block{background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);color:#fff;padding:35px 40px;border-radius:8px;margin-top:50px;text-align:center}
.privacy-contact-block h3{color:#fff;font-size:1.6rem;margin:0 0 20px}
.privacy-contact-block p{color:#f8f9fa;font-size:1.05rem;line-height:1.7;margin:0 0 20px}
.privacy-contact-details{display:flex;flex-direction:column;gap:12px;margin-top:25px}
.privacy-contact-item{color:#fff;font-size:1.05rem;display:flex;align-items:center;justify-content:center;gap:10px}
.privacy-contact-item strong{font-weight:600}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-right-card{background:#fff;border:2px solid #B7C1C2;border-radius:8px;padding:25px;transition:all .3s ease}
.privacy-right-card:hover{border-color:#567596;box-shadow:0 4px 12px #56759626;transform:translateY(-2px)}
.privacy-right-card h4{color:#567596;font-size:1.2rem;font-weight:600;margin:0 0 12px}
.privacy-right-card p{color:#495057;font-size:.98rem;line-height:1.6;margin:0}
.privacy-footnote{background:#f8f9fa;border-top:3px solid #567596;padding:25px 30px;margin-top:50px;border-radius:4px}
.privacy-footnote p{color:#495057;font-size:.95rem;line-height:1.6;margin:0;text-align:center}
@media (max-width: 768px) {
.privacy-hero-section{padding:60px 20px 40px}
.privacy-hero-section h1{font-size:2rem}
.privacy-content-wrapper{padding:40px 20px 60px}
.privacy-section-container h2{font-size:1.6rem}
.privacy-section-container h3{font-size:1.25rem}
.privacy-data-table{font-size:.9rem}
.privacy-data-table thead th,.privacy-data-table tbody td{padding:12px 15px}
.privacy-rights-grid{grid-template-columns:1fr;gap:20px}
.privacy-contact-block{padding:30px 25px}
.privacy-intro-block{padding:20px}
}
@media (max-width: 480px) {
.privacy-hero-section h1{font-size:1.7rem}
.privacy-content-wrapper{padding:30px 15px 50px}
.privacy-section-container h2{font-size:1.4rem}
.privacy-data-table thead th{font-size:.9rem}
.privacy-data-table tbody td{font-size:.88rem;padding:10px 12px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;padding:0;margin:0}
.success-main-container{max-width:920px;margin:0 auto;padding:80px 24px 100px}
.success-icon-area{text-align:center;margin-bottom:48px;position:relative}
.success-checkmark-circle{width:140px;height:140px;margin:0 auto 32px;position:relative;background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 40px #56759640;animation:successPulse 2s ease-in-out infinite}
@keyframes successPulse {
0%,100%{transform:scale(1);box-shadow:0 12px 40px #56759640}
50%{transform:scale(1.05);box-shadow:0 16px 50px #56759659}
}
.success-checkmark-circle::before{content:'';color:#fff;font-size:72px;font-weight:700;line-height:1}
.success-heading-primary{font-size:42px;font-weight:700;color:#567596;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.success-subheading-text{font-size:20px;color:#495057;margin:0;line-height:1.5;font-weight:400}
.success-content-block{background:#fff;border-radius:16px;padding:48px 40px;margin-bottom:36px;box-shadow:0 4px 20px #0000000f;border:1px solid #e9ecef}
.success-message-title{font-size:24px;font-weight:600;color:#343a40;margin:0 0 20px;line-height:1.4}
.success-message-paragraph{font-size:17px;color:#495057;line-height:1.7;margin:0 0 18px}
.success-message-paragraph:last-child{margin-bottom:0}
.success-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin:40px 0}
.success-info-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:28px 24px;border-radius:12px;border-left:4px solid #567596;transition:all .3s ease}
.success-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #56759626;border-left-color:#94A7B7}
.success-info-card-title{font-size:18px;font-weight:600;color:#567596;margin:0 0 12px;line-height:1.3}
.success-info-card-text{font-size:15px;color:#495057;line-height:1.6;margin:0}
.success-steps-list{list-style:none;padding:0;margin:32px 0;counter-reset:step-counter}
.success-step-item{position:relative;padding:0 0 0 60px;margin:0 0 28px;min-height:50px}
.success-step-item:last-child{margin-bottom:0}
.success-step-item::before{counter-increment:step-counter;content:counter(step-counter);position:absolute;left:0;top:0;width:44px;height:44px;background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:0 4px 12px #56759633}
.success-step-heading{font-size:18px;font-weight:600;color:#343a40;margin:0 0 8px;line-height:1.4}
.success-step-description{font-size:15px;color:#495057;line-height:1.6;margin:0}
.success-highlight-box{background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);padding:32px 36px;border-radius:12px;margin:36px 0;color:#fff;box-shadow:0 8px 28px #56759640}
.success-highlight-title{font-size:20px;font-weight:600;margin:0 0 16px;line-height:1.3}
.success-highlight-text{font-size:16px;line-height:1.7;margin:0;opacity:.95}
.success-actions-container{text-align:center;margin:48px 0 0;padding:40px 24px 0;border-top:2px solid #e9ecef}
.success-buttons-row{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}
.success-btn-primary{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 16px #56759640;border:none;cursor:pointer;position:relative;z-index:10}
.success-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 24px #56759659;background:linear-gradient(135deg,#94A7B7 0%,#567596 100%)}
.success-btn-secondary{display:inline-block;padding:16px 40px;background:#fff;color:#567596;font-size:17px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:2px solid #567596;cursor:pointer;position:relative;z-index:10}
.success-btn-secondary:hover{background:#567596;color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #56759640}
.success-contact-info{background:#f8f9fa;padding:28px 32px;border-radius:12px;margin-top:36px}
.success-contact-title{font-size:18px;font-weight:600;color:#343a40;margin:0 0 16px;text-align:center}
.success-contact-details{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:center}
.success-contact-item{font-size:15px;color:#495057;line-height:1.6}
.success-contact-link{color:#567596;text-decoration:none;font-weight:500;transition:color .2s ease}
.success-contact-link:hover{color:#94A7B7;text-decoration:underline}
@media (max-width: 768px) {
.success-main-container{padding:60px 20px 80px}
.success-heading-primary{font-size:32px}
.success-subheading-text{font-size:18px}
.success-checkmark-circle{width:110px;height:110px}
.success-checkmark-circle::before{font-size:56px}
.success-content-block{padding:32px 24px}
.success-info-grid{grid-template-columns:1fr;gap:16px}
.success-step-item{padding-left:54px}
.success-buttons-row{flex-direction:column;gap:16px}
.success-btn-primary,.success-btn-secondary{width:100%;max-width:320px}
.success-contact-details{flex-direction:column;gap:12px;text-align:center}
.success-highlight-box{padding:24px 20px}
}
@media (max-width: 480px) {
.success-main-container{padding:40px 16px 60px}
.success-heading-primary{font-size:28px}
.success-content-block{padding:24px 20px}
.success-message-title{font-size:20px}
}
.error-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#fff 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-page-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:150%;background:linear-gradient(45deg,#56759608 0%,#b7c1c20d 100%);border-radius:50%;z-index:1}
.error-page-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:50%;height:120%;background:linear-gradient(-45deg,#94a7b70a 0%,#b7c1c205 100%);border-radius:50%;z-index:1}
.error-content-container{max-width:1100px;width:100%;position:relative;z-index:2}
.error-visual-block{text-align:center;margin-bottom:3.5rem}
.error-code-display{font-size:11rem;font-weight:800;color:#567596;line-height:1;margin:0;letter-spacing:-.02em;text-shadow:4px 4px 0 #b7c1c233;position:relative;display:inline-block}
.error-code-display::before{content:'404';position:absolute;top:8px;left:8px;color:#94a7b726;z-index:-1}
.error-message-primary{font-size:1.85rem;color:#212529;font-weight:600;margin:2rem 0 1rem;line-height:1.3}
.error-message-secondary{font-size:1.15rem;color:#495057;margin:0 auto 2.5rem;max-width:580px;line-height:1.6}
.error-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:3.5rem 0;padding:0 1rem}
.error-action-card{background:#fff;border:2px solid #f5f6fa;border-radius:12px;padding:2rem 1.75rem;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #5675960d}
.error-action-card:hover{border-color:#94A7B7;transform:translateY(-4px);box-shadow:0 8px 20px #5675961f}
.action-card-icon{width:56px;height:56px;background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.75rem;color:#fff}
.action-card-title{font-size:1.25rem;color:#212529;font-weight:600;margin:0 0 .75rem}
.action-card-description{font-size:.95rem;color:#495057;line-height:1.5;margin:0 0 1.5rem}
.action-card-link{display:inline-block;padding:.7rem 1.75rem;background:#567596;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;font-size:.95rem;transition:all .25s ease}
.action-card-link:hover{background:#94A7B7;transform:scale(1.05);box-shadow:0 4px 12px #56759640}
.error-help-section{background:#fff;border-radius:12px;padding:2.5rem;margin:3rem 0;border:2px solid #f5f6fa;box-shadow:0 4px 16px #56759614}
.help-section-title{font-size:1.5rem;color:#212529;font-weight:600;margin:0 0 1.75rem;text-align:center}
.help-options-wrapper{display:flex;flex-direction:column;gap:1.25rem}
.help-option-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fafbfc;border-radius:8px;border-left:4px solid #B7C1C2;transition:all .3s ease}
.help-option-item:hover{border-left-color:#567596;background:#f8f9fa}
.help-option-number{flex-shrink:0;width:32px;height:32px;background:#567596;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}
.help-option-content{flex:1}
.help-option-text{font-size:1rem;color:#343a40;margin:0;line-height:1.6}
.error-primary-cta{text-align:center;margin:3rem 0 2rem}
.primary-cta-button{display:inline-block;padding:1rem 3rem;background:linear-gradient(135deg,#567596 0%,#94A7B7 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 16px #56759633}
.primary-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #5675964d}
.error-footer-note{text-align:center;color:#495057;font-size:.9rem;margin:2.5rem 0 0;padding-top:2rem;border-top:1px solid #f5f6fa}
.footer-note-link{color:#567596;text-decoration:none;font-weight:500;transition:color .2s ease}
.footer-note-link:hover{color:#94A7B7;text-decoration:underline}
@media (max-width: 768px) {
.error-code-display{font-size:7rem}
.error-message-primary{font-size:1.5rem}
.error-message-secondary{font-size:1rem}
.error-actions-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}
.error-help-section{padding:1.75rem}
.help-option-item{flex-direction:column;align-items:center;text-align:center}
.primary-cta-button{padding:.9rem 2rem;font-size:1rem}
}
@media (max-width: 480px) {
.error-page-wrapper{padding:1.5rem .75rem}
.error-code-display{font-size:5.5rem}
.error-message-primary{font-size:1.3rem;margin:1.5rem 0 .75rem}
.error-help-section{padding:1.5rem 1rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-hero-section{background:linear-gradient(165deg,#567596 0%,#94A7B7 100%);padding:80px 20px 60px;text-align:center;margin-bottom:0;position:relative;overflow:hidden}
.cookie-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#b7c1c226;border-radius:50%;z-index:1}
.cookie-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff14;border-radius:50%;z-index:1}
.cookie-hero-content{max-width:850px;margin:0 auto;position:relative;z-index:2}
.cookie-hero-content h1{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.cookie-hero-content .subtitle-text{font-size:1.15rem;color:#ffffffeb;margin:0;line-height:1.6;font-weight:400}
.cookie-content-container{max-width:920px;margin:0 auto;padding:60px 24px 80px;background:#fff;box-shadow:0 2px 20px #56759614}
.last-updated-info{background:#f5f6fa;border-left:4px solid #94A7B7;padding:18px 24px;margin-bottom:48px;border-radius:0 6px 6px 0}
.last-updated-info p{margin:0;color:#495057;font-size:.95rem;line-height:1.5}
.last-updated-info strong{color:#567596;font-weight:600}
.policy-intro-block{margin-bottom:50px}
.policy-intro-block p{font-size:1.05rem;line-height:1.75;color:#343a40;margin-bottom:18px}
.policy-intro-block p:last-child{margin-bottom:0}
.policy-section-main{margin-bottom:48px}
.policy-section-main:last-of-type{margin-bottom:0}
.policy-section-main h2{font-size:1.85rem;font-weight:700;color:#567596;margin:0 0 24px;line-height:1.3;padding-bottom:12px;border-bottom:2px solid #B7C1C2}
.policy-section-main h3{font-size:1.35rem;font-weight:600;color:#495057;margin:32px 0 18px;line-height:1.4}
.policy-section-main p{font-size:1rem;line-height:1.7;color:#495057;margin-bottom:16px}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:20px;margin:30px 0}
.cookie-type-card{background:#fafbfc;border:1px solid #B7C1C2;border-radius:8px;padding:24px;transition:all .3s ease;position:relative;overflow:hidden}
.cookie-type-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:#567596;transition:width .3s ease}
.cookie-type-card:hover{box-shadow:0 6px 20px #5675961f;transform:translateY(-2px)}
.cookie-type-card:hover::before{width:8px}
.cookie-type-card h4{font-size:1.2rem;font-weight:600;color:#567596;margin:0 0 12px;line-height:1.3}
.cookie-type-card p{margin:0;font-size:.98rem;color:#495057;line-height:1.65}
.info-list-styled{margin:24px 0;padding-left:0;list-style:none}
.info-list-styled li{padding:14px 0 14px 36px;position:relative;font-size:1rem;line-height:1.7;color:#495057;border-bottom:1px solid #f0f1f3}
.info-list-styled li:last-child{border-bottom:none}
.info-list-styled li::before{content:'◆';position:absolute;left:8px;top:14px;color:#94A7B7;font-size:.8rem}
.browser-controls-section{background:linear-gradient(120deg,#f8f9fa 0%,#fafbfc 100%);border-radius:8px;padding:32px;margin:36px 0;border:1px solid #e9ecef}
.browser-controls-section h3{margin-top:0;color:#567596}
.contact-info-box{background:#567596;color:#fff;padding:32px;border-radius:8px;margin-top:48px;text-align:center}
.contact-info-box h3{color:#fff;margin:0 0 20px;font-size:1.5rem;font-weight:600}
.contact-info-box p{color:#fffffff2;margin:10px 0;font-size:1rem;line-height:1.6}
.contact-info-box a{color:#fff;text-decoration:underline;transition:opacity .3s ease}
.contact-info-box a:hover{opacity:.85}
.retention-timeline{background:#fff;border:2px solid #B7C1C2;border-radius:8px;padding:28px;margin:28px 0}
.retention-timeline h4{color:#567596;font-size:1.15rem;margin:0 0 20px;font-weight:600}
.retention-timeline ul{margin:0;padding-left:24px}
.retention-timeline ul li{color:#495057;line-height:1.8;margin-bottom:10px;font-size:.98rem}
.policy-divider{height:1px;background:linear-gradient(90deg,transparent 0%,#B7C1C2 50%,transparent 100%);margin:48px 0;border:none}
@media (min-width: 768px) {
.cookie-types-grid{grid-template-columns:repeat(2,1fr);gap:24px}
.cookie-hero-content h1{font-size:3.2rem}
.cookie-content-container{padding:70px 48px 90px}
}
@media (max-width: 767px) {
.cookie-hero-section{padding:60px 16px 50px}
.cookie-hero-content h1{font-size:2.2rem}
.cookie-hero-content .subtitle-text{font-size:1.05rem}
.cookie-content-container{padding:40px 20px 60px}
.policy-section-main h2{font-size:1.6rem}
.policy-section-main h3{font-size:1.2rem}
.browser-controls-section{padding:24px 20px}
.contact-info-box{padding:28px 20px}
}