:root{--primary-color:#BA99AF;--secondary-color:#D6BEC9;--tertiary-color:#E1DCE0;--text-dark:#2a2d34;--text-medium:#4a4d56;--text-light:#6b6e78;--bg-light:#fafbfc;--bg-white:#fff;--border-subtle:#e8e9ec;--shadow-soft:0 2px 12px #ba99af14;--shadow-medium:0 4px 24px #ba99af1f}
*{margin:0;padding:0;box-sizing:border-box}
body{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);color:var(--text-dark);min-height:100vh;display:flex;flex-direction:column;font:16px/1.7 'Segoe UI',system-ui,-apple-system,sans-serif}
.header_primary_wrap{background:var(--bg-white);box-shadow:var(--shadow-soft);position:relative;z-index:100}
.header_inner_container{max-width:1320px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;min-height:85px;gap:32px}
.logo_brand_section{display:flex;align-items:center;gap:16px;flex-shrink:0}
.logo_brand_section img{height:62px;width:62px;object-fit:contain;display:block}
.company_name_display{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:600;color:var(--text-dark);letter-spacing:-.02em;white-space:nowrap}
.nav_main_menu{display:flex;align-items:center;gap:6px;list-style:none}
.nav_main_menu a{display:block;padding:10px 18px;color:var(--text-medium);text-decoration:none;font-size:.94rem;font-weight:500;border-radius:8px;transition:all .25s ease;white-space:nowrap}
.nav_main_menu a:hover{background:linear-gradient(135deg,var(--tertiary-color) 0%,var(--secondary-color) 100%);color:var(--text-dark)}
.nav_main_menu a:focus{outline:2px solid var(--primary-color);outline-offset:2px}
main{flex:1;max-width:1320px;width:100%;margin:0 auto;padding:48px 24px}
.footer_master_container{background:linear-gradient(165deg,var(--primary-color) 0%,var(--secondary-color) 55%,var(--tertiary-color) 100%);color:var(--text-dark);padding:56px 0 32px;margin-top:auto}
.footer_content_grid{max-width:1320px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:48px 32px}
.footer_column_unit h3{font-size:1.15rem;font-weight:600;margin-bottom:20px;color:var(--text-dark)}
.footer_links_collection{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_links_collection a{color:var(--text-medium);text-decoration:none;font-size:.94rem;transition:opacity .25s ease;display:inline-block}
.footer_links_collection a:hover{opacity:.7}
.footer_links_collection a:focus{outline:2px solid var(--text-dark);outline-offset:3px}
.footer_contact_details p{margin-bottom:10px;font-size:.94rem;color:var(--text-medium)}
.footer_copyright_bar{max-width:1320px;margin:40px auto 0;padding:24px 24px 0;border-top:1px solid #2a2d3426;text-align:center;font-size:.88rem;color:var(--text-medium)}
.consent_popup_wrapper{position:fixed;bottom:0;left:0;right:0;background:var(--bg-white);border-top:3px solid var(--primary-color);box-shadow:0 -4px 32px #2a2d3426;padding:28px 24px;transform:translateY(100%);opacity:0;transition:all .4s cubic-bezier(0.4,0,0.2,1);z-index:9999}
.consent_popup_wrapper.visible_state{transform:translateY(0);opacity:1}
.consent_inner_container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:32px;flex-wrap:wrap}
.consent_text_block{flex:1;min-width:280px}
.consent_text_block p{font-size:.94rem;line-height:1.6;color:var(--text-medium);margin-bottom:8px}
.consent_text_block a{color:var(--primary-color);text-decoration:underline;transition:opacity .2s ease}
.consent_text_block a:hover{opacity:.75}
.consent_actions_group{display:flex;gap:12px;flex-wrap:wrap}
.btn_consent_primary,.btn_consent_secondary{padding:12px 28px;font-size:.94rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .25s ease;min-width:44px;min-height:44px}
.btn_consent_primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--text-dark)}
.btn_consent_primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-medium)}
.btn_consent_secondary{background:transparent;color:var(--text-medium);border:2px solid var(--border-subtle)}
.btn_consent_secondary:hover{border-color:var(--primary-color);color:var(--text-dark)}
.btn_consent_primary:focus,.btn_consent_secondary:focus{outline:3px solid var(--primary-color);outline-offset:2px}
@media (max-width: 768px) {
.header_inner_container{flex-direction:column;align-items:flex-start;padding:20px;min-height:auto;gap:20px}
.logo_brand_section{width:100%;justify-content:space-between}
.nav_main_menu{flex-direction:column;width:100%;gap:8px}
.nav_main_menu a{width:100%;text-align:left}
.consent_inner_container{flex-direction:column;gap:20px}
.consent_actions_group{width:100%;flex-direction:column}
.btn_consent_primary,.btn_consent_secondary{width:100%}
.footer_content_grid{grid-template-columns:1fr;gap:32px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.header_inner_container{gap:24px}
.nav_main_menu{gap:4px}
.nav_main_menu a{padding:10px 14px;font-size:.9rem}
}
.before-start-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.before-start-hero{padding:80px 20px 60px;background:linear-gradient(to right,#fff,#E1DCE0);position:relative;overflow:hidden}
.before-start-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ba99af26,transparent);border-radius:50%}
.hero-content-bfs{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero-content-bfs h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.hero-content-bfs p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:680px}
.readiness-check-section{padding:70px 20px;max-width:1200px;margin:0 auto}
.readiness-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.readiness-text-block h2{font-size:2.2rem;color:#212529;margin-bottom:28px;font-weight:700}
.readiness-text-block p{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:20px}
.readiness-questions{background:#fff;padding:35px;border-radius:12px;box-shadow:0 4px 20px #00000014}
.question-item{padding:18px 0;border-bottom:2px solid #f5f6fa;display:flex;align-items:start;gap:15px}
.question-item:last-child{border-bottom:none}
.question-icon{width:28px;height:28px;background:#BA99AF;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem;margin-top:2px}
.question-item p{font-size:1.02rem;color:#212529;line-height:1.6;margin:0}
.mentor-insights-section{background:#fff;padding:80px 20px;position:relative}
.mentor-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:start}
.mentor-profile-cards{display:flex;flex-direction:column;gap:20px}
.mentor-card-item{background:linear-gradient(135deg,#f8f9fa,#E1DCE0);padding:20px;border-radius:10px;text-align:center;box-shadow:0 2px 12px #0000000f}
.mentor-card-item img{width:90px;height:90px;border-radius:50%;object-fit:cover;margin-bottom:12px;border:3px solid #BA99AF}
.mentor-card-item h4{font-size:1.05rem;color:#212529;margin-bottom:4px;font-weight:600}
.mentor-card-item p{font-size:.88rem;color:#495057;margin:0}
.mentor-insights-content h2{font-size:2.3rem;color:#212529;margin-bottom:30px;font-weight:700}
.insight-block{margin-bottom:32px}
.insight-block h3{font-size:1.35rem;color:#BA99AF;margin-bottom:14px;font-weight:600}
.insight-block p{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:12px}
.practical-steps-section{padding:75px 20px;max-width:1200px;margin:0 auto;background:linear-gradient(to bottom,#fafbfc,#fff)}
.steps-header{text-align:center;margin-bottom:55px}
.steps-header h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.steps-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.steps-timeline{position:relative;padding-left:0}
.timeline-step{display:grid;grid-template-columns:120px 1fr;gap:35px;margin-bottom:45px;align-items:start}
.step-number-box{background:linear-gradient(135deg,#BA99AF,#D6BEC9);color:#fff;width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;box-shadow:0 4px 16px #ba99af4d;flex-shrink:0}
.step-content-box{background:#fff;padding:30px;border-radius:10px;box-shadow:0 3px 15px #00000012;border-left:4px solid #BA99AF}
.step-content-box h3{font-size:1.5rem;color:#212529;margin-bottom:14px;font-weight:600}
.step-content-box p{font-size:1.04rem;color:#343a40;line-height:1.75;margin:0}
.reality-expectations-section{padding:70px 20px;background:#fff}
.reality-content-wrapper{max-width:1200px;margin:0 auto}
.reality-split{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-bottom:50px}
.reality-image-side img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 6px 25px #0000001a}
.reality-text-side h2{font-size:2.3rem;color:#212529;margin-bottom:26px;font-weight:700}
.reality-text-side p{font-size:1.06rem;color:#343a40;line-height:1.8;margin-bottom:18px}
.expectations-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:40px}
.expectation-card{background:linear-gradient(135deg,#f8f9fa,#E1DCE0);padding:32px;border-radius:10px;box-shadow:0 3px 14px #0000000f}
.expectation-card h3{font-size:1.3rem;color:#BA99AF;margin-bottom:16px;font-weight:600}
.expectation-card p{font-size:1.02rem;color:#343a40;line-height:1.7;margin:0}
.cta-final-block{background:linear-gradient(135deg,#BA99AF,#D6BEC9);padding:50px;border-radius:12px;text-align:center;margin-top:50px}
.cta-final-block h3{font-size:1.9rem;color:#fff;margin-bottom:20px;font-weight:600}
.cta-final-block p{font-size:1.1rem;color:#fff;margin-bottom:28px;line-height:1.6}
.cta-btn-final{display:inline-block;background:#fff;color:#BA99AF;padding:16px 42px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 16px #00000026}
.cta-btn-final:hover{transform:translateY(-3px);box-shadow:0 6px 22px #0003;background:#f8f9fa}
@media (max-width: 768px) {
.before-start-hero{padding:50px 15px 40px}
.hero-content-bfs h1{font-size:2rem}
.hero-content-bfs p{font-size:1.05rem}
.readiness-grid{grid-template-columns:1fr;gap:30px}
.readiness-text-block h2{font-size:1.8rem}
.readiness-questions{padding:25px}
.mentor-container{grid-template-columns:1fr;gap:35px}
.mentor-profile-cards{flex-direction:row;overflow-x:auto}
.mentor-card-item{min-width:180px}
.mentor-insights-content h2{font-size:1.9rem}
.steps-header h2{font-size:1.9rem}
.timeline-step{grid-template-columns:1fr;gap:20px}
.step-number-box{width:80px;height:80px;font-size:2rem;margin:0 auto}
.step-content-box{padding:25px}
.reality-split{grid-template-columns:1fr;gap:30px}
.reality-image-side img{height:280px}
.reality-text-side h2{font-size:1.85rem}
.expectations-cards{grid-template-columns:1fr;gap:20px}
.cta-final-block{padding:35px 20px}
.cta-final-block h3{font-size:1.6rem}
}
.eco-flor-page{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;color:#212529;background:#fafbfc;line-height:1.7}
.eco-flor-page .intro-section{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.eco-flor-page .intro-section::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:linear-gradient(135deg,#ba99af14 0%,#e1dce01f 100%);transform:rotate(-15deg);z-index:1}
.eco-flor-page .intro-content-wrap{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.eco-flor-page .intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.eco-flor-page .intro-text h1{font-size:2.8rem;font-weight:700;color:#343a40;margin-bottom:20px;line-height:1.2}
.eco-flor-page .intro-text .highlight-phrase{color:#BA99AF;display:block;font-size:1.1rem;font-weight:600;margin-bottom:25px;letter-spacing:.5px}
.eco-flor-page .intro-text p{font-size:1.05rem;color:#495057;margin-bottom:18px}
.eco-flor-page .intro-image-block{position:relative}
.eco-flor-page .intro-image-block img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 35px #0000001f}
.eco-flor-page .journey-section{background:#fff;padding:70px 20px}
.eco-flor-page .journey-container{max-width:900px;margin:0 auto;text-align:center}
.eco-flor-page .journey-container h2{font-size:2.3rem;color:#343a40;margin-bottom:40px;font-weight:700}
.eco-flor-page .journey-steps{display:flex;flex-direction:column;gap:35px;margin-top:50px}
.eco-flor-page .step-item{background:linear-gradient(to right,#f8f9fa 0%,#fff 100%);border-left:5px solid #BA99AF;padding:30px 35px;border-radius:8px;text-align:left;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.eco-flor-page .step-item:hover{transform:translateX(8px);box-shadow:0 8px 25px #ba99af33}
.eco-flor-page .step-item h3{font-size:1.4rem;color:#BA99AF;margin-bottom:12px;font-weight:600}
.eco-flor-page .step-item p{font-size:1rem;color:#495057;line-height:1.7}
.eco-flor-page .practice-section{background:linear-gradient(to bottom,#f5f6fa 0%,#fafbfc 100%);padding:80px 20px}
.eco-flor-page .practice-wrap{max-width:1200px;margin:0 auto}
.eco-flor-page .practice-wrap h2{font-size:2.4rem;color:#343a40;margin-bottom:50px;text-align:center;font-weight:700}
.eco-flor-page .practice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.eco-flor-page .practice-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.eco-flor-page .practice-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #ba99af40}
.eco-flor-page .practice-card img{width:100%;height:220px;object-fit:cover}
.eco-flor-page .practice-card-content{padding:25px}
.eco-flor-page .practice-card-content h3{font-size:1.3rem;color:#343a40;margin-bottom:12px;font-weight:600}
.eco-flor-page .practice-card-content p{font-size:.98rem;color:#495057;line-height:1.6}
.eco-flor-page .mentors-section{background:#fff;padding:70px 20px}
.eco-flor-page .mentors-container{max-width:1000px;margin:0 auto}
.eco-flor-page .mentors-container h2{font-size:2.3rem;color:#343a40;margin-bottom:45px;text-align:center;font-weight:700}
.eco-flor-page .mentors-flex{display:flex;gap:40px;align-items:flex-start}
.eco-flor-page .mentor-profile{flex:1;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:35px;box-shadow:0 8px 25px #00000014;text-align:center;transition:transform .3s ease}
.eco-flor-page .mentor-profile:hover{transform:scale(1.03)}
.eco-flor-page .mentor-profile img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 20px;border:5px solid #E1DCE0;display:block}
.eco-flor-page .mentor-profile h3{font-size:1.4rem;color:#BA99AF;margin-bottom:10px;font-weight:600}
.eco-flor-page .mentor-profile .mentor-role{font-size:.95rem;color:#6c757d;margin-bottom:15px;font-weight:500}
.eco-flor-page .mentor-profile p{font-size:.98rem;color:#495057;line-height:1.6;text-align:left}
.eco-flor-page .action-section{background:linear-gradient(135deg,#BA99AF 0%,#D6BEC9 100%);padding:90px 20px;text-align:center;position:relative;overflow:hidden}
.eco-flor-page .action-section::before{content:'';position:absolute;top:-30%;left:-10%;width:300px;height:300px;background:#ffffff1a;border-radius:50%;z-index:1}
.eco-flor-page .action-section::after{content:'';position:absolute;bottom:-20%;right:-5%;width:250px;height:250px;background:#ffffff14;border-radius:50%;z-index:1}
.eco-flor-page .action-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.eco-flor-page .action-content h2{font-size:2.6rem;color:#fff;margin-bottom:25px;font-weight:700}
.eco-flor-page .action-content p{font-size:1.15rem;color:#fff;margin-bottom:35px;line-height:1.7}
.eco-flor-page .action-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.eco-flor-page .btn-primary-custom{background:#fff;color:#BA99AF;padding:16px 40px;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 6px 20px #00000026;position:relative;z-index:3}
.eco-flor-page .btn-primary-custom:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 10px 30px #0003}
.eco-flor-page .btn-secondary-custom{background:transparent;color:#fff;padding:16px 40px;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;border:2px solid #fff;transition:all .3s ease;position:relative;z-index:3}
.eco-flor-page .btn-secondary-custom:hover{background:#fff;color:#BA99AF;transform:translateY(-3px)}
@media (max-width: 992px) {
.eco-flor-page .intro-grid{grid-template-columns:1fr;gap:40px}
.eco-flor-page .intro-text h1{font-size:2.3rem}
.eco-flor-page .practice-grid{grid-template-columns:1fr}
.eco-flor-page .mentors-flex{flex-direction:column}
}
@media (max-width: 768px) {
.eco-flor-page .intro-section{padding:50px 15px 40px}
.eco-flor-page .intro-text h1{font-size:2rem}
.eco-flor-page .journey-container h2,.eco-flor-page .practice-wrap h2,.eco-flor-page .mentors-container h2{font-size:1.9rem}
.eco-flor-page .action-content h2{font-size:2rem}
.eco-flor-page .action-buttons{flex-direction:column;align-items:center}
.eco-flor-page .btn-primary-custom,.eco-flor-page .btn-secondary-custom{width:100%;max-width:300px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh;padding:0}
.contact-hero-section{background:linear-gradient(to right,#E1DCE0,#D6BEC9);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ba99af26;border-radius:50%;z-index:1}
.contact-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:20px;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:680px}
.contact-main-section{max-width:1200px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:3}
.contact-content-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}
.contact-visual-block{position:relative}
.contact-visual-block img{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #0000001f;border:3px solid #fff}
.contact-info-floating{background:#fff;padding:35px;border-radius:12px;box-shadow:0 8px 25px #0000001a;margin-top:30px;border-left:5px solid #BA99AF}
.contact-info-floating h3{font-size:1.4rem;color:#212529;margin-bottom:25px;font-weight:600}
.contact-info-floating p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:15px}
.contact-info-floating p strong{color:#BA99AF;font-weight:600}
.contact-form-container{background:#fff;padding:45px;border-radius:12px;box-shadow:0 10px 35px #00000014;border-top:4px solid #D6BEC9}
.contact-form-container h2{font-size:2rem;color:#212529;margin-bottom:15px;font-weight:700}
.contact-form-container .form-subtitle{font-size:1.05rem;color:#495057;margin-bottom:35px;line-height:1.6}
.form-group-custom{margin-bottom:28px}
.form-group-custom label{display:block;font-size:.95rem;color:#343a40;margin-bottom:10px;font-weight:600}
.form-group-custom input,.form-group-custom textarea,.form-group-custom select{width:100%;padding:14px 18px;border:2px solid #E1DCE0;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;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:#BA99AF;background:#fff;box-shadow:0 0 0 3px #ba99af1a}
.form-group-custom textarea{min-height:150px;resize:vertical}
.form-row-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.privacy-consent-wrapper{margin:30px 0;display:flex;align-items:start;gap:12px}
.privacy-consent-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#BA99AF}
.privacy-consent-wrapper label{font-size:.9rem;color:#495057;line-height:1.6;cursor:pointer}
.privacy-consent-wrapper a{color:#BA99AF;text-decoration:none;font-weight:600;transition:color .3s ease}
.privacy-consent-wrapper a:hover{color:#D6BEC9;text-decoration:underline}
.submit-button-custom{background:linear-gradient(135deg,#BA99AF,#D6BEC9);color:#fff;padding:16px 45px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 4px 15px #ba99af4d;position:relative;z-index:10}
.submit-button-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ba99af66}
.submit-button-custom:active{transform:translateY(0)}
.additional-info-section{max-width:1200px;margin:60px auto 0;padding:0 20px 60px}
.info-cards-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.info-card-item{background:#fff;padding:35px 28px;border-radius:10px;box-shadow:0 6px 20px #0000000f;border-bottom:4px solid #E1DCE0;transition:all .3s ease}
.info-card-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a;border-bottom-color:#BA99AF}
.info-card-item h3{font-size:1.3rem;color:#212529;margin-bottom:15px;font-weight:600}
.info-card-item p{font-size:.98rem;color:#495057;line-height:1.7}
@media (max-width: 992px) {
.contact-content-grid{grid-template-columns:1fr;gap:40px}
.contact-visual-block img{height:400px}
.info-cards-wrapper{grid-template-columns:1fr;gap:25px}
}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2.2rem}
.contact-hero-section{padding:60px 20px 50px}
.contact-form-container{padding:30px 25px}
.form-row-split{grid-template-columns:1fr;gap:0}
.contact-visual-block img{height:320px}
.contact-info-floating{padding:25px}
}
@media (max-width: 576px) {
.contact-hero-content h1{font-size:1.8rem}
.contact-hero-content p{font-size:1rem}
.contact-form-container h2{font-size:1.6rem}
.submit-button-custom{padding:14px 35px;font-size:1rem}
}
.learning-wrapper-eco{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.learning-intro-section{padding:4rem 2rem 3rem;max-width:1200px;margin:0 auto;position:relative}
.learning-intro-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#BA99AF 0%,#D6BEC9 100%);border-radius:2px}
.intro-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:2rem}
.intro-text-block h1{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;line-height:1.2;font-weight:700}
.intro-text-block p{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:1.2rem}
.intro-image-holder{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #ba99af26}
.intro-image-holder img{width:100%;height:400px;object-fit:cover;display:block}
.program-structure-area{background:#fff;padding:4rem 2rem;position:relative}
.structure-container-main{max-width:1400px;margin:0 auto}
.structure-title-block{text-align:center;margin-bottom:3.5rem}
.structure-title-block h2{font-size:2.4rem;color:#212529;margin-bottom:1rem;font-weight:600}
.structure-title-block p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.modules-display-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem}
.single-module-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:2rem;border-radius:8px;border-left:4px solid #BA99AF;transition:all .3s ease;position:relative}
.single-module-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #ba99af33;border-left-color:#D6BEC9}
.module-number-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#BA99AF 0%,#D6BEC9 100%);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #ba99af4d}
.single-module-card h3{font-size:1.5rem;color:#212529;margin-bottom:1rem;font-weight:600}
.single-module-card p{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:.8rem}
.module-duration-info{display:inline-block;margin-top:.8rem;padding:.4rem 1rem;background:#E1DCE0;border-radius:20px;font-size:.9rem;color:#343a40;font-weight:500}
.instructors-showcase-section{padding:4rem 2rem;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.instructors-content-wrapper{max-width:1200px;margin:0 auto}
.instructors-header-text{text-align:center;margin-bottom:3rem}
.instructors-header-text h2{font-size:2.4rem;color:#212529;margin-bottom:1rem;font-weight:600}
.instructors-header-text p{font-size:1.1rem;color:#495057;line-height:1.7;max-width:650px;margin:0 auto}
.instructors-profiles-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2.5rem}
.instructor-profile-box{display:flex;gap:2rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 6px 20px #ba99af1f;transition:all .3s ease}
.instructor-profile-box:hover{box-shadow:0 12px 32px #ba99af33}
.instructor-photo-holder{flex-shrink:0;width:140px;height:140px;border-radius:50%;overflow:hidden;border:4px solid #E1DCE0}
.instructor-photo-holder img{width:100%;height:100%;object-fit:cover}
.instructor-details-text{flex:1}
.instructor-details-text h3{font-size:1.6rem;color:#212529;margin-bottom:.5rem;font-weight:600}
.instructor-role-label{font-size:1rem;color:#BA99AF;font-weight:600;margin-bottom:1rem;display:block}
.instructor-details-text p{font-size:1rem;color:#495057;line-height:1.6}
.program-info-final-section{padding:4rem 2rem;background:#fff;position:relative}
.program-info-final-section::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#D6BEC9 50%,transparent 100%)}
.info-final-container{max-width:1300px;margin:0 auto}
.info-split-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.info-details-column h2{font-size:2.2rem;color:#212529;margin-bottom:1.5rem;font-weight:600}
.info-details-column p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.program-dates-block{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:2rem;border-radius:12px;margin-top:2rem;border:1px solid #E1DCE0}
.program-dates-block h3{font-size:1.4rem;color:#212529;margin-bottom:1.2rem;font-weight:600}
.dates-info-list{list-style:none;padding:0;margin:0}
.dates-info-list li{padding:.8rem 0;border-bottom:1px solid #E1DCE0;font-size:1rem;color:#343a40;display:flex;justify-content:space-between}
.dates-info-list li:last-child{border-bottom:none}
.dates-info-list strong{color:#212529;font-weight:600}
.info-visual-column{position:relative}
.info-image-frame{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #ba99af26;position:relative}
.info-image-frame img{width:100%;height:480px;object-fit:cover;display:block}
.cta-button-primary{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#BA99AF 0%,#D6BEC9 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #ba99af4d;margin-top:1.5rem}
.cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ba99af66;background:linear-gradient(135deg,#D6BEC9 0%,#BA99AF 100%)}
@media (max-width: 968px) {
.intro-content-grid{grid-template-columns:1fr;gap:2rem}
.intro-text-block h1{font-size:2.2rem}
.modules-display-grid{grid-template-columns:1fr;gap:1.5rem}
.instructors-profiles-row{grid-template-columns:1fr;gap:2rem}
.instructor-profile-box{flex-direction:column;text-align:center}
.instructor-photo-holder{margin:0 auto}
.info-split-layout{grid-template-columns:1fr;gap:2.5rem}
.learning-intro-section{padding:3rem 1.5rem 2rem}
.program-structure-area{padding:3rem 1.5rem}
.instructors-showcase-section{padding:3rem 1.5rem}
.program-info-final-section{padding:3rem 1.5rem}
}
@media (max-width: 640px) {
.intro-text-block h1{font-size:1.8rem}
.structure-title-block h2,.instructors-header-text h2{font-size:1.9rem}
.info-details-column h2{font-size:1.8rem}
.single-module-card{padding:1.5rem}
.cta-button-primary{display:block;text-align:center;padding:.9rem 2rem}
.intro-image-holder img{height:300px}
.info-image-frame img{height:350px}
}
.careers-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.careers-hero-section{background:linear-gradient(165deg,#E1DCE0 0%,#D6BEC9 50%,#BA99AF 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.careers-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;z-index:1}
.careers-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.careers-hero-title{font-size:3.2rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.2}
.careers-hero-subtitle{font-size:1.3rem;color:#343a40;max-width:720px;line-height:1.6;margin-bottom:35px}
.careers-nav-buttons{display:flex;gap:18px;flex-wrap:wrap}
.careers-btn-primary{background:#fff;color:#BA99AF;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #fff;display:inline-block}
.careers-btn-primary:hover{background:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}
.careers-btn-secondary{background:transparent;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #fff;display:inline-block}
.careers-btn-secondary:hover{background:#fff;color:#BA99AF;transform:translateY(-2px)}
.careers-openings-block{max-width:1200px;margin:0 auto;padding:80px 20px}
.careers-block-header{text-align:center;margin-bottom:60px}
.careers-block-title{font-size:2.5rem;color:#212529;margin-bottom:18px;font-weight:700}
.careers-block-description{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.careers-positions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:50px}
.careers-position-card{background:#fff;border-radius:12px;padding:35px;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border:2px solid transparent}
.careers-position-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #ba99af33;border-color:#D6BEC9}
.careers-position-title{font-size:1.6rem;color:#BA99AF;margin-bottom:15px;font-weight:700}
.careers-position-meta{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}
.careers-meta-item{font-size:.95rem;color:#495057;display:flex;align-items:center;gap:6px}
.careers-position-text{font-size:1.05rem;color:#343a40;line-height:1.7;margin-bottom:25px}
.careers-position-link{color:#BA99AF;text-decoration:none;font-weight:600;font-size:1.05rem;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}
.careers-position-link:hover{color:#343a40;gap:12px}
.careers-image-showcase{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:45px}
.careers-showcase-img{width:100%;height:320px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #0000001a}
.careers-team-block{background:linear-gradient(180deg,#fff 0%,#f8f9fa 100%);padding:80px 20px}
.careers-team-container{max-width:1200px;margin:0 auto}
.careers-team-intro{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;margin-bottom:60px}
.careers-team-content{padding-right:30px}
.careers-team-heading{font-size:2.3rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.3}
.careers-team-paragraph{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:20px}
.careers-team-visual{position:relative}
.careers-team-main-img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 10px 30px #ba99af40}
.careers-team-members{display:flex;gap:35px;justify-content:center;flex-wrap:wrap}
.careers-member-card{background:#fff;border-radius:12px;padding:30px;text-align:center;box-shadow:0 4px 15px #00000014;flex:1;min-width:280px;max-width:340px;transition:all .3s ease}
.careers-member-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #ba99af33}
.careers-member-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 20px;border:4px solid #E1DCE0}
.careers-member-name{font-size:1.4rem;color:#212529;margin-bottom:8px;font-weight:700}
.careers-member-role{font-size:1.05rem;color:#BA99AF;margin-bottom:15px;font-weight:600}
.careers-member-bio{font-size:1rem;color:#495057;line-height:1.7}
.careers-values-block{max-width:1200px;margin:0 auto;padding:80px 20px}
.careers-values-header{margin-bottom:55px}
.careers-values-title{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.careers-values-intro{font-size:1.15rem;color:#495057;line-height:1.7;max-width:850px}
.careers-values-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.careers-value-item{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);padding:40px 30px;border-radius:12px;border-left:5px solid #BA99AF;box-shadow:0 4px 15px #0000000f;transition:all .3s ease}
.careers-value-item:hover{transform:translateX(8px);box-shadow:0 8px 25px #ba99af26;border-left-width:8px}
.careers-value-icon{width:60px;height:60px;background:linear-gradient(135deg,#E1DCE0 0%,#D6BEC9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:1.8rem;color:#BA99AF}
.careers-value-heading{font-size:1.5rem;color:#212529;margin-bottom:15px;font-weight:700}
.careers-value-text{font-size:1.05rem;color:#495057;line-height:1.7}
@media (max-width: 992px) {
.careers-hero-title{font-size:2.5rem}
.careers-team-intro{grid-template-columns:1fr}
.careers-team-content{padding-right:0}
.careers-values-layout{grid-template-columns:1fr}
.careers-positions-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.careers-hero-title{font-size:2rem}
.careers-hero-subtitle{font-size:1.1rem}
.careers-nav-buttons{flex-direction:column}
.careers-btn-primary,.careers-btn-secondary{width:100%;text-align:center}
.careers-image-showcase{grid-template-columns:1fr}
.careers-block-title,.careers-values-title{font-size:2rem}
.careers-team-heading{font-size:1.9rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-policy-hero{background:linear-gradient(to right,#BA99AF,#D6BEC9);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.cookie-policy-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:#ffffff1a;border-radius:50%;z-index:1}
.cookie-policy-hero::after{content:'';position:absolute;bottom:-30%;left:-5%;width:250px;height:250px;background:#ffffff14;border-radius:50%;z-index:1}
.cookie-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cookie-hero-content h1{color:#fff;font-size:2.8rem;font-weight:700;margin:0 0 20px;line-height:1.2}
.cookie-hero-subtitle{color:#fff;font-size:1.15rem;line-height:1.6;opacity:.95;margin:0}
.cookie-content-container{max-width:900px;margin:0 auto;padding:60px 20px}
.cookie-intro-block{background:#fff;border-radius:12px;padding:40px;margin-bottom:50px;box-shadow:0 2px 8px #00000014;border-left:4px solid #BA99AF}
.cookie-intro-block p{color:#343a40;font-size:1.05rem;line-height:1.8;margin:0 0 20px}
.cookie-intro-block p:last-child{margin-bottom:0}
.cookie-update-date{color:#6c757d;font-size:.95rem;font-style:italic;display:block;margin-top:25px}
.cookie-section-block{background:#fff;border-radius:10px;padding:45px 40px;margin-bottom:35px;box-shadow:0 1px 6px #0000000f;transition:box-shadow .3s ease}
.cookie-section-block:hover{box-shadow:0 4px 12px #ba99af26}
.cookie-section-title{color:#212529;font-size:1.75rem;font-weight:600;margin:0 0 25px;padding-bottom:15px;border-bottom:2px solid #E1DCE0}
.cookie-section-block p{color:#495057;font-size:1rem;line-height:1.75;margin:0 0 18px}
.cookie-section-block p:last-child{margin-bottom:0}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin-top:30px}
.cookie-type-card{background:linear-gradient(to bottom right,#fafbfc,#f8f9fa);border:2px solid #E1DCE0;border-radius:8px;padding:30px;transition:all .3s ease}
.cookie-type-card:hover{border-color:#D6BEC9;transform:translateY(-2px)}
.cookie-type-header{display:flex;align-items:center;margin-bottom:15px}
.cookie-type-icon{width:40px;height:40px;background:linear-gradient(135deg,#BA99AF,#D6BEC9);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;font-size:1.2rem;color:#fff;flex-shrink:0}
.cookie-type-name{color:#212529;font-size:1.3rem;font-weight:600;margin:0}
.cookie-type-description{color:#495057;font-size:.98rem;line-height:1.7;margin:0}
.cookie-list-section{margin-top:25px}
.cookie-list-section ul{list-style:none;padding:0;margin:15px 0 0}
.cookie-list-section li{color:#495057;font-size:.98rem;line-height:1.7;padding:12px 0 12px 35px;position:relative;border-bottom:1px solid #f0f0f0}
.cookie-list-section li:last-child{border-bottom:none}
.cookie-list-section li::before{content:'→';position:absolute;left:8px;color:#BA99AF;font-weight:600;font-size:1.1rem}
.cookie-control-box{background:linear-gradient(to right,#E1DCE0,#D6BEC9);border-radius:10px;padding:35px;margin-top:40px}
.cookie-control-box h3{color:#212529;font-size:1.4rem;font-weight:600;margin:0 0 20px}
.cookie-control-box p{color:#343a40;font-size:1rem;line-height:1.75;margin:0 0 15px}
.cookie-browser-links{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px}
.cookie-browser-btn{background:#fff;color:#BA99AF;padding:12px 24px;border-radius:6px;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;border:2px solid transparent}
.cookie-browser-btn:hover{background:#BA99AF;color:#fff;border-color:#BA99AF;transform:translateY(-2px);box-shadow:0 4px 10px #ba99af4d}
.cookie-retention-table{width:100%;margin-top:25px;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:8px;border:1px solid #E1DCE0}
.cookie-retention-table th{background:linear-gradient(to right,#BA99AF,#D6BEC9);color:#fff;padding:16px;text-align:left;font-size:1rem;font-weight:600}
.cookie-retention-table td{background:#fff;color:#495057;padding:14px 16px;border-bottom:1px solid #f0f0f0;font-size:.95rem}
.cookie-retention-table tr:last-child td{border-bottom:none}
.cookie-retention-table tr:nth-child(even) td{background:#fafbfc}
.cookie-footer-note{background:#fff;border-radius:10px;padding:35px 40px;margin-top:50px;box-shadow:0 2px 8px #00000014;border-top:3px solid #BA99AF}
.cookie-footer-note p{color:#495057;font-size:1rem;line-height:1.75;margin:0 0 15px}
.cookie-footer-note p:last-child{margin-bottom:0}
.cookie-contact-link{color:#BA99AF;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .3s ease}
.cookie-contact-link:hover{border-bottom-color:#BA99AF}
@media (max-width: 768px) {
.cookie-policy-hero{padding:60px 20px 40px}
.cookie-hero-content h1{font-size:2rem}
.cookie-hero-subtitle{font-size:1rem}
.cookie-content-container{padding:40px 15px}
.cookie-intro-block{padding:30px 25px;margin-bottom:35px}
.cookie-section-block{padding:30px 25px;margin-bottom:25px}
.cookie-section-title{font-size:1.5rem}
.cookie-type-card{padding:25px 20px}
.cookie-control-box{padding:25px 20px}
.cookie-browser-links{flex-direction:column}
.cookie-browser-btn{width:100%;text-align:center}
.cookie-retention-table{font-size:.85rem}
.cookie-retention-table th,.cookie-retention-table td{padding:10px 12px}
.cookie-footer-note{padding:25px 20px}
}
@media (min-width: 769px) {
.cookie-types-grid{grid-template-columns:repeat(2,1fr)}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 0 80px}
.privacy-policy-container{max-width:920px;margin:0 auto;padding:0 20px}
.privacy-hero-section{text-align:center;margin-bottom:65px;padding:45px 30px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #ba99af1f}
.privacy-hero-section h1{font-size:42px;color:#212529;font-weight:700;margin:0 0 18px;line-height:1.3}
.privacy-update-date{font-size:15px;color:#6c757d;margin:0;font-weight:500}
.privacy-intro-block{background:#fff;padding:40px 35px;margin-bottom:45px;border-radius:12px;border-left:5px solid #BA99AF;box-shadow:0 2px 15px #0000000f}
.privacy-intro-block p{font-size:17px;line-height:1.75;color:#343a40;margin:0 0 20px}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-content-section{background:#fff;padding:45px 40px;margin-bottom:35px;border-radius:12px;box-shadow:0 2px 15px #0000000f}
.privacy-content-section h2{font-size:28px;color:#212529;font-weight:700;margin:0 0 25px;padding-bottom:15px;border-bottom:3px solid #E1DCE0}
.privacy-content-section h3{font-size:22px;color:#343a40;font-weight:600;margin:35px 0 18px}
.privacy-content-section p{font-size:16px;line-height:1.8;color:#495057;margin:0 0 18px}
.privacy-list-standard{margin:20px 0 25px;padding-left:0;list-style:none}
.privacy-list-standard li{font-size:16px;line-height:1.75;color:#495057;margin-bottom:15px;padding-left:32px;position:relative}
.privacy-list-standard li::before{content:"•";color:#BA99AF;font-size:24px;font-weight:700;position:absolute;left:8px;top:-3px}
.privacy-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:8px;box-shadow:0 2px 10px #0000000d}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table th{background:linear-gradient(135deg,#BA99AF 0%,#D6BEC9 100%);color:#fff;padding:16px 20px;text-align:left;font-size:15px;font-weight:600;border:none}
.privacy-data-table td{padding:16px 20px;border-bottom:1px solid #E1DCE0;font-size:15px;color:#495057;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#f8f9fa}
.privacy-highlight-box{background:linear-gradient(135deg,#fafbfc 0%,#E1DCE0 100%);padding:28px 32px;border-radius:10px;margin:30px 0;border:2px solid #D6BEC9}
.privacy-highlight-box p{margin:0 0 12px;font-size:16px;color:#343a40;line-height:1.75}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.privacy-right-card{background:#fafbfc;padding:28px 24px;border-radius:10px;border:2px solid #E1DCE0;transition:all .3s ease}
.privacy-right-card:hover{border-color:#BA99AF;transform:translateY(-3px);box-shadow:0 6px 20px #ba99af26}
.privacy-right-card h4{font-size:19px;color:#212529;font-weight:600;margin:0 0 14px}
.privacy-right-card p{font-size:15px;color:#495057;line-height:1.7;margin:0}
.privacy-contact-section{background:linear-gradient(135deg,#BA99AF 0%,#D6BEC9 100%);padding:50px 40px;margin-top:50px;border-radius:16px;text-align:center;box-shadow:0 6px 25px #ba99af33}
.privacy-contact-section h2{font-size:32px;color:#fff;font-weight:700;margin:0 0 20px}
.privacy-contact-section p{font-size:17px;color:#fff;line-height:1.75;margin:0 0 15px;opacity:.95}
.privacy-contact-section p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.privacy-policy-wrapper{padding:40px 0 60px}
.privacy-hero-section{padding:35px 20px;margin-bottom:45px}
.privacy-hero-section h1{font-size:32px}
.privacy-intro-block{padding:30px 24px;margin-bottom:35px}
.privacy-content-section{padding:32px 24px;margin-bottom:28px}
.privacy-content-section h2{font-size:24px}
.privacy-content-section h3{font-size:20px}
.privacy-rights-grid{grid-template-columns:1fr;gap:20px}
.privacy-table-wrapper{margin:25px -24px}
.privacy-data-table th,.privacy-data-table td{padding:12px 16px;font-size:14px}
.privacy-contact-section{padding:40px 24px}
.privacy-contact-section h2{font-size:26px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 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;animation:fadeSlideDown .8s ease-out}
@keyframes fadeSlideDown {
from{opacity:0;transform:translateY(-30px)}
to{opacity:1;transform:translateY(0)}
}
.success-checkmark-circle{width:120px;height:120px;margin:0 auto 28px;border-radius:50%;background:linear-gradient(135deg,#BA99AF 0%,#D6BEC9 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #ba99af4d;animation:scaleIn .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scaleIn {
from{transform:scale(0);opacity:0}
to{transform:scale(1);opacity:1}
}
.success-checkmark-circle::after{content:"";font-size:64px;color:#fff;font-weight:600;line-height:1}
.success-main-heading{font-size:42px;font-weight:700;color:#212529;margin:0 0 16px;letter-spacing:-.5px}
.success-subtitle-text{font-size:20px;color:#495057;margin:0;line-height:1.6}
.success-content-block{background:#fff;border-radius:16px;padding:56px 48px;margin-bottom:40px;box-shadow:0 2px 12px #0000000f;animation:fadeSlideUp .8s ease-out .2s backwards}
@keyframes fadeSlideUp {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.success-content-block h2{font-size:28px;font-weight:600;color:#343a40;margin:0 0 24px;padding-bottom:20px;border-bottom:2px solid #E1DCE0}
.success-info-paragraph{font-size:17px;line-height:1.75;color:#495057;margin:0 0 20px}
.success-info-paragraph:last-of-type{margin-bottom:0}
.success-timeline-section{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border-left:4px solid #BA99AF;padding:32px 28px;margin:32px 0;border-radius:8px}
.success-timeline-section h3{font-size:22px;font-weight:600;color:#343a40;margin:0 0 20px}
.success-step-item{display:flex;gap:20px;margin-bottom:24px;align-items:flex-start}
.success-step-item:last-child{margin-bottom:0}
.success-step-number{min-width:44px;height:44px;background:linear-gradient(135deg,#D6BEC9 0%,#E1DCE0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#495057;flex-shrink:0}
.success-step-content{padding-top:6px}
.success-step-content strong{display:block;font-size:18px;font-weight:600;color:#343a40;margin-bottom:6px}
.success-step-content p{font-size:16px;line-height:1.65;color:#495057;margin:0}
.success-highlight-box{background:linear-gradient(135deg,#BA99AF 0%,#D6BEC9 100%);border-radius:12px;padding:36px 40px;margin:36px 0;color:#fff;animation:fadeSlideUp .8s ease-out .4s backwards}
.success-highlight-box h3{font-size:24px;font-weight:600;margin:0 0 16px;color:#fff}
.success-highlight-box p{font-size:17px;line-height:1.7;margin:0;color:#fff;opacity:.95}
.success-resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin:32px 0}
.success-resource-card{background:#fafbfc;border:2px solid #E1DCE0;border-radius:12px;padding:28px 24px;transition:all .3s ease}
.success-resource-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ba99af26;border-color:#D6BEC9}
.success-resource-card h4{font-size:19px;font-weight:600;color:#343a40;margin:0 0 12px}
.success-resource-card p{font-size:15px;line-height:1.65;color:#495057;margin:0}
.success-button-group{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:48px;animation:fadeSlideUp .8s ease-out .6s backwards}
.success-btn-primary{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#BA99AF 0%,#D6BEC9 100%);color:#fff;font-size:17px;font-weight:600;text-decoration:none;border-radius:10px;transition:all .3s ease;box-shadow:0 4px 12px #ba99af4d;border:none;cursor:pointer;position:relative;z-index:10}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ba99af66;color:#fff}
.success-btn-secondary{display:inline-block;padding:16px 40px;background:#fff;color:#BA99AF;font-size:17px;font-weight:600;text-decoration:none;border-radius:10px;transition:all .3s ease;border:2px solid #D6BEC9;cursor:pointer;position:relative;z-index:10}
.success-btn-secondary:hover{background:#fafbfc;border-color:#BA99AF;transform:translateY(-2px);color:#BA99AF}
.success-divider-line{height:2px;background:linear-gradient(90deg,transparent 0%,#E1DCE0 50%,transparent 100%);margin:48px 0;border:none}
@media (max-width: 768px) {
.success-main-container{padding:60px 20px 80px}
.success-main-heading{font-size:32px}
.success-subtitle-text{font-size:18px}
.success-content-block{padding:40px 28px}
.success-content-block h2{font-size:24px}
.success-timeline-section{padding:24px 20px}
.success-highlight-box{padding:28px 24px}
.success-resources-grid{grid-template-columns:1fr}
.success-button-group{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{text-align:center;width:100%}
}
@media (max-width: 480px) {
.success-checkmark-circle{width:100px;height:100px}
.success-checkmark-circle::after{font-size:52px}
.success-main-heading{font-size:28px}
.success-content-block{padding:32px 20px}
.success-step-item{gap:16px}
.success-step-number{min-width:40px;height:40px;font-size:16px}
}