@import "https://cdn.jsdelivr.net/npm/@fontsource/merriweather@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/merriweather@latest/400-italic.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/merriweather@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/merriweather@latest/700-italic.css";
html,body{margin:0;padding:0}
body{min-height:100vh;font-family:'Merriweather',Georgia,serif}
:focus{outline:2px dashed #1C5150;outline-offset:3px}
.site-header{position:relative;background:linear-gradient(135deg,#1C5150 0%,#163d3c 60%,#0f2a29 100%);overflow:hidden}
.site-header-accent{position:absolute;top:0;right:0;width:340px;height:100%;background:linear-gradient(160deg,#cd00d72e 0%,#cd00d70a 70%,transparent 100%);pointer-events:none;border-radius:0 0 0 96px}
.site-header-accent-dot{position:absolute;top:24px;right:48px;width:12px;height:12px;background:#CD00D7;border-radius:50%;box-shadow:1px 6px 14px -2px #cd00d714;pointer-events:none}
.site-header-accent-line{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#CD00D7 0%,#cd00d74d 50%,transparent 100%);pointer-events:none}
.header-inner{max-width:1600px;margin:0 auto;padding:0 48px;display:flex;flex-direction:column}
.header-top-row{display:flex;align-items:center;justify-content:space-between;padding:24px 0 12px;gap:24px}
.brand-zone{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}
.brand-logo-container{width:60px;height:60px;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:1px 6px 14px -2px #1c515014 0 0 0 2px #ffffff26;flex-shrink:0}
.brand-logo-container img{width:100%;height:100%;object-fit:contain;display:block}
.brand-name-text{font-family:'Merriweather',Georgia,serif;font-size:26px;font-weight:700;line-height:1.1;color:#fff;letter-spacing:-.02em}
.brand-name-text span{display:block;font-size:14px;font-weight:400;color:#ffffffa6;letter-spacing:.03em;line-height:1.75}
.header-contact-strip{display:flex;align-items:center;gap:24px;flex-shrink:0}
.header-contact-item{display:flex;align-items:center;gap:8px;color:#ffffffbf;font-size:14px;line-height:1.75;text-decoration:none;transition:color .28s cubic-bezier(0.4,0,0.2,1);white-space:nowrap}
.header-contact-item:hover,.header-contact-item:focus{color:#fff;text-decoration:none}
.header-contact-icon{width:16px;height:16px;flex-shrink:0;fill:none;stroke:#CD00D7;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.header-nav-row{padding:0;border-top:1px solid #ffffff1a;margin-top:8px}
.primary-navigation{display:flex;align-items:stretch;gap:4px;padding:8px 0;flex-wrap:wrap}
.primary-navigation a{font-family:'Merriweather',Georgia,serif;font-size:15px;font-weight:400;line-height:1.75;color:#ffffffd1;text-decoration:none;padding:8px 24px;border-radius:22px;transition:background .35s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1);display:inline-flex;align-items:center;gap:8px;white-space:nowrap;min-height:44px}
.primary-navigation a:hover,.primary-navigation a:focus{background:#cd00d72e;color:#fff;text-decoration:none}
.primary-navigation a.active{background:#cd00d747;color:#fff;font-weight:700}
.nav-icon-shape{width:16px;height:16px;flex-shrink:0}
@media (max-width: 1024px) {
.header-inner{padding:0 24px}
.header-contact-strip{gap:12px}
}
@media (max-width: 768px) {
.header-top-row{flex-direction:column;align-items:flex-start;gap:12px;padding:24px 0 8px}
.header-contact-strip{flex-wrap:wrap;gap:8px}
.header-inner{padding:0 24px}
.site-header-accent{width:180px}
}
@media (max-width: 480px) {
.header-inner{padding:0 12px}
.brand-name-text{font-size:26px}
.primary-navigation a{padding:8px 12px;font-size:14px}
.header-contact-item{font-size:14px}
}
.site-footer{background:#0f2a29;border-top:3px solid #CD00D7}
.footer-inner{max-width:1600px;margin:0 auto;padding:48px 48px 24px}
.footer-main-row{display:flex;align-items:flex-start;justify-content:space-between;gap:48px;flex-wrap:wrap;padding-bottom:24px;border-bottom:1px solid #ffffff1a}
.footer-brand{display:flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}
.footer-logo-container{width:55px;height:55px;background-color:#fff;border-radius:8px;padding:8px;display:flex;align-items:center;justify-content:center;box-shadow:1px 2px 6px -2px #1c51500d 0 0 0 2px #ffffff1f;flex-shrink:0}
.footer-logo-container img{width:100%;height:100%;object-fit:contain;display:block}
.footer-brand-text{font-family:'Merriweather',Georgia,serif;font-size:26px;font-weight:700;line-height:1.1;color:#fff;letter-spacing:-.02em}
.footer-brand-text span{display:block;font-size:14px;font-weight:400;color:#ffffff80;line-height:1.75;letter-spacing:.02em}
.footer-links-group{display:flex;flex-direction:column;gap:8px;min-width:180px}
.footer-links-label{font-family:'Merriweather',Georgia,serif;font-size:14px;font-weight:700;color:#ffffff73;letter-spacing:.06em;line-height:1.75;text-transform:uppercase;margin-bottom:4px}
.footer-links-group a{font-size:15px;line-height:1.75;color:#ffffffb3;text-decoration:none;transition:color .25s ease-in-out;display:inline-block}
.footer-links-group a:hover,.footer-links-group a:focus{color:#CD00D7;text-decoration:none}
.footer-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;flex-wrap:wrap}
.footer-copyright{font-size:14px;color:#fff6;line-height:1.75;font-family:'Merriweather',Georgia,serif}
.footer-address-line{font-size:14px;color:#ffffff59;line-height:1.75;font-family:'Merriweather',Georgia,serif}
@media (max-width: 768px) {
.footer-inner{padding:48px 24px 24px}
.footer-main-row{gap:24px}
.footer-bottom-row{flex-direction:column;align-items:flex-start;gap:8px}
}
@media (max-width: 480px) {
.footer-inner{padding:48px 12px 24px}
.footer-brand-text{font-size:26px}
}
.cookie-popup-container{position:fixed;top:24px;left:0;right:0;margin:auto;width:680px;max-width:calc(100% - 24px);background:#fff;border-radius:14px;box-shadow:1px 10px 44px -2px #1c515024;border:1px solid #1c51501f;z-index:1500;padding:24px;display:flex;align-items:center;gap:24px;flex-wrap:wrap;opacity:0;transition:opacity .38s cubic-bezier(0.4,0,0.2,1)}
.cookie-popup-container.visible{opacity:1}
.cookie-popup-icon{width:36px;height:36px;flex-shrink:0}
.cookie-popup-text{flex:1;font-family:'Merriweather',Georgia,serif;font-size:14px;line-height:1.75;color:#1C5150;min-width:200px}
.cookie-popup-actions{display:flex;align-items:center;gap:24px;flex-shrink:0}
.cookie-popup-actions button{font-family:'Merriweather',Georgia,serif;font-size:15px;line-height:1.75;background:none;border:none;cursor:pointer;padding:4px 0;text-decoration:underline;transition:color .28s ease-in-out}
.cookie-accept-button{color:#1C5150;font-weight:700}
.cookie-accept-button:hover,.cookie-accept-button:focus{color:#CD00D7}
.cookie-decline-button{color:#1c515099;font-weight:400}
.cookie-decline-button:hover,.cookie-decline-button:focus{color:#1C5150}
@media (max-width: 768px) {
.cookie-popup-container{flex-direction:column;align-items:flex-start;gap:12px}
}
.terms-area{max-width:1600px;margin:0 auto;padding:48px 96px}
.terms-area h1{font-size:48px;line-height:1.1;letter-spacing:-.02em;color:#1C5150;margin-bottom:24px;margin-top:0}
.terms-area h2{font-size:26px;line-height:1.1;letter-spacing:-.01em;color:#1C5150;margin-top:48px;margin-bottom:24px}
.terms-area h3{font-size:15px;line-height:1.75;letter-spacing:-.005em;color:#1C5150;font-weight:700;margin-top:24px;margin-bottom:12px}
.terms-area h4{font-size:14px;line-height:1.75;color:#2a2a2a;font-weight:700;margin-top:24px;margin-bottom:8px}
.terms-area h5{font-size:14px;line-height:1.75;color:#2a2a2a;font-weight:600;margin-top:12px;margin-bottom:8px}
.terms-area h6{font-size:14px;line-height:1.75;color:#555;font-weight:600;margin-top:12px;margin-bottom:8px}
.terms-area p{font-size:15px;line-height:1.75;color:#2a2a2a;margin-bottom:12px}
.terms-area ul{font-size:15px;line-height:1.75;color:#2a2a2a;padding-left:24px;margin-bottom:24px;list-style:none}
.terms-area ol{font-size:15px;line-height:1.75;color:#2a2a2a;padding-left:24px;margin-bottom:24px;list-style:decimal}
.terms-area ul li{position:relative;padding-left:16px;margin-bottom:8px}
.terms-area ul li::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:2px;background-color:#CD00D7}
.terms-area ol li{padding-left:8px;margin-bottom:8px}
.terms-area ol li::marker{color:#CD00D7;font-weight:700}
.terms-area strong,.terms-area b{font-weight:700;color:#1C5150}
.terms-area em,.terms-area i{font-style:italic;color:#444}
.terms-area a{color:#CD00D7;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .28s cubic-bezier(0.4,0,0.2,1),text-decoration-color .28s cubic-bezier(0.4,0,0.2,1)}
.terms-area a:hover{color:#1C5150;text-decoration-color:#1C5150}
.terms-area div{font-size:15px;line-height:1.75;color:#2a2a2a}
@media (max-width: 1024px) {
.terms-area{padding:48px}
}
@media (max-width: 768px) {
.terms-area{padding:24px}
.terms-area h1{font-size:26px}
.terms-area h2{font-size:15px;margin-top:24px}
}
@media (max-width: 480px) {
.terms-area{padding:24px 12px}
.terms-area h1{font-size:26px}
.terms-area ul,.terms-area ol{padding-left:12px}
}
.webinars-page{background:#fff;overflow-x:hidden}
.webinars-page *,.webinars-page ::before,.webinars-page ::after{box-sizing:border-box}
.webinars-page .title-block{position:relative;display:grid;grid-template-columns:30% 70%;min-height:520px;background:#f5f0ff}
.webinars-page .title-block::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 60% 50%,#cd00d71a 0%,#1c515012 50%,transparent 80%);pointer-events:none;z-index:0}
.webinars-page .title-accent-strip{position:relative;z-index:1;background:linear-gradient(to right,#cd00d721,transparent);display:flex;flex-direction:column;justify-content:center;padding:96px 24px 96px 48px}
.webinars-page .title-accent-strip .reading-arrow{width:48px;height:48px;margin-bottom:24px}
.webinars-page .title-accent-strip .reading-arrow svg{width:100%;height:100%}
.webinars-page .title-accent-strip .vertical-label{writing-mode:vertical-rl;text-orientation:mixed;font-size:14px;line-height:1.75;color:#1C5150;letter-spacing:.08em;opacity:.7;margin-top:24px}
.webinars-page .title-main{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:96px 96px 96px 48px}
.webinars-page .title-main .heading-strip{display:inline-block;background:linear-gradient(to right,#cd00d726,transparent);padding:4px 12px 4px 8px;border-radius:2px;margin-bottom:24px}
.webinars-page .title-main h1{font-size:48px;line-height:1.1;letter-spacing:-.02em;color:#1C5150;margin:0}
.webinars-page .title-main h1 .accent-bracket{color:#CD00D7}
.webinars-page .title-main .subtitle{font-size:15px;line-height:1.75;color:#2a3a3a;margin:24px 0;max-width:560px}
.webinars-page .title-main .action-link{display:inline-block;font-size:15px;line-height:1.1;color:#CD00D7;text-decoration:none;font-weight:700;padding:12px 24px;border:2px solid #CD00D7;border-radius:8px;align-self:flex-start;position:relative;transition:background .28s cubic-bezier(0.4,0,0.2,1),color .28s cubic-bezier(0.4,0,0.2,1);box-shadow:1px 6px 14px -2px #cd00d714}
.webinars-page .title-main .action-link:hover{background:#CD00D7;color:#fff}
.webinars-page .title-main .action-link:focus{outline:3px solid #1C5150;outline-offset:3px}
.webinars-page .title-img-texture{position:absolute;right:0;bottom:0;width:340px;height:260px;z-index:0;pointer-events:none;border-radius:14px 0 0 0;overflow:hidden}
.webinars-page .title-img-texture img{width:100%;height:100%;object-fit:cover;opacity:.08;display:block}
.webinars-page .zigzag-divider{display:block;width:100%;line-height:0;overflow:hidden}
.webinars-page .webinar-cards-area{padding:96px 48px;max-width:1600px;margin:0 auto;position:relative}
.webinars-page .webinar-cards-area .area-label{font-size:14px;line-height:1.1;letter-spacing:.12em;color:#CD00D7;text-transform:uppercase;margin-bottom:12px;display:block}
.webinars-page .webinar-cards-area .area-heading{font-size:26px;line-height:1.1;color:#1C5150;letter-spacing:-.01em;margin:0 0 48px;font-weight:700;padding-left:4px;text-indent:-4px}
.webinars-page .webinar-cards-area .area-heading .bracket-word{color:#CD00D7}
.webinars-page .cards-split{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.webinars-page .webinar-card{background:#fff;border-radius:14px;box-shadow:1px 6px 14px -2px #cd00d714;padding:48px;display:flex;flex-direction:column;gap:24px;border-top:4px solid #CD00D7;transition:box-shadow .35s ease-in-out;position:relative;overflow:hidden}
.webinars-page .webinar-card::after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#CD00D7,transparent);border-radius:14px 14px 0 0}
.webinars-page .webinar-card:hover{box-shadow:1px 10px 44px -2px #cd00d724}
.webinars-page .card-icon-wrap{width:48px;height:48px;background:#cd00d714;border-radius:22px;display:flex;align-items:center;justify-content:center;transition:transform .38s cubic-bezier(0.4,0,0.2,1)}
.webinars-page .webinar-card:hover .card-icon-wrap{transform:rotate(360deg)}
.webinars-page .card-icon-wrap svg{width:24px;height:24px}
.webinars-page .card-tag{display:inline-block;font-size:14px;line-height:1.1;color:#1C5150;background:#1c515017;border-radius:22px;padding:4px 12px;font-weight:700;align-self:flex-start}
.webinars-page .webinar-card h3{font-size:26px;line-height:1.1;color:#1C5150;letter-spacing:-.01em;margin:0;font-weight:700}
.webinars-page .webinar-card .card-desc{font-size:15px;line-height:1.75;color:#253333;margin:0}
.webinars-page .card-topics{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.webinars-page .card-topics li{font-size:14px;line-height:1.75;color:#253333;padding-left:20px;position:relative}
.webinars-page .card-topics li::before{content:"";position:absolute;left:0;top:9px;width:10px;height:10px;border-radius:2px;background:#CD00D7}
.webinars-page .card-meta{display:flex;flex-direction:row;gap:24px;flex-wrap:wrap;border-top:1px solid #1c51501f;padding-top:24px;margin-top:8px}
.webinars-page .meta-item{display:flex;flex-direction:column;gap:4px}
.webinars-page .meta-item .meta-label{font-size:14px;line-height:1.1;color:#CD00D7;font-weight:700}
.webinars-page .meta-item .meta-value{font-size:15px;line-height:1.1;color:#1C5150}
.webinars-page .zigzag-divider2{display:block;width:100%;line-height:0}
.webinars-page .detail-area{background:linear-gradient(to right,#1c51500f,#cd00d70a);padding:96px 48px;position:relative;overflow:hidden}
.webinars-page .detail-area::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/blog_images/PROJECT-2022-003.jpg);background-size:cover;background-position:center;opacity:.04;pointer-events:none;z-index:0}
.webinars-page .detail-inner{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:30% 1fr;gap:48px;position:relative;z-index:1}
.webinars-page .detail-left{display:flex;flex-direction:column;gap:24px}
.webinars-page .detail-left .dashed-accent{border:2px dashed #cd00d773;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:inset 1px 2px 6px -2px #cd00d70d}
.webinars-page .detail-left .dashed-accent .accent-heading{font-size:15px;line-height:1.1;color:#CD00D7;font-weight:700;margin:0;letter-spacing:.04em;text-transform:uppercase}
.webinars-page .detail-left .dashed-accent .accent-body{font-size:14px;line-height:1.75;color:#1C5150;margin:0}
.webinars-page .detail-left .img-frame{border-radius:14px;overflow:hidden;width:100%;aspect-ratio:4/3;box-shadow:1px 10px 44px -2px #1c515024}
.webinars-page .detail-left .img-frame img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .38s ease-in-out}
.webinars-page .img-skeleton{background:#d4e0e0;width:100%;height:100%;border-radius:14px;display:none}
.webinars-page .detail-right{display:flex;flex-direction:column;gap:48px}
.webinars-page .detail-right .right-heading-strip{display:inline-block;background:linear-gradient(to right,#1c515021,transparent);padding:4px 12px 4px 8px;border-radius:2px;margin-bottom:12px}
.webinars-page .detail-right h2{font-size:26px;line-height:1.1;color:#1C5150;letter-spacing:-.01em;margin:0;font-weight:700}
.webinars-page .detail-right h2 .bracket-word{color:#CD00D7}
.webinars-page .detail-right .right-desc{font-size:15px;line-height:1.75;color:#253333;margin:12px 0 0}
.webinars-page .metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.webinars-page .metric-box{background:#fff;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:8px;box-shadow:1px 6px 14px -2px #cd00d714;transition:box-shadow .28s ease-in-out}
.webinars-page .metric-box:hover{box-shadow:1px 10px 44px -2px #cd00d724}
.webinars-page .metric-box .metric-number{font-size:48px;line-height:1.1;color:#CD00D7;font-weight:700;letter-spacing:-.03em}
.webinars-page .metric-box .metric-desc{font-size:14px;line-height:1.75;color:#1C5150}
.webinars-page .steps-list{display:flex;flex-direction:column;gap:24px}
.webinars-page .step-item{display:flex;flex-direction:row;gap:24px;align-items:flex-start}
.webinars-page .step-number{flex-shrink:0;width:48px;height:48px;background:#1C5150;border-radius:22px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:700;line-height:1.1;box-shadow:1px 6px 14px -2px #1c515024}
.webinars-page .step-body h4{font-size:15px;line-height:1.1;color:#1C5150;font-weight:700;margin:0 0 8px}
.webinars-page .step-body p{font-size:14px;line-height:1.75;color:#253333;margin:0}
.webinars-page .hover-underline-link{display:inline-block;font-size:15px;line-height:1.1;color:#CD00D7;text-decoration:none;font-weight:700;position:relative;padding-bottom:4px}
.webinars-page .hover-underline-link::after{content:"";position:absolute;bottom:0;left:50%;right:50%;height:2px;background:#CD00D7;border-radius:2px;transition:left .35s cubic-bezier(0.4,0,0.2,1),right .35s cubic-bezier(0.4,0,0.2,1)}
.webinars-page .hover-underline-link:hover::after{left:0;right:0}
.webinars-page .hover-underline-link:focus{outline:3px solid #1C5150;outline-offset:3px;border-radius:2px}
@media (max-width: 1024px) {
.webinars-page .title-block{grid-template-columns:1fr}
.webinars-page .title-accent-strip{display:none}
.webinars-page .title-main{padding:48px}
.webinars-page .cards-split{grid-template-columns:1fr;gap:24px}
.webinars-page .detail-inner{grid-template-columns:1fr}
.webinars-page .metrics-row{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.webinars-page .title-main{padding:48px 24px}
.webinars-page .title-main h1{font-size:26px}
.webinars-page .webinar-cards-area{padding:48px 24px}
.webinars-page .webinar-card{padding:24px}
.webinars-page .detail-area{padding:48px 24px}
.webinars-page .metrics-row{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.webinars-page .title-main h1{font-size:26px}
.webinars-page .card-meta{flex-direction:column;gap:12px}
.webinars-page .webinar-cards-area{padding:24px}
.webinars-page .detail-area{padding:24px}
}
.services-page{background:#fff;overflow-x:hidden;max-width:1600px;margin:0 auto}
.services-page *,.services-page ::before,.services-page ::after{box-sizing:border-box}
.services-page .skeleton-wrap{position:relative;background:#e8e0f0;overflow:hidden}
.services-page .skeleton-wrap::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,#cd00d712 50%,transparent 100%);animation:skeleton-sweep 1.6s ease-in-out infinite}
.services-page .skeleton-wrap img{display:block;width:100%;height:100%;object-fit:cover;position:relative;z-index:1}
@keyframes skeleton-sweep {
0%{transform:translateX(-100%)}
100%{transform:translateX(100%)}
}
.services-page .slide-from-left{animation:slide-in-left .38s cubic-bezier(0.4,0,0.2,1) both}
.services-page .slide-from-right{animation:slide-in-right .35s cubic-bezier(0.4,0,0.2,1) both}
@keyframes slide-in-left {
from{opacity:0;transform:translateX(-32px)}
to{opacity:1;transform:translateX(0)}
}
@keyframes slide-in-right {
from{opacity:0;transform:translateX(32px)}
to{opacity:1;transform:translateX(0)}
}
.services-page .title-block{padding:96px 48px;position:relative}
.services-page .title-block-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:1600px;margin:0 auto}
.services-page .title-image-frame{position:relative;display:flex;align-items:center;justify-content:center}
.services-page .title-image-deco{position:absolute;inset:-12px;border:2px dashed #cd00d738;border-radius:14px;pointer-events:none}
.services-page .title-image-deco-outer{position:absolute;inset:-24px;border:1px dashed #1c515021;border-radius:22px;pointer-events:none}
.services-page .title-image-dots{position:absolute;top:-8px;left:-8px;width:48px;height:48px;pointer-events:none}
.services-page .title-image-dots-br{position:absolute;bottom:-8px;right:-8px;width:48px;height:48px;pointer-events:none}
.services-page .title-img-container{width:100%;aspect-ratio:1/1;border-radius:14px;overflow:hidden;box-shadow:1px 10px 44px -2px #cd00d724}
.services-page .title-img-container img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);display:block}
.services-page .title-text-column{display:flex;flex-direction:column;gap:24px}
.services-page .title-heading-strip{display:inline-block;background:linear-gradient(90deg,#cd00d721 0%,transparent 100%);padding:8px 24px 8px 12px;border-radius:8px}
.services-page .title-heading-strip h1{font-size:48px;line-height:1.1;letter-spacing:-.03em;color:#1C5150;margin:0;font-weight:800}
.services-page .title-desc{font-size:15px;line-height:1.75;color:#2d2d2d;margin:0}
.services-page .title-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.services-page .title-points li{font-size:15px;line-height:1.75;color:#2d2d2d;display:flex;align-items:flex-start;gap:12px}
.services-page .title-points li .point-marker{flex-shrink:0;width:10px;height:10px;background:#CD00D7;border-radius:2px;margin-top:7px}
.services-page .title-repeat-pattern{position:absolute;top:24px;right:24px;display:grid;grid-template-columns:repeat(5,8px);gap:8px;pointer-events:none;opacity:.18}
.services-page .title-repeat-pattern span{width:8px;height:8px;background:#CD00D7;border-radius:2px;display:block}
.services-page .divider-triangle{width:100%;overflow:hidden;line-height:0}
.services-page .divider-triangle svg{display:block;width:100%}
.services-page .terminology-block{padding:96px 48px;background:radial-gradient(ellipse at 60% 40%,#1c515012 0%,#cd00d70a 60%,#f3eaf5 100%);position:relative}
.services-page .terminology-block-inner{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:3fr 1fr;gap:48px;align-items:start}
.services-page .terminology-heading-strip{display:inline-block;background:linear-gradient(90deg,#1c515024 0%,transparent 100%);padding:8px 24px 8px 12px;border-radius:8px;margin-bottom:24px}
.services-page .terminology-heading-strip h2{font-size:26px;line-height:1.1;letter-spacing:-.02em;color:#1C5150;margin:0;font-weight:700}
.services-page .terminology-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.services-page .term-card{background:#fff;border-radius:14px;padding:24px;box-shadow:1px 6px 14px -2px #cd00d714;position:relative;transition:box-shadow .28s ease-in-out,transform .28s ease-in-out}
.services-page .term-card:hover{box-shadow:1px 10px 44px -2px #cd00d724;transform:translateY(-2px)}
.services-page .term-card.accent-purple{border-top:3px solid #CD00D7}
.services-page .term-card.accent-teal{border-top:3px solid #1C5150}
.services-page .term-card.accent-light{border-top:3px solid #cd00d766}
.services-page .term-card.accent-dark{border-top:3px solid #1c515080}
.services-page .term-card-label{font-size:14px;line-height:1.1;font-weight:700;color:#CD00D7;margin:0 0 8px;letter-spacing:.03em;text-transform:uppercase}
.services-page .term-card-name{font-size:15px;line-height:1.75;font-weight:700;color:#1C5150;margin:0 0 8px}
.services-page .term-card-desc{font-size:14px;line-height:1.75;color:#333;margin:0}
.services-page .terminology-sidebar{display:flex;flex-direction:column;gap:24px}
.services-page .terminology-sidebar-stat{background:#1C5150;border-radius:14px;padding:24px;color:#fff;box-shadow:1px 6px 14px -2px #1c515024}
.services-page .stat-number{font-size:48px;line-height:1.1;font-weight:800;letter-spacing:-.04em;margin:0 0 8px}
.services-page .stat-number .integer-part{color:#fff}
.services-page .stat-number .fractional-part{color:#cd00d7d9}
.services-page .stat-label{font-size:14px;line-height:1.75;color:#fffc;margin:0}
.services-page .terminology-sidebar-note{background:#cd00d712;border-radius:14px;padding:24px;border-radius:14px}
.services-page .terminology-sidebar-note p{font-size:14px;line-height:1.75;color:#2d2d2d;margin:0}
.services-page .divider-line{width:100%;height:4px;background:linear-gradient(90deg,#CD00D7 0%,transparent 100%)}
.services-page .workshops-block{padding:96px 48px;background:#fff;position:relative}
.services-page .workshops-block-inner{max-width:1600px;margin:0 auto}
.services-page .workshops-heading-strip{display:inline-block;background:linear-gradient(90deg,#cd00d721 0%,transparent 100%);padding:8px 24px 8px 12px;border-radius:8px;margin-bottom:48px}
.services-page .workshops-heading-strip h2{font-size:26px;line-height:1.1;letter-spacing:-.02em;color:#1C5150;margin:0;font-weight:700}
.services-page .workshops-featured{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px;align-items:stretch}
.services-page .workshop-text-panel{display:flex;flex-direction:column;gap:24px;justify-content:center}
.services-page .workshop-text-panel h3{font-size:26px;line-height:1.1;color:#1C5150;margin:0;font-weight:700;letter-spacing:-.02em}
.services-page .workshop-text-panel p{font-size:15px;line-height:1.75;color:#333;margin:0;text-indent:-1.2em;padding-left:1.2em}
.services-page .workshop-text-panel p.no-indent{text-indent:0;padding-left:0}
.services-page .workshop-tags{display:flex;flex-wrap:wrap;gap:8px}
.services-page .workshop-tag{font-size:14px;line-height:1.1;padding:4px 12px;background:#cd00d714;color:#1C5150;border-radius:22px;font-weight:600;border:1px solid #cd00d72e}
.services-page .workshop-visual-panel{border-radius:14px;overflow:hidden;box-shadow:1px 6px 14px -2px #1c515014;aspect-ratio:1/1}
.services-page .workshop-visual-panel img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .38s ease-in-out}
.services-page .workshop-visual-panel:hover img{transform:scale(1.03)}
.services-page .dashed-path-wrap{position:relative;padding:24px 0}
.services-page .dashed-path-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.22}
.services-page .workshops-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:1}
.services-page .workshop-item{background:linear-gradient(135deg,#f9f3fb 0%,#eef5f5 100%);border-radius:14px;padding:24px;box-shadow:1px 2px 6px -2px #cd00d70d;transition:box-shadow .28s cubic-bezier(0.4,0,0.2,1),transform .32s cubic-bezier(0.4,0,0.2,1)}
.services-page .workshop-item:hover{box-shadow:1px 10px 44px -2px #cd00d724;transform:translateY(-3px)}
.services-page .workshop-item-icon{width:40px;height:40px;border-radius:8px;background:#cd00d71a;display:flex;align-items:center;justify-content:center;margin-bottom:12px}
.services-page .workshop-item h4{font-size:15px;line-height:1.1;font-weight:700;color:#1C5150;margin:0 0 8px}
.services-page .workshop-item p{font-size:14px;line-height:1.75;color:#444;margin:0}
.services-page .divider-offset{width:100%;overflow:hidden;line-height:0;transform:scaleX(1)}
.services-page .divider-offset svg{display:block;width:100%}
.services-page .approach-block{padding:96px 48px;background:radial-gradient(ellipse at 30% 60%,#1c515017 0%,#cd00d70d 55%,#f0eaf5 100%);position:relative}
.services-page .fibonacci-bg{position:absolute;top:0;right:0;width:400px;height:400px;pointer-events:none;opacity:.06}
.services-page .approach-block-inner{max-width:1600px;margin:0 auto;position:relative;z-index:1}
.services-page .approach-heading-strip{display:inline-block;background:linear-gradient(90deg,#1c515024 0%,transparent 100%);padding:8px 24px 8px 12px;border-radius:8px;margin-bottom:48px}
.services-page .approach-heading-strip h2{font-size:26px;line-height:1.1;letter-spacing:-.02em;color:#1C5150;margin:0;font-weight:700}
.services-page .approach-grid{display:grid;grid-template-columns:3fr 1fr;gap:48px;align-items:start}
.services-page .approach-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.services-page .approach-step{background:#fff;border-radius:14px;padding:24px;box-shadow:1px 2px 6px -2px #1c51500d;transition:box-shadow .25s ease-in-out;position:relative}
.services-page .approach-step:hover{box-shadow:1px 10px 44px -2px #1c515024}
.services-page .approach-step.color-one{box-shadow:inset 0 0 0 2px #cd00d726 1px 2px 6px -2px #cd00d70d}
.services-page .approach-step.color-two{box-shadow:inset 0 0 0 2px #1c515026 1px 2px 6px -2px #1c51500d}
.services-page .approach-step.color-three{box-shadow:inset 0 0 0 2px #cd00d71a 1px 2px 6px -2px #cd00d70d}
.services-page .approach-step.color-four{box-shadow:inset 0 0 0 2px #1c51501a 1px 2px 6px -2px #1c51500d}
.services-page .step-number{font-size:48px;line-height:1.1;font-weight:800;letter-spacing:-.04em;margin:0 0 8px;display:block}
.services-page .approach-step.color-one .step-number{color:#cd00d740}
.services-page .approach-step.color-two .step-number{color:#1c515033}
.services-page .approach-step.color-three .step-number{color:#cd00d72e}
.services-page .approach-step.color-four .step-number{color:#1c515026}
.services-page .approach-step h4{font-size:15px;line-height:1.1;font-weight:700;color:#1C5150;margin:0 0 8px}
.services-page .approach-step p{font-size:14px;line-height:1.75;color:#444;margin:0}
.services-page .approach-sidebar{display:flex;flex-direction:column;gap:24px}
.services-page .approach-cta-box{background:#1C5150;border-radius:14px;padding:24px;color:#fff;box-shadow:1px 6px 14px -2px #1c515024;display:flex;flex-direction:column;gap:12px}
.services-page .approach-cta-box h4{font-size:15px;line-height:1.1;font-weight:700;color:#fff;margin:0}
.services-page .approach-cta-box p{font-size:14px;line-height:1.75;color:#fffc;margin:0}
.services-page .btn-primary{display:inline-block;background:#CD00D7;color:#fff;font-size:15px;font-weight:700;padding:12px 24px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:background .28s ease-in-out,box-shadow .28s ease-in-out;box-shadow:1px 6px 14px -2px #cd00d738;text-align:center}
.services-page .btn-primary:hover{background:#a800b0;box-shadow:1px 10px 44px -2px #cd00d747;color:#fff;text-decoration:none}
.services-page .btn-primary:focus{outline:3px solid #cd00d780;outline-offset:2px}
.services-page .approach-contact-info{background:#cd00d70f;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:12px}
.services-page .approach-contact-info h5{font-size:14px;line-height:1.1;font-weight:700;color:#1C5150;margin:0;text-transform:uppercase;letter-spacing:.04em}
.services-page .contact-row{display:flex;align-items:center;gap:8px}
.services-page .contact-row svg{flex-shrink:0}
.services-page .contact-row a,.services-page .contact-row span{font-size:14px;line-height:1.75;color:#1C5150;text-decoration:none}
.services-page .contact-row a:hover{color:#CD00D7;text-decoration:underline}
@media (max-width: 1024px) {
.services-page .title-block-grid{grid-template-columns:1fr 1fr;gap:24px}
.services-page .terminology-block-inner{grid-template-columns:1fr}
.services-page .terminology-grid{grid-template-columns:repeat(2,1fr)}
.services-page .workshops-featured{grid-template-columns:1fr;gap:24px}
.services-page .workshop-visual-panel{aspect-ratio:16/9}
.services-page .workshops-list{grid-template-columns:repeat(2,1fr)}
.services-page .approach-grid{grid-template-columns:1fr}
.services-page .approach-steps{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.services-page .title-block{padding:48px 24px}
.services-page .title-block-grid{grid-template-columns:1fr;gap:24px}
.services-page .title-heading-strip h1{font-size:26px}
.services-page .terminology-block{padding:48px 24px}
.services-page .terminology-grid{grid-template-columns:1fr}
.services-page .workshops-block{padding:48px 24px}
.services-page .workshops-list{grid-template-columns:1fr}
.services-page .approach-block{padding:48px 24px}
.services-page .approach-steps{grid-template-columns:1fr}
.services-page .stat-number{font-size:26px}
}
@media (max-width: 480px) {
.services-page .title-block{padding:24px 12px}
.services-page .terminology-block,.services-page .workshops-block,.services-page .approach-block{padding:24px 12px}
.services-page .title-repeat-pattern{display:none}
.services-page .fibonacci-bg{width:200px;height:200px}
}
@media (min-width: 1440px) {
.services-page .terminology-grid{grid-template-columns:repeat(2,1fr)}
}
.contact-us-page{background:#fff;overflow-x:hidden}
.contact-us-page *,.contact-us-page ::before,.contact-us-page ::after{box-sizing:border-box}
.contact-us-page .diagonal-hero{position:relative;padding:96px 24px 48px;background:linear-gradient(118deg,#f3e6f5 0%,#e8f3f3 55%,#fff 100%)}
.contact-us-page .diagonal-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(118deg,#cd00d712 0%,#1c51500f 55%,transparent 100%);pointer-events:none}
.contact-us-page .diagonal-hero::after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(to right,#CD00D7,#1C5150,transparent);pointer-events:none}
.contact-us-page .hero-outlined-shape{position:absolute;top:24px;right:48px;width:220px;height:220px;border:2px solid #cd00d71f;border-radius:22px;pointer-events:none;transform:rotate(18deg)}
.contact-us-page .hero-outlined-shape-two{position:absolute;bottom:48px;left:24px;width:120px;height:120px;border:2px solid #1c51501a;border-radius:8px;pointer-events:none;transform:rotate(-11deg)}
.contact-us-page .hero-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-end;gap:48px;position:relative;z-index:1}
.contact-us-page .hero-text-col{flex:1 1 0;min-width:0}
.contact-us-page .hero-pre{font-size:14px;line-height:1.75;color:#1C5150;margin-bottom:12px;letter-spacing:.04em}
.contact-us-page .hero-heading-wrap{display:inline-block;background:linear-gradient(to right,#cd00d721,transparent);border-radius:2px;padding:4px 12px 4px 8px;margin-bottom:24px}
.contact-us-page .hero-heading-wrap h1{font-size:48px;line-height:1.1;color:#1C5150;letter-spacing:-.02em;margin:0}
.contact-us-page .hero-desc{font-size:15px;line-height:1.75;color:#2d4a49;max-width:480px}
.contact-us-page .hero-stat-col{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:8px;padding-bottom:8px}
.contact-us-page .hero-big-number{font-size:48px;line-height:1.1;color:#CD00D7;letter-spacing:-.03em;font-weight:700}
.contact-us-page .hero-number-label{font-size:14px;line-height:1.75;color:#5a6a6a;text-align:right;max-width:160px}
.contact-us-page .form-band{background:linear-gradient(to right,#1c51500a,#cd00d70a);padding:48px 24px;animation:bgpulse 6s ease-in-out infinite}
@keyframes bgpulse {
0%,100%{opacity:1}
50%{opacity:.93}
}
.contact-us-page .form-band-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.contact-us-page .form-sidebar{flex:0 0 220px;display:flex;flex-direction:column;gap:24px;padding-top:8px}
.contact-us-page .sidebar-label{display:flex;flex-direction:column;gap:4px}
.contact-us-page .sidebar-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(to right,#cd00d721,#1c515014);display:flex;align-items:center;justify-content:center;margin-bottom:4px;flex-shrink:0}
.contact-us-page .sidebar-icon svg{display:block}
.contact-us-page .sidebar-label-text{font-size:14px;line-height:1.75;color:#1C5150;font-weight:600}
.contact-us-page .sidebar-label-value{font-size:14px;line-height:1.75;color:#3a5555}
.contact-us-page .form-card{flex:1 1 0;min-width:0;background:#fff;border-radius:14px;box-shadow:1px 6px 14px -2px #cd00d714;padding:48px}
.contact-us-page .form-card-heading-wrap{display:inline-block;background:linear-gradient(to right,#1c51501a,transparent);border-radius:2px;padding:4px 12px 4px 8px;margin-bottom:24px}
.contact-us-page .form-card-heading-wrap h2{font-size:26px;line-height:1.1;color:#1C5150;margin:0;letter-spacing:-.01em}
.contact-us-page .form-drop{animation:dropsettle .38s cubic-bezier(0.4,0,0.2,1) both}
@keyframes dropsettle {
0%{opacity:0;transform:translateY(-18px)}
100%{opacity:1;transform:translateY(0)}
}
.contact-us-page .field-row{display:flex;flex-direction:row;gap:24px;margin-bottom:24px}
.contact-us-page .field-group{display:flex;flex-direction:column;gap:8px;flex:1 1 0;min-width:0}
.contact-us-page .field-group label{font-size:14px;line-height:1.75;color:#1C5150;font-weight:600}
.contact-us-page .field-group input[type="text"],.contact-us-page .field-group input[type="tel"],.contact-us-page .field-group select,.contact-us-page .field-group textarea{border:1.5px solid #1c515038;border-radius:8px;padding:12px;font-size:15px;line-height:1.75;color:#1C5150;background:#fff;width:100%;outline:none;transition:border-color .25s ease-in-out,box-shadow .28s cubic-bezier(0.4,0,0.2,1);box-shadow:inset 1px 2px 6px -2px #cd00d70d;appearance:none;-webkit-appearance:none}
.contact-us-page .field-group input::placeholder,.contact-us-page .field-group textarea::placeholder{color:#1c515061}
.contact-us-page .field-group input:focus,.contact-us-page .field-group select:focus,.contact-us-page .field-group textarea:focus{border-color:#CD00D7;box-shadow:inset 1px 2px 6px -2px #cd00d717 0 0 0 3px #cd00d717}
.contact-us-page .field-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l7 7 7-7' stroke='%231C5150' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}
.contact-us-page .field-group textarea{min-height:96px;resize:vertical}
.contact-us-page .field-full{margin-bottom:24px}
.contact-us-page .radio-group-label{font-size:14px;line-height:1.75;color:#1C5150;font-weight:600;margin-bottom:8px}
.contact-us-page .radio-options{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}
.contact-us-page .radio-option input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.contact-us-page .radio-option{position:relative}
.contact-us-page .radio-option label{display:inline-block;padding:8px 12px;border:1.5px solid #1c515038;border-radius:22px;font-size:14px;line-height:1.75;color:#1C5150;cursor:pointer;transition:border-color .26s ease-in-out,background .26s ease-in-out,color .26s ease-in-out;user-select:none}
.contact-us-page .radio-option input[type="radio"]:checked + label{border-color:#CD00D7;background:#cd00d714;color:#CD00D7}
.contact-us-page .radio-option input[type="radio"]:focus-visible + label{outline:2px solid #CD00D7;outline-offset:2px}
.contact-us-page .radio-option label:hover{border-color:#1C5150;background:#1c51500d}
.contact-us-page .privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:24px}
.contact-us-page .privacy-row input[type="checkbox"]{margin-top:4px;width:18px;height:18px;flex-shrink:0;accent-color:#CD00D7;cursor:pointer}
.contact-us-page .privacy-text{font-size:14px;line-height:1.75;color:#3a5555}
.contact-us-page .privacy-text a{color:#CD00D7;text-decoration:underline;text-underline-offset:2px;transition:color .25s ease-in-out}
.contact-us-page .privacy-text a:hover{color:#1C5150}
.contact-us-page .submit-btn{background:linear-gradient(to right,#CD00D7,#a000ab);color:#fff;border:none;border-radius:8px;padding:12px 48px;font-size:15px;line-height:1.75;cursor:pointer;letter-spacing:.01em;box-shadow:1px 6px 14px -2px #cd00d724;transition:background .35s cubic-bezier(0.4,0,0.2,1),box-shadow .28s ease-in-out,transform .25s ease-in-out}
.contact-us-page .submit-btn:hover{background:linear-gradient(to right,#b000ba,#1C5150);box-shadow:1px 10px 44px -2px #cd00d72e;transform:translateY(-1px)}
.contact-us-page .submit-btn:focus-visible{outline:3px solid #CD00D7;outline-offset:3px}
.contact-us-page .submit-btn:active{transform:translateY(0)}
.contact-us-page .info-band{padding:48px 24px 96px;background:linear-gradient(to right,#1c51500f,#cd00d70a);clip-path:polygon(0 0,100% 4%,100% 100%,0 100%);position:relative}
.contact-us-page .info-band-inner{max-width:1600px;margin:0 auto;display:flex;flex-direction:row;gap:48px;align-items:stretch}
.contact-us-page .info-card{flex:1 1 0;min-width:0;background:#fff;border-radius:14px;padding:24px;box-shadow:1px 2px 6px -2px #1c51500d;display:flex;flex-direction:column;gap:12px;transition:box-shadow .35s cubic-bezier(0.4,0,0.2,1)}
.contact-us-page .info-card:hover{box-shadow:1px 10px 44px -2px #1c515024}
.contact-us-page .info-card-icon{width:44px;height:44px;border-radius:8px;background:linear-gradient(to right,#cd00d71a,#1c515012);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-us-page .info-card-heading-wrap{display:inline-block;background:linear-gradient(to right,#cd00d71a,transparent);border-radius:2px;padding:4px 8px}
.contact-us-page .info-card-heading-wrap h3{font-size:15px;line-height:1.1;color:#1C5150;margin:0;font-weight:700;letter-spacing:-.01em}
.contact-us-page .info-card-value{font-size:15px;line-height:1.75;color:#2d4a49}
.contact-us-page .info-card-value a{color:#CD00D7;text-decoration:none;transition:color .25s ease-in-out}
.contact-us-page .info-card-value a:hover{color:#1C5150;text-decoration:underline}
.contact-us-page .info-card-sub{font-size:14px;line-height:1.75;color:#5a6a6a}
.contact-us-page .webinar-nudge{background:linear-gradient(to right,#1c515014,#cd00d70f);border-radius:14px;padding:24px;margin-top:8px}
.contact-us-page .webinar-nudge p{font-size:14px;line-height:1.75;color:#1C5150;margin:0 0 8px}
.contact-us-page .webinar-nudge a{display:inline-block;color:#CD00D7;font-size:14px;line-height:1.75;text-decoration:underline;text-underline-offset:2px;font-weight:600;transition:color .28s ease-in-out}
.contact-us-page .webinar-nudge a:hover{color:#1C5150}
@media (max-width: 1024px) {
.contact-us-page .form-band-inner{flex-direction:column;gap:24px}
.contact-us-page .form-sidebar{flex:none;flex-direction:row;flex-wrap:wrap;gap:24px}
.contact-us-page .hero-inner{flex-direction:column;gap:24px;align-items:flex-start}
.contact-us-page .hero-stat-col{align-items:flex-start}
.contact-us-page .info-band-inner{flex-wrap:wrap}
.contact-us-page .info-card{flex:1 1 220px}
}
@media (max-width: 768px) {
.contact-us-page .diagonal-hero{padding:48px 24px}
.contact-us-page .hero-heading-wrap h1{font-size:26px}
.contact-us-page .field-row{flex-direction:column;gap:12px}
.contact-us-page .form-card{padding:24px}
.contact-us-page .hero-outlined-shape{width:120px;height:120px;right:12px}
.contact-us-page .info-band{clip-path:none;padding-top:48px}
.contact-us-page .radio-options{flex-direction:column;gap:8px}
}
@media (max-width: 480px) {
.contact-us-page .form-card{padding:12px}
.contact-us-page .info-band-inner{flex-direction:column}
.contact-us-page .hero-big-number{font-size:26px}
.contact-us-page .submit-btn{width:100%;padding:12px 24px}
}
.base{max-width:1600px;margin:0 auto;overflow-x:clip}
.base .title-band{position:relative;padding:48px 96px;background:linear-gradient(to bottom,transparent 0%,#1c51502e 100%);display:flex;flex-direction:row;align-items:flex-end;gap:48px;min-height:0}
.base .title-band .dots-path{position:absolute;top:24px;right:120px;display:flex;flex-direction:row;gap:8px;pointer-events:none}
.base .title-band .dots-path span{display:block;width:6px;height:6px;border-radius:22px;background:#CD00D7;opacity:.22}
.base .title-band .dots-path span:nth-child(2){opacity:.35;width:8px;height:8px}
.base .title-band .dots-path span:nth-child(4){opacity:.18;width:5px;height:5px}
.base .title-band .dots-path span:nth-child(5){opacity:.28;width:7px;height:7px}
.base .title-image-col{position:relative;width:40%;flex-shrink:0;border-radius:14px;overflow:hidden}
.base .title-image-col .skeleton{position:absolute;inset:0;background:#d4d4d4;border-radius:14px;z-index:1;transition:opacity .38s ease-in-out}
.base .title-image-col img{display:block;width:100%;height:340px;object-fit:cover;border-radius:14px;position:relative;z-index:2}
.base .title-image-col img.loaded ~ .skeleton{opacity:0}
.base .title-image-col .img-gradient{position:absolute;inset:0;background:linear-gradient(to right,#1c51508c 0%,transparent 60%);border-radius:14px;z-index:3;pointer-events:none}
.base .title-text-col{flex:1;display:flex;flex-direction:column;gap:24px}
.base .title-text-col .brace-wrap{position:relative;padding:8px 24px}
.base .title-text-col .brace-wrap::before,.base .title-text-col .brace-wrap::after{content:"";position:absolute;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#CD00D7,transparent);border-radius:2px}
.base .title-text-col .brace-wrap::before{left:0}
.base .title-text-col .brace-wrap::after{right:0;background:linear-gradient(to bottom,transparent,#1C5150)}
.base .title-text-col h1{font-size:48px;line-height:1.1;letter-spacing:-.03em;color:#1C5150;margin:0}
.base .title-text-col h1 .outlined{-webkit-text-stroke:2px #CD00D7;color:transparent}
.base .title-text-col .lead{font-size:15px;line-height:1.75;color:#2a4a49;margin:0}
.base .title-text-col .tag-row{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}
.base .title-text-col .tag-row .tag{font-size:14px;line-height:1.1;padding:4px 12px;border-radius:8px;background:#cd00d714;color:#1C5150;border:1px solid #cd00d733}
.base .divider-gradient-one{height:6px;background:linear-gradient(to right,#CD00D7,transparent);border-radius:2px;margin:0}
.base .value-split{display:flex;flex-direction:row;gap:0;background:#f4f9f8;box-shadow:1px 6px 14px -2px #1c515014}
.base .value-split .left-panel{width:60%;padding:96px 48px 96px 96px;display:flex;flex-direction:column;gap:24px}
.base .value-split .right-panel{width:40%;display:flex;flex-direction:column;gap:24px;padding:48px 48px 48px 24px;justify-content:center}
.base .value-split .right-panel .metric-card{background:#fff;border-radius:14px;padding:24px;box-shadow:1px 2px 6px -2px #cd00d70d;display:flex;flex-direction:column;gap:8px;transition:box-shadow .28s cubic-bezier(0.4,0,0.2,1)}
.base .value-split .right-panel .metric-card:hover{box-shadow:1px 10px 44px -2px #cd00d724}
.base .value-split .right-panel .metric-card .metric-label{font-size:14px;line-height:1.1;color:#1C5150;letter-spacing:.04em}
.base .value-split .right-panel .metric-card .metric-value{font-size:26px;line-height:1.1;color:#CD00D7;font-weight:700}
.base .strip-heading{display:inline-block;background:linear-gradient(to right,#cd00d721,transparent);padding:4px 12px;border-radius:2px;font-size:26px;line-height:1.1;letter-spacing:-.015em;color:#1C5150;font-weight:700}
.base .value-split .body-text{font-size:15px;line-height:1.75;color:#2e4e4d;margin:0;text-indent:-14px;padding-left:14px}
.base .value-split .image-stack{display:flex;flex-direction:column;gap:12px}
.base .value-split .image-stack .img-item{border-radius:14px;overflow:hidden;box-shadow:1px 6px 14px -2px #1c515014}
.base .value-split .image-stack .img-item img{display:block;width:100%;height:180px;object-fit:cover;border-radius:14px}
.base .divider-solid-band{height:8px;background:linear-gradient(to right,#1C5150,#CD00D7,transparent);border-radius:2px}
.base .longterm-panel{padding:96px;background:#fff;display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:48px;align-items:start}
.base .longterm-panel .side-image{border-radius:14px;overflow:hidden;box-shadow:1px 10px 44px -2px #1c515024;animation:slideUp .38s cubic-bezier(0.4,0,0.2,1) both}
.base .longterm-panel .side-image img{display:block;width:100%;height:280px;object-fit:cover}
.base .longterm-panel .center-col{display:flex;flex-direction:column;gap:24px}
.base .longterm-panel .center-col h2{font-size:26px;line-height:1.1;color:#1C5150;margin:0}
.base .longterm-panel .center-col h2 .outlined{-webkit-text-stroke:1.5px #CD00D7;color:transparent}
.base .longterm-panel .center-col .body-text{font-size:15px;line-height:1.75;color:#2e4e4d;margin:0;text-indent:-14px;padding-left:14px}
.base .longterm-panel .term-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.base .longterm-panel .term-list li{display:flex;flex-direction:row;gap:12px;align-items:flex-start;font-size:15px;line-height:1.75;color:#2e4e4d}
.base .longterm-panel .term-list li .bullet{flex-shrink:0;width:14px;height:14px;margin-top:5px;border-radius:22px;background:#CD00D7}
.base .longterm-panel .side-image.right-img{animation-delay:.1s}
@keyframes slideUp {
from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:translateY(0)}
}
.base .divider-thin-band{height:4px;background:linear-gradient(to right,transparent,#CD00D7,transparent);border-radius:2px}
.base .graduation-panel{padding:48px 96px 96px;background:linear-gradient(to right,#1c515012,#cd00d70d);display:flex;flex-direction:column;gap:48px}
.base .graduation-panel .grad-heading-row{display:flex;flex-direction:row;align-items:center;gap:24px}
.base .graduation-panel .grad-heading-row h2{font-size:26px;line-height:1.1;color:#1C5150;margin:0;letter-spacing:-.01em}
.base .graduation-panel .grad-heading-row .accent-line{flex:1;height:2px;background:linear-gradient(to right,#CD00D7,transparent);border-radius:2px}
.base .graduation-panel .grid-outcomes{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.base .graduation-panel .outcome-card{background:#fff;border-radius:14px;padding:24px;box-shadow:1px 6px 14px -2px #cd00d714;display:flex;flex-direction:column;gap:12px;transition:transform .25s cubic-bezier(0.4,0,0.2,1),box-shadow .25s cubic-bezier(0.4,0,0.2,1)}
.base .graduation-panel .outcome-card:hover{transform:translateY(-4px);box-shadow:1px 10px 44px -2px #cd00d724}
.base .graduation-panel .outcome-card .card-icon{width:36px;height:36px;border-radius:8px;background:#cd00d71a;display:flex;align-items:center;justify-content:center}
.base .graduation-panel .outcome-card .card-icon svg{width:20px;height:20px}
.base .graduation-panel .outcome-card h4{font-size:15px;line-height:1.1;color:#1C5150;margin:0;font-weight:700}
.base .graduation-panel .outcome-card p{font-size:14px;line-height:1.75;color:#2e4e4d;margin:0}
.base .graduation-panel .bottom-row{display:flex;flex-direction:row;gap:48px;align-items:flex-start}
.base .graduation-panel .bottom-row .final-text-col{flex:1;display:flex;flex-direction:column;gap:12px}
.base .graduation-panel .bottom-row .final-text-col p{font-size:15px;line-height:1.75;color:#2e4e4d;margin:0}
.base .graduation-panel .bottom-row .final-image{width:40%;border-radius:14px;overflow:hidden;box-shadow:1px 6px 14px -2px #1c515014}
.base .graduation-panel .bottom-row .final-image img{display:block;width:100%;height:220px;object-fit:cover}
.base .cta-link{display:inline-block;padding:12px 24px;background:#1C5150;color:#fff!important;border-radius:8px;font-size:15px;line-height:1.1;text-decoration:none;box-shadow:1px 6px 14px -2px #1c515014;transition:background .28s ease-in-out,box-shadow .28s ease-in-out;align-self:flex-start}
.base .cta-link:hover{background:#CD00D7;box-shadow:1px 10px 44px -2px #cd00d724}
@media (max-width: 1024px) {
.base .title-band{padding:48px;flex-direction:column;gap:24px}
.base .title-image-col{width:100%}
.base .value-split{flex-direction:column}
.base .value-split .left-panel{width:100%;padding:48px 48px 24px}
.base .value-split .right-panel{width:100%;padding:24px 48px 48px}
.base .longterm-panel{padding:48px;grid-template-columns:1fr 1.4fr}
.base .longterm-panel .side-image.right-img{display:none}
.base .graduation-panel{padding:48px}
.base .graduation-panel .grid-outcomes{grid-template-columns:1fr 1fr}
.base .graduation-panel .bottom-row{flex-direction:column}
.base .graduation-panel .bottom-row .final-image{width:100%}
}
@media (max-width: 768px) {
.base .title-band{padding:24px}
.base .title-text-col h1{font-size:26px}
.base .value-split .left-panel{padding:24px}
.base .value-split .right-panel{padding:24px}
.base .longterm-panel{padding:24px;grid-template-columns:1fr}
.base .longterm-panel .side-image{display:none}
.base .graduation-panel{padding:24px}
.base .graduation-panel .grid-outcomes{grid-template-columns:1fr}
.base .strip-heading{font-size:15px}
}
@media (max-width: 480px) {
.base .title-text-col h1{font-size:26px}
.base .graduation-panel .grad-heading-row{flex-direction:column;align-items:flex-start}
.base .graduation-panel .grad-heading-row .accent-line{width:100%;flex:none}
}
.about-us-page{max-width:1600px;margin:0 auto;overflow-x:clip}
.about-us-page .slide-in{animation:slideFromLeft .38s cubic-bezier(0.4,0,0.2,1) both}
.about-us-page .slide-in-delay-1{animation-delay:.08s}
.about-us-page .slide-in-delay-2{animation-delay:.16s}
.about-us-page .slide-in-delay-3{animation-delay:.26s}
@keyframes slideFromLeft {
from{opacity:0;transform:translateX(-48px)}
to{opacity:1;transform:translateX(0)}
}
.about-us-page .identity-block{position:relative;background:linear-gradient(to right,#cd00d714,#fff0);padding:96px 48px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.about-us-page .identity-block::before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(to bottom,#CD00D7,transparent);border-radius:2px}
.about-us-page .identity-text{display:flex;flex-direction:column;gap:24px}
.about-us-page .identity-label{display:inline-block;font-size:14px;line-height:1.75;color:#CD00D7;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;background:#cd00d714;border-radius:2px;align-self:flex-start}
.about-us-page .identity-heading{font-size:48px;line-height:1.1;letter-spacing:-.02em;color:#1C5150;margin:0}
.about-us-page .identity-heading span{background:linear-gradient(to right,#cd00d726,transparent);padding:0 8px;border-radius:2px}
.about-us-page .identity-body{font-size:15px;line-height:1.75;color:#2d4a49;margin:0;text-indent:-1.2em;padding-left:1.2em}
.about-us-page .identity-link{display:inline-block;font-size:15px;line-height:1.75;color:#fff;background:#1C5150;padding:12px 24px;border-radius:8px;text-decoration:none;align-self:flex-start;box-shadow:1px 6px 14px -2px #1c515014;transition:background .28s ease-in-out,box-shadow .35s cubic-bezier(0.4,0,0.2,1)}
.about-us-page .identity-link:hover{background:#CD00D7;box-shadow:1px 10px 44px -2px #cd00d724}
.about-us-page .identity-visual{position:relative;display:flex;flex-direction:column;gap:24px}
.about-us-page .image-skeleton{width:100%;height:380px;border-radius:14px;background:#dde8e8;position:relative;overflow:hidden}
.about-us-page .image-skeleton img{width:100%;height:100%;object-fit:cover;border-radius:14px;display:block;box-shadow:1px 6px 14px -2px #1c515014;transition:box-shadow .35s cubic-bezier(0.4,0,0.2,1),transform .28s ease-in-out}
.about-us-page .image-skeleton img:hover{box-shadow:1px 10px 44px -2px #cd00d724;transform:translateY(-4px)}
.about-us-page .identity-quote{position:absolute;top:-24px;right:-12px;font-size:120px;line-height:1.1;color:#cd00d71a;pointer-events:none;user-select:none;font-family:Georgia,serif;z-index:0}
.about-us-page .identity-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.about-us-page .identity-small-grid .image-skeleton{height:160px}
.about-us-page .zigzag-divider{width:100%;line-height:0;display:block}
.about-us-page .team-block{background:#1C5150;padding:96px 48px;position:relative;overflow:hidden}
.about-us-page .team-block::after{content:"";position:absolute;bottom:0;right:0;width:320px;height:320px;background:radial-gradient(ellipse at bottom right,#cd00d71f,transparent 70%);pointer-events:none;border-radius:22px}
.about-us-page .team-top{display:flex;flex-direction:row;align-items:flex-start;gap:48px;margin-bottom:48px}
.about-us-page .team-heading-wrap{flex:0 0 auto;max-width:420px}
.about-us-page .team-heading{font-size:48px;line-height:1.1;letter-spacing:-.02em;color:#fff;margin:0 0 12px}
.about-us-page .team-heading-strip{display:inline;background:#cd00d740;border-radius:2px;padding:0 8px}
.about-us-page .team-sub{font-size:15px;line-height:1.75;color:#ffffffbf;margin:0}
.about-us-page .team-desc{font-size:15px;line-height:1.75;color:#ffffffd1;margin:0;flex:1;padding-top:8px;text-indent:-1.2em;padding-left:1.2em}
.about-us-page .team-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;align-items:start}
.about-us-page .team-card{background:#ffffff0f;border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:12px;position:relative;box-shadow:1px 2px 6px -2px #cd00d70d;transition:background .32s ease-in-out,box-shadow .35s cubic-bezier(0.4,0,0.2,1);overflow:hidden}
.about-us-page .team-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(to right,#CD00D7,transparent);border-radius:2px 2px 0 0;transform:scaleX(0);transform-origin:left;transition:transform .28s cubic-bezier(0.4,0,0.2,1)}
.about-us-page .team-card:hover::before{transform:scaleX(1)}
.about-us-page .team-card:hover{background:#ffffff1c;box-shadow:1px 10px 44px -2px #cd00d724}
.about-us-page .team-card.accent{grid-row:span 2;padding:0;overflow:hidden;background:transparent}
.about-us-page .team-card.accent .image-skeleton{height:100%;min-height:320px;border-radius:14px}
.about-us-page .team-card.accent .image-skeleton img{border-radius:14px}
.about-us-page .team-card-name{font-size:15px;line-height:1.1;color:#fff;font-weight:700;margin:0}
.about-us-page .team-card-role{font-size:14px;line-height:1.75;color:#cd00d7e6;margin:0}
.about-us-page .team-card-note{font-size:14px;line-height:1.75;color:#ffffffa6;margin:0}
.about-us-page .team-card-image-small .image-skeleton{height:120px;border-radius:8px;margin-bottom:4px}
.about-us-page .team-card-image-small .image-skeleton img{border-radius:8px}
.about-us-page .values-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.about-us-page .values-list li{display:flex;flex-direction:row;align-items:flex-start;gap:8px;font-size:14px;line-height:1.75;color:#ffffffc7}
.about-us-page .values-list li::before{content:"";display:inline-block;width:10px;height:10px;min-width:10px;background:#CD00D7;border-radius:2px;margin-top:6px}
@media (max-width: 1024px) {
.about-us-page .identity-block{grid-template-columns:1fr;padding:48px 24px;gap:24px}
.about-us-page .team-grid{grid-template-columns:1fr 1fr}
.about-us-page .team-card.accent{grid-row:span 1;grid-column:span 2}
.about-us-page .team-card.accent .image-skeleton{min-height:220px}
.about-us-page .team-top{flex-direction:column;gap:24px}
.about-us-page .team-block{padding:48px 24px}
}
@media (max-width: 768px) {
.about-us-page .identity-block{padding:48px 12px}
.about-us-page .identity-heading{font-size:26px}
.about-us-page .team-heading{font-size:26px}
.about-us-page .team-grid{grid-template-columns:1fr}
.about-us-page .team-card.accent{grid-column:span 1}
.about-us-page .identity-small-grid{grid-template-columns:1fr}
.about-us-page .team-block{padding:48px 12px}
}
@media (max-width: 480px) {
.about-us-page .identity-block{padding:24px 8px;gap:12px}
.about-us-page .team-block{padding:24px 8px}
.about-us-page .image-skeleton{height:220px}
.about-us-page .team-top{gap:12px;margin-bottom:24px}
}
.success-page{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px;background:linear-gradient(to right,#cd00d70f,#fff0)}
.success-page .success-card{max-width:560px;width:100%;background:#fff;border-radius:14px;padding:48px;box-shadow:1px 10px 44px -2px #cd00d724;display:flex;flex-direction:column;align-items:center;gap:24px}
.success-page .success-icon-wrap{width:72px;height:72px;border-radius:22px;background:linear-gradient(to right,#cd00d71f,#1c515014);display:flex;align-items:center;justify-content:center;box-shadow:inset 1px 2px 6px -2px #1c51501a}
.success-page .success-icon-wrap svg{display:block}
.success-page .success-heading-wrap{display:inline-block;background:#cd00d717;border-radius:8px;padding:4px 12px}
.success-page .success-heading{font-size:26px;line-height:1.1;letter-spacing:-.02em;color:#1C5150;margin:0;font-weight:700}
.success-page .success-body{font-size:15px;line-height:1.75;color:#2a4a49;text-align:center;margin:0}
.success-page .success-divider{width:100%;height:2px;border-radius:2px;background:linear-gradient(to right,#cd00d740,#fff0)}
.success-page .success-back-link{display:inline-block;font-size:15px;line-height:1.1;color:#fff;background:#1C5150;border-radius:8px;padding:12px 24px;text-decoration:none;font-weight:600;letter-spacing:.01em;transition:background-color .28s cubic-bezier(0.4,0,0.2,1),box-shadow .35s ease-in-out;box-shadow:1px 6px 14px -2px #1c515014}
.success-page .success-back-link:hover,.success-page .success-back-link:focus{background:#CD00D7;box-shadow:1px 10px 44px -2px #cd00d724;outline:none}
.success-page .success-back-link:active{background:#a800b0}
.success-page .success-note{font-size:14px;line-height:1.75;color:#4a6e6d;text-align:center;margin:0}
@media (max-width: 480px) {
.success-page{padding:48px 12px}
.success-page .success-card{padding:24px;gap:24px}
}