*,::before,::after{box-sizing:inherit}
body{font-family:'Source Sans Pro',sans-serif;font-size:16px;line-height:1.6;color:#1a1a2e;background:#f8f9fc;margin:0;padding:0}
.hdr-wrapper{background:#fff;border-bottom:2px solid #e2e8f0;box-shadow:0 2px 8px #0b8f5d14;position:relative;z-index:100}
.hdr-banner-row{background:linear-gradient(135deg,#0B8F5D 0%,#7520E7 60%,#FDCAD4 100%);padding:6px 0;text-align:center}
.hdr-banner-row span{font-size:11px;font-weight:700;color:#fff;letter-spacing:2px;text-transform:uppercase;opacity:.92}
.hdr-main-row{max-width:1440px;margin:0 auto;padding:12px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.hdr-logo-wrapper{display:flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0}
.hdr-logo-wrapper img{width:80px;height:80px;object-fit:contain;border-radius:12px;background:#f0fdf8;padding:6px;border:2px solid #d1fae5}
.hdr-brand-txt{display:flex;flex-direction:column}
.hdr-brand-txt .brand-name{font-size:22px;font-weight:700;color:#0B8F5D;line-height:1.1;letter-spacing:-.5px}
.hdr-brand-txt .brand-sub{font-size:11px;color:#7520E7;letter-spacing:1.5px;text-transform:uppercase;font-weight:400}
.main-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.main-nav a{font-size:14px;font-weight:700;color:#1a1a2e;text-decoration:none;padding:8px 14px;border-radius:4px;border:1px solid transparent;transition:background 200ms,color 200ms,border-color 200ms;white-space:nowrap}
.main-nav a:hover{background:#f0fdf8;color:#0B8F5D;border-color:#0B8F5D}
.main-nav a[data-state="active"]{background:#0B8F5D;color:#fff;border-color:#0B8F5D}
.hdr-contact-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}
.hdr-contact-wrapper a{font-size:13px;color:#4a5568;text-decoration:none;display:flex;align-items:center;gap:6px;transition:color 200ms}
.hdr-contact-wrapper a:hover{color:#0B8F5D}
.hdr-contact-wrapper a i{font-size:14px;color:#7520E7}
.ftr-wrapper{background:#1a1a2e;color:#e2e8f0;margin-top:60px}
.ftr-inner{max-width:1440px;margin:0 auto;padding:48px 32px 24px}
.ftr-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px}
.ftr-brand-col .ftr-logo-wrapper{display:flex;align-items:center;gap:12px;margin-bottom:16px;text-decoration:none}
.ftr-brand-col .ftr-logo-wrapper img{width:56px;height:56px;object-fit:contain;border-radius:8px;background:#2d3748;padding:4px}
.ftr-brand-col .ftr-brand-name{font-size:20px;font-weight:700;color:#fff}
.ftr-brand-col p{font-size:13px;color:#a0aec0;line-height:1.7;margin:0 0 20px}
.ftr-contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.ftr-contact-list li{display:flex;align-items:center;gap:8px;font-size:13px;color:#a0aec0}
.ftr-contact-list li i{color:#0B8F5D;font-size:14px}
.ftr-contact-list li a{color:#a0aec0;text-decoration:none;transition:color 150ms}
.ftr-contact-list li a:hover{color:#0B8F5D}
.ftr-col-title{font-size:12px;font-weight:700;color:#FDCAD4;letter-spacing:2px;text-transform:uppercase;margin:0 0 18px}
.ftr-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.ftr-nav-list a{font-size:14px;color:#a0aec0;text-decoration:none;transition:color 150ms;display:flex;align-items:center;gap:6px}
.ftr-nav-list a:hover{color:#0B8F5D}
.ftr-policy-col .ftr-nav-list a i{font-size:12px;color:#7520E7}
.ftr-divider{border:none;border-top:1px solid #2d3748;margin:0 0 20px}
.ftr-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.ftr-bottom p{font-size:12px;color:#718096;margin:0}
.ftr-bottom-gradient{height:3px;background:linear-gradient(135deg,#0B8F5D,#7520E7,#FDCAD4);display:block;margin-bottom:0}
.cookie-modal-overlay{display:none;position:fixed;inset:0;background:#1a1a2e8c;z-index:9999;align-items:center;justify-content:center}
.cookie-modal-overlay[data-visible="true"]{display:flex}
.cookie-modal-box{background:#fff;border-radius:6px;border:2px solid #0B8F5D;box-shadow:0 12px 40px #0b8f5d2e;padding:32px 36px;max-width:640px;width:92%;position:relative}
.cookie-modal-box .cookie-hdr{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.cookie-modal-box .cookie-hdr i{font-size:22px;color:#0B8F5D}
.cookie-modal-box .cookie-hdr h3{font-size:17px;font-weight:700;color:#1a1a2e;margin:0}
.cookie-modal-box p{font-size:13px;color:#4a5568;line-height:1.7;margin:0 0 22px}
.cookie-modal-box p a{color:#0B8F5D;text-decoration:underline}
.cookie-btn-wrapper{display:flex;gap:12px;flex-wrap:wrap}
.cookie-btn-wrapper button{font-family:'Source Sans Pro',sans-serif;font-size:13px;font-weight:700;padding:9px 22px;border-radius:4px;cursor:pointer;transition:background 200ms,color 200ms;letter-spacing:.5px}
.btn-cookie-accept{background:transparent;color:#0B8F5D;border:2px solid #0B8F5D}
.btn-cookie-accept:hover{background:#0B8F5D;color:#fff}
.btn-cookie-decline{background:transparent;color:#7520E7;border:2px solid #7520E7}
.btn-cookie-decline:hover{background:#7520E7;color:#fff}
@media (max-width: 1024px) {
.ftr-grid{grid-template-columns:1fr 1fr}
.ftr-brand-col{grid-column:1 / -1}
}
@media (max-width: 768px) {
.hdr-main-row{padding:12px 16px;flex-wrap:wrap;gap:12px}
.hdr-contact-wrapper{display:none}
.main-nav{gap:2px}
.main-nav a{font-size:13px;padding:7px 10px}
.ftr-grid{grid-template-columns:1fr}
.ftr-inner{padding:32px 16px 16px}
.hdr-brand-txt .brand-name{font-size:18px}
}
@media (max-width: 480px) {
.main-nav a{font-size:12px;padding:6px 8px}
.hdr-logo-wrapper img{width:60px;height:60px}
}
.terms-block{max-width:860px;margin:0 auto;padding:48px 32px 72px;background:#fff;box-shadow:0 2px 8px #0b8f5d12 0 12px 32px #7520e70f;border-radius:4px}
.terms-block h1{font-size:2.1rem;line-height:1.2;font-weight:700;color:#0d0d0d;margin:0 0 32px;padding-bottom:18px;border-bottom:2px solid #FDCAD4;letter-spacing:-.02em}
.terms-block h2{font-size:1.45rem;line-height:1.3;font-weight:600;color:#0B8F5D;margin:48px 0 16px;letter-spacing:-.01em}
.terms-block h3{font-size:1.15rem;line-height:1.35;font-weight:600;color:#1a1a1a;margin:36px 0 12px}
.terms-block h4{font-size:1rem;line-height:1.4;font-weight:600;color:#2b2b2b;margin:28px 0 10px;text-transform:uppercase;letter-spacing:.04em;font-size:.85rem}
.terms-block h5{font-size:.92rem;line-height:1.4;font-weight:600;color:#3a3a3a;margin:22px 0 8px}
.terms-block h6{font-size:.85rem;line-height:1.4;font-weight:600;color:#555;margin:18px 0 6px;text-transform:uppercase;letter-spacing:.05em}
.terms-block p{font-size:1rem;line-height:1.8;color:#2e2e2e;margin:0 0 18px;font-weight:400}
.terms-block ul{margin:0 0 22px;padding:0 0 0 24px;list-style:none}
.terms-block ol{margin:0 0 22px;padding:0 0 0 28px;list-style:decimal}
.terms-block ul li{font-size:1rem;line-height:1.75;color:#2e2e2e;margin-bottom:8px;padding-left:14px;position:relative}
.terms-block ul li::before{content:'';position:absolute;left:-2px;top:11px;width:6px;height:6px;border-radius:50%;background:#0B8F5D}
.terms-block ol li{font-size:1rem;line-height:1.75;color:#2e2e2e;margin-bottom:8px;padding-left:6px}
.terms-block ul ul,.terms-block ol ul,.terms-block ul ol,.terms-block ol ol{margin-top:8px;margin-bottom:4px}
.terms-block ul ul li::before{background:#7520E7;width:5px;height:5px;top:12px}
.terms-block em{font-style:italic;color:#1a1a1a}
.terms-block i{font-style:italic;color:#444}
.terms-block a{color:#7520E7;text-decoration:underline;text-decoration-color:#7520e759;text-underline-offset:3px;transition:color 180ms ease,text-decoration-color 180ms ease;font-weight:500}
.terms-block a:hover{color:#0B8F5D;text-decoration-color:#0b8f5d80}
.terms-block a:visited{color:#5a10c0}
.terms-block hr{border:none;border-top:1px solid #e8e8e8;margin:40px 0;position:relative}
.terms-block hr::after{content:'';display:block;width:48px;height:2px;background:linear-gradient(90deg,#0B8F5D,#7520E7);position:absolute;top:-1px;left:0}
@media (max-width: 768px) {
.terms-block{padding:32px 20px 56px;box-shadow:none;border-radius:0}
.terms-block h1{font-size:1.6rem;margin-bottom:24px;padding-bottom:14px}
.terms-block h2{font-size:1.2rem;margin-top:36px}
.terms-block h3{font-size:1.05rem;margin-top:28px}
.terms-block p{font-size:.97rem;line-height:1.75}
.terms-block ul li,.terms-block ol li{font-size:.97rem}
}
@media (max-width: 480px) {
.terms-block{padding:24px 16px 48px}
.terms-block h1{font-size:1.35rem}
.terms-block h2{font-size:1.1rem;margin-top:30px}
.terms-block ul{padding-left:18px}
.terms-block ol{padding-left:22px}
}
.cntct-page-wrpr{max-width:1440px;margin:0 auto;overflow-x:hidden}
.ttl-mosaic-wrpr{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;min-height:420px;position:relative;background:#f7f4ff;border-bottom:2px solid #e8e0fa}
.ttl-mosaic-wrpr .mosaic-img-col{position:relative;overflow:hidden;grid-column:1 / 2;grid-row:1 / 3;min-height:380px}
.ttl-mosaic-wrpr .mosaic-img-col img{width:100%;height:100%;object-fit:cover;display:block;filter:sepia(0.18) contrast(1.08) brightness(0.97) saturate(0.85)}
.film-grain-ovrl{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.13'/%3E%3C/svg%3E");pointer-events:none;mix-blend-mode:multiply;opacity:.55}
.ttl-txt-col{grid-column:2 / 4;padding:52px 48px 40px 44px;display:flex;flex-direction:column;justify-content:center;position:relative}
.ttl-txt-col .dot-corner{position:absolute;width:64px;height:64px}
.ttl-txt-col .dot-corner.tl{top:14px;left:14px}
.ttl-txt-col .dot-corner.tr{top:14px;right:14px}
.ttl-txt-col .dot-corner.bl{bottom:14px;left:14px}
.ttl-txt-col .dot-corner.br{bottom:14px;right:14px}
.ttl-txt-col .dot-corner svg circle{fill:#7520E7;opacity:.22}
.ttl-pg-badge{display:inline-flex;align-items:center;gap:7px;background:#FDCAD4;color:#5c1a8c;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px 5px 10px;border-radius:3px;margin-bottom:22px;width:fit-content}
.ttl-pg-badge .pe-7s-mail{font-size:15px;color:#7520E7}
.ttl-main-hdng{font-size:clamp(28px,4vw,52px);font-weight:800;color:#12103a;line-height:1.15;margin:0 0 18px;position:relative}
.ttl-main-hdng .hdng-accent{color:#0B8F5D;position:relative}
.ttl-main-hdng .hdng-accent::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#0B8F5D,#7520E7);border-radius:2px}
.ttl-sub-txt{font-size:16px;color:#4a4470;line-height:1.65;max-width:420px;margin:0}
.cntct-info-strip{background:linear-gradient(135deg,#0B8F5D 0%,#0a7a50 55%,#7520E7 100%);padding:32px 48px;display:flex;flex-direction:row;align-items:stretch;gap:0}
.cntct-info-strip .info-itm-wrpr{flex:1;display:flex;flex-direction:row;align-items:center;gap:14px;padding:0 24px;border-right:1px solid #ffffff2e}
.cntct-info-strip .info-itm-wrpr:first-child{padding-left:0}
.cntct-info-strip .info-itm-wrpr:last-child{border-right:none}
.info-icn-bx{width:42px;height:42px;background:#ffffff26;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info-icn-bx .pe-7s-map-marker,.info-icn-bx .pe-7s-call,.info-icn-bx .pe-7s-mail{font-size:20px;color:#FDCAD4}
.info-itm-wrpr .info-lbl{font-size:11px;font-weight:700;color:#fdcad4cc;text-transform:uppercase;letter-spacing:.07em;margin-bottom:3px}
.info-itm-wrpr .info-val{font-size:14px;color:#fff;font-weight:500;line-height:1.4}
.info-itm-wrpr .info-val a{color:#fff;text-decoration:none}
.info-itm-wrpr .info-val a:hover{color:#FDCAD4}
.frm-section-wrpr{background:#fff;padding:72px 48px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;max-width:1200px;margin:0 auto}
.frm-left-col .frm-eyebrow{font-size:11px;font-weight:700;color:#0B8F5D;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}
.frm-left-col .frm-hdng{font-size:30px;font-weight:800;color:#12103a;line-height:1.2;margin:0 0 16px}
.frm-left-col .frm-desc{font-size:15px;color:#5a5480;line-height:1.6;margin:0 0 32px}
.frm-topic-list{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}
.frm-topic-itm{display:flex;flex-direction:row;align-items:center;gap:10px;padding:12px 16px;background:#f7f4ff;border-left:3px solid #7520E7;border-radius:3px}
.frm-topic-itm .pe-7s-check{color:#0B8F5D;font-size:16px;flex-shrink:0}
.frm-topic-itm span{font-size:14px;color:#3a3060;font-weight:500}
.frm-right-col{background:#f9f8ff;border:1.5px solid #e0d9f5;border-radius:6px;padding:36px 32px}
.cntct-frm-main{display:flex;flex-direction:column;gap:20px}
.frm-fld-grp{display:flex;flex-direction:column;gap:6px}
.frm-fld-lbl{font-size:13px;font-weight:700;color:#2a2050;letter-spacing:.03em}
.frm-fld-lbl .req-star{color:#7520E7;margin-left:2px}
.frm-email-inpt{width:100%;padding:11px 14px;border:1.5px solid #c8bee8;border-radius:4px;font-size:15px;color:#12103a;background:#fff;transition:border-color 200ms,box-shadow 200ms;box-sizing:border-box;outline:none}
.frm-email-inpt:focus{border-color:#0B8F5D;box-shadow:0 0 0 3px #0b8f5d1f}
.frm-radio-grp-wrpr{display:flex;flex-direction:column;gap:6px}
.frm-radio-grp-lbl{font-size:13px;font-weight:700;color:#2a2050;letter-spacing:.03em;margin-bottom:4px}
.frm-radio-opts{display:flex;flex-direction:column;gap:8px}
.radio-opt-row{display:flex;flex-direction:row;align-items:center;gap:10px;padding:9px 14px;background:#fff;border:1.5px solid #ddd6f5;border-radius:4px;cursor:pointer;transition:border-color 180ms,background 180ms}
.radio-opt-row:hover{border-color:#0B8F5D;background:#f0fbf6}
.radio-opt-row input[type="radio"]{accent-color:#0B8F5D;width:16px;height:16px;flex-shrink:0}
.radio-opt-row:has(input[type="radio"]:checked){border-color:#0B8F5D;background:#edfaf4}
.radio-opt-txt{font-size:14px;color:#3a3060}
.frm-privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:10px 0 0}
.frm-privacy-row input[type="checkbox"]{accent-color:#7520E7;width:16px;height:16px;flex-shrink:0;margin-top:2px}
.frm-privacy-txt{font-size:13px;color:#5a5480;line-height:1.55}
.frm-privacy-txt a{color:#7520E7;text-decoration:underline}
.frm-sbmt-btn-wrpr{padding-top:4px}
.frm-sbmt-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#0B8F5D 0%,#097a50 100%);color:#fff;font-size:15px;font-weight:700;border:none;border-radius:4px;padding:13px 32px;cursor:pointer;transition:background 200ms,transform 150ms,box-shadow 200ms;box-shadow:0 4px 14px #0b8f5d47;width:100%;justify-content:center;position:relative;z-index:2}
.frm-sbmt-btn:hover{background:linear-gradient(135deg,#097a50 0%,#0B8F5D 100%);transform:translateY(-1px);box-shadow:0 6px 18px #0b8f5d59}
.frm-sbmt-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0b8f5d33}
.frm-sbmt-btn .pe-7s-paper-plane{font-size:17px}
.alt-cntct-wrpr{background:linear-gradient(160deg,#12103a 0%,#1e1660 60%,#2d1080 100%);padding:64px 48px;position:relative;overflow:hidden}
.alt-cntct-wrpr::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,#7520e747 0%,transparent 70%);pointer-events:none}
.alt-cntct-wrpr::after{content:'';position:absolute;bottom:-60px;left:10%;width:260px;height:260px;background:radial-gradient(circle,#0b8f5d38 0%,transparent 70%);pointer-events:none}
.alt-cntct-inner{max-width:960px;margin:0 auto;position:relative;z-index:1}
.alt-cntct-hdng{font-size:28px;font-weight:800;color:#fff;text-align:center;margin:0 0 10px}
.alt-cntct-sub{font-size:15px;color:#fdcad4d9;text-align:center;margin:0 0 44px;line-height:1.6}
.alt-cards-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.alt-crd{background:#ffffff12;border:1px solid #ffffff21;border-radius:6px;padding:28px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;transition:background 220ms,border-color 220ms,transform 200ms}
.alt-crd:hover{background:#ffffff1f;border-color:#fdcad466;transform:translateY(-3px)}
.alt-crd .crd-icn{width:44px;height:44px;background:linear-gradient(135deg,#0B8F5D,#7520E7);border-radius:4px;display:flex;align-items:center;justify-content:center}
.alt-crd .crd-icn i{font-size:20px;color:#FDCAD4}
.alt-crd .crd-ttl{font-size:14px;font-weight:700;color:#fff;letter-spacing:.03em}
.alt-crd .crd-txt{font-size:13px;color:#ffffffa6;line-height:1.55}
.alt-crd .crd-link{font-size:13px;color:#FDCAD4;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:4px;margin-top:4px;transition:color 150ms}
.alt-crd .crd-link:hover{color:#fff}
.faq-section-wrpr{background:#fff;padding:72px 48px;max-width:1200px;margin:0 auto}
.faq-section-wrpr .faq-hdr{text-align:center;margin-bottom:44px}
.faq-section-wrpr .faq-hdr .faq-eyebrow{font-size:11px;color:#7520E7;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}
.faq-section-wrpr .faq-hdr h2{font-size:26px;font-weight:800;color:#12103a;margin:0 0 10px}
.faq-section-wrpr .faq-hdr p{font-size:15px;color:#5a5480;max-width:480px;margin:0 auto;line-height:1.6}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.faq-itm{border:1.5px solid #e0d9f5;border-radius:5px;overflow:hidden}
.faq-itm input[type="checkbox"]{display:none}
.faq-itm-lbl{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;background:#f9f8ff;font-size:14px;font-weight:700;color:#2a2050;transition:background 180ms;gap:12px}
.faq-itm-lbl:hover{background:#f0ebff}
.faq-itm-lbl .faq-lbl-txt{flex:1}
.faq-itm-lbl .faq-arr{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform 200ms}
.faq-itm-lbl .faq-arr i{font-size:16px;color:#7520E7}
.faq-itm input[type="checkbox"]:checked ~ .faq-itm-lbl .faq-arr{transform:rotate(180deg)}
.faq-itm-body{max-height:0;overflow:hidden;transition:max-height 280ms ease}
.faq-itm input[type="checkbox"]:checked ~ .faq-itm-body{max-height:300px}
.faq-itm-body-inner{padding:14px 20px 18px;font-size:14px;color:#5a5480;line-height:1.65;background:#fff;border-top:1px solid #e0d9f5}
@media (max-width: 1024px) {
.ttl-mosaic-wrpr{grid-template-columns:1fr 1fr;min-height:340px}
.frm-section-wrpr{grid-template-columns:1fr;gap:36px;padding:52px 32px}
.alt-cards-grid{grid-template-columns:1fr 1fr}
.faq-grid{grid-template-columns:1fr}
.cntct-info-strip{flex-direction:column;padding:28px 32px;gap:18px}
.cntct-info-strip .info-itm-wrpr{border-right:none;border-bottom:1px solid #ffffff2e;padding:0 0 18px}
.cntct-info-strip .info-itm-wrpr:last-child{border-bottom:none;padding-bottom:0}
}
@media (max-width: 680px) {
.ttl-mosaic-wrpr{grid-template-columns:1fr;min-height:auto}
.ttl-mosaic-wrpr .mosaic-img-col{grid-column:1;min-height:200px}
.ttl-txt-col{grid-column:1;padding:32px 24px}
.alt-cards-grid{grid-template-columns:1fr}
.faq-section-wrpr{padding:48px 20px}
.frm-section-wrpr{padding:40px 20px}
.alt-cntct-wrpr{padding:48px 20px}
.cntct-info-strip{padding:24px 20px}
.frm-right-col{padding:24px 20px}
}
.abt-title-block{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:flex-end}
.abt-title-block .abt-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;z-index:0}
.abt-title-block .abt-bg-fade{position:absolute;inset:0;background:linear-gradient(to bottom,#0b8f5d2e 0%,#0b8f5d8c 55%,#0b1e14ed 100%);z-index:1}
.abt-title-block .abt-decor-vector{position:absolute;top:0;right:0;width:340px;height:100%;z-index:2;pointer-events:none}
.abt-title-block .abt-content-wrapper{position:relative;z-index:3;max-width:1440px;margin:0 auto;width:100%;padding:64px 48px 72px;display:flex;flex-direction:column;align-items:flex-start}
.abt-title-block .abt-eyebrow{display:inline-flex;align-items:center;gap:10px;background:#fdcad42e;border:1px solid #fdcad480;border-radius:4px;padding:6px 16px;margin-bottom:28px}
.abt-title-block .abt-eyebrow span{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#FDCAD4;font-weight:600}
.abt-title-block .abt-main-heading{font-size:clamp(2rem,4vw,3.4rem);font-weight:700;color:#fff;line-height:1.15;max-width:640px;margin:0 0 24px}
.abt-title-block .abt-main-heading .abt-accent-word{color:#FDCAD4;position:relative}
.abt-title-block .abt-main-heading .abt-accent-word::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#0B8F5D,#7520E7);border-radius:2px}
.abt-title-block .abt-sub-text{font-size:1.05rem;color:#ffffffd1;max-width:500px;line-height:1.7;margin:0 0 36px}
.abt-title-block .abt-stat-row{display:flex;flex-direction:row;gap:32px;flex-wrap:wrap}
.abt-stat-pill{display:flex;flex-direction:column;gap:2px;border-left:3px solid #0B8F5D;padding-left:14px}
.abt-stat-pill .abt-stat-num{font-size:1.7rem;font-weight:700;color:#fff;line-height:1}
.abt-stat-pill .abt-stat-lbl{font-size:.78rem;color:#ffffffa6;text-transform:uppercase;letter-spacing:.08em}
.abt-story-section{max-width:1440px;margin:0 auto;padding:80px 48px}
.abt-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.abt-story-left{display:flex;flex-direction:column;gap:32px}
.abt-story-label{display:flex;align-items:center;gap:12px;margin-bottom:4px}
.abt-story-label .abt-line-decor{display:block;width:36px;height:3px;background:linear-gradient(90deg,#0B8F5D,#7520E7);border-radius:2px;flex-shrink:0}
.abt-story-label span{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#0B8F5D;font-weight:700}
.abt-story-left h2{font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:700;color:#1a1a2e;line-height:1.25;margin:0}
.abt-story-left .abt-story-para{font-size:.97rem;color:#3d3d5c;line-height:1.75;margin:0}
.abt-value-cards{display:flex;flex-direction:column;gap:16px;margin-top:8px}
.abt-val-card{display:flex;flex-direction:row;align-items:flex-start;gap:16px;background:#f8f9ff;border:1px solid #ebebf5;border-radius:6px;padding:20px 22px;transition:box-shadow 200ms ease,border-color 200ms ease}
.abt-val-card:hover{box-shadow:0 6px 18px #7520e717;border-color:#c8b8f5}
.abt-val-card .abt-val-icon{width:40px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem}
.abt-val-card .abt-val-icon.green-bg{background:#0b8f5d1a;color:#0B8F5D}
.abt-val-card .abt-val-icon.purple-bg{background:#7520e71a;color:#7520E7}
.abt-val-card .abt-val-icon.pink-bg{background:#fdcad466;color:#c0405a}
.abt-val-card .abt-val-body h5{font-size:.92rem;font-weight:700;color:#1a1a2e;margin:0 0 4px}
.abt-val-card .abt-val-body p{font-size:.84rem;color:#5a5a7a;margin:0;line-height:1.55}
.abt-story-right{display:flex;flex-direction:column;gap:28px}
.abt-img-stack{position:relative;display:flex;flex-direction:column;gap:18px}
.abt-img-main{border-radius:6px;overflow:hidden;position:relative}
.abt-img-main img{width:100%;height:280px;object-fit:cover;display:block}
.abt-img-main::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#0b8f5d14,#7520e714);pointer-events:none}
.abt-img-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.abt-img-pair .abt-img-small{border-radius:6px;overflow:hidden}
.abt-img-pair .abt-img-small img{width:100%;height:160px;object-fit:cover;display:block;transition:transform 200ms ease}
.abt-img-pair .abt-img-small:hover img{transform:scale(1.03)}
.abt-approach-strip{background:linear-gradient(118deg,#0B8F5D 0%,#067a4f 40%,#7520E7 100%);border-radius:8px;padding:28px;display:flex;flex-direction:column;gap:14px}
.abt-approach-strip h4{color:#fff;font-size:1rem;font-weight:700;margin:0}
.abt-approach-strip p{color:#ffffffd9;font-size:.88rem;line-height:1.6;margin:0}
.abt-approach-strip .abt-approach-feats{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;margin-top:6px}
.abt-approach-feat{display:flex;align-items:center;gap:7px;background:#ffffff26;border-radius:4px;padding:5px 12px}
.abt-approach-feat span{font-size:.8rem;color:#fff;font-weight:600}
.abt-method-section{background:#f4f5fd;padding:80px 48px}
.abt-method-inner{max-width:1440px;margin:0 auto}
.abt-method-header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:56px}
.abt-method-header-left h2{font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:700;color:#1a1a2e;margin:0 0 10px}
.abt-method-header-left h2 .abt-h2-mark{color:#7520E7}
.abt-method-header-left p{font-size:.94rem;color:#5a5a7a;line-height:1.65;max-width:440px;margin:0}
.abt-method-header-right{flex-shrink:0}
.abt-cta-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#0B8F5D,#7520E7);color:#fff;font-size:.9rem;font-weight:700;padding:13px 26px;border-radius:5px;text-decoration:none;border:none;cursor:pointer;transition:box-shadow 200ms ease,transform 150ms ease;position:relative;z-index:10}
.abt-cta-btn:hover{box-shadow:0 8px 24px #7520e74d;transform:translateY(-2px)}
.abt-timeline-wrapper{display:flex;flex-direction:column;gap:0;position:relative}
.abt-timeline-wrapper::before{content:'';position:absolute;left:22px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#0B8F5D,#7520E7,#fdcad466)}
.abt-tl-item{display:flex;flex-direction:row;gap:28px;padding-bottom:40px;position:relative}
.abt-tl-item:last-child{padding-bottom:0}
.abt-tl-dot-col{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:44px}
.abt-tl-dot{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0;position:relative;z-index:2}
.abt-tl-dot.d-green{background:#0B8F5D}
.abt-tl-dot.d-purple{background:#7520E7}
.abt-tl-dot.d-pink{background:#c0405a}
.abt-tl-dot.d-teal{background:#0b7a93}
.abt-tl-body{flex:1;background:#fff;border:1px solid #e8e8f0;border-radius:6px;padding:22px 26px;transition:box-shadow 200ms ease}
.abt-tl-body:hover{box-shadow:0 4px 16px #0b8f5d1a}
.abt-tl-body h4{font-size:.97rem;font-weight:700;color:#1a1a2e;margin:0 0 6px}
.abt-tl-body p{font-size:.86rem;color:#5a5a7a;line-height:1.6;margin:0 0 12px}
.abt-tl-tags{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.abt-tl-tag{font-size:.75rem;padding:3px 10px;border-radius:3px;font-weight:600}
.abt-tl-tag.tg-green{background:#0b8f5d1a;color:#0B8F5D}
.abt-tl-tag.tg-purple{background:#7520e71a;color:#7520E7}
.abt-tl-tag.tg-pink{background:#fdcad466;color:#a03050}
.abt-right-col{display:flex;flex-direction:column;gap:24px}
.abt-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.abt-highlights-col{display:flex;flex-direction:column;gap:20px}
.abt-highlight-card{background:#fff;border:1px solid #e8e8f0;border-radius:6px;padding:24px;display:flex;flex-direction:column;gap:10px;transition:border-color 200ms ease}
.abt-highlight-card:hover{border-color:#0B8F5D}
.abt-highlight-card .abt-hc-top{display:flex;align-items:center;gap:12px}
.abt-highlight-card .abt-hc-icon{width:36px;height:36px;border-radius:4px;background:linear-gradient(135deg,#0b8f5d1f,#7520e71f);display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#0B8F5D;flex-shrink:0}
.abt-highlight-card .abt-hc-title{font-size:.93rem;font-weight:700;color:#1a1a2e}
.abt-highlight-card .abt-hc-text{font-size:.84rem;color:#5a5a7a;line-height:1.6;margin:0}
.abt-last-img-wrapper{border-radius:6px;overflow:hidden;position:relative}
.abt-last-img-wrapper img{width:100%;height:220px;object-fit:cover;display:block}
.abt-last-img-wrapper .abt-img-badge{position:absolute;bottom:14px;left:14px;background:#0b8f5deb;border-radius:4px;padding:8px 14px}
.abt-last-img-wrapper .abt-img-badge span{font-size:.78rem;color:#fff;font-weight:600}
@media (max-width: 1024px) {
.abt-story-grid{grid-template-columns:1fr;gap:40px}
.abt-method-grid{grid-template-columns:1fr;gap:36px}
.abt-method-header{flex-direction:column;align-items:flex-start}
.abt-title-block .abt-content-wrapper{padding:48px 32px 56px}
.abt-story-section{padding:60px 32px}
.abt-method-section{padding:60px 32px}
}
@media (max-width: 640px) {
.abt-title-block{min-height:400px}
.abt-title-block .abt-content-wrapper{padding:36px 20px 44px}
.abt-title-block .abt-stat-row{gap:20px}
.abt-story-section{padding:44px 20px}
.abt-method-section{padding:44px 20px}
.abt-img-pair{grid-template-columns:1fr}
.abt-timeline-wrapper::before{left:18px}
.abt-tl-dot-col{width:36px}
.abt-tl-body{padding:16px 18px}
.abt-approach-strip .abt-approach-feats{flex-direction:column}
.abt-title-block .abt-decor-vector{width:160px;opacity:.4}
}
.prog-hero-wrapper{position:relative;width:100%;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.prog-hero-wrapper .hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(30%) brightness(0.55);z-index:0}
.prog-hero-wrapper .hero-diagonal-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0b8f5db8 0%,#7520e794 60%,#fdcad42e 100%);z-index:1}
.prog-hero-wrapper .hero-accent-shape{position:absolute;bottom:-2px;left:0;width:100%;z-index:2}
.prog-hero-content-wrapper{position:relative;z-index:3;text-align:center;padding:80px 24px 100px;max-width:760px;margin:0 auto}
.prog-hero-content-wrapper .hero-label{display:inline-block;background:#fdcad42e;border:1px solid #fdcad480;color:#FDCAD4;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;padding:6px 18px;border-radius:2px;margin-bottom:22px}
.prog-hero-content-wrapper .hero-main-title{color:#fff;font-size:clamp(28px,5vw,52px);font-weight:700;line-height:1.18;margin:0 0 20px;letter-spacing:-.5px}
.prog-hero-content-wrapper .hero-main-title span{color:#FDCAD4}
.prog-hero-content-wrapper .hero-sub-txt{color:#ffffffd1;font-size:17px;line-height:1.65;margin:0 0 36px;max-width:560px;margin-left:auto;margin-right:auto}
.prog-hero-content-wrapper .hero-cta-btn{display:inline-block;background:linear-gradient(135deg,#0B8F5D 0%,#7520E7 100%);color:#fff;font-size:15px;font-weight:600;padding:14px 36px;border-radius:3px;text-decoration:none;border:none;cursor:pointer;transition:opacity 200ms ease,transform 150ms ease;position:relative;z-index:4}
.prog-hero-content-wrapper .hero-cta-btn:hover{opacity:.88;transform:translateY(-2px)}
.prog-courses-section{background:#f8f9fb;padding:72px 0 80px}
.prog-courses-inner{max-width:1200px;margin:0 auto;padding:0 24px}
.prog-courses-inner .sec-hdr-wrapper{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px;flex-wrap:wrap}
.prog-courses-inner .sec-hdr-wrapper .sec-ttl{font-size:clamp(22px,3.5vw,36px);font-weight:700;color:#1a1a2e;margin:0;line-height:1.2;position:relative;padding-left:18px}
.prog-courses-inner .sec-hdr-wrapper .sec-ttl::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:linear-gradient(180deg,#0B8F5D,#7520E7);border-radius:2px}
.prog-courses-inner .sec-hdr-wrapper .sec-desc{font-size:15px;color:#555;max-width:380px;line-height:1.6;margin:0}
.crs-grid-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.crs-card{background:#fff;border:1px solid #e8eaf0;border-radius:4px;overflow:hidden;transition:box-shadow 200ms ease,transform 200ms ease;display:flex;flex-direction:column}
.crs-card:hover{box-shadow:0 8px 28px #7520e71a;transform:translateY(-3px)}
.crs-card .crs-card-top{padding:24px 24px 0}
.crs-card .crs-level-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:4px 12px;border-radius:2px;margin-bottom:16px}
.crs-level-badge.lvl-base{background:#0b8f5d1a;color:#0B8F5D}
.crs-level-badge.lvl-mid{background:#7520e71a;color:#7520E7}
.crs-level-badge.lvl-adv{background:#fdcad480;color:#a0295e}
.crs-card .crs-card-ttl{font-size:17px;font-weight:700;color:#1a1a2e;margin:0 0 10px;line-height:1.35}
.crs-card .crs-card-desc{font-size:14px;color:#666;line-height:1.6;margin:0 0 18px}
.crs-card .crs-meta-row{display:flex;flex-direction:row;gap:16px;padding:14px 24px;border-top:1px solid #f0f0f5;border-bottom:1px solid #f0f0f5;background:#fbfbfe;flex-wrap:wrap}
.crs-card .crs-meta-item{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:12px;color:#666}
.crs-card .crs-meta-item .pe-icon{font-size:14px;color:#7520E7}
.crs-card .crs-card-footer{padding:18px 24px;margin-top:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}
.crs-card .crs-price-tag{font-size:20px;font-weight:700;color:#0B8F5D}
.crs-card .crs-enroll-btn{background:#1a1a2e;color:#fff;font-size:13px;font-weight:600;padding:9px 22px;border-radius:3px;text-decoration:none;border:none;cursor:pointer;transition:background 200ms ease;display:inline-block}
.crs-card .crs-enroll-btn:hover{background:#7520E7}
.prog-how-section{padding:80px 0;background:#fff}
.prog-how-inner{max-width:1200px;margin:0 auto;padding:0 24px}
.prog-how-inner .how-layout-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.prog-how-inner .how-img-col{position:relative}
.prog-how-inner .how-img-col img{width:100%;height:420px;object-fit:cover;border-radius:4px;display:block}
.prog-how-inner .how-img-col .img-accent-bar{position:absolute;bottom:-16px;right:-16px;width:80px;height:80px;background:linear-gradient(135deg,#0B8F5D,#7520E7);border-radius:4px;z-index:-1}
.prog-how-inner .how-img-col .img-dot-pattern{position:absolute;top:-16px;left:-16px;width:60px;height:60px;background-image:radial-gradient(circle,#7520E7 1.5px,transparent 1.5px);background-size:10px 10px;z-index:-1}
.prog-how-inner .how-txt-col .how-section-lbl{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:#0B8F5D;font-weight:700;margin-bottom:12px}
.prog-how-inner .how-txt-col .how-ttl{font-size:clamp(22px,3vw,34px);font-weight:700;color:#1a1a2e;line-height:1.25;margin:0 0 20px}
.prog-how-inner .how-txt-col .how-intro-txt{font-size:15px;color:#555;line-height:1.7;margin:0 0 32px}
.how-steps-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}
.how-steps-list .step-item{display:flex;flex-direction:row;gap:16px;align-items:flex-start}
.how-steps-list .step-item .step-num{width:38px;height:38px;min-width:38px;border-radius:50%;background:linear-gradient(135deg,#0B8F5D,#7520E7);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}
.how-steps-list .step-item .step-body .step-ttl{font-size:15px;font-weight:700;color:#1a1a2e;margin:0 0 4px}
.how-steps-list .step-item .step-body .step-desc{font-size:13px;color:#666;line-height:1.6;margin:0}
.prog-topics-section{background:linear-gradient(138deg,#1a1a2e 0%,#0d1b3e 55%,#1a1a2e 100%);padding:80px 0;position:relative;overflow:hidden}
.prog-topics-section::before{content:'';position:absolute;top:-80px;right:-80px;width:360px;height:360px;background:radial-gradient(circle,#7520e72e 0%,transparent 70%);pointer-events:none}
.prog-topics-section::after{content:'';position:absolute;bottom:-60px;left:-60px;width:280px;height:280px;background:radial-gradient(circle,#0b8f5d24 0%,transparent 70%);pointer-events:none}
.prog-topics-inner{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
.prog-topics-inner .topics-hdr{text-align:center;margin-bottom:56px}
.prog-topics-inner .topics-hdr .topics-ttl{font-size:clamp(24px,3.5vw,38px);font-weight:700;color:#fff;margin:0 0 14px;line-height:1.2}
.prog-topics-inner .topics-hdr .topics-ttl span{color:#FDCAD4}
.prog-topics-inner .topics-hdr .topics-sub{font-size:15px;color:#ffffff9e;max-width:500px;margin:0 auto;line-height:1.6}
.topics-accordion-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.topic-acc-item input[type="checkbox"]{display:none}
.topic-acc-item{position:relative}
.topic-acc-item label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 22px;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;cursor:pointer;transition:background 200ms ease,border-color 200ms ease;gap:12px}
.topic-acc-item label:hover{background:#7520e72e;border-color:#7520e766}
.topic-acc-item label .acc-lbl-icon{width:36px;height:36px;min-width:36px;border-radius:50%;background:#0b8f5d33;display:flex;align-items:center;justify-content:center;font-size:16px;color:#0B8F5D}
.topic-acc-item label .acc-lbl-txt{flex:1;font-size:14px;font-weight:600;color:#fff;line-height:1.3}
.topic-acc-item label .acc-arrow{font-size:12px;color:#ffffff73;transition:transform 200ms ease}
.topic-acc-item input[type="checkbox"]:checked + label{background:#7520e738;border-color:#7520e780}
.topic-acc-item input[type="checkbox"]:checked + label .acc-arrow{transform:rotate(180deg)}
.topic-acc-item .acc-body{max-height:0;overflow:hidden;transition:max-height 250ms ease;background:#ffffff0a;border:1px solid #ffffff14;border-top:none;border-radius:0 0 4px 4px;margin-top:-4px}
.topic-acc-item input[type="checkbox"]:checked ~ .acc-body{max-height:200px}
.topic-acc-item .acc-body .acc-body-inner{padding:16px 22px}
.topic-acc-item .acc-body .acc-body-inner p{font-size:13px;color:#ffffffad;line-height:1.65;margin:0 0 10px}
.topic-acc-item .acc-body .acc-body-inner p:last-child{margin-bottom:0}
.topic-acc-item .acc-body .acc-tags-row{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;margin-top:10px}
.topic-acc-item .acc-body .acc-tag{font-size:11px;background:#0b8f5d2e;color:#6EDBAD;border-radius:2px;padding:3px 10px;font-weight:600}
.prog-faq-cta-section{padding:72px 0 80px;background:#f8f9fb}
.prog-faq-cta-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:start}
.faq-col .faq-ttl{font-size:clamp(20px,2.5vw,30px);font-weight:700;color:#1a1a2e;margin:0 0 28px;line-height:1.25}
.faq-list-wrapper{display:flex;flex-direction:column;gap:12px}
.faq-item input[type="radio"]{display:none}
.faq-item label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:15px 18px;background:#fff;border:1px solid #e4e6ee;border-radius:3px;cursor:pointer;font-size:14px;font-weight:600;color:#1a1a2e;transition:border-color 200ms ease,background 200ms ease;gap:12px}
.faq-item label:hover{border-color:#7520E7;background:#7520e708}
.faq-item input[type="radio"]:checked + label{border-color:#0B8F5D;background:#0b8f5d0a;color:#0B8F5D}
.faq-item .faq-ans-panel{max-height:0;overflow:hidden;transition:max-height 250ms ease;background:#fff;border:1px solid #e4e6ee;border-top:none;border-radius:0 0 3px 3px;margin-top:-3px}
.faq-item input[type="radio"]:checked ~ .faq-ans-panel{max-height:160px}
.faq-item .faq-ans-panel .faq-ans-inner{padding:14px 18px;font-size:13px;color:#555;line-height:1.65}
.cta-col-wrapper{background:linear-gradient(145deg,#0B8F5D 0%,#7520E7 100%);border-radius:6px;padding:40px 36px;position:relative;overflow:hidden}
.cta-col-wrapper::before{content:'';position:absolute;top:-40px;right:-40px;width:140px;height:140px;background:#fdcad426;border-radius:50%;pointer-events:none}
.cta-col-wrapper .cta-col-ttl{font-size:22px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.3}
.cta-col-wrapper .cta-col-desc{font-size:14px;color:#fffc;line-height:1.65;margin:0 0 28px}
.cta-col-wrapper .cta-feat-list{list-style:none;margin:0 0 32px;padding:0;display:flex;flex-direction:column;gap:10px}
.cta-col-wrapper .cta-feat-list li{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:13px;color:#ffffffe0}
.cta-col-wrapper .cta-feat-list li .pe-icon{font-size:16px;color:#FDCAD4}
.cta-col-wrapper .cta-main-action{display:block;background:#fff;color:#7520E7;font-size:15px;font-weight:700;padding:14px 28px;border-radius:3px;text-decoration:none;text-align:center;transition:opacity 200ms ease,transform 150ms ease;position:relative;z-index:2}
.cta-col-wrapper .cta-main-action:hover{opacity:.92;transform:translateY(-1px)}
.cta-col-wrapper .cta-sub-lnk{display:block;text-align:center;margin-top:14px;font-size:13px;color:#ffffffad;text-decoration:underline}
@media (max-width: 1024px) {
.crs-grid-wrapper{grid-template-columns:repeat(2,1fr)}
.prog-how-inner .how-layout-grid{grid-template-columns:1fr;gap:40px}
.prog-how-inner .how-img-col img{height:300px}
.topics-accordion-wrapper{grid-template-columns:1fr}
.prog-faq-cta-inner{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 680px) {
.crs-grid-wrapper{grid-template-columns:1fr}
.prog-courses-inner .sec-hdr-wrapper{flex-direction:column;align-items:flex-start}
.prog-hero-content-wrapper{padding:60px 20px 80px}
.cta-col-wrapper{padding:28px 20px}
}
.ttl-block-wrapper{max-width:1440px;margin:0 auto;padding:60px 40px 50px;position:relative;overflow:hidden}
.ttl-block-wrapper .bg-curves{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}
.ttl-block-inner{display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:1}
.ttl-txt-side{flex:1 1 50%;display:flex;flex-direction:column;gap:20px}
.ttl-badge{display:inline-flex;align-items:center;gap:8px;background:#FDCAD4;color:#7520E7;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 14px;border:2px solid #7520E7;width:fit-content}
.ttl-main-hdr{font-size:clamp(28px,4vw,52px);font-weight:700;line-height:1.15;color:#1a1a2e;margin:0}
.ttl-main-hdr .ttl-accent{color:#0B8F5D;position:relative;display:inline-block}
.ttl-main-hdr .ttl-accent::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#0B8F5D,#7520E7)}
.ttl-desc{font-size:16px;line-height:1.7;color:#444;margin:0;max-width:480px}
.ttl-cta-row{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;margin-top:8px}
.ttl-btn-primary{background:linear-gradient(135deg,#0B8F5D 0%,#7520E7 100%);color:#fff;border:none;padding:13px 28px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:opacity 200ms ease;position:relative;z-index:2}
.ttl-btn-primary:hover{opacity:.88}
.ttl-btn-outline{background:transparent;color:#7520E7;border:2px solid #7520E7;padding:11px 26px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background 180ms ease,color 180ms ease;position:relative;z-index:2}
.ttl-btn-outline:hover{background:#7520E7;color:#fff}
.ttl-img-side{flex:1 1 45%;position:relative}
.ttl-img-side img{width:100%;height:420px;object-fit:cover;display:block;box-shadow:6px 12px 32px #7520e721}
.ttl-img-badge{position:absolute;bottom:-16px;left:-20px;background:#fff;border:2px solid #0B8F5D;padding:14px 20px;box-shadow:4px 8px 24px #0b8f5d26;display:flex;flex-direction:column;gap:2px;min-width:160px}
.ttl-img-badge .bdg-num{font-size:28px;font-weight:700;color:#0B8F5D;line-height:1}
.ttl-img-badge .bdg-lbl{font-size:12px;color:#666}
.cmnty-section-wrapper{background:#f8f6ff;padding:70px 40px;position:relative}
.cmnty-inner{max-width:1440px;margin:0 auto}
.cmnty-hdr-row{display:flex;flex-direction:row;align-items:flex-start;gap:40px;margin-bottom:48px}
.cmnty-hdr-txt{flex:1 1 55%}
.cmnty-section-label{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#7520E7;margin-bottom:12px;display:block}
.cmnty-ttl{font-size:clamp(22px,3vw,38px);font-weight:700;color:#1a1a2e;margin:0 0 16px;line-height:1.2}
.cmnty-ttl::before{content:'';display:block;width:40px;height:4px;background:linear-gradient(90deg,#7520E7,#FDCAD4);margin-bottom:14px}
.cmnty-lead{font-size:15px;line-height:1.7;color:#555;margin:0;max-width:500px}
.cmnty-stats-col{flex:1 1 40%;display:flex;flex-direction:column;gap:16px;padding-top:8px}
.cmnty-stat-item{display:flex;flex-direction:row;align-items:center;gap:16px;background:#fff;padding:16px 20px;border-left:4px solid #7520E7;box-shadow:0 2px 8px #0000000f}
.cmnty-stat-num{font-size:30px;font-weight:700;color:#7520E7;min-width:70px}
.cmnty-stat-desc{font-size:13px;color:#555;line-height:1.5}
.cmnty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.cmnty-card{background:#fff;padding:28px 24px;box-shadow:0 3px 14px #7520e714;border-top:3px solid transparent;transition:border-color 200ms ease,box-shadow 200ms ease;position:relative;overflow:hidden}
.cmnty-card::after{content:'';position:absolute;bottom:0;right:0;width:60px;height:60px;background:linear-gradient(135deg,transparent 50%,#fdcad466 50%)}
.cmnty-card:hover{border-color:#7520E7;box-shadow:0 8px 28px #7520e724}
.cmnty-card .pe-icon{font-size:28px;color:#0B8F5D;margin-bottom:14px;display:block}
.cmnty-card-ttl{font-size:16px;font-weight:700;color:#1a1a2e;margin:0 0 10px}
.cmnty-card-txt{font-size:14px;color:#666;line-height:1.6;margin:0}
.cmnty-img-strip{margin-top:40px;position:relative;height:220px;overflow:hidden}
.cmnty-img-strip img{width:100%;height:100%;object-fit:cover;display:block}
.cmnty-img-strip-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#7520e78c 0%,#0b8f5d4d 100%);display:flex;align-items:center;padding:0 40px}
.cmnty-img-strip-quote{font-size:clamp(16px,2.5vw,26px);font-weight:600;color:#fff;max-width:600px;line-height:1.4}
.lrn-types-wrapper{max-width:1440px;margin:0 auto;padding:70px 40px}
.lrn-types-top{text-align:center;margin-bottom:52px}
.lrn-types-lbl{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#0B8F5D;display:block;margin-bottom:12px}
.lrn-types-ttl{font-size:clamp(22px,3vw,38px);font-weight:700;color:#1a1a2e;margin:0 0 14px;position:relative;display:inline-block}
.lrn-types-ttl::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#0B8F5D,#7520E7)}
.lrn-types-sub{font-size:15px;color:#666;max-width:520px;margin:20px auto 0;line-height:1.6}
.lrn-tabs-ctrl{display:none}
.lrn-tabs-nav{display:flex;flex-direction:row;gap:0;margin-bottom:36px;border-bottom:2px solid #e8e8e8;justify-content:center}
.lrn-tab-lbl{padding:14px 28px;font-size:14px;font-weight:600;color:#888;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color 180ms ease,border-color 180ms ease;white-space:nowrap}
#lrn-t1:checked ~ .lrn-tabs-nav .lrn-lbl-1,#lrn-t2:checked ~ .lrn-tabs-nav .lrn-lbl-2,#lrn-t3:checked ~ .lrn-tabs-nav .lrn-lbl-3{color:#0B8F5D;border-color:#0B8F5D}
.lrn-tab-panel{display:none;animation:lrn-fade 200ms ease}
@keyframes lrn-fade {
from{opacity:0;transform:translateY(6px)}
to{opacity:1;transform:translateY(0)}
}
#lrn-t1:checked ~ .lrn-tab-panels .lrn-pnl-1,#lrn-t2:checked ~ .lrn-tab-panels .lrn-pnl-2,#lrn-t3:checked ~ .lrn-tab-panels .lrn-pnl-3{display:block}
.lrn-pnl-inner{display:flex;flex-direction:row;gap:48px;align-items:center}
.lrn-pnl-img{flex:0 0 42%}
.lrn-pnl-img img{width:100%;height:320px;object-fit:cover;display:block;box-shadow:8px 12px 32px #0000001a}
.lrn-pnl-content{flex:1 1 55%;display:flex;flex-direction:column;gap:20px}
.lrn-pnl-ttl{font-size:24px;font-weight:700;color:#1a1a2e;margin:0}
.lrn-pnl-desc{font-size:15px;color:#555;line-height:1.7;margin:0}
.lrn-features-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.lrn-features-list li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:14px;color:#444;line-height:1.5}
.lrn-features-list li .lrn-chk{width:22px;height:22px;background:linear-gradient(135deg,#0B8F5D,#7520E7);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.lrn-features-list li .lrn-chk::after{content:'✓';color:#fff;font-size:12px;font-weight:700}
.lrn-pnl-cta{display:inline-block;background:#0B8F5D;color:#fff;padding:12px 26px;font-size:14px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background 180ms ease;width:fit-content}
.lrn-pnl-cta:hover{background:#097a50}
.grnts-section{background:linear-gradient(145deg,#1a1a2e 0%,#2d1b69 60%,#0B8F5D 100%);padding:70px 40px;position:relative;overflow:hidden}
.grnts-section::before{content:'';position:absolute;top:-80px;right:-80px;width:300px;height:300px;border-radius:50%;background:#fdcad414}
.grnts-section::after{content:'';position:absolute;bottom:-60px;left:-60px;width:200px;height:200px;border-radius:50%;background:#0b8f5d1f}
.grnts-inner{max-width:1440px;margin:0 auto;position:relative;z-index:1}
.grnts-top-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:52px;gap:32px}
.grnts-hdr-grp{flex:1 1 55%}
.grnts-lbl{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#FDCAD4;display:block;margin-bottom:14px}
.grnts-ttl{font-size:clamp(22px,3vw,40px);font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2}
.grnts-lead{font-size:15px;color:#ffffffbf;line-height:1.7;margin:0;max-width:480px}
.grnts-img-aside{flex:0 0 38%}
.grnts-img-aside img{width:100%;height:260px;object-fit:cover;display:block;box-shadow:0 16px 48px #0000004d;border:2px solid #fdcad44d}
.grnts-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.grnts-card{background:#ffffff12;border:1px solid #ffffff1f;padding:28px 22px;backdrop-filter:blur(6px);transition:background 200ms ease,border-color 200ms ease;display:flex;flex-direction:column;gap:14px}
.grnts-card:hover{background:#ffffff1f;border-color:#fdcad466}
.grnts-card .pe-icon{font-size:30px;color:#FDCAD4}
.grnts-card-ttl{font-size:16px;font-weight:700;color:#fff;margin:0}
.grnts-card-txt{font-size:13px;color:#ffffffb3;line-height:1.6;margin:0;flex:1}
.grnts-card-tag{display:inline-block;background:#0b8f5d4d;border:1px solid #0B8F5D;color:#6dffbe;font-size:11px;font-weight:700;padding:4px 10px;letter-spacing:.5px;width:fit-content}
.grnts-bottom-cta{margin-top:48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}
.grnts-cta-note{font-size:13px;color:#ffffff8c}
.grnts-cta-btn{display:inline-block;background:linear-gradient(135deg,#FDCAD4 0%,#fff 100%);color:#1a1a2e;padding:15px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:opacity 200ms ease;box-shadow:0 8px 24px #0003}
.grnts-cta-btn:hover{opacity:.88}
@media (max-width: 1024px) {
.cmnty-grid{grid-template-columns:repeat(2,1fr)}
.grnts-cards-grid{grid-template-columns:repeat(2,1fr)}
.lrn-pnl-inner{flex-direction:column}
.lrn-pnl-img{flex:0 0 auto;width:100%}
.lrn-pnl-img img{height:260px}
}
@media (max-width: 768px) {
.ttl-block-wrapper{padding:40px 20px 60px}
.ttl-block-inner{flex-direction:column}
.ttl-img-side img{height:260px}
.ttl-img-badge{left:10px;bottom:-14px}
.cmnty-section-wrapper{padding:50px 20px}
.cmnty-hdr-row{flex-direction:column}
.cmnty-grid{grid-template-columns:1fr}
.lrn-types-wrapper{padding:50px 20px}
.lrn-tabs-nav{overflow-x:auto;justify-content:flex-start}
.lrn-tab-lbl{padding:12px 18px}
.grnts-section{padding:50px 20px}
.grnts-top-row{flex-direction:column}
.grnts-img-aside{width:100%}
.grnts-cards-grid{grid-template-columns:1fr}
}
.sccs-wrapper{max-width:1440px;margin:0 auto;padding:0}
.ttl-blck-wrapper{position:relative;min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:80px 24px}
.ttl-blck-wrapper .bg-grdt{position:absolute;inset:0;background:linear-gradient(137deg,#0B8F5D 0%,#7520E7 55%,#FDCAD4 100%);z-index:0}
.ttl-blck-wrapper .vgntt-ovrl{position:absolute;inset:0;background:radial-gradient(ellipse at center,#ffffff14 0%,#0b8f5d73 40%,#7520e7b8 100%);z-index:1}
.dot-ln-deco{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;flex-direction:row;gap:10px;z-index:3}
.dot-ln-deco span{display:block;width:6px;height:6px;border-radius:50%;background:#fdcad48c;transition:background 200ms}
.dot-ln-deco span:nth-child(3),.dot-ln-deco span:nth-child(7){background:#fdcad4d9;width:8px;height:8px}
.dot-ln-deco span:nth-child(5){background:#FDCAD4;width:10px;height:10px}
.ttl-innr-wrapper{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;gap:0}
.ttl-icn-ring{width:72px;height:72px;border-radius:50%;background:#ffffff1f;border:2px solid #fdcad499;display:flex;align-items:center;justify-content:center;margin-bottom:28px;box-shadow:0 4px 16px #0b8f5d40 inset 0 2px 6px #ffffff14}
.ttl-icn-ring .pe-7s-check{font-size:36px;color:#FDCAD4}
.ttl-reveal-hdr{font-size:clamp(2rem,5vw,3.4rem);font-weight:700;color:#fff;text-align:center;letter-spacing:-.5px;line-height:1.15;margin:0 0 10px;opacity:0;transform:translateY(18px);animation:revealUp .55s .12s cubic-bezier(.4,0,.2,1) forwards}
.ttl-sub-lbl{font-size:1.08rem;color:#fdcad4eb;text-align:center;margin:0 0 36px;letter-spacing:.02em;opacity:0;transform:translateY(12px);animation:revealUp .5s .28s cubic-bezier(.4,0,.2,1) forwards}
@keyframes revealUp {
to{opacity:1;transform:translateY(0)}
}
.ttl-cta-btn-wrapper{opacity:0;transform:translateY(10px);animation:revealUp .45s .44s cubic-bezier(.4,0,.2,1) forwards}
.ttl-cta-btn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#fff;color:#0B8F5D;font-size:1rem;font-weight:600;padding:13px 32px;border-radius:4px;border:none;text-decoration:none;cursor:pointer;box-shadow:0 4px 14px #0b8f5d2e;transition:background 180ms,color 180ms,box-shadow 180ms,transform 150ms;position:relative;z-index:5}
.ttl-cta-btn:hover{background:#FDCAD4;color:#7520E7;box-shadow:0 8px 24px #7520e72e;transform:translateY(-2px)}
.ttl-cta-btn .pe-7s-angle-right{font-size:1.2rem}
.nxt-stps-wrapper{background:#f8f9fb;padding:72px 24px 80px}
.nxt-stps-innr{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:0}
.nxt-stps-hdr-row{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:48px;gap:10px}
.nxt-stps-eyebrow{display:inline-flex;flex-direction:row;align-items:center;gap:7px;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#0B8F5D;background:#0b8f5d14;padding:5px 12px;border-radius:3px}
.nxt-stps-eyebrow .pe-7s-leaf{font-size:1rem}
.nxt-stps-hdr-ttl{font-size:clamp(1.45rem,3vw,2rem);font-weight:700;color:#1a1a2e;line-height:1.2;margin:0;position:relative;padding-left:18px}
.nxt-stps-hdr-ttl::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;border-radius:2px;background:linear-gradient(180deg,#0B8F5D 0%,#7520E7 100%)}
.stps-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.stp-crd{background:#fff;border-radius:6px;border:1px solid #ececf3;padding:28px 24px 24px;display:flex;flex-direction:column;gap:10px;box-shadow:0 2px 8px #7520e70d;transition:box-shadow 200ms,transform 180ms,border-color 200ms;position:relative;overflow:hidden}
.stp-crd::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0B8F5D 0%,#7520E7 100%);opacity:0;transition:opacity 200ms}
.stp-crd:hover{box-shadow:0 8px 24px #7520e71c;transform:translateY(-3px);border-color:#7520e72e}
.stp-crd:hover::after{opacity:1}
.stp-crd-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#0B8F5D 0%,#7520E7 100%);color:#fff;font-size:.85rem;font-weight:700;flex-shrink:0}
.stp-crd-icn{font-size:1.5rem;color:#7520E7}
.stp-crd-top{display:flex;flex-direction:row;align-items:center;gap:12px}
.stp-crd-ttl{font-size:.97rem;font-weight:700;color:#1a1a2e;line-height:1.25;margin:0}
.stp-crd-txt{font-size:.88rem;color:#555570;line-height:1.55;margin:0}
.stp-crd-lnk{display:inline-flex;flex-direction:row;align-items:center;gap:5px;font-size:.85rem;font-weight:600;color:#0B8F5D;text-decoration:none;margin-top:4px;transition:color 160ms,gap 160ms}
.stp-crd-lnk:hover{color:#7520E7;gap:8px}
.stp-crd-lnk .pe-7s-angle-right{font-size:1rem}
.dvdr-dots-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:40px 0 0}
.dvdr-dots-row span{display:block;width:5px;height:5px;border-radius:50%;background:#FDCAD4}
.dvdr-dots-row span:nth-child(2){background:#7520E7;width:7px;height:7px}
.dvdr-dots-row span:nth-child(4){background:#0B8F5D;width:7px;height:7px}
@media (max-width: 768px) {
.stps-grid{grid-template-columns:1fr;gap:16px}
.ttl-blck-wrapper{min-height:420px;padding:60px 16px 70px}
.nxt-stps-wrapper{padding:48px 16px 56px}
.nxt-stps-hdr-row{margin-bottom:32px}
}
@media (max-width: 480px) {
.ttl-reveal-hdr{font-size:1.65rem}
.ttl-sub-lbl{font-size:.95rem}
.stp-crd{padding:22px 18px 20px}
}