html,body,div,span,h1,h2,h3,h4,p,a,ul,li,nav,header,footer,main,address,button,img{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}
body{font-family:'Source Sans Pro',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:linear-gradient(165deg,#0a0a0f 0%,#1a1a24 50%,#0f0f18 100%);color:#e8e8f2;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
ul{list-style:none}
a{text-decoration:none;color:inherit}
header{background:linear-gradient(135deg,#464ee314 0%,#058d870f 50%,#c02c1b0a 100%);border-bottom:1px solid #464ee340;box-shadow:0 8px 24px #0009 0 0 40px #464ee326;position:relative}
.HeaderContainer{max-width:1280px;margin:0 auto;padding:0 24px}
.BrandZone{text-align:center;padding:40px 0 30px;border-bottom:1px solid #058d8733}
.CompanyTitle{font-size:56px;font-weight:700;color:#fff;letter-spacing:-.5px;margin-bottom:12px;text-shadow:0 0 30px #464ee399 0 0 60px #464ee34d}
.CompanyTagline{font-size:18px;font-weight:300;color:#b8b8d0;letter-spacing:.3px;max-width:800px;margin:0 auto}
.NavigationFoundation{display:flex;align-items:center;justify-content:space-between;padding:24px 0;gap:40px}
.LogoHolder{flex-shrink:0}
.SiteLogo{height:90px;width:90px;display:block;background:#0f0f1880;border-radius:8px;padding:8px;box-shadow:0 4px 16px #464ee34d inset 0 1px 2px #ffffff1a;transition:all .3s ease}
.SiteLogo:hover{box-shadow:0 6px 24px #464ee380 inset 0 1px 2px #ffffff26}
.PrimaryNavigation{flex:1;display:flex;justify-content:flex-end}
.NavigationList{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.NavigationLink{display:inline-block;padding:14px 26px;font-size:16px;font-weight:400;color:#e8e8f2;background:#464ee31a;border:1px solid #464ee34d;border-radius:6px;transition:all .25s ease;position:relative;overflow:hidden}
.NavigationLink:hover{background:#464ee333;border-color:#464ee380;color:#fff}
footer{background:linear-gradient(165deg,#0f0f18 0%,#1a1a24 100%);border-top:1px solid #058d874d;margin-top:60px;box-shadow:0 -8px 24px #00000080}
.FooterStructure{max-width:1280px;margin:0 auto;padding:50px 24px 30px}
.FooterContentGroup{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:40px}
.FooterBrand{padding-right:20px}
.FooterCompanyName{font-size:28px;font-weight:700;color:#fff;margin-bottom:10px;text-shadow:0 0 20px #058d8780}
.FooterTagline{font-size:15px;font-weight:300;color:#a8a8c0;line-height:1.5}
.FooterSectionHeading{font-size:18px;font-weight:600;color:#fff;margin-bottom:18px;border-bottom:2px solid #464ee366;padding-bottom:8px}
.FooterServiceList{display:flex;flex-direction:column;gap:10px}
.FooterServiceList li{font-size:15px;font-weight:300;color:#b8b8d0;padding-left:16px;position:relative}
.FooterServiceList li::before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;background:linear-gradient(135deg,#464EE3,#058D87);border-radius:50%;box-shadow:0 0 8px #464ee399}
.FooterAddress{font-style:normal;font-size:15px;font-weight:300;color:#b8b8d0;line-height:1.8}
.FooterContactLink{color:#e8e8f2;transition:color .2s ease}
.FooterContactLink:hover{color:#464EE3}
.FooterLegalSection{border-top:1px solid #464ee333;padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.FooterLegalNavigation{display:flex;gap:24px}
.FooterLegalLink{font-size:14px;font-weight:400;color:#a8a8c0;transition:color .2s ease}
.FooterLegalLink:hover{color:#058D87}
.FooterCopyright{font-size:14px;font-weight:300;color:#889}
.ConsentPanel{position:fixed;bottom:24px;right:24px;width:460px;max-width:calc(100vw - 48px);background:linear-gradient(135deg,#141420fa 0%,#1e1e2dfa 100%);border:1px solid #464ee366;border-radius:10px;box-shadow:0 16px 48px #000c 0 0 80px #464ee333;padding:28px;transform:translateX(120%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55);z-index:10000}
.ConsentPanel--visible{transform:translateX(0)}
.ConsentTabs{display:flex;gap:12px;margin-bottom:20px;border-bottom:1px solid #058d874d;padding-bottom:12px}
.ConsentTab{flex:1;padding:10px 16px;font-size:14px;font-weight:600;color:#b8b8d0;background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .25s ease}
.ConsentTab:hover{color:#e8e8f2;background:#464ee31a}
.ConsentTab--active{color:#fff;border-color:#464ee399;background:#464ee326}
.ConsentContent{margin-bottom:24px}
.ConsentTabContent{display:none}
.ConsentTabContent--active{display:block}
.ConsentHeading{font-size:20px;font-weight:700;color:#fff;margin-bottom:12px}
.ConsentText{font-size:14px;font-weight:300;color:#c8c8d8;line-height:1.6}
.ConsentActions{display:flex;gap:12px}
.ConsentButton{flex:1;padding:12px 20px;font-size:15px;font-weight:600;background:transparent;border:2px solid #464ee380;border-radius:7px;cursor:pointer;transition:all .3s ease;color:#e8e8f2}
.ConsentButton:hover{background:#464ee333;border-color:#464ee3cc}
.ConsentButton--accept{border-color:#058d8780}
.ConsentButton--accept:hover{background:#058d8733;border-color:#058d87cc}
.ConsentButton--decline{border-color:#c02c1b80}
.ConsentButton--decline:hover{background:#c02c1b33;border-color:#c02c1bcc}
@media (max-width: 1024px) {
.CompanyTitle{font-size:44px}
.CompanyTagline{font-size:16px}
.NavigationFoundation{flex-direction:column;gap:24px}
.PrimaryNavigation{width:100%;justify-content:center}
.NavigationList{justify-content:center}
}
@media (max-width: 768px) {
.CompanyTitle{font-size:36px}
.BrandZone{padding:30px 0 24px}
.SiteLogo{height:70px;width:70px}
.NavigationList{flex-direction:column;width:100%}
.NavigationLink{text-align:center;width:100%}
.FooterContentGroup{grid-template-columns:1fr}
.FooterLegalSection{flex-direction:column;text-align:center}
.ConsentPanel{bottom:16px;right:16px;left:16px;width:auto;max-width:none}
}
@media (max-width: 480px) {
.CompanyTitle{font-size:28px}
.CompanyTagline{font-size:14px}
.NavigationLink{padding:12px 20px;font-size:15px}
.FooterStructure{padding:40px 20px 24px}
.ConsentPanel{padding:20px}
.ConsentHeading{font-size:18px}
}
.doc-wrapper{max-width:1280px;margin:0 auto;padding:80px 24px 120px;background:linear-gradient(180deg,#06080ff2 0%,#0a0c14fa 100%)}
.doc-wrapper h1{font-size:48px;line-height:1.2;font-weight:700;color:#fff;margin:0 0 16px;padding-bottom:24px;border-bottom:2px solid #464ee34d;text-shadow:0 0 20px #464ee366}
.doc-wrapper h2{font-size:36px;line-height:1.3;font-weight:700;color:#fff;margin:64px 0 24px;padding-left:16px;border-left:4px solid #464EE3;text-shadow:0 0 16px #464ee34d}
.doc-wrapper h3{font-size:28px;line-height:1.4;font-weight:600;color:#e8e9f0;margin:48px 0 20px;padding-left:12px;border-left:3px solid #058D87}
.doc-wrapper h4{font-size:22px;line-height:1.4;font-weight:600;color:#d4d5e0;margin:40px 0 16px}
.doc-wrapper h5{font-size:18px;line-height:1.5;font-weight:600;color:#c0c2d0;margin:32px 0 12px}
.doc-wrapper h6{font-size:16px;line-height:1.5;font-weight:600;color:#b0b2c0;margin:28px 0 12px;text-transform:uppercase;letter-spacing:.5px}
.doc-wrapper p{font-size:17px;line-height:1.8;color:#b8bac8;margin:0 0 24px;font-weight:400}
.doc-wrapper ul{margin:0 0 32px;padding:0 0 0 24px;list-style:none}
.doc-wrapper ul li{font-size:17px;line-height:1.8;color:#b8bac8;margin:0 0 16px;padding-left:28px;position:relative}
.doc-wrapper ul li::before{content:'';position:absolute;left:0;top:12px;width:8px;height:8px;background:linear-gradient(135deg,#464EE3 0%,#058D87 100%);border-radius:50%;box-shadow:0 0 12px #464ee380}
.doc-wrapper ol{margin:0 0 32px;padding:0 0 0 24px;list-style:none;counter-reset:policy-counter}
.doc-wrapper ol li{font-size:17px;line-height:1.8;color:#b8bac8;margin:0 0 16px;padding-left:32px;position:relative;counter-increment:policy-counter}
.doc-wrapper ol li::before{content:counter(policy-counter) '.';position:absolute;left:0;top:0;font-weight:700;color:#464EE3;text-shadow:0 0 10px #464ee366}
.doc-wrapper strong,.doc-wrapper b{font-weight:700;color:#e0e2f0}
.doc-wrapper em,.doc-wrapper i{font-style:italic;color:#c8cad8}
.doc-wrapper a{color:#464EE3;text-decoration:none;font-weight:500;border-bottom:1px solid #464ee34d;transition:all .3s ease;text-shadow:0 0 8px #464ee333}
.doc-wrapper a:hover{color:#058D87;border-bottom-color:#058D87;text-shadow:0 0 12px #058d8766}
.doc-wrapper div{margin:0 0 24px}
.doc-wrapper h1 + p{font-size:18px;color:#9a9cb0;margin-bottom:48px;font-style:italic}
.doc-wrapper ul ul,.doc-wrapper ol ul,.doc-wrapper ul ol,.doc-wrapper ol ol{margin:16px 0}
.doc-wrapper ul ul li::before{width:6px;height:6px;background:linear-gradient(135deg,#058D87 0%,#464EE3 100%)}
.doc-wrapper li p{margin-bottom:12px}
.doc-wrapper li strong{display:inline-block;margin-bottom:8px}
@media (max-width: 1024px) {
.doc-wrapper{padding:64px 20px 100px}
.doc-wrapper h1{font-size:40px}
.doc-wrapper h2{font-size:32px;margin:56px 0 20px}
.doc-wrapper h3{font-size:24px;margin:44px 0 18px}
.doc-wrapper h4{font-size:20px}
}
@media (max-width: 768px) {
.doc-wrapper{padding:48px 16px 80px}
.doc-wrapper h1{font-size:32px;padding-bottom:20px}
.doc-wrapper h2{font-size:26px;margin:48px 0 18px;padding-left:12px}
.doc-wrapper h3{font-size:22px;margin:40px 0 16px;padding-left:10px}
.doc-wrapper h4{font-size:19px;margin:36px 0 14px}
.doc-wrapper h5{font-size:17px}
.doc-wrapper h6{font-size:15px}
.doc-wrapper p{font-size:16px;line-height:1.7;margin-bottom:20px}
.doc-wrapper ul li,.doc-wrapper ol li{font-size:16px;line-height:1.7;padding-left:24px}
.doc-wrapper ul{padding-left:20px}
.doc-wrapper ol{padding-left:20px}
.doc-wrapper ol li{padding-left:28px}
}
@media (max-width: 480px) {
.doc-wrapper{padding:40px 12px 64px}
.doc-wrapper h1{font-size:28px;margin-bottom:12px;padding-bottom:16px}
.doc-wrapper h2{font-size:24px;margin:40px 0 16px;padding-left:10px;border-left-width:3px}
.doc-wrapper h3{font-size:20px;margin:32px 0 14px;padding-left:8px;border-left-width:2px}
.doc-wrapper h4{font-size:18px;margin:28px 0 12px}
.doc-wrapper p{font-size:15px;margin-bottom:18px}
.doc-wrapper ul li,.doc-wrapper ol li{font-size:15px;margin-bottom:14px;padding-left:20px}
.doc-wrapper ul li::before{width:6px;height:6px;top:10px}
.doc-wrapper ol li{padding-left:24px}
.doc-wrapper h1 + p{font-size:16px;margin-bottom:36px}
}
.title-hero-container{background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 50%,#0f0f15 100%);padding:60px 20px;position:relative;overflow:hidden}
.title-hero-container::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#464ee326 0%,transparent 70%);border-radius:50%;pointer-events:none}
.title-hero-wrapper{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:50px}
.title-hero-text{flex:1;z-index:2}
.title-hero-question{font-size:18px;color:#058D87;margin-bottom:12px;font-weight:500;letter-spacing:.5px}
.title-hero-answer{font-size:42px;color:#fff;line-height:1.2;margin-bottom:24px;font-weight:700}
.title-hero-description{font-size:18px;color:#b8b8c8;line-height:1.6;margin-bottom:32px}
.title-hero-cta{display:inline-block;padding:16px 36px;background:linear-gradient(135deg,#464EE3 0%,#058D87 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:16px;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 20px #464ee34d}
.title-hero-cta:hover{transform:translateY(-2px);box-shadow:0 12px 28px #464ee366}
.title-hero-visual{flex:1;position:relative;margin-right:-120px}
.title-hero-visual img{width:600px;height:420px;object-fit:cover;border-radius:12px;box-shadow:0 20px 60px #464ee340;border:2px solid #058d874d}
.responsibility-section{background:#0f0f15;padding:80px 20px;position:relative}
.responsibility-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#464EE3 50%,transparent 100%)}
.responsibility-wrapper{max-width:1280px;margin:0 auto}
.responsibility-title{font-size:36px;color:#fff;margin-bottom:16px;position:relative;display:inline-block}
.responsibility-title::before{content:'';position:absolute;left:-30px;top:50%;transform:translateY(-50%);width:6px;height:40px;background:linear-gradient(180deg,#464EE3 0%,#058D87 100%);border-radius:3px}
.responsibility-intro{font-size:18px;color:#a0a0b8;margin-bottom:48px;max-width:800px}
.responsibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.responsibility-card{background:#14141e99;padding:32px;border-radius:10px;border:1px solid #464ee333;transition:border-color .3s ease,transform .3s ease}
.responsibility-card:hover{border-color:#058d8780;transform:translateY(-4px)}
.responsibility-card-icon{width:50px;height:50px;margin-bottom:20px;fill:#058D87}
.responsibility-card-title{font-size:20px;color:#fff;margin-bottom:12px;font-weight:600}
.responsibility-card-text{font-size:15px;color:#9090a8;line-height:1.6}
.advantages-block{background:linear-gradient(135deg,#1a1a2e 0%,#0a0a0f 100%);padding:80px 20px}
.advantages-content{max-width:1280px;margin:0 auto;display:flex;gap:60px;align-items:center}
.advantages-visual{flex:1}
.advantages-visual img{width:100%;max-width:520px;height:380px;object-fit:cover;border-radius:8px;box-shadow:0 16px 40px #c02c1b33;border:1px solid #c02c1b4d}
.advantages-details{flex:1}
.advantages-heading{font-size:34px;color:#fff;margin-bottom:24px;position:relative;padding-left:20px}
.advantages-heading::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#C02C1B 0%,#464EE3 100%)}
.advantages-list-item{background:#0f0f1580;padding:24px;margin-bottom:16px;border-left:3px solid #464EE3;border-radius:6px}
.advantages-list-item:nth-child(2){border-left-color:#058D87}
.advantages-list-item:nth-child(3){border-left-color:#C02C1B}
.advantages-item-title{font-size:18px;color:#fff;margin-bottom:8px;font-weight:600}
.advantages-item-desc{font-size:15px;color:#a8a8c0;line-height:1.5}
.progress-tracking-area{background:#0f0f15;padding:80px 20px}
.progress-tracking-inner{max-width:1280px;margin:0 auto}
.progress-tracking-header{text-align:center;margin-bottom:60px}
.progress-tracking-headline{font-size:38px;color:#fff;margin-bottom:16px}
.progress-tracking-subtext{font-size:17px;color:#9898b0;max-width:700px;margin:0 auto}
.progress-stages{display:flex;justify-content:space-between;position:relative}
.progress-stages::before{content:'';position:absolute;top:30px;left:10%;right:10%;height:3px;background:linear-gradient(90deg,#464EE3 0%,#058D87 50%,#C02C1B 100%);z-index:1}
.progress-stage{flex:1;text-align:center;position:relative;z-index:2}
.progress-stage-marker{width:60px;height:60px;margin:0 auto 20px;background:linear-gradient(135deg,#464EE3 0%,#058D87 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;font-weight:700;box-shadow:0 8px 20px #464ee366}
.progress-stage:nth-child(2) .progress-stage-marker{background:linear-gradient(135deg,#058D87 0%,#464EE3 100%)}
.progress-stage:nth-child(3) .progress-stage-marker{background:linear-gradient(135deg,#C02C1B 0%,#058D87 100%)}
.progress-stage-label{font-size:18px;color:#fff;margin-bottom:10px;font-weight:600}
.progress-stage-info{font-size:14px;color:#8888a0;line-height:1.5}
.efficiency-showcase{background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 100%);padding:80px 20px;position:relative}
.efficiency-showcase::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent 0%,#058D87 50%,transparent 100%)}
.efficiency-container{max-width:1280px;margin:0 auto}
.efficiency-top{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-bottom:60px}
.efficiency-text-block h2{font-size:36px;color:#fff;margin-bottom:20px}
.efficiency-text-block p{font-size:16px;color:#9898b0;line-height:1.7;margin-bottom:16px}
.efficiency-image-block img{width:100%;height:340px;object-fit:cover;border-radius:10px;box-shadow:0 12px 32px #464ee340;border:1px solid #058d8733}
.efficiency-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.efficiency-stat{background:#14141e80;padding:28px;border-radius:8px;text-align:center;border:1px solid #464ee326}
.efficiency-stat-number{font-size:40px;color:#058D87;font-weight:700;margin-bottom:8px;display:block}
.efficiency-stat-label{font-size:14px;color:#a8a8c0;line-height:1.4}
.problems-solutions-zone{background:#0f0f15;padding:80px 20px}
.problems-solutions-box{max-width:1280px;margin:0 auto}
.problems-solutions-intro{text-align:center;margin-bottom:60px}
.problems-solutions-intro h2{font-size:38px;color:#fff;margin-bottom:16px}
.problems-solutions-intro p{font-size:17px;color:#9090a8;max-width:750px;margin:0 auto}
.problems-solutions-dual{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.problems-column,.solutions-column{background:#14141e66;padding:40px;border-radius:10px}
.problems-column{border-left:4px solid #C02C1B}
.solutions-column{border-left:4px solid #058D87}
.problems-column h3,.solutions-column h3{font-size:26px;color:#fff;margin-bottom:28px}
.problem-item,.solution-item{margin-bottom:24px;padding-left:24px;position:relative}
.problem-item::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#C02C1B;border-radius:50%}
.solution-item::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#058D87;border-radius:50%}
.problem-item-title,.solution-item-title{font-size:16px;color:#fff;margin-bottom:6px;font-weight:600}
.problem-item-text,.solution-item-text{font-size:14px;color:#9090a8;line-height:1.6}
.career-prospects-section{background:linear-gradient(135deg,#1a1a2e 0%,#0a0a0f 100%);padding:80px 20px}
.career-prospects-wrapper{max-width:1280px;margin:0 auto}
.career-prospects-main{display:flex;gap:60px;align-items:flex-start;margin-bottom:50px}
.career-prospects-content{flex:1.2}
.career-prospects-content h2{font-size:36px;color:#fff;margin-bottom:20px;position:relative;display:inline-block}
.career-prospects-content h2::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#464EE3 0%,#058D87 100%)}
.career-prospects-content p{font-size:16px;color:#a0a0b8;line-height:1.7;margin-bottom:16px}
.career-prospects-image{flex:.8}
.career-prospects-image img{width:100%;height:320px;object-fit:cover;border-radius:10px;box-shadow:0 16px 40px #c02c1b40;border:1px solid #c02c1b33}
.career-paths-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.career-path-card{background:#0f0f1599;padding:32px;border-radius:8px;border:1px solid #464ee333;transition:border-color .3s ease,box-shadow .3s ease}
.career-path-card:hover{border-color:#058d8766;box-shadow:0 8px 24px #058d8733}
.career-path-icon{width:44px;height:44px;margin-bottom:18px;fill:#464EE3}
.career-path-title{font-size:20px;color:#fff;margin-bottom:10px;font-weight:600}
.career-path-description{font-size:15px;color:#9090a8;line-height:1.6;margin-bottom:14px}
.career-path-demand{font-size:13px;color:#058D87;font-weight:500}
.testimonials-container{background:#0f0f15;padding:80px 20px}
.testimonials-inner{max-width:1280px;margin:0 auto}
.testimonials-header{text-align:center;margin-bottom:50px}
.testimonials-header h2{font-size:36px;color:#fff;margin-bottom:14px}
.testimonials-header p{font-size:16px;color:#9898b0}
.testimonials-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.testimonial-card{background:#14141e80;padding:36px;border-radius:10px;border-left:4px solid #464EE3}
.testimonial-card:nth-child(2){border-left-color:#058D87}
.testimonial-profile{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.testimonial-avatar{width:70px;height:70px;border-radius:50%;object-fit:cover;border:2px solid #464ee34d}
.testimonial-identity h4{font-size:18px;color:#fff;margin-bottom:4px;font-weight:600}
.testimonial-identity p{font-size:14px;color:#8888a0}
.testimonial-quote{font-size:15px;color:#a8a8c0;line-height:1.7;font-style:italic}
@media (max-width: 1024px) {
.title-hero-wrapper{flex-direction:column}
.title-hero-visual{margin-right:0}
.title-hero-visual img{width:100%;max-width:100%}
.responsibility-grid{grid-template-columns:repeat(2,1fr)}
.advantages-content{flex-direction:column}
.efficiency-top{grid-template-columns:1fr}
.efficiency-metrics{grid-template-columns:repeat(2,1fr)}
.problems-solutions-dual{grid-template-columns:1fr}
.career-prospects-main{flex-direction:column}
.career-paths-grid{grid-template-columns:1fr}
.testimonials-layout{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.title-hero-answer{font-size:32px}
.responsibility-grid{grid-template-columns:1fr}
.progress-stages{flex-direction:column;gap:40px}
.progress-stages::before{display:none}
.efficiency-metrics{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.title-hero-answer{font-size:26px}
.title-hero-description{font-size:16px}
.responsibility-title,.advantages-heading,.career-prospects-content h2{font-size:28px}
.progress-tracking-headline,.problems-solutions-intro h2{font-size:30px}
}
.PageContactTitle{display:flex;align-items:center;gap:48px;max-width:1280px;margin:0 auto;padding:80px 24px 64px}
.PageContactTitle .TitleImageWrapper{flex:0 0 420px;position:relative}
.PageContactTitle .TitleImageWrapper::before{content:'';position:absolute;top:-16px;left:-16px;width:140px;height:140px;background:linear-gradient(135deg,#464ee31f 0%,#058d8714 100%);border-radius:50%;z-index:-1}
.PageContactTitle .TitleImageWrapper::after{content:'';position:absolute;bottom:24px;right:-24px;width:80px;height:80px;background:#c02c1b0f;border-radius:8px;transform:rotate(12deg);z-index:-1}
.PageContactTitle .TitleImage{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 12px 32px #0006;filter:brightness(0.92) contrast(1.05)}
.PageContactTitle .TitleContentArea{flex:1;display:flex;flex-direction:column;gap:20px}
.PageContactTitle .MainHeadingContact{font-size:48px;font-weight:700;line-height:1.2;color:#E8E9F3;margin:0}
.PageContactTitle .MainHeadingContact .AccentTerm{color:#464EE3;position:relative}
.PageContactTitle .MainHeadingContact .AccentTerm::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#464EE3 0%,#058D87 100%);border-radius:2px}
.PageContactTitle .IntroductionParagraph{font-size:18px;line-height:1.6;color:#B8BAD1;margin:0}
.FormSectionContainer{background:linear-gradient(165deg,#464ee314 0%,#058d870d 50%,#c02c1b0f 100%);padding:80px 24px}
.FormSectionContainer .FormInnerWrapper{max-width:720px;margin:0 auto}
.FormSectionContainer .FormHeadingSecondary{font-size:36px;font-weight:700;color:#E8E9F3;text-align:center;margin:0 0 12px}
.FormSectionContainer .FormSubheadingText{font-size:17px;line-height:1.5;color:#9FA1BD;text-align:center;margin:0 0 48px}
.FormSectionContainer .ContactFormElement{background:#16172699;border:1px solid #464ee333;border-radius:12px;padding:48px;box-shadow:0 8px 24px #0000004d}
.FormSectionContainer .FormFieldGroup{display:flex;flex-direction:column;gap:28px}
.FormSectionContainer .InputFieldWrapper{display:flex;flex-direction:column;gap:10px}
.FormSectionContainer .InputFieldLabel{font-size:15px;font-weight:600;color:#D4D5E5;display:flex;align-items:center;gap:6px}
.FormSectionContainer .RequiredMarker{color:#C02C1B;font-size:18px}
.FormSectionContainer .TextInputField{width:100%;padding:14px 18px;background:#0e0f1acc;border:2px solid #464ee34d;border-radius:8px;color:#E8E9F3;font-size:16px;transition:all .3s ease}
.FormSectionContainer .TextInputField:focus{outline:none;border-color:#464EE3;box-shadow:0 0 0 4px #464ee326;background:#0e0f1af2}
.FormSectionContainer .TextInputField::placeholder{color:#6B6D88}
.FormSectionContainer .PrioritySelectionArea{display:flex;gap:16px;flex-wrap:wrap}
.FormSectionContainer .PriorityOptionWrapper{position:relative}
.FormSectionContainer .PriorityRadioInput{position:absolute;opacity:0;pointer-events:none}
.FormSectionContainer .PriorityLabelButton{display:inline-block;padding:12px 24px;background:#0e0f1a99;border:2px solid #464ee340;border-radius:8px;color:#B8BAD1;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}
.FormSectionContainer .PriorityRadioInput:checked + .PriorityLabelButton{background:linear-gradient(135deg,#464ee340 0%,#058d872e 100%);border-color:#464EE3;color:#E8E9F3;box-shadow:0 4px 12px #464ee34d}
.FormSectionContainer .PriorityLabelButton:hover{border-color:#058D87;background:#058d871a}
.FormSectionContainer .PrivacyCheckboxWrapper{display:flex;align-items:flex-start;gap:12px;margin-top:8px}
.FormSectionContainer .PrivacyCheckboxInput{width:20px;height:20px;margin-top:2px;accent-color:#464EE3;cursor:pointer}
.FormSectionContainer .PrivacyConsentText{font-size:14px;line-height:1.6;color:#9FA1BD;margin:0}
.FormSectionContainer .PrivacyConsentText .PrivacyPolicyLink{color:#464EE3;text-decoration:none;font-weight:600;transition:color .3s ease}
.FormSectionContainer .PrivacyConsentText .PrivacyPolicyLink:hover{color:#058D87;text-decoration:underline}
.FormSectionContainer .SubmitButtonElement{width:100%;padding:16px 32px;background:linear-gradient(135deg,#464EE3 0%,#058D87 100%);border:none;border-radius:8px;color:#FFF;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #464ee366;margin-top:12px}
.FormSectionContainer .SubmitButtonElement:hover{transform:translateY(-2px);box-shadow:0 8px 28px #464ee380;background:linear-gradient(135deg,#5259EC 0%,#069D96 100%)}
.FormSectionContainer .SubmitButtonElement:active{transform:translateY(0)}
.ContactDetailsGrid{background:#0e0f1af2;padding:80px 24px}
.ContactDetailsGrid .DetailsGridInner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.ContactDetailsGrid .DetailCardItem{background:linear-gradient(145deg,#464ee31a 0%,#058d8714 100%);border:1px solid #464ee340;border-radius:12px;padding:40px 32px;text-align:center;transition:all .3s ease;position:relative}
.ContactDetailsGrid .DetailCardItem::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#464EE3 0%,#058D87 100%);border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease}
.ContactDetailsGrid .DetailCardItem:hover{transform:translateY(-4px);box-shadow:0 12px 32px #464ee340;border-color:#464EE3}
.ContactDetailsGrid .DetailCardItem:hover::before{opacity:1}
.ContactDetailsGrid .DetailIconWrapper{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#464ee333 0%,#058d8726 100%);border-radius:50%}
.ContactDetailsGrid .DetailIconSvg{width:32px;height:32px}
.ContactDetailsGrid .DetailHeadingThird{font-size:22px;font-weight:700;color:#E8E9F3;margin:0 0 12px}
.ContactDetailsGrid .DetailInfoText{font-size:16px;line-height:1.6;color:#B8BAD1;margin:0}
.ContactDetailsGrid .DetailInfoLink{color:#058D87;text-decoration:none;font-weight:600;transition:color .3s ease}
.ContactDetailsGrid .DetailInfoLink:hover{color:#464EE3;text-decoration:underline}
@media (max-width: 1024px) {
.PageContactTitle{flex-direction:column;padding:60px 24px 48px}
.PageContactTitle .TitleImageWrapper{flex:0 0 auto;width:100%;max-width:480px}
.PageContactTitle .TitleImage{height:360px}
.ContactDetailsGrid .DetailsGridInner{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.PageContactTitle .MainHeadingContact{font-size:36px}
.PageContactTitle .IntroductionParagraph{font-size:16px}
.FormSectionContainer{padding:60px 20px}
.FormSectionContainer .FormHeadingSecondary{font-size:28px}
.FormSectionContainer .ContactFormElement{padding:32px 24px}
.FormSectionContainer .PrioritySelectionArea{flex-direction:column}
.FormSectionContainer .PriorityLabelButton{display:block;text-align:center}
.ContactDetailsGrid{padding:60px 20px}
}
@media (max-width: 480px) {
.PageContactTitle{padding:40px 16px 32px}
.PageContactTitle .MainHeadingContact{font-size:28px}
.PageContactTitle .TitleImage{height:280px}
.FormSectionContainer{padding:48px 16px}
.FormSectionContainer .ContactFormElement{padding:24px 16px}
.ContactDetailsGrid{padding:48px 16px}
.ContactDetailsGrid .DetailCardItem{padding:32px 24px}
}
.IntroductoryHeaderRegion{background:linear-gradient(135deg,#0a0a0f 0%,#1a1428 100%);padding:90px 24px;position:relative;overflow:hidden}
.IntroductoryHeaderRegion::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#464ee326 0%,transparent 70%);animation:PulseAnimation 8s ease-in-out infinite}
.IntroductoryHeaderRegion::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,#058d871f 0%,transparent 70%);animation:PulseAnimation 10s ease-in-out infinite reverse}
@keyframes PulseAnimation {
0%,100%{transform:scale(1) translateY(0);opacity:1}
50%{transform:scale(1.2) translateY(-20px);opacity:.7}
}
.IntroductoryHeaderRegion .ContentRestriction{max-width:1280px;margin:0 auto;position:relative;z-index:2}
.IntroductoryHeaderRegion .TitlePrimary{font-size:56px;line-height:1.1;color:#fff;margin:0 0 32px;font-weight:700;text-shadow:0 4px 12px #0006}
.IntroductoryHeaderRegion .TitlePrimary .AccentedPhrase{background:linear-gradient(120deg,#464EE3 0%,#058D87 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}
.IntroductoryHeaderRegion .TitlePrimary .AccentedPhrase::after{content:'';position:absolute;bottom:-8px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#464EE3 0%,#058D87 100%);opacity:.6}
.IntroductoryHeaderRegion .DescriptiveContent{font-size:20px;line-height:1.6;color:#b8b8c5;max-width:720px;margin:0}
.OriginNarrativeSection{padding:110px 24px;background:#0f0f14;position:relative}
.OriginNarrativeSection .ContentRestriction{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.OriginNarrativeSection .TextualColumn h2{font-size:42px;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700;position:relative;padding-left:24px}
.OriginNarrativeSection .TextualColumn h2::before{content:'';position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(180deg,#464EE3 0%,#058D87 100%);border-radius:3px}
.OriginNarrativeSection .TextualColumn p{font-size:17px;line-height:1.7;color:#9a9aaa;margin:0 0 18px}
.OriginNarrativeSection .VisualColumn{position:relative}
.OriginNarrativeSection .VisualColumn img{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 20px 60px #00000080}
.OriginNarrativeSection .VisualColumn::before{content:'';position:absolute;top:-20px;right:-20px;width:200px;height:200px;border:2px solid #464ee34d;border-radius:8px;z-index:-1}
.TeamMemberHighlight{padding:100px 24px;background:linear-gradient(300deg,#464EE3 0%,#058D87 50%,#C02C1B 100%);position:relative;overflow:hidden}
.TeamMemberHighlight::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:#0a0a0fd9}
.TeamMemberHighlight .ContentRestriction{max-width:1280px;margin:0 auto;position:relative;z-index:1}
.TeamMemberHighlight .ProfileCard{background:#14141c99;border:1px solid #464ee34d;border-radius:10px;padding:48px;display:flex;gap:60px;align-items:center;box-shadow:0 12px 40px #0006;backdrop-filter:blur(10px)}
.TeamMemberHighlight .ProfileCard .ImageContainer{flex-shrink:0}
.TeamMemberHighlight .ProfileCard .ImageContainer img{width:240px;height:240px;object-fit:cover;border-radius:8px;border:3px solid #464ee380;box-shadow:0 8px 24px #464ee34d}
.TeamMemberHighlight .ProfileCard .BiographyContent h3{font-size:32px;line-height:1.3;color:#fff;margin:0 0 12px;font-weight:700}
.TeamMemberHighlight .ProfileCard .BiographyContent .Designation{font-size:18px;line-height:1.4;color:#058D87;margin:0 0 24px;font-weight:600}
.TeamMemberHighlight .ProfileCard .BiographyContent p{font-size:16px;line-height:1.7;color:#b0b0be;margin:0 0 16px}
.ValuePropositionDisplay{padding:100px 24px;background:#14141a;position:relative}
.ValuePropositionDisplay .ContentRestriction{max-width:1280px;margin:0 auto}
.ValuePropositionDisplay .SectionHeadline{text-align:center;margin-bottom:70px}
.ValuePropositionDisplay .SectionHeadline h2{font-size:44px;line-height:1.2;color:#fff;margin:0 0 20px;font-weight:700}
.ValuePropositionDisplay .SectionHeadline p{font-size:19px;line-height:1.6;color:#8e8e9e;margin:0;max-width:680px;margin-left:auto;margin-right:auto}
.ValuePropositionDisplay .BenefitsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.ValuePropositionDisplay .BenefitItem{background:#14141c80;border:1px solid #464ee333;border-radius:8px;padding:40px 32px;position:relative;transition:all .3s ease}
.ValuePropositionDisplay .BenefitItem::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#464EE3 0%,#058D87 100%);border-radius:8px 8px 0 0;opacity:0;transition:opacity .3s ease}
.ValuePropositionDisplay .BenefitItem:hover{border-color:#464ee380;transform:translateY(-6px);box-shadow:0 16px 40px #464ee333}
.ValuePropositionDisplay .BenefitItem:hover::before{opacity:1}
.ValuePropositionDisplay .BenefitItem .IconWrapper{width:64px;height:64px;background:linear-gradient(135deg,#464ee333 0%,#058d8733 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.ValuePropositionDisplay .BenefitItem .IconWrapper svg{width:32px;height:32px;stroke:#464EE3;fill:none;stroke-width:2}
.ValuePropositionDisplay .BenefitItem h3{font-size:22px;line-height:1.3;color:#fff;margin:0 0 14px;font-weight:600}
.ValuePropositionDisplay .BenefitItem p{font-size:16px;line-height:1.6;color:#9a9aaa;margin:0}
.InteractiveTimeline{padding:110px 24px;background:#0a0a0f;position:relative}
.InteractiveTimeline .ContentRestriction{max-width:1280px;margin:0 auto}
.InteractiveTimeline h2{font-size:46px;line-height:1.2;color:#fff;margin:0 0 80px;font-weight:700;text-align:center;position:relative}
.InteractiveTimeline h2::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#464EE3 0%,#058D87 50%,#C02C1B 100%);border-radius:2px}
.InteractiveTimeline .TimelineContainer{position:relative}
.InteractiveTimeline .TimelineContainer::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#464EE3 0%,#058D87 50%,#C02C1B 100%);transform:translateX(-50%)}
.InteractiveTimeline .MilestoneEntry{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px;position:relative}
.InteractiveTimeline .MilestoneEntry:nth-child(even) .MilestoneContent{grid-column:2}
.InteractiveTimeline .MilestoneEntry:nth-child(even) .MilestoneVisual{grid-column:1;grid-row:1}
.InteractiveTimeline .MilestoneMarker{position:absolute;left:50%;top:40px;transform:translateX(-50%);width:24px;height:24px;background:#464EE3;border:4px solid #0a0a0f;border-radius:50%;z-index:2;box-shadow:0 0 20px #464ee399}
.InteractiveTimeline .MilestoneContent{background:#14141c99;border:1px solid #464ee340;border-radius:8px;padding:36px}
.InteractiveTimeline .MilestoneContent .YearBadge{display:inline-block;background:linear-gradient(120deg,#464EE3 0%,#058D87 100%);color:#fff;font-size:14px;font-weight:700;padding:8px 20px;border-radius:20px;margin-bottom:18px;letter-spacing:.5px}
.InteractiveTimeline .MilestoneContent h3{font-size:26px;line-height:1.3;color:#fff;margin:0 0 16px;font-weight:600}
.InteractiveTimeline .MilestoneContent p{font-size:16px;line-height:1.7;color:#9a9aaa;margin:0}
.InteractiveTimeline .MilestoneVisual img{width:100%;height:320px;object-fit:cover;border-radius:8px;box-shadow:0 12px 40px #0006}
@media (max-width: 1024px) {
.IntroductoryHeaderRegion .TitlePrimary{font-size:44px}
.OriginNarrativeSection .ContentRestriction{grid-template-columns:1fr;gap:50px}
.TeamMemberHighlight .ProfileCard{flex-direction:column;text-align:center}
.ValuePropositionDisplay .BenefitsGrid{grid-template-columns:repeat(2,1fr);gap:32px}
.InteractiveTimeline .MilestoneEntry{grid-template-columns:1fr;gap:30px}
.InteractiveTimeline .MilestoneEntry:nth-child(even) .MilestoneContent{grid-column:1}
.InteractiveTimeline .MilestoneEntry:nth-child(even) .MilestoneVisual{grid-column:1;grid-row:2}
.InteractiveTimeline .TimelineContainer::before{left:30px}
.InteractiveTimeline .MilestoneMarker{left:30px}
}
@media (max-width: 768px) {
.IntroductoryHeaderRegion{padding:60px 20px}
.IntroductoryHeaderRegion .TitlePrimary{font-size:36px}
.IntroductoryHeaderRegion .DescriptiveContent{font-size:18px}
.OriginNarrativeSection{padding:70px 20px}
.OriginNarrativeSection .TextualColumn h2{font-size:32px}
.TeamMemberHighlight{padding:70px 20px}
.TeamMemberHighlight .ProfileCard{padding:32px 24px}
.TeamMemberHighlight .ProfileCard .ImageContainer img{width:180px;height:180px}
.ValuePropositionDisplay{padding:70px 20px}
.ValuePropositionDisplay .SectionHeadline h2{font-size:34px}
.ValuePropositionDisplay .BenefitsGrid{grid-template-columns:1fr}
.InteractiveTimeline{padding:70px 20px}
.InteractiveTimeline h2{font-size:34px;margin-bottom:60px}
}
@media (max-width: 480px) {
.IntroductoryHeaderRegion .TitlePrimary{font-size:28px}
.OriginNarrativeSection .VisualColumn img{height:300px}
.TeamMemberHighlight .ProfileCard .ImageContainer img{width:150px;height:150px}
.TeamMemberHighlight .ProfileCard .BiographyContent h3{font-size:26px}
.InteractiveTimeline .MilestoneVisual img{height:240px}
}
.IntroSplitContainer{max-width:1280px;margin:3rem auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.IntroSplitContainer .IntroImageGroup{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;position:relative}
.IntroSplitContainer .IntroImageGroup img{width:100%;height:280px;object-fit:cover;border-radius:8px}
.IntroSplitContainer .IntroImageGroup img:first-child{grid-column:1 / -1;height:340px}
.IntroSplitContainer .IntroImageGroup::before{content:'';position:absolute;top:-20px;right:-20px;width:140px;height:140px;background:linear-gradient(135deg,#464EE3 0%,#058D87 100%);border-radius:50%;opacity:.15;z-index:-1}
.IntroSplitContainer .IntroTextBlock h1{font-size:2.75rem;line-height:1.2;color:#E8E9F3;margin-bottom:1.5rem;font-weight:700}
.IntroSplitContainer .IntroTextBlock .IntroDescription{font-size:1.1rem;line-height:1.7;color:#B8BAD1;margin-bottom:2rem}
.IntroSplitContainer .IntroButton{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#464EE3 0%,#058D87 100%);color:#FFF;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:transform 0.3s,box-shadow .3s;box-shadow:0 8px 20px #464ee340}
.IntroSplitContainer .IntroButton:hover{transform:translateY(-3px);box-shadow:0 12px 28px #464ee359}
@media (max-width: 768px) {
.IntroSplitContainer{grid-template-columns:1fr;gap:2rem;margin:2rem auto}
.IntroSplitContainer .IntroTextBlock h1{font-size:2rem}
.IntroSplitContainer .IntroImageGroup img{height:220px}
.IntroSplitContainer .IntroImageGroup img:first-child{height:280px}
}
.RequirementsSegment{background:linear-gradient(160deg,#1A1B2E 0%,#0F1120 100%);padding:5rem 0;position:relative;overflow:hidden}
.RequirementsSegment::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#464EE3 0%,#058D87 50%,#C02C1B 100%)}
.RequirementsSegment .RequirementsWrapper{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.RequirementsSegment .RequirementsSectionTitle{text-align:center;margin-bottom:3.5rem}
.RequirementsSegment .RequirementsSectionTitle h2{font-size:2.5rem;color:#E8E9F3;margin-bottom:1rem;font-weight:700}
.RequirementsSegment .RequirementsSectionTitle .RequirementsSubtext{font-size:1.15rem;color:#B8BAD1;line-height:1.6}
.RequirementsSegment .RequirementsGridLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.RequirementsSegment .RequirementCard{background:#464ee30d;border:1px solid #464ee333;border-radius:10px;padding:2rem;position:relative;transition:transform 0.3s,border-color .3s}
.RequirementsSegment .RequirementCard:hover{transform:translateY(-5px);border-color:#464ee380}
.RequirementsSegment .RequirementCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#464EE3 0%,#058D87 100%);border-radius:10px 0 0 10px}
.RequirementsSegment .RequirementCard h3{font-size:1.5rem;color:#E8E9F3;margin-bottom:1rem;font-weight:600}
.RequirementsSegment .RequirementCard .RequirementText{font-size:1rem;color:#B8BAD1;line-height:1.7;margin-bottom:1.25rem}
.RequirementsSegment .RequirementCard .RequirementListItems{list-style:none;padding:0;margin:0}
.RequirementsSegment .RequirementCard .RequirementListItems li{font-size:.95rem;color:#9FA1C0;line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.75rem}
.RequirementsSegment .RequirementCard .RequirementListItems li::before{content:'';position:absolute;left:0;top:.6rem;width:8px;height:8px;background:#058D87;border-radius:50%}
@media (max-width: 1024px) {
.RequirementsSegment .RequirementsGridLayout{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.RequirementsSegment{padding:3rem 0}
.RequirementsSegment .RequirementsSectionTitle h2{font-size:2rem}
.RequirementsSegment .RequirementsGridLayout{grid-template-columns:1fr;gap:1.5rem}
}
.ApplicationProcessZone{max-width:1280px;margin:5rem auto;padding:0 1.5rem}
.ApplicationProcessZone .ProcessHeader{text-align:center;margin-bottom:4rem}
.ApplicationProcessZone .ProcessHeader h2{font-size:2.5rem;color:#E8E9F3;margin-bottom:1.25rem;font-weight:700}
.ApplicationProcessZone .ProcessHeader .ProcessIntroText{font-size:1.1rem;color:#B8BAD1;line-height:1.7;max-width:720px;margin:0 auto}
.ApplicationProcessZone .ProcessStepsContainer{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;position:relative}
.ApplicationProcessZone .ProcessStepsContainer::before{content:'';position:absolute;top:40px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,#464EE3 0%,#058D87 50%,#C02C1B 100%);z-index:0}
.ApplicationProcessZone .StepItem{position:relative;z-index:1}
.ApplicationProcessZone .StepItem .StepNumber{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#464EE3 0%,#058D87 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;color:#FFF;box-shadow:0 8px 24px #464ee34d}
.ApplicationProcessZone .StepItem h3{font-size:1.35rem;color:#E8E9F3;margin-bottom:1rem;text-align:center;font-weight:600}
.ApplicationProcessZone .StepItem .StepDescription{font-size:.95rem;color:#B8BAD1;line-height:1.7;text-align:center}
@media (max-width: 1024px) {
.ApplicationProcessZone .ProcessStepsContainer{grid-template-columns:repeat(2,1fr)}
.ApplicationProcessZone .ProcessStepsContainer::before{display:none}
}
@media (max-width: 768px) {
.ApplicationProcessZone{margin:3rem auto}
.ApplicationProcessZone .ProcessHeader h2{font-size:2rem}
.ApplicationProcessZone .ProcessStepsContainer{grid-template-columns:1fr;gap:2rem}
}
.SupportResourcesArea{background:#0F1120;padding:5rem 0;position:relative}
.SupportResourcesArea::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#C02C1B 0%,#058D87 50%,#464EE3 100%)}
.SupportResourcesArea .SupportContainer{max-width:1280px;margin:0 auto;padding:0 1.5rem}
.SupportResourcesArea .SupportFlexLayout{display:flex;gap:3rem;align-items:center}
.SupportResourcesArea .SupportContentColumn{flex:1}
.SupportResourcesArea .SupportContentColumn h2{font-size:2.5rem;color:#E8E9F3;margin-bottom:1.5rem;font-weight:700}
.SupportResourcesArea .SupportContentColumn .SupportDescriptionBlock{font-size:1.05rem;color:#B8BAD1;line-height:1.7;margin-bottom:2rem}
.SupportResourcesArea .SupportFeaturesList{list-style:none;padding:0;margin:0 0 2.5rem}
.SupportResourcesArea .SupportFeaturesList li{font-size:1rem;color:#9FA1C0;line-height:1.8;padding-left:2rem;position:relative;margin-bottom:1rem}
.SupportResourcesArea .SupportFeaturesList li::before{content:'';position:absolute;left:0;top:.5rem;width:0;height:0;border-left:8px solid #058D87;border-top:5px solid transparent;border-bottom:5px solid transparent}
.SupportResourcesArea .SupportImageColumn{flex:1;display:flex;align-items:center;justify-content:center}
.SupportResourcesArea .SupportImageColumn img{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 16px 40px #0006}
.SupportResourcesArea .SupportActionButton{display:inline-block;padding:1rem 2.75rem;background:linear-gradient(135deg,#058D87 0%,#464EE3 100%);color:#FFF;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:transform 0.3s,box-shadow .3s;box-shadow:0 8px 20px #058d8740}
.SupportResourcesArea .SupportActionButton:hover{transform:translateY(-3px);box-shadow:0 12px 28px #058d8759}
@media (max-width: 768px) {
.SupportResourcesArea{padding:3rem 0}
.SupportResourcesArea .SupportFlexLayout{flex-direction:column;gap:2rem}
.SupportResourcesArea .SupportContentColumn h2{font-size:2rem}
}
.SuccessViewport{background:linear-gradient(135deg,#0a0f1f 0%,#1a1d2e 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative;overflow:hidden}
.SuccessViewport::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#464ee326 0%,transparent 70%);border-radius:50%;animation:PulseGlow 8s ease-in-out infinite}
.SuccessViewport::after{content:'';position:absolute;bottom:-30%;left:-15%;width:500px;height:500px;background:radial-gradient(circle,#058d871f 0%,transparent 70%);border-radius:50%;animation:PulseGlow 10s ease-in-out infinite reverse}
@keyframes PulseGlow {
0%,100%{transform:scale(1) translate(0,0);opacity:.6}
50%{transform:scale(1.2) translate(20px,-20px);opacity:.3}
}
.SuccessContainer{max-width:680px;width:100%;position:relative;z-index:10}
.SuccessCard{background:linear-gradient(165deg,#191e30f2 0%,#0f1423fa 100%);border:1px solid #464ee340;border-radius:12px;padding:60px 50px;box-shadow:0 20px 60px #00000080 0 0 1px #464ee366;position:relative}
.SuccessCard::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#464EE3 0%,#058D87 50%,#C02C1B 100%);border-radius:12px 0 0 12px}
.SuccessCard::after{content:'';position:absolute;top:-2px;right:-2px;width:80px;height:80px;border-top:2px solid #464ee366;border-right:2px solid #464ee366;border-radius:0 12px 0 0}
.IconCheckmark{width:70px;height:70px;margin:0 auto 30px;position:relative}
.IconCheckmark svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px #464ee399)}
.SuccessHeading{font-size:2.2rem;font-weight:700;color:#fff;text-align:center;margin:0 0 18px;line-height:1.25;letter-spacing:-.02em}
.SuccessSubheading{font-size:1.125rem;color:#ffffffbf;text-align:center;margin:0 0 35px;line-height:1.6}
.BenefitsList{list-style:none;padding:0;margin:0 0 40px}
.BenefitsList li{display:flex;align-items:flex-start;margin-bottom:18px;padding-left:36px;position:relative;color:#ffffffd9;font-size:1rem;line-height:1.65}
.BenefitsList li::before{content:'';position:absolute;left:0;top:6px;width:20px;height:20px;background:linear-gradient(135deg,#464EE3 0%,#058D87 100%);border-radius:4px;box-shadow:0 2px 8px #464ee366}
.BenefitsList li::after{content:'✓';position:absolute;left:5px;top:4px;color:#fff;font-size:.875rem;font-weight:700}
.ActionButtonGroup{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.PrimaryActionButton{display:inline-block;background:linear-gradient(135deg,#464EE3 0%,#058D87 100%);color:#fff;font-size:1.0625rem;font-weight:600;padding:16px 40px;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #464ee366;border:1px solid #ffffff1a;position:relative;z-index:20}
.PrimaryActionButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #464ee399;background:linear-gradient(135deg,#5259eb 0%,#06a39c 100%)}
.SecondaryActionButton{display:inline-block;background:#ffffff0d;color:#fff;font-size:1.0625rem;font-weight:600;padding:16px 40px;border-radius:8px;text-decoration:none;transition:all .3s ease;border:1px solid #fff3;position:relative;z-index:20}
.SecondaryActionButton:hover{background:#ffffff1a;border-color:#464ee380;transform:translateY(-2px)}
.InfoSection{margin-top:80px;padding:50px 20px;text-align:center;position:relative}
.InfoContainer{max-width:1280px;margin:0 auto}
.InfoHeading{font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 16px;position:relative;display:inline-block}
.InfoHeading::before{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg,#464EE3 0%,#058D87 100%);border-radius:2px}
.InfoDescription{font-size:1.0625rem;color:#ffffffb3;line-height:1.7;max-width:720px;margin:30px auto 50px}
.FeatureGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}
.FeatureCard{background:linear-gradient(145deg,#191e3099 0%,#0f1423cc 100%);border:1px solid #464ee333;border-radius:10px;padding:36px 28px;transition:all .4s ease;position:relative;overflow:hidden}
.FeatureCard::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#464EE3 0%,#058D87 50%,#C02C1B 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.FeatureCard:hover::before{transform:scaleX(1)}
.FeatureCard:hover{transform:translateY(-6px);border-color:#464ee380;box-shadow:0 12px 32px #464ee34d}
.FeatureIcon{width:50px;height:50px;margin:0 auto 20px;position:relative}
.FeatureIcon svg{width:100%;height:100%;filter:drop-shadow(0 2px 8px #058d8780)}
.FeatureTitle{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 12px}
.FeatureText{font-size:.9375rem;color:#ffffffa6;line-height:1.6;margin:0}
.ContactInfoBlock{margin-top:60px;padding:40px 30px;background:#191e3080;border:1px solid #464ee326;border-radius:10px;text-align:center}
.ContactText{font-size:1rem;color:#ffffffb3;margin:0 0 20px;line-height:1.65}
.ContactLink{color:#464EE3;text-decoration:none;font-weight:600;transition:color .3s ease}
.ContactLink:hover{color:#058D87;text-decoration:underline}
@media (max-width: 768px) {
.SuccessCard{padding:40px 30px}
.SuccessHeading{font-size:1.75rem}
.SuccessSubheading{font-size:1rem}
.ActionButtonGroup{flex-direction:column;align-items:stretch}
.PrimaryActionButton,.SecondaryActionButton{width:100%;text-align:center}
.FeatureGrid{grid-template-columns:1fr}
.InfoHeading{font-size:1.5rem}
.InfoDescription{font-size:1rem}
}
@media (max-width: 480px) {
.SuccessViewport{padding:30px 15px}
.SuccessCard{padding:30px 20px}
.SuccessHeading{font-size:1.5rem}
.IconCheckmark{width:60px;height:60px}
.BenefitsList li{font-size:.9375rem}
}