*{margin:0;padding:0;border:0;box-sizing:border-box}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0}
body{font-family:'IBM Plex Serif',serif;line-height:1.6;color:#1C2131;background:#FFF}
.HeaderMainWrap{background:linear-gradient(135deg,#FFA446 0%,#ffa446bf 100%);padding:24px 0;box-shadow:0 8px 24px #1c21311f}
.HeaderTopRow{max-width:1536px;margin:0 auto;padding:0 32px;display:flex;justify-content:space-between;align-items:center}
.LogoContainer{flex-shrink:0}
.LogoLink{display:block;width:110px;height:110px}
.LogoImage{width:100%;height:100%;object-fit:contain;background:#ffffffe6;border-radius:4px;padding:8px;box-shadow:0 4px 12px #1c213126}
.PrimaryNavigation{display:flex;gap:36px;align-items:center}
.NavLinkItem{font-family:'IBM Plex Mono',monospace;font-size:16px;color:#1C2131;text-decoration:none;padding:10px 18px;background:#ffffffd9;border-radius:3px;transition:background .2s ease}
.NavLinkItem:hover{background:#fee8ebf2;color:#1C2131}
.HeaderBottomRow{max-width:1536px;margin:28px auto 0;padding:0 32px;text-align:center}
.CompanyNameDisplay{display:inline-block;background:#fee8ebe6;padding:14px 48px;border-radius:4px;box-shadow:0 6px 18px #1c21311a}
.CompanyTitle{font-family:'IBM Plex Serif',serif;font-size:32px;font-weight:700;color:#1C2131;letter-spacing:1px}
.FooterMainContainer{background:#1C2131;padding:68px 0 32px;margin-top:80px}
.FooterContentGrid{max-width:1536px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1.5fr 1fr;gap:56px;margin-bottom:48px}
.FooterLogoSection{display:flex;flex-direction:column;gap:28px}
.FooterLogoWrapper{width:140px;height:140px}
.FooterLogo{width:100%;height:100%;object-fit:contain;background:#fffffff2;border-radius:5px;padding:12px;box-shadow:0 6px 16px #ffa44640}
.FooterContactDetails{display:flex;flex-direction:column;gap:16px}
.ContactDetailItem{display:flex;align-items:flex-start;gap:12px;color:#FEE8EB;font-size:14px;line-height:1.6}
.ContactIcon{flex-shrink:0;margin-top:2px}
.ContactText{color:#FEE8EB;text-decoration:none}
.ContactText:hover{color:#FFA446}
.FooterNavSection{display:flex;gap:48px;flex-wrap:wrap}
.FooterNavColumn{display:flex;flex-direction:column;gap:14px}
.FooterNavHeading{font-family:'IBM Plex Mono',monospace;font-size:15px;font-weight:700;color:#FFA446;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}
.FooterNavLink{color:#FEE8EB;text-decoration:none;font-size:14px;transition:color .2s ease}
.FooterNavLink:hover{color:#FFA446}
.FooterBottomBar{max-width:1536px;margin:0 auto;padding:28px 32px 0;border-top:1px solid #ffa44640;text-align:center}
.CopyrightText{font-family:'IBM Plex Mono',monospace;font-size:13px;color:#fee8ebbf}
.CookieConsentPill{position:fixed;bottom:24px;left:24px;background:linear-gradient(135deg,#1C2131 0%,#1c2131fa 100%);border-radius:50px;padding:24px 32px;box-shadow:0 12px 32px #00000059;max-width:480px;z-index:9999;transform:translateX(-600px);opacity:0;transition:all .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
.CookieConsentPill[data-visible="true"]{transform:translateX(0);opacity:1}
.ConsentTabControls{display:flex;gap:8px;margin-bottom:18px;background:#ffa44626;padding:6px;border-radius:30px}
.TabToggleButton{flex:1;padding:8px 16px;background:transparent;border:none;border-radius:25px;font-family:'IBM Plex Mono',monospace;font-size:13px;color:#FEE8EB;cursor:pointer;transition:all .2s ease}
.TabToggleButton[data-state="active"]{background:#FFA446;color:#1C2131}
.ConsentTabContent{margin-bottom:20px}
.TabPanel{display:none}
.TabPanel[data-state="active"]{display:block}
.ConsentMessage,.ConsentDetailedText{color:#FEE8EB;font-size:14px;line-height:1.6}
.ConsentSwitchGroup{display:flex;flex-direction:column;gap:14px;margin-bottom:22px}
.SwitchLabel{display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.SwitchText{font-family:'IBM Plex Mono',monospace;font-size:13px;color:#FEE8EB}
.SwitchInput{display:none}
.SwitchSlider{position:relative;width:48px;height:24px;background:#fee8eb33;border-radius:24px;transition:background .3s ease}
.SwitchSlider::before{content:'';position:absolute;width:18px;height:18px;left:3px;top:3px;background:#FEE8EB;border-radius:50%;transition:transform .3s ease}
.SwitchInput:checked + .SwitchSlider{background:#FFA446}
.SwitchInput:checked + .SwitchSlider::before{transform:translateX(24px)}
.ConsentConfirmButton{width:100%;padding:12px 24px;background:#FFA446;color:#1C2131;font-family:'IBM Plex Mono',monospace;font-size:14px;font-weight:700;border:none;border-radius:30px;cursor:pointer;transition:background .2s ease}
.ConsentConfirmButton:hover{background:#ffa446d9}
@media (max-width: 768px) {
.HeaderTopRow{flex-direction:column;gap:20px;padding:0 20px}
.PrimaryNavigation{flex-wrap:wrap;justify-content:center;gap:16px}
.CompanyTitle{font-size:24px}
.FooterContentGrid{grid-template-columns:1fr;gap:40px}
.FooterNavSection{gap:32px}
.CookieConsentPill{left:16px;right:16px;bottom:16px;max-width:none;padding:20px 24px;border-radius:24px}
}
@media (max-width: 480px) {
.LogoLink{width:90px;height:90px}
.NavLinkItem{font-size:14px;padding:8px 14px}
.CompanyNameDisplay{padding:10px 32px}
.CompanyTitle{font-size:20px}
}
.AboutHeroArea{background:linear-gradient(135deg,#FEE8EB 0%,#FFA446 100%);padding:80px 20px;text-align:center}
.AboutHeroArea .HeroContentWrapper{max-width:1536px;margin:0 auto}
.AboutHeroArea .MainHeadline{font-size:48px;font-weight:700;color:#1C2131;margin:0 0 24px;line-height:1.2}
.AboutHeroArea .SubtextLead{font-size:20px;color:#1C2131;margin:0 auto;max-width:720px;line-height:1.6}
.StorySection{padding:100px 20px;background:#fff}
.StorySection .ContentGrid{max-width:1536px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.StorySection .TextColumn h2{font-size:36px;font-weight:700;color:#1C2131;margin:0 0 24px;line-height:1.3}
.StorySection .TextColumn h2::before{content:'';display:block;width:60px;height:4px;background:#FFA446;margin-bottom:20px;border-radius:2px}
.StorySection .TextColumn p{font-size:17px;line-height:1.7;color:#1C2131;margin:0 0 20px}
.StorySection .ImageColumn{position:relative}
.StorySection .ImageColumn img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:0 16px 32px #1c21311f}
.StorySection .ImageColumn::after{content:'';position:absolute;top:-20px;right:-20px;width:200px;height:200px;background:linear-gradient(135deg,#ffa44633 0%,#fee8eb66 100%);border-radius:50%;z-index:-1}
.ValuesBlockArea{padding:100px 20px;background:linear-gradient(180deg,#FEE8EB 0%,#fff 100%);position:relative}
.ValuesBlockArea::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1200px;height:1px;background:linear-gradient(90deg,transparent 0%,#FFA446 50%,transparent 100%)}
.ValuesBlockArea .ValuesContainer{max-width:1536px;margin:0 auto}
.ValuesBlockArea .SectionTitle{font-size:42px;font-weight:700;color:#1C2131;text-align:center;margin:0 0 60px;line-height:1.2}
.ValuesBlockArea .GridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.ValuesBlockArea .ValueCard{background:#fff;padding:40px 30px;border-radius:4px;box-shadow:0 8px 24px #1c213114;transition:all .3s ease;border-top:4px solid transparent}
.ValuesBlockArea .ValueCard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #1c213124;border-top-color:#FFA446}
.ValuesBlockArea .ValueCard .IconWrapper{width:64px;height:64px;background:linear-gradient(135deg,#FFA446 0%,#FEE8EB 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.ValuesBlockArea .ValueCard .IconWrapper svg{width:32px;height:32px;fill:#1C2131}
.ValuesBlockArea .ValueCard h3{font-size:24px;font-weight:700;color:#1C2131;margin:0 0 16px;line-height:1.3}
.ValuesBlockArea .ValueCard p{font-size:16px;line-height:1.6;color:#1C2131;margin:0}
.TeamShowcaseSection{padding:100px 20px;background:#fff}
.TeamShowcaseSection .TeamWrapper{max-width:1536px;margin:0 auto}
.TeamShowcaseSection .TitleBlock{text-align:center;margin-bottom:70px}
.TeamShowcaseSection .TitleBlock h2{font-size:40px;font-weight:700;color:#1C2131;margin:0 0 20px;line-height:1.2}
.TeamShowcaseSection .TitleBlock p{font-size:18px;color:#1C2131;margin:0 auto;max-width:680px;line-height:1.6}
.TeamShowcaseSection .MembersGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}
.TeamShowcaseSection .MemberCard{display:flex;gap:30px;background:#FEE8EB;padding:30px;border-radius:4px;box-shadow:0 8px 20px #1c21310f;transition:all .3s ease}
.TeamShowcaseSection .MemberCard:hover{box-shadow:0 12px 32px #1c21311f;transform:translateX(8px)}
.TeamShowcaseSection .MemberCard .PhotoFrame{flex-shrink:0}
.TeamShowcaseSection .MemberCard .PhotoFrame img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:4px solid #FFA446}
.TeamShowcaseSection .MemberCard .InfoColumn{flex:1}
.TeamShowcaseSection .MemberCard .InfoColumn h3{font-size:26px;font-weight:700;color:#1C2131;margin:0 0 8px;line-height:1.3}
.TeamShowcaseSection .MemberCard .InfoColumn .RoleLabel{font-size:16px;color:#FFA446;font-weight:600;margin:0 0 16px;display:block}
.TeamShowcaseSection .MemberCard .InfoColumn p{font-size:15px;line-height:1.6;color:#1C2131;margin:0}
.ApproachSection{padding:100px 20px;background:linear-gradient(135deg,#1C2131 0%,#1c2131e6 100%);position:relative;overflow:hidden}
.ApproachSection::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,#ffa44626 0%,transparent 70%);border-radius:50%}
.ApproachSection .ApproachContainer{max-width:1536px;margin:0 auto;position:relative;z-index:1}
.ApproachSection .HeaderText{text-align:center;margin-bottom:60px}
.ApproachSection .HeaderText h2{font-size:38px;font-weight:700;color:#FEE8EB;margin:0 0 20px;line-height:1.2}
.ApproachSection .HeaderText p{font-size:18px;color:#FEE8EB;margin:0 auto;max-width:700px;line-height:1.6}
.ApproachSection .FeaturesLayout{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.ApproachSection .FeatureBox{background:#fee8eb14;padding:35px 25px;border-radius:4px;border:1px solid #ffa44633;transition:all .3s ease}
.ApproachSection .FeatureBox:hover{background:#ffa4461f;border-color:#FFA446;transform:translateY(-6px)}
.ApproachSection .FeatureBox .NumberBadge{display:inline-block;width:48px;height:48px;background:#FFA446;color:#1C2131;font-size:24px;font-weight:700;border-radius:50%;text-align:center;line-height:48px;margin-bottom:20px}
.ApproachSection .FeatureBox h4{font-size:20px;font-weight:700;color:#FEE8EB;margin:0 0 14px;line-height:1.3}
.ApproachSection .FeatureBox p{font-size:15px;line-height:1.6;color:#FEE8EB;margin:0}
.GalleryDisplaySection{padding:100px 20px;background:#fff}
.GalleryDisplaySection .GalleryWrap{max-width:1536px;margin:0 auto}
.GalleryDisplaySection .IntroText{text-align:center;margin-bottom:60px}
.GalleryDisplaySection .IntroText h2{font-size:40px;font-weight:700;color:#1C2131;margin:0 0 18px;line-height:1.2}
.GalleryDisplaySection .IntroText h2::after{content:'';display:block;width:80px;height:4px;background:#FFA446;margin:20px auto 0;border-radius:2px}
.GalleryDisplaySection .IntroText p{font-size:17px;color:#1C2131;margin:0 auto;max-width:720px;line-height:1.6}
.GalleryDisplaySection .ImagesGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.GalleryDisplaySection .ImageItem{position:relative;overflow:hidden;border-radius:4px;box-shadow:0 6px 18px #1c213114;transition:all .3s ease}
.GalleryDisplaySection .ImageItem:hover{transform:scale(1.05);box-shadow:0 12px 28px #1c213124}
.GalleryDisplaySection .ImageItem img{width:100%;height:280px;object-fit:cover;display:block}
.GalleryDisplaySection .ImageItem::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 0%,#1c213199 100%);opacity:0;transition:opacity .3s ease}
.GalleryDisplaySection .ImageItem:hover::after{opacity:1}
.CtaFinalSection{padding:80px 20px;background:linear-gradient(135deg,#FFA446 0%,#ffa446cc 100%);text-align:center}
.CtaFinalSection .CtaContent{max-width:1536px;margin:0 auto}
.CtaFinalSection h2{font-size:38px;font-weight:700;color:#1C2131;margin:0 0 20px;line-height:1.2}
.CtaFinalSection p{font-size:19px;color:#1C2131;margin:0 auto 36px;max-width:680px;line-height:1.6}
.CtaFinalSection .ButtonAction{display:inline-block;padding:16px 42px;background:#1C2131;color:#FEE8EB;font-size:18px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s ease;box-shadow:0 8px 20px #1c213133;position:relative;z-index:10}
.CtaFinalSection .ButtonAction:hover{background:#0d111d;transform:translateY(-3px);box-shadow:0 12px 28px #1c21314d}
@media (max-width: 1200px) {
.StorySection .ContentGrid{grid-template-columns:1fr;gap:40px}
.ValuesBlockArea .GridLayout{grid-template-columns:repeat(2,1fr)}
.ApproachSection .FeaturesLayout{grid-template-columns:repeat(2,1fr)}
.GalleryDisplaySection .ImagesGrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.AboutHeroArea .MainHeadline{font-size:36px}
.AboutHeroArea .SubtextLead{font-size:18px}
.StorySection{padding:60px 20px}
.StorySection .TextColumn h2{font-size:28px}
.StorySection .ImageColumn img{height:320px}
.ValuesBlockArea .GridLayout{grid-template-columns:1fr}
.ValuesBlockArea .SectionTitle{font-size:32px}
.TeamShowcaseSection .MembersGrid{grid-template-columns:1fr}
.TeamShowcaseSection .MemberCard{flex-direction:column;text-align:center}
.TeamShowcaseSection .MemberCard .PhotoFrame img{margin:0 auto}
.ApproachSection .FeaturesLayout{grid-template-columns:1fr}
.GalleryDisplaySection .ImagesGrid{grid-template-columns:1fr}
.CtaFinalSection h2{font-size:30px}
}
.PageBlock{max-width:1536px;margin:0 auto;padding:0 20px}
.IntroAreaContainer{padding:80px 0 60px;background:linear-gradient(135deg,#ffa44614 0%,#fee8eb66 100%)}
.IntroAreaContainer .ContentLayout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.IntroAreaContainer .TextPrimary h1{font-size:48px;color:#1C2131;margin:0 0 24px;line-height:1.2;font-weight:700}
.IntroAreaContainer .TextPrimary p{font-size:18px;color:#1C2131;line-height:1.7;margin:0 0 16px}
.IntroAreaContainer .ImageVisual{position:relative;border-radius:4px;overflow:hidden;box-shadow:0 16px 48px #1c21311f}
.IntroAreaContainer .ImageVisual img{width:100%;height:520px;object-fit:cover;display:block}
.IntroAreaContainer .ImageVisual::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#ffa44626 0%,transparent 60%);z-index:1;pointer-events:none}
.MethodologyPart{padding:90px 0;background:#FFF}
.MethodologyPart .TitleHeader{text-align:center;margin-bottom:70px}
.MethodologyPart .TitleHeader h2{font-size:42px;color:#1C2131;margin:0 0 20px;font-weight:700}
.MethodologyPart .TitleHeader h2::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#FFA446 0%,#ffa4464d 100%);margin:20px auto 0;border-radius:2px}
.MethodologyPart .TitleHeader p{font-size:18px;color:#1C2131;max-width:720px;margin:0 auto;line-height:1.6}
.MethodologyPart .StepLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.MethodologyPart .StepCard{background:#FFF;border:2px solid #FEE8EB;border-radius:6px;padding:40px 30px;position:relative;transition:all .3s ease}
.MethodologyPart .StepCard:hover{border-color:#FFA446;transform:translateY(-4px);box-shadow:0 12px 32px #ffa44626}
.MethodologyPart .StepCard .StepNumber{position:absolute;top:-20px;left:30px;width:46px;height:46px;background:linear-gradient(135deg,#FFA446 0%,#ff8f2e 100%);color:#FFF;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 12px #ffa4464d}
.MethodologyPart .StepCard h3{font-size:24px;color:#1C2131;margin:16px 0 14px;font-weight:600}
.MethodologyPart .StepCard p{font-size:16px;color:#1C2131;line-height:1.6;margin:0}
.TestimonialSection{padding:80px 0;background:linear-gradient(165deg,#1C2131 0%,#2a3145 100%);position:relative;overflow:hidden}
.TestimonialSection::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#ffa4461f 0%,transparent 70%);border-radius:50%}
.TestimonialSection .SplitContainer{display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:center;position:relative;z-index:2}
.TestimonialSection .ProfileFrame{position:relative}
.TestimonialSection .ProfileFrame img{width:100%;height:480px;object-fit:cover;border-radius:4px;box-shadow:0 20px 60px #0006}
.TestimonialSection .ProfileFrame::after{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:3px solid #ffa44699;border-radius:4px;pointer-events:none}
.TestimonialSection .QuoteContent h2{font-size:36px;color:#FFF;margin:0 0 28px;font-weight:700;line-height:1.3}
.TestimonialSection .QuoteContent blockquote{margin:0 0 24px;padding:0;border:none}
.TestimonialSection .QuoteContent blockquote p{font-size:19px;color:#ffffffeb;line-height:1.7;margin:0 0 16px;font-style:italic}
.TestimonialSection .QuoteContent .AuthorInfo{margin-top:32px;padding-top:24px;border-top:2px solid #ffa4464d}
.TestimonialSection .QuoteContent .AuthorInfo .Name{font-size:20px;color:#FFA446;font-weight:600;margin:0 0 6px}
.TestimonialSection .QuoteContent .AuthorInfo .Role{font-size:16px;color:#ffffffbf;margin:0}
.ProgramStructure{padding:90px 0;background:linear-gradient(180deg,#FEE8EB 0%,#fee8eb4d 100%)}
.ProgramStructure .HeaderArea{max-width:920px;margin:0 auto 60px}
.ProgramStructure .HeaderArea h2{font-size:40px;color:#1C2131;text-align:center;margin:0 0 24px;font-weight:700}
.ProgramStructure .HeaderArea h2::before{content:'';display:inline-block;width:6px;height:40px;background:#FFA446;margin-right:16px;vertical-align:middle;border-radius:3px}
.ProgramStructure .ContentGrid{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}
.ProgramStructure .VisualElement{position:relative}
.ProgramStructure .VisualElement img{width:100%;height:560px;object-fit:cover;border-radius:5px;box-shadow:0 18px 50px #1c213124}
.ProgramStructure .ModuleList{display:flex;flex-direction:column;gap:24px}
.ProgramStructure .ModuleItem{background:#FFF;border-radius:5px;padding:32px 36px;box-shadow:0 4px 20px #1c21310f;border-left:5px solid #FFA446;transition:all .3s ease}
.ProgramStructure .ModuleItem:hover{box-shadow:0 8px 32px #1c21311f;transform:translateX(6px)}
.ProgramStructure .ModuleItem h3{font-size:22px;color:#1C2131;margin:0 0 12px;font-weight:600;display:flex;align-items:center;gap:12px}
.ProgramStructure .ModuleItem h3::before{content:'';width:10px;height:10px;background:#FFA446;border-radius:50%;flex-shrink:0}
.ProgramStructure .ModuleItem p{font-size:16px;color:#1C2131;line-height:1.6;margin:0}
.ProgramStructure .FacilitatorCard{background:#FFF;border-radius:5px;padding:30px;margin-top:30px;box-shadow:0 6px 24px #ffa4461a;border:2px solid #FEE8EB;display:flex;gap:24px;align-items:center}
.ProgramStructure .FacilitatorCard .AvatarBox{flex-shrink:0}
.ProgramStructure .FacilitatorCard .AvatarBox img{width:90px;height:90px;object-fit:cover;border-radius:50%;box-shadow:0 4px 16px #1c21311f}
.ProgramStructure .FacilitatorCard .InfoText h4{font-size:20px;color:#1C2131;margin:0 0 8px;font-weight:600}
.ProgramStructure .FacilitatorCard .InfoText p{font-size:15px;color:#1C2131;line-height:1.5;margin:0}
@media (max-width: 1200px) {
.IntroAreaContainer .ContentLayout{gap:40px}
.MethodologyPart .StepLayout{grid-template-columns:repeat(2,1fr);gap:30px}
.TestimonialSection .SplitContainer{grid-template-columns:320px 1fr;gap:50px}
.ProgramStructure .ContentGrid{gap:40px}
}
@media (max-width: 968px) {
.IntroAreaContainer .ContentLayout{grid-template-columns:1fr;gap:40px}
.IntroAreaContainer .TextPrimary h1{font-size:38px}
.IntroAreaContainer .ImageVisual img{height:420px}
.MethodologyPart .StepLayout{grid-template-columns:1fr;gap:40px}
.MethodologyPart .StepCard{padding:50px 30px 30px}
.TestimonialSection .SplitContainer{grid-template-columns:1fr;gap:40px}
.TestimonialSection .ProfileFrame img{height:400px}
.ProgramStructure .ContentGrid{grid-template-columns:1fr}
.ProgramStructure .VisualElement{order:2}
.ProgramStructure .ModuleList{order:1}
}
@media (max-width: 640px) {
.IntroAreaContainer{padding:50px 0 40px}
.IntroAreaContainer .TextPrimary h1{font-size:32px;margin-bottom:18px}
.IntroAreaContainer .TextPrimary p{font-size:16px}
.IntroAreaContainer .ImageVisual img{height:340px}
.MethodologyPart{padding:60px 0}
.MethodologyPart .TitleHeader{margin-bottom:50px}
.MethodologyPart .TitleHeader h2{font-size:32px}
.MethodologyPart .TitleHeader p{font-size:16px}
.TestimonialSection{padding:60px 0}
.TestimonialSection .QuoteContent h2{font-size:28px;margin-bottom:20px}
.TestimonialSection .QuoteContent blockquote p{font-size:17px}
.TestimonialSection .ProfileFrame img{height:360px}
.ProgramStructure{padding:60px 0}
.ProgramStructure .HeaderArea h2{font-size:30px}
.ProgramStructure .HeaderArea h2::before{height:30px;margin-right:12px}
.ProgramStructure .VisualElement img{height:400px}
.ProgramStructure .ModuleItem{padding:24px}
.ProgramStructure .ModuleItem h3{font-size:20px}
.ProgramStructure .FacilitatorCard{flex-direction:column;text-align:center}
}
.PageWrap{width:100%;max-width:1536px;margin:0 auto;padding:0}
.HeroIntroduction{background:linear-gradient(135deg,#FFA446 0%,#FF8C29 100%);padding:80px 24px;position:relative;overflow:hidden}
.HeroIntroduction::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#fee8eb26;border-radius:50%;z-index:1}
.HeroIntroduction::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#1c21311a;border-radius:50%;z-index:1}
.IntroContentHolder{max-width:920px;margin:0 auto;position:relative;z-index:2;text-align:center}
.IntroContentHolder h1{font-size:48px;line-height:1.2;color:#1C2131;margin:0 0 24px;font-weight:700}
.IntroContentHolder .LeadDescription{font-size:20px;line-height:1.6;color:#1C2131;margin:0 0 16px;opacity:.9}
.ProcessVisualization{background:#FFF;padding:96px 24px}
.ProcessVisualization .SectionInner{max-width:1200px;margin:0 auto}
.ProcessVisualization h2{font-size:38px;line-height:1.3;color:#1C2131;margin:0 0 56px;text-align:center;font-weight:700;position:relative;padding-bottom:20px}
.ProcessVisualization h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FFA446 0%,#FF8C29 100%);border-radius:3px}
.StepsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative}
.StepsGrid::before{content:'';position:absolute;top:60px;left:12.5%;right:12.5%;height:3px;background:linear-gradient(90deg,#FEE8EB 0%,#FFA446 50%,#FEE8EB 100%);z-index:1}
.ProcessStepCard{background:#FFF;padding:32px 24px;border-radius:4px;border:2px solid #FEE8EB;position:relative;z-index:2;transition:all .3s ease}
.ProcessStepCard:hover{border-color:#FFA446;box-shadow:0 12px 32px #ffa44626;transform:translateY(-4px)}
.StepNumber{width:64px;height:64px;background:linear-gradient(135deg,#FFA446 0%,#FF8C29 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#FFF;margin:0 auto 24px;border:4px solid #FFF;box-shadow:0 4px 16px #ffa4464d}
.ProcessStepCard h3{font-size:20px;line-height:1.4;color:#1C2131;margin:0 0 12px;font-weight:600;text-align:center}
.ProcessStepCard p{font-size:15px;line-height:1.6;color:#1C2131;margin:0;opacity:.75;text-align:center}
.VisualShowcase{background:#FEE8EB;padding:88px 24px}
.ShowcaseLayoutSplit{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:64px;align-items:center}
.ShowcaseContent h2{font-size:36px;line-height:1.3;color:#1C2131;margin:0 0 28px;font-weight:700}
.ShowcaseContent h2::before{content:'';display:inline-block;width:6px;height:38px;background:#FFA446;margin-right:16px;vertical-align:middle;border-radius:3px}
.FeatureList{display:flex;flex-direction:column;gap:20px;margin:0}
.FeatureItem{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:20px;background:#fff9;border-radius:3px;border-left:4px solid #FFA446;transition:all .3s ease}
.FeatureItem:hover{background:#fffffff2;transform:translateX(8px);box-shadow:0 6px 20px #1c213114}
.FeatureIcon{width:48px;height:48px;min-width:48px;background:linear-gradient(135deg,#FFA446 0%,#FF8C29 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FFF;font-weight:700;font-size:20px}
.FeatureText h4{font-size:18px;line-height:1.4;color:#1C2131;margin:0 0 8px;font-weight:600}
.FeatureText p{font-size:15px;line-height:1.6;color:#1C2131;margin:0;opacity:.75}
.ShowcaseImageArea{position:relative}
.ShowcaseImageArea img{width:100%;height:auto;border-radius:4px;box-shadow:0 16px 48px #1c21311f}
.ShowcaseImageArea::before{content:'';position:absolute;top:-20px;right:-20px;width:180px;height:180px;background:#ffa44633;border-radius:50%;z-index:-1}
.InteractivePathway{background:linear-gradient(180deg,#FFF 0%,#FEE8EB 100%);padding:92px 24px}
.PathwayContainer{max-width:1100px;margin:0 auto}
.PathwayContainer h2{font-size:36px;line-height:1.3;color:#1C2131;margin:0 0 48px;text-align:center;font-weight:700}
.JourneyTimeline{position:relative;padding-left:0}
.TimelineSegment{display:grid;grid-template-columns:280px 1fr;gap:48px;margin-bottom:64px;position:relative}
.TimelineSegment:last-child{margin-bottom:0}
.PhaseMarker{background:#1C2131;color:#FFF;padding:32px 28px;border-radius:4px;position:relative;box-shadow:0 8px 24px #1c213126}
.PhaseMarker::after{content:'';position:absolute;right:-24px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:24px solid #1C2131;border-top:24px solid transparent;border-bottom:24px solid transparent}
.PhaseMarker h3{font-size:22px;line-height:1.3;color:#FFA446;margin:0 0 12px;font-weight:700}
.PhaseMarker p{font-size:15px;line-height:1.5;color:#FFF;margin:0;opacity:.85}
.PhaseDetails{background:#FFF;padding:32px;border-radius:4px;border:2px solid #FEE8EB;display:flex;flex-direction:column;gap:20px}
.DetailRow{display:flex;flex-direction:row;align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid #fee8eb99}
.DetailRow:last-child{border-bottom:none;padding-bottom:0}
.DetailIcon{width:40px;height:40px;min-width:40px;background:linear-gradient(135deg,#FEE8EB 0%,#FFA446 100%);border-radius:3px;display:flex;align-items:center;justify-content:center}
.DetailIcon svg{width:20px;height:20px;fill:#1C2131}
.DetailContent h5{font-size:17px;line-height:1.4;color:#1C2131;margin:0 0 6px;font-weight:600}
.DetailContent p{font-size:14px;line-height:1.5;color:#1C2131;margin:0;opacity:.7}
.TestimonialProfile{background:#1C2131;padding:80px 24px}
.ProfileLayoutAsym{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:56px;align-items:center}
.ProfileImageSection{position:relative}
.ProfileImageSection img{width:100%;height:auto;border-radius:4px;box-shadow:0 12px 36px #0000004d}
.ProfileImageSection::before{content:'';position:absolute;bottom:-16px;left:-16px;width:100%;height:100%;border:3px solid #FFA446;border-radius:4px;z-index:-1}
.ProfileQuoteSection{color:#FFF}
.QuoteIcon{width:56px;height:56px;background:linear-gradient(135deg,#FFA446 0%,#FF8C29 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:28px;font-size:32px;color:#FFF;font-weight:700}
.ProfileQuoteSection blockquote{font-size:20px;line-height:1.7;color:#FFF;margin:0 0 28px;font-style:italic;opacity:.95}
.ProfileAttribution{display:flex;flex-direction:column;gap:4px}
.ProfileAttribution .AuthorName{font-size:18px;line-height:1.4;color:#FFA446;margin:0;font-weight:600}
.ProfileAttribution .AuthorRole{font-size:15px;line-height:1.5;color:#FFF;margin:0;opacity:.7}
@media (max-width: 1024px) {
.StepsGrid{grid-template-columns:repeat(2,1fr);gap:28px}
.StepsGrid::before{display:none}
.ShowcaseLayoutSplit{grid-template-columns:1fr;gap:48px}
.TimelineSegment{grid-template-columns:1fr;gap:24px}
.PhaseMarker::after{display:none}
.ProfileLayoutAsym{grid-template-columns:1fr;gap:40px}
}
@media (max-width: 768px) {
.HeroIntroduction{padding:60px 20px}
.IntroContentHolder h1{font-size:36px}
.IntroContentHolder .LeadDescription{font-size:18px}
.ProcessVisualization{padding:72px 20px}
.ProcessVisualization h2{font-size:32px;margin-bottom:40px}
.StepsGrid{grid-template-columns:1fr;gap:24px}
.VisualShowcase{padding:64px 20px}
.ShowcaseContent h2{font-size:30px}
.InteractivePathway{padding:68px 20px}
.PathwayContainer h2{font-size:30px}
.TestimonialProfile{padding:64px 20px}
.ProfileQuoteSection blockquote{font-size:18px}
}
.PrimerBloqueTitular{max-width:1536px;margin:0 auto;padding:70px 25px;display:grid;grid-template-columns:45% 1fr;gap:60px;align-items:center}
.ImagenVerticalContenedor{position:relative;width:100%;height:620px;overflow:hidden;border-radius:4px}
.ImagenVerticalContenedor img{width:100%;height:100%;object-fit:cover;filter:contrast(1.05) brightness(0.98)}
.ImagenVerticalContenedor::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,#00000005 0px,transparent 1px,transparent 2px,#00000005 3px);pointer-events:none}
.TextoHeaderTitular h1{font-size:58px;line-height:1.15;color:#1C2131;font-weight:700;margin:0}
.RedExpansionContenedor{max-width:1536px;margin:80px auto;padding:0 25px}
.RedExpansionInterior{background:linear-gradient(135deg,#FFA446 0%,#ff8c2e 100%);border-radius:6px;padding:85px 65px;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.RedExpansionTexto h2{font-size:42px;line-height:1.25;color:#fff;font-weight:700;margin:0 0 28px}
.RedExpansionTexto p{font-size:19px;line-height:1.7;color:#fffffff2;margin:0 0 22px}
.RedExpansionEstadisticas{display:grid;grid-template-columns:1fr 1fr;gap:35px}
.ItemEstadistica{background:#ffffff26;padding:32px 28px;border-radius:5px;border:1px solid #ffffff40}
.ItemEstadistica .NumeroGrande{font-size:46px;font-weight:800;color:#fff;margin:0 0 8px;display:block}
.ItemEstadistica .DescripcionEstad{font-size:16px;color:#ffffffe6;line-height:1.5}
.AudienciaObjetivoWrapper{background:#FEE8EB;padding:90px 25px}
.AudienciaObjetivoInterior{max-width:1536px;margin:0 auto}
.AudienciaHeaderSeccion{text-align:center;margin-bottom:65px}
.AudienciaHeaderSeccion h2{font-size:44px;color:#1C2131;font-weight:700;margin:0 0 20px}
.AudienciaHeaderSeccion p{font-size:20px;color:#1C2131;opacity:.8;line-height:1.65;max-width:780px;margin:0 auto}
.PerfilesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.TarjetaPerfil{background:#fff;padding:45px 35px;border-radius:5px;box-shadow:0 4px 16px #1c213114;transition:transform .3s ease,box-shadow .3s ease}
.TarjetaPerfil:hover{transform:translateY(-6px);box-shadow:0 12px 28px #1c213124}
.IconoPerfilWrapper{width:68px;height:68px;background:linear-gradient(135deg,#FFA446 0%,#ff8c2e 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:26px}
.IconoPerfilWrapper svg{width:34px;height:34px;fill:#fff}
.TarjetaPerfil h3{font-size:23px;color:#1C2131;font-weight:600;margin:0 0 15px}
.TarjetaPerfil p{font-size:17px;color:#1C2131;opacity:.75;line-height:1.65;margin:0}
.DesarrolloPlatafromaZona{max-width:1536px;margin:95px auto;padding:0 25px}
.DesarrolloFlexContenedor{display:flex;gap:70px;align-items:center}
.DesarrolloImagenBloque{flex:0 0 48%}
.DesarrolloImagenBloque img{width:100%;height:520px;object-fit:cover;border-radius:5px;box-shadow:0 8px 24px #1c21311f}
.DesarrolloTextoBloque{flex:1}
.DesarrolloTextoBloque h2{font-size:43px;color:#1C2131;font-weight:700;margin:0 0 30px;line-height:1.25}
.DesarrolloTextoBloque p{font-size:18px;color:#1C2131;opacity:.8;line-height:1.75;margin:0 0 25px}
.RutasDesarrolloLista{margin-top:40px}
.ItemRutaDesarrollo{display:flex;gap:20px;margin-bottom:28px;align-items:start}
.IconoRutaNumero{width:46px;height:46px;background:#FFA446;color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}
.ItemRutaDesarrollo .TextoRutaDes{flex:1}
.ItemRutaDesarrollo .TextoRutaDes h4{font-size:20px;color:#1C2131;font-weight:600;margin:0 0 8px}
.ItemRutaDesarrollo .TextoRutaDes p{font-size:16px;color:#1C2131;opacity:.75;line-height:1.6;margin:0}
.FormatosInteraccionWrapper{background:#1C2131;padding:90px 25px}
.FormatosInteraccionInterior{max-width:1536px;margin:0 auto}
.FormatosHeaderBloque{max-width:850px;margin:0 auto 70px;text-align:center}
.FormatosHeaderBloque h2{font-size:46px;color:#fff;font-weight:700;margin:0 0 22px}
.FormatosHeaderBloque p{font-size:19px;color:#ffffffd9;line-height:1.7;margin:0}
.FormatosGridDisplay{display:grid;grid-template-columns:repeat(2,1fr);gap:45px}
.TarjetaFormato{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:50px 45px;transition:background .3s ease,border-color .3s ease;position:relative}
.TarjetaFormato:hover{background:#ffffff14;border-color:#ffa44666}
.TarjetaFormato::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FFA446 0%,#ff8c2e 100%);border-radius:6px 0 0 6px;opacity:0;transition:opacity .3s ease}
.TarjetaFormato:hover::before{opacity:1}
.TarjetaFormato .ImagenFormatoWrapper{width:100%;height:240px;margin-bottom:32px;border-radius:4px;overflow:hidden}
.TarjetaFormato .ImagenFormatoWrapper img{width:100%;height:100%;object-fit:cover}
.TarjetaFormato h3{font-size:26px;color:#fff;font-weight:600;margin:0 0 18px}
.TarjetaFormato p{font-size:17px;color:#fffc;line-height:1.7;margin:0 0 15px}
.FormatoCaracteristicasLista{margin-top:25px}
.ItemCaracteristicaFormato{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.ItemCaracteristicaFormato svg{width:20px;height:20px;fill:#FFA446;flex-shrink:0}
.ItemCaracteristicaFormato span{font-size:16px;color:#ffffffd9}
.TestimonioExpertoBloque{max-width:1536px;margin:100px auto;padding:0 25px}
.TestimonioExpertoInterior{background:linear-gradient(135deg,#FEE8EB 0%,#fdd4d9 100%);border-radius:6px;padding:75px 80px;display:flex;gap:60px;align-items:center}
.TestimonioImagenPersona{flex:0 0 280px}
.TestimonioImagenPersona img{width:280px;height:280px;object-fit:cover;border-radius:50%;border:6px solid #fff;box-shadow:0 8px 24px #1c213126}
.TestimonioContenidoTexto{flex:1}
.TestimonioContenidoTexto .CitaIcono{width:52px;height:52px;margin-bottom:22px}
.TestimonioContenidoTexto .CitaIcono svg{width:100%;height:100%;fill:#FFA446}
.TestimonioContenidoTexto blockquote{font-size:22px;line-height:1.65;color:#1C2131;margin:0 0 28px;font-style:italic}
.TestimonioAutorInfo h4{font-size:21px;color:#1C2131;font-weight:600;margin:0 0 6px}
.TestimonioAutorInfo p{font-size:17px;color:#1C2131;opacity:.7;margin:0}
.BotonCTAPrincipal{display:inline-block;background:linear-gradient(135deg,#FFA446 0%,#ff8c2e 100%);color:#fff;font-size:18px;font-weight:600;padding:16px 42px;border-radius:4px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #ffa4464d;margin-top:32px}
.BotonCTAPrincipal:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffa44666}
@media (max-width: 1200px) {
.PrimerBloqueTitular{grid-template-columns:1fr;gap:45px;padding:50px 25px}
.ImagenVerticalContenedor{height:480px}
.TextoHeaderTitular h1{font-size:48px}
.RedExpansionInterior{grid-template-columns:1fr;gap:55px;padding:65px 45px}
.DesarrolloFlexContenedor{flex-direction:column;gap:50px}
.DesarrolloImagenBloque{flex:0 0 100%}
.FormatosGridDisplay{grid-template-columns:1fr}
.TestimonioExpertoInterior{flex-direction:column;text-align:center;padding:60px 45px}
.TestimonioImagenPersona{flex:0 0 auto}
}
@media (max-width: 768px) {
.TextoHeaderTitular h1{font-size:38px}
.ImagenVerticalContenedor{height:380px}
.RedExpansionInterior{padding:45px 30px}
.RedExpansionTexto h2{font-size:34px}
.RedExpansionEstadisticas{grid-template-columns:1fr;gap:25px}
.AudienciaHeaderSeccion h2{font-size:36px}
.PerfilesGrid{grid-template-columns:1fr;gap:25px}
.DesarrolloTextoBloque h2{font-size:35px}
.DesarrolloImagenBloque img{height:380px}
.FormatosHeaderBloque h2{font-size:38px}
.TestimonioExpertoInterior{padding:45px 30px}
.TestimonioImagenPersona img{width:220px;height:220px}
.TestimonioContenidoTexto blockquote{font-size:19px}
}
.PageWrap{width:100%;max-width:1536px;margin:0 auto;padding:0}
.ContactIntro{background:linear-gradient(135deg,#FFA446 0%,#FEE8EB 100%);padding:80px 24px;position:relative;overflow:hidden}
.ContactIntro::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#1c213114;border-radius:50%}
.IntroContent{max-width:800px;margin:0 auto;position:relative;z-index:2}
.IntroContent h1{font-size:48px;color:#1C2131;margin:0 0 16px;font-weight:700;line-height:1.2}
.IntroContent h1::after{content:'';display:block;width:80px;height:4px;background:#1C2131;margin-top:20px}
.IntroContent p{font-size:18px;color:#1C2131;line-height:1.7;margin:0}
.FormSection{padding:100px 24px;background:#fff}
.FormContainer{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}
.InfoColumn h2{font-size:32px;color:#1C2131;margin:0 0 32px;font-weight:700;position:relative}
.InfoColumn h2::before{content:'';position:absolute;left:-20px;top:8px;width:4px;height:32px;background:#FFA446}
.ContactDetail{margin-bottom:32px}
.ContactDetail h3{font-size:14px;color:#FFA446;margin:0 0 8px;text-transform:uppercase;letter-spacing:1px;font-weight:600}
.ContactDetail p{font-size:16px;color:#1C2131;margin:0;line-height:1.6}
.ContactDetail a{color:#1C2131;text-decoration:none;transition:color .3s ease}
.ContactDetail a:hover{color:#FFA446}
.FormColumn{background:#FEE8EB;padding:48px;border-radius:4px;box-shadow:0 8px 32px #1c213114}
.MainForm{display:flex;flex-direction:column;gap:24px}
.InputGroup{display:flex;flex-direction:column;gap:8px}
.InputGroup label{font-size:14px;color:#1C2131;font-weight:600}
.InputGroup input,.InputGroup textarea{padding:14px 18px;border:2px solid transparent;border-radius:3px;font-size:16px;background:#fff;color:#1C2131;transition:all .3s ease;font-family:inherit}
.InputGroup input:focus,.InputGroup textarea:focus{outline:none;border-color:#FFA446;box-shadow:0 4px 16px #ffa44626}
.InputGroup textarea{min-height:140px;resize:vertical}
.PrivacyCheck{display:flex;align-items:start;gap:12px;margin-top:8px}
.PrivacyCheck input[type="checkbox"]{margin-top:4px;width:18px;height:18px;cursor:pointer;accent-color:#FFA446}
.PrivacyCheck label{font-size:14px;color:#1C2131;line-height:1.5;cursor:pointer}
.PrivacyCheck a{color:#FFA446;text-decoration:none;font-weight:600}
.PrivacyCheck a:hover{text-decoration:underline}
.SubmitButton{background:#FFA446;color:#1C2131;padding:16px 40px;border:none;border-radius:3px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:12px}
.SubmitButton:hover{background:#1C2131;color:#FFA446;transform:translateY(-2px);box-shadow:0 6px 24px #1c213133}
.SubmitButton:active{transform:translateY(0)}
@media (max-width: 968px) {
.FormContainer{grid-template-columns:1fr;gap:48px}
.InfoColumn h2::before{left:0;top:-16px;width:60px;height:4px}
.ContactIntro{padding:60px 24px}
.IntroContent h1{font-size:36px}
.FormSection{padding:60px 24px}
.FormColumn{padding:32px 24px}
}
@media (max-width: 640px) {
.ContactIntro{padding:48px 20px}
.IntroContent h1{font-size:32px}
.IntroContent p{font-size:16px}
.FormSection{padding:48px 20px}
.InfoColumn h2{font-size:28px}
.FormColumn{padding:28px 20px}
.SubmitButton{width:100%}
}
.PolicyDocumentWrapper{background:linear-gradient(135deg,#FEE8EB 0%,#fff 100%);padding:60px 20px}
.PolicyDocumentInner{max-width:1200px;margin:0 auto;background:#fff;border-radius:4px;box-shadow:0 12px 28px #1c213114;padding:50px 40px}
.PolicyHeaderArea{border-bottom:3px solid #FFA446;padding-bottom:28px;margin-bottom:42px}
.PolicyMainTitle{font-size:38px;color:#1C2131;font-weight:700;margin:0 0 14px;line-height:1.3}
.PolicyLastUpdated{font-size:15px;color:#666;margin:0}
.PolicyContentArea{color:#1C2131}
.PolicySectionGroup{margin-bottom:38px}
.PolicySectionGroup:last-child{margin-bottom:0}
.PolicySectionHeading{font-size:26px;color:#1C2131;font-weight:600;margin:0 0 18px;line-height:1.4;position:relative;padding-left:18px}
.PolicySectionHeading::before{content:'';position:absolute;left:0;top:6px;width:6px;height:24px;background:linear-gradient(180deg,#FFA446 0%,#ff8a1f 100%);border-radius:3px}
.PolicySubHeading{font-size:20px;color:#1C2131;font-weight:600;margin:28px 0 14px;line-height:1.4}
.PolicyTextBlock{font-size:16px;line-height:1.7;color:#333;margin:0 0 16px}
.PolicyListContainer{margin:16px 0;padding-left:0;list-style:none}
.PolicyListContainer li{position:relative;padding-left:28px;margin-bottom:12px;font-size:16px;line-height:1.7;color:#333}
.PolicyListContainer li::before{content:'';position:absolute;left:0;top:10px;width:8px;height:8px;background:#FFA446;border-radius:50%}
.PolicyHighlightBox{background:#ffa44614;border-left:4px solid #FFA446;padding:20px 24px;margin:24px 0;border-radius:3px}
.PolicyHighlightBox .PolicyTextBlock{margin-bottom:0}
.PolicyTableWrapper{overflow-x:auto;margin:24px 0}
.PolicyDataTable{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 4px 12px #1c21310f;border-radius:4px;overflow:hidden}
.PolicyDataTable th{background:#1C2131;color:#fff;padding:16px 20px;text-align:left;font-size:15px;font-weight:600}
.PolicyDataTable td{padding:14px 20px;border-bottom:1px solid #f0f0f0;font-size:15px;color:#333;line-height:1.6}
.PolicyDataTable tr:last-child td{border-bottom:none}
.PolicyDataTable tr:nth-child(even){background:#fee8eb4d}
.PolicyContactBlock{background:linear-gradient(135deg,#1C2131 0%,#2a3244 100%);color:#fff;padding:32px;border-radius:4px;margin-top:42px}
.PolicyContactBlock .PolicySubHeading{color:#FFA446;margin-top:0}
.PolicyContactBlock .PolicyTextBlock{color:#fff;margin-bottom:12px}
.PolicyContactBlock a{color:#FFA446;text-decoration:none;font-weight:600;transition:color .3s ease}
.PolicyContactBlock a:hover{color:#ff8a1f}
.PolicyEmphasisText{color:#FFA446;font-weight:600}
.PolicyDateStamp{display:inline-block;background:#FEE8EB;color:#1C2131;padding:4px 12px;border-radius:3px;font-size:14px;font-weight:600;margin-left:8px}
@media (max-width: 968px) {
.PolicyDocumentWrapper{padding:40px 16px}
.PolicyDocumentInner{padding:36px 28px}
.PolicyMainTitle{font-size:30px}
.PolicySectionHeading{font-size:22px}
.PolicySubHeading{font-size:18px}
.PolicyTextBlock,.PolicyListContainer li{font-size:15px}
.PolicyDataTable th,.PolicyDataTable td{padding:12px 14px;font-size:14px}
}
@media (max-width: 640px) {
.PolicyDocumentWrapper{padding:30px 12px}
.PolicyDocumentInner{padding:28px 20px}
.PolicyMainTitle{font-size:26px}
.PolicySectionHeading{font-size:20px;padding-left:14px}
.PolicySectionHeading::before{width:5px;height:20px}
.PolicySubHeading{font-size:17px}
.PolicyHighlightBox{padding:16px 18px}
.PolicyContactBlock{padding:24px 20px}
.PolicyDateStamp{display:block;margin-left:0;margin-top:8px;width:fit-content}
}
.PrivacyPageWrapper{background:linear-gradient(135deg,#FEE8EB 0%,#fff 100%);padding:0;margin:0}
.PrivacyHeroBlock{background:linear-gradient(165deg,#1C2131 0%,#2a3247 100%);padding:80px 24px 60px;position:relative;overflow:hidden}
.PrivacyHeroBlock::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#ffa44626 0%,transparent 70%);border-radius:50%}
.PrivacyHeroBlock::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#fee8eb1a 0%,transparent 70%);border-radius:50%}
.HeroContentArea{max-width:1536px;margin:0 auto;position:relative;z-index:2}
.PrivacyMainTitle{font-size:48px;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2}
.HeroSubtext{font-size:18px;color:#ffffffd9;margin:0 0 16px;line-height:1.6}
.LastUpdateInfo{display:inline-block;background:#ffa44633;color:#FFA446;padding:8px 20px;border-radius:4px;font-size:14px;font-weight:600;margin-top:12px}
.PolicyContentWrapper{max-width:1536px;margin:0 auto;padding:80px 24px}
.PolicyMainGrid{display:grid;grid-template-columns:280px 1fr;gap:60px;align-items:start}
.NavigationSidePanel{position:sticky;top:24px;background:#fff;border-radius:6px;padding:32px 24px;box-shadow:0 4px 24px #1c213114}
.SidePanelTitle{font-size:16px;font-weight:700;color:#1C2131;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #FFA446}
.NavItemsList{list-style:none;margin:0;padding:0}
.NavItemsList li{margin-bottom:12px}
.NavItemsList a{display:block;color:#1C2131;text-decoration:none;padding:8px 12px;border-radius:4px;font-size:14px;transition:all .3s ease;border-left:3px solid transparent}
.NavItemsList a:hover{background:#ffa4461a;border-left-color:#FFA446;transform:translateX(4px)}
.MainPolicyContent{background:#fff;border-radius:6px;padding:48px;box-shadow:0 2px 16px #1c21310f}
.PolicySectionBlock{margin-bottom:56px;padding-bottom:40px;border-bottom:1px solid #1c21311a}
.PolicySectionBlock:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.SectionHeadingText{font-size:28px;font-weight:700;color:#1C2131;margin:0 0 24px;padding-left:16px;border-left:4px solid #FFA446;line-height:1.3}
.PolicyTextParagraph{font-size:16px;line-height:1.8;color:#1C2131;margin:0 0 20px}
.PolicyTextParagraph:last-child{margin-bottom:0}
.PolicyListBullets{list-style:none;margin:20px 0;padding:0}
.PolicyListBullets li{position:relative;padding-left:32px;margin-bottom:16px;font-size:16px;line-height:1.7;color:#1C2131}
.PolicyListBullets li::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#FFA446;border-radius:50%;box-shadow:0 0 0 3px #ffa44633}
.HighlightBoxArea{background:linear-gradient(135deg,#ffa44614 0%,#fee8eb66 100%);border-left:4px solid #FFA446;padding:24px 28px;border-radius:4px;margin:28px 0}
.HighlightBoxArea .PolicyTextParagraph{margin-bottom:0;font-weight:500}
.ContactInfoCard{background:linear-gradient(135deg,#1C2131 0%,#2a3247 100%);border-radius:6px;padding:36px;margin-top:48px;position:relative;overflow:hidden}
.ContactInfoCard::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,#ffa44626 0%,transparent 70%);border-radius:50%}
.ContactCardTitle{font-size:22px;font-weight:700;color:#fff;margin:0 0 20px;position:relative;z-index:2}
.ContactDetailsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;position:relative;z-index:2}
.ContactItemBlock{display:flex;flex-direction:column;gap:8px}
.ContactLabelText{font-size:13px;color:#fff9;text-transform:uppercase;letter-spacing:.5px;font-weight:600}
.ContactValueText{font-size:16px;color:#fff;font-weight:500}
.ContactValueText a{color:#FFA446;text-decoration:none;transition:color .3s ease}
.ContactValueText a:hover{color:#fff}
.DataTableWrapper{overflow-x:auto;margin:28px 0;border-radius:4px;box-shadow:0 2px 12px #1c213114}
.PolicyDataTable{width:100%;border-collapse:collapse;background:#fff}
.PolicyDataTable thead{background:linear-gradient(135deg,#1C2131 0%,#2a3247 100%)}
.PolicyDataTable th{padding:16px 20px;text-align:left;font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.PolicyDataTable td{padding:16px 20px;border-bottom:1px solid #1c213114;font-size:15px;color:#1C2131;line-height:1.6}
.PolicyDataTable tbody tr:hover{background:#ffa4460d}
@media (max-width: 1024px) {
.PolicyMainGrid{grid-template-columns:1fr;gap:40px}
.NavigationSidePanel{position:static;max-width:600px;margin:0 auto}
.MainPolicyContent{padding:36px 28px}
}
@media (max-width: 768px) {
.PrivacyHeroBlock{padding:60px 20px 48px}
.PrivacyMainTitle{font-size:36px}
.HeroSubtext{font-size:16px}
.PolicyContentWrapper{padding:60px 20px}
.MainPolicyContent{padding:28px 20px}
.SectionHeadingText{font-size:24px}
.ContactDetailsGrid{grid-template-columns:1fr}
.PolicyDataTable{font-size:14px}
.PolicyDataTable th,.PolicyDataTable td{padding:12px 14px}
}
.SuccessWrap{background:linear-gradient(135deg,#FEE8EB 0%,#fff 50%,#FEE8EB 100%);padding:0;min-height:85vh;display:flex;align-items:center;justify-content:center}
.SuccessBlock{max-width:780px;margin:0 auto;padding:60px 24px;text-align:center}
.CheckmarkCircle{width:120px;height:120px;margin:0 auto 32px;position:relative;border-radius:50%;background:linear-gradient(135deg,#FFA446 0%,#ff8c1f 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #ffa4464d;animation:scaleIn .6s cubic-bezier(0.68,-0.55,0.265,1.55)}
@keyframes scaleIn {
0%{transform:scale(0);opacity:0}
100%{transform:scale(1);opacity:1}
}
.CheckmarkCircle svg{width:64px;height:64px;fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:drawCheck .8s .3s cubic-bezier(0.65,0,0.45,1) forwards}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.MainHeading{font-size:42px;font-weight:700;color:#1C2131;margin:0 0 16px;line-height:1.2;letter-spacing:-.5px}
.SuccessMessage{font-size:19px;color:#4a5568;line-height:1.6;margin:0 0 28px;max-width:620px;margin-left:auto;margin-right:auto}
.DetailBox{background:#fff;border:2px solid #FEE8EB;border-radius:6px;padding:32px;margin:40px 0;text-align:left;box-shadow:0 4px 16px #1c21310f;position:relative;overflow:hidden}
.DetailBox::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#FFA446 0%,#ff8c1f 100%)}
.InfoRow{display:flex;align-items:flex-start;margin-bottom:20px;gap:16px}
.InfoRow:last-child{margin-bottom:0}
.InfoLabel{font-size:15px;font-weight:600;color:#1C2131;min-width:140px;flex-shrink:0}
.InfoValue{font-size:15px;color:#4a5568;line-height:1.5;word-break:break-word}
.NextStepsSection{margin-top:48px;padding-top:48px;border-top:2px solid #FEE8EB}
.NextStepsHeading{font-size:24px;font-weight:700;color:#1C2131;margin:0 0 24px;text-align:center}
.StepsList{display:grid;gap:16px;text-align:left;max-width:620px;margin:0 auto 36px}
.StepItem{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:#ffa44614;border-radius:4px;transition:all .3s ease}
.StepItem:hover{background:#ffa44624;transform:translateX(4px)}
.StepNumber{width:32px;height:32px;border-radius:50%;background:#FFA446;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;flex-shrink:0}
.StepText{font-size:16px;color:#1C2131;line-height:1.5;padding-top:4px}
.ActionButtonGroup{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:36px}
.PrimaryBtn{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:linear-gradient(135deg,#FFA446 0%,#ff8c1f 100%);color:#fff;font-size:17px;font-weight:600;border:none;border-radius:4px;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 20px #ffa4464d}
.PrimaryBtn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #ffa44666}
.SecondaryBtn{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:transparent;color:#1C2131;font-size:17px;font-weight:600;border:2px solid #1C2131;border-radius:4px;cursor:pointer;text-decoration:none;transition:all .3s ease}
.SecondaryBtn:hover{background:#1C2131;color:#fff;transform:translateY(-2px)}
.SupportNote{margin-top:48px;padding:24px;background:#1c21310a;border-radius:4px;font-size:15px;color:#4a5568;line-height:1.6}
.SupportNote strong{color:#1C2131;font-weight:600}
@media (max-width: 768px) {
.SuccessBlock{padding:40px 20px}
.CheckmarkCircle{width:96px;height:96px;margin-bottom:24px}
.CheckmarkCircle svg{width:48px;height:48px}
.MainHeading{font-size:32px}
.SuccessMessage{font-size:17px}
.DetailBox{padding:24px 20px}
.InfoRow{flex-direction:column;gap:6px}
.InfoLabel{min-width:auto}
.NextStepsHeading{font-size:20px}
.ActionButtonGroup{flex-direction:column;gap:12px}
.PrimaryBtn,.SecondaryBtn{width:100%;justify-content:center;padding:14px 24px;font-size:16px}
.StepItem{padding:16px}
}
@media (max-width: 480px) {
.MainHeading{font-size:28px}
.SuccessMessage{font-size:16px}
.StepText{font-size:15px}
}