:root{--primary-rose:#CA8AA0;--secondary-mauve:#CBADB9;--tertiary-blush:#E8D9DF;--dark-charcoal:#1a1a1a;--deep-slate:#2c2c2c;--mid-slate:#343a40;--soft-slate:#495057;--pure-white:#fff;--off-white:#f8f9fa;--light-grey:#e9ecef}
*{box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);color:var(--off-white);line-height:1.7;min-height:100vh;display:flex;flex-direction:column}
.nav8_ribbon{background:linear-gradient(90deg,var(--primary-rose) 0%,var(--secondary-mauve) 100%);padding:15px 0;border-bottom:2px solid #ffffff1a}
.nav8_container{max-width:1240px;margin:0 auto;padding:0 25px}
.nav8_menu{display:flex;justify-content:center;align-items:center;gap:45px;list-style:none}
.nav8_menu a{color:var(--pure-white);text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:.3px;transition:opacity .25s ease;padding:8px 0}
.nav8_menu a:focus-visible{outline:3px solid var(--pure-white);outline-offset:4px;border-radius:3px}
.nav8_menu a:hover{opacity:.75}
.brand_banner{background:radial-gradient(circle at top right,var(--deep-slate),var(--dark-charcoal));padding:35px 0;border-bottom:1px solid #ca8aa026}
.brand_inner{max-width:1240px;margin:0 auto;padding:0 25px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo_wrapper{display:flex;align-items:center;gap:18px;z-index:10}
.logo_wrapper img{height:65px;width:65px;display:block}
.brand_title{display:flex;flex-direction:column;gap:4px}
.brand_title h1{font-size:1.75rem;font-weight:700;color:var(--pure-white);margin:0;line-height:1.2}
.brand_tagline{font-size:.95rem;color:var(--tertiary-blush);font-weight:400}
.cta_group{display:flex;gap:15px;align-items:center}
.cta_btn{padding:12px 26px;text-decoration:none;border-radius:6px;font-weight:600;font-size:.95rem;transition:background .3s ease,color .3s ease;border:2px solid transparent}
.cta_btn.primary_action{background:var(--primary-rose);color:var(--pure-white)}
.cta_btn.primary_action:hover{background:#ca8aa0d9}
.cta_btn.primary_action:focus-visible{outline:3px solid var(--tertiary-blush);outline-offset:3px}
.cta_btn.secondary_action{background:transparent;color:var(--secondary-mauve);border-color:var(--secondary-mauve)}
.cta_btn.secondary_action:hover{background:#cbadb91f}
.cta_btn.secondary_action:focus-visible{outline:3px solid var(--secondary-mauve);outline-offset:3px}
main{flex:1;max-width:1240px;width:100%;margin:0 auto;padding:60px 25px}
footer{background:linear-gradient(180deg,var(--deep-slate) 0%,var(--dark-charcoal) 100%);color:var(--light-grey);padding:55px 0 25px;border-top:3px solid var(--primary-rose)}
.footer_main{max-width:1240px;margin:0 auto;padding:0 25px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;margin-bottom:45px}
.footer_about h2{font-size:1.45rem;font-weight:700;color:var(--primary-rose);margin-bottom:18px}
.footer_about p{line-height:1.8;margin-bottom:20px;color:var(--light-grey)}
.footer_logo{height:55px;width:55px;margin-bottom:15px}
.footer_section h3{font-size:1.15rem;font-weight:600;color:var(--tertiary-blush);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}
.footer_links{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer_links a{color:var(--light-grey);text-decoration:none;transition:color .25s ease;font-size:.95rem}
.footer_links a:hover{color:var(--primary-rose)}
.footer_links a:focus-visible{outline:2px solid var(--primary-rose);outline-offset:4px;border-radius:2px}
.contact_item{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.contact_label{font-size:.85rem;color:var(--secondary-mauve);font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.contact_value{color:var(--off-white);font-size:.95rem}
.contact_value a{color:var(--off-white);text-decoration:none;transition:color .25s ease}
.contact_value a:hover{color:var(--primary-rose)}
.contact_value a:focus-visible{outline:2px solid var(--primary-rose);outline-offset:3px;border-radius:2px}
.footer_bottom{max-width:1240px;margin:0 auto;padding:25px 25px 0;border-top:1px solid #e8d9df26;text-align:center}
.copyright{font-size:.9rem;color:var(--light-grey)}
.consent_modal{position:fixed;bottom:20px;left:20px;max-width:440px;background:linear-gradient(135deg,var(--mid-slate),var(--deep-slate));border:2px solid var(--primary-rose);border-radius:12px;padding:28px;box-shadow:0 8px 32px #00000080;z-index:9999;display:none}
.consent_modal.visible{display:block;animation:slideUp .4s ease-out}
@keyframes slideUp {
from{transform:translateY(100px);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent_title{font-size:1.25rem;font-weight:700;color:var(--primary-rose);margin-bottom:14px}
.consent_text{font-size:.95rem;line-height:1.65;color:var(--light-grey);margin-bottom:22px}
.consent_actions{display:flex;gap:12px;flex-wrap:wrap}
.consent_btn{padding:11px 22px;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .25s ease,opacity .25s ease;flex:1;min-width:120px}
.consent_btn:focus-visible{outline:3px solid var(--pure-white);outline-offset:2px}
.consent_accept{background:var(--primary-rose);color:var(--pure-white)}
.consent_accept:hover{opacity:.85}
.consent_decline{background:transparent;color:var(--secondary-mauve);border:2px solid var(--secondary-mauve)}
.consent_decline:hover{background:#cbadb91a}
.consent_link{color:var(--tertiary-blush);text-decoration:underline;font-size:.9rem;display:inline-block;margin-top:12px;transition:color .25s ease}
.consent_link:hover{color:var(--primary-rose)}
.consent_link:focus-visible{outline:2px solid var(--primary-rose);outline-offset:3px;border-radius:2px}
@media (max-width: 992px) {
.footer_main{grid-template-columns:1fr 1fr;gap:40px}
.footer_about{grid-column:1 / -1}
}
@media (max-width: 768px) {
.nav8_menu{flex-direction:column;gap:20px;padding:10px 0}
.brand_inner{flex-direction:column;text-align:center}
.logo_wrapper{flex-direction:column;gap:12px}
.brand_title h1{font-size:1.5rem}
.cta_group{flex-direction:column;width:100%}
.cta_btn{width:100%;text-align:center}
.footer_main{grid-template-columns:1fr;gap:35px}
.consent_modal{left:10px;right:10px;max-width:none;bottom:10px}
.consent_actions{flex-direction:column}
.consent_btn{width:100%}
}
@media (max-width: 480px) {
.nav8_ribbon{padding:12px 0}
.brand_banner{padding:25px 0}
.brand_title h1{font-size:1.3rem}
.brand_tagline{font-size:.85rem}
main{padding:40px 15px}
footer{padding:40px 0 20px}
.footer_main{padding:0 15px}
.footer_bottom{padding:20px 15px 0}
}
.aboutus-hero-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.aboutus-hero-wrapper::before{content:'';position:absolute;top:0;right:0;width:500px;height:500px;background:radial-gradient(circle,#ca8aa026 0%,transparent 70%);border-radius:50%}
.aboutus-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.aboutus-hero-title{font-size:3.2rem;font-weight:700;color:#f8f9fa;margin-bottom:24px;line-height:1.2}
.aboutus-hero-subtitle{font-size:1.25rem;color:#CBADB9;max-width:700px;line-height:1.6;margin-bottom:0}
.aboutus-story-section{background:#2c2c2c;padding:100px 20px;position:relative}
.aboutus-story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.aboutus-story-image-wrap{position:relative}
.aboutus-story-image-wrap::before{content:'';position:absolute;top:-20px;left:-20px;width:100%;height:100%;border:3px solid #CA8AA0;z-index:1}
.aboutus-story-img{width:100%;height:480px;object-fit:cover;display:block;position:relative;z-index:2}
.aboutus-story-text h2{font-size:2.4rem;color:#f8f9fa;margin-bottom:28px;font-weight:600}
.aboutus-story-text p{font-size:1.05rem;color:#e9ecef;line-height:1.75;margin-bottom:20px}
.aboutus-values-wrapper{background:#1a1a1a;padding:90px 20px}
.aboutus-values-inner{max-width:1400px;margin:0 auto}
.aboutus-values-header{text-align:center;margin-bottom:70px}
.aboutus-values-header h2{font-size:2.6rem;color:#f8f9fa;margin-bottom:18px;font-weight:600}
.aboutus-values-header p{font-size:1.1rem;color:#CBADB9;max-width:650px;margin:0 auto;line-height:1.6}
.aboutus-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.aboutus-value-card{background:#2c2c2c;padding:45px 35px;border-radius:8px;border-left:4px solid #CA8AA0;transition:transform .3s ease,box-shadow .3s ease}
.aboutus-value-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #ca8aa040}
.aboutus-value-card h3{font-size:1.5rem;color:#CA8AA0;margin-bottom:16px;font-weight:600}
.aboutus-value-card p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.aboutus-timeline-section{background:linear-gradient(180deg,#2c2c2c 0%,#343a40 100%);padding:100px 20px;position:relative}
.aboutus-timeline-container{max-width:1100px;margin:0 auto}
.aboutus-timeline-heading{text-align:center;margin-bottom:80px}
.aboutus-timeline-heading h2{font-size:2.6rem;color:#f8f9fa;margin-bottom:20px;font-weight:600}
.aboutus-timeline-heading p{font-size:1.1rem;color:#CBADB9;line-height:1.6}
.aboutus-timeline-track{position:relative;padding-left:80px}
.aboutus-timeline-track::before{content:'';position:absolute;left:28px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#CA8AA0 0%,#CBADB9 100%)}
.aboutus-timeline-item{position:relative;margin-bottom:60px;padding-left:40px}
.aboutus-timeline-marker{position:absolute;left:-52px;top:8px;width:18px;height:18px;background:#CA8AA0;border:4px solid #2c2c2c;border-radius:50%;z-index:2}
.aboutus-timeline-year{font-size:.95rem;color:#CA8AA0;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;display:block}
.aboutus-timeline-item h3{font-size:1.4rem;color:#f8f9fa;margin-bottom:12px;font-weight:600}
.aboutus-timeline-item p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.aboutus-approach-block{background:#1a1a1a;padding:100px 20px}
.aboutus-approach-holder{max-width:1300px;margin:0 auto}
.aboutus-approach-top{display:grid;grid-template-columns:40% 1fr;gap:70px;align-items:start;margin-bottom:80px}
.aboutus-approach-intro h2{font-size:2.6rem;color:#f8f9fa;margin-bottom:24px;font-weight:600;line-height:1.25}
.aboutus-approach-intro p{font-size:1.05rem;color:#e9ecef;line-height:1.75;margin-bottom:0}
.aboutus-approach-visuals{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.aboutus-approach-photo{width:100%;height:280px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0006}
.aboutus-approach-matrix{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.aboutus-approach-feature{background:#2c2c2c;padding:40px 35px;border-radius:8px;border-top:3px solid #CBADB9}
.aboutus-approach-feature h3{font-size:1.35rem;color:#CA8AA0;margin-bottom:14px;font-weight:600}
.aboutus-approach-feature p{font-size:1rem;color:#e9ecef;line-height:1.7;margin:0}
.aboutus-contact-final{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:90px 20px;text-align:center;position:relative}
.aboutus-contact-final::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:600px;height:400px;background:radial-gradient(circle,#cbadb91f 0%,transparent 70%);border-radius:50%}
.aboutus-contact-box{max-width:800px;margin:0 auto;position:relative;z-index:2}
.aboutus-contact-box h2{font-size:2.4rem;color:#f8f9fa;margin-bottom:22px;font-weight:600}
.aboutus-contact-box p{font-size:1.1rem;color:#e9ecef;line-height:1.7;margin-bottom:40px}
.aboutus-cta-button{display:inline-block;background:linear-gradient(135deg,#CA8AA0 0%,#CBADB9 100%);color:#1a1a1a;padding:16px 48px;border-radius:6px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:3}
.aboutus-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ca8aa066}
@media (max-width: 992px) {
.aboutus-hero-title{font-size:2.4rem}
.aboutus-story-container{grid-template-columns:1fr;gap:50px}
.aboutus-values-grid{grid-template-columns:1fr}
.aboutus-approach-top{grid-template-columns:1fr;gap:50px}
.aboutus-approach-matrix{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.aboutus-hero-wrapper{padding:80px 20px 60px}
.aboutus-hero-title{font-size:2rem}
.aboutus-hero-subtitle{font-size:1.1rem}
.aboutus-story-section{padding:70px 20px}
.aboutus-story-img{height:320px}
.aboutus-story-text h2{font-size:1.9rem}
.aboutus-values-wrapper{padding:70px 20px}
.aboutus-values-header h2{font-size:2rem}
.aboutus-timeline-section{padding:70px 20px}
.aboutus-timeline-heading h2{font-size:2rem}
.aboutus-timeline-track{padding-left:60px}
.aboutus-timeline-track::before{left:18px}
.aboutus-timeline-marker{left:-42px}
.aboutus-approach-block{padding:70px 20px}
.aboutus-approach-intro h2{font-size:2rem}
.aboutus-approach-visuals{grid-template-columns:1fr}
.aboutus-contact-final{padding:70px 20px}
.aboutus-contact-box h2{font-size:1.9rem}
.aboutus-cta-button{padding:14px 36px;font-size:1rem}
}
.learning-program-container{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.lp-hero-section{position:relative;padding:120px 20px 80px;background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);overflow:hidden}
.lp-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ca8aa026 0%,transparent 70%);border-radius:50%}
.lp-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.lp-hero-content h1{font-size:3.2rem;line-height:1.2;margin-bottom:24px;color:#fff;font-weight:700;letter-spacing:-.5px}
.lp-hero-content p{font-size:1.25rem;line-height:1.7;color:#e9ecef;margin-bottom:36px;max-width:700px}
.lp-cta-button{display:inline-block;padding:16px 42px;background:linear-gradient(135deg,#CA8AA0 0%,#CBADB9 100%);color:#1a1a1a;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #ca8aa04d}
.lp-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ca8aa080}
.lp-program-approach{padding:100px 20px;background:#2c2c2c}
.lp-approach-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.lp-approach-text h2{font-size:2.6rem;color:#fff;margin-bottom:28px;font-weight:700;line-height:1.3}
.lp-approach-text p{font-size:1.1rem;line-height:1.8;color:#e9ecef;margin-bottom:20px}
.lp-approach-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #0006}
.lp-approach-image img{width:100%;height:420px;object-fit:cover;display:block}
.lp-approach-image::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ca8aa033 0%,transparent 100%)}
.lp-learning-formats{padding:90px 20px;background:linear-gradient(180deg,#1a1a1a 0%,#343a40 100%);position:relative}
.lp-formats-container{max-width:1300px;margin:0 auto}
.lp-formats-header{text-align:center;margin-bottom:70px}
.lp-formats-header h2{font-size:2.8rem;color:#fff;margin-bottom:20px;font-weight:700}
.lp-formats-header p{font-size:1.15rem;color:#e9ecef;max-width:750px;margin:0 auto;line-height:1.7}
.lp-formats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.lp-format-card{background:#2c2c2c;border-radius:16px;padding:44px 32px;border:2px solid transparent;transition:all .4s ease;position:relative;overflow:hidden}
.lp-format-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#CA8AA0 0%,#CBADB9 100%);transform:scaleX(0);transition:transform .4s ease}
.lp-format-card:hover::before{transform:scaleX(1)}
.lp-format-card:hover{border-color:#CA8AA0;transform:translateY(-8px);box-shadow:0 16px 48px #ca8aa040}
.lp-format-icon{width:70px;height:70px;background:linear-gradient(135deg,#ca8aa033 0%,#cbadb933 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:28px;font-size:2rem;color:#CA8AA0}
.lp-format-card h3{font-size:1.6rem;color:#fff;margin-bottom:16px;font-weight:600}
.lp-format-card p{font-size:1.05rem;line-height:1.7;color:#e9ecef}
.lp-curriculum-journey{padding:100px 20px;background:#2c2c2c}
.lp-journey-wrapper{max-width:1100px;margin:0 auto}
.lp-journey-intro{text-align:center;margin-bottom:80px}
.lp-journey-intro h2{font-size:2.7rem;color:#fff;margin-bottom:22px;font-weight:700}
.lp-journey-intro p{font-size:1.15rem;color:#e9ecef;max-width:680px;margin:0 auto;line-height:1.7}
.lp-journey-timeline{position:relative;padding-left:80px}
.lp-journey-timeline::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#CA8AA0 0%,#CBADB9 100%)}
.lp-journey-phase{position:relative;margin-bottom:60px;padding-left:40px}
.lp-phase-marker{position:absolute;left:-50px;top:8px;width:24px;height:24px;background:#CA8AA0;border:4px solid #2c2c2c;border-radius:50%;z-index:2}
.lp-journey-phase h3{font-size:1.7rem;color:#fff;margin-bottom:14px;font-weight:600}
.lp-journey-phase p{font-size:1.08rem;line-height:1.75;color:#e9ecef;margin-bottom:12px}
.lp-phase-duration{display:inline-block;padding:6px 16px;background:#ca8aa026;color:#CA8AA0;border-radius:20px;font-size:.95rem;font-weight:600;margin-top:8px}
.lp-support-system{padding:90px 20px;background:linear-gradient(135deg,#1a1a1a 0%,#343a40 100%)}
.lp-support-container{max-width:1200px;margin:0 auto}
.lp-support-header{margin-bottom:60px}
.lp-support-header h2{font-size:2.7rem;color:#fff;margin-bottom:20px;font-weight:700}
.lp-support-header p{font-size:1.12rem;color:#e9ecef;line-height:1.7;max-width:820px}
.lp-support-features{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}
.lp-support-item{background:#2c2c2c;padding:38px 34px;border-radius:12px;border-left:5px solid #CA8AA0;transition:all .3s ease}
.lp-support-item:hover{background:#343a40;transform:translateX(8px);box-shadow:0 8px 32px #ca8aa033}
.lp-support-item h3{font-size:1.5rem;color:#fff;margin-bottom:14px;font-weight:600}
.lp-support-item p{font-size:1.06rem;line-height:1.75;color:#e9ecef}
.lp-next-steps{padding:100px 20px;background:#2c2c2c;text-align:center}
.lp-steps-content{max-width:900px;margin:0 auto}
.lp-steps-content h2{font-size:2.8rem;color:#fff;margin-bottom:26px;font-weight:700}
.lp-steps-content p{font-size:1.15rem;line-height:1.75;color:#e9ecef;margin-bottom:20px}
.lp-intake-info{display:inline-block;background:#ca8aa01f;border:2px solid #CA8AA0;padding:24px 40px;border-radius:12px;margin:30px 0 40px}
.lp-intake-info p{font-size:1.2rem;color:#CA8AA0;font-weight:600;margin:0}
.lp-steps-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.lp-secondary-button{display:inline-block;padding:16px 38px;background:transparent;border:2px solid #CA8AA0;color:#CA8AA0;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease}
.lp-secondary-button:hover{background:#CA8AA0;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 24px #ca8aa066}
@media (max-width: 1024px) {
.lp-approach-wrapper{grid-template-columns:1fr;gap:50px}
.lp-formats-grid{grid-template-columns:repeat(2,1fr);gap:30px}
.lp-support-features{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.lp-hero-content h1{font-size:2.3rem}
.lp-hero-content p{font-size:1.1rem}
.lp-formats-grid{grid-template-columns:1fr}
.lp-journey-timeline{padding-left:50px}
.lp-phase-marker{left:-38px}
.lp-journey-phase{padding-left:20px}
.lp-approach-text h2,.lp-formats-header h2,.lp-journey-intro h2,.lp-support-header h2,.lp-steps-content h2{font-size:2rem}
.lp-steps-buttons{flex-direction:column;align-items:center}
.lp-cta-button,.lp-secondary-button{width:100%;max-width:320px;text-align:center}
}
.fin-edu-main{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;color:#f8f9fa}
.fin-edu-hero-wrap{position:relative;padding:80px 20px 100px;overflow:hidden}
.fin-edu-hero-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#ca8aa026 0%,transparent 70%);border-radius:50%;z-index:1}
.fin-edu-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.fin-edu-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.fin-edu-hero-text h1{font-size:3.2rem;font-weight:700;line-height:1.2;margin-bottom:24px;color:#fff;letter-spacing:-.02em}
.fin-edu-hero-text h1 span{color:#CA8AA0}
.fin-edu-hero-text p{font-size:1.15rem;line-height:1.7;color:#e9ecef;margin-bottom:36px}
.fin-edu-hero-img{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006;transform:rotate(-2deg);transition:transform .4s ease}
.fin-edu-hero-img:hover{transform:rotate(0deg) scale(1.02)}
.fin-edu-hero-img img{width:100%;height:420px;object-fit:cover;display:block}
.fin-edu-cta-group{display:flex;gap:16px;flex-wrap:wrap}
.fin-edu-btn-primary{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#CA8AA0 0%,#CBADB9 100%);color:#1a1a1a;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #ca8aa04d}
.fin-edu-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ca8aa080}
.fin-edu-btn-secondary{display:inline-block;padding:14px 32px;background:transparent;color:#CBADB9;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;border:2px solid #CBADB9;transition:all .3s ease}
.fin-edu-btn-secondary:hover{background:#cbadb91a;border-color:#CA8AA0;color:#CA8AA0}
.fin-edu-journey-section{padding:90px 20px;background:#2c2c2c;position:relative}
.fin-edu-journey-container{max-width:1100px;margin:0 auto}
.fin-edu-journey-header{text-align:center;margin-bottom:70px}
.fin-edu-journey-header h2{font-size:2.6rem;color:#fff;margin-bottom:18px;font-weight:700}
.fin-edu-journey-header p{font-size:1.1rem;color:#e9ecef;line-height:1.6;max-width:700px;margin:0 auto}
.fin-edu-journey-stages{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.fin-edu-stage-card{background:linear-gradient(145deg,#343a40 0%,#2c2c2c 100%);padding:36px 28px;border-radius:12px;border:1px solid #ca8aa033;transition:all .3s ease;position:relative}
.fin-edu-stage-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#CA8AA0 0%,#CBADB9 100%);border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease}
.fin-edu-stage-card:hover::before{opacity:1}
.fin-edu-stage-card:hover{transform:translateY(-6px);border-color:#CA8AA0;box-shadow:0 12px 30px #0006}
.fin-edu-stage-number{display:inline-block;width:48px;height:48px;background:#ca8aa026;color:#CA8AA0;border-radius:50%;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.fin-edu-stage-card h3{font-size:1.4rem;color:#fff;margin-bottom:14px;font-weight:600}
.fin-edu-stage-card p{font-size:.98rem;color:#e9ecef;line-height:1.65}
.fin-edu-reality-section{padding:95px 20px;background:#1a1a1a;position:relative;overflow:hidden}
.fin-edu-reality-section::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#cbadb91a 0%,transparent 70%);border-radius:50%}
.fin-edu-reality-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.fin-edu-reality-layout{display:grid;grid-template-columns:45% 55%;gap:70px;align-items:start}
.fin-edu-reality-image{position:sticky;top:100px}
.fin-edu-reality-image img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 25px 60px #00000080}
.fin-edu-reality-content h2{font-size:2.5rem;color:#fff;margin-bottom:28px;font-weight:700;line-height:1.3}
.fin-edu-reality-item{margin-bottom:36px;padding-left:48px;position:relative}
.fin-edu-reality-item::before{content:'';position:absolute;left:0;top:6px;width:32px;height:32px;background:linear-gradient(135deg,#CA8AA0 0%,#CBADB9 100%);border-radius:50%;box-shadow:0 4px 12px #ca8aa066}
.fin-edu-reality-item h3{font-size:1.3rem;color:#CBADB9;margin-bottom:10px;font-weight:600}
.fin-edu-reality-item p{font-size:1rem;color:#e9ecef;line-height:1.7}
.fin-edu-faqs-section{padding:90px 20px 100px;background:linear-gradient(180deg,#2c2c2c 0%,#343a40 100%)}
.fin-edu-faqs-container{max-width:1000px;margin:0 auto}
.fin-edu-faqs-intro{text-align:center;margin-bottom:60px}
.fin-edu-faqs-intro h2{font-size:2.6rem;color:#fff;margin-bottom:20px;font-weight:700}
.fin-edu-faqs-intro p{font-size:1.1rem;color:#e9ecef;line-height:1.6}
.fin-edu-faqs-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.fin-edu-faq-card{background:#2c2c2c;padding:32px;border-radius:12px;border-left:4px solid #CA8AA0;transition:all .3s ease}
.fin-edu-faq-card:hover{background:#343a40;transform:translateX(4px);box-shadow:0 8px 24px #0000004d}
.fin-edu-faq-card h3{font-size:1.25rem;color:#CA8AA0;margin-bottom:14px;font-weight:600;line-height:1.4}
.fin-edu-faq-card p{font-size:.98rem;color:#e9ecef;line-height:1.7}
.fin-edu-faq-visual{margin-top:48px;text-align:center}
.fin-edu-faq-visual img{width:100%;max-width:700px;height:360px;object-fit:cover;border-radius:16px;box-shadow:0 20px 50px #0006}
@media (max-width: 968px) {
.fin-edu-hero-grid{grid-template-columns:1fr;gap:40px}
.fin-edu-hero-text h1{font-size:2.4rem}
.fin-edu-journey-stages{grid-template-columns:1fr;gap:28px}
.fin-edu-reality-layout{grid-template-columns:1fr;gap:50px}
.fin-edu-reality-image{position:relative;top:0}
.fin-edu-faqs-grid{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 640px) {
.fin-edu-hero-wrap{padding:50px 16px 70px}
.fin-edu-hero-text h1{font-size:2rem}
.fin-edu-hero-text p{font-size:1rem}
.fin-edu-cta-group{flex-direction:column}
.fin-edu-btn-primary,.fin-edu-btn-secondary{width:100%;text-align:center}
.fin-edu-journey-header h2,.fin-edu-reality-content h2,.fin-edu-faqs-intro h2{font-size:2rem}
.fin-edu-stage-card{padding:28px 20px}
}
.contact-page-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:0;margin:0}
.contact-hero-section{background:linear-gradient(165deg,#2c2c2c 0%,#1a1a1a 60%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ca8aa026 0%,transparent 70%);border-radius:50%}
.hero-content-box{max-width:900px;margin:0 auto;position:relative;z-index:2}
.hero-content-box h1{font-size:2.8rem;color:#f8f9fa;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.hero-subtext{font-size:1.15rem;color:#e9ecef;line-height:1.7;margin-bottom:0}
.contact-main-grid{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1.4fr;gap:3.5rem;align-items:start}
.info-block-container{background:#2c2c2c;padding:2.5rem;border-radius:12px;border:1px solid #cbadb933;position:sticky;top:2rem}
.info-block-container h2{font-size:1.75rem;color:#CA8AA0;margin-bottom:2rem;font-weight:600}
.contact-detail-item{margin-bottom:2rem}
.contact-detail-item:last-child{margin-bottom:0}
.detail-label{font-size:.875rem;color:#CBADB9;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-weight:600}
.detail-value{font-size:1.05rem;color:#f8f9fa;line-height:1.6}
.detail-value a{color:#f8f9fa;text-decoration:none;transition:color .3s ease}
.detail-value a:hover{color:#CA8AA0}
.form-container-block{background:linear-gradient(145deg,#343a40 0%,#2c2c2c 100%);padding:3rem;border-radius:12px;border:1px solid #e8d9df26}
.form-container-block h2{font-size:1.85rem;color:#f8f9fa;margin-bottom:1.5rem;font-weight:600}
.form-intro-text{font-size:1rem;color:#e9ecef;line-height:1.6;margin-bottom:2.5rem}
.contact-form-element{display:flex;flex-direction:column}
.form-group-item{margin-bottom:1.75rem}
.form-group-item label{display:block;font-size:.95rem;color:#CBADB9;margin-bottom:.6rem;font-weight:500}
.form-group-item input,.form-group-item textarea{width:100%;padding:.9rem 1.1rem;background:#1a1a1a;border:2px solid #cbadb94d;border-radius:8px;color:#f8f9fa;font-size:1rem;transition:all .3s ease}
.form-group-item input:focus,.form-group-item textarea:focus{outline:none;border-color:#CA8AA0;background:#232323;box-shadow:0 0 0 3px #ca8aa026}
.form-group-item textarea{min-height:160px;resize:vertical;font-family:inherit}
.checkbox-group-wrapper{margin-bottom:2rem}
.checkbox-label-container{display:flex;align-items:flex-start;gap:.75rem}
.checkbox-label-container input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;cursor:pointer;flex-shrink:0;accent-color:#CA8AA0}
.checkbox-text-content{font-size:.95rem;color:#e9ecef;line-height:1.5}
.checkbox-text-content a{color:#CA8AA0;text-decoration:none;transition:color .3s ease}
.checkbox-text-content a:hover{color:#CBADB9;text-decoration:underline}
.submit-button-wrapper{margin-top:2rem}
.form-submit-btn{background:linear-gradient(135deg,#CA8AA0 0%,#CBADB9 100%);color:#1a1a1a;border:none;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;width:100%;position:relative;z-index:10}
.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ca8aa066}
.form-submit-btn:active{transform:translateY(0)}
.additional-info-section{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 5rem}
.info-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.info-card-item{background:linear-gradient(135deg,#2c2c2c 0%,#343a40 100%);padding:2.5rem 2rem;border-radius:12px;border:1px solid #e8d9df1f;text-align:center;transition:all .3s ease}
.info-card-item:hover{border-color:#ca8aa066;transform:translateY(-5px)}
.card-icon-wrapper{width:70px;height:70px;background:linear-gradient(135deg,#ca8aa033 0%,#cbadb933 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}
.card-icon-wrapper svg{width:32px;height:32px;fill:#CA8AA0}
.info-card-item h3{font-size:1.3rem;color:#f8f9fa;margin-bottom:.8rem;font-weight:600}
.info-card-item p{font-size:.95rem;color:#e9ecef;line-height:1.6;margin:0}
@media (max-width: 968px) {
.contact-main-grid{grid-template-columns:1fr;gap:3rem}
.info-block-container{position:static}
.info-cards-grid{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 768px) {
.contact-hero-section{padding:3.5rem 1.5rem 3rem}
.hero-content-box h1{font-size:2.2rem}
.hero-subtext{font-size:1.05rem}
.form-container-block{padding:2rem 1.5rem}
.info-block-container{padding:2rem 1.5rem}
}
@media (max-width: 480px) {
.hero-content-box h1{font-size:1.85rem}
.contact-main-grid{padding:3rem 1.5rem}
.form-container-block h2{font-size:1.6rem}
}
.news-main-wrapper{background:#1a1a1a;color:#f8f9fa;min-height:100vh}
.news-hero-banner{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.news-hero-banner::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#ca8aa026 0%,transparent 70%);border-radius:50%}
.news-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.news-hero-content h1{font-size:48px;font-weight:700;color:#CA8AA0;margin-bottom:20px;letter-spacing:-1px}
.news-hero-content .hero-subtitle{font-size:20px;color:#CBADB9;max-width:600px;line-height:1.6}
.featured-story-section{max-width:1200px;margin:60px auto;padding:0 20px}
.featured-article-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:#2c2c2c;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0006}
.featured-article-image{position:relative;overflow:hidden}
.featured-article-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.featured-article-grid:hover .featured-article-image img{transform:scale(1.05)}
.featured-article-content{padding:50px 40px;display:flex;flex-direction:column;justify-content:center}
.featured-tag{display:inline-block;background:#ca8aa033;color:#CA8AA0;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}
.featured-article-content h2{font-size:32px;color:#E8D9DF;margin-bottom:18px;line-height:1.3;font-weight:600}
.featured-article-meta{color:#CBADB9;font-size:14px;margin-bottom:22px}
.featured-article-content p{color:#e9ecef;line-height:1.7;margin-bottom:28px;font-size:16px}
.featured-read-link{color:#CA8AA0;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:gap .3s ease}
.featured-read-link:hover{gap:14px}
.featured-read-link::after{content:'→';font-size:18px}
.timeline-news-section{background:linear-gradient(180deg,#1a1a1a 0%,#2c2c2c 100%);padding:80px 20px;position:relative}
.timeline-container{max-width:900px;margin:0 auto}
.timeline-header{text-align:center;margin-bottom:70px}
.timeline-header h2{font-size:38px;color:#CA8AA0;margin-bottom:16px;font-weight:600}
.timeline-header p{color:#CBADB9;font-size:17px}
.timeline-events{position:relative;padding:30px 0 30px 80px}
.timeline-events::before{content:'';position:absolute;left:28px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#CA8AA0 0%,#CBADB9 100%)}
.timeline-item{position:relative;margin-bottom:50px;background:#343a40;padding:30px 35px;border-radius:10px;box-shadow:0 4px 16px #0000004d;transition:transform .3s ease,box-shadow .3s ease}
.timeline-item:hover{transform:translateX(8px);box-shadow:0 6px 20px #ca8aa033}
.timeline-marker{position:absolute;left:-65px;top:35px;width:18px;height:18px;background:#CA8AA0;border-radius:50%;border:4px solid #1a1a1a;box-shadow:0 0 0 4px #ca8aa04d}
.timeline-date{color:#CBADB9;font-size:14px;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}
.timeline-item h3{font-size:22px;color:#E8D9DF;margin-bottom:14px;font-weight:600}
.timeline-item p{color:#e9ecef;line-height:1.6;margin-bottom:0}
.insights-grid-section{max-width:1200px;margin:80px auto;padding:0 20px}
.insights-section-header{margin-bottom:50px}
.insights-section-header h2{font-size:40px;color:#CA8AA0;margin-bottom:14px;font-weight:600}
.insights-section-header p{color:#CBADB9;font-size:18px}
.insights-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.insight-card{background:#2c2c2c;border-radius:10px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #0000004d}
.insight-card:hover{transform:translateY(-8px);box-shadow:0 12px 28px #ca8aa033}
.insight-card-image{width:100%;height:220px;overflow:hidden}
.insight-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.insight-card:hover .insight-card-image img{transform:scale(1.1)}
.insight-card-body{padding:28px 24px}
.insight-category{color:#CA8AA0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:12px;display:block}
.insight-card-body h3{font-size:20px;color:#E8D9DF;margin-bottom:12px;line-height:1.4;font-weight:600}
.insight-card-body p{color:#e9ecef;line-height:1.6;margin-bottom:18px;font-size:15px}
.insight-read-more{color:#CBADB9;text-decoration:none;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:color .3s ease,gap .3s ease}
.insight-read-more:hover{color:#CA8AA0;gap:10px}
.insight-read-more::after{content:'→'}
.newsletter-cta-section{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:70px 20px;margin:80px auto 0;position:relative;overflow:hidden}
.newsletter-cta-section::before{content:'';position:absolute;bottom:-40%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#cbadb91f 0%,transparent 70%);border-radius:50%}
.newsletter-content{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2}
.newsletter-content h2{font-size:36px;color:#CA8AA0;margin-bottom:18px;font-weight:600}
.newsletter-content p{color:#E8D9DF;font-size:17px;line-height:1.6;margin-bottom:35px}
.newsletter-form{display:flex;gap:12px;max-width:550px;margin:0 auto}
.newsletter-input{flex:1;padding:16px 22px;background:#495057;border:2px solid transparent;border-radius:8px;color:#f8f9fa;font-size:15px;transition:border-color .3s ease,background .3s ease}
.newsletter-input::placeholder{color:#CBADB9}
.newsletter-input:focus{outline:none;border-color:#CA8AA0;background:#343a40}
.newsletter-submit{padding:16px 32px;background:linear-gradient(135deg,#CA8AA0 0%,#CBADB9 100%);color:#1a1a1a;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;white-space:nowrap}
.newsletter-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ca8aa066}
.newsletter-submit:active{transform:translateY(0)}
@media (max-width: 992px) {
.insights-cards-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.news-hero-content h1{font-size:36px}
.featured-article-grid{grid-template-columns:1fr}
.featured-article-image{height:300px}
.timeline-events{padding-left:60px}
.timeline-marker{left:-51px}
.insights-cards-grid{grid-template-columns:1fr}
.newsletter-form{flex-direction:column}
.newsletter-submit{width:100%}
}
@media (max-width: 576px) {
.news-hero-banner{padding:60px 20px 40px}
.news-hero-content h1{font-size:28px}
.news-hero-content .hero-subtitle{font-size:16px}
.featured-article-content{padding:30px 24px}
.featured-article-content h2{font-size:24px}
.timeline-header h2{font-size:28px}
.timeline-events{padding-left:50px}
.timeline-marker{left:-41px;width:14px;height:14px}
.timeline-item{padding:22px 20px}
.insights-section-header h2{font-size:30px}
.newsletter-content h2{font-size:28px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:80px 20px}
.cookie-policy-container{max-width:900px;margin:0 auto;background:#2c2c2c;border-radius:16px;padding:60px 50px;box-shadow:0 8px 32px #0006}
.cookie-policy-header{margin-bottom:50px;padding-bottom:30px;border-bottom:2px solid #CA8AA0}
.cookie-policy-title{font-size:42px;font-weight:700;color:#f8f9fa;margin-bottom:16px;letter-spacing:-.5px}
.cookie-policy-updated{font-size:15px;color:#CBADB9;font-weight:500}
.cookie-section-block{margin-bottom:48px}
.cookie-section-heading{font-size:28px;font-weight:600;color:#E8D9DF;margin-bottom:20px;padding-left:16px;border-left:4px solid #CA8AA0}
.cookie-section-text{font-size:16px;line-height:1.8;color:#e9ecef;margin-bottom:18px}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:24px;margin:32px 0}
.cookie-type-card{background:#343a40;padding:28px;border-radius:12px;border:1px solid #495057;transition:all .3s ease}
.cookie-type-card:hover{border-color:#CA8AA0;box-shadow:0 4px 16px #ca8aa026}
.cookie-type-title{font-size:20px;font-weight:600;color:#CA8AA0;margin-bottom:12px}
.cookie-type-description{font-size:15px;line-height:1.7;color:#e9ecef}
.cookie-list-styled{list-style:none;padding:0;margin:24px 0}
.cookie-list-styled li{padding:14px 0 14px 32px;position:relative;font-size:16px;line-height:1.7;color:#e9ecef;border-bottom:1px solid #495057}
.cookie-list-styled li:last-child{border-bottom:none}
.cookie-list-styled li::before{content:"→";position:absolute;left:0;color:#CBADB9;font-weight:700;font-size:18px}
.cookie-control-section{background:linear-gradient(135deg,#343a40 0%,#2c2c2c 100%);padding:36px;border-radius:12px;margin:40px 0;border:2px solid #CA8AA0}
.cookie-control-heading{font-size:24px;font-weight:600;color:#E8D9DF;margin-bottom:20px}
.cookie-browser-instructions{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}
.browser-option-box{background:#2c2c2c;padding:20px;border-radius:8px;border:1px solid #495057}
.browser-name{font-size:17px;font-weight:600;color:#CBADB9;margin-bottom:8px}
.browser-instruction{font-size:14px;line-height:1.6;color:#e9ecef}
.cookie-retention-box{background:#1a1a1a;padding:32px;border-radius:12px;margin:36px 0;border-left:6px solid #CA8AA0}
.retention-title{font-size:22px;font-weight:600;color:#E8D9DF;margin-bottom:16px}
.retention-details{font-size:15px;line-height:1.8;color:#e9ecef}
.cookie-contact-footer{margin-top:60px;padding-top:40px;border-top:2px solid #495057;text-align:center}
.contact-footer-text{font-size:16px;line-height:1.7;color:#e9ecef;margin-bottom:12px}
.contact-footer-link{color:#CA8AA0;text-decoration:none;font-weight:600;transition:color .3s ease}
.contact-footer-link:hover{color:#E8D9DF}
.cookie-highlight-box{background:#ca8aa01a;padding:24px;border-radius:8px;margin:28px 0;border:1px solid #ca8aa04d}
.highlight-box-text{font-size:15px;line-height:1.7;color:#f8f9fa;margin:0}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:40px 16px}
.cookie-policy-container{padding:40px 24px}
.cookie-policy-title{font-size:32px}
.cookie-section-heading{font-size:24px}
.cookie-browser-instructions{grid-template-columns:1fr}
.cookie-control-section{padding:24px}
.cookie-list-styled li{padding-left:28px;font-size:15px}
}
@media (max-width: 480px) {
.cookie-policy-title{font-size:28px}
.cookie-section-heading{font-size:22px}
.cookie-type-card{padding:20px}
}
.privacy-policy-container{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;padding:0;margin:0}
.privacy-policy-hero{background:linear-gradient(180deg,#2c2c2c 0%,#1a1a1a 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #CA8AA0;position:relative;overflow:hidden}
.privacy-policy-hero::before{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(circle,#ca8aa01a 0%,transparent 70%);animation:pulse-glow 8s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{transform:translateX(0) scale(1);opacity:.3}
50%{transform:translateX(10%) scale(1.1);opacity:.5}
}
.privacy-policy-hero h1{font-size:3.2rem;color:#E8D9DF;margin:0 0 20px;font-weight:700;letter-spacing:-.5px;position:relative;z-index:1}
.privacy-hero-subtitle{font-size:1.15rem;color:#CBADB9;max-width:720px;margin:0 auto;line-height:1.7;position:relative;z-index:1}
.privacy-last-updated{display:inline-block;background:#cbadb926;color:#E8D9DF;padding:10px 24px;border-radius:50px;font-size:.9rem;margin-top:25px;border:1px solid #ca8aa04d;position:relative;z-index:1}
.privacy-content-wrapper{max-width:980px;margin:0 auto;padding:60px 25px 80px}
.privacy-intro-section{background:linear-gradient(135deg,#ca8aa014 0%,#e8d9df0d 100%);padding:40px;border-radius:12px;margin-bottom:50px;border-left:5px solid #CA8AA0}
.privacy-intro-section p{color:#f8f9fa;font-size:1.05rem;line-height:1.8;margin:0 0 18px}
.privacy-intro-section p:last-child{margin-bottom:0}
.privacy-main-section{margin-bottom:55px;padding:35px;background:#2c2c2c66;border-radius:10px;border:1px solid #ca8aa026;transition:all .3s ease}
.privacy-main-section:hover{border-color:#ca8aa066;box-shadow:0 8px 25px #ca8aa01f}
.privacy-section-title{font-size:2rem;color:#CA8AA0;margin:0 0 25px;font-weight:600;letter-spacing:-.3px;display:flex;align-items:center;gap:15px}
.privacy-section-title::before{content:'';width:6px;height:35px;background:linear-gradient(180deg,#CA8AA0 0%,#CBADB9 100%);border-radius:3px}
.privacy-subsection-title{font-size:1.4rem;color:#CBADB9;margin:35px 0 18px;font-weight:600}
.privacy-main-section p{color:#e9ecef;font-size:1rem;line-height:1.75;margin:0 0 16px}
.privacy-main-section ul{list-style:none;padding:0;margin:20px 0}
.privacy-main-section li{color:#e9ecef;font-size:1rem;line-height:1.75;margin-bottom:14px;padding-left:30px;position:relative}
.privacy-main-section li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#CA8AA0;border-radius:50%;box-shadow:0 0 8px #ca8aa080}
.privacy-highlight-box{background:#ca8aa01f;padding:25px 30px;border-radius:8px;margin:25px 0;border-left:4px solid #CBADB9}
.privacy-highlight-box p{color:#f8f9fa;margin-bottom:12px}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-table-wrapper{overflow-x:auto;margin:30px 0;border-radius:8px;border:1px solid #ca8aa033}
.privacy-data-table{width:100%;border-collapse:collapse;background:#1a1a1a99}
.privacy-data-table th{background:linear-gradient(135deg,#CA8AA0 0%,#CBADB9 100%);color:#1a1a1a;padding:18px 20px;text-align:left;font-weight:600;font-size:1rem}
.privacy-data-table td{padding:16px 20px;color:#e9ecef;border-bottom:1px solid #ca8aa026;font-size:.95rem;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:hover{background:#ca8aa014}
.privacy-contact-section{background:linear-gradient(135deg,#ca8aa026 0%,#cbadb91a 100%);padding:45px;border-radius:12px;margin-top:60px;border:2px solid #ca8aa04d;text-align:center}
.privacy-contact-section h2{font-size:2rem;color:#E8D9DF;margin:0 0 20px;font-weight:600}
.privacy-contact-section p{color:#f8f9fa;font-size:1.05rem;line-height:1.7;margin:0 0 25px}
.privacy-contact-details{display:flex;flex-direction:column;gap:15px;max-width:600px;margin:0 auto 30px}
.privacy-contact-item{background:#1a1a1a80;padding:18px 25px;border-radius:8px;color:#CBADB9;font-size:1rem;border:1px solid #ca8aa033;transition:all .3s ease}
.privacy-contact-item:hover{background:#ca8aa01a;border-color:#ca8aa066}
.privacy-contact-item strong{color:#E8D9DF;margin-right:8px}
.privacy-cta-button{display:inline-block;background:linear-gradient(135deg,#CA8AA0 0%,#CBADB9 100%);color:#1a1a1a;padding:16px 40px;border-radius:50px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #ca8aa04d}
.privacy-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ca8aa080;background:linear-gradient(135deg,#CBADB9 0%,#CA8AA0 100%)}
@media (max-width: 768px) {
.privacy-policy-hero{padding:60px 20px 40px}
.privacy-policy-hero h1{font-size:2.2rem;line-height:1.2}
.privacy-hero-subtitle{font-size:1rem}
.privacy-content-wrapper{padding:40px 20px 60px}
.privacy-intro-section{padding:30px 20px}
.privacy-main-section{padding:25px 20px;margin-bottom:35px}
.privacy-section-title{font-size:1.6rem}
.privacy-subsection-title{font-size:1.2rem}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px;font-size:.9rem}
.privacy-contact-section{padding:30px 20px}
.privacy-contact-section h2{font-size:1.6rem}
}
@media (max-width: 480px) {
.privacy-policy-hero h1{font-size:1.8rem}
.privacy-section-title{font-size:1.4rem;flex-direction:column;align-items:flex-start;gap:10px}
.privacy-section-title::before{width:50px;height:4px}
.privacy-data-table th,.privacy-data-table td{display:block;width:100%;padding:10px}
.privacy-data-table th{position:sticky;top:0}
}
.success-page-wrapper{background:linear-gradient(135deg,#1a1a1a 0%,#2c2c2c 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}
.success-content-container{max-width:680px;margin:0 auto;background:#2c2c2c;border-radius:16px;padding:60px 40px;box-shadow:0 20px 60px #0006;border:1px solid #ca8aa026;position:relative;overflow:hidden}
.success-content-container::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#CA8AA0 0%,#CBADB9 50%,#E8D9DF 100%)}
.success-icon-area{text-align:center;margin-bottom:32px;animation:successFadeIn .6s ease-out}
@keyframes successFadeIn {
from{opacity:0;transform:translateY(-20px)}
to{opacity:1;transform:translateY(0)}
}
.success-checkmark-circle{width:90px;height:90px;margin:0 auto 24px;background:linear-gradient(135deg,#CA8AA0 0%,#CBADB9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulseGlow 2s ease-in-out infinite}
@keyframes pulseGlow {
0%,100%{box-shadow:0 0 20px #ca8aa04d}
50%{box-shadow:0 0 40px #ca8aa080}
}
.success-checkmark-circle::after{content:'';font-size:48px;color:#fff;font-weight:700;line-height:1}
.success-main-heading{font-size:42px;font-weight:700;color:#f8f9fa;margin:0 0 16px;text-align:center;letter-spacing:-.5px}
.success-subheading-text{font-size:19px;color:#CBADB9;text-align:center;margin:0 0 40px;line-height:1.6}
.success-message-block{background:#1a1a1a;border-radius:12px;padding:32px;margin-bottom:36px;border-left:4px solid #CA8AA0}
.success-message-block p{font-size:17px;color:#e9ecef;line-height:1.7;margin:0 0 16px}
.success-message-block p:last-child{margin-bottom:0}
.success-info-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:40px}
.success-info-item{background:#ca8aa014;border-radius:10px;padding:24px;border:1px solid #cbadb926}
.success-info-label{font-size:14px;color:#CBADB9;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px;font-weight:600}
.success-info-detail{font-size:16px;color:#f8f9fa;margin:0;line-height:1.6}
.success-button-group{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}
.success-primary-button{background:linear-gradient(135deg,#CA8AA0 0%,#CBADB9 100%);color:#fff;font-size:17px;font-weight:600;padding:18px 36px;border-radius:10px;text-decoration:none;text-align:center;transition:all .3s ease;border:none;cursor:pointer;display:inline-block;position:relative;z-index:10}
.success-primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ca8aa066}
.success-secondary-button{background:transparent;color:#CBADB9;font-size:17px;font-weight:600;padding:18px 36px;border-radius:10px;text-decoration:none;text-align:center;transition:all .3s ease;border:2px solid #CA8AA0;cursor:pointer;display:inline-block;position:relative;z-index:10}
.success-secondary-button:hover{background:#ca8aa01a;border-color:#CBADB9;color:#E8D9DF}
.success-contact-section{text-align:center;padding-top:28px;border-top:1px solid #cbadb933}
.success-contact-heading{font-size:18px;color:#f8f9fa;margin:0 0 16px;font-weight:600}
.success-contact-details{font-size:15px;color:#e9ecef;line-height:1.8;margin:0}
.success-contact-details a{color:#CA8AA0;text-decoration:none;transition:color .3s ease}
.success-contact-details a:hover{color:#E8D9DF}
@media (min-width: 768px) {
.success-content-container{padding:80px 60px}
.success-button-group{flex-direction:row;justify-content:center}
.success-primary-button,.success-secondary-button{flex:0 1 auto;min-width:200px}
.success-info-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 767px) {
.success-main-heading{font-size:32px}
.success-content-container{padding:40px 28px}
.success-checkmark-circle{width:75px;height:75px}
.success-checkmark-circle::after{font-size:38px}
}