@import "https://cdn.jsdelivr.net/npm/@fontsource/jetbrains-mono@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/jetbrains-mono@latest/700.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-code@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/fira-code@latest/700.css";
*,::before,::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body{font-family:'Fira Code','JetBrains Mono',monospace;background:#fff;color:#1a1a1a}
img,svg{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
ul,ol{list-style:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
.SiteHeader{background:#fff;border-bottom:2px solid #ECECEC;box-shadow:0 2px 12px #00000012}
.HeaderTopBar{background:linear-gradient(105deg,#DF3700 0%,#b82d00 60%,#1a1a1a 100%);padding:7px 0}
.HeaderTopBar-inner{max-width:1400px;margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:flex-end;gap:24px;flex-wrap:wrap}
.HeaderContact-item{display:flex;align-items:center;gap:7px;color:#fff;font-size:.78rem;font-family:'JetBrains Mono',monospace}
.HeaderContact-item i{font-size:1rem;color:#FCF015}
.HeaderContact-item a{color:#fff;transition:color .2s}
.HeaderContact-item a:hover{color:#FCF015}
.HeaderMainRow{max-width:1400px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.SiteLogo-block{display:flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0}
.SiteLogo-block img{width:80px;height:80px;object-fit:contain;border-radius:16px;box-shadow:0 2px 10px #df370021;background:#ECECEC;padding:6px}
.SiteName-text{font-family:'JetBrains Mono',monospace;font-weight:700;font-size:1.45rem;color:#DF3700;letter-spacing:-.5px;line-height:1.15}
.SiteName-sub{font-size:.72rem;color:#888;font-weight:400;letter-spacing:1px;text-transform:uppercase}
.MainNav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.MainNav a{font-family:'JetBrains Mono',monospace;font-size:.85rem;font-weight:700;color:#1a1a1a;padding:9px 18px;border-radius:22px;border:2px solid transparent;transition:background 0.18s,border-color 0.18s,color .18s;white-space:nowrap}
.MainNav a:hover{background:#ECECEC;border-color:#DF3700;color:#DF3700}
.MainNav a.nav--active{background:#DF3700;color:#fff;border-color:#DF3700}
.SiteFooter{background:linear-gradient(135deg,#1a1a1a 0%,#2d1200 55%,#DF3700 100%);padding:56px 0 0;margin-top:64px;position:relative;overflow:hidden}
.SiteFooter::before{content:'';position:absolute;top:-40px;left:-60px;width:320px;height:320px;background:radial-gradient(circle,#fcf01517 0%,transparent 70%);pointer-events:none}
.FooterMain-inner{max-width:1400px;margin:auto;padding:0 24px 40px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}
.FooterBrand-block .SiteName-text{color:#FCF015}
.FooterBrand-block .SiteName-sub{color:#aaa}
.FooterBrand-desc{color:#ccc;font-size:.82rem;margin-top:14px;line-height:1.7;font-family:'Fira Code',monospace}
.FooterSection-title{font-family:'JetBrains Mono',monospace;font-weight:700;font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:#FCF015;margin-bottom:16px}
.FooterNav-list li{margin-bottom:9px}
.FooterNav-list a{color:#ccc;font-size:.83rem;font-family:'Fira Code',monospace;display:flex;align-items:center;gap:7px;transition:color .18s}
.FooterNav-list a i{color:#DF3700;font-size:.9rem}
.FooterNav-list a:hover{color:#FCF015}
.FooterCta-group{display:flex;flex-direction:column;gap:12px}
.FooterCta-btn{display:flex;align-items:center;gap:10px;padding:13px 22px;border-radius:24px;font-family:'JetBrains Mono',monospace;font-weight:700;font-size:.82rem;transition:background 0.18s,color 0.18s,box-shadow .18s;width:fit-content}
.FooterCta-btn--primary{background:#DF3700;color:#fff}
.FooterCta-btn--primary:hover{background:#FCF015;color:#1a1a1a;box-shadow:0 4px 18px #fcf01540}
.FooterCta-btn--secondary{background:transparent;color:#FCF015;border:2px solid #FCF015}
.FooterCta-btn--secondary:hover{background:#FCF015;color:#1a1a1a}
.FooterCta-btn--ghost{background:transparent;color:#ccc;border:2px solid #444}
.FooterCta-btn--ghost:hover{border-color:#DF3700;color:#DF3700}
.FooterCta-btn i{font-size:1rem}
.FooterBottom{border-top:1px solid #ffffff1a;max-width:1400px;margin:0 auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.FooterCopy{font-size:.75rem;color:#888;font-family:'Fira Code',monospace}
.FooterPolicy-links{display:flex;gap:18px}
.FooterPolicy-links a{color:#888;font-size:.75rem;font-family:'Fira Code',monospace;transition:color .18s}
.FooterPolicy-links a:hover{color:#FCF015}
.CookiePopup{position:fixed;top:20px;left:20px;width:480px;max-width:calc(100vw - 40px);background:#fff;border-radius:20px;box-shadow:0 8px 36px #0000002e;border:2px solid #ECECEC;z-index:9999;overflow:hidden;transform:translateX(calc(-100% - 40px));transition:transform .45s cubic-bezier(0.22,1,0.36,1)}
.CookiePopup[data-vis="1"]{transform:translateX(0)}
.CookieTabs{display:flex;border-bottom:2px solid #ECECEC}
.CookieTab-btn{flex:1;padding:11px 8px;font-family:'JetBrains Mono',monospace;font-size:.75rem;font-weight:700;color:#888;background:#f7f7f7;border-bottom:3px solid transparent;transition:color 0.15s,border-color 0.15s,background .15s;cursor:pointer}
.CookieTab-btn[data-active="1"]{color:#DF3700;border-bottom-color:#DF3700;background:#fff}
.CookiePanel{display:none;padding:18px 20px 14px}
.CookiePanel[data-active="1"]{display:block}
.CookiePanel-title{font-family:'JetBrains Mono',monospace;font-weight:700;font-size:.95rem;color:#1a1a1a;margin-bottom:7px}
.CookiePanel-text{font-size:.78rem;color:#555;font-family:'Fira Code',monospace;line-height:1.6;margin-bottom:14px}
.CookieActions{display:flex;gap:8px}
.CookieBtn{flex:1;padding:10px 6px;border-radius:0;font-family:'JetBrains Mono',monospace;font-weight:700;font-size:.77rem;border:2px solid #1a1a1a;transition:background 0.15s,color .15s}
.CookieBtn--accept{background:#DF3700;color:#fff;border-color:#DF3700}
.CookieBtn--accept:hover{background:#b82d00}
.CookieBtn--decline{background:#fff;color:#1a1a1a}
.CookieBtn--decline:hover{background:#ECECEC}
@media (max-width: 900px) {
.FooterMain-inner{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px) {
.HeaderMainRow{flex-direction:column;align-items:flex-start;gap:14px}
.MainNav{gap:2px}
.MainNav a{padding:8px 12px;font-size:.78rem}
.FooterMain-inner{grid-template-columns:1fr;gap:28px}
.FooterBottom{flex-direction:column;align-items:flex-start}
.SiteLogo-block img{width:60px;height:60px}
.SiteName-text{font-size:1.15rem}
}
.policy-page{max-width:860px;margin:0 auto;padding:48px 32px 64px;background:#fff;border-radius:24px;box-shadow:0 4px 24px #00000014 inset 0 1px 2px #ffffffe6;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,sans-serif;font-size:16px;line-height:1.75;color:#1a1a1a}
.policy-page p{margin:0 0 20px;font-size:16px;line-height:1.8;color:#2c2c2c;font-weight:400;letter-spacing:.01em}
.policy-page p:last-child{margin-bottom:0}
.policy-page ul{margin:0 0 24px;padding-left:0;list-style:none}
.policy-page ol{margin:0 0 24px;padding-left:24px;list-style:decimal}
.policy-page ul li{position:relative;padding-left:28px;margin-bottom:10px;font-size:16px;line-height:1.75;color:#2c2c2c}
.policy-page ul li::before{content:'';position:absolute;left:6px;top:10px;width:8px;height:8px;border-radius:50%;background:#DF3700;flex-shrink:0}
.policy-page ol li{margin-bottom:10px;font-size:16px;line-height:1.75;color:#2c2c2c;padding-left:6px}
.policy-page ul ul,.policy-page ol ul,.policy-page ul ol,.policy-page ol ol{margin-top:10px;margin-bottom:10px}
.policy-page ul ul li::before{background:#FCF015;border:1.5px solid #bfaf00;width:6px;height:6px;top:11px}
.policy-page a{color:#DF3700;text-decoration:underline;text-decoration-color:#df370059;text-underline-offset:3px;font-weight:500;transition:color .2s ease,text-decoration-color .2s ease}
.policy-page a:hover{color:#b52c00;text-decoration-color:#b52c00b3}
.policy-page a:visited{color:#993000}
.policy-page table{width:100%;border-collapse:collapse;margin:0 0 32px;font-size:15px;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #00000012}
.policy-page thead{background:linear-gradient(135deg,#DF3700 0%,#c43000 100%)}
.policy-page thead tr{border-bottom:none}
.policy-page thead th{padding:14px 18px;font-size:13px;font-weight:700;color:#fff;text-align:left;letter-spacing:.06em;text-transform:uppercase}
.policy-page tbody tr{border-bottom:1px solid #e8e8e8;transition:background .15s ease}
.policy-page tbody tr:last-child{border-bottom:none}
.policy-page tbody tr:nth-child(even){background:#fafafa}
.policy-page tbody tr:hover{background:#fff8f6}
.policy-page tbody td{padding:13px 18px;font-size:15px;line-height:1.6;color:#2c2c2c;vertical-align:top}
.policy-page th{font-weight:700}
.policy-page td strong{font-weight:600;color:#1a1a1a}
.policy-page div{margin-bottom:16px}
.policy-page div:last-child{margin-bottom:0}
.policy-page h1{font-size:32px;font-weight:800;line-height:1.25;color:#111;margin:0 0 32px;letter-spacing:-.02em;padding-bottom:20px;border-bottom:3px solid #ECECEC;position:relative}
.policy-page h1::after{content:'';position:absolute;bottom:-3px;left:0;width:60px;height:3px;background:#DF3700;border-radius:2px}
.policy-page h2{font-size:22px;font-weight:700;line-height:1.3;color:#111;margin:40px 0 16px;letter-spacing:-.01em}
.policy-page h3{font-size:18px;font-weight:700;line-height:1.4;color:#1a1a1a;margin:30px 0 12px}
.policy-page h4{font-size:16px;font-weight:700;line-height:1.5;color:#2c2c2c;margin:24px 0 10px;text-transform:uppercase;letter-spacing:.05em;font-size:13px}
.policy-page h5,.policy-page h6{font-size:15px;font-weight:600;color:#2c2c2c;margin:20px 0 8px;line-height:1.5}
.policy-page blockquote{margin:24px 0;padding:18px 24px;border-left:4px solid #DF3700;background:#fff8f6;border-radius:0 16px 16px 0;font-style:italic;color:#444}
.policy-page blockquote p{margin:0;font-size:15px}
.policy-page strong{font-weight:700;color:#111}
.policy-page em{font-style:italic;color:#444}
.policy-page hr{border:none;height:1px;background:#ECECEC;margin:40px 0;border-radius:1px}
.policy-page code{background:#f4f4f4;border:1px solid #e0e0e0;border-radius:6px;padding:2px 7px;font-size:14px;font-family:'Courier New',Courier,monospace;color:#DF3700}
.policy-page pre{background:#f4f4f4;border:1px solid #e0e0e0;border-radius:16px;padding:20px 24px;overflow-x:auto;margin:0 0 24px}
.policy-page pre code{background:none;border:none;padding:0;color:#1a1a1a}
@media (max-width: 768px) {
.policy-page{padding:32px 20px 48px;border-radius:16px;font-size:15px}
.policy-page h1{font-size:26px;margin-bottom:24px}
.policy-page h2{font-size:19px;margin:32px 0 14px}
.policy-page h3{font-size:16px}
.policy-page table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}
.policy-page thead th{font-size:12px;padding:12px 14px;white-space:nowrap}
.policy-page tbody td{font-size:14px;padding:11px 14px;min-width:120px}
.policy-page ul li{padding-left:24px}
.policy-page ol{padding-left:20px}
}
@media (max-width: 480px) {
.policy-page{padding:24px 16px 40px;border-radius:12px}
.policy-page h1{font-size:22px}
.policy-page h2{font-size:17px}
.policy-page p{font-size:15px;line-height:1.75}
}
@media (min-width: 1200px) {
.policy-page{padding:64px 80px 80px}
.policy-page p{font-size:17px}
.policy-page ul li,.policy-page ol li{font-size:17px}
.policy-page h1{font-size:36px}
.policy-page h2{font-size:24px}
}
.HeroSection{display:flex;flex-direction:row;align-items:stretch;max-width:1400px;margin:0 auto;min-height:520px;position:relative;overflow:hidden;border-radius:24px;margin-top:40px;margin-bottom:56px;box-shadow:0 8px 24px #df37001a}
.HeroSection .HeroImg-fetch{flex:0 0 40%;position:relative;overflow:hidden;border-radius:24px 0 0 24px}
.HeroSection .HeroImg-fetch img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(0.55) contrast(1.1)}
.HeroSection .HeroImg-fetch::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#df37002e 0%,#fcf0151a 100%);border-radius:24px 0 0 24px}
.HeroSection .HeroText-data{flex:1;display:flex;flex-direction:column;justify-content:center;padding:56px 52px 56px 48px;background:linear-gradient(130deg,#fff 60%,#ECECEC 100%);position:relative}
.HeroSection .HeroText-data::before{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:#fcf01521;pointer-events:none}
.HeroSection .HeroText-data::after{content:'';position:absolute;bottom:-30px;right:60px;width:100px;height:100px;border-radius:50%;background:#df370012;pointer-events:none}
.HeroSection .HeroText-data .HeroBadge{display:inline-flex;align-items:center;gap:8px;background:#DF3700;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:6px 16px;border-radius:24px;margin-bottom:22px;width:fit-content}
.HeroSection .HeroText-data h1{font-size:2.5rem;font-weight:800;line-height:1.18;color:#1a1a1a;margin:0 0 20px;position:relative}
.HeroSection .HeroText-data h1 span{color:#DF3700}
.HeroSection .HeroText-data .HeroQuote-wrapper{border-left:4px solid #FCF015;padding-left:18px;margin-bottom:28px}
.HeroSection .HeroText-data .HeroQuote-wrapper p{font-size:1.08rem;color:#444;line-height:1.65;margin:0}
.HeroSection .HeroText-data .HeroCta-handler{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.HeroCta-handler .BtnPrimary{background:linear-gradient(120deg,#DF3700 0%,#f63 100%);color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:32px;padding:14px 32px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:box-shadow 0.2s,transform .2s;box-shadow:0 4px 16px #df370038;z-index:2;position:relative}
.HeroCta-handler .BtnPrimary:hover{box-shadow:0 8px 24px #df37005c;transform:translateY(-2px)}
.HeroCta-handler .BtnSecondary{background:transparent;color:#DF3700;font-size:1rem;font-weight:700;border:2px solid #DF3700;border-radius:32px;padding:13px 28px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background 0.2s,color .2s;z-index:2;position:relative}
.HeroCta-handler .BtnSecondary:hover{background:#DF3700;color:#fff}
.FlexSection-data{max-width:1400px;margin:0 auto 60px;padding:0 24px}
.FlexSection-data .SectionLabel{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:36px}
.FlexSection-data .SectionLabel .LabelLine{flex:1;height:2px;background:linear-gradient(90deg,#DF3700 0%,#ECECEC 100%);border-radius:2px}
.FlexSection-data .SectionLabel h2{font-size:1.7rem;font-weight:800;color:#1a1a1a;margin:0;white-space:nowrap}
.FlexSection-data .SectionLabel h2 span{color:#DF3700}
.FlexCards-fetch{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.FlexCard-item{background:#fff;border-radius:20px;padding:32px 28px;box-shadow:0 2px 12px #00000012;border:1.5px solid #ECECEC;display:flex;flex-direction:column;gap:14px;transition:box-shadow 0.2s,transform .2s;position:relative;overflow:hidden}
.FlexCard-item:hover{box-shadow:0 8px 28px #df370021;transform:translateY(-3px)}
.FlexCard-item .CardIcon-wrapper{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#DF3700 0%,#FCF015 100%);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0}
.FlexCard-item h4{font-size:1.08rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3}
.FlexCard-item p{font-size:.95rem;color:#555;line-height:1.6;margin:0}
.FlexCard-item .CardTag{display:inline-block;background:#ECECEC;color:#DF3700;font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px;margin-top:auto;width:fit-content}
.FlexCard-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#DF3700 0%,#FCF015 100%);border-radius:4px 0 0 4px}
.SupportSection{background:linear-gradient(118deg,#1a1a1a 0%,#2d1200 60%,#3d1a00 100%);padding:64px 0;margin-bottom:60px;position:relative;overflow:hidden}
.SupportSection::before{content:'';position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:#fcf01512;pointer-events:none}
.SupportSection::after{content:'';position:absolute;bottom:-40px;left:10%;width:180px;height:180px;border-radius:50%;background:#df37001f;pointer-events:none}
.SupportInner{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;gap:48px;align-items:center}
.SupportText-data{flex:1;display:flex;flex-direction:column;gap:18px}
.SupportText-data .SupportTag{display:inline-flex;align-items:center;gap:8px;background:#fcf01526;color:#FCF015;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:24px;width:fit-content}
.SupportText-data h2{font-size:2rem;font-weight:800;color:#fff;margin:0;line-height:1.22}
.SupportText-data h2 span{color:#FCF015}
.SupportText-data p{font-size:1rem;color:#c0b8b0;line-height:1.65;margin:0;max-width:440px}
.SupportText-data .SupportLink{display:inline-flex;align-items:center;gap:8px;color:#FCF015;font-size:.98rem;font-weight:700;text-decoration:none;margin-top:6px;transition:gap .2s}
.SupportText-data .SupportLink:hover{gap:14px}
.SupportVisual-fetch{flex:0 0 420px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.SupportStat-item{background:#ffffff0f;border-radius:18px;padding:24px 20px;display:flex;flex-direction:column;gap:8px;border:1px solid #ffffff1a;transition:background .2s}
.SupportStat-item:hover{background:#df370029}
.SupportStat-item .StatNum{font-size:2rem;font-weight:900;color:#FCF015;line-height:1}
.SupportStat-item .StatDesc{font-size:.85rem;color:#a09890;line-height:1.4}
.SupportStat-item .StatIcon{font-size:1.3rem;color:#DF3700;margin-bottom:4px}
.TrialSection{max-width:1400px;margin:0 auto 60px;padding:0 24px;display:flex;flex-direction:row;gap:40px;align-items:stretch}
.TrialLeft-data{flex:1;display:flex;flex-direction:column;gap:20px;justify-content:center}
.TrialLeft-data .TrialBadge{display:inline-flex;align-items:center;gap:8px;background:#FCF015;color:#1a1a1a;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:24px;width:fit-content}
.TrialLeft-data h2{font-size:2rem;font-weight:800;color:#1a1a1a;margin:0;line-height:1.22}
.TrialLeft-data h2 span{color:#DF3700;position:relative}
.TrialLeft-data h2 span::after{content:'';display:block;height:3px;background:#FCF015;border-radius:2px;margin-top:2px}
.TrialLeft-data p{font-size:1rem;color:#555;line-height:1.65;margin:0;max-width:420px}
.TrialSteps-fetch{display:flex;flex-direction:column;gap:14px;margin-top:6px}
.TrialStep{display:flex;flex-direction:row;align-items:flex-start;gap:14px}
.TrialStep .StepNum{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#DF3700;color:#fff;font-size:.88rem;font-weight:800;display:flex;align-items:center;justify-content:center}
.TrialStep .StepBody{display:flex;flex-direction:column;gap:3px}
.TrialStep .StepBody strong{font-size:.95rem;font-weight:700;color:#1a1a1a}
.TrialStep .StepBody span{font-size:.88rem;color:#666;line-height:1.5}
.TrialRight-fetch{flex:0 0 520px;display:flex;flex-direction:column;gap:20px}
.TrialImgGrid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px;flex:1}
.TrialImgGrid img{width:100%;height:190px;object-fit:cover;border-radius:18px;display:block;transition:transform .3s}
.TrialImgGrid img:hover{transform:scale(1.03)}
.TrialImgGrid img:first-child{grid-column:1 / 3;height:200px}
.TestimonialsSection{background:linear-gradient(112deg,#ECECEC 0%,#fff 100%);padding:64px 0 56px;margin-bottom:0}
.TestimonialsInner{max-width:1400px;margin:0 auto;padding:0 24px}
.TestimonialsInner .TSection-hdr{text-align:center;margin-bottom:40px}
.TestimonialsInner .TSection-hdr h2{font-size:1.9rem;font-weight:800;color:#1a1a1a;margin:0 0 10px}
.TestimonialsInner .TSection-hdr h2 span{color:#DF3700}
.TestimonialsInner .TSection-hdr p{font-size:1rem;color:#666;margin:0;line-height:1.55}
.TCards-fetch{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.TCard{background:#fff;border-radius:24px;padding:32px 28px;box-shadow:0 2px 14px #00000012;display:flex;flex-direction:column;gap:16px;position:relative}
.TCard::before{content:'\201C';position:absolute;top:16px;right:24px;font-size:4rem;color:#FCF015;line-height:1;font-weight:900}
.TCard .TCard-stars{display:flex;flex-direction:row;gap:4px}
.TCard .TCard-stars i{color:#DF3700;font-size:1rem}
.TCard .TCard-body p{font-size:.97rem;color:#444;line-height:1.65;margin:0;font-style:italic}
.TCard .TCard-author{display:flex;flex-direction:row;align-items:center;gap:14px;border-top:1px solid #ECECEC;padding-top:14px}
.TCard .TCard-author img{width:52px;height:52px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid #FCF015;flex-shrink:0}
.TCard .TCard-author .AuthorMeta strong{display:block;font-size:.95rem;font-weight:700;color:#1a1a1a}
.TCard .TCard-author .AuthorMeta span{font-size:.82rem;color:#888}
.TCard.TCard--featured{border:2px solid #DF3700}
.TrialCta-handler{margin-top:8px}
.TrialCta-handler a{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(120deg,#DF3700 0%,#f63 100%);color:#fff;font-size:1rem;font-weight:700;border-radius:32px;padding:15px 36px;text-decoration:none;box-shadow:0 4px 16px #df370038;transition:box-shadow 0.2s,transform .2s;z-index:2;position:relative}
.TrialCta-handler a:hover{box-shadow:0 8px 24px #df37005c;transform:translateY(-2px)}
@media (max-width: 1100px) {
.HeroSection{flex-direction:column;border-radius:18px;min-height:auto}
.HeroSection .HeroImg-fetch{flex:0 0 auto;border-radius:18px 18px 0 0;height:320px}
.HeroSection .HeroImg-fetch::after{border-radius:18px 18px 0 0}
.HeroSection .HeroText-data{padding:36px 32px}
.SupportInner{flex-direction:column;gap:32px}
.SupportVisual-fetch{flex:0 0 auto;width:100%}
.TrialSection{flex-direction:column}
.TrialRight-fetch{flex:0 0 auto}
.FlexCards-fetch{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.HeroSection{margin-top:20px;margin-bottom:36px}
.HeroSection .HeroText-data h1{font-size:1.75rem}
.HeroSection .HeroText-data{padding:28px 22px}
.FlexCards-fetch{grid-template-columns:1fr}
.FlexSection-data .SectionLabel h2{font-size:1.3rem}
.SupportText-data h2{font-size:1.5rem}
.TrialSection{gap:28px}
.TrialRight-fetch{flex:0 0 auto}
.TCards-fetch{grid-template-columns:1fr}
.SupportVisual-fetch{grid-template-columns:1fr 1fr}
.TrialImgGrid img:first-child{height:160px}
.TrialImgGrid img{height:130px}
.TrialLeft-data h2{font-size:1.5rem}
}
@media (max-width: 480px) {
.HeroCta-handler{flex-direction:column}
.SupportVisual-fetch{grid-template-columns:1fr}
.TrialImgGrid{grid-template-columns:1fr}
.TrialImgGrid img:first-child{grid-column:1}
}
.ContactHdr{position:relative;overflow:hidden;background:#ECECEC;display:flex;flex-direction:row;align-items:stretch;min-height:260px}
.ContactHdr .ImgStrip{width:220px;flex-shrink:0;position:relative;overflow:hidden}
.ContactHdr .ImgStrip img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(0.35) brightness(0.92);display:block}
.ContactHdr .ImgStrip::after{content:'';position:absolute;inset:0;background:linear-gradient(105deg,#df37002e 0%,#fcf0151a 100%)}
.ContactHdr .HdrText{flex:1;padding:52px 56px 48px 52px;display:flex;flex-direction:column;justify-content:center;position:relative}
.ContactHdr .HdrText::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(118deg,#fff 55%,#FCF015 200%);z-index:0}
.ContactHdr .HdrText > *{position:relative;z-index:1}
.ContactHdr .HdrText .TagLine{display:inline-flex;align-items:center;gap:8px;background:#DF3700;color:#fff;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:18px;width:fit-content}
.ContactHdr .HdrText h1{font-size:clamp(26px,4vw,44px);font-weight:800;color:#1a1a1a;line-height:1.15;margin:0 0 14px}
.ContactHdr .HdrText h1 span{color:#DF3700}
.ContactHdr .HdrText .SubDesc{font-size:15px;color:#444;max-width:540px;line-height:1.6;margin:0}
.ContactHdr .DecoDot{position:absolute;bottom:22px;right:44px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#FCF015 30%,#DF3700 100%);opacity:.18;z-index:1}
.ContactMain{max-width:1400px;margin:0 auto;padding:64px 24px 80px;display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:start}
.InfoColumn{display:flex;flex-direction:column;gap:28px}
.InfoColumn .SectionLabel{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#DF3700;margin-bottom:6px}
.InfoColumn .InfoHeading{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 10px;line-height:1.3}
.InfoColumn .InfoIntro{font-size:14px;color:#555;line-height:1.65;margin:0 0 8px}
.InfoCards{display:flex;flex-direction:column;gap:16px}
.InfoCard{background:#fff;border-radius:20px;padding:20px 24px;display:flex;flex-direction:row;align-items:flex-start;gap:16px;box-shadow:0 2px 14px #00000012;border:1.5px solid #ECECEC;transition:box-shadow 0.2s,border-color .2s}
.InfoCard:hover{box-shadow:0 6px 24px #df37001a;border-color:#DF3700}
.InfoCard .CardIcon{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#DF3700 0%,#FCF015 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.InfoCard .CardIcon i{color:#fff;font-size:18px}
.InfoCard .CardBody{display:flex;flex-direction:column;gap:3px}
.InfoCard .CardBody .CardTitle{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#888}
.InfoCard .CardBody .CardVal{font-size:14px;color:#1a1a1a;font-weight:500;word-break:break-word}
.InfoCard .CardBody .CardVal a{color:#DF3700;text-decoration:none;border-bottom:1px dashed #DF3700;transition:color .2s}
.InfoCard .CardBody .CardVal a:hover{color:#b82d00}
.FormColumn{background:#fff;border-radius:28px;padding:44px 44px 40px;box-shadow:0 4px 32px #00000017;border:1.5px solid #ECECEC}
.FormColumn .FormTitle{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 6px}
.FormColumn .FormSubtitle{font-size:13px;color:#666;margin:0 0 28px;line-height:1.5}
.ContactForm{display:flex;flex-direction:column;gap:18px}
.ContactForm .FieldGroup{display:flex;flex-direction:column;gap:6px}
.ContactForm .FieldGroup label{font-size:12px;font-weight:700;color:#444;letter-spacing:.5px;text-transform:uppercase}
.ContactForm .FieldGroup input[type="email"],.ContactForm .FieldGroup select{width:100%;padding:13px 16px;border:1.5px solid #DCDCDC;border-radius:14px;font-size:14px;color:#1a1a1a;background:#FAFAFA;outline:none;transition:border-color 0.2s,box-shadow .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none}
.ContactForm .FieldGroup input[type="email"]:focus,.ContactForm .FieldGroup select:focus{border-color:#DF3700;box-shadow:0 0 0 3px #df37001a;background:#fff}
.ContactForm .SelectWrap{position:relative}
.ContactForm .SelectWrap select{padding-right:40px;cursor:pointer}
.ContactForm .SelectWrap::after{content:'';position:absolute;right:16px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #888;pointer-events:none}
.ContactForm .PrivacyRow{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:14px 16px;background:#F8F8F8;border-radius:14px;border:1.5px solid #ECECEC}
.ContactForm .PrivacyRow input[type="checkbox"]{width:18px;height:18px;flex-shrink:0;margin-top:1px;accent-color:#DF3700;cursor:pointer}
.ContactForm .PrivacyRow .PrivacyText{font-size:12px;color:#555;line-height:1.55}
.ContactForm .PrivacyRow .PrivacyText a{color:#DF3700;text-decoration:none;font-weight:600;border-bottom:1px solid #DF3700}
.ContactForm .PrivacyRow .PrivacyText a:hover{color:#b82d00}
.ContactForm .SubmitBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(105deg,#DF3700 0%,#b82d00 100%);color:#fff;font-size:15px;font-weight:700;padding:15px 36px;border:none;border-radius:16px;cursor:pointer;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 18px #df370038;transition:background 0.2s,transform 0.15s,box-shadow .2s;position:relative;z-index:2}
.ContactForm .SubmitBtn:hover{background:linear-gradient(105deg,#c43100 0%,#8f2300 100%);transform:translateY(-2px);box-shadow:0 8px 24px #df37004d}
.ContactForm .SubmitBtn:active{transform:translateY(0)}
.ContactForm .SubmitBtn i{font-size:16px}
.SvgDivider{display:block;width:100%;overflow:hidden;line-height:0;background:#ECECEC}
.SvgDivider svg{display:block;width:100%}
@media (max-width: 900px) {
.ContactHdr{flex-direction:column;min-height:auto}
.ContactHdr .ImgStrip{width:100%;height:140px}
.ContactHdr .HdrText{padding:36px 28px 32px}
.ContactMain{grid-template-columns:1fr;padding:40px 16px 60px;gap:36px}
.FormColumn{padding:28px 20px}
}
@media (max-width: 540px) {
.ContactHdr .HdrText{padding:28px 16px 24px}
.ContactHdr .HdrText h1{font-size:24px}
.ContactMain{padding:28px 10px 44px}
.FormColumn{padding:20px 12px;border-radius:18px}
}
.ProgramHero{position:relative;overflow:hidden;padding:80px 20px 60px;background:linear-gradient(135deg,#1a1a1a 0%,#2d1500 40%,#DF3700 100%)}
.ProgramHero .HeroInner{max-width:1400px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.ProgramHero .HeroText{flex:1 1 50%;min-width:0}
.ProgramHero .HeroText .TagLine{display:inline-flex;align-items:center;gap:8px;background:#fcf01526;border:1px solid #fcf01566;border-radius:24px;padding:6px 16px;margin-bottom:24px}
.ProgramHero .HeroText .TagLine span{font-size:13px;font-weight:600;color:#FCF015;letter-spacing:.08em;text-transform:uppercase}
.ProgramHero .HeroText .HeroH1{font-size:clamp(32px,5vw,58px);font-weight:800;line-height:1.1;color:#fff;margin:0 0 20px}
.ProgramHero .HeroText .HeroH1 em{font-style:normal;color:#FCF015;position:relative}
.ProgramHero .HeroText .HeroH1 em::after{content:'';position:absolute;left:0;bottom:-4px;width:100%;height:3px;background:#DF3700;border-radius:2px}
.ProgramHero .HeroText .HeroDesc{font-size:17px;line-height:1.65;color:#ffffffd1;margin:0 0 32px;max-width:480px}
.ProgramHero .HeroText .HeroBtns{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.ProgramHero .HeroText .HeroBtns .BtnPrimary{background:linear-gradient(135deg,#FCF015 0%,#f5e400 100%);color:#1a1a1a;font-size:15px;font-weight:700;padding:14px 28px;border-radius:32px;text-decoration:none;border:none;cursor:pointer;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 16px #fcf01559;position:relative;z-index:3}
.ProgramHero .HeroText .HeroBtns .BtnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fcf01573}
.ProgramHero .HeroText .HeroBtns .BtnOutline{background:transparent;color:#fff;font-size:15px;font-weight:600;padding:13px 28px;border-radius:32px;text-decoration:none;border:2px solid #fff6;transition:border-color 0.2s,background .2s;position:relative;z-index:3}
.ProgramHero .HeroText .HeroBtns .BtnOutline:hover{border-color:#FCF015;background:#fcf01514}
.ProgramHero .HeroVisual{flex:1 1 45%;min-width:0;position:relative;display:flex;align-items:center;justify-content:center}
.ProgramHero .HeroVisual .ImgFrame{width:100%;max-width:500px;border-radius:24px;overflow:hidden;position:relative;box-shadow:0 16px 48px #00000073}
.ProgramHero .HeroVisual .ImgFrame img{width:100%;height:380px;object-fit:cover;display:block}
.ProgramHero .HeroVisual .ImgFrame::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,#df370099 100%);border-radius:24px}
.ProgramHero .HeroVisual .StatBadge{position:absolute;bottom:-16px;left:-20px;background:#fff;border-radius:18px;padding:14px 20px;box-shadow:0 8px 24px #0003;display:flex;flex-direction:column;gap:2px;z-index:4}
.ProgramHero .HeroVisual .StatBadge .StatNum{font-size:24px;font-weight:800;color:#DF3700;line-height:1}
.ProgramHero .HeroVisual .StatBadge .StatLabel{font-size:12px;color:#555;font-weight:500}
.ProgramHero .DecorCircle{position:absolute;border-radius:50%;opacity:.08}
.ProgramHero .DecorCircle--a{width:400px;height:400px;background:#FCF015;top:-100px;right:-80px}
.ProgramHero .DecorCircle--b{width:200px;height:200px;background:#fff;bottom:-60px;left:10%}
.ModuleGrid{padding:80px 20px;background:#ECECEC;position:relative}
.ModuleGrid::before{content:'';display:block;width:100%;height:48px;background:#1a1a1a;clip-path:polygon(0 0,100% 0,100% 30%,0 100%);position:absolute;top:0;left:0}
.ModuleGrid .GridInner{max-width:1400px;margin:0 auto;padding-top:20px}
.ModuleGrid .SectionLabel{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:12px}
.ModuleGrid .SectionLabel .LabelLine{width:40px;height:3px;background:#DF3700;border-radius:2px}
.ModuleGrid .SectionLabel span{font-size:13px;font-weight:700;color:#DF3700;text-transform:uppercase;letter-spacing:.1em}
.ModuleGrid .SectionH2{font-size:clamp(26px,4vw,42px);font-weight:800;color:#1a1a1a;margin:0 0 12px;line-height:1.2}
.ModuleGrid .SectionH2 strong{color:#DF3700}
.ModuleGrid .SectionSubtext{font-size:16px;color:#555;line-height:1.6;max-width:560px;margin:0 0 48px}
.ModuleGrid .ModulesLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
input[type="radio"].ModuleToggle{display:none}
.ModuleGrid .ModuleCard{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 2px 12px #00000014;transition:transform 0.2s,box-shadow .2s;cursor:pointer;border:2px solid transparent}
.ModuleGrid .ModuleCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #df370026;border-color:#DF3700}
.ModuleGrid .ModuleCard .CardTop{background:linear-gradient(135deg,#DF3700 0%,#ff6b35 100%);padding:24px 24px 20px;position:relative;overflow:hidden}
.ModuleGrid .ModuleCard .CardTop::before{content:'';position:absolute;width:80px;height:80px;border-radius:50%;background:#ffffff1a;top:-20px;right:-20px}
.ModuleGrid .ModuleCard .CardTop .CardNum{font-size:11px;font-weight:700;color:#ffffffb3;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}
.ModuleGrid .ModuleCard .CardTop .CardTitle{font-size:18px;font-weight:700;color:#fff;line-height:1.3;margin:0}
.ModuleGrid .ModuleCard .CardTop .CardIcon{position:absolute;right:20px;bottom:16px;font-size:28px;color:#ffffff4d}
.ModuleGrid .ModuleCard .CardBody{padding:20px 24px 24px}
.ModuleGrid .ModuleCard .CardBody .CardDesc{font-size:14px;color:#555;line-height:1.6;margin:0 0 16px}
.ModuleGrid .ModuleCard .CardBody .TopicList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.ModuleGrid .ModuleCard .CardBody .TopicList li{font-size:13px;color:#333;display:flex;flex-direction:row;align-items:flex-start;gap:8px;line-height:1.4}
.ModuleGrid .ModuleCard .CardBody .TopicList li::before{content:'';width:6px;height:6px;min-width:6px;border-radius:50%;background:#FCF015;border:2px solid #DF3700;margin-top:4px}
.ModuleGrid .ModuleCard .CardBody .DurationTag{display:inline-flex;align-items:center;gap:6px;margin-top:16px;background:#ECECEC;border-radius:20px;padding:5px 12px;font-size:12px;color:#666;font-weight:600}
.OutcomesSection{padding:80px 20px;background:#fff;position:relative;overflow:hidden}
.OutcomesSection .DiagBg{position:absolute;top:0;right:0;width:45%;height:100%;background:linear-gradient(145deg,#FCF015 0%,#ffe500 60%,#fff 100%);clip-path:polygon(18% 0,100% 0,100% 100%,0 100%);opacity:.18;z-index:0}
.OutcomesSection .OutcomesInner{max-width:1400px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:row;gap:60px;align-items:flex-start}
.OutcomesSection .OutcomeLeft{flex:0 0 340px;max-width:340px}
.OutcomesSection .OutcomeLeft .SideH2{font-size:clamp(24px,3.5vw,38px);font-weight:800;color:#1a1a1a;line-height:1.2;margin:0 0 16px}
.OutcomesSection .OutcomeLeft .SideH2 span{color:#DF3700;display:block}
.OutcomesSection .OutcomeLeft .SideDesc{font-size:15px;color:#555;line-height:1.65;margin:0 0 28px}
.OutcomesSection .OutcomeLeft .TestiBlock{background:#1a1a1a;border-radius:20px;padding:24px;position:relative}
.OutcomesSection .OutcomeLeft .TestiBlock::before{content:'\201C';font-size:64px;line-height:1;color:#DF3700;position:absolute;top:8px;left:16px;font-weight:900}
.OutcomesSection .OutcomeLeft .TestiBlock .TestiText{font-size:14px;color:#ffffffd9;line-height:1.6;padding-top:24px;margin:0 0 16px}
.OutcomesSection .OutcomeLeft .TestiBlock .TestiAuthor{display:flex;flex-direction:row;align-items:center;gap:12px}
.OutcomesSection .OutcomeLeft .TestiBlock .TestiAuthor img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid #DF3700}
.OutcomesSection .OutcomeLeft .TestiBlock .AuthorInfo .AuthName{font-size:13px;font-weight:700;color:#fff}
.OutcomesSection .OutcomeLeft .TestiBlock .AuthorInfo .AuthRole{font-size:12px;color:#ffffff80}
.OutcomesSection .OutcomeRight{flex:1 1 0;min-width:0}
.OutcomesSection .OutcomeRight .OutcomeGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:32px}
.OutcomesSection .OutcomeRight .OutcomeItem{border-radius:20px;padding:24px;position:relative;overflow:hidden}
.OutcomesSection .OutcomeRight .OutcomeItem--light{background:#ECECEC}
.OutcomesSection .OutcomeRight .OutcomeItem--accent{background:linear-gradient(135deg,#DF3700 0%,#c42f00 100%)}
.OutcomesSection .OutcomeRight .OutcomeItem--yellow{background:linear-gradient(135deg,#FCF015 0%,#f5e400 100%)}
.OutcomesSection .OutcomeRight .OutcomeItem--dark{background:#1a1a1a}
.OutcomesSection .OutcomeRight .OutcomeItem .OiIcon{font-size:28px;margin-bottom:12px;display:block}
.OutcomesSection .OutcomeRight .OutcomeItem--light .OiIcon,.OutcomesSection .OutcomeRight .OutcomeItem--light .OiTitle,.OutcomesSection .OutcomeRight .OutcomeItem--light .OiText{color:#1a1a1a}
.OutcomesSection .OutcomeRight .OutcomeItem--accent .OiIcon,.OutcomesSection .OutcomeRight .OutcomeItem--accent .OiTitle,.OutcomesSection .OutcomeRight .OutcomeItem--accent .OiText{color:#fff}
.OutcomesSection .OutcomeRight .OutcomeItem--yellow .OiIcon,.OutcomesSection .OutcomeRight .OutcomeItem--yellow .OiTitle,.OutcomesSection .OutcomeRight .OutcomeItem--yellow .OiText{color:#1a1a1a}
.OutcomesSection .OutcomeRight .OutcomeItem--dark .OiIcon,.OutcomesSection .OutcomeRight .OutcomeItem--dark .OiTitle,.OutcomesSection .OutcomeRight .OutcomeItem--dark .OiText{color:#fff}
.OutcomesSection .OutcomeRight .OutcomeItem .OiTitle{font-size:16px;font-weight:700;line-height:1.3;margin:0 0 6px}
.OutcomesSection .OutcomeRight .OutcomeItem .OiText{font-size:13px;line-height:1.55;opacity:.85;margin:0}
.OutcomesSection .OutcomeRight .MentorsRow{display:flex;flex-direction:row;gap:20px;align-items:stretch}
.OutcomesSection .OutcomeRight .MentorsRow .MentorCard{flex:1 1 0;background:#ECECEC;border-radius:20px;padding:20px;display:flex;flex-direction:row;align-items:center;gap:16px;transition:box-shadow .2s}
.OutcomesSection .OutcomeRight .MentorsRow .MentorCard:hover{box-shadow:0 8px 24px #df37001f}
.OutcomesSection .OutcomeRight .MentorsRow .MentorCard img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #DF3700;flex-shrink:0}
.OutcomesSection .OutcomeRight .MentorsRow .MentorCard .MentorInfo .MentorName{font-size:15px;font-weight:700;color:#1a1a1a;margin:0 0 3px}
.OutcomesSection .OutcomeRight .MentorsRow .MentorCard .MentorInfo .MentorRole{font-size:12px;color:#777;margin:0 0 6px}
.OutcomesSection .OutcomeRight .MentorsRow .MentorCard .MentorInfo .MentorTags{display:flex;flex-direction:row;gap:6px;flex-wrap:wrap}
.OutcomesSection .OutcomeRight .MentorsRow .MentorCard .MentorInfo .MentorTags span{font-size:11px;background:#DF3700;color:#fff;border-radius:10px;padding:2px 8px;font-weight:600}
.EnrollBanner{padding:60px 20px;background:linear-gradient(150deg,#1a1a1a 0%,#2d1500 50%,#DF3700 100%);position:relative;overflow:hidden}
.EnrollBanner::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:#fcf0150f;top:-200px;right:-100px}
.EnrollBanner .BannerInner{max-width:1400px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:40px;position:relative;z-index:1}
.EnrollBanner .BannerText{flex:1 1 0;min-width:0}
.EnrollBanner .BannerText .BannerH3{font-size:clamp(22px,3.5vw,36px);font-weight:800;color:#fff;line-height:1.2;margin:0 0 12px}
.EnrollBanner .BannerText .BannerH3 em{font-style:normal;color:#FCF015}
.EnrollBanner .BannerText .BannerP{font-size:16px;color:#ffffffc7;line-height:1.6;margin:0;max-width:520px}
.EnrollBanner .BannerActions{flex-shrink:0;display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.EnrollBanner .BannerActions .BtnEnroll{background:#FCF015;color:#1a1a1a;font-size:16px;font-weight:800;padding:16px 36px;border-radius:32px;text-decoration:none;border:none;cursor:pointer;transition:transform 0.2s,box-shadow .2s;box-shadow:0 4px 20px #fcf01566;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.EnrollBanner .BannerActions .BtnEnroll:hover{transform:translateY(-3px);box-shadow:0 8px 28px #fcf01580}
.EnrollBanner .BannerActions .ContactInfo{display:flex;flex-direction:column;gap:4px}
.EnrollBanner .BannerActions .ContactInfo a{font-size:13px;color:#ffffffa6;text-decoration:none;display:flex;flex-direction:row;align-items:center;gap:6px;transition:color .2s}
.EnrollBanner .BannerActions .ContactInfo a:hover{color:#FCF015}
@media (max-width: 1024px) {
.ModuleGrid .ModulesLayout{grid-template-columns:repeat(2,1fr)}
.OutcomesSection .OutcomesInner{flex-direction:column;gap:40px}
.OutcomesSection .OutcomeLeft{flex:none;max-width:100%}
}
@media (max-width: 768px) {
.ProgramHero .HeroInner{flex-direction:column;gap:32px}
.ProgramHero .HeroVisual .StatBadge{left:0;bottom:-12px}
.ModuleGrid .ModulesLayout{grid-template-columns:1fr}
.ModuleGrid::before{display:none}
.OutcomesSection .OutcomeRight .OutcomeGrid{grid-template-columns:1fr}
.OutcomesSection .OutcomeRight .MentorsRow{flex-direction:column}
.EnrollBanner .BannerInner{flex-direction:column;align-items:flex-start}
.EnrollBanner .BannerActions{width:100%}
}
@media (max-width: 480px) {
.ProgramHero{padding:60px 16px 48px}
.ProgramHero .HeroText .HeroBtns{flex-direction:column}
.ModuleGrid{padding:60px 16px}
.OutcomesSection{padding:60px 16px}
.EnrollBanner{padding:48px 16px}
}
.AboutHero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;border-radius:0 0 32px 32px}
.AboutHero .HeroBgImg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.AboutHero .HeroOverlay{position:absolute;inset:0;background:linear-gradient(118deg,#df3700d1 0%,#fcf0152e 100%);z-index:1}
.AboutHero .HeroFloat{position:absolute;border-radius:50%;opacity:.13;animation:FloatPulse 6s ease-in-out infinite alternate;z-index:2}
.AboutHero .HeroFloat--a{width:320px;height:320px;background:#FCF015;top:-80px;right:-60px}
.AboutHero .HeroFloat--b{width:180px;height:180px;background:#fff;bottom:30px;left:40px;animation-delay:2s}
@keyframes FloatPulse {
0%{transform:scale(1) translateY(0)}
100%{transform:scale(1.12) translateY(-18px)}
}
.AboutHero .HeroContent{position:relative;z-index:3;max-width:700px;margin:0 auto;padding:80px 32px;text-align:center}
.AboutHero .HeroContent .HeroLabel{display:inline-block;background:#fcf01538;border:1.5px solid #FCF015;color:#FCF015;font-size:.78rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;padding:5px 18px;border-radius:20px;margin-bottom:20px}
.AboutHero .HeroContent .HeroTitle{font-size:clamp(2rem,5vw,3.2rem);font-weight:900;color:#fff;line-height:1.13;margin:0 0 18px;letter-spacing:-.01em}
.AboutHero .HeroContent .HeroTitle span{color:#FCF015}
.AboutHero .HeroContent .HeroPara{font-size:1.08rem;color:#ffffffe6;line-height:1.7;margin:0 auto;max-width:560px}
.StorySection{max-width:1200px;margin:72px auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.StorySection .StoryVisual{position:relative}
.StorySection .StoryVisual img{width:100%;height:400px;object-fit:cover;border-radius:24px;display:block;box-shadow:0 12px 40px #df370021}
.StorySection .StoryVisual .StoryBadge{position:absolute;bottom:-20px;left:28px;background:#DF3700;color:#fff;padding:14px 22px;border-radius:16px;font-size:.88rem;font-weight:700;box-shadow:0 6px 24px #df370047;display:flex;flex-direction:row;align-items:center;gap:10px}
.StorySection .StoryVisual .StoryBadge i{font-size:1.3rem}
.StorySection .StoryText .StoryTagline{font-size:.78rem;font-weight:700;color:#DF3700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;display:flex;flex-direction:row;align-items:center;gap:8px}
.StorySection .StoryText .StoryTagline::before{content:'';display:inline-block;width:28px;height:3px;background:#DF3700;border-radius:2px}
.StorySection .StoryText .StoryHeading{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:#1a1a1a;line-height:1.22;margin:0 0 18px}
.StorySection .StoryText .StoryPara{font-size:1rem;color:#444;line-height:1.75;margin-bottom:14px}
.StorySection .StoryText .KeywordPill{display:inline-block;background:linear-gradient(90deg,#FCF015 0%,#ffe44d 100%);color:#1a1a1a;font-size:.82rem;font-weight:700;padding:4px 14px;border-radius:20px;margin:4px 4px 4px 0}
.ValuesSection{background:linear-gradient(145deg,#1a1a1a 0%,#2d1800 100%);padding:72px 0;margin:0;position:relative;overflow:hidden}
.ValuesSection::before{content:'';position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,#df37002e 0%,transparent 70%);pointer-events:none}
.ValuesSection .ValuesInner{max-width:1200px;margin:0 auto;padding:0 24px}
.ValuesSection .ValuesHeadRow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px;flex-wrap:wrap}
.ValuesSection .ValuesHeadRow .ValHead{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;color:#fff;line-height:1.2;margin:0}
.ValuesSection .ValuesHeadRow .ValHead span{color:#FCF015}
.ValuesSection .ValuesHeadRow .ValDesc{font-size:.97rem;color:#fff9;max-width:320px;line-height:1.6}
.ValuesSection .ValGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ValuesSection .ValCard{background:#ffffff0f;border:1.5px solid #ffffff17;border-radius:20px;padding:32px 26px;transition:background 0.25s,border-color 0.25s,transform .22s;cursor:default}
.ValuesSection .ValCard:hover{background:#df370024;border-color:#df370059;transform:translateY(-5px)}
.ValuesSection .ValCard .ValIcon{width:48px;height:48px;background:linear-gradient(135deg,#DF3700,#ff6b3d);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.ValuesSection .ValCard .ValIcon i{color:#fff;font-size:1.4rem}
.ValuesSection .ValCard .ValCardTitle{font-size:1.08rem;font-weight:700;color:#fff;margin:0 0 10px}
.ValuesSection .ValCard .ValCardText{font-size:.93rem;color:#ffffffa1;line-height:1.65;margin:0}
.TeamSection{max-width:1200px;margin:72px auto;padding:0 24px}
.TeamSection .TeamHeadArea{text-align:center;margin-bottom:48px}
.TeamSection .TeamHeadArea .TeamSubtitle{font-size:.78rem;font-weight:700;color:#DF3700;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px}
.TeamSection .TeamHeadArea .TeamHeading{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#1a1a1a;margin:0}
.TeamSection .TeamLayout{display:grid;grid-template-columns:340px 1fr;gap:48px;align-items:start}
.TeamSection .TeamLayout .TeamPortrait{position:relative}
.TeamSection .TeamLayout .TeamPortrait img{width:100%;height:420px;object-fit:cover;object-position:top center;border-radius:24px;display:block;box-shadow:0 8px 32px #0000001f}
.TeamSection .TeamLayout .TeamPortrait .PortraitAccent{position:absolute;top:-12px;right:-12px;width:80px;height:80px;background:linear-gradient(135deg,#FCF015,#DF3700);border-radius:50%;opacity:.22;pointer-events:none}
.TeamSection .TeamLayout .TeamInfo .PersonName{font-size:1.5rem;font-weight:800;color:#1a1a1a;margin:0 0 4px}
.TeamSection .TeamLayout .TeamInfo .PersonRole{font-size:.9rem;color:#DF3700;font-weight:600;margin:0 0 20px}
.TeamSection .TeamLayout .TeamInfo .PersonBio{font-size:.97rem;color:#444;line-height:1.72;margin-bottom:14px}
.TeamSection .TeamLayout .TeamInfo .SkillChips{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-top:20px}
.TeamSection .TeamLayout .TeamInfo .SkillChip{background:#ECECEC;color:#333;font-size:.82rem;font-weight:600;padding:6px 16px;border-radius:20px;border:1.5px solid #ddd}
.TeamSection .TeamLayout .TeamInfo .SkillChip--accent{background:#DF3700;color:#fff;border-color:#DF3700}
.MethodSection{background:linear-gradient(110deg,#ECECEC 0%,#f5f5f5 100%);padding:72px 0;position:relative;overflow:hidden}
.MethodSection .MethodDividerTop{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}
.MethodSection .MethodInner{max-width:1200px;margin:0 auto;padding:0 24px}
.MethodSection .MethodTopRow{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:56px}
.MethodSection .MethodTopRow .MethodImgSide img{width:100%;height:340px;object-fit:cover;border-radius:24px;display:block;box-shadow:0 10px 36px #df37001a}
.MethodSection .MethodTopRow .MethodTextSide .MethodSectionLabel{font-size:.78rem;font-weight:700;color:#DF3700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}
.MethodSection .MethodTopRow .MethodTextSide .MethodSectionHead{font-size:clamp(1.4rem,2.8vw,2rem);font-weight:800;color:#1a1a1a;margin:0 0 16px}
.MethodSection .MethodTopRow .MethodTextSide .MethodSectionPara{font-size:.97rem;color:#555;line-height:1.72;margin-bottom:12px}
.MethodSection .StepsList{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}
.MethodSection .StepsList::before{content:'';position:absolute;top:28px;left:10%;width:80%;height:2px;background:linear-gradient(90deg,#DF3700,#FCF015,#DF3700);z-index:0;border-radius:2px}
.MethodSection .StepItem{background:#fff;border-radius:20px;padding:28px 20px 22px;text-align:center;position:relative;z-index:1;box-shadow:0 4px 18px #00000012;transition:box-shadow 0.2s,transform .2s}
.MethodSection .StepItem:hover{box-shadow:0 10px 32px #df37001f;transform:translateY(-4px)}
.MethodSection .StepItem .StepNum{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#DF3700,#FCF015);color:#fff;font-size:1.15rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;box-shadow:0 4px 14px #df370038}
.MethodSection .StepItem .StepTitle{font-size:.95rem;font-weight:700;color:#1a1a1a;margin:0 0 8px}
.MethodSection .StepItem .StepText{font-size:.85rem;color:#666;line-height:1.6;margin:0}
.CtaBlock{max-width:900px;margin:64px auto;padding:0 24px}
.CtaBlock .CtaInner{background:linear-gradient(118deg,#DF3700 0%,#b82c00 60%,#FCF015 180%);border-radius:28px;padding:56px 48px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 16px 48px #df370038;flex-wrap:wrap}
.CtaBlock .CtaText .CtaTitle{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#fff;margin:0 0 10px}
.CtaBlock .CtaText .CtaDesc{font-size:1rem;color:#ffffffd9;line-height:1.6;margin:0;max-width:420px}
.CtaBlock .CtaActions{display:flex;flex-direction:column;gap:12px;flex-shrink:0}
.CtaBlock .CtaBtn{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;border-radius:14px;font-size:.97rem;font-weight:700;text-decoration:none;transition:transform 0.18s,box-shadow .18s;position:relative;z-index:2}
.CtaBlock .CtaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}
.CtaBlock .CtaBtn--primary{background:#fff;color:#DF3700}
.CtaBlock .CtaBtn--outline{background:transparent;color:#fff;border:2px solid #fff9}
.CtaBlock .CtaBtn--outline:hover{border-color:#fff}
@media (max-width: 1024px) {
.StorySection{grid-template-columns:1fr;gap:36px}
.StorySection .StoryVisual .StoryBadge{bottom:12px}
.ValuesSection .ValGrid{grid-template-columns:1fr 1fr}
.TeamSection .TeamLayout{grid-template-columns:1fr}
.TeamSection .TeamLayout .TeamPortrait img{height:340px;max-width:340px}
.MethodSection .StepsList{grid-template-columns:repeat(2,1fr)}
.MethodSection .StepsList::before{display:none}
.MethodSection .MethodTopRow{grid-template-columns:1fr;gap:28px}
}
@media (max-width: 640px) {
.AboutHero{min-height:400px;border-radius:0 0 20px 20px}
.AboutHero .HeroContent{padding:56px 20px}
.ValuesSection .ValGrid{grid-template-columns:1fr}
.ValuesSection .ValuesHeadRow{flex-direction:column;align-items:flex-start}
.MethodSection .StepsList{grid-template-columns:1fr}
.CtaBlock .CtaInner{padding:36px 24px;flex-direction:column;align-items:flex-start}
.CtaBlock .CtaActions{width:100%}
.CtaBlock .CtaBtn{width:100%;justify-content:center}
}
.SuccessPage{max-width:1400px;margin:0 auto;padding:0;overflow:hidden}
.SuccessPage .TitleBlock{display:flex;flex-direction:row;align-items:stretch;min-height:520px;position:relative;background:#ECECEC;border-radius:0 0 32px 32px;overflow:hidden}
.SuccessPage .TitleBlock .VisualSide{flex:0 0 48%;position:relative;overflow:hidden;border-radius:0 24px 24px 0}
.SuccessPage .TitleBlock .VisualSide .GeoPattern{width:100%;height:100%;position:absolute;top:0;left:0;background:linear-gradient(135deg,#DF3700 0%,#c22e00 40%,#FCF015 100%)}
.SuccessPage .TitleBlock .VisualSide .GeoPattern::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 28px,#fcf01514 28px,#fcf01514 30px)}
.SuccessPage .TitleBlock .VisualSide .GeoPattern::after{content:'';position:absolute;left:0;right:0;bottom:0;height:55%;background:linear-gradient(to top,#140a00b8 0%,transparent 100%)}
.SuccessPage .TitleBlock .VisualSide .FrameDecor{position:absolute;top:28px;left:28px;right:28px;bottom:28px;border:2px solid #fcf01573;border-radius:18px;z-index:2;pointer-events:none}
.SuccessPage .TitleBlock .VisualSide .FrameDecor::before{content:'';position:absolute;top:-8px;left:-8px;width:36px;height:36px;border-top:3px solid #FCF015;border-left:3px solid #FCF015;border-radius:6px 0 0 0}
.SuccessPage .TitleBlock .VisualSide .FrameDecor::after{content:'';position:absolute;bottom:-8px;right:-8px;width:36px;height:36px;border-bottom:3px solid #FCF015;border-right:3px solid #FCF015;border-radius:0 0 6px 0}
.SuccessPage .TitleBlock .VisualSide .IconBadge{position:absolute;top:50%;left:50%;transform:translate(-50%,-58%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:14px}
.SuccessPage .TitleBlock .VisualSide .IconBadge .CheckCircle{width:88px;height:88px;border-radius:50%;background:#ffffff24;border:3px solid #fcf015b3;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #00000047 0 0 0 8px #fcf0151a}
.SuccessPage .TitleBlock .VisualSide .IconBadge .CheckCircle i{font-size:2.7rem;color:#FCF015}
.SuccessPage .TitleBlock .VisualSide .BottomNote{position:absolute;bottom:36px;left:0;right:0;z-index:4;text-align:center;padding:0 40px}
.SuccessPage .TitleBlock .VisualSide .BottomNote .Tag{display:inline-block;background:#fcf0152e;border:1px solid #fcf01580;color:#FCF015;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 18px;border-radius:20px}
.SuccessPage .TitleBlock .TextSide{flex:1 1 0;display:flex;flex-direction:column;justify-content:center;padding:60px 56px 60px 52px;position:relative;z-index:2}
.SuccessPage .TitleBlock .TextSide .StepLabel{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.SuccessPage .TitleBlock .TextSide .StepLabel span{width:36px;height:3px;background:linear-gradient(90deg,#DF3700,#FCF015);border-radius:2px;display:inline-block}
.SuccessPage .TitleBlock .TextSide .StepLabel em{font-style:normal;font-size:.78rem;font-weight:700;letter-spacing:.14em;color:#DF3700;text-transform:uppercase}
.SuccessPage .TitleBlock .TextSide .MainHeading{font-size:clamp(1.9rem,3.5vw,3rem);font-weight:800;line-height:1.18;color:#1a1a1a;margin:0 0 22px;position:relative}
.SuccessPage .TitleBlock .TextSide .MainHeading::after{content:'';display:block;width:56px;height:4px;background:linear-gradient(90deg,#DF3700,#FCF015);border-radius:2px;margin-top:14px}
.SuccessPage .TitleBlock .TextSide .Description{font-size:1.05rem;line-height:1.7;color:#3a3a3a;margin:0 0 32px;max-width:420px}
.SuccessPage .TitleBlock .TextSide .BtnGroup{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.SuccessPage .TitleBlock .TextSide .BtnGroup .BtnPrimary{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(118deg,#DF3700 0%,#b82d00 100%);color:#fff;font-size:.97rem;font-weight:700;padding:13px 28px;border-radius:26px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 18px #df370047;transition:box-shadow 0.22s,transform .18s;position:relative;z-index:2}
.SuccessPage .TitleBlock .TextSide .BtnGroup .BtnPrimary:hover{box-shadow:0 8px 28px #df37006b;transform:translateY(-2px)}
.SuccessPage .TitleBlock .TextSide .BtnGroup .BtnOutline{display:inline-flex;align-items:center;gap:9px;background:transparent;color:#DF3700;font-size:.97rem;font-weight:700;padding:12px 24px;border-radius:26px;text-decoration:none;border:2px solid #DF3700;cursor:pointer;transition:background 0.2s,color .2s;position:relative;z-index:2}
.SuccessPage .TitleBlock .TextSide .BtnGroup .BtnOutline:hover{background:#DF3700;color:#fff}
.SuccessPage .NextStepsBlock{padding:72px 48px 80px;background:#fff;position:relative}
.SuccessPage .NextStepsBlock::before{content:'';position:absolute;top:0;left:48px;right:48px;height:1px;background:linear-gradient(90deg,transparent,#ECECEC 20%,#ECECEC 80%,transparent)}
.SuccessPage .NextStepsBlock .SectionHdr{text-align:center;margin-bottom:52px}
.SuccessPage .NextStepsBlock .SectionHdr h2{font-size:clamp(1.5rem,2.8vw,2.2rem);font-weight:800;color:#1a1a1a;margin:0 0 10px}
.SuccessPage .NextStepsBlock .SectionHdr p{font-size:1rem;color:#555;max-width:480px;margin:0 auto;line-height:1.65}
.SuccessPage .NextStepsBlock .StepsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:960px;margin:0 auto 52px}
.SuccessPage .NextStepsBlock .StepsGrid .StepCard{background:#ECECEC;border-radius:24px;padding:36px 28px 32px;position:relative;box-shadow:0 2px 12px #0000000f;transition:box-shadow 0.22s,transform .18s;display:flex;flex-direction:column;gap:14px}
.SuccessPage .NextStepsBlock .StepsGrid .StepCard:hover{box-shadow:0 8px 28px #df370021;transform:translateY(-3px)}
.SuccessPage .NextStepsBlock .StepsGrid .StepCard .CardNum{font-size:2.4rem;font-weight:900;color:#df37001f;line-height:1;position:absolute;top:18px;right:22px}
.SuccessPage .NextStepsBlock .StepsGrid .StepCard .CardIcon{width:48px;height:48px;background:linear-gradient(135deg,#DF3700,#FCF015);border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #df370038}
.SuccessPage .NextStepsBlock .StepsGrid .StepCard .CardIcon i{font-size:1.5rem;color:#fff}
.SuccessPage .NextStepsBlock .StepsGrid .StepCard h4{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3}
.SuccessPage .NextStepsBlock .StepsGrid .StepCard p{font-size:.92rem;color:#555;margin:0;line-height:1.6}
.SuccessPage .NextStepsBlock .InfoBanner{max-width:760px;margin:0 auto;background:linear-gradient(118deg,#DF3700 0%,#c22d00 55%,#FCF015 140%);border-radius:28px;padding:40px 52px;display:flex;flex-direction:row;align-items:center;gap:32px;box-shadow:0 6px 32px #df370038}
.SuccessPage .NextStepsBlock .InfoBanner .BannerIcon{flex:0 0 auto;width:62px;height:62px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff59}
.SuccessPage .NextStepsBlock .InfoBanner .BannerIcon i{font-size:2rem;color:#fff}
.SuccessPage .NextStepsBlock .InfoBanner .BannerText{flex:1 1 0}
.SuccessPage .NextStepsBlock .InfoBanner .BannerText h4{font-size:1.12rem;font-weight:800;color:#fff;margin:0 0 6px;line-height:1.3}
.SuccessPage .NextStepsBlock .InfoBanner .BannerText p{font-size:.92rem;color:#ffffffe0;margin:0;line-height:1.55}
.SuccessPage .NextStepsBlock .InfoBanner .BannerLink{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;background:#fff;color:#DF3700;font-size:.92rem;font-weight:700;padding:11px 22px;border-radius:20px;text-decoration:none;transition:background 0.18s,transform .16s;box-shadow:0 2px 10px #0000001f}
.SuccessPage .NextStepsBlock .InfoBanner .BannerLink:hover{background:#FCF015;color:#1a1a1a;transform:translateY(-2px)}
@media (max-width: 900px) {
.SuccessPage .TitleBlock{flex-direction:column;border-radius:0 0 24px 24px}
.SuccessPage .TitleBlock .VisualSide{flex:0 0 240px;border-radius:0 0 24px 24px;min-height:240px}
.SuccessPage .TitleBlock .TextSide{padding:40px 32px}
.SuccessPage .NextStepsBlock{padding:52px 24px 64px}
.SuccessPage .NextStepsBlock .StepsGrid{grid-template-columns:1fr 1fr;gap:20px}
.SuccessPage .NextStepsBlock .InfoBanner{flex-direction:column;padding:32px 28px;gap:20px;text-align:center}
}
@media (max-width: 580px) {
.SuccessPage .TitleBlock .TextSide{padding:30px 20px 32px}
.SuccessPage .TitleBlock .TextSide .BtnGroup{flex-direction:column;gap:10px}
.SuccessPage .NextStepsBlock{padding:40px 16px 52px}
.SuccessPage .NextStepsBlock .StepsGrid{grid-template-columns:1fr;gap:16px}
.SuccessPage .NextStepsBlock::before{left:16px;right:16px}
}