*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-hue:#B2D4A8;--secondary-hue:#C4E3CB;--tertiary-hue:#E3F0E4;--text-dark:#2a2f35;--text-secondary:#495057;--background-light:#fff;--background-subtle:#f8f9fa;scroll-behavior:smooth;scroll-padding-top:2rem}
body{color:var(--text-dark);background:var(--background-light);font:16px/1.7 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
header{background:linear-gradient(135deg,var(--tertiary-hue) 0%,var(--background-light) 100%);box-shadow:0 2px 12px #0000000f;position:relative;z-index:100}
.header_wrapper_main{max-width:1280px;margin:0 auto;padding:0 24px}
.top-section_brand{display:flex;align-items:center;justify-content:space-between;padding:18px 0 14px;border-bottom:1px solid #b2d4a840;gap:32px}
.company_identity_block{display:flex;align-items:center;gap:18px;flex:0 1 auto}
.logo_container_wrap{display:flex;align-items:center;justify-content:center;width:70px;height:70px;flex-shrink:0}
.logo_container_wrap img{width:100%;height:100%;object-fit:contain;display:block}
.brand_text_title{font-size:1.5rem;font-weight:700;color:var(--text-dark);letter-spacing:-.02em}
.business_hours_info{font-size:.9rem;color:var(--text-secondary);text-align:right;line-height:1.4;flex-shrink:0}
.navigation_section_primary{padding:16px 0}
.main_nav_list{display:flex;list-style:none;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap}
.nav_item_element a{display:block;padding:11px 22px;color:var(--text-dark);text-decoration:none;font-weight:500;font-size:.98rem;border-radius:6px;transition:background-color .25s ease,color .25s ease;position:relative}
.nav_item_element a:hover{color:#1a1f24;background:var(--primary-hue)}
.nav_item_element a:focus{outline:2px solid var(--primary-hue);outline-offset:3px}
footer{background:linear-gradient(135deg,var(--secondary-hue) 0%,var(--primary-hue) 100%);color:var(--text-dark);margin-top:80px;padding:48px 24px 32px}
.footer_content_wrapper{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:42px}
.footer_block_section{display:flex;flex-direction:column;gap:16px}
.footer_heading_text{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:#1a1f24}
.footer_links_collection{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer_links_collection a{color:var(--text-dark);text-decoration:none;font-size:.95rem;transition:color .25s ease}
.footer_links_collection a:hover{color:#1a1f24;text-decoration:underline}
.footer_links_collection a:focus{outline:2px solid var(--text-dark);outline-offset:2px}
.footer_contact_info p{font-size:.95rem;margin-bottom:8px;line-height:1.6}
.footer_contact_info a{color:var(--text-dark);text-decoration:none;transition:color .25s ease}
.footer_contact_info a:hover{color:#1a1f24;text-decoration:underline}
.footer_logo_display{width:90px;height:90px;margin-bottom:14px}
.footer_logo_display img{width:100%;height:100%;object-fit:contain}
.copyright_notice_bar{margin-top:42px;padding-top:24px;border-top:1px solid #2a2f3526;text-align:center;font-size:.9rem;color:var(--text-secondary)}
.consent_overlay_backdrop{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#fffffffa,#fffffff5);backdrop-filter:blur(8px);padding:28px 24px;box-shadow:0 -4px 24px #0000001f;z-index:9999;border-top:3px solid var(--primary-hue)}
.consent_container_inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:20px}
.consent_message_text{font-size:.97rem;color:var(--text-dark);line-height:1.65}
.consent_message_text a{color:var(--text-dark);font-weight:600;text-decoration:underline}
.consent_actions_row{display:flex;gap:14px;flex-wrap:wrap}
.consent_btn_primary{padding:12px 28px;border:none;border-radius:6px;font-size:.96rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,opacity .3s ease;font-family:inherit}
.consent_btn_primary:focus{outline:3px solid var(--text-dark);outline-offset:2px}
.btn_accept_all{color:#1a1f24;background:var(--primary-hue)}
.btn_accept_all:hover{opacity:.85}
.btn_reject_all{color:var(--text-dark);border:2px solid var(--text-secondary);background:var(--background-subtle)}
.btn_reject_all:hover{opacity:.8}
.btn_manage_choices{color:var(--text-dark);border:2px solid var(--primary-hue)}
.btn_manage_choices:hover{background:var(--tertiary-hue)}
.consent_details_panel{display:none;margin-top:18px;padding:22px;background:var(--background-subtle);border-radius:8px;border-left:4px solid var(--primary-hue)}
.consent_details_panel.visible_state{display:block}
.consent_category_group{margin-bottom:18px}
.consent_category_group:last-child{margin-bottom:0}
.category_label_row{display:flex;align-items:center;gap:12px;margin-bottom:6px}
.category_label_row input[type="checkbox"]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-hue)}
.category_label_row label{font-weight:600;font-size:.98rem;color:var(--text-dark);cursor:pointer}
.category_description_text{font-size:.9rem;color:var(--text-secondary);margin-left:32px;line-height:1.6}
.consent_save_preferences{margin-top:18px;padding:11px 26px;color:var(--text-dark);border:none;border-radius:6px;font-size:.96rem;font-weight:600;cursor:pointer;transition:opacity .3s ease;font-family:inherit;background:var(--secondary-hue)}
.consent_save_preferences:hover{opacity:.85}
.consent_save_preferences:focus{outline:3px solid var(--text-dark);outline-offset:2px}
@media (max-width: 768px) {
.top-section_brand{flex-direction:column;align-items:flex-start;gap:16px}
.business_hours_info{text-align:left}
.brand_text_title{font-size:1.3rem}
.main_nav_list{flex-direction:column;gap:6px;align-items:stretch}
.nav_item_element a{text-align:center;padding:12px 18px}
.footer_content_wrapper{grid-template-columns:1fr;gap:32px}
.consent_actions_row{flex-direction:column}
.consent_btn_primary{width:100%}
}
@media (max-width: 480px) {
.header_wrapper_main{padding:0 16px}
.logo_container_wrap{width:60px;height:60px}
.company_identity_block{gap:12px}
.brand_text_title{font-size:1.15rem}
.business_hours_info{font-size:.85rem}
}
.about-story-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:0;margin:0}
.about-hero-block{background:linear-gradient(to bottom right,#E3F0E4 0%,#fff 60%);padding:90px 20px 70px;position:relative;overflow:hidden}
.about-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#b2d4a826 0%,transparent 70%);border-radius:50%;z-index:1}
.about-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.about-hero-title{font-size:2.8rem;color:#212529;margin:0 0 25px;font-weight:700;line-height:1.2}
.about-hero-subtitle{font-size:1.25rem;color:#495057;margin:0 0 35px;line-height:1.6;max-width:680px}
.about-founding-grid{max-width:1200px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.about-founding-image{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000014}
.about-founding-text h2{font-size:2.2rem;color:#212529;margin:0 0 20px;font-weight:700}
.about-founding-text p{font-size:1.05rem;color:#495057;line-height:1.75;margin:0 0 18px}
.about-founding-text p:last-child{margin-bottom:0}
.about-mission-section{background:#fff;padding:80px 20px;position:relative}
.about-mission-container{max-width:1000px;margin:0 auto;text-align:center}
.about-mission-container h2{font-size:2.4rem;color:#212529;margin:0 0 40px;font-weight:700}
.about-mission-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}
.about-mission-card{background:#fafbfc;padding:40px 30px;border-radius:8px;border:2px solid #E3F0E4;transition:all .3s ease}
.about-mission-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #b2d4a840;border-color:#B2D4A8}
.about-mission-card h3{font-size:1.4rem;color:#212529;margin:0 0 15px;font-weight:600}
.about-mission-card p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.about-approach-radial{background:linear-gradient(to bottom,#fff 0%,#f8f9fa 100%);padding:85px 20px;position:relative}
.about-approach-wrapper{max-width:1150px;margin:0 auto}
.about-approach-center{text-align:center;margin-bottom:70px}
.about-approach-center h2{font-size:2.3rem;color:#212529;margin:0 0 20px;font-weight:700}
.about-approach-center p{font-size:1.1rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.about-radial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:50px}
.about-radial-item{background:#fff;padding:35px;border-radius:10px;border-left:4px solid #B2D4A8;box-shadow:0 4px 15px #0000000f}
.about-radial-item h3{font-size:1.45rem;color:#212529;margin:0 0 15px;font-weight:600}
.about-radial-item p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.about-team-showcase{background:#fff;padding:80px 20px}
.about-team-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:60px;align-items:center}
.about-team-visual{position:relative}
.about-team-image-primary{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 35px #0000001a}
.about-team-image-accent{position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;object-fit:cover;border-radius:8px;border:5px solid #fff;box-shadow:0 8px 20px #0000001f}
.about-team-content h2{font-size:2.2rem;color:#212529;margin:0 0 25px;font-weight:700}
.about-team-content p{font-size:1.05rem;color:#495057;line-height:1.75;margin:0 0 20px}
.about-expertise-list{list-style:none;padding:0;margin:30px 0 0}
.about-expertise-list li{font-size:1.05rem;color:#343a40;padding:12px 0;border-bottom:1px solid #E3F0E4;position:relative;padding-left:30px}
.about-expertise-list li:before{content:'';position:absolute;left:0;color:#B2D4A8;font-weight:700;font-size:1.2rem}
.about-expertise-list li:last-child{border-bottom:none}
.about-timeline-wrapper{background:linear-gradient(135deg,#E3F0E4 0%,#fff 100%);padding:85px 20px}
.about-timeline-container{max-width:950px;margin:0 auto}
.about-timeline-header{text-align:center;margin-bottom:60px}
.about-timeline-header h2{font-size:2.3rem;color:#212529;margin:0 0 18px;font-weight:700}
.about-timeline-header p{font-size:1.1rem;color:#495057;margin:0}
.about-timeline-track{position:relative}
.about-timeline-item{display:grid;grid-template-columns:140px 1fr;gap:40px;margin-bottom:50px;align-items:start}
.about-timeline-year{background:#B2D4A8;color:#fff;font-size:1.5rem;font-weight:700;padding:15px 20px;border-radius:8px;text-align:center;box-shadow:0 4px 12px #b2d4a84d}
.about-timeline-details{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 18px #00000014}
.about-timeline-details h3{font-size:1.4rem;color:#212529;margin:0 0 12px;font-weight:600}
.about-timeline-details p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.about-contact-invitation{background:#fff;padding:75px 20px;text-align:center}
.about-contact-box{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:60px 40px;border-radius:12px;border:2px solid #E3F0E4}
.about-contact-box h2{font-size:2.1rem;color:#212529;margin:0 0 20px;font-weight:700}
.about-contact-box p{font-size:1.1rem;color:#495057;line-height:1.7;margin:0 0 35px}
.about-contact-button{display:inline-block;background:#B2D4A8;color:#fff;padding:16px 45px;border-radius:6px;text-decoration:none;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #b2d4a84d;position:relative;z-index:10}
.about-contact-button:hover{background:#9fc396;transform:translateY(-2px);box-shadow:0 6px 20px #b2d4a866}
@media (max-width: 768px) {
.about-hero-title{font-size:2rem}
.about-hero-subtitle{font-size:1.1rem}
.about-founding-grid{grid-template-columns:1fr;gap:30px;margin:50px auto}
.about-founding-image{height:300px}
.about-founding-text h2{font-size:1.8rem}
.about-mission-cards{grid-template-columns:1fr;gap:20px}
.about-radial-grid{grid-template-columns:1fr;gap:25px}
.about-team-layout{grid-template-columns:1fr;gap:40px}
.about-team-image-accent{display:none}
.about-timeline-item{grid-template-columns:1fr;gap:20px}
.about-timeline-year{width:fit-content;margin:0 auto}
.about-contact-box{padding:40px 25px}
}
.inv-hero-wrap{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#E3F0E4 0%,#C4E3CB 100%)}
.inv-hero-wrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:.15;z-index:1;background:url(./pictures/302784165.jpg) (cover) center}
.inv-hero-content{position:relative;z-index:2;max-width:920px;padding:40px;text-align:center}
.inv-hero-title{font-size:3.8rem;font-weight:700;color:#1a3d2e;margin-bottom:28px;line-height:1.15;letter-spacing:-.02em}
.inv-hero-subtitle{font-size:1.35rem;color:#2d5a45;margin-bottom:42px;line-height:1.6;max-width:680px;margin-left:auto;margin-right:auto}
.inv-hero-cta{display:inline-block;padding:18px 46px;background:#B2D4A8;color:#1a3d2e;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #b2d4a866}
.inv-hero-cta:hover{background:#9ec494;transform:translateY(-2px);box-shadow:0 6px 20px #b2d4a880}
.inv-framework-section{padding:90px 20px;background:#fff}
.inv-framework-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.inv-framework-visual{position:relative}
.inv-framework-img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px #00000014}
.inv-framework-text h2{font-size:2.6rem;color:#1a3d2e;margin-bottom:24px;font-weight:700}
.inv-framework-text p{font-size:1.1rem;color:#495057;line-height:1.75;margin-bottom:20px}
.inv-strategy-zone{padding:85px 20px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.inv-strategy-container{max-width:1300px;margin:0 auto}
.inv-strategy-header{text-align:center;margin-bottom:65px}
.inv-strategy-header h2{font-size:2.8rem;color:#1a3d2e;margin-bottom:18px;font-weight:700}
.inv-strategy-header p{font-size:1.15rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.inv-strategy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.inv-strategy-card{background:#fff;padding:38px 30px;border-radius:10px;border:2px solid #E3F0E4;transition:all .35s ease;position:relative}
.inv-strategy-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#B2D4A8,#C4E3CB);border-radius:10px 10px 0 0;transform:scaleX(0);transition:transform .35s ease}
.inv-strategy-card:hover::before{transform:scaleX(1)}
.inv-strategy-card:hover{border-color:#B2D4A8;box-shadow:0 8px 25px #b2d4a840;transform:translateY(-5px)}
.inv-strategy-card h3{font-size:1.5rem;color:#1a3d2e;margin-bottom:16px;font-weight:600}
.inv-strategy-card p{font-size:1.05rem;color:#495057;line-height:1.7}
.inv-approach-segment{padding:95px 20px;background:#fff;position:relative}
.inv-approach-layout{max-width:1250px;margin:0 auto;display:flex;gap:70px;align-items:flex-start}
.inv-approach-media{flex:1;position:sticky;top:100px}
.inv-approach-photo{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 35px #0000001a}
.inv-approach-content{flex:1.1}
.inv-approach-content h2{font-size:2.7rem;color:#1a3d2e;margin-bottom:32px;font-weight:700}
.inv-step-item{margin-bottom:40px;padding-left:65px;position:relative}
.inv-step-number{position:absolute;left:0;top:0;width:48px;height:48px;background:linear-gradient(135deg,#B2D4A8,#C4E3CB);color:#1a3d2e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;box-shadow:0 3px 10px #b2d4a866}
.inv-step-item h3{font-size:1.45rem;color:#1a3d2e;margin-bottom:12px;font-weight:600}
.inv-step-item p{font-size:1.05rem;color:#495057;line-height:1.7}
.inv-outcomes-block{padding:90px 20px;background:linear-gradient(135deg,#E3F0E4 0%,#f8f9fa 100%)}
.inv-outcomes-wrapper{max-width:1150px;margin:0 auto}
.inv-outcomes-intro{text-align:center;margin-bottom:60px}
.inv-outcomes-intro h2{font-size:2.75rem;color:#1a3d2e;margin-bottom:22px;font-weight:700}
.inv-outcomes-intro p{font-size:1.15rem;color:#495057;max-width:720px;margin:0 auto;line-height:1.7}
.inv-outcomes-split{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.inv-outcomes-list{background:#fff;padding:45px 40px;border-radius:12px;box-shadow:0 6px 20px #0000000f}
.inv-outcome-point{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid #E3F0E4}
.inv-outcome-point:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.inv-outcome-point h4{font-size:1.3rem;color:#1a3d2e;margin-bottom:10px;font-weight:600}
.inv-outcome-point p{font-size:1.05rem;color:#495057;line-height:1.65}
.inv-outcomes-image{position:relative}
.inv-outcomes-photo{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 30px #00000014}
.inv-cta-actions{margin-top:45px;text-align:center}
.inv-cta-link{display:inline-block;padding:16px 42px;background:#B2D4A8;color:#1a3d2e;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease;margin:0 10px;box-shadow:0 4px 12px #b2d4a859}
.inv-cta-link:hover{background:#9ec494;transform:translateY(-2px);box-shadow:0 6px 18px #b2d4a873}
.inv-cta-secondary{background:none;border:2px solid #B2D4A8;color:#1a3d2e;box-shadow:none}
.inv-cta-secondary:hover{background:#B2D4A8;box-shadow:0 4px 12px #b2d4a859}
@media (max-width: 968px) {
.inv-hero-title{font-size:2.8rem}
.inv-hero-subtitle{font-size:1.15rem}
.inv-framework-inner{grid-template-columns:1fr;gap:40px}
.inv-strategy-grid{grid-template-columns:1fr;gap:25px}
.inv-approach-layout{flex-direction:column;gap:45px}
.inv-approach-media{position:static}
.inv-outcomes-split{grid-template-columns:1fr;gap:40px}
.inv-cta-link{display:block;margin:10px auto;max-width:320px}
}
@media (max-width: 640px) {
.inv-hero-title{font-size:2.2rem}
.inv-hero-subtitle{font-size:1.05rem}
.inv-framework-text h2,.inv-strategy-header h2,.inv-approach-content h2,.inv-outcomes-intro h2{font-size:2rem}
.inv-step-item{padding-left:55px}
.inv-step-number{width:42px;height:42px;font-size:1.1rem}
}
.contact-hero-wrapper{background:linear-gradient(135deg,#E3F0E4 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-wrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b2d4a826 0%,transparent 70%);border-radius:50%}
.contact-intro-content{max-width:680px;margin:0 auto;position:relative;z-index:2}
.contact-intro-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.contact-intro-content .lead-text{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.contact-main-section{padding:70px 20px;background:#fff}
.contact-grid-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:50px;max-width:1200px;margin:0 auto;align-items:start}
.contact-info-block{background:linear-gradient(160deg,#B2D4A8 0%,#C4E3CB 100%);padding:40px 35px;border-radius:8px;box-shadow:0 4px 20px #00000014;position:sticky;top:30px}
.contact-info-block h2{font-size:1.85rem;color:#212529;margin-bottom:28px;font-weight:700}
.info-item-group{margin-bottom:32px}
.info-item-group:last-child{margin-bottom:0}
.info-label{font-size:.9rem;color:#343a40;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}
.info-value{font-size:1.05rem;color:#212529;line-height:1.6;font-weight:500}
.info-value a{color:#212529;text-decoration:none;transition:color .3s ease}
.info-value a:hover{color:#495057}
.contact-form-container{background:#f8f9fa;padding:45px 40px;border-radius:8px;border:1px solid #e3e6ea}
.contact-form-container h2{font-size:1.95rem;color:#212529;margin-bottom:15px;font-weight:700}
.form-intro-text{font-size:1rem;color:#495057;margin-bottom:35px;line-height:1.6}
.message-form{display:flex;flex-direction:column;gap:24px}
.form-field-wrapper{display:flex;flex-direction:column}
.form-field-wrapper label{font-size:.95rem;color:#343a40;font-weight:600;margin-bottom:8px}
.form-field-wrapper input,.form-field-wrapper textarea{padding:14px 16px;font-size:1rem;border:2px solid #C4E3CB;border-radius:6px;background:#fff;color:#212529;transition:border-color .3s ease,box-shadow .3s ease}
.form-field-wrapper input:focus,.form-field-wrapper textarea:focus{outline:none;border-color:#B2D4A8;box-shadow:0 0 0 4px #b2d4a826}
.form-field-wrapper textarea{min-height:160px;resize:vertical;font-family:inherit}
.privacy-consent-wrapper{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.privacy-consent-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#B2D4A8}
.privacy-consent-wrapper label{font-size:.9rem;color:#495057;line-height:1.5;cursor:pointer}
.privacy-consent-wrapper a{color:#212529;text-decoration:underline;font-weight:600;transition:color .3s ease}
.privacy-consent-wrapper a:hover{color:#495057}
.submit-btn-wrapper{margin-top:10px}
.submit-message-btn{padding:16px 48px;font-size:1.05rem;font-weight:600;color:#212529;background:linear-gradient(135deg,#B2D4A8 0%,#C4E3CB 100%);border:none;border-radius:6px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 3px 12px #b2d4a859;z-index:10;position:relative}
.submit-message-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b2d4a873}
.submit-message-btn:active{transform:translateY(0)}
.location-insight-section{padding:70px 20px;background:linear-gradient(180deg,#fff 0%,#E3F0E4 100%)}
.location-content-wrap{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:50px;align-items:center}
.location-text-area h2{font-size:2.1rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.3}
.location-description{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:20px}
.location-extra-detail{font-size:1rem;color:#495057;line-height:1.7;padding:25px;background:#c4e3cb40;border-left:4px solid #B2D4A8;border-radius:4px;margin-top:25px}
.location-visual-area{position:relative}
.location-visual-area img{width:100%;height:auto;max-height:420px;object-fit:cover;border-radius:8px;box-shadow:0 8px 30px #0000001f}
@media (max-width: 992px) {
.contact-grid-layout{grid-template-columns:1fr;gap:40px}
.contact-info-block{position:static}
.location-content-wrap{grid-template-columns:1fr;gap:40px}
.location-visual-area{order:-1}
}
@media (max-width: 768px) {
.contact-hero-wrapper{padding:60px 20px 50px}
.contact-intro-content h1{font-size:2.2rem}
.contact-intro-content .lead-text{font-size:1.05rem}
.contact-main-section{padding:50px 20px}
.contact-form-container{padding:35px 25px}
.contact-info-block{padding:30px 25px}
.location-insight-section{padding:50px 20px}
.location-text-area h2{font-size:1.8rem}
.submit-message-btn{width:100%;padding:16px 20px}
}
@media (max-width: 480px) {
.contact-intro-content h1{font-size:1.85rem}
.contact-form-container h2{font-size:1.65rem}
.contact-info-block h2{font-size:1.6rem}
.location-text-area h2{font-size:1.6rem}
}
.learning-hub-intro{background:linear-gradient(135deg,#E3F0E4 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-hub-intro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#b2d4a826 0%,transparent 70%);border-radius:50%}
.intro-content-wrap{max-width:800px;margin:0 auto;position:relative;z-index:2}
.intro-content-wrap h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.intro-lead-text{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:25px}
.intro-detail-block{background:#fff;border-left:4px solid #B2D4A8;padding:25px 30px;margin-top:30px;box-shadow:0 2px 8px #0000000f}
.intro-detail-block p{color:#343a40;line-height:1.8;margin-bottom:0;font-size:1rem}
.program-structure-area{background:#fff;padding:70px 20px}
.structure-container{max-width:1200px;margin:0 auto}
.structure-header{text-align:center;margin-bottom:50px}
.structure-header h2{font-size:2.3rem;color:#212529;margin-bottom:15px;font-weight:700}
.structure-header p{font-size:1.05rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:40px}
.module-card{background:#fafbfc;border:2px solid #E3F0E4;padding:35px 28px;border-radius:8px;transition:all .3s ease;position:relative}
.module-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #b2d4a840;border-color:#B2D4A8}
.module-number{display:inline-block;background:linear-gradient(135deg,#B2D4A8 0%,#C4E3CB 100%);color:#212529;font-size:.85rem;font-weight:700;padding:6px 14px;border-radius:20px;margin-bottom:18px;letter-spacing:.5px}
.module-card h3{font-size:1.4rem;color:#212529;margin-bottom:15px;font-weight:600}
.module-card p{color:#495057;line-height:1.7;margin-bottom:18px;font-size:.98rem}
.module-topics{list-style:none;padding:0;margin:0}
.module-topics li{color:#343a40;padding:8px 0 8px 28px;position:relative;font-size:.95rem;line-height:1.6}
.module-topics li::before{content:'';position:absolute;left:0;top:16px;width:8px;height:8px;background:#B2D4A8;border-radius:50%}
.learning-approach-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:70px 20px}
.approach-wrapper{max-width:1100px;margin:0 auto}
.approach-split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.approach-image-side img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001f}
.approach-content-side h2{font-size:2.2rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.approach-text-block{margin-bottom:25px}
.approach-text-block h3{font-size:1.25rem;color:#343a40;margin-bottom:12px;font-weight:600}
.approach-text-block p{color:#495057;line-height:1.75;margin-bottom:0;font-size:.98rem}
.timeline-highlight{background:#E3F0E4;padding:25px;border-radius:8px;margin-top:30px}
.timeline-highlight h4{font-size:1.1rem;color:#212529;margin-bottom:12px;font-weight:600}
.timeline-highlight p{color:#343a40;margin-bottom:0;line-height:1.7;font-size:.95rem}
.cta-button{display:inline-block;background:linear-gradient(135deg,#B2D4A8 0%,#C4E3CB 100%);color:#212529;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;margin-top:25px;transition:all .3s ease;box-shadow:0 4px 12px #b2d4a84d}
.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #b2d4a866;color:#212529;text-decoration:none}
@media (max-width: 768px) {
.learning-hub-intro{padding:50px 20px 40px}
.intro-content-wrap h1{font-size:2rem}
.intro-lead-text{font-size:1.05rem}
.intro-detail-block{padding:20px}
.program-structure-area{padding:50px 20px}
.structure-header h2{font-size:1.8rem}
.modules-grid{grid-template-columns:1fr;gap:25px}
.module-card{padding:28px 22px}
.learning-approach-section{padding:50px 20px}
.approach-split{grid-template-columns:1fr;gap:35px}
.approach-image-side img{height:320px}
.approach-content-side h2{font-size:1.8rem}
.timeline-highlight{padding:20px}
}
@media (max-width: 480px) {
.intro-content-wrap h1{font-size:1.7rem}
.structure-header h2{font-size:1.6rem}
.approach-content-side h2{font-size:1.6rem}
.module-card h3{font-size:1.25rem}
}
.success-stories-wrapper{background:#fff;min-height:100vh}
.success-stories-wrapper .stories-hero-area{background:linear-gradient(135deg,#E3F0E4 0%,#C4E3CB 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.success-stories-wrapper .stories-hero-area::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#b2d4a84d;border-radius:50%;z-index:1}
.success-stories-wrapper .hero-content-box{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.success-stories-wrapper .hero-main-title{font-size:48px;color:#212529;font-weight:700;margin:0 0 20px;line-height:1.2}
.success-stories-wrapper .hero-subtitle-text{font-size:20px;color:#495057;max-width:700px;line-height:1.6;margin:0}
.success-stories-wrapper .journey-section{padding:90px 20px;background:#fff}
.success-stories-wrapper .journey-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.success-stories-wrapper .journey-left-content{padding:30px 0}
.success-stories-wrapper .journey-section-label{font-size:14px;color:#B2D4A8;text-transform:uppercase;letter-spacing:2px;font-weight:600;margin:0 0 15px}
.success-stories-wrapper .journey-main-heading{font-size:38px;color:#212529;font-weight:700;line-height:1.3;margin:0 0 25px}
.success-stories-wrapper .journey-description{font-size:17px;color:#495057;line-height:1.7;margin:0 0 20px}
.success-stories-wrapper .journey-story-box{background:#f8f9fa;border-left:4px solid #B2D4A8;padding:25px;margin:30px 0 0}
.success-stories-wrapper .story-quote-text{font-size:16px;color:#343a40;line-height:1.6;font-style:italic;margin:0 0 15px}
.success-stories-wrapper .story-author-name{font-size:15px;color:#212529;font-weight:600;margin:0}
.success-stories-wrapper .journey-right-visual{position:relative}
.success-stories-wrapper .journey-main-image{width:100%;height:520px;object-fit:cover;border-radius:8px;box-shadow:0 10px 40px #0000001a}
.success-stories-wrapper .transformation-grid-section{background:linear-gradient(to bottom,#fafbfc 0%,#fff 100%);padding:90px 20px}
.success-stories-wrapper .transformation-container{max-width:1200px;margin:0 auto}
.success-stories-wrapper .transformation-header{text-align:center;margin:0 0 60px}
.success-stories-wrapper .transformation-title{font-size:40px;color:#212529;font-weight:700;margin:0 0 20px;line-height:1.3}
.success-stories-wrapper .transformation-intro{font-size:18px;color:#495057;max-width:800px;margin:0 auto;line-height:1.6}
.success-stories-wrapper .transformation-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.success-stories-wrapper .transformation-card-item{background:#fff;border:2px solid #E3F0E4;border-radius:6px;padding:35px 30px;transition:all .3s ease;position:relative}
.success-stories-wrapper .transformation-card-item:hover{transform:translateY(-5px);border-color:#B2D4A8;box-shadow:0 8px 30px #b2d4a833}
.success-stories-wrapper .card-visual-wrapper{width:100%;height:200px;margin:0 0 25px;border-radius:4px;overflow:hidden}
.success-stories-wrapper .card-visual-image{width:100%;height:100%;object-fit:cover}
.success-stories-wrapper .card-client-name{font-size:22px;color:#212529;font-weight:700;margin:0 0 12px}
.success-stories-wrapper .card-client-context{font-size:14px;color:#B2D4A8;margin:0 0 18px;font-weight:600}
.success-stories-wrapper .card-result-text{font-size:16px;color:#495057;line-height:1.6;margin:0}
.success-stories-wrapper .detailed-path-section{background:#fff;padding:90px 20px}
.success-stories-wrapper .path-section-wrapper{max-width:1400px;margin:0 auto}
.success-stories-wrapper .path-top-intro{max-width:900px;margin:0 auto 70px;text-align:center}
.success-stories-wrapper .path-heading-main{font-size:42px;color:#212529;font-weight:700;margin:0 0 25px;line-height:1.2}
.success-stories-wrapper .path-description-text{font-size:18px;color:#495057;line-height:1.7;margin:0}
.success-stories-wrapper .path-timeline-container{position:relative;padding:0 0 0 80px}
.success-stories-wrapper .timeline-vertical-line{position:absolute;left:29px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#B2D4A8 0%,#C4E3CB 50%,#E3F0E4 100%)}
.success-stories-wrapper .timeline-step-block{position:relative;margin:0 0 50px;padding:0 0 0 40px}
.success-stories-wrapper .timeline-step-block:last-child{margin-bottom:0}
.success-stories-wrapper .step-marker-circle{position:absolute;left:-60px;top:5px;width:60px;height:60px;background:#fff;border:4px solid #B2D4A8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#212529;z-index:2}
.success-stories-wrapper .step-content-box{background:#f8f9fa;padding:35px;border-radius:6px;border-left:5px solid #C4E3CB}
.success-stories-wrapper .step-phase-title{font-size:26px;color:#212529;font-weight:700;margin:0 0 15px}
.success-stories-wrapper .step-details-text{font-size:16px;color:#495057;line-height:1.7;margin:0 0 20px}
.success-stories-wrapper .step-outcome-label{font-size:14px;color:#B2D4A8;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin:0 0 10px}
.success-stories-wrapper .step-outcome-description{font-size:15px;color:#343a40;line-height:1.6;margin:0}
.success-stories-wrapper .comparison-analysis-section{background:linear-gradient(135deg,#E3F0E4 0%,#fff 100%);padding:90px 20px}
.success-stories-wrapper .comparison-content-wrap{max-width:1200px;margin:0 auto}
.success-stories-wrapper .comparison-heading-area{text-align:center;margin:0 0 60px}
.success-stories-wrapper .comparison-main-title{font-size:40px;color:#212529;font-weight:700;margin:0 0 20px;line-height:1.3}
.success-stories-wrapper .comparison-subtitle{font-size:18px;color:#495057;max-width:750px;margin:0 auto;line-height:1.6}
.success-stories-wrapper .comparison-table-wrapper{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 8px 30px #00000014}
.success-stories-wrapper .comparison-data-table{width:100%;border-collapse:collapse}
.success-stories-wrapper .comparison-data-table thead{background:#B2D4A8}
.success-stories-wrapper .comparison-data-table th{padding:20px 25px;text-align:left;font-size:16px;color:#212529;font-weight:700;border-bottom:3px solid #C4E3CB}
.success-stories-wrapper .comparison-data-table tbody tr{border-bottom:1px solid #E3F0E4;transition:background .2s ease}
.success-stories-wrapper .comparison-data-table tbody tr:hover{background:#fafbfc}
.success-stories-wrapper .comparison-data-table tbody tr:last-child{border-bottom:none}
.success-stories-wrapper .comparison-data-table td{padding:22px 25px;font-size:15px;color:#495057;line-height:1.6}
.success-stories-wrapper .comparison-data-table td:first-child{font-weight:600;color:#343a40}
.success-stories-wrapper .table-checkmark{color:#B2D4A8;font-size:20px;font-weight:700}
.success-stories-wrapper .cta-action-section{background:#212529;padding:80px 20px;position:relative;overflow:hidden}
.success-stories-wrapper .cta-action-section::before{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:#b2d4a81a;border-radius:50%}
.success-stories-wrapper .cta-content-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.success-stories-wrapper .cta-heading-text{font-size:38px;color:#fff;font-weight:700;margin:0 0 20px;line-height:1.3}
.success-stories-wrapper .cta-subtext{font-size:18px;color:#C4E3CB;margin:0 0 35px;line-height:1.6}
.success-stories-wrapper .cta-button-link{display:inline-block;background:#B2D4A8;color:#212529;padding:16px 40px;font-size:17px;font-weight:600;text-decoration:none;border-radius:6px;transition:all .3s ease;position:relative;z-index:10}
.success-stories-wrapper .cta-button-link:hover{background:#C4E3CB;transform:translateY(-2px);box-shadow:0 6px 20px #b2d4a866}
@media (max-width: 992px) {
.success-stories-wrapper .hero-main-title{font-size:38px}
.success-stories-wrapper .journey-inner{grid-template-columns:1fr;gap:40px}
.success-stories-wrapper .journey-main-image{height:400px}
.success-stories-wrapper .transformation-cards-grid{grid-template-columns:1fr;gap:30px}
.success-stories-wrapper .path-timeline-container{padding:0 0 0 60px}
.success-stories-wrapper .step-marker-circle{left:-50px;width:50px;height:50px;font-size:18px}
.success-stories-wrapper .timeline-vertical-line{left:24px}
}
@media (max-width: 768px) {
.success-stories-wrapper .stories-hero-area{padding:60px 20px 50px}
.success-stories-wrapper .hero-main-title{font-size:32px}
.success-stories-wrapper .hero-subtitle-text{font-size:17px}
.success-stories-wrapper .journey-section{padding:60px 20px}
.success-stories-wrapper .journey-main-heading{font-size:30px}
.success-stories-wrapper .journey-main-image{height:320px}
.success-stories-wrapper .transformation-grid-section{padding:60px 20px}
.success-stories-wrapper .transformation-title{font-size:32px}
.success-stories-wrapper .detailed-path-section{padding:60px 20px}
.success-stories-wrapper .path-heading-main{font-size:32px}
.success-stories-wrapper .path-timeline-container{padding:0 0 0 40px}
.success-stories-wrapper .step-marker-circle{left:-35px;width:40px;height:40px;font-size:16px}
.success-stories-wrapper .timeline-vertical-line{left:19px}
.success-stories-wrapper .step-content-box{padding:25px}
.success-stories-wrapper .step-phase-title{font-size:22px}
.success-stories-wrapper .comparison-analysis-section{padding:60px 20px}
.success-stories-wrapper .comparison-main-title{font-size:30px}
.success-stories-wrapper .comparison-table-wrapper{overflow-x:auto}
.success-stories-wrapper .comparison-data-table th,.success-stories-wrapper .comparison-data-table td{padding:15px;font-size:14px}
.success-stories-wrapper .cta-action-section{padding:60px 20px}
.success-stories-wrapper .cta-heading-text{font-size:28px}
.success-stories-wrapper .cta-subtext{font-size:16px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-policy-header-section{background:linear-gradient(165deg,#E3F0E4 0%,#C4E3CB 50%,#B2D4A8 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.cookie-policy-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff26;border-radius:50%}
.cookie-policy-header-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.cookie-policy-main-title{font-size:2.8rem;font-weight:800;color:#212529;margin:0 0 20px;line-height:1.2}
.cookie-policy-subtitle{font-size:1.15rem;color:#495057;line-height:1.6;margin:0}
.cookie-policy-content-area{max-width:880px;margin:0 auto;padding:60px 20px 80px}
.cookie-policy-intro-block{background:#fff;padding:45px;border-radius:12px;margin-bottom:40px;box-shadow:0 2px 8px #0000000f;border-left:5px solid #B2D4A8}
.cookie-policy-intro-block p{font-size:1.05rem;color:#343a40;line-height:1.8;margin:0 0 20px}
.cookie-policy-intro-block p:last-child{margin-bottom:0}
.cookie-policy-section-divider{background:#E3F0E4;padding:50px 40px;border-radius:10px;margin:50px 0}
.cookie-policy-section-heading{font-size:1.9rem;font-weight:700;color:#212529;margin:0 0 25px;line-height:1.3}
.cookie-policy-subsection-title{font-size:1.4rem;font-weight:600;color:#343a40;margin:35px 0 18px;line-height:1.4}
.cookie-policy-text-block{font-size:1.02rem;color:#495057;line-height:1.75;margin:0 0 22px}
.cookie-policy-text-emphasis{background:#fff;padding:30px;border-radius:8px;margin:30px 0;border:2px solid #C4E3CB}
.cookie-policy-text-emphasis p{font-size:1.02rem;color:#343a40;line-height:1.75;margin:0 0 15px}
.cookie-policy-text-emphasis p:last-child{margin-bottom:0}
.cookie-policy-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:35px 0}
.cookie-policy-category-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 3px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.cookie-policy-category-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #b2d4a840}
.cookie-policy-category-label{font-size:1.25rem;font-weight:700;color:#212529;margin:0 0 15px;display:flex;align-items:center;gap:10px}
.cookie-policy-category-label::before{content:'';width:8px;height:8px;background:#B2D4A8;border-radius:50%;display:inline-block}
.cookie-policy-category-description{font-size:.98rem;color:#495057;line-height:1.7;margin:0}
.cookie-policy-technical-table-wrapper{background:#fff;padding:35px;border-radius:10px;margin:40px 0;overflow-x:auto;box-shadow:0 2px 10px #0000000f}
.cookie-policy-data-table{width:100%;border-collapse:collapse;font-size:.96rem}
.cookie-policy-data-table th{background:#E3F0E4;color:#212529;font-weight:700;padding:16px 20px;text-align:left;border-bottom:3px solid #B2D4A8}
.cookie-policy-data-table td{padding:16px 20px;color:#495057;border-bottom:1px solid #e9ecef;line-height:1.6}
.cookie-policy-data-table tr:hover{background:#fafbfc}
.cookie-policy-control-section{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:45px;border-radius:12px;margin:45px 0;border:2px solid #E3F0E4}
.cookie-policy-control-title{font-size:1.6rem;font-weight:700;color:#212529;margin:0 0 25px}
.cookie-policy-control-list{list-style:none;padding:0;margin:0}
.cookie-policy-control-item{padding:20px 0 20px 45px;position:relative;color:#495057;font-size:1.02rem;line-height:1.7;border-bottom:1px solid #e9ecef}
.cookie-policy-control-item:last-child{border-bottom:none}
.cookie-policy-control-item::before{content:'→';position:absolute;left:15px;color:#B2D4A8;font-size:1.4rem;font-weight:700}
.cookie-policy-browser-guide{background:#E3F0E4;padding:40px;border-radius:10px;margin:40px 0}
.cookie-policy-browser-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:25px}
.cookie-policy-browser-item{background:#fff;padding:25px;border-radius:8px;font-size:.98rem;color:#343a40;line-height:1.6;box-shadow:0 2px 6px #0000000d}
.cookie-policy-browser-name{font-weight:700;color:#212529;margin-bottom:10px;display:block}
.cookie-policy-impact-panel{background:#fff;padding:40px;border-radius:10px;margin:45px 0;box-shadow:0 4px 15px #00000014}
.cookie-policy-impact-text{font-size:1.02rem;color:#495057;line-height:1.75;margin:0 0 20px}
.cookie-policy-note-box{background:#fafbfc;padding:25px 30px;border-left:4px solid #C4E3CB;border-radius:6px;margin:30px 0}
.cookie-policy-note-box p{font-size:.98rem;color:#495057;line-height:1.7;margin:0;font-style:italic}
.cookie-policy-contact-finale{background:linear-gradient(120deg,#B2D4A8 0%,#C4E3CB 100%);padding:50px 40px;border-radius:12px;margin:60px 0 0;text-align:center}
.cookie-policy-contact-headline{font-size:1.7rem;font-weight:700;color:#212529;margin:0 0 20px}
.cookie-policy-contact-info{font-size:1.05rem;color:#343a40;line-height:1.7;margin:0 0 15px}
.cookie-policy-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center;margin-top:25px}
.cookie-policy-contact-link{color:#212529;font-size:1.02rem;font-weight:600;text-decoration:none;transition:color .3s ease}
.cookie-policy-contact-link:hover{color:#495057;text-decoration:underline}
@media (max-width: 768px) {
.cookie-policy-main-title{font-size:2.2rem}
.cookie-policy-header-section{padding:60px 20px 40px}
.cookie-policy-intro-block{padding:30px 25px}
.cookie-policy-section-divider{padding:35px 25px}
.cookie-policy-section-heading{font-size:1.6rem}
.cookie-policy-category-grid{grid-template-columns:1fr;gap:20px}
.cookie-policy-browser-grid{grid-template-columns:1fr}
.cookie-policy-technical-table-wrapper{padding:20px}
.cookie-policy-data-table{font-size:.9rem}
.cookie-policy-data-table th,.cookie-policy-data-table td{padding:12px 15px}
.cookie-policy-control-section{padding:30px 25px}
.cookie-policy-contact-finale{padding:40px 25px}
}
.privacy-content-wrapper{background:#fff;min-height:100vh;padding:0;margin:0}
.privacy-hero-segment{background:linear-gradient(135deg,#E3F0E4 0%,#C4E3CB 50%,#B2D4A8 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.privacy-hero-segment::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.privacy-hero-inner{max-width:900px;margin:0 auto;position:relative;z-index:2}
.privacy-main-heading{font-size:3.2em;color:#212529;margin:0 0 20px;font-weight:800;line-height:1.2;letter-spacing:-.5px}
.privacy-update-line{font-size:1.1em;color:#495057;margin:0 0 25px;font-weight:500}
.privacy-intro-text{font-size:1.15em;color:#343a40;line-height:1.7;margin:0}
.privacy-body-container{max-width:900px;margin:0 auto;padding:70px 20px 80px;background:#fff}
.privacy-section-block{margin-bottom:65px;padding:40px;background:#fafbfc;border-left:5px solid #B2D4A8;border-radius:8px;box-shadow:0 2px 8px #0000000a}
.privacy-section-block:nth-child(even){background:#f8f9fa;border-left-color:#C4E3CB}
.privacy-section-block:nth-child(3n){background:linear-gradient(to right,#fff 0%,#fafbfc 100%);border-left-color:#E3F0E4}
.privacy-heading-secondary{font-size:2em;color:#212529;margin:0 0 25px;font-weight:700;letter-spacing:-.3px}
.privacy-text-paragraph{font-size:1.05em;color:#343a40;line-height:1.8;margin:0 0 20px}
.privacy-text-paragraph:last-child{margin-bottom:0}
.privacy-emphasis-box{background:#E3F0E4;padding:25px 30px;margin:30px 0;border-radius:6px;border:2px solid #C4E3CB}
.privacy-emphasis-box .privacy-text-paragraph{margin:0;font-weight:500}
.privacy-detail-list{list-style:none;padding:0;margin:25px 0}
.privacy-detail-list li{padding:12px 0 12px 35px;position:relative;font-size:1.05em;color:#343a40;line-height:1.7}
.privacy-detail-list li::before{content:'→';position:absolute;left:0;color:#B2D4A8;font-weight:700;font-size:1.3em}
.privacy-subsection-title{font-size:1.4em;color:#212529;margin:35px 0 18px;font-weight:600}
.privacy-table-wrapper{overflow-x:auto;margin:30px 0}
.privacy-data-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #0000000f}
.privacy-data-table th{background:#B2D4A8;color:#212529;padding:18px 20px;text-align:left;font-weight:700;font-size:1.05em;border-bottom:3px solid #fff}
.privacy-data-table td{padding:16px 20px;color:#343a40;font-size:1.02em;line-height:1.6;border-bottom:1px solid #E3F0E4}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#fafbfc}
.privacy-contact-section{background:linear-gradient(135deg,#B2D4A8 0%,#C4E3CB 100%);padding:50px 40px;border-radius:8px;margin-top:60px;text-align:center}
.privacy-contact-heading{font-size:1.8em;color:#212529;margin:0 0 25px;font-weight:700}
.privacy-contact-details{display:flex;flex-direction:column;gap:15px;align-items:center}
.privacy-contact-item{font-size:1.1em;color:#212529;font-weight:500}
.privacy-contact-link{color:#212529;text-decoration:underline;font-weight:600;transition:color .3s ease}
.privacy-contact-link:hover{color:#495057}
.privacy-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:35px 0}
.privacy-grid-card{background:#fff;padding:30px;border-radius:8px;box-shadow:0 3px 10px #0000000d;border-top:4px solid #B2D4A8}
.privacy-grid-card:nth-child(2n){border-top-color:#C4E3CB}
.privacy-grid-card:nth-child(3n){border-top-color:#E3F0E4}
.privacy-card-title{font-size:1.3em;color:#212529;margin:0 0 15px;font-weight:600}
.privacy-card-text{font-size:1.02em;color:#495057;line-height:1.7;margin:0}
@media (max-width: 768px) {
.privacy-main-heading{font-size:2.2em}
.privacy-hero-segment{padding:60px 20px 40px}
.privacy-section-block{padding:25px 20px;margin-bottom:40px}
.privacy-heading-secondary{font-size:1.6em}
.privacy-body-container{padding:50px 15px 60px}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px;font-size:.95em}
.privacy-grid-layout{grid-template-columns:1fr;gap:20px}
.privacy-contact-section{padding:35px 25px}
}
@media (max-width: 480px) {
.privacy-main-heading{font-size:1.8em}
.privacy-text-paragraph,.privacy-detail-list li{font-size:1em}
.privacy-section-block{border-left-width:3px}
}
.success-wrapper{min-height:100vh;background:linear-gradient(135deg,#E3F0E4 0%,#fff 50%,#C4E3CB 100%);padding:0;margin:0}
.confirmation-container{max-width:680px;margin:0 auto;padding:80px 24px 60px}
.status-visual{text-align:center;margin-bottom:48px}
.checkmark-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(145deg,#B2D4A8,#C4E3CB);margin:0 auto 24px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #b2d4a84d;animation:scaleIn .5s ease-out}
@keyframes scaleIn {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.checkmark-symbol{width:60px;height:60px;border:4px solid #fff;border-left:none;border-top:none;transform:rotate(45deg) translateY(-8px)}
.message-block{background:#fff;padding:48px 40px;border-radius:12px;box-shadow:0 4px 20px #0000000f;margin-bottom:36px}
.primary-heading{font-size:32px;font-weight:700;color:#212529;margin:0 0 16px;line-height:1.3;text-align:center}
.confirmation-text{font-size:17px;color:#495057;line-height:1.7;margin:0 0 24px;text-align:center}
.detail-paragraph{font-size:15px;color:#6c757d;line-height:1.8;margin:0 0 20px}
.detail-paragraph:last-child{margin-bottom:0}
.info-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:40px}
.info-card{background:#fafbfc;padding:28px 32px;border-radius:8px;border-left:4px solid #B2D4A8}
.card-title{font-size:18px;font-weight:600;color:#212529;margin:0 0 12px}
.card-content{font-size:15px;color:#495057;line-height:1.7;margin:0}
.timing-note{background:#E3F0E4;padding:20px 28px;border-radius:8px;margin:32px 0}
.timing-note p{font-size:14px;color:#495057;margin:0;line-height:1.6}
.action-section{text-align:center;margin-top:48px;padding-top:40px;border-top:1px solid #e9ecef}
.primary-action-btn{display:inline-block;background:linear-gradient(135deg,#B2D4A8 0%,#C4E3CB 100%);color:#212529;padding:16px 48px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #b2d4a840;margin:0 12px 16px}
.primary-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b2d4a859;color:#212529}
.secondary-action-btn{display:inline-block;background:#fff;color:#495057;padding:16px 48px;border-radius:8px;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #B2D4A8;transition:all .3s ease;margin:0 12px 16px}
.secondary-action-btn:hover{background:#E3F0E4;color:#212529;border-color:#C4E3CB}
.contact-details{margin-top:48px;padding:32px;background:#fff;border-radius:8px;text-align:center}
.contact-intro{font-size:16px;color:#495057;margin:0 0 24px}
.contact-item{font-size:15px;color:#6c757d;margin:8px 0;line-height:1.6}
.contact-item a{color:#495057;text-decoration:none;font-weight:500;transition:color .2s ease}
.contact-item a:hover{color:#B2D4A8}
.reference-number{display:inline-block;background:#E3F0E4;padding:8px 16px;border-radius:6px;font-size:13px;color:#495057;font-weight:600;margin-top:16px;letter-spacing:.5px}
@media (max-width: 768px) {
.confirmation-container{padding:60px 20px 40px}
.checkmark-circle{width:100px;height:100px}
.checkmark-symbol{width:50px;height:50px;border-width:3px}
.message-block{padding:32px 24px}
.primary-heading{font-size:26px}
.confirmation-text{font-size:16px}
.info-card{padding:20px 24px}
.primary-action-btn,.secondary-action-btn{display:block;margin:0 0 16px;padding:14px 32px}
.contact-details{padding:24px 20px}
}
@media (max-width: 480px) {
.confirmation-container{padding:40px 16px 32px}
.primary-heading{font-size:22px}
.message-block{padding:24px 20px}
.info-card{padding:16px 20px}
}