*,::before,::after{margin:0;padding:0;border:0;box-sizing:border-box}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,ul,ol,li,nav,header,footer,main,section,article,aside,figure,figcaption,form,input,button,label,textarea,select{margin:0;padding:0;border:0}
body{font-family:'Source Sans Pro',sans-serif;background:#f8f7f5;color:#1a1a1a;font-size:16px;line-height:1.6}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
ul,ol{list-style:none}
button{cursor:pointer;background:none;font-family:inherit}
.SiteHeader{background:#fff;box-shadow:0 2px 18px #79202812;position:relative;z-index:100}
.header-container{max-width:1600px;margin:auto;padding:0 32px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:24px;row-gap:0}
.LogoCell{grid-column:1;grid-row:1;display:flex;align-items:center;padding:18px 0 10px}
.LogoCell a{display:flex;align-items:center}
.LogoCell img{width:90px;height:90px;object-fit:contain;border-radius:16px;background:#f3f3f3;box-shadow:0 2px 10px #7920281a}
.CompanyNameCell{grid-column:2;grid-row:1;display:flex;align-items:center;justify-content:flex-end;padding:18px 0 10px}
.CompanyNameCell .SiteName{font-size:2rem;font-weight:700;color:#792028;letter-spacing:.02em}
.NavCell{grid-column:1 / -1;grid-row:2;margin-top:20px;border-top:1.5px solid #f0e8e8;padding:0 0 12px}
.MainNav{display:flex;align-items:center;gap:8px;padding-top:12px}
.MainNav a{font-size:1rem;font-weight:700;color:#444;padding:9px 20px;border-radius:24px;transition:background 0.18s,color .18s}
.MainNav a:hover{background:#f5eaea;color:#792028}
.MainNav a.showing{background:#792028;color:#fff}
.SiteFooter{background:linear-gradient(135deg,#792028 0%,#5a1520 100%);color:#f5e8e8;margin-top:0}
.FooterInner{max-width:1600px;margin:auto;padding:52px 32px 28px;display:flex;gap:48px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}
.FooterContact{flex:1 1 260px}
.FooterContact .fc-label{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#16FDE5;margin-bottom:18px}
.FooterContact ul li{display:flex;align-items:flex-start;gap:10px;margin-bottom:13px;font-size:.97rem;color:#f0d8da}
.FooterContact ul li i{color:#16FDE5;font-size:1.15rem;margin-top:2px;flex-shrink:0}
.FooterNavSection{flex:1 1 180px;display:flex;flex-direction:column;align-items:flex-start}
.FooterNavSection .fn-label{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#16FDE5;margin-bottom:18px}
.FooterNavSection ul li{margin-bottom:11px}
.FooterNavSection ul li a{color:#f0d8da;font-size:.97rem;transition:color .16s}
.FooterNavSection ul li a:hover{color:#16FDE5}
.FooterBottom{max-width:1600px;margin:auto;padding:0 32px 22px;border-top:1px solid #ffffff1f;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding-top:18px}
.FooterBottom .copyright{font-size:.88rem;color:#f0d8dab3}
.FooterBottom .fb-brand{font-size:.95rem;font-weight:700;color:#16FDE5}
.CookiePopup{position:fixed;bottom:24px;left:24px;width:420px;max-width:calc(100vw - 48px);background:#fff;border-radius:28px;box-shadow:0 8px 40px #7920282e 0 2px 10px #9964de14;z-index:9999;padding:28px 28px 22px;transform:translateY(120%);opacity:0;transition:transform .42s cubic-bezier(.4,1.3,.6,1),opacity .32s ease}
.CookiePopup.revealing{transform:translateY(0);opacity:1}
.CookiePopup.hiding{transform:translateY(120%);opacity:0}
.CookiePopup .cp-policy-ref{display:flex;align-items:center;gap:7px;margin-bottom:16px;padding:9px 14px;background:#f5f0ff;border-radius:14px;font-size:.85rem;color:#9964DE}
.CookiePopup .cp-policy-ref a{font-weight:700;color:#792028;text-decoration:underline}
.CookiePopup .cp-title{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin-bottom:8px}
.CookiePopup .cp-desc{font-size:.88rem;color:#555;margin-bottom:18px;line-height:1.5}
.CookiePopup .cp-categories{margin-bottom:18px;display:flex;flex-direction:column;gap:10px}
.CookiePopup .cp-cat-item{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#333}
.CookiePopup .cp-cat-item input[type="radio"]{accent-color:#792028;width:16px;height:16px}
.CookiePopup .cp-actions{display:flex;gap:12px;flex-wrap:wrap}
.CookiePopup .cp-btn{flex:1 1 120px;padding:10px 16px;border-radius:22px;border:2px solid #792028;background:transparent;color:#792028;font-size:.9rem;font-weight:700;font-family:'Source Sans Pro',sans-serif;transition:background 0.17s,color .17s;cursor:pointer}
.CookiePopup .cp-btn:hover{background:#792028;color:#fff}
.CookiePopup .cp-btn.cp-accept{background:#792028;color:#fff}
.CookiePopup .cp-btn.cp-accept:hover{background:#5a1520;border-color:#5a1520}
@media (max-width: 900px) {
.header-container{padding:0 16px;column-gap:14px}
.FooterInner{flex-direction:column;gap:32px;padding:36px 16px 20px}
.FooterBottom{padding:14px 16px 16px;flex-direction:column;align-items:flex-start}
}
@media (max-width: 600px) {
.header-container{grid-template-columns:1fr;grid-template-rows:auto auto auto;padding:0 12px}
.LogoCell{grid-column:1;grid-row:1;padding:14px 0 6px}
.CompanyNameCell{grid-column:1;grid-row:2;justify-content:flex-start;padding:0 0 6px}
.NavCell{grid-column:1;grid-row:3;margin-top:12px}
.LogoCell img{width:64px;height:64px}
.CompanyNameCell .SiteName{font-size:1.4rem}
.MainNav{flex-wrap:wrap;gap:6px}
.MainNav a{font-size:.92rem;padding:8px 14px}
}
.legal-container{max-width:860px;margin:60px auto;padding:48px 56px;background:#fff;border-radius:28px;box-shadow:0 8px 40px #79202814 0 2px 12px #9964de0f}
.legal-container h1{font-size:2.2rem;font-weight:700;line-height:1.25;color:#792028;margin:0 0 28px;padding-bottom:20px;border-bottom:3px solid #f0f0f0;letter-spacing:-.02em}
.legal-container h2{font-size:1.55rem;font-weight:700;line-height:1.3;color:#1a1a2e;margin:44px 0 16px;letter-spacing:-.01em}
.legal-container h3{font-size:1.25rem;font-weight:600;line-height:1.35;color:#2d2d2d;margin:32px 0 12px}
.legal-container h4{font-size:1.08rem;font-weight:600;line-height:1.4;color:#3a3a3a;margin:24px 0 10px}
.legal-container h5{font-size:.97rem;font-weight:600;line-height:1.45;color:#444;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.04em}
.legal-container h6{font-size:.88rem;font-weight:600;line-height:1.5;color:#555;margin:16px 0 6px;text-transform:uppercase;letter-spacing:.05em}
.legal-container p{font-size:1rem;line-height:1.8;color:#3c3c3c;margin:0 0 18px;font-weight:400}
.legal-container ul{margin:8px 0 20px;padding-left:0;list-style:none}
.legal-container ol{margin:8px 0 20px;padding-left:0;list-style:none;counter-reset:policy-counter}
.legal-container ul li{font-size:1rem;line-height:1.75;color:#3c3c3c;padding:5px 0 5px 28px;position:relative}
.legal-container ul li::before{content:'';position:absolute;left:8px;top:14px;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#792028,#9964DE)}
.legal-container ol li{font-size:1rem;line-height:1.75;color:#3c3c3c;padding:5px 0 5px 36px;position:relative;counter-increment:policy-counter}
.legal-container ol li::before{content:counter(policy-counter) ".";position:absolute;left:4px;top:5px;font-size:.9rem;font-weight:700;color:#792028;min-width:24px}
.legal-container ul ul,.legal-container ol ol,.legal-container ul ol,.legal-container ol ul{margin:4px 0 4px 20px}
.legal-container strong,.legal-container b{font-weight:700;color:#1a1a2e}
.legal-container hr{border:none;border-top:2px solid #f0f0f0;margin:40px 0;position:relative}
.legal-container hr::after{content:'';display:block;width:60px;height:3px;background:linear-gradient(90deg,#792028,#9964DE);border-radius:2px;margin:-2.5px auto 0}
.legal-container div{margin-bottom:16px}
.legal-container div p:last-child{margin-bottom:0}
@media (max-width: 900px) {
.legal-container{margin:32px auto;padding:36px 32px;border-radius:22px}
.legal-container h1{font-size:1.8rem}
.legal-container h2{font-size:1.35rem;margin-top:36px}
.legal-container h3{font-size:1.15rem}
}
@media (max-width: 600px) {
.legal-container{margin:16px auto;padding:24px 18px;border-radius:16px;box-shadow:0 4px 20px #79202812}
.legal-container h1{font-size:1.5rem;padding-bottom:16px;margin-bottom:20px}
.legal-container h2{font-size:1.2rem;margin-top:28px;margin-bottom:12px}
.legal-container h3{font-size:1.07rem;margin-top:22px}
.legal-container h4,.legal-container h5,.legal-container h6{font-size:.95rem}
.legal-container p,.legal-container ul li,.legal-container ol li{font-size:.95rem;line-height:1.7}
.legal-container hr{margin:28px 0}
}
.PageHero{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:center;justify-content:center}
.PageHero .HeroBgGradient{position:absolute;inset:0;background:linear-gradient(135deg,#792028 0%,#9964DE 45%,#16FDE5 100%);animation:HeroShift 8s ease-in-out infinite alternate;z-index:0}
@keyframes HeroShift {
0%{background:linear-gradient(135deg,#792028 0%,#9964DE 45%,#16FDE5 100%)}
50%{background:linear-gradient(200deg,#9964DE 0%,#792028 55%,#16FDE5 100%)}
100%{background:linear-gradient(270deg,#16FDE5 0%,#792028 50%,#9964DE 100%)}
}
.PageHero .HeroImageLayer{position:absolute;inset:0;z-index:1}
.PageHero .HeroImageLayer img{width:100%;height:100%;object-fit:cover;filter:saturate(0.3) brightness(0.45);display:block}
.PageHero .HeroContent{position:relative;z-index:2;text-align:center;padding:80px 24px;max-width:860px;margin:auto}
.PageHero .HeroContent h1{font-size:clamp(2rem,5vw,3.6rem);font-weight:800;color:#fff;letter-spacing:-.5px;line-height:1.15;text-shadow:0 4px 24px #79202866;margin:0}
.PageHero .HeroContent h1 .AccentWord{color:#16FDE5}
.AboutStorySection{padding:90px 24px 70px;background:#fafafa}
.AboutStorySection .StoryInner{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.AboutStorySection .StoryLeft{display:flex;flex-direction:column;gap:28px}
.AboutStorySection .StoryLabel{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(90deg,#792028,#9964DE);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 16px;border-radius:100px;width:fit-content}
.AboutStorySection .StoryLeft h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#1a1a2e;line-height:1.2;margin:0;position:relative}
.AboutStorySection .StoryLeft h2::after{content:'';display:block;width:56px;height:4px;background:linear-gradient(90deg,#792028,#16FDE5);border-radius:2px;margin-top:14px}
.AboutStorySection .StoryLeft p{font-size:1.05rem;color:#444;line-height:1.75;margin:0}
.AboutStorySection .StoryStats{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:8px}
.AboutStorySection .StatBox{background:#fff;border-radius:20px;padding:24px 20px;box-shadow:0 4px 20px #79202817;display:flex;flex-direction:column;gap:6px;border-left:4px solid #792028}
.AboutStorySection .StatBox .StatNum{font-size:2rem;font-weight:800;color:#792028;line-height:1}
.AboutStorySection .StatBox .StatLabel{font-size:.82rem;color:#888;line-height:1.4}
.AboutStorySection .StoryRight{display:flex;flex-direction:column;gap:24px}
.AboutStorySection .StoryRight .MainPhoto{width:100%;height:320px;object-fit:cover;border-radius:28px;box-shadow:0 12px 40px #9964de2e;display:block}
.AboutStorySection .StoryRight .PhotoCaption{font-size:.85rem;color:#999;text-align:center;font-style:italic}
.AboutStorySection .FoundedBadge{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#9964DE22,#16FDE522);border:1.5px solid #9964DE44;border-radius:14px;padding:12px 20px;color:#9964DE;font-size:.9rem;font-weight:600}
.AboutStorySection .FoundedBadge i{font-size:1.2rem}
.TeamApproachSection{padding:80px 24px 100px;background:#fff}
.TeamApproachSection .ApproachInner{max-width:1200px;margin:auto}
.TeamApproachSection .ApproachHeader{text-align:center;margin-bottom:56px;display:flex;flex-direction:column;align-items:center;gap:14px}
.TeamApproachSection .ApproachHeader h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#1a1a2e;margin:0}
.TeamApproachSection .ApproachHeader p{font-size:1rem;color:#666;max-width:560px;line-height:1.7;margin:0}
.TeamApproachSection .ApproachHeader .SectionTag{background:#16FDE522;color:#0a9e8f;border:1.5px solid #16FDE5;padding:5px 14px;border-radius:100px;font-size:.76rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.TeamApproachSection .TeamGrid{display:grid;grid-template-columns:1.3fr 0.7fr;gap:40px;align-items:start}
.TeamApproachSection .TeamProfiles{display:flex;flex-direction:column;gap:28px}
.TeamApproachSection .ProfileCard{display:flex;flex-direction:row;gap:24px;background:#fafafa;border-radius:24px;padding:28px;box-shadow:0 2px 12px #9964de14;align-items:flex-start;transition:box-shadow .25s}
.TeamApproachSection .ProfileCard:hover{box-shadow:0 8px 32px #9964de2e}
.TeamApproachSection .ProfileCard .ProfilePhoto{width:88px;height:88px;border-radius:50%;object-fit:cover;border:3px solid #9964DE33;flex-shrink:0}
.TeamApproachSection .ProfileCard .ProfileInfo{display:flex;flex-direction:column;gap:6px}
.TeamApproachSection .ProfileCard .ProfileName{font-size:1.05rem;font-weight:700;color:#1a1a2e}
.TeamApproachSection .ProfileCard .ProfileRole{font-size:.82rem;color:#792028;font-weight:600;text-transform:uppercase;letter-spacing:.8px}
.TeamApproachSection .ProfileCard .ProfileBio{font-size:.93rem;color:#555;line-height:1.65;margin-top:4px}
.TeamApproachSection .ApproachValues{display:flex;flex-direction:column;gap:20px}
.TeamApproachSection .ValueItem{display:flex;flex-direction:column;gap:8px;background:linear-gradient(135deg,#79202808,#9964DE08);border-radius:18px;padding:22px 20px;border-top:3px solid transparent;border-image:linear-gradient(90deg,#792028,#9964DE) 1;border-radius:18px;position:relative}
.TeamApproachSection .ValueItem::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#792028,#9964DE);border-radius:18px 18px 0 0}
.TeamApproachSection .ValueItem .ValueIcon{width:40px;height:40px;background:linear-gradient(135deg,#792028,#9964DE);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem}
.TeamApproachSection .ValueItem .ValueTitle{font-size:.95rem;font-weight:700;color:#1a1a2e}
.TeamApproachSection .ValueItem .ValueDesc{font-size:.85rem;color:#666;line-height:1.55}
.VisualShowcaseSection{padding:80px 24px 90px;background:linear-gradient(160deg,#1a1a2e 0%,#2d1040 60%,#0d2b26 100%);position:relative;overflow:hidden}
.VisualShowcaseSection::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 80% 20%,#16fde514 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,#9964de1a 0%,transparent 55%);pointer-events:none}
.VisualShowcaseSection .ShowcaseInner{max-width:1200px;margin:auto;position:relative;z-index:1}
.VisualShowcaseSection .ShowcaseTop{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:52px}
.VisualShowcaseSection .ShowcaseTop .ShowcaseHeading{max-width:500px}
.VisualShowcaseSection .ShowcaseTop .ShowcaseHeading h2{font-size:clamp(1.5rem,3vw,2.4rem);font-weight:800;color:#fff;margin:0 0 14px;line-height:1.2}
.VisualShowcaseSection .ShowcaseTop .ShowcaseHeading h2 span{color:#16FDE5}
.VisualShowcaseSection .ShowcaseTop .ShowcaseHeading p{color:#b0b8cc;font-size:.97rem;line-height:1.7;margin:0}
.VisualShowcaseSection .ShowcaseTop .CTA-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(90deg,#792028,#9964DE);color:#fff;text-decoration:none;padding:16px 32px;border-radius:100px;font-weight:700;font-size:.95rem;white-space:nowrap;box-shadow:0 8px 24px #79202859;transition:transform 0.2s,box-shadow .2s;flex-shrink:0;position:relative;z-index:2}
.VisualShowcaseSection .ShowcaseTop .CTA-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #79202873}
.VisualShowcaseSection .PhotoMosaic{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:16px}
.VisualShowcaseSection .PhotoMosaic .MosaicItem{border-radius:20px;overflow:hidden;position:relative}
.VisualShowcaseSection .PhotoMosaic .MosaicItem img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.VisualShowcaseSection .PhotoMosaic .MosaicItem:hover img{transform:scale(1.04)}
.VisualShowcaseSection .PhotoMosaic .MosaicItem.Tall{grid-row:1 / 3}
.VisualShowcaseSection .PhotoMosaic .MosaicItem .ItemOverlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#792028b3 0%,transparent 100%);padding:20px 18px 16px;color:#fff;font-size:.82rem;font-weight:600;opacity:0;transition:opacity .3s}
.VisualShowcaseSection .PhotoMosaic .MosaicItem:hover .ItemOverlay{opacity:1}
.VisualShowcaseSection .ShowcaseFooterRow{display:flex;flex-direction:row;gap:20px;margin-top:48px}
.VisualShowcaseSection .FooterInfoCard{flex:1;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;padding:24px 22px;display:flex;flex-direction:column;gap:8px;backdrop-filter:blur(8px)}
.VisualShowcaseSection .FooterInfoCard i{font-size:1.4rem;color:#16FDE5}
.VisualShowcaseSection .FooterInfoCard .CardTitle{font-size:.9rem;font-weight:700;color:#fff}
.VisualShowcaseSection .FooterInfoCard .CardDesc{font-size:.82rem;color:#9baab8;line-height:1.55}
.WaveDivider{display:block;width:100%;line-height:0;overflow:hidden}
@media (max-width: 900px) {
.AboutStorySection .StoryInner{grid-template-columns:1fr;gap:36px}
.TeamApproachSection .TeamGrid{grid-template-columns:1fr;gap:32px}
.VisualShowcaseSection .ShowcaseTop{flex-direction:column;align-items:flex-start;gap:24px}
.VisualShowcaseSection .PhotoMosaic{grid-template-columns:1fr 1fr;grid-template-rows:auto}
.VisualShowcaseSection .PhotoMosaic .MosaicItem.Tall{grid-row:auto}
.VisualShowcaseSection .ShowcaseFooterRow{flex-direction:column}
}
@media (max-width: 600px) {
.PageHero .HeroContent{padding:60px 16px}
.AboutStorySection{padding:60px 16px 50px}
.AboutStorySection .StoryStats{grid-template-columns:1fr}
.TeamApproachSection{padding:60px 16px 70px}
.TeamApproachSection .ProfileCard{flex-direction:column;gap:16px}
.VisualShowcaseSection{padding:60px 16px 70px}
.VisualShowcaseSection .PhotoMosaic{grid-template-columns:1fr;grid-template-rows:auto}
.VisualShowcaseSection .PhotoMosaic .MosaicItem{height:200px}
}
.ProgramHero{display:flex;flex-direction:column;align-items:center;padding:72px 24px 56px;background:#faf9f7;position:relative;overflow:hidden}
.ProgramHero .HeroInner{display:flex;flex-direction:row;align-items:center;gap:56px;max-width:1200px;width:100%;margin:auto}
.ProgramHero .HeroText{flex:1 1 480px;display:flex;flex-direction:column;gap:20px}
.ProgramHero .HeroText .TagLine{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#792028 0%,#9964DE 100%);color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 16px;border-radius:40px;width:fit-content}
.ProgramHero .HeroText h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.18;color:#1a1a2e;margin:0}
.ProgramHero .HeroText h1 .AccentWord{color:#792028;position:relative}
.ProgramHero .HeroText h1 .AccentWord::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;background:linear-gradient(90deg,#792028,#16FDE5);border-radius:2px}
.ProgramHero .HeroText .HeroDesc{font-size:1.05rem;line-height:1.75;color:#444;margin:0}
.ProgramHero .HeroText .HeroCTA{display:inline-flex;align-items:center;gap:10px;background:#792028;color:#fff;font-size:1rem;font-weight:600;padding:14px 32px;border-radius:40px;text-decoration:none;width:fit-content;transition:background 0.25s,box-shadow .25s;box-shadow:0 6px 20px #79202838;z-index:2}
.ProgramHero .HeroText .HeroCTA:hover{background:#5a1820;box-shadow:0 8px 28px #79202852}
.ProgramHero .HeroImageWrap{flex:0 0 420px;position:relative;border-radius:32px;overflow:hidden;box-shadow:12px 16px 48px #9964de2e -4px -4px 0 4px #16FDE5}
.ProgramHero .HeroImageWrap img{width:420px;height:340px;object-fit:cover;display:block;border-radius:32px}
.ProgramHero .HeroImageWrap .ImageOverlay{position:absolute;inset:0;background:linear-gradient(160deg,#7920282e 0%,transparent 60%);pointer-events:none}
.ModulesSection{padding:72px 24px;background:#fff}
.ModulesSection .ModulesInner{max-width:1100px;margin:auto;display:flex;flex-direction:column;gap:40px}
.ModulesSection .SectionLabel{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9964DE}
.ModulesSection h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#1a1a2e;margin:0;line-height:1.25}
.ModulesSection h2 span{color:#792028}
.ModulesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ModuleCard{background:#faf9f7;border-radius:28px;padding:32px 28px;display:flex;flex-direction:column;gap:14px;border:1.5px solid #f0edf5;transition:box-shadow 0.25s,transform .22s;position:relative;overflow:hidden}
.ModuleCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#792028,#9964DE);border-radius:28px 28px 0 0}
.ModuleCard:hover{box-shadow:0 12px 36px #9964de24;transform:translateY(-4px)}
.ModuleCard .CardIcon{width:48px;height:48px;background:linear-gradient(135deg,#792028,#9964DE);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem}
.ModuleCard .CardNum{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9964DE}
.ModuleCard h3{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}
.ModuleCard p{font-size:.93rem;color:#555;line-height:1.65;margin:0}
.ModuleCard .CardMeta{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#888;margin-top:auto}
.MethodSection{padding:80px 24px;background:linear-gradient(135deg,#1a1a2e 0%,#2d1635 100%);position:relative;overflow:hidden}
.MethodSection::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,#16fde514 0%,transparent 70%);pointer-events:none}
.MethodSection .MethodInner{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.MethodSection .MethodLeft{display:flex;flex-direction:column;gap:24px}
.MethodSection .MethodLeft .SectionLabel{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#16FDE5}
.MethodSection .MethodLeft h2{font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:800;color:#fff;margin:0;line-height:1.28}
.MethodSection .MethodLeft p{font-size:1rem;color:#ffffffb8;line-height:1.72;margin:0}
.MethodSection .MethodLeft .MethodCTA{display:inline-flex;align-items:center;gap:10px;background:#16FDE5;color:#1a1a2e;font-size:.95rem;font-weight:700;padding:13px 28px;border-radius:40px;text-decoration:none;width:fit-content;transition:background 0.2s,box-shadow .2s;box-shadow:0 6px 22px #16fde538;z-index:2}
.MethodSection .MethodLeft .MethodCTA:hover{background:#0de0ca}
.MethodSection .MethodRight{display:flex;flex-direction:column;gap:16px}
.MethodStep{display:flex;flex-direction:row;align-items:flex-start;gap:18px;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:20px 24px;transition:background .2s}
.MethodStep:hover{background:#ffffff17}
.MethodStep .StepNum{flex-shrink:0;width:36px;height:36px;background:linear-gradient(135deg,#792028,#9964DE);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;color:#fff}
.MethodStep .StepBody{display:flex;flex-direction:column;gap:5px}
.MethodStep .StepBody strong{font-size:.97rem;font-weight:700;color:#fff}
.MethodStep .StepBody span{font-size:.87rem;color:#fff9;line-height:1.55}
.ExpertsSection{padding:72px 24px;background:#f5f3fb}
.ExpertsSection .ExpertsInner{max-width:1100px;margin:auto;display:flex;flex-direction:column;gap:40px}
.ExpertsSection .SectionLabel{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#792028}
.ExpertsSection h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#1a1a2e;margin:0}
.ExpertsGrid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.ExpertCard{background:#fff;border-radius:32px;padding:32px;display:flex;flex-direction:row;gap:24px;align-items:flex-start;box-shadow:0 4px 20px #9964de17;border:1px solid #ede9f8}
.ExpertCard .ExpertPhoto{flex-shrink:0;width:88px;height:88px;border-radius:24px;object-fit:cover;box-shadow:0 4px 14px #79202824}
.ExpertCard .ExpertInfo{display:flex;flex-direction:column;gap:8px}
.ExpertCard .ExpertInfo .ExpertName{font-size:1.08rem;font-weight:700;color:#1a1a2e}
.ExpertCard .ExpertInfo .ExpertRole{font-size:.82rem;font-weight:600;color:#9964DE;text-transform:uppercase;letter-spacing:.08em}
.ExpertCard .ExpertInfo p{font-size:.9rem;color:#555;line-height:1.62;margin:0}
.ExpertCard .ExpertInfo .ExpertTags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}
.ExpertCard .ExpertInfo .ExpertTags span{background:#f0edf8;color:#792028;font-size:.75rem;font-weight:600;padding:4px 12px;border-radius:20px}
.ExpertQuote{background:linear-gradient(135deg,#792028 0%,#9964DE 100%);border-radius:32px;padding:40px 44px;display:flex;flex-direction:column;gap:20px;grid-column:1 / -1;position:relative;overflow:hidden}
.ExpertQuote::after{content:'\201C';position:absolute;right:40px;top:10px;font-size:9rem;color:#ffffff14;line-height:1;pointer-events:none}
.ExpertQuote blockquote{font-size:1.15rem;color:#fff;line-height:1.7;margin:0;font-style:italic}
.ExpertQuote .QuoteAuthor{font-size:.88rem;color:#ffffffb3;font-weight:600}
.EnrollSection{padding:72px 24px 80px;background:#fff}
.EnrollSection .EnrollInner{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.EnrollSection .EnrollLeft{display:flex;flex-direction:column;gap:22px}
.EnrollSection .EnrollLeft .SectionLabel{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9964DE}
.EnrollSection .EnrollLeft h2{font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:800;color:#1a1a2e;margin:0;line-height:1.28}
.EnrollSection .EnrollLeft p{font-size:1rem;color:#555;line-height:1.72;margin:0}
.EnrollSection .EnrollLeft .CheckList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.EnrollSection .EnrollLeft .CheckList li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:#333;line-height:1.55}
.EnrollSection .EnrollLeft .CheckList li .CheckIcon{flex-shrink:0;width:22px;height:22px;background:linear-gradient(135deg,#792028,#9964DE);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;margin-top:1px}
.EnrollSection .EnrollRight{display:flex;flex-direction:column;gap:0}
.EnrollFormWrap{background:#faf9f7;border-radius:32px;padding:36px 32px;border:1.5px solid #ede9f8;box-shadow:0 6px 28px #9964de17;display:flex;flex-direction:column;gap:18px}
.EnrollFormWrap .FormTitle{font-size:1.15rem;font-weight:700;color:#1a1a2e}
.EnrollFormWrap .FormRow{display:flex;flex-direction:column;gap:6px}
.EnrollFormWrap .FormRow label{font-size:.83rem;font-weight:600;color:#555}
.EnrollFormWrap .FormRow input,.EnrollFormWrap .FormRow select{padding:12px 16px;border:1.5px solid #ddd;border-radius:14px;font-size:.95rem;color:#1a1a2e;background:#fff;transition:border-color .2s;outline:none}
.EnrollFormWrap .FormRow input:focus,.EnrollFormWrap .FormRow select:focus{border-color:#9964DE;box-shadow:inset 0 2px 5px #9964de14}
.EnrollFormWrap .SubmitBtn{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#792028,#9964DE);color:#fff;font-size:1rem;font-weight:700;padding:15px 28px;border-radius:40px;border:none;cursor:pointer;transition:opacity 0.2s,box-shadow .2s;box-shadow:0 6px 22px #79202838;z-index:2;width:100%}
.EnrollFormWrap .SubmitBtn:hover{opacity:.88}
.EnrollFormWrap .FormNote{font-size:.78rem;color:#888;text-align:center;line-height:1.55}
.ContentImageBlock{padding:0 24px 72px;background:#fff}
.ContentImageBlock .ImageBlockInner{max-width:1100px;margin:auto;display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:center}
.ContentImageBlock .ImageFull{border-radius:28px;overflow:hidden;box-shadow:0 8px 32px #7920281f;position:relative}
.ContentImageBlock .ImageFull img{width:100%;height:300px;object-fit:cover;display:block}
.ContentImageBlock .ImageCaption{display:flex;flex-direction:column;gap:16px;padding:8px 0}
.ContentImageBlock .ImageCaption h4{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin:0;line-height:1.3}
.ContentImageBlock .ImageCaption p{font-size:.92rem;color:#555;line-height:1.68;margin:0}
.ContentImageBlock .StatRow{display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}
.ContentImageBlock .StatRow .StatItem{display:flex;flex-direction:column;gap:3px}
.ContentImageBlock .StatRow .StatItem .StatVal{font-size:1.6rem;font-weight:800;color:#792028;line-height:1}
.ContentImageBlock .StatRow .StatItem .StatLbl{font-size:.78rem;color:#888;font-weight:500}
.SvgDivider{display:block;width:100%;overflow:hidden;line-height:0}
@media (max-width: 900px) {
.ProgramHero .HeroInner{flex-direction:column;gap:36px}
.ProgramHero .HeroImageWrap{flex:none;width:100%}
.ProgramHero .HeroImageWrap img{width:100%;height:260px}
.ModulesGrid{grid-template-columns:1fr 1fr}
.MethodSection .MethodInner{grid-template-columns:1fr;gap:40px}
.ExpertsGrid{grid-template-columns:1fr}
.ExpertQuote{grid-column:auto}
.EnrollSection .EnrollInner{grid-template-columns:1fr;gap:36px}
.ContentImageBlock .ImageBlockInner{grid-template-columns:1fr}
}
@media (max-width: 580px) {
.ProgramHero{padding:48px 16px 40px}
.ModulesGrid{grid-template-columns:1fr}
.ExpertCard{flex-direction:column}
.EnrollFormWrap{padding:24px 18px}
.ExpertQuote{padding:28px 24px}
.ContentImageBlock .StatRow{gap:14px}
}
.TitleMosaic{position:relative;overflow:hidden;padding:80px 20px 60px;background:#f8f6f4}
.TitleMosaic .mosaic-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;gap:0;align-items:stretch;min-height:520px}
.TitleMosaic .mosaic-text-panel{grid-column:1 / 2;grid-row:1 / 3;background:linear-gradient(160deg,#792028 0%,#9964DE 100%);padding:56px 44px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;border-radius:32px 0 0 32px}
.TitleMosaic .mosaic-text-panel::before{content:'';position:absolute;top:-30px;right:-30px;width:120px;height:120px;border-radius:50%;background:#16fde51f;z-index:0}
.TitleMosaic .mosaic-text-panel::after{content:'';position:absolute;bottom:40px;left:20px;width:60px;height:60px;border-radius:50%;background:#16fde514;z-index:0}
.TitleMosaic .mosaic-eyebrow{font-size:13px;letter-spacing:3px;text-transform:uppercase;color:#16FDE5;margin-bottom:20px;position:relative;z-index:1}
.TitleMosaic .mosaic-heading{font-size:clamp(32px,3.5vw,52px);font-weight:800;line-height:1.15;color:#fff;position:relative;z-index:1;margin-bottom:24px}
.TitleMosaic .mosaic-heading .AccentWord{color:#16FDE5;position:relative;display:inline-block}
.TitleMosaic .mosaic-heading .AccentWord::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:#16fde580;border-radius:2px}
.TitleMosaic .mosaic-desc{font-size:16px;line-height:1.7;color:#ffffffd1;position:relative;z-index:1;margin-bottom:32px}
.TitleMosaic .mosaic-cta{display:inline-flex;align-items:center;gap:10px;background:#16FDE5;color:#792028;font-weight:700;font-size:15px;padding:14px 28px;border-radius:40px;text-decoration:none;position:relative;z-index:3;transition:background 0.25s,color 0.25s,box-shadow .25s;box-shadow:0 4px 18px #16fde540;width:fit-content}
.TitleMosaic .mosaic-cta:hover{background:#fff;color:#792028;box-shadow:0 8px 28px #16fde559}
.TitleMosaic .mosaic-img-top{grid-column:2 / 3;grid-row:1 / 2;position:relative;overflow:hidden;min-height:260px}
.TitleMosaic .mosaic-img-top img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(0.7) contrast(1.05)}
.TitleMosaic .mosaic-img-top::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#7920282e 0%,#9964de38 100%)}
.TitleMosaic .mosaic-img-bottom{grid-column:2 / 3;grid-row:2 / 3;position:relative;overflow:hidden;min-height:260px}
.TitleMosaic .mosaic-img-bottom img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;filter:saturate(0.65) contrast(1.08)}
.TitleMosaic .mosaic-img-bottom::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#16fde51f 0%,#79202833 100%)}
.TitleMosaic .mosaic-side-panel{grid-column:3 / 4;grid-row:1 / 3;background:#fff;border-radius:0 32px 32px 0;padding:44px 36px;display:flex;flex-direction:column;justify-content:center;gap:28px;box-shadow:inset -4px 0 24px #9964de0f}
.TitleMosaic .mosaic-stat{display:flex;flex-direction:column;gap:6px;padding-bottom:24px;border-bottom:1px dashed #9964de33}
.TitleMosaic .mosaic-stat:last-child{border-bottom:none;padding-bottom:0}
.TitleMosaic .mosaic-stat-number{font-size:38px;font-weight:800;color:#792028;line-height:1}
.TitleMosaic .mosaic-stat-label{font-size:14px;color:#6b6b7b;line-height:1.5}
.TitleMosaic .mosaic-air-layer{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0;overflow:hidden}
.TitleMosaic .mosaic-air-layer span{position:absolute;border-radius:50%;border:1px solid #9964de14}
.TitleMosaic .mosaic-air-layer span:nth-child(1){width:300px;height:300px;top:-100px;right:80px}
.TitleMosaic .mosaic-air-layer span:nth-child(2){width:180px;height:180px;bottom:60px;right:200px}
.TechReqBlock{padding:90px 20px;background:#fff;position:relative}
.TechReqBlock::before{content:'';display:block;width:100%;height:3px;background:linear-gradient(90deg,transparent,#16FDE5 40%,#9964DE 70%,transparent);margin-bottom:0;position:absolute;top:0;left:0}
.TechReqBlock .tech-container{max-width:1360px;margin:0 auto}
.TechReqBlock .tech-intro-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-bottom:70px}
.TechReqBlock .tech-intro-text h2{font-size:clamp(28px,2.8vw,42px);font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:20px;position:relative;padding-left:20px}
.TechReqBlock .tech-intro-text h2::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:linear-gradient(180deg,#792028,#9964DE);border-radius:4px}
.TechReqBlock .tech-intro-text p{font-size:16px;line-height:1.75;color:#4a4a5a;margin-bottom:16px}
.TechReqBlock .tech-intro-img{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 12px 48px #7920281f}
.TechReqBlock .tech-intro-img img{width:100%;height:340px;object-fit:cover;display:block}
.TechReqBlock .tech-intro-img .img-badge{position:absolute;bottom:20px;left:20px;background:#fffffff2;border-radius:16px;padding:12px 18px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 16px #0000001a}
.TechReqBlock .tech-intro-img .img-badge .badge-icon{font-size:22px;color:#792028}
.TechReqBlock .tech-intro-img .img-badge .badge-text{font-size:13px;font-weight:700;color:#1a1a2e;line-height:1.3}
.TechReqBlock .tech-intro-img .img-badge .badge-text span{display:block;font-weight:400;color:#6b6b7b;font-size:11px}
.TechReqBlock .accordion-section{margin-bottom:56px}
.TechReqBlock .accordion-section-title{font-size:22px;font-weight:700;color:#1a1a2e;margin-bottom:24px;display:flex;align-items:center;gap:12px}
.TechReqBlock .accordion-section-title i{font-size:24px;color:#9964DE}
.TechReqBlock .accordion-wrapper{display:flex;flex-direction:column;gap:12px}
.TechReqBlock .accordion-item input[type="checkbox"]{display:none}
.TechReqBlock .accordion-item{border-radius:20px;border:1px solid #9964de26;overflow:hidden;background:#faf9fe;transition:box-shadow .2s}
.TechReqBlock .accordion-item:hover{box-shadow:0 4px 20px #9964de1a}
.TechReqBlock .accordion-item label{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;cursor:pointer;font-size:16px;font-weight:600;color:#1a1a2e;gap:16px}
.TechReqBlock .accordion-item label .acc-label-left{display:flex;align-items:center;gap:14px}
.TechReqBlock .accordion-item label .acc-icon{font-size:20px;color:#792028;flex-shrink:0}
.TechReqBlock .accordion-item label .acc-arrow{font-size:18px;color:#9964DE;transition:transform .25s;flex-shrink:0}
.TechReqBlock .accordion-item input:checked + label .acc-arrow{transform:rotate(180deg)}
.TechReqBlock .accordion-item input:checked + label{color:#792028;background:linear-gradient(90deg,#7920280a,#9964de0a)}
.TechReqBlock .acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.TechReqBlock .accordion-item input:checked ~ .acc-body{max-height:600px}
.TechReqBlock .acc-body-inner{padding:0 28px 24px}
.TechReqBlock .acc-body-inner p{font-size:15px;line-height:1.72;color:#4a4a5a;margin-bottom:14px}
.TechReqBlock .acc-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.TechReqBlock .acc-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#3a3a4a;line-height:1.6}
.TechReqBlock .acc-checklist li i{color:#16FDE5;font-size:16px;flex-shrink:0;margin-top:2px;filter:drop-shadow(0 0 4px #16fde566)}
.TechReqBlock .profiles-row{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:60px}
.TechReqBlock .profile-card{background:linear-gradient(145deg,#f8f6f4,#fff);border-radius:28px;padding:32px 28px;display:flex;flex-direction:column;gap:18px;border:1px solid #79202814;box-shadow:0 4px 24px #7920280f;position:relative;overflow:hidden}
.TechReqBlock .profile-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#792028,#9964DE);border-radius:28px 28px 0 0}
.TechReqBlock .profile-card .card-top{display:flex;align-items:center;gap:16px}
.TechReqBlock .profile-card .card-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #9964de33}
.TechReqBlock .profile-card .card-info-name{font-size:16px;font-weight:700;color:#1a1a2e;line-height:1.3}
.TechReqBlock .profile-card .card-info-role{font-size:12px;color:#9964DE;font-weight:600;letter-spacing:.5px}
.TechReqBlock .profile-card .card-quote{font-size:14px;line-height:1.7;color:#4a4a5a;font-style:italic;position:relative;padding-left:16px}
.TechReqBlock .profile-card .card-quote::before{content:'"';position:absolute;left:0;top:-4px;font-size:28px;color:#792028;opacity:.3;font-style:normal;line-height:1}
.TechReqBlock .profile-card .card-specs{display:flex;flex-direction:column;gap:8px;margin-top:4px}
.TechReqBlock .profile-card .spec-row{display:flex;align-items:center;gap:8px;font-size:13px;color:#3a3a4a}
.TechReqBlock .profile-card .spec-row i{font-size:15px;color:#792028;flex-shrink:0}
.TechReqBlock .tech-footer-note{margin-top:60px;background:linear-gradient(135deg,#7920280d,#16fde50f);border-radius:28px;padding:40px 44px;display:flex;align-items:center;gap:32px;border:1px solid #16fde533}
.TechReqBlock .tech-footer-note .note-icon-wrap{flex-shrink:0;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#792028,#9964DE);display:flex;align-items:center;justify-content:center}
.TechReqBlock .tech-footer-note .note-icon-wrap i{font-size:28px;color:#fff}
.TechReqBlock .tech-footer-note .note-text h4{font-size:18px;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.TechReqBlock .tech-footer-note .note-text p{font-size:15px;color:#4a4a5a;line-height:1.65;margin:0}
.TechReqBlock .tech-footer-note .note-cta{flex-shrink:0;margin-left:auto;display:inline-flex;align-items:center;gap:8px;background:#792028;color:#fff;font-weight:700;font-size:15px;padding:14px 28px;border-radius:40px;text-decoration:none;transition:background 0.25s,box-shadow .25s;box-shadow:0 4px 18px #79202838;z-index:2;position:relative}
.TechReqBlock .tech-footer-note .note-cta:hover{background:#5a1620;box-shadow:0 8px 28px #7920284d}
@media (max-width: 1100px) {
.TitleMosaic .mosaic-container{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}
.TitleMosaic .mosaic-text-panel{grid-column:1 / 3;grid-row:1 / 2;border-radius:32px 32px 0 0;padding:44px 36px}
.TitleMosaic .mosaic-img-top{grid-column:1 / 2;grid-row:2 / 3;min-height:200px}
.TitleMosaic .mosaic-img-bottom{grid-column:2 / 3;grid-row:2 / 3;min-height:200px}
.TitleMosaic .mosaic-side-panel{grid-column:1 / 3;grid-row:3 / 4;border-radius:0 0 32px 32px;flex-direction:row;flex-wrap:wrap;gap:20px}
.TitleMosaic .mosaic-stat{flex:1;min-width:120px;padding-bottom:0;border-bottom:none;border-right:1px dashed #9964de33;padding-right:20px}
.TitleMosaic .mosaic-stat:last-child{border-right:none}
.TechReqBlock .tech-intro-row{grid-template-columns:1fr;gap:36px}
.TechReqBlock .profiles-row{grid-template-columns:1fr 1fr}
.TechReqBlock .tech-footer-note{flex-wrap:wrap}
.TechReqBlock .tech-footer-note .note-cta{margin-left:0}
}
@media (max-width: 768px) {
.TitleMosaic{padding:50px 16px 40px}
.TitleMosaic .mosaic-container{grid-template-columns:1fr;min-height:unset}
.TitleMosaic .mosaic-text-panel{grid-column:1;grid-row:1;border-radius:28px 28px 0 0;padding:36px 24px}
.TitleMosaic .mosaic-img-top{grid-column:1;grid-row:2;min-height:180px}
.TitleMosaic .mosaic-img-bottom{grid-column:1;grid-row:3;min-height:180px}
.TitleMosaic .mosaic-side-panel{grid-column:1;grid-row:4;border-radius:0 0 28px 28px;flex-direction:row;flex-wrap:wrap;gap:16px;padding:28px 24px}
.TitleMosaic .mosaic-stat{flex:1;min-width:100px;border-right:none;border-bottom:none;padding:0}
.TechReqBlock{padding:60px 16px}
.TechReqBlock .profiles-row{grid-template-columns:1fr}
.TechReqBlock .tech-footer-note{padding:28px 24px;gap:20px}
.TechReqBlock .accordion-item label{padding:16px 20px}
.TechReqBlock .acc-body-inner{padding:0 20px 20px}
}
.HeroStage{position:relative;overflow:hidden;padding:80px 20px 100px;background:linear-gradient(135deg,#792028 0%,#9964DE 50%,#16FDE5 100%);background-size:300% 300%;animation:GradientShift 8s ease infinite}
@keyframes GradientShift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.HeroStage .stage-container{max-width:1600px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:60px;position:relative;z-index:2}
.HeroStage .stage-dots{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,#ffffff1f 1px,transparent 1px);background-size:28px 28px;pointer-events:none;z-index:1}
.HeroStage .stage-text{flex:1;z-index:2}
.HeroStage .stage-text .tag-label{display:inline-block;background:#ffffff26;border:1px solid #ffffff4d;color:#fff;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:30px;margin-bottom:24px}
.HeroStage .stage-text h1{font-size:clamp(2rem,5vw,3.6rem);font-weight:800;color:#fff;line-height:1.2;margin:0 0 20px}
.HeroStage .stage-text h1 .accent-word{color:#16FDE5;position:relative;display:inline-block}
.HeroStage .stage-text h1 .accent-word::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:3px;background:#16fde580;border-radius:2px}
.HeroStage .stage-text .hero-description{font-size:1.1rem;color:#ffffffe0;line-height:1.75;max-width:520px;margin:0 0 36px}
.HeroStage .stage-text .HeroActions{display:flex;flex-direction:row;gap:16px;flex-wrap:wrap}
.HeroStage .stage-text .HeroActions .btn-primary-hero{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#792028;padding:14px 28px;border-radius:30px;font-weight:700;font-size:.95rem;text-decoration:none;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 20px #00000026;position:relative;z-index:3}
.HeroStage .stage-text .HeroActions .btn-primary-hero:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000040}
.HeroStage .stage-text .HeroActions .btn-outline-hero{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:14px 28px;border-radius:30px;font-weight:600;font-size:.95rem;text-decoration:none;border:2px solid #fff9;transition:background 0.2s,border-color .2s;position:relative;z-index:3}
.HeroStage .stage-text .HeroActions .btn-outline-hero:hover{background:#ffffff1a;border-color:#fff}
.HeroStage .stage-visual{flex:0 0 420px;position:relative;z-index:2}
.HeroStage .stage-visual .image-frame{position:relative;width:100%}
.HeroStage .stage-visual .image-frame img{width:100%;height:460px;object-fit:cover;border-radius:60% 30% 50% 40% / 40% 50% 30% 60%;display:block;box-shadow:0 20px 60px #79202866}
.HeroStage .stage-visual .frame-ring{position:absolute;top:-12px;right:-12px;width:100%;height:100%;border:3px dashed #16fde580;border-radius:60% 30% 50% 40% / 40% 50% 30% 60%;pointer-events:none}
.HeroStage .stage-visual .stat-badge{position:absolute;bottom:30px;left:-20px;background:#fffffff7;border-radius:20px;padding:14px 20px;box-shadow:0 8px 30px #79202840;display:flex;flex-direction:row;align-items:center;gap:12px}
.HeroStage .stage-visual .stat-badge .badge-icon{width:38px;height:38px;background:linear-gradient(135deg,#792028,#9964DE);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}
.HeroStage .stage-visual .stat-badge .badge-text strong{display:block;font-size:1.1rem;font-weight:800;color:#792028}
.HeroStage .stage-visual .stat-badge .badge-text span{font-size:.78rem;color:#555}
.PlatformSection{background:#fafafa;padding:90px 20px}
.PlatformSection .platform-container{max-width:1600px;margin:auto}
.PlatformSection .section-header{max-width:680px;margin-bottom:60px}
.PlatformSection .section-header .pre-title{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:16px}
.PlatformSection .section-header .pre-title span{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#9964DE}
.PlatformSection .section-header .pre-title::before{content:'';display:block;width:32px;height:3px;background:linear-gradient(90deg,#792028,#9964DE);border-radius:2px}
.PlatformSection .section-header h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#1a1a2e;line-height:1.3;margin:0 0 16px}
.PlatformSection .section-header p{font-size:1rem;color:#555;line-height:1.7;margin:0}
.PlatformSection .platform-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:28px}
.PlatformSection .platform-grid .GridCard{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 4px 20px #79202812;transition:transform 0.25s,box-shadow .25s}
.PlatformSection .platform-grid .GridCard:hover{transform:translateY(-4px);box-shadow:0 12px 40px #7920281f}
.PlatformSection .platform-grid .GridCard.card-wide{grid-column:1 / 3;display:flex;flex-direction:row;align-items:stretch}
.PlatformSection .platform-grid .GridCard.card-wide .card-img-wrap{flex:0 0 45%}
.PlatformSection .platform-grid .GridCard.card-wide .card-img-wrap img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block}
.PlatformSection .platform-grid .GridCard.card-wide .card-body{flex:1;padding:40px;display:flex;flex-direction:column;justify-content:center}
.PlatformSection .platform-grid .GridCard.card-standard .card-img-wrap img{width:100%;height:200px;object-fit:cover;display:block}
.PlatformSection .platform-grid .GridCard.card-standard .card-body{padding:28px 32px 36px}
.PlatformSection .platform-grid .GridCard .card-body .card-icon{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}
.PlatformSection .platform-grid .GridCard .card-body .card-icon.icon-red{background:#7920281a;color:#792028}
.PlatformSection .platform-grid .GridCard .card-body .card-icon.icon-purple{background:#9964de1a;color:#9964DE}
.PlatformSection .platform-grid .GridCard .card-body .card-icon.icon-teal{background:#16fde526;color:#0bbba8}
.PlatformSection .platform-grid .GridCard .card-body h3{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0 0 10px;line-height:1.35}
.PlatformSection .platform-grid .GridCard .card-body p{font-size:.93rem;color:#666;line-height:1.65;margin:0 0 18px}
.PlatformSection .platform-grid .GridCard .card-body .card-link{display:inline-flex;align-items:center;gap:6px;color:#792028;font-size:.88rem;font-weight:600;text-decoration:none;transition:gap .2s}
.PlatformSection .platform-grid .GridCard .card-body .card-link:hover{gap:10px}
.FeedbackSection{padding:90px 20px;background:#fff;position:relative}
.FeedbackSection::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#792028,#9964DE,#16FDE5)}
.FeedbackSection .feedback-container{max-width:1600px;margin:auto}
.FeedbackSection .feedback-layout{display:grid;grid-template-columns:360px 1fr;gap:60px;align-items:start}
.FeedbackSection .feedback-intro h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#1a1a2e;line-height:1.3;margin:0 0 20px}
.FeedbackSection .feedback-intro h2 .highlight{color:#792028}
.FeedbackSection .feedback-intro p{font-size:.97rem;color:#666;line-height:1.7;margin:0 0 32px}
.FeedbackSection .feedback-intro .RatingDisplay{background:linear-gradient(135deg,#792028 0%,#9964DE 100%);border-radius:24px;padding:28px 24px;color:#fff;margin-bottom:28px}
.FeedbackSection .feedback-intro .RatingDisplay .rating-number{font-size:3rem;font-weight:900;line-height:1;margin-bottom:6px}
.FeedbackSection .feedback-intro .RatingDisplay .rating-stars{color:#16FDE5;font-size:1.1rem;letter-spacing:2px;margin-bottom:8px}
.FeedbackSection .feedback-intro .RatingDisplay .rating-label{font-size:.82rem;opacity:.85}
.FeedbackSection .feedback-intro .expert-profile{display:flex;flex-direction:row;align-items:center;gap:14px;padding:16px;background:#fafafa;border-radius:20px;border:1px solid #eee}
.FeedbackSection .feedback-intro .expert-profile img{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}
.FeedbackSection .feedback-intro .expert-profile .profile-info strong{display:block;font-size:.9rem;color:#1a1a2e;font-weight:700}
.FeedbackSection .feedback-intro .expert-profile .profile-info span{font-size:.8rem;color:#888}
.FeedbackSection .TestimonialsGrid{display:flex;flex-direction:column;gap:22px}
.FeedbackSection .TestimonialsGrid .TestimonialCard{background:#fafafa;border-radius:24px;padding:28px 32px;border:1px solid #efefef;position:relative;transition:box-shadow .2s}
.FeedbackSection .TestimonialsGrid .TestimonialCard:hover{box-shadow:0 8px 30px #9964de1a}
.FeedbackSection .TestimonialsGrid .TestimonialCard::before{content:'\201C';position:absolute;top:16px;right:24px;font-size:4rem;color:#7920281a;line-height:1;font-weight:900}
.FeedbackSection .TestimonialsGrid .TestimonialCard .card-top{display:flex;flex-direction:row;align-items:center;gap:14px;margin-bottom:16px}
.FeedbackSection .TestimonialsGrid .TestimonialCard .card-top .reviewer-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}
.FeedbackSection .TestimonialsGrid .TestimonialCard .card-top .reviewer-avatar.av-red{background:linear-gradient(135deg,#792028,#9964DE)}
.FeedbackSection .TestimonialsGrid .TestimonialCard .card-top .reviewer-avatar.av-teal{background:linear-gradient(135deg,#0bbba8,#9964DE)}
.FeedbackSection .TestimonialsGrid .TestimonialCard .card-top .reviewer-avatar.av-purple{background:linear-gradient(135deg,#9964DE,#792028)}
.FeedbackSection .TestimonialsGrid .TestimonialCard .card-top .reviewer-info strong{display:block;font-size:.9rem;color:#1a1a2e;font-weight:700}
.FeedbackSection .TestimonialsGrid .TestimonialCard .card-top .reviewer-info span{font-size:.78rem;color:#999}
.FeedbackSection .TestimonialsGrid .TestimonialCard .review-text{font-size:.92rem;color:#555;line-height:1.7;margin:0}
.MechanicsSection{padding:90px 20px;background:#1a1a2e;position:relative;overflow:hidden}
.MechanicsSection::after{content:'';position:absolute;bottom:-60px;right:-60px;width:300px;height:300px;background:radial-gradient(circle,#9964de33 0%,transparent 70%);pointer-events:none}
.MechanicsSection .mechanics-container{max-width:1600px;margin:auto;position:relative;z-index:2}
.MechanicsSection .mechanics-top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:60px;gap:30px}
.MechanicsSection .mechanics-top h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#fff;line-height:1.3;margin:0;max-width:520px}
.MechanicsSection .mechanics-top h2 .glow-text{color:#16FDE5}
.MechanicsSection .mechanics-top p{font-size:.95rem;color:#fff9;line-height:1.7;max-width:400px;margin:0}
.MechanicsSection .mechanics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:50px}
.MechanicsSection .mechanics-grid .MechanicItem{background:#ffffff0d;border:1px solid #ffffff14;border-radius:28px;padding:36px 28px;transition:background 0.25s,border-color .25s}
.MechanicsSection .mechanics-grid .MechanicItem:hover{background:#ffffff17;border-color:#16fde540}
.MechanicsSection .mechanics-grid .MechanicItem .item-number{font-size:2.5rem;font-weight:900;color:#ffffff14;line-height:1;margin-bottom:20px;font-variant-numeric:tabular-nums}
.MechanicsSection .mechanics-grid .MechanicItem .item-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:18px}
.MechanicsSection .mechanics-grid .MechanicItem .item-icon.IconRed{background:#7920284d;color:#ff8a8f}
.MechanicsSection .mechanics-grid .MechanicItem .item-icon.IconTeal{background:#16fde51f;color:#16FDE5}
.MechanicsSection .mechanics-grid .MechanicItem .item-icon.IconPurple{background:#9964de33;color:#c8a8ff}
.MechanicsSection .mechanics-grid .MechanicItem h4{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.35}
.MechanicsSection .mechanics-grid .MechanicItem p{font-size:.88rem;color:#ffffff94;line-height:1.65;margin:0}
.MechanicsSection .mechanics-images{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}
.MechanicsSection .mechanics-images .img-slot{border-radius:22px;overflow:hidden;position:relative}
.MechanicsSection .mechanics-images .img-slot img{width:100%;height:200px;object-fit:cover;display:block;filter:brightness(0.8);transition:filter 0.3s,transform .3s}
.MechanicsSection .mechanics-images .img-slot:hover img{filter:brightness(1);transform:scale(1.03)}
.MechanicsSection .mechanics-images .img-slot .slot-label{position:absolute;bottom:14px;left:14px;background:#0000008c;color:#fff;font-size:.75rem;font-weight:600;padding:5px 12px;border-radius:20px}
.MechanicsSection .mechanics-cta{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:50px;padding:36px 40px;background:#16fde50f;border:1px solid #16fde533;border-radius:28px;gap:24px;flex-wrap:wrap}
.MechanicsSection .mechanics-cta .cta-text h3{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 8px}
.MechanicsSection .mechanics-cta .cta-text p{font-size:.88rem;color:#fff9;margin:0}
.MechanicsSection .mechanics-cta .cta-buttons{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.MechanicsSection .mechanics-cta .cta-buttons .btn-teal{display:inline-flex;align-items:center;gap:8px;background:#16FDE5;color:#1a1a2e;padding:13px 26px;border-radius:30px;font-weight:700;font-size:.9rem;text-decoration:none;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 20px #16fde540;position:relative;z-index:3}
.MechanicsSection .mechanics-cta .cta-buttons .btn-teal:hover{transform:translateY(-2px);box-shadow:0 8px 30px #16fde559}
.MechanicsSection .mechanics-cta .cta-buttons .btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fffc;padding:13px 26px;border-radius:30px;font-weight:600;font-size:.9rem;text-decoration:none;border:1px solid #fff3;transition:border-color 0.2s,color .2s;position:relative;z-index:3}
.MechanicsSection .mechanics-cta .cta-buttons .btn-ghost:hover{border-color:#ffffff80;color:#fff}
@media (max-width: 1024px) {
.HeroStage .stage-container{flex-direction:column;gap:40px}
.HeroStage .stage-visual{flex:none;width:100%;max-width:420px}
.FeedbackSection .feedback-layout{grid-template-columns:1fr}
.MechanicsSection .mechanics-top{flex-direction:column;align-items:flex-start}
.MechanicsSection .mechanics-grid{grid-template-columns:1fr 1fr}
.MechanicsSection .mechanics-images{grid-template-columns:1fr 1fr}
.PlatformSection .platform-grid .GridCard.card-wide{flex-direction:column}
.PlatformSection .platform-grid .GridCard.card-wide .card-img-wrap{flex:none;width:100%}
}
@media (max-width: 768px) {
.HeroStage{padding:60px 16px 70px}
.PlatformSection .platform-grid{grid-template-columns:1fr}
.PlatformSection .platform-grid .GridCard.card-wide{grid-column:1}
.MechanicsSection .mechanics-grid{grid-template-columns:1fr}
.MechanicsSection .mechanics-images{grid-template-columns:1fr}
.MechanicsSection .mechanics-cta{flex-direction:column;padding:28px 24px}
.HeroStage .stage-visual .stat-badge{left:0}
.FeedbackSection .TestimonialsGrid .TestimonialCard{padding:22px 20px}
}
.ContactPageWrapper{max-width:1600px;margin:0 auto;overflow-x:hidden}
.TitleBlock{position:relative;padding:80px 40px 100px;background:linear-gradient(135deg,#792028 0%,#9964DE 60%,#16FDE5 100%);overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:380px}
.TitleBlock::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,#16fde52e 0%,transparent 60%),radial-gradient(ellipse at 10% 80%,#9964de38 0%,transparent 50%);pointer-events:none}
.TitleBlock::after{content:'';position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:#ffffff0f;pointer-events:none}
.TitleBlock .LayerDepth-1{position:absolute;bottom:-30px;right:120px;width:180px;height:180px;border-radius:40px;background:#ffffff0d;transform:rotate(22deg);pointer-events:none}
.TitleBlock .LayerDepth-2{position:absolute;top:30px;right:260px;width:90px;height:90px;border-radius:24px;background:#16fde51a;transform:rotate(-12deg);pointer-events:none}
.TitleBlock .DecoLine{position:absolute;left:0;bottom:0;width:100%;height:6px;background:linear-gradient(90deg,#16FDE5 0%,#9964DE 50%,#792028 100%);opacity:.7}
.TitleBlock .TitleInner{position:relative;z-index:2;max-width:700px}
.TitleBlock .TitleInner h1{font-size:clamp(2rem,5vw,3.6rem);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.02em;margin:0 0 28px}
.TitleBlock .TitleInner h1 span{display:inline-block;background:linear-gradient(90deg,#16FDE5,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.TitleBlock .TitleInner .TitleCta{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#792028;font-weight:700;font-size:1rem;padding:14px 32px;border-radius:30px;text-decoration:none;box-shadow:0 8px 24px #79202840;transition:background 0.25s,color 0.25s,box-shadow 0.25s,transform .2s;position:relative;z-index:3}
.TitleBlock .TitleInner .TitleCta:hover{background:#16FDE5;color:#16161a;box-shadow:0 12px 32px #16fde547;transform:translateY(-2px)}
.TitleBlock .TitleInner .TitleCta i{font-size:1.2rem}
.TitleBlock .DecoCircleArt{position:absolute;right:60px;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;pointer-events:none}
.TitleBlock .DecoCircleArt svg{width:220px;height:220px;opacity:.22}
.ContactMainSection{padding:80px 40px 100px;background:#f7f7fb}
.ContactMainSection .SectionInner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.7fr;gap:60px;align-items:start}
.ContactInfoPanel{display:flex;flex-direction:column;gap:28px}
.ContactInfoPanel .InfoPanelHead{font-size:1.5rem;font-weight:800;color:#1a1226;line-height:1.3;margin:0 0 4px}
.ContactInfoPanel .InfoPanelHead span{color:#792028}
.ContactInfoPanel .InfoPanelDesc{font-size:1rem;color:#5a5570;line-height:1.7;margin:0}
.ContactInfoCard{background:#fff;border-radius:24px;padding:24px 28px;box-shadow:0 4px 18px #79202814;display:flex;flex-direction:column;gap:18px}
.ContactInfoCard .InfoItem{display:flex;flex-direction:row;align-items:flex-start;gap:16px}
.ContactInfoCard .InfoItem .IconWrap{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.3rem}
.ContactInfoCard .InfoItem .IconWrap.ColorRed{background:#7920281a;color:#792028}
.ContactInfoCard .InfoItem .IconWrap.ColorCyan{background:#16fde526;color:#0ab8a4}
.ContactInfoCard .InfoItem .IconWrap.ColorPurple{background:#9964de1f;color:#7a44c8}
.ContactInfoCard .InfoItem .InfoText{display:flex;flex-direction:column;gap:2px}
.ContactInfoCard .InfoItem .InfoText strong{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9b97b0}
.ContactInfoCard .InfoItem .InfoText a,.ContactInfoCard .InfoItem .InfoText span{font-size:.97rem;color:#1a1226;font-weight:500;text-decoration:none;line-height:1.5}
.ContactInfoCard .InfoItem .InfoText a:hover{color:#792028;text-decoration:underline}
.InfoPanelAboutLink{display:inline-flex;align-items:center;gap:8px;color:#9964DE;font-weight:600;font-size:.97rem;text-decoration:none;padding:10px 0;transition:color 0.2s,gap .2s}
.InfoPanelAboutLink:hover{color:#792028;gap:14px}
.ContactFormPanel{background:#fff;border-radius:32px;padding:48px 44px;box-shadow:0 8px 40px #7920281a 0 2px 8px #9964de12}
.ContactFormPanel .FormPanelTitle{font-size:1.4rem;font-weight:800;color:#1a1226;margin:0 0 6px}
.ContactFormPanel .FormPanelSub{font-size:.97rem;color:#7a7595;margin:0 0 32px;line-height:1.6}
.ContactForm .FieldRow{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.ContactForm .FieldGroup{display:flex;flex-direction:column;gap:7px;margin-bottom:20px}
.ContactForm .FieldGroup label{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#5a5570}
.ContactForm .FieldGroup input[type="text"],.ContactForm .FieldGroup input[type="email"],.ContactForm .FieldGroup select{width:100%;padding:14px 18px;border:1.5px solid #e0dcea;border-radius:14px;font-size:.98rem;color:#1a1226;background:#f7f7fb;outline:none;transition:border-color 0.2s,box-shadow 0.2s,background .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none}
.ContactForm .FieldGroup input[type="text"]:focus,.ContactForm .FieldGroup input[type="email"]:focus,.ContactForm .FieldGroup select:focus{border-color:#792028;background:#fff;box-shadow:0 0 0 3px #79202817}
.ContactForm .FieldGroup .SelectWrapper{position:relative;display:flex;align-items:center}
.ContactForm .FieldGroup .SelectWrapper select{padding-right:40px;cursor:pointer}
.ContactForm .FieldGroup .SelectWrapper .SelectArrow{position:absolute;right:14px;pointer-events:none;color:#792028;font-size:1rem}
.ContactForm .RadioGroupLabel{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#5a5570;margin-bottom:12px;display:block}
.ContactForm .RadioGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}
.ContactForm .RadioItem{position:relative}
.ContactForm .RadioItem input[type="radio"]{position:absolute;opacity:0;width:0;height:0}
.ContactForm .RadioItem label{display:flex;flex-direction:row;align-items:center;gap:10px;padding:12px 16px;border-radius:14px;border:1.5px solid #e0dcea;background:#f7f7fb;font-size:.92rem;color:#3d3757;font-weight:500;cursor:pointer;transition:border-color 0.2s,background 0.2s,box-shadow .2s}
.ContactForm .RadioItem label i{font-size:1.1rem;color:#9964DE}
.ContactForm .RadioItem input[type="radio"]:checked + label{border-color:#792028;background:#79202812;color:#792028;box-shadow:0 2px 8px #7920281a}
.ContactForm .RadioItem input[type="radio"]:checked + label i{color:#792028}
.ContactForm .RadioItem label:hover{border-color:#9964DE;background:#9964de0f}
.ContactForm .PrivacyRow{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:28px;padding:16px 18px;border-radius:14px;background:#f7f7fb;border:1.5px solid #e0dcea}
.ContactForm .PrivacyRow input[type="checkbox"]{width:20px;height:20px;min-width:20px;accent-color:#792028;margin-top:2px;cursor:pointer}
.ContactForm .PrivacyRow .PrivacyText{font-size:.88rem;color:#5a5570;line-height:1.6}
.ContactForm .PrivacyRow .PrivacyText a{color:#792028;font-weight:600;text-decoration:underline}
.ContactForm .PrivacyRow .PrivacyText a:hover{color:#9964DE}
.ContactForm .SubmitBtn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#792028 0%,#9964DE 100%);color:#fff;font-weight:800;font-size:1.05rem;border:none;border-radius:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 6px 24px #79202838;transition:opacity 0.2s,transform 0.2s,box-shadow .2s;position:relative;z-index:2}
.ContactForm .SubmitBtn:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 10px 32px #79202847}
.ContactForm .SubmitBtn:active{transform:translateY(0)}
.SectionDivider{width:100%;overflow:hidden;line-height:0;height:40px;background:#f7f7fb}
.SectionDivider svg{display:block;width:100%;height:40px}
@media (max-width: 900px) {
.ContactMainSection .SectionInner{grid-template-columns:1fr;gap:36px}
.TitleBlock{padding:60px 24px 80px;min-height:auto}
.TitleBlock .DecoCircleArt{display:none}
.ContactFormPanel{padding:32px 24px}
.ContactMainSection{padding:50px 20px 70px}
}
@media (max-width: 600px) {
.ContactForm .FieldRow{grid-template-columns:1fr}
.ContactForm .RadioGrid{grid-template-columns:1fr}
.TitleBlock .TitleInner h1{font-size:2rem}
.ContactFormPanel .FormPanelTitle{font-size:1.15rem}
}
.SuccessPage{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;position:relative;overflow:hidden;background:#f8f7fc}
.SuccessPage .GeoBackground{position:absolute;inset:0;z-index:0;pointer-events:none}
.SuccessPage .GeoBackground::before{content:'';position:absolute;top:-120px;right:-120px;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle at 40% 40%,#9964de21,#79202812 70%)}
.SuccessPage .GeoBackground::after{content:'';position:absolute;bottom:-80px;left:-100px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle at 60% 60%,#16fde51a,#9964de0f 70%)}
.SuccessPage .DotCorner{position:absolute;width:90px;height:90px;background-image:radial-gradient(circle,#79202838 1.5px,transparent 1.5px);background-size:14px 14px;z-index:1}
.SuccessPage .DotCorner-TopLeft{top:28px;left:28px}
.SuccessPage .DotCorner-TopRight{top:28px;right:28px}
.SuccessPage .DotCorner-BottomLeft{bottom:28px;left:28px}
.SuccessPage .DotCorner-BottomRight{bottom:28px;right:28px}
.SuccessPage .TitleBlock-container{position:relative;z-index:2;max-width:720px;width:100%;margin:auto;display:flex;flex-direction:column;align-items:center;text-align:center}
.SuccessPage .AnimatedAccent{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#792028,#9964DE,#16FDE5,#792028);background-size:300% 300%;animation:GradientShift 4s ease infinite;box-shadow:0 8px 32px #7920282e 0 2px 8px #9964de21;margin-bottom:36px;flex-shrink:0}
@keyframes GradientShift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.SuccessPage .AnimatedAccent .CheckIcon{color:#fff;font-size:48px}
.SuccessPage .TitleBlock-container .NumericalAccent{display:inline-block;font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#9964DE;background:#9964de14;border:1px solid #9964de2e;border-radius:30px;padding:6px 20px;margin-bottom:22px}
.SuccessPage .TitleBlock-container .MainHeading{font-size:clamp(30px,5vw,52px);font-weight:800;line-height:1.15;color:#1a1325;margin:0 0 10px;position:relative}
.SuccessPage .TitleBlock-container .MainHeading em{font-style:normal;background:linear-gradient(90deg,#792028,#9964DE);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.SuccessPage .TitleBlock-container .SubHeading{font-size:clamp(16px,2.2vw,22px);color:#4a3e5c;line-height:1.55;margin:18px 0 32px;max-width:560px}
.SuccessPage .CardDivider{width:60px;height:3px;border-radius:3px;background:linear-gradient(90deg,#792028,#16FDE5);margin:0 auto 32px}
.SuccessPage .InfoBlock{background:#fff;border-radius:28px;box-shadow:0 6px 32px #79202814 0 2px 8px #9964de12;padding:36px 40px;display:flex;flex-direction:column;gap:18px;width:100%;max-width:580px;margin-bottom:36px;border:1px solid #9964de1a;position:relative}
.SuccessPage .InfoBlock::before{content:'';position:absolute;top:0;left:40px;right:40px;height:3px;border-radius:0 0 3px 3px;background:linear-gradient(90deg,#792028,#9964DE,#16FDE5)}
.SuccessPage .InfoRow{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.SuccessPage .InfoRow .InfoIcon{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#79202814,#9964de1a);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#792028;font-size:20px}
.SuccessPage .InfoRow .InfoText{display:flex;flex-direction:column;gap:3px}
.SuccessPage .InfoRow .InfoText .InfoLabel{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#9964DE}
.SuccessPage .InfoRow .InfoText .InfoDesc{font-size:15px;color:#3a2e4a;line-height:1.5}
.SuccessPage .ActionButtons{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:4px}
.SuccessPage .ActionButtons .BtnPrimary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#792028,#9964DE);color:#fff;font-size:15px;font-weight:700;padding:14px 32px;border-radius:40px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 18px #7920282e;transition:transform 0.18s,box-shadow .18s;position:relative;z-index:5}
.SuccessPage .ActionButtons .BtnPrimary:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 28px #79202840}
.SuccessPage .ActionButtons .BtnSecondary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#792028;font-size:15px;font-weight:700;padding:13px 30px;border-radius:40px;text-decoration:none;border:2px solid #79202838;cursor:pointer;transition:border-color 0.18s,color 0.18s,background .18s;position:relative;z-index:5}
.SuccessPage .ActionButtons .BtnSecondary:hover{border-color:#9964DE;color:#9964DE;background:#9964de0d}
.SuccessPage .StepsMini{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:0;margin-top:40px;width:100%;max-width:640px;flex-wrap:wrap}
.SuccessPage .StepItem{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;min-width:110px;position:relative}
.SuccessPage .StepItem:not(:last-child)::after{content:'';position:absolute;top:18px;left:calc(50% + 22px);right:calc(-50% + 22px);height:2px;background:linear-gradient(90deg,#9964DE 40%,#16fde566);z-index:0}
.SuccessPage .StepDot{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#792028,#9964DE);display:flex;align-items:center;justify-content:center;color:#fff;font-size:15px;font-weight:800;z-index:1;position:relative;box-shadow:0 2px 10px #9964de2e}
.SuccessPage .StepLabel{font-size:12px;color:#4a3e5c;text-align:center;font-weight:600;line-height:1.35;max-width:90px}
@media (max-width: 700px) {
.SuccessPage .InfoBlock{padding:26px 18px}
.SuccessPage .ActionButtons{flex-direction:column;align-items:center}
.SuccessPage .StepsMini{gap:12px}
.SuccessPage .StepItem:not(:last-child)::after{display:none}
.SuccessPage .DotCorner{width:50px;height:50px}
}
@media (max-width: 420px) {
.SuccessPage .AnimatedAccent{width:72px;height:72px}
.SuccessPage .AnimatedAccent .CheckIcon{font-size:32px}
}