*{margin:0;padding:0;box-sizing:border-box}
img{display:block;max-width:100%;height:auto}
body{font-family:'Roboto Mono',monospace;font-size:18px;line-height:1.7;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:.01em;overflow-x:hidden}
::selection{background:#FCFB2C;color:#1a1a1a}
.topHead{background:linear-gradient(135deg,#FCE8EE 0%,#fff 100%);border-bottom:3px solid #58199D;box-shadow:0 6px 24px #58199d14;position:relative}
.headWrap{max-width:1280px;margin:0 auto;padding:28px 40px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.brandBox{display:flex;align-items:center;gap:18px}
.logoCont{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;box-shadow:0 0 0 4px #fcfb2c4d 0 4px 16px #58199d1f;padding:8px}
.logoCont img{width:100%;height:100%;object-fit:contain}
.brandTxt{font-size:24px;font-weight:700;color:#58199D;letter-spacing:.02em}
.navMain{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.navMain a{text-decoration:none;color:#1a1a1a;font-size:16px;font-weight:600;padding:12px 22px;border-radius:12px;background:transparent;transition:all .3s ease;border:2px solid transparent;letter-spacing:.01em}
.navMain a:hover{background:#FCFB2C;border-color:#58199D;transform:scale(1.05);box-shadow:0 4px 12px #fcfb2c66}
.navMain a:active{box-shadow:inset 0 3px 8px #58199d33;transform:scale(0.98)}
.btmFoot{background:linear-gradient(180deg,#FCE8EE 0%,#58199D 100%);position:relative;overflow:hidden}
.btmFoot::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#fcfb2c26 1px,transparent 1px);background-size:24px 24px;pointer-events:none}
.divRow{max-width:1280px;margin:0 auto;padding:0 40px}
.divStrip{height:4px;background:linear-gradient(90deg,#FCFB2C 0%,#FCE8EE 50%,#FCFB2C 100%);border-radius:12px;margin-bottom:48px}
.footMain{max-width:1280px;margin:0 auto;padding:56px 40px 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:48px;position:relative}
.footCol h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:20px;letter-spacing:.02em;text-transform:uppercase;font-size:14px}
.footCol p,.footCol a{font-size:16px;line-height:1.8;color:#FCE8EE;text-decoration:none;display:block;margin-bottom:12px;transition:all .3s ease}
.footCol a:hover{color:#FCFB2C;padding-left:8px}
.aboutCol{grid-column:1}
.aboutCol p{margin-bottom:16px}
.logoFootBox{display:flex;align-items:center;gap:16px;margin-top:24px}
.logoFootCont{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;box-shadow:0 0 0 3px #fcfb2c66;padding:6px}
.logoFootCont img{width:100%;height:100%;object-fit:contain}
.logoFootTxt{font-size:20px;font-weight:700;color:#fff}
.contactInfo a{word-break:break-word}
.copyRow{max-width:1280px;margin:0 auto;padding:24px 40px;border-top:2px solid #fcfb2c4d;text-align:center;position:relative}
.copyTxt{font-size:15px;color:#FCE8EE;letter-spacing:.01em}
.cookieBox{position:fixed;top:32px;left:50%;transform:translateX(-50%) translateX(100vw);background:#fff;border-radius:12px;box-shadow:0 8px 32px #58199d33 0 0 0 3px #fcfb2c66;padding:24px 28px;max-width:520px;width:calc(100% - 40px);z-index:9999;display:none;border:2px solid #58199D}
.cookieBox.shown{display:block;animation:slideInCookie .5s ease forwards}
.cookieBox.hiding{animation:slideOutCookie .4s ease forwards}
@keyframes slideInCookie {
to{transform:translateX(-50%) translateX(0)}
}
@keyframes slideOutCookie {
to{transform:translateX(-50%) translateX(100vw)}
}
.cookieTxt{font-size:15px;line-height:1.6;color:#1a1a1a;margin-bottom:18px}
.cookieActions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.btnAccept{background:#58199D;color:#fff;border:2px solid #58199D;padding:12px 28px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;font-family:'Roboto Mono',monospace;transition:all .3s ease}
.btnAccept:hover{background:#FCFB2C;color:#1a1a1a;border-color:#58199D;transform:scale(1.05)}
.btnAccept:active{box-shadow:inset 0 3px 8px #58199d4d;transform:scale(0.98)}
.btnDecline{background:transparent;color:#58199D;border:2px solid #58199D;padding:10px 20px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;font-family:'Roboto Mono',monospace;transition:all .3s ease}
.btnDecline:hover{background:#FCE8EE;transform:scale(1.05)}
.btnDecline:active{box-shadow:inset 0 2px 6px #58199d33;transform:scale(0.98)}
.linkPolicy{color:#58199D;text-decoration:underline;font-size:14px;transition:color .3s ease}
.linkPolicy:hover{color:#FCFB2C}
@media (max-width: 768px) {
.headWrap{flex-direction:column;padding:20px 24px;gap:24px}
.navMain{flex-direction:column;width:100%;gap:4px}
.navMain a{width:100%;text-align:center}
.footMain{grid-template-columns:1fr;padding:40px 24px 24px;gap:32px}
.aboutCol{grid-column:auto}
.cookieBox{top:20px;max-width:calc(100% - 32px)}
.cookieActions{flex-direction:column;width:100%}
.btnAccept,.btnDecline{width:100%}
}
.legal-box{max-width:1280px;margin:0 auto;padding:80px 24px;background:#fff}
.legal-box h1{font-size:56px;line-height:1.1;margin:0 0 48px;color:#161616;font-weight:600;letter-spacing:-.02em}
.legal-box h2{font-size:42px;line-height:1.2;margin:72px 0 32px;color:#161616;font-weight:600;letter-spacing:-.01em}
.legal-box h3{font-size:32px;line-height:1.25;margin:56px 0 24px;color:#262626;font-weight:600}
.legal-box h4{font-size:24px;line-height:1.3;margin:40px 0 20px;color:#393939;font-weight:600}
.legal-box h5{font-size:20px;line-height:1.4;margin:32px 0 16px;color:#525252;font-weight:600}
.legal-box h6{font-size:18px;line-height:1.5;margin:24px 0 12px;color:#525252;font-weight:600}
.legal-box p{font-size:18px;line-height:1.75;margin:0 0 24px;color:#262626}
.legal-box strong,.legal-box b{font-weight:600;color:#161616}
.legal-box em,.legal-box i{font-style:italic}
.legal-box ul,.legal-box ol{font-size:18px;line-height:1.75;margin:0 0 24px;padding-left:32px;color:#262626}
.legal-box ul li,.legal-box ol li{margin-bottom:12px}
.legal-box ul li:last-child,.legal-box ol li:last-child{margin-bottom:0}
.legal-box a{color:#58199D;text-decoration:underline;transition:color .2s ease}
.legal-box a:hover{color:#FCFB2C;text-decoration:none}
.legal-box table{width:100%;border-collapse:collapse;margin:48px 0;font-size:18px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #58199d14}
.legal-box thead{background:#f4f4f4}
.legal-box thead tr{border-bottom:2px solid #e0e0e0}
.legal-box th{padding:20px 24px;text-align:left;font-weight:600;color:#161616;font-size:18px}
.legal-box tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s ease}
.legal-box tbody tr:last-child{border-bottom:none}
.legal-box tbody tr:hover{background:#fafafa}
.legal-box td{padding:20px 24px;color:#262626;line-height:1.6}
.legal-box hr{border:none;height:2px;background:linear-gradient(90deg,#e0e0e0 0%,#f4f4f4 100%);margin:64px 0;border-radius:2px}
.legal-box blockquote{margin:32px 0;padding:24px 32px;border-left:4px solid #58199D;background:#fafafa;border-radius:0 12px 12px 0;font-size:18px;line-height:1.75;color:#393939}
.legal-box code{background:#f4f4f4;padding:2px 8px;border-radius:4px;font-size:16px;color:#58199D}
.legal-box pre{background:#f4f4f4;padding:24px;border-radius:12px;overflow-x:auto;margin:32px 0;font-size:16px;line-height:1.5}
.legal-box pre code{background:none;padding:0}
@media (max-width: 768px) {
.legal-box{padding:48px 16px}
.legal-box h1{font-size:40px;margin-bottom:32px}
.legal-box h2{font-size:32px;margin-top:48px;margin-bottom:24px}
.legal-box h3{font-size:26px;margin-top:40px;margin-bottom:20px}
.legal-box h4{font-size:22px;margin-top:32px;margin-bottom:16px}
.legal-box h5{font-size:19px;margin-top:24px;margin-bottom:12px}
.legal-box h6{font-size:18px;margin-top:20px;margin-bottom:10px}
.legal-box p,.legal-box ul,.legal-box ol{font-size:17px;line-height:1.7}
.legal-box table{font-size:16px;margin:32px 0;display:block;overflow-x:auto}
.legal-box th,.legal-box td{padding:16px 12px;font-size:16px}
.legal-box blockquote{padding:20px 24px;margin:24px 0;font-size:17px}
.legal-box hr{margin:48px 0}
}
.postDetailView{background:#FEFEFE;color:#1A1A1A;font-size:18px;line-height:1.7;-webkit-font-smoothing:antialiased;letter-spacing:.01em}
.postDetailView *{box-sizing:border-box}
.postDetailView ::selection{background:#58199D;color:#FFF}
.postDetailView .heroArticle{max-width:1280px;margin:0 auto;padding:5rem 2rem 3rem;display:grid;grid-template-columns:40% 1fr;gap:3rem;align-items:center;position:relative;overflow:hidden}
.postDetailView .heroArticle::before{content:'';position:absolute;top:-10%;left:-5%;width:50%;height:120%;background:#FCE8EE;transform:skewX(-8deg);z-index:0}
.postDetailView .heroArticle::after{content:'';position:absolute;bottom:-15%;right:-8%;width:55%;height:130%;background:linear-gradient(135deg,#FCFB2C 0%,#fcfb2c1a 100%);transform:skewX(12deg);z-index:0}
.postDetailView .imgWrapArticle{position:relative;z-index:1;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #58199d26;animation:imgScaleLoad .8s ease-out forwards;transform:scale(0.97)}
@keyframes imgScaleLoad {
to{transform:scale(1)}
}
.postDetailView .imgWrapArticle::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#58199db3 0%,transparent 65%);z-index:1}
.postDetailView .imgWrapArticle img{width:100%;height:100%;object-fit:cover;display:block;min-height:400px}
.postDetailView .textSideHero{position:relative;z-index:1}
.postDetailView .metaTopRow{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;align-items:center}
.postDetailView .tagLabel{display:inline-block;padding:.4rem 1rem;background:#FFF;border:2px solid #58199D;border-radius:12px;font-size:14px;font-weight:600;color:#58199D;text-transform:uppercase;letter-spacing:.08em}
.postDetailView .readTime{font-size:15px;color:#666;display:flex;align-items:center;gap:.4rem}
.postDetailView .titleMain{font-size:3.2rem;line-height:1.15;margin:0 0 1rem;font-weight:700;color:#1A1A1A}
.postDetailView .subTitleText{font-size:1.4rem;line-height:1.5;color:#4A4A4A;margin:0 0 1.5rem;font-weight:300}
.postDetailView .authorLineInfo{display:flex;align-items:center;gap:.6rem;font-size:16px;color:#333}
.postDetailView .authorLineInfo strong{font-weight:600;color:#58199D}
.postDetailView .dividerGradientLine{max-width:1280px;margin:0 auto;height:4px;background:linear-gradient(90deg,#58199D 0%,#FCFB2C 50%,#FCE8EE 100%);border-radius:12px}
.postDetailView .contentBody{max-width:820px;margin:4rem auto;padding:0 2rem}
.postDetailView .contentBody p{margin:0 0 1.5rem;color:#2A2A2A}
.postDetailView .contentBody h2{font-size:2.2rem;line-height:1.3;margin:3rem 0 1.2rem;font-weight:700;color:#1A1A1A}
.postDetailView .contentBody h3{font-size:1.6rem;line-height:1.4;margin:2.5rem 0 1rem;font-weight:600;color:#2A2A2A}
.postDetailView .contentBody ins{text-decoration:none;background:linear-gradient(120deg,#fcfb2c4d 0%,#fcfb2c99 100%);padding:0 .3rem;border-radius:4px}
.postDetailView .contentBody small{font-size:15px;color:#666;display:block;margin-top:.5rem}
.postDetailView .visualMetrics{max-width:1280px;margin:5rem auto;padding:0 2rem;background:linear-gradient(135deg,#58199D 0%,#7A3BB5 100%);border-radius:12px;position:relative;overflow:hidden}
.postDetailView .visualMetrics::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#fcfb2c26 0%,transparent 70%);pointer-events:none}
.postDetailView .metricsInner{position:relative;z-index:1;padding:4rem 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}
.postDetailView .metricItem{text-align:center;color:#FFF}
.postDetailView .metricNum{font-size:3.5rem;font-weight:700;line-height:1;margin-bottom:.8rem;display:block;background:linear-gradient(180deg,#FCFB2C 0%,#FFF 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.postDetailView .metricLabel{font-size:1.1rem;font-weight:300;opacity:.95}
.postDetailView .progressIndicator{margin-top:2rem;padding-top:2rem;border-top:1px solid #fff3}
.postDetailView .progressBar{width:100%;height:8px;background:#fff3;border-radius:12px;overflow:hidden;margin-bottom:.8rem}
.postDetailView .progressFill{height:100%;width:67%;background:linear-gradient(90deg,#FCFB2C 0%,#FCE8EE 100%);border-radius:12px;animation:progressLoad 1.5s ease-out}
@keyframes progressLoad {
from{width:0}
}
.postDetailView .progressText{font-size:14px;text-align:center;opacity:.9}
.postDetailView .interactiveSwatchArea{max-width:1280px;margin:5rem auto;padding:4rem 2rem;background:#F9F9F9;border-radius:12px}
.postDetailView .swatchAreaTitle{font-size:2rem;font-weight:600;text-align:center;margin-bottom:3rem;color:#1A1A1A}
.postDetailView .swatchContainer{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem}
.postDetailView .swatchOption{position:relative}
.postDetailView .swatchRadio{position:absolute;opacity:0;pointer-events:none}
.postDetailView .swatchBox{width:100px;height:100px;border-radius:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:4px solid transparent;box-shadow:0 4px 12px #00000014}
.postDetailView .swatchBox:hover{transform:scale(1.08);box-shadow:0 8px 20px #00000026}
.postDetailView .swatchRadio:checked + .swatchBox{border-color:#58199D;transform:scale(1.08);box-shadow:0 0 0 4px #58199d33 0 8px 20px #58199d4d}
.postDetailView .swatch1{background:#FCFB2C}
.postDetailView .swatch2{background:#58199D}
.postDetailView .swatch3{background:#FCE8EE}
.postDetailView .swatch4{background:linear-gradient(135deg,#58199D 0%,#FCFB2C 100%)}
.postDetailView .swatch5{background:linear-gradient(135deg,#FCFB2C 0%,#FCE8EE 100%)}
.postDetailView .swatchResult{text-align:center;padding:2rem;background:#FFF;border-radius:12px;min-height:120px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000000f}
.postDetailView .resultText{font-size:1.2rem;color:#4A4A4A;display:none}
.postDetailView .swatchRadio:checked ~ .swatchResult .resultText{display:none}
.postDetailView #sw1:checked ~ .swatchResult .res1,.postDetailView #sw2:checked ~ .swatchResult .res2,.postDetailView #sw3:checked ~ .swatchResult .res3,.postDetailView #sw4:checked ~ .swatchResult .res4,.postDetailView #sw5:checked ~ .swatchResult .res5{display:block}
.postDetailView .logoGridArea{max-width:1280px;margin:5rem auto;padding:0 2rem}
.postDetailView .logoGridTitle{font-size:1.8rem;font-weight:600;text-align:center;margin-bottom:3rem;color:#2A2A2A}
.postDetailView .logoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem;align-items:center;justify-items:center}
.postDetailView .logoCell{width:140px;height:80px;display:flex;align-items:center;justify-content:center;background:#FFF;border-radius:12px;padding:1rem;box-shadow:0 4px 12px #0000000f;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #EFEFEF}
.postDetailView .logoCell:hover{transform:scale(1.05);box-shadow:0 8px 20px #58199d1f}
.postDetailView .logoPlaceholder{width:100%;height:100%;background:linear-gradient(135deg,#E0E0E0 0%,#F5F5F5 100%);border-radius:6px}
.postDetailView .masonrySection{max-width:1280px;margin:5rem auto;padding:0 2rem}
.postDetailView .masonryWrap{column-count:3;column-gap:2rem}
.postDetailView .masonryCard{break-inside:avoid;margin-bottom:2rem;background:#FFF;border-radius:12px;padding:2rem;box-shadow:0 6px 20px #00000014;border:1px solid #F0F0F0;transition:transform .2s ease,box-shadow .2s ease}
.postDetailView .masonryCard:hover{transform:translateY(-4px);box-shadow:0 12px 28px #58199d26}
.postDetailView .cardHead{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1A1A1A}
.postDetailView .cardBody{font-size:16px;line-height:1.6;color:#4A4A4A}
.postDetailView .card1{background:linear-gradient(135deg,#FCE8EE 0%,#FFF 100%)}
.postDetailView .card2{background:linear-gradient(135deg,#FFF 0%,#FCFB2C15 100%)}
.postDetailView .card3{background:linear-gradient(135deg,#F9F9F9 0%,#FFF 100%)}
.postDetailView .ctaFinalBox{max-width:1280px;margin:5rem auto 4rem;padding:0 2rem}
.postDetailView .ctaInner{background:linear-gradient(135deg,#1A1A1A 0%,#3A3A3A 100%);border-radius:12px;padding:4rem 3rem;text-align:center;position:relative;overflow:hidden}
.postDetailView .ctaInner::before{content:'';position:absolute;top:-50%;left:-30%;width:400px;height:400px;background:radial-gradient(circle,#fcfb2c1a 0%,transparent 70%);pointer-events:none}
.postDetailView .ctaInner::after{content:'';position:absolute;bottom:-40%;right:-25%;width:350px;height:350px;background:radial-gradient(circle,#58199d26 0%,transparent 70%);pointer-events:none}
.postDetailView .ctaContent{position:relative;z-index:1}
.postDetailView .ctaHead{font-size:2.2rem;font-weight:700;color:#FFF;margin-bottom:1rem}
.postDetailView .ctaSubText{font-size:1.2rem;color:#E0E0E0;margin-bottom:2rem;font-weight:300}
.postDetailView .btnCta{display:inline-block;padding:1rem 3rem;background:#FCFB2C;color:#1A1A1A;font-size:1.1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 6px 20px #fcfb2c4d;border:none;cursor:pointer}
.postDetailView .btnCta:hover{transform:scale(1.05);box-shadow:0 10px 28px #fcfb2c80}
.postDetailView .btnCta:active{transform:scale(0.98);box-shadow:inset 0 2px 8px #0003}
@media (max-width: 968px) {
.postDetailView .heroArticle{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem 2rem}
.postDetailView .heroArticle::before,.postDetailView .heroArticle::after{display:none}
.postDetailView .imgWrapArticle img{min-height:300px}
.postDetailView .titleMain{font-size:2.4rem}
.postDetailView .subTitleText{font-size:1.2rem}
.postDetailView .metricsInner{grid-template-columns:1fr;gap:2rem;padding:3rem 2rem}
.postDetailView .masonryWrap{column-count:1}
.postDetailView .swatchContainer{gap:1.5rem}
.postDetailView .swatchBox{width:80px;height:80px}
.postDetailView .contentBody{padding:0 1.5rem}
.postDetailView .ctaInner{padding:3rem 2rem}
.postDetailView .ctaHead{font-size:1.8rem}
}
.archivePg{background:#fff;min-height:100vh;color:#1a1a1a;font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;letter-spacing:.01em}
.archivePg *{box-sizing:border-box}
.archivePg ::selection{background:#58199D;color:#fff}
.archivePg .heroWrap{position:relative;width:100%;height:70vh;min-height:500px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.archivePg .heroBgImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}
.archivePg .auroraOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(125deg,#fcfb2c26,#58199d40,#fce8ee33);animation:shiftAurora 8s ease-in-out infinite alternate;pointer-events:none}
@keyframes shiftAurora {
0%{transform:translateX(-5%) translateY(-5%) scale(1.05)}
100%{transform:translateX(5%) translateY(5%) scale(1.1)}
}
.archivePg .heroGlassBox{position:relative;z-index:2;background:#ffffffd9;backdrop-filter:blur(20px);padding:60px 80px;border-radius:12px;max-width:900px;text-align:center;box-shadow:0 8px 32px #58199d33;animation:blurReveal 1.2s ease-out forwards}
@keyframes blurReveal {
0%{filter:blur(12px);opacity:0;transform:scale(0.95)}
100%{filter:blur(0);opacity:1;transform:scale(1)}
}
.archivePg .heroGlassBox h1{font-size:58px;font-weight:700;margin:0 0 20px;line-height:1.2;letter-spacing:-.02em}
.archivePg .heroGlassBox p{font-size:22px;margin:0;line-height:1.5;color:#333}
.archivePg .contentWrap{max-width:1280px;margin:0 auto;padding:80px 40px}
.archivePg .archiveIntro{text-align:center;margin-bottom:70px}
.archivePg .archiveIntro h2{font-size:42px;font-weight:700;margin:0 0 24px;line-height:1.3}
.archivePg .archiveIntro p{font-size:20px;max-width:720px;margin:0 auto;color:#444;line-height:1.7}
.archivePg .cardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;margin-bottom:80px}
.archivePg .postCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #58199d14;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.archivePg .postCard:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 32px #58199d26}
.archivePg .cardImgWrap{width:100%;height:240px;overflow:hidden;position:relative}
.archivePg .cardImgWrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.archivePg .postCard:hover .cardImgWrap img{transform:scale(1.08)}
.archivePg .cardContent{padding:28px;flex:1;display:flex;flex-direction:column}
.archivePg .cardMeta{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}
.archivePg .tagBadge{display:inline-block;padding:4px 12px;background:#FCE8EE;color:#58199D;border-radius:12px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.archivePg .categoryBadge{display:inline-block;padding:4px 12px;background:#f0f0f0;color:#333;border-radius:12px;font-size:14px;font-weight:600}
.archivePg .cardContent h3{font-size:26px;font-weight:700;margin:0 0 12px;line-height:1.3}
.archivePg .cardContent h3 a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}
.archivePg .cardContent h3 a:hover{color:#58199D}
.archivePg .cardSubtitle{font-size:18px;color:#666;margin:0 0 16px;line-height:1.5;font-weight:600}
.archivePg .cardDesc{font-size:17px;color:#555;margin:0 0 20px;line-height:1.6;flex:1}
.archivePg .cardFooter{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e8e8e8;font-size:15px;color:#777}
.archivePg .authorName{font-weight:600;color:#333}
.archivePg .readTime{display:flex;align-items:center;gap:6px}
.archivePg .dividerSec{text-align:center;margin:100px 0 80px;position:relative}
.archivePg .monogramLetter{font-size:120px;font-weight:300;color:#58199D;opacity:.15;line-height:1}
.archivePg .infoCardSec{background:linear-gradient(135deg,#58199D 0%,#8a4ac2 100%);color:#fff;padding:80px 40px;margin-bottom:80px;border-radius:12px;box-shadow:0 8px 32px #58199d33}
.archivePg .infoCardInner{max-width:1280px;margin:0 auto}
.archivePg .infoCardSec h2{font-size:44px;font-weight:700;margin:0 0 40px;text-align:center;line-height:1.3}
.archivePg .detailsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.archivePg .detailCard{background:#ffffff1a;backdrop-filter:blur(10px);padding:32px;border-radius:12px;border:1px solid #fff3}
.archivePg .detailRow{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #ffffff26}
.archivePg .detailRow:last-child{border-bottom:none}
.archivePg .detailLabel{font-size:16px;font-weight:300;opacity:.85;text-transform:uppercase;letter-spacing:.08em}
.archivePg .detailValue{font-size:20px;font-weight:600}
.archivePg .formProgressBox{background:#f9f9f9;padding:80px 40px;margin-bottom:80px;border-radius:12px}
.archivePg .formProgressInner{max-width:800px;margin:0 auto}
.archivePg .formProgressBox h2{font-size:40px;font-weight:700;margin:0 0 16px;text-align:center;line-height:1.3}
.archivePg .formProgressBox > p{text-align:center;font-size:19px;color:#555;margin:0 0 50px;max-width:600px;margin-left:auto;margin-right:auto}
.archivePg .stepIndicators{display:flex;justify-content:space-between;margin-bottom:50px;position:relative}
.archivePg .stepIndicators::before{content:'';position:absolute;top:20px;left:10%;right:10%;height:2px;background:#d0d0d0;z-index:0}
.archivePg .stepItem{flex:1;text-align:center;position:relative;z-index:1}
.archivePg .stepCircle{width:40px;height:40px;border-radius:50%;background:#d0d0d0;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;margin-bottom:12px;transition:all .3s ease}
.archivePg .stepLabel{font-size:15px;color:#777;font-weight:600}
.archivePg input[type="radio"]{display:none}
.archivePg #step1:checked ~ .stepIndicators .step1Circle,.archivePg #step2:checked ~ .stepIndicators .step2Circle,.archivePg #step3:checked ~ .stepIndicators .step3Circle{background:#FCFB2C;color:#1a1a1a;transform:scale(1.15);box-shadow:0 4px 12px #fcfb2c66}
.archivePg .formSteps{position:relative}
.archivePg .formStep{display:none;animation:fadeInStep .4s ease}
@keyframes fadeInStep {
from{opacity:0;transform:translateY(10px)}
to{opacity:1;transform:translateY(0)}
}
.archivePg #step1:checked ~ .formSteps .formStepOne,.archivePg #step2:checked ~ .formSteps .formStepTwo,.archivePg #step3:checked ~ .formSteps .formStepThree{display:block}
.archivePg .inputGroup{margin-bottom:24px}
.archivePg .inputGroup label{display:block;font-size:16px;font-weight:600;margin-bottom:8px;color:#333}
.archivePg .inputGroup input[type="text"],.archivePg .inputGroup input[type="email"],.archivePg .inputGroup textarea{width:100%;padding:14px 18px;border:2px solid #e0e0e0;border-radius:12px;font-size:17px;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}
.archivePg .inputGroup input:focus,.archivePg .inputGroup textarea:focus{outline:none;border-color:#58199D;box-shadow:0 0 0 3px #58199d1a}
.archivePg .inputGroup textarea{min-height:120px;resize:vertical}
.archivePg .inputGroup input::placeholder,.archivePg .inputGroup textarea::placeholder{text-transform:uppercase;font-size:13px;letter-spacing:.05em;color:#aaa}
.archivePg .navBtns{display:flex;gap:16px;margin-top:32px}
.archivePg .navBtns label{flex:1}
.archivePg .btnPrimary{display:block;width:100%;padding:16px 32px;background:#58199D;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;text-align:center;box-shadow:0 4px 12px #58199d33}
.archivePg .btnPrimary:hover{transform:scale(1.05);box-shadow:0 6px 20px #58199d4d}
.archivePg .btnPrimary:active{transform:scale(0.98);box-shadow:inset 0 2px 6px #0003}
.archivePg .btnSecondary{display:block;width:100%;padding:16px 32px;background:#f0f0f0;color:#333;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:transform .2s ease,background .3s ease;text-align:center}
.archivePg .btnSecondary:hover{background:#e0e0e0;transform:scale(1.05)}
.archivePg .statsBox{background:#fff;padding:80px 40px;margin-bottom:80px}
.archivePg .statsInner{max-width:1280px;margin:0 auto;text-align:center}
.archivePg .statsBox h2{font-size:46px;font-weight:700;margin:0 0 50px;line-height:1.2}
.archivePg .statsRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:50px}
.archivePg .statItem{position:relative}
.archivePg .statNumber{font-size:64px;font-weight:700;color:#58199D;line-height:1;margin-bottom:12px;display:block;animation:countUp 1.5s ease-out}
@keyframes countUp {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.archivePg .statLabel{font-size:18px;color:#555;font-weight:600}
@media (max-width: 768px) {
.archivePg .heroGlassBox{padding:40px 30px}
.archivePg .heroGlassBox h1{font-size:42px}
.archivePg .heroGlassBox p{font-size:19px}
.archivePg .contentWrap{padding:60px 20px}
.archivePg .cardGrid{grid-template-columns:1fr;gap:30px}
.archivePg .detailsGrid{grid-template-columns:1fr}
.archivePg .statsRow{grid-template-columns:1fr;gap:40px}
.archivePg .monogramLetter{font-size:80px}
.archivePg .archiveIntro h2{font-size:34px}
.archivePg .infoCardSec h2{font-size:36px}
.archivePg .formProgressBox h2{font-size:32px}
.archivePg .statsBox h2{font-size:36px}
.archivePg .navBtns{flex-direction:column}
}
.prepareLandingPage{background:#fefefe;color:#1a1a1a;font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;letter-spacing:.01em}
.prepareLandingPage *{box-sizing:border-box}
.prepareLandingPage ::selection{background:#58199D;color:#fff}
.prepareLandingPage .contentWrapper{max-width:1280px;margin:0 auto;padding:0 24px}
.prepareLandingPage .titleZone{padding:80px 0 100px;position:relative;overflow:hidden}
.prepareLandingPage .titleZone .contentWrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.prepareLandingPage .textContent-hero{position:relative;z-index:2}
.prepareLandingPage .mainHeading{font-size:64px;line-height:1.1;margin:0 0 24px;font-weight:700;letter-spacing:-.02em}
.prepareLandingPage .leadText{font-size:20px;line-height:1.7;margin:0;color:#4a4a4a}
.prepareLandingPage .imageBox-tilted{position:relative;transform:rotate(-3deg);transition:transform .5s ease}
.prepareLandingPage .imageBox-tilted:hover{transform:rotate(0deg)}
.prepareLandingPage .imageBox-tilted img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #58199d26;display:block}
.prepareLandingPage .blobAnim{position:absolute;top:-120px;right:-80px;width:500px;height:500px;background:linear-gradient(135deg,#FCFB2C 0%,#FCE8EE 50%,#58199D 100%);border-radius:40% 60% 50% 70%;opacity:.12;z-index:1;animation:morphBlob 12s ease-in-out infinite;filter:blur(40px)}
@keyframes morphBlob {
0%,100%{border-radius:40% 60% 50% 70%;transform:translate(0,0) scale(1)}
33%{border-radius:60% 40% 70% 50%;transform:translate(30px,-30px) scale(1.1)}
66%{border-radius:50% 70% 40% 60%;transform:translate(-30px,30px) scale(0.9)}
}
.prepareLandingPage .dividerLine{width:100%;height:1px;background:#e0e0e0;position:relative;margin:0}
.prepareLandingPage .dividerText{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fefefe;padding:0 20px;font-size:14px;text-transform:uppercase;letter-spacing:.15em;color:#999}
.prepareLandingPage .statsPanel{background:linear-gradient(180deg,#f9f9f9 0%,#fff 100%);padding:90px 0;position:relative}
.prepareLandingPage .statsPanel::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#00000003 2px,#00000003 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#00000003 2px,#00000003 4px);opacity:.4;pointer-events:none}
.prepareLandingPage .statsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative;z-index:1}
.prepareLandingPage .statCard{background:#fff;padding:40px 32px;border-radius:12px;box-shadow:0 4px 20px #58199d14;text-align:center;transition:all .3s ease;border:1px solid #f0f0f0}
.prepareLandingPage .statCard:hover{transform:translateY(-8px);box-shadow:0 12px 40px #58199d26;border-color:#FCFB2C}
.prepareLandingPage .statNumber{font-size:56px;font-weight:700;line-height:1;margin:0 0 16px;background:linear-gradient(135deg,#58199D 0%,#FCFB2C 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.prepareLandingPage .statLabel{font-size:16px;color:#666;margin:0;text-transform:uppercase;letter-spacing:.1em;font-weight:600}
.prepareLandingPage .requirementsSection{padding:100px 0;background:#fff}
.prepareLandingPage .requirementsSection .contentWrapper{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.prepareLandingPage .colLeft{padding-top:60px}
.prepareLandingPage .sectionTitle{font-size:42px;line-height:1.2;margin:0 0 28px;font-weight:700;letter-spacing:-.01em}
.prepareLandingPage .sectionDescription{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 32px}
.prepareLandingPage .checkList{list-style:none;padding:0;margin:0}
.prepareLandingPage .checkList li{position:relative;padding-left:40px;margin-bottom:20px;font-size:18px;line-height:1.6;color:#333}
.prepareLandingPage .checkList li::before{content:'';position:absolute;left:0;top:4px;width:24px;height:24px;border:2px solid #58199D;border-radius:12px;background:#fff}
.prepareLandingPage .checkList li::after{content:'';position:absolute;left:7px;top:10px;width:10px;height:6px;border-left:2px solid #58199D;border-bottom:2px solid #58199D;transform:rotate(-45deg)}
.prepareLandingPage .colRight{position:relative}
.prepareLandingPage .frameBox{border:3px dashed #FCFB2C;border-radius:12px;padding:20px;background:#fefefe}
.prepareLandingPage .frameBox img{width:100%;height:520px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 16px 48px #0000001f}
.prepareLandingPage .pathwayBlock{background:#58199D;padding:90px 0;position:relative;overflow:hidden}
.prepareLandingPage .pathwayBlock::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#fcfb2c26 0%,transparent 70%);border-radius:50%}
.prepareLandingPage .pathwayInner{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}
.prepareLandingPage .pathwayText{color:#fff}
.prepareLandingPage .pathwayTitle{font-size:46px;line-height:1.2;margin:0 0 24px;font-weight:700;letter-spacing:-.01em}
.prepareLandingPage .pathwayDescription{font-size:18px;line-height:1.8;margin:0 0 40px;color:#ffffffe6}
.prepareLandingPage .controlSegmented{display:inline-flex;background:#ffffff1a;border-radius:12px;padding:6px;gap:6px;backdrop-filter:blur(10px)}
.prepareLandingPage .radioOption{display:none}
.prepareLandingPage .radioLabel{display:block;padding:14px 28px;font-size:16px;font-weight:600;color:#ffffffb3;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:center}
.prepareLandingPage .radioOption:checked + .radioLabel{background:#fff;color:#58199D;box-shadow:0 4px 12px #00000026}
.prepareLandingPage .radioLabel:hover{color:#fff}
.prepareLandingPage .pathwayImage{position:relative}
.prepareLandingPage .pathwayImage img{width:100%;height:440px;object-fit:cover;object-position:top center;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:block}
.prepareLandingPage .expectationsZone{padding:100px 0;background:linear-gradient(180deg,#fff 0%,#FCE8EE 100%)}
.prepareLandingPage .staggeredLayout{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.prepareLandingPage .colStagger-left{padding-top:0}
.prepareLandingPage .colStagger-right{padding-top:80px}
.prepareLandingPage .expectTitle{font-size:38px;line-height:1.2;margin:0 0 20px;font-weight:700}
.prepareLandingPage .expectText{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0 0 24px}
.prepareLandingPage .subTitle-light{font-size:24px;line-height:1.4;margin:0 0 16px;font-weight:300;color:#333}
@media (max-width: 968px) {
.prepareLandingPage .titleZone .contentWrapper{grid-template-columns:1fr;gap:40px}
.prepareLandingPage .mainHeading{font-size:48px}
.prepareLandingPage .imageBox-tilted{transform:rotate(0deg)}
.prepareLandingPage .imageBox-tilted img{height:360px}
.prepareLandingPage .blobAnim{display:none}
.prepareLandingPage .statsGrid{grid-template-columns:1fr;gap:24px}
.prepareLandingPage .requirementsSection .contentWrapper{grid-template-columns:1fr;gap:50px}
.prepareLandingPage .colLeft{padding-top:0}
.prepareLandingPage .frameBox img{height:400px}
.prepareLandingPage .pathwayInner{grid-template-columns:1fr}
.prepareLandingPage .pathwayTitle{font-size:36px}
.prepareLandingPage .controlSegmented{width:100%;flex-direction:column}
.prepareLandingPage .staggeredLayout{grid-template-columns:1fr;gap:40px}
.prepareLandingPage .colStagger-right{padding-top:0}
.prepareLandingPage .sectionTitle{font-size:36px}
.prepareLandingPage .expectTitle{font-size:32px}
}
@media (max-width: 640px) {
.prepareLandingPage .contentWrapper{padding:0 16px}
.prepareLandingPage .titleZone{padding:60px 0 70px}
.prepareLandingPage .mainHeading{font-size:36px}
.prepareLandingPage .leadText{font-size:18px}
.prepareLandingPage .imageBox-tilted img{height:280px}
.prepareLandingPage .statsPanel{padding:60px 0}
.prepareLandingPage .statNumber{font-size:42px}
.prepareLandingPage .requirementsSection{padding:70px 0}
.prepareLandingPage .sectionTitle{font-size:30px}
.prepareLandingPage .pathwayBlock{padding:70px 0}
.prepareLandingPage .pathwayTitle{font-size:30px}
.prepareLandingPage .expectationsZone{padding:70px 0}
.prepareLandingPage .expectTitle{font-size:28px}
}
.lpgPane{margin:0;padding:0;background:#fff;color:#1a1a1a;line-height:1.6;letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}
.lpgPane *{box-sizing:border-box}
.lpgPane::selection,.lpgPane ::selection{background:#58199D;color:#fff}
.lpgPane .wrapMax{max-width:1280px;margin:0 auto;padding:0 24px}
.lpgPane .heroSplit{position:relative;min-height:520px;display:flex;flex-direction:column;overflow:hidden}
.lpgPane .heroTop{background:#FCFB2C;flex:1;display:flex;align-items:center;justify-content:center;padding:80px 24px 60px;position:relative}
.lpgPane .heroTop::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle at center,#58199d26,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation:pulseFade 4s ease-in-out infinite;pointer-events:none}
@keyframes pulseFade {
0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.6}
50%{transform:translate(-50%,-50%) scale(1.3);opacity:.2}
}
.lpgPane .heroContent{position:relative;z-index:2;text-align:center;max-width:720px}
.lpgPane .heroContent h1{font-size:56px;line-height:1.1;margin:0 0 20px;font-weight:700;color:#1a1a1a}
.lpgPane .heroContent .tagln{font-size:22px;line-height:1.5;margin:0 0 32px;color:#2a2a2a;font-weight:400}
.lpgPane .heroLinks{display:flex;flex-direction:row;gap:16px;justify-content:center;align-items:center}
.lpgPane .heroLinks a{font-size:18px;color:#58199D;text-decoration:none;padding:14px 32px;border:2px solid #58199D;border-radius:12px;background:#fff;transition:all .25s ease;font-weight:600}
.lpgPane .heroLinks a:hover{background:#58199D;color:#fff;transform:scale(1.05);box-shadow:0 6px 20px #58199d4d}
.lpgPane .heroLinks a:active{transform:scale(0.98);box-shadow:inset 0 2px 8px #58199d4d}
.lpgPane .heroBottom{height:360px;position:relative;overflow:hidden}
.lpgPane .heroBottom img{width:100%;height:100%;object-fit:cover;filter:sepia(0.2) contrast(1.1) brightness(0.95)}
.lpgPane .progOutline{padding:100px 0;background:linear-gradient(135deg,#fff 0%,#FCE8EE 50%,#fff 100%);position:relative}
.lpgPane .progOutline::before{content:'';position:absolute;width:300px;height:300px;border-radius:50%;border:1px solid #58199d1a;top:60px;right:5%;pointer-events:none}
.lpgPane .progOutline::after{content:'';position:absolute;width:200px;height:200px;border-radius:50%;border:1px solid #fcfb2c33;bottom:80px;left:8%;pointer-events:none}
.lpgPane .progBox{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.lpgPane .progText h2{font-size:42px;line-height:1.2;margin:0 0 24px;font-weight:700;color:#1a1a1a}
.lpgPane .progText p{font-size:18px;line-height:1.7;margin:0 0 20px;color:#333}
.lpgPane .progText p:last-of-type{margin-bottom:0}
.lpgPane .progImgWrap{position:relative}
.lpgPane .progImgWrap img{width:100%;height:440px;object-fit:cover;border-radius:12px;filter:drop-shadow(0 12px 32px #58199d33)}
.lpgPane .modLayout{padding:100px 0;background:#fff}
.lpgPane .modHeader{text-align:center;margin-bottom:64px}
.lpgPane .modHeader h2{font-size:42px;line-height:1.2;margin:0 0 20px;font-weight:700;color:#1a1a1a}
.lpgPane .modHeader .subhd{font-size:20px;line-height:1.6;color:#4a4a4a;max-width:720px;margin:0 auto}
.lpgPane .modGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.lpgPane .modCard{background:#fff;border:2px solid #e8e8e8;border-radius:12px;padding:32px;transition:all .3s ease}
.lpgPane .modCard:hover{border-color:#FCFB2C;box-shadow:0 8px 24px #fcfb2c40;transform:translateY(-4px)}
.lpgPane .modCard h3{font-size:24px;line-height:1.3;margin:0 0 16px;font-weight:700;color:#1a1a1a}
.lpgPane .modCard .modNum{display:inline-block;background:#58199D;color:#fff;font-size:14px;font-weight:700;padding:6px 14px;border-radius:12px;margin-bottom:16px;letter-spacing:.05em;text-transform:uppercase}
.lpgPane .modCard ul{list-style:none;padding:0;margin:0}
.lpgPane .modCard ul li{font-size:16px;line-height:1.6;color:#4a4a4a;margin-bottom:12px;padding-left:28px;position:relative}
.lpgPane .modCard ul li::before{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;border:2px solid #FCFB2C;border-radius:2px;background:transparent}
.lpgPane .modCard ul li:last-child{margin-bottom:0}
.lpgPane .subBlock{padding:100px 0;background:#58199D;position:relative}
.lpgPane .subBlock::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;border:1px solid #ffffff1a;top:-100px;left:-150px;pointer-events:none}
.lpgPane .subWrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.lpgPane .subText h2{font-size:42px;line-height:1.2;margin:0 0 20px;font-weight:700;color:#fff}
.lpgPane .subText p{font-size:18px;line-height:1.7;color:#ffffffe6;margin:0}
.lpgPane .subFormBox{background:#fff;border-radius:12px;padding:40px;box-shadow:0 12px 40px #0000004d}
.lpgPane .subFormBox h3{font-size:24px;line-height:1.3;margin:0 0 28px;font-weight:700;color:#1a1a1a}
.lpgPane .formRow{margin-bottom:24px}
.lpgPane .formRow:last-of-type{margin-bottom:0}
.lpgPane .formRow label{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#4a4a4a;margin-bottom:10px;text-transform:uppercase;letter-spacing:.05em}
.lpgPane .formRow label i{font-size:18px;color:#58199D}
.lpgPane .formRow input{width:100%;padding:14px 18px;border:2px solid #e8e8e8;border-radius:12px;font-size:16px;color:#1a1a1a;transition:all .25s ease;background:#fff}
.lpgPane .formRow input::placeholder{color:#999;text-transform:uppercase;font-size:13px;letter-spacing:.03em}
.lpgPane .formRow input:focus{outline:none;border-color:#FCFB2C;box-shadow:0 0 0 3px #fcfb2c33}
.lpgPane .formRow input:active{box-shadow:inset 0 2px 6px #00000014}
.lpgPane .btnSub{width:100%;padding:16px 32px;background:#58199D;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .25s ease;margin-top:24px}
.lpgPane .btnSub:hover{background:#6e24b8;transform:scale(1.03);box-shadow:0 6px 20px #58199d66}
.lpgPane .btnSub:active{transform:scale(0.98);box-shadow:inset 0 2px 8px #0000004d}
@media (max-width: 968px) {
.lpgPane .heroContent h1{font-size:42px}
.lpgPane .heroContent .tagln{font-size:18px}
.lpgPane .heroLinks{flex-direction:column}
.lpgPane .heroLinks a{width:100%;text-align:center}
.lpgPane .progBox{grid-template-columns:1fr;gap:40px}
.lpgPane .modGrid{grid-template-columns:1fr;gap:24px}
.lpgPane .subWrap{grid-template-columns:1fr;gap:48px}
.lpgPane .progText h2,.lpgPane .modHeader h2,.lpgPane .subText h2{font-size:32px}
.lpgPane .modCard h3{font-size:20px}
.lpgPane .subFormBox h3{font-size:20px}
}
@media (max-width: 640px) {
.lpgPane .wrapMax{padding:0 16px}
.lpgPane .heroTop{padding:60px 16px 40px}
.lpgPane .heroContent h1{font-size:32px}
.lpgPane .heroContent .tagln{font-size:16px}
.lpgPane .heroBottom{height:240px}
.lpgPane .progOutline,.lpgPane .modLayout,.lpgPane .subBlock{padding:60px 0}
.lpgPane .progText h2,.lpgPane .modHeader h2,.lpgPane .subText h2{font-size:28px}
.lpgPane .progImgWrap img{height:320px}
.lpgPane .modHeader{margin-bottom:48px}
.lpgPane .modCard{padding:24px}
.lpgPane .subFormBox{padding:32px 24px}
}
.contactMG{margin:0;padding:0;background:#fff;min-height:100vh;overflow-x:hidden}
.contactMG *{box-sizing:border-box}
.contactMG .topHeroArea{max-width:1280px;margin:0 auto;padding:80px 24px 60px;position:relative}
.contactMG .topHeroArea::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:100%;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,#58199d08 2px,#58199d08 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#58199d08 2px,#58199d08 4px);pointer-events:none;z-index:0}
.contactMG .heroLayout{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:center;position:relative;z-index:1}
.contactMG .heroTextSide{display:flex;flex-direction:column;gap:24px}
.contactMG .preHeadLabel{font-size:15px;text-transform:uppercase;letter-spacing:1.8px;color:#58199D;font-weight:500;opacity:.85}
.contactMG .heroMainTitle{font-size:56px;line-height:1.1;font-weight:700;color:#1a1a1a;margin:0}
.contactMG .heroDesc{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0}
.contactMG .heroImageSide{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:140px 180px;gap:16px}
.contactMG .imgBox1{grid-column:1 / 3;grid-row:1 / 2;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 8px 24px #58199d26}
.contactMG .imgBox1 img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(1.05) contrast(1.1)}
.contactMG .imgBox1::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fcfb2c26,#58199d26);mix-blend-mode:multiply;pointer-events:none}
.contactMG .infoCard1,.contactMG .infoCard2{background:linear-gradient(135deg,#fcfb2c 0%,#fef985 100%);border-radius:12px;padding:20px;box-shadow:0 6px 18px #fcfb2c40;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.contactMG .infoCard1::before,.contactMG .infoCard2::before{content:'';position:absolute;top:0;right:0;width:60px;height:60px;background:radial-gradient(circle at center,#fff6,transparent 70%);border-radius:50%;transform:translate(30%,-30%)}
.contactMG .cardLabel{font-size:13px;text-transform:uppercase;letter-spacing:1.2px;color:#58199D;font-weight:600;margin:0 0 8px}
.contactMG .cardValue{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}
.contactMG .formSectionWrap{background:linear-gradient(160deg,#f8f8f8 0%,#fff 100%);padding:100px 24px;position:relative;clip-path:polygon(0 0,100% 3%,100% 100%,0 97%);margin-top:-2px}
.contactMG .formSectionWrap::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(45deg,transparent,transparent 40px,#fcfb2c05 40px,#fcfb2c05 80px);pointer-events:none}
.contactMG .formInner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:80px;position:relative;z-index:1}
.contactMG .formLeftInfo{display:flex;flex-direction:column;gap:40px}
.contactMG .formSideTitle{font-size:38px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0}
.contactMG .contactDetailsList{display:flex;flex-direction:column;gap:32px}
.contactMG .detailItem{display:flex;flex-direction:column;gap:8px}
.contactMG .detailLabel{font-size:14px;text-transform:uppercase;letter-spacing:1.5px;color:#58199D;font-weight:600;margin:0}
.contactMG .detailValue{font-size:18px;line-height:1.5;color:#2a2a2a;margin:0}
.contactMG .detailValue a{color:#2a2a2a;text-decoration:none;transition:color .3s ease}
.contactMG .detailValue a:hover{color:#58199D}
.contactMG .actualForm{background:#fff;border-radius:12px;padding:48px;box-shadow:0 12px 40px #58199d1a;position:relative}
.contactMG .formTopLabel{font-size:15px;text-transform:uppercase;letter-spacing:1.6px;color:#58199D;font-weight:600;margin:0 0 24px}
.contactMG .formGrid{display:flex;flex-direction:column;gap:28px}
.contactMG .fieldRow{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.contactMG .fieldBox{display:flex;flex-direction:column;gap:10px}
.contactMG .fieldBox.fullWidth{grid-column:1 / 3}
.contactMG .fieldLabelTxt{font-size:14px;font-weight:600;color:#2a2a2a;margin:0}
.contactMG .inputField{width:100%;padding:14px 16px;font-size:16px;border:2px solid #e0e0e0;border-radius:12px;background:#fafafa;color:#1a1a1a;transition:all .3s ease}
.contactMG .inputField::placeholder{text-transform:uppercase;font-size:12px;letter-spacing:.8px;color:#999}
.contactMG .inputField:focus{outline:none;border-color:#58199D;background:#fff;box-shadow:0 0 0 4px #58199d14}
.contactMG .inputField:active{box-shadow:inset 0 2px 4px #58199d1a}
.contactMG .textareaField{width:100%;padding:14px 16px;font-size:16px;border:2px solid #e0e0e0;border-radius:12px;background:#fafafa;color:#1a1a1a;min-height:140px;resize:vertical;transition:all .3s ease}
.contactMG .textareaField::placeholder{text-transform:uppercase;font-size:12px;letter-spacing:.8px;color:#999}
.contactMG .textareaField:focus{outline:none;border-color:#58199D;background:#fff;box-shadow:0 0 0 4px #58199d14}
.contactMG .textareaField:active{box-shadow:inset 0 2px 4px #58199d1a}
.contactMG .categorySelector{display:flex;flex-direction:column;gap:16px}
.contactMG .categoryOptions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.contactMG .radioHidden{position:absolute;opacity:0;pointer-events:none}
.contactMG .categoryBtn{padding:14px 20px;font-size:15px;font-weight:600;text-align:center;border:2px solid #e0e0e0;border-radius:12px;background:#fafafa;color:#4a4a4a;cursor:pointer;transition:all .3s ease;display:block}
.contactMG .radioHidden:checked + .categoryBtn{border-color:#58199D;background:linear-gradient(135deg,#fcfb2c 0%,#fef985 100%);color:#1a1a1a;box-shadow:0 4px 12px #fcfb2c4d}
.contactMG .categoryBtn:hover{border-color:#58199D;background:#fff;transform:scale(1.02)}
.contactMG .radioHidden:checked + .categoryBtn:active{box-shadow:inset 0 2px 4px #58199d26}
.contactMG .privacyCheckWrap{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.contactMG .checkHidden{position:absolute;opacity:0;pointer-events:none}
.contactMG .checkCustom{width:22px;height:22px;min-width:22px;border:2px solid #e0e0e0;border-radius:6px;background:#fafafa;cursor:pointer;position:relative;transition:all .3s ease;margin-top:2px}
.contactMG .checkCustom::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:10px;height:10px;background:#58199D;border-radius:2px;transition:transform .2s ease}
.contactMG .checkHidden:checked + .checkCustom{border-color:#58199D;background:#fcfb2c}
.contactMG .checkHidden:checked + .checkCustom::after{transform:translate(-50%,-50%) scale(1)}
.contactMG .checkHidden:checked + .checkCustom:active{box-shadow:inset 0 2px 4px #58199d26}
.contactMG .privacyText{font-size:14px;line-height:1.6;color:#4a4a4a;margin:0}
.contactMG .privacyText a{color:#58199D;text-decoration:none;font-weight:600;transition:color .3s ease}
.contactMG .privacyText a:hover{color:#3d1169}
.contactMG .submitBtn{padding:16px 48px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;border:none;border-radius:12px;background:linear-gradient(135deg,#58199D 0%,#7a2dc4 100%);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #58199d4d;margin-top:12px}
.contactMG .submitBtn:hover{transform:scale(1.05);box-shadow:0 8px 28px #58199d66}
.contactMG .submitBtn:active{transform:scale(1.02);box-shadow:inset 0 3px 8px #0003}
.contactMG .bottomInfoStrip{background:linear-gradient(135deg,#58199D 0%,#7a2dc4 100%);padding:80px 24px;position:relative;clip-path:polygon(0 5%,100% 0,100% 100%,0 100%);margin-top:-3px}
.contactMG .bottomInfoStrip::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:repeating-linear-gradient(-45deg,transparent,transparent 35px,#ffffff08 35px,#ffffff08 70px);pointer-events:none}
.contactMG .bottomContent{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:60px;position:relative;z-index:1}
.contactMG .colBox{display:flex;flex-direction:column;gap:20px}
.contactMG .colTitle{font-size:22px;font-weight:700;color:#fcfb2c;margin:0}
.contactMG .colText{font-size:16px;line-height:1.6;color:#fff;margin:0;opacity:.95}
.contactMG .hoursList{display:flex;flex-direction:column;gap:12px}
.contactMG .hourItem{display:flex;justify-content:space-between;align-items:center;font-size:15px;color:#fff;padding-bottom:8px;border-bottom:1px solid #fff3}
.contactMG .dayName{font-weight:600}
.contactMG .timeRange{opacity:.9}
.contactMG .quickLinks{display:flex;flex-direction:column;gap:14px}
.contactMG .quickLinkItem{font-size:16px;color:#fff;text-decoration:none;transition:all .3s ease;padding-left:20px;position:relative}
.contactMG .quickLinkItem::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#fcfb2c;border-radius:50%;transition:transform .3s ease}
.contactMG .quickLinkItem:hover{color:#fcfb2c;padding-left:28px}
.contactMG .quickLinkItem:hover::before{transform:translateY(-50%) scale(1.3)}
@media (max-width: 1024px) {
.contactMG .heroLayout{grid-template-columns:1fr;gap:40px}
.contactMG .heroMainTitle{font-size:44px}
.contactMG .formInner{grid-template-columns:1fr;gap:48px}
.contactMG .bottomContent{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.contactMG .heroMainTitle{font-size:36px}
.contactMG .heroImageSide{grid-template-rows:120px 140px}
.contactMG .fieldRow{grid-template-columns:1fr}
.contactMG .fieldBox.fullWidth{grid-column:1}
.contactMG .categoryOptions{grid-template-columns:1fr}
.contactMG .actualForm{padding:32px 24px}
.contactMG .formSideTitle{font-size:32px}
}
.aboutUsCore{background:#FEFEFE;color:#1A1A1A;font-size:18px;line-height:1.65;letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}
.aboutUsCore ::selection{background:#58199D;color:#FFF}
.aboutUsCore .maxContainer{max-width:1280px;margin:0 auto;padding:0 24px}
.aboutUsCore .heroSplit{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:85vh;overflow:hidden;background:linear-gradient(135deg,#FFF 0%,#F8F8F8 50%,#FCE8EE 100%)}
.aboutUsCore .heroTextSide{display:flex;flex-direction:column;justify-content:center;padding:80px 60px;position:relative;z-index:2}
.aboutUsCore .heroTextSide::before{content:'';position:absolute;top:40px;left:40px;width:4px;height:80px;background:linear-gradient(180deg,#58199D 0%,#FCFB2C 100%);border-radius:12px}
.aboutUsCore .heroTextSide::after{content:'';position:absolute;top:40px;left:40px;width:80px;height:4px;background:linear-gradient(90deg,#58199D 0%,#FCFB2C 100%);border-radius:12px}
.aboutUsCore .mainTitle{font-size:62px;line-height:1.15;font-weight:700;margin:0 0 28px;letter-spacing:-.02em}
.aboutUsCore .gradientWord{background:linear-gradient(120deg,#58199D 0%,#FCFB2C 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.aboutUsCore .heroDesc{font-size:21px;line-height:1.7;color:#3A3A3A;margin:0;max-width:520px}
.aboutUsCore .heroImageSide{position:relative;overflow:hidden}
.aboutUsCore .heroImg{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:saturate(0.75);transition:filter .6s ease,transform .3s ease;box-shadow:-20px 20px 60px #58199d26}
.aboutUsCore .heroImageSide:hover .heroImg{filter:saturate(1);transform:scale(1.02)}
.aboutUsCore .heroImageSide::before{content:'';position:absolute;bottom:60px;right:60px;width:4px;height:80px;background:linear-gradient(180deg,#FCFB2C 0%,#58199D 100%);border-radius:12px;z-index:2}
.aboutUsCore .heroImageSide::after{content:'';position:absolute;bottom:60px;right:60px;width:80px;height:4px;background:linear-gradient(270deg,#FCFB2C 0%,#58199D 100%);border-radius:12px;z-index:2}
.aboutUsCore .dividerStrip{width:100%;height:8px;background:linear-gradient(90deg,#58199D 0%,#FCFB2C 50%,#58199D 100%)}
.aboutUsCore .storyTimeline{position:relative;padding:120px 0;background:#FFF}
.aboutUsCore .brickPattern{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.03;pointer-events:none;background-image:linear-gradient(0deg,#58199D 1px,transparent 1px),linear-gradient(90deg,#58199D 1px,transparent 1px);background-size:60px 40px;background-position:0 0,30px 20px}
.aboutUsCore .storyContainer{position:relative;z-index:1;display:grid;grid-template-columns:340px 1fr;gap:80px;align-items:start}
.aboutUsCore .sidebarRight{position:sticky;top:40px}
.aboutUsCore .sidebarTitle{font-size:14px;text-transform:uppercase;letter-spacing:.15em;color:#58199D;font-weight:600;margin:0 0 24px}
.aboutUsCore .metricGrid{display:flex;flex-direction:column;gap:28px}
.aboutUsCore .metricBox{background:linear-gradient(135deg,#FAFAFA 0%,#FCE8EE 100%);padding:24px;border-radius:12px;box-shadow:0 4px 16px #58199d14;transition:transform .3s ease,box-shadow .3s ease}
.aboutUsCore .metricBox:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 28px #58199d26}
.aboutUsCore .metricValue{font-size:44px;font-weight:700;line-height:1;background:linear-gradient(120deg,#58199D 0%,#FCFB2C 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 8px}
.aboutUsCore .metricLabel{font-size:16px;color:#4A4A4A;margin:0;line-height:1.5}
.aboutUsCore .mainContent{display:flex;flex-direction:column;gap:48px}
.aboutUsCore .contentChunk{background:#FEFEFE;padding:48px;border-radius:12px;border:1px solid #ECECEC;box-shadow:0 2px 12px #0000000a;transition:box-shadow .3s ease}
.aboutUsCore .contentChunk:hover{box-shadow:0 6px 24px #58199d1a}
.aboutUsCore .chunkTitle{font-size:36px;font-weight:700;line-height:1.3;margin:0 0 24px;color:#1A1A1A}
.aboutUsCore .chunkText{font-size:18px;line-height:1.75;color:#3A3A3A;margin:0 0 20px}
.aboutUsCore .chunkText:last-child{margin-bottom:0}
.aboutUsCore .teamShowcase{padding:100px 0;background:linear-gradient(180deg,#FFF 0%,#F5F5F5 50%,#FCE8EE 100%);position:relative}
.aboutUsCore .flowingLine{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}
.aboutUsCore .flowingLine::before{content:'';position:absolute;top:20%;left:-10%;width:120%;height:2px;background:linear-gradient(90deg,transparent 0%,#FCFB2C 20%,#58199D 50%,#FCFB2C 80%,transparent 100%);transform:rotate(-3deg);opacity:.3}
.aboutUsCore .flowingLine::after{content:'';position:absolute;bottom:30%;left:-10%;width:120%;height:2px;background:linear-gradient(90deg,transparent 0%,#58199D 20%,#FCFB2C 50%,#58199D 80%,transparent 100%);transform:rotate(2deg);opacity:.3}
.aboutUsCore .teamHeader{text-align:center;margin-bottom:72px}
.aboutUsCore .teamMainTitle{font-size:52px;font-weight:700;line-height:1.2;margin:0 0 20px;color:#1A1A1A}
.aboutUsCore .teamSubtext{font-size:20px;line-height:1.6;color:#4A4A4A;margin:0 auto;max-width:680px}
.aboutUsCore .teamCardsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.aboutUsCore .memberCard{background:#FFF;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #58199d1a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.aboutUsCore .memberCard:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 12px 36px #58199d2e}
.aboutUsCore .memberImageWrap{position:relative;width:100%;height:340px;overflow:hidden;background:#F0F0F0}
.aboutUsCore .memberPhoto{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:saturate(0.7);transition:filter .5s ease,transform .4s ease}
.aboutUsCore .memberCard:hover .memberPhoto{filter:saturate(1);transform:scale(1.05)}
.aboutUsCore .memberDetails{padding:32px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}
.aboutUsCore .memberName{font-size:28px;font-weight:700;margin:0 0 8px;color:#1A1A1A}
.aboutUsCore .memberRole{font-size:16px;color:#58199D;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:.08em}
.aboutUsCore .memberBio{font-size:17px;line-height:1.7;color:#4A4A4A;margin:0}
.aboutUsCore .valuesOverlap{position:relative;padding:140px 0 100px;background:#58199D;color:#FFF}
.aboutUsCore .valuesOverlap::before{content:'';position:absolute;top:-60px;left:50%;transform:translateX(-50%);width:90%;max-width:1200px;height:120px;background:linear-gradient(135deg,#FCFB2C 0%,#FCE8EE 100%);border-radius:12px;box-shadow:0 8px 32px #fcfb2c33;z-index:1}
.aboutUsCore .valuesInner{position:relative;z-index:2}
.aboutUsCore .valuesHeading{font-size:48px;font-weight:700;text-align:center;margin:0 0 64px;line-height:1.3}
.aboutUsCore .valuesList{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;list-style:none;margin:0;padding:0}
.aboutUsCore .valueItem{background:#ffffff14;padding:36px 28px;border-radius:12px;border:1px solid #fcfb2c33;transition:all .3s ease;position:relative}
.aboutUsCore .valueItem::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fcfb2c26 0%,#fce8ee1a 100%);opacity:0;border-radius:12px;transition:opacity .3s ease;pointer-events:none}
.aboutUsCore .valueItem:hover{transform:translateY(-4px) scale(1.02);background:#ffffff1f;border-color:#fcfb2c66}
.aboutUsCore .valueItem:hover::before{opacity:1}
.aboutUsCore .valueIcon{width:56px;height:56px;background:linear-gradient(135deg,#FCFB2C 0%,#FCE8EE 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 16px #fcfb2c40}
.aboutUsCore .valueIcon i{font-size:28px;color:#58199D}
.aboutUsCore .valueTitle{font-size:22px;font-weight:700;margin:0 0 12px;color:#FCFB2C;line-height:1.3}
.aboutUsCore .valueText{font-size:16px;line-height:1.6;color:#ffffffd9;margin:0}
@media (max-width: 1024px) {
.aboutUsCore .heroSplit{grid-template-columns:1fr;min-height:auto}
.aboutUsCore .heroTextSide{padding:60px 40px}
.aboutUsCore .heroImageSide{height:400px}
.aboutUsCore .mainTitle{font-size:48px}
.aboutUsCore .storyContainer{grid-template-columns:1fr;gap:48px}
.aboutUsCore .sidebarRight{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.aboutUsCore .metricGrid{display:contents}
.aboutUsCore .teamCardsGrid{gap:32px}
.aboutUsCore .valuesList{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.aboutUsCore .maxContainer{padding:0 16px}
.aboutUsCore .heroTextSide{padding:48px 24px}
.aboutUsCore .mainTitle{font-size:36px}
.aboutUsCore .heroDesc{font-size:18px}
.aboutUsCore .heroImageSide{height:300px}
.aboutUsCore .storyTimeline{padding:80px 0}
.aboutUsCore .contentChunk{padding:32px 24px}
.aboutUsCore .chunkTitle{font-size:28px}
.aboutUsCore .sidebarRight{grid-template-columns:1fr}
.aboutUsCore .teamShowcase{padding:70px 0}
.aboutUsCore .teamMainTitle{font-size:38px}
.aboutUsCore .teamCardsGrid{grid-template-columns:1fr}
.aboutUsCore .valuesOverlap{padding:100px 0 70px}
.aboutUsCore .valuesHeading{font-size:34px;margin-bottom:48px}
.aboutUsCore .valuesOverlap::before{top:-40px;height:80px}
}
.coursePg{font-size:18px;line-height:1.6;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:.01em;max-width:100%;overflow-x:clip}
.coursePg *{box-sizing:border-box}
.coursePg ::selection{background:#58199D;color:#fff}
.coursePg .wrapMax{max-width:1280px;margin:0 auto;padding:0 24px}
.coursePg .heroArea{position:relative;min-height:85vh;display:flex;align-items:center;background:linear-gradient(135deg,#FCE8EE 0%,#fff 50%,#FCE8EE 100%);background-size:200% 200%;animation:bgShiftHero 8s ease-in-out infinite;overflow:hidden}
@keyframes bgShiftHero {
0%,100%{background-position:0 50%}
50%{background-position:100% 50%}
}
.coursePg .heroArea::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(#58199d05 1px,transparent 1px),linear-gradient(90deg,#58199d05 1px,transparent 1px);background-size:60px 60px;pointer-events:none}
.coursePg .heroContent{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:80px 0}
.coursePg .heroTextBox{display:flex;flex-direction:column;gap:24px}
.coursePg .heroTitle{font-size:56px;line-height:1.1;font-weight:700;color:#1a1a1a;margin:0}
.coursePg .wordCycle{color:#58199D;display:inline-block;animation:wordFade 6s ease-in-out infinite}
@keyframes wordFade {
0%,30%,100%{opacity:1}
33%,97%{opacity:0}
}
.coursePg .heroDesc{font-size:20px;line-height:1.7;color:#444;margin:0}
.coursePg .heroBtnGroup{display:flex;gap:16px;flex-wrap:wrap}
.coursePg .btnPrimary{padding:16px 32px;background:#58199D;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #58199d33;text-decoration:none;display:inline-block}
.coursePg .btnPrimary:hover{transform:scale(1.05);box-shadow:0 6px 20px #58199d59}
.coursePg .btnPrimary:active{transform:scale(0.98);box-shadow:inset 0 2px 8px #0003}
.coursePg .btnSecondary{padding:16px 32px;background:#fff;color:#58199D;border:2px solid #58199D;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}
.coursePg .btnSecondary:hover{transform:scale(1.05);background:#58199D;color:#fff}
.coursePg .heroImgBox{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 12px 40px #58199d26}
.coursePg .heroImg{width:100%;height:480px;object-fit:cover;display:block;animation:gentleZoom 20s ease-in-out infinite alternate}
@keyframes gentleZoom {
from{transform:scale(1)}
to{transform:scale(1.08)}
}
.coursePg .timelineSec{padding:100px 0;background:#fff;position:relative}
.coursePg .secHead{text-align:center;margin-bottom:80px}
.coursePg .secTitle{font-size:44px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.coursePg .secSubtitle{font-size:20px;line-height:1.6;color:#666;margin:0}
.coursePg .timelineWrap{position:relative;padding-left:60px}
.coursePg .timelineWrap::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#58199D,#FCFB2C,#58199D)}
.coursePg .timelineItem{position:relative;margin-bottom:60px;padding:32px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;transition:all .3s ease;box-shadow:0 4px 12px #0000000d}
.coursePg .timelineItem:hover{transform:translateX(8px);box-shadow:0 8px 24px #58199d1f;border-color:#58199D}
.coursePg .timelineItem::before{content:'';position:absolute;left:-52px;top:32px;width:16px;height:16px;background:#FCFB2C;border:3px solid #58199D;border-radius:50%}
.coursePg .timelineHead{font-size:26px;line-height:1.3;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.coursePg .timelineTxt{font-size:18px;line-height:1.7;color:#555;margin:0}
.coursePg .courseSec{padding:100px 0;background:#FCE8EE}
.coursePg .courseGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px}
.coursePg .courseCard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #58199d1a;transition:all .3s ease;display:flex;flex-direction:column}
.coursePg .courseCard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #58199d2e}
.coursePg .courseImgBox{width:100%;height:220px;overflow:hidden}
.coursePg .courseCardImg{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.coursePg .courseCard:hover .courseCardImg{transform:scale(1.1)}
.coursePg .courseCardBody{padding:28px;flex:1;display:flex;flex-direction:column}
.coursePg .courseCardTitle{font-size:22px;line-height:1.3;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.coursePg .courseCardDesc{font-size:17px;line-height:1.6;color:#666;margin:0 0 20px;flex:1}
.coursePg .courseMeta{display:flex;gap:20px;font-size:15px;color:#888;margin-bottom:20px}
.coursePg .metaItem{display:flex;align-items:center;gap:6px}
.coursePg .courseCardBtn{align-self:flex-start;padding:12px 24px;background:#58199D;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}
.coursePg .courseCardBtn:hover{transform:scale(1.05);background:#6d1fb8}
.coursePg .featuresSec{padding:100px 0;background:#fff;position:relative}
.coursePg .featuresSec::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,#58199D,transparent)}
.coursePg .featuresSec::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,#58199D,transparent)}
.coursePg .featuresGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;margin-top:60px}
.coursePg .featureBox{display:flex;gap:24px;padding:32px;background:#fafafa;border-radius:12px;transition:all .3s ease}
.coursePg .featureBox:hover{background:#FCE8EE;transform:translateX(8px)}
.coursePg .featureIcon{width:60px;height:60px;background:#58199D;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#FCFB2C;font-size:28px;flex-shrink:0}
.coursePg .featureContent{flex:1}
.coursePg .featureTitle{font-size:22px;line-height:1.3;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.coursePg .featureTxt{font-size:17px;line-height:1.7;color:#555;margin:0}
.coursePg .statsSec{padding:100px 0;background:linear-gradient(135deg,#58199D 0%,#6d1fb8 50%,#58199D 100%);background-size:200% 200%;animation:bgShiftStats 8s ease-in-out infinite;color:#fff}
@keyframes bgShiftStats {
0%,100%{background-position:0 50%}
50%{background-position:100% 50%}
}
.coursePg .statsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:60px}
.coursePg .statBox{text-align:center;padding:32px 20px;background:#ffffff1a;border-radius:12px;transition:all .3s ease}
.coursePg .statBox:hover{background:#fcfb2c26;transform:scale(1.05)}
.coursePg .statNum{font-size:48px;line-height:1.1;font-weight:700;color:#FCFB2C;margin:0 0 12px}
.coursePg .statLabel{font-size:18px;line-height:1.4;color:#fff;margin:0}
.coursePg .statsSec .secTitle{color:#fff}
.coursePg .statsSec .secSubtitle{color:#ffffffd9}
.coursePg .marqueeArea{padding:80px 0;background:#FCE8EE;overflow:hidden}
.coursePg .marqueeTrack{display:flex;gap:48px;animation:marqueeScroll 30s linear infinite}
.coursePg .marqueeTrack:hover{animation-play-state:paused}
@keyframes marqueeScroll {
from{transform:translateX(0)}
to{transform:translateX(-50%)}
}
.coursePg .marqueeBox{flex-shrink:0;padding:32px 40px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #58199d1a;min-width:320px}
.coursePg .marqueeTitle{font-size:20px;line-height:1.3;font-weight:700;color:#58199D;margin:0 0 8px}
.coursePg .marqueeTxt{font-size:16px;line-height:1.6;color:#666;margin:0}
.coursePg .ctaSec{padding:120px 0;background:#fff;text-align:center}
.coursePg .ctaBox{max-width:800px;margin:0 auto;padding:60px 48px;background:linear-gradient(135deg,#FCE8EE 0%,#fff 100%);border-radius:12px;box-shadow:0 12px 40px #58199d1f}
.coursePg .ctaTitle{font-size:40px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.coursePg .ctaTxt{font-size:20px;line-height:1.7;color:#555;margin:0 0 32px}
.coursePg .ctaBtnLarge{padding:20px 48px;background:#58199D;color:#fff;border:none;border-radius:12px;font-size:20px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 24px #58199d40;text-decoration:none;display:inline-block}
.coursePg .ctaBtnLarge:hover{transform:scale(1.08);box-shadow:0 10px 36px #58199d59;background:#6d1fb8}
.coursePg .ctaBtnLarge:active{transform:scale(1.02);box-shadow:inset 0 3px 10px #0003}
@media (max-width: 1024px) {
.coursePg .heroContent{grid-template-columns:1fr;gap:40px}
.coursePg .heroTitle{font-size:44px}
.coursePg .courseGrid{grid-template-columns:repeat(2,1fr);gap:28px}
.coursePg .statsGrid{grid-template-columns:repeat(2,1fr);gap:32px}
.coursePg .featuresGrid{grid-template-columns:1fr;gap:32px}
}
@media (max-width: 768px) {
.coursePg .wrapMax{padding:0 16px}
.coursePg .heroTitle{font-size:36px}
.coursePg .heroDesc{font-size:18px}
.coursePg .secTitle{font-size:34px}
.coursePg .courseGrid{grid-template-columns:1fr;gap:24px}
.coursePg .timelineWrap{padding-left:40px}
.coursePg .timelineItem::before{left:-36px}
.coursePg .statsGrid{grid-template-columns:1fr;gap:24px}
.coursePg .ctaTitle{font-size:32px}
.coursePg .ctaTxt{font-size:18px}
.coursePg .heroBtnGroup{flex-direction:column}
.coursePg .btnPrimary,.coursePg .btnSecondary{width:100%;text-align:center}
}
.successPg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff 0%,#FCE8EE 50%,#fff 100%);padding:2rem;position:relative;overflow:hidden}
.successPg::before{content:'';position:absolute;width:600px;height:600px;border:3px solid #58199D;border-radius:50%;top:-200px;right:-200px;opacity:.1}
.successPg::after{content:'';position:absolute;width:400px;height:400px;border:3px solid #FCFB2C;border-radius:12px;bottom:-150px;left:-150px;opacity:.15;transform:rotate(25deg)}
.confirmBox{max-width:720px;width:100%;background:#fff;border-radius:12px;padding:4rem 3rem;box-shadow:0 24px 64px #58199d1f;text-align:center;position:relative;z-index:1}
.iconWrap{width:120px;height:120px;margin:0 auto 2rem;position:relative;animation:scaleIn .6s cubic-bezier(0.34,1.56,0.64,1)}
@keyframes scaleIn {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.iconWrap::before{content:'';position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#FCFB2C 0%,#58199D 100%);border-radius:50%;opacity:.15;animation:pulseRing 2s ease-in-out infinite}
@keyframes pulseRing {
0%,100%{transform:scale(1);opacity:.15}
50%{transform:scale(1.15);opacity:.05}
}
.checkIcon{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.checkIcon::before{content:'';position:absolute;width:40px;height:70px;border-right:6px solid #58199D;border-bottom:6px solid #58199D;transform:rotate(45deg) translateY(-8px)}
.mainTitle{font-size:3rem;font-weight:700;color:#161616;margin:0 0 1.5rem;line-height:1.2}
.descText{font-size:1.25rem;line-height:1.7;color:#525252;margin:0 0 2.5rem;max-width:560px;margin-left:auto;margin-right:auto}
.detailInfo{background:#F4F4F4;border-radius:12px;padding:2rem;margin:0 0 2.5rem;text-align:left}
.infoRow{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #E0E0E0}
.infoRow:last-child{border-bottom:none;padding-bottom:0}
.infoLabel{font-size:1rem;color:#525252;font-weight:500}
.infoValue{font-size:1.125rem;color:#161616;font-weight:600}
.actionGroup{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btnPrimary{background:#58199D;color:#fff;padding:1rem 2.5rem;border-radius:12px;font-size:1.125rem;font-weight:600;text-decoration:none;display:inline-block;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 16px #58199d40}
.btnPrimary:hover{transform:scale(1.05);box-shadow:0 8px 24px #58199d59;background:#6b1fb8}
.btnPrimary:active{transform:scale(0.98);box-shadow:inset 0 2px 8px #0003}
.btnSecondary{background:transparent;color:#58199D;padding:1rem 2.5rem;border-radius:12px;font-size:1.125rem;font-weight:600;text-decoration:none;display:inline-block;transition:transform 0.2s,background .2s;border:2px solid #58199D}
.btnSecondary:hover{transform:scale(1.05);background:#58199d0d}
.btnSecondary:active{transform:scale(0.98);box-shadow:inset 0 2px 8px #58199d26}
.contactDetails{margin-top:3rem;padding-top:2rem;border-top:1px solid #E0E0E0}
.contactTitle{font-size:1rem;font-weight:600;color:#161616;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.08em}
.contactList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}
.contactList li{font-size:1rem;color:#525252}
.contactList a{color:#58199D;text-decoration:none;transition:color .2s}
.contactList a:hover{color:#FCFB2C;text-decoration:underline}
@media (max-width: 768px) {
.confirmBox{padding:3rem 1.5rem}
.mainTitle{font-size:2rem}
.descText{font-size:1.125rem}
.actionGroup{flex-direction:column}
.btnPrimary,.btnSecondary{width:100%}
.infoRow{flex-direction:column;align-items:flex-start;gap:.5rem}
}
@media (max-width: 480px) {
.successPg{padding:1rem}
.iconWrap{width:90px;height:90px}
.iconWrap::before{content:'';width:30px;height:55px}
.mainTitle{font-size:1.75rem}
.descText{font-size:1rem}
.detailInfo{padding:1.5rem}
}