:root{--brand-primary:#CB8DAE;--brand-secondary:#DFC0D0;--brand-tertiary:#E6C9D1;--text-dark:#212529;--text-medium:#495057;--bg-light:#fff;--bg-subtle:#f8f9fa;--bg-cream:#fafbfc}
*{margin:0;padding:0;box-sizing:border-box}
body{background:var(--bg-light);color:var(--text-dark);font:clamp(16px,1.1vw,18px)/1.7 'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
a{text-decoration:none;color:inherit;transition:opacity .2s ease}
a:hover{opacity:.75}
a:focus{outline:2px solid var(--brand-primary);outline-offset:3px}
header{background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 50%,#E6C9D1 100%);padding:35px 5%;position:relative}
.header9x_wrapper{max-width:1400px;margin:0 auto}
.top4k_row{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;gap:30px}
.logo3m_container{display:flex;align-items:center;z-index:10;position:relative}
.logo3m_container img{height:68px;width:68px;aspect-ratio:1/1;object-fit:contain}
.tagline8p_zone{flex:1;text-align:right}
.tagline8p_zone h1{font-size:clamp(1.3rem,2.2vw,1.8rem);font-weight:700;color:#2d1b26;margin-bottom:8px;letter-spacing:-.02em}
.tagline8p_zone p{font-size:clamp(0.95rem,1.1vw,1.05rem);color:#4a3541;font-weight:500}
.bottom7s_row{display:flex;justify-content:space-between;align-items:center;gap:25px}
.nav6w_panel{display:flex;gap:clamp(20px,3vw,45px);align-items:center}
.nav6w_panel a{font-size:clamp(1rem,1.05vw,1.1rem);font-weight:600;color:#2d1b26;padding:10px 5px;position:relative;white-space:nowrap}
.nav6w_panel a:hover{color:#4a3541}
.nav6w_panel a:focus{outline:2px solid #2d1b26;outline-offset:4px;border-radius:3px}
.cta2q_button{background:#2d1b26;color:#fff;padding:14px 32px;border-radius:8px;font-weight:700;font-size:clamp(0.95rem,1vw,1.05rem);border:2px solid #2d1b26;cursor:pointer;transition:all .25s ease}
.cta2q_button:hover{background:#4a3541;border-color:#4a3541;opacity:1}
.cta2q_button:focus{outline:3px solid #2d1b26;outline-offset:3px}
main{min-height:60vh}
footer{background:linear-gradient(225deg,#E6C9D1 0%,#DFC0D0 45%,#CB8DAE 100%);padding:65px 5% 35px;margin-top:80px}
.footer5r_container{max-width:1400px;margin:0 auto}
.footer1y_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;margin-bottom:50px}
.contact9d_section h3,.links4x_section h3{font-size:1.35rem;font-weight:700;color:#2d1b26;margin-bottom:22px;letter-spacing:-.01em}
.contact9d_section p{color:#3a2832;margin-bottom:14px;font-size:1.05rem;line-height:1.65}
.contact9d_section p strong{font-weight:700;color:#2d1b26}
.links4x_section ul{list-style:none}
.links4x_section li{margin-bottom:12px}
.links4x_section a{color:#3a2832;font-size:1.05rem;font-weight:500;transition:color .2s ease}
.links4x_section a:hover{color:#2d1b26;opacity:1}
.links4x_section a:focus{outline:2px solid #2d1b26;outline-offset:3px;border-radius:2px}
.copyright7n_bar{border-top:2px solid #2d1b2626;padding-top:30px;text-align:center}
.copyright7n_bar p{color:#2d1b26;font-size:.95rem;font-weight:500}
.consent3h_modal{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:28px 5%;box-shadow:0 -8px 35px #cb8dae40;z-index:9999;border-top:4px solid var(--brand-primary);display:none;animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{transform:translateY(100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
.consent3h_modal.show8m{display:block}
.consent6k_inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.consent_text2v{flex:1;min-width:280px}
.consent_text2v p{color:var(--text-medium);font-size:.95rem;line-height:1.6;margin-bottom:10px}
.consent_text2v a{color:var(--brand-primary);text-decoration:underline;font-weight:600}
.consent_text2v a:focus{outline:2px solid var(--brand-primary);outline-offset:2px}
.consent_actions9b{display:flex;gap:15px;flex-wrap:wrap}
.btn_accept5p,.btn_reject7m{padding:12px 28px;border-radius:6px;font-weight:700;font-size:.95rem;cursor:pointer;border:none;transition:all .2s ease;min-width:120px;white-space:nowrap}
.btn_accept5p{background:var(--brand-primary);color:#fff}
.btn_accept5p:hover{background:#b87c9d}
.btn_accept5p:focus{outline:3px solid var(--brand-primary);outline-offset:3px}
.btn_reject7m{background:none;color:var(--text-medium);border:2px solid var(--text-medium)}
.btn_reject7m:hover{background:var(--bg-subtle)}
.btn_reject7m:focus{outline:3px solid var(--text-medium);outline-offset:3px}
@media (max-width: 768px) {
header{padding:25px 5%}
.top4k_row{flex-direction:column;align-items:flex-start;margin-bottom:25px;gap:20px}
.tagline8p_zone{text-align:left}
.bottom7s_row{flex-direction:column;align-items:stretch;gap:20px}
.nav6w_panel{flex-direction:column;align-items:flex-start;gap:15px}
.nav6w_panel a{width:100%;padding:12px 0}
.cta2q_button{width:100%;text-align:center;padding:16px 20px}
footer{padding:45px 5% 25px;margin-top:50px}
.footer1y_grid{grid-template-columns:1fr;gap:35px;margin-bottom:35px}
.consent6k_inner{flex-direction:column;align-items:stretch}
.consent_actions9b{flex-direction:column}
.btn_accept5p,.btn_reject7m{width:100%;min-width:auto}
}
@media (min-width: 769px) and (max-width: 1024px) {
.nav6w_panel{gap:clamp(15px,2.5vw,30px)}
.footer1y_grid{grid-template-columns:repeat(2,1fr)}
}
.learning-program-hero-custom{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.learning-program-hero-custom::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cb8dae14 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper-custom{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-block-custom h1{font-size:2.8rem;color:#212529;margin:0 0 24px;line-height:1.2;font-weight:700}
.hero-text-block-custom p{font-size:1.1rem;color:#495057;line-height:1.7;margin:0 0 32px}
.hero-image-block-custom{position:relative}
.hero-image-block-custom img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.hero-stats-strip-custom{display:flex;gap:40px;margin-top:40px}
.stat-item-custom{text-align:left}
.stat-item-custom .number{font-size:2.2rem;color:#CB8DAE;font-weight:700;display:block;margin-bottom:8px}
.stat-item-custom .label{font-size:.95rem;color:#495057;display:block}
.program-modules-section-custom{background:#fff;padding:80px 20px}
.modules-container-custom{max-width:1100px;margin:0 auto}
.section-header-custom{text-align:center;margin-bottom:60px}
.section-header-custom h2{font-size:2.4rem;color:#212529;margin:0 0 16px;font-weight:700}
.section-header-custom p{font-size:1.05rem;color:#495057;margin:0;line-height:1.6}
.modules-grid-custom{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.module-card-custom{background:#f8f9fa;padding:32px 28px;border-radius:8px;border-left:4px solid #CB8DAE;transition:transform .3s ease,box-shadow .3s ease}
.module-card-custom:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}
.module-card-custom .module-number{font-size:.85rem;color:#CB8DAE;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;display:block}
.module-card-custom h3{font-size:1.35rem;color:#212529;margin:0 0 16px;font-weight:600}
.module-card-custom p{font-size:.95rem;color:#495057;line-height:1.6;margin:0 0 20px}
.module-card-custom .duration{font-size:.9rem;color:#6c757d;display:flex;align-items:center;gap:8px}
.pricing-section-custom{background:linear-gradient(160deg,#f5f6fa 0%,#fafbfc 100%);padding:80px 20px;position:relative}
.pricing-wrapper-custom{max-width:1000px;margin:0 auto}
.pricing-intro-custom{text-align:center;margin-bottom:50px}
.pricing-intro-custom h2{font-size:2.3rem;color:#212529;margin:0 0 20px;font-weight:700}
.pricing-intro-custom p{font-size:1.05rem;color:#495057;margin:0;line-height:1.6}
.pricing-cards-container-custom{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.price-card-custom{background:#fff;padding:40px 36px;border-radius:12px;box-shadow:0 4px 16px #00000014;border:2px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}
.price-card-custom:hover{border-color:#CB8DAE;box-shadow:0 8px 28px #cb8dae26}
.price-card-custom.featured{border-color:#CB8DAE;position:relative}
.price-card-custom.featured::before{content:'Популярный выбор';position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#CB8DAE;color:#fff;padding:4px 16px;border-radius:20px;font-size:.8rem;font-weight:600}
.price-card-custom h3{font-size:1.6rem;color:#212529;margin:0 0 12px;font-weight:600}
.price-card-custom .price-amount{font-size:2.8rem;color:#CB8DAE;font-weight:700;margin:0 0 8px;display:block}
.price-card-custom .price-period{font-size:.95rem;color:#6c757d;margin:0 0 24px;display:block}
.price-card-custom ul{list-style:none;padding:0;margin:0 0 32px}
.price-card-custom ul li{padding:10px 0;color:#495057;font-size:.95rem;display:flex;align-items:flex-start;gap:12px}
.price-card-custom ul li::before{content:'';color:#CB8DAE;font-weight:700;font-size:1.1rem;flex-shrink:0}
.price-card-custom .enroll-btn{display:block;width:100%;padding:14px 24px;background:#CB8DAE;color:#fff;text-align:center;text-decoration:none;border-radius:6px;font-weight:600;font-size:1rem;transition:background .3s ease,transform .2s ease}
.price-card-custom .enroll-btn:hover{background:#b87a9a;transform:scale(1.02)}
.schedule-outcomes-section-custom{background:#fff;padding:80px 20px}
.schedule-outcomes-wrapper-custom{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:55% 45%;gap:60px;align-items:start}
.schedule-block-custom h2{font-size:2.2rem;color:#212529;margin:0 0 32px;font-weight:700}
.timeline-custom{position:relative;padding-left:50px}
.timeline-custom::before{content:'';position:absolute;left:16px;top:8px;bottom:8px;width:3px;background:linear-gradient(180deg,#CB8DAE 0%,#DFC0D0 100%)}
.timeline-item-custom{position:relative;margin-bottom:32px;padding-bottom:32px}
.timeline-item-custom:last-child{margin-bottom:0;padding-bottom:0}
.timeline-item-custom::before{content:'';position:absolute;left:-43px;top:4px;width:14px;height:14px;background:#CB8DAE;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #CB8DAE}
.timeline-item-custom .date{font-size:.9rem;color:#CB8DAE;font-weight:600;margin-bottom:8px;display:block}
.timeline-item-custom h4{font-size:1.2rem;color:#212529;margin:0 0 8px;font-weight:600}
.timeline-item-custom p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.outcomes-block-custom{background:#f8f9fa;padding:40px 36px;border-radius:12px;position:sticky;top:40px}
.outcomes-block-custom h3{font-size:1.8rem;color:#212529;margin:0 0 24px;font-weight:700}
.outcomes-block-custom img{width:100%;height:280px;object-fit:cover;border-radius:8px;margin-bottom:24px}
.outcomes-list-custom{list-style:none;padding:0;margin:0}
.outcomes-list-custom li{padding:14px 0;color:#495057;font-size:.95rem;display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid #e9ecef}
.outcomes-list-custom li:last-child{border-bottom:none}
.outcomes-list-custom li::before{content:'→';color:#CB8DAE;font-weight:700;font-size:1.2rem;flex-shrink:0}
@media (max-width: 968px) {
.hero-content-wrapper-custom{grid-template-columns:1fr;gap:40px}
.hero-text-block-custom h1{font-size:2.2rem}
.hero-stats-strip-custom{justify-content:space-around;gap:20px}
.modules-grid-custom{grid-template-columns:1fr;gap:24px}
.pricing-cards-container-custom{grid-template-columns:1fr;gap:30px}
.schedule-outcomes-wrapper-custom{grid-template-columns:1fr;gap:50px}
.outcomes-block-custom{position:static}
}
@media (max-width: 640px) {
.learning-program-hero-custom{padding:60px 16px 40px}
.hero-text-block-custom h1{font-size:1.9rem}
.hero-stats-strip-custom{flex-direction:column;gap:24px}
.section-header-custom h2{font-size:1.9rem}
.pricing-intro-custom h2{font-size:1.9rem}
.timeline-custom{padding-left:40px}
.timeline-item-custom::before{left:-33px}
}
.edubiz-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.edubiz-hero-intro{background:linear-gradient(160deg,#fff 0%,#f5f6fa 50%,#E6C9D1 100%);padding:4.5rem 1.5rem 4rem;position:relative;overflow:hidden}
.edubiz-hero-intro::before{content:'';position:absolute;top:-15%;right:-8%;width:45%;height:140%;background:radial-gradient(ellipse at center,#cb8dae26 0%,transparent 70%);transform:rotate(-15deg);pointer-events:none}
.edubiz-hero-content-box{max-width:920px;margin:0 auto;position:relative;z-index:2}
.edubiz-intro-badge{display:inline-block;background:#fff;color:#CB8DAE;padding:.5rem 1.3rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 2px 8px #cb8dae33}
.edubiz-main-heading{font-size:2.6rem;line-height:1.25;color:#212529;margin:0 0 1.2rem;font-weight:700}
.edubiz-subheading-text{font-size:1.15rem;line-height:1.7;color:#495057;margin:0 0 2rem;max-width:720px}
.edubiz-cta-group{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.edubiz-primary-btn{display:inline-flex;align-items:center;gap:.5rem;background:#CB8DAE;color:#fff;padding:.95rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #cb8dae4d}
.edubiz-primary-btn:hover{background:#b87a9c;transform:translateY(-2px);box-shadow:0 6px 16px #cb8dae66}
.edubiz-secondary-link{display:inline-flex;align-items:center;gap:.4rem;color:#CB8DAE;text-decoration:none;font-weight:600;font-size:1rem;padding:.95rem 1.5rem;border:2px solid #CB8DAE;border-radius:8px;transition:all .3s ease}
.edubiz-secondary-link:hover{background:#CB8DAE;color:#fff;transform:translateY(-2px)}
.edubiz-programs-showcase{padding:5rem 1.5rem;background:#fff;position:relative}
.edubiz-programs-container{max-width:1200px;margin:0 auto}
.edubiz-section-label{text-align:center;color:#CB8DAE;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 .8rem}
.edubiz-section-title{text-align:center;font-size:2.3rem;color:#212529;margin:0 0 3.5rem;font-weight:700;line-height:1.3}
.edubiz-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}
.edubiz-program-card{background:linear-gradient(145deg,#fafbfc 0%,#fff 100%);border:2px solid #f5f6fa;border-radius:12px;padding:2rem;transition:all .35s ease;position:relative;overflow:hidden}
.edubiz-program-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#CB8DAE 0%,#DFC0D0 100%);transition:height .35s ease}
.edubiz-program-card:hover::before{height:100%}
.edubiz-program-card:hover{border-color:#DFC0D0;transform:translateY(-5px);box-shadow:0 8px 24px #cb8dae26}
.edubiz-card-icon{width:52px;height:52px;background:linear-gradient(135deg,#E6C9D1 0%,#DFC0D0 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem;font-size:1.5rem;color:#CB8DAE}
.edubiz-card-heading{font-size:1.4rem;color:#212529;margin:0 0 .8rem;font-weight:700}
.edubiz-card-description{font-size:1rem;line-height:1.65;color:#495057;margin:0 0 1.2rem}
.edubiz-card-features{list-style:none;padding:0;margin:0 0 1.5rem}
.edubiz-card-features li{padding:.5rem 0;color:#495057;font-size:.95rem;display:flex;align-items:center;gap:.6rem}
.edubiz-card-features li::before{content:'';color:#CB8DAE;font-weight:700;font-size:1.1rem}
.edubiz-card-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f5f6fa;margin-top:1rem}
.edubiz-duration-tag{font-size:.9rem;color:#495057;font-weight:600}
.edubiz-start-tag{font-size:.85rem;color:#CB8DAE;background:#fafbfc;padding:.4rem .9rem;border-radius:6px;font-weight:600}
.edubiz-visual-split{padding:5rem 1.5rem;background:linear-gradient(170deg,#f8f9fa 0%,#fff 50%,#fafbfc 100%)}
.edubiz-split-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.edubiz-split-image-zone{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 32px #00000014}
.edubiz-split-image-zone img{width:100%;height:480px;object-fit:cover;display:block}
.edubiz-split-image-zone::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#cb8dae1a 0%,transparent 60%);pointer-events:none}
.edubiz-split-content-zone h2{font-size:2.1rem;color:#212529;margin:0 0 1.2rem;font-weight:700;line-height:1.3}
.edubiz-split-content-zone p{font-size:1.05rem;line-height:1.75;color:#495057;margin:0 0 1.5rem}
.edubiz-approach-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0}
.edubiz-approach-item{background:#fff;padding:1.5rem;border-radius:10px;border:2px solid #f5f6fa;transition:all .3s ease}
.edubiz-approach-item:hover{border-color:#E6C9D1;box-shadow:0 4px 16px #cb8dae1a}
.edubiz-approach-number{display:inline-block;width:36px;height:36px;background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%);color:#fff;border-radius:8px;text-align:center;line-height:36px;font-weight:700;margin-bottom:.8rem;font-size:1.1rem}
.edubiz-approach-item h3{font-size:1.15rem;color:#212529;margin:0 0 .6rem;font-weight:700}
.edubiz-approach-item p{font-size:.95rem;line-height:1.6;color:#495057;margin:0}
.edubiz-results-impact{padding:5rem 1.5rem;background:#fff;position:relative;overflow:hidden}
.edubiz-results-impact::before{content:'';position:absolute;bottom:-20%;left:-10%;width:50%;height:120%;background:radial-gradient(ellipse at center,#e6c9d133 0%,transparent 65%);pointer-events:none}
.edubiz-results-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.edubiz-results-header{text-align:center;margin-bottom:3.5rem}
.edubiz-results-header h2{font-size:2.2rem;color:#212529;margin:0 0 1rem;font-weight:700}
.edubiz-results-header p{font-size:1.08rem;color:#495057;margin:0;max-width:720px;margin-left:auto;margin-right:auto;line-height:1.7}
.edubiz-image-text-combo{display:grid;grid-template-columns:480px 1fr;gap:3rem;align-items:start;margin-bottom:3rem}
.edubiz-combo-image-box{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000000f}
.edubiz-combo-image-box img{width:100%;height:360px;object-fit:cover;display:block}
.edubiz-combo-text-box h3{font-size:1.7rem;color:#212529;margin:0 0 1.2rem;font-weight:700}
.edubiz-combo-text-box p{font-size:1.02rem;line-height:1.75;color:#495057;margin:0 0 1.5rem}
.edubiz-stats-display{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}
.edubiz-stat-box{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:1.8rem;border-radius:12px;text-align:center;border:2px solid #f5f6fa;transition:all .3s ease}
.edubiz-stat-box:hover{border-color:#DFC0D0;transform:translateY(-3px);box-shadow:0 6px 20px #cb8dae1f}
.edubiz-stat-number{font-size:2.5rem;font-weight:700;color:#CB8DAE;margin:0 0 .5rem;line-height:1}
.edubiz-stat-label{font-size:.95rem;color:#495057;font-weight:600;margin:0}
.edubiz-testimonial-block{background:linear-gradient(145deg,#f8f9fa 0%,#fafbfc 100%);padding:2.5rem;border-radius:12px;border-left:4px solid #CB8DAE;margin-top:3rem;position:relative}
.edubiz-testimonial-block::before{content:'"';position:absolute;top:-15px;left:20px;color:#E6C9D1;font:5rem/1 Georgia,serif}
.edubiz-testimonial-text{font-size:1.1rem;line-height:1.75;color:#343a40;margin:0 0 1.5rem;font-style:italic;position:relative;z-index:2}
.edubiz-testimonial-author{display:flex;align-items:center;gap:1rem}
.edubiz-author-info{display:flex;flex-direction:column}
.edubiz-author-name{font-size:1rem;font-weight:700;color:#212529;margin:0}
.edubiz-author-role{font-size:.9rem;color:#495057;margin:0}
@media (max-width: 968px) {
.edubiz-main-heading{font-size:2.1rem}
.edubiz-split-wrapper{grid-template-columns:1fr;gap:2.5rem}
.edubiz-split-image-zone img{height:360px}
.edubiz-approach-grid{grid-template-columns:1fr}
.edubiz-image-text-combo{grid-template-columns:1fr;gap:2rem}
.edubiz-stats-display{grid-template-columns:1fr;gap:1.5rem}
}
@media (max-width: 640px) {
.edubiz-hero-intro{padding:3rem 1rem}
.edubiz-main-heading{font-size:1.8rem}
.edubiz-subheading-text{font-size:1.05rem}
.edubiz-cta-group{flex-direction:column;width:100%}
.edubiz-primary-btn,.edubiz-secondary-link{width:100%;justify-content:center}
.edubiz-section-title{font-size:1.9rem}
.edubiz-grid-layout{grid-template-columns:1fr}
.edubiz-programs-showcase,.edubiz-visual-split,.edubiz-results-impact{padding:3rem 1rem}
.edubiz-testimonial-block{padding:1.8rem}
}
.bys-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.bys-hero-area{padding:4rem 2rem 3rem;max-width:1200px;margin:0 auto;position:relative}
.bys-hero-area::before{content:'';position:absolute;top:0;right:0;width:300px;height:300px;background:radial-gradient(circle,#cb8dae26 0%,transparent 70%);border-radius:50%;z-index:1}
.bys-hero-content{position:relative;z-index:2}
.bys-main-title{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.bys-subtitle{font-size:1.25rem;color:#495057;margin-bottom:2rem;line-height:1.6;max-width:720px}
.bys-intro-block{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 12px #0000000f;margin-top:2rem;border-left:4px solid #CB8DAE}
.bys-intro-text{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:0}
.bys-checklist-section{max-width:1200px;margin:3rem auto;padding:0 2rem}
.bys-checklist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}
.bys-check-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 8px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}
.bys-check-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#CB8DAE 0%,#DFC0D0 100%);transform:scaleX(0);transition:transform .3s ease}
.bys-check-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #cb8dae26}
.bys-check-card:hover::after{transform:scaleX(1)}
.bys-check-icon{width:48px;height:48px;background:linear-gradient(135deg,#E6C9D1 0%,#DFC0D0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem;color:#212529}
.bys-check-title{font-size:1.35rem;color:#212529;margin-bottom:1rem;font-weight:600;line-height:1.3}
.bys-check-desc{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.bys-questions-section{max-width:1200px;margin:4rem auto;padding:0 2rem}
.bys-split-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:2.5rem}
.bys-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}
.bys-image-wrapper img{width:100%;height:450px;object-fit:cover;display:block}
.bys-image-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,#212529d9 0%,transparent 100%);color:#fff}
.bys-overlay-text{font-size:.95rem;margin:0;line-height:1.5}
.bys-qa-container{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 12px #0000000f}
.bys-section-label{font-size:.9rem;color:#CB8DAE;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}
.bys-section-heading{font-size:2.2rem;color:#212529;margin-bottom:2rem;font-weight:700;line-height:1.3}
.bys-qa-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}
.bys-qa-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.bys-question{font-size:1.15rem;color:#212529;font-weight:600;margin-bottom:.75rem;line-height:1.4}
.bys-answer{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.bys-timeline-section{max-width:1200px;margin:4rem auto;padding:0 2rem}
.bys-timeline-wrapper{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 12px #0000000f;margin-top:2.5rem}
.bys-timeline-list{position:relative;padding-left:0;list-style:none;margin:0}
.bys-timeline-item{position:relative;padding-left:80px;padding-bottom:3rem;margin-bottom:0}
.bys-timeline-item:last-child{padding-bottom:0}
.bys-timeline-marker{position:absolute;left:0;top:0;width:50px;height:50px;background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff;box-shadow:0 2px 8px #cb8dae4d;z-index:2}
.bys-timeline-connector{position:absolute;left:24px;top:50px;width:2px;height:calc(100% - 50px);background:linear-gradient(to bottom,#E6C9D1 0%,#f8f9fa 100%);z-index:1}
.bys-timeline-item:last-child .bys-timeline-connector{display:none}
.bys-timeline-content{background:#fafbfc;padding:1.75rem;border-radius:8px;border-left:3px solid #E6C9D1}
.bys-timeline-heading{font-size:1.3rem;color:#212529;margin-bottom:.75rem;font-weight:600;line-height:1.3}
.bys-timeline-text{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.bys-ready-section{max-width:1200px;margin:4rem auto 5rem;padding:0 2rem}
.bys-ready-card{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);padding:3.5rem;border-radius:16px;box-shadow:0 4px 24px #00000014;text-align:center;position:relative;overflow:hidden}
.bys-ready-card::before{content:'';position:absolute;top:-50%;right:-50%;width:400px;height:400px;background:radial-gradient(circle,#e6c9d14d 0%,transparent 70%);border-radius:50%}
.bys-ready-content{position:relative;z-index:2}
.bys-ready-title{font-size:2rem;color:#212529;margin-bottom:1.25rem;font-weight:700;line-height:1.3}
.bys-ready-text{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2rem;max-width:680px;margin-left:auto;margin-right:auto}
.bys-image-showcase{margin:2.5rem 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}
.bys-image-showcase img{width:100%;height:380px;object-fit:cover;display:block}
.bys-cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #cb8dae4d;border:none;cursor:pointer}
.bys-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #cb8dae66;color:#fff;text-decoration:none}
@media (max-width: 968px) {
.bys-main-title{font-size:2.2rem}
.bys-section-heading{font-size:1.8rem}
.bys-split-layout{grid-template-columns:1fr;gap:2rem}
.bys-timeline-item{padding-left:70px}
.bys-hero-area::before{width:200px;height:200px}
}
@media (max-width: 640px) {
.bys-hero-area{padding:2.5rem 1.5rem 2rem}
.bys-main-title{font-size:1.8rem}
.bys-subtitle{font-size:1.1rem}
.bys-intro-block{padding:1.75rem}
.bys-checklist-grid{grid-template-columns:1fr;gap:1.5rem}
.bys-check-card{padding:1.5rem}
.bys-section-heading{font-size:1.6rem}
.bys-qa-container{padding:1.75rem}
.bys-timeline-wrapper{padding:2rem 1.5rem}
.bys-timeline-item{padding-left:60px}
.bys-timeline-marker{width:40px;height:40px;font-size:1rem}
.bys-timeline-connector{left:19px;top:40px;height:calc(100% - 40px)}
.bys-ready-card{padding:2.5rem 1.5rem}
.bys-ready-title{font-size:1.6rem}
.bys-image-wrapper img,.bys-image-showcase img{height:280px}
}
.ocean-energy-hero{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:4rem 2rem;margin-bottom:3rem;position:relative;overflow:hidden}
.ocean-energy-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#cb8dae1f 0%,transparent 70%);border-radius:50%}
.hero-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}
.hero-text-section h1{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;line-height:1.2;font-weight:700}
.hero-text-section p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.hero-cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #cb8dae40}
.hero-cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 25px #cb8dae59}
.hero-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a}
.hero-image-container img{width:100%;height:450px;object-fit:cover;display:block}
.adaptive-learning-section{padding:4rem 2rem;background:#fff;margin-bottom:3rem}
.adaptive-content-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:0.9fr 1.1fr;gap:4rem;align-items:start}
.adaptive-visual-block{position:relative}
.adaptive-visual-block img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #00000014}
.adaptive-info-block h2{font-size:2.3rem;color:#212529;margin-bottom:2rem;font-weight:700}
.learning-format-card{background:#f8f9fa;padding:1.8rem;margin-bottom:1.5rem;border-radius:10px;border-left:4px solid #CB8DAE;transition:all .3s ease}
.learning-format-card:hover{transform:translateX(8px);box-shadow:0 6px 20px #cb8dae26}
.learning-format-card h3{font-size:1.3rem;color:#343a40;margin-bottom:.8rem;font-weight:600}
.learning-format-card p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.decision-pathway-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:4.5rem 2rem;margin-bottom:3rem}
.pathway-container{max-width:1100px;margin:0 auto}
.pathway-header{text-align:center;margin-bottom:3.5rem}
.pathway-header h2{font-size:2.4rem;color:#212529;margin-bottom:1rem;font-weight:700}
.pathway-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.pathway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.pathway-step{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;position:relative;transition:all .3s ease}
.pathway-step:hover{transform:translateY(-5px);box-shadow:0 8px 30px #cb8dae33}
.step-number{width:50px;height:50px;background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}
.pathway-step h3{font-size:1.25rem;color:#343a40;margin-bottom:1rem;font-weight:600}
.pathway-step p{font-size:.98rem;color:#495057;line-height:1.65;margin:0}
.immersive-experience-section{padding:4rem 2rem;background:#fff;margin-bottom:2rem}
.immersive-layout{max-width:1200px;margin:0 auto}
.immersive-header{text-align:center;margin-bottom:3rem}
.immersive-header h2{font-size:2.5rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.immersive-header p{font-size:1.12rem;color:#495057;max-width:750px;margin:0 auto 2.5rem;line-height:1.7}
.experience-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}
.experience-image-block{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 6px 25px #0000001a}
.experience-image-block img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .4s ease}
.experience-image-block:hover img{transform:scale(1.05)}
.experience-details{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:2.5rem;border-radius:12px;border:2px solid #E6C9D1}
.experience-details h3{font-size:1.5rem;color:#343a40;margin-bottom:1.5rem;font-weight:600}
.experience-feature-list{list-style:none;padding:0;margin:0 0 2rem}
.experience-feature-list li{padding:.9rem 0;border-bottom:1px solid #E6C9D1;font-size:1.05rem;color:#495057;position:relative;padding-left:2rem}
.experience-feature-list li::before{content:'●';color:#CB8DAE;position:absolute;left:0;font-size:1.3rem;top:.7rem}
.experience-feature-list li:last-child{border-bottom:none}
.final-cta-wrapper{text-align:center;margin-top:2.5rem}
.secondary-cta-button{display:inline-block;padding:.95rem 2.3rem;background:#fff;color:#CB8DAE;border:2px solid #CB8DAE;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease}
.secondary-cta-button:hover{background:#CB8DAE;color:#fff;transform:translateY(-2px);box-shadow:0 5px 20px #cb8dae4d}
@media (max-width: 968px) {
.hero-content-wrapper{grid-template-columns:1fr;gap:2rem}
.hero-text-section h1{font-size:2.2rem}
.hero-image-container img{height:350px}
.adaptive-content-grid{grid-template-columns:1fr;gap:2.5rem}
.pathway-grid{grid-template-columns:1fr;gap:1.5rem}
.experience-showcase{grid-template-columns:1fr;gap:1.5rem}
.experience-image-block img{height:280px}
}
@media (max-width: 640px) {
.ocean-energy-hero{padding:2.5rem 1.5rem}
.hero-text-section h1{font-size:1.9rem}
.hero-text-section p{font-size:1.05rem}
.hero-cta-button{padding:.85rem 2rem;font-size:1rem}
.adaptive-learning-section{padding:3rem 1.5rem}
.adaptive-info-block h2{font-size:1.9rem}
.learning-format-card{padding:1.5rem}
.decision-pathway-section{padding:3rem 1.5rem}
.pathway-header h2{font-size:2rem}
.immersive-experience-section{padding:3rem 1.5rem}
.immersive-header h2{font-size:2rem}
.experience-details{padding:2rem}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.contact-hero-section{padding:5rem 1.5rem 3rem;background:linear-gradient(to right,#fff,#fafbfc);position:relative;overflow:hidden}
.contact-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cb8dae14,transparent 70%);border-radius:50%;z-index:1}
.contact-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:1.2rem;font-weight:700;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:700px}
.contact-content-layout{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}
.contact-info-panel{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;position:sticky;top:2rem}
.contact-info-panel h2{font-size:1.75rem;color:#212529;margin-bottom:1.8rem;font-weight:600}
.contact-detail-item{display:flex;align-items:flex-start;margin-bottom:2rem;gap:1rem}
.contact-detail-item:last-child{margin-bottom:0}
.contact-icon-wrapper{width:48px;height:48px;background:linear-gradient(135deg,#E6C9D1,#DFC0D0);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-icon-wrapper i{font-size:1.3rem;color:#212529}
.contact-detail-text h3{font-size:.95rem;color:#6c757d;margin-bottom:.4rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.contact-detail-text p{font-size:1.05rem;color:#212529;line-height:1.6;margin:0}
.contact-detail-text a{color:#CB8DAE;text-decoration:none;transition:color .3s ease}
.contact-detail-text a:hover{color:#a86d8c}
.contact-form-container{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #0000000f}
.contact-form-container h2{font-size:1.85rem;color:#212529;margin-bottom:1.5rem;font-weight:600}
.contact-form-intro{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:2.5rem}
.form-row-group{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}
.form-field-wrapper{margin-bottom:1.5rem}
.form-field-wrapper label{display:block;font-size:.95rem;color:#343a40;margin-bottom:.6rem;font-weight:500}
.form-field-wrapper input,.form-field-wrapper textarea,.form-field-wrapper select{width:100%;padding:.95rem 1.1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease}
.form-field-wrapper input:focus,.form-field-wrapper textarea:focus,.form-field-wrapper select:focus{outline:none;border-color:#CB8DAE;background:#fff;box-shadow:0 0 0 3px #cb8dae1a}
.form-field-wrapper textarea{min-height:160px;resize:vertical}
.privacy-consent-wrapper{margin:2rem 0;display:flex;align-items:flex-start;gap:.8rem}
.privacy-consent-wrapper input[type="checkbox"]{width:20px;height:20px;margin-top:.2rem;cursor:pointer;flex-shrink:0}
.privacy-consent-wrapper label{font-size:.95rem;color:#495057;line-height:1.6;cursor:pointer}
.privacy-consent-wrapper a{color:#CB8DAE;text-decoration:underline;transition:color .3s ease}
.privacy-consent-wrapper a:hover{color:#a86d8c}
.form-submit-button{background:linear-gradient(135deg,#CB8DAE,#DFC0D0);color:#212529;border:none;padding:1.1rem 3rem;font-size:1.05rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #cb8dae40}
.form-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #cb8dae59}
.form-submit-button:active{transform:translateY(0)}
.ocean-energy-showcase{max-width:1200px;margin:0 auto;padding:4rem 1.5rem;background:#fff;border-radius:16px;margin-top:3rem;box-shadow:0 4px 20px #0000000f}
.showcase-content-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center}
.showcase-text-block h2{font-size:2rem;color:#212529;margin-bottom:1.5rem;font-weight:600;line-height:1.3}
.showcase-text-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.showcase-feature-list{margin:2rem 0}
.showcase-feature-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem;padding:1rem;background:#fafbfc;border-radius:8px;border-left:4px solid #CB8DAE}
.showcase-feature-item i{font-size:1.4rem;color:#CB8DAE}
.showcase-feature-item span{font-size:1rem;color:#343a40;font-weight:500}
.showcase-image-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 6px 25px #0000001a}
.showcase-image-wrapper img{width:100%;height:400px;object-fit:cover;display:block}
.education-pathways-section{max-width:1200px;margin:4rem auto;padding:0 1.5rem}
.pathways-header{text-align:center;margin-bottom:3.5rem}
.pathways-header h2{font-size:2.2rem;color:#212529;margin-bottom:1rem;font-weight:700}
.pathways-header p{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.7}
.pathways-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.pathway-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #E6C9D1}
.pathway-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}
.pathway-card h3{font-size:1.5rem;color:#212529;margin-bottom:1rem;font-weight:600}
.pathway-card p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.pathway-link{display:inline-flex;align-items:center;gap:.5rem;color:#CB8DAE;text-decoration:none;font-weight:600;font-size:1rem;transition:gap .3s ease}
.pathway-link:hover{gap:.8rem}
.pathway-link i{font-size:1.1rem}
.location-context-section{max-width:1200px;margin:4rem auto;padding:3.5rem 1.5rem;background:linear-gradient(to bottom,#fafbfc,#fff);border-radius:16px}
.location-intro{max-width:800px;margin:0 auto 3rem;text-align:center}
.location-intro h2{font-size:2rem;color:#212529;margin-bottom:1.2rem;font-weight:600}
.location-intro p{font-size:1.05rem;color:#495057;line-height:1.8}
.location-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2.5rem}
.location-benefit-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 3px 15px #0000000d;border-left:5px solid #DFC0D0}
.location-benefit-card h3{font-size:1.3rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.location-benefit-card p{font-size:1rem;color:#495057;line-height:1.7}
@media (max-width: 992px) {
.contact-content-layout{grid-template-columns:1fr;gap:3rem}
.contact-info-panel{position:static}
.showcase-content-grid{grid-template-columns:1fr}
.showcase-image-wrapper img{height:350px}
.pathways-cards-grid{grid-template-columns:1fr}
.location-benefits-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2.2rem}
.contact-hero-section{padding:3rem 1.5rem 2rem}
.contact-form-container{padding:2rem 1.5rem}
.form-row-group{grid-template-columns:1fr;gap:1.5rem}
.contact-info-panel{padding:2rem 1.5rem}
.ocean-energy-showcase{padding:2.5rem 1.5rem;margin-top:2rem}
.showcase-text-block h2{font-size:1.7rem}
.pathways-header h2{font-size:1.9rem}
.location-intro h2{font-size:1.75rem}
}
.about-us-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh}
.about-hero-section{padding:90px 20px 70px;background:linear-gradient(to right,#fff 0%,#fafafa 100%);position:relative;overflow:hidden}
.about-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cb8dae14 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:clamp(2.2rem,5vw,3.8rem);color:#212529;margin-bottom:28px;font-weight:700;line-height:1.15;letter-spacing:-.02em}
.about-hero-intro{font-size:1.25rem;color:#495057;max-width:780px;line-height:1.7;margin-bottom:0}
.mission-block-container{padding:85px 20px;background:#fff}
.mission-inner-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.mission-text-column h2{font-size:clamp(1.9rem,4vw,2.8rem);color:#212529;margin-bottom:26px;font-weight:700}
.mission-text-column p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:22px}
.mission-text-column p:last-of-type{margin-bottom:0}
.mission-image-column{position:relative}
.mission-image-column img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 8px 30px #00000014}
.mission-image-column::after{content:'';position:absolute;bottom:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#E6C9D1 0%,#DFC0D0 100%);border-radius:50%;z-index:-1;opacity:.4}
.approach-section-wrapper{padding:80px 20px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.approach-content-grid{max-width:1200px;margin:0 auto}
.approach-header-area{text-align:center;margin-bottom:65px}
.approach-header-area h2{font-size:clamp(1.85rem,4vw,2.7rem);color:#212529;margin-bottom:20px;font-weight:700}
.approach-header-area p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.approach-cards-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px}
.single-approach-card{background:#fff;padding:40px 32px;border-radius:10px;border:2px solid #f0f0f0;transition:all .3s ease;position:relative}
.single-approach-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(to bottom,#CB8DAE,#DFC0D0);transition:height .3s ease}
.single-approach-card:hover{border-color:#E6C9D1;transform:translateY(-4px);box-shadow:0 12px 35px #cb8dae26}
.single-approach-card:hover::before{height:100%}
.approach-card-icon{width:54px;height:54px;background:linear-gradient(135deg,#E6C9D1 0%,#DFC0D0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.approach-card-icon i{font-size:26px;color:#fff}
.single-approach-card h3{font-size:1.4rem;color:#212529;margin-bottom:16px;font-weight:600}
.single-approach-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.values-showcase-area{padding:85px 20px;background:#fff;position:relative}
.values-showcase-area::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(to right,#CB8DAE 0%,#DFC0D0 50%,#E6C9D1 100%)}
.values-content-container{max-width:1200px;margin:0 auto}
.values-title-section{margin-bottom:55px}
.values-title-section h2{font-size:clamp(1.85rem,4vw,2.7rem);color:#212529;margin-bottom:24px;font-weight:700}
.values-grid-display{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.value-item-block{display:flex;gap:25px;align-items:flex-start}
.value-visual-element{flex-shrink:0}
.value-visual-element img{width:220px;height:220px;object-fit:cover;border-radius:8px;box-shadow:0 6px 20px #00000012}
.value-text-content h3{font-size:1.45rem;color:#212529;margin-bottom:14px;font-weight:600}
.value-text-content p{font-size:1.02rem;color:#495057;line-height:1.75;margin:0}
.journey-timeline-section{padding:80px 20px 90px;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%)}
.timeline-container-main{max-width:1100px;margin:0 auto}
.timeline-header-intro{text-align:center;margin-bottom:70px}
.timeline-header-intro h2{font-size:clamp(1.85rem,4vw,2.7rem);color:#212529;margin-bottom:20px;font-weight:700}
.timeline-header-intro p{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.7}
.timeline-events-wrapper{position:relative;padding-left:80px}
.timeline-vertical-line{position:absolute;left:32px;top:20px;bottom:20px;width:3px;background:linear-gradient(to bottom,#CB8DAE,#DFC0D0,#E6C9D1)}
.timeline-single-event{position:relative;margin-bottom:50px;padding:28px 32px;background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000000f}
.timeline-single-event::before{content:'';position:absolute;left:-63px;top:35px;width:18px;height:18px;background:#CB8DAE;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #CB8DAE}
.timeline-event-year{font-size:.95rem;color:#CB8DAE;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}
.timeline-single-event h3{font-size:1.35rem;color:#212529;margin-bottom:12px;font-weight:600}
.timeline-single-event p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
@media (max-width: 992px) {
.mission-inner-wrapper{grid-template-columns:1fr;gap:45px}
.mission-image-column::after{width:140px;height:140px;bottom:-15px;right:-15px}
.values-grid-display{grid-template-columns:1fr;gap:40px}
.value-item-block{flex-direction:column}
.value-visual-element img{width:100%;height:280px}
}
@media (max-width: 768px) {
.about-hero-section{padding:60px 20px 50px}
.mission-block-container{padding:60px 20px}
.approach-section-wrapper{padding:60px 20px}
.approach-cards-layout{grid-template-columns:1fr;gap:28px}
.values-showcase-area{padding:60px 20px}
.journey-timeline-section{padding:60px 20px 70px}
.timeline-events-wrapper{padding-left:45px}
.timeline-vertical-line{left:18px}
.timeline-single-event::before{left:-38px;top:28px;width:14px;height:14px}
.timeline-single-event{padding:22px 24px;margin-bottom:35px}
}
@media (max-width: 480px) {
.about-hero-content h1{font-size:1.9rem}
.about-hero-intro{font-size:1.1rem}
.mission-text-column h2{font-size:1.7rem}
.approach-header-area h2{font-size:1.7rem}
.values-title-section h2{font-size:1.7rem}
.timeline-header-intro h2{font-size:1.7rem}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:3rem 1.5rem}
.cookie-policy-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;padding:3.5rem 3rem;box-shadow:0 4px 20px #cb8dae14}
.cookie-policy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #E6C9D1}
.cookie-policy-header h1{font-size:2.5rem;color:#212529;margin-bottom:1rem;font-weight:700;line-height:1.2}
.cookie-policy-date{color:#6c757d;font-size:.95rem;margin-top:.5rem}
.cookie-intro-text{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:2.5rem;padding:1.5rem;background:#fafbfc;border-left:4px solid #CB8DAE;border-radius:4px}
.cookie-section{margin-bottom:3rem}
.cookie-section h2{font-size:1.8rem;color:#343a40;margin-bottom:1.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem}
.cookie-section h2::before{content:'';width:6px;height:28px;background:linear-gradient(180deg,#CB8DAE 0%,#DFC0D0 100%);border-radius:3px}
.cookie-section h3{font-size:1.4rem;color:#495057;margin:2rem 0 1rem;font-weight:600}
.cookie-section p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.2rem}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}
.cookie-type-card{background:#f8f9fa;padding:1.8rem;border-radius:8px;border:2px solid #E6C9D1;transition:all .3s ease}
.cookie-type-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #cb8dae26;border-color:#CB8DAE}
.cookie-type-title{font-size:1.25rem;color:#CB8DAE;font-weight:600;margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}
.cookie-type-icon{width:24px;height:24px;background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%);border-radius:50%;display:inline-block}
.cookie-type-desc{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:.8rem}
.cookie-examples{background:#fff;padding:1rem 1.5rem;border-radius:6px;margin-top:1rem}
.cookie-examples strong{color:#343a40;font-weight:600;display:block;margin-bottom:.5rem}
.cookie-examples ul{list-style:none;padding:0;margin:0}
.cookie-examples li{padding:.4rem 0;color:#6c757d;font-size:.95rem;padding-left:1.2rem;position:relative}
.cookie-examples li::before{content:'•';position:absolute;left:0;color:#CB8DAE;font-weight:700}
.browser-controls-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin:2rem 0}
.browser-item{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);padding:1.5rem;border-radius:8px;border:1px solid #E6C9D1}
.browser-name{font-size:1.15rem;color:#343a40;font-weight:600;margin-bottom:.6rem}
.browser-desc{font-size:.98rem;color:#6c757d;line-height:1.6}
.info-highlight-box{background:linear-gradient(135deg,#E6C9D1 0%,#DFC0D0 100%);padding:2rem;border-radius:10px;margin:2.5rem 0;border:1px solid #CB8DAE}
.info-highlight-box p{color:#212529;font-size:1.05rem;line-height:1.7;margin-bottom:.8rem}
.info-highlight-box p:last-child{margin-bottom:0}
.data-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 12px #0000000f}
.cookie-data-table{width:100%;border-collapse:collapse;background:#fff}
.cookie-data-table thead{background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%)}
.cookie-data-table th{padding:1.2rem 1rem;text-align:left;color:#212529;font-weight:600;font-size:1.05rem;border-bottom:2px solid #E6C9D1}
.cookie-data-table td{padding:1rem;color:#495057;font-size:.98rem;border-bottom:1px solid #f0f0f0;line-height:1.6}
.cookie-data-table tbody tr:hover{background:#fafbfc}
.cookie-data-table tbody tr:last-child td{border-bottom:none}
.contact-info-section{background:#f8f9fa;padding:2.5rem;border-radius:10px;margin-top:3rem;border-left:6px solid #CB8DAE}
.contact-info-section h3{color:#343a40;font-size:1.5rem;margin-bottom:1.2rem;font-weight:600}
.contact-details{display:flex;flex-direction:column;gap:1rem}
.contact-item{display:flex;align-items:center;gap:.8rem;color:#495057;font-size:1.05rem}
.contact-item-icon{width:20px;height:20px;background:#CB8DAE;border-radius:50%;flex-shrink:0}
.contact-link{color:#CB8DAE;text-decoration:none;font-weight:500;transition:color .2s ease}
.contact-link:hover{color:#a86d8c;text-decoration:underline}
.policy-list{list-style:none;padding:0;margin:1.5rem 0}
.policy-list li{padding:.8rem 0;padding-left:2rem;position:relative;color:#495057;font-size:1.05rem;line-height:1.7}
.policy-list li::before{content:'';position:absolute;left:0;color:#CB8DAE;font-weight:700;font-size:1.2rem}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:2rem 1rem}
.cookie-policy-container{padding:2rem 1.5rem}
.cookie-policy-header h1{font-size:2rem}
.cookie-section h2{font-size:1.5rem}
.cookie-section h3{font-size:1.2rem}
.cookie-intro-text{font-size:1rem;padding:1rem}
.cookie-type-card{padding:1.3rem}
.contact-info-section{padding:1.5rem}
.data-table-wrapper{margin:1.5rem -1.5rem;border-radius:0}
.cookie-data-table th,.cookie-data-table td{padding:.8rem .6rem;font-size:.9rem}
}
@media (max-width: 480px) {
.cookie-policy-header h1{font-size:1.75rem}
.cookie-section h2{font-size:1.35rem}
.contact-item{font-size:.95rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.privacy-policy-container{max-width:920px;margin:0 auto;padding:65px 30px 80px}
.privacy-header-block{text-align:center;margin-bottom:55px;padding-bottom:40px;border-bottom:2px solid #E6C9D1}
.privacy-main-title{font-size:2.8rem;color:#212529;margin:0 0 18px;font-weight:700;letter-spacing:-.5px}
.privacy-update-date{font-size:1.05rem;color:#6c757d;font-weight:500}
.privacy-intro-section{background:#fff;padding:40px;border-radius:12px;margin-bottom:35px;box-shadow:0 2px 8px #cb8dae14}
.privacy-intro-text{font-size:1.1rem;line-height:1.75;color:#495057;margin:0}
.privacy-content-section{background:#fff;padding:45px;border-radius:12px;margin-bottom:30px;border-left:4px solid #CB8DAE;box-shadow:0 2px 6px #0000000a}
.privacy-section-heading{font-size:1.75rem;color:#212529;margin:0 0 25px;font-weight:600;display:flex;align-items:center;gap:12px}
.privacy-section-number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%);color:#fff;border-radius:50%;font-size:1.2rem;font-weight:700;flex-shrink:0}
.privacy-text-block{font-size:1.05rem;line-height:1.8;color:#495057;margin-bottom:20px}
.privacy-text-block:last-child{margin-bottom:0}
.privacy-list-standard{margin:20px 0;padding-left:0;list-style:none}
.privacy-list-standard li{position:relative;padding-left:35px;margin-bottom:15px;font-size:1.05rem;line-height:1.7;color:#495057}
.privacy-list-standard li::before{content:"→";position:absolute;left:8px;color:#CB8DAE;font-weight:700;font-size:1.2rem}
.privacy-subsection-title{font-size:1.35rem;color:#343a40;margin:30px 0 18px;font-weight:600}
.privacy-highlight-box{background:linear-gradient(135deg,#faf6f8 0%,#f9f4f6 100%);border:2px solid #E6C9D1;border-radius:10px;padding:30px;margin:30px 0}
.privacy-highlight-box .privacy-text-block{margin-bottom:15px}
.privacy-highlight-box .privacy-text-block:last-child{margin-bottom:0}
.privacy-contact-block{background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%);color:#fff;padding:45px;border-radius:12px;margin-top:45px;text-align:center}
.privacy-contact-heading{font-size:1.65rem;margin:0 0 20px;font-weight:600}
.privacy-contact-details{font-size:1.1rem;line-height:1.9;margin:0}
.privacy-contact-details strong{display:block;margin-top:12px;font-weight:600}
.privacy-table-wrapper{overflow-x:auto;margin:25px 0}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}
.privacy-data-table thead{background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%)}
.privacy-data-table th{color:#fff;padding:18px 20px;text-align:left;font-weight:600;font-size:1.05rem}
.privacy-data-table td{padding:16px 20px;border-bottom:1px solid #f0f0f0;color:#495057;font-size:1rem;line-height:1.6}
.privacy-data-table tbody tr:last-child td{border-bottom:none}
.privacy-data-table tbody tr:hover{background:#fafbfc}
.privacy-emphasis-text{color:#CB8DAE;font-weight:600}
.privacy-note-small{font-size:.95rem;color:#6c757d;font-style:italic;margin-top:25px;padding-top:20px;border-top:1px solid #E6C9D1}
@media (max-width: 768px) {
.privacy-policy-container{padding:40px 20px 60px}
.privacy-main-title{font-size:2rem}
.privacy-content-section{padding:30px 25px}
.privacy-intro-section{padding:28px 22px}
.privacy-section-heading{font-size:1.45rem;flex-direction:column;align-items:flex-start;gap:15px}
.privacy-section-number{width:38px;height:38px;font-size:1.1rem}
.privacy-highlight-box{padding:22px}
.privacy-contact-block{padding:32px 22px}
.privacy-data-table{font-size:.9rem}
.privacy-data-table th,.privacy-data-table td{padding:12px 14px}
}
@media (max-width: 480px) {
.privacy-main-title{font-size:1.7rem}
.privacy-content-section{padding:25px 18px}
.privacy-section-heading{font-size:1.3rem}
.privacy-list-standard li{padding-left:30px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:60px 20px}
.success-confirmation-container{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 20px #cb8dae1f;padding:50px 40px;text-align:center;position:relative;overflow:hidden}
.success-confirmation-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#CB8DAE 0%,#DFC0D0 50%,#E6C9D1 100%)}
.success-icon-holder{width:90px;height:90px;margin:0 auto 30px;background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:success-pulse 2s ease-in-out infinite}
@keyframes success-pulse {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #cb8dae66}
50%{transform:scale(1.05);box-shadow:0 0 0 20px #cb8dae00}
}
.success-icon-holder i{font-size:42px;color:#fff}
.success-main-heading{font-size:38px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.2}
.success-subheading-text{font-size:19px;color:#495057;line-height:1.6;margin:0 0 35px}
.success-details-block{background:#f8f9fa;border-radius:12px;padding:32px 28px;margin:0 0 40px;text-align:left}
.success-details-block h2{font-size:22px;color:#343a40;margin:0 0 20px;font-weight:600}
.success-info-list{list-style:none;padding:0;margin:0}
.success-info-list li{padding:14px 0 14px 36px;position:relative;font-size:16px;color:#495057;line-height:1.6;border-bottom:1px solid #e9ecef}
.success-info-list li:last-child{border-bottom:none}
.success-info-list li::before{content:'';position:absolute;left:0;top:14px;width:24px;height:24px;background:#CB8DAE;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}
.success-timeline-info{background:#fff;border-left:4px solid #CB8DAE;padding:20px 24px;margin:0 0 35px;border-radius:8px}
.success-timeline-info p{margin:0;font-size:16px;color:#343a40;line-height:1.7}
.success-timeline-info strong{color:#CB8DAE;font-weight:600}
.success-buttons-area{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin:0 0 30px}
.success-primary-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#CB8DAE 0%,#DFC0D0 100%);color:#fff;text-decoration:none;border-radius:10px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #cb8dae40}
.success-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #cb8dae59;color:#fff}
.success-secondary-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:#fff;color:#CB8DAE;text-decoration:none;border:2px solid #CB8DAE;border-radius:10px;font-size:17px;font-weight:600;transition:all .3s ease}
.success-secondary-btn:hover{background:#CB8DAE;color:#fff;transform:translateY(-2px)}
.success-contact-box{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);border-radius:12px;padding:28px;margin:35px 0 0}
.success-contact-box h3{font-size:20px;color:#343a40;margin:0 0 18px;font-weight:600}
.success-contact-details{display:flex;flex-direction:column;gap:12px;align-items:center}
.success-contact-item{display:flex;align-items:center;gap:10px;color:#495057;font-size:15px}
.success-contact-item i{color:#CB8DAE;font-size:18px}
.success-contact-item a{color:#495057;text-decoration:none;transition:color .3s ease}
.success-contact-item a:hover{color:#CB8DAE}
@media (max-width: 768px) {
.success-page-wrapper{padding:40px 16px}
.success-confirmation-container{padding:40px 24px}
.success-main-heading{font-size:30px}
.success-subheading-text{font-size:17px}
.success-details-block{padding:24px 20px}
.success-buttons-area{flex-direction:column}
.success-primary-btn,.success-secondary-btn{width:100%;justify-content:center}
.success-icon-holder{width:75px;height:75px}
.success-icon-holder i{font-size:36px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:26px}
.success-details-block h2{font-size:19px}
.success-info-list li{font-size:15px}
}