*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'PT Serif',serif;color:#1a1a1a;background:#FFF;line-height:1.6;display:flex;flex-direction:column;min-height:100vh}
.headerTop{background:linear-gradient(135deg,#034ac80d 0%,#f56a230d 100%);padding:24px 0;border-bottom:1px solid #034ac81a}
.topWrapper{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:center;align-items:center}
.logoZone{display:flex;align-items:center;justify-content:center}
.brandLogo{height:110px;width:110px;object-fit:contain;background:#ffffffe6;padding:12px;border-radius:4px;box-shadow:0 4px 16px #034ac81f}
.headerBottom{background:#FFF;border-bottom:2px solid #034ac826;position:relative}
.headerBottom::before{content:'';position:absolute;top:-30px;left:0;right:0;height:30px;background:linear-gradient(180deg,transparent 0%,#FFF 100%);pointer-events:none}
.bottomWrapper{max-width:1400px;margin:0 auto;padding:0 20px}
.mainNavigation{display:flex;justify-content:center;align-items:center;gap:4px;padding:18px 0;flex-wrap:wrap}
.mainNavigation .navLink{font-family:'JetBrains Mono',monospace;font-size:15px;color:#034AC8;text-decoration:none;padding:12px 24px;border-radius:3px;transition:background .2s ease,color .2s ease;white-space:nowrap}
.mainNavigation .navLink:hover{background:#034ac814;color:#F56A23}
main{flex:1}
.footerContainer{background:linear-gradient(180deg,#FFF 0%,#034ac808 100%);border-top:2px solid #034ac826;padding:60px 0 30px;margin-top:80px}
.footerContent{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:40px;margin-bottom:40px}
.footerColumn .footerHeading{font-family:'JetBrains Mono',monospace;font-size:18px;color:#034AC8;margin-bottom:16px;font-weight:700}
.footerColumn .footerText{font-size:15px;color:#4a4a4a;margin-bottom:12px;line-height:1.7}
.footerColumn .footerText .mdi{color:#F56A23;margin-right:8px}
.footerNavigation{display:flex;flex-direction:column;gap:10px}
.footerNavigation .footerLink{font-size:15px;color:#034AC8;text-decoration:none;transition:color .2s ease}
.footerNavigation .footerLink:hover{color:#F56A23}
.footerBottom{max-width:1400px;margin:0 auto;padding:24px 20px 0;border-top:1px solid #034ac81a}
.footerBottom .copyrightText{font-family:'JetBrains Mono',monospace;font-size:13px;color:#6a6a6a;text-align:center}
.cookieConsent{position:fixed;right:-100%;top:50%;transform:translateY(-50%);width:420px;max-width:90vw;background:#FFF;border-radius:6px;box-shadow:0 12px 40px #034ac833;padding:32px;z-index:10000;transition:right .4s cubic-bezier(0.4,0,0.2,1);border:2px solid #034ac826}
.cookieConsent.showCookie{right:30px}
.cookieContent .cookieTitle{font-family:'JetBrains Mono',monospace;font-size:20px;color:#034AC8;margin-bottom:12px;font-weight:700}
.cookieContent .cookieDescription{font-size:15px;color:#4a4a4a;margin-bottom:24px;line-height:1.6}
.cookieCategories{margin-bottom:28px}
.cookieCategories .categoryItem{margin-bottom:18px;padding:14px;background:#034ac808;border-radius:4px}
.cookieCategories .categoryLabel{display:flex;align-items:center;cursor:pointer;margin-bottom:6px}
.cookieCategories .categoryCheckbox{width:18px;height:18px;margin-right:10px;cursor:pointer}
.cookieCategories .categoryCheckbox:disabled{cursor:not-allowed}
.cookieCategories .categoryName{font-family:'JetBrains Mono',monospace;font-size:15px;color:#034AC8;font-weight:700}
.cookieCategories .categoryDesc{font-size:13px;color:#6a6a6a;margin-left:28px;line-height:1.5}
.cookieButtons{display:flex;flex-direction:column;gap:10px}
.cookieButtons .cookieButton{font-family:'JetBrains Mono',monospace;font-size:14px;padding:14px 24px;border:none;border-radius:50px;cursor:pointer;transition:background .2s ease,transform .1s ease;font-weight:700}
.cookieButtons .cookieButton:active{transform:scale(0.98)}
.cookieButtons .acceptButton{background:#034AC8;color:#FFF}
.cookieButtons .acceptButton:hover{background:#022f7a}
.cookieButtons .declineButton{background:#F56A23;color:#FFF}
.cookieButtons .declineButton:hover{background:#d4551a}
.cookieButtons .settingsButton{background:#034ac81a;color:#034AC8}
.cookieButtons .settingsButton:hover{background:#034ac833}
@media (max-width: 768px) {
.brandLogo{height:80px;width:80px}
.mainNavigation{flex-direction:column;gap:8px;padding:14px 0}
.mainNavigation .navLink{width:100%;text-align:center;padding:14px 20px}
.footerContent{grid-template-columns:1fr;gap:32px}
.cookieConsent{width:360px;padding:24px}
.cookieConsent.showCookie{right:15px}
}
@media (max-width: 375px) {
.brandLogo{height:70px;width:70px}
.cookieConsent{width:calc(100vw - 30px);padding:20px}
.cookieContent .cookieTitle{font-size:18px}
.cookieButtons .cookieButton{padding:12px 20px;font-size:13px}
}
.policy-page{max-width:1400px;margin:0 auto;padding:80px 20px;background:#FFF}
.policy-page h1{font-size:42px;font-weight:700;color:#034AC8;margin:0 0 48px;line-height:1.2;letter-spacing:-.5px}
.policy-page h2{font-size:32px;font-weight:600;color:#1a1a1a;margin:64px 0 24px;line-height:1.3;padding-top:24px;border-top:2px solid #034ac81a}
.policy-page h3{font-size:24px;font-weight:600;color:#2a2a2a;margin:48px 0 20px;line-height:1.4}
.policy-page h4{font-size:20px;font-weight:600;color:#3a3a3a;margin:32px 0 16px;line-height:1.4}
.policy-page h5{font-size:18px;font-weight:600;color:#4a4a4a;margin:24px 0 12px;line-height:1.5}
.policy-page h6{font-size:16px;font-weight:600;color:#5a5a5a;margin:20px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.policy-page p{font-size:17px;line-height:1.8;color:#3a3a3a;margin:0 0 24px;max-width:800px}
.policy-page strong,.policy-page b{font-weight:600;color:#1a1a1a}
.policy-page em,.policy-page i{font-style:italic;color:#2a2a2a}
.policy-page hr{border:none;border-top:1px solid #034ac826;margin:56px 0;opacity:.6}
.policy-page div{margin:0 0 20px}
.policy-page table{width:100%;max-width:900px;margin:32px 0 48px;border-collapse:collapse;font-size:16px;background:#FFF;box-shadow:0 2px 12px #034ac814;border-radius:4px;overflow:hidden}
.policy-page thead{background:linear-gradient(135deg,#034AC8 0%,#034ac8d9 100%)}
.policy-page thead tr{border:none}
.policy-page thead th{padding:18px 20px;text-align:left;font-weight:600;font-size:15px;color:#FFF;text-transform:uppercase;letter-spacing:.5px;border:none}
.policy-page tbody{background:#FFF}
.policy-page tbody tr{border-bottom:1px solid #034ac814;transition:background .2s ease}
.policy-page tbody tr:last-child{border-bottom:none}
.policy-page tbody tr:hover{background:#034ac808}
.policy-page tbody td{padding:16px 20px;color:#3a3a3a;line-height:1.6;vertical-align:top}
.policy-page tbody th{padding:16px 20px;text-align:left;font-weight:600;color:#1a1a1a;background:#034ac80a}
@media (max-width: 1366px) {
.policy-page{padding:60px 40px}
.policy-page h1{font-size:38px;margin-bottom:40px}
.policy-page h2{font-size:28px;margin-top:56px}
}
@media (max-width: 768px) {
.policy-page{padding:40px 24px}
.policy-page h1{font-size:32px;margin-bottom:32px}
.policy-page h2{font-size:24px;margin-top:48px;margin-bottom:20px}
.policy-page h3{font-size:20px;margin-top:40px}
.policy-page h4{font-size:18px;margin-top:28px}
.policy-page p{font-size:16px;line-height:1.7;margin-bottom:20px}
.policy-page table{font-size:14px;margin:24px 0 32px;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.policy-page thead th{padding:14px 16px;font-size:13px}
.policy-page tbody td,.policy-page tbody th{padding:12px 16px;font-size:14px}
}
@media (max-width: 375px) {
.policy-page{padding:32px 16px}
.policy-page h1{font-size:28px;margin-bottom:28px}
.policy-page h2{font-size:22px;margin-top:40px}
.policy-page h3{font-size:19px}
.policy-page p{font-size:15px}
.policy-page thead th{padding:12px;font-size:12px}
.policy-page tbody td,.policy-page tbody th{padding:10px 12px;font-size:13px}
}
.webinarDetailWrapper{background:#FFF}
.webinarHeroSection{background:linear-gradient(135deg,#034ac814 0%,#f56a230f 100%);padding:80px 20px 60px}
.webinarHeroSection .contentContainer{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.webinarHeroSection .titleBlock h1{font-size:48px;line-height:1.2;color:#034AC8;margin:0 0 30px;font-weight:700}
.webinarHeroSection .metaInfo{display:flex;flex-direction:column;gap:16px;margin-bottom:30px}
.webinarHeroSection .metaItem{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#034ac80d;border-radius:6px;border-left:4px solid #034AC8}
.webinarHeroSection .metaItem .mdi{font-size:24px;color:#F56A23}
.webinarHeroSection .metaItem span{font-size:16px;color:#1a1a1a;font-weight:500}
.webinarHeroSection .priceBlock{background:#034AC8;padding:30px;border-radius:6px;margin-top:20px}
.webinarHeroSection .priceBlock .priceValue{font-size:42px;color:#FFF;font-weight:700;margin:0 0 10px}
.webinarHeroSection .priceBlock .priceNote{font-size:14px;color:#ffffffe6;line-height:1.5}
.webinarHeroSection .imageBlock{position:relative}
.webinarHeroSection .imageBlock img{width:100%;height:100%;object-fit:cover;border-radius:6px;box-shadow:0 12px 32px #034ac826}
.webinarContentSection{padding:80px 20px;background:#FFF}
.webinarContentSection .contentContainer{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:60px}
.webinarContentSection .descriptionBlock h2{font-size:32px;color:#034AC8;margin:0 0 30px;font-weight:700;position:relative;padding-bottom:15px}
.webinarContentSection .descriptionBlock h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#F56A23 0%,#034AC8 100%);border-radius:2px}
.webinarContentSection .descriptionBlock h3{font-size:24px;color:#1a1a1a;margin:40px 0 20px;font-weight:600}
.webinarContentSection .descriptionBlock p{font-size:16px;line-height:1.8;color:#333;margin:0 0 20px}
.webinarContentSection .descriptionBlock mark{background:#f56a2326;color:#F56A23;padding:2px 6px;border-radius:3px;font-weight:500}
.webinarContentSection .descriptionBlock ol{margin:20px 0;padding-left:20px}
.webinarContentSection .descriptionBlock ol li{font-size:16px;line-height:1.8;color:#333;margin-bottom:12px;padding-left:10px}
.webinarContentSection .descriptionBlock cite{display:block;font-style:italic;color:#034AC8;padding:20px 30px;background:#034ac80d;border-left:4px solid #F56A23;border-radius:4px;margin:30px 0;font-size:16px;line-height:1.7}
.webinarContentSection .descriptionBlock dl{margin:30px 0;background:#034ac808;padding:30px;border-radius:6px}
.webinarContentSection .descriptionBlock dt{font-size:18px;font-weight:600;color:#034AC8;margin-bottom:10px}
.webinarContentSection .descriptionBlock dd{font-size:16px;line-height:1.7;color:#333;margin:0 0 20px;padding-left:20px}
.webinarContentSection .descriptionBlock figure{margin:40px 0;padding:30px;background:#f8f9fa;border-radius:6px;border:2px solid #034ac81a}
.webinarContentSection .descriptionBlock figcaption{font-size:14px;color:#666;font-style:italic;margin-top:15px;text-align:center}
.webinarContentSection .programBlock{background:linear-gradient(135deg,#034ac80d 0%,#f56a2308 100%);padding:40px;border-radius:6px;position:sticky;top:20px;height:fit-content}
.webinarContentSection .programBlock h2{font-size:28px;color:#034AC8;margin:0 0 30px;font-weight:700}
.webinarContentSection .programBlock p{font-size:16px;line-height:1.7;color:#333;margin:0 0 20px}
.webinarContentSection .programBlock ol{margin:20px 0;padding-left:20px}
.webinarContentSection .programBlock ol li{font-size:16px;line-height:1.7;color:#333;margin-bottom:15px;padding-left:10px;position:relative}
.webinarContentSection .programBlock ol li::marker{color:#F56A23;font-weight:700}
.webinarContentSection .programBlock mark{background:#f56a2326;color:#F56A23;padding:2px 6px;border-radius:3px;font-weight:500}
.webinarContentSection .programBlock abbr{text-decoration:none;border-bottom:2px dotted #034AC8;cursor:help;color:#034AC8}
.webinarContentSection .programBlock blockquote{margin:25px 0;padding:20px;background:#034ac814;border-left:4px solid #034AC8;border-radius:4px;font-style:italic;color:#1a1a1a}
.enrollSection{padding:80px 20px;background:linear-gradient(135deg,#034AC8 0%,#0257d4 100%)}
.enrollSection .contentContainer{max-width:1400px;margin:0 auto;text-align:center}
.enrollSection h2{font-size:36px;color:#FFF;margin:0 0 20px;font-weight:700}
.enrollSection p{font-size:18px;color:#fffffff2;margin:0 0 40px;line-height:1.6}
.enrollSection .actionButtons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.enrollSection .enrollButton{padding:18px 40px;font-size:18px;font-weight:600;background:#F56A23;color:#FFF;border:none;border-radius:6px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 8px 20px #f56a234d;cursor:pointer;z-index:10;position:relative}
.enrollSection .enrollButton:hover{background:#e55813;transform:translateY(-2px);box-shadow:0 12px 28px #f56a2366}
.enrollSection .contactButton{padding:18px 40px;font-size:18px;font-weight:600;background:transparent;color:#FFF;border:2px solid #FFF;border-radius:6px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;cursor:pointer;z-index:10;position:relative}
.enrollSection .contactButton:hover{background:#FFF;color:#034AC8;transform:translateY(-2px)}
.printButton{position:fixed;bottom:40px;right:40px;width:60px;height:60px;background:#F56A23;color:#FFF;border:none;border-radius:50%;font-size:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px #f56a2366;transition:all .3s ease;z-index:100}
.printButton:hover{background:#e55813;transform:scale(1.1);box-shadow:0 12px 32px #f56a2380}
@media (max-width: 1366px) {
.webinarHeroSection .contentContainer{gap:40px}
.webinarContentSection .contentContainer{gap:40px}
}
@media (max-width: 768px) {
.webinarHeroSection{padding:60px 20px 40px}
.webinarHeroSection .contentContainer{grid-template-columns:1fr;gap:30px}
.webinarHeroSection .titleBlock h1{font-size:32px}
.webinarHeroSection .priceBlock .priceValue{font-size:32px}
.webinarContentSection{padding:60px 20px}
.webinarContentSection .contentContainer{grid-template-columns:1fr;gap:40px}
.webinarContentSection .programBlock{position:static}
.webinarContentSection .descriptionBlock h2{font-size:26px}
.enrollSection{padding:60px 20px}
.enrollSection h2{font-size:28px}
.enrollSection .actionButtons{flex-direction:column;align-items:center}
.enrollSection .enrollButton,.enrollSection .contactButton{width:100%;max-width:300px;justify-content:center}
.printButton{bottom:20px;right:20px;width:50px;height:50px;font-size:20px}
}
@media (max-width: 375px) {
.webinarHeroSection .titleBlock h1{font-size:26px}
.webinarHeroSection .metaItem{padding:10px 15px}
.webinarHeroSection .priceBlock{padding:20px}
.webinarContentSection .programBlock{padding:25px}
}
@media print {
.enrollSection,.printButton{display:none}
.webinarHeroSection{padding:40px 0;background:#FFF}
.webinarContentSection{padding:40px 0}
.webinarContentSection .contentContainer{grid-template-columns:1fr}
.webinarContentSection .programBlock{page-break-before:always;background:#FFF;border:1px solid #ccc}
.webinarHeroSection .titleBlock h1{color:#000}
.webinarHeroSection .priceBlock{background:#FFF;border:2px solid #000}
.webinarHeroSection .priceBlock .priceValue{color:#000}
.webinarHeroSection .imageBlock{display:none}
body{margin:0;padding:0}
}
.heroBlock{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#034ac814 0%,#f56a230f 100%);margin-bottom:80px}
.heroBlock .backgroundLayer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.heroBlock .backgroundLayer img{width:100%;height:100%;object-fit:cover;filter:brightness(0.4) saturate(0.6)}
.heroBlock .backgroundLayer::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#034ac8bf 0%,#f56a2373 100%)}
.heroBlock .contentWrapper{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:80px 20px;width:100%}
.heroBlock .textContent{max-width:680px}
.heroBlock .textContent h1{font-size:56px;line-height:1.15;color:#FFF;margin:0 0 24px;font-weight:700}
.heroBlock .textContent .description{font-size:20px;line-height:1.6;color:#fffffff2;margin:0 0 32px}
.heroBlock .actionButton{display:inline-block;padding:16px 40px;background:#F56A23;color:#FFF;font-size:18px;font-weight:600;border-radius:4px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #f56a234d;z-index:10;position:relative}
.heroBlock .actionButton:hover{background:#d45a1c;box-shadow:0 12px 32px #f56a2366;transform:translateY(-2px)}
.heroBlock .decorativeElement{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:320px;height:320px;border-radius:50%;background:#ffffff14;border:2px solid #ffffff26;z-index:2}
.heroBlock .decorativeElement::before{content:'';position:absolute;top:30px;left:30px;right:30px;bottom:30px;border-radius:50%;border:2px solid #ffffff1a}
.serviceCore{max-width:1400px;margin:0 auto 100px;padding:0 20px}
.serviceCore .sectionTitle{text-align:center;margin:0 0 60px}
.serviceCore .sectionTitle h2{font-size:42px;line-height:1.25;color:#034AC8;margin:0 0 16px;font-weight:700}
.serviceCore .sectionTitle .subtitle{font-size:18px;line-height:1.6;color:#333;max-width:720px;margin:0 auto}
.serviceCore .serviceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.serviceCore .serviceCard{background:#FFF;border-radius:6px;padding:40px 32px;box-shadow:0 4px 16px #034ac814;transition:all .3s ease;border-left:4px solid transparent}
.serviceCore .serviceCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #034ac829;border-left-color:#F56A23}
.serviceCore .serviceCard .iconHolder{width:64px;height:64px;background:linear-gradient(135deg,#034ac81a 0%,#f56a231a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.serviceCore .serviceCard .iconHolder i{font-size:32px;color:#034AC8}
.serviceCore .serviceCard h3{font-size:24px;line-height:1.3;color:#034AC8;margin:0 0 16px;font-weight:600}
.serviceCore .serviceCard .cardText{font-size:16px;line-height:1.7;color:#555;margin:0}
.approachSection{background:linear-gradient(180deg,#034ac80a 0%,#fff0 100%);padding:80px 20px;margin-bottom:100px}
.approachSection .innerWrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.approachSection .imageBox{position:relative}
.approachSection .imageBox img{width:100%;height:480px;object-fit:cover;border-radius:6px;box-shadow:0 16px 48px #034ac81f}
.approachSection .imageBox::after{content:'';position:absolute;bottom:-20px;right:-20px;width:240px;height:240px;background:#f56a2326;border-radius:6px;z-index:-1}
.approachSection .contentBox h2{font-size:38px;line-height:1.3;color:#034AC8;margin:0 0 24px;font-weight:700}
.approachSection .contentBox .textBlock{font-size:17px;line-height:1.7;color:#444;margin:0 0 20px}
.approachSection .contentBox .highlight{background:linear-gradient(90deg,#f56a2326 0%,#f56a2300 100%);padding:24px 28px;border-left:4px solid #F56A23;border-radius:4px;margin:28px 0}
.approachSection .contentBox .highlight .highlightText{font-size:18px;line-height:1.6;color:#333;margin:0;font-weight:500}
.methodologyBlock{max-width:1400px;margin:0 auto 100px;padding:0 20px}
.methodologyBlock .headingArea{text-align:center;margin:0 0 50px}
.methodologyBlock .headingArea h2{font-size:40px;line-height:1.25;color:#034AC8;margin:0 0 16px;font-weight:700}
.methodologyBlock .headingArea .intro{font-size:18px;line-height:1.6;color:#555;max-width:700px;margin:0 auto}
.methodologyBlock .processSteps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.methodologyBlock .stepItem{background:#FFF;border-radius:6px;padding:32px 24px;box-shadow:0 6px 20px #034ac80f;position:relative;transition:all .3s ease}
.methodologyBlock .stepItem::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#034AC8 0%,#F56A23 100%);border-radius:6px 6px 0 0}
.methodologyBlock .stepItem:hover{box-shadow:0 10px 28px #034ac81f;transform:translateY(-4px)}
.methodologyBlock .stepItem .stepNumber{width:48px;height:48px;background:linear-gradient(135deg,#034AC8 0%,#F56A23 100%);color:#FFF;font-size:22px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.methodologyBlock .stepItem h4{font-size:20px;line-height:1.4;color:#034AC8;margin:0 0 12px;font-weight:600}
.methodologyBlock .stepItem .stepDescription{font-size:15px;line-height:1.6;color:#666;margin:0}
.resultsShowcase{background:linear-gradient(135deg,#034AC8 0%,#025ab8 100%);padding:80px 20px;margin-bottom:100px;position:relative;overflow:hidden}
.resultsShowcase::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#f56a2326;border-radius:50%}
.resultsShowcase .containerBox{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.resultsShowcase .containerBox h2{font-size:40px;line-height:1.3;color:#FFF;text-align:center;margin:0 0 50px;font-weight:700}
.resultsShowcase .statsRow{display:flex;justify-content:space-around;gap:40px;flex-wrap:wrap}
.resultsShowcase .statBox{text-align:center;flex:1;min-width:200px}
.resultsShowcase .statBox .statValue{font-size:56px;line-height:1.2;color:#FFF;font-weight:700;margin:0 0 8px;display:block}
.resultsShowcase .statBox .statLabel{font-size:18px;line-height:1.5;color:#ffffffe6;margin:0}
.testimonialsArea{max-width:1400px;margin:0 auto 100px;padding:0 20px}
.testimonialsArea .headerBox{text-align:center;margin:0 0 50px}
.testimonialsArea .headerBox h2{font-size:40px;line-height:1.25;color:#034AC8;margin:0 0 16px;font-weight:700}
.testimonialsArea .headerBox .tagline{font-size:18px;line-height:1.6;color:#555}
.testimonialsArea .testimonialGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.testimonialsArea .testimonialCard{background:#FFF;border-radius:6px;padding:36px 32px;box-shadow:0 8px 24px #034ac814;position:relative;transition:all .3s ease}
.testimonialsArea .testimonialCard::before{content:'„';position:absolute;top:20px;left:24px;font-size:80px;line-height:1;color:#034ac81a;font-family:Georgia,serif}
.testimonialsArea .testimonialCard:hover{box-shadow:0 12px 36px #034ac824}
.testimonialsArea .testimonialCard .quoteText{font-size:17px;line-height:1.7;color:#444;margin:0 0 24px;position:relative;z-index:2}
.testimonialsArea .testimonialCard .authorInfo{display:flex;align-items:center;gap:16px}
.testimonialsArea .testimonialCard .authorInfo .avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #034ac826}
.testimonialsArea .testimonialCard .authorInfo .details .name{font-size:18px;line-height:1.4;color:#034AC8;margin:0 0 4px;font-weight:600}
.testimonialsArea .testimonialCard .authorInfo .details .role{font-size:15px;line-height:1.4;color:#777;margin:0}
.ctaFinal{background:linear-gradient(90deg,#034ac80f 0%,#f56a230f 100%);padding:80px 20px;text-align:center}
.ctaFinal .wrapperContent{max-width:800px;margin:0 auto}
.ctaFinal .wrapperContent h2{font-size:38px;line-height:1.3;color:#034AC8;margin:0 0 20px;font-weight:700}
.ctaFinal .wrapperContent .message{font-size:18px;line-height:1.7;color:#555;margin:0 0 32px}
.ctaFinal .wrapperContent .primaryButton{display:inline-block;padding:18px 48px;background:#034AC8;color:#FFF;font-size:18px;font-weight:600;border-radius:4px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #034ac840;position:relative;z-index:10}
.ctaFinal .wrapperContent .primaryButton:hover{background:#022f7a;box-shadow:0 12px 32px #034ac859;transform:translateY(-2px)}
@media (max-width: 1366px) {
.heroBlock .textContent h1{font-size:48px}
.heroBlock .decorativeElement{width:280px;height:280px}
.serviceCore .serviceGrid{grid-template-columns:repeat(2,1fr)}
.methodologyBlock .processSteps{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.heroBlock{min-height:450px}
.heroBlock .textContent h1{font-size:36px}
.heroBlock .textContent .description{font-size:17px}
.heroBlock .decorativeElement{display:none}
.serviceCore .serviceGrid{grid-template-columns:1fr}
.approachSection .innerWrapper{grid-template-columns:1fr;gap:40px}
.approachSection .imageBox::after{display:none}
.methodologyBlock .processSteps{grid-template-columns:1fr}
.resultsShowcase .statsRow{flex-direction:column;gap:32px}
.testimonialsArea .testimonialGrid{grid-template-columns:1fr}
}
@media (max-width: 375px) {
.heroBlock .contentWrapper{padding:60px 16px}
.heroBlock .textContent h1{font-size:30px}
.heroBlock .actionButton{padding:14px 32px;font-size:16px}
.serviceCore .sectionTitle h2{font-size:32px}
.approachSection .contentBox h2{font-size:30px}
.methodologyBlock .headingArea h2{font-size:32px}
.resultsShowcase .containerBox h2{font-size:32px}
}
.titleHero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;margin-bottom:70px}
.titleHero .imageBase{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
.titleHero .imageBase img{width:100%;height:100%;object-fit:cover}
.titleHero .imageOverlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#034ac8d9 0%,#034ac880 50%,#f56a2399 100%);z-index:2}
.titleHero .contentFloat{position:relative;z-index:3;max-width:1400px;width:90%;margin:0 auto;padding:60px 20px}
.titleHero .mainHeading{font-size:52px;font-weight:700;color:#FFF;margin:0 0 24px;line-height:1.2;text-shadow:0 2px 12px #0000004d}
.titleHero .subText{font-size:20px;color:#FFF;margin:0;line-height:1.6;max-width:680px;text-shadow:0 1px 8px #00000040}
.titleHero .decorArrow{position:absolute;bottom:30px;right:8%;width:80px;height:80px;z-index:3}
.titleHero .decorArrow svg{width:100%;height:100%;filter:drop-shadow(0 3px 8px #0003)}
.storySection{max-width:1400px;width:90%;margin:0 auto 80px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.storySection .textColumn h2{font-size:38px;font-weight:600;color:#034AC8;margin:0 0 28px;line-height:1.3;position:relative;padding-left:20px}
.storySection .textColumn h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:40px;background:linear-gradient(180deg,#F56A23 0%,#034AC8 100%);border-radius:3px}
.storySection .textColumn p{font-size:17px;line-height:1.7;color:#2a2a2a;margin:0 0 18px}
.storySection .imageColumn{position:relative}
.storySection .imageColumn img{width:100%;height:440px;object-fit:cover;border-radius:4px;box-shadow:0 8px 24px #034ac826}
.storySection .imageColumn::after{content:'';position:absolute;bottom:-15px;right:-15px;width:200px;height:200px;background:linear-gradient(135deg,#f56a2333 0%,#034ac833 100%);border-radius:4px;z-index:-1}
.approachGrid{background:linear-gradient(165deg,#f8f9fb 0%,#fff 100%);padding:70px 0;margin-bottom:80px}
.approachGrid .containerWrap{max-width:1400px;width:90%;margin:0 auto}
.approachGrid .sectionTitle{font-size:42px;font-weight:700;color:#034AC8;margin:0 0 50px;text-align:center;line-height:1.2}
.approachGrid .cardLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.approachGrid .cardItem{background:#FFF;padding:40px 30px;border-radius:3px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border-top:4px solid transparent}
.approachGrid .cardItem:hover{transform:translateY(-6px);box-shadow:0 12px 32px #034ac82e;border-top-color:#F56A23}
.approachGrid .cardItem .iconBox{width:60px;height:60px;background:linear-gradient(135deg,#034ac81a 0%,#f56a231a 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.approachGrid .cardItem .iconBox i{font-size:28px;color:#034AC8}
.approachGrid .cardItem h3{font-size:22px;font-weight:600;color:#2a2a2a;margin:0 0 16px;line-height:1.3}
.approachGrid .cardItem p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.journeyTimeline{max-width:1400px;width:90%;margin:0 auto 80px}
.journeyTimeline .headingBlock{text-align:center;margin-bottom:60px}
.journeyTimeline .headingBlock h2{font-size:40px;font-weight:700;color:#034AC8;margin:0 0 20px;line-height:1.2}
.journeyTimeline .headingBlock p{font-size:18px;color:#4a4a4a;margin:0;line-height:1.6}
.journeyTimeline .timelineWrap{position:relative;padding:30px 0}
.journeyTimeline .timelineWrap::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#034AC8 0%,#F56A23 100%);transform:translateX(-50%)}
.journeyTimeline .timelineItem{display:grid;grid-template-columns:1fr 60px 1fr;gap:40px;margin-bottom:50px;align-items:center}
.journeyTimeline .timelineItem:nth-child(even) .leftSide{order:3}
.journeyTimeline .timelineItem:nth-child(even) .rightSide{order:1}
.journeyTimeline .timelineItem:nth-child(even) .centerMarker{order:2}
.journeyTimeline .leftSide,.journeyTimeline .rightSide{background:#FFF;padding:28px 32px;border-radius:4px;box-shadow:0 6px 20px #00000014;border-left:4px solid #034AC8}
.journeyTimeline .leftSide h4,.journeyTimeline .rightSide h4{font-size:20px;font-weight:600;color:#034AC8;margin:0 0 12px;line-height:1.3}
.journeyTimeline .leftSide p,.journeyTimeline .rightSide p{font-size:16px;line-height:1.6;color:#4a4a4a;margin:0}
.journeyTimeline .centerMarker{width:60px;height:60px;background:#FFF;border:4px solid #F56A23;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 4px 12px #f56a2340}
.journeyTimeline .centerMarker i{font-size:24px;color:#F56A23}
.teamIntro{background:#034AC8;padding:70px 0;margin-bottom:80px;position:relative;overflow:hidden}
.teamIntro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f56a2326 0%,transparent 70%);border-radius:50%}
.teamIntro .contentBox{max-width:1400px;width:90%;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.teamIntro .textArea h2{font-size:44px;font-weight:700;color:#FFF;margin:0 0 26px;line-height:1.2}
.teamIntro .textArea p{font-size:18px;line-height:1.7;color:#fffffff2;margin:0 0 20px}
.teamIntro .textArea .ctaButton{display:inline-block;padding:16px 40px;background:#F56A23;color:#FFF;font-size:17px;font-weight:600;text-decoration:none;border-radius:3px;transition:all .3s ease;box-shadow:0 6px 20px #f56a2359;margin-top:10px;position:relative;z-index:10}
.teamIntro .textArea .ctaButton:hover{background:#d45a1e;transform:translateY(-2px);box-shadow:0 10px 28px #f56a2373}
.teamIntro .imageArea img{width:100%;max-width:380px;height:380px;object-fit:cover;border-radius:50%;border:6px solid #fff3;box-shadow:0 12px 40px #00000040}
@media (max-width: 1366px) {
.titleHero .mainHeading{font-size:46px}
.storySection{gap:50px}
.approachGrid .cardLayout{gap:30px}
}
@media (max-width: 768px) {
.titleHero{min-height:420px;margin-bottom:50px}
.titleHero .mainHeading{font-size:34px;margin-bottom:18px}
.titleHero .subText{font-size:17px}
.titleHero .decorArrow{width:60px;height:60px;bottom:20px;right:5%}
.storySection{grid-template-columns:1fr;gap:40px;margin-bottom:60px}
.storySection .textColumn h2{font-size:32px;margin-bottom:22px}
.storySection .imageColumn img{height:320px}
.approachGrid{padding:50px 0;margin-bottom:60px}
.approachGrid .sectionTitle{font-size:34px;margin-bottom:40px}
.approachGrid .cardLayout{grid-template-columns:1fr;gap:25px}
.journeyTimeline{margin-bottom:60px}
.journeyTimeline .headingBlock{margin-bottom:40px}
.journeyTimeline .headingBlock h2{font-size:32px}
.journeyTimeline .timelineWrap::before{left:30px}
.journeyTimeline .timelineItem{grid-template-columns:60px 1fr;gap:20px;margin-bottom:35px}
.journeyTimeline .timelineItem:nth-child(even) .leftSide{order:2}
.journeyTimeline .timelineItem:nth-child(even) .rightSide{order:2}
.journeyTimeline .timelineItem:nth-child(even) .centerMarker{order:1}
.journeyTimeline .leftSide,.journeyTimeline .rightSide{padding:22px 24px}
.journeyTimeline .rightSide{display:none}
.teamIntro{padding:50px 0;margin-bottom:60px}
.teamIntro .contentBox{grid-template-columns:1fr;gap:40px}
.teamIntro .textArea h2{font-size:34px;margin-bottom:20px}
.teamIntro .textArea p{font-size:16px}
.teamIntro .imageArea{text-align:center}
.teamIntro .imageArea img{max-width:280px;height:280px}
}
@media (max-width: 375px) {
.titleHero{min-height:380px}
.titleHero .mainHeading{font-size:28px}
.titleHero .subText{font-size:15px}
.storySection .textColumn h2{font-size:28px}
.storySection .textColumn p{font-size:15px}
.approachGrid .sectionTitle{font-size:28px}
.approachGrid .cardItem{padding:30px 24px}
.journeyTimeline .headingBlock h2{font-size:28px}
.journeyTimeline .centerMarker{width:50px;height:50px}
.teamIntro .textArea h2{font-size:28px}
}
.titleBanner{position:relative;background:linear-gradient(135deg,#034AC8 0%,#0256d8 100%);padding:80px 0 120px;overflow:hidden}
.titleBanner .contentWrapper{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.titleBanner .textBlock{background:#FFF;padding:50px 60px;border-radius:4px;box-shadow:0 16px 48px #034ac833;max-width:720px;position:relative}
.titleBanner .mainHeading{font-size:42px;color:#034AC8;margin:0 0 28px;line-height:1.2;font-weight:700}
.titleBanner .benefitList{list-style:none;padding:0;margin:0 0 36px}
.titleBanner .benefitList li{padding:12px 0 12px 36px;position:relative;font-size:17px;line-height:1.6;color:#2c3e50}
.titleBanner .benefitList li::before{content:'';position:absolute;left:0;top:18px;width:20px;height:20px;background:#F56A23;border-radius:50%}
.titleBanner .ctaButton{display:inline-block;background:#F56A23;color:#FFF;padding:16px 44px;border-radius:4px;text-decoration:none;font-size:17px;font-weight:600;box-shadow:0 8px 24px #f56a234d;transition:all .3s ease}
.titleBanner .ctaButton:hover{background:#d45a1c;transform:translateY(-2px);box-shadow:0 12px 32px #f56a2366}
.titleBanner .visualImage{position:absolute;right:-60px;top:50%;transform:translateY(-50%);width:520px;height:520px;object-fit:cover;border-radius:4px;box-shadow:0 24px 64px #00000026;z-index:1}
.titleBanner .decorShape{position:absolute;background:#ffffff1a;border-radius:50%;animation:floatShape 8s ease-in-out infinite}
.titleBanner .shape1{width:180px;height:180px;top:10%;left:15%;animation-delay:0s}
.titleBanner .shape2{width:140px;height:140px;bottom:15%;right:25%;animation-delay:2s}
.titleBanner .shape3{width:100px;height:100px;top:60%;left:5%;animation-delay:4s}
@keyframes floatShape {
0%,100%{transform:translateY(0px)}
50%{transform:translateY(-30px)}
}
.consultingProcess{padding:100px 0;background:#f8f9fa}
.consultingProcess .container{max-width:1400px;margin:0 auto;padding:0 20px}
.consultingProcess .sectionHead{text-align:center;margin-bottom:70px}
.consultingProcess .headingText{font-size:38px;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.consultingProcess .headingText::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#034AC8,#F56A23);margin:24px auto 0;border-radius:2px}
.consultingProcess .subtext{font-size:18px;color:#555;line-height:1.7;max-width:720px;margin:0 auto}
.consultingProcess .stepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.consultingProcess .stepCard{background:#FFF;padding:44px 36px;border-radius:6px;box-shadow:0 8px 24px #0000000f;position:relative;transition:all .4s ease}
.consultingProcess .stepCard:hover{transform:translateY(-8px);box-shadow:0 16px 48px #034ac81f}
.consultingProcess .stepNumber{width:60px;height:60px;background:linear-gradient(135deg,#034AC8,#0256d8);color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;margin-bottom:24px}
.consultingProcess .stepTitle{font-size:22px;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.consultingProcess .stepDescription{font-size:16px;color:#666;line-height:1.7;margin:0}
.consultingProcess .stepCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:#F56A23;border-radius:6px 6px 0 0;opacity:0;transition:opacity .4s ease}
.consultingProcess .stepCard:hover::before{opacity:1}
.approachComparison{padding:100px 0;background:linear-gradient(165deg,#034AC8 0%,#0256d8 100%);position:relative}
.approachComparison .wrapper{max-width:1400px;margin:0 auto;padding:0 20px}
.approachComparison .introSection{max-width:900px;margin:0 auto 80px;text-align:center}
.approachComparison .mainTitle{font-size:36px;color:#FFF;margin:0 0 24px;font-weight:700}
.approachComparison .introText{font-size:17px;color:#fffffff2;line-height:1.8}
.approachComparison .comparisonLayout{display:flex;gap:50px;align-items:flex-start}
.approachComparison .profileBlock{flex:1;background:#fffffff2;padding:50px 40px;border-radius:6px;box-shadow:0 16px 48px #0003}
.approachComparison .profileImage{width:100%;height:320px;object-fit:cover;border-radius:4px;margin-bottom:32px}
.approachComparison .profileName{font-size:24px;color:#1a1a1a;margin:0 0 8px;font-weight:600}
.approachComparison .profileRole{font-size:15px;color:#F56A23;margin:0 0 24px;font-weight:500}
.approachComparison .profileStory{font-size:16px;color:#444;line-height:1.7;margin:0 0 20px}
.approachComparison .highlightBox{background:#f8f9fa;padding:24px;border-radius:4px;border-left:4px solid #034AC8;margin-top:28px}
.approachComparison .highlightTitle{font-size:17px;color:#034AC8;margin:0 0 12px;font-weight:600}
.approachComparison .highlightList{list-style:none;padding:0;margin:0}
.approachComparison .highlightList li{padding:8px 0;font-size:15px;color:#555;line-height:1.6;position:relative;padding-left:24px}
.approachComparison .highlightList li::before{content:'→';position:absolute;left:0;color:#F56A23;font-weight:700}
@media (max-width: 1366px) {
.titleBanner .visualImage{right:-40px;width:480px;height:480px}
.consultingProcess .stepsGrid{grid-template-columns:repeat(3,1fr);gap:30px}
}
@media (max-width: 768px) {
.titleBanner{padding:60px 0 80px}
.titleBanner .textBlock{padding:36px 28px}
.titleBanner .mainHeading{font-size:32px;margin-bottom:20px}
.titleBanner .benefitList li{font-size:16px;padding-left:30px}
.titleBanner .visualImage{position:static;transform:none;width:100%;height:280px;margin-top:40px;right:auto}
.consultingProcess{padding:70px 0}
.consultingProcess .headingText{font-size:30px}
.consultingProcess .stepsGrid{grid-template-columns:1fr;gap:24px}
.consultingProcess .stepCard{padding:32px 24px}
.approachComparison{padding:70px 0}
.approachComparison .mainTitle{font-size:28px}
.approachComparison .comparisonLayout{flex-direction:column;gap:30px}
.approachComparison .profileBlock{padding:36px 28px}
.approachComparison .profileImage{height:260px}
}
@media (max-width: 375px) {
.titleBanner .mainHeading{font-size:28px}
.titleBanner .ctaButton{padding:14px 32px;font-size:16px}
.consultingProcess .headingText{font-size:26px}
.approachComparison .mainTitle{font-size:24px}
}
.webinarsMain{background:linear-gradient(135deg,#f8f9fc 0%,#fff 100%);padding:0;margin:0}
.webinarsHero{background:linear-gradient(135deg,#034ac8f2 0%,#f56a23d9 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.webinarsHero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;filter:blur(80px)}
.webinarsHero .heroContainer{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.webinarsHero .heroTitle{font-size:52px;font-weight:700;color:#FFF;margin:0 0 24px;line-height:1.2}
.webinarsHero .heroText{font-size:20px;color:#fffffff2;max-width:720px;line-height:1.6;margin:0}
.webinarsContent{max-width:1400px;margin:-60px auto 0;padding:0 20px 100px;position:relative;z-index:3}
.cardGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:32px;margin-bottom:80px}
.webinarCard{background:#FFF;border-radius:6px;overflow:hidden;box-shadow:0 12px 28px #034ac814;transition:all .4s ease;display:flex;flex-direction:column}
.webinarCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #034ac826}
.webinarCard .cardImage{width:100%;height:240px;object-fit:cover;display:block}
.webinarCard .cardBody{padding:28px;flex-grow:1;display:flex;flex-direction:column}
.webinarCard .cardTitle{font-size:24px;font-weight:600;color:#034AC8;margin:0 0 16px;line-height:1.3}
.webinarCard .cardDescription{font-size:16px;color:#4a5568;line-height:1.6;margin:0 0 24px;flex-grow:1}
.webinarCard .cardMeta{display:flex;gap:20px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}
.webinarCard .metaItem{display:flex;align-items:center;gap:8px;font-size:14px;color:#64748b}
.webinarCard .metaItem .mdi{color:#F56A23;font-size:18px}
.webinarCard .cardPrice{display:flex;flex-direction:column;margin-bottom:20px}
.webinarCard .priceAmount{font-size:32px;font-weight:700;color:#034AC8;line-height:1;margin-bottom:6px}
.webinarCard .priceNote{font-size:13px;color:#64748b;font-style:italic}
.webinarCard .cardButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#034AC8 0%,#0256d6 100%);color:#FFF;padding:14px 28px;border-radius:4px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #034ac833}
.webinarCard .cardButton:hover{background:linear-gradient(135deg,#0256d6 0%,#034AC8 100%);box-shadow:0 6px 20px #034ac84d;transform:translateY(-2px)}
.benefitsSection{background:#FFF;padding:80px 20px;margin-bottom:80px;border-radius:6px;box-shadow:0 8px 24px #034ac80f}
.benefitsSection .sectionContainer{max-width:1200px;margin:0 auto}
.benefitsSection .sectionTitle{font-size:40px;font-weight:700;color:#034AC8;margin:0 0 48px;text-align:center;position:relative}
.benefitsSection .sectionTitle::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#034AC8 0%,#F56A23 100%);border-radius:2px}
.benefitsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}
.benefitItem{padding:32px;background:linear-gradient(135deg,#f8f9fc 0%,#fff 100%);border-radius:6px;border-left:4px solid #F56A23;transition:all .3s ease}
.benefitItem:hover{transform:translateX(8px);border-left-color:#034AC8;box-shadow:0 8px 20px #034ac81a}
.benefitItem .benefitIcon{font-size:36px;color:#034AC8;margin-bottom:16px}
.benefitItem .benefitTitle{font-size:20px;font-weight:600;color:#1a202c;margin:0 0 12px}
.benefitItem .benefitText{font-size:15px;color:#4a5568;line-height:1.6;margin:0}
.processSection{background:linear-gradient(135deg,#034ac808 0%,#f56a2308 100%);padding:80px 20px;border-radius:6px}
.processSection .sectionContainer{max-width:1200px;margin:0 auto}
.processSection .sectionHeader{text-align:center;margin-bottom:60px}
.processSection .sectionTitle{font-size:40px;font-weight:700;color:#034AC8;margin:0 0 16px}
.processSection .sectionSubtitle{font-size:18px;color:#64748b;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.processSteps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:40px;position:relative}
.stepItem{position:relative;text-align:center}
.stepItem .stepNumber{width:70px;height:70px;background:linear-gradient(135deg,#034AC8 0%,#F56A23 100%);color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 24px;box-shadow:0 8px 20px #034ac84d}
.stepItem .stepTitle{font-size:20px;font-weight:600;color:#1a202c;margin:0 0 12px}
.stepItem .stepText{font-size:15px;color:#4a5568;line-height:1.6;margin:0}
.ctaSection{background:linear-gradient(135deg,#034AC8 0%,#F56A23 100%);padding:80px 20px;margin-top:80px;border-radius:6px;text-align:center;position:relative;overflow:hidden}
.ctaSection::before{content:'';position:absolute;top:-30%;left:-10%;width:400px;height:400px;background:#ffffff1a;border-radius:50%;filter:blur(60px)}
.ctaSection .ctaContainer{max-width:800px;margin:0 auto;position:relative;z-index:2}
.ctaSection .ctaTitle{font-size:38px;font-weight:700;color:#FFF;margin:0 0 20px;line-height:1.3}
.ctaSection .ctaText{font-size:18px;color:#fffffff2;margin:0 0 32px;line-height:1.6}
.ctaSection .ctaButton{display:inline-flex;align-items:center;gap:10px;background:#FFF;color:#034AC8;padding:18px 40px;border-radius:4px;text-decoration:none;font-weight:700;font-size:18px;transition:all .3s ease;box-shadow:0 8px 24px #00000026}
.ctaSection .ctaButton:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000040;background:#f8f9fc}
@media (max-width: 768px) {
.webinarsHero{padding:60px 20px 80px}
.webinarsHero .heroTitle{font-size:36px}
.webinarsHero .heroText{font-size:17px}
.cardGrid{grid-template-columns:1fr;gap:24px}
.webinarsContent{margin-top:-40px;padding-bottom:60px}
.benefitsSection,.processSection{padding:60px 20px;margin-bottom:60px}
.benefitsSection .sectionTitle,.processSection .sectionTitle{font-size:32px}
.benefitsGrid,.processSteps{grid-template-columns:1fr;gap:24px}
.ctaSection{padding:60px 20px;margin-top:60px}
.ctaSection .ctaTitle{font-size:28px}
.ctaSection .ctaText{font-size:16px}
}
@media (max-width: 375px) {
.webinarsHero .heroTitle{font-size:30px}
.cardGrid{grid-template-columns:1fr}
.webinarCard .cardImage{height:200px}
.webinarCard .cardBody{padding:20px}
.webinarCard .priceAmount{font-size:26px}
}
@media (min-width: 1366px) {
.webinarsHero .heroTitle{font-size:58px}
.benefitsSection .sectionTitle,.processSection .sectionTitle{font-size:44px}
.ctaSection .ctaTitle{font-size:42px}
}
.contactHero{position:relative;min-height:520px;background:linear-gradient(135deg,#034AC8 0%,#0257D8 100%);overflow:hidden;padding:80px 20px}
.contactHero .contentWrapper{max-width:1400px;margin:0 auto;position:relative;z-index:3}
.contactHero .heroGrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.contactHero .textArea h1{font-size:3.2rem;color:#FFF;margin:0 0 20px;line-height:1.2;font-weight:700}
.contactHero .textArea p{font-size:1.15rem;color:#ffffffe6;line-height:1.6;max-width:480px}
.contactHero .decorShape{position:absolute;border-radius:50%;background:#f56a2326}
.contactHero .shape1{width:280px;height:280px;top:-80px;right:10%}
.contactHero .shape2{width:160px;height:160px;bottom:40px;left:15%;background:#ffffff1a}
.contactHero .shape3{width:120px;height:120px;top:50%;right:25%;background:#f56a2333}
.contactHero .imageArea{position:relative;height:400px;display:flex;align-items:center;justify-content:center}
.contactHero .imagePlaceholder{width:100%;height:100%;background:linear-gradient(165deg,#fff3 0%,#f56a234d 100%);border-radius:8px;border:2px solid #ffffff4d;position:relative;overflow:hidden}
.contactHero .imagePlaceholder::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 20px,#ffffff0d 20px,#ffffff0d 40px)}
.contactMethods{padding:100px 20px;background:#FFF}
.contactMethods .contentWrapper{max-width:1400px;margin:0 auto}
.contactMethods h2{font-size:2.4rem;color:#034AC8;text-align:center;margin:0 0 60px;font-weight:700}
.contactMethods .methodsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.contactMethods .methodCard{background:linear-gradient(135deg,#f9f9f9 0%,#f0f0f0 100%);padding:40px 30px;border-radius:6px;text-align:center;position:relative;transition:all .3s ease}
.contactMethods .methodCard:hover{transform:translateY(-8px);box-shadow:0 12px 28px #034ac826}
.contactMethods .methodCard .iconCircle{width:80px;height:80px;background:linear-gradient(135deg,#034AC8 0%,#F56A23 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
.contactMethods .methodCard .iconCircle .mdi{font-size:2.4rem;color:#FFF}
.contactMethods .methodCard h3{font-size:1.4rem;color:#034AC8;margin:0 0 12px;font-weight:600}
.contactMethods .methodCard p{font-size:1rem;color:#333;line-height:1.6;margin:0}
.contactMethods .methodCard a{color:#F56A23;text-decoration:none;font-weight:600;transition:color .2s ease}
.contactMethods .methodCard a:hover{color:#034AC8}
.formSection{padding:100px 20px;background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%)}
.formSection .contentWrapper{max-width:900px;margin:0 auto}
.formSection h2{font-size:2.4rem;color:#034AC8;text-align:center;margin:0 0 16px;font-weight:700}
.formSection .subheading{font-size:1.1rem;color:#666;text-align:center;margin:0 0 50px;line-height:1.6}
.formSection .contactForm{background:#FFF;padding:50px;border-radius:6px;box-shadow:0 8px 24px #00000014}
.formSection .formGrid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}
.formSection .inputGroup{display:flex;flex-direction:column}
.formSection .inputGroup label{font-size:.95rem;color:#333;margin-bottom:8px;font-weight:600}
.formSection .inputGroup input,.formSection .inputGroup textarea{padding:14px 16px;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:all .3s ease;background:#FFF}
.formSection .inputGroup input:focus,.formSection .inputGroup textarea:focus{outline:none;border-color:#034AC8;box-shadow:0 0 0 3px #034ac81a}
.formSection .fullWidth{grid-column:1 / -1}
.formSection .inputGroup textarea{resize:vertical;min-height:140px;font-family:inherit}
.formSection .prioritySelector{grid-column:1 / -1;margin-bottom:24px}
.formSection .prioritySelector label{display:block;font-size:.95rem;color:#333;margin-bottom:12px;font-weight:600}
.formSection .priorityOptions{display:flex;gap:16px}
.formSection .priorityOptions input[type="radio"]{display:none}
.formSection .priorityOptions label{flex:1;padding:16px 20px;border:2px solid #e0e0e0;border-radius:4px;text-align:center;cursor:pointer;transition:all .3s ease;font-weight:500;margin:0}
.formSection .priorityOptions input[type="radio"]:checked + label{background:linear-gradient(135deg,#034AC8 0%,#0257D8 100%);border-color:#034AC8;color:#FFF}
.formSection .priorityOptions label:hover{border-color:#034AC8}
.formSection .privacyCheck{margin:24px 0}
.formSection .privacyCheck input[type="checkbox"]{margin-right:10px;width:18px;height:18px;cursor:pointer}
.formSection .privacyCheck label{font-size:.9rem;color:#666;cursor:pointer;display:inline}
.formSection .privacyCheck a{color:#034AC8;text-decoration:none;font-weight:600}
.formSection .privacyCheck a:hover{color:#F56A23}
.formSection .submitBtn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#F56A23 0%,#FF7A33 100%);color:#FFF;border:none;border-radius:4px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f56a234d}
.formSection .submitBtn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #f56a2366}
.locationSection{padding:100px 20px;background:#FFF}
.locationSection .contentWrapper{max-width:1400px;margin:0 auto}
.locationSection .locationGrid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.locationSection .textColumn h2{font-size:2.4rem;color:#034AC8;margin:0 0 24px;font-weight:700}
.locationSection .textColumn p{font-size:1.05rem;color:#555;line-height:1.7;margin:0 0 32px}
.locationSection .addressBox{background:linear-gradient(135deg,#f9f9f9 0%,#f0f0f0 100%);padding:32px;border-radius:6px;border-left:4px solid #F56A23}
.locationSection .addressBox .addressItem{display:flex;align-items:flex-start;margin-bottom:20px}
.locationSection .addressBox .addressItem:last-child{margin-bottom:0}
.locationSection .addressBox .addressItem .mdi{font-size:1.5rem;color:#034AC8;margin-right:16px;flex-shrink:0}
.locationSection .addressBox .addressItem .addressText{font-size:1rem;color:#333;line-height:1.6}
.locationSection .visualColumn{position:relative;height:480px}
.locationSection .mapPlaceholder{width:100%;height:100%;background:linear-gradient(135deg,#034ac81a 0%,#f56a2326 100%);border-radius:6px;border:2px solid #e0e0e0;position:relative;overflow:hidden}
.locationSection .mapPlaceholder::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,transparent,transparent 40px,#034ac80d 40px,#034ac80d 80px),repeating-linear-gradient(90deg,transparent,transparent 40px,#034ac80d 40px,#034ac80d 80px)}
.locationSection .mapPlaceholder .pinIcon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#F56A23;border-radius:50% 50% 50% 0;transform:translate(-50%,-50%) rotate(-45deg);box-shadow:0 6px 16px #f56a2366}
.locationSection .mapPlaceholder .pinIcon::after{content:'';position:absolute;width:24px;height:24px;background:#FFF;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.hoursSection{padding:100px 20px;background:linear-gradient(180deg,#f5f5f5 0%,#fff 100%)}
.hoursSection .contentWrapper{max-width:1200px;margin:0 auto;text-align:center}
.hoursSection h2{font-size:2.4rem;color:#034AC8;margin:0 0 16px;font-weight:700}
.hoursSection .description{font-size:1.05rem;color:#666;margin:0 0 50px;line-height:1.6}
.hoursSection .hoursTable{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:800px;margin:0 auto}
.hoursSection .dayRow{display:flex;justify-content:space-between;align-items:center;padding:20px 32px;background:#FFF;border-radius:4px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}
.hoursSection .dayRow:hover{box-shadow:0 4px 16px #034ac81f;transform:translateY(-2px)}
.hoursSection .dayRow .dayName{font-size:1rem;color:#034AC8;font-weight:700}
.hoursSection .dayRow .dayTime{font-size:1rem;color:#333;font-weight:500}
.hoursSection .availabilityNote{margin-top:40px;padding:24px;background:linear-gradient(135deg,#034ac80d 0%,#f56a230d 100%);border-radius:6px;border-left:4px solid #F56A23}
.hoursSection .availabilityNote p{font-size:1rem;color:#555;line-height:1.6;margin:0}
@media (max-width: 1366px) {
.contactHero .heroGrid{gap:40px}
.contactMethods .methodsGrid{gap:30px}
.locationSection .locationGrid{gap:60px}
}
@media (max-width: 768px) {
.contactHero{min-height:auto;padding:60px 20px}
.contactHero .heroGrid{grid-template-columns:1fr;gap:40px}
.contactHero .textArea h1{font-size:2.2rem}
.contactHero .imageArea{height:300px}
.contactMethods{padding:60px 20px}
.contactMethods h2{font-size:2rem;margin-bottom:40px}
.contactMethods .methodsGrid{grid-template-columns:1fr;gap:24px}
.formSection{padding:60px 20px}
.formSection h2{font-size:2rem}
.formSection .contactForm{padding:30px 20px}
.formSection .formGrid{grid-template-columns:1fr}
.formSection .priorityOptions{flex-direction:column}
.locationSection{padding:60px 20px}
.locationSection .locationGrid{grid-template-columns:1fr;gap:40px}
.locationSection h2{font-size:2rem}
.locationSection .visualColumn{height:320px}
.hoursSection{padding:60px 20px}
.hoursSection h2{font-size:2rem}
.hoursSection .hoursTable{grid-template-columns:1fr}
}
@media (max-width: 375px) {
.contactHero .textArea h1{font-size:1.8rem}
.contactMethods h2,.formSection h2,.locationSection h2,.hoursSection h2{font-size:1.75rem}
.formSection .contactForm{padding:24px 16px}
.hoursSection .dayRow{padding:16px 20px}
}
.success-banner{background:linear-gradient(135deg,#034AC8 0%,#0563E8 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.success-banner::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#f56a2326 0%,transparent 70%);border-radius:50%;filter:blur(80px)}
.success-banner::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#ffffff14 0%,transparent 70%);border-radius:50%;filter:blur(60px)}
.success-content{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.success-icon-wrapper{text-align:center;margin-bottom:32px}
.success-icon{display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;background:#ffffff26;border-radius:50%;backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001f}
.success-icon i{font-size:48px;color:#FFF}
.success-heading{text-align:center;color:#FFF;font-size:42px;font-weight:700;margin:0 0 20px;line-height:1.2}
.success-description{text-align:center;color:#fffffff2;font-size:18px;line-height:1.6;max-width:680px;margin:0 auto 48px}
.success-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:900px;margin:0 auto 56px}
.info-item{background:#ffffff1a;backdrop-filter:blur(12px);border-radius:4px;padding:28px 24px;border:1px solid #ffffff26;transition:all .3s ease}
.info-item:hover{background:#ffffff26;transform:translateY(-4px);box-shadow:0 12px 28px #00000026}
.info-item-icon{font-size:32px;color:#F56A23;margin-bottom:16px}
.info-item-title{font-size:16px;font-weight:600;color:#FFF;margin:0 0 8px}
.info-item-text{font-size:14px;color:#ffffffd9;margin:0;line-height:1.5}
.action-buttons{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap}
.button-primary{display:inline-flex;align-items:center;gap:8px;background:#F56A23;color:#FFF;padding:16px 36px;border-radius:3px;text-decoration:none;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #f56a234d;position:relative;z-index:10}
.button-primary:hover{background:#E45A13;transform:translateY(-2px);box-shadow:0 8px 24px #f56a2366}
.button-secondary{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#FFF;padding:16px 36px;border-radius:3px;text-decoration:none;font-size:16px;font-weight:600;border:2px solid #fff6;transition:all .3s ease;position:relative;z-index:10}
.button-secondary:hover{background:#ffffff1a;border-color:#fff9;transform:translateY(-2px)}
.confirmation-details{background:#ffffff14;backdrop-filter:blur(8px);border-radius:4px;padding:32px;max-width:700px;margin:0 auto 40px;border:1px solid #ffffff1f}
.detail-row{display:flex;flex-direction:row;justify-content:space-between;padding:14px 0;border-bottom:1px solid #ffffff1a}
.detail-row:last-child{border-bottom:none}
.detail-label{font-size:14px;color:#ffffffbf;font-weight:500}
.detail-value{font-size:14px;color:#FFF;font-weight:600;text-align:right}
@media (max-width: 768px) {
.success-banner{padding:80px 20px 60px}
.success-heading{font-size:32px}
.success-description{font-size:16px}
.success-info-grid{grid-template-columns:1fr}
.action-buttons{flex-direction:column;align-items:stretch}
.button-primary,.button-secondary{width:100%;justify-content:center}
.confirmation-details{padding:24px 20px}
.detail-row{flex-direction:column;gap:6px}
.detail-value{text-align:left}
}
@media (max-width: 375px) {
.success-heading{font-size:28px}
.success-icon{width:80px;height:80px}
.success-icon i{font-size:40px}
}