*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%;font-family:'PT Sans',sans-serif;background:#fff;color:#1a1a1a;font-size:16px;line-height:1.6}
body{display:flex;flex-direction:column;min-height:100%}
main{flex:1}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}
.site-hdr{background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px #6c173112}
.hdr-top{background:linear-gradient(135deg,#6C1731 0%,#05EBB7 100%);padding:28px 0 22px;text-align:center}
.hdr-top .wrap{display:flex;flex-direction:column;align-items:center;gap:6px}
.hdr-top .brand-name{font-size:2.6rem;font-weight:700;color:#fff;letter-spacing:.04em;line-height:1.1}
.hdr-top .brand-tag{font-size:1rem;color:#ffffffe0;font-weight:400;letter-spacing:.02em}
.hdr-bot{padding:14px 0}
.hdr-bot .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}
.site-logo{display:flex;align-items:center;flex-shrink:0}
.site-logo img{height:90px;width:90px;object-fit:contain;border-radius:4px;box-shadow:0 2px 8px #6c17311f}
.main-nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.main-nav a{font-size:.95rem;font-weight:400;color:#3a3a3a;padding:8px 14px;border-radius:3px;transition:color .2s ease-out,background .2s ease-out;white-space:nowrap}
.main-nav a:hover{color:#6C1731;background:#6c17310f}
.main-nav a[data-state="active"]{color:#6C1731;font-weight:700}
.site-ftr{background:#1a1a1a;color:#ccc;padding:40px 0 24px;margin-top:auto}
.ftr-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;padding-bottom:28px;border-bottom:1px solid #333}
.ftr-block h4{font-size:.85rem;font-weight:700;color:#05EBB7;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}
.ftr-block p,.ftr-block address{font-size:.88rem;line-height:1.7;font-style:normal;color:#aaa}
.ftr-block a{color:#aaa;font-size:.88rem;display:inline-block;margin-bottom:6px;transition:color .2s ease-out}
.ftr-block a:hover{color:#05EBB7}
.ftr-links{display:flex;flex-direction:column}
.ftr-contact-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:.88rem;color:#aaa}
.ftr-contact-item i{color:#05EBB7;font-size:1rem;margin-top:2px;flex-shrink:0}
.ftr-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:20px;gap:16px;flex-wrap:wrap}
.ftr-copy{font-size:.82rem;color:#666}
.ftr-copy span{color:#888}
.cookie-bar{display:none;position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:2px solid #6C1731;box-shadow:0 -4px 16px #0000001f;z-index:9999}
.cookie-bar[data-visible="true"]{display:block}
.cookie-bar-inner{max-width:1200px;margin:0 auto;padding:18px 24px;display:flex;align-items:flex-start;gap:24px;flex-wrap:wrap}
.cookie-bar-text{flex:1;min-width:260px;font-size:.88rem;color:#444;line-height:1.6}
.cookie-bar-text strong{display:block;color:#1a1a1a;font-size:.95rem;margin-bottom:4px}
.cookie-bar-text a{color:#6C1731;text-decoration:underline}
.cookie-bar-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding-top:4px}
.cookie-bar-actions button{background:none;border:none;cursor:pointer;font-family:'PT Sans',sans-serif;font-size:.9rem;padding:0;line-height:1.4}
.cookie-btn-accept{color:#6C1731;text-decoration:underline;font-weight:700}
.cookie-btn-decline{color:#555;text-decoration:underline}
.cookie-btn-settings{color:#05EBB7;text-decoration:underline}
.cookie-bar-actions button:hover{opacity:.75}
.cookie-detail-panel{display:none;border-top:1px solid #EDEDED;padding:16px 24px 20px;max-width:1200px;margin:0 auto}
.cookie-detail-panel[data-visible="true"]{display:block}
.cookie-cat{display:flex;align-items:flex-start;gap:14px;padding:10px 0;border-bottom:1px solid #f0f0f0}
.cookie-cat:last-child{border-bottom:none}
.cookie-cat label{font-size:.88rem;color:#333;cursor:pointer;line-height:1.5}
.cookie-cat label strong{display:block;color:#1a1a1a}
.cookie-cat input[type="checkbox"]{margin-top:3px;flex-shrink:0;accent-color:#6C1731;width:16px;height:16px}
.cookie-mini-bar{display:none;position:fixed;bottom:0;left:0;width:100%;background:#1a1a1a;border-top:1px solid #333;padding:8px 24px;z-index:9998}
.cookie-mini-bar[data-visible="true"]{display:flex}
.cookie-mini-bar button{background:none;border:none;color:#05EBB7;font-family:'PT Sans',sans-serif;font-size:.82rem;cursor:pointer;text-decoration:underline}
@media (max-width: 768px) {
.hdr-top .brand-name{font-size:1.8rem}
.hdr-top .brand-tag{font-size:.88rem}
.hdr-bot .wrap{flex-direction:column;align-items:center;gap:12px}
.main-nav{justify-content:center}
.main-nav a{padding:7px 10px;font-size:.88rem}
.ftr-inner{grid-template-columns:1fr;gap:24px}
.ftr-bottom{flex-direction:column;align-items:flex-start}
.cookie-bar-inner{flex-direction:column;gap:14px}
}
@media (max-width: 480px) {
.hdr-top .brand-name{font-size:1.5rem}
.main-nav{gap:2px}
.main-nav a{padding:6px 8px;font-size:.83rem}
}
@media (min-width: 1024px) {
.ftr-inner{grid-template-columns:1.4fr 1fr 1fr}
}
.policy-jtdu-body{max-width:1200px;margin:0 auto;padding:48px 24px 80px;background:#fff;font-family:Georgia,'Times New Roman',serif;color:#1a1a1a;font-size:16px;line-height:1.8}
.policy-jtdu-body h1{font-family:'Segoe UI',Arial,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.2;color:#6C1731;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #05EBB7;letter-spacing:-.5px}
.policy-jtdu-body h2{font-family:'Segoe UI',Arial,sans-serif;font-size:1.6rem;font-weight:700;line-height:1.3;color:#6C1731;margin:48px 0 16px;padding-left:14px;border-left:4px solid #05EBB7;letter-spacing:-.3px}
.policy-jtdu-body h3{font-family:'Segoe UI',Arial,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.4;color:#4a0f22;margin:36px 0 12px;letter-spacing:0}
.policy-jtdu-body h4{font-family:'Segoe UI',Arial,sans-serif;font-size:1.05rem;font-weight:600;line-height:1.5;color:#3a0c1c;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.6px;font-size:.9rem}
.policy-jtdu-body h5{font-family:'Segoe UI',Arial,sans-serif;font-size:.95rem;font-weight:600;line-height:1.5;color:#3a0c1c;margin:24px 0 8px;letter-spacing:.3px}
.policy-jtdu-body h6{font-family:'Segoe UI',Arial,sans-serif;font-size:.875rem;font-weight:600;line-height:1.5;color:#555;margin:20px 0 8px;letter-spacing:.3px;text-transform:uppercase}
.policy-jtdu-body p{font-size:1rem;line-height:1.85;color:#2c2c2c;margin:0 0 20px;max-width:72ch}
.policy-jtdu-body ul{margin:16px 0 24px;padding-left:0;list-style:none}
.policy-jtdu-body ol{margin:16px 0 24px;padding-left:24px;list-style:none;counter-reset:policy-counter}
.policy-jtdu-body ul li{font-size:1rem;line-height:1.8;color:#2c2c2c;margin:0 0 10px;padding-left:22px;position:relative;max-width:72ch}
.policy-jtdu-body ul li::before{content:'';position:absolute;left:0;top:12px;width:8px;height:8px;background:#05EBB7;border-radius:50%}
.policy-jtdu-body ol li{font-size:1rem;line-height:1.8;color:#2c2c2c;margin:0 0 10px;padding-left:8px;position:relative;max-width:72ch;counter-increment:policy-counter}
.policy-jtdu-body ol li::before{content:counter(policy-counter) ".";position:absolute;left:-24px;top:0;font-weight:600;color:#6C1731;font-family:'Segoe UI',Arial,sans-serif;font-size:.95rem}
.policy-jtdu-body ul ul,.policy-jtdu-body ol ol,.policy-jtdu-body ul ol,.policy-jtdu-body ol ul{margin:8px 0 8px 20px}
.policy-jtdu-body ul ul li::before{background:transparent;border:2px solid #05EBB7;width:6px;height:6px;top:13px}
.policy-jtdu-body a{color:#6C1731;text-decoration:underline;text-decoration-color:#05EBB7;text-underline-offset:3px;text-decoration-thickness:2px;transition:color .2s ease-out,text-decoration-color .2s ease-out;font-weight:500}
.policy-jtdu-body a:hover{color:#4a0f22;text-decoration-color:#6C1731}
.policy-jtdu-body a:visited{color:#8a2040}
.policy-jtdu-body a:focus{outline:2px solid #05EBB7;outline-offset:3px;border-radius:2px}
.policy-jtdu-body table{width:100%;border-collapse:collapse;margin:28px 0 36px;font-size:.92rem;line-height:1.6;background:#fff;box-shadow:0 2px 8px #6c173114;border-radius:4px;overflow:hidden}
.policy-jtdu-body thead{background:linear-gradient(135deg,#6C1731,#8a2040)}
.policy-jtdu-body thead tr{border:none}
.policy-jtdu-body thead th{padding:14px 18px;text-align:left;font-family:'Segoe UI',Arial,sans-serif;font-size:.82rem;font-weight:600;color:#fff;letter-spacing:.7px;text-transform:uppercase;border:none;white-space:nowrap}
.policy-jtdu-body tbody tr{border-bottom:1px solid #EDEDED;transition:background .15s ease-out}
.policy-jtdu-body tbody tr:last-child{border-bottom:none}
.policy-jtdu-body tbody tr:nth-child(even){background:#fafafa}
.policy-jtdu-body tbody tr:hover{background:#05ebb70f}
.policy-jtdu-body tbody td{padding:13px 18px;color:#2c2c2c;font-size:.92rem;line-height:1.6;vertical-align:top;border:none;border-right:1px solid #EDEDED}
.policy-jtdu-body tbody td:last-child{border-right:none}
.policy-jtdu-body hr{border:none;border-top:1px solid #EDEDED;margin:40px 0;position:relative}
.policy-jtdu-body hr::after{content:'';position:absolute;top:-2px;left:0;width:60px;height:3px;background:linear-gradient(90deg,#6C1731,#05EBB7);border-radius:2px}
@media (max-width: 768px) {
.policy-jtdu-body{padding:32px 16px 60px;font-size:15px}
.policy-jtdu-body h1{font-size:1.75rem;margin-bottom:24px}
.policy-jtdu-body h2{font-size:1.35rem;margin-top:36px}
.policy-jtdu-body h3{font-size:1.1rem}
.policy-jtdu-body p,.policy-jtdu-body ul li,.policy-jtdu-body ol li{max-width:100%}
.policy-jtdu-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:.85rem}
.policy-jtdu-body thead th,.policy-jtdu-body tbody td{padding:10px 12px;white-space:normal;min-width:100px}
}
@media (max-width: 480px) {
.policy-jtdu-body{padding:24px 14px 48px}
.policy-jtdu-body h1{font-size:1.5rem}
.policy-jtdu-body h2{font-size:1.2rem;padding-left:10px}
.policy-jtdu-body h3{font-size:1.05rem}
.policy-jtdu-body ol{padding-left:20px}
}
@media (min-width: 1440px) {
.policy-jtdu-body{padding:64px 48px 100px;font-size:17px}
.policy-jtdu-body h1{font-size:2.5rem}
.policy-jtdu-body h2{font-size:1.75rem}
.policy-jtdu-body p,.policy-jtdu-body ul li,.policy-jtdu-body ol li{max-width:75ch}
}
.careers-page{overflow-x:hidden}
.title-blk{position:relative;padding:80px 20px 70px;background:#fff;overflow:hidden}
.title-blk .spot-one{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#6c173121 0%,transparent 70%);top:-80px;left:-100px;pointer-events:none}
.title-blk .spot-two{position:absolute;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,#05ebb71f 0%,transparent 70%);bottom:-60px;right:-80px;pointer-events:none}
.title-blk .title-inner-holder{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.title-blk .title-txt-area{flex:1 1 55%}
.title-blk .title-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#05EBB7;background:#05ebb71a;border:1px solid #05ebb74d;border-radius:3px;padding:4px 12px;margin-bottom:20px}
.title-blk .main-heading{font-size:clamp(32px,5vw,58px);font-weight:800;color:#1a1a1a;line-height:1.15;margin:0 0 24px}
.title-blk .main-heading em{font-style:normal;color:#6C1731;position:relative}
.title-blk .main-heading em::after{content:'';position:absolute;left:0;bottom:3px;width:100%;height:3px;background:linear-gradient(90deg,#6C1731,#05EBB7);border-radius:2px}
.title-blk .title-desc{font-size:17px;line-height:1.75;color:#444;max-width:540px}
.title-blk .title-img-side{flex:1 1 40%;position:relative}
.title-blk .title-img-wrap{position:relative;border-radius:6px;overflow:hidden}
.title-blk .title-img-wrap img{width:100%;height:380px;object-fit:cover;display:block;border-radius:6px}
.title-blk .img-overlay-badge{position:absolute;bottom:20px;left:20px;background:#6c1731e6;color:#fff;font-size:13px;font-weight:600;padding:10px 16px;border-radius:4px;backdrop-filter:blur(4px)}
.why-join-blk{padding:80px 20px;background:linear-gradient(135deg,#6C1731 0%,#3d0c1c 100%);position:relative}
.why-join-blk::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#05EBB7,#6C1731)}
.why-join-inner{max-width:1200px;margin:0 auto}
.why-join-inner .section-lbl{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#05ebb7cc;margin-bottom:14px}
.why-join-inner .blk-heading{font-size:clamp(26px,3.5vw,40px);font-weight:700;color:#fff;margin:0 0 14px;max-width:520px}
.why-join-inner .blk-sub{font-size:16px;color:#ffffffb3;margin:0 0 48px;max-width:480px}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.why-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:28px 24px;transition:background .25s ease,transform .25s ease}
.why-card:hover{background:#ffffff1c;transform:translateY(-3px)}
.why-card .card-icon{width:44px;height:44px;background:linear-gradient(135deg,#05ebb733,#05ebb70d);border-radius:4px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:22px;color:#05EBB7}
.why-card .card-title{font-size:16px;font-weight:700;color:#fff;margin:0 0 10px}
.why-card .card-txt{font-size:14px;line-height:1.65;color:#ffffffa6;margin:0}
.open-roles-blk{padding:80px 20px;background:#EDEDED}
.open-roles-inner{max-width:1200px;margin:0 auto}
.roles-top-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:40px}
.roles-top-row .blk-heading-alt{font-size:clamp(24px,3vw,38px);font-weight:700;color:#1a1a1a;margin:0 0 8px}
.roles-top-row .blk-sub-alt{font-size:15px;color:#555;margin:0;max-width:380px}
.roles-top-row .roles-stat-pill{background:#6C1731;color:#fff;font-size:13px;font-weight:600;padding:8px 18px;border-radius:30px;white-space:nowrap}
.role-item{background:#fff;border-radius:5px;border-left:4px solid transparent;padding:24px 28px;margin-bottom:16px;display:flex;flex-direction:row;align-items:center;gap:24px;transition:border-color 0.2s,box-shadow .2s;box-shadow:0 2px 8px #0000000d}
.role-item:hover{border-left-color:#6C1731;box-shadow:0 6px 20px #6c17311a}
.role-dept-badge{min-width:110px;text-align:center;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#6C1731;background:#6c173114;border-radius:3px;padding:6px 10px}
.role-main{flex:1 1 auto}
.role-main .role-title{font-size:17px;font-weight:700;color:#1a1a1a;margin:0 0 6px}
.role-main .role-desc{font-size:14px;color:#555;margin:0;line-height:1.6}
.role-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.role-meta .meta-tag{font-size:12px;color:#666;background:#EDEDED;border-radius:3px;padding:3px 10px;white-space:nowrap}
.role-meta .apply-link{display:inline-block;font-size:13px;font-weight:700;color:#fff;background:#6C1731;border-radius:3px;padding:8px 18px;text-decoration:none;transition:background .2s;z-index:2;position:relative}
.role-meta .apply-link:hover{background:#4a1020}
.culture-blk{padding:80px 20px;background:#fff}
.culture-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.culture-img-side{position:relative}
.culture-img-side img{width:100%;height:420px;object-fit:cover;border-radius:6px;display:block}
.culture-img-side .overlay-stat-box{position:absolute;top:30px;right:-20px;background:#05EBB7;color:#fff;border-radius:5px;padding:18px 22px;text-align:center;box-shadow:0 8px 24px #05ebb74d}
.culture-img-side .overlay-stat-box .stat-num{font-size:34px;font-weight:800;color:#6C1731;display:block;line-height:1}
.culture-img-side .overlay-stat-box .stat-label{font-size:12px;font-weight:600;color:#1a1a1a;line-height:1.4;margin-top:4px;display:block}
.culture-txt-side .section-lbl-alt{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#6C1731;margin-bottom:14px}
.culture-txt-side .blk-heading-c{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1a1a1a;margin:0 0 20px;line-height:1.25}
.culture-txt-side .blk-p{font-size:15px;line-height:1.8;color:#444;margin:0 0 24px}
.culture-checks{list-style:none;padding:0;margin:0 0 28px}
.culture-checks li{font-size:14px;color:#333;padding:8px 0 8px 28px;position:relative;border-bottom:1px solid #EDEDED}
.culture-checks li:last-child{border-bottom:none}
.culture-checks li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:linear-gradient(135deg,#6C1731,#05EBB7);border-radius:50%;display:flex;align-items:center;justify-content:center}
.apply-blk{padding:72px 20px;background:linear-gradient(135deg,#EDEDED 0%,#fff 60%);position:relative;overflow:hidden}
.apply-blk::after{content:'';position:absolute;right:-80px;top:50%;transform:translateY(-50%);width:360px;height:360px;background:radial-gradient(circle,#05ebb71a 0%,transparent 65%);pointer-events:none}
.apply-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.apply-form-side{flex:1 1 55%;background:#fff;border-radius:6px;padding:40px 36px;box-shadow:0 4px 20px #00000012}
.apply-form-side .form-head{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 6px}
.apply-form-side .form-sub{font-size:14px;color:#666;margin:0 0 28px}
.app-form .field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.app-form .field-group{display:flex;flex-direction:column;margin-bottom:16px}
.app-form .field-group label{font-size:12px;font-weight:600;color:#444;margin-bottom:6px;letter-spacing:.5px}
.app-form .fld{border:1.5px solid #ddd;border-radius:4px;padding:10px 14px;font-size:14px;color:#222;background:#fafafa;transition:border-color .2s;outline:none;width:100%;box-sizing:border-box}
.app-form .fld:focus{border-color:#6C1731;background:#fff}
.app-form .fld-area{resize:vertical;min-height:90px}
.app-form .submit-btn{background:linear-gradient(135deg,#6C1731,#9e2446);color:#fff;border:none;border-radius:4px;padding:13px 32px;font-size:15px;font-weight:700;cursor:pointer;transition:transform 0.2s,box-shadow .2s;position:relative;z-index:2}
.app-form .submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6c173140}
.apply-info-side{flex:1 1 40%;padding-top:8px}
.apply-info-side .info-heading{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.apply-info-side .info-p{font-size:15px;line-height:1.75;color:#555;margin:0 0 28px}
.contact-detail-list{list-style:none;padding:0;margin:0 0 28px}
.contact-detail-list li{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:14px;color:#333;padding:10px 0;border-bottom:1px solid #EDEDED}
.contact-detail-list li:last-child{border-bottom:none}
.contact-detail-list .detail-icon{width:34px;height:34px;background:#6c173114;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#6C1731;flex-shrink:0}
.contact-detail-list a{color:#6C1731;text-decoration:none}
.contact-detail-list a:hover{text-decoration:underline}
.msg-apps-row{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}
.msg-app-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#fff;background:#6C1731;border-radius:4px;padding:9px 16px;text-decoration:none;transition:background .2s}
.msg-app-btn:hover{background:#4a1020}
.msg-app-btn.alt-app{background:#05EBB7;color:#1a1a1a}
.msg-app-btn.alt-app:hover{background:#04cfa1}
@media (max-width: 1024px) {
.why-grid{grid-template-columns:repeat(2,1fr)}
.culture-inner{gap:36px}
.culture-img-side .overlay-stat-box{right:10px}
}
@media (max-width: 768px) {
.title-blk .title-inner-holder{flex-direction:column}
.title-blk .title-img-side{width:100%}
.why-grid{grid-template-columns:1fr}
.roles-top-row{flex-direction:column;align-items:flex-start}
.role-item{flex-direction:column;align-items:flex-start}
.role-meta{align-items:flex-start}
.culture-inner{grid-template-columns:1fr}
.culture-img-side .overlay-stat-box{right:10px;top:10px}
.apply-inner{flex-direction:column}
.apply-form-side{padding:28px 20px}
.app-form .field-row{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.title-blk{padding:48px 16px}
.why-join-blk,.open-roles-blk,.culture-blk,.apply-blk{padding:48px 16px}
.apply-form-side{padding:22px 16px}
}
.evt-hero{position:relative;overflow:hidden;min-height:480px;display:flex;align-items:center}
.evt-hero .evt-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.evt-hero .evt-hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,#6c1731d1 0%,#05ebb738 100%);z-index:1}
.evt-hero .evt-hero-holder{position:relative;z-index:2;max-width:1200px;margin:auto;width:100%;padding:72px 32px 64px;display:flex;flex-direction:column;gap:20px;align-items:flex-start}
.evt-hero .evt-hero-tag{display:inline-flex;align-items:center;gap:8px;background:#05ebb726;border:1px solid #05EBB7;color:#05EBB7;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;padding:6px 16px;border-radius:3px;font-weight:600}
.evt-hero .evt-hero-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:#fff;line-height:1.13;max-width:680px;margin:0}
.evt-hero .evt-hero-title span{color:#05EBB7}
.evt-hero .evt-hero-desc{font-size:1.08rem;color:#ffffffe0;max-width:520px;line-height:1.7;margin:0}
.evt-hero .evt-hero-cta{display:inline-block;background:#05EBB7;color:#6C1731;font-weight:700;font-size:.95rem;padding:14px 32px;border-radius:4px;text-decoration:none;transition:background .22s ease-out,transform .18s ease-out;border:none;cursor:pointer;z-index:5}
.evt-hero .evt-hero-cta:hover{background:#fff;transform:translateY(-2px)}
.evt-hero .evt-deco-line{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6C1731,#05EBB7);z-index:3}
.evt-grid-wrap{background:#EDEDED;padding:72px 0 64px}
.evt-grid-inner{max-width:1200px;margin:auto;padding:0 32px}
.evt-grid-hdr{display:flex;flex-direction:column;gap:10px;margin-bottom:44px}
.evt-grid-hdr h2{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:#6C1731;margin:0;position:relative;display:inline-block}
.evt-grid-hdr h2::after{content:'';display:block;width:56px;height:3px;background:#05EBB7;margin-top:10px;border-radius:2px}
.evt-grid-hdr p{font-size:1rem;color:#444;max-width:560px;line-height:1.65;margin:0}
.evt-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.evt-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 4px 12px #6c173114;display:flex;flex-direction:column;transition:box-shadow .22s ease-out,transform .2s ease-out}
.evt-card:hover{box-shadow:0 12px 28px #6c173124;transform:translateY(-4px)}
.evt-card .evt-card-top{height:6px;background:linear-gradient(90deg,#6C1731,#05EBB7)}
.evt-card .evt-card-body{padding:24px 24px 16px;flex:1;display:flex;flex-direction:column;gap:12px}
.evt-card .evt-card-icon{width:42px;height:42px;background:linear-gradient(135deg,#6C1731,#05EBB7);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff}
.evt-card h3{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.35}
.evt-card p{font-size:.92rem;color:#555;line-height:1.6;margin:0;flex:1}
.evt-card .evt-card-meta{display:flex;flex-direction:column;gap:6px;padding:16px 24px 20px;border-top:1px solid #EDEDED}
.evt-card .evt-meta-row{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#6C1731;font-weight:600}
.evt-card .evt-meta-row i{font-size:.9rem;color:#05EBB7}
.evt-card .evt-card-enroll{display:block;margin:0 24px 20px;text-align:center;background:#6C1731;color:#fff;font-weight:700;font-size:.88rem;padding:11px 0;border-radius:4px;text-decoration:none;transition:background .2s ease-out;z-index:5;position:relative}
.evt-card .evt-card-enroll:hover{background:#05EBB7;color:#1a1a1a}
.evt-split-wrap{background:#fff;padding:80px 0}
.evt-split-inner{max-width:1200px;margin:auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.evt-split-text{display:flex;flex-direction:column;gap:20px}
.evt-split-text h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#1a1a1a;margin:0;line-height:1.25}
.evt-split-text h2 em{font-style:normal;color:#6C1731}
.evt-split-text p{font-size:.98rem;color:#444;line-height:1.72;margin:0}
.evt-steps{display:flex;flex-direction:column;gap:0}
.evt-step{display:flex;gap:16px;align-items:flex-start;padding:18px 0;border-bottom:1px solid #EDEDED}
.evt-step:last-child{border-bottom:none}
.evt-step-num{min-width:36px;height:36px;background:linear-gradient(135deg,#6C1731,#05EBB7);color:#fff;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center;border-radius:3px;margin-top:2px}
.evt-step-content{display:flex;flex-direction:column;gap:4px}
.evt-step-content strong{font-size:.97rem;color:#1a1a1a;font-weight:700}
.evt-step-content span{font-size:.87rem;color:#666;line-height:1.5}
.evt-featured-wrap{background:linear-gradient(135deg,#6C1731 0%,#2a0d1c 60%,#05EBB7 100%);padding:72px 0;position:relative;overflow:hidden}
.evt-featured-wrap::before{content:'';position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:#05ebb714;pointer-events:none}
.evt-featured-wrap::after{content:'';position:absolute;bottom:-40px;left:40px;width:180px;height:180px;border-radius:50%;background:#ffffff0a;pointer-events:none}
.evt-featured-inner{max-width:1200px;margin:auto;padding:0 32px;position:relative;z-index:2}
.evt-featured-inner h2{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;color:#fff;margin:0 0 8px}
.evt-featured-inner > p{font-size:1rem;color:#ffffffbf;margin:0 0 44px;max-width:520px;line-height:1.65}
.evt-accordion{display:flex;flex-direction:column;gap:12px}
.evt-acc-item{background:#ffffff12;border:1px solid #05ebb733;border-radius:5px;overflow:hidden}
.evt-acc-item input[type="checkbox"]{display:none}
.evt-acc-label{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;cursor:pointer;color:#fff;font-weight:700;font-size:.98rem;gap:12px;transition:background .18s}
.evt-acc-label:hover{background:#05ebb714}
.evt-acc-label .acc-arrow{min-width:22px;height:22px;border:2px solid #05EBB7;border-radius:3px;display:flex;align-items:center;justify-content:center;color:#05EBB7;font-size:1rem;transition:transform .22s ease-out}
.evt-acc-item input:checked ~ .evt-acc-label .acc-arrow{transform:rotate(45deg)}
.evt-acc-body{max-height:0;overflow:hidden;transition:max-height .32s ease-out}
.evt-acc-item input:checked ~ .evt-acc-body{max-height:320px}
.evt-acc-body-inner{padding:0 24px 20px;display:flex;flex-direction:column;gap:10px}
.evt-acc-body-inner p{font-size:.93rem;color:#ffffffd1;line-height:1.65;margin:0}
.evt-acc-body-inner ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px}
.evt-acc-body-inner ul li{font-size:.9rem;color:#ffffffc7;line-height:1.5}
.evt-acc-body-inner ul li::marker{color:#05EBB7}
.evt-cta-strip{background:#EDEDED;padding:56px 0}
.evt-cta-strip-inner{max-width:1200px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.evt-cta-strip-text{display:flex;flex-direction:column;gap:8px;max-width:560px}
.evt-cta-strip-text h3{font-size:1.5rem;font-weight:800;color:#1a1a1a;margin:0}
.evt-cta-strip-text p{font-size:.95rem;color:#555;line-height:1.6;margin:0}
.evt-cta-strip-btn{display:inline-block;background:linear-gradient(135deg,#6C1731,#05EBB7);color:#fff;font-weight:700;font-size:.95rem;padding:16px 38px;border-radius:4px;text-decoration:none;white-space:nowrap;transition:opacity .2s ease-out,transform .18s ease-out;z-index:5;position:relative}
.evt-cta-strip-btn:hover{opacity:.88;transform:translateY(-2px)}
@media (max-width: 1024px) {
.evt-cards{grid-template-columns:repeat(2,1fr)}
.evt-split-inner{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.evt-hero .evt-hero-holder{padding:52px 20px 48px}
.evt-grid-inner{padding:0 20px}
.evt-cards{grid-template-columns:1fr;gap:18px}
.evt-grid-wrap{padding:48px 0}
.evt-split-wrap{padding:52px 0}
.evt-split-inner{padding:0 20px}
.evt-featured-inner{padding:0 20px}
.evt-featured-wrap{padding:52px 0}
.evt-cta-strip-inner{flex-direction:column;align-items:flex-start;padding:0 20px}
.evt-cta-strip{padding:44px 0}
}
@media (max-width: 480px) {
.evt-hero .evt-hero-title{font-size:1.7rem}
.evt-acc-label{font-size:.9rem;padding:15px 16px}
.evt-acc-body-inner{padding:0 16px 16px}
}
.hero-wrap{position:relative;min-height:560px;display:flex;align-items:center;overflow:hidden}
.hero-wrap .hero-bg{position:absolute;right:0;top:0;width:58%;height:100%;object-fit:cover;object-position:center;display:block}
.hero-wrap .hero-bg-overlay{position:absolute;right:0;top:0;width:58%;height:100%;background:linear-gradient(to bottom,#6c17318c 0%,transparent 35%,transparent 65%,#05ebb759 100%);z-index:1}
.hero-wrap .hero-left-fade{position:absolute;left:0;top:0;width:55%;height:100%;background:linear-gradient(to right,#fff 55%,transparent 100%);z-index:2}
.hero-dots-pattern{position:absolute;left:38%;top:30px;z-index:3;opacity:.18}
.hero-inner{position:relative;z-index:4;max-width:1200px;margin:0 auto;padding:80px 32px;width:100%}
.hero-inner .hero-badge{display:inline-flex;align-items:center;gap:8px;background:#EDEDED;border-left:4px solid #6C1731;padding:6px 16px;font-size:13px;font-weight:600;color:#6C1731;letter-spacing:.04em;margin-bottom:24px;border-radius:0 3px 3px 0}
.hero-inner h1{font-size:clamp(2rem,4vw,3.1rem);font-weight:800;color:#1a1a2e;line-height:1.18;max-width:560px;margin:0 0 22px}
.hero-inner h1 .accent-word{color:#6C1731;position:relative}
.hero-inner h1 .accent-word::after{content:'';display:block;height:3px;background:linear-gradient(90deg,#6C1731,#05EBB7);border-radius:2px;margin-top:2px}
.hero-inner .hero-desc{font-size:1.05rem;color:#444;max-width:460px;line-height:1.7;margin:0 0 32px}
.hero-cta-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.btn-primary-red{background:#6C1731;color:#fff;border:none;padding:13px 30px;font-size:.97rem;font-weight:700;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 12px #6c17312e;z-index:10;position:relative}
.btn-primary-red:hover{background:#55112a;box-shadow:0 6px 18px #6c173147}
.btn-outline-teal{background:transparent;color:#6C1731;border:2px solid #05EBB7;padding:11px 26px;font-size:.97rem;font-weight:700;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,color .2s;z-index:10;position:relative}
.btn-outline-teal:hover{background:#05EBB7;color:#1a1a2e}
.hero-stat-row{display:flex;flex-direction:row;gap:28px;margin-top:44px;flex-wrap:wrap}
.hero-stat-item{display:flex;flex-direction:column;gap:2px}
.hero-stat-item .stat-num{font-size:1.65rem;font-weight:800;color:#6C1731;line-height:1}
.hero-stat-item .stat-lbl{font-size:.8rem;color:#777;font-weight:500;letter-spacing:.03em}
.activity-section{background:#EDEDED;padding:72px 0 64px;position:relative}
.activity-section::before{content:'';display:block;position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#6C1731,#05EBB7,#6C1731)}
.activity-holder{max-width:1200px;margin:0 auto;padding:0 32px}
.activity-top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:44px;flex-wrap:wrap}
.activity-top .sec-label{font-size:12px;font-weight:700;color:#05EBB7;letter-spacing:.1em;text-transform:uppercase;background:#6C1731;padding:4px 12px;border-radius:2px;display:inline-block;margin-bottom:10px}
.activity-top h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#1a1a2e;margin:0;line-height:1.25}
.activity-top .sec-note{font-size:.93rem;color:#666;max-width:300px;line-height:1.6;text-align:right}
.events-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px}
.event-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 4px 14px #6c173112;display:flex;flex-direction:column;transition:box-shadow 0.2s,transform .2s}
.event-card:hover{box-shadow:0 8px 28px #6c173124;transform:translateY(-3px)}
.event-card .card-img-wrap{position:relative;overflow:hidden;height:190px}
.event-card .card-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.event-card:hover .card-img-wrap img{transform:scale(1.04)}
.event-card .card-tag{position:absolute;top:12px;left:12px;background:#6C1731;color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:2px;letter-spacing:.04em;z-index:2}
.event-card .card-body{padding:20px 22px 22px;flex:1;display:flex;flex-direction:column}
.event-card .card-title{font-size:1.05rem;font-weight:700;color:#1a1a2e;margin:0 0 10px;line-height:1.35}
.event-card .card-meta{font-size:.82rem;color:#888;margin-bottom:12px;display:flex;flex-direction:row;align-items:center;gap:6px}
.event-card .card-text{font-size:.88rem;color:#555;line-height:1.65;flex:1;margin-bottom:16px}
.event-card .card-link{color:#6C1731;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:6px;border-bottom:2px solid #05EBB7;padding-bottom:1px;transition:color .2s;align-self:flex-start}
.event-card .card-link:hover{color:#05EBB7}
.expertise-section{background:#fff;padding:80px 0 72px;position:relative;overflow:hidden}
.expertise-section .exp-bg-shape{position:absolute;right:-80px;top:-60px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#05ebb71a 0%,transparent 70%);z-index:0}
.exp-holder{max-width:1200px;margin:0 auto;padding:0 32px;position:relative;z-index:1}
.exp-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.exp-left .exp-label{font-size:12px;font-weight:700;color:#6C1731;letter-spacing:.1em;text-transform:uppercase;display:flex;align-items:center;gap:8px;margin-bottom:14px}
.exp-left .exp-label::before{content:'';display:inline-block;width:28px;height:3px;background:linear-gradient(90deg,#6C1731,#05EBB7);border-radius:2px}
.exp-left h2{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:800;color:#1a1a2e;line-height:1.28;margin:0 0 20px}
.exp-left .exp-desc{font-size:.95rem;color:#555;line-height:1.75;margin-bottom:28px}
.exp-left .exp-source-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}
.exp-left .exp-source-list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:.9rem;color:#444;line-height:1.55}
.exp-left .exp-source-list li .src-icon{width:32px;height:32px;background:linear-gradient(135deg,#6C1731,#a0254a);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.exp-left .exp-source-list li .src-icon svg{width:14px;height:14px;fill:#05EBB7}
.exp-right{display:flex;flex-direction:column;gap:16px}
.exp-img-main{width:100%;height:260px;object-fit:cover;border-radius:6px;display:block;box-shadow:0 8px 28px #6c17311f}
.exp-metrics-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.exp-metric-card{background:#EDEDED;border-radius:5px;padding:16px 18px;border-left:3px solid #6C1731}
.exp-metric-card .metric-val{font-size:1.5rem;font-weight:800;color:#6C1731;line-height:1;margin-bottom:4px}
.exp-metric-card .metric-txt{font-size:.8rem;color:#666;line-height:1.45}
.extra-section{background:linear-gradient(135deg,#6C1731 0%,#3d0e1c 55%,#0a3d2e 100%);padding:80px 0 72px;position:relative;overflow:hidden}
.extra-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#05EBB7,#6C1731)}
.extra-section .extra-dots{position:absolute;top:0;right:0;width:240px;height:240px;opacity:.1}
.extra-holder{max-width:1200px;margin:0 auto;padding:0 32px;position:relative;z-index:1}
.extra-hdr{text-align:center;margin-bottom:52px}
.extra-hdr .extra-tag{display:inline-block;background:#05ebb726;border:1px solid #05EBB7;color:#05EBB7;font-size:12px;font-weight:700;letter-spacing:.1em;padding:5px 16px;border-radius:20px;margin-bottom:16px}
.extra-hdr h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#fff;margin:0 0 14px;line-height:1.25}
.extra-hdr .extra-sub{font-size:.95rem;color:#ffffffb3;max-width:520px;margin:0 auto;line-height:1.65}
.opps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:44px}
.opp-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;padding:28px 24px;transition:background 0.2s,border-color .2s;position:relative;overflow:hidden}
.opp-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(to bottom,#6C1731,#05EBB7)}
.opp-card:hover{background:#ffffff1a;border-color:#05ebb74d}
.opp-card .opp-icon{width:44px;height:44px;background:#05ebb71f;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:20px;color:#05EBB7}
.opp-card .opp-title{font-size:1.02rem;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.3}
.opp-card .opp-desc{font-size:.87rem;color:#ffffffad;line-height:1.65}
.extra-img-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:44px}
.extra-img-row .img-frame{position:relative;border-radius:6px;overflow:hidden;height:220px}
.extra-img-row .img-frame img{width:100%;height:100%;object-fit:cover;display:block}
.extra-img-row .img-frame .img-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#6c1731bf);color:#fff;font-size:.82rem;font-weight:600;padding:18px 14px 12px}
.extra-cta-center{text-align:center}
.btn-teal-solid{background:#05EBB7;color:#1a1a2e;border:none;padding:14px 36px;font-size:1rem;font-weight:800;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,box-shadow .2s;box-shadow:0 4px 16px #05ebb740;z-index:10;position:relative}
.btn-teal-solid:hover{background:#03d4a4;box-shadow:0 6px 22px #05ebb761}
@media (max-width: 1024px) {
.events-grid{grid-template-columns:1fr 1fr}
.opps-grid{grid-template-columns:1fr 1fr}
.exp-layout{grid-template-columns:1fr;gap:36px}
.exp-img-main{height:240px}
}
@media (max-width: 768px) {
.hero-wrap{min-height:480px}
.hero-wrap .hero-bg,.hero-wrap .hero-bg-overlay{width:100%;opacity:.3}
.hero-wrap .hero-left-fade{width:100%;background:linear-gradient(to right,#ffffffeb 0%,#fffc 100%)}
.hero-inner{padding:60px 20px}
.events-grid{grid-template-columns:1fr}
.opps-grid{grid-template-columns:1fr}
.extra-img-row{grid-template-columns:1fr}
.activity-top{flex-direction:column;align-items:flex-start}
.activity-top .sec-note{text-align:left}
.hero-stat-row{gap:20px}
.exp-metrics-row{grid-template-columns:1fr 1fr}
.activity-holder,.exp-holder,.extra-holder{padding:0 16px}
.activity-section{padding:52px 0 48px}
.expertise-section{padding:56px 0 52px}
.extra-section{padding:56px 0 52px}
}
@media (max-width: 480px) {
.exp-metrics-row{grid-template-columns:1fr}
.hero-cta-row{flex-direction:column}
}
.about-pg{overflow-x:hidden}
.title-blk{position:relative;background:linear-gradient(135deg,#6C1731 0%,#3a0e1c 50%,#05EBB7 100%);padding:80px 20px;overflow:hidden}
.title-blk::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");opacity:.15;pointer-events:none}
.title-blk::after{content:'';position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#05ebb72e 0%,transparent 70%);pointer-events:none}
.title-blk-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.title-blk-txt{flex:1 1 55%}
.title-blk-txt .eyebrow{display:inline-block;background:#05ebb72e;border:1px solid #05ebb766;color:#05EBB7;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:2px;margin-bottom:18px}
.title-blk-txt h1{color:#fff;font-size:clamp(2rem,4vw,3.2rem);line-height:1.2;font-weight:700;margin:0 0 20px}
.title-blk-txt h1 span{color:#05EBB7}
.title-blk-txt .lead-txt{color:#ffffffd1;font-size:1.05rem;line-height:1.7;margin:0 0 28px;max-width:520px}
.title-blk-txt .title-cta{display:inline-flex;align-items:center;gap:8px;background:#05EBB7;color:#6C1731;font-weight:700;font-size:.95rem;padding:13px 28px;border-radius:3px;text-decoration:none;transition:background 0.2s,transform .2s;position:relative;z-index:5}
.title-blk-txt .title-cta:hover{background:#fff;transform:translateY(-2px)}
.title-blk-img{flex:1 1 40%;position:relative}
.title-blk-img img{width:100%;height:360px;object-fit:cover;border-radius:4px;display:block;filter:saturate(0.85);mix-blend-mode:luminosity;opacity:.85}
.title-blk-img::before{content:'';position:absolute;inset:-8px -8px 8px 8px;border:2px solid #05ebb759;border-radius:4px;pointer-events:none;z-index:0}
.title-blk-img img{position:relative;z-index:1}
.story-blk{background:#fff;padding:80px 20px}
.story-blk-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.story-blk-left{padding-top:8px}
.story-blk-left .section-label{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.story-blk-left .section-label span{display:block;width:36px;height:3px;background:#6C1731}
.story-blk-left .section-label em{font-style:normal;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#6C1731;font-weight:600}
.story-blk-left h2{font-size:clamp(1.6rem,3vw,2.4rem);color:#1a1a1a;line-height:1.25;font-weight:700;margin:0 0 24px}
.story-blk-left h2 .accent-txt{position:relative;color:#6C1731}
.story-blk-left h2 .accent-txt::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,#6C1731,#05EBB7);border-radius:2px}
.story-blk-left .body-txt{color:#444;font-size:.97rem;line-height:1.75;margin:0 0 16px}
.story-blk-right{display:flex;flex-direction:column;gap:16px}
.stat-card{background:#EDEDED;border-radius:4px;padding:22px 24px;display:flex;flex-direction:row;align-items:center;gap:18px;border-left:4px solid #6C1731;transition:box-shadow .2s}
.stat-card:hover{box-shadow:0 6px 18px #6c17311a}
.stat-card:nth-child(even){border-left-color:#05EBB7}
.stat-card .stat-num{font-size:2rem;font-weight:800;color:#6C1731;line-height:1;min-width:64px}
.stat-card:nth-child(even) .stat-num{color:#05EBB7;filter:brightness(0.75)}
.stat-card .stat-desc{color:#444;font-size:.9rem;line-height:1.5}
.stat-card .stat-desc strong{display:block;color:#1a1a1a;font-size:.95rem;margin-bottom:2px}
.approach-blk{background:#EDEDED;padding:80px 20px;position:relative;overflow:hidden}
.approach-blk::before{content:'';position:absolute;bottom:-80px;left:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#6c173112 0%,transparent 70%);pointer-events:none}
.approach-blk-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.approach-blk-hdr{text-align:center;margin-bottom:52px}
.approach-blk-hdr h2{font-size:clamp(1.5rem,2.8vw,2.2rem);color:#1a1a1a;font-weight:700;margin:0 0 12px;position:relative;display:inline-block}
.approach-blk-hdr h2::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:48px;height:3px;background:linear-gradient(90deg,#6C1731,#05EBB7);border-radius:2px}
.approach-blk-hdr p{color:#555;font-size:.97rem;line-height:1.7;max-width:580px;margin:20px auto 0}
.approach-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step-item{background:#fff;border-radius:4px;padding:32px 24px;position:relative;border-top:3px solid transparent;transition:transform 0.2s,box-shadow .2s}
.step-item:nth-child(1){border-top-color:#6C1731}
.step-item:nth-child(2){border-top-color:#05EBB7}
.step-item:nth-child(3){border-top-color:#6C1731}
.step-item:nth-child(4){border-top-color:#05EBB7}
.step-item:nth-child(5){border-top-color:#6C1731}
.step-item:nth-child(6){border-top-color:#05EBB7}
.step-item:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000014}
.step-item .step-icon{width:44px;height:44px;background:linear-gradient(135deg,#6C1731,#05EBB7);border-radius:3px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#fff;font-size:1.2rem}
.step-item h4{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 10px}
.step-item p{font-size:.88rem;color:#555;line-height:1.65;margin:0}
.gallery-blk{background:#fff;padding:80px 20px}
.gallery-blk-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:40px;align-items:center}
.gallery-blk-txt{flex:1 1 45%}
.gallery-blk-txt h2{font-size:clamp(1.5rem,2.5vw,2rem);color:#1a1a1a;font-weight:700;margin:0 0 18px;line-height:1.3}
.gallery-blk-txt h2 mark{background:linear-gradient(90deg,#6c17311f,#05ebb71f);color:inherit;padding:0 4px;border-radius:2px}
.gallery-blk-txt .body-txt{color:#444;font-size:.97rem;line-height:1.75;margin:0 0 16px}
.gallery-blk-txt .tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.gallery-blk-txt .tag-list .tag{background:#EDEDED;color:#6C1731;border:1px solid #6c173133;font-size:.8rem;padding:5px 12px;border-radius:2px;font-weight:600}
.gallery-blk-imgs{flex:1 1 52%;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gallery-blk-imgs img{width:100%;height:180px;object-fit:cover;border-radius:3px;display:block;transition:transform 0.25s,box-shadow .25s}
.gallery-blk-imgs img:hover{transform:scale(1.02);box-shadow:0 8px 20px #0000001f}
.gallery-blk-imgs img:first-child{grid-column:span 2;height:220px}
.team-blk{background:linear-gradient(160deg,#6C1731 0%,#1a0a0e 60%,#05EBB7 140%);padding:80px 20px;position:relative;overflow:hidden}
.team-blk::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2305EBB7' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}
.team-blk-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.team-blk-top{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:52px}
.team-blk-top h2{font-size:clamp(1.5rem,2.8vw,2.2rem);color:#fff;font-weight:700;margin:0 0 12px;max-width:480px;line-height:1.25}
.team-blk-top p{color:#ffffffbf;font-size:.97rem;line-height:1.7;max-width:400px;margin:0}
.team-blk-top .cta-wrap{flex-shrink:0;padding-top:8px}
.team-blk-top .cta-wrap a{display:inline-flex;align-items:center;gap:8px;border:2px solid #05EBB7;color:#05EBB7;font-weight:700;font-size:.92rem;padding:12px 26px;border-radius:3px;text-decoration:none;transition:background 0.2s,color .2s;position:relative;z-index:5}
.team-blk-top .cta-wrap a:hover{background:#05EBB7;color:#6C1731}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.val-card{background:#ffffff14;border:1px solid #ffffff1f;border-radius:4px;padding:24px 20px;transition:background .2s}
.val-card:hover{background:#ffffff24}
.val-card .val-icon{font-size:1.5rem;margin-bottom:12px;display:block}
.val-card h5{color:#05EBB7;font-size:.92rem;font-weight:700;margin:0 0 8px;letter-spacing:.04em;text-transform:uppercase}
.val-card p{color:#ffffffbf;font-size:.85rem;line-height:1.6;margin:0}
.divider-wave{line-height:0;background:#EDEDED}
.divider-wave svg{display:block;width:100%}
.divider-wave-inv{line-height:0;background:#fff}
.divider-wave-inv svg{display:block;width:100%}
@media (max-width: 1024px) {
.approach-steps{grid-template-columns:repeat(2,1fr)}
.values-grid{grid-template-columns:repeat(2,1fr)}
.title-blk-inner{gap:32px}
.story-blk-inner{gap:36px}
.gallery-blk-inner{gap:28px}
}
@media (max-width: 768px) {
.title-blk-inner{flex-direction:column}
.title-blk-img img{height:240px}
.story-blk-inner{grid-template-columns:1fr;gap:32px}
.approach-steps{grid-template-columns:1fr}
.gallery-blk-inner{flex-direction:column}
.gallery-blk-imgs img:first-child{height:180px}
.team-blk-top{flex-direction:column}
.values-grid{grid-template-columns:1fr 1fr}
.title-blk{padding:52px 20px}
.story-blk{padding:52px 20px}
.approach-blk{padding:52px 20px}
.gallery-blk{padding:52px 20px}
.team-blk{padding:52px 20px}
}
@media (max-width: 480px) {
.values-grid{grid-template-columns:1fr}
.gallery-blk-imgs{grid-template-columns:1fr}
.gallery-blk-imgs img:first-child{grid-column:span 1}
.title-blk-txt h1{font-size:1.7rem}
}
.contact-wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.hero-contact{position:relative;min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:80px 20px}
.hero-contact .animated-bg{position:absolute;inset:0;background:linear-gradient(135deg,#6C1731 0%,#3a0e1c 30%,#05EBB7 70%,#6C1731 100%);background-size:400% 400%;animation:gradShift 8s ease infinite;z-index:0}
@keyframes gradShift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.hero-contact .noise-layer{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,#05ebb726 0%,transparent 50%),radial-gradient(circle at 80% 20%,#6c17314d 0%,transparent 50%);z-index:1}
.hero-contact .hero-inner{position:relative;z-index:2;text-align:center;max-width:680px}
.hero-contact .hero-inner .small-label{display:inline-block;background:#05ebb733;border:1px solid #05ebb766;color:#05EBB7;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;padding:6px 18px;border-radius:2px;margin-bottom:24px}
.hero-contact .hero-inner h1{font-size:clamp(2rem,5vw,3.4rem);font-weight:700;color:#fff;line-height:1.2;margin:0 0 20px}
.hero-contact .hero-inner p{font-size:1.05rem;color:#ffffffd1;line-height:1.7;margin:0}
.info-strip{background:#fff;border-bottom:1px solid #EDEDED;padding:0}
.info-strip .strip-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch}
.info-strip .strip-item{flex:1 1 200px;display:flex;flex-direction:row;align-items:center;gap:14px;padding:28px 20px;border-right:1px solid #EDEDED;text-decoration:none;transition:background .2s ease}
.info-strip .strip-item:last-child{border-right:none}
.info-strip .strip-item:hover{background:#f9f9f9}
.info-strip .strip-item .ico-wrap{width:42px;height:42px;border-radius:4px;background:linear-gradient(135deg,#6C1731,#05EBB7);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}
.info-strip .strip-item .ico-wrap svg{width:20px;height:20px;fill:#fff}
.info-strip .strip-item .txt-block{display:flex;flex-direction:column;gap:2px}
.info-strip .strip-item .txt-block .lbl{font-size:.72rem;color:#888;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.info-strip .strip-item .txt-block .val{font-size:.92rem;color:#2a2a2a;font-weight:500;line-height:1.4}
.form-section{padding:80px 20px;background:#EDEDED;position:relative}
.form-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6C1731,#05EBB7,#6C1731)}
.form-section .form-layout{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:60px;align-items:flex-start}
.form-section .form-side{flex:1 1 380px;min-width:0}
.form-section .info-side{flex:0 0 340px;min-width:0}
.form-section .form-side .sec-tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#6C1731;font-weight:700;margin-bottom:10px}
.form-section .form-side h2{font-size:clamp(1.5rem,3vw,2rem);color:#1a1a1a;font-weight:700;margin:0 0 14px;line-height:1.25}
.form-section .form-side .form-desc{font-size:.95rem;color:#555;line-height:1.7;margin:0 0 36px}
.contact-form{display:flex;flex-direction:column;gap:20px}
.contact-form .field-wrap{display:flex;flex-direction:column;gap:6px}
.contact-form .field-wrap label{font-size:.8rem;font-weight:600;color:#333;letter-spacing:.04em;text-transform:uppercase}
.contact-form .field-wrap input[type="email"]{width:100%;padding:14px 16px;border:2px solid #ddd;border-radius:3px;font-size:.95rem;color:#1a1a1a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;outline:none}
.contact-form .field-wrap input[type="email"]:focus{border-color:#6C1731;box-shadow:0 0 0 3px #6c17311f}
.contact-form .field-wrap select{width:100%;padding:14px 16px;border:2px solid #ddd;border-radius:3px;font-size:.95rem;color:#1a1a1a;background:#fff;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%236C1731' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;outline:none}
.contact-form .field-wrap select:focus{border-color:#6C1731;box-shadow:0 0 0 3px #6c17311f}
.contact-form .privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.contact-form .privacy-row input[type="checkbox"]{margin-top:3px;flex-shrink:0;width:18px;height:18px;accent-color:#6C1731;cursor:pointer}
.contact-form .privacy-row .privacy-txt{font-size:.83rem;color:#555;line-height:1.55}
.contact-form .privacy-row .privacy-txt a{color:#6C1731;text-decoration:underline;text-underline-offset:2px}
.contact-form .submit-btn{display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:linear-gradient(135deg,#6C1731,#4a1022);color:#fff;padding:15px 32px;border:none;border-radius:3px;font-size:.95rem;font-weight:600;cursor:pointer;letter-spacing:.04em;transition:transform .15s ease,box-shadow .15s ease;align-self:flex-start;position:relative;z-index:10}
.contact-form .submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6c173159}
.contact-form .submit-btn:active{transform:translateY(0)}
.form-section .info-side .card-block{background:#fff;border-radius:4px;padding:28px;margin-bottom:20px;box-shadow:0 2px 8px #0000000f;border-left:3px solid #6C1731}
.form-section .info-side .card-block h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#6C1731;margin:0 0 14px;font-weight:700}
.form-section .info-side .card-block p{font-size:.9rem;color:#444;line-height:1.65;margin:0}
.form-section .info-side .msg-card{background:linear-gradient(135deg,#6C1731,#05EBB7);border-radius:4px;padding:28px;border-left:none}
.form-section .info-side .msg-card h4{color:#fff}
.form-section .info-side .msg-card p{color:#ffffffe0}
.channels-section{padding:70px 20px;background:#fff}
.channels-section .ch-inner{max-width:1200px;margin:0 auto}
.channels-section .ch-hdr{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:20px;flex-wrap:wrap}
.channels-section .ch-hdr h2{font-size:clamp(1.4rem,2.5vw,1.9rem);color:#1a1a1a;margin:0;font-weight:700}
.channels-section .ch-hdr p{font-size:.9rem;color:#666;margin:0;max-width:380px;text-align:right;line-height:1.55}
.channels-section .ch-grid{display:flex;flex-direction:row;gap:18px;flex-wrap:wrap}
.channels-section .ch-card{flex:1 1 220px;background:#EDEDED;border-radius:4px;padding:28px 22px;display:flex;flex-direction:column;gap:14px;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;border-bottom:3px solid transparent}
.channels-section .ch-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a;border-bottom-color:#05EBB7}
.channels-section .ch-card .ch-icon{width:44px;height:44px;background:linear-gradient(135deg,#6C1731,#05EBB7);border-radius:3px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.channels-section .ch-card .ch-icon svg{width:22px;height:22px;fill:#fff}
.channels-section .ch-card .ch-name{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:#6C1731;font-weight:700}
.channels-section .ch-card .ch-val{font-size:.95rem;color:#222;font-weight:500;line-height:1.4}
.channels-section .ch-card .ch-note{font-size:.8rem;color:#777;line-height:1.5;margin-top:auto}
.address-section{padding:70px 20px;background:#f4f4f4}
.address-section .addr-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:50px;align-items:center;flex-wrap:wrap}
.address-section .addr-txt{flex:1 1 280px}
.address-section .addr-txt .addr-tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#05EBB7;font-weight:700;background:#6C1731;display:inline-block;padding:4px 12px;border-radius:2px;margin-bottom:16px}
.address-section .addr-txt h3{font-size:clamp(1.3rem,2.5vw,1.7rem);color:#1a1a1a;font-weight:700;margin:0 0 16px;line-height:1.3}
.address-section .addr-txt .addr-line{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:14px}
.address-section .addr-txt .addr-line svg{width:18px;height:18px;fill:#6C1731;flex-shrink:0;margin-top:2px}
.address-section .addr-txt .addr-line span{font-size:.92rem;color:#444;line-height:1.55}
.address-section .addr-visual{flex:1 1 320px;min-height:280px;background:linear-gradient(135deg,#6C1731 0%,#3a0e1c 40%,#05EBB7 100%);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 12px 36px #6c173140}
.address-section .addr-visual::before{content:'';position:absolute;width:200px;height:200px;border-radius:50%;background:#ffffff0d;top:-60px;right:-60px}
.address-section .addr-visual::after{content:'';position:absolute;width:120px;height:120px;border-radius:50%;background:#05ebb71a;bottom:-30px;left:-30px}
.address-section .addr-visual .pin-wrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:16px;padding:30px;text-align:center}
.address-section .addr-visual .pin-wrap svg{width:52px;height:52px;fill:#ffffffe6}
.address-section .addr-visual .pin-wrap .pin-name{font-size:1.2rem;font-weight:700;color:#fff}
.address-section .addr-visual .pin-wrap .pin-sub{font-size:.85rem;color:#ffffffbf;line-height:1.5}
.divider-wave{overflow:hidden;line-height:0;background:#EDEDED}
.divider-wave svg{display:block;width:100%}
.career-cta{padding:70px 20px;background:#fff}
.career-cta .cta-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:40px;align-items:center;flex-wrap:wrap;border:2px solid #EDEDED;border-radius:4px;padding:40px;position:relative;overflow:hidden}
.career-cta .cta-inner::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#6C1731,#05EBB7)}
.career-cta .cta-inner .cta-txt{flex:1 1 280px}
.career-cta .cta-inner .cta-txt h3{font-size:clamp(1.2rem,2.2vw,1.55rem);color:#1a1a1a;font-weight:700;margin:0 0 12px;line-height:1.3}
.career-cta .cta-inner .cta-txt p{font-size:.9rem;color:#555;line-height:1.65;margin:0}
.career-cta .cta-inner .cta-btn{flex-shrink:0;display:inline-flex;flex-direction:row;align-items:center;gap:10px;background:transparent;border:2px solid #6C1731;color:#6C1731;padding:13px 28px;border-radius:3px;font-size:.9rem;font-weight:600;text-decoration:none;letter-spacing:.04em;transition:background .2s ease,color .2s ease;position:relative;z-index:10}
.career-cta .cta-inner .cta-btn:hover{background:#6C1731;color:#fff}
@media (max-width: 1024px) {
.form-section .form-layout{flex-direction:column;gap:40px}
.form-section .info-side{flex:1 1 auto;width:100%}
.address-section .addr-inner{flex-direction:column}
.address-section .addr-visual{width:100%;flex:1 1 240px}
}
@media (max-width: 768px) {
.hero-contact{min-height:360px;padding:60px 20px}
.info-strip .strip-inner{flex-direction:column}
.info-strip .strip-item{border-right:none;border-bottom:1px solid #EDEDED}
.info-strip .strip-item:last-child{border-bottom:none}
.channels-section .ch-hdr{flex-direction:column;align-items:flex-start}
.channels-section .ch-hdr p{text-align:left}
.career-cta .cta-inner{flex-direction:column;align-items:flex-start;padding:30px}
}
@media (max-width: 480px) {
.channels-section .ch-card{flex:1 1 100%}
.contact-form .submit-btn{width:100%;justify-content:center}
}
.prog-hero{position:relative;overflow:hidden;min-height:480px;display:flex;flex-direction:row;align-items:stretch}
.prog-hero .img-strip{width:38%;position:relative;overflow:hidden;flex-shrink:0}
.prog-hero .img-strip img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;will-change:transform;transition:transform .1s linear}
.prog-hero .img-strip::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,transparent 60%,#fff 100%);z-index:1}
.prog-hero .hero-text-side{flex:1;display:flex;flex-direction:column;justify-content:center;padding:64px 56px 64px 48px;position:relative;background:#fff}
.prog-hero .hero-text-side::before{content:'';position:absolute;top:0;left:-2px;width:4px;height:100%;background:linear-gradient(#6C1731,#05EBB7)}
.prog-hero .hero-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#6C1731;background:#EDEDED;padding:6px 14px;border-radius:2px;margin-bottom:24px;width:fit-content}
.prog-hero .hero-problem{font-size:clamp(28px,4vw,46px);font-weight:800;line-height:1.15;color:#1a1a1a;margin-bottom:18px;position:relative}
.prog-hero .hero-problem span{color:#6C1731;position:relative}
.prog-hero .hero-problem span::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#6C1731,#05EBB7);border-radius:2px}
.prog-hero .hero-solution{font-size:17px;line-height:1.7;color:#444;max-width:540px;margin-bottom:36px}
.prog-hero .hero-cta-row{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;align-items:center}
.prog-hero .btn-primary{display:inline-block;padding:14px 32px;background:linear-gradient(135deg,#6C1731,#a02347);color:#fff;font-size:15px;font-weight:700;border-radius:4px;text-decoration:none;letter-spacing:.5px;transition:box-shadow .25s ease-out,transform .2s ease-out;position:relative;z-index:2;border:none;cursor:pointer}
.prog-hero .btn-primary:hover{box-shadow:0 8px 24px #6c173159;transform:translateY(-2px)}
.prog-hero .btn-outline{display:inline-block;padding:13px 28px;border:2px solid #05EBB7;color:#1a1a1a;font-size:15px;font-weight:600;border-radius:4px;text-decoration:none;transition:background .2s ease-out,color .2s ease-out;position:relative;z-index:2}
.prog-hero .btn-outline:hover{background:#05EBB7;color:#1a1a1a}
.prog-hero .hero-deco{position:absolute;bottom:32px;right:32px;width:80px;height:80px;opacity:.07}
.prog-body{background:#EDEDED;padding:80px 0;position:relative}
.prog-body::before{content:'';display:block;width:100%;height:48px;background:linear-gradient(to bottom right,#fff 50%,transparent 50%);position:absolute;top:-1px;left:0}
.prog-holder{max-width:1200px;margin:0 auto;padding:0 24px}
.prog-body .section-label{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#05EBB7;margin-bottom:12px;display:block}
.prog-body .sec-hdr{font-size:clamp(24px,3vw,38px);font-weight:800;color:#1a1a1a;margin-bottom:14px;position:relative;padding-left:20px}
.prog-body .sec-hdr::before{content:'';position:absolute;left:0;top:8px;width:5px;height:calc(100% - 8px);background:linear-gradient(#6C1731,#05EBB7);border-radius:3px}
.prog-body .sec-intro{font-size:16px;line-height:1.75;color:#555;max-width:680px;margin-bottom:52px}
.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:64px}
.course-card{background:#fff;border-radius:6px;padding:32px 28px;box-shadow:0 4px 12px #0000000f;display:flex;flex-direction:column;transition:box-shadow .25s ease-out,transform .2s ease-out;border-top:3px solid transparent;cursor:default}
.course-card:nth-child(1){border-top-color:#6C1731}
.course-card:nth-child(2){border-top-color:#05EBB7}
.course-card:nth-child(3){border-top-color:#8c5a12}
.course-card:nth-child(4){border-top-color:#05EBB7}
.course-card:nth-child(5){border-top-color:#6C1731}
.course-card:nth-child(6){border-top-color:#2a7a5a}
.course-card:hover{box-shadow:0 12px 32px #0000001f;transform:translateY(-4px)}
.course-card .card-icon{width:44px;height:44px;margin-bottom:18px;color:#6C1731;flex-shrink:0}
.course-card:nth-child(even) .card-icon{color:#05EBB7}
.course-card .card-title{font-size:17px;font-weight:700;color:#1a1a1a;margin-bottom:10px;line-height:1.3}
.course-card .card-desc{font-size:14px;line-height:1.65;color:#666;flex:1;margin-bottom:20px}
.course-card .card-meta{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;align-items:center;border-top:1px solid #EDEDED;padding-top:14px}
.course-card .meta-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:2px;background:#EDEDED;color:#555;letter-spacing:.5px}
.course-card .meta-badge.level-badge{background:#6c17311a;color:#6C1731}
.prog-detail-wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.prog-detail-wrap .detail-col-left{display:flex;flex-direction:column;gap:16px}
.detail-step{display:flex;flex-direction:row;gap:18px;align-items:flex-start;background:#fff;border-radius:5px;padding:20px 22px;box-shadow:0 2px 8px #0000000d}
.detail-step .step-num{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6C1731,#05EBB7);color:#fff;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.detail-step .step-body .step-name{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:4px}
.detail-step .step-body .step-desc{font-size:13px;line-height:1.6;color:#666;margin:0}
.prog-detail-wrap .detail-col-right{display:flex;flex-direction:column;gap:0}
.prog-detail-wrap .detail-col-right .right-card{background:linear-gradient(135deg,#6C1731 0%,#8c2440 50%,#05EBB7 100%);border-radius:6px;padding:36px 32px;color:#fff;margin-bottom:24px}
.prog-detail-wrap .detail-col-right .right-card h4{font-size:20px;font-weight:800;margin-bottom:14px;color:#fff}
.prog-detail-wrap .detail-col-right .right-card p{font-size:15px;line-height:1.7;opacity:.9;margin-bottom:22px}
.prog-detail-wrap .detail-col-right .right-card .stat-row{display:flex;flex-direction:row;gap:24px;flex-wrap:wrap}
.stat-item{display:flex;flex-direction:column;gap:3px}
.stat-item .stat-val{font-size:28px;font-weight:800;color:#fff;line-height:1}
.stat-item .stat-lbl{font-size:11px;opacity:.75;letter-spacing:1px;text-transform:uppercase;color:#fff}
.prog-detail-wrap .detail-col-right .events-link-card{background:#fff;border-radius:6px;padding:24px 28px;box-shadow:0 4px 14px #00000014;display:flex;flex-direction:row;align-items:center;gap:18px;text-decoration:none;transition:box-shadow .25s ease-out,transform .2s ease-out;border:2px solid transparent}
.prog-detail-wrap .detail-col-right .events-link-card:hover{box-shadow:0 10px 28px #6c173126;transform:translateY(-2px);border-color:#05EBB7}
.events-link-card .evlink-icon{width:48px;height:48px;background:#05ebb71f;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#6C1731;font-size:22px}
.events-link-card .evlink-text .evlink-title{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:3px}
.events-link-card .evlink-text .evlink-sub{font-size:13px;color:#888;line-height:1.4}
.divider-wave{line-height:0;margin:0;padding:0;display:block;background:#EDEDED}
.divider-wave svg{display:block;width:100%}
@media (max-width: 1024px) {
.courses-grid{grid-template-columns:repeat(2,1fr)}
.prog-detail-wrap{grid-template-columns:1fr;gap:32px}
.prog-hero .hero-text-side{padding:48px 36px}
}
@media (max-width: 768px) {
.prog-hero{flex-direction:column;min-height:auto}
.prog-hero .img-strip{width:100%;height:220px}
.prog-hero .img-strip::after{background:linear-gradient(to bottom,transparent 60%,#fff 100%)}
.prog-hero .hero-text-side::before{width:100%;height:4px;top:0;left:0}
.prog-hero .hero-text-side{padding:36px 24px 48px}
.courses-grid{grid-template-columns:1fr}
.prog-body::before{height:28px}
.prog-body{padding:56px 0 64px}
.prog-detail-wrap .detail-col-right .right-card{padding:28px 22px}
}
@media (max-width: 480px) {
.prog-hero .hero-cta-row{flex-direction:column;align-items:flex-start}
.prog-hero .btn-primary,.prog-hero .btn-outline{width:100%;text-align:center}
.stat-row{gap:16px}
}
.success-wrap{width:100%;overflow-x:hidden}
.hero-block{position:relative;min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px 100px;overflow:hidden;text-align:center}
.hero-block .blob-one{position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,#05ebb747 0%,#6c17311f 60%,transparent 80%);top:-120px;left:-160px;filter:blur(60px);animation:driftA 8s ease-in-out infinite alternate;pointer-events:none}
.hero-block .blob-two{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,#6c173138 0%,#05ebb714 55%,transparent 75%);bottom:-80px;right:-100px;filter:blur(50px);animation:driftB 10s ease-in-out infinite alternate;pointer-events:none}
.hero-block .blob-three{position:absolute;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,#05ebb726 0%,transparent 70%);top:50%;left:55%;transform:translate(-50%,-50%);filter:blur(40px);animation:driftC 12s ease-in-out infinite alternate;pointer-events:none}
@keyframes driftA {
from{transform:translate(0,0) scale(1)}
to{transform:translate(40px,30px) scale(1.08)}
}
@keyframes driftB {
from{transform:translate(0,0) scale(1)}
to{transform:translate(-30px,-20px) scale(1.05)}
}
@keyframes driftC {
from{transform:translate(-50%,-50%) scale(1)}
to{transform:translate(-45%,-55%) scale(1.12)}
}
.hero-block .animated-bar{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6C1731,#05EBB7,#6C1731,#05EBB7);background-size:300% 100%;animation:slideGrad 4s linear infinite}
@keyframes slideGrad {
0%{background-position:0 0}
100%{background-position:300% 0}
}
.hero-content-holder{position:relative;z-index:2;max-width:680px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}
.success-icon-wrap{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#6C1731 0%,#05EBB7 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #05ebb752 0 2px 6px #6c17312e;flex-shrink:0}
.success-icon-wrap svg{width:38px;height:38px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.hero-block .hero-label{font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#05EBB7;background:#05ebb71a;border:1px solid #05ebb74d;border-radius:4px;padding:4px 14px}
.hero-block h1{font-size:clamp(28px,5vw,48px);font-weight:700;color:#6C1731;line-height:1.2;margin:0}
.hero-block .hero-sub{font-size:17px;line-height:1.7;color:#444;max-width:560px}
.hero-block .hero-sub strong{color:#6C1731}
.hero-cta-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.btn-primary-go{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#6C1731 0%,#8a1f3e 100%);color:#fff;font-size:15px;font-weight:600;padding:14px 28px;border-radius:4px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 12px #6c173147;transition:box-shadow .25s ease-out,transform .2s ease-out;position:relative;z-index:5}
.btn-primary-go:hover{box-shadow:0 8px 20px #6c173161;transform:translateY(-2px)}
.btn-outline-go{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#6C1731;font-size:15px;font-weight:600;padding:13px 26px;border-radius:4px;border:2px solid #6C1731;text-decoration:none;cursor:pointer;transition:background .25s ease-out,color .25s ease-out;position:relative;z-index:5}
.btn-outline-go:hover{background:#6C1731;color:#fff}
.next-steps-block{background:#EDEDED;padding:72px 24px 80px;position:relative}
.next-steps-block::before{content:'';display:block;width:100%;height:40px;background:#fff;clip-path:ellipse(55% 100% at 50% 0%);position:absolute;top:0;left:0}
.steps-inner{max-width:1100px;margin:0 auto;padding-top:20px}
.steps-top{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:48px}
.steps-top .section-tag{font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#6C1731;display:flex;align-items:center;gap:8px}
.steps-top .section-tag::before{content:'';display:inline-block;width:20px;height:2px;background:#6C1731;border-radius:2px}
.steps-top h2{font-size:clamp(22px,3.5vw,36px);font-weight:700;color:#1a1a1a;margin:0;line-height:1.25}
.steps-top .steps-desc{font-size:16px;line-height:1.7;color:#555;max-width:560px;margin:0}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.step-card{background:#fff;border-radius:6px;padding:32px 28px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;gap:14px;transition:box-shadow .25s ease-out,transform .2s ease-out;border-bottom:3px solid transparent;position:relative;overflow:hidden}
.step-card:hover{box-shadow:0 8px 24px #6c17311f;transform:translateY(-3px);border-bottom-color:#05EBB7}
.step-card .card-num{font-size:11px;font-weight:700;letter-spacing:2px;color:#6c173159;text-transform:uppercase}
.step-card .card-icon-box{width:48px;height:48px;border-radius:5px;background:linear-gradient(135deg,#6c173114 0%,#05ebb71f 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.step-card .card-icon-box svg{width:24px;height:24px;stroke:#6C1731;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.step-card h3{font-size:17px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3}
.step-card p{font-size:14px;line-height:1.65;color:#666;margin:0}
.step-card .card-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#6C1731;text-decoration:none;margin-top:auto;transition:gap .2s ease-out}
.step-card .card-link:hover{gap:10px}
.step-card .card-link svg{width:14px;height:14px;stroke:#6C1731;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.contact-strip{background:linear-gradient(135deg,#6C1731 0%,#4a0f22 100%);padding:36px 24px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap}
.contact-strip .strip-text{font-size:15px;color:#fffc;line-height:1.5}
.contact-strip .strip-text strong{color:#05EBB7;display:block;font-size:18px;margin-bottom:2px}
.contact-strip .strip-links{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;align-items:center}
.strip-link-item{display:inline-flex;align-items:center;gap:7px;color:#fff;font-size:14px;font-weight:500;text-decoration:none;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:8px 16px;transition:background .2s ease-out,border-color .2s ease-out}
.strip-link-item:hover{background:#05ebb72e;border-color:#05ebb780}
.strip-link-item svg{width:16px;height:16px;stroke:#05EBB7;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
@media (max-width: 1024px) {
.steps-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.hero-block{padding:60px 20px 80px;min-height:400px}
.hero-cta-row{flex-direction:column;align-items:center}
.btn-primary-go,.btn-outline-go{width:100%;max-width:280px;justify-content:center}
.steps-grid{grid-template-columns:1fr}
.next-steps-block{padding:60px 20px}
.contact-strip{flex-direction:column;gap:20px;text-align:center}
.contact-strip .strip-links{justify-content:center}
}
@media (max-width: 480px) {
.hero-block h1{font-size:26px}
.hero-block .hero-sub{font-size:15px}
.success-icon-wrap{width:64px;height:64px}
.success-icon-wrap svg{width:30px;height:30px}
.step-card{padding:24px 20px}
}