:root{--brand-primary:#A899B1;--brand-secondary:#CCC4D0;--brand-tertiary:#ECEAEF;--text-dark:#212529;--text-medium:#495057;--text-light:#6c757d;--bg-white:#fff;--bg-light:#f8f9fa;--bg-cream:#fafbfc;--shadow-sm:0 2px 8px #a899b114;--shadow-md:0 4px 16px #a899b11f;--shadow-lg:0 8px 24px #a899b129}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:20px}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(135deg,#fff 0%,#fafbfc 50%,var(--bg-light) 100%);color:var(--text-dark);line-height:1.7;font-size:16px;min-height:100vh;display:flex;flex-direction:column}
.gallery__header--frame{background:linear-gradient(45deg,var(--bg-white) 0%,var(--brand-tertiary) 50%,var(--bg-light) 100%);box-shadow:var(--shadow-md);padding:0;position:relative}
.exhibition_row__top{display:flex;justify-content:space-between;align-items:center;padding:22px 5%;border-bottom:1px solid #a899b126;background:var(--bg-white)}
.showcase--brand_identity{display:flex;align-items:center;gap:18px;position:relative;z-index:15}
.logo__presentation--container{width:65px;height:65px;display:flex;align-items:center;justify-content:center;background:var(--bg-white);border-radius:12px;box-shadow:var(--shadow-sm);padding:8px}
.logo__presentation--container img{width:100%;height:100%;object-fit:contain}
.brand__title--showcase{font-family:'Source Serif 4',Georgia,serif;font-size:1.75rem;font-weight:600;color:var(--text-dark);letter-spacing:-.02em}
.contact__exhibition--panel{display:flex;align-items:center;gap:14px;padding:12px 24px;background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);border-radius:8px;color:var(--bg-white);text-decoration:none;font-weight:500;transition:transform .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-sm)}
.contact__exhibition--panel:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}
.contact__exhibition--panel i{font-size:1.2rem}
.gallery_navigation__showcase{display:flex;justify-content:center;align-items:center;padding:18px 5%;background:linear-gradient(90deg,var(--bg-white) 0%,var(--brand-tertiary) 50%,var(--bg-white) 100%);border-bottom:2px solid var(--brand-secondary)}
.nav__collection--links{display:flex;gap:3px;list-style:none;align-items:center;flex-wrap:wrap;justify-content:center}
.nav__collection--links li{position:relative}
.nav__collection--links li:not(:last-child)::after{content:'';position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:1px;height:18px;background:linear-gradient(to bottom,transparent,var(--brand-primary),transparent)}
.nav__item--featured{display:block;padding:12px 28px;color:var(--text-dark);text-decoration:none;font-weight:500;font-size:1.02rem;transition:color .2s ease,background-color .2s ease;border-radius:6px;position:relative}
.nav__item--featured:hover{color:var(--brand-primary);background-color:#a899b114}
.nav__item--featured:focus{outline:2px solid var(--brand-primary);outline-offset:2px}
main{flex:1}
.gallery__footer--exhibition{background:linear-gradient(165deg,var(--text-dark) 0%,#343a40 50%,var(--text-medium) 100%);color:var(--bg-light);padding:65px 5% 32px;margin-top:80px;position:relative}
.footer__showcase--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;max-width:1400px;margin:0 auto 48px}
.footer__presentation--block{display:flex;flex-direction:column;gap:18px}
.footer__heading--display{font-family:'Source Serif 4',Georgia,serif;font-size:1.35rem;font-weight:600;color:var(--brand-tertiary);margin-bottom:8px;letter-spacing:-.01em}
.footer__brand--identity{display:flex;align-items:center;gap:16px;margin-bottom:12px}
.footer__logo--frame{width:55px;height:55px;background:var(--bg-white);border-radius:10px;padding:8px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}
.footer__logo--frame img{width:100%;height:100%;object-fit:contain}
.footer__company--name{font-size:1.5rem;font-weight:600;color:var(--bg-white)}
.footer__contact--item{display:flex;align-items:flex-start;gap:12px;color:var(--bg-light);line-height:1.6;margin-bottom:10px}
.footer__contact--item i{color:var(--brand-secondary);margin-top:3px;flex-shrink:0}
.footer__contact--item a{color:var(--bg-light);text-decoration:none;transition:color .2s ease}
.footer__contact--item a:hover{color:var(--brand-tertiary)}
.footer__links--collection{list-style:none;display:flex;flex-direction:column;gap:12px}
.footer__link--service{color:var(--bg-light);text-decoration:none;transition:color .2s ease,padding-left .2s ease;display:inline-block}
.footer__link--service:hover{color:var(--brand-tertiary);padding-left:6px}
.footer__link--service:focus{outline:2px solid var(--brand-secondary);outline-offset:2px}
.footer__copyright--panel{text-align:center;padding-top:32px;border-top:1px solid #ccc4d033;color:var(--brand-secondary);font-size:.95rem}
.consent__card--wrapper{position:fixed;bottom:28px;right:28px;background:var(--bg-white);border-radius:14px;box-shadow:var(--shadow-lg);padding:28px 32px;max-width:420px;z-index:9999;border:2px solid var(--brand-tertiary);animation:slideInFromRight .4s ease-out;display:none}
.consent__card--wrapper.privacy__active--state{display:block}
@keyframes slideInFromRight {
from{transform:translateX(120%);opacity:0}
to{transform:translateX(0);opacity:1}
}
.consent__header--section{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.consent__icon--display{width:42px;height:42px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--bg-white);font-size:1.3rem;flex-shrink:0}
.consent__title--text{font-size:1.25rem;font-weight:600;color:var(--text-dark)}
.consent__message--body{color:var(--text-medium);margin-bottom:20px;line-height:1.6;font-size:.97rem}
.consent__actions--group{display:flex;gap:10px;flex-wrap:wrap}
.consent__btn--primary{flex:1;min-width:110px;padding:12px 20px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));color:var(--bg-white);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-size:.98rem}
.consent__btn--primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}
.consent__btn--secondary{flex:1;min-width:110px;padding:12px 20px;background:var(--bg-light);color:var(--text-dark);border:2px solid var(--brand-secondary);border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s ease;font-size:.98rem}
.consent__btn--secondary:hover{background-color:var(--brand-tertiary)}
.consent__policy--link{display:inline-block;margin-top:12px;color:var(--brand-primary);text-decoration:none;font-size:.92rem;font-weight:500;transition:color .2s ease}
.consent__policy--link:hover{color:var(--text-dark)}
@media (max-width: 768px) {
.exhibition_row__top{flex-direction:column;align-items:center;gap:18px;padding:18px 4%}
.showcase--brand_identity{flex-direction:column;text-align:center}
.brand__title--showcase{font-size:1.45rem}
.contact__exhibition--panel{width:100%;justify-content:center}
.gallery_navigation__showcase{padding:14px 4%}
.nav__collection--links{gap:2px}
.nav__item--featured{padding:10px 18px;font-size:.95rem}
.nav__collection--links li:not(:last-child)::after{display:none}
.footer__showcase--grid{grid-template-columns:1fr;gap:38px}
.consent__card--wrapper{bottom:16px;right:16px;left:16px;max-width:none;padding:22px 24px}
.consent__actions--group{flex-direction:column}
.consent__btn--primary,.consent__btn--secondary{width:100%;min-width:auto}
}
@media (min-width: 769px) and (max-width: 1024px) {
.exhibition_row__top{padding:20px 4%}
.nav__item--featured{padding:11px 22px}
}
.income-budgeting-page{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#212529;line-height:1.6;background:#fff}
.income-budgeting-page .hero-landing-section{position:relative;background:linear-gradient(135deg,#ECEAEF 0%,#fff 100%);padding:80px 20px 60px;overflow:hidden}
.income-budgeting-page .hero-landing-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a899b126 0%,transparent 70%);border-radius:50%}
.income-budgeting-page .hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.income-budgeting-page .hero-text-block h1{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2}
.income-budgeting-page .hero-text-block p{font-size:1.15rem;color:#495057;margin-bottom:32px;max-width:540px}
.income-budgeting-page .hero-cta-button{display:inline-block;padding:16px 36px;background:#A899B1;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 12px #a899b140}
.income-budgeting-page .hero-cta-button:hover{background:#9688a0;transform:translateY(-2px);box-shadow:0 6px 20px #a899b159}
.income-budgeting-page .hero-visual-box{position:relative}
.income-budgeting-page .hero-visual-box img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 8px 30px #0000001f}
.income-budgeting-page .foundation-split-section{padding:90px 20px;background:#fff}
.income-budgeting-page .foundation-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:50px;align-items:start}
.income-budgeting-page .foundation-image-wrapper{position:relative}
.income-budgeting-page .foundation-image-wrapper::after{content:'';position:absolute;top:20px;left:20px;width:100%;height:100%;background:#CCC4D0;border-radius:12px;z-index:-1}
.income-budgeting-page .foundation-image-wrapper img{width:100%;height:480px;object-fit:cover;border-radius:12px;display:block;position:relative;z-index:1}
.income-budgeting-page .foundation-content-area h2{font-size:2.4rem;color:#212529;margin-bottom:28px;font-weight:700}
.income-budgeting-page .foundation-content-area p{font-size:1.05rem;color:#495057;margin-bottom:20px}
.income-budgeting-page .foundation-feature-list{list-style:none;padding:0;margin:32px 0}
.income-budgeting-page .foundation-feature-list li{padding:14px 0;font-size:1.05rem;color:#343a40;position:relative;padding-left:32px}
.income-budgeting-page .foundation-feature-list li::before{content:'';position:absolute;left:0;color:#A899B1;font-weight:700;font-size:1.3rem}
.income-budgeting-page .milestone-visual-section{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.income-budgeting-page .milestone-inner-wrap{max-width:1100px;margin:0 auto}
.income-budgeting-page .milestone-header{text-align:center;margin-bottom:60px}
.income-budgeting-page .milestone-header h2{font-size:2.5rem;color:#212529;margin-bottom:16px;font-weight:700}
.income-budgeting-page .milestone-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto}
.income-budgeting-page .milestone-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.income-budgeting-page .milestone-card{background:#fff;padding:36px 28px;border-radius:12px;box-shadow:0 4px 16px #00000014;transition:all .3s ease;position:relative;border-top:4px solid #A899B1}
.income-budgeting-page .milestone-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #a899b133}
.income-budgeting-page .milestone-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.income-budgeting-page .milestone-card p{font-size:1rem;color:#495057;line-height:1.7}
.income-budgeting-page .milestone-card .card-icon{width:56px;height:56px;background:#ECEAEF;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#A899B1;font-size:1.6rem}
.income-budgeting-page .outcome-showcase-section{padding:90px 20px;background:#fff}
.income-budgeting-page .outcome-wrapper{max-width:1200px;margin:0 auto}
.income-budgeting-page .outcome-intro{max-width:800px;margin-bottom:50px}
.income-budgeting-page .outcome-intro h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.income-budgeting-page .outcome-intro p{font-size:1.08rem;color:#495057;line-height:1.7}
.income-budgeting-page .outcome-layout-flex{display:flex;gap:50px;align-items:center}
.income-budgeting-page .outcome-image-block{flex:0 0 48%}
.income-budgeting-page .outcome-image-block img{width:100%;height:440px;object-fit:cover;border-radius:12px;box-shadow:0 6px 24px #0000001a}
.income-budgeting-page .outcome-details-block{flex:1}
.income-budgeting-page .outcome-comparison-table{width:100%;border-collapse:collapse;margin-top:20px}
.income-budgeting-page .outcome-comparison-table th{background:#ECEAEF;padding:16px;text-align:left;font-weight:600;color:#212529;border-bottom:2px solid #CCC4D0}
.income-budgeting-page .outcome-comparison-table td{padding:14px 16px;border-bottom:1px solid #e9ecef;color:#343a40}
.income-budgeting-page .outcome-comparison-table tr:hover{background:#f8f9fa}
.income-budgeting-page .outcome-comparison-table .check-symbol{color:#A899B1;font-weight:700;font-size:1.2rem}
.income-budgeting-page .pathway-action-section{padding:80px 20px;background:linear-gradient(135deg,#A899B1 0%,#CCC4D0 100%);position:relative;overflow:hidden}
.income-budgeting-page .pathway-action-section::before{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:#ffffff1a;border-radius:50%}
.income-budgeting-page .pathway-content-center{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.income-budgeting-page .pathway-content-center h2{font-size:2.6rem;color:#fff;margin-bottom:24px;font-weight:700}
.income-budgeting-page .pathway-content-center p{font-size:1.15rem;color:#fff;margin-bottom:20px;opacity:.95;line-height:1.7}
.income-budgeting-page .pathway-image-holder{margin:40px 0}
.income-budgeting-page .pathway-image-holder img{width:100%;max-width:700px;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #0003}
.income-budgeting-page .pathway-cta-group{display:flex;gap:20px;justify-content:center;margin-top:40px}
.income-budgeting-page .pathway-primary-btn{padding:18px 40px;background:#fff;color:#A899B1;text-decoration:none;border-radius:8px;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 16px #00000026}
.income-budgeting-page .pathway-primary-btn:hover{transform:translateY(-3px);box-shadow:0 6px 24px #00000040;background:#f8f9fa}
.income-budgeting-page .pathway-secondary-btn{padding:18px 40px;background:transparent;color:#fff;text-decoration:none;border:2px solid #fff;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease}
.income-budgeting-page .pathway-secondary-btn:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 992px) {
.income-budgeting-page .hero-content-wrapper{grid-template-columns:1fr;gap:40px}
.income-budgeting-page .hero-text-block h1{font-size:2.2rem}
.income-budgeting-page .foundation-container{grid-template-columns:1fr;gap:40px}
.income-budgeting-page .milestone-grid{grid-template-columns:1fr;gap:30px}
.income-budgeting-page .outcome-layout-flex{flex-direction:column}
.income-budgeting-page .outcome-image-block{flex:0 0 100%}
}
@media (max-width: 768px) {
.income-budgeting-page .hero-landing-section{padding:60px 20px 40px}
.income-budgeting-page .hero-text-block h1{font-size:1.9rem}
.income-budgeting-page .foundation-content-area h2{font-size:1.9rem}
.income-budgeting-page .milestone-header h2{font-size:2rem}
.income-budgeting-page .outcome-intro h2{font-size:1.9rem}
.income-budgeting-page .pathway-content-center h2{font-size:2rem}
.income-budgeting-page .pathway-cta-group{flex-direction:column;align-items:center}
.income-budgeting-page .pathway-primary-btn,.income-budgeting-page .pathway-secondary-btn{width:100%;max-width:320px;text-align:center}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh}
.contact-hero-section{padding:80px 20px 60px;background:linear-gradient(165deg,#ECEAEF 0%,#fff 50%);position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a899b126 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:780px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:18px;font-weight:700;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.contact-main-container{max-width:1140px;margin:0 auto;padding:0 20px}
.contact-grid-wrapper{display:grid;grid-template-columns:1fr 1.4fr;gap:50px;padding:70px 0;align-items:start}
.contact-info-block{background:#fff;padding:45px 35px;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid #ECEAEF;position:sticky;top:30px}
.contact-info-block h2{font-size:1.85rem;color:#212529;margin-bottom:28px;font-weight:600}
.contact-detail-item{margin-bottom:32px;display:flex;align-items:flex-start;gap:18px}
.contact-detail-item:last-child{margin-bottom:0}
.contact-icon-holder{width:48px;height:48px;background:linear-gradient(135deg,#A899B1 0%,#CCC4D0 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-icon-holder i{font-size:22px;color:#fff}
.contact-detail-text h3{font-size:.95rem;color:#6c757d;margin-bottom:6px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.contact-detail-text p{font-size:1.08rem;color:#212529;margin:0;line-height:1.6}
.contact-detail-text a{color:#212529;text-decoration:none;transition:color .3s ease}
.contact-detail-text a:hover{color:#A899B1}
.contact-form-section{background:#fff;padding:50px 45px;border-radius:12px;box-shadow:0 4px 20px #0000000f;border:1px solid #ECEAEF}
.contact-form-section h2{font-size:1.95rem;color:#212529;margin-bottom:15px;font-weight:600}
.contact-form-intro{font-size:1.05rem;color:#495057;margin-bottom:35px;line-height:1.6}
.form-group-custom{margin-bottom:26px}
.form-group-custom label{display:block;font-size:.98rem;color:#343a40;margin-bottom:9px;font-weight:500}
.form-group-custom input,.form-group-custom textarea{width:100%;padding:14px 18px;border:2px solid #ECEAEF;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{outline:none;border-color:#A899B1;background:#fff;box-shadow:0 0 0 3px #a899b11a}
.form-group-custom textarea{resize:vertical;min-height:145px}
.privacy-consent-box{margin:30px 0;padding:18px;background:#fafbfc;border:1px solid #ECEAEF;border-radius:8px}
.privacy-checkbox-wrapper{display:flex;align-items:flex-start;gap:12px}
.privacy-checkbox-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#A899B1}
.privacy-checkbox-wrapper label{font-size:.96rem;color:#495057;line-height:1.6;cursor:pointer;margin:0}
.privacy-checkbox-wrapper label a{color:#A899B1;text-decoration:underline;transition:color .3s ease}
.privacy-checkbox-wrapper label a:hover{color:#8a7a94}
.submit-button-custom{background:linear-gradient(135deg,#A899B1 0%,#CCC4D0 100%);color:#fff;padding:16px 42px;border:none;border-radius:8px;font-size:1.08rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #a899b140;width:100%}
.submit-button-custom:hover{transform:translateY(-2px);box-shadow:0 6px 18px #a899b159}
.submit-button-custom:active{transform:translateY(0)}
.hours-availability-section{padding:65px 20px;background:#fff}
.hours-content-wrapper{max-width:920px;margin:0 auto;text-align:center}
.hours-content-wrapper h2{font-size:2.1rem;color:#212529;margin-bottom:20px;font-weight:600}
.hours-intro-text{font-size:1.08rem;color:#495057;margin-bottom:45px;line-height:1.7}
.hours-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-top:40px}
.hours-card-item{background:linear-gradient(145deg,#fafbfc 0%,#fff 100%);padding:35px 28px;border-radius:12px;border:2px solid #ECEAEF;transition:all .3s ease}
.hours-card-item:hover{border-color:#CCC4D0;transform:translateY(-4px);box-shadow:0 8px 24px #00000014}
.hours-card-icon{width:65px;height:65px;background:linear-gradient(135deg,#A899B1 0%,#CCC4D0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 22px}
.hours-card-icon i{font-size:28px;color:#fff}
.hours-card-item h3{font-size:1.35rem;color:#212529;margin-bottom:12px;font-weight:600}
.hours-card-item p{font-size:1.02rem;color:#495057;margin:0;line-height:1.6}
@media (max-width: 992px) {
.contact-grid-wrapper{grid-template-columns:1fr;gap:40px}
.contact-info-block{position:static}
.contact-hero-content h1{font-size:2.3rem}
}
@media (max-width: 768px) {
.contact-hero-section{padding:60px 20px 45px}
.contact-hero-content h1{font-size:2rem}
.contact-hero-content p{font-size:1.05rem}
.contact-form-section{padding:35px 25px}
.contact-info-block{padding:35px 25px}
.contact-grid-wrapper{padding:50px 0}
.hours-grid-layout{grid-template-columns:1fr;gap:25px}
.hours-content-wrapper h2{font-size:1.8rem}
}
@media (max-width: 576px) {
.contact-hero-content h1{font-size:1.75rem}
.submit-button-custom{padding:14px 32px;font-size:1rem}
.contact-form-section h2,.contact-info-block h2{font-size:1.65rem}
}
.learning-program-hero{background:linear-gradient(135deg,#ECEAEF 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a899b126 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hero-main-title{font-size:3rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.hero-subtitle-text{font-size:1.25rem;color:#495057;max-width:700px;line-height:1.7;margin-bottom:35px}
.hero-cta-button{display:inline-block;padding:16px 40px;background:#A899B1;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #a899b14d}
.hero-cta-button:hover{background:#9586a0;transform:translateY(-2px);box-shadow:0 6px 20px #a899b166}
.program-journey-section{padding:90px 20px;background:#fff}
.journey-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.journey-text-area{padding-right:20px}
.journey-section-label{color:#A899B1;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:15px;display:block}
.journey-main-heading{font-size:2.4rem;color:#212529;margin-bottom:25px;line-height:1.3;font-weight:700}
.journey-description{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.journey-image-area{position:relative}
.journey-main-image{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026}
.journey-image-accent{position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(135deg,#CCC4D0 0%,#A899B1 100%);border-radius:12px;z-index:-1}
.curriculum-details-section{padding:80px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.curriculum-wrapper{max-width:1200px;margin:0 auto}
.curriculum-header-text{text-align:center;margin-bottom:60px}
.curriculum-title-main{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.curriculum-intro-paragraph{font-size:1.1rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.curriculum-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.curriculum-module-card{background:#fff;padding:35px;border-radius:10px;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border-top:4px solid #A899B1}
.curriculum-module-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}
.module-card-title{font-size:1.4rem;color:#212529;margin-bottom:15px;font-weight:600}
.module-card-description{font-size:1rem;color:#495057;line-height:1.7}
.learning-approach-section{padding:90px 20px;background:#fff;position:relative}
.approach-container{max-width:1150px;margin:0 auto}
.approach-split-layout{display:grid;grid-template-columns:45% 55%;gap:50px;align-items:start}
.approach-visual-side{position:relative}
.approach-feature-image{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 8px 25px #0000001f}
.approach-content-side{padding-left:30px}
.approach-heading-main{font-size:2.3rem;color:#212529;margin-bottom:30px;font-weight:700;line-height:1.3}
.approach-method-list{list-style:none;padding:0;margin:0}
.approach-method-item{padding:25px 0;border-bottom:1px solid #ECEAEF}
.approach-method-item:last-child{border-bottom:none}
.method-item-title{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:12px}
.method-item-title::before{content:'→';color:#A899B1;font-weight:700;font-size:1.5rem}
.method-item-text{font-size:1.02rem;color:#495057;line-height:1.7;padding-left:28px}
.enrollment-info-section{padding:80px 20px;background:linear-gradient(135deg,#ECEAEF 0%,#CCC4D0 100%)}
.enrollment-content-box{max-width:900px;margin:0 auto;background:#fff;padding:60px 50px;border-radius:12px;box-shadow:0 10px 40px #00000026;text-align:center}
.enrollment-main-title{font-size:2.3rem;color:#212529;margin-bottom:25px;font-weight:700}
.enrollment-details-text{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:20px}
.enrollment-timing-note{font-size:1rem;color:#212529;background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:35px;border-left:4px solid #A899B1}
.enrollment-action-button{display:inline-block;padding:16px 45px;background:#A899B1;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #a899b159}
.enrollment-action-button:hover{background:#9586a0;transform:translateY(-3px);box-shadow:0 6px 22px #a899b173}
@media (max-width: 768px) {
.hero-main-title{font-size:2rem}
.hero-subtitle-text{font-size:1.1rem}
.journey-container{grid-template-columns:1fr;gap:40px}
.journey-text-area{padding-right:0}
.journey-main-image{height:350px}
.journey-image-accent{width:150px;height:150px}
.curriculum-grid-layout{grid-template-columns:1fr;gap:25px}
.approach-split-layout{grid-template-columns:1fr;gap:40px}
.approach-content-side{padding-left:0}
.approach-feature-image{height:350px}
.enrollment-content-box{padding:40px 25px}
.enrollment-main-title{font-size:1.9rem}
}
.upcoming-courses-wrapper{background:#fafbfc;min-height:100vh}
.courses-hero-section{background:linear-gradient(135deg,#ECEAEF 0%,#fff 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.courses-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a899b11a 0%,transparent 70%);border-radius:50%}
.courses-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.courses-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.courses-hero-content .intro-text{font-size:1.1rem;color:#495057;line-height:1.7;max-width:750px;margin-bottom:35px}
.courses-hero-content .intro-text strong{color:#A899B1;font-weight:600}
.course-grid-section{padding:70px 20px;background:#fff}
.course-grid-container{max-width:1200px;margin:0 auto}
.course-grid-container h2{font-size:2.2rem;color:#212529;margin-bottom:15px;font-weight:700}
.course-grid-container .section-intro{font-size:1.05rem;color:#495057;line-height:1.6;margin-bottom:50px;max-width:800px}
.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:40px}
.course-card{background:#f8f9fa;border:2px solid #ECEAEF;border-radius:8px;overflow:hidden;transition:all .3s ease;position:relative}
.course-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #a899b126;border-color:#CCC4D0}
.course-card-image{width:100%;height:220px;overflow:hidden;background:#ECEAEF}
.course-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.course-card:hover .course-card-image img{transform:scale(1.05)}
.course-card-content{padding:25px}
.course-card-content h3{font-size:1.5rem;color:#212529;margin-bottom:12px;font-weight:600}
.course-meta{display:flex;gap:20px;margin-bottom:15px;flex-wrap:wrap}
.course-meta-item{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#6c757d}
.course-meta-item i{color:#A899B1;font-size:1.1rem}
.course-card-content p{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:18px}
.course-highlights{list-style:none;padding:0;margin:0 0 20px}
.course-highlights li{font-size:.9rem;color:#495057;padding:6px 0;padding-left:20px;position:relative}
.course-highlights li::before{content:'';position:absolute;left:0;color:#A899B1;font-weight:700}
.course-start-date{background:#ECEAEF;padding:10px 15px;border-radius:5px;font-size:.9rem;color:#343a40;font-weight:600;margin-top:15px;display:inline-block}
.detailed-timeline-section{padding:70px 20px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.timeline-container{max-width:1100px;margin:0 auto}
.timeline-container h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:700}
.timeline-intro{font-size:1.05rem;color:#495057;line-height:1.6;margin-bottom:50px;max-width:750px}
.expandable-timeline{display:flex;flex-direction:column;gap:20px}
.timeline-item{background:#fff;border:2px solid #ECEAEF;border-radius:8px;overflow:hidden;transition:all .3s ease}
.timeline-item:hover{border-color:#CCC4D0;box-shadow:0 4px 12px #a899b11a}
.timeline-header{padding:20px 25px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:#fafbfc;transition:background .3s ease}
.timeline-header:hover{background:#ECEAEF}
.timeline-title-group{display:flex;align-items:center;gap:15px}
.timeline-number{background:#A899B1;color:#fff;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}
.timeline-title-text h3{font-size:1.3rem;color:#212529;margin:0 0 4px;font-weight:600}
.timeline-date{font-size:.9rem;color:#6c757d;margin:0}
.timeline-expand-icon{color:#A899B1;font-size:1.5rem;transition:transform .3s ease;flex-shrink:0}
.timeline-content{max-height:0;overflow:hidden;transition:max-height .4s ease}
.timeline-details{padding:25px;background:#fff;border-top:1px solid #ECEAEF}
.timeline-details p{font-size:.95rem;color:#495057;line-height:1.7;margin-bottom:18px}
.course-topics{margin-top:15px}
.course-topics h4{font-size:1.05rem;color:#343a40;margin-bottom:10px;font-weight:600}
.topics-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}
.topics-list li{font-size:.9rem;color:#495057;padding:8px 12px;background:#f8f9fa;border-left:3px solid #A899B1;list-style:none}
.timeline-item input[type="checkbox"]{display:none}
.timeline-item input[type="checkbox"]:checked ~ .timeline-content{max-height:1000px}
.timeline-item input[type="checkbox"]:checked ~ .timeline-header .timeline-expand-icon{transform:rotate(180deg)}
.learning-approach-section{padding:70px 20px;background:#fff}
.approach-wrapper{max-width:1200px;margin:0 auto}
.approach-wrapper h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:700;text-align:center}
.approach-intro{font-size:1.05rem;color:#495057;line-height:1.6;margin-bottom:50px;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}
.approach-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.approach-column h3{font-size:1.6rem;color:#212529;margin-bottom:15px;font-weight:600}
.approach-column p{font-size:.95rem;color:#495057;line-height:1.7;margin-bottom:20px}
.approach-features{list-style:none;padding:0;margin:0}
.approach-features li{font-size:.95rem;color:#495057;padding:12px 0;padding-left:35px;position:relative;line-height:1.6;border-bottom:1px solid #ECEAEF}
.approach-features li:last-child{border-bottom:none}
.approach-features li::before{content:'→';position:absolute;left:0;color:#A899B1;font-weight:700;font-size:1.2rem}
.cta-button{display:inline-block;background:#A899B1;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #A899B1;margin-top:15px}
.cta-button:hover{background:#8a7692;border-color:#8a7692;transform:translateY(-2px);box-shadow:0 4px 12px #a899b14d;color:#fff}
@media (max-width: 768px) {
.courses-hero-content h1{font-size:2rem}
.courses-hero-content .intro-text{font-size:1rem}
.course-grid-container h2,.timeline-container h2,.approach-wrapper h2{font-size:1.8rem}
.courses-grid{grid-template-columns:1fr;gap:25px}
.approach-grid{grid-template-columns:1fr;gap:30px}
.timeline-header{flex-direction:column;align-items:flex-start;gap:10px}
.timeline-expand-icon{position:absolute;top:20px;right:20px}
.topics-list{grid-template-columns:1fr}
.courses-hero-section{padding:60px 20px 40px}
.course-grid-section,.detailed-timeline-section,.learning-approach-section{padding:50px 20px}
}
@media (max-width: 480px) {
.courses-hero-content h1{font-size:1.6rem}
.course-card-content h3{font-size:1.3rem}
.timeline-title-text h3{font-size:1.1rem}
.timeline-number{width:38px;height:38px;font-size:1rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#ECEAEF 100%);min-height:100vh;padding:60px 20px}
.cookie-policy-container{max-width:920px;margin:0 auto;background:#fff;padding:50px;border-radius:12px;box-shadow:0 4px 20px #a899b11f}
.cookie-policy-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #ECEAEF}
.cookie-policy-header h1{font-size:2.4rem;color:#212529;margin-bottom:15px;font-weight:700;letter-spacing:-.5px}
.cookie-policy-updated{font-size:.95rem;color:#6c757d;font-style:italic}
.cookie-intro-block{background:linear-gradient(to right,#f8f9fa,#ECEAEF);padding:35px;border-left:5px solid #A899B1;margin-bottom:45px;border-radius:8px}
.cookie-intro-block p{font-size:1.05rem;line-height:1.7;color:#343a40;margin-bottom:0}
.cookie-section-block{margin-bottom:50px}
.cookie-section-title{font-size:1.75rem;color:#212529;margin-bottom:20px;font-weight:600;position:relative;padding-left:20px}
.cookie-section-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:28px;background:#A899B1;border-radius:3px}
.cookie-section-text{font-size:1rem;line-height:1.75;color:#495057;margin-bottom:20px}
.cookie-types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:30px;margin-bottom:30px}
.cookie-type-card{background:#fafbfc;padding:30px;border-radius:10px;border:2px solid #ECEAEF;transition:all .3s ease}
.cookie-type-card:hover{border-color:#A899B1;transform:translateY(-3px);box-shadow:0 6px 18px #a899b126}
.cookie-type-heading{font-size:1.25rem;color:#A899B1;margin-bottom:12px;font-weight:600}
.cookie-type-description{font-size:.95rem;line-height:1.6;color:#495057;margin-bottom:0}
.cookie-list-wrapper{background:#f8f9fa;padding:30px;border-radius:8px;margin:25px 0}
.cookie-list-wrapper ul{list-style:none;padding-left:0;margin:0}
.cookie-list-wrapper li{padding:12px 0 12px 35px;position:relative;font-size:.98rem;line-height:1.6;color:#343a40;border-bottom:1px solid #dee2e6}
.cookie-list-wrapper li:last-child{border-bottom:none}
.cookie-list-wrapper li::before{content:'';position:absolute;left:8px;top:12px;color:#A899B1;font-weight:700;font-size:1.1rem}
.cookie-browser-controls{background:linear-gradient(135deg,#ECEAEF 0%,#CCC4D0 100%);padding:40px;border-radius:10px;margin:35px 0}
.cookie-browser-controls h3{font-size:1.4rem;color:#212529;margin-bottom:20px;font-weight:600}
.cookie-browser-controls p{font-size:.98rem;line-height:1.7;color:#343a40;margin-bottom:15px}
.cookie-highlight-box{background:#fff;border:2px solid #A899B1;padding:25px;border-radius:8px;margin:30px 0}
.cookie-highlight-box p{margin-bottom:0;font-size:1rem;line-height:1.7;color:#343a40}
.cookie-highlight-box strong{color:#A899B1;font-weight:600}
.cookie-duration-info{display:flex;flex-wrap:wrap;gap:20px;margin:25px 0}
.cookie-duration-item{flex:1;min-width:220px;background:#fff;border:1px solid #CCC4D0;padding:20px;border-radius:8px}
.cookie-duration-label{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:#6c757d;margin-bottom:8px;font-weight:600}
.cookie-duration-value{font-size:1.15rem;color:#212529;font-weight:600}
.cookie-contact-section{background:linear-gradient(to right,#f8f9fa,#fff);padding:40px;border-radius:10px;margin-top:50px;text-align:center;border:2px solid #ECEAEF}
.cookie-contact-section h3{font-size:1.5rem;color:#212529;margin-bottom:15px;font-weight:600}
.cookie-contact-details{font-size:1rem;color:#495057;line-height:1.8}
.cookie-contact-details a{color:#A899B1;text-decoration:none;font-weight:600;transition:color .3s ease}
.cookie-contact-details a:hover{color:#8c7a9a;text-decoration:underline}
@media (max-width: 768px) {
.cookie-policy-container{padding:30px 20px}
.cookie-policy-header h1{font-size:1.85rem}
.cookie-section-title{font-size:1.4rem}
.cookie-types-grid{grid-template-columns:1fr}
.cookie-browser-controls{padding:25px 20px}
.cookie-duration-info{flex-direction:column}
.cookie-contact-section{padding:25px 20px}
}
@media (max-width: 480px) {
.cookie-policy-wrapper{padding:30px 15px}
.cookie-policy-header h1{font-size:1.6rem}
.cookie-intro-block{padding:20px}
.cookie-type-card{padding:20px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fff 0%,#fafbfc 50%,#ECEAEF 100%);min-height:100vh;padding:0}
.privacy-hero-section{background:linear-gradient(165deg,#A899B1 0%,#CCC4D0 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#ffffff14;border-radius:50%;z-index:1}
.privacy-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff0d;border-radius:50%;z-index:1}
.privacy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.privacy-main-title{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.5px;line-height:1.2}
.privacy-last-update{font-size:1rem;color:#ffffffe6;margin:0 0 15px;font-weight:500}
.privacy-hero-description{font-size:1.15rem;color:#fffffff2;line-height:1.7;max-width:750px;margin:0 auto}
.privacy-content-container{max-width:1100px;margin:0 auto;padding:60px 30px 80px}
.privacy-quick-nav{background:#fff;border-radius:12px;padding:35px 40px;margin-bottom:50px;box-shadow:0 4px 20px #a899b11f;border-left:5px solid #A899B1}
.quick-nav-title{font-size:1.5rem;color:#212529;margin:0 0 20px;font-weight:700}
.quick-nav-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;list-style:none;padding:0;margin:0}
.quick-nav-list li a{color:#495057;text-decoration:none;font-size:.95rem;display:block;padding:10px 15px;border-radius:6px;transition:all .3s ease;border:1px solid #ECEAEF}
.quick-nav-list li a:hover{background:#ECEAEF;color:#A899B1;border-color:#CCC4D0;transform:translateX(5px)}
.privacy-section-block{background:#fff;border-radius:10px;padding:40px 45px;margin-bottom:35px;box-shadow:0 2px 15px #a899b114;border-top:3px solid #CCC4D0}
.privacy-section-block:nth-child(even){background:linear-gradient(to right,#fff 0%,#fafbfc 100%)}
.section-heading{font-size:1.9rem;color:#212529;margin:0 0 25px;font-weight:700;position:relative;padding-bottom:15px}
.section-heading::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#A899B1 0%,#CCC4D0 100%);border-radius:2px}
.privacy-paragraph{font-size:1.05rem;color:#343a40;line-height:1.8;margin:0 0 18px}
.privacy-paragraph:last-child{margin-bottom:0}
.privacy-paragraph strong{color:#212529;font-weight:600}
.privacy-list-standard{list-style:none;padding:0;margin:20px 0}
.privacy-list-standard li{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:15px;padding-left:35px;position:relative}
.privacy-list-standard li::before{content:'→';position:absolute;left:0;color:#A899B1;font-weight:700;font-size:1.3rem}
.privacy-subsection{margin:30px 0;padding:25px 30px;background:#f8f9fa;border-radius:8px;border-left:4px solid #A899B1}
.subsection-title{font-size:1.4rem;color:#212529;margin:0 0 15px;font-weight:600}
.data-table-wrapper{overflow-x:auto;margin:25px 0;border-radius:8px;box-shadow:0 2px 10px #a899b11a}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff}
.privacy-data-table thead{background:linear-gradient(135deg,#A899B1 0%,#CCC4D0 100%)}
.privacy-data-table th{color:#fff;font-weight:600;padding:18px 20px;text-align:left;font-size:1.05rem;border-bottom:3px solid #fff}
.privacy-data-table td{padding:16px 20px;color:#343a40;font-size:1rem;line-height:1.6;border-bottom:1px solid #ECEAEF}
.privacy-data-table tbody tr:hover{background:#fafbfc}
.privacy-data-table tbody tr:last-child td{border-bottom:none}
.highlight-box{background:linear-gradient(135deg,#ECEAEF 0%,#CCC4D0 100%);padding:25px 30px;border-radius:10px;margin:25px 0;border:2px solid #CCC4D0}
.highlight-box-title{font-size:1.3rem;color:#212529;margin:0 0 12px;font-weight:700}
.highlight-box p{font-size:1.05rem;color:#343a40;line-height:1.7;margin:0}
.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.right-card{background:#fff;padding:25px;border-radius:10px;border:2px solid #ECEAEF;transition:all .3s ease}
.right-card:hover{border-color:#A899B1;box-shadow:0 6px 20px #a899b126;transform:translateY(-3px)}
.right-card-title{font-size:1.2rem;color:#212529;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:10px}
.right-card-title::before{content:'';display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#A899B1;color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;flex-shrink:0}
.right-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.contact-privacy-section{background:linear-gradient(135deg,#A899B1 0%,#CCC4D0 100%);border-radius:12px;padding:40px 45px;margin-top:50px;color:#fff;text-align:center}
.contact-privacy-title{font-size:1.8rem;margin:0 0 15px;font-weight:700;color:#fff}
.contact-privacy-text{font-size:1.1rem;line-height:1.7;margin:0 0 25px;color:#fffffff2}
.contact-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}
.contact-detail-item{background:#ffffff26;padding:20px;border-radius:8px;backdrop-filter:blur(10px)}
.contact-detail-item strong{display:block;font-size:.9rem;margin-bottom:8px;color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px}
.contact-detail-item a{color:#fff;text-decoration:none;font-size:1.05rem;font-weight:500;transition:all .3s ease}
.contact-detail-item a:hover{opacity:.8}
.numbered-process-list{counter-reset:process-counter;list-style:none;padding:0;margin:25px 0}
.numbered-process-list li{counter-increment:process-counter;position:relative;padding:20px 20px 20px 70px;margin-bottom:20px;background:#fafbfc;border-radius:8px;font-size:1.05rem;color:#343a40;line-height:1.7;border-left:4px solid #CCC4D0}
.numbered-process-list li::before{content:counter(process-counter);position:absolute;left:20px;top:50%;transform:translateY(-50%);background:#A899B1;color:#fff;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.security-measures-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:30px 0}
.security-card{background:#fff;padding:30px;border-radius:10px;border:1px solid #ECEAEF;box-shadow:0 3px 12px #a899b114}
.security-card-icon{width:50px;height:50px;background:linear-gradient(135deg,#A899B1 0%,#CCC4D0 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin-bottom:18px}
.security-card h3{font-size:1.3rem;color:#212529;margin:0 0 12px;font-weight:600}
.security-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
@media (max-width: 768px) {
.privacy-main-title{font-size:2.2rem}
.privacy-hero-section{padding:60px 20px 40px}
.privacy-content-container{padding:40px 20px 60px}
.privacy-section-block{padding:30px 25px}
.section-heading{font-size:1.6rem}
.quick-nav-list{grid-template-columns:1fr}
.privacy-quick-nav{padding:25px 20px}
.rights-grid,.security-measures-grid{grid-template-columns:1fr}
.contact-details-grid{grid-template-columns:1fr}
.contact-privacy-section{padding:30px 25px}
.data-table-wrapper{margin:20px -25px;border-radius:0}
.privacy-data-table th,.privacy-data-table td{padding:12px 15px;font-size:.95rem}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.9rem}
.privacy-hero-description{font-size:1rem}
.section-heading{font-size:1.4rem}
.privacy-paragraph,.privacy-list-standard li{font-size:1rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#ECEAEF 100%);min-height:100vh;padding:0;margin:0}
.success-confirmation-container{max-width:720px;margin:0 auto;padding:80px 20px 60px;text-align:center}
.success-icon-display{width:140px;height:140px;margin:0 auto 35px;background:linear-gradient(135deg,#A899B1 0%,#CCC4D0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:successPulse .6s ease-out;box-shadow:0 8px 24px #a899b140}
@keyframes successPulse {
0%{transform:scale(0.8);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-icon-display::before{content:"";font-size:72px;color:#fff;font-weight:700;line-height:1}
.success-main-heading{font-size:42px;color:#212529;margin:0 0 18px;font-weight:700;letter-spacing:-.5px}
.success-subheading-text{font-size:19px;color:#495057;margin:0 0 45px;line-height:1.6;max-width:540px;margin-left:auto;margin-right:auto}
.success-info-block{background:#fff;border-radius:12px;padding:40px 35px;margin:0 0 40px;box-shadow:0 2px 12px #0000000f;border:1px solid #ECEAEF}
.success-info-block h2{font-size:24px;color:#212529;margin:0 0 20px;font-weight:600}
.success-info-block p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 15px;text-align:left}
.success-info-block p:last-child{margin-bottom:0}
.success-timeline-wrapper{background:#f8f9fa;border-left:4px solid #A899B1;padding:25px 30px;margin:25px 0 0;border-radius:6px;text-align:left}
.success-timeline-wrapper h3{font-size:18px;color:#343a40;margin:0 0 15px;font-weight:600}
.success-timeline-item{padding:12px 0;border-bottom:1px solid #CCC4D0;position:relative}
.success-timeline-item:last-child{border-bottom:none;padding-bottom:0}
.success-timeline-item strong{color:#A899B1;font-weight:600;display:block;margin-bottom:5px;font-size:15px}
.success-timeline-item span{color:#495057;font-size:15px;line-height:1.6}
.success-action-buttons{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin:45px 0 35px}
.success-btn-primary{background:linear-gradient(135deg,#A899B1 0%,#CCC4D0 100%);color:#fff;padding:16px 38px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;border:none;box-shadow:0 4px 14px #a899b14d}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a899b166}
.success-btn-secondary{background:#fff;color:#A899B1;padding:16px 38px;border-radius:8px;text-decoration:none;font-size:17px;font-weight:600;display:inline-block;transition:all .3s ease;border:2px solid #A899B1}
.success-btn-secondary:hover{background:#ECEAEF;transform:translateY(-2px)}
.success-contact-section{background:#fff;border-radius:12px;padding:35px;margin:35px 0 0;box-shadow:0 2px 12px #0000000f;border:1px solid #ECEAEF}
.success-contact-section h3{font-size:22px;color:#212529;margin:0 0 20px;font-weight:600}
.success-contact-details{display:flex;flex-direction:column;gap:15px;text-align:left}
.success-contact-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#f8f9fa;border-radius:6px}
.success-contact-icon{width:24px;height:24px;background:#A899B1;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700;margin-top:2px}
.success-contact-info{flex:1}
.success-contact-info strong{display:block;color:#343a40;font-size:15px;margin-bottom:4px;font-weight:600}
.success-contact-info span{color:#495057;font-size:15px;line-height:1.5}
.success-contact-info a{color:#A899B1;text-decoration:none;transition:color .2s ease}
.success-contact-info a:hover{color:#8a7a91;text-decoration:underline}
.success-resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:40px 0 0}
.success-resource-card{background:#fff;padding:28px 24px;border-radius:10px;border:2px solid #ECEAEF;transition:all .3s ease;text-align:left}
.success-resource-card:hover{border-color:#A899B1;transform:translateY(-3px);box-shadow:0 6px 18px #a899b126}
.success-resource-card h4{font-size:19px;color:#212529;margin:0 0 12px;font-weight:600}
.success-resource-card p{font-size:15px;color:#495057;line-height:1.6;margin:0 0 18px}
.success-resource-link{color:#A899B1;text-decoration:none;font-weight:600;font-size:15px;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}
.success-resource-link:hover{color:#8a7a91;gap:10px}
.success-resource-link::after{content:"→";font-size:18px}
@media (max-width: 768px) {
.success-confirmation-container{padding:60px 20px 40px}
.success-icon-display{width:110px;height:110px;margin-bottom:25px}
.success-icon-display::before{font-size:56px}
.success-main-heading{font-size:32px;margin-bottom:14px}
.success-subheading-text{font-size:17px;margin-bottom:35px}
.success-info-block{padding:30px 24px;margin-bottom:30px}
.success-info-block h2{font-size:21px}
.success-timeline-wrapper{padding:20px 22px}
.success-action-buttons{flex-direction:column;gap:14px;margin:35px 0 25px}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center;padding:15px 30px}
.success-contact-section{padding:28px 22px;margin-top:28px}
.success-resources-grid{grid-template-columns:1fr;gap:16px;margin-top:30px}
.success-resource-card{padding:24px 20px}
}
@media (max-width: 480px) {
.success-confirmation-container{padding:50px 16px 35px}
.success-main-heading{font-size:28px}
.success-info-block{padding:25px 18px}
.success-contact-item{flex-direction:column;gap:10px}
.success-contact-icon{margin-top:0}
}