*,::before,::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'IBM Plex Sans',sans-serif;background:#ECEBEB;color:#211F1F;font-size:16px;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
.SiteHeader{background:#211F1F;border-bottom:3px solid #FF2F3B}
.HeaderInner{max-width:1140px;margin:auto;padding:18px 24px 0;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:20px;row-gap:10px}
.LogoCell{grid-column:1;grid-row:1;display:flex;align-items:center}
.LogoCell a{display:flex;align-items:center}
.LogoCell img{width:90px;height:90px;object-fit:contain}
.CompanyNameCell{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:flex-end}
.CompanyNameCell span{font-family:'Ubuntu',sans-serif;font-size:1.7rem;font-weight:700;color:#ECEBEB;letter-spacing:.04em}
.CompanyNameCell span em{color:#FF2F3B;font-style:normal}
.NavCell{grid-column:1 / -1;grid-row:2;margin-top:16px;border-top:1px solid #ecebeb1f}
.MainNavigation{display:flex;align-items:stretch;gap:4px;padding:0}
.MainNavigation li{position:relative}
.MainNavigation li a{display:block;padding:12px 20px;color:#ECEBEB;font-size:.92rem;font-weight:400;letter-spacing:.02em;border-bottom:3px solid transparent;transition:color 0.18s,border-color .18s}
.MainNavigation li a:hover,.MainNavigation li a.is-active{color:#FF2F3B;border-bottom-color:#FF2F3B}
.MainNavigation li.has-dropdown > a::after{content:' \25BE';font-size:.75rem}
.SubMenuDropdown{display:none;position:absolute;top:calc(100% + 6px);left:0;background:#2e2c2c;border:1px solid #ff2f3b4d;border-top:2px solid #FF2F3B;min-width:180px;z-index:200;box-shadow:0 6px 18px #0006}
.MainNavigation li.has-dropdown:hover .SubMenuDropdown,.MainNavigation li.has-dropdown:focus-within .SubMenuDropdown{display:block}
.SubMenuDropdown li a{padding:10px 18px;color:#ECEBEB;font-size:.88rem;border-bottom:none;white-space:nowrap}
.SubMenuDropdown li a:hover{background:#ff2f3b1f;color:#FF2F3B;border-bottom:none}
.SiteFooter{background:#211F1F;color:#ECEBEB;margin-top:60px}
.FooterTop{background:#ff2f3b14;border-top:3px solid #FF2F3B}
.FooterTopInner{max-width:1140px;margin:auto;padding:40px 24px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}
.FooterBrand .FooterLogo{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.FooterBrand .FooterLogo img{width:64px;height:64px;object-fit:contain}
.FooterBrand .FooterLogo strong{font-family:'Ubuntu',sans-serif;font-size:1.3rem;color:#ECEBEB}
.FooterBrand .FooterLogo strong em{color:#FF2F3B;font-style:normal}
.FooterBrand p{font-size:.88rem;color:#ecebebb3;line-height:1.7;max-width:300px}
.FooterContact{margin-top:18px}
.FooterContact a{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#ecebebbf;margin-bottom:8px;transition:color .15s}
.FooterContact a:hover{color:#FF2F3B}
.FooterContact a i{color:#FF2F3B;font-size:1rem}
.FooterNavColumn h4{font-family:'Ubuntu',sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#FF2F3B;margin-bottom:16px;border-bottom:1px solid #ff2f3b40;padding-bottom:8px}
.FooterNavColumn ul li{margin-bottom:8px}
.FooterNavColumn ul li a{font-size:.88rem;color:#ecebebb3;transition:color .15s}
.FooterNavColumn ul li a:hover{color:#FF2F3B}
.FooterBottom{background:#1a1818}
.FooterBottomInner{max-width:1140px;margin:auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.FooterBottomInner p{font-size:.8rem;color:#ecebeb73}
.FooterPolicies{display:flex;gap:20px;flex-wrap:wrap}
.FooterPolicies a{font-size:.8rem;color:#ecebeb73;transition:color .15s}
.FooterPolicies a:hover{color:#FF2F3B}
.CookieOverlay{display:none;position:fixed;inset:0;background:#211f1fb8;z-index:9000;align-items:center;justify-content:center}
.CookieOverlay.is-active{display:flex}
.CookieCard{background:#ECEBEB;max-width:520px;width:90%;border:2px solid #211F1F;box-shadow:8px 8px 0 #211F1F;border-radius:6px;overflow:hidden}
.CookieCardHeader{background:#211F1F;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}
.CookieCardHeader h2{font-family:'Ubuntu',sans-serif;font-size:1rem;color:#ECEBEB;display:flex;align-items:center;gap:8px}
.CookieCardHeader h2 i{color:#FF2F3B}
.CookieTabs{display:flex;border-bottom:2px solid #211F1F}
.CookieTabs button{flex:1;padding:10px;background:transparent;border:none;border-right:1px solid #211F1F;font-size:.82rem;font-family:'IBM Plex Sans',sans-serif;cursor:pointer;color:#211F1F;font-weight:400;transition:background .15s}
.CookieTabs button:last-child{border-right:none}
.CookieTabs button.is-active{background:#FF2F3B;color:#fff;font-weight:700}
.CookieTabContent{display:none;padding:20px}
.CookieTabContent.is-active{display:block}
.CookieTabContent p{font-size:.87rem;color:#211F1F;line-height:1.65;margin-bottom:12px}
.CookiePolicyLink{display:inline-block;font-size:.82rem;color:#FF2F3B;text-decoration:underline;margin-bottom:14px}
.CookieDetailItem{margin-bottom:14px;border-bottom:1px solid #211f1f1f;padding-bottom:12px}
.CookieDetailItem label{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:700;cursor:pointer}
.CookieDetailItem p{font-size:.8rem;color:#211f1fb3;margin-top:4px;margin-bottom:0}
.CookieDetailItem input[type="checkbox"]{accent-color:#FF2F3B;width:16px;height:16px}
.CookieActions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:16px 20px;border-top:1px solid #211f1f26}
.CookieActions a{font-size:.85rem;color:#211F1F;text-decoration:underline;cursor:pointer}
.CookieActions a:hover{color:#FF2F3B}
.CookieActionsGroup{display:flex;gap:16px}
.CookieMiniBanner{display:none;position:fixed;bottom:20px;left:20px;background:#211F1F;color:#ECEBEB;padding:10px 16px;border-radius:6px;border:1px solid #FF2F3B;z-index:8000;cursor:pointer;font-size:.8rem;align-items:center;gap:8px;box-shadow:3px 3px 0 #FF2F3B}
.CookieMiniBanner.is-visible{display:flex}
.CookieMiniBanner i{color:#FF2F3B}
@media (max-width: 1024px) {
.FooterTopInner{grid-template-columns:1fr 1fr}
.FooterBrand{grid-column:1 / -1}
}
@media (max-width: 640px) {
.HeaderInner{grid-template-columns:1fr;padding:14px 16px 0}
.LogoCell{justify-content:center}
.CompanyNameCell{justify-content:center}
.NavCell{overflow-x:auto}
.MainNavigation{flex-wrap:wrap;justify-content:center}
.MainNavigation li a{padding:10px 14px;font-size:.85rem}
.FooterTopInner{grid-template-columns:1fr;gap:28px}
.FooterBottomInner{flex-direction:column;align-items:flex-start}
}
.legal-wrapper-sk{max-width:1140px;margin:0 auto;padding:48px 24px 80px;background:#ECEBEB;font-family:'Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.8;color:#211F1F}
.legal-wrapper-sk h1{font-size:2.2rem;font-weight:700;line-height:1.2;color:#211F1F;margin:0 0 32px;padding-bottom:16px;border-bottom:3px solid #FF2F3B;letter-spacing:-.02em}
.legal-wrapper-sk h2{font-size:1.6rem;font-weight:700;line-height:1.3;color:#211F1F;margin:48px 0 16px;padding-left:14px;border-left:4px solid #FF2F3B;letter-spacing:-.01em}
.legal-wrapper-sk h3{font-size:1.25rem;font-weight:600;line-height:1.4;color:#211F1F;margin:36px 0 12px}
.legal-wrapper-sk h4{font-size:1.1rem;font-weight:600;line-height:1.5;color:#211F1F;margin:28px 0 10px}
.legal-wrapper-sk h5{font-size:1rem;font-weight:600;line-height:1.5;color:#211f1fd9;margin:24px 0 8px;text-transform:uppercase;letter-spacing:.04em}
.legal-wrapper-sk h6{font-size:.9rem;font-weight:600;line-height:1.5;color:#211f1fbf;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.06em}
.legal-wrapper-sk p{margin:0 0 18px;color:#211f1fe6}
.legal-wrapper-sk ul{margin:0 0 20px;padding-left:0;list-style:none}
.legal-wrapper-sk ol{margin:0 0 20px;padding-left:0;list-style:none;counter-reset:PolicyOl}
.legal-wrapper-sk ul li{position:relative;padding:6px 0 6px 28px;color:#211f1fe6;line-height:1.7}
.legal-wrapper-sk ul li::before{content:'';position:absolute;left:8px;top:14px;width:7px;height:7px;border-radius:50%;background:#FF2F3B}
.legal-wrapper-sk ul ul{margin:6px 0}
.legal-wrapper-sk ul ul li::before{width:5px;height:5px;top:15px;background:#ff2f3b8c}
.legal-wrapper-sk ol li{position:relative;padding:6px 0 6px 36px;color:#211f1fe6;line-height:1.7;counter-increment:PolicyOl}
.legal-wrapper-sk ol li::before{content:counter(PolicyOl) ".";position:absolute;left:0;top:6px;font-weight:700;font-size:.9rem;color:#FF2F3B;min-width:28px}
.legal-wrapper-sk ol ol{margin:6px 0;counter-reset:PolicyOlNested}
.legal-wrapper-sk ol ol li{counter-increment:PolicyOlNested;padding-left:40px}
.legal-wrapper-sk ol ol li::before{content:counter(PolicyOlNested, lower-alpha) ".";color:#ff2f3bb3;font-weight:600}
.legal-wrapper-sk em,.legal-wrapper-sk i{font-style:italic;color:#211f1fcc}
.legal-wrapper-sk strong em,.legal-wrapper-sk em strong{font-style:italic;font-weight:700}
.legal-wrapper-sk hr{border:none;border-top:1px solid #211f1f26;margin:40px 0;position:relative}
.legal-wrapper-sk hr::after{content:'';display:block;width:48px;height:3px;background:#FF2F3B;position:absolute;top:-2px;left:0;border-radius:2px}
.legal-wrapper-sk div{margin-bottom:16px}
.legal-wrapper-sk div p:last-child{margin-bottom:0}
@media (max-width: 1024px) {
.legal-wrapper-sk{padding:40px 32px 64px}
.legal-wrapper-sk h1{font-size:1.9rem}
.legal-wrapper-sk h2{font-size:1.4rem}
}
@media (max-width: 640px) {
.legal-wrapper-sk{padding:28px 16px 48px;font-size:15px}
.legal-wrapper-sk h1{font-size:1.55rem;margin-bottom:24px;padding-bottom:14px}
.legal-wrapper-sk h2{font-size:1.22rem;margin-top:36px;padding-left:12px}
.legal-wrapper-sk h3{font-size:1.1rem;margin-top:28px}
.legal-wrapper-sk h4{font-size:1rem}
.legal-wrapper-sk ul li,.legal-wrapper-sk ol li{padding-top:5px;padding-bottom:5px}
.legal-wrapper-sk hr{margin:30px 0}
}
.TitleBlock{position:relative;width:100%;min-height:480px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.TitleBlock .TitleBlockImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.TitleBlock .TitleBlockVignette{position:absolute;inset:0;background:radial-gradient(ellipse at center,#211f1f73 0%,#211f1fd1 100%);z-index:1;box-shadow:inset 0 0 80px #211f1fb3}
.TitleBlock .TitleBlockContent{position:relative;z-index:2;text-align:center;max-width:720px;padding:60px 32px}
.TitleBlock .TitleBlockContent h1{font-size:clamp(2rem,5vw,3.2rem);color:#ECEBEB;line-height:1.2;margin-bottom:18px;text-shadow:0 4px 24px #211f1f99;letter-spacing:-.5px}
.TitleBlock .TitleBlockContent h1 span{color:#FF2F3B}
.TitleBlock .TitleBlockContent p{color:#ecebebe0;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:560px}
.StorySection{max-width:1140px;margin:0 auto;padding:72px 24px 60px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.StorySection .StoryText h2{font-size:1.85rem;color:#211F1F;margin-bottom:20px;line-height:1.3;position:relative;padding-left:20px}
.StorySection .StoryText h2::before{content:'';position:absolute;left:0;top:6px;width:4px;height:70%;background:#FF2F3B;border-radius:4px}
.StorySection .StoryText p{color:#3a3838;font-size:1rem;line-height:1.75;margin-bottom:16px}
.StorySection .StoryText .StoryTag{display:inline-flex;align-items:center;gap:8px;background:#ff2f3b1a;color:#FF2F3B;border-radius:6px;padding:6px 14px;font-size:.88rem;font-weight:600;margin-top:8px}
.StorySection .StoryImageSide{position:relative}
.StorySection .StoryImageSide img{width:100%;height:360px;object-fit:cover;border-radius:10px;display:block;box-shadow:0 8px 32px #211f1f26}
.StorySection .StoryImageSide::after{content:'';position:absolute;bottom:-16px;right:-16px;width:120px;height:120px;border:3px solid #ff2f3b4d;border-radius:10px;z-index:-1}
.ValuesStrip{background:#211F1F;padding:56px 24px}
.ValuesStrip .ValuesInner{max-width:1140px;margin:0 auto}
.ValuesStrip .ValuesHeading{text-align:center;color:#ECEBEB;font-size:1.5rem;margin-bottom:40px;letter-spacing:.2px}
.ValuesStrip .ValuesHeading span{color:#FF2F3B}
.ValuesStrip .ValuesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ValuesStrip .ValueCard{background:#ecebeb0d;border:1px solid #ecebeb1a;border-radius:10px;padding:32px 24px;position:relative;transition:background .3s cubic-bezier(0.34,1.56,0.64,1)}
.ValuesStrip .ValueCard:hover{background:#ff2f3b14;border-color:#ff2f3b40}
.ValuesStrip .ValueCard .ValueIcon{width:44px;height:44px;border-radius:8px;background:#ff2f3b26;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.ValuesStrip .ValueCard .ValueIcon i{color:#FF2F3B;font-size:1.4rem}
.ValuesStrip .ValueCard h4{color:#ECEBEB;font-size:1.05rem;margin-bottom:10px}
.ValuesStrip .ValueCard p{color:#ecebeba6;font-size:.92rem;line-height:1.65;margin:0}
.TeamExpert{max-width:1140px;margin:0 auto;padding:72px 24px 60px;display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:start}
.TeamExpert .ExpertPortrait{position:relative}
.TeamExpert .ExpertPortrait img{width:100%;height:400px;object-fit:cover;object-position:top center;border-radius:12px;display:block;box-shadow:6px 6px 0 #FF2F3B}
.TeamExpert .ExpertPortrait .ExpertBadge{position:absolute;bottom:-14px;left:24px;background:#FF2F3B;color:#ECEBEB;padding:8px 18px;border-radius:6px;font-size:.85rem;font-weight:700;box-shadow:0 4px 12px #ff2f3b66}
.TeamExpert .ExpertInfo{padding-top:8px}
.TeamExpert .ExpertInfo h2{font-size:1.8rem;color:#211F1F;margin-bottom:6px}
.TeamExpert .ExpertInfo .ExpertRole{color:#FF2F3B;font-size:.95rem;font-weight:600;margin-bottom:20px;display:block}
.TeamExpert .ExpertInfo p{color:#3a3838;font-size:.98rem;line-height:1.75;margin-bottom:16px}
.TeamExpert .ExpertStats{display:flex;flex-direction:row;gap:24px;margin-top:28px}
.TeamExpert .ExpertStat{text-align:center;background:#ECEBEB;border-radius:8px;padding:18px 28px;flex:1}
.TeamExpert .ExpertStat .StatNum{font-size:1.7rem;font-weight:700;color:#FF2F3B;display:block;line-height:1.1}
.TeamExpert .ExpertStat .StatLabel{font-size:.82rem;color:#211F1F;display:block;margin-top:4px}
.ApproachSection{background:#ECEBEB;padding:64px 24px;position:relative;overflow:hidden}
.ApproachSection::before{content:'';position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:#ff2f3b12}
.ApproachSection .ApproachInner{max-width:1140px;margin:0 auto}
.ApproachSection .ApproachHeader{max-width:600px;margin-bottom:48px}
.ApproachSection .ApproachHeader h2{font-size:1.75rem;color:#211F1F;margin-bottom:14px;line-height:1.3}
.ApproachSection .ApproachHeader p{color:#3a3838;font-size:.98rem;line-height:1.7;margin:0}
.ApproachSteps{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.ApproachStep{background:#fff;border-radius:10px;padding:28px 28px 28px 72px;position:relative;box-shadow:0 2px 12px #211f1f12;transition:box-shadow .3s cubic-bezier(0.34,1.56,0.64,1)}
.ApproachStep:hover{box-shadow:0 8px 28px #211f1f21}
.ApproachStep .StepNum{position:absolute;left:22px;top:26px;width:36px;height:36px;border-radius:8px;background:#FF2F3B;color:#ECEBEB;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center}
.ApproachStep h4{color:#211F1F;font-size:1rem;margin-bottom:8px}
.ApproachStep p{color:#3a3838;font-size:.9rem;line-height:1.65;margin:0}
.VisualShowcase{max-width:1140px;margin:0 auto;padding:64px 24px 80px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:stretch}
.VisualShowcase .ShowcaseMain{grid-column:1 / 3;position:relative;border-radius:12px;overflow:hidden}
.VisualShowcase .ShowcaseMain img{width:100%;height:300px;object-fit:cover;display:block}
.VisualShowcase .ShowcaseMain .ShowcaseCaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#211f1fd9 0%,transparent 100%);padding:28px 24px 20px;color:#ECEBEB}
.VisualShowcase .ShowcaseMain .ShowcaseCaption h4{font-size:1.05rem;margin-bottom:4px;color:#ECEBEB}
.VisualShowcase .ShowcaseMain .ShowcaseCaption p{font-size:.85rem;color:#ecebebc7;margin:0}
.VisualShowcase .ShowcaseSide{display:flex;flex-direction:column;gap:20px}
.VisualShowcase .ShowcaseSide .SideCard{flex:1;border-radius:12px;overflow:hidden;position:relative}
.VisualShowcase .ShowcaseSide .SideCard img{width:100%;height:140px;object-fit:cover;display:block}
.VisualShowcase .ShowcaseSide .SideCardLabel{position:absolute;bottom:0;left:0;right:0;background:#211f1fb8;color:#ECEBEB;font-size:.82rem;padding:8px 14px}
.CtaAbout{background:linear-gradient(135deg,#211F1F 0%,#211f1feb 100%);padding:60px 24px;text-align:center}
.CtaAbout .CtaAboutInner{max-width:620px;margin:0 auto}
.CtaAbout h3{font-size:1.6rem;color:#ECEBEB;margin-bottom:14px;line-height:1.35}
.CtaAbout p{color:#ecebebbf;font-size:.98rem;line-height:1.7;margin-bottom:28px}
.CtaAbout .CtaButtonRow{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap}
.CtaAbout .BtnPrimary{background:#FF2F3B;color:#ECEBEB;border:none;border-radius:7px;padding:13px 32px;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:background .22s cubic-bezier(0.34,1.56,0.64,1),box-shadow .22s;box-shadow:0 4px 16px #ff2f3b4d;position:relative;z-index:2}
.CtaAbout .BtnPrimary:hover{background:#e0212c;box-shadow:0 8px 24px #ff2f3b73}
.CtaAbout .BtnOutline{background:transparent;color:#ECEBEB;border:2px solid #ecebeb66;border-radius:7px;padding:11px 28px;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block;transition:border-color 0.22s,background .22s;position:relative;z-index:2}
.CtaAbout .BtnOutline:hover{border-color:#ECEBEB;background:#ecebeb14}
@media (max-width: 1024px) {
.StorySection{grid-template-columns:1fr;gap:36px;padding:52px 24px 44px}
.StorySection .StoryImageSide::after{display:none}
.ValuesStrip .ValuesGrid{grid-template-columns:1fr 1fr}
.TeamExpert{grid-template-columns:1fr;gap:40px;padding:52px 24px 48px}
.TeamExpert .ExpertPortrait img{height:320px}
.ApproachSteps{grid-template-columns:1fr}
.VisualShowcase{grid-template-columns:1fr 1fr;padding:44px 24px 56px}
.VisualShowcase .ShowcaseMain{grid-column:1 / 3}
.VisualShowcase .ShowcaseSide{flex-direction:row;grid-column:1 / 3}
.VisualShowcase .ShowcaseSide .SideCard img{height:180px}
}
@media (max-width: 640px) {
.TitleBlock{min-height:340px}
.TitleBlock .TitleBlockContent h1{font-size:1.65rem}
.ValuesStrip .ValuesGrid{grid-template-columns:1fr}
.TeamExpert .ExpertStats{flex-direction:column;gap:12px}
.VisualShowcase{grid-template-columns:1fr}
.VisualShowcase .ShowcaseMain{grid-column:1}
.VisualShowcase .ShowcaseSide{grid-column:1;flex-direction:column}
.CtaAbout .CtaButtonRow{flex-direction:column;align-items:center}
.StorySection .StoryImageSide img{height:240px}
}
.HeroSection{background:#211F1F;position:relative;overflow:hidden;padding:80px 20px 0;text-align:center}
.HeroSection .HeroInner{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.HeroSection .HeroGradientBlob{position:absolute;top:-60px;left:50%;transform:translateX(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(ellipse at center,#ff2f3b47 0%,#ff2f3b14 45%,transparent 70%);animation:BlobPulse 6s cubic-bezier(0.45,0.05,0.55,0.95) infinite alternate;z-index:1}
@keyframes BlobPulse {
0%{transform:translateX(-50%) scale(1);opacity:.7}
100%{transform:translateX(-50%) scale(1.18);opacity:1}
}
.HeroSection .HeroBadge{display:inline-flex;align-items:center;gap:8px;background:#ff2f3b26;border:1px solid #ff2f3b59;border-radius:20px;padding:6px 16px;margin-bottom:28px;color:#FF2F3B;font-size:13px;letter-spacing:.04em}
.HeroSection .HeroHeading{font-size:clamp(32px,6vw,64px);font-weight:700;color:#ECEBEB;line-height:1.15;margin:0 auto 24px;max-width:820px}
.HeroSection .HeroHeading span{color:#FF2F3B;position:relative}
.HeroSection .HeroHeading span::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#FF2F3B,#ff2f3b33);border-radius:2px}
.HeroSection .HeroSubtitle{color:#ecebebb8;font-size:18px;line-height:1.65;max-width:600px;margin:0 auto 40px}
.HeroSection .HeroCta{display:inline-flex;align-items:center;gap:10px;background:#FF2F3B;color:#fff;padding:15px 36px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:background .25s cubic-bezier(0.34,1.56,0.64,1),transform .25s cubic-bezier(0.34,1.56,0.64,1);position:relative;z-index:3;margin-bottom:60px}
.HeroSection .HeroCta:hover{background:#d91f2a;transform:translateY(-2px) scale(1.03)}
.HeroWaveDivider{display:block;width:100%;line-height:0;margin-top:20px}
.AdvantagesSection{background:#ECEBEB;padding:72px 20px}
.AdvantagesSection .AdvantagesInner{max-width:1140px;margin:0 auto}
.AdvantagesSection .SectionLabel{display:flex;align-items:center;gap:10px;color:#FF2F3B;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}
.AdvantagesSection .SectionLabel::before{content:'';display:block;width:28px;height:2px;background:#FF2F3B;border-radius:2px}
.AdvantagesSection .SectionHeading{font-size:clamp(26px,4vw,40px);font-weight:700;color:#211F1F;max-width:560px;line-height:1.2;margin:0 0 52px}
.AdvantagesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.AdvantageCard{background:#fff;border-radius:10px;padding:32px 28px;box-shadow:0 2px 12px #211f1f12;transition:box-shadow .22s ease,transform .22s cubic-bezier(0.34,1.56,0.64,1);border-top:3px solid transparent}
.AdvantageCard:hover{box-shadow:0 8px 28px #211f1f21;transform:translateY(-4px);border-top-color:#FF2F3B}
.AdvantageCard .CardIcon{width:48px;height:48px;background:#ff2f3b1a;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:22px;color:#FF2F3B}
.AdvantageCard .CardTitle{font-size:18px;font-weight:700;color:#211F1F;margin:0 0 10px}
.AdvantageCard .CardText{font-size:14px;color:#211f1fad;line-height:1.65;margin:0}
.LearningTypesSection{background:#211F1F;padding:80px 20px;position:relative;overflow:hidden}
.LearningTypesSection::before{content:'';position:absolute;right:-80px;top:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(ellipse,#ff2f3b1f 0%,transparent 70%)}
.LearningTypesSection .LearningInner{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.LearningTypesSection .LearningHeader{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:24px}
.LearningTypesSection .LearningTitle{font-size:clamp(26px,4vw,40px);font-weight:700;color:#ECEBEB;line-height:1.2;max-width:480px;margin:0}
.LearningTypesSection .LearningTitle em{font-style:normal;color:#FF2F3B}
.LearningTypesSection .LearningSubtext{color:#ecebeb99;font-size:15px;line-height:1.6;max-width:360px;margin:0}
.LearningTypesGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.LearningTypeCard{border-radius:10px;overflow:hidden;position:relative}
.LearningTypeCard .LTCardImg{width:100%;height:240px;object-fit:cover;display:block;transition:transform .4s ease}
.LearningTypeCard:hover .LTCardImg{transform:scale(1.04)}
.LearningTypeCard .LTCardOverlay{position:absolute;inset:0;background:linear-gradient(to top,#211f1fe0 0%,#211f1f40 60%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px}
.LearningTypeCard .LTCardTag{display:inline-block;background:#FF2F3B;color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:4px;margin-bottom:10px;width:fit-content}
.LearningTypeCard .LTCardTitle{color:#fff;font-size:20px;font-weight:700;margin:0 0 6px}
.LearningTypeCard .LTCardDesc{color:#ffffffbf;font-size:13px;line-height:1.55;margin:0}
.LearningTypeCard.is-wide{grid-column:span 2}
.LearningTypeCard.is-wide .LTCardImg{height:300px}
.QualitySection{background:#ECEBEB;padding:80px 20px}
.QualitySection .QualityInner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.QualitySection .QualityImageWrap{position:relative}
.QualitySection .QualityImg{width:100%;height:420px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 12px 36px #211f1f24}
.QualitySection .QualityBadgeFloat{position:absolute;bottom:-20px;right:-20px;background:#FF2F3B;color:#fff;border-radius:10px;padding:18px 22px;box-shadow:0 6px 20px #ff2f3b59;text-align:center}
.QualitySection .QualityBadgeFloat .BadgeNumber{display:block;font-size:32px;font-weight:800;line-height:1}
.QualitySection .QualityBadgeFloat .BadgeLabel{display:block;font-size:11px;opacity:.88;margin-top:4px}
.QualitySection .QualityContent .SectionLabel{display:flex;align-items:center;gap:10px;color:#FF2F3B;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px}
.QualitySection .QualityContent .SectionLabel::before{content:'';display:block;width:28px;height:2px;background:#FF2F3B;border-radius:2px}
.QualitySection .QualityContent h2{font-size:clamp(24px,3.5vw,38px);font-weight:700;color:#211F1F;line-height:1.25;margin:0 0 20px}
.QualitySection .QualityContent p{color:#211f1fb3;font-size:15px;line-height:1.7;margin:0 0 32px}
.QualityCheckList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.QualityCheckList li{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:14px;color:#211F1F;line-height:1.5}
.QualityCheckList li .CheckMark{flex-shrink:0;width:22px;height:22px;background:#ff2f3b1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#FF2F3B;font-size:13px;margin-top:1px}
.TestimonialsSection{background:#fff;padding:80px 20px}
.TestimonialsSection .TestimonialsInner{max-width:1140px;margin:0 auto}
.TestimonialsSection .TestimonialHeader{text-align:center;margin-bottom:52px}
.TestimonialsSection .TestimonialHeader h2{font-size:clamp(26px,4vw,40px);font-weight:700;color:#211F1F;margin:0 0 14px}
.TestimonialsSection .TestimonialHeader p{color:#211f1fa6;font-size:15px;max-width:520px;margin:0 auto;line-height:1.65}
.TestimonialsGrid{display:grid;grid-template-columns:2fr 1fr;gap:24px}
.TestimonialFeatured{background:#211F1F;border-radius:12px;padding:40px;display:flex;flex-direction:column;justify-content:space-between}
.TestimonialFeatured .TFQuote{color:#FF2F3B;font-size:48px;line-height:1;margin-bottom:16px}
.TestimonialFeatured .TFText{color:#ecebebe0;font-size:18px;line-height:1.65;margin:0 0 32px;flex-grow:1}
.TestimonialFeatured .TFAuthor{display:flex;flex-direction:row;align-items:center;gap:16px}
.TestimonialFeatured .TFAuthor img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #ff2f3b80}
.TestimonialFeatured .TFAuthor .TFAuthorName{color:#ECEBEB;font-weight:700;font-size:15px;display:block}
.TestimonialFeatured .TFAuthor .TFAuthorRole{color:#ecebeb8c;font-size:13px;display:block;margin-top:2px}
.TestimonialsStats{display:flex;flex-direction:column;gap:20px}
.StatBlock{background:#ECEBEB;border-radius:10px;padding:28px 24px;text-align:center;flex:1}
.StatBlock .StatNumber{font-size:38px;font-weight:800;color:#211F1F;line-height:1;display:block}
.StatBlock .StatNumber span{color:#FF2F3B}
.StatBlock .StatDesc{color:#211f1f99;font-size:13px;line-height:1.5;margin-top:8px;display:block}
.ResearchSection{background:#211F1F;padding:80px 20px;position:relative;overflow:hidden}
.ResearchSection .ResearchInner{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.ResearchSection .ResearchTopRow{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-bottom:48px}
.ResearchSection .ResearchHeadBlock{grid-column:span 2}
.ResearchSection .ResearchHeadBlock h2{font-size:clamp(26px,3.5vw,38px);font-weight:700;color:#ECEBEB;margin:0 0 16px;line-height:1.2}
.ResearchSection .ResearchHeadBlock p{color:#ecebeba6;font-size:15px;line-height:1.7;margin:0}
.ResearchSection .ResearchImgBlock img{width:100%;height:200px;object-fit:cover;border-radius:10px;display:block}
.ResearchAccordion{display:flex;flex-direction:column;gap:2px}
.AccordionItem{background:#ecebeb0d;border-radius:8px;overflow:hidden;border:1px solid #ecebeb1a}
.AccordionItem input[type="checkbox"]{display:none}
.AccordionItem label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 22px;cursor:pointer;color:#ECEBEB;font-size:15px;font-weight:600;transition:background .2s ease}
.AccordionItem label:hover{background:#ff2f3b14}
.AccordionItem label .AccIcon{color:#FF2F3B;font-size:20px;transition:transform .25s ease;flex-shrink:0}
.AccordionItem input:checked ~ label .AccIcon{transform:rotate(45deg)}
.AccordionBody{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(0.4,0,0.2,1)}
.AccordionItem input:checked ~ .AccordionBody{max-height:200px}
.AccordionBody p{padding:0 22px 18px;color:#ecebeba6;font-size:14px;line-height:1.65;margin:0}
.RelevanceSection{background:#ECEBEB;padding:80px 20px}
.RelevanceSection .RelevanceInner{max-width:1140px;margin:0 auto}
.RelevanceSection .RelevanceTop{text-align:center;margin-bottom:52px}
.RelevanceSection .RelevanceTop h2{font-size:clamp(26px,4vw,40px);font-weight:700;color:#211F1F;margin:0 0 16px;line-height:1.2}
.RelevanceSection .RelevanceTop p{color:#211f1fa6;font-size:15px;line-height:1.65;max-width:560px;margin:0 auto}
.RelevanceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.RelevanceCard{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #211f1f12;transition:transform .22s cubic-bezier(0.34,1.56,0.64,1),box-shadow .22s ease}
.RelevanceCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px #211f1f1f}
.RelevanceCard .RCImg{width:100%;height:180px;object-fit:cover;display:block}
.RelevanceCard .RCBody{padding:22px}
.RelevanceCard .RCCategory{font-size:11px;font-weight:700;color:#FF2F3B;letter-spacing:.07em;text-transform:uppercase;margin-bottom:10px;display:block}
.RelevanceCard .RCTitle{font-size:16px;font-weight:700;color:#211F1F;margin:0 0 10px;line-height:1.35}
.RelevanceCard .RCText{font-size:13px;color:#211f1fa6;line-height:1.6;margin:0}
.RelevanceCta{text-align:center}
.RelevanceCta a{display:inline-flex;align-items:center;gap:10px;background:#211F1F;color:#ECEBEB;padding:15px 36px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;transition:background .22s ease,transform .22s cubic-bezier(0.34,1.56,0.64,1)}
.RelevanceCta a:hover{background:#FF2F3B;transform:translateY(-2px)}
@media (max-width: 1024px) {
.AdvantagesGrid{grid-template-columns:repeat(2,1fr)}
.LearningTypesGrid{grid-template-columns:1fr}
.LearningTypeCard.is-wide{grid-column:span 1}
.LearningTypeCard.is-wide .LTCardImg{height:240px}
.QualitySection .QualityInner{grid-template-columns:1fr;gap:48px}
.QualitySection .QualityBadgeFloat{bottom:-16px;right:16px}
.TestimonialsGrid{grid-template-columns:1fr}
.TestimonialsStats{flex-direction:row}
.ResearchSection .ResearchTopRow{grid-template-columns:1fr}
.ResearchSection .ResearchHeadBlock{grid-column:span 1}
.RelevanceGrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 640px) {
.HeroSection{padding:60px 16px 0}
.AdvantagesSection{padding:52px 16px}
.AdvantagesGrid{grid-template-columns:1fr}
.LearningTypesSection{padding:56px 16px}
.LearningTypesSection .LearningHeader{flex-direction:column;align-items:flex-start}
.QualitySection{padding:56px 16px}
.TestimonialsSection{padding:56px 16px}
.TestimonialsStats{flex-direction:column}
.ResearchSection{padding:56px 16px}
.RelevanceSection{padding:56px 16px}
.RelevanceGrid{grid-template-columns:1fr}
.LearningTypesGrid{gap:14px}
}
.TitleBlock{position:relative;overflow:hidden;background:#211F1F;padding:72px 24px 56px}
.TitleBlock .BackgroundImage{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.18;z-index:0}
.TitleBlock .RhythmDots{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,#ff2f3b40 1.5px,transparent 1.5px);background-size:28px 28px;z-index:1;pointer-events:none}
.TitleBlock .TitleInner{position:relative;z-index:2;max-width:1140px;margin:0 auto}
.TitleBlock .TitleTag{display:inline-block;background:#ff2f3b26;border:1px solid #ff2f3b66;color:#FF2F3B;font-size:11px;letter-spacing:2px;text-transform:uppercase;padding:4px 14px;border-radius:4px;margin-bottom:22px}
.TitleBlock .PageHeading{font-size:clamp(32px,5vw,56px);font-weight:800;color:#ECEBEB;line-height:1.15;margin:0 0 18px;max-width:620px}
.TitleBlock .PageHeading span{color:#FF2F3B}
.TitleBlock .PageSubtext{color:#ecebebb8;font-size:16px;line-height:1.7;max-width:480px;margin:0}
.ContactLayout{max-width:1140px;margin:0 auto;padding:64px 24px;display:grid;grid-template-columns:1fr 1.4fr;gap:56px;align-items:start}
.ContactSidePanel .SidePanelLabel{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#FF2F3B;margin:0 0 18px}
.ContactSidePanel .SidePanelHeading{font-size:26px;font-weight:700;color:#211F1F;line-height:1.35;margin:0 0 28px}
.ContactSidePanel .InfoCard{background:#ECEBEB;border-radius:10px;padding:22px 24px;margin-bottom:16px;display:flex;flex-direction:row;align-items:flex-start;gap:16px;border-left:3px solid #FF2F3B;transition:box-shadow .22s cubic-bezier(0.34,1.56,0.64,1)}
.ContactSidePanel .InfoCard:hover{box-shadow:0 6px 22px #211f1f1f}
.ContactSidePanel .InfoIcon{width:40px;height:40px;background:#ff2f3b1a;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0}
.ContactSidePanel .InfoIcon i{font-size:18px;color:#FF2F3B}
.ContactSidePanel .InfoText .InfoLabel{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#211f1f80;display:block;margin-bottom:4px}
.ContactSidePanel .InfoText .InfoValue{font-size:15px;color:#211F1F;font-weight:600;line-height:1.5}
.ContactSidePanel .InfoText .InfoValue a{color:#211F1F;text-decoration:none;border-bottom:1px dashed #211f1f4d;transition:color .18s}
.ContactSidePanel .InfoText .InfoValue a:hover{color:#FF2F3B}
.FormPanel{background:#fff;border:1px solid #211f1f1a;border-radius:12px;padding:40px 36px;box-shadow:0 4px 24px #211f1f12}
.StepForm .StepIndicator{display:flex;flex-direction:row;align-items:center;gap:0;margin-bottom:36px}
.StepForm .StepItem{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1}
.StepForm .StepCircle{width:32px;height:32px;border-radius:50%;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:13px;font-weight:700;border:2px solid #ECEBEB;color:#211f1f66;background:#fff;transition:all .2s}
.StepForm .StepItem.is-active .StepCircle{border-color:#FF2F3B;color:#FF2F3B;background:#ff2f3b14}
.StepForm .StepItem.is-done .StepCircle{border-color:#FF2F3B;background:#FF2F3B;color:#fff}
.StepForm .StepLabel{font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:#211f1f73}
.StepForm .StepItem.is-active .StepLabel{color:#211F1F;font-weight:600}
.StepForm .StepConnector{flex:1;height:2px;background:#ECEBEB;margin-bottom:20px;max-width:40px}
.StepSection{display:none}
.StepSection.is-active{display:block}
.StepSection .StepSectionTitle{font-size:17px;font-weight:700;color:#211F1F;margin:0 0 6px}
.StepSection .StepSectionNote{font-size:14px;color:#211f1f8c;margin:0 0 24px;line-height:1.5}
.FieldGroup{margin-bottom:20px}
.FieldGroup label{display:block;font-size:13px;font-weight:600;color:#211F1F;margin-bottom:7px;letter-spacing:.3px}
.FieldGroup input[type="text"],.FieldGroup input[type="email"]{width:100%;padding:13px 16px;border:1.5px solid #ECEBEB;border-radius:8px;font-size:15px;color:#211F1F;background:#FAFAFA;transition:border-color 0.18s,box-shadow .18s;box-sizing:border-box;outline:none}
.FieldGroup input[type="text"]:focus,.FieldGroup input[type="email"]:focus{border-color:#FF2F3B;box-shadow:0 0 0 3px #ff2f3b1a;background:#fff}
.FormNavButtons{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;margin-top:28px}
.BtnNext{display:inline-flex;flex-direction:row;align-items:center;gap:8px;background:#FF2F3B;color:#fff;border:none;border-radius:8px;padding:13px 28px;font-size:15px;font-weight:600;cursor:pointer;position:relative;z-index:10;text-decoration:none;transition:background 0.18s,box-shadow 0.18s,transform .15s cubic-bezier(0.34,1.56,0.64,1)}
.BtnNext:hover{background:#d4202b;box-shadow:0 6px 18px #ff2f3b4d;transform:translateY(-1px)}
.BtnBack{display:inline-flex;flex-direction:row;align-items:center;gap:6px;background:transparent;color:#211f1f99;border:1.5px solid #ECEBEB;border-radius:8px;padding:12px 22px;font-size:14px;font-weight:500;cursor:pointer;position:relative;z-index:10;text-decoration:none;transition:border-color 0.18s,color .18s}
.BtnBack:hover{border-color:#211f1f4d;color:#211F1F}
.PrivacyCheck{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin-bottom:20px;margin-top:8px}
.PrivacyCheck input[type="checkbox"]{width:18px;height:18px;accent-color:#FF2F3B;flex-shrink:0;margin-top:2px;cursor:pointer}
.PrivacyCheck .PrivacyText{font-size:13px;color:#211f1fa6;line-height:1.55}
.PrivacyCheck .PrivacyText a{color:#FF2F3B;text-decoration:underline;text-underline-offset:2px}
input[type="radio"]{display:none}
.StepTrigger{display:none}
#step-radio-alt:checked ~ .FormContent .StepItem:nth-child(1) .StepCircle,#step-radio-secondary:checked ~ .FormContent .StepItem:nth-child(3) .StepCircle{border-color:#FF2F3B;color:#fff;background:#FF2F3B}
.FaqBlock{background:#ECEBEB;padding:64px 24px}
.FaqBlock .FaqInner{max-width:1140px;margin:0 auto}
.FaqBlock .FaqHeader{text-align:center;margin-bottom:48px}
.FaqBlock .FaqHeader .FaqTagline{display:inline-block;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#FF2F3B;margin-bottom:14px}
.FaqBlock .FaqHeader h2{font-size:clamp(22px,3.5vw,36px);font-weight:700;color:#211F1F;margin:0}
.FaqGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.FaqItem{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #211f1f14}
.FaqItem input[type="checkbox"]{display:none}
.FaqItem .FaqQuestion{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 22px;cursor:pointer;font-size:15px;font-weight:600;color:#211F1F;gap:12px;user-select:none;transition:background .18s}
.FaqItem .FaqQuestion:hover{background:#ff2f3b0a}
.FaqItem .FaqQuestion .FaqIcon{width:24px;height:24px;flex-shrink:0;display:flex;flex-direction:row;align-items:center;justify-content:center;background:#ff2f3b1a;border-radius:50%;color:#FF2F3B;font-size:14px;transition:transform .22s cubic-bezier(0.34,1.56,0.64,1),background .18s}
.FaqItem input:checked ~ .FaqQuestion .FaqIcon{transform:rotate(45deg);background:#FF2F3B;color:#fff}
.FaqItem .FaqAnswer{max-height:0;overflow:hidden;transition:max-height .32s cubic-bezier(0.4,0,0.2,1);padding:0 22px;font-size:14px;color:#211f1fb3;line-height:1.7}
.FaqItem input:checked ~ .FaqAnswer{max-height:200px;padding:0 22px 20px}
.ReasonBlock{background:#211F1F;padding:72px 24px;position:relative;overflow:hidden}
.ReasonBlock::before{content:'';position:absolute;top:-60px;right:-80px;width:320px;height:320px;border-radius:50%;background:#ff2f3b14;pointer-events:none}
.ReasonBlock .ReasonInner{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.ReasonBlock .ReasonHeader{margin-bottom:52px}
.ReasonBlock .ReasonTagline{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#FF2F3B;display:block;margin-bottom:14px}
.ReasonBlock .ReasonHeader h2{font-size:clamp(24px,4vw,40px);font-weight:700;color:#ECEBEB;margin:0;max-width:540px;line-height:1.25}
.ReasonGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ReasonCard{background:#ecebeb0d;border:1px solid #ecebeb1a;border-radius:10px;padding:28px 24px;transition:background 0.2s,border-color .2s;position:relative}
.ReasonCard:hover{background:#ecebeb17;border-color:#ff2f3b4d}
.ReasonCard .ReasonNum{font-size:42px;font-weight:900;color:#ff2f3b33;line-height:1;margin-bottom:16px}
.ReasonCard .ReasonCardTitle{font-size:16px;font-weight:700;color:#ECEBEB;margin:0 0 10px}
.ReasonCard .ReasonCardText{font-size:14px;color:#ecebeb99;line-height:1.65;margin:0}
.TestimonialBlock{padding:72px 24px;background:#fff}
.TestimonialBlock .TestInner{max-width:1140px;margin:0 auto}
.TestimonialBlock .TestHeader{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:44px;gap:24px}
.TestimonialBlock .TestHeader h2{font-size:clamp(22px,3.5vw,36px);font-weight:700;color:#211F1F;margin:0;max-width:400px;line-height:1.3}
.TestimonialBlock .TestHeader .TestSubnote{font-size:14px;color:#211f1f8c;text-align:right;max-width:260px;line-height:1.5}
.TestCards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.TestCard{border:1px solid #ECEBEB;border-radius:12px;padding:28px 24px;background:#FAFAFA;transition:box-shadow .22s cubic-bezier(0.34,1.56,0.64,1),transform .18s;position:relative}
.TestCard:hover{box-shadow:0 8px 28px #211f1f1a;transform:translateY(-3px)}
.TestCard::before{content:'\201C';position:absolute;top:16px;right:20px;font-size:52px;color:#ff2f3b26;font-weight:900;line-height:1}
.TestCard .TestStars{display:flex;flex-direction:row;gap:3px;margin-bottom:14px}
.TestCard .TestStars i{font-size:14px;color:#FF2F3B}
.TestCard .TestQuote{font-size:14px;color:#211f1fb8;line-height:1.7;margin:0 0 20px}
.TestCard .TestAuthor{display:flex;flex-direction:row;align-items:center;gap:10px;border-top:1px solid #ECEBEB;padding-top:16px}
.TestCard .TestAvatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#211F1F,#FF2F3B);display:flex;flex-direction:row;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:700;color:#fff}
.TestCard .AuthorInfo .AuthorName{font-size:14px;font-weight:700;color:#211F1F;display:block}
.TestCard .AuthorInfo .AuthorRole{font-size:12px;color:#211f1f80}
@media (max-width: 1024px) {
.ContactLayout{grid-template-columns:1fr;gap:40px;padding:48px 24px}
.ReasonGrid{grid-template-columns:1fr 1fr}
.TestCards{grid-template-columns:1fr 1fr}
.FaqGrid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.TitleBlock{padding:52px 18px 40px}
.FormPanel{padding:28px 20px}
.ReasonGrid{grid-template-columns:1fr}
.TestCards{grid-template-columns:1fr}
.TestimonialBlock .TestHeader{flex-direction:column;align-items:flex-start}
.TestimonialBlock .TestHeader .TestSubnote{text-align:left}
.FormNavButtons{flex-direction:column-reverse;align-items:stretch}
.BtnNext,.BtnBack{justify-content:center}
}
.ProgramHero{position:relative;background:#211F1F;overflow:hidden;padding:80px 20px 60px}
.ProgramHero .HeroInner{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}
.ProgramHero .HeroImageAnchor{position:relative;width:520px;max-width:100%;margin-bottom:36px;border-radius:8px;overflow:hidden}
.ProgramHero .HeroImageAnchor img{width:100%;height:320px;object-fit:cover;display:block;filter:grayscale(100%) contrast(1.1);mix-blend-mode:luminosity}
.ProgramHero .HeroDuotoneOverlay{position:absolute;inset:0;background:linear-gradient(135deg,#ff2f3b8c 0%,#211f1fbf 100%);mix-blend-mode:multiply;border-radius:8px}
.ProgramHero .HeroDecorLine{position:absolute;top:-18px;left:-18px;width:90px;height:90px;border:3px solid #ff2f3b73;border-radius:4px;transform:rotate(15deg)}
.ProgramHero .HeroDecorDot{position:absolute;bottom:-12px;right:-12px;width:48px;height:48px;background:#ff2f3b47;border-radius:50%}
.ProgramHero .HeroBadge{display:inline-block;background:#ff2f3b26;border:1px solid #ff2f3b66;color:#FF2F3B;font-size:12px;letter-spacing:2px;text-transform:uppercase;padding:5px 14px;border-radius:4px;margin-bottom:18px}
.ProgramHero .HeroTitle{color:#ECEBEB;font-size:38px;font-weight:700;line-height:1.2;margin:0 0 16px;max-width:600px}
.ProgramHero .HeroTitle span{color:#FF2F3B}
.ProgramHero .HeroSubtext{color:#ecebebb8;font-size:16px;line-height:1.7;max-width:480px;margin:0 0 28px}
.ProgramHero .HeroCta{display:inline-flex;align-items:center;gap:8px;background:#FF2F3B;color:#fff;font-size:15px;font-weight:600;padding:13px 28px;border-radius:6px;text-decoration:none;transition:background .25s cubic-bezier(0.34,1.56,0.64,1),transform .25s cubic-bezier(0.34,1.56,0.64,1);position:relative;z-index:3}
.ProgramHero .HeroCta:hover{background:#d9222d;transform:translateY(-2px) scale(1.03)}
.ProgramHero .BgDecorShape{position:absolute;top:-60px;right:-80px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,#ff2f3b17 0%,transparent 70%);z-index:1}
.ProgramHero .BgDecorShapeLeft{position:absolute;bottom:-100px;left:-60px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#ecebeb0a 0%,transparent 70%);z-index:1}
.CourseModulesSection{background:#ECEBEB;padding:72px 20px}
.CourseModulesSection .ModulesInner{max-width:1140px;margin:0 auto}
.CourseModulesSection .ModulesHeader{display:flex;flex-direction:row;align-items:flex-end;gap:40px;margin-bottom:48px}
.CourseModulesSection .ModulesHeaderText{flex:1}
.CourseModulesSection .ModulesSectionLabel{display:inline-flex;align-items:center;gap:8px;color:#FF2F3B;font-size:12px;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px}
.CourseModulesSection .ModulesSectionLabel::before{content:'';display:inline-block;width:24px;height:2px;background:#FF2F3B;border-radius:2px}
.CourseModulesSection .ModulesTitle{color:#211F1F;font-size:28px;font-weight:700;line-height:1.3;margin:0 0 8px}
.CourseModulesSection .ModulesDesc{color:#211f1fad;font-size:15px;line-height:1.65;max-width:380px;margin:0}
.CourseModulesSection .ModulesHeaderStats{display:flex;flex-direction:row;gap:28px;flex-shrink:0}
.CourseModulesSection .StatPill{background:#fff;border-radius:8px;padding:16px 20px;text-align:center;box-shadow:0 2px 12px #211f1f14;min-width:90px}
.CourseModulesSection .StatPill .StatNumber{color:#FF2F3B;font-size:26px;font-weight:700;display:block;line-height:1;margin-bottom:4px}
.CourseModulesSection .StatPill .StatLabel{color:#211f1f99;font-size:11px;text-transform:uppercase;letter-spacing:1px}
.ModuleAccordion{display:flex;flex-direction:column;gap:10px}
.ModuleAccordion input[type="radio"]{display:none}
.ModuleAccordionItem{background:#fff;border-radius:8px;box-shadow:0 1px 8px #211f1f12;overflow:hidden;transition:box-shadow .22s ease}
.ModuleAccordionItem:hover{box-shadow:0 4px 18px #211f1f1f}
.ModuleAccordionLabel{display:flex;flex-direction:row;align-items:center;gap:14px;padding:18px 22px;cursor:pointer;user-select:none}
.ModuleAccordionLabel .ModuleNumber{width:36px;height:36px;border-radius:6px;background:#ECEBEB;display:flex;align-items:center;justify-content:center;color:#211F1F;font-size:13px;font-weight:700;flex-shrink:0;transition:background 0.2s,color .2s}
.ModuleAccordionLabel .ModuleName{flex:1;color:#211F1F;font-size:15px;font-weight:600}
.ModuleAccordionLabel .ModuleMeta{color:#211f1f80;font-size:12px;display:flex;align-items:center;gap:6px;white-space:nowrap}
.ModuleAccordionLabel .AccordionArrow{color:#211f1f66;font-size:18px;transition:transform .25s cubic-bezier(0.34,1.56,0.64,1);flex-shrink:0}
.ModuleAccordion input[type="radio"]:checked + .ModuleAccordionItem .ModuleAccordionLabel .AccordionArrow{transform:rotate(180deg);color:#FF2F3B}
.ModuleAccordion input[type="radio"]:checked + .ModuleAccordionItem .ModuleAccordionLabel .ModuleNumber{background:#FF2F3B;color:#fff}
.ModuleAccordionBody{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(0.4,0,0.2,1)}
.ModuleAccordion input[type="radio"]:checked + .ModuleAccordionItem .ModuleAccordionBody{max-height:320px}
.ModuleAccordionBodyInner{padding:4px 22px 20px 72px;color:#211f1fb8;font-size:14px;line-height:1.7}
.ModuleAccordionBodyInner ul{margin:8px 0 0;padding-left:18px}
.ModuleAccordionBodyInner ul li{margin-bottom:5px}
.ExpertSection{background:#fff;padding:72px 20px}
.ExpertSection .ExpertInner{max-width:1140px;margin:0 auto;display:flex;flex-direction:row;gap:56px;align-items:center}
.ExpertSection .ExpertVisual{flex-shrink:0;position:relative;width:360px}
.ExpertSection .ExpertVisual .ContentImageWrap{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 8px 32px #211f1f24}
.ExpertSection .ExpertVisual .ContentImageWrap img{width:100%;height:340px;object-fit:cover;display:block}
.ExpertSection .ExpertVisual .ImageAccentBar{position:absolute;left:-12px;top:24px;width:5px;height:80px;background:#FF2F3B;border-radius:3px}
.ExpertSection .ExpertVisual .FloatCard{position:absolute;bottom:-20px;right:-20px;background:#211F1F;color:#ECEBEB;padding:14px 18px;border-radius:8px;box-shadow:0 4px 20px #211f1f38;font-size:13px;min-width:160px}
.ExpertSection .ExpertVisual .FloatCard .FloatCardName{font-weight:700;font-size:14px;margin-bottom:3px;color:#fff}
.ExpertSection .ExpertVisual .FloatCard .FloatCardRole{color:#ecebeba6;font-size:12px}
.ExpertSection .ExpertContent{flex:1}
.ExpertSection .ExpertSectionTag{display:inline-flex;align-items:center;gap:8px;color:#FF2F3B;font-size:12px;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}
.ExpertSection .ExpertSectionTag::before{content:'';display:inline-block;width:18px;height:2px;background:#FF2F3B;border-radius:2px}
.ExpertSection .ExpertTitle{color:#211F1F;font-size:26px;font-weight:700;line-height:1.35;margin:0 0 14px}
.ExpertSection .ExpertBody{color:#211f1fb3;font-size:15px;line-height:1.7;margin:0 0 24px}
.ExpertSection .ExpertFeatGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px}
.ExpertSection .ExpertFeatItem{display:flex;flex-direction:row;gap:10px;align-items:flex-start;background:#ECEBEB;border-radius:6px;padding:13px 14px}
.ExpertSection .ExpertFeatItem .FeatIcon{color:#FF2F3B;font-size:20px;flex-shrink:0;margin-top:1px}
.ExpertSection .ExpertFeatItem .FeatText{font-size:13px;color:#211F1F;font-weight:500;line-height:1.5}
.ExpertSection .ExpertFeatItem .FeatText span{display:block;color:#211f1f94;font-weight:400;font-size:12px;margin-top:1px}
.ExpertSection .ExpertCta{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#FF2F3B;font-size:15px;font-weight:600;padding:11px 24px;border-radius:6px;border:2px solid #FF2F3B;text-decoration:none;transition:background .22s ease,color .22s ease,transform .22s cubic-bezier(0.34,1.56,0.64,1);position:relative;z-index:2}
.ExpertSection .ExpertCta:hover{background:#FF2F3B;color:#fff;transform:translateY(-2px)}
.TestimonialsSection{background:#211F1F;padding:72px 20px;position:relative;overflow:hidden}
.TestimonialsSection .TestimonialsBgPattern{position:absolute;inset:0;background-image:radial-gradient(circle,#ff2f3b0f 1px,transparent 1px);background-size:28px 28px;z-index:0}
.TestimonialsSection .TestimonialsInner{max-width:1140px;margin:0 auto;position:relative;z-index:1}
.TestimonialsSection .TestimonialsTop{text-align:center;margin-bottom:44px}
.TestimonialsSection .TestimonialsLabel{display:inline-flex;align-items:center;gap:10px;color:#ff2f3bd9;font-size:12px;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}
.TestimonialsSection .TestimonialsLabel::before,.TestimonialsSection .TestimonialsLabel::after{content:'';display:inline-block;width:20px;height:1px;background:#ff2f3b80}
.TestimonialsSection .TestimonialsTitle{color:#ECEBEB;font-size:26px;font-weight:700;margin:0}
.TestimonialsSection .TestimonialsGrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.TestimonialCard{background:#ecebeb0f;border:1px solid #ecebeb1a;border-radius:10px;padding:26px 24px;transition:background .22s ease,border-color .22s ease,transform .22s cubic-bezier(0.34,1.56,0.64,1)}
.TestimonialCard:hover{background:#ecebeb1a;border-color:#ff2f3b4d;transform:translateY(-4px)}
.TestimonialCard .CardQuoteIcon{color:#ff2f3b80;font-size:28px;margin-bottom:12px;display:block}
.TestimonialCard .CardText{color:#ecebebc7;font-size:14px;line-height:1.7;margin-bottom:20px}
.TestimonialCard .CardAuthor{display:flex;flex-direction:row;align-items:center;gap:12px}
.TestimonialCard .CardAuthor img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #ff2f3b59;flex-shrink:0}
.TestimonialCard .AuthorInfo .AuthorName{color:#ECEBEB;font-size:14px;font-weight:600}
.TestimonialCard .AuthorInfo .AuthorRole{color:#ecebeb80;font-size:12px;margin-top:2px}
.TestimonialCard .CardStars{display:flex;flex-direction:row;gap:2px;margin-bottom:14px}
.TestimonialCard .CardStars i{color:#FF2F3B;font-size:14px}
.TestimonialsSection .TestimonialsDivider{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:44px}
.TestimonialsSection .TestimonialsDivider span{width:8px;height:8px;border-radius:50%;background:#ff2f3b59;display:inline-block}
.TestimonialsSection .TestimonialsDivider span.is-active{background:#FF2F3B;width:24px;border-radius:4px}
@media (max-width: 1024px) {
.ProgramHero .HeroTitle{font-size:30px}
.CourseModulesSection .ModulesHeader{flex-direction:column;gap:24px;align-items:flex-start}
.ExpertSection .ExpertInner{gap:36px}
.ExpertSection .ExpertVisual{width:280px}
.TestimonialsSection .TestimonialsGrid{grid-template-columns:1fr 1fr;gap:16px}
}
@media (max-width: 640px) {
.ProgramHero{padding:56px 16px 44px}
.ProgramHero .HeroTitle{font-size:24px}
.ProgramHero .HeroImageAnchor{width:100%}
.CourseModulesSection{padding:48px 16px}
.CourseModulesSection .ModulesHeaderStats{gap:14px}
.ExpertSection{padding:52px 16px}
.ExpertSection .ExpertInner{flex-direction:column;gap:40px}
.ExpertSection .ExpertVisual{width:100%}
.ExpertSection .ExpertFeatGrid{grid-template-columns:1fr}
.TestimonialsSection{padding:52px 16px}
.TestimonialsSection .TestimonialsGrid{grid-template-columns:1fr}
}
.SuccessPage{background-color:#ECEBEB;min-height:80vh;display:flex;flex-direction:column}
.TitleBlock{display:flex;flex-direction:row;align-items:stretch;min-height:70vh;position:relative;overflow:hidden;background-color:#211F1F}
.TitleBlock .TextSide{width:50%;padding:80px 60px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.TitleBlock .RhythmDots{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}
.TitleBlock .RhythmDots span{display:block;position:absolute;width:6px;height:6px;border-radius:50%;background-color:#ff2f3b4d}
.TitleBlock .RhythmDots span:nth-child(1){top:12%;left:8%}
.TitleBlock .RhythmDots span:nth-child(2){top:28%;left:14%}
.TitleBlock .RhythmDots span:nth-child(3){top:44%;left:6%}
.TitleBlock .RhythmDots span:nth-child(4){top:60%;left:18%}
.TitleBlock .RhythmDots span:nth-child(5){top:76%;left:10%}
.TitleBlock .RhythmDots span:nth-child(6){top:20%;left:38%}
.TitleBlock .RhythmDots span:nth-child(7){top:55%;left:32%}
.TitleBlock .RhythmDots span:nth-child(8){top:88%;left:25%}
.TitleBlock .StatusBadge{display:inline-flex;align-items:center;gap:8px;background-color:#ff2f3b26;border:1px solid #ff2f3b66;border-radius:20px;padding:6px 16px;margin-bottom:32px;width:fit-content}
.TitleBlock .StatusBadge i{color:#FF2F3B;font-size:16px}
.TitleBlock .StatusBadge span{color:#FF2F3B;font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:600}
.TitleBlock .MainHeading{font-size:clamp(32px,4vw,52px);line-height:1.15;color:#ECEBEB;margin:0 0 24px;font-weight:700;letter-spacing:-.02em}
.TitleBlock .MainHeading .AccentWord{color:#FF2F3B;position:relative}
.TitleBlock .MainHeading .AccentWord::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#FF2F3B;opacity:.5}
.TitleBlock .ActionBtn{display:inline-flex;align-items:center;gap:10px;background-color:#FF2F3B;color:#ECEBEB;border:none;border-radius:6px;padding:14px 28px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:background-color .25s cubic-bezier(0.34,1.56,0.64,1),transform .25s cubic-bezier(0.34,1.56,0.64,1);width:fit-content;position:relative;z-index:3}
.TitleBlock .ActionBtn:hover{background-color:#d42530;transform:translateY(-2px)}
.TitleBlock .ActionBtn i{font-size:18px}
.TitleBlock .VisualSide{width:50%;position:relative;overflow:hidden;background:linear-gradient(135deg,#2a2828 0%,#1a1818 50%,#0d0c0c 100%)}
.TitleBlock .VisualSide .GeometricPattern{position:absolute;top:0;left:0;width:100%;height:100%}
.TitleBlock .VisualSide .DarkOverlay{position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,#211f1ff2 0%,#211f1f00 100%);z-index:2}
.TitleBlock .VisualSide .CheckCircle{position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:16px}
.TitleBlock .VisualSide .CheckCircle .BigIcon{width:100px;height:100px;border-radius:50%;background-color:#ff2f3b1f;border:2px solid #ff2f3b66;display:flex;align-items:center;justify-content:center}
.TitleBlock .VisualSide .CheckCircle .BigIcon i{font-size:48px;color:#FF2F3B}
.TitleBlock .VisualSide .CheckCircle .ConfirmText{color:#ecebebb3;font-size:13px;letter-spacing:.1em;text-transform:uppercase;text-align:center}
.NextStepsBlock{background-color:#ECEBEB;padding:72px 0}
.NextStepsBlock .BlockInner{max-width:1140px;margin:0 auto;padding:0 24px}
.NextStepsBlock .SectionLabel{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.NextStepsBlock .SectionLabel::before{content:'';display:block;width:32px;height:3px;background-color:#FF2F3B;border-radius:2px}
.NextStepsBlock .SectionLabel span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#FF2F3B;font-weight:600}
.NextStepsBlock .SectionTitle{font-size:clamp(22px,3vw,34px);color:#211F1F;margin:0 0 48px;font-weight:700;line-height:1.2;max-width:520px}
.NextStepsBlock .StepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}
.NextStepsBlock .StepCard{background-color:#fff;border-radius:8px;padding:32px 28px;box-shadow:0 2px 12px #211f1f14;border-left:3px solid transparent;transition:border-color .2s ease,box-shadow .2s ease,transform .2s cubic-bezier(0.34,1.56,0.64,1);position:relative;overflow:hidden}
.NextStepsBlock .StepCard::before{content:'';position:absolute;top:0;right:0;width:60px;height:60px;background-color:#ff2f3b0a;border-radius:0 8px 0 60px}
.NextStepsBlock .StepCard:hover{border-color:#FF2F3B;box-shadow:0 8px 24px #211f1f1f;transform:translateY(-3px)}
.NextStepsBlock .StepCard .StepNumber{font-size:11px;font-weight:700;letter-spacing:.1em;color:#FF2F3B;text-transform:uppercase;margin-bottom:16px}
.NextStepsBlock .StepCard .StepIcon{width:44px;height:44px;border-radius:10px;background-color:#ff2f3b14;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.NextStepsBlock .StepCard .StepIcon i{font-size:22px;color:#FF2F3B}
.NextStepsBlock .StepCard .StepTitle{font-size:16px;font-weight:700;color:#211F1F;margin:0 0 10px;line-height:1.3}
.NextStepsBlock .StepCard .StepDesc{font-size:14px;color:#211f1fa6;line-height:1.6;margin:0}
.NextStepsBlock .ContactRow{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#211F1F;border-radius:10px;padding:32px 40px;gap:24px}
.NextStepsBlock .ContactRow .ContactInfo{display:flex;flex-direction:column;gap:6px}
.NextStepsBlock .ContactRow .ContactTitle{font-size:18px;font-weight:700;color:#ECEBEB;margin:0}
.NextStepsBlock .ContactRow .ContactSub{font-size:14px;color:#ecebeb8c;margin:0}
.NextStepsBlock .ContactRow .ContactLinks{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.NextStepsBlock .ContactRow .ContactLinks a{display:inline-flex;align-items:center;gap:8px;color:#ECEBEB;text-decoration:none;font-size:14px;padding:10px 20px;border-radius:6px;border:1px solid #ecebeb33;transition:background-color .2s ease,border-color .2s ease}
.NextStepsBlock .ContactRow .ContactLinks a:hover{background-color:#ff2f3b26;border-color:#ff2f3b80}
.NextStepsBlock .ContactRow .ContactLinks a i{font-size:16px;color:#FF2F3B}
@media (max-width: 1024px) {
.NextStepsBlock .StepsGrid{grid-template-columns:repeat(2,1fr)}
.TitleBlock .TextSide{padding:60px 40px}
}
@media (max-width: 640px) {
.TitleBlock{flex-direction:column;min-height:auto}
.TitleBlock .TextSide{width:100%;padding:48px 24px;box-sizing:border-box}
.TitleBlock .VisualSide{width:100%;height:220px}
.NextStepsBlock .StepsGrid{grid-template-columns:1fr}
.NextStepsBlock .ContactRow{flex-direction:column;align-items:flex-start;padding:28px 24px}
.NextStepsBlock .ContactRow .ContactLinks{flex-direction:column;width:100%}
.NextStepsBlock .ContactRow .ContactLinks a{width:100%;box-sizing:border-box;justify-content:center}
}