*{margin:0;padding:0;box-sizing:border-box}
html,body{font-family:'Roboto',sans-serif;line-height:1.6;color:#1a1a1a;background:#fafafa}
.headerTopBand{background:linear-gradient(135deg,#523097 0%,#7041b8 100%);padding:28px 0;text-align:center}
.headerBrandContent{max-width:1400px;margin:0 auto;padding:0 20px}
.headerBrandContent h1{font-size:42px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:.5px}
.headerBrandContent .taglineText{font-size:16px;color:#FED6D3;font-weight:400}
.headerNavigationBand{background:#fff;box-shadow:0 4px 12px #0000000f;position:relative}
.headerNavigationContent{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;min-height:90px}
.logoContainer{flex-shrink:0}
.logoContainer img{height:85px;width:85px;display:block}
.mainNavigation{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end;flex:1;margin-left:40px}
.mainNavigation a{color:#2a2a2a;text-decoration:none;padding:12px 20px;font-size:15px;font-weight:500;border-radius:20px;transition:background 180ms ease,color 180ms ease;position:relative}
.mainNavigation a:hover{background:#FED6D3;color:#523097}
.mainNavigation .menuItemWithSub{position:relative}
.mainNavigation .menuItemWithSub:hover .submenuDropdown{opacity:1;visibility:visible;transform:translateY(0)}
.submenuDropdown{position:absolute;top:100%;left:0;background:#fff;box-shadow:0 8px 24px #0000001f;border-radius:16px;min-width:200px;padding:12px 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity 200ms ease,transform 200ms ease,visibility 200ms;z-index:100;margin-top:8px}
.submenuDropdown:hover{opacity:1;visibility:visible;transform:translateY(0)}
.submenuDropdown a{display:block;padding:10px 24px;color:#2a2a2a;border-radius:0;transition:background 180ms ease}
.submenuDropdown a:hover{background:#f5f5f5;color:#523097}
@media (max-width: 968px) {
.headerBrandContent h1{font-size:32px}
.headerNavigationContent{flex-direction:column;padding:20px;gap:20px;min-height:auto}
.mainNavigation{margin-left:0;justify-content:center;width:100%}
.logoContainer img{height:70px;width:70px}
}
@media (max-width: 640px) {
.headerBrandContent h1{font-size:26px}
.headerBrandContent .taglineText{font-size:14px}
.mainNavigation{flex-direction:column;gap:6px}
.mainNavigation a{width:100%;text-align:center}
.submenuDropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#f9f9f9;margin-top:4px;border-radius:12px}
.mainNavigation .menuItemWithSub .submenuDropdown{display:none}
.mainNavigation .menuItemWithSub:hover .submenuDropdown{display:block}
}
.footerMainSection{background:linear-gradient(165deg,#2a2a2a 0%,#1a1a1a 100%);color:#e0e0e0;padding:60px 0 30px;margin-top:80px}
.footerContentWrapper{max-width:1400px;margin:0 auto;padding:0 20px}
.footerColumnsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:50px;padding-bottom:40px;border-bottom:1px solid #404040}
.footerColumnBlock h3{font-size:18px;font-weight:700;color:#FEBB22;margin-bottom:18px}
.footerColumnBlock p{font-size:14px;line-height:1.8;color:#b0b0b0}
.footerColumnBlock a{color:#e0e0e0;text-decoration:none;font-size:14px;display:inline-block;margin-top:8px;transition:color 180ms ease}
.footerColumnBlock a:hover{color:#FEBB22}
.footerLinksSection{display:flex;flex-direction:column;gap:10px}
.footerBottomBar{padding-top:30px;text-align:center}
.footerBottomBar p{font-size:14px;color:gray}
@media (max-width: 768px) {
.footerColumnsGrid{grid-template-columns:1fr;gap:35px}
}
.cookieConsentBar{position:fixed;bottom:-100%;left:50%;transform:translateX(-50%);background:#fff;box-shadow:0 -4px 32px #0000002e;border-radius:24px 24px 0 0;max-width:920px;width:90%;padding:32px 40px;z-index:9999;transition:bottom 350ms cubic-bezier(0.4,0,0.2,1)}
.cookieConsentBar.showing{bottom:0}
.cookieConsentBar.hiding{bottom:-100%}
.cookieTextContent{text-align:center;margin-bottom:24px}
.cookieTextContent h4{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:10px}
.cookieTextContent p{font-size:14px;color:#555;line-height:1.6}
.cookieActionButtons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.cookieActionButtons button{padding:14px 36px;font-size:15px;font-weight:600;border-radius:20px;border:none;cursor:pointer;transition:all 200ms ease;font-family:'Roboto',sans-serif}
.cookieAcceptButton{background:linear-gradient(135deg,#FEBB22 0%,#ffc94d 100%);color:#1a1a1a}
.cookieAcceptButton:hover{background:linear-gradient(135deg,#ffc94d 0%,#FEBB22 100%);transform:translateY(-2px);box-shadow:0 6px 16px #febb224d}
.cookieDeclineButton{background:#e0e0e0;color:#2a2a2a}
.cookieDeclineButton:hover{background:#d0d0d0;transform:translateY(-2px)}
@media (max-width: 640px) {
.cookieConsentBar{width:95%;padding:24px 20px}
.cookieTextContent h4{font-size:18px}
.cookieActionButtons{flex-direction:column}
.cookieActionButtons button{width:100%}
}
.legal-body{max-width:900px;margin:0 auto;padding:80px 24px 120px;background:linear-gradient(135deg,#fff 0%,#fafafa 100%)}
.legal-body h1{font-size:48px;font-weight:700;color:#523097;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}
.legal-body h2{font-size:32px;font-weight:700;color:#523097;margin:64px 0 24px;line-height:1.3;letter-spacing:-.01em;border-bottom:3px solid #FEBB22;padding-bottom:12px}
.legal-body h3{font-size:24px;font-weight:600;color:#2c2c2c;margin:48px 0 20px;line-height:1.4}
.legal-body h4{font-size:20px;font-weight:600;color:#3a3a3a;margin:40px 0 16px;line-height:1.4}
.legal-body h5{font-size:18px;font-weight:600;color:#4a4a4a;margin:32px 0 12px;line-height:1.5}
.legal-body h6{font-size:16px;font-weight:600;color:#5a5a5a;margin:28px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.05em}
.legal-body p{font-size:17px;line-height:1.8;color:#333;margin:0 0 24px;font-weight:400}
.legal-body strong,.legal-body b{font-weight:700;color:#1a1a1a}
.legal-body em,.legal-body i{font-style:italic;color:#2c2c2c}
.legal-body a{color:#523097;text-decoration:none;border-bottom:2px solid #FEBB22;transition:all .2s ease;font-weight:500}
.legal-body a:hover{color:#FEBB22;border-bottom-color:#523097;background:#febb221a}
.legal-body table{width:100%;border-collapse:separate;border-spacing:0;margin:40px 0;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000014;background:#fff}
.legal-body thead{background:linear-gradient(135deg,#523097 0%,#6a3cb0 100%)}
.legal-body thead tr th{color:#fff;font-weight:700;text-align:left;padding:20px 24px;font-size:16px;letter-spacing:.02em}
.legal-body tbody tr{transition:background .2s ease}
.legal-body tbody tr:nth-child(odd){background:#fafafa}
.legal-body tbody tr:nth-child(even){background:#fff}
.legal-body tbody tr:hover{background:#febb221a}
.legal-body tbody tr td{padding:18px 24px;color:#333;font-size:16px;line-height:1.6;border-bottom:1px solid #e8e8e8}
.legal-body tbody tr:last-child td{border-bottom:none}
.legal-body th{font-weight:700}
.legal-body td strong,.legal-body th strong{color:#523097}
.legal-body div{margin:24px 0}
@media (max-width: 768px) {
.legal-body{padding:48px 20px 80px}
.legal-body h1{font-size:36px;margin-bottom:12px}
.legal-body h2{font-size:28px;margin-top:48px;margin-bottom:20px}
.legal-body h3{font-size:22px;margin-top:36px}
.legal-body h4{font-size:19px;margin-top:32px}
.legal-body p{font-size:16px;line-height:1.7;margin-bottom:20px}
.legal-body table{font-size:14px;margin:32px 0;border-radius:12px}
.legal-body thead tr th{padding:16px;font-size:14px}
.legal-body tbody tr td{padding:14px 16px;font-size:14px}
}
@media (max-width: 480px) {
.legal-body{padding:32px 16px 60px}
.legal-body h1{font-size:30px}
.legal-body h2{font-size:24px;margin-top:40px}
.legal-body h3{font-size:20px}
.legal-body p{font-size:15px}
.legal-body table{display:block;overflow-x:auto;border-radius:8px}
.legal-body thead tr th{padding:12px;font-size:13px;white-space:nowrap}
.legal-body tbody tr td{padding:12px;font-size:13px}
}
.postHero{background:linear-gradient(158deg,#FEBB22 0%,#FED6D3 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.postHero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#52309726 0%,transparent 70%);border-radius:50%}
.postHero .heroInner{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.postHero .breadcrumb{display:flex;align-items:center;gap:12px;margin-bottom:24px;font-size:14px;color:#523097}
.postHero .breadcrumb a{color:#523097;text-decoration:none;transition:opacity .2s}
.postHero .breadcrumb a:hover{opacity:.7}
.postHero .breadcrumb span{opacity:.6}
.postHero .tagRow{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}
.postHero .tagItem{background:#ffffffe6;color:#523097;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.3px}
.postHero .mainTitle{font-size:48px;line-height:1.2;color:#523097;margin:0 0 16px;font-weight:700;max-width:900px}
.postHero .subtitleText{font-size:20px;line-height:1.5;color:#523097;opacity:.85;max-width:800px;margin-bottom:28px}
.postHero .metaRow{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.postHero .metaItem{display:flex;align-items:center;gap:8px;color:#523097;font-size:15px;font-weight:500}
.postHero .metaItem svg{width:18px;height:18px;opacity:.8}
.featuredImage{max-width:1400px;margin:-40px auto 0;padding:0 20px;position:relative;z-index:3}
.featuredImage img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 60px #0000001f;display:block}
.articleBody{max-width:820px;margin:80px auto;padding:0 20px}
.articleBody p{font-size:18px;line-height:1.8;color:#2d2d2d;margin-bottom:24px}
.articleBody h2{font-size:36px;line-height:1.3;color:#523097;margin:56px 0 24px;font-weight:700;position:relative;padding-left:20px}
.articleBody h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:32px;background:linear-gradient(180deg,#FEBB22 0%,#FED6D3 100%);border-radius:8px}
.articleBody h4{font-size:22px;line-height:1.4;color:#523097;margin:40px 0 20px;font-weight:600}
.articleBody del{text-decoration:line-through;opacity:.6}
.articleBody mark{background:linear-gradient(120deg,#febb224d 0%,#fed6d34d 100%);padding:2px 6px;border-radius:4px;color:inherit}
.articleBody figure{margin:48px 0}
.articleBody figure img{width:100%;height:auto;border-radius:16px;box-shadow:0 12px 32px #00000014}
.articleBody figcaption{margin-top:16px;font-size:15px;color:#666;font-style:italic;text-align:center;line-height:1.5}
.articleBody ul,.articleBody ol{margin:32px 0;padding-left:28px}
.articleBody li{font-size:18px;line-height:1.8;color:#2d2d2d;margin-bottom:12px}
.articleBody blockquote{border-left:4px solid #FEBB22;padding:24px 28px;margin:40px 0;background:#fafafa;border-radius:0 12px 12px 0;font-style:italic;color:#523097}
.ctaSection{background:linear-gradient(225deg,#523097 0%,#7a4fc7 100%);padding:80px 20px;margin:80px 0 0;position:relative;overflow:hidden}
.ctaSection::after{content:'';position:absolute;bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,#febb2233 0%,transparent 70%);border-radius:50%}
.ctaSection .ctaInner{max-width:1100px;margin:0 auto;text-align:center;position:relative;z-index:2}
.ctaSection .ctaTitle{font-size:42px;line-height:1.3;color:#fff;margin:0 0 20px;font-weight:700}
.ctaSection .ctaText{font-size:19px;line-height:1.6;color:#ffffffe6;margin-bottom:36px;max-width:700px;margin-left:auto;margin-right:auto}
.ctaSection .ctaButton{display:inline-block;background:#FEBB22;color:#523097;padding:16px 44px;border-radius:28px;font-size:17px;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 8px 24px #febb224d}
.ctaSection .ctaButton:hover{transform:translateY(-2px);box-shadow:0 12px 32px #febb2266;background:#ffc742}
@media (max-width: 768px) {
.postHero{padding:60px 20px 40px}
.postHero .mainTitle{font-size:32px}
.postHero .subtitleText{font-size:17px}
.featuredImage{margin-top:-20px}
.articleBody{margin:60px auto}
.articleBody h2{font-size:28px;margin:40px 0 20px}
.articleBody h4{font-size:20px}
.articleBody p,.articleBody li{font-size:17px}
.ctaSection{padding:60px 20px;margin-top:60px}
.ctaSection .ctaTitle{font-size:32px}
.ctaSection .ctaText{font-size:17px}
}
@media (max-width: 480px) {
.postHero .mainTitle{font-size:26px}
.postHero .metaRow{gap:16px}
.articleBody h2{font-size:24px}
.ctaSection .ctaTitle{font-size:28px}
}
.heroProgram{background:linear-gradient(142deg,#523097 0%,#2a1850 100%);padding:80px 20px 90px;position:relative;overflow:hidden}
.heroProgram::before{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(218deg,#febb221f 0%,transparent 70%);pointer-events:none}
.heroProgram .innerHero{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.heroProgram .textSideHero h1{font-size:52px;line-height:1.15;color:#fff;margin:0 0 18px;font-weight:700}
.heroProgram .textSideHero .problemStatement{font-size:19px;line-height:1.5;color:#ffffffe0;margin:0 0 26px}
.heroProgram .textSideHero .solutionStatement{font-size:17px;line-height:1.6;color:#ffffffbf;margin:0 0 36px}
.heroProgram .textSideHero .ctaHeroButton{display:inline-block;background:#FEBB22;color:#1a0d2e;padding:16px 38px;border-radius:28px;text-decoration:none;font-size:17px;font-weight:600;transition:all .2s ease;box-shadow:0 8px 24px #febb2247}
.heroProgram .textSideHero .ctaHeroButton:hover{transform:translateY(-2px);box-shadow:0 12px 32px #febb2261;background:#ffc844}
.heroProgram .imageSideHero{position:relative}
.heroProgram .imageSideHero .filmFrame{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0006}
.heroProgram .imageSideHero .filmFrame::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,#00000008 2px,#00000008 4px);pointer-events:none;z-index:2}
.heroProgram .imageSideHero .filmFrame::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#febb2226 0%,#52309733 100%);pointer-events:none;z-index:1;mix-blend-mode:overlay}
.heroProgram .imageSideHero .filmFrame img{width:100%;height:440px;object-fit:cover;display:block}
.offeringsGrid{padding:100px 20px;background:linear-gradient(165deg,#f9f9f9 0%,#fff 50%,#fef5eb 100%)}
.offeringsGrid .containerOfferings{max-width:1400px;margin:0 auto}
.offeringsGrid .sectionIntro{text-align:center;margin-bottom:70px}
.offeringsGrid .sectionIntro h2{font-size:44px;line-height:1.2;color:#1a0d2e;margin:0 0 20px;font-weight:700}
.offeringsGrid .sectionIntro .leadText{font-size:18px;line-height:1.6;color:#4a4a4a;max-width:720px;margin:0 auto}
.offeringsGrid .gridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.offeringsGrid .serviceCard{background:#fff;border-radius:20px;padding:42px 36px;box-shadow:0 4px 20px #0000000f;transition:all .22s ease;position:relative;border:2px solid transparent}
.offeringsGrid .serviceCard:hover{transform:translateY(-6px);box-shadow:0 12px 36px #52309726;border-color:#FEBB22}
.offeringsGrid .serviceCard .iconHolder{width:68px;height:68px;background:linear-gradient(135deg,#523097 0%,#6d3ec4 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:26px;box-shadow:0 6px 18px #52309740}
.offeringsGrid .serviceCard .iconHolder svg{width:36px;height:36px;fill:#FEBB22}
.offeringsGrid .serviceCard h3{font-size:24px;line-height:1.3;color:#1a0d2e;margin:0 0 16px;font-weight:700}
.offeringsGrid .serviceCard .description{font-size:16px;line-height:1.65;color:#5a5a5a;margin:0 0 24px}
.offeringsGrid .serviceCard .topicList{list-style:none;padding:0;margin:0}
.offeringsGrid .serviceCard .topicList li{font-size:15px;line-height:1.5;color:#6a6a6a;padding-left:26px;position:relative;margin-bottom:10px}
.offeringsGrid .serviceCard .topicList li::before{content:'';position:absolute;left:0;top:7px;width:14px;height:2px;background:#FEBB22}
.offeringsGrid .expertSection{margin-top:90px;background:linear-gradient(120deg,#523097 0%,#3d2373 100%);border-radius:28px;padding:60px;display:grid;grid-template-columns:280px 1fr;gap:50px;align-items:center;box-shadow:0 16px 48px #5230974d}
.offeringsGrid .expertSection .expertImage{position:relative}
.offeringsGrid .expertSection .expertImage img{width:280px;height:320px;object-fit:cover;border-radius:20px;box-shadow:0 12px 32px #0000004d}
.offeringsGrid .expertSection .expertContent h4{font-size:36px;line-height:1.25;color:#fff;margin:0 0 20px;font-weight:700}
.offeringsGrid .expertSection .expertContent .expertBio{font-size:17px;line-height:1.7;color:#ffffffe0;margin:0 0 30px}
.offeringsGrid .expertSection .expertContent .credentialsList{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:36px}
.offeringsGrid .expertSection .expertContent .credentialsList .badge{background:#febb2226;color:#FEBB22;padding:10px 20px;border-radius:16px;font-size:14px;font-weight:600;border:1px solid #febb224d}
.offeringsGrid .expertSection .expertContent .contactExpert{display:inline-block;background:#FEBB22;color:#1a0d2e;padding:15px 36px;border-radius:26px;text-decoration:none;font-size:16px;font-weight:600;transition:all .2s ease}
.offeringsGrid .expertSection .expertContent .contactExpert:hover{background:#ffc844;transform:translateX(4px)}
@media (max-width: 1200px) {
.offeringsGrid .gridLayout{grid-template-columns:repeat(2,1fr);gap:36px}
.offeringsGrid .expertSection{grid-template-columns:240px 1fr;gap:40px;padding:50px}
.offeringsGrid .expertSection .expertImage img{width:240px;height:280px}
}
@media (max-width: 900px) {
.heroProgram .innerHero{grid-template-columns:1fr;gap:50px}
.heroProgram .textSideHero h1{font-size:42px}
.offeringsGrid .gridLayout{grid-template-columns:1fr;gap:32px}
.offeringsGrid .expertSection{grid-template-columns:1fr;padding:40px}
.offeringsGrid .expertSection .expertImage img{width:100%;height:340px}
}
@media (max-width: 600px) {
.heroProgram{padding:60px 20px 70px}
.heroProgram .textSideHero h1{font-size:36px}
.heroProgram .textSideHero .problemStatement{font-size:17px}
.heroProgram .imageSideHero .filmFrame img{height:320px}
.offeringsGrid{padding:70px 20px}
.offeringsGrid .sectionIntro h2{font-size:34px}
.offeringsGrid .serviceCard{padding:36px 28px}
.offeringsGrid .expertSection{padding:32px 24px}
.offeringsGrid .expertSection .expertContent h4{font-size:28px}
}
.heroZone{background:linear-gradient(162deg,#FED6D3 0%,#FEBB22 48%,#523097 100%);padding:88px 24px 94px;position:relative;overflow:hidden}
.heroZone::before{content:'';position:absolute;top:-30%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,#febb224d 0%,transparent 70%);border-radius:50%;filter:blur(60px)}
.heroZone::after{content:'';position:absolute;bottom:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#52309740 0%,transparent 65%);border-radius:50%;filter:blur(50px)}
.heroZone .heroInner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative;z-index:2}
.heroZone .heroTextPart h1{font-size:56px;line-height:1.12;color:#fff;margin:0 0 26px;font-weight:700;text-shadow:0 3px 12px #00000026}
.heroZone .heroTextPart .leadLine{font-size:19px;line-height:1.56;color:#fff;margin:0 0 38px;max-width:540px;text-shadow:0 2px 8px #0000001a}
.heroZone .heroVisualPart{position:relative}
.heroZone .heroVisualPart img{width:100%;height:460px;object-fit:cover;border-radius:28px;box-shadow:0 16px 48px #00000038 0 4px 16px #0000001f}
.heroZone .ctaRow{display:flex;gap:18px;align-items:center}
.heroZone .primaryBtn{background:#fff;color:#523097;padding:16px 38px;border-radius:24px;text-decoration:none;font-size:17px;font-weight:600;box-shadow:0 6px 18px #00000024;transition:all .18s ease;display:inline-block}
.heroZone .primaryBtn:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0003;background:#f9f9f9}
.heroZone .secondaryBtn{background:transparent;color:#fff;padding:16px 38px;border-radius:24px;text-decoration:none;font-size:17px;font-weight:600;border:2px solid #fff9;transition:all .18s ease;display:inline-block}
.heroZone .secondaryBtn:hover{border-color:#fff;background:#ffffff1f;transform:translateY(-2px)}
.qualitySegment{padding:96px 24px;background:linear-gradient(178deg,#f8f6f4 0%,#fff 100%)}
.qualitySegment .contentWrap{max-width:1400px;margin:0 auto}
.qualitySegment .sectionIntro{max-width:780px;margin:0 auto 68px;text-align:center}
.qualitySegment .sectionIntro h2{font-size:44px;line-height:1.18;color:#1a1a1a;margin:0 0 20px;font-weight:700}
.qualitySegment .sectionIntro .intro{font-size:18px;line-height:1.62;color:#4a4a4a;margin:0}
.qualitySegment .gridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.qualitySegment .itemBox{background:#fff;border-radius:22px;padding:42px 34px;box-shadow:0 4px 20px #0000000f;transition:all .2s ease;border:1px solid #52309714}
.qualitySegment .itemBox:hover{transform:translateY(-6px);box-shadow:0 12px 36px #0000001f;border-color:#febb224d}
.qualitySegment .itemBox .iconHolder{width:68px;height:68px;background:linear-gradient(135deg,#FEBB22 0%,#FED6D3 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:28px}
.qualitySegment .itemBox .iconHolder svg{width:36px;height:36px;fill:#fff}
.qualitySegment .itemBox h3{font-size:22px;line-height:1.3;color:#1a1a1a;margin:0 0 16px;font-weight:600}
.qualitySegment .itemBox .descText{font-size:16px;line-height:1.58;color:#5a5a5a;margin:0 0 22px}
.qualitySegment .itemBox .profileSnippet{display:flex;align-items:center;gap:14px;padding-top:22px;border-top:1px solid #52309714}
.qualitySegment .itemBox .profileSnippet img{width:52px;height:52px;border-radius:50%;object-fit:cover;box-shadow:0 3px 10px #0000001a}
.qualitySegment .itemBox .profileSnippet .profileInfo .profileName{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 4px}
.qualitySegment .itemBox .profileSnippet .profileInfo .profileRole{font-size:14px;color:#7a7a7a;margin:0}
.guaranteeSection{padding:102px 24px;background:linear-gradient(254deg,#523097 0%,#2a1a5a 100%);position:relative;overflow:hidden}
.guaranteeSection::before{content:'';position:absolute;top:20%;left:-8%;width:480px;height:480px;background:radial-gradient(circle,#febb2229 0%,transparent 70%);border-radius:50%;filter:blur(70px)}
.guaranteeSection .innerBox{max-width:1400px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.2fr;gap:72px;align-items:center}
.guaranteeSection .visualColumn img{width:100%;height:540px;object-fit:cover;border-radius:26px;box-shadow:0 18px 52px #0000004d}
.guaranteeSection .contentColumn h2{font-size:46px;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.guaranteeSection .contentColumn .descBlock{font-size:18px;line-height:1.64;color:#ffffffe6;margin:0 0 38px}
.guaranteeSection .contentColumn .featuresList{list-style:none;padding:0;margin:0 0 44px}
.guaranteeSection .contentColumn .featuresList li{padding:18px 0 18px 52px;position:relative;font-size:17px;line-height:1.5;color:#ffffffeb;border-bottom:1px solid #ffffff1f}
.guaranteeSection .contentColumn .featuresList li:last-child{border-bottom:none}
.guaranteeSection .contentColumn .featuresList li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px;height:32px;background:linear-gradient(135deg,#FEBB22 0%,#FED6D3 100%);border-radius:50%;box-shadow:0 4px 12px #febb224d}
.guaranteeSection .contentColumn .featuresList li::after{content:'✓';position:absolute;left:9px;top:50%;transform:translateY(-50%);color:#523097;font-size:18px;font-weight:700}
.guaranteeSection .contentColumn .actionBtn{background:#FEBB22;color:#1a1a1a;padding:18px 42px;border-radius:24px;text-decoration:none;font-size:17px;font-weight:600;box-shadow:0 8px 22px #febb2259;transition:all .2s ease;display:inline-block}
.guaranteeSection .contentColumn .actionBtn:hover{transform:translateY(-4px);box-shadow:0 14px 34px #febb2273;background:#fc4}
@media (max-width: 1024px) {
.heroZone .heroInner{grid-template-columns:1fr;gap:48px}
.heroZone .heroTextPart h1{font-size:46px}
.heroZone .heroVisualPart img{height:380px}
.qualitySegment .gridLayout{grid-template-columns:repeat(2,1fr);gap:28px}
.guaranteeSection .innerBox{grid-template-columns:1fr;gap:52px}
.guaranteeSection .visualColumn img{height:420px}
.guaranteeSection .contentColumn h2{font-size:38px}
}
@media (max-width: 768px) {
.heroZone{padding:64px 20px 72px}
.heroZone .heroTextPart h1{font-size:38px;margin-bottom:20px}
.heroZone .heroTextPart .leadLine{font-size:17px;margin-bottom:32px}
.heroZone .heroVisualPart img{height:300px;border-radius:20px}
.heroZone .ctaRow{flex-direction:column;gap:14px;align-items:stretch}
.heroZone .primaryBtn,.heroZone .secondaryBtn{text-align:center;padding:14px 32px;font-size:16px}
.qualitySegment{padding:72px 20px}
.qualitySegment .sectionIntro h2{font-size:36px;margin-bottom:16px}
.qualitySegment .sectionIntro .intro{font-size:17px}
.qualitySegment .gridLayout{grid-template-columns:1fr;gap:24px}
.qualitySegment .itemBox{padding:36px 28px}
.qualitySegment .itemBox .iconHolder{width:60px;height:60px;margin-bottom:22px}
.qualitySegment .itemBox h3{font-size:20px}
.guaranteeSection{padding:76px 20px}
.guaranteeSection .innerBox{gap:42px}
.guaranteeSection .visualColumn img{height:320px;border-radius:20px}
.guaranteeSection .contentColumn h2{font-size:32px;margin-bottom:18px}
.guaranteeSection .contentColumn .descBlock{font-size:16px;margin-bottom:32px}
.guaranteeSection .contentColumn .featuresList li{font-size:16px;padding:16px 0 16px 48px}
.guaranteeSection .contentColumn .actionBtn{padding:16px 36px;font-size:16px}
}
.blogPage{max-width:1400px;margin:0 auto;padding:0 20px}
.heroSection{padding:80px 20px 60px;background:linear-gradient(135deg,#FEBB22 0%,#523097 100%);border-radius:24px;margin:40px 0 60px;text-align:center;position:relative;overflow:hidden}
.heroSection::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#fed6d333;border-radius:50%;z-index:0}
.heroSection .heroTitle{font-size:48px;color:#fff;margin:0 0 16px;font-weight:700;position:relative;z-index:1}
.heroSection .heroDescription{font-size:20px;color:#fffffff2;max-width:700px;margin:0 auto;line-height:1.6;position:relative;z-index:1}
.postsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:32px;margin-bottom:80px}
.postCard{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #52309714;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}
.postCard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #52309726}
.postCard .imageWrapper{position:relative;padding-top:60%;overflow:hidden;background:#f5f5f5}
.postCard .imageWrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.postCard:hover .imageWrapper img{transform:scale(1.05)}
.postCard .tagsRow{position:absolute;top:16px;left:16px;display:flex;gap:8px;z-index:2}
.postCard .categoryTag{background:#febb22f2;color:#1a1a1a;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600}
.postCard .articleTag{background:#523097f2;color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600}
.postCard .contentArea{padding:28px;display:flex;flex-direction:column;flex-grow:1}
.postCard .postTitle{font-size:24px;color:#1a1a1a;margin:0 0 12px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.postCard .postSubtitle{font-size:16px;color:#523097;margin:0 0 12px;font-weight:600}
.postCard .shortDescription{font-size:15px;color:#666;line-height:1.6;margin:0 0 20px;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.postCard .postFooter{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:2px solid #f0f0f0}
.postCard .authorName{font-size:14px;color:#1a1a1a;font-weight:600}
.postCard .readtime{font-size:14px;color:#888}
.postCard .linkWrapper{text-decoration:none;color:inherit;display:block}
.featuredSection{background:linear-gradient(165deg,#FED6D3 0%,#fff 100%);padding:80px 40px;border-radius:28px;margin-bottom:80px;position:relative}
.featuredSection::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#FEBB22 0%,#523097 100%);border-radius:0 0 28px 28px}
.featuredSection .sectionTitle{font-size:36px;color:#1a1a1a;margin:0 0 20px;font-weight:700;text-align:center}
.featuredSection .sectionText{font-size:18px;color:#555;line-height:1.7;max-width:900px;margin:0 auto 40px;text-align:center}
.statsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px;max-width:1000px;margin:0 auto}
.statCard{background:#fff;padding:32px;border-radius:20px;text-align:center;box-shadow:0 6px 20px #5230971a;position:relative}
.statCard::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:4px;background:#FEBB22;border-radius:0 0 4px 4px}
.statCard .statNumber{font-size:44px;color:#523097;font-weight:700;margin:0 0 8px}
.statCard .statLabel{font-size:16px;color:#666;font-weight:600}
.ctaSection{background:#523097;padding:70px 40px;border-radius:28px;text-align:center;margin-bottom:80px;position:relative;overflow:hidden}
.ctaSection::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#febb2226;border-radius:50%}
.ctaSection::after{content:'';position:absolute;bottom:-120px;right:-80px;width:350px;height:350px;background:#fed6d31a;border-radius:50%}
.ctaSection .ctaTitle{font-size:38px;color:#fff;margin:0 0 18px;font-weight:700;position:relative;z-index:1}
.ctaSection .ctaText{font-size:18px;color:#ffffffe6;max-width:700px;margin:0 auto 32px;line-height:1.6;position:relative;z-index:1}
.ctaSection .ctaButton{display:inline-block;background:#FEBB22;color:#1a1a1a;padding:16px 44px;border-radius:28px;font-size:17px;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:1;box-shadow:0 8px 24px #febb224d}
.ctaSection .ctaButton:hover{transform:translateY(-3px);box-shadow:0 12px 32px #febb2266}
@media (max-width: 1024px) {
.heroSection .heroTitle{font-size:40px}
.postsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}
.featuredSection{padding:60px 30px}
.featuredSection .sectionTitle{font-size:32px}
}
@media (max-width: 768px) {
.blogPage{padding:0 16px}
.heroSection{padding:60px 24px 50px;margin:24px 0 40px;border-radius:20px}
.heroSection .heroTitle{font-size:32px}
.heroSection .heroDescription{font-size:17px}
.postsGrid{grid-template-columns:1fr;gap:20px}
.postCard .contentArea{padding:24px}
.postCard .postTitle{font-size:22px}
.featuredSection{padding:50px 24px;margin-bottom:60px;border-radius:20px}
.featuredSection .sectionTitle{font-size:28px}
.featuredSection .sectionText{font-size:16px}
.statsGrid{grid-template-columns:1fr;gap:20px}
.ctaSection{padding:50px 24px;margin-bottom:60px;border-radius:20px}
.ctaSection .ctaTitle{font-size:30px}
.ctaSection .ctaText{font-size:16px}
}
@media (max-width: 480px) {
.heroSection .heroTitle{font-size:28px}
.postCard .postTitle{font-size:20px}
.postCard .postFooter{flex-direction:column;gap:8px;align-items:flex-start}
.statCard .statNumber{font-size:36px}
.ctaSection .ctaButton{padding:14px 36px;font-size:16px}
}
.programHero{background:linear-gradient(135deg,#523097 0%,#FEBB22 100%);padding:80px 20px;position:relative;overflow:hidden}
.programHero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#fed6d326;border-radius:50%;z-index:1}
.programHero .heroInner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.programHero .heroText h1{font-size:48px;color:#fff;margin:0 0 24px;line-height:1.2}
.programHero .heroText p{font-size:18px;color:#fffffff2;line-height:1.6;margin:0 0 16px}
.programHero .heroImage{position:relative}
.programHero .heroImage img{width:100%;height:460px;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px #0000004d}
.programHero .heroImage::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(45deg,#FEBB22,#FED6D3);border-radius:50%;z-index:-1;opacity:.6}
.courseLevels{padding:100px 20px;background:#fff}
.courseLevels .levelsContainer{max-width:1400px;margin:0 auto}
.courseLevels .sectionHeader{text-align:center;margin-bottom:70px}
.courseLevels .sectionHeader h2{font-size:42px;color:#523097;margin:0 0 20px;position:relative;display:inline-block}
.courseLevels .sectionHeader h2::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FEBB22,#FED6D3);border-radius:2px}
.courseLevels .sectionHeader p{font-size:17px;color:#555;max-width:700px;margin:0 auto;line-height:1.5}
.courseLevels .levelsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.courseLevels .levelCard{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:24px;padding:40px 32px;box-shadow:0 8px 24px #52309714;transition:all 250ms ease;border:2px solid transparent;position:relative}
.courseLevels .levelCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#FEBB22,#523097);border-radius:24px 24px 0 0;opacity:0;transition:opacity 250ms ease}
.courseLevels .levelCard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #52309726;border-color:#FEBB22}
.courseLevels .levelCard:hover::before{opacity:1}
.courseLevels .levelCard .levelIcon{width:70px;height:70px;background:linear-gradient(135deg,#FEBB22,#FED6D3);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.courseLevels .levelCard .levelIcon svg{width:36px;height:36px;fill:#523097}
.courseLevels .levelCard h3{font-size:26px;color:#523097;margin:0 0 16px}
.courseLevels .levelCard .levelMeta{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}
.courseLevels .levelCard .metaItem{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}
.courseLevels .levelCard .metaItem svg{width:18px;height:18px;fill:#FEBB22}
.courseLevels .levelCard p{font-size:16px;color:#555;line-height:1.6;margin:0 0 24px}
.courseLevels .levelCard .topicList{list-style:none;padding:0;margin:0}
.courseLevels .levelCard .topicList li{padding:10px 0 10px 28px;position:relative;font-size:15px;color:#444}
.courseLevels .levelCard .topicList li::before{content:'';position:absolute;left:0;top:16px;width:16px;height:16px;background:linear-gradient(135deg,#FEBB22,#FED6D3);border-radius:4px}
.learningPath{background:linear-gradient(165deg,#523097 0%,#7a4fb8 50%,#FEBB22 100%);padding:90px 20px;position:relative}
.learningPath::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="#ffffff1a"/></svg>');background-size:40px 40px;opacity:.3}
.learningPath .pathContainer{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.learningPath .pathHeader{text-align:center;margin-bottom:60px}
.learningPath .pathHeader h2{font-size:44px;color:#fff;margin:0 0 18px}
.learningPath .pathHeader p{font-size:18px;color:#ffffffe6;max-width:800px;margin:0 auto}
.learningPath .pathTimeline{position:relative;max-width:900px;margin:0 auto}
.learningPath .timelineTrack{position:absolute;left:50%;top:0;bottom:0;width:4px;background:#ffffff4d;transform:translateX(-50%)}
.learningPath .phaseItem{display:grid;grid-template-columns:1fr 80px 1fr;gap:30px;margin-bottom:50px;align-items:center}
.learningPath .phaseItem:nth-child(odd) .phaseContent:first-child{text-align:right}
.learningPath .phaseItem:nth-child(even) .phaseContent:first-child{grid-column:3;text-align:left}
.learningPath .phaseItem:nth-child(even) .phaseMarker{grid-column:2}
.learningPath .phaseItem:nth-child(even) .phaseContent:last-child{grid-column:1;grid-row:1}
.learningPath .phaseMarker{width:80px;height:80px;background:linear-gradient(135deg,#FEBB22,#FED6D3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#523097;box-shadow:0 0 0 8px #febb2233;position:relative;z-index:2}
.learningPath .phaseContent{background:#fffffff2;padding:32px;border-radius:20px;box-shadow:0 12px 32px #00000026}
.learningPath .phaseContent h3{font-size:24px;color:#523097;margin:0 0 12px}
.learningPath .phaseContent p{font-size:16px;color:#444;line-height:1.5;margin:0 0 16px}
.learningPath .phaseContent .phaseDuration{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#FEBB22,#FED6D3);color:#523097;font-size:14px;font-weight:600;border-radius:12px}
.learningPath .phaseImage{background:#ffffff1a;padding:20px;border-radius:16px}
.learningPath .phaseImage img{width:100%;height:200px;object-fit:cover;border-radius:12px}
@media (max-width: 1024px) {
.programHero .heroInner{grid-template-columns:1fr;gap:40px}
.programHero .heroText h1{font-size:38px}
.courseLevels .levelsGrid{grid-template-columns:repeat(2,1fr);gap:30px}
.learningPath .phaseItem{grid-template-columns:1fr;gap:20px}
.learningPath .phaseItem:nth-child(even) .phaseContent:first-child,.learningPath .phaseItem:nth-child(even) .phaseContent:last-child{grid-column:1;grid-row:auto;text-align:left}
.learningPath .phaseItem:nth-child(even) .phaseMarker{grid-column:1}
.learningPath .phaseItem:nth-child(odd) .phaseContent:first-child{text-align:left}
.learningPath .timelineTrack{display:none}
.learningPath .phaseMarker{margin:0 auto}
}
@media (max-width: 768px) {
.programHero{padding:60px 20px}
.programHero .heroText h1{font-size:32px}
.programHero .heroText p{font-size:16px}
.programHero .heroImage img{height:320px}
.courseLevels{padding:70px 20px}
.courseLevels .sectionHeader h2{font-size:32px}
.courseLevels .levelsGrid{grid-template-columns:1fr;gap:24px}
.courseLevels .levelCard{padding:32px 24px}
.learningPath{padding:70px 20px}
.learningPath .pathHeader h2{font-size:32px}
.learningPath .phaseContent{padding:24px}
.learningPath .phaseImage img{height:160px}
}
.titleBlockOuter{background:linear-gradient(127deg,#FED6D3 0%,#FEBB22 45%,#523097 100%);padding:80px 20px;position:relative;overflow:hidden}
.titleBlockOuter::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#febb224d 0%,transparent 70%);animation:floatElement 8s ease-in-out infinite}
.titleBlockOuter::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#52309733 0%,transparent 70%);animation:floatElement 10s ease-in-out infinite reverse}
@keyframes floatElement {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(30px,-30px) rotate(5deg)}
}
.titleBlockInner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.titleImageWrapper{flex:0 0 480px;position:relative}
.titleImageWrapper img{width:100%;height:620px;object-fit:cover;border-radius:24px;box-shadow:0 16px 48px #5230974d;filter:brightness(1.05) contrast(1.08);position:relative}
.titleImageWrapper::before{content:'';position:absolute;top:20px;left:20px;right:20px;bottom:20px;border:3px solid #febb2299;border-radius:24px;z-index:1;pointer-events:none}
.titleTextContent{flex:1;color:#1a1a1a}
.titleTextContent h1{font-size:52px;font-weight:700;margin:0 0 24px;line-height:1.2;color:#523097}
.titleTextContent p{font-size:18px;line-height:1.7;margin:0 0 20px;color:#2d2d2d}
.storySection{padding:100px 20px;background:#fafafa;position:relative}
.storySection::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#FEBB22 0%,#523097 100%)}
.storyContainer{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.storyLeftColumn{display:flex;flex-direction:column;gap:40px}
.storyHeading{font-size:42px;font-weight:700;color:#523097;margin:0;line-height:1.3;position:relative;padding-left:28px}
.storyHeading::before{content:'';position:absolute;left:0;top:8px;width:8px;height:80%;background:linear-gradient(180deg,#FEBB22 0%,#523097 100%);border-radius:4px}
.storyImageGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.storyImageGrid img{width:100%;height:260px;object-fit:cover;border-radius:20px;box-shadow:0 8px 24px #0000001a;transition:transform .2s ease,box-shadow .2s ease}
.storyImageGrid img:hover{transform:translateY(-4px);box-shadow:0 12px 32px #52309733}
.storyRightColumn{background:#fff;padding:50px;border-radius:24px;box-shadow:0 12px 40px #00000014}
.storyRightColumn h3{font-size:28px;font-weight:600;color:#2d2d2d;margin:0 0 24px}
.storyRightColumn p{font-size:17px;line-height:1.8;color:#4a4a4a;margin:0 0 20px}
.valuesSection{padding:100px 20px;background:linear-gradient(145deg,#fff 0%,#FED6D3 100%);position:relative;overflow:hidden}
.valuesSection::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#febb2226 0%,transparent 70%);border-radius:50%}
.valuesContainer{max-width:1400px;margin:0 auto}
.valuesCenterHeading{text-align:center;margin-bottom:70px}
.valuesCenterHeading h2{font-size:46px;font-weight:700;color:#523097;margin:0 0 16px}
.valuesCenterHeading p{font-size:19px;color:#4a4a4a;margin:0;max-width:720px;margin:0 auto}
.valuesCardsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valueCard{background:#fff;padding:45px 35px;border-radius:24px;box-shadow:0 8px 28px #00000014;position:relative;transition:transform .2s ease,box-shadow .2s ease;border-top:5px solid #FEBB22}
.valueCard:nth-child(2){border-top-color:#523097}
.valueCard:nth-child(3){border-top-color:#FED6D3}
.valueCard:hover{transform:translateY(-6px);box-shadow:0 16px 40px #52309726}
.valueCard h4{font-size:24px;font-weight:600;color:#2d2d2d;margin:0 0 18px}
.valueCard p{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.teamMemberSection{background:#523097;padding:90px 20px;color:#fff}
.teamMemberInner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:70px}
.memberImageArea{flex:0 0 380px}
.memberImageArea img{width:100%;height:480px;object-fit:cover;border-radius:28px;box-shadow:0 20px 50px #0006;border:6px solid #febb224d}
.memberTextArea{flex:1}
.memberTextArea h3{font-size:38px;font-weight:700;margin:0 0 12px;color:#FEBB22}
.memberTextArea h5{font-size:22px;font-weight:500;margin:0 0 28px;color:#FED6D3}
.memberTextArea p{font-size:17px;line-height:1.8;margin:0 0 18px;color:#ffffffeb}
.ctaFinalSection{padding:80px 20px;background:linear-gradient(165deg,#FEBB22 0%,#523097 100%);text-align:center;color:#fff}
.ctaFinalContent{max-width:900px;margin:0 auto}
.ctaFinalContent h2{font-size:44px;font-weight:700;margin:0 0 20px}
.ctaFinalContent p{font-size:19px;line-height:1.7;margin:0 0 35px;color:#fffffff2}
.ctaButtonsRow{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.ctaPrimaryButton{background:#fff;color:#523097;padding:18px 40px;border-radius:24px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 24px #0003;z-index:10;position:relative}
.ctaPrimaryButton:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000004d}
.ctaSecondaryButton{background:transparent;color:#fff;padding:18px 40px;border-radius:24px;font-size:18px;font-weight:600;text-decoration:none;display:inline-block;border:3px solid #fff;transition:background .2s ease,transform .2s ease;z-index:10;position:relative}
.ctaSecondaryButton:hover{background:#ffffff26;transform:translateY(-3px)}
@media (max-width: 1200px) {
.titleBlockInner{gap:40px}
.titleImageWrapper{flex:0 0 400px}
.titleImageWrapper img{height:520px}
.storyContainer{gap:60px}
.valuesCardsGrid{grid-template-columns:repeat(2,1fr);gap:30px}
}
@media (max-width: 968px) {
.titleBlockOuter{padding:60px 20px}
.titleBlockInner{flex-direction:column;gap:40px}
.titleImageWrapper{flex:0 0 auto;width:100%;max-width:500px}
.titleImageWrapper img{height:440px}
.titleTextContent h1{font-size:42px}
.storySection{padding:70px 20px}
.storyContainer{grid-template-columns:1fr;gap:50px}
.storyHeading{font-size:36px}
.valuesSection{padding:70px 20px}
.valuesCenterHeading h2{font-size:38px}
.valuesCardsGrid{grid-template-columns:1fr}
.teamMemberSection{padding:70px 20px}
.teamMemberInner{flex-direction:column;gap:40px}
.memberImageArea{flex:0 0 auto;width:100%;max-width:450px}
.memberImageArea img{height:400px}
.memberTextArea h3{font-size:32px}
.ctaFinalSection{padding:60px 20px}
.ctaFinalContent h2{font-size:36px}
}
@media (max-width: 640px) {
.titleBlockOuter{padding:40px 16px}
.titleTextContent h1{font-size:34px}
.titleTextContent p{font-size:16px}
.titleImageWrapper img{height:360px}
.storySection{padding:50px 16px}
.storyHeading{font-size:30px;padding-left:20px}
.storyImageGrid{grid-template-columns:1fr}
.storyImageGrid img{height:220px}
.storyRightColumn{padding:35px 25px}
.storyRightColumn h3{font-size:24px}
.storyRightColumn p{font-size:16px}
.valuesSection{padding:50px 16px}
.valuesCenterHeading{margin-bottom:50px}
.valuesCenterHeading h2{font-size:32px}
.valuesCenterHeading p{font-size:17px}
.valueCard{padding:35px 25px}
.teamMemberSection{padding:50px 16px}
.memberImageArea img{height:340px}
.memberTextArea h3{font-size:28px}
.memberTextArea h5{font-size:19px}
.memberTextArea p{font-size:16px}
.ctaFinalSection{padding:50px 16px}
.ctaFinalContent h2{font-size:30px}
.ctaFinalContent p{font-size:17px}
.ctaButtonsRow{flex-direction:column;align-items:stretch}
.ctaPrimaryButton,.ctaSecondaryButton{width:100%;text-align:center}
}
.contactHeroSection{position:relative;padding:120px 20px 80px;background:linear-gradient(142deg,#523097 0%,#FEBB22 100%);overflow:hidden}
.contactHeroSection::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#fed6d326;border-radius:50%;z-index:1}
.contactHeroSection::after{content:'';position:absolute;bottom:-20%;left:-5%;width:400px;height:400px;background:#febb2233;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:1}
.heroContentWrapper{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.heroTextBlock{max-width:700px;color:#fff}
.heroTextBlock h1{font-size:56px;font-weight:700;margin:0 0 24px;line-height:1.1}
.heroTextBlock p{font-size:20px;line-height:1.6;opacity:.95;margin:0}
.contactMainWrapper{max-width:1400px;margin:-60px auto 0;padding:0 20px 100px;position:relative;z-index:3}
.contactGridLayout{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.infoBoxCard{background:#fff;padding:50px 40px;border-radius:24px;box-shadow:0 12px 48px #5230971f}
.infoBoxCard h2{font-size:32px;color:#523097;margin:0 0 32px;font-weight:600}
.contactDetailItem{margin-bottom:28px;display:flex;align-items:start;gap:16px}
.contactDetailItem:last-child{margin-bottom:0}
.iconCircleWrapper{width:48px;height:48px;background:linear-gradient(135deg,#FEBB22,#FED6D3);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.iconCircleWrapper i{font-size:20px;color:#523097}
.detailTextContent{flex:1}
.detailTextContent h3{font-size:16px;color:#523097;margin:0 0 6px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.detailTextContent p{font-size:18px;color:#333;margin:0;line-height:1.5}
.detailTextContent a{color:#333;text-decoration:none;transition:color .2s}
.detailTextContent a:hover{color:#FEBB22}
.formCardContainer{background:#fff;padding:50px 45px;border-radius:24px;box-shadow:0 12px 48px #5230971f}
.formCardContainer h2{font-size:32px;color:#523097;margin:0 0 12px;font-weight:600}
.formSubtitle{font-size:16px;color:#666;margin:0 0 36px}
.formFieldGroup{margin-bottom:24px}
.formFieldGroup label{display:block;font-size:15px;color:#523097;margin-bottom:8px;font-weight:500}
.formFieldGroup input[type="text"],.formFieldGroup input[type="tel"]{width:100%;padding:16px 20px;border:2px solid #e0e0e0;border-radius:16px;font-size:16px;transition:all .2s;box-sizing:border-box}
.formFieldGroup input[type="text"]:focus,.formFieldGroup input[type="tel"]:focus{outline:none;border-color:#FEBB22;box-shadow:0 0 0 4px #febb221a}
.radioGroupWrapper{margin-bottom:28px}
.radioGroupWrapper > label{display:block;font-size:15px;color:#523097;margin-bottom:16px;font-weight:500}
.radioOptionsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.radioChoiceLabel{position:relative;display:block;cursor:pointer}
.radioChoiceLabel input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.radioVisualBox{padding:14px 20px;border:2px solid #e0e0e0;border-radius:16px;background:#fff;transition:all .2s;text-align:center;font-size:15px;color:#333}
.radioChoiceLabel input[type="radio"]:checked ~ .radioVisualBox{border-color:#FEBB22;background:linear-gradient(135deg,#febb221a,#fed6d31a);color:#523097;font-weight:500}
.radioChoiceLabel:hover .radioVisualBox{border-color:#FEBB22;transform:translateY(-2px);box-shadow:0 4px 12px #febb2226}
.privacyCheckboxWrapper{margin:32px 0 28px}
.privacyCheckboxLabel{display:flex;align-items:start;gap:12px;cursor:pointer;font-size:14px;color:#666;line-height:1.6}
.privacyCheckboxLabel input[type="checkbox"]{margin-top:4px;flex-shrink:0;cursor:pointer;width:18px;height:18px;accent-color:#FEBB22}
.privacyCheckboxLabel a{color:#523097;text-decoration:underline;transition:color .2s}
.privacyCheckboxLabel a:hover{color:#FEBB22}
.submitButtonArea{margin-top:32px}
.submitContactButton{width:100%;padding:18px 32px;background:linear-gradient(135deg,#523097,#FEBB22);color:#fff;font-size:18px;font-weight:600;border:none;border-radius:16px;cursor:pointer;transition:all .2s;box-shadow:0 8px 24px #52309740}
.submitContactButton:hover{transform:translateY(-3px);box-shadow:0 12px 32px #52309759}
.submitContactButton:active{transform:translateY(-1px)}
@media (max-width: 968px) {
.contactGridLayout{grid-template-columns:1fr;gap:40px}
.heroTextBlock h1{font-size:42px}
.formCardContainer,.infoBoxCard{padding:40px 32px}
}
@media (max-width: 640px) {
.contactHeroSection{padding:80px 20px 60px}
.heroTextBlock h1{font-size:36px;margin-bottom:16px}
.heroTextBlock p{font-size:18px}
.contactMainWrapper{margin-top:-40px;padding-bottom:60px}
.formCardContainer,.infoBoxCard{padding:32px 24px}
.formCardContainer h2,.infoBoxCard h2{font-size:28px}
.radioOptionsGrid{grid-template-columns:1fr}
.iconCircleWrapper{width:42px;height:42px}
.iconCircleWrapper i{font-size:18px}
}
.successContainer{max-width:1400px;margin:0 auto;padding:0 20px}
.successHeroWrapper{min-height:85vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(138deg,#FED6D3 0%,#FEBB22 45%,#523097 100%);position:relative;overflow:hidden}
.successHeroWrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,#febb224d 0%,transparent 70%);border-radius:50%;animation:floatingPulse 8s ease-in-out infinite}
.successHeroWrapper::after{content:'';position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,#52309740 0%,transparent 65%);border-radius:50%;animation:floatingPulse 10s ease-in-out infinite reverse}
@keyframes floatingPulse {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(30px,-30px) scale(1.1)}
}
.heroContentInner{position:relative;z-index:5;text-align:center;max-width:780px;padding:60px 40px;background:#fffffff7;border-radius:32px;box-shadow:0 24px 64px #5230972e 0 8px 24px #febb221f}
.iconCheckmark{width:88px;height:88px;margin:0 auto 32px;background:linear-gradient(135deg,#FEBB22 0%,#523097 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scaleIn {
0%{transform:scale(0) rotate(-180deg);opacity:0}
100%{transform:scale(1) rotate(0deg);opacity:1}
}
.iconCheckmark svg{width:48px;height:48px;stroke:#fff;stroke-width:4;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .8s .3s ease-out forwards}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.heroContentInner h1{font-size:2.8rem;font-weight:700;color:#523097;margin:0 0 20px;line-height:1.2}
.heroContentInner p{font-size:1.15rem;color:#4a4a4a;line-height:1.6;margin:0 0 16px}
.heroContentInner p:last-of-type{margin-bottom:0}
.nextStepsOuter{padding:100px 0;background:#f9f9f9}
.nextStepsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1200px;margin:0 auto}
.stepCardBox{background:#fff;border-radius:24px;padding:40px 32px;box-shadow:0 8px 24px #52309714;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}
.stepCardBox::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#FEBB22 0%,#523097 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.stepCardBox:hover{transform:translateY(-6px);box-shadow:0 16px 40px #52309724}
.stepCardBox:hover::before{transform:scaleX(1)}
.stepNumberBadge{width:56px;height:56px;background:linear-gradient(135deg,#FED6D3 0%,#FEBB22 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#523097;margin-bottom:24px}
.stepCardBox h3{font-size:1.5rem;font-weight:700;color:#2a2a2a;margin:0 0 16px;line-height:1.3}
.stepCardBox p{font-size:1rem;color:#5a5a5a;line-height:1.6;margin:0 0 24px}
.stepActionLink{display:inline-flex;align-items:center;gap:8px;color:#523097;font-weight:600;text-decoration:none;font-size:1rem;transition:gap .2s ease,color .2s ease}
.stepActionLink:hover{gap:12px;color:#FEBB22}
.stepActionLink svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
@media (max-width: 768px) {
.successHeroWrapper{min-height:70vh;padding:40px 20px}
.heroContentInner{padding:40px 28px}
.heroContentInner h1{font-size:2rem}
.heroContentInner p{font-size:1rem}
.iconCheckmark{width:72px;height:72px;margin-bottom:24px}
.iconCheckmark svg{width:38px;height:38px}
.nextStepsOuter{padding:60px 0}
.nextStepsGrid{grid-template-columns:1fr;gap:24px}
.stepCardBox{padding:32px 24px}
.stepCardBox h3{font-size:1.3rem}
}
@media (max-width: 480px) {
.heroContentInner h1{font-size:1.75rem}
.stepNumberBadge{width:48px;height:48px;font-size:1.25rem}
}