*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Fira Sans',sans-serif;color:#2c3e50;background:#fff;display:flex;flex-direction:column;min-height:100vh;line-height:1.6}
h1,h2,h3,h4,h5,h6{font-family:'Bitter',serif;line-height:1.3}
.HeaderWrapper{background:linear-gradient(135deg,#EDF8FD 0%,#fff 100%);border-bottom:2px solid #0456a61a;padding:0}
.HeaderInnerContainer{max-width:1536px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:25px 40px}
.LogoBrandZone{display:flex;align-items:center;gap:20px;flex:0 0 auto}
.LogoHolder{width:110px;height:110px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:30px;box-shadow:0 4px 12px #00000014}
.LogoHolder img{width:85px;height:85px;object-fit:contain}
.CompanyNameDisplay{font-family:'Bitter',serif;font-size:32px;font-weight:700;color:#0456A6;letter-spacing:-.5px}
.NavigationTaglineZone{display:flex;flex-direction:column;align-items:flex-end;gap:15px;flex:1;padding-left:50px}
.TaglineText{font-size:15px;color:#5a6c7d;font-weight:300;font-style:italic}
.MainNavigation{display:flex;gap:8px;list-style:none;align-items:center}
.MainNavigation > li{position:relative}
.MainNavigation a{text-decoration:none;color:#2c3e50;font-size:16px;font-weight:400;padding:12px 22px;display:flex;align-items:center;gap:8px;border-radius:25px;transition:all .3s ease;background:#ffffff80}
.MainNavigation a i{font-size:18px;color:#EF2936}
.MainNavigation a span{font-size:13px;color:#5a6c7d;display:block;font-weight:300}
.MainNavigation a:hover{background:#fff;box-shadow:0 4px 14px #ef293626;color:#EF2936}
.MainNavigation li:hover .SubmenuDropdown{opacity:1;visibility:visible;transform:translateY(0)}
.SubmenuDropdown{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border-radius:20px;box-shadow:0 8px 24px #0000001f;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;min-width:220px;padding:12px 0;z-index:100}
.SubmenuDropdown a{padding:12px 24px;background:transparent;border-radius:0;display:block}
.SubmenuDropdown a:hover{background:#EDF8FD;box-shadow:none}
main{flex:1}
.FooterSection{background:linear-gradient(to bottom,#0456A6,#023d7a);color:#fff;padding:60px 40px 0;margin-top:80px}
.FooterContentGrid{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding-bottom:50px;border-bottom:1px solid #ffffff26}
.FooterBlock h3{font-size:20px;margin-bottom:20px;color:#EDF8FD}
.FooterBlock p,.FooterBlock a{font-size:15px;line-height:1.8;color:#ffffffd9}
.FooterBlock a{text-decoration:none;display:block;margin-bottom:10px;transition:color .3s ease}
.FooterBlock a:hover{color:#EF2936}
.ContactInfoItem{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px}
.ContactInfoItem i{color:#EF2936;font-size:18px;margin-top:3px}
.CopyrightBar{text-align:center;padding:25px 0;font-size:14px;color:#ffffffb3}
.CookieConsentPopup{position:fixed;bottom:30px;left:30px;background:#fff;border-radius:25px;box-shadow:0 12px 40px #00000040;padding:30px;max-width:420px;z-index:10000;opacity:0;transform:translateY(20px);animation:bounceIn .6s ease forwards;animation-delay:952ms}
@keyframes bounceIn {
0%{opacity:0;transform:translateY(20px)}
50%{transform:translateY(-8px)}
100%{opacity:1;transform:translateY(0)}
}
.CookieConsentPopup.hidden{display:none}
.CookieConsentPopup h4{font-size:20px;margin-bottom:15px;color:#0456A6}
.CookieConsentPopup p{font-size:14px;line-height:1.6;color:#5a6c7d;margin-bottom:20px}
.CookieSliderContainer{margin-bottom:20px}
.CookieCategory{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #EDF8FD}
.CookieCategory:last-child{border-bottom:none}
.CategoryLabel{font-size:14px;color:#2c3e50;font-weight:600}
.ToggleSwitch{position:relative;width:50px;height:26px;background:#ddd;border-radius:20px;cursor:pointer;transition:background .3s ease}
.ToggleSwitch[data-active="true"]{background:#EF2936}
.ToggleSwitch::after{content:'';position:absolute;width:20px;height:20px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .3s ease}
.ToggleSwitch[data-active="true"]::after{transform:translateX(24px)}
.CookieActions{display:flex;gap:15px;margin-top:20px}
.CookieButton{flex:1;padding:12px 20px;border:none;border-radius:20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}
.AcceptButton{background:#EF2936;color:#fff}
.AcceptButton:hover{background:#d91f2c;box-shadow:0 4px 12px #ef29364d}
.RejectButton{background:#f5f5f5;color:#2c3e50}
.RejectButton:hover{background:#e0e0e0}
.CookiePolicyLink{font-size:12px;color:#5a6c7d;text-align:center;margin-top:15px}
.CookiePolicyLink a{color:#0456A6;text-decoration:underline}
.CookiePolicyLink a:hover{color:#EF2936}
.DataSaleOptOut{margin-top:15px;padding:15px;background:#EDF8FD;border-radius:15px;border-left:4px solid #EF2936}
.DataSaleOptOut label{display:flex;align-items:center;gap:10px;font-size:13px;color:#2c3e50;cursor:pointer}
.DataSaleOptOut input[type="checkbox"]{width:18px;height:18px;cursor:pointer}
@media (max-width: 1024px) {
.HeaderInnerContainer{flex-direction:column;gap:25px;padding:20px 30px}
.NavigationTaglineZone{align-items:center;padding-left:0}
.MainNavigation{flex-wrap:wrap;justify-content:center}
.FooterContentGrid{grid-template-columns:1fr;gap:35px}
}
@media (max-width: 768px) {
.LogoBrandZone{flex-direction:column;gap:12px}
.CompanyNameDisplay{font-size:26px}
.MainNavigation a{padding:10px 16px;font-size:15px}
.CookieConsentPopup{left:15px;right:15px;max-width:none;bottom:15px}
}
.ProgramHeader{max-width:1536px;margin:3rem auto;padding:0 2rem;display:flex;gap:3rem;align-items:center}
.ProgramHeader .ImageArea{width:40%;position:relative}
.ProgramHeader .ImageArea img{width:100%;height:450px;object-fit:cover;border-radius:32px;box-shadow:0 8px 24px #ef293626}
.ProgramHeader .ImageArea::before{content:'';position:absolute;top:-20px;right:-20px;width:120px;height:120px;background:#0456a633;border-radius:50%;z-index:-1}
.ProgramHeader .ImageArea::after{content:'';position:absolute;bottom:-15px;left:-15px;width:80px;height:80px;background:#edf8fde6;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}
.ProgramHeader .ContentBox{width:60%}
.ProgramHeader .ContentBox h1{font-size:2.8rem;color:#0456A6;margin-bottom:2rem;line-height:1.2}
.ProgramHeader .qa-item{margin-bottom:1.8rem}
.ProgramHeader .qa-item .question{font-size:1.15rem;font-weight:600;color:#EF2936;margin-bottom:.6rem}
.ProgramHeader .qa-item .answer{font-size:1.05rem;color:#333;line-height:1.7}
.CourseStructure{background:linear-gradient(135deg,#EDF8FD 0%,#fff 100%);padding:5rem 2rem;margin:4rem 0}
.CourseStructure .inner-wrap{max-width:1536px;margin:0 auto}
.CourseStructure h2{font-size:2.4rem;color:#0456A6;text-align:center;margin-bottom:3.5rem;position:relative}
.CourseStructure h2::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#EF2936,#0456A6);border-radius:2px}
.CourseStructure .module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.CourseStructure .module-card{background:#fff;padding:2.5rem;border-radius:28px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease;border:2px solid transparent}
.CourseStructure .module-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #ef293633;border-color:#EF2936}
.CourseStructure .module-card .module-number{display:inline-block;background:linear-gradient(135deg,#EF2936,#0456A6);color:#fff;width:50px;height:50px;border-radius:50%;text-align:center;line-height:50px;font-size:1.3rem;font-weight:700;margin-bottom:1.2rem}
.CourseStructure .module-card h3{font-size:1.4rem;color:#0456A6;margin-bottom:1rem}
.CourseStructure .module-card p{font-size:1rem;color:#555;line-height:1.6}
.LearningPath{max-width:1536px;margin:5rem auto;padding:0 2rem}
.LearningPath h2{font-size:2.4rem;color:#0456A6;margin-bottom:3rem}
.LearningPath .timeline-container{position:relative;padding-left:60px}
.LearningPath .timeline-container::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#EF2936,#0456A6)}
.LearningPath .timeline-item{position:relative;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:24px;box-shadow:0 6px 20px #00000014;transition:all .3s ease}
.LearningPath .timeline-item:hover{box-shadow:0 10px 30px #0456a626}
.LearningPath .timeline-item::before{content:'';position:absolute;left:-54px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#EF2936;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #EDF8FD}
.LearningPath .timeline-item .phase-label{display:inline-block;background:#ef29361a;color:#EF2936;padding:.4rem 1rem;border-radius:16px;font-size:.9rem;font-weight:600;margin-bottom:.8rem}
.LearningPath .timeline-item h3{font-size:1.5rem;color:#0456A6;margin-bottom:1rem}
.LearningPath .timeline-item p{font-size:1.05rem;color:#444;line-height:1.7}
.SkillDevelopment{background:#0456A6;padding:5rem 2rem;position:relative;overflow:hidden}
.SkillDevelopment::before{content:'';position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#edf8fd1a;border-radius:50%}
.SkillDevelopment::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:#ef293626;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}
.SkillDevelopment .inner-wrap{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.SkillDevelopment h2{font-size:2.4rem;color:#fff;margin-bottom:3rem;text-align:center}
.SkillDevelopment .skill-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.SkillDevelopment .skill-block{background:#fffffff2;padding:2.5rem;border-radius:28px;box-shadow:0 8px 24px #00000026}
.SkillDevelopment .skill-block h3{font-size:1.5rem;color:#EF2936;margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem}
.SkillDevelopment .skill-block h3::before{content:'';display:inline-block;width:8px;height:8px;background:#0456A6;border-radius:50%}
.SkillDevelopment .skill-block ul{list-style:none;padding:0}
.SkillDevelopment .skill-block ul li{font-size:1.05rem;color:#333;line-height:1.8;padding-left:1.8rem;position:relative;margin-bottom:.8rem}
.SkillDevelopment .skill-block ul li::before{content:'→';position:absolute;left:0;color:#EF2936;font-weight:700}
.PracticalOutcome{max-width:1536px;margin:5rem auto;padding:0 2rem;display:flex;gap:3rem;align-items:center}
.PracticalOutcome .TextContent{width:55%}
.PracticalOutcome .TextContent h2{font-size:2.4rem;color:#0456A6;margin-bottom:2rem}
.PracticalOutcome .TextContent p{font-size:1.1rem;color:#444;line-height:1.8;margin-bottom:1.5rem}
.PracticalOutcome .TextContent .outcome-list{margin-top:2rem}
.PracticalOutcome .TextContent .outcome-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}
.PracticalOutcome .TextContent .outcome-item .icon-box{width:50px;height:50px;background:linear-gradient(135deg,#EF2936,#0456A6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;flex-shrink:0}
.PracticalOutcome .TextContent .outcome-item .text{flex:1}
.PracticalOutcome .TextContent .outcome-item .text h4{font-size:1.2rem;color:#0456A6;margin-bottom:.5rem}
.PracticalOutcome .TextContent .outcome-item .text p{font-size:1rem;color:#555;line-height:1.6;margin:0}
.PracticalOutcome .ImageArea{width:45%;position:relative}
.PracticalOutcome .ImageArea img{width:100%;height:500px;object-fit:cover;border-radius:32px;box-shadow:0 12px 36px #0456a633}
.PracticalOutcome .ImageArea::before{content:'';position:absolute;top:-25px;left:-25px;width:100px;height:100px;background:#ef293633;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%)}
.PracticalOutcome .ImageArea::after{content:'';position:absolute;bottom:-20px;right:-20px;width:140px;height:140px;background:#edf8fde6;border-radius:50%;z-index:-1}
@media (max-width: 1024px) {
.ProgramHeader{flex-direction:column}
.ProgramHeader .ImageArea,.ProgramHeader .ContentBox{width:100%}
.CourseStructure .module-grid{grid-template-columns:repeat(2,1fr)}
.SkillDevelopment .skill-grid{grid-template-columns:1fr}
.PracticalOutcome{flex-direction:column}
.PracticalOutcome .TextContent,.PracticalOutcome .ImageArea{width:100%}
}
@media (max-width: 768px) {
.ProgramHeader .ContentBox h1{font-size:2rem}
.CourseStructure .module-grid{grid-template-columns:1fr}
.LearningPath .timeline-container{padding-left:40px}
.LearningPath .timeline-item::before{left:-34px}
.CourseStructure h2,.LearningPath h2,.SkillDevelopment h2,.PracticalOutcome .TextContent h2{font-size:1.8rem}
}
.IntroductionFrame{max-width:1536px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.IntroductionFrame .TextColumn{display:flex;flex-direction:column;gap:28px;position:relative}
.IntroductionFrame .TextColumn::before{content:'';position:absolute;left:-40px;top:0;width:4px;height:120px;background:linear-gradient(180deg,#EF2936,#ef293633)}
.IntroductionFrame .MainHeadline{font-size:48px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0}
.IntroductionFrame .MainHeadline .AccentPart{color:#0456A6;position:relative}
.IntroductionFrame .DescriptionText{font-size:18px;line-height:1.7;color:#4a4a4a;margin:0}
.IntroductionFrame .ImageColumn{position:relative}
.IntroductionFrame .ImageColumn img{width:100%;height:480px;object-fit:cover;border-radius:32px;filter:brightness(1.05) contrast(0.98);position:relative}
.IntroductionFrame .ImageColumn::after{content:'';position:absolute;top:20px;right:-20px;width:200px;height:200px;background:#edf8fd66;border-radius:50%;z-index:-1}
.StrategicInsights{max-width:1536px;margin:0 auto;padding:100px 24px;background:linear-gradient(135deg,#EDF8FD 0%,#fff 100%)}
.StrategicInsights .HeaderSection{text-align:center;margin-bottom:70px}
.StrategicInsights .SectionLabel{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#EF2936;margin:0 0 16px}
.StrategicInsights .MainTitle{font-size:42px;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0 0 20px}
.StrategicInsights .SubtitleText{font-size:19px;line-height:1.6;color:#5a5a5a;max-width:720px;margin:0 auto}
.StrategicInsights .CardLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.StrategicInsights .InsightCard{background:#fff;padding:40px 32px;border-radius:24px;box-shadow:0 4px 20px #0000000f;transition:all .4s ease;position:relative;overflow:hidden}
.StrategicInsights .InsightCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#EF2936,#0456A6);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.StrategicInsights .InsightCard:hover::before{transform:scaleX(1)}
.StrategicInsights .InsightCard:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}
.StrategicInsights .CardIcon{width:56px;height:56px;background:linear-gradient(135deg,#ef29361a,#0456a61a);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.StrategicInsights .CardIcon svg{width:28px;height:28px;fill:#0456A6}
.StrategicInsights .CardHeading{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.4}
.StrategicInsights .CardContent{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.TechnicalApproach{max-width:1536px;margin:0 auto;padding:90px 24px}
.TechnicalApproach .ContentWrapper{display:grid;grid-template-columns:45% 55%;gap:80px;align-items:start}
.TechnicalApproach .VisualSection{position:relative}
.TechnicalApproach .VisualSection img{width:100%;height:540px;object-fit:cover;border-radius:28px;box-shadow:0 8px 40px #0000001a}
.TechnicalApproach .VisualSection::before{content:'';position:absolute;bottom:-30px;left:-30px;width:280px;height:280px;background:#ef293614;border-radius:50%;z-index:-1}
.TechnicalApproach .TextualSection{padding-top:20px}
.TechnicalApproach .CategoryLabel{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:#0456A6;margin:0 0 20px;display:inline-block;position:relative}
.TechnicalApproach .CategoryLabel::after{content:'';position:absolute;bottom:-6px;left:0;width:60%;height:2px;background:#EF2936}
.TechnicalApproach .PrimaryHeading{font-size:40px;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0 0 28px}
.TechnicalApproach .MethodList{display:flex;flex-direction:column;gap:32px}
.TechnicalApproach .MethodItem{display:flex;gap:20px;align-items:start}
.TechnicalApproach .NumberBadge{min-width:48px;height:48px;background:linear-gradient(135deg,#EF2936,#0456A6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff}
.TechnicalApproach .MethodContent{flex:1}
.TechnicalApproach .MethodHeading{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px}
.TechnicalApproach .MethodDescription{font-size:16px;line-height:1.7;color:#5a5a5a;margin:0}
.PerformanceMetrics{max-width:1536px;margin:0 auto;padding:80px 24px;background:linear-gradient(180deg,#fff 0%,#EDF8FD 100%)}
.PerformanceMetrics .HeaderBox{text-align:center;margin-bottom:60px}
.PerformanceMetrics .TitleMain{font-size:38px;font-weight:700;line-height:1.3;color:#1a1a1a;margin:0 0 18px}
.PerformanceMetrics .DescriptionMain{font-size:18px;line-height:1.6;color:#5a5a5a;max-width:680px;margin:0 auto}
.PerformanceMetrics .StatsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.PerformanceMetrics .StatBox{background:#fff;padding:36px 28px;border-radius:20px;text-align:center;box-shadow:0 2px 16px #0000000d;position:relative;transition:all .3s ease}
.PerformanceMetrics .StatBox:hover{transform:translateY(-6px);box-shadow:0 8px 28px #0000001a}
.PerformanceMetrics .StatBox::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60%;height:4px;background:linear-gradient(90deg,#EF2936,#0456A6);border-radius:4px 4px 0 0}
.PerformanceMetrics .StatNumber{font-size:44px;font-weight:700;color:#0456A6;margin:0 0 12px;line-height:1}
.PerformanceMetrics .StatLabel{font-size:15px;font-weight:600;color:#4a4a4a;margin:0;line-height:1.4}
.ImplementationGuide{max-width:1536px;margin:0 auto;padding:100px 24px}
.ImplementationGuide .LayoutStructure{display:flex;gap:70px;align-items:center}
.ImplementationGuide .ContentBlock{flex:1}
.ImplementationGuide .BlockLabel{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#EF2936;margin:0 0 18px}
.ImplementationGuide .BlockTitle{font-size:44px;font-weight:700;line-height:1.25;color:#1a1a1a;margin:0 0 24px}
.ImplementationGuide .BlockDescription{font-size:17px;line-height:1.7;color:#5a5a5a;margin:0 0 40px}
.ImplementationGuide .PhaseSequence{display:flex;flex-direction:column;gap:24px}
.ImplementationGuide .PhaseElement{background:#fff;padding:28px 32px;border-radius:20px;border-left:5px solid #0456A6;box-shadow:0 3px 18px #0000000f;transition:all .35s ease}
.ImplementationGuide .PhaseElement:hover{border-left-color:#EF2936;box-shadow:0 6px 24px #0000001a;transform:translateX(8px)}
.ImplementationGuide .PhaseTitle{font-size:19px;font-weight:700;color:#1a1a1a;margin:0 0 10px}
.ImplementationGuide .PhaseText{font-size:15px;line-height:1.6;color:#5a5a5a;margin:0}
.ImplementationGuide .VisualBlock{flex:1;position:relative}
.ImplementationGuide .VisualBlock img{width:100%;height:600px;object-fit:cover;border-radius:32px;box-shadow:0 12px 48px #0000001f}
.ImplementationGuide .VisualBlock::before{content:'';position:absolute;top:-25px;right:-25px;width:180px;height:180px;background:linear-gradient(135deg,#ef293626,#0456a626);border-radius:50%;z-index:-1}
@media (max-width: 1200px) {
.IntroductionFrame{grid-template-columns:1fr;gap:50px;padding:60px 24px}
.IntroductionFrame .MainHeadline{font-size:40px}
.StrategicInsights .CardLayout{grid-template-columns:1fr;gap:28px}
.TechnicalApproach .ContentWrapper{grid-template-columns:1fr;gap:50px}
.PerformanceMetrics .StatsGrid{grid-template-columns:repeat(2,1fr);gap:24px}
.ImplementationGuide .LayoutStructure{flex-direction:column;gap:50px}
}
@media (max-width: 768px) {
.IntroductionFrame{padding:40px 20px}
.IntroductionFrame .MainHeadline{font-size:32px}
.IntroductionFrame .ImageColumn img{height:320px}
.StrategicInsights{padding:60px 20px}
.StrategicInsights .MainTitle{font-size:32px}
.TechnicalApproach{padding:60px 20px}
.TechnicalApproach .PrimaryHeading{font-size:32px}
.TechnicalApproach .VisualSection img{height:400px}
.PerformanceMetrics{padding:60px 20px}
.PerformanceMetrics .TitleMain{font-size:30px}
.PerformanceMetrics .StatsGrid{grid-template-columns:1fr}
.ImplementationGuide{padding:60px 20px}
.ImplementationGuide .BlockTitle{font-size:32px}
.ImplementationGuide .VisualBlock img{height:400px}
}
.OpeningCover{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(165deg,#EDF8FD 0%,#edf8fd99 100%);overflow:hidden}
.OpeningCover::before{content:'';position:absolute;top:-15%;right:-8%;width:540px;height:540px;background:#ef293614;border-radius:50%;animation:FloatGentle 18s ease-in-out infinite}
.OpeningCover::after{content:'';position:absolute;bottom:-12%;left:-6%;width:420px;height:420px;background:#0456a60f;border-radius:50%;animation:FloatReverse 22s ease-in-out infinite}
@keyframes FloatGentle {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(-30px,40px) scale(1.1)}
}
@keyframes FloatReverse {
0%,100%{transform:translate(0,0) scale(1)}
50%{transform:translate(40px,-30px) scale(1.08)}
}
.OpeningCover .WrapContent{max-width:1536px;width:100%;margin:0 auto;padding:0 32px;position:relative;z-index:2}
.OpeningCover .FocalZone{display:flex;flex-direction:column;align-items:center;text-align:center;gap:44px}
.OpeningCover .MainStatement{display:flex;flex-direction:column;gap:16px}
.OpeningCover .PrimaryPhrase{font-size:68px;line-height:1.12;font-weight:700;color:#1a1a1a;margin:0}
.OpeningCover .AccentFragment{display:block;background:linear-gradient(135deg,#EF2936 0%,#0456A6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.OpeningCover .SupportivePhrase{font-size:21px;line-height:1.6;color:#4a4a4a;max-width:720px;margin:0 auto}
.OpeningCover .VisualAnchor{position:relative;width:100%;max-width:880px;margin:0 auto}
.OpeningCover .VisualAnchor img{width:100%;height:auto;border-radius:32px;box-shadow:0 24px 64px #0000001f;animation:SlideInView 1.2s ease-out}
@keyframes SlideInView {
from{opacity:0;transform:translateY(40px)}
to{opacity:1;transform:translateY(0)}
}
.OpeningCover .CallStack{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.OpeningCover .PrimaryCall{padding:18px 42px;background:linear-gradient(135deg,#EF2936 0%,#d41f2c 100%);color:#fff;text-decoration:none;font-size:18px;font-weight:600;border-radius:28px;transition:all .3s ease;box-shadow:0 4px 16px #ef29364d;display:inline-flex;align-items:center;gap:10px}
.OpeningCover .PrimaryCall:hover{transform:translateY(-3px);box-shadow:0 8px 24px #ef293666}
.OpeningCover .SecondaryCall{padding:18px 42px;background:#fff;color:#0456A6;text-decoration:none;font-size:18px;font-weight:600;border-radius:28px;border:2px solid #0456A6;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px}
.OpeningCover .SecondaryCall:hover{background:#0456A6;color:#fff;transform:translateY(-3px);box-shadow:0 8px 24px #0456a64d}
.InteractionFormats{padding:96px 32px;background:#fff}
.InteractionFormats .ContainerWrap{max-width:1536px;margin:0 auto}
.InteractionFormats .SectionIntro{text-align:center;margin-bottom:72px}
.InteractionFormats .SectionIntro h2{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 20px;position:relative;display:inline-block}
.InteractionFormats .SectionIntro h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#EF2936 0%,#0456A6 100%);border-radius:2px}
.InteractionFormats .SectionIntro p{font-size:19px;line-height:1.65;color:#5a5a5a;max-width:680px;margin:0 auto}
.InteractionFormats .FormatGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.InteractionFormats .FormatCard{background:#EDF8FD;border-radius:24px;padding:40px 32px;transition:all .4s ease;position:relative;overflow:hidden}
.InteractionFormats .FormatCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#EF2936 0%,#0456A6 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.InteractionFormats .FormatCard:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001a}
.InteractionFormats .FormatCard:hover::before{transform:scaleX(1)}
.InteractionFormats .FormatIcon{width:64px;height:64px;background:linear-gradient(135deg,#EF2936 0%,#0456A6 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.InteractionFormats .FormatIcon i{font-size:32px;color:#fff}
.InteractionFormats .FormatCard h3{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.InteractionFormats .FormatCard p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 24px}
.InteractionFormats .DetailList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.InteractionFormats .DetailList li{display:flex;align-items:flex-start;gap:12px;font-size:16px;color:#3a3a3a}
.InteractionFormats .DetailList li::before{content:'';color:#EF2936;font-weight:700;flex-shrink:0;margin-top:2px}
.ScheduleRhythm{padding:96px 32px;background:linear-gradient(135deg,#0456a60a 0%,#edf8fd99 100%);position:relative}
.ScheduleRhythm .ContainerWrap{max-width:1536px;margin:0 auto}
.ScheduleRhythm .SplitLayout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.ScheduleRhythm .ContentSide h2{font-size:44px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.2}
.ScheduleRhythm .ContentSide .Highlight{color:#EF2936;position:relative}
.ScheduleRhythm .ContentSide p{font-size:18px;line-height:1.75;color:#4a4a4a;margin:0 0 32px}
.ScheduleRhythm .TimelineFlow{position:relative;padding-left:40px}
.ScheduleRhythm .TimelineFlow::before{content:'';position:absolute;left:8px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#EF2936 0%,#0456A6 100%);border-radius:2px}
.ScheduleRhythm .TimelineStep{position:relative;margin-bottom:36px}
.ScheduleRhythm .TimelineStep:last-child{margin-bottom:0}
.ScheduleRhythm .TimelineStep::before{content:'';position:absolute;left:-35px;top:6px;width:18px;height:18px;background:#fff;border:3px solid #EF2936;border-radius:50%;box-shadow:0 2px 8px #ef29364d}
.ScheduleRhythm .TimelineStep h4{font-size:20px;font-weight:700;color:#0456A6;margin:0 0 8px}
.ScheduleRhythm .TimelineStep p{font-size:16px;line-height:1.65;color:#5a5a5a;margin:0}
.ScheduleRhythm .VisualSide{position:relative}
.ScheduleRhythm .VisualSide img{width:100%;height:auto;border-radius:28px;box-shadow:0 16px 48px #0000001f}
.PracticeApplication{padding:96px 32px;background:#fff}
.PracticeApplication .ContainerWrap{max-width:1536px;margin:0 auto}
.PracticeApplication .SectionHeader{text-align:center;margin-bottom:64px}
.PracticeApplication .SectionHeader h2{font-size:48px;font-weight:700;color:#1a1a1a;margin:0 0 20px}
.PracticeApplication .SectionHeader p{font-size:19px;line-height:1.65;color:#5a5a5a;max-width:720px;margin:0 auto}
.PracticeApplication .ProjectShowcase{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.PracticeApplication .ProjectBox{background:linear-gradient(135deg,#EDF8FD 0%,#fff 100%);border-radius:24px;overflow:hidden;transition:all .4s ease;border:2px solid transparent}
.PracticeApplication .ProjectBox:hover{border-color:#0456A6;transform:translateY(-6px);box-shadow:0 20px 56px #0456a626}
.PracticeApplication .ProjectVisual{width:100%;height:280px;position:relative;overflow:hidden}
.PracticeApplication .ProjectVisual img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.PracticeApplication .ProjectBox:hover .ProjectVisual img{transform:scale(1.08)}
.PracticeApplication .ProjectContent{padding:32px}
.PracticeApplication .ProjectContent h3{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.PracticeApplication .ProjectContent p{font-size:17px;line-height:1.7;color:#4a4a4a;margin:0 0 24px}
.PracticeApplication .MetricBar{display:flex;gap:32px;padding-top:20px;border-top:2px solid #0456a61a}
.PracticeApplication .MetricItem{flex:1}
.PracticeApplication .MetricValue{font-size:28px;font-weight:700;color:#EF2936;display:block;margin-bottom:4px}
.PracticeApplication .MetricLabel{font-size:14px;color:#6a6a6a;text-transform:uppercase;letter-spacing:.5px}
.ExpertiseProof{padding:96px 32px;background:linear-gradient(165deg,#0456A6 0%,#023d7a 100%);position:relative;overflow:hidden}
.ExpertiseProof::before{content:'';position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:#ef29361f;border-radius:50%}
.ExpertiseProof .ContainerWrap{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.ExpertiseProof .CentralContent{text-align:center;max-width:920px;margin:0 auto 72px}
.ExpertiseProof .CentralContent h2{font-size:48px;font-weight:700;color:#fff;margin:0 0 24px}
.ExpertiseProof .CentralContent p{font-size:20px;line-height:1.7;color:#ffffffe6;margin:0}
.ExpertiseProof .StatGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.ExpertiseProof .StatBlock{background:#ffffff1a;backdrop-filter:blur(10px);border-radius:20px;padding:36px 24px;text-align:center;border:1px solid #fff3;transition:all .4s ease}
.ExpertiseProof .StatBlock:hover{background:#ffffff26;transform:translateY(-8px);box-shadow:0 16px 48px #0003}
.ExpertiseProof .StatNumber{font-size:52px;font-weight:700;color:#EF2936;display:block;margin-bottom:12px;line-height:1}
.ExpertiseProof .StatLabel{font-size:16px;color:#fffffff2;font-weight:600;text-transform:uppercase;letter-spacing:1px}
.ExpertiseProof .ActionZone{text-align:center;margin-top:64px}
.ExpertiseProof .ExploreButton{padding:20px 48px;background:#EF2936;color:#fff;text-decoration:none;font-size:19px;font-weight:700;border-radius:32px;display:inline-flex;align-items:center;gap:12px;transition:all .3s ease;box-shadow:0 8px 24px #ef293666}
.ExpertiseProof .ExploreButton:hover{background:#d41f2c;transform:translateY(-4px);box-shadow:0 12px 32px #ef293680}
@media (max-width: 1200px) {
.InteractionFormats .FormatGrid{grid-template-columns:repeat(2,1fr)}
.ScheduleRhythm .SplitLayout{grid-template-columns:1fr;gap:48px}
.ExpertiseProof .StatGrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.OpeningCover{min-height:85vh}
.OpeningCover .PrimaryPhrase{font-size:42px}
.OpeningCover .SupportivePhrase{font-size:18px}
.OpeningCover .CallStack{flex-direction:column;width:100%}
.OpeningCover .PrimaryCall,.OpeningCover .SecondaryCall{width:100%;justify-content:center}
.InteractionFormats .FormatGrid{grid-template-columns:1fr}
.InteractionFormats .SectionIntro h2{font-size:36px}
.ScheduleRhythm .ContentSide h2{font-size:34px}
.PracticeApplication .ProjectShowcase{grid-template-columns:1fr}
.PracticeApplication .SectionHeader h2{font-size:36px}
.ExpertiseProof .CentralContent h2{font-size:36px}
.ExpertiseProof .StatGrid{grid-template-columns:1fr;gap:20px}
}
.IntroBox{max-width:1536px;margin:0 auto;padding:80px 24px;display:flex;flex-direction:column;align-items:center}
.IntroBox .FrameSection{width:100%;max-width:900px;padding:56px 40px;border:2px solid #ef293633;border-radius:28px;background:linear-gradient(135deg,#edf8fd66 0%,#fffc 100%);text-align:center}
.IntroBox .PrimaryTitle{font-size:48px;font-weight:700;color:#0456A6;margin:0 0 24px;line-height:1.2}
.IntroBox .SupportText{font-size:20px;color:#2c3e50;line-height:1.6;margin:0}
.ContactChannelsArea{max-width:1536px;margin:0 auto;padding:64px 24px;background:linear-gradient(180deg,#EDF8FD 0%,#edf8fd4d 100%)}
.ContactChannelsArea .InnerWrapper{max-width:1200px;margin:0 auto}
.ContactChannelsArea .SectionLabel{font-size:16px;font-weight:600;color:#EF2936;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 16px;text-align:center}
.ContactChannelsArea .MainHeading{font-size:42px;font-weight:700;color:#0456A6;margin:0 0 48px;text-align:center;line-height:1.3}
.ContactChannelsArea .ChannelGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}
.ContactChannelsArea .InfoCard{background:#fff;padding:40px 32px;border-radius:24px;box-shadow:0 4px 12px #0000000f;transition:all .3s ease;position:relative}
.ContactChannelsArea .InfoCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}
.ContactChannelsArea .InfoCard .IconCircle{width:64px;height:64px;background:linear-gradient(135deg,#EF2936 0%,#c41f2c 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 24px}
.ContactChannelsArea .InfoCard .IconCircle i{font-size:28px;color:#fff}
.ContactChannelsArea .InfoCard .CardTitle{font-size:22px;font-weight:700;color:#0456A6;margin:0 0 16px}
.ContactChannelsArea .InfoCard .CardDetail{font-size:18px;color:#34495e;line-height:1.7;margin:0;word-break:break-word}
.ContactChannelsArea .InfoCard .CardDetail a{color:#0456A6;text-decoration:none;transition:color .2s ease}
.ContactChannelsArea .InfoCard .CardDetail a:hover{color:#EF2936}
.FormRegion{max-width:1536px;margin:0 auto;padding:80px 24px}
.FormRegion .ContentBounds{max-width:700px;margin:0 auto}
.FormRegion .PreTitle{font-size:16px;font-weight:600;color:#EF2936;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 12px;text-align:center}
.FormRegion .FormHeader{font-size:38px;font-weight:700;color:#0456A6;margin:0 0 16px;text-align:center;line-height:1.3}
.FormRegion .FormSubtext{font-size:18px;color:#5a6c7d;line-height:1.6;margin:0 0 48px;text-align:center}
.FormRegion .StepContainer{background:#fff;border-radius:32px;padding:56px 48px;box-shadow:0 6px 20px #00000014}
.FormRegion .StepIndicator{display:flex;justify-content:space-between;margin:0 0 48px;position:relative}
.FormRegion .StepIndicator::before{content:'';position:absolute;top:20px;left:40px;right:40px;height:2px;background:#e1e8ed;z-index:0}
.FormRegion .StepDot{width:40px;height:40px;border-radius:50%;background:#e1e8ed;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#95a5a6;position:relative;z-index:1;transition:all .3s ease}
.FormRegion input[type="text"]:focus ~ .StepIndicator .StepDot:nth-child(1),.FormRegion input[type="text"]:not(:placeholder-shown) ~ .StepIndicator .StepDot:nth-child(1){background:#EF2936;color:#fff}
.FormRegion input[type="tel"]:focus ~ .StepIndicator .StepDot:nth-child(2),.FormRegion input[type="tel"]:not(:placeholder-shown) ~ .StepIndicator .StepDot:nth-child(2){background:#EF2936;color:#fff}
.FormRegion .FormElement{margin:0 0 32px}
.FormRegion .FieldLabel{font-size:16px;font-weight:600;color:#2c3e50;margin:0 0 12px;display:block}
.FormRegion .InputField{width:100%;padding:18px 24px;font-size:17px;color:#2c3e50;background:#f8f9fa;border:2px solid #e1e8ed;border-radius:16px;transition:all .3s ease;box-sizing:border-box}
.FormRegion .InputField:focus{outline:none;border-color:#0456A6;background:#fff;box-shadow:0 0 0 4px #0456a61a}
.FormRegion .ConsentArea{margin:0 0 32px;display:flex;align-items:flex-start}
.FormRegion .ConsentArea input[type="checkbox"]{width:20px;height:20px;margin:4px 12px 0 0;flex-shrink:0;cursor:pointer}
.FormRegion .ConsentArea label{font-size:15px;color:#5a6c7d;line-height:1.6;cursor:pointer}
.FormRegion .ConsentArea label a{color:#0456A6;text-decoration:underline;transition:color .2s ease}
.FormRegion .ConsentArea label a:hover{color:#EF2936}
.FormRegion .SubmitButton{width:100%;padding:20px 32px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(135deg,#EF2936 0%,#c41f2c 100%);border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ef29364d}
.FormRegion .SubmitButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef293666}
.FormRegion .SubmitButton:active{transform:translateY(0)}
.TimeSlotSection{max-width:1536px;margin:0 auto;padding:80px 24px;background:linear-gradient(180deg,#0456a608 0%,#edf8fd80 100%)}
.TimeSlotSection .CenterBounds{max-width:1100px;margin:0 auto}
.TimeSlotSection .IntroLabel{font-size:16px;font-weight:600;color:#EF2936;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 12px;text-align:center}
.TimeSlotSection .DisplayTitle{font-size:40px;font-weight:700;color:#0456A6;margin:0 0 56px;text-align:center;line-height:1.3}
.TimeSlotSection .ScheduleGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.TimeSlotSection .DayBlock{background:#fff;padding:32px 24px;border-radius:20px;box-shadow:0 3px 10px #0000000d;text-align:center;transition:all .3s ease}
.TimeSlotSection .DayBlock:hover{box-shadow:0 6px 16px #0000001a;transform:scale(1.02)}
.TimeSlotSection .DayBlock .DayName{font-size:20px;font-weight:700;color:#0456A6;margin:0 0 16px}
.TimeSlotSection .DayBlock .TimeRange{font-size:17px;color:#34495e;line-height:1.6;margin:0}
.MapAlternativeZone{max-width:1536px;margin:0 auto;padding:80px 24px}
.MapAlternativeZone .LayoutBox{max-width:1200px;margin:0 auto;background:linear-gradient(135deg,#0456A6 0%,#034785 100%);border-radius:32px;padding:72px 56px;position:relative;overflow:hidden}
.MapAlternativeZone .LayoutBox::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.MapAlternativeZone .LayoutBox::after{content:'';position:absolute;bottom:-30%;left:-15%;width:400px;height:400px;background:radial-gradient(circle,#ef293626 0%,transparent 70%);border-radius:50%}
.MapAlternativeZone .ContentGrid{display:grid;grid-template-columns:1fr 1fr;gap:56px;position:relative;z-index:1}
.MapAlternativeZone .TextColumn .LocationTag{font-size:14px;font-weight:600;color:#EF2936;text-transform:uppercase;letter-spacing:2px;margin:0 0 16px}
.MapAlternativeZone .TextColumn .LocationTitle{font-size:36px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.3}
.MapAlternativeZone .TextColumn .LocationDescription{font-size:17px;color:#ffffffe6;line-height:1.7;margin:0 0 32px}
.MapAlternativeZone .TextColumn .ActionLink{display:inline-block;padding:16px 36px;font-size:16px;font-weight:700;color:#0456A6;background:#fff;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.MapAlternativeZone .TextColumn .ActionLink:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;background:#EDF8FD}
.MapAlternativeZone .AddressColumn{display:flex;flex-direction:column;justify-content:center}
.MapAlternativeZone .AddressColumn .AddressBlock{background:#ffffff26;backdrop-filter:blur(10px);padding:32px 28px;border-radius:20px;border:1px solid #fff3}
.MapAlternativeZone .AddressColumn .AddressLine{font-size:19px;color:#fff;line-height:1.8;margin:0 0 12px;display:flex;align-items:center}
.MapAlternativeZone .AddressColumn .AddressLine i{font-size:22px;color:#EF2936;margin-right:16px;flex-shrink:0}
@media (max-width: 968px) {
.IntroBox{padding:60px 20px}
.IntroBox .FrameSection{padding:40px 28px}
.IntroBox .PrimaryTitle{font-size:36px}
.ContactChannelsArea{padding:48px 20px}
.ContactChannelsArea .MainHeading{font-size:32px}
.ContactChannelsArea .ChannelGrid{grid-template-columns:1fr}
.FormRegion{padding:60px 20px}
.FormRegion .StepContainer{padding:40px 28px}
.FormRegion .FormHeader{font-size:30px}
.TimeSlotSection{padding:60px 20px}
.TimeSlotSection .DisplayTitle{font-size:32px}
.TimeSlotSection .ScheduleGrid{grid-template-columns:1fr}
.MapAlternativeZone{padding:60px 20px}
.MapAlternativeZone .LayoutBox{padding:48px 32px}
.MapAlternativeZone .ContentGrid{grid-template-columns:1fr;gap:40px}
.MapAlternativeZone .TextColumn .LocationTitle{font-size:28px}
}
@media (max-width: 640px) {
.IntroBox .PrimaryTitle{font-size:28px}
.IntroBox .SupportText{font-size:17px}
.ContactChannelsArea .MainHeading{font-size:26px}
.FormRegion .FormHeader{font-size:26px}
.FormRegion .StepIndicator::before{left:20px;right:20px}
.TimeSlotSection .DisplayTitle{font-size:26px}
.MapAlternativeZone .LayoutBox{padding:36px 24px}
.MapAlternativeZone .TextColumn .LocationTitle{font-size:24px}
}
.TitleFrame{max-width:1536px;margin:0 auto;padding:80px 24px;display:flex;align-items:center;gap:60px}
.TitleFrame .TextArea{flex:1}
.TitleFrame .HeadlineGroup .PrimaryLine{font-size:3.2rem;font-weight:700;color:#0456A6;line-height:1.1;margin:0 0 12px}
.TitleFrame .HeadlineGroup .SecondaryLine{font-size:2rem;font-weight:600;color:#EF2936;line-height:1.2;margin:0 0 8px}
.TitleFrame .HeadlineGroup .TertiaryLine{font-size:1.4rem;font-weight:400;color:#666;line-height:1.4;margin:0}
.TitleFrame .DescriptionText{font-size:1.1rem;color:#444;line-height:1.7;margin:28px 0 0}
.TitleFrame .ImageCardWrap{position:relative;width:420px;flex-shrink:0}
.TitleFrame .ImageCardWrap::before{content:'';position:absolute;width:140px;height:140px;top:-20px;right:-20px;background:linear-gradient(135deg,#ef293614 0%,#0456a614 100%);border-radius:30px;transform:rotate(12deg);z-index:1}
.TitleFrame .ImageCardWrap::after{content:'';position:absolute;width:100px;height:100px;bottom:-15px;left:-15px;background:#edf8fd99;border-radius:50%;z-index:1}
.TitleFrame .ImageCard{position:relative;border-radius:35px;overflow:hidden;box-shadow:0 12px 40px #0000001f;z-index:2}
.TitleFrame .ImageCard img{width:100%;height:520px;object-fit:cover;display:block}
.StorySection{background:linear-gradient(180deg,#EDF8FD 0%,#fff 100%);padding:90px 24px}
.StorySection .ContentContainer{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.StorySection .LeftColumn .SectionLabel{display:inline-block;font-size:.95rem;font-weight:600;color:#EF2936;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 20px;padding:8px 20px;background:#ef293614;border-radius:25px}
.StorySection .LeftColumn .MainHeading{font-size:2.6rem;font-weight:700;color:#0456A6;line-height:1.2;margin:0 0 32px;position:relative}
.StorySection .LeftColumn .MainHeading::after{content:'';position:absolute;bottom:-12px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#EF2936 0%,#0456A6 100%);border-radius:2px}
.StorySection .LeftColumn .NarrativeBlock{margin:0 0 28px}
.StorySection .LeftColumn .NarrativeBlock .BlockTitle{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 12px;display:flex;align-items:center;gap:12px}
.StorySection .LeftColumn .NarrativeBlock .BlockTitle::before{content:'';width:6px;height:6px;background:#EF2936;border-radius:50%;flex-shrink:0}
.StorySection .LeftColumn .NarrativeBlock .BlockText{font-size:1.05rem;color:#555;line-height:1.7;margin:0}
.StorySection .RightColumn{display:flex;flex-direction:column;gap:40px}
.StorySection .RightColumn .VisualCard{background:#fff;border-radius:30px;padding:40px;box-shadow:0 8px 30px #00000014;position:relative;overflow:hidden}
.StorySection .RightColumn .VisualCard::before{content:'';position:absolute;top:0;right:0;width:120px;height:120px;background:radial-gradient(circle,#0456a60d 0%,transparent 70%);border-radius:50%}
.StorySection .RightColumn .VisualCard .CardIcon{width:56px;height:56px;background:linear-gradient(135deg,#EF2936 0%,#0456A6 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.StorySection .RightColumn .VisualCard .CardIcon i{font-size:1.8rem;color:#fff}
.StorySection .RightColumn .VisualCard .CardHeading{font-size:1.5rem;font-weight:600;color:#0456A6;margin:0 0 14px}
.StorySection .RightColumn .VisualCard .CardDescription{font-size:1rem;color:#666;line-height:1.6;margin:0 0 24px}
.StorySection .RightColumn .VisualCard .MetricDisplay{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.StorySection .RightColumn .VisualCard .MetricItem{text-align:center;padding:20px;background:#edf8fd80;border-radius:20px;transition:all .3s ease}
.StorySection .RightColumn .VisualCard .MetricItem:hover{background:#0456a614;transform:translateY(-4px)}
.StorySection .RightColumn .VisualCard .MetricItem .MetricNumber{font-size:2rem;font-weight:700;color:#EF2936;display:block;margin:0 0 6px}
.StorySection .RightColumn .VisualCard .MetricItem .MetricLabel{font-size:.9rem;color:#666;display:block}
.StorySection .RightColumn .ImageShowcase{border-radius:30px;overflow:hidden;box-shadow:0 10px 35px #0000001a;position:relative}
.StorySection .RightColumn .ImageShowcase::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,#0456a61f 100%);pointer-events:none}
.StorySection .RightColumn .ImageShowcase img{width:100%;height:360px;object-fit:cover;display:block}
.StorySection .RightColumn .TimelineCard{background:#fff;border-radius:30px;padding:40px;box-shadow:0 8px 30px #00000014}
.StorySection .RightColumn .TimelineCard .TimelineHeading{font-size:1.4rem;font-weight:600;color:#0456A6;margin:0 0 30px;text-align:center}
.StorySection .RightColumn .TimelineCard .TimelineItems{display:flex;flex-direction:column;gap:24px;position:relative;padding-left:30px}
.StorySection .RightColumn .TimelineCard .TimelineItems::before{content:'';position:absolute;left:10px;top:10px;bottom:10px;width:2px;background:linear-gradient(180deg,#EF2936 0%,#0456A6 100%)}
.StorySection .RightColumn .TimelineCard .TimelineEntry{position:relative}
.StorySection .RightColumn .TimelineCard .TimelineEntry::before{content:'';position:absolute;left:-26px;top:4px;width:12px;height:12px;background:#EF2936;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #EDF8FD}
.StorySection .RightColumn .TimelineCard .TimelineEntry .EntryYear{font-size:1.1rem;font-weight:700;color:#0456A6;margin:0 0 6px}
.StorySection .RightColumn .TimelineCard .TimelineEntry .EntryText{font-size:.95rem;color:#666;line-height:1.6;margin:0}
.ActionFooter{background:linear-gradient(135deg,#0456a608 0%,#ef293608 100%);padding:70px 24px}
.ActionFooter .FooterContainer{max-width:1536px;margin:0 auto;text-align:center}
.ActionFooter .FooterContainer .CalloutHeading{font-size:2.2rem;font-weight:700;color:#0456A6;margin:0 0 20px}
.ActionFooter .FooterContainer .CalloutText{font-size:1.1rem;color:#555;line-height:1.7;margin:0 0 40px;max-width:700px;margin-left:auto;margin-right:auto}
.ActionFooter .FooterContainer .ButtonGroup{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}
.ActionFooter .FooterContainer .PrimaryButton{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;background:linear-gradient(135deg,#EF2936 0%,#0456A6 100%);color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:30px;box-shadow:0 8px 25px #ef29364d;transition:all .3s ease;z-index:10;position:relative}
.ActionFooter .FooterContainer .PrimaryButton:hover{transform:translateY(-3px);box-shadow:0 12px 35px #ef293666}
.ActionFooter .FooterContainer .SecondaryButton{display:inline-flex;align-items:center;gap:12px;padding:18px 40px;background:#fff;color:#0456A6;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:30px;border:2px solid #0456A6;transition:all .3s ease;z-index:10;position:relative}
.ActionFooter .FooterContainer .SecondaryButton:hover{background:#0456A6;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #0456a64d}
@media (max-width: 1024px) {
.TitleFrame{flex-direction:column;padding:60px 24px;gap:40px}
.TitleFrame .ImageCardWrap{width:100%;max-width:500px}
.TitleFrame .HeadlineGroup .PrimaryLine{font-size:2.6rem}
.TitleFrame .HeadlineGroup .SecondaryLine{font-size:1.6rem}
.StorySection .ContentContainer{grid-template-columns:1fr;gap:50px}
.StorySection .LeftColumn .MainHeading{font-size:2.2rem}
}
@media (max-width: 768px) {
.TitleFrame .HeadlineGroup .PrimaryLine{font-size:2rem}
.TitleFrame .HeadlineGroup .SecondaryLine{font-size:1.3rem}
.TitleFrame .HeadlineGroup .TertiaryLine{font-size:1.1rem}
.TitleFrame .ImageCard img{height:400px}
.StorySection{padding:60px 24px}
.StorySection .LeftColumn .MainHeading{font-size:1.8rem}
.StorySection .RightColumn .VisualCard .MetricDisplay{grid-template-columns:1fr}
.ActionFooter .FooterContainer .CalloutHeading{font-size:1.8rem}
.ActionFooter .FooterContainer .ButtonGroup{flex-direction:column}
.ActionFooter .FooterContainer .PrimaryButton,.ActionFooter .FooterContainer .SecondaryButton{width:100%;max-width:300px;justify-content:center}
}
.PolicyDocument{background:linear-gradient(180deg,#EDF8FD 0%,#fff 100%);padding:80px 20px 100px}
.PolicyDocument .ContentWrapper{max-width:1536px;margin:0 auto;width:100%}
.PolicyDocument .IntroSection{background:#fff;border-radius:32px;padding:60px 50px;box-shadow:0 4px 20px #0456a614;margin-bottom:50px;position:relative;overflow:hidden}
.PolicyDocument .IntroSection::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#EF2936 0%,#0456A6 100%)}
.PolicyDocument .IntroSection::after{content:'';position:absolute;bottom:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,#ef293608 0%,transparent 70%);border-radius:50%}
.PolicyDocument .IntroSection .MainHeading{font-size:48px;line-height:1.2;color:#0456A6;margin:0 0 20px;font-weight:700;position:relative}
.PolicyDocument .IntroSection .MainHeading .AccentWord{color:#EF2936;position:relative;display:inline-block}
.PolicyDocument .IntroSection .MainHeading .AccentWord::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:3px;background:linear-gradient(90deg,#EF2936 0%,transparent 100%)}
.PolicyDocument .IntroSection .UpdatedDate{font-size:16px;color:#0456A6;margin:0 0 30px;font-weight:500;opacity:.7}
.PolicyDocument .IntroSection .IntroText{font-size:18px;line-height:1.7;color:#1a1a1a;margin:0}
.PolicyDocument .PolicyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}
.PolicyDocument .PolicyCard{background:#fff;border-radius:28px;padding:40px 35px;box-shadow:0 2px 15px #0456a60f;transition:all .3s ease;border:2px solid transparent}
.PolicyDocument .PolicyCard:hover{transform:translateY(-5px);box-shadow:0 8px 30px #ef29361f;border-color:#ef293633}
.PolicyDocument .PolicyCard .CardIcon{width:60px;height:60px;background:linear-gradient(135deg,#EF2936 0%,#0456A6 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:25px}
.PolicyDocument .PolicyCard .CardIcon svg{width:32px;height:32px;fill:#fff}
.PolicyDocument .PolicyCard .CardTitle{font-size:22px;color:#0456A6;margin:0 0 15px;font-weight:700}
.PolicyDocument .PolicyCard .CardDescription{font-size:16px;line-height:1.6;color:#333;margin:0}
.PolicyDocument .DetailedSection{background:#fff;border-radius:32px;padding:60px 50px;box-shadow:0 4px 20px #0456a614;margin-bottom:50px}
.PolicyDocument .DetailedSection .SectionHeading{font-size:32px;color:#0456A6;margin:0 0 35px;font-weight:700;position:relative;padding-left:25px}
.PolicyDocument .DetailedSection .SectionHeading::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:40px;background:#EF2936;border-radius:3px}
.PolicyDocument .DetailedSection .ContentBlock{margin-bottom:40px}
.PolicyDocument .DetailedSection .ContentBlock:last-child{margin-bottom:0}
.PolicyDocument .DetailedSection .SubHeading{font-size:24px;color:#EF2936;margin:0 0 20px;font-weight:600}
.PolicyDocument .DetailedSection .TextParagraph{font-size:17px;line-height:1.7;color:#1a1a1a;margin:0 0 20px}
.PolicyDocument .DetailedSection .TextParagraph:last-child{margin-bottom:0}
.PolicyDocument .DetailedSection .BulletList{margin:20px 0;padding-left:0;list-style:none}
.PolicyDocument .DetailedSection .BulletList .ListItem{font-size:17px;line-height:1.7;color:#1a1a1a;margin-bottom:15px;padding-left:35px;position:relative}
.PolicyDocument .DetailedSection .BulletList .ListItem::before{content:'';position:absolute;left:0;top:10px;width:12px;height:12px;background:#EF2936;border-radius:50%}
.PolicyDocument .DetailedSection .BulletList .ListItem::after{content:'';position:absolute;left:3px;top:13px;width:6px;height:6px;background:#fff;border-radius:50%}
.PolicyDocument .HighlightBox{background:linear-gradient(135deg,#edf8fd80 0%,#0456a60d 100%);border-left:5px solid #0456A6;border-radius:20px;padding:30px 35px;margin:30px 0}
.PolicyDocument .HighlightBox .HighlightText{font-size:17px;line-height:1.7;color:#1a1a1a;margin:0;font-weight:500}
.PolicyDocument .ContactSection{background:linear-gradient(135deg,#0456A6 0%,#EF2936 100%);border-radius:32px;padding:60px 50px;text-align:center;box-shadow:0 8px 30px #ef293626}
.PolicyDocument .ContactSection .ContactHeading{font-size:32px;color:#fff;margin:0 0 20px;font-weight:700}
.PolicyDocument .ContactSection .ContactText{font-size:18px;line-height:1.7;color:#fff;margin:0 0 35px;opacity:.95}
.PolicyDocument .ContactSection .ContactDetails{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}
.PolicyDocument .ContactSection .ContactItem{display:flex;align-items:center;gap:12px;color:#fff;font-size:17px;font-weight:500}
.PolicyDocument .ContactSection .ContactItem svg{width:24px;height:24px;fill:#fff}
@media (max-width: 1200px) {
.PolicyDocument .PolicyGrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.PolicyDocument{padding:60px 15px 80px}
.PolicyDocument .IntroSection,.PolicyDocument .DetailedSection,.PolicyDocument .ContactSection{padding:40px 30px;border-radius:24px}
.PolicyDocument .IntroSection .MainHeading{font-size:36px}
.PolicyDocument .PolicyGrid{grid-template-columns:1fr;gap:20px}
.PolicyDocument .DetailedSection .SectionHeading{font-size:26px}
.PolicyDocument .DetailedSection .SubHeading{font-size:20px}
.PolicyDocument .ContactSection .ContactHeading{font-size:26px}
.PolicyDocument .ContactSection .ContactDetails{flex-direction:column;gap:20px}
}
@media (max-width: 480px) {
.PolicyDocument .IntroSection .MainHeading{font-size:28px}
.PolicyDocument .PolicyCard{padding:30px 25px}
.PolicyDocument .DetailedSection{padding:35px 25px}
}
.PrivacyCanvas{max-width:1536px;margin:0 auto;padding:0;background:#FFF}
.TitleLayer{position:relative;min-height:75vh;display:flex;align-items:flex-end;padding:0 24px 80px;background:linear-gradient(135deg,#0456A6 0%,#EF2936 100%);overflow:hidden}
.TitleLayer::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 40%,#edf8fd26 0%,transparent 60%),radial-gradient(circle at 70% 60%,#ef29361f 0%,transparent 50%)}
.TitleLayer::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(to top,#ffffff14 0%,transparent 100%)}
.DecorativeDots{position:absolute;top:60px;right:80px;width:280px;height:280px;opacity:.2}
.DecorativeDots::before,.DecorativeDots::after{content:'';position:absolute;border-radius:50%;background:#EDF8FD}
.DecorativeDots::before{width:180px;height:180px;top:0;left:0;opacity:.4}
.DecorativeDots::after{width:120px;height:120px;bottom:20px;right:0;opacity:.6}
.TitleContent{position:relative;z-index:2;max-width:900px}
.MainHeading{font-size:56px;font-weight:700;color:#FFF;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.SubtitleText{font-size:20px;color:#ffffffe6;margin:0;line-height:1.6;max-width:700px}
.PolicyContentArea{padding:100px 24px;background:#FFF}
.ContentContainer{max-width:1100px;margin:0 auto}
.IntroSection{margin-bottom:60px;padding-bottom:60px;border-bottom:2px solid #0456a61a}
.IntroSection .SectionLabel{display:inline-block;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:#EF2936;margin-bottom:24px}
.IntroSection .IntroText{font-size:18px;line-height:1.8;color:#2C3E50;margin:0 0 20px}
.PolicyArticle{margin-bottom:70px}
.ArticleHeader{margin-bottom:32px;padding-left:24px;border-left:4px solid #0456A6}
.ArticleNumber{font-size:14px;font-weight:700;color:#0456A6;text-transform:uppercase;letter-spacing:1px;margin:0 0 12px;display:block}
.ArticleTitle{font-size:32px;font-weight:700;color:#1A1A1A;margin:0;line-height:1.3}
.ArticleBody{padding-left:28px}
.TextParagraph{font-size:16px;line-height:1.8;color:#4A5568;margin:0 0 24px}
.TextParagraph:last-child{margin-bottom:0}
.HighlightTerm{color:#0456A6;font-weight:600;position:relative}
.HighlightTerm::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#0456A6 0%,transparent 100%);opacity:.3}
.PolicyList{list-style:none;padding:0;margin:24px 0}
.PolicyList .ListItem{position:relative;padding-left:40px;margin-bottom:20px;font-size:16px;line-height:1.8;color:#4A5568}
.PolicyList .ListItem::before{content:'';position:absolute;left:0;top:10px;width:20px;height:2px;background:#EF2936}
.PolicyList .ListItem::after{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#0456A6;border-radius:50%;transform:translateX(-2px)}
.DataTable{width:100%;border-collapse:separate;border-spacing:0;margin:32px 0;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #0456a614}
.DataTable .TableHead{background:linear-gradient(135deg,#0456A6 0%,#0456A6 100%)}
.DataTable .TableHead .HeadCell{padding:20px 24px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#FFF;text-align:left;border-bottom:3px solid #EF2936}
.DataTable .TableBody .BodyRow{transition:all .3s ease}
.DataTable .TableBody .BodyRow:nth-child(odd){background:#FFF}
.DataTable .TableBody .BodyRow:nth-child(even){background:#EDF8FD}
.DataTable .TableBody .BodyRow:hover{background:#ef29360d;transform:translateX(4px)}
.DataTable .TableBody .BodyCell{padding:20px 24px;font-size:15px;line-height:1.6;color:#2C3E50;border-bottom:1px solid #0456a614}
.InfoBox{background:linear-gradient(135deg,#EDF8FD 0%,#FFF 100%);border-left:6px solid #0456A6;border-radius:28px;padding:32px 40px;margin:40px 0;position:relative;overflow:hidden}
.InfoBox::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,#ef29360f 0%,transparent 70%);border-radius:50%}
.InfoBox .BoxTitle{font-size:20px;font-weight:700;color:#0456A6;margin:0 0 16px;position:relative}
.InfoBox .BoxTitle::before{content:'';position:absolute;left:-40px;top:50%;transform:translateY(-50%);width:24px;height:24px;background:#EF2936;border-radius:50%}
.InfoBox .BoxContent{font-size:16px;line-height:1.8;color:#4A5568;margin:0;position:relative}
.ContactBlock{background:linear-gradient(135deg,#0456A6 0%,#EF2936 100%);border-radius:32px;padding:50px 60px;margin-top:80px;text-align:center;position:relative;overflow:hidden}
.ContactBlock::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,#edf8fd26 0%,transparent 70%);border-radius:50%}
.ContactBlock::after{content:'';position:absolute;bottom:-80px;right:-80px;width:250px;height:250px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.ContactBlock .ContactTitle{font-size:28px;font-weight:700;color:#FFF;margin:0 0 20px;position:relative;z-index:2}
.ContactBlock .ContactText{font-size:16px;line-height:1.7;color:#ffffffe6;margin:0 0 32px;max-width:700px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.ContactDetails{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;align-items:center;position:relative;z-index:2}
.ContactItem{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:600;color:#FFF;transition:all .3s ease}
.ContactItem:hover{transform:translateY(-4px)}
.ContactItem .IconCircle{width:44px;height:44px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s ease}
.ContactItem:hover .IconCircle{background:#ffffff4d;transform:rotate(10deg)}
.ContactItem a{color:#FFF;text-decoration:none;transition:all .3s ease}
.ContactItem a:hover{text-decoration:underline}
.LastUpdated{text-align:center;padding:60px 24px;background:#EDF8FD}
.LastUpdated .UpdateText{font-size:14px;color:#718096;margin:0;font-style:italic}
@media (max-width: 1024px) {
.MainHeading{font-size:44px}
.SubtitleText{font-size:18px}
.ArticleTitle{font-size:28px}
.DecorativeDots{width:200px;height:200px;right:40px}
.DataTable .TableHead .HeadCell,.DataTable .TableBody .BodyCell{padding:16px 20px}
}
@media (max-width: 768px) {
.TitleLayer{padding:0 20px 60px;min-height:60vh}
.MainHeading{font-size:36px}
.SubtitleText{font-size:16px}
.DecorativeDots{display:none}
.PolicyContentArea{padding:60px 20px}
.ArticleTitle{font-size:24px}
.ArticleHeader{padding-left:16px}
.ArticleBody{padding-left:16px}
.PolicyList .ListItem{padding-left:32px}
.DataTable{font-size:14px}
.DataTable .TableHead .HeadCell,.DataTable .TableBody .BodyCell{padding:12px 16px;font-size:13px}
.InfoBox{padding:24px 28px;border-radius:20px}
.InfoBox .BoxTitle::before{display:none}
.ContactBlock{padding:40px 28px;border-radius:24px}
.ContactDetails{flex-direction:column;gap:20px}
.LastUpdated{padding:40px 20px}
}
@media (max-width: 480px) {
.MainHeading{font-size:28px}
.SubtitleText{font-size:15px}
.ArticleTitle{font-size:20px}
.TextParagraph,.PolicyList .ListItem{font-size:15px}
.DataTable .TableHead .HeadCell,.DataTable .TableBody .BodyCell{padding:10px 12px;font-size:12px}
.ContactBlock .ContactTitle{font-size:22px}
}
.SuccessStage{background:linear-gradient(135deg,#EDF8FD 0%,#fff 100%);padding:120px 20px 80px;position:relative;overflow:hidden}
.SuccessStage::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#ef293614 0%,transparent 70%);border-radius:50%}
.SuccessStage::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:radial-gradient(circle,#0456a60f 0%,transparent 70%);border-radius:50%}
.SuccessStage .ContentFrame{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.SuccessStage .CentralPanel{max-width:680px;margin:0 auto;text-align:center}
.SuccessStage .IconCanvas{width:140px;height:140px;margin:0 auto 40px;background:linear-gradient(135deg,#EF2936 0%,#c41f2c 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px #ef293640;position:relative}
.SuccessStage .IconCanvas::before{content:'';position:absolute;width:170px;height:170px;border:2px solid #ef293633;border-radius:50%;animation:PulseRing 2s ease-in-out infinite}
@keyframes PulseRing {
0%,100%{transform:scale(1);opacity:1}
50%{transform:scale(1.15);opacity:.3}
}
.SuccessStage .IconCanvas i{font-size:64px;color:#fff}
.SuccessStage .PrimaryHeadline{font-size:56px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.15}
.SuccessStage .MessageBody{font-size:20px;color:#4a4a4a;line-height:1.7;margin:0 0 48px}
.SuccessStage .NextStepGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:60px}
.SuccessStage .ActionTile{background:#fff;border-radius:24px;padding:32px 28px;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #0000000f;border:2px solid transparent}
.SuccessStage .ActionTile:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001f;border-color:#EDF8FD}
.SuccessStage .ActionTile i{font-size:42px;color:#0456A6;margin-bottom:20px;display:block}
.SuccessStage .ActionTile .TileLabel{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 12px}
.SuccessStage .ActionTile .TileText{font-size:15px;color:#666;line-height:1.6;margin:0 0 24px}
.SuccessStage .ButtonRoute{display:inline-block;background:#EF2936;color:#fff;padding:14px 32px;border-radius:30px;text-decoration:none;font-size:15px;font-weight:600;transition:all .3s ease}
.SuccessStage .ButtonRoute:hover{background:#c41f2c;box-shadow:0 8px 24px #ef29364d;transform:scale(1.05)}
.DetailPanel{background:#fff;padding:100px 20px}
.DetailPanel .ContentFrame{max-width:1536px;margin:0 auto}
.DetailPanel .InfoLayout{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}
.DetailPanel .InfoCard{background:linear-gradient(135deg,#EDF8FD 0%,#fff 100%);border-radius:30px;padding:40px 36px;position:relative;overflow:hidden}
.DetailPanel .InfoCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#EF2936 0%,#0456A6 100%)}
.DetailPanel .InfoCard .CardIcon{width:70px;height:70px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;box-shadow:0 4px 16px #00000014}
.DetailPanel .InfoCard .CardIcon i{font-size:32px;color:#0456A6}
.DetailPanel .InfoCard .CardTitle{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 16px}
.DetailPanel .InfoCard .CardDescription{font-size:16px;color:#4a4a4a;line-height:1.7;margin:0}
.DetailPanel .InfoCard[data-emphasis="primary"] .CardIcon{background:linear-gradient(135deg,#EF2936 0%,#c41f2c 100%)}
.DetailPanel .InfoCard[data-emphasis="primary"] .CardIcon i{color:#fff}
@media (max-width: 1024px) {
.SuccessStage{padding:80px 20px 60px}
.SuccessStage .PrimaryHeadline{font-size:42px}
.SuccessStage .NextStepGrid{grid-template-columns:1fr;gap:16px}
.DetailPanel .InfoLayout{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.SuccessStage{padding:60px 16px 40px}
.SuccessStage .IconCanvas{width:100px;height:100px;margin-bottom:32px}
.SuccessStage .IconCanvas i{font-size:48px}
.SuccessStage .IconCanvas::before{width:120px;height:120px}
.SuccessStage .PrimaryHeadline{font-size:32px;margin-bottom:20px}
.SuccessStage .MessageBody{font-size:17px;margin-bottom:36px}
.SuccessStage .NextStepGrid{margin-top:40px}
.SuccessStage .ActionTile{padding:28px 20px}
.SuccessStage .ActionTile i{font-size:36px}
.DetailPanel{padding:60px 16px}
.DetailPanel .InfoCard{padding:32px 24px}
}