*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Roboto Mono',monospace;background-color:#f7f7f5;color:#1a1a1a;font-size:15px;line-height:1.6}
.header-box{background:#fff;border-bottom:2px solid #e8e8e8;box-shadow:0 2px 18px #10617312;position:relative;z-index:100}
.header-row-top{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:14px 24px;gap:20px;flex-wrap:wrap}
.logo-block-v1{display:flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0}
.logo-block-v1 img{width:72px;height:72px;object-fit:contain;border-radius:10px;background:#f0f8fa;padding:6px;box-shadow:0 2px 10px #1061731f}
.company-name-box{display:flex;flex-direction:column}
.company-name-box .company-title{font-family:'PT Serif',serif;font-size:22px;font-weight:700;color:#106173;line-height:1.1;letter-spacing:-.3px}
.company-name-box .company-tagline{font-size:10px;color:#C9244C;font-family:'Roboto Mono',monospace;letter-spacing:1.2px;text-transform:uppercase;margin-top:3px}
.contact-nav-block{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.contact-info-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:flex-end}
.contact-info-row a{display:flex;align-items:center;gap:6px;font-size:12px;color:#444;text-decoration:none;font-family:'Roboto Mono',monospace;transition:color .2s}
.contact-info-row a:hover{color:#106173}
.contact-info-row a .pe-7s{font-size:15px;color:#C9244C}
.header-row-nav{background:linear-gradient(35deg,#C9244C 0%,#106173 50%,#1a7a8a 100%);padding:0}
.nav-box-v1{max-width:1200px;margin:auto;padding:0 24px}
.nav-box-v1 ul{list-style:none;display:flex;align-items:center;gap:0;flex-wrap:wrap}
.nav-box-v1 ul li a{display:block;padding:13px 20px;color:#ffffffe0;text-decoration:none;font-size:12px;letter-spacing:.8px;text-transform:uppercase;font-family:'Roboto Mono',monospace;font-weight:700;border-bottom:3px solid transparent;transition:background 0.2s,color 0.2s,border-color .2s}
.nav-box-v1 ul li a:hover{background:#ffffff1a;color:#FAFA7A;border-bottom-color:#FAFA7A}
.nav-box-v1 ul li a.active{color:#FAFA7A;border-bottom-color:#FAFA7A}
.footer-box{background:#0e1f25;color:#b0c4cc;padding:0;margin-top:60px}
.footer-content-v2{max-width:1200px;margin:auto;padding:52px 24px 32px}
.footer-grid-v1{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid #ffffff14}
.footer-brand-block{display:flex;flex-direction:column;gap:14px}
.footer-logo-row{display:flex;align-items:center;gap:12px}
.footer-logo-row img{width:52px;height:52px;object-fit:contain;border-radius:8px;background:#1a3540;padding:5px}
.footer-logo-row .footer-company-title{font-family:'PT Serif',serif;font-size:18px;font-weight:700;color:#fff}
.footer-brand-block p{font-size:12px;line-height:1.7;color:#8aabb5;max-width:280px}
.footer-contact-list{display:flex;flex-direction:column;gap:8px;margin-top:6px}
.footer-contact-list a{display:flex;align-items:center;gap:8px;font-size:11px;color:#8aabb5;text-decoration:none;transition:color .2s}
.footer-contact-list a:hover{color:#FAFA7A}
.footer-contact-list a .pe-7s{font-size:14px;color:#C9244C}
.footer-column-title{font-family:'PT Serif',serif;font-size:14px;font-weight:700;color:#fff;margin-bottom:18px;padding-bottom:8px;border-bottom:2px solid #C9244C;display:inline-block}
.footer-links-list{list-style:none;display:flex;flex-direction:column;gap:9px}
.footer-links-list li a{font-size:12px;color:#8aabb5;text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .2s}
.footer-links-list li a:hover{color:#FAFA7A}
.footer-links-list li a::before{content:'';display:inline-block;width:4px;height:4px;border-radius:50%;background:#106173;flex-shrink:0}
.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;padding-top:28px;flex-wrap:wrap;gap:12px}
.footer-bottom-row .copyright-text{font-size:11px;color:#5a7a85}
.footer-legal-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-legal-links a{font-size:11px;color:#5a7a85;text-decoration:none;transition:color .2s}
.footer-legal-links a:hover{color:#FAFA7A}
.cookie-sidebar-panel{position:fixed;left:-360px;top:50%;transform:translateY(-50%);width:340px;background:#fff;border-radius:0 14px 14px 0;box-shadow:4px 0 32px #1061732e;z-index:9999;transition:left .38s cubic-bezier(0.4,0,0.2,1);overflow:hidden;max-height:90vh;display:flex;flex-direction:column}
.cookie-sidebar-panel.open{left:0}
.cookie-panel-header{background:linear-gradient(35deg,#C9244C 0%,#106173 100%);padding:20px 22px 16px;flex-shrink:0}
.cookie-panel-header h3{font-family:'PT Serif',serif;font-size:16px;color:#fff;font-weight:700;margin-bottom:4px}
.cookie-panel-header p{font-size:11px;color:#ffffffc7;line-height:1.5}
.cookie-panel-body{padding:16px 22px;overflow-y:auto;flex:1}
.cookie-accordion-item{border:1px solid #e8e8e8;border-radius:8px;margin-bottom:8px;overflow:hidden}
.cookie-accordion-trigger{width:100%;background:#f7f7f5;border:none;padding:11px 14px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:'Roboto Mono',monospace;font-size:11px;font-weight:700;color:#1a1a1a;text-align:left}
.cookie-accordion-trigger .pe-7s{font-size:14px;color:#106173;transition:transform .2s}
.cookie-accordion-trigger.open-state .pe-7s{transform:rotate(180deg)}
.cookie-accordion-content{display:none;padding:10px 14px 12px;font-size:11px;color:#555;line-height:1.6;background:#fff}
.cookie-accordion-content.visible{display:block}
.cookie-panel-footer{padding:14px 22px 18px;display:flex;gap:10px;flex-shrink:0;border-top:1px solid #e8e8e8}
.cookie-btn-accept{flex:1;padding:10px 14px;border:2px solid #106173;background:transparent;color:#106173;border-radius:8px;font-family:'Roboto Mono',monospace;font-size:11px;font-weight:700;cursor:pointer;transition:background 0.2s,color .2s}
.cookie-btn-accept:hover{background:#106173;color:#fff}
.cookie-btn-decline{flex:1;padding:10px 14px;border:2px solid #C9244C;background:transparent;color:#C9244C;border-radius:8px;font-family:'Roboto Mono',monospace;font-size:11px;font-weight:700;cursor:pointer;transition:background 0.2s,color .2s}
.cookie-btn-decline:hover{background:#C9244C;color:#fff}
@media (max-width: 768px) {
.header-row-top{flex-direction:column;align-items:flex-start;padding:14px 16px}
.contact-nav-block{align-items:flex-start;width:100%}
.contact-info-row{justify-content:flex-start}
.nav-box-v1{padding:0 10px}
.nav-box-v1 ul li a{padding:11px 12px;font-size:11px}
.footer-grid-v1{grid-template-columns:1fr;gap:28px}
.footer-bottom-row{flex-direction:column;align-items:flex-start}
.cookie-sidebar-panel{width:290px}
}
@media (max-width: 480px) {
.company-name-box .company-title{font-size:18px}
.nav-box-v1 ul{gap:0}
.nav-box-v1 ul li a{padding:10px 9px;font-size:10px;letter-spacing:.4px}
}
.legal-text{max-width:860px;margin:0 auto;padding:48px 32px 64px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #10617314 0 2px 8px #1061730a}
.legal-text h1{font-size:2.2rem;font-weight:800;line-height:1.2;color:#106173;margin:0 0 28px;padding-bottom:18px;border-bottom:3px solid #C9244C;letter-spacing:-.02em}
.legal-text h2{font-size:1.55rem;font-weight:700;line-height:1.3;color:#1a1a2e;margin:44px 0 16px;padding-left:14px;border-left:4px solid #C9244C;letter-spacing:-.01em}
.legal-text h3{font-size:1.25rem;font-weight:700;line-height:1.35;color:#106173;margin:32px 0 12px}
.legal-text h4{font-size:1.08rem;font-weight:600;line-height:1.4;color:#2c2c2c;margin:24px 0 10px;text-transform:uppercase;letter-spacing:.04em;font-size:.9rem}
.legal-text h5{font-size:.95rem;font-weight:600;line-height:1.4;color:#444;margin:20px 0 8px}
.legal-text h6{font-size:.85rem;font-weight:600;line-height:1.4;color:#666;margin:16px 0 6px;text-transform:uppercase;letter-spacing:.06em}
.legal-text p{font-size:1rem;line-height:1.8;color:#3a3a3a;margin:0 0 18px;font-weight:400}
.legal-text p strong,.legal-text p b{font-weight:700;color:#1a1a2e}
.legal-text strong{font-weight:700;color:#1a1a2e}
.legal-text b{font-weight:700;color:#1a1a2e}
.legal-text a{color:#C9244C;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;font-weight:500;transition:color .2s ease,text-decoration-color .2s ease}
.legal-text a:hover{color:#106173;text-decoration-color:#106173}
.legal-text a:visited{color:#8b1a34}
.legal-text hr{border:none;border-top:1.5px solid #e8eef0;margin:40px 0;background:none}
@media (max-width: 768px) {
.legal-text{padding:32px 20px 48px;border-radius:8px}
.legal-text h1{font-size:1.7rem;margin-bottom:20px;padding-bottom:14px}
.legal-text h2{font-size:1.3rem;margin-top:32px;padding-left:11px}
.legal-text h3{font-size:1.1rem;margin-top:24px}
.legal-text h4{margin-top:18px}
.legal-text p{font-size:.97rem;line-height:1.75}
.legal-text hr{margin:28px 0}
}
@media (max-width: 480px) {
.legal-text{padding:24px 16px 36px;border-radius:0;box-shadow:none}
.legal-text h1{font-size:1.45rem}
.legal-text h2{font-size:1.18rem}
.legal-text h3{font-size:1.05rem}
.legal-text p{font-size:.95rem;line-height:1.72;margin-bottom:14px}
}
.program-page-box{max-width:1200px;margin:0 auto;padding:0 20px}
.hero-horizontal-box{position:relative;overflow:hidden;background:#f8f8f5;padding:70px 0 60px}
.hero-horizontal-box .hero-background-decoration{position:absolute;inset:0;pointer-events:none;z-index:0}
.hero-background-decoration .deco-circle-v1{position:absolute;width:320px;height:320px;border-radius:50%;background:linear-gradient(135deg,#c9244c14 0%,#1061730f 50%,#fafa7a12 100%);top:-80px;right:-60px;animation:floatCircle 8s ease-in-out infinite}
.hero-background-decoration .deco-circle-v2{position:absolute;width:180px;height:180px;border-radius:50%;background:linear-gradient(45deg,#10617312 0%,#fafa7a17 100%);bottom:-40px;left:5%;animation:floatCircle 11s ease-in-out infinite reverse}
.hero-background-decoration .deco-line-v1{position:absolute;width:2px;height:120px;background:linear-gradient(180deg,transparent,#c9244c26,transparent);top:30px;left:30%;animation:fadeLinePulse 5s ease-in-out infinite}
@keyframes floatCircle {
0%,100%{transform:translateY(0px) scale(1)}
50%{transform:translateY(-18px) scale(1.04)}
}
@keyframes fadeLinePulse {
0%,100%{opacity:.3}
50%{opacity:1}
}
.hero-inner-layout{display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:1}
.hero-text-column{flex:1 1 55%;display:flex;flex-direction:column;gap:20px}
.hero-tag-label{display:inline-flex;align-items:center;gap:8px;background:#c9244c14;color:#C9244C;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;letter-spacing:.04em;width:fit-content}
.hero-tag-label .pe-7s-leaf{font-size:15px}
.hero-main-heading-v1{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2;color:#1a1a2e;margin:0;position:relative}
.hero-main-heading-v1 .accent-text-highlight{color:#C9244C;position:relative}
.hero-main-heading-v1 .accent-text-highlight::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#C9244C,#FAFA7A);border-radius:2px}
.hero-tagline-text{font-size:1.05rem;color:#4a5568;line-height:1.7;margin:0;max-width:500px}
.hero-action-group{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;margin-top:8px}
.button-primary-v1{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#C9244C 0%,#a01d3d 100%);color:#fff;padding:13px 28px;border-radius:10px;font-size:.95rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 16px #c9244c40;position:relative;z-index:2}
.button-primary-v1:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c9244c59;color:#fff;text-decoration:none}
.button-outline-v1{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#106173;padding:12px 26px;border-radius:10px;font-size:.95rem;font-weight:600;text-decoration:none;border:2px solid #106173;cursor:pointer;transition:background .2s ease,color .2s ease;position:relative;z-index:2}
.button-outline-v1:hover{background:#106173;color:#fff;text-decoration:none}
.hero-image-column{flex:1 1 40%;position:relative;display:flex;align-items:center;justify-content:center}
.hero-image-wrapper-v1{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #10617326}
.hero-image-wrapper-v1 img{width:100%;height:360px;object-fit:cover;display:block;border-radius:16px}
.hero-image-wrapper-v1::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 60%,#f8f8f580 100%);pointer-events:none;border-radius:16px}
.hero-image-badge{position:absolute;bottom:20px;left:-16px;background:#fff;border-radius:12px;padding:10px 16px;display:flex;align-items:center;gap:10px;box-shadow:0 6px 20px #0000001a;z-index:3}
.hero-image-badge .badge-icon{width:36px;height:36px;background:linear-gradient(135deg,#C9244C,#106173);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:17px}
.hero-image-badge .badge-info-v1{display:flex;flex-direction:column}
.hero-image-badge .badge-number{font-size:1.1rem;font-weight:700;color:#1a1a2e;line-height:1.1}
.hero-image-badge .badge-label-text{font-size:.72rem;color:#718096}
.divider-wave-v1{width:100%;overflow:hidden;line-height:0;background:#f8f8f5}
.divider-wave-v1 svg{display:block;width:100%}
.courses-section-box{background:#fff;padding:72px 0 80px}
.section-header-center-v1{text-align:center;margin-bottom:52px}
.section-eyebrow-label{display:inline-flex;align-items:center;gap:6px;color:#106173;font-size:.85rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;margin-bottom:12px}
.section-eyebrow-label::before{content:'';display:inline-block;width:24px;height:2px;background:#106173;border-radius:1px}
.section-main-title-v2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#1a1a2e;margin:0 0 14px;line-height:1.25}
.section-subtitle-text{font-size:1rem;color:#4a5568;line-height:1.65;max-width:560px;margin:0 auto}
.courses-tabs-wrapper{position:relative}
.tab-controls-row{display:flex;flex-direction:row;justify-content:center;gap:8px;margin-bottom:36px;flex-wrap:wrap}
.tab-radio-input{display:none}
.tab-label-button{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;border-radius:30px;font-size:.9rem;font-weight:500;color:#4a5568;background:#f0f4f7;cursor:pointer;transition:background 0.2s,color 0.2s,box-shadow .2s;border:2px solid transparent;user-select:none}
.tab-label-button:hover{background:#10617314;color:#106173}
#tab-course-v1:checked ~ .tab-controls-row .tab-label-v1,#tab-course-v2:checked ~ .tab-controls-row .tab-label-v2,#tab-course-v3:checked ~ .tab-controls-row .tab-label-v3{background:#106173;color:#fff;border-color:#106173;box-shadow:0 4px 12px #10617340}
.tab-panels-container{position:relative}
.tab-panel-item{display:none;animation:fadeTabIn .35s ease}
@keyframes fadeTabIn {
from{opacity:0;transform:translateY(8px)}
to{opacity:1;transform:translateY(0)}
}
#tab-course-v1:checked ~ .tab-panels-container .panel-v1,#tab-course-v2:checked ~ .tab-panels-container .panel-v2,#tab-course-v3:checked ~ .tab-panels-container .panel-v3{display:block}
.course-card-layout{display:flex;flex-direction:row;gap:40px;align-items:flex-start}
.course-card-info-col{flex:1 1 55%;display:flex;flex-direction:column;gap:18px}
.course-card-meta-col{flex:1 1 40%;display:flex;flex-direction:column;gap:16px}
.course-level-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:20px;font-size:.78rem;font-weight:600;width:fit-content}
.level-intro{background:#fafa7a59;color:#7a7200}
.level-medio{background:#1061731a;color:#106173}
.level-avanzado{background:#c9244c1a;color:#C9244C}
.course-card-title-v1{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}
.course-card-description{font-size:.97rem;color:#4a5568;line-height:1.7;margin:0}
.course-modules-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.course-modules-list li{display:flex;align-items:flex-start;gap:10px;font-size:.92rem;color:#2d3748;line-height:1.5}
.course-modules-list li .module-check{width:20px;height:20px;border-radius:50%;background:#1061731f;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.course-modules-list li .module-check .pe-7s-check{font-size:12px;color:#106173}
.course-stats-card{background:linear-gradient(135deg,#106173 0%,#0d4f5e 100%);border-radius:14px;padding:28px;color:#fff;display:flex;flex-direction:column;gap:20px}
.course-stat-row{display:flex;flex-direction:row;justify-content:space-between;gap:12px}
.course-stat-item{display:flex;flex-direction:column;gap:4px;flex:1}
.course-stat-number{font-size:1.5rem;font-weight:700;color:#FAFA7A;line-height:1}
.course-stat-label{font-size:.78rem;color:#ffffffb8;line-height:1.3}
.course-stat-divider{height:1px;background:#ffffff26}
.course-enroll-button{display:flex;align-items:center;justify-content:center;gap:8px;background:#FAFA7A;color:#1a1a2e;padding:12px 20px;border-radius:10px;font-size:.92rem;font-weight:700;text-decoration:none;transition:background 0.2s,transform .2s;cursor:pointer}
.course-enroll-button:hover{background:#f0f000;transform:translateY(-2px);text-decoration:none;color:#1a1a2e}
.divider-zigzag-v1{width:100%;overflow:hidden;line-height:0;background:#fff}
.divider-zigzag-v1 svg{display:block;width:100%}
.learning-path-section{background:linear-gradient(35deg,#C9244C 0%,#106173 50%,#1a3a40 100%);padding:80px 0 88px;position:relative;overflow:hidden}
.learning-path-section::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:#fafa7a0f;top:-100px;right:-100px;pointer-events:none}
.learning-path-section::after{content:'';position:absolute;width:250px;height:250px;border-radius:50%;background:#ffffff0a;bottom:-50px;left:8%;pointer-events:none}
.path-section-header{text-align:center;margin-bottom:56px;position:relative;z-index:1}
.path-eyebrow-label{display:inline-flex;align-items:center;gap:6px;color:#FAFA7A;font-size:.85rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;margin-bottom:12px}
.path-section-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#fff;margin:0 0 14px;line-height:1.25}
.path-section-desc{font-size:1rem;color:#ffffffbf;max-width:520px;margin:0 auto;line-height:1.65}
.steps-asymmetric-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;position:relative;z-index:1}
.steps-asymmetric-grid::before{content:'';position:absolute;top:48px;left:calc(16.66% + 30px);right:calc(16.66% + 30px);height:2px;background:linear-gradient(90deg,#fafa7a66,#fafa7acc,#fafa7a66);z-index:0}
.step-card-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px;position:relative;z-index:1}
.step-card-item:nth-child(even){margin-top:32px}
.step-number-circle{width:52px;height:52px;border-radius:50%;background:#FAFA7A;color:#1a1a2e;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;margin-bottom:18px;box-shadow:0 0 0 6px #fafa7a33;position:relative;z-index:2}
.step-icon-tag{display:inline-flex;align-items:center;gap:5px;background:#ffffff1f;border-radius:20px;padding:4px 12px;font-size:.75rem;color:#ffffffd9;margin-bottom:10px}
.step-title-text{font-size:1.05rem;font-weight:600;color:#fff;margin:0 0 10px;line-height:1.3}
.step-description-text{font-size:.88rem;color:#ffffffad;line-height:1.6;margin:0}
.faq-outcomes-section{background:#f4f6f8;padding:80px 0 88px}
.faq-outcomes-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.outcomes-col{display:flex;flex-direction:column;gap:20px}
.outcomes-col-header{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}
.outcomes-eyebrow{color:#C9244C;font-size:.82rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}
.outcomes-col-title{font-size:1.55rem;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}
.outcome-item-card{display:flex;flex-direction:row;align-items:flex-start;gap:14px;background:#fff;border-radius:12px;padding:18px 20px;box-shadow:0 2px 12px #0000000d;transition:box-shadow 0.2s,transform .2s}
.outcome-item-card:hover{box-shadow:0 6px 24px #1061731f;transform:translateY(-2px)}
.outcome-icon-box{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#c9244c1a,#1061731a);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#C9244C;font-size:18px}
.outcome-text-block{display:flex;flex-direction:column;gap:4px}
.outcome-item-title{font-size:.95rem;font-weight:600;color:#1a1a2e;margin:0}
.outcome-item-desc{font-size:.86rem;color:#4a5568;line-height:1.55;margin:0}
.faq-col{display:flex;flex-direction:column;gap:12px}
.faq-col-header{margin-bottom:12px}
.faq-col-title{font-size:1.55rem;font-weight:700;color:#1a1a2e;margin:0 0 6px;line-height:1.3}
.faq-col-subtitle{font-size:.9rem;color:#4a5568;margin:0}
.faq-item-v1{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}
.faq-item-v1 input[type="checkbox"]{display:none}
.faq-question-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;font-size:.93rem;font-weight:600;color:#1a1a2e;transition:background .2s;user-select:none}
.faq-question-label:hover{background:#f8f9fa}
.faq-question-label .faq-toggle-icon{font-size:18px;color:#106173;transition:transform .25s;flex-shrink:0}
.faq-item-v1 input[type="checkbox"]:checked ~ .faq-question-label .faq-toggle-icon{transform:rotate(45deg)}
.faq-answer-panel{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s ease;padding:0 20px}
.faq-item-v1 input[type="checkbox"]:checked ~ .faq-answer-panel{max-height:200px;padding:0 20px 16px}
.faq-answer-panel p{font-size:.88rem;color:#4a5568;line-height:1.65;margin:0;border-top:1px solid #f0f0f0;padding-top:12px}
@media (max-width: 900px) {
.hero-inner-layout{flex-direction:column;gap:32px}
.hero-image-column{width:100%}
.hero-image-wrapper-v1 img{height:260px}
.hero-image-badge{left:10px}
.course-card-layout{flex-direction:column;gap:24px}
.course-card-info-col,.course-card-meta-col{flex:1 1 100%}
.steps-asymmetric-grid{grid-template-columns:1fr;gap:28px}
.steps-asymmetric-grid::before{display:none}
.step-card-item:nth-child(even){margin-top:0}
.faq-outcomes-layout{grid-template-columns:1fr;gap:36px}
}
@media (max-width: 600px) {
.hero-horizontal-box{padding:48px 0 40px}
.hero-action-group{flex-direction:column}
.button-primary-v1,.button-outline-v1{width:100%;justify-content:center}
.courses-section-box{padding:48px 0 56px}
.tab-controls-row{gap:6px}
.tab-label-button{padding:7px 14px;font-size:.82rem}
.learning-path-section{padding:56px 0 64px}
.faq-outcomes-section{padding:56px 0 64px}
.course-stat-row{flex-direction:column;gap:8px}
}
.teaching-hero-box{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center;background:#f7f7f5}
.teaching-hero-box .hero-image-panel{position:absolute;right:0;top:0;width:52%;height:100%;z-index:1}
.teaching-hero-box .hero-image-panel img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.teaching-hero-box .hero-image-panel::before{content:'';position:absolute;left:0;top:0;width:160px;height:100%;background:linear-gradient(90deg,#f7f7f5 0%,transparent 100%);z-index:2}
.teaching-hero-box .hero-image-panel::after{content:'';position:absolute;inset:0;background:linear-gradient(35deg,#C9244C 0%,#106173 50%,#FAFA7A 100%);opacity:.18;z-index:3}
.teaching-hero-content-box{position:relative;z-index:10;max-width:560px;padding:72px 48px}
.teaching-hero-content-box .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(35deg,#C9244C 0%,#106173 100%);color:#fff;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:24px}
.teaching-hero-content-box .hero-main-title{font-size:2.6rem;font-weight:800;line-height:1.18;color:#1a1a1a;margin:0 0 20px}
.teaching-hero-content-box .hero-main-title .highlight-phrase{color:#C9244C;position:relative;display:inline}
.teaching-hero-content-box .hero-main-title .highlight-phrase::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#C9244C 0%,#FAFA7A 100%);border-radius:2px}
.teaching-hero-content-box .hero-description{font-size:1.05rem;line-height:1.72;color:#444;margin:0 0 32px;max-width:440px}
.teaching-hero-content-box .hero-cta-button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(35deg,#C9244C 0%,#106173 100%);color:#fff;font-size:1rem;font-weight:700;padding:14px 32px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.25s,transform .2s;position:relative;z-index:15}
.teaching-hero-content-box .hero-cta-button:hover{box-shadow:0 8px 28px #c9244c52;transform:translateY(-2px)}
.hero-deco-dot{position:absolute;z-index:5;border-radius:50%}
.hero-deco-dot-v1{width:18px;height:18px;background:#FAFA7A;bottom:60px;left:460px;box-shadow:0 0 0 5px #fafa7a33}
.hero-deco-dot-v2{width:10px;height:10px;background:#C9244C;top:80px;left:480px}
.hero-deco-arrow{position:absolute;z-index:5;bottom:100px;left:500px;opacity:.6}
.approach-section-wrapper{background:#fff;padding:80px 24px}
.approach-content-box{max-width:1200px;margin:0 auto}
.approach-header-row{display:flex;flex-direction:row;align-items:flex-end;gap:40px;margin-bottom:56px}
.approach-header-row .approach-title-col{flex:1 1 0}
.approach-header-row .approach-subtitle-col{flex:1 1 0;padding-bottom:6px}
.approach-section-label{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#106173;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.approach-section-label::before{content:'';display:inline-block;width:22px;height:2px;background:#106173}
.approach-main-heading{font-size:2rem;font-weight:800;color:#1a1a1a;line-height:1.22;margin:0}
.approach-subtitle-text{font-size:1rem;line-height:1.7;color:#555;margin:0}
.approach-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.approach-card-v1{background:#f4f8f9;border-radius:14px;padding:32px 28px;position:relative;overflow:hidden;transition:box-shadow 0.25s,transform .2s;border:1px solid #e8eef0}
.approach-card-v1:hover{box-shadow:0 12px 36px #10617321;transform:translateY(-4px)}
.approach-card-v1::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#C9244C 0%,#106173 100%);border-radius:4px 0 0 4px}
.approach-card-v1 .card-icon-box{width:48px;height:48px;background:linear-gradient(35deg,#C9244C 0%,#106173 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.approach-card-v1 .card-icon-box i{color:#fff;font-size:22px}
.approach-card-v1 .card-heading-v1{font-size:1.08rem;font-weight:700;color:#1a1a1a;margin:0 0 10px}
.approach-card-v1 .card-text-v1{font-size:.93rem;line-height:1.65;color:#555;margin:0}
.divider-wave-v1{line-height:0;background:#fff}
.divider-wave-v1 svg{display:block;width:100%}
.phases-section-wrapper{background:linear-gradient(160deg,#0e2a31 0%,#106173 60%,#1a3a42 100%);padding:84px 24px;position:relative;overflow:hidden}
.phases-section-wrapper::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,#fafa7a1f 0%,transparent 70%);pointer-events:none}
.phases-content-box{max-width:1200px;margin:0 auto}
.phases-top-row{text-align:center;margin-bottom:60px}
.phases-top-label{display:inline-block;background:#fafa7a26;color:#FAFA7A;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:18px;border:1px solid #fafa7a4d}
.phases-main-title{font-size:2rem;font-weight:800;color:#fff;margin:0 0 16px;line-height:1.25}
.phases-subtitle{font-size:1rem;color:#ffffffb8;max-width:540px;margin:0 auto;line-height:1.7}
.phases-timeline-track{position:relative;display:flex;flex-direction:column;gap:0}
.phases-timeline-track::before{content:'';position:absolute;left:40px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#FAFA7A 0%,#fafa7a33 100%)}
.phase-step-item{display:flex;flex-direction:row;align-items:flex-start;gap:28px;padding:0 0 36px;position:relative}
.phase-step-item:last-child{padding-bottom:0}
.phase-number-circle{flex-shrink:0;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#C9244C 0%,#8b1535 100%);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:900;color:#fff;border:3px solid #fafa7a66;position:relative;z-index:2}
.phase-step-content{flex:1;background:#ffffff0f;border-radius:14px;padding:28px 32px;border:1px solid #ffffff1a;backdrop-filter:blur(4px)}
.phase-step-content .phase-step-title{font-size:1.12rem;font-weight:700;color:#FAFA7A;margin:0 0 10px}
.phase-step-content .phase-step-desc{font-size:.94rem;line-height:1.68;color:#ffffffd1;margin:0 0 16px}
.phase-tags-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.phase-tag-v1{background:#fafa7a1f;color:#FAFA7A;font-size:11px;font-weight:600;padding:4px 12px;border-radius:20px;border:1px solid #fafa7a40}
.divider-zigzag-v1{background:linear-gradient(160deg,#0e2a31 0%,#106173 100%);line-height:0}
.divider-zigzag-v1 svg{display:block;width:100%}
.tools-section-wrapper{background:#f4f8f9;padding:84px 24px}
.tools-content-box{max-width:1200px;margin:0 auto}
.tools-split-layout{display:flex;flex-direction:row;align-items:center;gap:64px}
.tools-image-side{flex:0 0 44%;position:relative}
.tools-image-side img{width:100%;height:380px;object-fit:cover;border-radius:16px;display:block;box-shadow:0 16px 48px #1061732e}
.tools-image-side::after{content:'';position:absolute;bottom:-16px;right:-16px;width:100%;height:100%;border:2px solid #10617333;border-radius:16px;z-index:0;pointer-events:none}
.tools-image-side img{position:relative;z-index:1}
.tools-text-side{flex:1 1 0}
.tools-section-label-v2{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#C9244C;display:flex;align-items:center;gap:8px;margin-bottom:16px}
.tools-section-label-v2::before{content:'';display:inline-block;width:22px;height:2px;background:#C9244C}
.tools-heading-v2{font-size:1.9rem;font-weight:800;color:#1a1a1a;line-height:1.22;margin:0 0 18px}
.tools-body-text{font-size:.97rem;line-height:1.72;color:#555;margin:0 0 28px}
.tools-feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.tools-feature-list li{display:flex;flex-direction:row;align-items:flex-start;gap:14px;font-size:.95rem;color:#333;line-height:1.55}
.tools-feature-list li .feature-icon-v2{flex-shrink:0;width:34px;height:34px;background:linear-gradient(135deg,#C9244C 0%,#106173 100%);border-radius:8px;display:flex;align-items:center;justify-content:center}
.tools-feature-list li .feature-icon-v2 i{color:#fff;font-size:15px}
.divider-gradient-line-v1{height:3px;background:linear-gradient(90deg,#C9244C 0%,#106173 50%,#FAFA7A 100%);margin:0}
.outcomes-section-wrapper{background:#fff;padding:84px 24px}
.outcomes-content-box{max-width:1200px;margin:0 auto}
.outcomes-header-v1{text-align:center;margin-bottom:56px}
.outcomes-section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#106173;margin-bottom:14px}
.outcomes-main-title{font-size:2rem;font-weight:800;color:#1a1a1a;line-height:1.25;margin:0 0 16px}
.outcomes-main-title .accent-word{color:#C9244C;position:relative;display:inline-block}
.outcomes-main-title .accent-word::before{content:'';position:absolute;bottom:2px;left:0;width:100%;height:6px;background:#fafa7a99;z-index:-1;border-radius:3px}
.outcomes-lead-text{font-size:1rem;line-height:1.7;color:#555;max-width:560px;margin:0 auto}
.outcomes-asymm-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:auto auto;gap:20px}
.outcome-card-large-v1{grid-row:1 / 3;background:linear-gradient(160deg,#C9244C 0%,#8b1535 100%);border-radius:16px;padding:40px 32px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;min-height:340px}
.outcome-card-large-v1::before{content:'';position:absolute;top:-40px;right:-40px;width:180px;height:180px;background:radial-gradient(circle,#fafa7a33 0%,transparent 70%)}
.outcome-card-large-v1 .large-card-icon{margin-bottom:24px;opacity:.9}
.outcome-card-large-v1 .large-card-icon i{font-size:38px;color:#FAFA7A}
.outcome-card-large-v1 .large-card-title{font-size:1.2rem;font-weight:800;margin:0 0 12px}
.outcome-card-large-v1 .large-card-text{font-size:.93rem;line-height:1.65;opacity:.88;margin:0}
.outcome-card-small-v1{background:#f4f8f9;border-radius:14px;padding:26px 24px;border:1px solid #e0e8eb;display:flex;flex-direction:column;gap:10px;transition:box-shadow 0.22s,transform .2s}
.outcome-card-small-v1:hover{box-shadow:0 8px 24px #1061731f;transform:translateY(-3px)}
.outcome-card-small-v1 .small-card-icon-v1 i{font-size:26px;color:#106173}
.outcome-card-small-v1 .small-card-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0}
.outcome-card-small-v1 .small-card-text{font-size:.9rem;line-height:1.6;color:#555;margin:0}
.outcome-stat-card-v1{background:#106173;border-radius:14px;padding:26px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.outcome-stat-card-v1 .stat-number-v1{font-size:2.2rem;font-weight:900;color:#FAFA7A;line-height:1}
.outcome-stat-card-v1 .stat-label-v1{font-size:.9rem;font-weight:600;color:#ffffffd9;line-height:1.45}
@media (max-width: 900px) {
.teaching-hero-box .hero-image-panel{width:45%}
.approach-cards-grid{grid-template-columns:1fr 1fr}
.tools-split-layout{flex-direction:column;gap:40px}
.tools-image-side{flex:0 0 auto;width:100%}
.outcomes-asymm-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
.outcome-card-large-v1{grid-row:auto;grid-column:1 / 3;min-height:220px}
.approach-header-row{flex-direction:column;gap:18px;align-items:flex-start}
.phases-timeline-track::before{left:36px}
.phase-number-circle{width:72px;height:72px}
}
@media (max-width: 640px) {
.teaching-hero-box{min-height:auto;flex-direction:column}
.teaching-hero-box .hero-image-panel{position:relative;width:100%;height:220px;order:-1}
.teaching-hero-box .hero-image-panel::before{display:none}
.teaching-hero-content-box{padding:36px 20px}
.teaching-hero-content-box .hero-main-title{font-size:1.8rem}
.hero-deco-dot-v1,.hero-deco-dot-v2,.hero-deco-arrow{display:none}
.approach-cards-grid{grid-template-columns:1fr}
.outcomes-asymm-grid{grid-template-columns:1fr}
.outcome-card-large-v1{grid-column:auto}
.phase-step-item{flex-direction:column;gap:16px}
.phases-timeline-track::before{display:none}
.phase-number-circle{width:60px;height:60px;font-size:1.2rem}
.teaching-hero-content-box .hero-main-title{font-size:1.6rem}
.phases-main-title,.approach-main-heading,.tools-heading-v2,.outcomes-main-title{font-size:1.5rem}
.teaching-hero-content-box{max-width:100%}
}
.title-block-box{position:relative;overflow:hidden;background:linear-gradient(35deg,#C9244C 0%,#106173 50%,#FAFA7A 100%);min-height:480px;display:flex;align-items:center}
.title-block-box .title-inner-box{max-width:1200px;margin:auto;width:100%;padding:60px 24px;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.title-block-box .title-text-box{flex:1 1 380px;min-width:0}
.title-block-box .title-text-box h1{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.15;margin:0 0 28px;letter-spacing:-.5px}
.title-block-box .title-text-box h1 span{color:#FAFA7A}
.title-cta-button-v1{display:inline-block;background:#fff;color:#C9244C;font-weight:700;font-size:1rem;padding:14px 32px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s,color 0.2s,box-shadow .2s;box-shadow:0 4px 18px #c9244c2e;position:relative;z-index:5}
.title-cta-button-v1:hover{background:#FAFA7A;color:#106173;box-shadow:0 8px 28px #10617338}
.title-image-wrapper-v1{flex:0 0 360px;max-width:360px;position:relative}
.title-image-wrapper-v1 .image-clip-shape{width:100%;aspect-ratio:4/5;overflow:hidden;clip-path:polygon(0 12%,88% 0%,100% 88%,12% 100%);border-radius:4px;box-shadow:0 16px 48px #00000047}
.title-image-wrapper-v1 .image-clip-shape img{width:100%;height:100%;object-fit:cover;display:block}
.title-block-box .abstract-shape-a{position:absolute;width:260px;height:260px;border-radius:50%;background:#fafa7a1a;top:-60px;right:30%;z-index:1}
.title-block-box .abstract-shape-b{position:absolute;width:140px;height:140px;border-radius:50%;background:#ffffff12;bottom:20px;left:60px;z-index:1}
.projects-section-v2{max-width:1200px;margin:0 auto;padding:72px 24px 60px}
.projects-section-v2 .section-label-v2{display:inline-block;background:linear-gradient(90deg,#C9244C 0%,#106173 100%);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 16px;border-radius:20px;margin-bottom:18px}
.projects-section-v2 .section-heading-v2{font-size:1.9rem;font-weight:800;color:#1a1a2e;margin:0 0 12px;line-height:1.2}
.projects-section-v2 .section-heading-v2::after{content:'';display:block;width:52px;height:4px;background:#C9244C;border-radius:2px;margin-top:12px}
.projects-section-v2 .section-intro-text{color:#444;font-size:1.05rem;line-height:1.7;max-width:640px;margin:0 0 40px}
.projects-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.project-card-v2{background:#fff;border-radius:14px;box-shadow:0 4px 24px #1061731a;overflow:hidden;display:flex;flex-direction:column;border:1.5px solid #eef2f5;transition:box-shadow 0.22s,transform .22s;position:relative}
.project-card-v2:hover{box-shadow:0 12px 40px #c9244c21;transform:translateY(-4px)}
.project-card-v2 .card-top-bar{height:6px;width:100%}
.project-card-v2.bar-red .card-top-bar{background:#C9244C}
.project-card-v2.bar-teal .card-top-bar{background:#106173}
.project-card-v2.bar-yellow .card-top-bar{background:#FAFA7A}
.project-card-v2 .card-content-box{padding:24px 22px 20px;flex:1;display:flex;flex-direction:column}
.project-card-v2 .card-category-tag{font-size:.75rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#106173;margin-bottom:10px}
.project-card-v2 .card-title-v2{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin:0 0 10px;line-height:1.35}
.project-card-v2 .card-description-v2{color:#555;font-size:.93rem;line-height:1.65;flex:1;margin:0 0 18px}
.project-card-v2 .card-meta-row{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap;border-top:1px solid #f0f3f6;padding-top:14px}
.project-card-v2 .meta-author{font-size:.82rem;color:#777;display:flex;align-items:center;gap:6px}
.project-card-v2 .meta-author i{color:#C9244C;font-size:1rem}
.project-card-v2 .meta-badge{font-size:.76rem;font-weight:600;padding:3px 10px;border-radius:20px;background:#f0f9fb;color:#106173;margin-left:auto}
.projects-section-v2 .projects-image-feature-box{margin-top:48px;border-radius:14px;overflow:hidden;position:relative;display:flex;flex-direction:row;align-items:stretch;background:#f7f9fb;box-shadow:0 4px 24px #10617314;border:1.5px solid #eef2f5;gap:0}
.projects-image-feature-box .feature-img-side{flex:0 0 42%;max-width:42%;overflow:hidden;position:relative}
.projects-image-feature-box .feature-img-side img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block}
.projects-image-feature-box .feature-text-side{flex:1;padding:36px 36px 32px;display:flex;flex-direction:column;justify-content:center}
.feature-text-side .feature-eyebrow{font-size:.78rem;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:#C9244C;margin-bottom:12px}
.feature-text-side .feature-title-v2{font-size:1.45rem;font-weight:800;color:#1a1a2e;margin:0 0 14px;line-height:1.25}
.feature-text-side .feature-body-text{color:#555;font-size:.97rem;line-height:1.7;margin:0 0 24px}
.feature-text-side .feature-stats-row{display:flex;flex-direction:row;gap:28px;flex-wrap:wrap}
.feature-stats-row .stat-item-v2{display:flex;flex-direction:column;align-items:flex-start}
.feature-stats-row .stat-number-v2{font-size:1.7rem;font-weight:800;color:#106173;line-height:1}
.feature-stats-row .stat-label-v2{font-size:.8rem;color:#888;margin-top:3px}
.outcomes-section-v3{background:linear-gradient(35deg,#106173 0%,#1a1a2e 100%);padding:0;position:relative;overflow:hidden}
.outcomes-section-v3 .outcomes-inner-box{max-width:1200px;margin:auto;padding:72px 24px 68px}
.outcomes-section-v3 .outcomes-top-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:48px;flex-wrap:wrap}
.outcomes-section-v3 .outcomes-heading-block{max-width:520px}
.outcomes-heading-block .outcomes-label-v3{font-size:.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#FAFA7A;margin-bottom:12px;display:block}
.outcomes-heading-block .outcomes-title-v3{font-size:1.9rem;font-weight:800;color:#fff;margin:0;line-height:1.2}
.outcomes-heading-block .outcomes-title-v3 em{font-style:normal;color:#FAFA7A}
.outcomes-section-v3 .outcomes-desc-v3{color:#ffffffb8;font-size:.97rem;line-height:1.7;max-width:340px;margin:0}
.outcomes-accordion-box{display:flex;flex-direction:column;gap:0;border-radius:14px;overflow:hidden;box-shadow:0 8px 40px #00000038}
.outcomes-accordion-box input[type="checkbox"]{display:none}
.accordion-item-v3{background:#ffffff0f;border-bottom:1px solid #ffffff17}
.accordion-item-v3:last-child{border-bottom:none}
.accordion-label-v3{display:flex;flex-direction:row;align-items:center;gap:16px;padding:20px 28px;cursor:pointer;transition:background .2s;user-select:none;position:relative}
.accordion-label-v3:hover{background:#fafa7a12}
.accordion-label-v3 .accordion-icon-circle{width:40px;height:40px;min-width:40px;border-radius:50%;background:linear-gradient(135deg,#C9244C 0%,#106173 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.accordion-label-v3 .accordion-icon-circle i{color:#fff;font-size:1.1rem}
.accordion-label-v3 .accordion-label-text{flex:1;font-size:1.03rem;font-weight:700;color:#fff}
.accordion-label-v3 .accordion-arrow{width:22px;height:22px;border-radius:50%;border:1.5px solid #ffffff40;display:flex;align-items:center;justify-content:center;transition:transform 0.22s,background .22s;flex-shrink:0}
.accordion-label-v3 .accordion-arrow i{color:#ffffffb3;font-size:.85rem;transition:transform .22s}
.accordion-body-v3{max-height:0;overflow:hidden;transition:max-height .32s cubic-bezier(0.4,0,0.2,1);background:#00000024}
.accordion-body-v3 .accordion-body-inner{padding:0 28px 22px 84px;color:#ffffffc7;font-size:.95rem;line-height:1.72}
.accordion-body-v3 .accordion-body-inner ul{margin:8px 0 0;padding:0;list-style:none}
.accordion-body-v3 .accordion-body-inner ul li{display:flex;align-items:flex-start;gap:10px;margin-bottom:7px;font-size:.93rem}
.accordion-body-v3 .accordion-body-inner ul li::before{content:'';display:inline-block;width:8px;height:8px;min-width:8px;border-radius:50%;background:#FAFA7A;margin-top:6px}
.outcomes-accordion-box input[type="checkbox"]:checked + .accordion-item-v3 .accordion-label-v3{background:#fafa7a17}
.outcomes-accordion-box input[type="checkbox"]:checked + .accordion-item-v3 .accordion-body-v3{max-height:320px}
.outcomes-accordion-box input[type="checkbox"]:checked + .accordion-item-v3 .accordion-arrow{background:#C9244C;border-color:#C9244C;transform:rotate(180deg)}
.outcomes-section-v3 .outcomes-bg-shape{position:absolute;width:320px;height:320px;border-radius:50%;background:#fafa7a0d;right:-80px;bottom:-80px;z-index:0;pointer-events:none}
.outcomes-inner-box > *{position:relative;z-index:1}
.divider-wave-v1{line-height:0;background:#fff}
.divider-wave-v1 svg{display:block;width:100%}
@media (max-width: 900px) {
.title-block-box .title-inner-box{flex-direction:column;gap:32px;padding:48px 20px}
.title-image-wrapper-v1{flex:0 0 auto;max-width:280px;width:100%}
.projects-grid-v2{grid-template-columns:repeat(2,1fr)}
.projects-image-feature-box{flex-direction:column}
.projects-image-feature-box .feature-img-side{flex:0 0 220px;max-width:100%;width:100%}
.outcomes-section-v3 .outcomes-top-row{flex-direction:column;align-items:flex-start}
}
@media (max-width: 600px) {
.title-block-box .title-text-box h1{font-size:1.8rem}
.projects-grid-v2{grid-template-columns:1fr}
.projects-section-v2{padding:48px 16px 40px}
.projects-section-v2 .section-heading-v2{font-size:1.45rem}
.feature-text-side{padding:24px 20px}
.outcomes-inner-box{padding:52px 16px 48px}
.outcomes-heading-block .outcomes-title-v3{font-size:1.45rem}
.accordion-body-v3 .accordion-body-inner{padding-left:24px}
.feature-stats-row{gap:18px}
}
.hero-box{position:relative;min-height:520px;overflow:hidden;display:flex;align-items:center}
.hero-box .hero-background-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.hero-box .hero-overlay-v2{position:absolute;inset:0;background:linear-gradient(35deg,#c9244cd1 0%,#106173bf 50%,#fafa7a2e 100%);z-index:1}
.hero-box .hero-abstract-dot{position:absolute;border-radius:50%;background:#fafa7a14;z-index:2}
.hero-box .hero-abstract-dot.dot-large{width:320px;height:320px;top:-80px;right:-60px}
.hero-box .hero-abstract-dot.dot-small{width:120px;height:120px;bottom:40px;left:8%}
.hero-content-wrapper{position:relative;z-index:3;max-width:1200px;margin:auto;padding:80px 24px;width:100%}
.hero-content-wrapper .hero-label-tag{display:inline-block;background:#fafa7a2e;border:1px solid #fafa7a73;color:#FAFA7A;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:22px}
.hero-content-wrapper .hero-heading-v1{font-size:2.9rem;font-weight:800;color:#fff;line-height:1.18;margin:0 0 22px;max-width:680px}
.hero-content-wrapper .hero-heading-v1 span{color:#FAFA7A}
.hero-content-wrapper .hero-paragraph{color:#ffffffe0;font-size:1.08rem;line-height:1.7;max-width:520px;margin:0 0 34px}
.hero-cta-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.hero-cta-row .button-primary-v1{background:#C9244C;color:#fff;border:none;padding:14px 32px;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 18px #c9244c47;display:inline-block}
.hero-cta-row .button-primary-v1:hover{background:#a81d3d;box-shadow:0 6px 24px #c9244c6b}
.hero-cta-row .button-outline-v1{background:transparent;color:#fff;border:2px solid #ffffffa6;padding:13px 30px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:border-color 0.2s,background .2s;display:inline-block}
.hero-cta-row .button-outline-v1:hover{border-color:#FAFA7A;color:#FAFA7A}
.support-section-v1{background:#f7f8fc;padding:72px 24px}
.support-section-v1 .support-inner-box{max-width:1200px;margin:auto}
.support-section-v1 .support-heading{font-size:1.7rem;font-weight:800;color:#106173;margin:0 0 10px}
.support-section-v1 .support-heading::after{content:'';display:block;width:52px;height:4px;background:#C9244C;border-radius:4px;margin-top:10px}
.support-section-v1 .support-subtitle{color:#444;font-size:1rem;margin:14px 0 40px;max-width:540px;line-height:1.65}
.support-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.support-card-item{background:#fff;border-radius:14px;padding:28px 24px;box-shadow:0 2px 18px #10617312;border-left:4px solid #C9244C;display:flex;flex-direction:column;gap:10px;transition:box-shadow .2s}
.support-card-item:hover{box-shadow:0 6px 28px #10617324}
.support-card-item .support-card-icon{font-size:1.8rem;color:#106173}
.support-card-item .support-card-title{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0}
.support-card-item .support-card-text{font-size:.92rem;color:#555;line-height:1.6;margin:0}
.mechanics-section-v2{padding:80px 24px;background:#fff}
.mechanics-section-v2 .mechanics-inner{max-width:1200px;margin:auto}
.mechanics-split-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.mechanics-image-col img{width:100%;height:360px;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #10617324}
.mechanics-text-col .mechanics-tag{display:inline-block;background:#c9244c1a;color:#C9244C;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:16px;font-weight:700}
.mechanics-text-col .mechanics-heading{font-size:1.65rem;font-weight:800;color:#1a1a2e;margin:0 0 16px;line-height:1.28}
.mechanics-text-col .mechanics-description{color:#555;font-size:.96rem;line-height:1.7;margin:0 0 24px}
.mechanics-steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.mechanics-steps-list li{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.mechanics-steps-list .step-number{min-width:34px;height:34px;background:linear-gradient(135deg,#C9244C 0%,#106173 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;flex-shrink:0}
.mechanics-steps-list .step-text{font-size:.93rem;color:#333;line-height:1.55;padding-top:6px}
.mechanics-steps-list .step-text strong{color:#106173}
.events-section-v3{background:linear-gradient(160deg,#0e3d47 0%,#106173 60%,#1a5066 100%);padding:80px 24px}
.events-section-v3 .events-inner{max-width:1200px;margin:auto}
.events-section-v3 .events-heading{font-size:1.7rem;font-weight:800;color:#fff;margin:0 0 8px}
.events-section-v3 .events-subtitle{color:#ffffffbf;font-size:.96rem;margin:0 0 40px}
.events-grid-layout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.event-card-box{background:#ffffff12;border:1px solid #ffffff24;border-radius:14px;padding:26px 22px;transition:background 0.2s,transform .2s;cursor:default}
.event-card-box:hover{background:#ffffff21;transform:translateY(-3px)}
.event-card-box .event-status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}
.event-card-box .event-status-badge.badge-open{background:#fafa7a38;color:#FAFA7A}
.event-card-box .event-status-badge.badge-soon{background:#c9244c40;color:#fab}
.event-card-box .event-title{font-size:1rem;font-weight:700;color:#fff;margin:0 0 8px}
.event-card-box .event-meta{font-size:.86rem;color:#fff9;margin:0 0 12px;display:flex;flex-direction:row;align-items:center;gap:6px}
.event-card-box .event-desc{font-size:.88rem;color:#ffffffc7;line-height:1.58;margin:0 0 16px}
.event-card-box .event-link-v1{color:#FAFA7A;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}
.event-card-box .event-link-v1:hover{gap:10px}
.learning-types-section{padding:80px 24px;background:#fff}
.learning-types-section .lt-inner{max-width:1200px;margin:auto}
.learning-types-section .lt-header-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:44px;flex-wrap:wrap}
.learning-types-section .lt-heading{font-size:1.7rem;font-weight:800;color:#1a1a2e;margin:0;position:relative;padding-bottom:12px}
.learning-types-section .lt-heading::before{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:#FAFA7A;border-radius:2px}
.learning-types-section .lt-intro{max-width:380px;font-size:.93rem;color:#555;line-height:1.65;margin:0}
.lt-tabs-wrapper input[type="radio"]{display:none}
.lt-tab-labels{display:flex;flex-direction:row;gap:10px;margin-bottom:30px;flex-wrap:wrap}
.lt-tab-labels label{padding:9px 20px;border-radius:8px;border:2px solid #e0e0e0;font-size:.9rem;font-weight:600;color:#555;cursor:pointer;transition:background 0.18s,border-color 0.18s,color .18s;user-select:none}
.lt-tab-labels label:hover{border-color:#106173;color:#106173}
#lt-tab1:checked ~ .lt-tab-labels label[for="lt-tab1"],#lt-tab2:checked ~ .lt-tab-labels label[for="lt-tab2"],#lt-tab3:checked ~ .lt-tab-labels label[for="lt-tab3"],#lt-tab4:checked ~ .lt-tab-labels label[for="lt-tab4"]{background:#106173;border-color:#106173;color:#fff}
.lt-tab-content-box{display:none;grid-template-columns:1fr 1.2fr;gap:44px;align-items:center}
#lt-tab1:checked ~ .lt-tab-contents .lt-pane-1,#lt-tab2:checked ~ .lt-tab-contents .lt-pane-2,#lt-tab3:checked ~ .lt-tab-contents .lt-pane-3,#lt-tab4:checked ~ .lt-tab-contents .lt-pane-4{display:grid}
.lt-tab-content-box .lt-pane-image{width:100%;height:300px;object-fit:cover;border-radius:14px;box-shadow:0 4px 24px #0000001a}
.lt-pane-text-area .lt-pane-title{font-size:1.25rem;font-weight:800;color:#C9244C;margin:0 0 12px}
.lt-pane-text-area .lt-pane-body{font-size:.94rem;color:#444;line-height:1.7;margin:0 0 18px}
.lt-pane-text-area .lt-pane-link{color:#106173;font-size:.92rem;font-weight:700;text-decoration:none;border-bottom:2px solid #FAFA7A;transition:color .2s}
.lt-pane-text-area .lt-pane-link:hover{color:#C9244C}
.flexibility-section-v1{padding:80px 24px;background:#f7f8fc}
.flexibility-section-v1 .flex-inner-box{max-width:1200px;margin:auto}
.flexibility-section-v1 .flex-section-heading{font-size:1.7rem;font-weight:800;color:#106173;margin:0 0 10px}
.flexibility-section-v1 .flex-section-lead{font-size:.96rem;color:#555;max-width:560px;line-height:1.65;margin:0 0 44px}
.flexibility-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.flex-item-card{background:#fff;border-radius:14px;padding:28px 26px;display:flex;flex-direction:row;gap:18px;align-items:flex-start;box-shadow:0 2px 14px #0000000f;transition:box-shadow .2s}
.flex-item-card:hover{box-shadow:0 6px 28px #1061731f}
.flex-item-card .flex-icon-circle{min-width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#C9244C 0%,#106173 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.35rem;flex-shrink:0}
.flex-item-card .flex-card-title{font-size:1rem;font-weight:700;color:#1a1a2e;margin:0 0 6px}
.flex-item-card .flex-card-desc{font-size:.9rem;color:#555;line-height:1.6;margin:0}
.flex-bottom-image-row{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}
.flex-bottom-image-row img{width:100%;height:260px;object-fit:cover;border-radius:14px}
.flex-bottom-image-row .flex-stats-column{display:flex;flex-direction:column;gap:20px}
.flex-stat-item{display:flex;flex-direction:column;gap:4px}
.flex-stat-item .stat-number-v2{font-size:2.2rem;font-weight:900;color:#C9244C;line-height:1}
.flex-stat-item .stat-label-v2{font-size:.88rem;color:#666;line-height:1.5}
.flex-stat-divider{width:100%;height:1px;background:#e5e7ef}
.schedule-section-new{padding:80px 24px;background:#fff}
.schedule-section-new .schedule-inner{max-width:1200px;margin:auto}
.schedule-top-row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-bottom:52px}
.schedule-top-row .schedule-text-area .schedule-main-heading{font-size:1.7rem;font-weight:800;color:#1a1a2e;margin:0 0 14px}
.schedule-top-row .schedule-text-area .schedule-lead-text{font-size:.95rem;color:#555;line-height:1.7;margin:0 0 24px}
.schedule-top-row .schedule-text-area .button-secondary-v2{display:inline-block;background:#fff;border:2px solid #C9244C;color:#C9244C;padding:11px 28px;border-radius:10px;font-weight:700;font-size:.94rem;text-decoration:none;transition:background 0.2s,color .2s}
.schedule-top-row .schedule-text-area .button-secondary-v2:hover{background:#C9244C;color:#fff}
.schedule-rhythm-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}
.schedule-rhythm-item{display:grid;grid-template-columns:60px 1fr;gap:16px;align-items:start;padding:18px 0;border-bottom:1px dashed #dde3ec}
.schedule-rhythm-item:last-child{border-bottom:none}
.schedule-rhythm-item .rhythm-time-block{background:#10617314;border-radius:8px;padding:8px 0;text-align:center}
.schedule-rhythm-item .rhythm-time-block .time-label{font-size:.72rem;color:#106173;font-weight:800;text-transform:uppercase;letter-spacing:.06em;line-height:1.3}
.schedule-rhythm-item .rhythm-desc-text{font-size:.91rem;color:#333;line-height:1.58;padding-top:4px}
.schedule-rhythm-item .rhythm-desc-text strong{color:#1a1a2e}
.schedule-visual-row{display:grid;grid-template-columns:1.4fr 1fr;gap:28px;align-items:stretch}
.schedule-visual-row img{width:100%;height:280px;object-fit:cover;border-radius:14px;box-shadow:0 4px 20px #0000001a}
.schedule-highlight-box{background:linear-gradient(145deg,#C9244C 0%,#106173 100%);border-radius:14px;padding:32px 28px;display:flex;flex-direction:column;justify-content:center;gap:18px}
.schedule-highlight-box .sh-title{font-size:1.15rem;font-weight:800;color:#fff;margin:0}
.schedule-highlight-box .sh-points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.schedule-highlight-box .sh-points li{font-size:.9rem;color:#ffffffe0;display:flex;flex-direction:row;align-items:flex-start;gap:10px;line-height:1.5}
.schedule-highlight-box .sh-points li .sh-bullet{min-width:8px;height:8px;background:#FAFA7A;border-radius:50%;margin-top:6px;flex-shrink:0}
.schedule-highlight-box .sh-cta-link{color:#FAFA7A;font-weight:700;font-size:.92rem;text-decoration:none;display:inline-flex;align-items:center;gap:6px}
.schedule-highlight-box .sh-cta-link:hover{text-decoration:underline}
.divider-wave-v1{width:100%;line-height:0;overflow:hidden}
.divider-wave-v1 svg{display:block;width:100%}
.divider-dots-v2{text-align:center;padding:18px 0;color:#c0c8d8;font-size:1.4rem;letter-spacing:.4em}
@media (max-width: 900px) {
.hero-content-wrapper .hero-heading-v1{font-size:2.1rem}
.support-cards-grid{grid-template-columns:1fr 1fr}
.mechanics-split-layout{grid-template-columns:1fr;gap:28px}
.events-grid-layout{grid-template-columns:1fr 1fr}
.lt-tab-content-box{grid-template-columns:1fr;gap:22px}
.lt-tab-content-box .lt-pane-image{height:220px}
.flexibility-grid{grid-template-columns:1fr}
.flex-bottom-image-row{grid-template-columns:1fr}
.schedule-top-row{grid-template-columns:1fr;gap:28px}
.schedule-visual-row{grid-template-columns:1fr}
}
@media (max-width: 600px) {
.hero-box{min-height:420px}
.hero-content-wrapper .hero-heading-v1{font-size:1.65rem}
.support-cards-grid{grid-template-columns:1fr}
.events-grid-layout{grid-template-columns:1fr}
.lt-header-row{flex-direction:column;align-items:flex-start}
.schedule-rhythm-item{grid-template-columns:1fr;gap:8px}
.schedule-rhythm-item .rhythm-time-block{display:inline-block;width:auto;padding:4px 12px}
}
.about-title-box{position:relative;overflow:hidden;background:#f7f8fa;padding:0}
.about-title-box .grid-bg{position:absolute;inset:0;background-image:linear-gradient(#1061730f 1px,transparent 1px),linear-gradient(90deg,#1061730f 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:0}
.about-title-box .title-inner-box{position:relative;z-index:1;display:flex;flex-direction:row;align-items:center;max-width:1200px;margin:auto;padding:64px 32px;gap:48px}
.about-title-box .title-text-box{flex:1 1 400px;min-width:0}
.about-title-box .title-text-box h1{font-size:2.6rem;font-weight:800;color:#106173;line-height:1.2;margin-bottom:18px}
.about-title-box .title-text-box h1 span.accent-word{color:#C9244C;position:relative;display:inline-block}
.about-title-box .title-text-box h1 span.accent-word::after{content:'';display:block;height:3px;background:linear-gradient(90deg,#C9244C 0%,#FAFA7A 100%);border-radius:2px;margin-top:2px}
.about-title-box .title-text-box .about-quote{font-size:1.15rem;color:#444;line-height:1.7;border-left:4px solid #FAFA7A;padding-left:18px;margin-top:8px;background:#fafa7a21;border-radius:0 8px 8px 0}
.about-title-box .title-image-box{flex:0 0 380px;max-width:380px;border-radius:14px;overflow:hidden;box-shadow:0 8px 32px #10617321}
.about-title-box .title-image-box img{width:100%;height:280px;object-fit:cover;display:block}
.about-story-box{background:#fff;padding:64px 0 48px}
.about-story-box .story-inner-box{max-width:1200px;margin:auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.about-story-box .story-content-box h2{font-size:1.9rem;font-weight:700;color:#1a1a1a;margin-bottom:16px;position:relative;padding-bottom:14px}
.about-story-box .story-content-box h2::before{content:'';position:absolute;left:0;bottom:0;width:48px;height:3px;background:#C9244C;border-radius:2px}
.about-story-box .story-content-box p{font-size:1rem;color:#555;line-height:1.75;margin-bottom:14px}
.about-story-box .story-stats-box{display:flex;flex-direction:column;gap:20px}
.about-story-box .stat-card-v1{background:linear-gradient(135deg,#106173 0%,#0d4e5c 100%);border-radius:12px;padding:24px 28px;color:#fff;box-shadow:0 4px 18px #1061732e}
.about-story-box .stat-card-v1 .stat-number{font-size:2.2rem;font-weight:800;color:#FAFA7A;line-height:1;margin-bottom:4px}
.about-story-box .stat-card-v1 .stat-label{font-size:.92rem;opacity:.88}
.about-story-box .stat-card-v2{background:#fff;border:2px solid #FAFA7A;border-radius:12px;padding:22px 28px;box-shadow:0 2px 12px #c9244c12}
.about-story-box .stat-card-v2 .stat-number{font-size:2.2rem;font-weight:800;color:#C9244C;line-height:1;margin-bottom:4px}
.about-story-box .stat-card-v2 .stat-label{font-size:.92rem;color:#555}
.about-approach-box{background:linear-gradient(35deg,#C9244C 0%,#106173 55%,#2a7a3a 100%);padding:72px 0;position:relative;overflow:hidden}
.about-approach-box::before{content:'';position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:#fafa7a1a;pointer-events:none}
.about-approach-box .approach-inner-box{max-width:1200px;margin:auto;padding:0 32px}
.about-approach-box .approach-header-box{text-align:center;margin-bottom:48px}
.about-approach-box .approach-header-box h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:12px}
.about-approach-box .approach-header-box p{color:#ffffffd1;font-size:1.05rem;max-width:540px;margin:auto;line-height:1.7}
.about-approach-box .approach-cards-box{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.about-approach-box .approach-card-v1{background:#ffffff1a;border:1px solid #fafa7a40;border-radius:14px;padding:28px 24px;backdrop-filter:blur(6px);transition:background 0.25s,transform .22s}
.about-approach-box .approach-card-v1:hover{background:#ffffff2e;transform:translateY(-4px)}
.about-approach-box .approach-card-v1 .card-icon-box{width:48px;height:48px;border-radius:10px;background:#fafa7a38;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.5rem;color:#FAFA7A}
.about-approach-box .approach-card-v1 h4{font-size:1.05rem;font-weight:700;color:#fff;margin-bottom:10px}
.about-approach-box .approach-card-v1 p{font-size:.92rem;color:#ffffffc7;line-height:1.65}
.about-team-box{background:#f2f6f8;padding:64px 0}
.about-team-box .team-inner-box{max-width:1200px;margin:auto;padding:0 32px}
.about-team-box .team-layout-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:48px;align-items:start}
.about-team-box .team-image-col img{width:100%;height:340px;object-fit:cover;border-radius:14px;box-shadow:0 8px 28px #10617324;display:block}
.about-team-box .team-content-col h2{font-size:1.85rem;font-weight:700;color:#106173;margin-bottom:18px}
.about-team-box .team-content-col p{color:#555;line-height:1.75;font-size:1rem;margin-bottom:16px}
.about-team-box .team-expertise-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.about-team-box .team-expertise-list li{display:flex;align-items:center;gap:12px;font-size:.96rem;color:#333}
.about-team-box .team-expertise-list li .list-dot{width:8px;height:8px;border-radius:50%;background:#C9244C;flex-shrink:0}
.about-gallery-box{background:#fff;padding:64px 0 72px}
.about-gallery-box .gallery-inner-box{max-width:1200px;margin:auto;padding:0 32px}
.about-gallery-box .gallery-header-v1{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:36px;gap:24px}
.about-gallery-box .gallery-header-v1 h2{font-size:1.85rem;font-weight:700;color:#1a1a1a}
.about-gallery-box .gallery-header-v1 h2 em{font-style:normal;color:#C9244C}
.about-gallery-box .gallery-header-v1 p{color:#777;font-size:.95rem;max-width:320px;text-align:right;line-height:1.6}
.about-gallery-box .gallery-grid-v2{display:grid;grid-template-columns:1.4fr 0.6fr 1fr;grid-template-rows:220px 220px;gap:14px}
.about-gallery-box .gallery-grid-v2 .gallery-item-box{border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #00000017;position:relative}
.about-gallery-box .gallery-grid-v2 .gallery-item-box img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.about-gallery-box .gallery-grid-v2 .gallery-item-box:hover img{transform:scale(1.04)}
.about-gallery-box .gallery-grid-v2 .gallery-item-wide{grid-column:1 / 2;grid-row:1 / 3}
.about-gallery-box .gallery-grid-v2 .gallery-item-tall{grid-column:3 / 4;grid-row:1 / 3}
.about-gallery-box .gallery-cta-box{margin-top:36px;text-align:center}
.about-gallery-box .gallery-cta-box a{display:inline-block;background:linear-gradient(90deg,#C9244C 0%,#106173 100%);color:#fff;font-size:1rem;font-weight:600;padding:14px 36px;border-radius:8px;text-decoration:none;box-shadow:0 4px 18px #c9244c33;transition:opacity 0.2s,transform .2s;position:relative;z-index:2}
.about-gallery-box .gallery-cta-box a:hover{opacity:.88;transform:translateY(-2px)}
.svg-divider-box{line-height:0;background:#f7f8fa}
.svg-divider-box svg{display:block;width:100%}
.svg-divider-box-inv{line-height:0;background:#fff}
.svg-divider-box-inv svg{display:block;width:100%}
@media (max-width: 900px) {
.about-title-box .title-inner-box{flex-direction:column;padding:44px 20px;gap:28px}
.about-title-box .title-image-box{flex:unset;max-width:100%;width:100%}
.about-story-box .story-inner-box{grid-template-columns:1fr;gap:32px;padding:0 20px}
.about-approach-box .approach-cards-box{grid-template-columns:1fr 1fr}
.about-approach-box .approach-inner-box{padding:0 20px}
.about-team-box .team-layout-grid{grid-template-columns:1fr;gap:28px}
.about-team-box .team-image-col img{height:240px}
.about-team-box .team-inner-box{padding:0 20px}
.about-gallery-box .gallery-grid-v2{grid-template-columns:1fr 1fr;grid-template-rows:180px 180px 180px}
.about-gallery-box .gallery-grid-v2 .gallery-item-wide{grid-column:1 / 3;grid-row:1 / 2}
.about-gallery-box .gallery-grid-v2 .gallery-item-tall{grid-column:1 / 2;grid-row:2 / 4}
.about-gallery-box .gallery-inner-box{padding:0 20px}
.about-gallery-box .gallery-header-v1{flex-direction:column;align-items:flex-start}
.about-gallery-box .gallery-header-v1 p{text-align:left;max-width:100%}
}
@media (max-width: 600px) {
.about-title-box .title-text-box h1{font-size:1.8rem}
.about-approach-box .approach-cards-box{grid-template-columns:1fr}
.about-gallery-box .gallery-grid-v2{grid-template-columns:1fr;grid-template-rows:auto}
.about-gallery-box .gallery-grid-v2 .gallery-item-box{height:190px}
.about-gallery-box .gallery-grid-v2 .gallery-item-wide,.about-gallery-box .gallery-grid-v2 .gallery-item-tall{grid-column:unset;grid-row:unset}
.about-story-box .story-inner-box{padding:0 16px}
}
.contact-hero-box{position:relative;min-height:480px;display:flex;align-items:stretch;overflow:hidden;border-radius:0 0 24px 24px}
.contact-hero-box .hero-text-panel{position:relative;z-index:3;width:55%;padding:72px 56px 72px 48px;background:linear-gradient(135deg,#fff 60%,#fffeb 100%);display:flex;flex-direction:column;justify-content:center}
.contact-hero-box .hero-image-panel{position:relative;width:45%;overflow:hidden}
.contact-hero-box .hero-image-panel .parallax-img{position:absolute;top:-15%;left:0;width:100%;height:130%;object-fit:cover;object-position:center;transition:transform .1s linear}
.contact-hero-box .hero-image-panel::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,transparent 40%);z-index:2}
.contact-hero-box .dots-line-deco{position:absolute;bottom:32px;left:48px;display:flex;flex-direction:row;gap:10px;z-index:4}
.contact-hero-box .dots-line-deco span{display:block;border-radius:50%;background:#C9244C;opacity:.18}
.contact-hero-box .dots-line-deco span:nth-child(1){width:6px;height:6px;opacity:.28}
.contact-hero-box .dots-line-deco span:nth-child(2){width:5px;height:5px;opacity:.22}
.contact-hero-box .dots-line-deco span:nth-child(3){width:7px;height:7px;opacity:.35}
.contact-hero-box .dots-line-deco span:nth-child(4){width:5px;height:5px;opacity:.18}
.contact-hero-box .dots-line-deco span:nth-child(5){width:6px;height:6px;opacity:.25}
.contact-hero-box .dots-line-deco span:nth-child(6){width:4px;height:4px;opacity:.15}
.contact-hero-box .dots-line-deco span:nth-child(7){width:7px;height:7px;opacity:.3}
.contact-hero-box .dots-line-deco span:nth-child(8){width:5px;height:5px;opacity:.2}
.hero-label-tag{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#C9244C18 0%,#10617318 100%);border-left:3px solid #C9244C;padding:6px 14px;border-radius:0 8px 8px 0;font-size:.78rem;font-weight:600;color:#C9244C;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px}
.hero-problem-heading{font-size:2.1rem;font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:10px}
.hero-problem-heading .accent-word{color:#C9244C;position:relative}
.hero-problem-heading .accent-word::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:linear-gradient(90deg,#C9244C,#FAFA7A);border-radius:2px}
.hero-solution-text{font-size:1.05rem;color:#106173;font-weight:500;line-height:1.55;margin-top:14px;max-width:400px}
.hero-solution-text strong{color:#1a1a2e}
.contact-content-wrapper{max-width:1200px;margin:0 auto;padding:0 24px}
.contact-two-col-section{padding:64px 0 80px}
.contact-two-col-inner{display:grid;grid-template-columns:1fr 1.5fr;gap:48px;align-items:start}
.contact-info-panel{display:flex;flex-direction:column;gap:0}
.info-panel-heading{font-size:1.4rem;font-weight:700;color:#1a1a2e;margin-bottom:8px;position:relative;padding-bottom:14px}
.info-panel-heading::after{content:'';position:absolute;left:0;bottom:0;width:48px;height:3px;background:linear-gradient(90deg,#C9244C,#106173);border-radius:2px}
.info-panel-subtext{font-size:.93rem;color:#555;line-height:1.6;margin-top:16px;margin-bottom:28px}
.contact-detail-item-v2{display:flex;flex-direction:row;align-items:flex-start;gap:14px;padding:18px 0;border-bottom:1px solid #f0f0f0}
.contact-detail-item-v2:last-child{border-bottom:none}
.contact-detail-item-v2 .detail-icon-box{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#C9244C12 0%,#10617318 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-detail-item-v2 .detail-icon-box .pe-7s{font-size:1.2rem;color:#106173}
.contact-detail-item-v2 .detail-text-block{display:flex;flex-direction:column;gap:2px}
.contact-detail-item-v2 .detail-label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#999}
.contact-detail-item-v2 .detail-value{font-size:.95rem;color:#1a1a2e;font-weight:500}
.contact-detail-item-v2 .detail-value a{color:#106173;text-decoration:none}
.contact-detail-item-v2 .detail-value a:hover{color:#C9244C;text-decoration:underline}
.form-panel-v3{background:#fff;border-radius:16px;padding:40px 40px 36px;box-shadow:0 8px 32px #1061731a 0 2px 8px #c9244c0f;border:1px solid #f0f4f6}
.form-panel-v3 .form-top-badge{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:24px}
.form-panel-v3 .form-top-badge .badge-dot{width:10px;height:10px;border-radius:50%;background:#FAFA7A;border:2px solid #C9244C}
.form-panel-v3 .form-top-badge .badge-text{font-size:.82rem;font-weight:700;color:#106173;text-transform:uppercase;letter-spacing:.08em}
.form-row-split{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.form-field-group-v3{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.form-field-group-v3 label{font-size:.82rem;font-weight:600;color:#444;letter-spacing:.03em}
.form-field-group-v3 input[type="text"],.form-field-group-v3 input[type="email"],.form-field-group-v3 select{width:100%;padding:11px 14px;border:1.5px solid #e0e8ec;border-radius:10px;font-size:.92rem;color:#1a1a2e;background:#f8fbfc;box-shadow:inset 0 2px 4px #1061730a;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none}
.form-field-group-v3 input[type="text"]:focus,.form-field-group-v3 input[type="email"]:focus,.form-field-group-v3 select:focus{outline:none;border-color:#106173;box-shadow:inset 0 2px 4px #1061730f 0 0 0 3px #1061731a;background:#fff}
.select-wrapper-v3{position:relative}
.select-wrapper-v3::after{content:'';position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #106173;pointer-events:none}
.form-radio-group-v3{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}
.form-radio-group-v3 .radio-group-label{font-size:.82rem;font-weight:600;color:#444;letter-spacing:.03em;margin-bottom:4px}
.form-radio-group-v3 .radio-options-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.radio-option-card{display:flex;align-items:center;gap:8px;cursor:pointer}
.radio-option-card input[type="radio"]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid #d0dce0;border-radius:50%;background:#f8fbfc;cursor:pointer;flex-shrink:0;position:relative;transition:border-color .2s}
.radio-option-card input[type="radio"]:checked{border-color:#C9244C;background:#C9244C;box-shadow:inset 0 0 0 3px #fff}
.radio-option-card input[type="radio"]:focus{outline:2px solid #106173;outline-offset:2px}
.radio-option-card .radio-card-label{font-size:.88rem;color:#333;font-weight:500}
.privacy-check-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:24px;padding:14px;background:#f8fbfc;border-radius:10px;border:1px solid #e8f0f3}
.privacy-check-row input[type="checkbox"]{width:18px;height:18px;accent-color:#C9244C;flex-shrink:0;margin-top:1px;cursor:pointer}
.privacy-check-row .privacy-text{font-size:.83rem;color:#666;line-height:1.5}
.privacy-check-row .privacy-text a{color:#106173;font-weight:600;text-decoration:underline}
.privacy-check-row .privacy-text a:hover{color:#C9244C}
.submit-button-v3{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#C9244C 0%,#106173 100%);color:#fff;padding:14px 36px;border:none;border-radius:10px;font-size:.97rem;font-weight:700;cursor:pointer;position:relative;z-index:2;transition:box-shadow 0.2s,transform .15s;box-shadow:0 4px 16px #c9244c38;letter-spacing:.03em;width:100%;justify-content:center}
.submit-button-v3:hover{box-shadow:0 8px 28px #c9244c52;transform:translateY(-1px)}
.submit-button-v3:active{transform:translateY(0);box-shadow:0 2px 8px #c9244c2e}
.form-divider-deco{width:100%;height:1px;background:linear-gradient(90deg,transparent,#e0e8ec 30%,#e0e8ec 70%,transparent);margin:18px 0}
@media (max-width: 900px) {
.contact-hero-box .hero-text-panel{width:65%;padding:48px 32px 56px 28px}
.contact-hero-box .hero-image-panel{width:35%}
.contact-two-col-inner{grid-template-columns:1fr;gap:32px}
.form-panel-v3{padding:28px 22px 26px}
}
@media (max-width: 640px) {
.contact-hero-box{flex-direction:column;min-height:auto}
.contact-hero-box .hero-text-panel{width:100%;padding:40px 22px 44px}
.contact-hero-box .hero-image-panel{width:100%;height:200px;position:relative}
.contact-hero-box .hero-image-panel .parallax-img{top:0;height:100%;position:absolute}
.contact-hero-box .hero-image-panel::after{background:linear-gradient(180deg,#fff 0%,transparent 40%)}
.hero-problem-heading{font-size:1.55rem}
.contact-two-col-section{padding:40px 0 56px}
.form-row-split{grid-template-columns:1fr}
.form-radio-group-v3 .radio-options-row{flex-direction:column}
.contact-content-wrapper{padding:0 16px}
.form-panel-v3{padding:22px 16px 20px}
}
.success-page-wrapper{width:100%;overflow-x:hidden}
.title-block-box{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden;padding:80px 20px}
.title-block-box .background-shape-v1{position:absolute;top:-60px;right:-80px;width:420px;height:420px;background:linear-gradient(35deg,#C9244C 0%,#106173 50%,#FAFA7A 100%);border-radius:50%;opacity:.13;z-index:0}
.title-block-box .background-shape-v2{position:absolute;bottom:-90px;left:-60px;width:300px;height:300px;background:linear-gradient(120deg,#106173 0%,#C9244C 100%);border-radius:50%;opacity:.09;z-index:0}
.title-block-box .abstract-triangle{position:absolute;top:40px;left:55%;width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-bottom:100px solid #fafa7a26;z-index:0}
.title-block-box .abstract-dot-group{position:absolute;bottom:60px;right:8%;display:flex;flex-direction:column;gap:10px;z-index:0}
.title-block-box .abstract-dot-group span{display:block;width:10px;height:10px;border-radius:50%;background:#C9244C;opacity:.3}
.title-block-box .abstract-dot-group span:nth-child(2){background:#106173;width:14px;height:14px;opacity:.22}
.title-block-box .abstract-dot-group span:nth-child(3){background:#FAFA7A;width:8px;height:8px;opacity:.35}
.title-inner-content-box{position:relative;z-index:2;max-width:1200px;margin:auto;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:24px}
.title-block-box .success-badge-v1{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#c9244c14 0%,#10617314 100%);border:1.5px solid #1061732e;border-radius:50px;padding:8px 20px}
.title-block-box .success-badge-v1 .pe-7s-check{font-size:22px;color:#106173;font-weight:700}
.title-block-box .success-badge-v1 span{font-size:14px;color:#106173;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.title-block-box .main-heading-v1{font-size:clamp(32px,5vw,58px);font-weight:800;line-height:1.12;color:#1a1a2e;max-width:680px;margin:0}
.title-block-box .main-heading-v1 .accent-text-highlight{position:relative;color:#C9244C;display:inline-block}
.title-block-box .main-heading-v1 .accent-text-highlight::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:linear-gradient(90deg,#C9244C,#FAFA7A);border-radius:2px}
.title-block-box .subtitle-paragraph-v1{font-size:18px;line-height:1.65;color:#3d4a55;max-width:560px;margin:0}
.title-block-box .action-buttons-group-v1{display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;margin-top:8px}
.btn-primary-v2{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(35deg,#C9244C 0%,#106173 100%);color:#fff;font-size:15px;font-weight:600;padding:13px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.22s,transform .18s;position:relative;z-index:3;box-shadow:0 4px 18px #c9244c2e}
.btn-primary-v2:hover{transform:translateY(-2px);box-shadow:0 8px 28px #c9244c47;color:#fff;text-decoration:none}
.btn-outline-v2{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#106173;font-size:15px;font-weight:600;padding:12px 26px;border-radius:10px;text-decoration:none;border:2px solid #106173;cursor:pointer;transition:background 0.2s,color 0.2s,transform .18s;position:relative;z-index:3}
.btn-outline-v2:hover{background:#106173;color:#fff;transform:translateY(-2px);text-decoration:none}
.divider-wave-v1{width:100%;line-height:0;overflow:hidden}
.divider-wave-v1 svg{display:block;width:100%}
.next-steps-section-box{background:#f7f8fa;padding:70px 20px 80px}
.next-steps-inner-box{max-width:1200px;margin:auto;display:flex;flex-direction:column;gap:48px}
.next-steps-header-box{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}
.next-steps-header-box .section-label-v1{display:flex;align-items:center;gap:8px;margin-bottom:14px}
.next-steps-header-box .section-label-v1::before{content:'';display:block;width:28px;height:3px;background:linear-gradient(90deg,#C9244C,#106173);border-radius:2px}
.next-steps-header-box .section-label-v1 span{font-size:13px;font-weight:700;color:#C9244C;letter-spacing:.08em;text-transform:uppercase}
.next-steps-header-box .section-heading-v2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#1a1a2e;line-height:1.18;margin:0}
.next-steps-header-box .section-desc-v1{font-size:16px;line-height:1.68;color:#4a5568;margin:0}
.steps-grid-v1{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step-card-item-v1{background:#fff;border-radius:14px;padding:32px 26px 28px;box-shadow:0 4px 24px #10617312;border:1.5px solid #10617314;display:flex;flex-direction:column;gap:16px;transition:box-shadow 0.22s,transform .18s;position:relative;overflow:hidden}
.step-card-item-v1::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#C9244C 0%,#106173 100%);border-radius:14px 14px 0 0}
.step-card-item-v1:hover{box-shadow:0 10px 36px #10617324;transform:translateY(-4px)}
.step-card-item-v1 .step-number-badge{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:linear-gradient(35deg,#c9244c1a 0%,#1061731f 100%);font-size:18px;font-weight:800;color:#C9244C;flex-shrink:0}
.step-card-item-v1 .step-icon-v1{font-size:26px;color:#106173}
.step-card-item-v1 .step-card-title-v1{font-size:17px;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}
.step-card-item-v1 .step-card-desc-v1{font-size:14px;line-height:1.65;color:#5a6477;margin:0}
.step-card-item-v1 .step-tag-v1{display:inline-flex;align-items:center;gap:6px;background:#fafa7a59;border:1px solid #c9244c26;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;color:#8a5c00;align-self:flex-start;margin-top:auto}
.resources-strip-v1{background:linear-gradient(35deg,#106173 0%,#1a1a2e 100%);border-radius:16px;padding:36px 40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}
.resources-strip-v1 .strip-text-box{display:flex;flex-direction:column;gap:8px}
.resources-strip-v1 .strip-heading-v1{font-size:22px;font-weight:700;color:#fff;margin:0;line-height:1.25}
.resources-strip-v1 .strip-sub-v1{font-size:15px;color:#ffffffb8;margin:0;line-height:1.55;max-width:440px}
.resources-strip-v1 .strip-actions-v1{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;flex-shrink:0}
.btn-light-v1{display:inline-flex;align-items:center;gap:8px;background:#FAFA7A;color:#1a1a2e;font-size:14px;font-weight:700;padding:12px 22px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s,transform 0.18s,box-shadow .18s;position:relative;z-index:3}
.btn-light-v1:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0000002e;text-decoration:none;color:#1a1a2e}
.btn-ghost-v1{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#ffffffd9;font-size:14px;font-weight:600;padding:11px 20px;border-radius:10px;text-decoration:none;border:1.5px solid #ffffff4d;cursor:pointer;transition:border-color 0.2s,color 0.2s,background .2s;position:relative;z-index:3}
.btn-ghost-v1:hover{border-color:#ffffffb3;color:#fff;background:#ffffff14;text-decoration:none}
@media (max-width: 900px) {
.next-steps-header-box{grid-template-columns:1fr;gap:20px}
.steps-grid-v1{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 600px) {
.title-block-box{padding:60px 16px;min-height:380px}
.title-block-box .action-buttons-group-v1{flex-direction:column}
.steps-grid-v1{grid-template-columns:1fr}
.resources-strip-v1{flex-direction:column;padding:28px 22px;align-items:flex-start}
.resources-strip-v1 .strip-actions-v1{flex-direction:column;width:100%}
.btn-light-v1,.btn-ghost-v1{width:100%;justify-content:center}
.next-steps-section-box{padding:50px 16px 60px}
}