:root{--primary-shade:#CF6ACE;--secondary-shade:#163B1B;--tertiary-shade:#FEFDD6;--light-base:#fff;--light-gray-soft:#f8f9fa;--text-dark-primary:#212529;--text-dark-secondary:#495057;--spacing-unit:1.25rem}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Manrope',-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.7;color:var(--text-dark-primary);background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);overflow-x:hidden}
a{text-decoration:none;color:inherit;transition:color .25s ease}
img{max-width:100%;height:auto;display:block}
.header_wrapper__9kx{background:linear-gradient(180deg,var(--light-base) 0%,var(--light-gray-soft) 100%);box-shadow:0 2px 12px #163b1b0f;position:relative}
.header_row_top__7mq{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 5%;border-bottom:1px solid #cf6ace1f}
.logo_container__3zw{display:flex;align-items:center;gap:.9rem;z-index:20;position:relative}
.logo_img__5pr{height:62px;width:62px;object-fit:contain;filter:drop-shadow(0 1px 3px #163b1b26)}
.trust_indicators__2nh{display:flex;align-items:center;gap:2rem}
.trust_badge__4lw{font-size:.82rem;color:var(--text-dark-secondary);font-weight:500;letter-spacing:.3px;display:flex;align-items:center;gap:.5rem}
.badge_icon__8tp{width:18px;height:18px;background:linear-gradient(135deg,var(--primary-shade) 0%,var(--secondary-shade) 100%);border-radius:50%;display:inline-block}
.header_row_bottom__6pv{display:flex;align-items:center;justify-content:space-between;padding:1rem 5%}
.company_info__9bx{display:flex;align-items:center;gap:1.5rem}
.info_item__3kd{font-size:.88rem;color:var(--text-dark-secondary);display:flex;align-items:center;gap:.6rem}
.icon_circle__7mn{width:28px;height:28px;background:linear-gradient(135deg,#cf6ace26 0%,#fefdd626 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--secondary-shade);font-size:.75rem}
.nav_primary__4js{display:flex;gap:.2rem;align-items:center}
.nav_link__8wq{padding:.7rem 1.4rem;font-weight:500;font-size:.95rem;color:var(--text-dark-primary);position:relative;transition:color .3s ease;border-radius:6px}
.nav_link__8wq::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%) perspective(800px) rotateX(90deg);width:0;height:2px;background:linear-gradient(90deg,var(--primary-shade) 0%,var(--secondary-shade) 100%);transition:width .3s ease,transform .3s ease;transform-style:preserve-3d}
.nav_link__8wq:hover{color:var(--primary-shade)}
.nav_link__8wq:hover::before{width:80%;transform:translateX(-50%) perspective(800px) rotateX(0deg)}
.nav_link__8wq:focus{outline:3px solid var(--primary-shade);outline-offset:2px}
.hero_section__9mx{padding:5rem 5% 4rem;background:linear-gradient(165deg,#fff 0%,#fefdd640 50%,#cf6ace14 100%);position:relative;perspective:1200px;transform-style:preserve-3d}
.hero_content__7kp{max-width:1100px;margin:0 auto;text-align:center;transform:translateZ(40px)}
.hero_title__5nw{color:var(--text-dark-primary);margin-bottom:1.5rem;letter-spacing:-.5px;font:700 clamp(2.2rem,5vw,3.5rem)/1.2 'Space Grotesk',sans-serif}
.hero_subtitle__2lp{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--text-dark-secondary);margin-bottom:2.5rem;max-width:780px;margin-left:auto;margin-right:auto;line-height:1.6}
.cta_buttons__4wz{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.btn_primary__9tx{padding:1rem 2.2rem;background:linear-gradient(135deg,var(--primary-shade) 0%,var(--secondary-shade) 100%);color:var(--light-base);border-radius:8px;font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:opacity .3s ease,transform .2s ease;box-shadow:0 4px 15px #cf6ace4d}
.btn_primary__9tx:hover{opacity:.9;transform:translateY(-2px)}
.btn_primary__9tx:focus{outline:3px solid var(--primary-shade);outline-offset:3px}
.btn_secondary__6hm{padding:1rem 2.2rem;background:var(--light-base);color:var(--secondary-shade);border:2px solid var(--secondary-shade);border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s ease,color .3s ease}
.btn_secondary__6hm:hover{background:var(--secondary-shade);color:var(--light-base)}
.btn_secondary__6hm:focus{outline:3px solid var(--secondary-shade);outline-offset:3px}
.features_section__3bk{padding:4.5rem 5%;background:var(--light-base)}
.section_title__7pl{color:var(--text-dark-primary);text-align:center;margin-bottom:3rem;font:700 clamp(1.8rem,4vw,2.5rem) 'Space Grotesk',sans-serif}
.features_grid__5mx{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}
.feature_card__8lw{background:linear-gradient(145deg,#fff 0%,var(--light-gray-soft) 100%);padding:2rem;border-radius:12px;box-shadow:0 3px 20px #163b1b14;transition:transform .3s ease,box-shadow .3s ease;perspective:1000px;transform-style:preserve-3d}
.feature_card__8lw:hover{transform:translateY(-5px) rotateX(2deg);box-shadow:0 8px 30px #cf6ace33}
.feature_icon__4nz{width:50px;height:50px;background:linear-gradient(135deg,#cf6ace33 0%,#fefdd64d 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-weight:700;color:var(--secondary-shade);font-size:1.5rem}
.feature_title__2pq{color:var(--text-dark-primary);margin-bottom:.8rem;font:600 1.3rem 'Space Grotesk',sans-serif}
.feature_description__9wk{font-size:.95rem;color:var(--text-dark-secondary);line-height:1.65}
.footer_wrapper__5lq{background:linear-gradient(180deg,var(--secondary-shade) 0%,#0d2412 100%);color:var(--light-base);padding:3.5rem 5% 1.5rem}
.footer_main__7bx{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto;margin-bottom:2.5rem}
.footer_column__3mz{display:flex;flex-direction:column;gap:1rem}
.footer_logo__9px{height:55px;width:55px;margin-bottom:.8rem}
.footer_title__6kw{margin-bottom:.8rem;color:var(--tertiary-shade);font:600 1.1rem 'Space Grotesk',sans-serif}
.footer_link__4jz{font-size:.92rem;color:#fffc;transition:color .3s ease;display:inline-block}
.footer_link__4jz:hover{color:var(--tertiary-shade)}
.footer_link__4jz:focus{outline:2px solid var(--tertiary-shade);outline-offset:2px}
.footer_contact__8nq{font-size:.92rem;color:#fffc;line-height:1.8}
.footer_bottom__2lw{border-top:1px solid #fefdd633;padding-top:1.5rem;text-align:center;font-size:.88rem;color:#ffffffb3}
@media (max-width: 968px) {
.header_row_top__7mq,.header_row_bottom__6pv{flex-direction:column;gap:1rem;text-align:center}
.trust_indicators__2nh,.company_info__9bx{flex-direction:column;gap:.8rem}
.nav_primary__4js{flex-direction:column;width:100%;gap:.5rem}
.nav_link__8wq{width:100%;text-align:center;padding:.9rem}
.hero_section__9mx{padding:3rem 5% 2.5rem}
.cta_buttons__4wz{flex-direction:column;align-items:center}
.btn_primary__9tx,.btn_secondary__6hm{width:100%;max-width:320px}
.features_grid__5mx{grid-template-columns:1fr}
.footer_main__7bx{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 640px) {
.logo_img__5pr{height:50px;width:50px}
.hero_title__5nw{font-size:1.9rem}
.section_title__7pl{font-size:1.6rem}
}
.program-learning-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7}
.program-learning-wrapper *{box-sizing:border-box}
.program-hero-block{background:linear-gradient(135deg,#FEFDD6 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.program-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cf6ace1a 0%,transparent 70%);border-radius:50%}
.program-hero-content{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.program-hero-title{font-size:2.8rem;font-weight:700;color:#163B1B;margin:0 0 20px;line-height:1.2}
.program-hero-subtitle{font-size:1.3rem;color:#495057;margin:0 0 35px;max-width:700px}
.program-cta-primary{display:inline-block;background:#CF6ACE;color:#fff;padding:16px 40px;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #cf6ace4d}
.program-cta-primary:hover{background:#b855b3;transform:translateY(-2px);box-shadow:0 6px 20px #cf6ace66}
.program-structure-section{padding:70px 20px;background:#fff}
.program-structure-container{max-width:1140px;margin:0 auto}
.program-section-label{display:inline-block;background:#FEFDD6;color:#163B1B;padding:8px 20px;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}
.program-structure-title{font-size:2.4rem;color:#163B1B;margin:0 0 15px;font-weight:700;position:relative;display:inline-block}
.program-structure-title::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:#CF6ACE;border-radius:2px}
.program-structure-intro{font-size:1.15rem;color:#495057;margin:30px 0 50px;max-width:800px}
.program-modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:40px}
.program-module-card{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:35px 30px;transition:all .3s ease;position:relative}
.program-module-card:hover{border-color:#CF6ACE;transform:translateY(-5px);box-shadow:0 8px 24px #00000014}
.program-module-number{position:absolute;top:20px;right:20px;width:45px;height:45px;background:linear-gradient(135deg,#CF6ACE 0%,#b855b3 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}
.program-module-title{font-size:1.5rem;color:#163B1B;margin:0 0 15px;font-weight:600}
.program-module-desc{color:#495057;font-size:1rem;line-height:1.6;margin:0}
.program-timeline-section{padding:70px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.program-timeline-container{max-width:1000px;margin:0 auto}
.program-timeline-header{text-align:center;margin-bottom:60px}
.program-timeline-heading{font-size:2.4rem;color:#163B1B;margin:0 0 20px;font-weight:700}
.program-timeline-subtext{font-size:1.1rem;color:#495057;margin:0}
.program-phases-wrapper{position:relative;padding-left:80px}
.program-phases-wrapper::before{content:'';position:absolute;left:28px;top:30px;bottom:30px;width:3px;background:linear-gradient(180deg,#CF6ACE 0%,#163B1B 100%)}
.program-phase-item{position:relative;margin-bottom:45px;padding-left:0}
.program-phase-marker{position:absolute;left:-65px;top:8px;width:60px;height:60px;background:#fff;border:4px solid #CF6ACE;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;color:#163B1B;z-index:2}
.program-phase-content{background:#fff;border:2px solid #e9ecef;border-radius:10px;padding:25px 30px}
.program-phase-title{font-size:1.4rem;color:#163B1B;margin:0 0 12px;font-weight:600}
.program-phase-description{color:#495057;margin:0 0 10px;line-height:1.6}
.program-phase-duration{color:#CF6ACE;font-weight:600;font-size:.95rem}
.program-approach-section{padding:70px 20px;background:#fff}
.program-approach-layout{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.program-approach-text{padding-right:20px}
.program-approach-heading{font-size:2.3rem;color:#163B1B;margin:0 0 25px;font-weight:700;line-height:1.3}
.program-approach-paragraph{color:#495057;font-size:1.05rem;line-height:1.7;margin:0 0 20px}
.program-approach-highlights{margin-top:30px}
.program-highlight-item{display:flex;align-items:flex-start;margin-bottom:20px;gap:15px}
.program-highlight-icon{width:30px;height:30px;background:#FEFDD6;border:2px solid #CF6ACE;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:3px}
.program-highlight-icon::before{content:'';color:#163B1B;font-weight:700;font-size:1.1rem}
.program-highlight-text{color:#343a40;font-size:1.05rem;line-height:1.6;margin:0}
.program-approach-visual{position:relative}
.program-approach-image{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000001a}
.program-outcomes-section{padding:70px 20px 80px;background:linear-gradient(135deg,#163B1B 0%,#0d2410 100%);color:#fff;position:relative;overflow:hidden}
.program-outcomes-section::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#cf6ace26 0%,transparent 70%);border-radius:50%}
.program-outcomes-section::after{content:'';position:absolute;bottom:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,#fefdd61a 0%,transparent 70%);border-radius:50%}
.program-outcomes-container{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.program-outcomes-header{text-align:center;margin-bottom:60px}
.program-outcomes-title{font-size:2.5rem;margin:0 0 20px;font-weight:700;color:#fff}
.program-outcomes-subtitle{font-size:1.15rem;color:#FEFDD6;margin:0;opacity:.95}
.program-outcomes-split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.program-outcomes-image-wrapper{position:relative}
.program-outcomes-photo{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 15px 50px #0000004d}
.program-outcomes-list{padding:30px;background:#ffffff0d;border-radius:12px;border:2px solid #fefdd633}
.program-outcome-point{margin-bottom:30px;padding-left:40px;position:relative}
.program-outcome-point::before{content:'';position:absolute;left:0;top:5px;width:24px;height:24px;background:#CF6ACE;border-radius:4px;transform:rotate(45deg)}
.program-outcome-heading{font-size:1.3rem;color:#FEFDD6;margin:0 0 10px;font-weight:600}
.program-outcome-detail{color:#ffffffe6;line-height:1.6;margin:0;font-size:1.05rem}
.program-cta-secondary{display:inline-block;background:#CF6ACE;color:#fff;padding:16px 45px;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.1rem;margin-top:40px;transition:all .3s ease}
.program-cta-secondary:hover{background:#b855b3;transform:translateY(-2px);box-shadow:0 8px 25px #cf6ace66}
@media (max-width: 768px) {
.program-hero-title{font-size:2.2rem}
.program-hero-subtitle{font-size:1.1rem}
.program-modules-grid{grid-template-columns:1fr}
.program-phases-wrapper{padding-left:0}
.program-phases-wrapper::before{display:none}
.program-phase-marker{position:relative;left:0;margin-bottom:15px}
.program-approach-layout{grid-template-columns:1fr;gap:40px}
.program-approach-text{padding-right:0}
.program-approach-image{height:350px}
.program-outcomes-split{grid-template-columns:1fr;gap:40px}
.program-structure-title,.program-timeline-heading,.program-approach-heading,.program-outcomes-title{font-size:2rem}
}
.index-hero-wrapper{position:relative;height:100vh;min-height:600px;overflow:hidden;background:linear-gradient(135deg,#163B1B 0%,#2a5a2f 100%)}
.index-hero-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url(./article_images/x9Oh.jpg) no-repeat center center/cover;opacity:.3;z-index:1}
.index-hero-content-layer{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}
.index-hero-text-block{max-width:900px;text-align:center}
.index-hero-text-block h1{font-size:4rem;font-weight:800;color:#FEFDD6;margin-bottom:1.5rem;line-height:1.1;text-shadow:2px 4px 12px #0006}
.index-hero-text-block h1::after{content:'';display:block;width:120px;height:5px;background:#CF6ACE;margin:1.5rem auto 0;border-radius:10px}
.index-hero-text-block p{font-size:1.4rem;color:#f8f9fa;line-height:1.7;margin-bottom:2.5rem;text-shadow:1px 2px 8px #0000004d}
.index-hero-cta-btn{display:inline-block;padding:1.2rem 3rem;background:#CF6ACE;color:#fff;font-size:1.2rem;font-weight:700;text-decoration:none;border-radius:50px;box-shadow:0 6px 20px #cf6ace66;transition:all .3s ease}
.index-hero-cta-btn:hover{background:#b555b0;transform:translateY(-3px);box-shadow:0 10px 30px #cf6ace99;color:#fff}
.index-diagonal-intro{position:relative;background:linear-gradient(165deg,#fff 0%,#f5f6fa 100%);padding:6rem 2rem 8rem;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin-top:-4rem}
.index-diagonal-intro-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.index-diagonal-text h2{font-size:2.6rem;color:#163B1B;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.index-diagonal-text h2::before{content:'▸';color:#CF6ACE;margin-right:.8rem;font-size:2rem}
.index-diagonal-text p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:1.2rem}
.index-diagonal-img-box{position:relative}
.index-diagonal-img-box img{width:100%;height:420px;object-fit:cover;border-radius:20px;box-shadow:0 15px 40px #163b1b26;transform:rotate(-2deg);transition:transform .4s ease}
.index-diagonal-img-box img:hover{transform:rotate(0deg) scale(1.02)}
.index-layered-showcase{background:#163B1B;padding:5rem 2rem;position:relative;overflow:hidden}
.index-layered-showcase::before{content:'';position:absolute;top:-50px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#cf6ace33,transparent);border-radius:50%;z-index:1}
.index-layered-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.index-layered-header{text-align:center;margin-bottom:3.5rem}
.index-layered-header h2{font-size:2.8rem;color:#FEFDD6;font-weight:700;margin-bottom:1rem}
.index-layered-header p{font-size:1.2rem;color:#f8f9fa;line-height:1.7}
.index-three-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.index-feature-card{background:#fefdd614;padding:2.5rem 2rem;border-radius:16px;border:2px solid #cf6ace4d;transition:all .3s ease;position:relative;overflow:hidden}
.index-feature-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#CF6ACE,#FEFDD6);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.index-feature-card:hover::before{transform:scaleX(1)}
.index-feature-card:hover{background:#fefdd626;border-color:#CF6ACE;transform:translateY(-8px)}
.index-feature-card h3{font-size:1.6rem;color:#FEFDD6;margin-bottom:1rem;font-weight:600}
.index-feature-card p{font-size:1rem;color:#f8f9fa;line-height:1.7}
.index-asymmetric-split{background:linear-gradient(to bottom,#fafbfc 0%,#fff 100%);padding:6rem 2rem}
.index-asymmetric-container{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1.2fr 0.8fr;gap:5rem;align-items:start}
.index-content-heavy{padding-right:2rem}
.index-content-heavy h2{font-size:2.5rem;color:#163B1B;margin-bottom:2rem;font-weight:700;position:relative;padding-bottom:1rem}
.index-content-heavy h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:#CF6ACE;border-radius:5px}
.index-narrative-block{margin-bottom:2.5rem}
.index-narrative-block h3{font-size:1.4rem;color:#CF6ACE;margin-bottom:.8rem;font-weight:600}
.index-narrative-block p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:.8rem}
.index-img-stack{position:relative;height:600px}
.index-img-stack img{position:absolute;width:100%;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001f;transition:transform .3s ease}
.index-img-stack img:first-child{top:0;left:0;z-index:2}
.index-img-stack img:last-child{bottom:0;right:0;z-index:1}
.index-img-stack img:hover{transform:scale(1.05);z-index:3}
.index-curved-pathway{background:#FEFDD6;padding:5rem 2rem;position:relative;clip-path:ellipse(100% 100% at 50% 0%);margin-top:3rem}
.index-pathway-inner{max-width:1000px;margin:0 auto;text-align:center}
.index-pathway-inner h2{font-size:2.6rem;color:#163B1B;margin-bottom:3rem;font-weight:700}
.index-timeline-flow{position:relative;padding:3rem 0}
.index-timeline-flow::before{content:'';position:absolute;left:50%;top:80px;bottom:80px;width:4px;background:linear-gradient(to bottom,#CF6ACE,#163B1B);transform:translateX(-50%);z-index:1}
.index-timeline-step{display:grid;grid-template-columns:1fr 80px 1fr;gap:2rem;margin-bottom:4rem;align-items:center}
.index-timeline-step:nth-child(odd) .index-step-content-left{text-align:right}
.index-timeline-step:nth-child(even) .index-step-content-left{text-align:left;grid-column:3;grid-row:1}
.index-timeline-step:nth-child(even) .index-step-marker{grid-column:2;grid-row:1}
.index-timeline-step:nth-child(even) .index-step-content-right{grid-column:1;grid-row:1}
.index-step-content-left h3{font-size:1.5rem;color:#163B1B;margin-bottom:.6rem;font-weight:600}
.index-step-content-left p{font-size:1rem;color:#495057;line-height:1.7}
.index-step-marker{width:80px;height:80px;background:#CF6ACE;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;box-shadow:0 6px 20px #cf6ace66;position:relative;z-index:2;margin:0 auto}
.index-step-content-right{font-size:.95rem;color:#495057;line-height:1.6}
.index-bold-cta-zone{background:linear-gradient(135deg,#163B1B 0%,#2a5a2f 50%,#163B1B 100%);padding:6rem 2rem;position:relative;overflow:hidden}
.index-bold-cta-zone::before{content:'';position:absolute;top:-100px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,#cf6ace26,transparent);border-radius:50%}
.index-bold-cta-zone::after{content:'';position:absolute;bottom:-120px;right:-120px;width:450px;height:450px;background:radial-gradient(circle,#fefdd61a,transparent);border-radius:50%}
.index-cta-content-box{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:2}
.index-cta-content-box h2{font-size:3rem;color:#FEFDD6;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.index-cta-content-box p{font-size:1.3rem;color:#f8f9fa;line-height:1.8;margin-bottom:3rem}
.index-cta-button-group{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}
.index-cta-primary{display:inline-block;padding:1.3rem 3.5rem;background:#CF6ACE;color:#fff;font-size:1.2rem;font-weight:700;text-decoration:none;border-radius:50px;box-shadow:0 8px 24px #cf6ace66;transition:all .3s ease;position:relative;z-index:10}
.index-cta-primary:hover{background:#b555b0;transform:translateY(-4px);box-shadow:0 12px 32px #cf6ace99;color:#fff}
.index-cta-secondary{display:inline-block;padding:1.3rem 3.5rem;background:none;color:#FEFDD6;font-size:1.2rem;font-weight:700;text-decoration:none;border-radius:50px;border:3px solid #FEFDD6;transition:all .3s ease;position:relative;z-index:10}
.index-cta-secondary:hover{background:#FEFDD6;color:#163B1B;transform:translateY(-4px)}
@media (max-width: 1024px) {
.index-diagonal-intro-inner{grid-template-columns:1fr;gap:3rem}
.index-three-card-grid{grid-template-columns:1fr;gap:2rem}
.index-asymmetric-container{grid-template-columns:1fr;gap:3rem}
.index-img-stack{height:400px}
.index-img-stack img{height:200px}
.index-timeline-step{grid-template-columns:1fr;text-align:center}
.index-timeline-flow::before{left:30px}
.index-timeline-step:nth-child(even) .index-step-content-left,.index-timeline-step:nth-child(odd) .index-step-content-left{grid-column:1;text-align:center}
.index-timeline-step:nth-child(even) .index-step-content-right{grid-column:1}
.index-step-marker{margin:1.5rem auto}
}
@media (max-width: 768px) {
.index-hero-text-block h1{font-size:2.5rem}
.index-hero-text-block p{font-size:1.1rem}
.index-diagonal-text h2{font-size:2rem}
.index-layered-header h2{font-size:2.2rem}
.index-content-heavy h2{font-size:2rem}
.index-pathway-inner h2{font-size:2rem}
.index-cta-content-box h2{font-size:2.2rem}
.index-cta-content-box p{font-size:1.1rem}
.index-cta-button-group{flex-direction:column;gap:1.5rem}
.index-timeline-flow::before{display:none}
}
.contact-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#FEFDD6 100%);min-height:100vh}
.contact-hero-block{background:linear-gradient(to bottom right,#163B1B,#2a5c2f);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cf6ace26,transparent);border-radius:50%}
.contact-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{color:#FEFDD6;font-size:2.8rem;font-weight:700;margin-bottom:20px;line-height:1.2}
.contact-hero-content .hero-subtext{color:#fefdd6e6;font-size:1.15rem;line-height:1.7;max-width:650px}
.form-main-container{max-width:1200px;margin:-40px auto 0;padding:0 20px 80px;position:relative;z-index:10}
.form-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #163b1b1f;overflow:hidden}
.form-section-left{padding:50px 45px}
.form-intro-text{margin-bottom:35px}
.form-intro-text h2{color:#163B1B;font-size:1.9rem;font-weight:600;margin-bottom:15px;line-height:1.3}
.form-intro-text p{color:#495057;font-size:1rem;line-height:1.6}
.inquiry-form-custom{display:flex;flex-direction:column;gap:24px}
.form-field-group{display:flex;flex-direction:column;gap:8px}
.form-field-group label{color:#163B1B;font-size:.92rem;font-weight:500;display:block}
.form-field-group input,.form-field-group select,.form-field-group textarea{width:100%;padding:14px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;color:#212529;background:#fafbfc;transition:all .3s ease}
.form-field-group input:focus,.form-field-group select:focus,.form-field-group textarea:focus{outline:none;border-color:#CF6ACE;background:#fff;box-shadow:0 0 0 3px #cf6ace1a}
.form-field-group textarea{min-height:120px;resize:vertical;font-family:inherit}
.privacy-consent-block{display:flex;align-items:flex-start;gap:12px;padding:18px;background:#fefdd64d;border-radius:8px;border:1px solid #cf6ace33}
.privacy-consent-block input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacy-consent-block label{color:#343a40;font-size:.9rem;line-height:1.5;cursor:pointer}
.privacy-consent-block a{color:#CF6ACE;text-decoration:underline;font-weight:500}
.privacy-consent-block a:hover{color:#163B1B}
.submit-button-wrapper{margin-top:10px}
.submit-action-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#CF6ACE,#b558b1);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;z-index:1}
.submit-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #cf6ace66}
.submit-action-btn:active{transform:translateY(0)}
.info-section-right{background:linear-gradient(165deg,#FEFDD6 0%,#f0efc0 100%);padding:50px 45px;display:flex;flex-direction:column;gap:40px}
.contact-method-card{background:#fff;padding:28px;border-radius:10px;box-shadow:0 2px 8px #163b1b14;transition:all .3s ease}
.contact-method-card:hover{transform:translateX(5px);box-shadow:0 4px 16px #cf6ace33}
.contact-method-card h3{color:#163B1B;font-size:1.2rem;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.contact-method-card h3::before{content:'';width:6px;height:6px;background:#CF6ACE;border-radius:50%;display:inline-block}
.contact-method-card p{color:#495057;font-size:.95rem;line-height:1.6;margin-bottom:10px}
.contact-method-card a{color:#CF6ACE;font-weight:500;text-decoration:none;word-break:break-all}
.contact-method-card a:hover{text-decoration:underline}
.visual-context-section{padding:80px 20px;background:#fff}
.visual-context-section .container{max-width:1200px;margin:0 auto}
.context-grid-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.context-text-area h2{color:#163B1B;font-size:2.2rem;font-weight:700;margin-bottom:25px;line-height:1.3}
.context-text-area h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#CF6ACE,transparent);margin-top:15px}
.context-text-area p{color:#495057;font-size:1.05rem;line-height:1.8;margin-bottom:20px}
.context-image-wrapper{position:relative}
.context-image-wrapper img{width:100%;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #163b1b26}
.timing-expectations-block{padding:70px 20px;background:linear-gradient(to right,#f8f9fa,#FEFDD6)}
.timing-expectations-block .container{max-width:1100px;margin:0 auto}
.timing-expectations-block h2{color:#163B1B;font-size:2rem;font-weight:600;text-align:center;margin-bottom:50px}
.response-timeline-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.timeline-card-item{background:#fff;padding:35px 28px;border-radius:10px;border-top:4px solid #CF6ACE;box-shadow:0 4px 12px #163b1b14;transition:all .3s ease}
.timeline-card-item:hover{transform:translateY(-8px);box-shadow:0 8px 24px #cf6ace33}
.timeline-card-item h3{color:#163B1B;font-size:1.3rem;font-weight:600;margin-bottom:15px}
.timeline-card-item p{color:#495057;font-size:.98rem;line-height:1.6}
.alternative-channels-section{padding:70px 20px;background:#fff}
.alternative-channels-section .container{max-width:900px;margin:0 auto;text-align:center}
.alternative-channels-section h2{color:#163B1B;font-size:1.9rem;font-weight:600;margin-bottom:20px}
.alternative-channels-section p{color:#495057;font-size:1.05rem;line-height:1.7;margin-bottom:40px}
.channel-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:30px}
.channel-option-box{background:#f8f9fa;padding:30px 25px;border-radius:10px;border:2px solid transparent;transition:all .3s ease}
.channel-option-box:hover{border-color:#CF6ACE;background:#fefdd666}
.channel-option-box h4{color:#163B1B;font-size:1.15rem;font-weight:600;margin-bottom:10px}
.channel-option-box p{color:#495057;font-size:.95rem;line-height:1.5;margin:0}
.location-access-block{padding:70px 20px;background:linear-gradient(135deg,#163B1B,#2a5c2f);color:#fff}
.location-access-block .container{max-width:1100px;margin:0 auto}
.location-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.location-text-side h2{color:#FEFDD6;font-size:2rem;font-weight:600;margin-bottom:25px;line-height:1.3}
.location-text-side p{color:#fefdd6e6;font-size:1.05rem;line-height:1.7;margin-bottom:20px}
.address-details-box{background:#fefdd61a;padding:30px;border-radius:10px;border-left:4px solid #CF6ACE}
.address-details-box h3{color:#FEFDD6;font-size:1.3rem;font-weight:600;margin-bottom:20px}
.address-line-item{color:#fefdd6f2;font-size:1rem;line-height:1.8;margin-bottom:12px}
.address-line-item strong{color:#FEFDD6;font-weight:600;display:inline-block;min-width:90px}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2rem}
.form-layout-grid{grid-template-columns:1fr}
.info-section-right{order:-1}
.context-grid-layout{grid-template-columns:1fr;gap:40px}
.context-image-wrapper img{height:300px}
.response-timeline-cards{grid-template-columns:1fr}
.channel-options-grid{grid-template-columns:1fr}
.location-content-wrapper{grid-template-columns:1fr;gap:35px}
}
.about-container{background:#fafbfc;min-height:auto}
.about-hero-zone{background:linear-gradient(135deg,#FEFDD6 0%,#f8f9fa 100%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.about-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cf6ace14 0%,transparent 70%);border-radius:50%}
.about-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.about-hero-content h1{font-size:2.8rem;color:#163B1B;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.about-hero-content h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#CF6ACE 0%,#163B1B 100%);margin-top:1rem}
.about-hero-content .lead-text{font-size:1.25rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.mission-values-block{padding:5rem 2rem;background:#fff;position:relative}
.mission-values-block::before{content:'';position:absolute;left:0;top:0;width:100%;height:6px;background:linear-gradient(90deg,#CF6ACE 0%,#163B1B 50%,#FEFDD6 100%)}
.mission-split-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:start}
.mission-column h2{font-size:2rem;color:#163B1B;margin-bottom:1.5rem;position:relative;padding-left:1.5rem}
.mission-column h2::before{content:'';position:absolute;left:0;top:.3rem;width:6px;height:2rem;background:#CF6ACE;border-radius:3px}
.mission-column p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}
.value-card{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #CF6ACE;transition:all .3s ease}
.value-card:hover{transform:translateX(8px);box-shadow:0 4px 12px #cf6ace26}
.value-card h3{font-size:1.15rem;color:#163B1B;margin-bottom:.7rem;font-weight:600}
.value-card p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.expertise-showcase{padding:5rem 2rem;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.expertise-wrapper{max-width:1200px;margin:0 auto}
.expertise-header{text-align:center;margin-bottom:3.5rem}
.expertise-header h2{font-size:2.3rem;color:#163B1B;margin-bottom:1rem;font-weight:700}
.expertise-header h2 span{color:#CF6ACE;position:relative}
.expertise-header h2 span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#CF6ACE}
.expertise-header p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}
.expertise-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;text-align:center;transition:all .3s ease;border:2px solid transparent}
.expertise-item:hover{border-color:#CF6ACE;transform:translateY(-5px);box-shadow:0 8px 20px #cf6ace26}
.expertise-icon{width:70px;height:70px;background:linear-gradient(135deg,#FEFDD6 0%,#f8f9fa 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#CF6ACE}
.expertise-item h3{font-size:1.2rem;color:#163B1B;margin-bottom:.8rem;font-weight:600}
.expertise-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.visual-story-section{padding:5rem 2rem;background:#fff;position:relative}
.visual-story-container{max-width:1200px;margin:0 auto}
.story-asymmetric-layout{display:grid;grid-template-columns:5fr 7fr;gap:3rem;align-items:center;margin-bottom:4rem}
.story-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #163b1b1f}
.story-image-container img{width:100%;height:400px;object-fit:cover;display:block;transition:transform .4s ease}
.story-image-container:hover img{transform:scale(1.05)}
.story-image-container::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#cf6ace26 0%,transparent 60%);pointer-events:none}
.story-text-content h2{font-size:2.1rem;color:#163B1B;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.story-text-content p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.2rem}
.story-reversed{grid-template-columns:7fr 5fr}
.highlight-box{background:linear-gradient(135deg,#FEFDD6 0%,#f8f9fa 100%);padding:2rem;border-radius:12px;border-left:5px solid #CF6ACE;margin-top:2rem}
.highlight-box p{font-size:1.1rem;color:#163B1B;line-height:1.7;margin:0;font-weight:500}
.approach-timeline{padding:5rem 2rem;background:linear-gradient(180deg,#f8f9fa 0%,#FEFDD6 100%);position:relative}
.timeline-wrapper{max-width:1000px;margin:0 auto}
.timeline-header{text-align:center;margin-bottom:4rem}
.timeline-header h2{font-size:2.3rem;color:#163B1B;margin-bottom:1rem;font-weight:700}
.timeline-header p{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.7}
.timeline-track{position:relative;padding-left:0}
.timeline-step{display:grid;grid-template-columns:80px 1fr;gap:2rem;margin-bottom:3rem;position:relative}
.step-marker-box{width:80px;height:80px;background:linear-gradient(135deg,#CF6ACE 0%,#163B1B 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;font-weight:700;box-shadow:0 4px 12px #cf6ace4d;position:relative;z-index:3}
.step-content-box{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;border-left:4px solid #CF6ACE;position:relative;z-index:2}
.step-content-box h3{font-size:1.4rem;color:#163B1B;margin-bottom:1rem;font-weight:600}
.step-content-box p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.cta-final-section{padding:4rem 2rem;background:linear-gradient(135deg,#163B1B 0%,#0d2511 100%);text-align:center;position:relative;overflow:hidden}
.cta-final-section::before{content:'';position:absolute;top:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#cf6ace26 0%,transparent 70%);border-radius:50%}
.cta-content-box{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cta-content-box h2{font-size:2.2rem;color:#fff;margin-bottom:1.2rem;font-weight:700;line-height:1.3}
.cta-content-box p{font-size:1.15rem;color:#FEFDD6;margin-bottom:2.5rem;line-height:1.7}
.cta-button-primary{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#CF6ACE 0%,#a555a3 100%);color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 12px #cf6ace66;position:relative;z-index:10}
.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #cf6ace80;background:linear-gradient(135deg,#d880d1 0%,#CF6ACE 100%);color:#fff}
@media (max-width: 992px) {
.mission-split-layout{grid-template-columns:1fr;gap:3rem}
.expertise-grid{grid-template-columns:1fr 1fr}
.story-asymmetric-layout,.story-reversed{grid-template-columns:1fr;gap:2rem}
.timeline-step{grid-template-columns:70px 1fr;gap:1.5rem}
.step-marker-box{width:70px;height:70px;font-size:1.5rem}
}
@media (max-width: 768px) {
.about-hero-content h1{font-size:2rem}
.about-hero-content .lead-text{font-size:1.1rem}
.values-grid{grid-template-columns:1fr}
.expertise-grid{grid-template-columns:1fr}
.timeline-step{grid-template-columns:1fr;gap:1rem}
.step-marker-box{width:60px;height:60px;font-size:1.3rem;margin:0 auto 1rem}
.story-image-container img{height:300px}
.cta-content-box h2{font-size:1.8rem}
.cta-content-box p{font-size:1rem}
}
.news-page-wrapper{background:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.7}
.news-hero-section{background:linear-gradient(135deg,#FEFDD6 0%,#f8f9fa 100%);padding:4rem 1.5rem 3rem;position:relative;overflow:hidden}
.news-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cf6ace14 0%,transparent 70%);border-radius:50%}
.news-hero-content{max-width:920px;margin:0 auto;position:relative;z-index:2}
.news-hero-content h1{font-size:2.8rem;font-weight:700;color:#163B1B;margin-bottom:1.2rem;line-height:1.2}
.news-hero-content p{font-size:1.15rem;color:#495057;margin-bottom:0;max-width:680px}
.featured-article-block{padding:4.5rem 1.5rem;background:#fff}
.featured-article-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.featured-article-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 12px 35px #163b1b1f}
.featured-article-image img{width:100%;height:420px;object-fit:cover;display:block}
.featured-article-image::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,#163b1b4d,transparent);pointer-events:none}
.featured-article-text h2{font-size:2.2rem;color:#163B1B;font-weight:700;margin-bottom:1rem;line-height:1.3}
.featured-article-text .article-meta{font-size:.9rem;color:#6c757d;margin-bottom:1.5rem;display:flex;gap:1.5rem;flex-wrap:wrap}
.featured-article-text .article-meta span::before{content:'●';color:#CF6ACE;margin-right:.5rem;font-size:.7rem}
.featured-article-text p{font-size:1.05rem;color:#495057;margin-bottom:1.8rem;line-height:1.8}
.featured-article-text .read-article-btn{display:inline-block;padding:.9rem 2rem;background:#CF6ACE;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:2px solid #CF6ACE}
.featured-article-text .read-article-btn:hover{background:#b857af;border-color:#b857af;transform:translateY(-2px);box-shadow:0 6px 20px #cf6ace4d}
.news-grid-section{padding:3rem 1.5rem 4.5rem;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%)}
.news-grid-container{max-width:1200px;margin:0 auto}
.news-grid-header{text-align:left;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:3px solid #FEFDD6;position:relative}
.news-grid-header::after{content:'';position:absolute;bottom:-3px;left:0;width:120px;height:3px;background:#CF6ACE}
.news-grid-header h2{font-size:2rem;color:#163B1B;font-weight:700;margin-bottom:.5rem}
.news-grid-items{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.news-card-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0000000f;transition:all .3s ease;display:flex;flex-direction:column}
.news-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #cf6ace33}
.news-card-image{width:100%;height:240px;overflow:hidden;position:relative}
.news-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.news-card-item:hover .news-card-image img{transform:scale(1.08)}
.news-card-content{padding:1.8rem;flex-grow:1;display:flex;flex-direction:column}
.news-card-content .card-date{font-size:.85rem;color:#6c757d;margin-bottom:.8rem;font-weight:500}
.news-card-content h3{font-size:1.4rem;color:#163B1B;font-weight:700;margin-bottom:1rem;line-height:1.4}
.news-card-content p{font-size:.95rem;color:#495057;margin-bottom:1.5rem;line-height:1.7;flex-grow:1}
.news-card-content .card-link{color:#CF6ACE;text-decoration:none;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}
.news-card-content .card-link::after{content:'→';transition:transform .3s ease}
.news-card-content .card-link:hover{color:#b857af}
.news-card-content .card-link:hover::after{transform:translateX(5px)}
.insight-deep-section{padding:5rem 1.5rem;background:#163B1B;position:relative;overflow:hidden}
.insight-deep-section::before{content:'';position:absolute;top:-20%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#fefdd614 0%,transparent 70%);border-radius:50%}
.insight-deep-container{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.insight-deep-container h2{font-size:2.3rem;color:#FEFDD6;font-weight:700;margin-bottom:2.5rem;text-align:center;position:relative}
.insight-deep-container h2::after{content:'';display:block;width:80px;height:4px;background:#CF6ACE;margin:1.2rem auto 0;border-radius:2px}
.insight-columns{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}
.insight-text-column h3{font-size:1.6rem;color:#FEFDD6;font-weight:600;margin-bottom:1.3rem;position:relative;padding-left:1.5rem}
.insight-text-column h3::before{content:'';position:absolute;left:0;top:.3rem;width:5px;height:1.3rem;background:#CF6ACE;border-radius:3px}
.insight-text-column p{font-size:1.05rem;color:#e9ecef;line-height:1.8;margin-bottom:1.5rem}
.insight-list-column ul{list-style:none;padding:0;margin:0}
.insight-list-column li{background:#fefdd60d;padding:1.5rem 1.8rem;margin-bottom:1.2rem;border-radius:8px;color:#e9ecef;font-size:1rem;line-height:1.7;border-left:4px solid #CF6ACE;transition:all .3s ease}
.insight-list-column li:hover{background:#fefdd61a;transform:translateX(8px)}
.industry-trends-section{padding:4.5rem 1.5rem;background:#fafbfc}
.industry-trends-container{max-width:1150px;margin:0 auto}
.industry-trends-container h2{font-size:2.1rem;color:#163B1B;font-weight:700;margin-bottom:3rem;text-align:center}
.trends-timeline{position:relative;padding-left:50px}
.trends-timeline::before{content:'';position:absolute;left:20px;top:10px;bottom:10px;width:3px;background:linear-gradient(to bottom,#CF6ACE 0%,#FEFDD6 100%)}
.timeline-item{position:relative;margin-bottom:2.8rem;padding-left:2rem}
.timeline-item::before{content:'';position:absolute;left:-33px;top:8px;width:16px;height:16px;background:#CF6ACE;border:3px solid #fafbfc;border-radius:50%;z-index:2;box-shadow:0 2px 8px #cf6ace66}
.timeline-item h3{font-size:1.45rem;color:#163B1B;font-weight:700;margin-bottom:.6rem}
.timeline-item .trend-date{font-size:.88rem;color:#6c757d;margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.timeline-item p{font-size:1.02rem;color:#495057;line-height:1.75;margin-bottom:0}
@media (max-width: 992px) {
.news-hero-content h1{font-size:2.2rem}
.featured-article-container{grid-template-columns:1fr;gap:2.5rem}
.featured-article-image img{height:340px}
.news-grid-items{grid-template-columns:1fr;gap:2rem}
.insight-columns{grid-template-columns:1fr;gap:2.5rem}
}
@media (max-width: 768px) {
.news-hero-section{padding:3rem 1.2rem 2.5rem}
.news-hero-content h1{font-size:1.85rem}
.news-hero-content p{font-size:1.05rem}
.featured-article-block{padding:3rem 1.2rem}
.featured-article-text h2{font-size:1.75rem}
.news-grid-section{padding:2.5rem 1.2rem 3.5rem}
.news-grid-header h2{font-size:1.7rem}
.news-card-content h3{font-size:1.25rem}
.insight-deep-section{padding:3.5rem 1.2rem}
.insight-deep-container h2{font-size:1.9rem}
.insight-text-column h3{font-size:1.4rem}
.industry-trends-section{padding:3.5rem 1.2rem}
.industry-trends-container h2{font-size:1.8rem}
.trends-timeline{padding-left:40px}
.timeline-item::before{left:-30px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#FEFDD6 100%);min-height:60vh;position:relative}
.policy-intro-section{padding:4rem 2rem 3rem;max-width:1400px;margin:0 auto}
.policy-intro-section h1{font-size:2.8rem;color:#163B1B;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.intro-narrative{font-size:1.15rem;color:#495057;line-height:1.8;margin-bottom:2rem}
.intro-narrative p{margin-bottom:1.2rem}
.tech-ecosystem-block{background:#fff;padding:3rem 2rem;margin:2rem auto;max-width:1400px;border-left:5px solid #CF6ACE;box-shadow:0 4px 20px #163b1b14}
.tech-ecosystem-block h2{font-size:2rem;color:#163B1B;margin-bottom:1.8rem;position:relative;padding-left:1.5rem}
.tech-ecosystem-block h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#CF6ACE 0%,#163B1B 100%);border-radius:3px}
.mechanism-description{font-size:1.05rem;color:#343a40;line-height:1.9;margin-bottom:1.5rem}
.tracking-mosaic{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2.5rem 0}
.mosaic-fragment{background:linear-gradient(135deg,#f8f9fa 0%,#FEFDD6 100%);padding:2rem;border-radius:8px;border-top:3px solid #CF6ACE;transition:transform .3s ease,box-shadow .3s ease}
.mosaic-fragment:hover{transform:translateY(-5px);box-shadow:0 8px 25px #cf6ace26}
.mosaic-fragment h3{font-size:1.4rem;color:#163B1B;margin-bottom:1rem;font-weight:600}
.mosaic-fragment p{font-size:.98rem;color:#495057;line-height:1.7;margin-bottom:.8rem}
.operational-layer{background:#f8f9fa;padding:3rem 2rem;margin:3rem auto;max-width:1400px;border-radius:12px;position:relative}
.operational-layer::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#CF6ACE 0%,#163B1B 50%,#FEFDD6 100%)}
.operational-layer h2{font-size:1.9rem;color:#163B1B;margin-bottom:2rem;text-align:center}
.layer-content{font-size:1.05rem;color:#343a40;line-height:1.85;margin-bottom:1.3rem}
.distinction-matrix{background:#fff;padding:3rem 2rem;margin:2rem auto;max-width:1400px}
.distinction-matrix h2{font-size:2.1rem;color:#163B1B;margin-bottom:2.5rem;text-align:center;position:relative}
.distinction-matrix h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#CF6ACE}
.matrix-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:2rem}
.matrix-cell{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:2.5rem;border-radius:10px;border:2px solid #FEFDD6;position:relative}
.matrix-cell::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#CF6ACE,#163B1B);border-radius:10px;z-index:-1;opacity:0;transition:opacity .3s ease}
.matrix-cell:hover::before{opacity:.1}
.matrix-cell h3{font-size:1.5rem;color:#CF6ACE;margin-bottom:1.2rem;font-weight:600}
.matrix-cell p{font-size:1rem;color:#495057;line-height:1.75;margin-bottom:1rem}
.control-territory{background:linear-gradient(135deg,#163B1B 0%,#1a4a21 100%);padding:4rem 2rem;margin:3rem auto;max-width:1400px;border-radius:15px;position:relative;overflow:hidden}
.control-territory::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,#cf6ace1a 0%,transparent 70%)}
.control-territory h2{font-size:2rem;color:#FEFDD6;margin-bottom:2rem;position:relative;z-index:1}
.control-narrative{font-size:1.1rem;color:#f8f9fa;line-height:1.9;margin-bottom:1.5rem;position:relative;z-index:1}
.boundary-exploration{background:#fff;padding:3rem 2rem;margin:2rem auto;max-width:1400px}
.boundary-exploration h2{font-size:1.95rem;color:#163B1B;margin-bottom:2rem}
.exploration-segments{display:flex;flex-direction:column;gap:1.8rem}
.segment-piece{background:#f8f9fa;padding:2rem;border-left:4px solid #CF6ACE;border-radius:6px;transition:all .3s ease}
.segment-piece:hover{background:#FEFDD6;border-left-width:8px;padding-left:2.5rem}
.segment-piece h3{font-size:1.35rem;color:#163B1B;margin-bottom:.9rem;font-weight:600}
.segment-piece p{font-size:1rem;color:#495057;line-height:1.75}
.interpretive-closure{background:linear-gradient(135deg,#FEFDD6 0%,#f8f9fa 100%);padding:4rem 2rem;margin:3rem auto 0;max-width:1400px;text-align:center;position:relative}
.interpretive-closure::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(90deg,transparent 0%,#CF6ACE 50%,transparent 100%)}
.closure-statement{font-size:1.15rem;color:#343a40;line-height:1.85;margin-bottom:2rem;max-width:900px;margin-left:auto;margin-right:auto}
.contact-synthesis{display:inline-block;background:#163B1B;color:#FEFDD6;padding:1.5rem 3rem;border-radius:8px;font-size:1.05rem;margin-top:1rem;box-shadow:0 6px 20px #163b1b33;transition:all .3s ease}
.contact-synthesis:hover{background:#CF6ACE;color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #cf6ace4d}
.address-fragment{font-size:.95rem;color:#495057;margin-top:2rem;line-height:1.6}
@media (max-width: 768px) {
.policy-intro-section h1{font-size:2rem}
.tech-ecosystem-block,.operational-layer,.distinction-matrix,.control-territory,.boundary-exploration,.interpretive-closure{padding:2rem 1.5rem;margin:1.5rem 1rem}
.tracking-mosaic,.matrix-grid{grid-template-columns:1fr;gap:1.5rem}
.mosaic-fragment,.matrix-cell{padding:1.5rem}
.contact-synthesis{padding:1.2rem 2rem;font-size:1rem}
}
@media (min-width: 769px) and (max-width: 1024px) {
.tracking-mosaic{grid-template-columns:repeat(2,1fr)}
.matrix-grid{grid-template-columns:repeat(2,1fr)}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#FEFDD6 100%);min-height:100vh;padding:0}
.privacy-header-section{background:linear-gradient(to right,#163B1B,#1a4d22);padding:4rem 2rem;position:relative;overflow:hidden}
.privacy-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:#cf6ace1a;transform:rotate(15deg)}
.privacy-title-main{font-size:2.8rem;color:#FEFDD6;font-weight:700;margin:0 0 1rem;position:relative;z-index:2;line-height:1.2}
.privacy-subtitle-line{font-size:1.1rem;color:#f5f6fa;margin:0;position:relative;z-index:2;line-height:1.6}
.privacy-content-container{max-width:100%;padding:3rem 2rem;background:#fff}
.privacy-intro-block{background:linear-gradient(120deg,#FEFDD6 0%,#f8f9fa 100%);padding:2.5rem;border-left:5px solid #CF6ACE;margin-bottom:3rem;border-radius:4px;box-shadow:0 2px 8px #163b1b14}
.privacy-intro-block p{font-size:1.05rem;color:#343a40;line-height:1.8;margin:0 0 1.2rem}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-major{margin-bottom:3.5rem;padding:2rem 0}
.privacy-section-major:nth-child(even){background:#fafbfc;padding:2.5rem;border-radius:6px;margin-left:-2rem;margin-right:-2rem}
.privacy-heading-primary{font-size:2rem;color:#163B1B;font-weight:700;margin:0 0 1.8rem;position:relative;padding-bottom:.8rem;line-height:1.3}
.privacy-heading-primary::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(to right,#CF6ACE,#163B1B);border-radius:2px}
.privacy-heading-secondary{font-size:1.4rem;color:#212529;font-weight:600;margin:2rem 0 1.2rem;line-height:1.4}
.privacy-text-paragraph{font-size:1rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.privacy-text-paragraph strong{color:#163B1B;font-weight:600}
.privacy-list-structured{margin:1.5rem 0;padding-left:0;list-style:none}
.privacy-list-structured li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1rem;color:#495057;line-height:1.7}
.privacy-list-structured li::before{content:'';position:absolute;left:0;top:.5rem;width:10px;height:10px;background:#CF6ACE;border-radius:50%;box-shadow:0 0 0 3px #cf6ace33}
.privacy-nested-list{margin:.8rem 0 0 1.5rem;padding-left:0;list-style:none}
.privacy-nested-list li{padding-left:1.5rem;margin-bottom:.7rem;font-size:.95rem;color:#495057;line-height:1.6}
.privacy-nested-list li::before{content:'→';position:absolute;left:0;color:#163B1B;font-weight:700}
.privacy-highlight-box{background:linear-gradient(135deg,#FEFDD6 0%,#fff 100%);border:2px solid #CF6ACE;padding:1.8rem;margin:2rem 0;border-radius:6px;box-shadow:0 4px 12px #cf6ace26}
.privacy-highlight-box p{font-size:1.05rem;color:#212529;line-height:1.8;margin:0 0 1rem}
.privacy-highlight-box p:last-child{margin-bottom:0}
.privacy-contact-final{background:linear-gradient(to bottom right,#163B1B,#1a4d22);padding:3rem;margin-top:4rem;margin-left:-2rem;margin-right:-2rem;border-radius:8px;box-shadow:0 6px 20px #163b1b40}
.privacy-contact-heading{font-size:1.8rem;color:#FEFDD6;font-weight:700;margin:0 0 1.5rem;line-height:1.3}
.privacy-contact-text{font-size:1.05rem;color:#f5f6fa;line-height:1.8;margin-bottom:1.2rem}
.privacy-contact-details{display:flex;flex-direction:column;gap:.8rem;margin-top:1.5rem}
.privacy-contact-item{display:flex;align-items:center;gap:1rem;font-size:1rem;color:#FEFDD6;line-height:1.6}
.privacy-contact-item::before{content:'●';color:#CF6ACE;font-size:1.5rem}
.privacy-update-note{font-size:.9rem;color:#6c757d;text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #dee2e6;font-style:italic}
@media (max-width: 768px) {
.privacy-header-section{padding:2.5rem 1.5rem}
.privacy-title-main{font-size:2rem}
.privacy-subtitle-line{font-size:1rem}
.privacy-content-container{padding:2rem 1.5rem}
.privacy-section-major:nth-child(even){margin-left:-1.5rem;margin-right:-1.5rem;padding:2rem 1.5rem}
.privacy-heading-primary{font-size:1.6rem}
.privacy-contact-final{margin-left:-1.5rem;margin-right:-1.5rem;padding:2rem 1.5rem}
.privacy-intro-block{padding:1.8rem}
}
@media (max-width: 480px) {
.privacy-title-main{font-size:1.7rem}
.privacy-heading-primary{font-size:1.4rem}
.privacy-list-structured li{padding-left:1.5rem;font-size:.95rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#FEFDD6 50%,#f8f9fa 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.success-page-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#cf6ace14 0%,transparent 70%);border-radius:50%;z-index:1}
.success-page-wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#163b1b0d 0%,transparent 70%);border-radius:50%;z-index:1}
.success-content-container{max-width:720px;width:100%;background:#fff;border-radius:16px;padding:3.5rem 2.5rem;box-shadow:0 8px 32px #163b1b1f;position:relative;z-index:2;border-top:4px solid #CF6ACE}
.success-icon-wrapper{width:84px;height:84px;margin:0 auto 2rem;background:linear-gradient(135deg,#CF6ACE 0%,#a855a0 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-success 2s ease-in-out infinite}
@keyframes pulse-success {
0%,100%{transform:scale(1);box-shadow:0 0 0 0 #cf6ace66}
50%{transform:scale(1.05);box-shadow:0 0 0 15px #cf6ace00}
}
.success-icon-wrapper::before{content:'';font-size:3rem;color:#fff;font-weight:700;line-height:1}
.success-primary-heading{font-size:2rem;font-weight:700;color:#163B1B;text-align:center;margin:0 0 1.25rem;line-height:1.3}
.success-confirmation-text{font-size:1.1rem;color:#495057;text-align:center;margin:0 0 2rem;line-height:1.7}
.success-details-box{background:linear-gradient(135deg,#FEFDD6 0%,#fcfce8 100%);border-left:3px solid #CF6ACE;padding:1.75rem 1.5rem;border-radius:8px;margin:2rem 0}
.success-details-heading{font-size:1.05rem;font-weight:600;color:#163B1B;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}
.success-details-heading::before{content:'◆';color:#CF6ACE;font-size:.85rem}
.success-timeline-list{list-style:none;padding:0;margin:0}
.success-timeline-list li{padding:.65rem 0;color:#343a40;font-size:.95rem;line-height:1.6;position:relative;padding-left:1.75rem}
.success-timeline-list li::before{content:'→';position:absolute;left:0;color:#CF6ACE;font-weight:700}
.success-actions-row{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap;justify-content:center}
.success-btn-primary{background:linear-gradient(135deg,#CF6ACE 0%,#b559a8 100%);color:#fff;padding:.95rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;border:none;box-shadow:0 4px 12px #cf6ace4d}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #cf6ace66;background:linear-gradient(135deg,#b559a8 0%,#CF6ACE 100%);color:#fff}
.success-btn-secondary{background:#fff;color:#163B1B;padding:.95rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease;border:2px solid #163B1B}
.success-btn-secondary:hover{background:#163B1B;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #163b1b33}
.success-contact-info{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e9ecef;text-align:center}
.success-contact-label{font-size:.9rem;color:#6c757d;margin:0 0 .75rem}
.success-contact-details{display:flex;flex-direction:column;gap:.5rem;align-items:center}
.success-contact-link{color:#CF6ACE;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease}
.success-contact-link:hover{color:#163B1B;text-decoration:underline}
.success-footnote{margin-top:2rem;padding:1.25rem;background:#f8f9fa;border-radius:8px;font-size:.875rem;color:#6c757d;line-height:1.6;text-align:center}
@media (max-width: 768px) {
.success-content-container{padding:2.5rem 1.5rem}
.success-primary-heading{font-size:1.65rem}
.success-confirmation-text{font-size:1rem}
.success-actions-row{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{width:100%}
.success-icon-wrapper{width:72px;height:72px}
.success-icon-wrapper::before{font-size:2.5rem}
}
@media (max-width: 480px) {
.success-page-wrapper{padding:1.5rem .75rem}
.success-content-container{padding:2rem 1.25rem}
.success-primary-heading{font-size:1.5rem}
.success-details-box{padding:1.5rem 1.25rem}
}