*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{display:flex;flex-direction:column;min-height:100vh;font-family:'Fira Sans',sans-serif;font-size:1rem;line-height:1.6;color:#1a1a2e;background:#fdfcff}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
.hdr-wrap{background:#fff;border-bottom:1px solid #e8e2f5;box-shadow:0 2px 12px #0000000f}
.hdr-masthead{background:linear-gradient(135deg,#1a1a2e 0%,#007C94 60%,#EE3179 100%);padding:18px 24px;text-align:center}
.hdr-masthead-inner{max-width:960px;margin:auto;display:flex;align-items:center;justify-content:center;gap:20px}
.site-logo{width:80px;height:80px;flex-shrink:0;border-radius:12px;background:#ffffff1f;padding:6px}
.site-logo img{width:100%;height:100%;object-fit:contain}
.hdr-brand-txt{display:flex;flex-direction:column;align-items:flex-start}
.hdr-brand-name{font-size:2.6rem;font-weight:700;color:#fff;letter-spacing:.08em;line-height:1}
.hdr-brand-sub{font-size:.78rem;color:#ffffffb8;letter-spacing:.18em;text-transform:uppercase;margin-top:4px}
.hdr-nav-bar{background:#fff;padding:0 24px}
.hdr-nav-inner{max-width:960px;margin:auto;display:flex;align-items:center;justify-content:center;gap:4px}
.main-nav{display:flex;align-items:center;gap:2px;flex-wrap:wrap;justify-content:center}
.main-nav a{display:inline-flex;align-items:center;gap:6px;padding:16px 18px;font-size:.9rem;font-weight:700;color:#1a1a2e;border-bottom:3px solid transparent;transition:color 200ms,border-color 200ms;white-space:nowrap}
.main-nav a:hover{color:#EE3179;border-bottom-color:#EE3179}
.main-nav a.nav--active{color:#007C94;border-bottom-color:#007C94}
.main-nav a i{font-size:1rem}
.ft-wrap{background:linear-gradient(160deg,#1a1a2e 0%,#0d3d4a 45%,#1a1a2e 100%);color:#c8c0dc;margin-top:auto}
.ft-top{max-width:960px;margin:auto;padding:52px 24px 36px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.ft-brand-name{font-size:1.6rem;font-weight:700;color:#fff;letter-spacing:.06em;margin-bottom:10px}
.ft-brand-desc{font-size:.85rem;line-height:1.65;color:#9e94b8}
.ft-col-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#EE3179;margin-bottom:16px}
.ft-link-list{display:flex;flex-direction:column;gap:8px}
.ft-link-list a{font-size:.88rem;color:#9e94b8;transition:color 200ms;display:inline-flex;align-items:center;gap:6px}
.ft-link-list a:hover{color:#E6DCFE}
.ft-link-list a i{font-size:.85rem;color:#007C94}
.ft-contacts-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.85rem;color:#9e94b8}
.ft-contacts-item i{color:#007C94;font-size:1rem;flex-shrink:0;margin-top:2px}
.ft-bottom{border-top:1px solid #ffffff12;padding:18px 24px}
.ft-bottom-inner{max-width:960px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.ft-copy{font-size:.78rem;color:#6e6485}
.ft-service-links{display:flex;gap:20px;flex-wrap:wrap}
.ft-service-links a{font-size:.78rem;color:#6e6485;transition:color 200ms}
.ft-service-links a:hover{color:#E6DCFE}
.ft-cookie-btn{font-size:.78rem;color:#6e6485;display:inline-flex;align-items:center;gap:5px;transition:color 200ms}
.ft-cookie-btn:hover{color:#E6DCFE}
.ft-cookie-btn i{font-size:.9rem}
.ck-overlay{position:fixed;inset:0;background:#1a1a2e8c;z-index:9000;display:flex;align-items:center;justify-content:center;padding:20px}
.ck-overlay.ck--hidden{display:none}
.ck-box{background:#fff;border-radius:14px;box-shadow:0 12px 40px #0000002e;max-width:440px;width:100%;padding:28px 28px 22px;transform:translateY(60px);opacity:0;transition:transform 350ms ease,opacity 350ms ease}
.ck-box.ck--visible{transform:translateY(0);opacity:1}
.ck-box.ck--out{transform:translateY(60px);opacity:0}
.ck-hdr{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.ck-hdr i{font-size:1.3rem;color:#007C94}
.ck-hdr-title{font-size:1rem;font-weight:700;color:#1a1a2e}
.ck-msg{font-size:.85rem;color:#444;line-height:1.6;margin-bottom:18px}
.ck-msg a{color:#007C94;text-decoration:underline}
.ck-customize{background:#f5f2ff;border-radius:10px;padding:14px 16px;margin-bottom:18px;display:none}
.ck-customize.ck--open{display:block}
.ck-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;font-size:.82rem;color:#333}
.ck-toggle-row label{display:flex;align-items:center;gap:8px;cursor:pointer}
.ck-toggle-row input[type="checkbox"]{accent-color:#007C94;width:16px;height:16px}
.ck-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.ck-btn-accept{font-size:.85rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#EE3179,#007C94);border-radius:8px;padding:9px 20px;transition:opacity 200ms}
.ck-btn-accept:hover{opacity:.88}
.ck-btn-decline{font-size:.85rem;color:#666;padding:9px 14px;border-bottom:1px solid transparent;transition:color 200ms,border-color 200ms}
.ck-btn-decline:hover{color:#1a1a2e;border-bottom-color:#1a1a2e}
.ck-btn-customize{font-size:.82rem;color:#007C94;padding:9px 10px;border-bottom:1px solid transparent;transition:color 200ms,border-color 200ms;margin-left:auto}
.ck-btn-customize:hover{border-bottom-color:#007C94}
@media (max-width: 768px) {
.hdr-brand-name{font-size:1.9rem}
.hdr-masthead-inner{gap:14px}
.site-logo{width:60px;height:60px}
.ft-top{grid-template-columns:1fr 1fr;gap:28px}
.ft-brand-col{grid-column:1 / -1}
}
@media (max-width: 375px) {
.hdr-brand-name{font-size:1.5rem}
.main-nav a{padding:12px;font-size:.82rem}
.ft-top{grid-template-columns:1fr}
.ft-bottom-inner{flex-direction:column;align-items:flex-start}
}
.policy-details{max-width:960px;margin:0 auto;padding:48px 24px 80px;font-size:16px;line-height:1.8;color:#2a2a2a;font-family:Georgia,'Times New Roman',serif}
.policy-details h1{font-size:2.2rem;line-height:1.25;font-weight:700;color:#1a1a2e;margin:0 0 32px;padding-bottom:20px;border-bottom:3px solid #EE3179;font-family:'Segoe UI',Arial,sans-serif;letter-spacing:-.3px}
.policy-details h2{font-size:1.55rem;line-height:1.3;font-weight:700;color:#1a1a2e;margin:52px 0 16px;font-family:'Segoe UI',Arial,sans-serif;padding-left:14px;border-left:4px solid #007C94;letter-spacing:-.2px}
.policy-details h3{font-size:1.25rem;line-height:1.35;font-weight:600;color:#2c2c3a;margin:36px 0 12px;font-family:'Segoe UI',Arial,sans-serif}
.policy-details h4{font-size:1.1rem;line-height:1.4;font-weight:600;color:#2c2c3a;margin:28px 0 10px;font-family:'Segoe UI',Arial,sans-serif;text-transform:uppercase;letter-spacing:.6px;font-size:.95rem}
.policy-details h5{font-size:.95rem;line-height:1.4;font-weight:600;color:#445;margin:22px 0 8px;font-family:'Segoe UI',Arial,sans-serif;text-transform:uppercase;letter-spacing:.8px}
.policy-details h6{font-size:.875rem;line-height:1.4;font-weight:600;color:#556;margin:18px 0 8px;font-family:'Segoe UI',Arial,sans-serif;letter-spacing:.5px}
.policy-details p{margin:0 0 20px;color:#333340}
.policy-details ul{margin:16px 0 24px;padding:0;list-style:none}
.policy-details ul li{position:relative;padding:6px 0 6px 28px;color:#333340;border-bottom:1px solid #f0edf8}
.policy-details ul li::before{content:'';position:absolute;left:8px;top:16px;width:7px;height:7px;border-radius:50%;background:#EE3179}
.policy-details ul ul{margin:8px 0;padding:0}
.policy-details ul ul li::before{background:#007C94;width:5px;height:5px;top:17px}
.policy-details ol{margin:16px 0 24px;padding:0;list-style:none;counter-reset:policy-counter}
.policy-details ol li{position:relative;padding:6px 0 6px 40px;color:#333340;counter-increment:policy-counter;border-bottom:1px solid #f0edf8}
.policy-details ol li::before{content:counter(policy-counter);position:absolute;left:0;top:5px;width:26px;height:26px;background:#E6DCFE;color:#007C94;font-size:.82rem;font-weight:700;font-family:'Segoe UI',Arial,sans-serif;display:flex;align-items:center;justify-content:center;border-radius:50%}
.policy-details ol ol{margin:8px 0;padding:0;counter-reset:policy-sub-counter}
.policy-details ol ol li{counter-increment:policy-sub-counter;padding-left:40px}
.policy-details ol ol li::before{content:counter(policy-sub-counter, lower-alpha);background:#f0f8fa;color:#007C94;font-size:.78rem}
.policy-details em{font-style:italic;color:#007C94}
.policy-details i{font-style:italic;color:#556}
.policy-details a{color:#EE3179;text-decoration:underline;text-decoration-color:#ee317966;text-underline-offset:3px;transition:color 200ms ease,text-decoration-color 200ms ease}
.policy-details a:hover{color:#c4205e;text-decoration-color:#c4205e}
.policy-details a:visited{color:#9b2e7a;text-decoration-color:#9b2e7a59}
.policy-details div{margin-bottom:16px}
.policy-details div + h2{margin-top:40px}
@media screen and (max-width: 768px) {
.policy-details{padding:32px 20px 60px;font-size:15px;line-height:1.75}
.policy-details h1{font-size:1.7rem;margin-bottom:24px;padding-bottom:16px}
.policy-details h2{font-size:1.3rem;margin-top:40px;margin-bottom:12px}
.policy-details h3{font-size:1.1rem;margin-top:28px}
.policy-details h4{font-size:.88rem}
.policy-details ul li,.policy-details ol li{padding-top:8px;padding-bottom:8px}
}
@media screen and (max-width: 375px) {
.policy-details{padding:24px 16px 48px;font-size:14.5px;line-height:1.7}
.policy-details h1{font-size:1.45rem;margin-bottom:20px}
.policy-details h2{font-size:1.15rem;margin-top:32px;padding-left:10px;border-left-width:3px}
.policy-details h3{font-size:1rem}
.policy-details ol li::before{width:22px;height:22px;font-size:.76rem}
.policy-details ol li{padding-left:34px}
}
.prog-wrap{max-width:960px;margin:0 auto;padding:0 20px}
.prog-title-block{display:flex;flex-direction:row;align-items:stretch;gap:0;min-height:480px;position:relative;overflow:hidden;background:#fff}
.prog-title-img-box{width:42%;flex-shrink:0;position:relative;overflow:hidden}
.prog-title-img-box::before{content:'';position:absolute;top:14px;left:14px;width:60px;height:60px;border-top:2px solid #EE3179;border-left:2px solid #EE3179;z-index:3;pointer-events:none}
.prog-title-img-box::after{content:'';position:absolute;bottom:14px;right:14px;width:60px;height:60px;border-bottom:2px solid #007C94;border-right:2px solid #007C94;z-index:3;pointer-events:none}
.prog-title-img-box img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block;filter:contrast(1.05) brightness(0.97)}
.prog-title-text-box{width:58%;padding:56px 48px 56px 52px;display:flex;flex-direction:column;justify-content:center;position:relative;background:#fff}
.prog-title-text-box::before{content:'';position:absolute;top:14px;right:14px;width:44px;height:44px;border-top:2px solid #E6DCFE;border-right:2px solid #E6DCFE;pointer-events:none}
.prog-title-text-box::after{content:'';position:absolute;bottom:14px;left:14px;width:44px;height:44px;border-bottom:2px solid #E6DCFE;border-left:2px solid #E6DCFE;pointer-events:none}
.prog-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#007C94;margin-bottom:18px}
.prog-eyebrow i{font-size:14px;color:#EE3179}
.prog-h1{font-size:38px;font-weight:800;line-height:1.15;color:#1a1a2e;margin:0 0 6px}
.prog-h1 .prog-accent{color:#EE3179;position:relative}
.prog-h2-sub{font-size:22px;font-weight:600;color:#007C94;line-height:1.3;margin:0 0 22px}
.prog-title-desc{font-size:15px;line-height:1.7;color:#4a4a5a;margin:0 0 32px;max-width:380px}
.prog-title-badges{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}
.prog-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:20px;font-size:12.5px;font-weight:500;color:#1a1a2e;background:#f4f1ff;border:1px solid #E6DCFE}
.prog-badge i{color:#EE3179;font-size:13px}
.prog-divider-wave{width:100%;overflow:hidden;line-height:0;margin:0}
.prog-divider-wave svg{display:block;width:100%}
.prog-modules-section{background:linear-gradient(138deg,#f9f7ff 0%,#fff 60%,#f0fafc 100%);padding:72px 0 64px}
.prog-modules-hdr{text-align:center;margin-bottom:48px}
.prog-modules-hdr h2{font-size:30px;font-weight:700;color:#1a1a2e;margin:0 0 10px;position:relative;display:inline-block}
.prog-modules-hdr h2::after{content:'';display:block;width:56px;height:3px;background:linear-gradient(90deg,#EE3179,#007C94);border-radius:2px;margin:10px auto 0}
.prog-modules-hdr p{font-size:15px;color:#5a5a72;line-height:1.6;margin:0}
.prog-accordion-list{display:flex;flex-direction:column;gap:0;max-width:780px;margin:0 auto}
.prog-acc-item{border-bottom:1px solid #e8e4f5}
.prog-acc-item:first-child{border-top:1px solid #e8e4f5}
.prog-acc-toggle{display:none}
.prog-acc-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding:20px 8px;cursor:pointer;user-select:none;transition:color .2s}
.prog-acc-label:hover .prog-acc-title{color:#EE3179}
.prog-acc-left{display:flex;flex-direction:row;align-items:center;gap:16px}
.prog-acc-num{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:#E6DCFE;color:#007C94;flex-shrink:0;transition:background 0.25s,color .25s}
.prog-acc-title{font-size:16px;font-weight:600;color:#1a1a2e;transition:color .2s}
.prog-acc-icon{width:28px;height:28px;border-radius:50%;border:1.5px solid #d0cce8;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s,border-color .2s}
.prog-acc-icon i{font-size:14px;color:#007C94;transition:transform .3s}
.prog-acc-body{max-height:0;overflow:hidden;transition:max-height .4s ease}
.prog-acc-toggle:checked ~ .prog-acc-label .prog-acc-icon i{transform:rotate(45deg)}
.prog-acc-toggle:checked ~ .prog-acc-label .prog-acc-num{background:#EE3179;color:#fff}
.prog-acc-toggle:checked ~ .prog-acc-body{max-height:320px}
.prog-acc-content{padding:4px 8px 24px 52px}
.prog-acc-content p{font-size:14.5px;line-height:1.7;color:#4a4a5a;margin:0 0 14px}
.prog-acc-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}
.prog-acc-tag{font-size:12px;font-weight:500;padding:4px 12px;border-radius:12px;background:#f0fafc;color:#007C94;border:1px solid #b8e8f0;display:inline-flex;align-items:center;gap:4px}
.prog-acc-tag i{font-size:11px}
.prog-divider-geo{width:100%;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;background:linear-gradient(138deg,#f9f7ff 0%,#fff 60%,#f0fafc 100%)}
.prog-divider-geo svg{display:block;width:100%}
.prog-enroll-section{background:#fff;padding:72px 0 80px}
.prog-enroll-inner{display:flex;flex-direction:row;gap:52px;align-items:flex-start}
.prog-enroll-visual{width:45%;flex-shrink:0;position:relative}
.prog-enroll-img-wrap{border-radius:14px;overflow:hidden;position:relative;box-shadow:0 8px 36px #007c9421}
.prog-enroll-img-wrap img{width:100%;height:320px;object-fit:cover;object-position:center 20%;display:block}
.prog-enroll-stat-card{position:absolute;bottom:-22px;right:-18px;background:#fff;border-radius:12px;padding:14px 20px;box-shadow:0 6px 24px #ee317921;display:flex;flex-direction:column;gap:4px;min-width:130px;border-left:3px solid #EE3179;z-index:2}
.prog-stat-num{font-size:28px;font-weight:800;color:#EE3179;line-height:1}
.prog-stat-lbl{font-size:11.5px;color:#7a7a90;font-weight:500}
.prog-enroll-content{flex:1;display:flex;flex-direction:column;gap:22px;padding-top:8px}
.prog-enroll-content h2{font-size:28px;font-weight:700;color:#1a1a2e;line-height:1.25;margin:0}
.prog-enroll-content h2 em{font-style:normal;color:#007C94}
.prog-enroll-content p{font-size:14.5px;line-height:1.7;color:#4a4a5a;margin:0}
.prog-format-grid{display:flex;flex-direction:column;gap:12px}
.prog-format-row{display:flex;flex-direction:row;align-items:flex-start;gap:14px;padding:14px 16px;border-radius:10px;background:#f9f7ff;border:1px solid #ede9fb;transition:box-shadow 0.2s,border-color .2s}
.prog-format-row:hover{box-shadow:0 4px 14px #ee317917;border-color:#d9d0f7}
.prog-format-icon{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#EE3179 0%,#c4245e 100%)}
.prog-format-icon i{font-size:17px;color:#fff}
.prog-format-icon--alt{background:linear-gradient(135deg,#007C94 0%,#005f72 100%)}
.prog-format-icon--alt2{background:linear-gradient(135deg,#7c52d1 0%,#EE3179 100%)}
.prog-format-txt h5{font-size:13.5px;font-weight:700;color:#1a1a2e;margin:0 0 3px}
.prog-format-txt p{font-size:12.5px;color:#6a6a7e;margin:0;line-height:1.5}
.prog-enroll-cta{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}
.btn-enroll-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:10px;background:linear-gradient(120deg,#EE3179 0%,#c4245e 100%);color:#fff;font-size:15px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.25s,transform .15s;box-shadow:0 4px 18px #ee31794d;position:relative;z-index:2}
.btn-enroll-primary:hover{box-shadow:0 8px 28px #ee317966;transform:translateY(-2px)}
.btn-enroll-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:10px;background:transparent;color:#007C94;font-size:14.5px;font-weight:600;text-decoration:none;border:1.5px solid #007C94;cursor:pointer;transition:background 0.2s,color .2s;position:relative;z-index:2}
.btn-enroll-secondary:hover{background:#007C94;color:#fff}
@media (max-width: 768px) {
.prog-title-block{flex-direction:column;min-height:auto}
.prog-title-img-box{width:100%;height:260px}
.prog-title-text-box{width:100%;padding:36px 24px}
.prog-h1{font-size:26px}
.prog-h2-sub{font-size:17px}
.prog-enroll-inner{flex-direction:column;gap:48px}
.prog-enroll-visual{width:100%}
.prog-enroll-stat-card{right:12px;bottom:-18px}
.prog-modules-hdr h2{font-size:23px}
.prog-acc-content{padding-left:16px}
}
@media (max-width: 375px) {
.prog-h1{font-size:22px}
.prog-enroll-content h2{font-size:22px}
.prog-title-text-box{padding:28px 16px}
.prog-enroll-cta{flex-direction:column;align-items:flex-start}
}
@media (min-width: 1366px) {
.prog-title-text-box{padding:64px 60px}
.prog-h1{font-size:42px}
}
.evt-hero{position:relative;background:linear-gradient(135deg,#007C94 0%,#EE3179 60%,#E6DCFE 100%);overflow:hidden;padding:0}
.evt-hero-inner{max-width:960px;margin:auto;display:flex;flex-direction:row;align-items:stretch;min-height:420px}
.evt-hero-txt{flex:1 1 50%;padding:64px 40px 64px 24px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.evt-hero-txt .evt-badge{display:inline-flex;align-items:center;gap:7px;background:#ffffff2e;border:1px solid #ffffff59;border-radius:20px;padding:5px 14px;color:#fff;font-size:12px;letter-spacing:.06em;margin-bottom:22px;width:fit-content}
.evt-hero-txt h1{color:#fff;font-size:2.4rem;font-weight:800;line-height:1.18;margin:0 0 10px}
.evt-hero-divider{width:48px;height:3px;background:#ffffff80;border-radius:2px;margin:18px 0}
.evt-hero-txt .evt-hero-desc{color:#ffffffeb;font-size:1.05rem;line-height:1.6;margin:0;max-width:380px}
.evt-hero-img-box{flex:1 1 45%;position:relative;overflow:hidden;min-height:340px}
.evt-hero-img-box img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;opacity:.88}
.evt-hero-img-box::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#007C94 0%,transparent 50%);z-index:1}
.evt-hero-accent{position:absolute;bottom:-40px;left:-40px;width:180px;height:180px;border-radius:50%;background:#e6dcfe2e;z-index:0}
.evt-hero-accent-alt{position:absolute;top:-30px;right:30px;width:100px;height:100px;border-radius:50%;background:#ee317938;z-index:0}
.evt-filter-section{background:#f7f6fb;padding:38px 0 18px;border-bottom:1px solid #e8e4f3}
.evt-filter-box{max-width:960px;margin:auto;padding:0 24px}
.evt-filter-box h2{font-size:1.5rem;font-weight:700;color:#1a1035;margin:0 0 6px}
.evt-filter-box .evt-filter-sub{color:#6b6388;font-size:.97rem;margin:0 0 22px}
.evt-tabs-wrap{display:flex;flex-direction:row;gap:0;border-radius:10px;overflow:hidden;border:1.5px solid #E6DCFE;width:fit-content}
.evt-tabs-wrap input[type="radio"]{display:none}
.evt-tabs-wrap label{padding:10px 22px;cursor:pointer;font-size:.93rem;font-weight:500;color:#7b6eae;background:#fff;transition:background 0.22s,color .22s;user-select:none;border-right:1px solid #E6DCFE}
.evt-tabs-wrap label:last-of-type{border-right:none}
.evt-tab-all:checked ~ label[for="tab-all"],.evt-tab-begin:checked ~ label[for="tab-begin"],.evt-tab-adv:checked ~ label[for="tab-adv"],.evt-tab-online:checked ~ label[for="tab-online"]{background:linear-gradient(90deg,#EE3179,#007C94);color:#fff}
.evt-cards-section{padding:52px 0 20px;background:#fff}
.evt-cards-box{max-width:960px;margin:auto;padding:0 24px}
.evt-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.evt-card{border-radius:14px;overflow:hidden;border:1.5px solid #ece9f7;background:#fff;box-shadow:0 4px 14px #007c9412;transition:box-shadow 0.28s,transform .22s;display:flex;flex-direction:column}
.evt-card:hover{box-shadow:0 12px 32px #ee317921;transform:translateY(-3px)}
.evt-card-top{padding:26px 26px 18px;flex:1 1 auto;display:flex;flex-direction:column}
.evt-card-lvl{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:4px 10px;border-radius:6px;margin-bottom:14px;width:fit-content}
.evt-card-lvl--begin{background:#E6DCFE;color:#5b3fa0}
.evt-card-lvl--adv{background:#fde8f0;color:#c41e6a}
.evt-card-lvl--all{background:#d6f0f5;color:#005a6e}
.evt-card h3{font-size:1.12rem;font-weight:700;color:#1a1035;margin:0 0 10px;line-height:1.3}
.evt-card .evt-card-desc{font-size:.93rem;color:#5a5470;line-height:1.55;margin:0 0 18px;flex:1 1 auto}
.evt-card-meta{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px 20px;margin-bottom:18px}
.evt-card-meta span{display:flex;align-items:center;gap:5px;font-size:.86rem;color:#7b6eae}
.evt-card-meta span i{color:#007C94;font-size:1rem}
.evt-card-foot{border-top:1px solid #f0edf9;padding:16px 26px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:#faf9fd}
.evt-card-price{font-size:1.3rem;font-weight:800;color:#1a1035}
.evt-card-price span{font-size:.8rem;font-weight:400;color:#9890b8;margin-left:3px}
.evt-btn-enroll{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#EE3179 0%,#007C94 100%);color:#fff;font-size:.88rem;font-weight:600;border-radius:8px;padding:9px 18px;text-decoration:none;border:none;cursor:pointer;transition:opacity 0.2s,transform .18s;position:relative;z-index:2}
.evt-btn-enroll:hover{opacity:.88;transform:scale(1.04)}
.evt-featured-section{background:linear-gradient(160deg,#f7f4ff 0%,#e8f6fa 100%);padding:56px 0 52px}
.evt-featured-box{max-width:960px;margin:auto;padding:0 24px}
.evt-featured-box .evt-sec-label{display:flex;align-items:center;gap:8px;color:#EE3179;font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}
.evt-featured-box h2{font-size:1.55rem;font-weight:800;color:#1a1035;margin:0 0 32px}
.evt-featured-layout{display:grid;grid-template-columns:1.35fr 1fr;gap:32px;align-items:start}
.evt-featured-img-wrap{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px #007c9424}
.evt-featured-img-wrap img{width:100%;height:320px;object-fit:cover;display:block}
.evt-featured-img-wrap .evt-featured-chip{position:absolute;top:16px;left:16px;background:#EE3179;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;padding:5px 12px;border-radius:20px;z-index:2}
.evt-featured-info{display:flex;flex-direction:column;gap:0}
.evt-featured-info h3{font-size:1.22rem;font-weight:800;color:#1a1035;margin:0 0 12px;line-height:1.28}
.evt-featured-info .evt-f-desc{font-size:.95rem;color:#5a5470;line-height:1.6;margin:0 0 22px}
.evt-checklist{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px}
.evt-checklist li{display:flex;align-items:flex-start;gap:9px;font-size:.93rem;color:#3b3363;line-height:1.45}
.evt-checklist li i{color:#007C94;font-size:1.05rem;margin-top:2px;flex-shrink:0}
.evt-feat-meta-row{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;margin-bottom:22px}
.evt-feat-meta-row .evt-fm-item{background:#fff;border:1px solid #e0d9f5;border-radius:9px;padding:9px 14px;display:flex;flex-direction:column;gap:2px}
.evt-fm-item .evt-fm-val{font-size:1.08rem;font-weight:800;color:#1a1035}
.evt-fm-item .evt-fm-lbl{font-size:.78rem;color:#9890b8}
.evt-process-section{padding:56px 0 52px;background:#fff}
.evt-process-box{max-width:960px;margin:auto;padding:0 24px}
.evt-process-head{text-align:center;margin-bottom:40px}
.evt-process-head h2{font-size:1.5rem;font-weight:800;color:#1a1035;margin:0 0 8px}
.evt-process-head p{color:#6b6388;font-size:.97rem;margin:0}
.evt-steps-track{display:flex;flex-direction:row;align-items:flex-start;gap:0;position:relative}
.evt-steps-track::before{content:'';position:absolute;top:30px;left:36px;right:36px;height:2px;background:linear-gradient(90deg,#EE3179,#007C94);z-index:0;border-radius:2px}
.evt-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1;padding:0 10px}
.evt-step-num{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#EE3179,#007C94);color:#fff;font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 4px 14px #ee317938}
.evt-step h4{font-size:.97rem;font-weight:700;color:#1a1035;margin:0 0 6px}
.evt-step p{font-size:.85rem;color:#7b6eae;margin:0;line-height:1.45}
.evt-cta-section{background:linear-gradient(135deg,#1a1035 0%,#007C94 55%,#EE3179 100%);padding:60px 0;position:relative;overflow:hidden}
.evt-cta-section::before{content:'';position:absolute;top:-60px;right:-60px;width:260px;height:260px;border-radius:50%;background:#e6dcfe1a}
.evt-cta-section::after{content:'';position:absolute;bottom:-40px;left:60px;width:140px;height:140px;border-radius:50%;background:#ee31792e}
.evt-cta-box{max-width:960px;margin:auto;padding:0 24px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;position:relative;z-index:2}
.evt-cta-text h2{font-size:1.7rem;font-weight:800;color:#fff;margin:0 0 10px;line-height:1.22}
.evt-cta-text p{color:#ffffffd1;font-size:1rem;margin:0;max-width:460px}
.evt-cta-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-end;flex-shrink:0}
.evt-btn-cta-primary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#EE3179;font-size:.97rem;font-weight:700;border-radius:10px;padding:13px 28px;text-decoration:none;box-shadow:0 4px 18px #0000002e;transition:transform 0.18s,box-shadow .2s;white-space:nowrap;position:relative;z-index:3}
.evt-btn-cta-primary:hover{transform:scale(1.05);box-shadow:0 8px 28px #00000038}
.evt-btn-cta-ghost{display:inline-flex;align-items:center;gap:7px;background:transparent;color:#fff;font-size:.9rem;font-weight:600;border-radius:10px;padding:11px 22px;text-decoration:none;border:1.5px solid #ffffff73;transition:background 0.2s,border-color .2s;white-space:nowrap;position:relative;z-index:3}
.evt-btn-cta-ghost:hover{background:#ffffff1a;border-color:#ffffffb3}
@media (max-width: 768px) {
.evt-hero-inner{flex-direction:column;min-height:auto}
.evt-hero-txt{padding:44px 22px 28px}
.evt-hero-txt h1{font-size:1.8rem}
.evt-hero-img-box{min-height:220px;flex:0 0 220px}
.evt-hero-img-box::before{background:linear-gradient(180deg,#007C94 0%,transparent 60%)}
.evt-cards-grid{grid-template-columns:1fr}
.evt-featured-layout{grid-template-columns:1fr}
.evt-featured-img-wrap img{height:220px}
.evt-steps-track{flex-direction:column;gap:24px}
.evt-steps-track::before{display:none}
.evt-step{flex-direction:row;text-align:left;align-items:flex-start;gap:16px}
.evt-step-num{margin-bottom:0;flex-shrink:0}
.evt-cta-box{flex-direction:column;align-items:flex-start}
.evt-cta-actions{align-items:flex-start}
.evt-tabs-wrap{flex-wrap:wrap}
}
@media (max-width: 375px) {
.evt-hero-txt h1{font-size:1.45rem}
.evt-card-foot{flex-direction:column;gap:12px;align-items:flex-start}
.evt-feat-meta-row{flex-direction:column}
}
.hero-box{position:relative;min-height:520px;overflow:hidden;display:flex;align-items:center;padding:80px 24px}
.hero-box .hero-grad{position:absolute;inset:0;background:linear-gradient(135deg,#007C94 0%,#EE3179 45%,#E6DCFE 100%);background-size:300% 300%;animation:diagFlow 8s ease infinite;z-index:0}
@keyframes diagFlow {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.hero-box .hero-overlay{position:absolute;inset:0;background:#00283761;z-index:1}
.hero-content-box{position:relative;z-index:3;max-width:960px;margin:0 auto;width:100%;display:flex;flex-direction:row;align-items:center;gap:48px}
.hero-txt-col{flex:1 1 0;display:flex;flex-direction:column;gap:20px}
.hero-txt-col .hero-label{display:inline-flex;align-items:center;gap:8px;background:#e6dcfe2e;border:1px solid #e6dcfe66;color:#E6DCFE;padding:6px 14px;border-radius:50px;font-size:13px;font-weight:500;letter-spacing:.04em;width:fit-content}
.hero-txt-col .hero-label i{font-size:15px}
.hero-txt-col h1{font-size:clamp(28px,4vw,48px);font-weight:800;line-height:1.15;color:#fff;margin:0}
.hero-txt-col h1 .accent-h{color:#E6DCFE;position:relative}
.hero-txt-col .hero-desc{font-size:16px;line-height:1.65;color:#ffffffe0;margin:0;max-width:440px}
.hero-txt-col .hero-actions{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;margin-top:8px}
.btn-primary-h{display:inline-flex;align-items:center;gap:8px;background:#EE3179;color:#fff;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:700;text-decoration:none;transition:background 0.25s,transform 0.18s,box-shadow .25s;box-shadow:0 4px 16px #ee317959;position:relative;z-index:5}
.btn-primary-h:hover{background:#c9175f;transform:translateY(-2px);box-shadow:0 8px 24px #ee317973}
.btn-outline-h{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:13px 26px;border-radius:10px;font-size:15px;font-weight:600;text-decoration:none;border:2px solid #ffffff8c;transition:border-color 0.25s,background 0.25s,transform .18s;position:relative;z-index:5}
.btn-outline-h:hover{border-color:#fff;background:#ffffff1a;transform:translateY(-2px)}
.hero-img-col{flex:0 0 340px;position:relative;display:flex;flex-direction:column;align-items:center}
.hero-img-frame{position:relative;width:300px;height:380px}
.hero-img-frame .img-layer-back{position:absolute;top:18px;left:18px;width:100%;height:100%;border-radius:18px;background:#e6dcfe38;border:2px solid #e6dcfe4d;z-index:1}
.hero-img-frame img{position:relative;z-index:2;width:100%;height:100%;object-fit:cover;border-radius:16px;box-shadow:0 16px 48px #0000004d}
.hero-img-frame .img-badge{position:absolute;bottom:-16px;left:-20px;background:#fff;border-radius:12px;padding:10px 16px;display:flex;flex-direction:row;align-items:center;gap:10px;box-shadow:0 6px 20px #00000026;z-index:4}
.hero-img-frame .img-badge i{color:#EE3179;font-size:22px}
.hero-img-frame .img-badge .badge-text{display:flex;flex-direction:column;gap:1px}
.hero-img-frame .img-badge .badge-text strong{font-size:14px;color:#1a1a2e;line-height:1.2}
.hero-img-frame .img-badge .badge-text span{font-size:11px;color:#007C94}
.hero-deco-dot{position:absolute;width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,#e6dcfe59 0%,transparent 70%);top:-20px;right:-10px;z-index:1}
.expertise-section{padding:80px 24px;background:#fff}
.expertise-wrap{max-width:960px;margin:0 auto}
.section-eyebrow{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:12px}
.section-eyebrow .eyebrow-line{width:36px;height:3px;background:linear-gradient(90deg,#EE3179,#007C94);border-radius:2px}
.section-eyebrow span{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#007C94}
.expertise-wrap h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#1a1a2e;margin:0 0 14px;line-height:1.2}
.expertise-wrap .exp-intro{font-size:16px;line-height:1.65;color:#4a4a6a;max-width:600px;margin:0 0 48px}
.expertise-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:48px}
.exp-card{background:#f8f6ff;border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:14px;border:1px solid #e9e4ff;transition:box-shadow 0.3s,transform .3s}
.exp-card:hover{box-shadow:0 8px 28px #007c941f;transform:translateY(-3px)}
.exp-card .card-icon-box{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#007C94,#EE3179);display:flex;align-items:center;justify-content:center}
.exp-card .card-icon-box i{color:#fff;font-size:22px}
.exp-card h4{font-size:17px;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}
.exp-card p{font-size:14px;line-height:1.65;color:#5a5a7a;margin:0}
.expertise-stats{display:flex;flex-direction:row;gap:0;background:linear-gradient(135deg,#007C94 0%,#1a4f6e 100%);border-radius:16px;overflow:hidden}
.exp-stat-item{flex:1;padding:32px 24px;text-align:center;position:relative;display:flex;flex-direction:column;gap:6px;align-items:center}
.exp-stat-item + .exp-stat-item::before{content:'';position:absolute;left:0;top:20%;height:60%;width:1px;background:#fff3}
.exp-stat-item .stat-num{font-size:38px;font-weight:800;color:#E6DCFE;line-height:1}
.exp-stat-item .stat-label{font-size:13px;color:#fffc;line-height:1.4}
.expertise-img-row{display:flex;flex-direction:row;gap:16px;margin-top:40px}
.exp-img-wide{flex:2;border-radius:14px;overflow:hidden;height:240px}
.exp-img-wide img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.exp-img-wide:hover img{transform:scale(1.04)}
.exp-img-narrow{flex:1;border-radius:14px;overflow:hidden;height:240px}
.exp-img-narrow img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}
.exp-img-narrow:hover img{transform:scale(1.04)}
.directions-section{padding:80px 24px;background:linear-gradient(160deg,#f0fafc 0%,#faf7ff 60%,#fff5f9 100%)}
.dir-wrap{max-width:960px;margin:0 auto}
.dir-header-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:24px;flex-wrap:wrap}
.dir-header-row h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#1a1a2e;margin:0;line-height:1.2}
.dir-header-row .dir-sub{font-size:15px;color:#5a5a7a;line-height:1.6;max-width:340px}
.dir-tabs-box{display:flex;flex-direction:column;gap:0}
.dir-tab-input{display:none}
.dir-tab-labels{display:flex;flex-direction:row;gap:0;background:#fff;border-radius:12px 12px 0 0;border:1px solid #e0d8ff;border-bottom:none;overflow:hidden}
.dir-tab-label{flex:1;padding:16px 14px;font-size:13px;font-weight:600;color:#7a7aaa;cursor:pointer;text-align:center;transition:color 0.2s,background .2s;border-bottom:3px solid transparent;display:flex;flex-direction:column;align-items:center;gap:5px}
.dir-tab-label i{font-size:20px}
.dir-tab-label:hover{color:#007C94;background:#f4f9fa}
#dt1:checked ~ .dir-tab-labels label[for="dt1"],#dt2:checked ~ .dir-tab-labels label[for="dt2"],#dt3:checked ~ .dir-tab-labels label[for="dt3"],#dt4:checked ~ .dir-tab-labels label[for="dt4"]{color:#EE3179;border-bottom-color:#EE3179;background:#fff5f9}
.dir-panels{background:#fff;border:1px solid #e0d8ff;border-radius:0 0 12px 12px;overflow:hidden}
.dir-panel{display:none;padding:36px 32px}
#dt1:checked ~ .dir-panels .dp1,#dt2:checked ~ .dir-panels .dp2,#dt3:checked ~ .dir-panels .dp3,#dt4:checked ~ .dir-panels .dp4{display:flex;flex-direction:row;gap:36px;align-items:flex-start}
.dir-panel-img{flex:0 0 240px;height:280px;border-radius:12px;overflow:hidden}
.dir-panel-img img{width:100%;height:100%;object-fit:cover;display:block}
.dir-panel-content{flex:1;display:flex;flex-direction:column;gap:14px}
.dir-panel-content .panel-tag{display:inline-flex;align-items:center;gap:6px;background:#f0fafc;color:#007C94;font-size:12px;font-weight:700;letter-spacing:.06em;padding:4px 12px;border-radius:50px;text-transform:uppercase;width:fit-content}
.dir-panel-content h3{font-size:22px;font-weight:800;color:#1a1a2e;margin:0;line-height:1.25}
.dir-panel-content p{font-size:14px;line-height:1.7;color:#5a5a7a;margin:0}
.dir-panel-content .panel-points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.dir-panel-content .panel-points li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:14px;color:#3a3a5a;line-height:1.5}
.dir-panel-content .panel-points li i{color:#EE3179;font-size:16px;margin-top:2px;flex-shrink:0}
.dir-panel-content .panel-cta{display:inline-flex;align-items:center;gap:8px;background:#EE3179;color:#fff;padding:12px 22px;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;width:fit-content;margin-top:6px;transition:background 0.25s,transform 0.18s,box-shadow .25s;box-shadow:0 4px 14px #ee31794d;position:relative;z-index:5}
.dir-panel-content .panel-cta:hover{background:#c9175f;transform:translateY(-2px);box-shadow:0 8px 22px #ee317966}
.svgdiv-wave{width:100%;overflow:hidden;line-height:0;margin-bottom:-2px}
.svgdiv-wave svg{display:block;width:100%}
@media (max-width: 768px) {
.hero-content-box{flex-direction:column;gap:36px}
.hero-img-col{flex:0 0 auto;width:100%;align-items:center}
.hero-img-frame{width:260px;height:320px}
.expertise-grid{grid-template-columns:1fr;gap:16px}
.expertise-stats{flex-direction:column}
.exp-stat-item + .exp-stat-item::before{top:0;left:20%;width:60%;height:1px}
.expertise-img-row{flex-direction:column}
.exp-img-wide,.exp-img-narrow{height:200px}
.dir-header-row{flex-direction:column;align-items:flex-start}
.dir-tab-labels{overflow-x:auto}
#dt1:checked ~ .dir-panels .dp1,#dt2:checked ~ .dir-panels .dp2,#dt3:checked ~ .dir-panels .dp3,#dt4:checked ~ .dir-panels .dp4{flex-direction:column}
.dir-panel-img{flex:0 0 auto;width:100%;height:200px}
.dir-panel{padding:24px 18px}
}
@media (max-width: 375px) {
.hero-box{padding:60px 16px}
.hero-txt-col h1{font-size:26px}
.hero-img-frame{width:220px;height:270px}
.expertise-section,.directions-section{padding:56px 16px}
.exp-stat-item .stat-num{font-size:30px}
.dir-tab-label{font-size:11px;padding:12px 8px}
}
@media (min-width: 1366px) {
.hero-content-box{gap:64px}
.hero-img-frame{width:340px;height:420px}
}
.ct-page-wrap{width:100%;overflow-x:hidden}
.ct-hero-box{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:#1a1a2e}
.ct-hero-box .ct-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.45}
.ct-hero-box .ct-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 20%,#0a0a1ed1 100%);z-index:1}
.ct-hero-box .ct-geo-shape-alt{position:absolute;top:-60px;right:-60px;width:320px;height:320px;border-radius:50%;border:2px solid #ee317940;z-index:2}
.ct-hero-box .ct-geo-shape-secondary{position:absolute;bottom:-40px;left:8%;width:180px;height:180px;border:2px solid #007c944d;transform:rotate(35deg);z-index:2}
.ct-hero-box .ct-geo-dot{position:absolute;top:38%;right:18%;width:70px;height:70px;background:#ee31791f;border-radius:50%;z-index:2}
.ct-hero-content-box{position:relative;z-index:3;max-width:960px;margin:0 auto;padding:80px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:28px}
.ct-hero-content-box .ct-label-tag{display:inline-flex;align-items:center;gap:8px;background:#ee31792e;color:#f7aacf;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:40px;border:1px solid #ee31794d}
.ct-hero-content-box .ct-hero-heading{color:#fff;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.18;margin:0;max-width:580px}
.ct-hero-content-box .ct-hero-heading span{color:#EE3179}
.ct-hero-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.ct-hero-checklist li{display:flex;align-items:flex-start;gap:12px;color:#ffffffd1;font-size:1rem;line-height:1.5}
.ct-hero-checklist li .ri-checkbox-circle-fill{color:#EE3179;font-size:1.2rem;flex-shrink:0;margin-top:2px}
.ct-hero-content-box .ct-btn-primary{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(125deg,#EE3179 0%,#c4195e 100%);color:#fff;font-size:1rem;font-weight:600;padding:14px 30px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 0.3s,transform .2s;box-shadow:0 4px 18px #ee31794d;position:relative;z-index:4}
.ct-hero-content-box .ct-btn-primary:hover{box-shadow:0 8px 28px #ee317973;transform:translateY(-2px)}
.ct-channels-section{background:#f8f6ff;padding:72px 0 60px}
.ct-channels-inner{max-width:960px;margin:0 auto;padding:0 24px}
.ct-section-label{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.ct-section-label .ct-line-accent{width:36px;height:3px;background:linear-gradient(90deg,#EE3179,#007C94);border-radius:2px}
.ct-section-label span{color:#007C94;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.ct-channels-heading{font-size:clamp(1.5rem,3.5vw,2.1rem);font-weight:700;color:#1f1a2e;margin:0 0 10px;line-height:1.25}
.ct-channels-sub{color:#5a5470;font-size:1rem;line-height:1.6;margin:0 0 44px;max-width:520px}
.ct-channels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ct-channel-card{background:#fff;border-radius:14px;padding:28px 22px 24px;box-shadow:0 2px 12px #5a507812;border:1px solid #e6dcfeb3;display:flex;flex-direction:column;gap:14px;transition:box-shadow 0.3s,transform .25s;position:relative;overflow:hidden}
.ct-channel-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#EE3179,#007C94);opacity:0;transition:opacity .3s}
.ct-channel-card:hover::before{opacity:1}
.ct-channel-card:hover{box-shadow:0 8px 32px #5a507821;transform:translateY(-4px)}
.ct-channel-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}
.ct-channel-icon--pink{background:#ee31791a;color:#EE3179}
.ct-channel-icon--teal{background:#007c941a;color:#007C94}
.ct-channel-icon--purple{background:#e6dcfe99;color:#6c4fbe}
.ct-channel-card .ct-card-title{font-size:1rem;font-weight:700;color:#1f1a2e;margin:0}
.ct-channel-card .ct-card-text{color:#5a5470;font-size:.9rem;line-height:1.55;margin:0}
.ct-channel-card .ct-card-link{display:inline-flex;align-items:center;gap:6px;color:#EE3179;font-size:.88rem;font-weight:600;text-decoration:none;margin-top:auto;transition:gap .2s}
.ct-channel-card .ct-card-link:hover{gap:10px}
.ct-channel-card .ct-contact-detail{color:#1f1a2e;font-size:.9rem;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:6px}
.ct-form-section{background:#fff;padding:80px 0 72px}
.ct-form-inner{max-width:960px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1.45fr;gap:60px;align-items:start}
.ct-form-aside{display:flex;flex-direction:column;gap:22px;position:sticky;top:40px}
.ct-form-aside .ct-aside-heading{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;color:#1f1a2e;margin:0;line-height:1.28}
.ct-form-aside .ct-aside-text{color:#5a5470;font-size:.95rem;line-height:1.65;margin:0}
.ct-aside-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.ct-aside-feature-list li{display:flex;align-items:center;gap:10px;font-size:.92rem;color:#3a2e55}
.ct-aside-feature-list li i{color:#007C94;font-size:1.05rem;flex-shrink:0}
.ct-aside-img-wrap{border-radius:14px;overflow:hidden;box-shadow:0 8px 28px #5a507821}
.ct-aside-img-wrap img{width:100%;height:200px;object-fit:cover;display:block}
.ct-form-wrap{background:#f8f6ff;border-radius:18px;padding:38px 34px 36px;box-shadow:0 4px 24px #5a507814;border:1px solid #e6dcfecc}
.ct-form-wrap .ct-form-title{font-size:1.25rem;font-weight:700;color:#1f1a2e;margin:0 0 6px}
.ct-form-wrap .ct-form-desc{color:#5a5470;font-size:.88rem;margin:0 0 28px;line-height:1.55}
.ct-contact-form{display:flex;flex-direction:column;gap:18px}
.ct-field-group{display:flex;flex-direction:column;gap:6px}
.ct-field-group label{font-size:.83rem;font-weight:600;color:#3a2e55;letter-spacing:.03em}
.ct-field-group .ct-input{width:100%;padding:12px 14px;border:1.5px solid #ddd6f7;border-radius:9px;background:#fff;color:#1f1a2e;font-size:.95rem;transition:border-color 0.25s,box-shadow .25s;outline:none;box-shadow:inset 0 1px 3px #5a50780f;box-sizing:border-box}
.ct-field-group .ct-input:focus{border-color:#007C94;box-shadow:0 0 0 3px #007c941f inset 0 1px 3px #5a50780f}
.ct-field-group .ct-select{width:100%;padding:12px 36px 12px 14px;border:1.5px solid #ddd6f7;border-radius:9px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23007C94' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;color:#1f1a2e;font-size:.95rem;appearance:none;transition:border-color 0.25s,box-shadow .25s;outline:none;box-shadow:inset 0 1px 3px #5a50780f;box-sizing:border-box;cursor:pointer}
.ct-field-group .ct-select:focus{border-color:#007C94;box-shadow:0 0 0 3px #007c941f}
.ct-radio-group-label{font-size:.83rem;font-weight:600;color:#3a2e55;margin-bottom:2px;letter-spacing:.03em}
.ct-radio-row{display:flex;flex-wrap:wrap;gap:10px}
.ct-radio-row input[type="radio"]{display:none}
.ct-radio-row label{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border:1.5px solid #ddd6f7;border-radius:8px;background:#fff;color:#5a5470;font-size:.87rem;font-weight:500;cursor:pointer;transition:border-color 0.2s,background 0.2s,color .2s;user-select:none}
.ct-radio-row input[type="radio"]:checked + label{border-color:#EE3179;background:#ee317912;color:#EE3179;font-weight:600}
.ct-radio-row label:hover{border-color:#007C94;color:#007C94}
.ct-privacy-row{display:flex;align-items:flex-start;gap:10px}
.ct-privacy-row input[type="checkbox"]{margin-top:3px;width:17px;height:17px;flex-shrink:0;accent-color:#EE3179;cursor:pointer}
.ct-privacy-row .ct-privacy-text{font-size:.82rem;color:#5a5470;line-height:1.55}
.ct-privacy-row .ct-privacy-text a{color:#007C94;text-decoration:underline;text-underline-offset:2px}
.ct-form-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:linear-gradient(125deg,#EE3179 0%,#007C94 100%);color:#fff;font-size:1rem;font-weight:700;padding:15px 32px;border-radius:10px;border:none;cursor:pointer;transition:box-shadow 0.3s,transform .2s;box-shadow:0 4px 18px #ee317947;width:100%;position:relative;z-index:4}
.ct-form-submit-btn:hover{box-shadow:0 8px 28px #ee317966;transform:translateY(-2px)}
.ct-addr-section{background:linear-gradient(135deg,#1a1a2e 0%,#12263a 100%);padding:72px 0 64px;position:relative;overflow:hidden}
.ct-addr-section::before{content:'';position:absolute;top:-80px;right:-80px;width:340px;height:340px;border-radius:50%;border:1px solid #ee317926}
.ct-addr-section::after{content:'';position:absolute;bottom:-50px;left:5%;width:200px;height:200px;border:1px solid #007c9433;transform:rotate(25deg)}
.ct-addr-inner{max-width:960px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.ct-addr-inner .ct-section-label .ct-line-accent{background:linear-gradient(90deg,#EE3179,#007C94)}
.ct-addr-inner .ct-section-label span{color:#7ecfdb}
.ct-addr-heading{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;color:#fff;margin:0 0 10px;line-height:1.25}
.ct-addr-sub{color:#fff9;font-size:.95rem;line-height:1.6;margin:0 0 44px;max-width:480px}
.ct-addr-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 50px;align-items:start}
.ct-addr-info-col{display:flex;flex-direction:column;gap:24px}
.ct-info-item{display:flex;align-items:flex-start;gap:16px}
.ct-info-item .ct-info-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}
.ct-info-icon--pink{background:#ee317926;color:#f7aacf}
.ct-info-icon--teal{background:#007c9433;color:#7ecfdb}
.ct-info-icon--purple{background:#e6dcfe1f;color:#c4b5fd}
.ct-info-item .ct-info-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;margin:0 0 4px}
.ct-info-item .ct-info-val{color:#fff;font-size:.97rem;line-height:1.5;margin:0;text-decoration:none;display:block}
.ct-info-item .ct-info-val:hover{color:#f7aacf}
.ct-addr-img-col{display:flex;flex-direction:column;gap:20px}
.ct-addr-img-wrap{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #0006;position:relative}
.ct-addr-img-wrap img{width:100%;height:240px;object-fit:cover;display:block}
.ct-addr-img-wrap .ct-img-badge{position:absolute;bottom:16px;left:16px;background:#0a0a1ec7;border:1px solid #ee317959;border-radius:8px;padding:8px 14px;display:flex;align-items:center;gap:8px}
.ct-addr-img-wrap .ct-img-badge i{color:#EE3179;font-size:1rem}
.ct-addr-img-wrap .ct-img-badge span{color:#fff;font-size:.82rem;font-weight:600}
.ct-working-hours{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;padding:20px 22px}
.ct-working-hours .ct-wh-title{color:#ffffff8c;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;display:flex;align-items:center;gap:8px}
.ct-working-hours .ct-wh-title i{color:#7ecfdb}
.ct-wh-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid #ffffff0f}
.ct-wh-row:last-child{border-bottom:none}
.ct-wh-row .ct-wh-day{color:#ffffffa6;font-size:.88rem}
.ct-wh-row .ct-wh-time{color:#fff;font-size:.88rem;font-weight:600}
.ct-wh-row .ct-wh-closed{color:#ee3179bf;font-size:.88rem;font-weight:600}
@media (max-width: 768px) {
.ct-hero-content-box{padding:60px 20px}
.ct-channels-grid{grid-template-columns:1fr;gap:16px}
.ct-form-inner{grid-template-columns:1fr;gap:36px}
.ct-form-aside{position:static}
.ct-addr-grid{grid-template-columns:1fr;gap:28px}
.ct-form-wrap{padding:26px 20px 24px}
.ct-radio-row{gap:8px}
}
@media (max-width: 375px) {
.ct-hero-heading{font-size:1.7rem}
.ct-channels-section,.ct-form-section,.ct-addr-section{padding:50px 0 44px}
.ct-form-wrap{padding:20px 16px 18px}
}
@media (min-width: 769px) and (max-width: 1366px) {
.ct-channels-grid{grid-template-columns:repeat(3,1fr)}
}
.team-hero{position:relative;overflow:hidden;padding:0;background:#f8f5ff}
.team-hero .hero-inner-box{display:flex;flex-direction:row;align-items:stretch;min-height:480px;max-width:100%;position:relative}
.team-hero .hero-txt-zone{flex:1 1 50%;padding:72px 48px 72px 6%;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;background:linear-gradient(135deg,#f8f5ff 60%,#E6DCFE 100%);clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}
.team-hero .hero-img-zone{flex:1 1 50%;position:relative;overflow:hidden;min-height:420px}
.team-hero .hero-img-zone img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:contrast(1.08) brightness(0.97)}
.team-hero .hero-img-zone::after{content:'';position:absolute;inset:0;background:linear-gradient(200deg,#ee317921 0%,#007c942e 100%)}
.team-hero .hero-label{display:inline-flex;align-items:center;gap:8px;background:#ee317917;border:1px solid #ee317938;border-radius:20px;padding:6px 16px;font-size:.78rem;color:#EE3179;letter-spacing:.06em;text-transform:uppercase;margin-bottom:22px;width:fit-content}
.team-hero .hero-h1{font-size:clamp(1.9rem,4vw,2.9rem);line-height:1.2;color:#1a1230;margin:0 0 18px;font-weight:700}
.team-hero .hero-h1 .accent-word{color:#007C94;position:relative;display:inline-block}
.team-hero .hero-h1 .accent-word::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;border-radius:2px;background:linear-gradient(90deg,#EE3179,#007C94)}
.team-hero .hero-desc{font-size:1.05rem;line-height:1.65;color:#3d2e52;margin:0 0 28px;max-width:400px}
.team-hero .hero-cta-btn{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(130deg,#EE3179 0%,#c0245e 100%);color:#fff;padding:13px 28px;border-radius:10px;font-size:.95rem;font-weight:600;text-decoration:none;border:none;transition:box-shadow 0.3s,transform .2s;width:fit-content;position:relative;z-index:5;box-shadow:0 4px 18px #ee317947}
.team-hero .hero-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #ee317961}
.team-hero .bg-shape{position:absolute;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#e6dcfe8c 0%,transparent 70%);bottom:-60px;left:-60px;pointer-events:none}
.approach-section{padding:80px 24px;background:#fff;position:relative}
.approach-section::before{content:'';display:block;width:100%;height:4px;background:linear-gradient(90deg,#EE3179,#007C94,#E6DCFE);position:absolute;top:0;left:0}
.approach-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.approach-txt-col{display:flex;flex-direction:column}
.approach-eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#007C94;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.approach-eyebrow i{font-size:1rem}
.approach-h2{font-size:clamp(1.45rem,2.8vw,2rem);color:#1a1230;font-weight:700;line-height:1.3;margin:0 0 18px}
.approach-p{font-size:.97rem;line-height:1.7;color:#4a3a60;margin:0 0 14px}
.approach-steps{margin-top:28px;display:flex;flex-direction:column;gap:16px}
.approach-steps .step-item{display:flex;align-items:flex-start;gap:14px}
.step-item .step-num{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#EE3179,#c0245e);color:#fff;font-size:.82rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 10px #ee31794d}
.step-item .step-txt{display:flex;flex-direction:column}
.step-item .step-txt strong{font-size:.93rem;color:#1a1230;font-weight:700;margin-bottom:3px}
.step-item .step-txt span{font-size:.87rem;color:#5a4a70;line-height:1.5}
.approach-visual-col{position:relative}
.approach-img-wrap{border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #007c9424;position:relative}
.approach-img-wrap img{width:100%;height:360px;object-fit:cover;object-position:center;display:block}
.approach-img-badge{position:absolute;bottom:20px;left:20px;background:#fffffff2;border-radius:12px;padding:12px 18px;box-shadow:0 4px 18px #00000021;display:flex;align-items:center;gap:10px;z-index:2}
.approach-img-badge .badge-icon{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#007C94,#005e72);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;flex-shrink:0}
.approach-img-badge .badge-txt strong{display:block;font-size:.88rem;color:#1a1230;font-weight:700}
.approach-img-badge .badge-txt span{font-size:.78rem;color:#007C94}
.deco-shape-alt{position:absolute;top:-22px;right:-18px;width:90px;height:90px;border:3px solid #ee317933;border-radius:18px;transform:rotate(18deg);pointer-events:none}
.values-section{padding:80px 24px;background:linear-gradient(160deg,#1a1230 0%,#0d2a36 100%);position:relative;overflow:hidden}
.values-section::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#ee31792e 0%,transparent 70%);pointer-events:none}
.values-section::after{content:'';position:absolute;bottom:-100px;left:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#007c9438 0%,transparent 70%);pointer-events:none}
.values-inner{max-width:960px;margin:0 auto;position:relative;z-index:2}
.values-hdr{text-align:center;margin-bottom:52px}
.values-hdr h2{font-size:clamp(1.5rem,3vw,2.1rem);color:#fff;font-weight:700;margin:0 0 14px;line-height:1.25}
.values-hdr .sub-txt{font-size:1rem;color:#ffffffa6;max-width:480px;margin:0 auto;line-height:1.6}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.val-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;padding:28px 22px;transition:background 0.3s,transform .3s;position:relative;overflow:hidden}
.val-card:hover{background:#ffffff1a;transform:translateY(-4px)}
.val-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;border-radius:14px 14px 0 0}
.val-card.vc-alt::before{background:linear-gradient(90deg,#EE3179,#c0245e)}
.val-card.vc-secondary::before{background:linear-gradient(90deg,#007C94,#005e72)}
.val-card.vc-tertiary::before{background:linear-gradient(90deg,#E6DCFE,#c8b8fd)}
.val-card .vc-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:16px}
.val-card.vc-alt .vc-icon{background:#ee31792e;color:#EE3179}
.val-card.vc-secondary .vc-icon{background:#007c942e;color:#4ecde6}
.val-card.vc-tertiary .vc-icon{background:#e6dcfe26;color:#E6DCFE}
.val-card .vc-title{font-size:1rem;font-weight:700;color:#fff;margin:0 0 10px}
.val-card .vc-desc{font-size:.87rem;color:#fff9;line-height:1.6;margin:0}
.join-section{padding:80px 24px;background:#f8f5ff;position:relative}
.join-inner{max-width:960px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.join-txt-box{flex:1 1 55%;display:flex;flex-direction:column}
.join-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:.78rem;letter-spacing:.07em;text-transform:uppercase;color:#EE3179;font-weight:700;margin-bottom:16px}
.join-h2{font-size:clamp(1.45rem,2.8vw,2rem);color:#1a1230;font-weight:700;line-height:1.3;margin:0 0 16px}
.join-p{font-size:.97rem;color:#4a3a60;line-height:1.7;margin:0 0 28px}
.join-actions{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.join-btn-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#EE3179,#c0245e);color:#fff;padding:13px 26px;border-radius:10px;font-size:.93rem;font-weight:600;text-decoration:none;transition:transform 0.2s,box-shadow .3s;box-shadow:0 4px 16px #ee317947;position:relative;z-index:5}
.join-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ee317961}
.join-btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#007C94;border:2px solid #007C94;padding:12px 24px;border-radius:10px;font-size:.93rem;font-weight:600;text-decoration:none;transition:background 0.25s,color .25s;position:relative;z-index:5}
.join-btn-outline:hover{background:#007C94;color:#fff}
.join-side-box{flex:1 1 40%;display:flex;flex-direction:column;gap:14px}
.join-stat-card{background:#fff;border-radius:14px;padding:20px 22px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 16px #00000012;border-left:4px solid transparent;transition:box-shadow 0.25s,transform .25s}
.join-stat-card:hover{box-shadow:0 8px 24px #0000001c;transform:translateX(4px)}
.join-stat-card.jsc-pink{border-left-color:#EE3179}
.join-stat-card.jsc-teal{border-left-color:#007C94}
.join-stat-card.jsc-purple{border-left-color:#c8b8fd}
.join-stat-card .jsc-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}
.jsc-pink .jsc-icon{background:#ee31791a;color:#EE3179}
.jsc-teal .jsc-icon{background:#007c941a;color:#007C94}
.jsc-purple .jsc-icon{background:#c8b8fd4d;color:#7c5cbf}
.join-stat-card .jsc-content{display:flex;flex-direction:column}
.jsc-content .jsc-val{font-size:1.25rem;font-weight:700;color:#1a1230;line-height:1;margin-bottom:3px}
.jsc-content .jsc-label{font-size:.82rem;color:#6a5a80}
@media (max-width: 768px) {
.team-hero .hero-inner-box{flex-direction:column}
.team-hero .hero-txt-zone{clip-path:none;padding:52px 28px 40px;flex:none}
.team-hero .hero-img-zone{flex:none;min-height:260px}
.approach-inner{grid-template-columns:1fr;gap:36px}
.approach-visual-col{order:-1}
.values-grid{grid-template-columns:1fr;gap:14px}
.join-inner{flex-direction:column;gap:32px}
.join-side-box{width:100%}
}
@media (max-width: 375px) {
.team-hero .hero-txt-zone{padding:40px 18px 32px}
.join-actions{flex-direction:column}
.join-btn-primary,.join-btn-outline{width:100%;justify-content:center}
.values-grid{grid-template-columns:1fr}
}
@media (min-width: 1366px) {
.team-hero .hero-txt-zone{padding-left:calc((100vw - 960px) / 2 + 24px)}
}
.success-wrap{max-width:960px;margin:0 auto;padding:60px 24px 80px;display:flex;flex-direction:column;align-items:center}
.success-stage{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;border-radius:16px;padding:72px 40px 64px;background:#fff;box-shadow:0 4px 8px #0000000f 0 12px 32px #00000014}
.success-stage::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(105deg,#EE3179 0%,#007C94 55%,#E6DCFE 100%)}
.success-stage::after{content:'';position:absolute;bottom:-80px;right:-80px;width:260px;height:260px;border-radius:50%;background:linear-gradient(135deg,#E6DCFE 0%,#ee317914 100%);z-index:0}
.success-icon-box{position:relative;z-index:1;width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#EE3179 0%,#007C94 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:32px;box-shadow:0 4px 16px #ee317947}
.success-icon-box i{font-size:44px;color:#fff}
.success-stage .s-heading{position:relative;z-index:1;font-size:2.2rem;font-weight:800;color:#1a1a2e;text-align:center;margin:0 0 12px;letter-spacing:-.5px;line-height:1.2}
.success-stage .s-heading span{color:#EE3179}
.success-divider{position:relative;z-index:1;width:64px;height:4px;border-radius:2px;background:linear-gradient(90deg,#EE3179,#007C94);margin:0 auto 24px}
.success-stage .s-desc{position:relative;z-index:1;font-size:1.05rem;color:#4a4a5a;text-align:center;line-height:1.7;max-width:520px;margin:0 0 40px}
.success-cards-row{position:relative;z-index:1;display:flex;flex-direction:row;gap:16px;width:100%;max-width:640px;margin-bottom:44px}
.s-card{flex:1;background:#f7f5fc;border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;border:1.5px solid #E6DCFE;transition:box-shadow 0.25s,border-color .25s}
.s-card:hover{box-shadow:0 4px 16px #007c941f;border-color:#007C94}
.s-card i{font-size:22px;color:#007C94;background:#fff;border-radius:8px;padding:6px;box-shadow:0 2px 6px #007c941a}
.s-card .sc-label{font-size:.78rem;font-weight:700;color:#007C94;text-transform:uppercase;letter-spacing:.06em}
.s-card .sc-text{font-size:.9rem;color:#3a3a4a;line-height:1.5;margin:0}
.success-actions{position:relative;z-index:1;display:flex;flex-direction:row;gap:14px;align-items:center;flex-wrap:wrap;justify-content:center}
.btn-primary-s{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:14px 32px;background:linear-gradient(105deg,#EE3179 0%,#c4215e 100%);color:#fff;font-size:.97rem;font-weight:700;border-radius:10px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 12px #ee31794d;transition:box-shadow 0.2s,transform .15s;position:relative;z-index:2}
.btn-primary-s:hover{box-shadow:0 6px 20px #ee317966;transform:translateY(-2px)}
.btn-primary-s:active{transform:translateY(0)}
.btn-outline-s{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:13px 28px;background:transparent;color:#007C94;font-size:.97rem;font-weight:700;border-radius:10px;text-decoration:none;border:2px solid #007C94;cursor:pointer;transition:background 0.2s,color 0.2s,transform .15s;position:relative;z-index:2}
.btn-outline-s:hover{background:#007C94;color:#fff;transform:translateY(-2px)}
.btn-outline-s:active{transform:translateY(0)}
.success-contact-strip{position:relative;z-index:1;margin-top:40px;width:100%;max-width:600px;background:linear-gradient(105deg,#007c940f 0%,#e6dcfe66 100%);border-radius:12px;padding:20px 28px;display:flex;flex-direction:row;align-items:center;gap:16px;border:1px solid #E6DCFE}
.success-contact-strip i{font-size:26px;color:#EE3179;flex-shrink:0}
.scs-text{font-size:.88rem;color:#4a4a5a;line-height:1.6}
.scs-text a{color:#EE3179;font-weight:600;text-decoration:none;border-bottom:1px dashed #ee317966;transition:border-color .2s}
.scs-text a:hover{border-color:#EE3179}
.decor-dot-alt{position:absolute;top:32px;left:32px;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ee31791f,#e6dcfe80);z-index:0}
.decor-sq{position:absolute;top:80px;right:48px;width:28px;height:28px;border-radius:6px;border:3px solid #007c942e;z-index:0;transform:rotate(20deg)}
@media (max-width: 768px) {
.success-wrap{padding:32px 16px 56px}
.success-stage{padding:56px 24px 48px}
.success-cards-row{flex-direction:column;gap:12px}
.s-card{flex-direction:row;align-items:flex-start;gap:12px}
.success-stage .s-heading{font-size:1.65rem}
.success-contact-strip{flex-direction:column;text-align:center;gap:10px}
}
@media (max-width: 375px) {
.success-stage .s-heading{font-size:1.35rem}
.success-actions{flex-direction:column;width:100%}
.btn-primary-s,.btn-outline-s{width:100%;justify-content:center}
}