html{margin:0;padding:0;box-sizing:border-box}
body{margin:0;padding:0;font-family:'Figtree',sans-serif;font-size:19px;line-height:1.7;color:#1a1a1a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}
::selection{background:#000;color:#fff}
:focus{outline:2px solid #4B092B;outline-offset:2px;filter:invert(1)}
.top-band{background:linear-gradient(135deg,#4B092B 0%,#CD4805 100%);padding:24px 0;position:relative}
.top-band::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:#4b092b26}
.header-container{max-width:1320px;margin:0 auto;padding:0 24px}
.header-main{display:flex;align-items:center;justify-content:space-between;gap:48px}
.logo-region{display:flex;flex-direction:column;gap:8px}
.logo-holder{background:#fff;padding:12px 20px;border-radius:3px;box-shadow:1px 4px 20px -1px #4b092b17;border:1px solid #4b092b14;display:inline-flex;align-items:center;gap:16px}
.logo-holder img{width:65px;height:65px;object-fit:contain;display:block}
.brand-stack{display:flex;flex-direction:column;gap:4px}
.brand-name{font-size:19px;font-weight:600;color:#4B092B;line-height:1.3;margin:0}
.brand-tag{font-size:13px;color:#666;line-height:1.3;margin:0}
.nav-wrapper{flex:1;display:flex;justify-content:flex-end}
.primary-nav{display:flex;flex-wrap:wrap;gap:6px 4px;align-items:center;list-style:none;margin:0;padding:0}
.primary-nav li{margin:0}
.primary-nav a{display:block;padding:12px 20px;font-size:19px;font-weight:500;color:#fff;text-decoration:none;border-radius:3px;background:#ffffff1a;border:1px solid #ffffff26;transition:color .42s cubic-bezier(0.16,1,0.3,1),border-color .42s cubic-bezier(0.16,1,0.3,1);white-space:nowrap}
.primary-nav a:hover{color:#fff;border-color:#fff6}
.contact-strip{background:#f8f8f8;border-top:1px solid #e8e8e8;padding:18px 0}
.contact-grid{max-width:1320px;margin:0 auto;padding:0 24px;display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:center}
.contact-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#4B092B}
.contact-item i{font-size:19px;color:#CD4805}
.contact-item a{color:#4B092B;text-decoration:none;transition:color .38s ease-in-out}
.contact-item a:hover{color:#CD4805}
.page-foot{background:#4B092B;color:#fff;padding:64px 0 0;position:relative;overflow:hidden}
.page-foot::before{content:'';position:absolute;top:0;left:-10%;width:120%;height:100%;background:radial-gradient(circle at 20% 30%,#cd480514 0%,transparent 40%),radial-gradient(circle at 80% 70%,#038f9e0f 0%,transparent 35%);pointer-events:none}
.footer-content{max-width:1320px;margin:0 auto;padding:0 24px;position:relative;z-index:1}
.footer-grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:48px;margin-bottom:48px}
.footer-block h3{font-size:19px;font-weight:600;margin:0 0 20px;color:#fff;line-height:1.3}
.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.footer-links a{font-size:13px;color:#ffffffd9;text-decoration:none;transition:color .45s cubic-bezier(0.16,1,0.3,1);display:inline-block}
.footer-links a:hover{color:#CD4805}
.footer-logo-section{display:flex;flex-direction:column;gap:16px}
.footer-logo-box{background:#fff;padding:16px 20px;border-radius:3px;display:inline-flex;align-items:center;gap:14px;align-self:flex-start;box-shadow:1px 4px 20px -1px #cd480517}
.footer-logo-box img{width:48px;height:48px;object-fit:contain}
.footer-brand-text{font-size:19px;font-weight:600;color:#4B092B;margin:0}
.footer-desc{font-size:13px;line-height:1.6;color:#ffffffbf;margin:0}
.footer-bottom{border-top:1px solid #ffffff1a;padding:32px 0;margin-top:48px}
.footer-bottom-content{max-width:1320px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.copyright{font-size:13px;color:#ffffffa6;margin:0}
.footer-address{font-size:13px;color:#ffffffa6;font-style:normal;margin:0}
.cookie-toast{position:fixed;bottom:24px;right:24px;background:#fff;border-radius:3px;padding:24px;box-shadow:1px 9px 48px -1px #4b092b1a;max-width:380px;z-index:9999;border:1px solid #4b092b1f;display:none;animation:slideInFromBottom .5s cubic-bezier(0.16,1,0.3,1) forwards}
.cookie-toast.visible{display:block}
.cookie-toast.hiding{animation:slideOutToBottom .5s cubic-bezier(0.16,1,0.3,1) forwards}
@keyframes slideInFromBottom {
from{transform:translateY(120%);opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes slideOutToBottom {
from{transform:translateY(0);opacity:1}
to{transform:translateY(120%);opacity:0}
}
.cookie-text{font-size:13px;line-height:1.6;color:#333;margin:0 0 16px}
.cookie-actions{display:flex;gap:8px}
.cookie-btn{flex:1;padding:10px 20px;font-size:13px;font-weight:500;border:2px solid #4B092B;border-radius:32px;cursor:pointer;transition:border-color .38s cubic-bezier(0.16,1,0.3,1),color .38s cubic-bezier(0.16,1,0.3,1),background .38s cubic-bezier(0.16,1,0.3,1);text-align:center;font-family:'Figtree',sans-serif}
.cookie-accept{background:#4B092B;color:#fff}
.cookie-accept:hover{border-color:#CD4805}
.cookie-decline{background:transparent;color:#4B092B}
.cookie-decline:hover{border-color:#CD4805;color:#CD4805}
@media (max-width: 968px) {
.footer-grid{grid-template-columns:1fr;gap:32px}
.header-main{flex-direction:column;gap:24px;align-items:center}
.nav-wrapper{width:100%;justify-content:center}
.primary-nav{justify-content:center}
.contact-grid{flex-direction:column;gap:16px}
.footer-bottom-content{flex-direction:column;text-align:center}
.cookie-toast{left:16px;right:16px;bottom:16px;max-width:none}
}
@media (max-width: 640px) {
.primary-nav a{padding:10px 16px;font-size:19px}
.logo-holder{flex-direction:column;text-align:center}
.brand-stack{align-items:center}
.cookie-actions{flex-direction:column}
}
.rules-content{max-width:1320px;margin:0 auto;padding:80px 24px}
.rules-content h1{font-size:62px;line-height:1.3;color:#4B092B;margin:0 0 48px}
.rules-content h2{font-size:34px;line-height:1.3;color:#4B092B;margin:64px 0 24px}
.rules-content h3{font-size:19px;line-height:1.6;color:#4B092B;margin:40px 0 16px;font-weight:600}
.rules-content h4,.rules-content h5,.rules-content h6{font-size:19px;line-height:1.6;color:#4B092B;margin:32px 0 12px;font-weight:600}
.rules-content p{font-size:19px;line-height:1.7;margin:0 0 20px;color:#1a1a1a}
.rules-content em,.rules-content i{font-style:italic}
.rules-content a{color:#038F9E;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .42s cubic-bezier(0.16,1,0.3,1),color .42s cubic-bezier(0.16,1,0.3,1)}
.rules-content a:hover{color:#CD4805;border-bottom-color:#CD4805}
.rules-content table{width:100%;border-collapse:collapse;margin:40px 0;font-size:19px;background:#fff;border:1px solid #4b092b1f;border-radius:3px;overflow:hidden}
.rules-content thead{background:#4b092b0d}
.rules-content th{padding:16px 20px;text-align:left;font-weight:600;color:#4B092B;border-bottom:2px solid #4b092b26;line-height:1.6}
.rules-content td{padding:16px 20px;border-bottom:1px solid #4b092b14;line-height:1.7;color:#1a1a1a}
.rules-content tbody tr:last-child td{border-bottom:none}
.rules-content tbody tr:hover{background:#4b092b05}
.rules-content hr{border:none;height:1px;background:#4b092b1f;margin:48px 0}
.rules-content div{margin:0}
.rules-content h1 + p{font-size:19px;line-height:1.7;color:#666;margin-bottom:48px}
.rules-content ul,.rules-content ol{font-size:19px;line-height:1.7;margin:0 0 20px;padding-left:28px;color:#1a1a1a}
.rules-content li{margin-bottom:12px}
.rules-content li:last-child{margin-bottom:0}
@media (max-width: 768px) {
.rules-content{padding:48px 20px}
.rules-content h1{font-size:34px;margin-bottom:32px}
.rules-content h2{font-size:19px;margin-top:48px}
.rules-content h3,.rules-content h4,.rules-content h5,.rules-content h6{font-size:19px}
.rules-content table{font-size:13px;margin:32px 0}
.rules-content th,.rules-content td{padding:12px 14px}
.rules-content hr{margin:32px 0}
}
.post-detail-wrapper{background:#fefefe;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.post-detail-wrapper .content-container{max-width:1320px;margin:0 auto;padding:0 24px}
.post-detail-wrapper .hero-shell{position:relative;overflow:hidden;background:conic-gradient(from 135deg,#4B092B,#CD4805,#fefefe);padding:80px 24px 120px;margin-bottom:60px}
.post-detail-wrapper .pulse-layer{position:absolute;top:50%;left:50%;width:600px;height:600px;margin:-300px 0 0 -300px;background:radial-gradient(circle,#4b092b33 0%,transparent 70%);animation:slowpulse 8s cubic-bezier(0.16,1,0.3,1) infinite;pointer-events:none}
@keyframes slowpulse {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.4);opacity:.1}
}
.post-detail-wrapper .rotating-accent{position:absolute;bottom:40px;right:60px;width:120px;height:120px;border:2px solid #ffffff4d;border-radius:3px;animation:slowrotate 20s linear infinite;pointer-events:none}
@keyframes slowrotate {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.post-detail-wrapper .hero-content-inner{position:relative;z-index:2;max-width:880px;margin:0 auto}
.post-detail-wrapper .tag-badge{display:inline-block;background:#fffffff2;color:#4B092B;padding:6px 16px;border-radius:32px;font-size:13px;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em}
.post-detail-wrapper .main-heading{font-size:62px;line-height:1.3;color:#fff;font-weight:700;margin:0 0 24px}
.post-detail-wrapper .sub-heading-text{font-size:19px;line-height:1.6;color:#ffffffeb;margin:0 0 32px}
.post-detail-wrapper .meta-row{display:flex;gap:32px;align-items:center;font-size:13px;color:#ffffffd9}
.post-detail-wrapper .meta-item{display:flex;align-items:center;gap:8px}
.post-detail-wrapper .meta-item svg{width:16px;height:16px;fill:currentColor}
.post-detail-wrapper .featured-image-shell{max-width:1320px;margin:-80px auto 60px;padding:0 24px;position:relative;z-index:3}
.post-detail-wrapper .image-holder{position:relative;width:100%;height:0;padding-bottom:56.25%;background:#e8e8e8;border-radius:3px;overflow:hidden;box-shadow:1px 9px 48px -1px #4b092b1a}
.post-detail-wrapper .image-holder::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,#00000005 2px,#00000005 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,#00000005 2px,#00000005 4px);pointer-events:none;z-index:2}
.post-detail-wrapper .image-holder img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.post-detail-wrapper .body-content-area{max-width:1320px;margin:0 auto 80px;padding:0 24px}
.post-detail-wrapper .body-grid-layout{display:grid;grid-template-columns:1fr 2fr 1fr;gap:48px}
.post-detail-wrapper .main-text-column{grid-column:2}
.post-detail-wrapper .main-text-column h2{font-size:34px;line-height:1.3;font-weight:700;color:#1a1a1a;margin:48px 0 20px}
.post-detail-wrapper .main-text-column h2:first-child{margin-top:0}
.post-detail-wrapper .main-text-column h4{font-size:19px;line-height:1.6;font-weight:600;color:#4B092B;margin:32px 0 16px}
.post-detail-wrapper .main-text-column p{font-size:19px;line-height:1.7;color:#2a2a2a;margin:0 0 24px}
.post-detail-wrapper .main-text-column ul{margin:24px 0;padding:0 0 0 24px}
.post-detail-wrapper .main-text-column li{font-size:19px;line-height:1.7;color:#2a2a2a;margin-bottom:12px}
.post-detail-wrapper .main-text-column code{background:#f4f4f4;color:#CD4805;padding:3px 8px;border-radius:3px;font-size:17px;font-family:monospace}
.post-detail-wrapper .main-text-column table{width:100%;border-collapse:collapse;margin:32px 0;font-size:19px;border:1px solid #e0e0e0}
.post-detail-wrapper .main-text-column table caption{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#4B092B;text-align:left;padding:12px 0}
.post-detail-wrapper .main-text-column table tr{border-bottom:1px solid #e8e8e8}
.post-detail-wrapper .main-text-column table td{padding:16px;color:#2a2a2a}
.post-detail-wrapper .main-text-column table tfoot td{font-weight:600;background:#fafafa;color:#1a1a1a}
.post-detail-wrapper .divider-dotted{max-width:1320px;margin:60px auto;padding:0 24px}
.post-detail-wrapper .dotted-line{height:2px;background-image:radial-gradient(circle,#CD4805 1px,transparent 1px);background-size:8px 2px;background-repeat:repeat-x}
.post-detail-wrapper .gradient-transition-section{background:linear-gradient(to right,#4B092B 0%,#fefefe 100%);padding:80px 24px;margin-bottom:60px}
.post-detail-wrapper .certificate-display-area{max-width:1320px;margin:0 auto;display:flex;justify-content:center}
.post-detail-wrapper .certificate-frame{background:#fff;border:4px solid #4B092B;border-radius:3px;padding:48px 64px;box-shadow:1px 4px 20px -1px #4b092b17;max-width:600px;text-align:center;position:relative}
.post-detail-wrapper .certificate-frame::before{content:'';position:absolute;top:12px;left:12px;right:12px;bottom:12px;border:1px solid #CD4805;border-radius:3px;pointer-events:none}
.post-detail-wrapper .cert-label{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#CD4805;font-weight:600;margin-bottom:16px}
.post-detail-wrapper .cert-title{font-size:34px;line-height:1.3;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.post-detail-wrapper .cert-subtitle{font-size:19px;line-height:1.6;color:#555;margin-bottom:24px}
.post-detail-wrapper .cert-badge-visual{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border:3px solid #038F9E;border-radius:50%;margin-top:16px}
.post-detail-wrapper .cert-badge-visual svg{width:40px;height:40px;fill:#038F9E}
.post-detail-wrapper .interactive-reveal-section{max-width:1320px;margin:0 auto 60px;padding:0 24px}
.post-detail-wrapper .reveal-trigger-input{display:none}
.post-detail-wrapper .reveal-control-row{display:flex;gap:16px;margin-bottom:32px}
.post-detail-wrapper .reveal-btn{flex:1;background:#fefefe;border:2px solid #4B092B;color:#4B092B;padding:16px 24px;font-size:19px;font-weight:600;border-radius:3px;cursor:pointer;transition:border-color .45s cubic-bezier(0.16,1,0.3,1);text-transform:lowercase}
.post-detail-wrapper .reveal-btn:hover{border-color:#CD4805}
.post-detail-wrapper .content-overlay-shell{position:relative;min-height:300px;background:#f4f4f4;border-radius:3px;padding:40px}
.post-detail-wrapper .neutral-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#4b092bd9;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;border-radius:3px;transition:opacity .5s cubic-bezier(0.16,1,0.3,1),visibility .5s cubic-bezier(0.16,1,0.3,1);opacity:1;visibility:visible}
.post-detail-wrapper .overlay-message{font-size:19px;color:#fff;font-weight:600}
.post-detail-wrapper .reveal-trigger-input:checked ~ .content-overlay-shell .neutral-overlay{opacity:0;visibility:hidden}
.post-detail-wrapper .hidden-content-block{font-size:19px;line-height:1.7;color:#2a2a2a}
.post-detail-wrapper .hidden-content-block h4{font-size:19px;font-weight:600;color:#4B092B;margin-bottom:12px}
.post-detail-wrapper .cta-bottom-zone{max-width:1320px;margin:0 auto 80px;padding:0 24px}
.post-detail-wrapper .cta-card-outer{background:#fafafa;border-radius:3px;padding:56px 48px;border:1px solid #e8e8e8;text-align:center}
.post-detail-wrapper .dash-accent{display:inline-block;position:relative;padding-left:24px}
.post-detail-wrapper .dash-accent::before{content:'';position:absolute;left:0;top:50%;width:16px;height:2px;background:#CD4805;transform:translateY(-50%)}
.post-detail-wrapper .cta-heading{font-size:34px;line-height:1.3;font-weight:700;color:#1a1a1a;margin-bottom:16px}
.post-detail-wrapper .cta-description{font-size:19px;line-height:1.7;color:#555;margin-bottom:32px;max-width:680px;margin-left:auto;margin-right:auto}
.post-detail-wrapper .cta-btn-row{display:flex;gap:16px;justify-content:center}
.post-detail-wrapper .primary-cta-btn{background:#4B092B;color:#fff;border:2px solid #4B092B;padding:16px 40px;font-size:19px;font-weight:600;border-radius:3px;cursor:pointer;transition:border-color .4s ease-in-out;text-decoration:none;display:inline-block;text-transform:lowercase}
.post-detail-wrapper .primary-cta-btn:hover{border-color:#CD4805}
.post-detail-wrapper .secondary-cta-btn{background:#fefefe;color:#4B092B;border:2px solid #4B092B;padding:16px 40px;font-size:19px;font-weight:600;border-radius:3px;cursor:pointer;transition:border-color .5s ease-in-out;text-decoration:none;display:inline-block;text-transform:lowercase}
.post-detail-wrapper .secondary-cta-btn:hover{border-color:#038F9E}
@media (max-width: 768px) {
.post-detail-wrapper .main-heading{font-size:34px}
.post-detail-wrapper .body-grid-layout{grid-template-columns:1fr;gap:24px}
.post-detail-wrapper .main-text-column{grid-column:1}
.post-detail-wrapper .hero-shell{padding:48px 24px 80px}
.post-detail-wrapper .featured-image-shell{margin-top:-60px}
.post-detail-wrapper .certificate-frame{padding:32px 24px}
.post-detail-wrapper .cta-btn-row{flex-direction:column}
.post-detail-wrapper .meta-row{flex-direction:column;align-items:flex-start;gap:12px}
}
.post-detail-wrapper ::selection{background:#000;color:#fff}
.post-detail-wrapper input::placeholder,.post-detail-wrapper textarea::placeholder{color:#999}
.program-mentorship-page{background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.program-mentorship-page ::selection{background:#000;color:#fff}
.program-mentorship-page .title-display{position:relative;height:85vh;min-height:520px;overflow:hidden;margin-bottom:68px}
.program-mentorship-page .title-display img{width:100%;height:100%;object-fit:cover;filter:brightness(0.42)}
.program-mentorship-page .title-display::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,#4b092b00 0%,#4b092bc7 100%);pointer-events:none;z-index:1}
.program-mentorship-page .spinning-accent{position:absolute;top:15%;right:8%;width:180px;height:180px;border:3px solid #cd480540;border-radius:32px;animation:rotateslow 28s linear infinite;z-index:2}
@keyframes rotateslow {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.program-mentorship-page .title-content-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:32px;z-index:3}
.program-mentorship-page .descriptor-above{font-size:19px;line-height:1.6;color:#fff;text-shadow:2px 2px 8px #cd4805d9;margin-bottom:16px;max-width:680px}
.program-mentorship-page .title-main-heading{font-size:62px;line-height:1.3;font-weight:700;color:#fff;text-shadow:3px 3px 12px #038f9ee6;margin:0}
.program-mentorship-page .structure-wrapper{max-width:1320px;margin:0 auto;padding:0 24px}
.program-mentorship-page .program-overview-handler{margin-bottom:92px}
.program-mentorship-page .overview-cols{display:grid;grid-template-columns:1fr 2fr 1fr;gap:38px;align-items:start}
.program-mentorship-page .overview-cols img{width:100%;height:340px;object-fit:cover;border-radius:3px;filter:brightness(0.88);transition:filter .45s cubic-bezier(0.16,1,0.3,1)}
.program-mentorship-page .overview-cols img:hover{filter:brightness(1.05)}
.program-mentorship-page .overview-central{padding:28px 32px;background:linear-gradient(135deg,#f8f8f8 0%,#fff 100%);border-radius:32px;box-shadow:1px 4px 20px -1px #4b092b17}
.program-mentorship-page .overview-central h2{font-size:34px;line-height:1.3;font-weight:700;color:#4B092B;margin:0 0 18px}
.program-mentorship-page .overview-central p{font-size:19px;line-height:1.7;margin:0 0 16px}
.program-mentorship-page .overview-central p:last-child{margin-bottom:0}
.program-mentorship-page .overview-side-content{background:#fff;padding:24px;border-radius:3px;box-shadow:1px 1px 4px -1px #4b092b0d}
.program-mentorship-page .overview-side-content h4{font-size:19px;line-height:1.3;font-weight:700;color:#4B092B;margin:0 0 12px}
.program-mentorship-page .overview-side-content p{font-size:13px;line-height:1.7;margin:0}
.program-mentorship-page .highlighted-value{display:inline-block;padding:4px 12px;background:#038f9e1f;color:#038F9E;border-radius:32px;font-size:13px;font-weight:600;margin-top:8px}
.program-mentorship-page .testimonials-data{background:linear-gradient(180deg,#4b092b08 0%,#cd480505 100%);padding:72px 0;margin-bottom:88px;position:relative}
.program-mentorship-page .diagonal-lines-bg{position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 28px,#4b092b04 28px,#4b092b04 29px);pointer-events:none}
.program-mentorship-page .testimonials-data h3{font-size:34px;line-height:1.3;font-weight:300;text-align:center;color:#1a1a1a;margin:0 0 48px}
.program-mentorship-page .testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative;z-index:1}
.program-mentorship-page .testimonial-unit{background:#fff;padding:28px;border-radius:32px;box-shadow:1px 9px 48px -1px #cd48051a;display:flex;flex-direction:column;gap:18px;transition:transform .45s ease-in-out}
.program-mentorship-page .testimonial-unit:hover{transform:translateY(-6px)}
.program-mentorship-page .testimonial-header{display:flex;align-items:center;gap:16px}
.program-mentorship-page .testimonial-header img{width:68px;height:68px;border-radius:3px;object-fit:cover;object-position:center 20%;filter:brightness(0.88);transition:filter .42s cubic-bezier(0.16,1,0.3,1)}
.program-mentorship-page .testimonial-unit:hover .testimonial-header img{filter:brightness(1.05)}
.program-mentorship-page .testimonial-identity h5{font-size:19px;line-height:1.3;font-weight:700;color:#1a1a1a;margin:0 0 4px}
.program-mentorship-page .testimonial-identity p{font-size:13px;line-height:1.6;color:#666;margin:0}
.program-mentorship-page .testimonial-text{font-size:13px;line-height:1.7;color:#333;margin:0}
.program-mentorship-page .enrollment-complex{margin-bottom:96px}
.program-mentorship-page .center-ring-structure{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,auto);gap:24px;max-width:1000px;margin:0 auto}
.program-mentorship-page .ring-central-element{grid-column:2 / 3;grid-row:2 / 3;background:linear-gradient(135deg,#4B092B 0%,#CD4805 100%);padding:42px 38px;border-radius:32px;color:#fff;box-shadow:1px 9px 48px -1px #4b092b1a;text-align:center}
.program-mentorship-page .ring-central-element h3{font-size:34px;line-height:1.3;font-weight:700;margin:0 0 16px}
.program-mentorship-page .ring-central-element p{font-size:19px;line-height:1.7;margin:0 0 24px}
.program-mentorship-page .price-display{font-size:34px;font-weight:700;margin-bottom:22px}
.program-mentorship-page .enroll-trigger{display:inline-block;padding:14px 38px;background:#fff;color:#4B092B;font-size:19px;font-weight:600;text-decoration:none;border-radius:3px;border:2px solid #fff;transition:border-color .48s cubic-bezier(0.16,1,0.3,1),color .48s cubic-bezier(0.16,1,0.3,1)}
.program-mentorship-page .enroll-trigger:hover{border-color:#038F9E;color:#038F9E}
.program-mentorship-page .ring-satellite{background:#fff;padding:24px;border-radius:3px;box-shadow:1px 1px 4px -1px #4b092b0d}
.program-mentorship-page .ring-satellite h6{font-size:13px;line-height:1.3;font-weight:700;color:#4B092B;margin:0 0 8px;text-transform:uppercase;letter-spacing:.05em}
.program-mentorship-page .ring-satellite p{font-size:13px;line-height:1.7;margin:0}
.program-mentorship-page .ring-satellite:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}
.program-mentorship-page .ring-satellite:nth-child(2){grid-column:2 / 3;grid-row:1 / 2}
.program-mentorship-page .ring-satellite:nth-child(3){grid-column:3 / 4;grid-row:1 / 2}
.program-mentorship-page .ring-satellite:nth-child(4){grid-column:1 / 2;grid-row:2 / 3}
.program-mentorship-page .ring-satellite:nth-child(6){grid-column:3 / 4;grid-row:2 / 3}
.program-mentorship-page .ring-satellite:nth-child(7){grid-column:1 / 2;grid-row:3 / 4}
.program-mentorship-page .ring-satellite:nth-child(8){grid-column:2 / 3;grid-row:3 / 4}
.program-mentorship-page .ring-satellite:nth-child(9){grid-column:3 / 4;grid-row:3 / 4}
.program-mentorship-page .zigzag-divider{width:100%;height:42px;margin:72px 0}
.program-mentorship-page .small-geo-motif{position:relative;padding-left:48px}
.program-mentorship-page .small-geo-motif::before{content:'';position:absolute;left:0;top:0;bottom:0;width:24px;background:repeating-linear-gradient(0deg,#CD4805,#CD4805 8px,transparent 8px,transparent 16px)}
@media (max-width: 968px) {
.program-mentorship-page .title-main-heading{font-size:34px}
.program-mentorship-page .descriptor-above{font-size:13px}
.program-mentorship-page .overview-cols{grid-template-columns:1fr}
.program-mentorship-page .testimonial-grid{grid-template-columns:1fr}
.program-mentorship-page .center-ring-structure{grid-template-columns:1fr;grid-template-rows:auto}
.program-mentorship-page .ring-central-element{grid-column:1 / 2;grid-row:auto}
.program-mentorship-page .ring-satellite{grid-column:1 / 2!important;grid-row:auto!important}
}
.about-structure{background:#FAFAFA;color:#1A1A1A;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.about-structure .content-wrapper{max-width:1320px;margin:0 auto;padding:0 20px}
.about-structure .title-wrapper{padding:80px 0 60px;position:relative;overflow:hidden}
.about-structure .title-layout{display:flex;gap:48px;align-items:center}
.about-structure .title-image-strip{width:180px;flex-shrink:0;position:relative}
.about-structure .title-image-strip img{width:100%;height:520px;object-fit:cover;border-radius:3px;mix-blend-mode:multiply;animation:duotone-shift 8s cubic-bezier(0.16,1,0.3,1) infinite}
@keyframes duotone-shift {
0%{filter:sepia(0.6) hue-rotate(280deg) saturate(1.4)}
50%{filter:sepia(0.8) hue-rotate(15deg) saturate(1.6)}
100%{filter:sepia(0.6) hue-rotate(280deg) saturate(1.4)}
}
.about-structure .title-text-area{flex:1;position:relative}
.about-structure .decorative-circles{position:absolute;top:-40px;right:60px;width:200px;height:200px;opacity:.06;pointer-events:none}
.about-structure .decorative-circles::before,.about-structure .decorative-circles::after{content:'';position:absolute;border:2px solid #4B092B;border-radius:32px}
.about-structure .decorative-circles::before{width:120px;height:120px;top:0;left:0}
.about-structure .decorative-circles::after{width:80px;height:80px;bottom:20px;right:0;border-color:#CD4805}
.about-structure .typewriter-heading{font-size:62px;line-height:1.3;font-weight:700;color:#4B092B;overflow:hidden;white-space:nowrap;animation:typewriter 2.5s steps(40) forwards;width:0}
@keyframes typewriter {
to{width:100%}
}
.about-structure .intro-label{display:inline-block;font-size:13px;text-transform:uppercase;letter-spacing:.08em;padding:6px 16px;background:#038F9E;color:#FFF;border-radius:32px;margin-bottom:16px;font-weight:600}
.about-structure .intro-text{font-size:19px;line-height:1.7;color:#2A2A2A;margin-top:24px}
.about-structure .divider-gradient{height:3px;background:linear-gradient(105deg,#4B092B 0%,#CD4805 50%,#038F9E 100%);margin:80px 0;transform:skewY(-1deg)}
.about-structure .stats-handler{padding:100px 0;background:radial-gradient(ellipse at center,#F5F5F5 0%,#E8E8E8 100%);position:relative}
.about-structure .stats-grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:32px}
.about-structure .stat-card{background:#FFF;padding:32px;border-radius:3px;box-shadow:1px 4px 20px -1px #4b092b17;transition:transform .45s cubic-bezier(0.16,1,0.3,1)}
.about-structure .stat-card:hover{transform:translateY(-4px)}
.about-structure .stat-number{font-size:62px;line-height:1.3;font-weight:700;background:linear-gradient(120deg,#4B092B 0%,#CD4805 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px}
.about-structure .stat-label{font-size:19px;line-height:1.6;color:#3A3A3A;font-weight:600}
.about-structure .stat-description{font-size:13px;line-height:1.7;color:#5A5A5A;margin-top:8px}
.about-structure .punctuation-mark{position:absolute;font-size:320px;font-weight:700;color:transparent;-webkit-text-stroke:2px #4b092b14;top:-80px;right:10%;pointer-events:none;line-height:1}
.about-structure .team-data{padding:80px 0}
.about-structure .team-heading{font-size:34px;line-height:1.3;font-weight:700;color:#1A1A1A;margin-bottom:48px}
.about-structure .team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.about-structure .team-member{display:flex;gap:24px;align-items:flex-start}
.about-structure .member-photo{width:120px;height:160px;flex-shrink:0}
.about-structure .member-photo img{width:100%;height:100%;object-fit:cover;object-position:center 20%;border-radius:3px;box-shadow:1px 1px 4px -1px #cd48050d}
.about-structure .member-info{flex:1}
.about-structure .member-name{font-size:19px;line-height:1.6;font-weight:700;color:#1A1A1A;margin-bottom:4px}
.about-structure .member-role{font-size:13px;line-height:1.7;color:#CD4805;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}
.about-structure .member-bio{font-size:13px;line-height:1.7;color:#4A4A4A}
.about-structure .dual-format-outer{padding:80px 0}
.about-structure .dual-columns{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.about-structure .text-format h5{font-size:34px;line-height:1.3;font-weight:300;color:#4B092B;margin-bottom:24px}
.about-structure .approach-label{font-weight:700;color:#1A1A1A;margin-bottom:8px}
.about-structure .approach-text{font-size:13px;line-height:1.7;color:#3A3A3A;margin-bottom:20px}
.about-structure .visual-format{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.about-structure .visual-image{width:100%;height:240px;overflow:hidden;border-radius:3px;box-shadow:1px 4px 20px -1px #038f9e17}
.about-structure .visual-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}
.about-structure .visual-image:hover img{transform:scale(1.06)}
.about-structure .visual-image:nth-child(1){grid-column:1 / 2;grid-row:1 / 3;height:100%}
.about-structure .cards-section{padding:80px 0 100px;background:#FFF}
.about-structure .cards-heading{font-size:34px;line-height:1.3;font-weight:700;color:#1A1A1A;margin-bottom:48px;text-align:center}
.about-structure .value-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.about-structure .value-card{background:#FAFAFA;padding:32px 28px;border-radius:3px;border:2px solid transparent;transition:border-color .4s ease-in-out;position:relative}
.about-structure .value-card:hover{border-color:#038F9E}
.about-structure .value-card h6{font-size:19px;line-height:1.6;font-weight:700;color:#4B092B;margin-bottom:12px}
.about-structure .value-card p{font-size:13px;line-height:1.7;color:#4A4A4A}
.about-structure .hover-text-change{display:inline}
.about-structure .hover-text-change span{display:inline-block;transition:color .35s cubic-bezier(0.16,1,0.3,1)}
.about-structure .hover-text-change:hover span:nth-child(1){color:#4B092B;transition-delay:0s}
.about-structure .hover-text-change:hover span:nth-child(2){color:#CD4805;transition-delay:.05s}
.about-structure .hover-text-change:hover span:nth-child(3){color:#038F9E;transition-delay:.1s}
.about-structure .hover-text-change:hover span:nth-child(4){color:#4B092B;transition-delay:.15s}
.about-structure .hover-text-change:hover span:nth-child(5){color:#CD4805;transition-delay:.2s}
.about-structure .hover-text-change:hover span:nth-child(6){color:#038F9E;transition-delay:.25s}
.about-structure .hover-text-change:hover span:nth-child(7){color:#4B092B;transition-delay:.3s}
.about-structure .hover-text-change:hover span:nth-child(8){color:#CD4805;transition-delay:.35s}
.about-structure .hover-text-change:hover span:nth-child(9){color:#038F9E;transition-delay:.4s}
.about-structure .hover-text-change:hover span:nth-child(10){color:#4B092B;transition-delay:.45s}
.about-structure .hover-text-change:hover span:nth-child(11){color:#CD4805;transition-delay:.5s}
@media (max-width: 1024px) {
.about-structure .title-layout{flex-direction:column;gap:32px}
.about-structure .title-image-strip{width:100%;max-width:240px;margin:0 auto}
.about-structure .title-image-strip img{height:320px}
.about-structure .typewriter-heading{font-size:34px;white-space:normal;animation:none;width:auto}
.about-structure .stats-grid{grid-template-columns:1fr}
.about-structure .team-grid{grid-template-columns:1fr}
.about-structure .dual-columns{grid-template-columns:1fr;gap:40px}
.about-structure .value-cards{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.about-structure .title-wrapper{padding:60px 0 40px}
.about-structure .typewriter-heading{font-size:34px}
.about-structure .intro-text{font-size:19px}
.about-structure .stats-handler{padding:60px 0}
.about-structure .stat-number{font-size:34px}
.about-structure .punctuation-mark{font-size:180px}
.about-structure .team-heading,.about-structure .cards-heading,.about-structure .text-format h5{font-size:34px}
.about-structure .visual-format{grid-template-columns:1fr}
.about-structure .visual-image:nth-child(1){grid-column:1;grid-row:1;height:240px}
}
::selection{background:#000;color:#FFF}
::-moz-selection{background:#000;color:#FFF}
.news-portal-wrap{background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.news-portal-wrap ::selection{background:#000;color:#fff}
.news-portal-wrap .title-shell{position:relative;max-width:1320px;margin:0 auto;padding:80px 24px 100px;overflow:hidden}
.news-portal-wrap .title-shell .img-backing{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.news-portal-wrap .title-shell .img-backing img{width:100%;height:100%;object-fit:cover;filter:blur(3px);transition:filter .45s cubic-bezier(0.16,1,0.3,1)}
.news-portal-wrap .title-shell:hover .img-backing img{filter:blur(0)}
.news-portal-wrap .title-shell .img-backing::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(to top,#4b092bd9,transparent);z-index:2}
.news-portal-wrap .title-shell .floater-card{position:relative;z-index:3;max-width:600px;margin-left:auto;margin-right:60px;margin-top:140px;background:#cd4805f2;padding:32px;border-radius:32px;box-shadow:1px 9px 48px -1px #4b092b1a}
.news-portal-wrap .title-shell .label-eye{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#fff;margin-bottom:12px;font-weight:600}
.news-portal-wrap .title-shell .headline-sweep{font-size:62px;line-height:1.3;color:#fff;font-weight:700;background:linear-gradient(90deg,#fff 0%,#038F9E 50%,#fff 100%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:sweep-color 2.5s ease-in-out}
@keyframes sweep-color {
0%{background-position:100% 0}
100%{background-position:0 0}
}
.news-portal-wrap .title-shell .wave-divider{position:absolute;bottom:-2px;left:0;width:100%;height:80px;z-index:4}
.news-portal-wrap .title-shell .wave-divider svg{width:100%;height:100%;display:block}
.news-portal-wrap .posts-handler{max-width:1320px;margin:0 auto;padding:60px 24px 80px}
.news-portal-wrap .posts-handler .grid-holder{display:grid;grid-template-columns:1fr 2fr 1fr;gap:32px;align-items:start}
.news-portal-wrap .posts-handler .post-card-unit{background:#fff;border:1px solid #e5e5e5;border-radius:3px;overflow:hidden;transition:box-shadow .4s cubic-bezier(0.16,1,0.3,1),border-color .4s cubic-bezier(0.16,1,0.3,1);box-shadow:1px 1px 4px -1px #4b092b0d;display:flex;flex-direction:column;height:100%}
.news-portal-wrap .posts-handler .post-card-unit:hover{box-shadow:1px 4px 20px -1px #cd480517;border-color:#CD4805}
.news-portal-wrap .posts-handler .post-card-unit .card-img-zone{position:relative;width:100%;height:220px;overflow:hidden;background:#f0f0f0}
.news-portal-wrap .posts-handler .post-card-unit .card-img-zone img{width:100%;height:100%;object-fit:cover;filter:blur(2px);transition:filter .5s cubic-bezier(0.16,1,0.3,1),transform .5s cubic-bezier(0.16,1,0.3,1)}
.news-portal-wrap .posts-handler .post-card-unit:hover .card-img-zone img{filter:blur(0);transform:scale(1.05)}
.news-portal-wrap .posts-handler .post-card-unit .tag-badge{position:absolute;top:12px;left:12px;background:#038f9ef2;color:#fff;padding:6px 14px;border-radius:32px;font-size:13px;font-weight:600;z-index:2}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone{padding:24px;display:flex;flex-direction:column;flex-grow:1}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone .card-subtitle{font-size:13px;color:#4B092B;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone .card-heading{font-size:34px;line-height:1.3;color:#1a1a1a;font-weight:700;margin-bottom:12px;transition:color .35s ease-in-out}
.news-portal-wrap .posts-handler .post-card-unit:hover .card-text-zone .card-heading{color:#CD4805}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone .card-excerpt{font-size:19px;line-height:1.7;color:#4a4a4a;margin-bottom:16px;flex-grow:1}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone .meta-row-outer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e5e5;margin-top:auto}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone .meta-row-outer .date-stamp{font-size:13px;color:gray}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone .meta-row-outer .view-count{font-size:13px;color:gray;display:flex;align-items:center;gap:6px}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone .meta-row-outer .view-count::before{content:'';display:inline-block;width:16px;height:16px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E") no-repeat center;mask-size:contain}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone .link-read{display:inline-block;font-size:19px;color:#4B092B;text-decoration:underline;transition:text-decoration .45s ease-in-out,color .45s ease-in-out;margin-top:12px}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone .link-read:hover{text-decoration:none;color:#CD4805}
.news-portal-wrap .insight-chunk{background:conic-gradient(from 145deg at 50% 50%,#4B092B,#CD4805,#038F9E,#4B092B);padding:100px 24px;position:relative}
.news-portal-wrap .insight-chunk::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffeb;z-index:1}
.news-portal-wrap .insight-chunk .inner-content-wrapper{max-width:1320px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center}
.news-portal-wrap .insight-chunk .text-area h2{font-size:34px;line-height:1.3;color:#4B092B;font-weight:700;margin-bottom:20px}
.news-portal-wrap .insight-chunk .text-area p{font-size:19px;line-height:1.7;color:#2a2a2a;margin-bottom:16px}
.news-portal-wrap .insight-chunk .text-area .intro-label{display:inline-block;font-size:13px;font-weight:700;color:#CD4805;margin-right:8px}
.news-portal-wrap .insight-chunk .visual-dots-group{display:flex;gap:12px;align-items:center;justify-content:flex-end}
.news-portal-wrap .insight-chunk .visual-dots-group .dot-accent{width:14px;height:14px;border-radius:50%;background:#CD4805;box-shadow:1px 1px 4px -1px #cd48050d;animation:pulse-dot 2s ease-in-out infinite}
.news-portal-wrap .insight-chunk .visual-dots-group .dot-accent:nth-child(2){animation-delay:.3s;background:#038F9E}
.news-portal-wrap .insight-chunk .visual-dots-group .dot-accent:nth-child(3){animation-delay:.6s;background:#4B092B}
@keyframes pulse-dot {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.3);opacity:.7}
}
.news-portal-wrap .profile-showcase-data{max-width:1320px;margin:0 auto;padding:80px 24px;background:#fafafa}
.news-portal-wrap .profile-showcase-data .profile-layout{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:24px}
.news-portal-wrap .profile-showcase-data .profile-layout .accent-left-col{background:#4B092B;padding:32px;border-radius:3px;display:flex;flex-direction:column;justify-content:center;color:#fff}
.news-portal-wrap .profile-showcase-data .profile-layout .accent-left-col h3{font-size:34px;line-height:1.3;font-weight:300;margin-bottom:16px}
.news-portal-wrap .profile-showcase-data .profile-layout .accent-left-col .stat-line{font-size:62px;line-height:1.3;font-weight:700;color:#CD4805}
.news-portal-wrap .profile-showcase-data .profile-layout .profile-card{background:#fff;border-radius:3px;overflow:hidden;box-shadow:1px 1px 4px -1px #4b092b0d;transition:transform .4s cubic-bezier(0.16,1,0.3,1),box-shadow .4s cubic-bezier(0.16,1,0.3,1)}
.news-portal-wrap .profile-showcase-data .profile-layout .profile-card:hover{transform:translateY(-4px);box-shadow:1px 4px 20px -1px #4b092b17}
.news-portal-wrap .profile-showcase-data .profile-layout .profile-card .portrait-holder{width:100%;height:280px;overflow:hidden;background:#e5e5e5}
.news-portal-wrap .profile-showcase-data .profile-layout .profile-card .portrait-holder img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:blur(2px);transition:filter .5s cubic-bezier(0.16,1,0.3,1)}
.news-portal-wrap .profile-showcase-data .profile-layout .profile-card:hover .portrait-holder img{filter:blur(0)}
.news-portal-wrap .profile-showcase-data .profile-layout .profile-card .profile-info{padding:24px}
.news-portal-wrap .profile-showcase-data .profile-layout .profile-card .profile-info h4{font-size:19px;line-height:1.6;font-weight:700;color:#1a1a1a;margin-bottom:6px}
.news-portal-wrap .profile-showcase-data .profile-layout .profile-card .profile-info .role-label{font-size:13px;color:gray;text-transform:uppercase;letter-spacing:.05em}
.news-portal-wrap .support-layer{background:#4B092B;padding:100px 24px;position:relative;overflow:hidden}
.news-portal-wrap .support-layer::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#cd480526 0%,transparent 70%);border-radius:50%;z-index:1}
.news-portal-wrap .support-layer .content-inner-wrap{max-width:1320px;margin:0 auto;position:relative;z-index:2;display:flex;gap:80px;align-items:flex-start}
.news-portal-wrap .support-layer .left-text-block{flex:1}
.news-portal-wrap .support-layer .left-text-block h3{font-size:34px;line-height:1.3;color:#fff;font-weight:700;margin-bottom:20px}
.news-portal-wrap .support-layer .left-text-block p{font-size:19px;line-height:1.7;color:#e5e5e5}
.news-portal-wrap .support-layer .right-img-block{flex:1;max-width:500px}
.news-portal-wrap .support-layer .right-img-block img{width:100%;height:auto;border-radius:3px;box-shadow:1px 9px 48px -1px #0003;filter:blur(2px);transition:filter .5s cubic-bezier(0.16,1,0.3,1)}
.news-portal-wrap .support-layer:hover .right-img-block img{filter:blur(0)}
@media (max-width: 1024px) {
.news-portal-wrap .posts-handler .grid-holder{grid-template-columns:1fr 1fr}
.news-portal-wrap .insight-chunk .inner-content-wrapper{grid-template-columns:1fr;gap:40px}
.news-portal-wrap .profile-showcase-data .profile-layout{grid-template-columns:1fr 1fr}
.news-portal-wrap .support-layer .content-inner-wrap{flex-direction:column;gap:40px}
}
@media (max-width: 768px) {
.news-portal-wrap .title-shell .headline-sweep{font-size:34px}
.news-portal-wrap .posts-handler .grid-holder{grid-template-columns:1fr}
.news-portal-wrap .posts-handler .post-card-unit .card-text-zone .card-heading{font-size:19px}
.news-portal-wrap .profile-showcase-data .profile-layout{grid-template-columns:1fr}
}
.home-wrapper{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.home-wrapper ::selection{background:#000;color:#fff}
.home-wrapper .title-intro-handler{position:relative;overflow:hidden;background:linear-gradient(135deg,#4B092B 0%,#CD4805 50%,#038F9E 100%);background-size:200% 200%;animation:gradient-drift 12s ease-in-out infinite;padding:80px 24px;min-height:520px;display:flex;align-items:center;justify-content:center}
@keyframes gradient-drift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.home-wrapper .title-inner-data{max-width:1320px;width:100%;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 2fr 1fr;gap:48px;align-items:center}
.home-wrapper .title-text-container{grid-column:1 / 3;color:#fff}
.home-wrapper .title-text-container h1{font-size:62px;line-height:1.3;margin:0 0 20px;font-weight:700}
.home-wrapper .title-text-container .desc-label{font-size:19px;line-height:1.6;margin:0 0 32px;opacity:.95}
.home-wrapper .action-links-wrapper{display:flex;gap:16px;flex-wrap:wrap}
.home-wrapper .action-links-wrapper a{font-size:13px;padding:12px 28px;border:2px solid #fff6;border-radius:3px;color:#fff;text-decoration:none;transition:border-color .42s cubic-bezier(0.16,1,0.3,1);text-transform:lowercase}
.home-wrapper .action-links-wrapper a:hover{border-color:#ffffffe6}
.home-wrapper .title-image-block{grid-column:3 / 4;position:relative}
.home-wrapper .title-image-block img{width:100%;height:280px;object-fit:cover;border-radius:32px;animation:float-drift 8s ease-in-out infinite;box-shadow:1px 9px 48px -1px #4b092b1a}
@keyframes float-drift {
0%,100%{transform:translateY(0px) rotate(0deg)}
50%{transform:translateY(-12px) rotate(1deg)}
}
.home-wrapper .decorative-dots-path{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:1}
.home-wrapper .decorative-dots-path span{width:6px;height:6px;background:#ffffff4d;border-radius:50%;animation:dot-pulse 2s ease-in-out infinite}
.home-wrapper .decorative-dots-path span:nth-child(2){animation-delay:.2s}
.home-wrapper .decorative-dots-path span:nth-child(3){animation-delay:.4s}
.home-wrapper .decorative-dots-path span:nth-child(4){animation-delay:.6s}
@keyframes dot-pulse {
0%,100%{opacity:.3;transform:scale(1)}
50%{opacity:1;transform:scale(1.4)}
}
.home-wrapper .approach-section-outer{background:linear-gradient(to bottom,#038f9e14 0%,#ffff 35%);padding:72px 24px;position:relative}
.home-wrapper .approach-section-outer::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1320px;height:1px;background:repeating-linear-gradient(to right,#4B092B 0px,#4B092B 8px,transparent 8px,transparent 16px,#4B092B 16px,#4B092B 18px,transparent 18px,transparent 24px)}
.home-wrapper .approach-content-inner{max-width:1320px;margin:0 auto}
.home-wrapper .approach-content-inner h2{font-size:34px;line-height:1.3;margin:0 0 48px;font-weight:700;color:#4B092B}
.home-wrapper .card-grid-handler{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.home-wrapper .approach-card-data{background:#fff;padding:28px;border-radius:32px;box-shadow:1px 4px 20px -1px #4b092b17;position:relative;transition:transform .45s cubic-bezier(0.16,1,0.3,1);overflow:hidden}
.home-wrapper .approach-card-data::after{content:'';position:absolute;bottom:-50px;right:-50px;width:180px;height:180px;background:conic-gradient(from 45deg,#cd480526,#038f9e26,transparent);border-radius:50%;pointer-events:none}
.home-wrapper .approach-card-data:hover{transform:translateY(-6px)}
.home-wrapper .approach-card-data h4{font-size:19px;line-height:1.3;margin:0 0 12px;font-weight:700;color:#4B092B}
.home-wrapper .approach-card-data p{font-size:13px;line-height:1.7;margin:0;color:#333}
.home-wrapper .approach-card-data img{width:100%;height:180px;object-fit:cover;border-radius:3px;margin-bottom:20px;position:relative;box-shadow:inset 0 0 80px #0000004d}
.home-wrapper .process-outer-wrapper{background:#fff;padding:72px 24px;position:relative}
.home-wrapper .process-outer-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background:#4B092B}
.home-wrapper .process-inner-content{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start}
.home-wrapper .process-text-data{position:sticky;top:80px}
.home-wrapper .process-text-data h2{font-size:34px;line-height:1.3;margin:0 0 24px;font-weight:300;color:#4B092B}
.home-wrapper .process-text-data .badge-pill{display:inline-block;padding:6px 14px;background:#cd48051a;color:#CD4805;font-size:13px;border-radius:32px;margin-bottom:16px;font-weight:600}
.home-wrapper .process-text-data p{font-size:13px;line-height:1.7;margin:0;color:#333}
.home-wrapper .steps-list-container{display:flex;flex-direction:column;gap:28px}
.home-wrapper .step-item-block{background:#fff;padding:24px;border-left:3px solid #CD4805;box-shadow:1px 1px 4px -1px #4b092b0d}
.home-wrapper .step-item-block h5{font-size:19px;line-height:1.3;margin:0 0 10px;font-weight:700;color:#4B092B}
.home-wrapper .step-item-block p{font-size:13px;line-height:1.7;margin:0;color:#333}
.home-wrapper .testimonial-section-handler{background:#4B092B;padding:72px 24px;position:relative;overflow:hidden}
.home-wrapper .testimonial-section-handler::before{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background:repeating-linear-gradient(to right,#ffffff4d 0px,#ffffff4d 6px,transparent 6px,transparent 12px,#ffffff4d 12px,#ffffff4d 14px,transparent 14px,transparent 18px)}
.home-wrapper .testimonial-content-wrapper{max-width:1320px;margin:0 auto}
.home-wrapper .testimonial-content-wrapper h3{font-size:34px;line-height:1.3;margin:0 0 56px;font-weight:700;color:#fff;text-align:center}
.home-wrapper .testimonial-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.home-wrapper .testimonial-card-wrapper{background:#ffffff0d;padding:32px;border-radius:3px;position:relative;border:1px solid #ffffff1a}
.home-wrapper .profile-header-data{display:flex;align-items:center;gap:16px;margin-bottom:20px}
.home-wrapper .profile-header-data img{width:56px;height:56px;object-fit:cover;border-radius:50%;border:2px solid #fff3}
.home-wrapper .profile-text-info h6{font-size:13px;line-height:1.3;margin:0 0 4px;font-weight:700;color:#fff}
.home-wrapper .profile-text-info .role-label{font-size:13px;line-height:1.3;margin:0;color:#fff9}
.home-wrapper .testimonial-card-wrapper p{font-size:13px;line-height:1.7;margin:0;color:#ffffffe6}
.home-wrapper .disclosure-outer-section{background:#fff;padding:72px 24px;position:relative}
.home-wrapper .disclosure-outer-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1320px;height:1px;background:repeating-linear-gradient(to right,#038F9E 0px,#038F9E 10px,transparent 10px,transparent 20px)}
.home-wrapper .disclosure-content-inner{max-width:1320px;margin:0 auto}
.home-wrapper .disclosure-content-inner h2{font-size:34px;line-height:1.3;margin:0 0 48px;font-weight:700;color:#4B092B}
.home-wrapper .disclosure-items-container{display:flex;flex-direction:column;gap:20px}
.home-wrapper .disclosure-item-handler{border:1px solid #4b092b26;border-radius:3px;overflow:hidden}
.home-wrapper .disclosure-toggle-input{display:none}
.home-wrapper .disclosure-trigger-label{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;cursor:pointer;transition:background .38s ease-in-out;position:relative}
.home-wrapper .disclosure-trigger-label:hover{background:#038f9e08}
.home-wrapper .disclosure-trigger-label h5{font-size:19px;line-height:1.3;margin:0;font-weight:700;color:#4B092B}
.home-wrapper .disclosure-indicator-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .38s ease-in-out}
.home-wrapper .disclosure-indicator-icon::before,.home-wrapper .disclosure-indicator-icon::after{content:'';position:absolute;width:12px;height:2px;background:#CD4805}
.home-wrapper .disclosure-indicator-icon::after{transform:rotate(90deg);transition:opacity .38s ease-in-out}
.home-wrapper .disclosure-toggle-input:checked + .disclosure-trigger-label .disclosure-indicator-icon::after{opacity:0}
.home-wrapper .disclosure-panel-content{max-height:0;overflow:hidden;transition:max-height .48s cubic-bezier(0.16,1,0.3,1)}
.home-wrapper .disclosure-toggle-input:checked ~ .disclosure-panel-content{max-height:800px}
.home-wrapper .disclosure-panel-inner{padding:0 24px 24px;background:#038f9e05}
.home-wrapper .disclosure-panel-inner p{font-size:13px;line-height:1.7;margin:0;color:#333}
.home-wrapper .cta-final-outer{background:linear-gradient(135deg,#CD4805 0%,#4B092B 100%);padding:80px 24px;position:relative;overflow:hidden}
.home-wrapper .cta-final-outer::before{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background:#fff3}
.home-wrapper .cta-final-outer::after{content:'';position:absolute;top:-120px;right:-120px;width:400px;height:400px;background:#ffffff0d;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);pointer-events:none}
.home-wrapper .cta-final-inner{max-width:1320px;margin:0 auto;text-align:center;position:relative;z-index:2}
.home-wrapper .cta-final-inner h2{font-size:34px;line-height:1.3;margin:0 0 20px;font-weight:700;color:#fff}
.home-wrapper .cta-final-inner p{font-size:19px;line-height:1.6;margin:0 0 32px;color:#ffffffe6}
.home-wrapper .cta-button-link{display:inline-block;font-size:13px;padding:14px 36px;background:transparent;border:2px solid #fff6;border-radius:3px;color:#fff;text-decoration:none;transition:border-color .42s cubic-bezier(0.16,1,0.3,1);text-transform:lowercase}
.home-wrapper .cta-button-link:hover{border-color:#ffff}
@media (max-width: 1024px) {
.home-wrapper .title-inner-data{grid-template-columns:1fr;gap:32px}
.home-wrapper .title-text-container{grid-column:1 / 2}
.home-wrapper .title-image-block{grid-column:1 / 2}
.home-wrapper .card-grid-handler{grid-template-columns:1fr}
.home-wrapper .process-inner-content{grid-template-columns:1fr;gap:40px}
.home-wrapper .process-text-data{position:static}
.home-wrapper .testimonial-grid-layout{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.home-wrapper .title-text-container h1{font-size:34px}
.home-wrapper .approach-content-inner h2,.home-wrapper .process-text-data h2,.home-wrapper .testimonial-content-wrapper h3,.home-wrapper .disclosure-content-inner h2,.home-wrapper .cta-final-inner h2{font-size:19px}
.home-wrapper .title-intro-handler{padding:48px 24px;min-height:auto}
}
.contact-handler{background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
.contact-handler .hero-wrapper{position:relative;height:100vh;overflow:hidden;display:flex;align-items:flex-start;padding-top:8vh;padding-left:7vw}
.contact-handler .hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}
.contact-handler .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffffd9 0%,#ffffffbf 100%);z-index:2}
.contact-handler .hero-pattern{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;opacity:.08;background-image:repeating-linear-gradient(45deg,#4B092B 0px,#4B092B 2px,transparent 2px,transparent 12px);pointer-events:none}
.contact-handler .hero-content-block{position:relative;z-index:4;max-width:680px}
.contact-handler .hero-desc{font-size:19px;line-height:1.6;color:#4B092B;margin-bottom:16px;font-weight:500}
.contact-handler .hero-title{font-size:62px;line-height:1.3;color:#1a1a1a;font-weight:700;margin:0}
.contact-handler .form-section-outer{max-width:1320px;margin:0 auto;padding:80px 24px}
.contact-handler .form-grid{display:grid;grid-template-columns:1fr 2fr 1fr;gap:48px;align-items:start}
.contact-handler .form-intro-block{padding-top:12px}
.contact-handler .form-label-tag{display:inline-block;background:#038F9E;color:#fff;padding:6px 14px;border-radius:32px;font-size:13px;font-weight:600;margin-bottom:20px}
.contact-handler .form-intro-title{font-size:34px;line-height:1.3;font-weight:700;margin:0 0 16px;color:#1a1a1a}
.contact-handler .form-intro-text{font-size:19px;line-height:1.7;color:#4a4a4a;margin:0}
.contact-handler .main-form-wrapper{background:#fff;padding:32px;border-radius:3px;box-shadow:1px 4px 20px -1px #4b092b17;position:relative}
.contact-handler .main-form-wrapper::before{content:'';position:absolute;top:0;right:0;width:80px;height:80px;background:#CD4805;border-radius:0 3px 0 0;clip-path:polygon(100% 0,100% 100%,0 0)}
.contact-handler .contact-form{display:flex;flex-direction:column;gap:24px}
.contact-handler .field-group{display:flex;flex-direction:column;gap:8px}
.contact-handler .field-label{font-size:13px;font-weight:600;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px}
.contact-handler .field-input{padding:14px 16px;border:2px solid #e0e0e0;border-radius:3px;font-size:19px;background:#fff;transition:border-color .45s cubic-bezier(0.16,1,0.3,1)}
.contact-handler .field-input::placeholder{color:#999}
.contact-handler .field-input:focus{outline:none;border-color:#4B092B}
.contact-handler .radio-group-wrapper{display:flex;flex-direction:column;gap:16px}
.contact-handler .radio-option{display:flex;align-items:center;gap:12px;cursor:pointer}
.contact-handler .radio-input{width:20px;height:20px;cursor:pointer;accent-color:#4B092B}
.contact-handler .radio-label-text{font-size:19px;color:#1a1a1a;cursor:pointer}
.contact-handler .checkbox-wrapper{display:flex;align-items:flex-start;gap:12px}
.contact-handler .checkbox-input{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#4B092B;flex-shrink:0}
.contact-handler .checkbox-label{font-size:13px;line-height:1.7;color:#4a4a4a;cursor:pointer}
.contact-handler .checkbox-label a{color:#038F9E;text-decoration:underline;transition:color .4s ease-in-out}
.contact-handler .checkbox-label a:hover{color:#CD4805;text-decoration:none}
.contact-handler .submit-btn{padding:16px 32px;background:#4B092B;color:#fff;border:2px solid #4B092B;border-radius:3px;font-size:19px;font-weight:600;cursor:pointer;transition:border-color .45s cubic-bezier(0.16,1,0.3,1),color .45s cubic-bezier(0.16,1,0.3,1);text-transform:lowercase}
.contact-handler .submit-btn:hover{border-color:#CD4805;color:#CD4805;background:#fff}
.contact-handler .side-detail-block{padding:28px;background:#fafafa;border-radius:32px;position:relative;overflow:hidden}
.contact-handler .side-detail-block::after{content:'';position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;background:conic-gradient(from 45deg,#038F9E,#CD4805,#4B092B);opacity:.06;border-radius:50%;pointer-events:none}
.contact-handler .side-detail-title{font-size:19px;font-weight:700;margin:0 0 20px;color:#1a1a1a}
.contact-handler .side-detail-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}
.contact-handler .side-detail-item{display:flex;flex-direction:column;gap:4px}
.contact-handler .detail-item-label{font-size:13px;font-weight:600;color:#4B092B;text-transform:uppercase;letter-spacing:.5px}
.contact-handler .detail-item-value{font-size:19px;color:#1a1a1a;line-height:1.6}
.contact-handler .detail-item-value a{color:#1a1a1a;text-decoration:none;transition:color .4s ease-in-out}
.contact-handler .detail-item-value a:hover{color:#038F9E}
.contact-handler .divider-zigzag{width:100%;height:32px;margin:0;padding:0;overflow:visible}
.contact-handler .info-section-outer{background:#faf8f9;padding:80px 24px}
.contact-handler .info-content-wrapper{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:64px;align-items:center}
.contact-handler .info-text-block{position:relative}
.contact-handler .info-main-title{font-size:34px;line-height:1.3;font-weight:700;color:#1a1a1a;margin:0 0 24px}
.contact-handler .info-paragraph{font-size:19px;line-height:1.7;color:#4a4a4a;margin:0 0 24px}
.contact-handler .info-paragraph:last-child{margin-bottom:0}
.contact-handler .metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.contact-handler .metric-card{background:#fff;padding:28px;border-radius:3px;box-shadow:1px 1px 4px -1px #4b092b0d;transition:box-shadow .5s cubic-bezier(0.16,1,0.3,1),transform .5s cubic-bezier(0.16,1,0.3,1);position:relative}
.contact-handler .metric-card:hover{box-shadow:1px 9px 48px -1px #4b092b1a;transform:translateY(-4px)}
.contact-handler .metric-card:nth-child(1){border-left:4px solid #4B092B}
.contact-handler .metric-card:nth-child(2){border-left:4px solid #CD4805}
.contact-handler .metric-card:nth-child(3){border-left:4px solid #038F9E}
.contact-handler .metric-card:nth-child(4){border-left:4px solid #4B092B}
.contact-handler .metric-number{font-size:34px;font-weight:700;color:#4B092B;margin:0 0 8px}
.contact-handler .metric-label{font-size:19px;color:#4a4a4a;margin:0;line-height:1.6}
@media (max-width: 1024px) {
.contact-handler .form-grid{grid-template-columns:1fr;gap:40px}
.contact-handler .info-content-wrapper{grid-template-columns:1fr;gap:48px}
.contact-handler .metric-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.contact-handler .hero-wrapper{padding-left:24px;padding-right:24px;padding-top:12vh}
.contact-handler .hero-title{font-size:34px}
.contact-handler .hero-desc{font-size:19px}
.contact-handler .form-section-outer,.contact-handler .info-section-outer{padding:60px 24px}
.contact-handler .form-intro-title,.contact-handler .info-main-title{font-size:34px}
.contact-handler .metric-grid{grid-template-columns:1fr}
.contact-handler .metric-number{font-size:34px}
}
.confirm-handler{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}
.confirm-handler .status-outer{max-width:680px;width:100%;background:#fff;border-radius:32px;padding:48px 32px;text-align:center;box-shadow:1px 4px 20px -1px #4b092b17}
.confirm-handler .icon-block{width:96px;height:96px;margin:0 auto 32px;position:relative}
.confirm-handler .check-shape{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#038F9E 0%,#CD4805 100%);display:flex;align-items:center;justify-content:center;animation:expandIn .45s cubic-bezier(0.16,1,0.3,1) forwards}
@keyframes expandIn {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.confirm-handler .check-mark{width:48px;height:48px;stroke:#fff;stroke-width:4;fill:none;stroke-linecap:round;stroke-linejoin:round}
.confirm-handler .check-mark polyline{stroke-dasharray:80;stroke-dashoffset:80;animation:drawCheck .5s .2s cubic-bezier(0.16,1,0.3,1) forwards}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.confirm-handler .primary-message{font-size:34px;line-height:1.3;color:#4B092B;margin:0 0 16px;font-weight:600}
.confirm-handler .secondary-message{font-size:19px;line-height:1.6;color:#2c2c2c;margin:0 0 40px}
.confirm-handler .info-grid{display:grid;grid-template-columns:1fr;gap:16px;margin:0 0 40px;text-align:left}
.confirm-handler .detail-item{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:20px 24px;border-radius:3px;border-left:3px solid #038F9E}
.confirm-handler .detail-label{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:#6c757d;margin:0 0 8px;font-weight:600}
.confirm-handler .detail-value{font-size:19px;line-height:1.6;color:#2c2c2c;margin:0}
.confirm-handler .nav-wrapper{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.confirm-handler .action-link{display:inline-block;padding:14px 32px;font-size:19px;text-decoration:none;border-radius:3px;transition:border-color .4s cubic-bezier(0.16,1,0.3,1),color .4s cubic-bezier(0.16,1,0.3,1);border:2px solid #4B092B;color:#4B092B;background:transparent}
.confirm-handler .action-link:hover{border-color:#CD4805;color:#CD4805}
.confirm-handler .action-link.primary{background:#4B092B;color:#fff;border-color:#4B092B}
.confirm-handler .action-link.primary:hover{background:#4B092B;border-color:#CD4805;color:#fff}
.confirm-handler .footnote{margin:32px 0 0;font-size:13px;line-height:1.7;color:#6c757d}
@media (max-width: 768px) {
.confirm-handler .status-outer{padding:32px 24px}
.confirm-handler .primary-message{font-size:34px}
.confirm-handler .nav-wrapper{flex-direction:column}
.confirm-handler .action-link{width:100%}
}