@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/pt-sans@latest/700.css";
*{margin:0;padding:0;border:0;box-sizing:border-box}
html,body,div,span,header,footer,main,nav,section,article,aside,h1,h2,h3,h4,h5,h6,p,a,ul,li,form,label,input,textarea,button,img,figure,figcaption{margin:0;padding:0;border:0}
body{font-family:'PT Sans',sans-serif;background:linear-gradient(165deg,#0a0a0f 0%,#1a1a2e 50%,#0f0f1a 100%);color:#e8e8f0;line-height:1.6;min-height:100vh}
.site_header_main{background:linear-gradient(180deg,#0a0a0ff2 0%,#1a1a2ed9 100%);border-bottom:1px solid #eb2e0033;box-shadow:0 8px 32px #0009 0 2px 8px #eb2e0026}
.topRibbon_nav{background:linear-gradient(90deg,#2954a126 0%,#eb2e001a 100%);border-bottom:1px solid #f4f4fa14;padding:12px 0}
.ribbonContainer{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;justify-content:flex-end;align-items:center}
.navList_top{display:flex;list-style:none;gap:32px;align-items:center}
.navList_top a{color:#c8c8d8;text-decoration:none;font-size:14px;font-weight:400;transition:color .25s ease}
.navList_top a:hover{color:#EB2E00}
.banner_section_header{padding:38px 0}
.bannerFlex_wrapper{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}
.logoArea_container{display:flex;align-items:center;gap:18px}
.logo_image_wrapper{width:95px;height:95px;display:flex;align-items:center;justify-content:center;background:#f4f4fa0d;border-radius:24px;border:2px solid #eb2e004d;box-shadow:0 4px 16px #eb2e0033 inset 0 2px 4px #ffffff0d}
.logo_image_wrapper img{width:70px;height:70px;display:block}
.companyName_text_display{font-size:32px;font-weight:700;color:#F4F4FA;letter-spacing:-.5px;text-shadow:0 2px 12px #eb2e0066}
.utilityLinks_area{display:flex;gap:22px;align-items:center}
.utilityLinks_area a{color:#b8b8cc;text-decoration:none;font-size:15px;padding:10px 20px;background:#2954a126;border-radius:20px;border:1px solid #f4f4fa1a;transition:background .25s ease,border-color .25s ease}
.utilityLinks_area a:hover{background:#eb2e0033;border-color:#eb2e0066}
.footerMain_container{background:linear-gradient(180deg,#0a0a0fe6 0%,#0f0f1af2 100%);border-top:2px solid #2954a140;padding:48px 0 32px;margin-top:80px}
.footer_content_wrapper{max-width:1400px;margin:0 auto;padding:0 24px}
.footerLinks_section{display:flex;flex-wrap:wrap;gap:38px;margin-bottom:36px;justify-content:center}
.footerColumn_wrapper{min-width:200px}
.footerColumn_wrapper h3{font-size:16px;font-weight:700;color:#EB2E00;margin-bottom:18px;text-transform:uppercase;letter-spacing:1px}
.footerNav_list{list-style:none}
.footerNav_list li{margin-bottom:12px}
.footerNav_list a{color:#b8b8cc;text-decoration:none;font-size:14px;transition:color .25s ease}
.footerNav_list a:hover{color:#F4F4FA}
.contactInfo_footer_block{background:#2954a11a;padding:28px;border-radius:24px;border:1px solid #f4f4fa14;margin-bottom:32px}
.contactInfo_footer_block h3{font-size:18px;font-weight:700;color:#2954A1;margin-bottom:16px}
.contactInfo_footer_block p{margin-bottom:10px;color:#c8c8d8;font-size:14px}
.contactInfo_footer_block a{color:#EB2E00;text-decoration:none}
.contactInfo_footer_block a:hover{text-decoration:underline}
.copyright_footer_section{text-align:center;padding-top:24px;border-top:1px solid #f4f4fa1a;color:#889;font-size:13px}
.cookiePopup_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:none;align-items:center;justify-content:center;z-index:10000;animation:fadeInOverlay .4s ease}
.cookiePopup_overlay[data-state="visible"]{display:flex}
@keyframes fadeInOverlay {
from{opacity:0}
to{opacity:1}
}
@keyframes slideFromTop {
from{transform:translateY(-100%);opacity:0}
to{transform:translateY(0);opacity:1}
}
@keyframes slideToTop {
from{transform:translateY(0);opacity:1}
to{transform:translateY(-100%);opacity:0}
}
.cookieModal_main_wrapper{background:linear-gradient(135deg,#0f0f1afa 0%,#1a1a2efa 100%);border:2px solid #eb2e004d;border-radius:32px;padding:42px 48px;max-width:920px;width:90%;box-shadow:0 16px 64px #eb2e0040 0 8px 24px #000000b3;animation:slideFromTop .5s ease}
.cookieModal_main_wrapper.hiding{animation:slideToTop .5s ease forwards}
.cookieModal_main_wrapper h2{font-size:26px;font-weight:700;color:#F4F4FA;margin-bottom:18px;text-shadow:0 2px 8px #eb2e004d}
.cookieModal_main_wrapper p{font-size:15px;color:#c8c8d8;margin-bottom:26px;line-height:1.7}
.cookieSettings_container{background:#2954a114;border-radius:20px;padding:24px;margin-bottom:28px;border:1px solid #f4f4fa0f}
.cookieOption_row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.cookieOption_row:last-child{margin-bottom:0}
.cookieOption_row label{font-size:14px;color:#b8b8cc;font-weight:700}
.toggleSwitch_wrapper{position:relative;width:56px;height:28px}
.toggleSwitch_wrapper input{opacity:0;width:0;height:0}
.toggleSlider_element{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#f4f4fa26;border-radius:28px;transition:background .3s ease;border:1px solid #f4f4fa33}
.toggleSlider_element:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:3px;background:#889;border-radius:50%;transition:transform .3s ease,background .3s ease}
.toggleSwitch_wrapper input:checked + .toggleSlider_element{background:#eb2e004d;border-color:#EB2E00}
.toggleSwitch_wrapper input:checked + .toggleSlider_element:before{transform:translateX(28px);background:#EB2E00}
.cookieButtons_action_area{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn_pill_cookie{padding:14px 38px;font-size:15px;font-weight:700;border-radius:50px;cursor:pointer;transition:background .25s ease,box-shadow .25s ease;border:none;font-family:'PT Sans',sans-serif}
.btn_accept_cookie{background:linear-gradient(135deg,#EB2E00 0%,#c02500 100%);color:#F4F4FA;box-shadow:0 6px 20px #eb2e0066}
.btn_accept_cookie:hover{background:linear-gradient(135deg,#c02500 0%,#a01f00 100%);box-shadow:0 8px 28px #eb2e0099}
.btn_decline_cookie{background:#f4f4fa1a;color:#c8c8d8;border:1px solid #f4f4fa33}
.btn_decline_cookie:hover{background:#f4f4fa26;border-color:#f4f4fa4d}
@media (max-width: 1024px) {
.navList_top{gap:20px}
.bannerFlex_wrapper{flex-direction:column;gap:24px;text-align:center}
.utilityLinks_area{flex-wrap:wrap;justify-content:center}
.companyName_text_display{font-size:26px}
.logo_image_wrapper{width:80px;height:80px}
.logo_image_wrapper img{width:60px;height:60px}
}
@media (max-width: 640px) {
.ribbonContainer{padding:0 16px}
.navList_top{flex-wrap:wrap;justify-content:center;gap:14px}
.navList_top a{font-size:13px}
.banner_section_header{padding:24px 0}
.bannerFlex_wrapper{padding:0 16px}
.companyName_text_display{font-size:22px}
.logo_image_wrapper{width:70px;height:70px}
.logo_image_wrapper img{width:52px;height:52px}
.utilityLinks_area a{font-size:13px;padding:8px 16px}
.cookieModal_main_wrapper{padding:28px 24px;width:95%}
.cookieModal_main_wrapper h2{font-size:20px}
.cookieButtons_action_area{flex-direction:column}
.btn_pill_cookie{width:100%}
.footerLinks_section{flex-direction:column;align-items:center}
}
.policy-region{max-width:1400px;margin:0 auto;padding:80px 24px;background:linear-gradient(165deg,#0a0a12 0%,#12121a 50%,#0d0d15 100%);color:#f4f4fa;line-height:1.8;font-size:16px}
.policy-region h1{font-size:48px;font-weight:700;margin:0 0 48px;padding-bottom:24px;border-bottom:3px solid #EB2E00;color:#fff;letter-spacing:-.5px}
.policy-region h2{font-size:36px;font-weight:600;margin:56px 0 24px;color:#fff;position:relative;padding-left:20px}
.policy-region h2::before{content:'';position:absolute;left:0;top:8px;width:6px;height:32px;background:linear-gradient(180deg,#EB2E00 0%,#2954A1 100%);border-radius:8px}
.policy-region h3{font-size:26px;font-weight:600;margin:40px 0 20px;color:#e8e8f0}
.policy-region h4{font-size:20px;font-weight:600;margin:32px 0 16px;color:#d8d8e5}
.policy-region p{margin:0 0 20px;color:#c8c8d8}
.policy-region ul{margin:0 0 24px;padding-left:32px;list-style:none}
.policy-region ul li{position:relative;margin-bottom:12px;padding-left:12px;color:#c8c8d8}
.policy-region ul li::before{content:'';position:absolute;left:-20px;top:11px;width:8px;height:8px;background:#EB2E00;border-radius:50%;box-shadow:0 0 8px #eb2e0066}
.policy-region ol{margin:0 0 24px;padding-left:32px;counter-reset:policy-counter;list-style:none}
.policy-region ol li{position:relative;margin-bottom:12px;padding-left:12px;counter-increment:policy-counter;color:#c8c8d8}
.policy-region ol li::before{content:counter(policy-counter) ".";position:absolute;left:-32px;font-weight:600;color:#2954A1}
.policy-region strong,.policy-region b{font-weight:600;color:#fff}
.policy-region em,.policy-region i{font-style:italic;color:#d8d8e5}
.policy-region a{color:#EB2E00;text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease;font-weight:500}
.policy-region a:hover{color:#ff4520;border-bottom-color:#ff4520}
.policy-region a:active{color:#2954A1}
.policy-region table{width:100%;margin:32px 0;border-collapse:separate;border-spacing:0;background:#1a1a24;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px #0000004d 0 0 0 1px #f4f4fa14}
.policy-region thead{background:linear-gradient(135deg,#EB2E00 0%,#2954A1 100%)}
.policy-region thead tr th{padding:20px 24px;text-align:left;font-weight:600;font-size:15px;color:#fff;text-transform:uppercase;letter-spacing:.5px}
.policy-region tbody tr{border-bottom:1px solid #f4f4fa0f}
.policy-region tbody tr:last-child{border-bottom:none}
.policy-region tbody tr:hover{background:#eb2e000d}
.policy-region tbody tr td{padding:18px 24px;color:#c8c8d8}
.policy-region th{font-weight:600}
.policy-region hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#2954A1 50%,transparent 100%);margin:48px 0;opacity:.3}
.policy-region div{margin:24px 0}
@media (max-width: 1024px) {
.policy-region{padding:60px 20px}
.policy-region h1{font-size:38px;margin-bottom:36px}
.policy-region h2{font-size:30px;margin-top:44px}
.policy-region h3{font-size:22px}
.policy-region table{font-size:14px}
.policy-region thead tr th,.policy-region tbody tr td{padding:14px 16px}
}
@media (max-width: 640px) {
.policy-region{padding:40px 16px;font-size:15px}
.policy-region h1{font-size:32px;margin-bottom:32px}
.policy-region h2{font-size:26px;margin-top:36px;padding-left:16px}
.policy-region h2::before{width:4px;height:28px}
.policy-region h3{font-size:20px}
.policy-region h4{font-size:18px}
.policy-region ul,.policy-region ol{padding-left:24px}
.policy-region table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:13px}
.policy-region thead tr th,.policy-region tbody tr td{padding:12px 14px;min-width:120px}
}
.pageWrapper73{background:linear-gradient(165deg,#0a0a12 0%,#1a1a2e 100%);min-height:100vh;overflow-x:hidden}
.titleZone .wrapperContent{max-width:1400px;margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative}
.titleZone .textBox9{z-index:3;position:relative}
.titleZone .mainHeading41{font-size:3.2rem;line-height:1.2;color:#F4F4FA;margin-bottom:28px;font-weight:700}
.titleZone .mainHeading41::before{content:'';display:block;width:80px;height:6px;background:linear-gradient(90deg,#EB2E00 0%,#2954A1 100%);border-radius:24px;margin-bottom:24px}
.titleZone .descriptionText{font-size:1.15rem;line-height:1.75;color:#c4c4d8;margin-bottom:20px}
.titleZone .imgContainer7{position:relative;z-index:2;transform:rotate(-3deg)}
.titleZone .imgContainer7 img{width:100%;height:520px;object-fit:cover;border-radius:28px;box-shadow:0 16px 48px #eb2e0026 0 8px 24px #2954a11f;position:relative}
.titleZone .imgContainer7::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 30%,#0a0a1299 100%);border-radius:28px;pointer-events:none;z-index:2}
.titleZone .imgContainer7::after{content:'';position:absolute;top:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#eb2e0026 0%,#2954a126 100%);border-radius:50%;z-index:1;filter:blur(40px)}
.shapeDecor1{position:absolute;width:300px;height:300px;background:linear-gradient(45deg,#eb2e0014 0%,#2954a114 100%);border-radius:50%;top:10%;left:-100px;z-index:1;filter:blur(60px)}
.shapeDecor2{position:absolute;width:200px;height:200px;background:#2954a11a;transform:rotate(45deg);bottom:15%;right:5%;z-index:1;border-radius:32px}
.shapeDecor3{position:absolute;width:120px;height:120px;border:3px solid #eb2e0033;border-radius:50%;top:25%;right:15%;z-index:1}
.tipsLayoutSection{max-width:1400px;margin:0 auto;padding:100px 24px}
.tipsLayoutSection .sectionLabel8{text-align:center;margin-bottom:70px}
.tipsLayoutSection .sectionLabel8 h2{font-size:2.6rem;color:#F4F4FA;margin-bottom:18px;font-weight:700}
.tipsLayoutSection .sectionLabel8 h2::after{content:'';display:block;width:120px;height:4px;background:linear-gradient(90deg,#2954A1 0%,#EB2E00 100%);margin:20px auto 0;border-radius:16px}
.tipsLayoutSection .sectionLabel8 p{font-size:1.1rem;color:#b0b0c8;max-width:700px;margin:0 auto;line-height:1.7}
.tipsGrid12{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.tipCard{background:linear-gradient(145deg,#1a1a2e 0%,#14141f 100%);border-radius:24px;padding:40px 32px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000004d;transition:all .4s ease;border:1px solid #f4f4fa14}
.tipCard::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#EB2E00 0%,#2954A1 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.tipCard:hover{transform:translateY(-8px);box-shadow:0 16px 40px #eb2e0033 0 8px 20px #2954a126;border-color:#eb2e004d}
.tipCard:hover::before{transform:scaleX(1)}
.tipCard .iconWrapper92{width:64px;height:64px;background:linear-gradient(135deg,#eb2e0026 0%,#2954a126 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative}
.tipCard .iconWrapper92::after{content:'';position:absolute;inset:-2px;background:linear-gradient(135deg,#EB2E00 0%,#2954A1 100%);border-radius:18px;z-index:-1;opacity:0;transition:opacity .4s ease}
.tipCard:hover .iconWrapper92::after{opacity:.3}
.tipCard .iconWrapper92 svg{width:32px;height:32px;fill:#EB2E00}
.tipCard h3{font-size:1.4rem;color:#F4F4FA;margin-bottom:16px;font-weight:600}
.tipCard p{font-size:1rem;color:#a0a0b8;line-height:1.7;margin-bottom:20px}
.tipCard .detailsList{list-style:none;padding:0;margin:0}
.tipCard .detailsList li{font-size:.95rem;color:#8888a8;padding-left:24px;margin-bottom:12px;position:relative;line-height:1.6}
.tipCard .detailsList li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;background:#2954A1;border-radius:50%}
.tipCard:nth-child(2) .iconWrapper92 svg{fill:#2954A1}
.tipCard:nth-child(3) .detailsList li::before{background:#EB2E00}
.tipCard:nth-child(4) .iconWrapper92 svg{fill:#EB2E00}
.tipCard:nth-child(5) .detailsList li::before{background:linear-gradient(135deg,#EB2E00 0%,#2954A1 100%)}
.tipCard:nth-child(6) .iconWrapper92 svg{fill:#2954A1}
.additionalHelp{background:linear-gradient(135deg,#eb2e001a 0%,#2954a11a 100%);border-radius:28px;padding:48px;margin-top:60px;text-align:center;position:relative;overflow:hidden;border:1px solid #f4f4fa1a}
.additionalHelp::before{content:'';position:absolute;top:-50%;right:-50%;width:400px;height:400px;background:radial-gradient(circle,#eb2e0026 0%,transparent 70%);border-radius:50%;pointer-events:none}
.additionalHelp h3{font-size:1.8rem;color:#F4F4FA;margin-bottom:16px;font-weight:600;position:relative;z-index:2}
.additionalHelp p{font-size:1.05rem;color:#b8b8d0;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.7;position:relative;z-index:2}
.additionalHelp .ctaButton7{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#EB2E00 0%,#2954A1 100%);color:#F4F4FA;text-decoration:none;border-radius:20px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 8px 24px #eb2e004d;position:relative;z-index:2}
.additionalHelp .ctaButton7:hover{transform:translateY(-3px);box-shadow:0 12px 32px #eb2e0066 0 6px 16px #2954a14d}
@media (max-width: 1024px) {
.titleZone .wrapperContent{grid-template-columns:1fr;gap:40px;padding:60px 24px}
.titleZone .mainHeading41{font-size:2.6rem}
.titleZone .imgContainer7{transform:rotate(0)}
.titleZone .imgContainer7 img{height:400px}
.tipsGrid12{grid-template-columns:repeat(2,1fr);gap:28px}
.tipsLayoutSection{padding:80px 24px}
.tipsLayoutSection .sectionLabel8 h2{font-size:2.2rem}
}
@media (max-width: 640px) {
.titleZone .mainHeading41{font-size:2rem}
.titleZone .descriptionText{font-size:1.05rem}
.titleZone .imgContainer7 img{height:320px}
.tipsGrid12{grid-template-columns:1fr;gap:24px}
.tipCard{padding:32px 24px}
.tipsLayoutSection .sectionLabel8 h2{font-size:1.8rem}
.additionalHelp{padding:36px 24px}
.additionalHelp h3{font-size:1.5rem}
.shapeDecor1,.shapeDecor2,.shapeDecor3{display:none}
}
.main-wrapper{max-width:1400px;margin:0 auto;padding:0}
.title-zone{background:linear-gradient(135deg,#0a0a1f 0%,#1a1a3f 100%);padding:80px 20px;position:relative;overflow:hidden;border-radius:24px;margin:40px 20px}
.title-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#eb2e0014 0%,transparent 70%);border-radius:50%}
.title-zone::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#2954a11f 0%,transparent 70%);border-radius:50%}
.hero-inner{position:relative;z-index:2;max-width:900px;margin:0 auto;text-align:center}
.hero-inner h1{color:#F4F4FA;font-size:3rem;font-weight:700;margin:0 0 24px;line-height:1.2}
.hero-inner .subtitle{color:#f4f4fad9;font-size:1.25rem;line-height:1.7;margin:0 0 40px}
.cta-primary{display:inline-block;background:linear-gradient(135deg,#EB2E00 0%,#c62400 100%);color:#F4F4FA;padding:16px 48px;border-radius:28px;text-decoration:none;font-weight:600;font-size:1.1rem;box-shadow:0 8px 24px #eb2e004d;transition:all .3s ease;position:relative;z-index:5}
.cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #eb2e0073;background:linear-gradient(135deg,#ff3a0a 0%,#EB2E00 100%)}
.center-visual{margin:60px auto 0;max-width:700px}
.center-visual img{width:100%;height:auto;border-radius:20px;box-shadow:0 16px 48px #0006}
.directions-wrapper{background:#0f0f28;padding:100px 20px;position:relative}
.directions-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#eb2e004d,transparent)}
.section-head{max-width:800px;margin:0 auto 60px;text-align:center}
.section-head h2{color:#F4F4FA;font-size:2.5rem;font-weight:700;margin:0 0 16px}
.section-head .description3{color:#f4f4fabf;font-size:1.15rem;line-height:1.7}
.directions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;max-width:1200px;margin:0 auto}
.direction-card{background:linear-gradient(145deg,#1a1a3f 0%,#151530 100%);padding:40px;border-radius:24px;border:1px solid #2954a133;transition:all .4s ease;position:relative}
.direction-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#eb2e000d 0%,#2954a114 100%);border-radius:24px;opacity:0;transition:opacity .4s ease}
.direction-card:hover{transform:translateY(-8px);border-color:#eb2e0066;box-shadow:0 16px 48px #eb2e0026}
.direction-card:hover::before{opacity:1}
.direction-card h3{color:#F4F4FA;font-size:1.5rem;font-weight:600;margin:0 0 16px;position:relative;z-index:2}
.direction-card p{color:#f4f4fab3;line-height:1.7;margin:0;position:relative;z-index:2}
.business-section{background:linear-gradient(180deg,#0a0a1f 0%,#1a1a3f 100%);padding:100px 20px}
.business-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.business-content h2{color:#F4F4FA;font-size:2.5rem;font-weight:700;margin:0 0 24px}
.business-content .info-text{color:#f4f4fabf;font-size:1.1rem;line-height:1.8;margin:0 0 40px}
.feature-list2{display:flex;flex-direction:column;gap:20px}
.feature-item17{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#f4f4fa08;border-radius:16px;border-left:3px solid #EB2E00}
.feature-item17 .icon-holder{width:48px;height:48px;background:linear-gradient(135deg,#eb2e0033 0%,#2954a133 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature-item17 .icon-holder svg{width:24px;height:24px;fill:#EB2E00}
.feature-item17 h4{color:#F4F4FA;font-size:1.15rem;font-weight:600;margin:0 0 8px}
.feature-item17 p{color:#f4f4fab3;font-size:.95rem;line-height:1.6;margin:0}
.business-visual img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 60px #00000080}
.trial-zone{background:#0f0f28;padding:100px 20px;position:relative;overflow:hidden}
.trial-zone::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,#2954a114 0%,transparent 70%);border-radius:50%}
.trial-content-wrap{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}
.trial-content-wrap h2{color:#F4F4FA;font-size:2.5rem;font-weight:700;margin:0 0 24px}
.trial-content-wrap .trial-description{color:#f4f4facc;font-size:1.15rem;line-height:1.8;margin:0 0 48px}
.trial-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin:0 0 48px}
.benefit-box{background:linear-gradient(145deg,#1a1a3f 0%,#151530 100%);padding:32px;border-radius:20px;border:1px solid #eb2e0026;transition:all .3s ease}
.benefit-box:hover{border-color:#eb2e0066;transform:translateY(-5px)}
.benefit-box h4{color:#F4F4FA;font-size:1.25rem;font-weight:600;margin:0 0 12px}
.benefit-box p{color:#f4f4fab3;line-height:1.6;margin:0}
.trial-cta{display:inline-block;background:linear-gradient(135deg,#2954A1 0%,#1e4080 100%);color:#F4F4FA;padding:16px 48px;border-radius:28px;text-decoration:none;font-weight:600;font-size:1.1rem;box-shadow:0 8px 24px #2954a14d;transition:all .3s ease}
.trial-cta:hover{transform:translateY(-3px);box-shadow:0 12px 32px #2954a173;background:linear-gradient(135deg,#3565c0 0%,#2954A1 100%)}
.additional-section{background:linear-gradient(180deg,#1a1a3f 0%,#0a0a1f 100%);padding:100px 20px}
.additional-layout{max-width:1200px;margin:0 auto}
.additional-layout h2{color:#F4F4FA;font-size:2.5rem;font-weight:700;margin:0 0 60px;text-align:center}
.services-split{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.service-block{background:#f4f4fa08;padding:48px;border-radius:24px;border:1px solid #2954a133;position:relative;overflow:hidden}
.service-block::after{content:'';position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,#eb2e000f 0%,transparent 70%);border-radius:50%}
.service-block h3{color:#F4F4FA;font-size:1.75rem;font-weight:600;margin:0 0 16px;position:relative;z-index:2}
.service-block p{color:#f4f4fabf;line-height:1.7;margin:0 0 24px;position:relative;z-index:2}
.service-highlights{display:flex;flex-direction:column;gap:12px;position:relative;z-index:2}
.highlight-item{display:flex;align-items:center;gap:12px;color:#f4f4facc;font-size:.95rem}
.highlight-item::before{content:'';width:8px;height:8px;background:#EB2E00;border-radius:50%;flex-shrink:0}
.ecosystem-wrapper{background:#0f0f28;padding:100px 20px;position:relative}
.ecosystem-wrapper::before{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#2954a14d,transparent)}
.ecosystem-inner{max-width:1000px;margin:0 auto;text-align:center}
.ecosystem-inner h2{color:#F4F4FA;font-size:2.5rem;font-weight:700;margin:0 0 24px}
.ecosystem-inner .ecosystem-intro{color:#f4f4facc;font-size:1.15rem;line-height:1.8;margin:0 0 60px}
.ecosystem-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.flow-step{background:linear-gradient(145deg,#1a1a3f 0%,#151530 100%);padding:32px 24px;border-radius:20px;border:1px solid #eb2e0026;position:relative;transition:all .3s ease}
.flow-step::after{content:'→';position:absolute;top:50%;right:-28px;transform:translateY(-50%);color:#eb2e0066;font-size:1.5rem;font-weight:700}
.flow-step:last-child::after{display:none}
.flow-step:hover{border-color:#eb2e0066;transform:scale(1.05)}
.flow-step .step-number{display:inline-block;width:40px;height:40px;background:linear-gradient(135deg,#EB2E00 0%,#c62400 100%);color:#F4F4FA;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 16px}
.flow-step h4{color:#F4F4FA;font-size:1.1rem;font-weight:600;margin:0 0 8px}
.flow-step p{color:#f4f4fab3;font-size:.9rem;line-height:1.5;margin:0}
.connections-area{background:linear-gradient(180deg,#0a0a1f 0%,#1a1a3f 100%);padding:100px 20px}
.connections-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}
.connections-visual img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 60px #00000080}
.connections-text h2{color:#F4F4FA;font-size:2.5rem;font-weight:700;margin:0 0 24px}
.connections-text .connections-description{color:#f4f4facc;font-size:1.1rem;line-height:1.8;margin:0 0 32px}
.connection-points{display:flex;flex-direction:column;gap:16px}
.connection-item12{display:flex;align-items:center;gap:16px;padding:16px;background:#f4f4fa08;border-radius:16px;border-left:3px solid #2954A1}
.connection-item12 svg{width:32px;height:32px;fill:#2954A1;flex-shrink:0}
.connection-item12 span{color:#f4f4fad9;font-size:1.05rem}
@media (max-width: 1024px) {
.title-zone{padding:60px 20px;margin:30px 15px}
.hero-inner h1{font-size:2.25rem}
.hero-inner .subtitle{font-size:1.1rem}
.directions-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.business-container{grid-template-columns:1fr;gap:40px}
.trial-benefits{grid-template-columns:1fr;gap:24px}
.services-split{grid-template-columns:1fr;gap:32px}
.ecosystem-flow{grid-template-columns:repeat(2,1fr)}
.flow-step::after{display:none}
.connections-grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.title-zone{padding:40px 15px;margin:20px 10px;border-radius:16px}
.hero-inner h1{font-size:1.75rem}
.hero-inner .subtitle{font-size:1rem}
.cta-primary{padding:14px 36px;font-size:1rem}
.section-head h2{font-size:2rem}
.directions-wrapper{padding:60px 15px}
.business-section{padding:60px 15px}
.trial-zone{padding:60px 15px}
.additional-section{padding:60px 15px}
.ecosystem-wrapper{padding:60px 15px}
.connections-area{padding:60px 15px}
.ecosystem-flow{grid-template-columns:1fr}
.direction-card{padding:28px}
.service-block{padding:32px 24px}
.feature-item17{flex-direction:column;text-align:center}
.connection-item12{flex-direction:column;text-align:center}
}
.contact-page-wrapper{background:#0a0a14;min-height:100vh}
.hero-contact-section{max-width:1400px;margin:0 auto;padding:80px 20px 120px;display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center}
.hero-contact-section .image-strip-wrapper{position:relative;height:520px;border-radius:24px;overflow:hidden}
.hero-contact-section .image-strip-wrapper img{width:100%;height:100%;object-fit:cover;filter:blur(2px)}
.hero-contact-section .image-strip-wrapper::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#eb2e004d,#2954a14d);animation:colorShift 8s ease-in-out infinite}
@keyframes colorShift {
0%,100%{opacity:.3}
50%{opacity:.5}
}
.hero-contact-section .text-content-block{padding:40px 0}
.hero-contact-section .text-content-block h1{font-size:3.2rem;color:#F4F4FA;margin:0 0 24px;font-weight:700;line-height:1.2}
.hero-contact-section .text-content-block p{font-size:1.15rem;color:#b8b8d1;line-height:1.7;margin:0}
.info-contact-wrapper{background:linear-gradient(180deg,#0a0a14 0%,#12121f 100%);padding:100px 20px}
.info-contact-wrapper .container-data{max-width:1400px;margin:0 auto}
.info-contact-wrapper h2{font-size:2.4rem;color:#F4F4FA;margin:0 0 60px;text-align:center}
.info-contact-wrapper h2::before{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#EB2E00,#2954A1);margin:0 auto 20px;border-radius:2px}
.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:80px}
.info-card-block{background:#2954a114;padding:40px 30px;border-radius:20px;border:1px solid #f4f4fa1a;transition:all .3s ease}
.info-card-block:hover{transform:translateY(-6px);border-color:#eb2e0066;box-shadow:0 12px 30px #eb2e0033}
.info-card-block h3{font-size:1.4rem;color:#EB2E00;margin:0 0 16px;font-weight:600}
.info-card-block p{color:#d1d1e0;margin:0;line-height:1.6;font-size:1rem}
.info-card-block a{color:#2954A1;text-decoration:none;transition:color .3s ease}
.info-card-block a:hover{color:#EB2E00}
.contact-form-section{background:#0a0a14;padding:100px 20px}
.contact-form-section .form-container-main{max-width:1400px;margin:0 auto;background:linear-gradient(135deg,#2954a11f,#eb2e0014);border-radius:28px;padding:80px 60px;border:1px solid #f4f4fa14}
.contact-form-section h2{font-size:2.6rem;color:#F4F4FA;margin:0 0 16px;text-align:center}
.contact-form-section .form-subtitle{font-size:1.1rem;color:#b8b8d1;text-align:center;margin:0 0 50px}
.contact-form-section form{display:grid;gap:32px}
.form-row-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.form-group-data{display:flex;flex-direction:column}
.form-group-data label{font-size:.95rem;color:#F4F4FA;margin-bottom:10px;font-weight:500}
.form-group-data input,.form-group-data select{padding:16px 20px;background:#0c0c1499;border:2px solid #f4f4fa26;border-radius:12px;color:#F4F4FA;font-size:1rem;transition:all .3s ease}
.form-group-data input:focus,.form-group-data select:focus{outline:none;border-color:#EB2E00;background:#0c0c14cc;box-shadow:0 0 0 4px #eb2e0026}
.form-group-data select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23F4F4FA' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;padding-right:50px}
.radio-group-wrapper{display:grid;gap:12px}
.radio-option-block{display:flex;align-items:center;position:relative}
.radio-option-block input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.radio-option-block label{padding:14px 20px 14px 50px;background:#0c0c1466;border:2px solid #f4f4fa1a;border-radius:10px;color:#d1d1e0;cursor:pointer;transition:all .3s ease;width:100%;position:relative;margin:0;font-weight:400}
.radio-option-block label::before{content:'';position:absolute;left:18px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #f4f4fa4d;border-radius:50%;background:transparent;transition:all .3s ease}
.radio-option-block input[type="radio"]:checked + label{background:#2954a133;border-color:#2954A1;color:#F4F4FA}
.radio-option-block input[type="radio"]:checked + label::before{border-color:#EB2E00;background:#EB2E00;box-shadow:0 0 0 3px #eb2e0033}
.radio-option-block input[type="radio"]:checked + label::after{content:'';position:absolute;left:24px;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#F4F4FA;border-radius:50%}
.privacy-checkbox-wrapper{display:flex;align-items:start;gap:12px;margin-top:8px}
.privacy-checkbox-wrapper input[type="checkbox"]{width:22px;height:22px;margin-top:2px;cursor:pointer;accent-color:#EB2E00;flex-shrink:0}
.privacy-checkbox-wrapper label{color:#b8b8d1;font-size:.95rem;line-height:1.6;cursor:pointer;margin:0}
.privacy-checkbox-wrapper a{color:#2954A1;text-decoration:underline;transition:color .3s ease}
.privacy-checkbox-wrapper a:hover{color:#EB2E00}
.submit-button-wrapper{text-align:center;margin-top:16px}
.submit-button-wrapper button{padding:18px 60px;background:linear-gradient(135deg,#EB2E00,#2954A1);border:none;border-radius:16px;color:#F4F4FA;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #eb2e004d;position:relative;z-index:10}
.submit-button-wrapper button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #eb2e0080}
.submit-button-wrapper button:active{transform:translateY(-1px)}
.hours-location-section{background:linear-gradient(180deg,#12121f 0%,#0a0a14 100%);padding:100px 20px}
.hours-location-section .content-wrapper-data{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:start}
.hours-location-section h2{font-size:2.2rem;color:#F4F4FA;margin:0 0 32px;position:relative;padding-bottom:16px}
.hours-location-section h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#EB2E00,#2954A1);border-radius:2px}
.location-details-block p{color:#d1d1e0;line-height:1.8;font-size:1.05rem;margin:0 0 20px}
.location-details-block p strong{color:#F4F4FA;display:inline-block;min-width:120px}
.hours-table-wrapper{background:#2954a10f;border-radius:20px;padding:40px;border:1px solid #f4f4fa14}
.hours-table-wrapper h3{font-size:1.6rem;color:#EB2E00;margin:0 0 28px}
.hours-list-data{display:grid;gap:16px}
.hours-list-data .day-row{display:grid;grid-template-columns:140px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid #f4f4fa14}
.hours-list-data .day-row:last-child{border-bottom:none}
.hours-list-data .day-name{color:#F4F4FA;font-weight:500}
.hours-list-data .day-time{color:#b8b8d1}
@media (max-width: 1024px) {
.hero-contact-section{grid-template-columns:1fr;gap:40px;padding:60px 20px 80px}
.hero-contact-section .image-strip-wrapper{height:320px}
.hero-contact-section .text-content-block h1{font-size:2.4rem}
.form-row-wrapper{grid-template-columns:1fr}
.hours-location-section .content-wrapper-data{grid-template-columns:1fr;gap:60px}
}
@media (max-width: 640px) {
.hero-contact-section .text-content-block h1{font-size:2rem}
.info-contact-wrapper,.contact-form-section,.hours-location-section{padding:60px 20px}
.contact-form-section .form-container-main{padding:40px 24px}
.contact-info-grid{grid-template-columns:1fr;gap:24px}
.submit-button-wrapper button{width:100%;padding:16px 40px}
}
.top_wrapper{background:linear-gradient(135deg,#0a0a12 0%,#1a1a2e 100%);position:relative;padding:80px 20px;overflow:hidden}
.top_wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#eb2e0014 0%,transparent 70%);border-radius:50%}
.top_wrapper::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#2954a10f 0%,transparent 70%);border-radius:50%}
.inner-pageHeader{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.contentSIDE_header{flex:1}
.contentSIDE_header h1{font-size:3.2rem;color:#F4F4FA;margin:0 0 24px;line-height:1.2;font-weight:700}
.contentSIDE_header .subtext92{font-size:1.15rem;color:#f4f4fabf;line-height:1.7;margin:0}
.imageSIDE_header{flex:0 0 480px;position:relative}
.imageSIDE_header img{width:100%;height:380px;object-fit:cover;border-radius:24px;box-shadow:0 12px 40px #0006;position:relative}
.imageSIDE_header::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 40%,#0a0a12b3 100%);border-radius:24px;pointer-events:none;z-index:1}
.story_SECwrap{background:#12121a;padding:100px 20px;position:relative}
.story_SECwrap::before{content:'';position:absolute;top:0;left:20%;width:2px;height:100%;background:linear-gradient(180deg,transparent 0%,#eb2e0026 50%,transparent 100%)}
.storyInner47{max-width:1400px;margin:0 auto}
.storyInner47 h2{font-size:2.4rem;color:#F4F4FA;margin:0 0 48px;font-weight:700}
.narrativeGrid{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.textcolumn_left{display:flex;flex-direction:column;gap:28px}
.textcolumn_left p{color:#f4f4fad1;font-size:1.05rem;line-height:1.75;margin:0}
.imageColumn_right{position:relative}
.imageColumn_right img{width:100%;height:100%;object-fit:cover;border-radius:20px;box-shadow:0 8px 32px #00000059}
.imageColumn_right::after{content:'';position:absolute;bottom:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#eb2e001f,#2954a11f);border-radius:50%;z-index:-1}
.valuesContainer{background:linear-gradient(180deg,#0f0f18 0%,#1a1a2e 100%);padding:90px 20px}
.valuesInner2024{max-width:1400px;margin:0 auto}
.valuesInner2024 h2{font-size:2.4rem;color:#F4F4FA;text-align:center;margin:0 0 64px;font-weight:700}
.VALUES_grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.valueCard{background:#f4f4fa0a;padding:44px 32px;border-radius:28px;border:1px solid #f4f4fa14;position:relative;transition:all .3s ease}
.valueCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#EB2E00,#2954A1);border-radius:28px 28px 0 0;opacity:0;transition:opacity .3s ease}
.valueCard:hover{transform:translateY(-6px);box-shadow:0 16px 48px #eb2e0026;border-color:#eb2e004d}
.valueCard:hover::before{opacity:1}
.valueCard h3{font-size:1.45rem;color:#F4F4FA;margin:0 0 16px;font-weight:600}
.valueCard p{font-size:1rem;color:#f4f4fab3;line-height:1.7;margin:0}
.methodsSECTION{background:#12121a;padding:100px 20px;position:relative;overflow:hidden}
.methodsSECTION::before{content:'';position:absolute;top:50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#2954a11a 0%,transparent 70%);border-radius:50%}
.methodsInnerWrap{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.methodsInnerWrap h2{font-size:2.4rem;color:#F4F4FA;margin:0 0 56px;font-weight:700}
.splitLayout_methods{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.methodsLeftContent{display:flex;flex-direction:column;gap:32px}
.methodItem{background:#f4f4fa08;padding:32px;border-radius:20px;border-left:4px solid transparent;transition:all .3s ease;position:relative}
.methodItem::before{content:'';position:absolute;left:0;top:0;height:100%;width:4px;background:linear-gradient(180deg,#EB2E00,#2954A1);opacity:0;transition:opacity .3s ease}
.methodItem:hover{background:#f4f4fa0f;transform:translateX(8px)}
.methodItem:hover::before{opacity:1}
.methodItem h4{font-size:1.3rem;color:#F4F4FA;margin:0 0 12px;font-weight:600}
.methodItem p{font-size:1rem;color:#f4f4fabf;line-height:1.7;margin:0}
.methodsRightImage img{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 12px 40px #0006}
.commitmentWRAP{background:linear-gradient(135deg,#0a0a12 0%,#1a1a2e 100%);padding:90px 20px;position:relative}
.commitmentWRAP::after{content:'';position:absolute;bottom:-15%;left:10%;width:350px;height:350px;background:radial-gradient(circle,#eb2e0014 0%,transparent 70%);border-radius:50%}
.commitmentInner{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.commitmentInner h2{font-size:2.4rem;color:#F4F4FA;text-align:center;margin:0 0 24px;font-weight:700}
.commitment_subheading{font-size:1.15rem;color:#f4f4fab3;text-align:center;margin:0 auto 56px;max-width:800px;line-height:1.7}
.statsDisplay{display:grid;grid-template-columns:repeat(4,1fr);gap:36px}
.statBox{background:#f4f4fa0a;padding:40px 24px;border-radius:24px;text-align:center;border:1px solid #f4f4fa14;position:relative;overflow:hidden}
.statBox::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(90deg,transparent,#EB2E00,transparent);opacity:0;transition:opacity .3s ease}
.statBox:hover::before{opacity:1}
.statNUMBER{font-size:3rem;color:#EB2E00;font-weight:700;margin:0 0 12px;line-height:1}
.statLABEL{font-size:1.05rem;color:#f4f4fabf;margin:0;line-height:1.5}
.ctaFINAL_section{background:#12121a;padding:100px 20px}
.ctaINNER_wrap{max-width:900px;margin:0 auto;text-align:center}
.ctaINNER_wrap h2{font-size:2.6rem;color:#F4F4FA;margin:0 0 24px;font-weight:700;line-height:1.3}
.ctaINNER_wrap p{font-size:1.15rem;color:#f4f4fabf;margin:0 0 40px;line-height:1.7}
.btnGROUP_cta{display:flex;justify-content:center;gap:20px}
.btn_primary48{background:linear-gradient(135deg,#EB2E00,#c12600);color:#F4F4FA;padding:18px 44px;border-radius:28px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 8px 24px #eb2e0040;position:relative;z-index:10}
.btn_primary48:hover{transform:translateY(-3px);box-shadow:0 12px 32px #eb2e0059}
.btn_secondary92{background:transparent;color:#F4F4FA;padding:18px 44px;border-radius:28px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #f4f4fa33;position:relative;z-index:10}
.btn_secondary92:hover{border-color:#2954A1;background:#2954a11a;transform:translateY(-3px)}
@media (max-width: 1024px) {
.inner-pageHeader{flex-direction:column;gap:40px}
.imageSIDE_header{flex:0 0 auto;width:100%}
.imageSIDE_header img{height:320px}
.narrativeGrid{grid-template-columns:1fr;gap:40px}
.VALUES_grid3{grid-template-columns:1fr}
.splitLayout_methods{grid-template-columns:1fr;gap:40px}
.statsDisplay{grid-template-columns:repeat(2,1fr);gap:24px}
.btnGROUP_cta{flex-direction:column;align-items:center}
.btn_primary48,.btn_secondary92{width:100%;max-width:320px}
}
@media (max-width: 640px) {
.top_wrapper{padding:60px 20px}
.contentSIDE_header h1{font-size:2.2rem}
.contentSIDE_header .subtext92{font-size:1rem}
.imageSIDE_header img{height:260px}
.story_SECwrap,.valuesContainer,.methodsSECTION,.commitmentWRAP,.ctaFINAL_section{padding:60px 20px}
.storyInner47 h2,.valuesInner2024 h2,.methodsInnerWrap h2,.commitmentInner h2,.ctaINNER_wrap h2{font-size:1.9rem}
.statsDisplay{grid-template-columns:1fr}
.statNUMBER{font-size:2.4rem}
.methodsRightImage img{height:340px}
}
.program-intro .description-wrapper{background:linear-gradient(135deg,#0a0a12 0%,#1a1a2e 100%);padding:80px 20px;position:relative;overflow:hidden}
.program-intro .description-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#eb2e0026 0%,transparent 70%);border-radius:50%;filter:blur(60px)}
.program-intro .description-wrapper::after{content:'';position:absolute;bottom:-40%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#2954a11f 0%,transparent 70%);border-radius:50%;filter:blur(80px)}
.program-intro .inner-content{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.program-intro .top-label{font-size:15px;color:#EB2E00;letter-spacing:2px;text-transform:uppercase;margin-bottom:24px;display:inline-block;padding:8px 20px;background:#eb2e001a;border-radius:20px;border:1px solid #eb2e004d}
.program-intro .main-heading{font-size:52px;color:#F4F4FA;margin-bottom:32px;line-height:1.2;font-weight:700}
.program-intro .main-heading::after{content:'';display:block;width:120px;height:4px;background:linear-gradient(90deg,#EB2E00 0%,#2954A1 100%);margin-top:24px;border-radius:2px}
.program-intro .intro-text{font-size:18px;color:#d4d4e0;line-height:1.8;max-width:800px;margin-bottom:40px}
.program-intro .visual-showcase{margin-top:60px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.program-intro .showcase-image-wrap{position:relative}
.program-intro .showcase-image-wrap img{width:100%;height:480px;object-fit:cover;clip-path:polygon(0 10%,100% 0,100% 90%,0 100%);border-radius:24px;box-shadow:0 20px 60px #eb2e0026}
.program-intro .showcase-image-wrap::before{content:'';position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:linear-gradient(135deg,#eb2e0033 0%,#2954a133 100%);clip-path:polygon(0 10%,100% 0,100% 90%,0 100%);border-radius:24px;z-index:-1;filter:blur(20px)}
.program-intro .text-content-side h3{font-size:32px;color:#F4F4FA;margin-bottom:24px;font-weight:600}
.program-intro .text-content-side p{font-size:17px;color:#c8c8d8;line-height:1.7;margin-bottom:16px}
.curriculum-layout{background:#0d0d16;padding:100px 20px;position:relative}
.curriculum-layout .container-wrapper{max-width:1400px;margin:0 auto}
.curriculum-layout .section-header-area{text-align:center;margin-bottom:70px}
.curriculum-layout .section-header-area h2{font-size:46px;color:#F4F4FA;margin-bottom:20px;font-weight:700;position:relative;display:inline-block}
.curriculum-layout .section-header-area h2::before{content:'';position:absolute;top:-12px;left:-30px;width:24px;height:24px;background:linear-gradient(135deg,#EB2E00,#2954A1);border-radius:50%;opacity:.6}
.curriculum-layout .section-header-area p{font-size:18px;color:#b8b8cc;max-width:700px;margin:0 auto;line-height:1.7}
.curriculum-layout .modules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.curriculum-layout .module-card{background:linear-gradient(145deg,#16161f 0%,#1a1a28 100%);border-radius:24px;padding:40px 32px;border:1px solid #f4f4fa14;position:relative;transition:all .4s ease}
.curriculum-layout .module-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#EB2E00 0%,#2954A1 100%);border-radius:24px 24px 0 0;opacity:0;transition:opacity .4s ease}
.curriculum-layout .module-card:hover{transform:translateY(-8px);border-color:#eb2e004d;box-shadow:0 16px 48px #eb2e0033}
.curriculum-layout .module-card:hover::before{opacity:1}
.curriculum-layout .module-number{font-size:14px;color:#EB2E00;font-weight:600;letter-spacing:1.5px;margin-bottom:16px;display:block}
.curriculum-layout .module-title{font-size:24px;color:#F4F4FA;margin-bottom:16px;font-weight:600}
.curriculum-layout .module-description{font-size:16px;color:#a8a8bc;line-height:1.6;margin-bottom:24px}
.curriculum-layout .topics-list{list-style:none;padding:0;margin:0}
.curriculum-layout .topics-list li{font-size:15px;color:#c0c0d0;padding:10px 0;padding-left:28px;position:relative;border-bottom:1px solid #f4f4fa0d}
.curriculum-layout .topics-list li:last-child{border-bottom:none}
.curriculum-layout .topics-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:linear-gradient(135deg,#EB2E00,#2954A1);border-radius:50%;opacity:.7}
.curriculum-layout .pathway-visual{margin-top:80px;position:relative}
.curriculum-layout .pathway-steps{display:flex;justify-content:space-between;align-items:center;position:relative}
.curriculum-layout .pathway-steps::before{content:'';position:absolute;top:50%;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#EB2E00 0%,#2954A1 100%);transform:translateY(-50%);z-index:1}
.curriculum-layout .step-item{text-align:center;position:relative;z-index:2;flex:1}
.curriculum-layout .step-icon{width:80px;height:80px;background:linear-gradient(135deg,#1a1a28 0%,#16161f 100%);border:3px solid #EB2E00;border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#F4F4FA;font-weight:700}
.curriculum-layout .step-label{font-size:16px;color:#d0d0dc;font-weight:500}
.curriculum-layout .engagement-wrapper{margin-top:80px;background:linear-gradient(135deg,#1a1a28 0%,#16161f 100%);border-radius:28px;padding:60px;border:1px solid #eb2e0033;position:relative;overflow:hidden}
.curriculum-layout .engagement-wrapper::before{content:'';position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#2954a126 0%,transparent 70%);border-radius:50%;filter:blur(80px)}
.curriculum-layout .engagement-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.curriculum-layout .engagement-image img{width:100%;height:420px;object-fit:cover;border-radius:20px;clip-path:polygon(10% 0,100% 0,90% 100%,0 100%);box-shadow:0 16px 48px #eb2e0040}
.curriculum-layout .engagement-details h3{font-size:36px;color:#F4F4FA;margin-bottom:24px;font-weight:600}
.curriculum-layout .engagement-details p{font-size:17px;color:#c0c0d0;line-height:1.7;margin-bottom:20px}
.curriculum-layout .features-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px}
.curriculum-layout .feature-box{background:#f4f4fa08;padding:24px;border-radius:16px;border:1px solid #f4f4fa14}
.curriculum-layout .feature-box h4{font-size:18px;color:#EB2E00;margin-bottom:12px;font-weight:600}
.curriculum-layout .feature-box p{font-size:15px;color:#b0b0c4;line-height:1.6;margin:0}
.curriculum-layout .cta-button{display:inline-block;padding:16px 40px;background:linear-gradient(135deg,#EB2E00,#2954A1);color:#F4F4FA;font-size:17px;font-weight:600;border-radius:28px;text-decoration:none;margin-top:32px;transition:all .3s ease;border:2px solid transparent;position:relative;z-index:5}
.curriculum-layout .cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #eb2e0066;border-color:#F4F4FA}
@media (max-width: 1024px) {
.program-intro .main-heading{font-size:42px}
.program-intro .visual-showcase{grid-template-columns:1fr}
.curriculum-layout .modules-grid{grid-template-columns:repeat(2,1fr)}
.curriculum-layout .engagement-content{grid-template-columns:1fr}
.curriculum-layout .features-grid{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.program-intro .description-wrapper{padding:60px 20px}
.program-intro .main-heading{font-size:32px}
.program-intro .showcase-image-wrap img{height:320px}
.curriculum-layout{padding:60px 20px}
.curriculum-layout .section-header-area h2{font-size:32px}
.curriculum-layout .modules-grid{grid-template-columns:1fr}
.curriculum-layout .pathway-steps{flex-direction:column;gap:40px}
.curriculum-layout .pathway-steps::before{display:none}
.curriculum-layout .engagement-wrapper{padding:40px 24px}
.curriculum-layout .engagement-details h3{font-size:28px}
}
.success-hero-wrap{background:linear-gradient(135deg,#0a0a12 0%,#1a1a2e 50%,#0f0f1a 100%);padding:120px 20px 100px;position:relative;overflow:hidden}
.success-hero-wrap::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#eb2e0026 0%,transparent 70%);border-radius:50%;z-index:1}
.success-hero-wrap::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#2954a11f 0%,transparent 65%);border-radius:50%;z-index:1}
.hero-content-box{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.hero-inner-container{max-width:720px;margin:0 auto;text-align:center;position:relative}
.corner-deco-tl{position:absolute;top:-40px;left:-40px;width:80px;height:80px;border-top:2px solid #eb2e0066;border-left:2px solid #eb2e0066;border-radius:24px 0 0 0}
.corner-deco-br{position:absolute;bottom:-40px;right:-40px;width:80px;height:80px;border-bottom:2px solid #2954a166;border-right:2px solid #2954a166;border-radius:0 0 24px 0}
.success-icon-container{margin:0 auto 48px;width:120px;height:120px;background:linear-gradient(135deg,#eb2e0026 0%,#2954a126 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-glow 2s ease-in-out infinite}
@keyframes pulse-glow {
0%,100%{box-shadow:0 0 20px #eb2e004d 0 0 40px #2954a133}
50%{box-shadow:0 0 30px #eb2e0080 0 0 60px #2954a14d}
}
.success-icon-container svg{width:64px;height:64px}
.main-success-heading{font-size:56px;font-weight:700;color:#F4F4FA;margin:0 0 24px;line-height:1.2;letter-spacing:-.02em}
.success-subtext{font-size:20px;color:#f4f4fabf;line-height:1.6;margin:0 0 48px;max-width:580px;margin-left:auto;margin-right:auto}
.home-button-wrapper{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.btn-primary-action{background:linear-gradient(135deg,#EB2E00 0%,#c42600 100%);color:#F4F4FA;padding:18px 42px;border-radius:24px;text-decoration:none;font-size:17px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 8px 24px #eb2e004d;position:relative;z-index:10}
.btn-primary-action:hover{transform:translateY(-2px);box-shadow:0 12px 32px #eb2e0066;background:linear-gradient(135deg,#ff3d0f 0%,#d42e00 100%)}
.btn-secondary-action{background:#2954a133;color:#F4F4FA;padding:18px 42px;border-radius:24px;text-decoration:none;font-size:17px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;border:2px solid #2954a166;position:relative;z-index:10}
.btn-secondary-action:hover{background:#2954a14d;border-color:#2954a199;transform:translateY(-2px)}
.info-section-wrapper{background:#0f0f1a;padding:80px 20px;position:relative}
.info-content-container{max-width:1400px;margin:0 auto}
.info-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}
.info-card-block{background:linear-gradient(135deg,#1a1a2ecc 0%,#0f0f1ae6 100%);padding:40px;border-radius:28px;border:1px solid #f4f4fa1a;position:relative;overflow:hidden;transition:all .4s ease}
.info-card-block::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#EB2E00 0%,#2954A1 100%);opacity:0;transition:opacity .4s ease}
.info-card-block:hover::before{opacity:1}
.info-card-block:hover{transform:translateY(-6px);border-color:#eb2e004d;box-shadow:0 16px 48px #eb2e0026}
.card-icon-holder{width:64px;height:64px;background:linear-gradient(135deg,#eb2e0033 0%,#2954a133 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.card-icon-holder svg{width:32px;height:32px}
.info-card-heading{font-size:24px;font-weight:700;color:#F4F4FA;margin:0 0 16px;line-height:1.3}
.info-card-text{font-size:16px;color:#f4f4fab3;line-height:1.7;margin:0}
.info-card-link{color:#EB2E00;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:6px;margin-top:20px;transition:gap .3s ease}
.info-card-link:hover{gap:10px}
@media (max-width: 1024px) {
.success-hero-wrap{padding:80px 20px 70px}
.main-success-heading{font-size:42px}
.success-subtext{font-size:18px}
.corner-deco-tl,.corner-deco-br{display:none}
}
@media (max-width: 640px) {
.success-hero-wrap{padding:60px 16px 50px}
.main-success-heading{font-size:36px}
.success-subtext{font-size:16px;margin-bottom:36px}
.success-icon-container{width:100px;height:100px;margin-bottom:36px}
.success-icon-container svg{width:52px;height:52px}
.home-button-wrapper{flex-direction:column;align-items:stretch}
.btn-primary-action,.btn-secondary-action{width:100%;justify-content:center;padding:16px 32px}
.info-section-wrapper{padding:60px 16px}
.info-grid-layout{grid-template-columns:1fr;gap:24px}
.info-card-block{padding:32px 24px}
}