html{box-sizing:border-box;font-size:100%}
*,::before,::after{box-sizing:inherit}
html,body{margin:0}
body{font-family:'Karla',sans-serif;font-size:14px;line-height:1.7;background-color:#0d1117;color:#EBE9E9;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow-x:hidden}
::selection{background:linear-gradient(90deg,#00D1F7,#A8FE9A);color:#0d1117}
.hdr{position:relative;background:linear-gradient(135deg,#0d1117 0%,#111820 60%,#0d1a1f 100%);border-bottom:1px solid #00d1f72e;box-shadow:-1px 8px 48px 0 #00d1f724;z-index:10}
.hdr-inner{max-width:1320px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;min-height:80px}
.hdr-brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}
.hdr-logo-holder{width:56px;height:56px;border-radius:5px;background-color:#00d1f714;border:1px solid #00d1f74d;box-shadow:-1px 2px 6px 0 #00d1f712 0 0 0 2px #00d1f70f;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hdr-logo-holder img{width:52px;height:52px;object-fit:contain;display:block}
.hdr-brand-name{font-size:26px;font-weight:700;letter-spacing:-.03em;line-height:1.15;color:#EBE9E9}
.hdr-brand-name span{color:#00D1F7}
.hdr-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.hdr-contact-line{display:flex;align-items:center;gap:12px}
.hdr-contact-link{font-size:14px;color:#ebe9e9a6;text-decoration:none;display:flex;align-items:center;gap:4px;transition:color .22s cubic-bezier(0.4,0,0.2,1);border-radius:5px;padding:4px 8px}
.hdr-contact-link:hover{color:#00D1F7}
.hdr-contact-link:focus-visible{outline:2px solid #00D1F7;outline-offset:2px}
.hdr-contact-link .pe-7s-call,.hdr-contact-link .pe-7s-mail{font-size:14px}
.hdr-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.hdr-nav a{font-size:14px;font-weight:700;color:#ebe9e9cc;text-decoration:none;padding:8px 12px;border-radius:5px;border:1.5px solid transparent;line-height:1.45;transition:color .24s cubic-bezier(0.4,0,0.2,1),border-color .2s cubic-bezier(0.0,0,0.2,1),background-color .22s cubic-bezier(0.4,0,0.2,1);white-space:nowrap;display:inline-block;min-height:44px;display:flex;align-items:center}
.hdr-nav a:hover{color:#00D1F7;border-color:#00d1f759;background-color:#00d1f70f}
.hdr-nav a:focus-visible{outline:2px solid #A8FE9A;outline-offset:2px}
.hdr-nav a.nav-active{color:#00D1F7;border-color:#00d1f780;background-color:#00d1f714}
.hdr-accent-bar{width:100%;height:2px;background:linear-gradient(90deg,#00D1F7 0%,#A8FE9A 60%,transparent 100%);opacity:.5}
.ftr{background:linear-gradient(180deg,#0d1117 0%,#080d12 100%);border-top:1px solid #00d1f726;margin-top:96px}
.ftr-inner{max-width:1320px;margin:0 auto;padding:48px 24px 24px}
.ftr-bento{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;margin-bottom:48px}
.ftr-block{border:1px solid #ebe9e914;border-radius:5px;padding:24px;background-color:#ffffff05;box-shadow:-1px 2px 6px 0 #00d1f712}
.ftr-block-tall{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#00d1f70d 0%,#a8fe9a0a 100%);border-color:#00d1f733}
.ftr-logo-holder{width:56px;height:56px;border-radius:5px;background-color:#00d1f714;border:1px solid #00d1f74d;box-shadow:-1px 2px 6px 0 #00d1f712 0 0 0 2px #00d1f70f;display:flex;align-items:center;justify-content:center;overflow:hidden}
.ftr-logo-holder img{width:52px;height:52px;object-fit:contain;display:block}
.ftr-brand-label{font-size:20px;font-weight:700;color:#EBE9E9;letter-spacing:-.02em;line-height:1.15}
.ftr-brand-label span{color:#00D1F7}
.ftr-copy{font-size:14px;color:#ebe9e966;line-height:1.7;text-align:center}
.ftr-section-title{font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ebe9e973;margin:0 0 12px;line-height:1.45}
.ftr-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.ftr-links li a{font-size:14px;color:#ebe9e9b3;text-decoration:none;border-radius:5px;padding:4px 0;display:inline-block;transition:color .22s cubic-bezier(0.4,0,0.2,1);line-height:1.7}
.ftr-links li a:hover{color:#A8FE9A}
.ftr-links li a:focus-visible{outline:2px solid #A8FE9A;outline-offset:2px}
.ftr-contact-block{display:flex;flex-direction:column;gap:8px}
.ftr-contact-item{font-size:14px;color:#ebe9e9a6;line-height:1.7;display:flex;align-items:flex-start;gap:8px}
.ftr-contact-item a{color:#ebe9e9a6;text-decoration:none;transition:color .22s cubic-bezier(0.4,0,0.2,1)}
.ftr-contact-item a:hover{color:#00D1F7}
.ftr-contact-item a:focus-visible{outline:2px solid #00D1F7;outline-offset:2px}
.ftr-divider{border:none;border-top:1px solid #ebe9e914;margin:0 0 24px}
.ftr-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.ftr-legal-links{display:flex;align-items:center;gap:12px;flex-wrap:wrap;list-style:none;padding:0;margin:0}
.ftr-legal-links li a{font-size:14px;color:#ebe9e966;text-decoration:none;border-radius:5px;padding:4px 0;transition:color .2s cubic-bezier(0.0,0,0.2,1)}
.ftr-legal-links li a:hover{color:#EBE9E9}
.ftr-legal-links li a:focus-visible{outline:2px solid #00D1F7;outline-offset:2px}
.ftr-legal-sep{color:#ebe9e926;font-size:14px}
.ftr-copy-small{font-size:14px;color:#ebe9e94d;line-height:1.7}
@media (max-width: 768px) {
.hdr-inner{padding:0 12px;min-height:68px;gap:12px}
.hdr-right{width:100%;align-items:flex-start}
.hdr-nav{width:100%}
.ftr-inner{padding:48px 12px 24px}
}
@media (max-width: 375px) {
.hdr-brand-name{font-size:20px}
.hdr-nav a{padding:8px}
}
.doc-section{max-width:1320px;margin:0 auto;padding:48px 24px 96px;color:#EBE9E9;background:transparent;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
.doc-section h1{font-size:66px;line-height:1.15;letter-spacing:-.03em;color:#EBE9E9;margin-bottom:48px;margin-top:0;padding-bottom:24px;border-bottom:2px solid #00d1f72e}
.doc-section h2{font-size:26px;line-height:1.15;letter-spacing:-.02em;color:#00D1F7;margin-top:48px;margin-bottom:24px}
.doc-section h3{font-size:20px;line-height:1.45;letter-spacing:-.01em;color:#A8FE9A;margin-top:24px;margin-bottom:12px}
.doc-section h4{font-size:20px;line-height:1.45;letter-spacing:-.01em;color:#EBE9E9;margin-top:24px;margin-bottom:12px;opacity:.85}
.doc-section h5{font-size:14px;line-height:1.45;letter-spacing:.04em;text-transform:uppercase;color:#A8FE9A;margin-top:24px;margin-bottom:8px;opacity:.9}
.doc-section h6{font-size:14px;line-height:1.45;letter-spacing:.02em;color:#EBE9E9;margin-top:24px;margin-bottom:8px;opacity:.7}
.doc-section p{font-size:20px;line-height:1.7;color:#ebe9e9e0;margin-top:0;margin-bottom:24px}
.doc-section strong,.doc-section b{font-weight:700;color:#EBE9E9}
.doc-section hr{border:none;border-top:1px solid #00d1f724;margin-top:48px;margin-bottom:48px;box-shadow:-1px 2px 6px 0 #00d1f712}
.doc-section div{margin-bottom:12px}
@media (max-width: 768px) {
.doc-section{padding:48px 24px 96px}
.doc-section h1{font-size:26px;margin-bottom:24px;padding-bottom:24px}
.doc-section h2{font-size:20px;margin-top:48px}
.doc-section h3{font-size:20px}
.doc-section p{font-size:14px}
}
@media (max-width: 375px) {
.doc-section{padding:24px 12px 96px}
.doc-section h1{font-size:26px;margin-bottom:24px}
.doc-section h2{margin-top:24px;margin-bottom:12px}
.doc-section hr{margin-top:24px;margin-bottom:24px}
}
::selection{background:linear-gradient(90deg,#00d1f773,#a8fe9a73);color:#EBE9E9}
.art-pg{display:block;background:#0d1117;color:#EBE9E9;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow-x:clip}
::selection{background:linear-gradient(53deg,#00D1F7,#A8FE9A);color:#0d1117}
.art-pg .inner{max-width:1320px;margin:0 auto;padding:0 24px}
.art-pg .art-hero{display:grid;grid-template-columns:1fr 1fr;min-height:0;padding:96px 0 48px;position:relative}
.art-pg .art-hero::after{content:'';position:absolute;top:0;bottom:0;left:50%;width:3px;background:linear-gradient(180deg,transparent 0%,#00D1F7 40%,#A8FE9A 100%);pointer-events:none}
.art-pg .hero-left{padding:48px 48px 48px 24px;background:#111820;display:flex;flex-direction:column;gap:24px;position:relative;z-index:1}
.art-pg .hero-right{padding:48px 24px 48px 48px;background:#0d1117;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}
.art-pg .blob-shape{position:absolute;border-radius:40px;filter:blur(60px);pointer-events:none;opacity:.18;z-index:0}
.art-pg .blob-a{width:260px;height:180px;background:#00D1F7;top:20px;left:-40px}
.art-pg .blob-b{width:200px;height:140px;background:#A8FE9A;bottom:30px;right:20px}
.art-pg .hero-left > *{position:relative;z-index:1}
.art-pg .views-badge{display:inline-flex;align-items:center;gap:8px;background:#1a2330;border:1px solid #00D1F720;border-radius:5px;padding:4px 12px;font-size:14px;color:#00D1F7;align-self:flex-start}
.art-pg .views-badge .vcount{font-size:14px;font-weight:700;background:linear-gradient(53deg,#00D1F7,#A8FE9A);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.art-pg .views-badge svg{flex-shrink:0}
.art-pg .art-title-line{display:block;width:40px;height:3px;background:linear-gradient(53deg,#00D1F7,#A8FE9A);border-radius:5px;margin-bottom:4px}
.art-pg .art-title{font-size:66px;line-height:1.15;letter-spacing:-.03em;color:#EBE9E9;margin:0}
.art-pg .art-title mark{background:none;color:#00D1F7;text-decoration:underline;text-decoration-color:#A8FE9A;text-underline-offset:6px}
.art-pg .art-subtitle{font-size:20px;line-height:1.45;color:#9ba8b5;margin:0}
.art-pg .hero-img-holder{border-radius:5px;overflow:hidden;border:1px solid #00D1F730;box-shadow:-1px 8px 48px 0 #00d1f724;position:relative;z-index:1}
.art-pg .hero-img-holder img{display:block;width:100%;height:340px;object-fit:cover;filter:saturate(0.7) contrast(1.1)}
.art-pg .img-overlay{position:absolute;inset:0;background:linear-gradient(53deg,#00d1f72e,#a8fe9a1a);pointer-events:none}
.art-pg .art-body-wrap{display:grid;grid-template-columns:1fr 280px;gap:48px;padding:48px 0 96px;align-items:start}
.art-pg .art-content{min-width:0}
.art-pg .art-content p{font-size:20px;line-height:1.7;color:#cdd4db;margin:0 0 24px}
.art-pg .art-content h2{font-size:26px;line-height:1.45;color:#EBE9E9;margin:48px 0 12px;letter-spacing:-.01em;padding-top:12px;border-top:2px solid #00D1F740}
.art-pg .art-content strong{color:#EBE9E9;font-weight:600}
.art-pg .art-content cite{font-style:italic;color:#A8FE9A}
.art-pg .art-content blockquote{margin:24px 0;padding:24px;background:#111820;border-radius:5px;box-shadow:-1px 5px 18px 0 #00d1f714;position:relative}
.art-pg .art-content blockquote::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#00D1F7,#A8FE9A);border-radius:5px 0 0 5px}
.art-pg .art-content blockquote p{margin:0;font-size:20px;line-height:1.7;color:#A8FE9A}
.art-pg .art-content table{width:100%;border-collapse:collapse;margin:24px 0;font-size:14px;border-radius:5px;overflow:hidden;box-shadow:-1px 2px 6px 0 #00d1f712}
.art-pg .art-content caption{font-size:14px;color:#9ba8b5;text-align:left;padding:0 0 8px}
.art-pg .art-content th,.art-pg .art-content td{padding:12px;text-align:left;border-bottom:1px solid #1e2c3a;color:#cdd4db}
.art-pg .art-content thead th{background:#111820;color:#00D1F7;font-weight:600}
.art-pg .art-content tbody tr:hover td{background:#111820;transition:background .22s cubic-bezier(0.4,0,0.2,1)}
.art-pg .art-content tfoot td{font-size:14px;color:#9ba8b5;border-top:1px solid #1e2c3a}
.art-pg .art-sidebar{display:flex;flex-direction:column;gap:24px;position:sticky;top:24px}
.art-pg .sidebar-meta{background:#111820;border-radius:5px;border:1px solid #1e2c3a;padding:24px;box-shadow:-1px 5px 18px 0 #00d1f714}
.art-pg .sidebar-meta .smeta-label{font-size:14px;color:#9ba8b5;margin:0 0 4px;display:block}
.art-pg .sidebar-meta .smeta-val{font-size:20px;color:#EBE9E9;font-weight:600}
.art-pg .smeta-row{padding:12px 0;border-bottom:1px solid #1e2c3a}
.art-pg .smeta-row:last-child{border-bottom:none;padding-bottom:0}
.art-pg .smeta-row:first-child{padding-top:0}
.art-pg .views-big{display:flex;align-items:center;gap:8px}
.art-pg .views-num{font-size:26px;font-weight:700;background:linear-gradient(53deg,#00D1F7,#A8FE9A);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.art-pg .report-btn{display:inline-flex;align-items:center;gap:8px;border:2px solid #EBE9E920;border-radius:5px;padding:8px 12px;font-size:14px;color:#9ba8b5;background:transparent;text-decoration:none;cursor:pointer;transition:border-color .22s cubic-bezier(0.4,0,0.2,1),color .22s cubic-bezier(0.4,0,0.2,1);width:100%;justify-content:center}
.art-pg .report-btn:hover,.art-pg .report-btn:focus{border-color:#00D1F7;color:#00D1F7;outline:none}
.art-pg .report-btn:focus-visible{box-shadow:0 0 0 3px #00d1f74d}
.art-pg .poll-section{background:#111820;border-top:1px solid #1e2c3a;padding:48px 0}
.art-pg .poll-inner{max-width:600px}
.art-pg .poll-head-line{display:block;width:40px;height:3px;background:linear-gradient(53deg,#00D1F7,#A8FE9A);border-radius:5px;margin-bottom:12px}
.art-pg .poll-title{font-size:26px;line-height:1.45;color:#EBE9E9;margin:0 0 24px;letter-spacing:-.01em}
.art-pg .poll-form{display:flex;flex-direction:column;gap:12px}
.art-pg .poll-opts{display:flex;flex-direction:row;gap:12px}
.art-pg .poll-opt-input{display:none}
.art-pg .poll-opt-lbl{display:flex;align-items:center;gap:8px;border:2px solid #1e2c3a;border-radius:5px;padding:12px 24px;font-size:20px;color:#9ba8b5;cursor:pointer;transition:border-color .25s cubic-bezier(0.0,0,0.2,1),color .25s cubic-bezier(0.0,0,0.2,1),background .25s cubic-bezier(0.0,0,0.2,1);background:#0d1117}
.art-pg .poll-opt-lbl:hover{border-color:#00D1F740;color:#EBE9E9}
.art-pg .poll-opt-input:checked + .poll-opt-lbl{border-color:#00D1F7;color:#00D1F7;background:#00D1F710}
.art-pg .poll-opt-input:focus-visible + .poll-opt-lbl{box-shadow:0 0 0 3px #00d1f74d}
.art-pg .poll-dot{width:14px;height:14px;border-radius:40px;border:2px solid currentColor;display:inline-block;flex-shrink:0;position:relative}
.art-pg .poll-opt-input:checked + .poll-opt-lbl .poll-dot::after{content:'';position:absolute;inset:2px;border-radius:40px;background:#00D1F7}
.art-pg .poll-submit{align-self:flex-start;border:2px solid #00D1F7;border-radius:5px;padding:12px 24px;font-size:20px;color:#00D1F7;background:transparent;cursor:pointer;transition:background .22s cubic-bezier(0.4,0,0.2,1),color .22s cubic-bezier(0.4,0,0.2,1)}
.art-pg .poll-submit:hover,.art-pg .poll-submit:focus{background:#00D1F7;color:#0d1117;outline:none}
.art-pg .poll-submit:focus-visible{box-shadow:0 0 0 3px #00d1f74d}
@media (max-width: 1366px) {
.art-pg .art-title{font-size:66px}
}
@media (max-width: 768px) {
.art-pg .art-hero{grid-template-columns:1fr;padding:48px 0 24px}
.art-pg .art-hero::after{display:none}
.art-pg .hero-left{padding:24px;gap:12px}
.art-pg .hero-right{padding:24px}
.art-pg .art-title{font-size:26px}
.art-pg .hero-img-holder img{height:220px}
.art-pg .art-body-wrap{grid-template-columns:1fr;gap:24px;padding:24px 0 48px}
.art-pg .art-sidebar{position:static}
.art-pg .poll-opts{flex-direction:column}
}
@media (max-width: 375px) {
.art-pg .hero-left{padding:12px}
.art-pg .hero-right{padding:12px}
.art-pg .art-title{font-size:26px}
.art-pg .inner{padding:0 12px}
.art-pg .poll-submit{font-size:14px}
}
.pg-about{background:#0e1217;color:#EBE9E9;overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
.pg-about ::selection{background:linear-gradient(90deg,#00D1F7,#A8FE9A);color:#0e1217}
.pg-about *,.pg-about ::before,.pg-about ::after{box-sizing:border-box}
.pg-about .hdr-block{position:relative;background:#111820;padding:96px 24px 0;overflow:hidden}
.pg-about .hdr-block::after{content:'';display:block;height:48px;background:linear-gradient(to bottom right,transparent 49%,#0e1217 50%);margin-top:48px}
.pg-about .hdr-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end}
.pg-about .hdr-text-zone{padding:0 0 48px}
.pg-about .hdr-label{display:inline-block;font-size:14px;line-height:1.45;letter-spacing:.08em;color:#00D1F7;text-transform:uppercase;border:2px solid #00D1F7;border-radius:5px;padding:4px 12px;margin-bottom:24px}
.pg-about .hdr-h1{font-size:66px;line-height:1.15;letter-spacing:-.02em;color:#EBE9E9;margin:0 0 24px}
.pg-about .hdr-h1 em{font-style:italic;color:#A8FE9A}
.pg-about .hdr-desc{font-size:20px;line-height:1.7;color:#b8b6b6;max-width:480px;margin:0}
.pg-about .hdr-img-zone{position:relative;align-self:end}
.pg-about .hdr-img-frame{position:relative;border-radius:26px 26px 0 0;overflow:hidden;border:1px solid #00d1f72e;box-shadow:-1px 8px 48px 0 #00d1f724}
.pg-about .hdr-img-frame img{width:100%;height:420px;object-fit:cover;display:block;filter:sepia(0.18) saturate(1.2) brightness(0.92)}
.pg-about .hdr-stat-strip{display:flex;flex-direction:row;gap:24px;margin-top:24px}
.pg-about .hdr-stat-item{flex:1;background:#161d26;border:1px solid #00d1f71f;border-radius:5px;padding:12px;box-shadow:-1px 2px 6px 0 #00d1f712}
.pg-about .hdr-stat-num{font-size:26px;line-height:1.15;color:#00D1F7;font-weight:700;letter-spacing:-.01em}
.pg-about .hdr-stat-label{font-size:14px;line-height:1.45;color:#8a8888;margin-top:4px}
.pg-about .wave-divider{display:block;width:100%;line-height:0;margin-top:-2px}
.pg-about .about-body{max-width:1320px;margin:0 auto;padding:96px 24px}
.pg-about .section-accent-line{width:48px;height:3px;background:linear-gradient(53deg,#00D1F7,#A8FE9A);border-radius:5px;margin-bottom:12px}
.pg-about .block-story{display:grid;grid-template-columns:1fr 2fr 3fr;gap:48px;align-items:start;animation:blurIn .56s cubic-bezier(0.4,0,0.2,1) both}
@keyframes blurIn {
from{opacity:0;filter:blur(8px)}
to{opacity:1;filter:blur(0)}
}
.pg-about .story-col-tag{padding-top:8px}
.pg-about .story-label{font-size:14px;line-height:1.45;letter-spacing:.1em;text-transform:uppercase;color:#00D1F7;writing-mode:vertical-rl;transform:rotate(180deg);margin:0}
.pg-about .story-col-info{border-left:1px solid #00d1f733;padding-left:24px;display:flex;flex-direction:column;gap:24px}
.pg-about .story-h2{font-size:26px;line-height:1.15;letter-spacing:-.01em;color:#EBE9E9;margin:0}
.pg-about .story-meta-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.pg-about .story-meta-list li{font-size:14px;line-height:1.45;color:#8a8888;padding-left:12px;border-left:2px solid #00D1F7}
.pg-about .story-meta-list li strong{color:#EBE9E9;display:block}
.pg-about .story-col-text{display:flex;flex-direction:column;gap:24px}
.pg-about .story-p{font-size:20px;line-height:1.7;color:#b8b6b6;margin:0}
.pg-about .story-img-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.pg-about .story-img-frame{border-radius:5px;overflow:hidden;border:1px solid #a8fe9a26;box-shadow:-1px 5px 18px 0 #a8fe9a14}
.pg-about .story-img-frame img{width:100%;height:220px;object-fit:cover;display:block;filter:sepia(0.15) saturate(1.15) brightness(0.9);transition:filter .22s cubic-bezier(0.4,0,0.2,1)}
.pg-about .story-img-frame:hover img{filter:sepia(0.05) saturate(1.3) brightness(0.98)}
.pg-about .section-divider{max-width:1320px;margin:0 auto 96px;padding:0 24px}
.pg-about .divider-line{height:1px;background:linear-gradient(90deg,#00D1F7 0%,transparent 100%);border:none;margin:0}
.pg-about .block-team{background:linear-gradient(180deg,#141c25 0%,#0e1217 100%);padding:96px 24px}
.pg-about .block-team-inner{max-width:1320px;margin:0 auto}
.pg-about .team-hdr{display:flex;flex-direction:row;align-items:end;justify-content:space-between;gap:48px;margin-bottom:48px}
.pg-about .team-hdr-left{display:flex;flex-direction:column;gap:8px}
.pg-about .team-h2{font-size:26px;line-height:1.15;letter-spacing:-.01em;color:#EBE9E9;margin:0}
.pg-about .team-hdr-desc{font-size:20px;line-height:1.7;color:#8a8888;max-width:420px;margin:0}
.pg-about .contrast-holder{display:grid;grid-template-columns:1fr 1fr;gap:4px;border-radius:40px;overflow:hidden;border:1px solid #00d1f724;box-shadow:-1px 8px 48px 0 #00d1f724}
.pg-about .contrast-panel{padding:48px;display:flex;flex-direction:column;gap:24px}
.pg-about .contrast-panel--before{background:#161d26}
.pg-about .contrast-panel--after{background:#0e1a14}
.pg-about .contrast-tag{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:1.45;letter-spacing:.08em;text-transform:uppercase;font-weight:700}
.pg-about .contrast-tag--before .contrast-tag-dot{width:8px;height:8px;border-radius:5px;background:#8a8888;display:inline-block}
.pg-about .contrast-tag--before{color:#8a8888}
.pg-about .contrast-tag--after .contrast-tag-dot{width:8px;height:8px;border-radius:5px;background:#A8FE9A;display:inline-block}
.pg-about .contrast-tag--after{color:#A8FE9A}
.pg-about .contrast-h3{font-size:26px;line-height:1.15;letter-spacing:-.01em;color:#EBE9E9;margin:0}
.pg-about .contrast-p{font-size:20px;line-height:1.7;color:#b8b6b6;margin:0}
.pg-about .contrast-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.pg-about .contrast-list li{font-size:14px;line-height:1.45;padding-left:12px;border-left:2px solid #00d1f74d;color:#b8b6b6}
.pg-about .contrast-list--after li{border-left-color:#A8FE9A;color:#EBE9E9}
.pg-about .num-badge-holder{display:flex;flex-direction:row;align-items:center;gap:12px;margin-top:8px}
.pg-about .num-badge{width:40px;height:40px;border-radius:40px;background:linear-gradient(53deg,#00D1F7,#A8FE9A);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#0e1217;flex-shrink:0}
.pg-about .num-badge-text{font-size:14px;line-height:1.45;color:#8a8888}
.pg-about .instructors-grid{margin-top:48px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}
.pg-about .instructor-card{background:#161d26;border:1px solid #00d1f71a;border-radius:26px;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:-1px 5px 18px 0 #00d1f714;transition:border-color .24s cubic-bezier(0.4,0,0.2,1),box-shadow .24s cubic-bezier(0.4,0,0.2,1)}
.pg-about .instructor-card:hover{border-color:#00d1f759;box-shadow:-1px 8px 48px 0 #00d1f724}
.pg-about .instructor-card:nth-child(1){animation:blurIn .52s cubic-bezier(0.4,0,0.2,1) .08s both}
.pg-about .instructor-card:nth-child(2){animation:blurIn .52s cubic-bezier(0.4,0,0.2,1) .18s both}
.pg-about .instructor-card:nth-child(3){animation:blurIn .52s cubic-bezier(0.4,0,0.2,1) .28s both}
.pg-about .instructor-avatar{width:56px;height:56px;border-radius:26px;background:linear-gradient(53deg,#00d1f726,#a8fe9a26);border:1px solid #00d1f733;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pg-about .instructor-avatar svg{width:28px;height:28px;fill:none;stroke:#00D1F7;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.pg-about .instructor-name{font-size:20px;line-height:1.15;color:#EBE9E9;margin:0;letter-spacing:-.01em}
.pg-about .instructor-role{font-size:14px;line-height:1.45;color:#00D1F7;font-style:italic}
.pg-about .instructor-note{font-size:14px;line-height:1.45;color:#8a8888;margin:0}
@media (max-width: 1366px) {
.pg-about .hdr-h1{font-size:48px}
.pg-about .hdr-img-frame img{height:360px}
}
@media (max-width: 768px) {
.pg-about .hdr-inner{grid-template-columns:1fr;gap:24px}
.pg-about .hdr-h1{font-size:36px}
.pg-about .hdr-img-frame img{height:260px}
.pg-about .hdr-text-zone{padding-bottom:0}
.pg-about .block-story{grid-template-columns:1fr;gap:24px}
.pg-about .story-col-tag{display:none}
.pg-about .story-img-pair{grid-template-columns:1fr}
.pg-about .contrast-holder{grid-template-columns:1fr;border-radius:26px}
.pg-about .team-hdr{flex-direction:column;align-items:start;gap:12px}
.pg-about .contrast-panel{padding:24px}
.pg-about .hdr-stat-strip{flex-direction:column;gap:12px}
}
@media (max-width: 375px) {
.pg-about .hdr-block{padding:48px 12px 0}
.pg-about .about-body{padding:48px 12px}
.pg-about .block-team{padding:48px 12px}
.pg-about .hdr-h1{font-size:26px}
}
.contacts-pg{background:#0d1117;color:#EBE9E9;font-size:14px;line-height:1.7;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow-x:clip;position:relative}
.contacts-pg ::selection{background:linear-gradient(53deg,#00D1F7,#A8FE9A);color:#0d1117}
.contacts-pg .page-wrap{max-width:1320px;margin:0 auto;padding:0 24px}
@keyframes edge-glow {
0%,100%{opacity:.18}
50%{opacity:.42}
}
@keyframes bounce-in {
0%{opacity:0;transform:translateY(18px) scale(0.97)}
60%{transform:translateY(-5px) scale(1.01)}
100%{opacity:1;transform:translateY(0) scale(1)}
}
.contacts-pg .hero-block{position:relative;padding:96px 24px;background:#0d1117;overflow:hidden}
.contacts-pg .hero-block::before{content:'';position:absolute;inset:0;border:1px solid #00d1f721;border-radius:5px;pointer-events:none;animation:edge-glow 3.6s cubic-bezier(0.4,0,0.2,1) infinite}
.contacts-pg .hero-block::after{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(53deg,#00D1F7,#A8FE9A);opacity:.6;pointer-events:none}
.contacts-pg .hero-inner{max-width:1320px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.contacts-pg .hero-text-side{flex:1 1 0;animation:bounce-in .52s cubic-bezier(0.0,0,0.2,1) both}
.contacts-pg .hero-dots{display:flex;flex-direction:row;gap:8px;margin-bottom:24px;flex-wrap:wrap}
.contacts-pg .hero-dots span{width:6px;height:6px;border-radius:40px;background:#00D1F7;opacity:.35;display:block}
.contacts-pg .hero-dots span:nth-child(2){opacity:.55;background:#A8FE9A}
.contacts-pg .hero-dots span:nth-child(3){opacity:.75}
.contacts-pg .hero-dots span:nth-child(4){opacity:.55;background:#A8FE9A}
.contacts-pg .hero-dots span:nth-child(5){opacity:.35}
.contacts-pg .hero-dots span:nth-child(6){opacity:.2}
.contacts-pg .hero-dots span:nth-child(7){opacity:.12}
.contacts-pg .hero-label{font-size:14px;letter-spacing:.12em;color:#00D1F7;text-transform:uppercase;margin-bottom:12px;display:block}
.contacts-pg .hero-h1{font-size:66px;line-height:1.15;letter-spacing:-.03em;color:#EBE9E9;margin:0 0 24px}
.contacts-pg .hero-h1 em{font-style:italic;color:#A8FE9A}
.contacts-pg .hero-desc{font-size:20px;line-height:1.45;color:#ebe9e9b8;max-width:480px;margin:0}
.contacts-pg .hero-img-side{flex:0 0 420px;position:relative;animation:bounce-in .64s cubic-bezier(0.0,0,0.2,1) .1s both}
.contacts-pg .hero-img-frame{border-radius:5px;overflow:hidden;border:1px solid #00d1f72e;box-shadow:-1px 8px 48px 0 #00d1f724;position:relative}
.contacts-pg .hero-img-frame img{width:420px;height:340px;object-fit:cover;object-position:center top;display:block;filter:brightness(0.82) saturate(0.85)}
.contacts-pg .hero-img-frame::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,#0d1117b8 100%);pointer-events:none;border-radius:5px}
.contacts-pg .contact-info-strip{display:flex;flex-direction:row;gap:24px;margin-top:48px;flex-wrap:wrap}
.contacts-pg .info-chip{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 12px;border:1px solid #00d1f738;border-radius:5px;background:#00d1f70a;transition:border-color .22s cubic-bezier(0.4,0,0.2,1),background .22s cubic-bezier(0.4,0,0.2,1);box-shadow:-1px 2px 6px 0 #00d1f712}
.contacts-pg .info-chip:hover{border-color:#00d1f780;background:#00d1f717}
.contacts-pg .info-chip .chip-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.contacts-pg .info-chip .chip-icon svg{width:18px;height:18px;stroke:#00D1F7;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.contacts-pg .info-chip a{color:#EBE9E9;text-decoration:none;font-size:14px;transition:color .2s cubic-bezier(0.4,0,0.2,1)}
.contacts-pg .info-chip a:hover{color:#00D1F7}
.contacts-pg .info-chip span.chip-text{color:#EBE9E9;font-size:14px}
.contacts-pg .form-section{padding:96px 24px;background:#111720;position:relative;overflow:hidden}
.contacts-pg .form-section::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(53deg,#00d1f700,#00d1f766,#a8fe9a66,#a8fe9a00);pointer-events:none}
.contacts-pg .form-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(53deg,#a8fe9a00,#a8fe9a4d,#00d1f74d,#00d1f700);pointer-events:none}
.contacts-pg .form-inner{max-width:1320px;margin:0 auto;display:flex;flex-direction:row;gap:96px;align-items:flex-start}
.contacts-pg .form-meta{flex:0 0 340px;animation:bounce-in .48s cubic-bezier(0.0,0,0.2,1) .08s both}
.contacts-pg .block-accent-line{width:32px;height:2px;background:linear-gradient(53deg,#00D1F7,#A8FE9A);border-radius:5px;margin-bottom:12px}
.contacts-pg .form-meta-heading{font-size:26px;line-height:1.15;letter-spacing:-.02em;color:#EBE9E9;margin:0 0 12px}
.contacts-pg .form-meta p{font-size:14px;line-height:1.7;color:#ebe9e9a8;margin:0 0 24px}
.contacts-pg .response-metric{margin-top:48px;padding:24px;border:1px solid #a8fe9a33;border-radius:5px;background:#a8fe9a0a;box-shadow:-1px 5px 18px 0 #a8fe9a14}
.contacts-pg .metric-num{font-size:66px;line-height:1.15;letter-spacing:-.04em;color:#A8FE9A;display:block;margin-bottom:4px}
.contacts-pg .metric-bar-wrap{width:100%;height:2px;background:#a8fe9a26;border-radius:40px;margin:8px 0;overflow:hidden}
.contacts-pg .metric-bar-fill{height:100%;width:78%;background:linear-gradient(53deg,#A8FE9A,#00D1F7);border-radius:40px}
.contacts-pg .metric-label{font-size:14px;color:#ebe9e999;line-height:1.45}
.contacts-pg .form-holder{flex:1 1 0;animation:bounce-in .56s cubic-bezier(0.0,0,0.2,1) .14s both}
.contacts-pg .contact-form{display:flex;flex-direction:column;gap:24px}
.contacts-pg .field-row{display:flex;flex-direction:row;gap:24px}
.contacts-pg .field-group{display:flex;flex-direction:column;gap:8px;flex:1 1 0}
.contacts-pg .field-group label{font-size:14px;color:#ebe9e9b8;letter-spacing:.04em}
.contacts-pg .field-group input,.contacts-pg .field-group textarea{background:#ffffff0a!important;border:1px solid #00d1f740!important;border-radius:5px;color:#EBE9E9;font-size:14px;line-height:1.7;padding:12px;outline:none;transition:border-color .24s cubic-bezier(0.4,0,0.2,1),box-shadow .24s cubic-bezier(0.4,0,0.2,1);width:100%;box-sizing:border-box;box-shadow:inset 0 1px 0 #ffffff0d inset 0 -1px 0 #0000002e;-webkit-appearance:none;appearance:none}
.contacts-pg .field-group input::placeholder,.contacts-pg .field-group textarea::placeholder{color:#ebe9e947}
.contacts-pg .field-group input:focus,.contacts-pg .field-group textarea:focus{border-color:#00D1F7!important;box-shadow:0 0 0 3px #00d1f721 inset 0 1px 0 #ffffff0d inset 0 -1px 0 #0000002e}
.contacts-pg .field-group textarea{resize:vertical;min-height:120px}
.contacts-pg .privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.contacts-pg .privacy-row input[type="checkbox"]{width:18px;height:18px;min-width:18px;border:1px solid #00d1f766!important;border-radius:5px;background:#ffffff0a!important;cursor:pointer;margin-top:2px;accent-color:#00D1F7;flex-shrink:0}
.contacts-pg .privacy-row label{font-size:14px;line-height:1.7;color:#ebe9e999;cursor:pointer}
.contacts-pg .privacy-row label a{color:#00D1F7;text-decoration:none;border-bottom:1px solid #00d1f759;transition:color .2s cubic-bezier(0.4,0,0.2,1),border-color .2s cubic-bezier(0.4,0,0.2,1)}
.contacts-pg .privacy-row label a:hover{color:#A8FE9A;border-color:#a8fe9a80}
.contacts-pg .submit-btn{align-self:flex-start;padding:12px 48px;background:transparent;border:2px solid #00D1F7;border-radius:5px;color:#00D1F7;font-size:20px;line-height:1.45;letter-spacing:.04em;cursor:pointer;transition:background .22s cubic-bezier(0.4,0,0.2,1),color .22s cubic-bezier(0.4,0,0.2,1),box-shadow .22s cubic-bezier(0.4,0,0.2,1);box-shadow:-1px 2px 6px 0 #00d1f712}
.contacts-pg .submit-btn:hover{background:#00d1f71a;box-shadow:-1px 5px 18px 0 #00d1f714}
.contacts-pg .submit-btn:focus{outline:none;box-shadow:0 0 0 3px #00d1f74d}
.contacts-pg .submit-btn:active{background:#00d1f72e}
@media (max-width: 1366px) {
.contacts-pg .hero-img-side{flex:0 0 340px}
.contacts-pg .hero-img-frame img{width:340px}
.contacts-pg .form-inner{gap:48px}
}
@media (max-width: 768px) {
.contacts-pg .hero-inner{flex-direction:column;gap:24px}
.contacts-pg .hero-img-side{flex:0 0 auto;width:100%}
.contacts-pg .hero-img-frame img{width:100%;height:240px}
.contacts-pg .hero-h1{font-size:26px}
.contacts-pg .hero-desc{font-size:14px}
.contacts-pg .form-inner{flex-direction:column;gap:48px}
.contacts-pg .form-meta{flex:0 0 auto}
.contacts-pg .field-row{flex-direction:column;gap:12px}
.contacts-pg .hero-block{padding:48px 24px}
.contacts-pg .form-section{padding:48px 24px}
}
@media (max-width: 375px) {
.contacts-pg .hero-h1{font-size:26px}
.contacts-pg .contact-info-strip{gap:8px}
.contacts-pg .submit-btn{padding:12px 24px;font-size:14px}
.contacts-pg .metric-num{font-size:26px}
}
.prog-page{background-color:#0d1117;color:#EBE9E9;overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
.prog-page ::selection{background:linear-gradient(53deg,#00D1F7,#A8FE9A);color:#0d1117}
.prog-page .inner-wrap{max-width:1320px;margin:0 auto;padding:0 24px}
.prog-page .hero-blk{position:relative;padding:48px 24px 96px;background:linear-gradient(53deg,#0d1117 0%,#0a1a24 30%,#0f1f18 60%,#0d1117 100%);overflow:hidden}
.prog-page .hero-blk::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 38px,#00d1f70a 38px,#00d1f70a 39px),repeating-linear-gradient(90deg,transparent,transparent 38px,#a8fe9a08 38px,#a8fe9a08 39px);pointer-events:none}
.prog-page .hero-blk::after{content:'';position:absolute;top:-80px;right:-80px;width:420px;height:420px;background:conic-gradient(from 200deg at 60% 40%,#00d1f714 0deg,#a8fe9a0f 120deg,transparent 240deg);border-radius:40px;pointer-events:none}
.prog-page .hero-inner{position:relative;max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.prog-page .hero-text-col{display:flex;flex-direction:column;gap:24px}
.prog-page .hero-label{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:1.45;letter-spacing:.08em;color:#00D1F7;text-transform:uppercase;border:2px solid #00d1f74d;border-radius:5px;padding:4px 12px;width:fit-content}
.prog-page .hero-h1{font-size:66px;line-height:1.15;letter-spacing:-.02em;color:#EBE9E9;margin:0}
.prog-page .hero-h1 em{font-style:italic;color:#A8FE9A}
.prog-page .hero-desc{font-size:20px;line-height:1.7;color:#ebe9e9bf;margin:0;max-width:520px}
.prog-page .hero-stats-row{display:flex;flex-direction:row;gap:24px;flex-wrap:wrap}
.prog-page .stat-pill{display:flex;flex-direction:column;gap:4px;padding:12px 24px;border:2px solid #a8fe9a33;border-radius:5px;background:#a8fe9a0a;box-shadow:-1px 2px 6px 0 #a8fe9a12;transition:border-color .22s cubic-bezier(0.4,0,0.2,1)}
.prog-page .stat-pill:hover{border-color:#a8fe9a80}
.prog-page .stat-num{font-size:26px;line-height:1.15;color:#A8FE9A;letter-spacing:-.02em}
.prog-page .stat-lbl{font-size:14px;line-height:1.45;color:#ebe9e999}
.prog-page .hero-img-col{position:relative;display:flex;flex-direction:column;align-items:flex-end}
.prog-page .hero-img-frame{position:relative;border-radius:26px;overflow:hidden;border:1px solid #00d1f726;box-shadow:-1px 8px 48px 0 #00d1f724;width:100%;max-width:580px}
.prog-page .hero-img-frame::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 0% 0%,#0000008c 0%,transparent 45%),radial-gradient(ellipse at 100% 0%,#00000073 0%,transparent 40%),radial-gradient(ellipse at 0% 100%,#00000080 0%,transparent 40%),radial-gradient(ellipse at 100% 100%,#00000080 0%,transparent 40%);pointer-events:none;border-radius:26px}
.prog-page .hero-img-frame img{width:100%;height:380px;object-fit:cover;display:block}
.prog-page .program-section{padding:96px 24px;background:#0a0e13}
.prog-page .program-section .inner-wrap{display:flex;flex-direction:column;gap:48px}
.prog-page .section-heading-holder{display:flex;flex-direction:column;gap:12px;max-width:720px}
.prog-page .section-heading-holder::before{content:'';display:block;width:48px;height:3px;background:linear-gradient(53deg,#00D1F7,#A8FE9A);border-radius:5px}
.prog-page .section-h2{font-size:66px;line-height:1.15;letter-spacing:-.02em;color:#EBE9E9;margin:0}
.prog-page .section-sub{font-size:20px;line-height:1.7;color:#ebe9e9a6;margin:0}
.prog-page .modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}
.prog-page .mod-card{position:relative;border:2px solid #00d1f71f;border-radius:26px;padding:24px;background:#00d1f708;display:flex;flex-direction:column;gap:12px;box-shadow:-1px 5px 18px 0 #00d1f714;transition:border-color .25s cubic-bezier(0.4,0,0.2,1),box-shadow .25s cubic-bezier(0.4,0,0.2,1);cursor:default}
.prog-page .mod-card:active{transform:translateY(1px);box-shadow:-1px 2px 6px 0 #00d1f712;transition:transform .12s cubic-bezier(0.0,0,0.2,1),box-shadow .12s cubic-bezier(0.0,0,0.2,1)}
.prog-page .mod-card:hover{border-color:#00d1f766;box-shadow:-1px 8px 48px 0 #00d1f724}
.prog-page .mod-card.dbl-border{outline:4px solid #00d1f70f;outline-offset:3px}
.prog-page .mod-num{font-size:14px;line-height:1.45;letter-spacing:.1em;color:#00D1F7;text-transform:uppercase}
.prog-page .mod-icon-wrap{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:5px;background:#00d1f714;border:1px solid #00d1f72e;box-shadow:inset 0 1px 2px #00d1f71f inset 0 -1px 2px #0000004d}
.prog-page .mod-icon-wrap .pe-7s-note2,.prog-page .mod-icon-wrap .pe-7s-pen,.prog-page .mod-icon-wrap .pe-7s-chat,.prog-page .mod-icon-wrap .pe-7s-graph2,.prog-page .mod-icon-wrap .pe-7s-users,.prog-page .mod-icon-wrap .pe-7s-look,.prog-page .mod-icon-wrap .pe-7s-edit,.prog-page .mod-icon-wrap .pe-7s-bookmarks{font-size:20px;color:#00D1F7}
.prog-page .mod-title{font-size:20px;line-height:1.45;color:#EBE9E9;margin:0}
.prog-page .mod-desc{font-size:14px;line-height:1.7;color:#ebe9e999;margin:0}
.prog-page .mod-weeks{font-size:14px;line-height:1.45;color:#A8FE9A;margin-top:auto;font-style:italic}
.prog-page .format-section{padding:48px 24px 96px;background:#0d1117;border-top:1px solid #ebe9e90f}
.prog-page .format-section .inner-wrap{display:flex;flex-direction:column;gap:48px}
.prog-page .format-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.prog-page .format-col{display:flex;flex-direction:column;gap:24px;padding:48px;border-radius:40px;border:2px solid #a8fe9a24;background:#a8fe9a08;box-shadow:-1px 5px 18px 0 #a8fe9a14;transition:border-color .26s cubic-bezier(0.4,0,0.2,1)}
.prog-page .format-col:hover{border-color:#a8fe9a59}
.prog-page .format-col.col-group{border-color:#00d1f724;background:#00d1f708;box-shadow:-1px 5px 18px 0 #00d1f714}
.prog-page .format-col.col-group:hover{border-color:#00d1f759}
.prog-page .format-tag{font-size:14px;line-height:1.45;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:5px;width:fit-content}
.prog-page .format-tag.tag-group{color:#00D1F7;border:2px solid #00d1f74d;background:#00d1f70f}
.prog-page .format-tag.tag-solo{color:#A8FE9A;border:2px solid #a8fe9a4d;background:#a8fe9a0f}
.prog-page .format-h3{font-size:26px;line-height:1.15;letter-spacing:-.01em;color:#EBE9E9;margin:0}
.prog-page .format-body{font-size:14px;line-height:1.7;color:#ebe9e9a6;margin:0}
.prog-page .format-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.prog-page .format-list li{font-size:14px;line-height:1.7;color:#ebe9e9bf;padding:8px 8px 8px 16px;border-left:3px solid #00d1f759}
.prog-page .format-col:not(.col-group) .format-list li{border-left-color:#a8fe9a59}
.prog-page .format-price-row{display:flex;flex-direction:row;align-items:baseline;gap:8px}
.prog-page .price-val{font-size:26px;line-height:1.15;letter-spacing:-.01em;color:#A8FE9A}
.prog-page .format-col.col-group .price-val{color:#00D1F7}
.prog-page .price-period{font-size:14px;line-height:1.45;color:#ebe9e980}
.prog-page .format-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 48px;border-radius:5px;font-size:14px;line-height:1.45;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;border:3px solid #a8fe9a99;color:#A8FE9A;background:#a8fe9a0d;box-shadow:-1px 2px 6px 0 #a8fe9a12;transition:border-color .22s cubic-bezier(0.4,0,0.2,1),background .22s cubic-bezier(0.4,0,0.2,1),color .22s cubic-bezier(0.4,0,0.2,1)}
.prog-page .format-cta:hover{border-color:#A8FE9A;background:#a8fe9a1f;color:#EBE9E9}
.prog-page .format-cta:focus{outline:2px solid #A8FE9A;outline-offset:4px}
.prog-page .format-cta:active{transform:translateY(1px);box-shadow:none}
.prog-page .format-cta.cta-grp{border-color:#00d1f799;color:#00D1F7;background:#00d1f70d;box-shadow:-1px 2px 6px 0 #00d1f712}
.prog-page .format-cta.cta-grp:hover{border-color:#00D1F7;background:#00d1f71f;color:#EBE9E9}
.prog-page .format-cta.cta-grp:focus{outline-color:#00D1F7}
@media (max-width: 1366px) {
.prog-page .hero-h1{font-size:66px}
.prog-page .section-h2{font-size:66px}
}
@media (max-width: 768px) {
.prog-page .hero-inner{grid-template-columns:1fr;gap:24px}
.prog-page .hero-img-col{align-items:stretch}
.prog-page .hero-img-frame{max-width:100%}
.prog-page .hero-h1{font-size:26px}
.prog-page .section-h2{font-size:26px}
.prog-page .hero-desc{font-size:14px}
.prog-page .hero-blk{padding:48px 24px}
.prog-page .format-cols{grid-template-columns:1fr}
.prog-page .format-col{padding:24px}
.prog-page .program-section{padding:48px 24px}
.prog-page .format-section{padding:48px 24px}
}
@media (max-width: 375px) {
.prog-page .hero-h1{font-size:26px}
.prog-page .hero-stats-row{flex-direction:column}
.prog-page .modules-grid{grid-template-columns:1fr}
.prog-page .format-cta{padding:12px 24px;width:100%}
}
.pg-analytics{background:#0d1117;color:#EBE9E9;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow-x:clip}
.pg-analytics ::selection{background:linear-gradient(90deg,#00D1F7,#A8FE9A);color:#0d1117}
.pg-analytics .inner-wrap{max-width:1320px;margin:0 auto;padding:0 24px}
.pg-analytics .page-hdr{padding:96px 24px 48px;position:relative;border-bottom:1px solid #00d1f726;max-width:1320px;margin:0 auto}
.pg-analytics .page-hdr::before{content:"";display:block;width:64px;height:3px;background:linear-gradient(53deg,#00D1F7,#A8FE9A);margin-bottom:24px}
.pg-analytics .hdr-label{font-size:14px;line-height:1.45;letter-spacing:.08em;color:#00D1F7;text-transform:uppercase;margin-bottom:12px}
.pg-analytics .page-hdr-title{font-size:66px;line-height:1.15;letter-spacing:-.03em;color:#EBE9E9;margin:0 0 24px;max-width:780px}
.pg-analytics .page-hdr-title em{font-style:normal;color:#A8FE9A}
.pg-analytics .hdr-desc{font-size:20px;line-height:1.7;color:#ebe9e9b3;max-width:560px}
.pg-analytics .hdr-geo-accent{position:absolute;right:0;top:48px;width:340px;height:340px;border:1px solid #00d1f712;border-radius:40px;transform:rotate(18deg);pointer-events:none}
.pg-analytics .hdr-geo-accent::after{content:"";display:block;width:200px;height:200px;border:1px solid #a8fe9a0f;border-radius:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-18deg)}
.pg-analytics .posts-section{padding:48px 0 96px}
.pg-analytics .posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}
.pg-analytics .post-card{background:#131920;border-radius:26px;border:1px solid #00d1f71a;overflow:hidden;display:flex;flex-direction:column;box-shadow:-1px 5px 18px 0 #00d1f714;transition:border-color .22s cubic-bezier(0.4,0,0.2,1),box-shadow .25s cubic-bezier(0.4,0,0.2,1)}
.pg-analytics .post-card:hover{border-color:#00d1f759;box-shadow:-1px 8px 48px 0 #00d1f724}
.pg-analytics .post-card-img-holder{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-bottom:1px solid #00d1f71a}
.pg-analytics .post-card-img-holder img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.7) brightness(0.85);transition:filter .26s cubic-bezier(0.4,0,0.2,1)}
.pg-analytics .post-card:hover .post-card-img-holder img{filter:saturate(1) brightness(0.95)}
.pg-analytics .post-card-body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}
.pg-analytics .post-sub{font-size:14px;line-height:1.45;color:#00D1F7;letter-spacing:.04em}
.pg-analytics .post-title-link{text-decoration:none;color:inherit}
.pg-analytics .post-card-title{font-size:20px;line-height:1.45;color:#EBE9E9;margin:0;letter-spacing:-.01em}
.pg-analytics .post-card-desc{font-size:14px;line-height:1.7;color:#ebe9e9a6;margin:0;flex:1}
.pg-analytics .post-card-foot{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;padding-top:12px;border-top:1px solid #ebe9e914}
.pg-analytics .post-views{font-size:14px;line-height:1.45;color:#ebe9e973;display:flex;flex-direction:row;align-items:center;gap:8px}
.pg-analytics .post-views svg{flex-shrink:0}
.pg-analytics .post-read-btn{font-size:14px;line-height:1.45;color:#A8FE9A;text-decoration:none;border:2px solid #A8FE9A;border-radius:5px;padding:4px 12px;background:transparent;letter-spacing:.03em;transition:background .22s cubic-bezier(0.0,0,0.2,1),color .22s cubic-bezier(0.0,0,0.2,1);white-space:nowrap}
.pg-analytics .post-read-btn:hover{background:#A8FE9A;color:#0d1117}
.pg-analytics .insight-strip{background:#0a1520;border-top:1px solid #00d1f71a;border-bottom:1px solid #00d1f71a;padding:48px 0}
.pg-analytics .insight-inner{max-width:1320px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;align-items:flex-start;gap:48px}
.pg-analytics .insight-img-col{flex-shrink:0;width:320px}
.pg-analytics .insight-img-holder{width:320px;height:320px;border-radius:26px;overflow:hidden;border:1px solid #00d1f726;box-shadow:-1px 5px 18px 0 #00d1f714}
.pg-analytics .insight-img-holder img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.65) hue-rotate(15deg) brightness(0.8)}
.pg-analytics .insight-text-col{flex:1;display:flex;flex-direction:column;gap:24px}
.pg-analytics .insight-text-col::before{content:"";display:block;width:40px;height:2px;background:linear-gradient(53deg,#00D1F7,#A8FE9A)}
.pg-analytics .insight-heading{font-size:26px;line-height:1.45;letter-spacing:-.02em;color:#EBE9E9;margin:0}
.pg-analytics .insight-body{font-size:14px;line-height:1.7;color:#ebe9e9b3;margin:0}
.pg-analytics .insight-body em{font-style:italic;color:#A8FE9A}
.pg-analytics .insight-stats{display:flex;flex-direction:row;gap:24px;flex-wrap:wrap}
.pg-analytics .stat-item{display:flex;flex-direction:column;gap:4px;border-left:3px solid #00D1F7;padding-left:12px}
.pg-analytics .stat-val{font-size:26px;line-height:1.15;letter-spacing:-.03em;color:#00D1F7}
.pg-analytics .stat-label{font-size:14px;line-height:1.45;color:#ebe9e98c}
@keyframes softpulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.02)}
}
.pg-analytics .pulse-el{animation:softpulse 3.2s cubic-bezier(0.4,0,0.2,1) infinite;display:inline-block}
.pg-analytics .newsletter-section{padding:96px 0 48px}
.pg-analytics .newsletter-box{max-width:1320px;margin:0 auto;padding:48px;background:linear-gradient(53deg,#00d1f70f,#a8fe9a0d);border-radius:40px;border:1px solid #00d1f726;box-shadow:-1px 8px 48px 0 #00d1f724;display:flex;flex-direction:column;gap:24px;align-items:flex-start}
.pg-analytics .newsletter-box::before{content:"";display:block;width:40px;height:2px;background:linear-gradient(53deg,#00D1F7,#A8FE9A)}
.pg-analytics .newsletter-heading{font-size:26px;line-height:1.45;letter-spacing:-.02em;color:#EBE9E9;margin:0;max-width:480px}
.pg-analytics .newsletter-desc{font-size:14px;line-height:1.7;color:#ebe9e9a6;margin:0;max-width:520px}
.pg-analytics .newsletter-form{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;width:100%;max-width:540px}
.pg-analytics .nl-input{flex:1;min-width:0;background:#0d1117cc;border:2px solid #00d1f740;border-radius:5px;padding:12px 24px;color:#EBE9E9;font-size:14px;line-height:1.45;outline:none;transition:border-color .22s cubic-bezier(0.4,0,0.2,1)}
.pg-analytics .nl-input::placeholder{color:#ebe9e959}
.pg-analytics .nl-input:focus{border-color:#00D1F7;box-shadow:-1px 2px 6px 0 #00d1f712}
.pg-analytics .nl-submit{border:2px solid #00D1F7;border-radius:5px;background:transparent;color:#00D1F7;font-size:14px;line-height:1.45;padding:12px 24px;cursor:pointer;white-space:nowrap;transition:background .24s cubic-bezier(0.0,0,0.2,1),color .24s cubic-bezier(0.0,0,0.2,1)}
.pg-analytics .nl-submit:hover{background:#00D1F7;color:#0d1117}
.pg-analytics .nl-submit:focus-visible{outline:2px solid #A8FE9A;outline-offset:3px}
@media (max-width: 1366px) {
.pg-analytics .page-hdr-title{font-size:54px}
.pg-analytics .hdr-geo-accent{width:240px;height:240px}
}
@media (max-width: 768px) {
.pg-analytics .page-hdr-title{font-size:36px}
.pg-analytics .hdr-geo-accent{display:none}
.pg-analytics .insight-inner{flex-direction:column}
.pg-analytics .insight-img-col{width:100%}
.pg-analytics .insight-img-holder{width:100%;height:240px}
.pg-analytics .newsletter-box{padding:24px}
.pg-analytics .newsletter-form{flex-direction:column}
.pg-analytics .nl-submit{width:100%}
}
@media (max-width: 375px) {
.pg-analytics .page-hdr{padding:48px 24px 24px}
.pg-analytics .page-hdr-title{font-size:26px}
.pg-analytics .hdr-desc{font-size:14px}
.pg-analytics .posts-grid{grid-template-columns:1fr}
.pg-analytics .insight-stats{flex-direction:column}
}
.pg-home{display:block;background:#0d1117;color:#EBE9E9;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
.pg-home ::selection{background:linear-gradient(90deg,#00D1F7,#A8FE9A);color:#0d1117}
.pg-home *,.pg-home ::before,.pg-home ::after{box-sizing:border-box}
@keyframes fadeUp {
from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:translateY(0)}
}
.pg-home .anim-1{animation:fadeUp .22s cubic-bezier(0.4,0,0.2,1) .05s both}
.pg-home .anim-2{animation:fadeUp .22s cubic-bezier(0.4,0,0.2,1) .12s both}
.pg-home .anim-3{animation:fadeUp .22s cubic-bezier(0.4,0,0.2,1) .2s both}
.pg-home .anim-4{animation:fadeUp .22s cubic-bezier(0.4,0,0.2,1) .28s both}
.pg-home .anim-5{animation:fadeUp .22s cubic-bezier(0.4,0,0.2,1) .36s both}
.pg-home .anim-6{animation:fadeUp .22s cubic-bezier(0.4,0,0.2,1) .44s both}
.pg-home .inner-holder{max-width:1320px;margin:0 auto;padding:0 24px}
.pg-home .hero-section{position:relative;min-height:92vh;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:96px}
.pg-home .hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(0.25) brightness(0.45);z-index:0}
.pg-home .hero-gradient{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,#0d111759 40%,#0d1117e0 72%,#0d1117 100%);z-index:1}
.pg-home .hero-geo{position:absolute;top:48px;right:8%;width:220px;height:220px;border:1px solid #00d1f71a;border-radius:40px;transform:rotate(18deg);z-index:1;pointer-events:none}
.pg-home .hero-geo-2{position:absolute;top:96px;right:11%;width:110px;height:110px;border:1px solid #a8fe9a14;border-radius:26px;transform:rotate(-9deg);z-index:1;pointer-events:none}
.pg-home .hero-content{position:relative;z-index:2;max-width:1320px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end}
.pg-home .hero-text-zone{padding-bottom:12px}
.pg-home .hero-label{display:inline-block;font-size:14px;line-height:1.45;letter-spacing:.08em;color:#00D1F7;border:2px solid #00D1F7;border-radius:5px;padding:4px 12px;margin-bottom:24px;text-transform:uppercase}
.pg-home .hero-h1{font-size:66px;line-height:1.15;letter-spacing:-.03em;color:#EBE9E9;margin:0 0 24px}
.pg-home .hero-h1 em{font-style:italic;color:#A8FE9A}
.pg-home .hero-desc{font-size:20px;line-height:1.7;color:#ebe9e9bf;margin:0 0 48px;max-width:520px}
.pg-home .hero-actions{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap}
.pg-home .btn-primary{font-size:14px;line-height:1.45;letter-spacing:.04em;color:#0d1117;background:#00D1F7;border:3px solid #00D1F7;border-radius:5px;padding:12px 24px;text-decoration:none;display:inline-block;transition:background .22s cubic-bezier(0.4,0,0.2,1),color .22s cubic-bezier(0.4,0,0.2,1)}
.pg-home .btn-primary:hover,.pg-home .btn-primary:focus{background:transparent;color:#00D1F7;outline:none}
.pg-home .btn-outline{font-size:14px;line-height:1.45;letter-spacing:.04em;color:#EBE9E9;background:transparent;border:3px solid #ebe9e959;border-radius:5px;padding:12px 24px;text-decoration:none;display:inline-block;transition:border-color .25s cubic-bezier(0.0,0,0.2,1),color .25s cubic-bezier(0.0,0,0.2,1)}
.pg-home .btn-outline:hover,.pg-home .btn-outline:focus{border-color:#A8FE9A;color:#A8FE9A;outline:none}
.pg-home .hero-micro-zone{padding:24px;background:#ffffff0a;border:1px solid #00d1f71f;border-radius:26px;display:flex;flex-direction:column;gap:24px;box-shadow:-1px 8px 48px 0 #00d1f724}
.pg-home .hero-stat-row{display:flex;flex-direction:row;gap:24px}
.pg-home .hero-stat{flex:1;padding:12px;border-left:3px solid #00D1F7;padding-left:12px}
.pg-home .hero-stat-num{font-size:26px;line-height:1.15;color:#00D1F7;letter-spacing:-.02em;display:block}
.pg-home .hero-stat-lbl{font-size:14px;line-height:1.45;color:#ebe9e9a6;display:block}
.pg-home .hero-micro-txt{font-size:14px;line-height:1.7;color:#ebe9e999;margin:0;border-top:1px solid #ebe9e914;padding-top:12px}
.pg-home .offer-section{padding:96px 0 0}
.pg-home .section-topper{display:block;width:36px;height:3px;background:linear-gradient(53deg,#00D1F7,#A8FE9A);border-radius:5px;margin-bottom:12px}
.pg-home .section-h2{font-size:26px;line-height:1.15;letter-spacing:-.02em;color:#EBE9E9;margin:0 0 8px}
.pg-home .section-sub{font-size:14px;line-height:1.7;color:#ebe9e999;margin:0 0 48px}
.pg-home .offer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;border-radius:26px;overflow:hidden;box-shadow:-1px 5px 18px 0 #00d1f714}
.pg-home .offer-col{padding:48px 24px;display:flex;flex-direction:column;gap:12px}
.pg-home .offer-col-a{background:#111923}
.pg-home .offer-col-b{background:#0e1a1f;border-left:1px solid #00d1f71f;border-right:1px solid #00d1f71f;border-right:3px solid #00D1F7}
.pg-home .offer-col-c{background:#10181a}
.pg-home .offer-icon-wrap{width:48px;height:48px;border:2px solid #00d1f740;border-radius:5px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:8px;flex-shrink:0}
.pg-home .offer-icon-wrap .pe-7s-study{font-size:26px;color:#00D1F7}
.pg-home .offer-icon-wrap .pe-7s-users{font-size:26px;color:#A8FE9A}
.pg-home .offer-icon-wrap .pe-7s-tools{font-size:26px;color:#00D1F7}
.pg-home .offer-col-h{font-size:20px;line-height:1.45;color:#EBE9E9;letter-spacing:-.01em;margin:0}
.pg-home .offer-col-p{font-size:14px;line-height:1.7;color:#ebe9e9a6;margin:0}
.pg-home .offer-col-link{font-size:14px;line-height:1.45;color:#00D1F7;text-decoration:none;letter-spacing:.03em;margin-top:auto;border-bottom:1px solid transparent;transition:border-color .22s cubic-bezier(0.4,0,0.2,1);align-self:flex-start}
.pg-home .offer-col-link:hover,.pg-home .offer-col-link:focus{border-color:#00D1F7;outline:none}
.pg-home .process-section{margin-top:96px;padding:96px 0;background:linear-gradient(53deg,#00d1f70f 0%,#a8fe9a0a 100%);clip-path:polygon(0 28px,100% 0,100% calc(100% - 28px),0 100%)}
.pg-home .process-inner{max-width:1320px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.pg-home .process-steps{display:flex;flex-direction:column;gap:4px}
.pg-home .step-radio{display:none}
.pg-home .step-item{border-radius:5px;overflow:hidden}
.pg-home .step-label{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px;cursor:pointer;background:#ffffff08;border:1px solid #ebe9e912;border-radius:5px;transition:background .22s cubic-bezier(0.4,0,0.2,1);user-select:none}
.pg-home .step-label:hover{background:#00d1f712}
.pg-home .step-num{font-size:14px;line-height:1.15;color:#00D1F7;border:2px solid #00D1F7;border-radius:5px;width:28px;height:28px;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}
.pg-home .step-title{font-size:14px;line-height:1.45;color:#EBE9E9}
.pg-home .step-panel{max-height:0;overflow:hidden;transition:max-height .25s cubic-bezier(0.4,0,0.2,1)}
.pg-home #step1:checked ~ .step-item-1 .step-panel,.pg-home #step2:checked ~ .step-item-2 .step-panel,.pg-home #step3:checked ~ .step-item-3 .step-panel,.pg-home #step4:checked ~ .step-item-4 .step-panel{max-height:200px}
.pg-home #step1:checked ~ .step-item-1 .step-label,.pg-home #step2:checked ~ .step-item-2 .step-label,.pg-home #step3:checked ~ .step-item-3 .step-label,.pg-home #step4:checked ~ .step-item-4 .step-label{background:#00d1f71a;border-color:#00d1f74d}
.pg-home .step-panel-inner{padding:12px 12px 12px 52px;font-size:14px;line-height:1.7;color:#ebe9e9a6}
.pg-home .process-visual{position:relative;border-radius:26px;overflow:hidden;box-shadow:-1px 8px 48px 0 #00d1f724}
.pg-home .process-visual img{width:100%;height:420px;object-fit:cover;display:block;border:1px solid #00d1f726;border-radius:26px;filter:saturate(0.7)}
.pg-home .process-img-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 40%,#0d11178c 100%);border-radius:26px;pointer-events:none}
.pg-home .formats-section{padding:96px 0}
.pg-home .formats-hdr{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px}
.pg-home .formats-hdr-left{flex:1}
.pg-home .formats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px}
.pg-home .format-card{background:#111923;border:1px solid #ebe9e914;border-radius:26px;padding:24px;display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden;transition:transform .22s cubic-bezier(0.4,0,0.2,1),box-shadow .22s cubic-bezier(0.4,0,0.2,1);box-shadow:-1px 2px 6px 0 #00d1f712;box-shadow:inset 0 1px 0 #ffffff0d inset 0 -1px 0 #00000040}
.pg-home .format-card:hover,.pg-home .format-card:focus-within{transform:scale(1.04);box-shadow:-1px 8px 48px 0 #00d1f724}
.pg-home .formats-grid .format-card:not(:hover):not(:focus-within){transform:scale(0.97);opacity:.82;transition:transform .25s cubic-bezier(0.0,0,0.2,1),opacity .25s cubic-bezier(0.0,0,0.2,1)}
.pg-home .format-card-img{width:100%;height:160px;object-fit:cover;border-radius:5px;border:1px solid #ebe9e91a;filter:saturate(0.6);display:block}
.pg-home .format-card-h{font-size:20px;line-height:1.45;color:#EBE9E9;letter-spacing:-.01em;margin:0}
.pg-home .format-card-p{font-size:14px;line-height:1.7;color:#ebe9e999;margin:0}
.pg-home .format-card-tag{font-size:14px;line-height:1.45;color:#A8FE9A;font-style:italic;align-self:flex-start}
.pg-home .instructors-section{position:relative;padding:96px 0;overflow:hidden}
.pg-home .instructors-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(0.2) brightness(0.30);z-index:0}
.pg-home .instructors-overlay{position:absolute;inset:0;background:linear-gradient(53deg,#00d1f72e 0%,#0d1117d1 60%);z-index:1;pointer-events:none}
.pg-home .instructors-inner{position:relative;z-index:2;max-width:1320px;margin:0 auto;padding:0 24px}
.pg-home .instructor-list{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}
.pg-home .instructor-card{background:#0d1117b8;border:1px solid #00d1f726;border-right:3px solid #A8FE9A;border-radius:26px;padding:24px;display:flex;flex-direction:row;gap:24px;align-items:flex-start;backdrop-filter:blur(6px);box-shadow:-1px 5px 18px 0 #a8fe9a14}
.pg-home .instructor-img{width:80px;height:80px;object-fit:cover;border-radius:26px;border:1px solid #a8fe9a33;flex-shrink:0;filter:saturate(0.65)}
.pg-home .instructor-info{display:flex;flex-direction:column;gap:8px}
.pg-home .instructor-name{font-size:20px;line-height:1.45;color:#EBE9E9;letter-spacing:-.01em;margin:0}
.pg-home .instructor-role{font-size:14px;line-height:1.45;color:#A8FE9A;font-style:italic;margin:0}
.pg-home .instructor-bio{font-size:14px;line-height:1.7;color:#ebe9e99e;margin:0}
.pg-home .faq-section{padding:96px 0;background:#0d1117}
.pg-home .faq-inner{max-width:1320px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:start}
.pg-home .faq-intro{position:sticky;top:24px}
.pg-home .faq-intro-h{font-size:26px;line-height:1.15;letter-spacing:-.02em;color:#EBE9E9;margin:0 0 12px}
.pg-home .faq-intro-p{font-size:14px;line-height:1.7;color:#ebe9e999;margin:0 0 24px}
.pg-home .faq-list{display:flex;flex-direction:column;gap:8px}
.pg-home .faq-radio{display:none}
.pg-home .faq-item{border:1px solid #ebe9e917;border-radius:5px;overflow:hidden}
.pg-home .faq-q{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:12px 24px;cursor:pointer;font-size:14px;line-height:1.45;color:#EBE9E9;background:#ffffff08;transition:background .22s cubic-bezier(0.4,0,0.2,1);user-select:none}
.pg-home .faq-q:hover{background:#00d1f712}
.pg-home .faq-arrow{width:16px;height:16px;flex-shrink:0;transition:transform .22s cubic-bezier(0.4,0,0.2,1)}
.pg-home .faq-arrow-line{stroke:#00D1F7;stroke-width:2;stroke-linecap:round}
.pg-home .faq-a{max-height:0;overflow:hidden;transition:max-height .25s cubic-bezier(0.4,0,0.2,1)}
.pg-home .faq-a-inner{padding:12px 24px 24px;font-size:14px;line-height:1.7;color:#ebe9e9a6;border-top:1px solid #ebe9e912}
.pg-home #faq1:checked ~ .faq-item-1 .faq-a,.pg-home #faq2:checked ~ .faq-item-2 .faq-a,.pg-home #faq3:checked ~ .faq-item-3 .faq-a,.pg-home #faq4:checked ~ .faq-item-4 .faq-a,.pg-home #faq5:checked ~ .faq-item-5 .faq-a{max-height:300px}
.pg-home #faq1:checked ~ .faq-item-1 .faq-q,.pg-home #faq2:checked ~ .faq-item-2 .faq-q,.pg-home #faq3:checked ~ .faq-item-3 .faq-q,.pg-home #faq4:checked ~ .faq-item-4 .faq-q,.pg-home #faq5:checked ~ .faq-item-5 .faq-q{background:#00d1f717;border-color:#00d1f740}
.pg-home #faq1:checked ~ .faq-item-1 .faq-arrow,.pg-home #faq2:checked ~ .faq-item-2 .faq-arrow,.pg-home #faq3:checked ~ .faq-item-3 .faq-arrow,.pg-home #faq4:checked ~ .faq-item-4 .faq-arrow,.pg-home #faq5:checked ~ .faq-item-5 .faq-arrow{transform:rotate(180deg)}
.pg-home .cta-section{padding:96px 0;background:linear-gradient(53deg,#081318 0%,#0d1117 100%);border-top:1px solid #00d1f71a}
.pg-home .cta-inner{max-width:1320px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.pg-home .cta-text-h{font-size:26px;line-height:1.15;letter-spacing:-.02em;color:#EBE9E9;margin:0 0 12px}
.pg-home .cta-text-p{font-size:14px;line-height:1.7;color:#ebe9e99e;margin:0}
.pg-home .cta-form{display:flex;flex-direction:column;gap:12px}
.pg-home .cta-form-row{display:flex;flex-direction:row;gap:12px}
.pg-home .cta-input{flex:1;background:#ffffff0a;border:2px solid #ebe9e926;border-radius:5px;padding:12px;font-size:14px;line-height:1.45;color:#EBE9E9;outline:none;transition:border-color .22s cubic-bezier(0.4,0,0.2,1),box-shadow .22s cubic-bezier(0.4,0,0.2,1)}
.pg-home .cta-input::placeholder{color:#ebe9e959}
.pg-home .cta-input:focus{border-color:#00D1F7;box-shadow:0 0 0 3px #00d1f71f}
.pg-home .cta-select{flex:1;background:#ffffff0a;border:2px solid #ebe9e926;border-radius:5px;padding:12px;font-size:14px;line-height:1.45;color:#EBE9E9;outline:none;cursor:pointer;transition:border-color .22s cubic-bezier(0.4,0,0.2,1)}
.pg-home .cta-select option{background:#111923;color:#EBE9E9}
.pg-home .cta-select:focus{border-color:#00D1F7}
.pg-home .cta-submit{font-size:14px;line-height:1.45;letter-spacing:.04em;color:#0d1117;background:linear-gradient(53deg,#00D1F7,#A8FE9A);border:none;border-radius:5px;padding:12px 48px;cursor:pointer;align-self:flex-start;transition:opacity .22s cubic-bezier(0.4,0,0.2,1)}
.pg-home .cta-submit:hover,.pg-home .cta-submit:focus{opacity:.85;outline:3px solid #00d1f766;outline-offset:2px}
@media (max-width: 1366px) {
.pg-home .hero-h1{font-size:52px}
}
@media (max-width: 768px) {
.pg-home .hero-content{grid-template-columns:1fr;gap:24px}
.pg-home .hero-h1{font-size:36px}
.pg-home .hero-section{min-height:auto;padding-top:96px;padding-bottom:48px}
.pg-home .offer-grid{grid-template-columns:1fr}
.pg-home .offer-col-b{border-right:none;border-top:1px solid #00d1f71f;border-bottom:1px solid #00d1f71f}
.pg-home .process-inner{grid-template-columns:1fr}
.pg-home .instructor-list{grid-template-columns:1fr}
.pg-home .faq-inner{grid-template-columns:1fr}
.pg-home .faq-intro{position:static}
.pg-home .cta-inner{grid-template-columns:1fr}
.pg-home .cta-form-row{flex-direction:column}
.pg-home .formats-hdr{flex-direction:column;align-items:flex-start}
.pg-home .process-section{clip-path:none}
}
@media (max-width: 375px) {
.pg-home .inner-holder,.pg-home .hero-content,.pg-home .process-inner,.pg-home .instructors-inner,.pg-home .faq-inner,.pg-home .cta-inner{padding:0 12px}
.pg-home .hero-stat-row{flex-direction:column;gap:12px}
.pg-home .hero-actions{flex-direction:column}
.pg-home .instructor-card{flex-direction:column}
}
.pg-success{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px;background:#0d1117;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;overflow:hidden}
.pg-success .success-holder{max-width:560px;width:100%;display:flex;flex-direction:column;align-items:center;gap:48px}
.pg-success .icon-holder{position:relative;width:96px;height:96px;flex-shrink:0}
.pg-success .icon-holder .ring-outer{position:absolute;inset:0;border-radius:40px;border:2px solid #00d1f72e;box-shadow:-1px 8px 48px 0 #00d1f724}
.pg-success .icon-holder .ring-inner{position:absolute;inset:12px;border-radius:26px;background:linear-gradient(53deg,#00d1f71f,#a8fe9a1a);box-shadow:inset 0 1px 0 #a8fe9a26 inset 0 -1px 0 #0000004d;display:flex;align-items:center;justify-content:center}
.pg-success .icon-holder .check-svg{width:32px;height:32px}
.pg-success .msg-block{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.pg-success .msg-block .accent-line{width:40px;height:2px;background:linear-gradient(53deg,#00D1F7,#A8FE9A);border-radius:5px}
.pg-success .msg-block .hdr-success{font-size:26px;line-height:1.15;letter-spacing:-.02em;color:#EBE9E9;margin:0}
.pg-success .msg-block .sub-text{font-size:14px;line-height:1.7;color:#ebe9e99e;margin:0;max-width:420px}
.pg-success .msg-block .sub-text em{font-style:italic;color:#A8FE9A}
.pg-success .actions-holder{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:center}
.pg-success .actions-holder .btn-prim{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:5px;border:2px solid #00D1F7;background:transparent;color:#00D1F7;font-size:14px;line-height:1.15;text-decoration:none;letter-spacing:.01em;cursor:pointer;box-shadow:-1px 5px 18px 0 #00d1f714;transition:background .22s cubic-bezier(0.4,0,0.2,1),color .22s cubic-bezier(0.4,0,0.2,1),box-shadow .26s cubic-bezier(0.0,0,0.2,1)}
.pg-success .actions-holder .btn-prim:hover{background:#00d1f71a;box-shadow:-1px 8px 48px 0 #00d1f724}
.pg-success .actions-holder .btn-prim:focus-visible{outline:2px solid #00D1F7;outline-offset:3px}
.pg-success .actions-holder .btn-sec{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:5px;border:2px solid #ebe9e938;background:transparent;color:#ebe9e9b8;font-size:14px;line-height:1.15;text-decoration:none;letter-spacing:.01em;cursor:pointer;transition:border-color .24s cubic-bezier(0.4,0,0.2,1),color .2s cubic-bezier(0.4,0,0.2,1)}
.pg-success .actions-holder .btn-sec:hover{border-color:#a8fe9a73;color:#A8FE9A}
.pg-success .actions-holder .btn-sec:focus-visible{outline:2px solid #A8FE9A;outline-offset:3px}
.pg-success .ref-note{font-size:14px;line-height:1.45;color:#ebe9e95c;text-align:center;margin:0;border-top:1px solid #ebe9e914;padding-top:24px;width:100%}
.pg-success .ref-note a{color:#00d1f7bf;text-decoration:none;transition:color .2s cubic-bezier(0.4,0,0.2,1)}
.pg-success .ref-note a:hover{color:#00D1F7}
::selection{background:linear-gradient(53deg,#00D1F7,#A8FE9A);color:#0d1117}
@media (max-width: 375px) {
.pg-success{padding:48px 12px}
.pg-success .actions-holder{flex-direction:column;align-items:stretch}
.pg-success .actions-holder .btn-prim,.pg-success .actions-holder .btn-sec{justify-content:center}
}