*{margin:0;padding:0}
body{font-family:'Noto Sans',sans-serif;line-height:1.6;color:#1a1a1a;background:linear-gradient(127deg,#fff 0%,#CDF7F1 50%,#fff 100%);min-height:100vh}
.headerOuter{background:linear-gradient(143deg,#FC84FD 0%,#687815 45%,#CDF7F1 100%);padding:24px 0;box-shadow:0 4px 12px #00000014}
.headerContainer{max-width:1024px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:40px}
.brandStack{display:flex;flex-direction:column;gap:8px}
.logoWrapper{background:#fffffff2;padding:12px;border-radius:12px;box-shadow:0 2px 8px #0000001f}
.siteLogo{height:90px;width:90px;display:block}
.companyNameBlock{text-align:center}
.brandText{font-size:22px;font-weight:700;color:#fff;text-shadow:1px 1px 3px #0000004d}
.navColumn{display:flex;flex-direction:column;gap:16px;align-items:flex-end}
.mainNavigation{display:flex;gap:28px;flex-wrap:wrap}
.navLink{color:#fff;text-decoration:none;font-weight:600;font-size:16px;padding:8px 14px;border-radius:8px;transition:background-color .2s}
.navLink:hover{background-color:#fff3}
.contactDetails{display:flex;gap:24px;flex-wrap:wrap}
.contactItem{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px}
.contactItem a{color:#fff;text-decoration:none}
.contactItem a:hover{text-decoration:underline}
.footerOuter{background:linear-gradient(156deg,#687815 0%,#FC84FD 55%,#CDF7F1 100%);padding:32px 0 16px;margin-top:60px}
.footerContainer{max-width:1024px;margin:0 auto;padding:0 20px}
.footerContent{display:flex;justify-content:space-between;gap:40px;margin-bottom:20px;flex-wrap:wrap}
.contactInfo{display:flex;flex-direction:column;gap:12px}
.infoItem{display:flex;align-items:center;gap:10px;color:#fff;font-size:14px}
.infoItem a{color:#fff;text-decoration:none}
.infoItem a:hover{text-decoration:underline}
.footerLinks{display:flex;gap:20px;align-items:flex-start}
.footerLink{color:#fff;text-decoration:none;font-size:14px;padding:4px 0}
.footerLink:hover{text-decoration:underline}
.copyrightBlock{text-align:center;padding-top:16px;border-top:1px solid #ffffff4d}
.copyrightBlock p{color:#fff;font-size:13px}
.cookiePopup{position:fixed;right:20px;top:50%;transform:translateY(-50%);background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;max-width:380px;z-index:1000;display:none}
.cookiePopup.show{display:block}
.cookieInner{padding:24px}
.cookieTitle{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:12px}
.cookieText{font-size:14px;color:#4a4a4a;margin-bottom:20px;line-height:1.5}
.cookieSettings{margin-bottom:20px}
.settingRow{display:flex;justify-content:space-between;align-items:center;padding:12px 0}
.settingLabel{font-size:14px;color:#1a1a1a;font-weight:600}
.toggleSwitch{position:relative;display:inline-block;width:50px;height:24px}
.toggleSwitch input{opacity:0;width:0;height:0}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:24px}
.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}
.toggleSwitch input:checked + .slider{background-color:#FC84FD}
.toggleSwitch input:checked + .slider:before{transform:translateX(26px)}
.cookieActions{display:flex;gap:12px}
.cookieBtn{flex:1;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}
.acceptBtn{background:linear-gradient(135deg,#FC84FD 0%,#687815 100%);color:#fff}
.declineBtn{background:transparent;color:#687815;text-decoration:underline}
.cookieBtn:hover{opacity:.85}
@media (max-width: 768px) {
.headerContainer{flex-direction:column;gap:24px;align-items:center}
.navColumn{align-items:center;width:100%}
.mainNavigation{justify-content:center;width:100%}
.contactDetails{justify-content:center;width:100%}
.footerContent{flex-direction:column;gap:24px}
.footerLinks{flex-direction:column;gap:12px}
.cookiePopup{right:10px;left:10px;max-width:none}
}
@media (max-width: 480px) {
.mainNavigation{flex-direction:column;gap:12px;align-items:center}
.navLink{width:100%;text-align:center}
.contactDetails{flex-direction:column;gap:12px}
}
.legal-content{max-width:1024px;margin:0 auto;padding:60px 20px;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%)}
.legal-content p{font-size:16px;line-height:1.8;color:#2c3e50;margin:0 0 24px;text-align:justify}
.legal-content p + p{margin-top:16px}
.legal-content ul{list-style:none;margin:0 0 28px;padding:0}
.legal-content ul li{font-size:16px;line-height:1.7;color:#34495e;margin:0 0 14px;padding:0 0 0 32px;position:relative}
.legal-content ul li::before{content:'';position:absolute;left:8px;top:10px;width:8px;height:8px;background:linear-gradient(135deg,#FC84FD 0%,#CDF7F1 100%);border-radius:50%}
.legal-content ol{list-style:none;counter-reset:policy-counter;margin:0 0 28px;padding:0}
.legal-content ol li{font-size:16px;line-height:1.7;color:#34495e;margin:0 0 14px;padding:0 0 0 40px;position:relative;counter-increment:policy-counter}
.legal-content ol li::before{content:counter(policy-counter) '.';position:absolute;left:8px;top:0;font-weight:600;color:#687815;font-size:16px}
.legal-content a{color:#FC84FD;text-decoration:none;border-bottom:2px solid transparent;transition:border-color .3s ease,color .3s ease;font-weight:500}
.legal-content a:hover{color:#687815;border-bottom-color:#CDF7F1}
.legal-content a:focus{outline:3px solid #CDF7F1;outline-offset:2px;border-radius:4px}
.legal-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,#CDF7F1 20%,#FC84FD 50%,#CDF7F1 80%,transparent 100%);margin:48px 0;opacity:.6}
.legal-content div{margin:0 0 32px}
.legal-content div p{margin-bottom:16px}
.legal-content div ul,.legal-content div ol{margin-top:12px}
@media (max-width: 768px) {
.legal-content{padding:40px 16px}
.legal-content p{font-size:15px;line-height:1.7;margin-bottom:20px;text-align:left}
.legal-content ul li,.legal-content ol li{font-size:15px;padding-left:28px}
.legal-content ul li::before{left:6px;top:9px;width:6px;height:6px}
.legal-content ol li{padding-left:32px}
.legal-content ol li::before{left:6px;font-size:15px}
.legal-content hr{margin:36px 0}
.legal-content div{margin-bottom:24px}
}
@media (max-width: 480px) {
.legal-content{padding:32px 12px}
.legal-content p{font-size:14px;line-height:1.65;margin-bottom:18px}
.legal-content ul li,.legal-content ol li{font-size:14px;margin-bottom:12px;padding-left:24px}
.legal-content ul li::before{left:4px;top:8px;width:5px;height:5px}
.legal-content ol li{padding-left:28px}
.legal-content ol li::before{left:4px;font-size:14px}
.legal-content hr{margin:28px 0}
}
.heroWrap{position:relative;width:100%;height:100vh;overflow:hidden;background:linear-gradient(157deg,#CDF7F1 0%,#FC84FD 100%)}
.heroWrap .heroImg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.7}
.heroWrap::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><filter id="noise"><feTurbulence baseFrequency="0.9" numOctaves="4"/></filter><rect width="200" height="200" filter="url(%23noise)" opacity="0.05"/></svg>');pointer-events:none}
.heroContent{position:absolute;bottom:0;left:0;width:100%;padding:48px 24px;background:linear-gradient(to top,#cdf7f1f2,transparent);z-index:2}
.heroContent .inner{max-width:1024px;margin:0 auto}
.heroContent .mainHeading{font-size:3.2rem;font-weight:700;color:#687815;margin:0 0 20px;line-height:1.1}
.heroContent .thesisList{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}
.heroContent .thesisList .thesisItem{font-size:1.05rem;color:#2a2a2a;background:#fc84fd26;padding:8px 16px;border-radius:12px;border-left:3px solid #FC84FD}
.metricsArea{padding:80px 24px;background:#f8f9fa;position:relative}
.metricsArea::before{content:'';position:absolute;top:-1px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#687815 0%,#FC84FD 50%,#CDF7F1 100%)}
.metricsArea .containerBox{max-width:1024px;margin:0 auto}
.metricsArea .sectionLabel{font-size:2.4rem;font-weight:600;color:#687815;margin:0 0 48px;text-align:center;position:relative;display:inline-block;width:100%}
.metricsArea .sectionLabel::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:120px;height:3px;background:linear-gradient(90deg,#FC84FD,#CDF7F1);border-radius:8px}
.metricsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-bottom:60px}
.statCard{background:#fff;padding:32px 24px;border-radius:16px;box-shadow:0 4px 12px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}
.statCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #fc84fd33}
.statCard .numberDisplay{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#FC84FD,#687815);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 8px}
.statCard .metricName{font-size:1.1rem;color:#4a4a4a;font-weight:500;margin:0 0 12px}
.statCard .metricDesc{font-size:.95rem;color:#6a6a6a;line-height:1.5;margin:0}
.progressSection{margin-top:60px}
.progressSection .progressTitle{font-size:1.5rem;color:#2a2a2a;margin:0 0 32px;font-weight:600}
.progressBars{display:flex;flex-direction:column;gap:28px}
.progressBar-outer{width:100%}
.progressBar-outer .labelRow{display:flex;justify-content:space-between;margin-bottom:10px}
.progressBar-outer .barLabel{font-size:1rem;color:#3a3a3a;font-weight:500}
.progressBar-outer .barValue{font-size:.95rem;color:#687815;font-weight:600}
.progressBar-outer .track{width:100%;height:14px;background:#e8e8e8;border-radius:10px;overflow:hidden;position:relative}
.progressBar-outer .fill{height:100%;background:linear-gradient(90deg,#FC84FD,#687815);border-radius:10px;transition:width .6s ease;box-shadow:0 2px 6px #fc84fd4d}
.progressBar-outer .fill.p94{width:94%}
.progressBar-outer .fill.p87{width:87%}
.progressBar-outer .fill.p78{width:78%}
.progressBar-outer .fill.p91{width:91%}
.interactiveZone{padding:80px 24px;background:linear-gradient(225deg,#CDF7F1 0%,#f5f5f5 100%);position:relative;overflow:hidden}
.interactiveZone::before{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:radial-gradient(circle,#fc84fd14 0%,transparent 70%);pointer-events:none}
.interactiveZone .wrapperBox{max-width:1024px;margin:0 auto;position:relative;z-index:1}
.interactiveZone .zoneHeading{font-size:2.2rem;color:#687815;margin:0 0 56px;font-weight:700;text-align:center}
.interactiveZone .zoneHeading::before{content:'▸';margin-right:12px;color:#FC84FD}
.tabSystem{display:flex;flex-direction:column;gap:40px}
.tabSystem .tabControls{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.tabSystem input[type="radio"]{display:none}
.tabSystem .tabButton{display:inline-block;padding:14px 28px;background:#fff;color:#4a4a4a;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;box-shadow:0 2px 8px #0000000f}
.tabSystem .tabButton:hover{border-color:#FC84FD;background:#fff5ff}
.tabSystem input[type="radio"]:checked + .tabButton{background:linear-gradient(135deg,#FC84FD,#687815);color:#fff;box-shadow:0 4px 16px #fc84fd4d}
.tabSystem .tabPanels{position:relative;min-height:320px}
.tabSystem .panelContent{display:none;background:#fff;padding:40px;border-radius:16px;box-shadow:0 6px 18px #00000014}
.tabSystem #tab1:checked ~ .tabPanels .panel1,.tabSystem #tab2:checked ~ .tabPanels .panel2,.tabSystem #tab3:checked ~ .tabPanels .panel3{display:block}
.tabSystem .panelContent .panelTitle{font-size:1.8rem;color:#687815;margin:0 0 24px;font-weight:700}
.tabSystem .panelContent .dataGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:28px}
.tabSystem .panelContent .dataItem{padding:20px;background:linear-gradient(135deg,#f9f9f9,#CDF7F1);border-radius:12px;border-left:4px solid #FC84FD}
.tabSystem .panelContent .dataItem .itemValue{font-size:2rem;font-weight:700;color:#687815;margin:0 0 6px}
.tabSystem .panelContent .dataItem .itemLabel{font-size:.9rem;color:#5a5a5a;margin:0}
.tabSystem .panelContent .panelText{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0}
.comparisonBlock{padding:80px 24px;background:#fff}
.comparisonBlock .compContainer{max-width:1024px;margin:0 auto}
.comparisonBlock .compTitle{font-size:2.4rem;color:#687815;margin:0 0 16px;font-weight:700}
.comparisonBlock .compIntro{font-size:1.05rem;color:#5a5a5a;line-height:1.6;margin:0 0 48px}
.comparisonBlock .compTable{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.comparisonBlock .compColumn{background:#f9f9f9;padding:32px;border-radius:14px;border-top:4px solid #FC84FD}
.comparisonBlock .compColumn.highlight{background:linear-gradient(135deg,#CDF7F1,#f9f9f9);border-top-color:#687815;box-shadow:0 6px 16px #68781526}
.comparisonBlock .compColumn .columnHead{font-size:1.6rem;color:#2a2a2a;margin:0 0 24px;font-weight:700}
.comparisonBlock .compColumn .featureList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}
.comparisonBlock .compColumn .featureList .featureItem{font-size:.98rem;color:#4a4a4a;padding-left:24px;position:relative;line-height:1.5}
.comparisonBlock .compColumn .featureList .featureItem::before{content:'✓';position:absolute;left:0;color:#FC84FD;font-weight:700;font-size:1.2rem}
.comparisonBlock .compColumn.highlight .featureList .featureItem::before{color:#687815}
.profileArea{padding:80px 24px;background:linear-gradient(158deg,#f5f5f5 0%,#CDF7F1 100%)}
.profileArea .profileContainer{max-width:1024px;margin:0 auto;display:flex;align-items:center;gap:48px}
.profileArea .profileImage-wrapper{flex:0 0 280px}
.profileArea .profileImage-wrapper .profileImg{width:280px;height:280px;border-radius:50%;object-fit:cover;border:6px solid #fff;box-shadow:0 8px 24px #0000001f}
.profileArea .profileContent{flex:1}
.profileArea .profileContent .profileHeading{font-size:2.2rem;color:#687815;margin:0 0 12px;font-weight:700}
.profileArea .profileContent .profileRole{font-size:1.2rem;color:#FC84FD;margin:0 0 24px;font-weight:600}
.profileArea .profileContent .profileBio{font-size:1rem;color:#4a4a4a;line-height:1.7;margin:0 0 16px}
.profileArea .profileContent .profileStats{display:flex;gap:32px;margin-top:28px}
.profileArea .profileContent .profileStats .statElement{display:flex;flex-direction:column}
.profileArea .profileContent .profileStats .statElement .statNum{font-size:2rem;font-weight:700;color:#687815;margin:0 0 4px}
.profileArea .profileContent .profileStats .statElement .statText{font-size:.9rem;color:#6a6a6a;margin:0}
@media (max-width: 768px) {
.heroContent .mainHeading{font-size:2.2rem}
.heroContent .thesisList{flex-direction:column}
.metricsArea .sectionLabel{font-size:1.8rem}
.metricsGrid{grid-template-columns:1fr}
.statCard .numberDisplay{font-size:2.8rem}
.interactiveZone .zoneHeading{font-size:1.8rem}
.comparisonBlock .compTable{grid-template-columns:1fr}
.profileArea .profileContainer{flex-direction:column;text-align:center}
.profileArea .profileImage-wrapper{flex:0 0 auto}
.profileArea .profileContent .profileStats{justify-content:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.heroContent .mainHeading{font-size:2.8rem}
.metricsGrid{grid-template-columns:repeat(2,1fr)}
}
.heroWrap{background:linear-gradient(127deg,#CDF7F1 0%,#FC84FD 100%);padding:80px 20px;position:relative;overflow:hidden}
.heroWrap::before{content:'';position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:#ffffff1a;border-radius:40% 60% 70% 30%;animation:floatShape 20s ease-in-out infinite}
@keyframes floatShape {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(-30px,30px) rotate(180deg)}
}
.heroContent-container{max-width:1024px;margin:0 auto;position:relative;z-index:2}
.heroContent-inner{display:flex;align-items:center;gap:60px}
.heroText-wrapper{flex:1}
.heroText-wrapper h1{font-size:3rem;line-height:1.1;margin:0 0 20px;color:#1a1a1a;position:relative}
.heroText-wrapper h1::after{content:'';display:block;width:80px;height:4px;background:#687815;margin-top:15px}
.heroText-wrapper .description-text{font-size:1.15rem;line-height:1.6;color:#2d2d2d;margin:0 0 30px}
.heroVisual-box{flex:1;position:relative}
.heroVisual-box img{width:100%;height:400px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #00000026}
.heroButtons-data{display:flex;gap:15px;flex-wrap:wrap}
.cta-primary{background:#687815;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #6878154d}
.cta-primary:hover{background:#546012;transform:translateY(-2px);box-shadow:0 6px 18px #68781566}
.cta-secondary{background:transparent;color:#1a1a1a;padding:14px 32px;border:2px solid #1a1a1a;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}
.cta-secondary:hover{background:#1a1a1a;color:#fff;transform:translateY(-2px)}
.tools-block{padding:80px 20px;background:#f8f8f8}
.tools-container{max-width:1024px;margin:0 auto}
.tools-container h2{font-size:2.3rem;margin:0 0 15px;color:#1a1a1a;position:relative;display:inline-block}
.tools-container h2::before{content:'';position:absolute;bottom:-5px;left:0;width:60%;height:3px;background:linear-gradient(90deg,#FC84FD 0%,#CDF7F1 100%)}
.tools-intro{font-size:1.1rem;line-height:1.7;color:#3d3d3d;margin:0 0 50px;max-width:700px}
.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.tool-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border-left:4px solid #FC84FD}
.tool-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}
.tool-card h3{font-size:1.4rem;margin:0 0 15px;color:#1a1a1a;display:flex;align-items:center;gap:10px}
.tool-card .icon-wrapper{width:40px;height:40px;background:linear-gradient(135deg,#CDF7F1 0%,#FC84FD 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-size:1.2rem}
.tool-card p{font-size:1rem;line-height:1.6;color:#4d4d4d;margin:0}
.motivation-section{padding:80px 20px;background:linear-gradient(225deg,#687815 0%,#CDF7F1 100%);position:relative}
.motivation-layout{max-width:1024px;margin:0 auto;display:flex;gap:50px;align-items:center}
.motivation-visual{flex:0 0 45%}
.motivation-visual img{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 10px 40px #0003}
.motivation-content{flex:1}
.motivation-content h2{font-size:2.2rem;margin:0 0 20px;color:#1a1a1a}
.motivation-content p{font-size:1.05rem;line-height:1.7;color:#2d2d2d;margin:0 0 15px}
.motivation-list{list-style:none;padding:0;margin:30px 0 0}
.motivation-list li{padding:12px 0 12px 40px;position:relative;font-size:1.05rem;line-height:1.6;color:#2d2d2d}
.motivation-list li::before{content:'✓';position:absolute;left:0;top:12px;width:28px;height:28px;background:#687815;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}
.progress-wrapper{padding:80px 20px;background:#fff}
.progress-content-box{max-width:1024px;margin:0 auto}
.progress-content-box h2{font-size:2.3rem;margin:0 0 20px;color:#1a1a1a;text-align:center}
.progress-intro-text{font-size:1.1rem;line-height:1.7;color:#3d3d3d;margin:0 auto 50px;text-align:center;max-width:650px}
.stages-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}
.stages-container::before{content:'';position:absolute;top:50px;left:10%;right:10%;height:3px;background:linear-gradient(90deg,#FC84FD 0%,#687815 50%,#CDF7F1 100%);z-index:1}
.stage-item{position:relative;z-index:2;text-align:center}
.stage-number{width:100px;height:100px;background:#fff;border:4px solid #FC84FD;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#FC84FD;margin:0 auto 20px;transition:all .3s ease}
.stage-item:hover .stage-number{background:#FC84FD;color:#fff;transform:scale(1.1)}
.stage-item h3{font-size:1.2rem;margin:0 0 10px;color:#1a1a1a}
.stage-item p{font-size:.95rem;line-height:1.5;color:#4d4d4d;margin:0}
.guarantees-area{padding:80px 20px;background:#f4f4f4}
.guarantees-inner{max-width:1024px;margin:0 auto}
.guarantees-header{text-align:center;margin-bottom:50px}
.guarantees-header h2{font-size:2.3rem;margin:0 0 15px;color:#1a1a1a}
.guarantees-header p{font-size:1.1rem;line-height:1.7;color:#3d3d3d;margin:0 auto;max-width:650px}
.guarantees-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.guarantee-box{background:#fff;padding:35px;border-radius:12px;box-shadow:0 6px 24px #0000001a;position:relative;overflow:hidden}
.guarantee-box::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#FC84FD 0%,#687815 100%)}
.guarantee-box h3{font-size:1.5rem;margin:0 0 15px;color:#1a1a1a;padding-left:20px}
.guarantee-box p{font-size:1rem;line-height:1.6;color:#4d4d4d;margin:0 0 20px;padding-left:20px}
.guarantee-features{list-style:none;padding:0 0 0 20px;margin:0}
.guarantee-features li{padding:8px 0 8px 30px;position:relative;font-size:.95rem;color:#3d3d3d}
.guarantee-features li::before{content:'';position:absolute;left:0;top:14px;width:18px;height:18px;background:#CDF7F1;border-radius:3px}
.testimonial-strip{padding:70px 20px;background:linear-gradient(160deg,#FC84FD 0%,#CDF7F1 100%)}
.testimonial-holder{max-width:1024px;margin:0 auto;display:flex;gap:40px;align-items:center}
.testimonial-photo{flex:0 0 180px}
.testimonial-photo img{width:180px;height:180px;object-fit:cover;border-radius:50%;border:5px solid #fff;box-shadow:0 8px 30px #00000026}
.testimonial-text{flex:1}
.testimonial-text blockquote{font-size:1.2rem;line-height:1.6;color:#1a1a1a;margin:0 0 15px;font-style:italic;position:relative;padding-left:30px}
.testimonial-text blockquote::before{content:'"';position:absolute;left:0;top:-10px;font-size:4rem;color:#687815;line-height:1;opacity:.3}
.testimonial-text .author-info{font-size:1rem;color:#2d2d2d;font-weight:600}
.testimonial-text .author-role{font-size:.9rem;color:#4d4d4d;margin-top:5px}
@media (max-width: 768px) {
.heroContent-inner{flex-direction:column;gap:40px}
.heroText-wrapper h1{font-size:2.2rem}
.heroVisual-box img{height:300px}
.tools-grid{grid-template-columns:1fr}
.motivation-layout{flex-direction:column}
.motivation-visual{flex:1}
.motivation-visual img{height:350px}
.stages-container{grid-template-columns:1fr;gap:40px}
.stages-container::before{display:none}
.guarantees-layout{grid-template-columns:1fr}
.testimonial-holder{flex-direction:column;text-align:center}
.testimonial-text blockquote{padding-left:0}
.testimonial-text blockquote::before{position:relative;display:block}
}
@media (max-width: 480px) {
.heroWrap{padding:60px 20px}
.heroText-wrapper h1{font-size:1.8rem}
.heroButtons-data{flex-direction:column}
.cta-primary,.cta-secondary{width:100%;text-align:center}
}
.pageTop{background:linear-gradient(127deg,#FC84FD 0%,#687815 55%,#CDF7F1 100%);position:relative;padding:80px 20px;overflow:hidden}
.topContainer{max-width:1024px;margin:0 auto;display:flex;align-items:center;gap:60px}
.topContentData{flex:1;z-index:2}
.topContentData h1{font-size:48px;color:#fff;margin:0 0 20px;font-weight:700}
.topContentData .headerSubtext{font-size:18px;color:#f5f5f5;line-height:1.6;margin:0}
.topImageWrapper{flex:0 0 420px;position:relative}
.topImageWrapper::before,.topImageWrapper::after{content:'';position:absolute;width:8px;height:8px;border-radius:50%;background:#CDF7F1}
.topImageWrapper::before{top:-15px;left:-15px;box-shadow:12px 0 0 #CDF7F1,24px 0 0 #CDF7F1}
.topImageWrapper::after{bottom:-15px;right:-15px;box-shadow:-12px 0 0 #CDF7F1,-24px 0 0 #CDF7F1}
.topImageWrapper img{width:100%;height:320px;object-fit:cover;border-radius:12px;box-shadow:0 12px 24px #00000026;position:relative}
.topImageWrapper img::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at center,transparent 40%,#6878154d 100%);pointer-events:none}
.infoGridBlock{max-width:1024px;margin:80px auto;padding:0 20px}
.infoGridBlock h2{font-size:36px;color:#687815;margin:0 0 50px;text-align:center}
.contactCardsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}
.contactInfoCard{background:linear-gradient(155deg,#CDF7F1 0%,#fff 100%);padding:35px;border-radius:14px;box-shadow:0 4px 16px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.contactInfoCard:hover{transform:translateY(-5px);box-shadow:0 8px 24px #fc84fd33}
.cardIconArea{width:60px;height:60px;background:linear-gradient(135deg,#FC84FD 0%,#687815 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.cardIconArea .oi{font-size:28px;color:#fff}
.contactInfoCard h3{font-size:22px;color:#687815;margin:0 0 12px}
.contactInfoCard .dataText{font-size:16px;color:#333;line-height:1.7;margin:0}
.contactInfoCard a{color:#FC84FD;text-decoration:none;transition:color .3s ease}
.contactInfoCard a:hover{color:#687815}
.formOuterSection{background:linear-gradient(45deg,#f9f9f9 0%,#fff 100%);padding:80px 20px}
.formInnerContainer{max-width:720px;margin:0 auto}
.formInnerContainer h2{font-size:38px;color:#687815;margin:0 0 15px;text-align:center}
.formInnerContainer .descriptionPara{font-size:17px;color:#555;text-align:center;margin:0 0 45px;line-height:1.6}
.userInputForm{background:#fff;padding:45px;border-radius:12px;box-shadow:0 6px 20px #0000001a}
.inputFieldGroup{margin-bottom:28px}
.inputFieldGroup label{display:block;font-size:15px;color:#333;margin-bottom:8px;font-weight:600}
.inputFieldGroup input,.inputFieldGroup select{width:100%;padding:14px 16px;font-size:16px;border:2px solid #e0e0e0;border-radius:8px;transition:border-color .3s ease,box-shadow .3s ease;background:#fafafa}
.inputFieldGroup input:focus,.inputFieldGroup select:focus{outline:none;border-color:#FC84FD;box-shadow:0 0 0 3px #fc84fd1a;background:#fff}
.inputFieldGroup select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23687815' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:45px;cursor:pointer}
.consentCheckboxArea{margin:30px 0}
.consentCheckboxArea input[type="checkbox"]{width:auto;margin-right:10px;cursor:pointer}
.consentCheckboxArea label{display:inline;font-size:14px;color:#555;cursor:pointer}
.consentCheckboxArea a{color:#FC84FD;text-decoration:none;transition:color .3s ease}
.consentCheckboxArea a:hover{color:#687815}
.submitButtonWrapper{text-align:center}
.submitBtnPrimary{background:linear-gradient(135deg,#FC84FD 0%,#687815 100%);color:#fff;font-size:18px;font-weight:600;padding:16px 50px;border:none;border-radius:10px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #fc84fd4d}
.submitBtnPrimary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #fc84fd66}
.submitBtnPrimary:active{transform:translateY(-1px)}
.additionalHelpSection{max-width:1024px;margin:80px auto;padding:0 20px}
.helpContentWrapper{background:linear-gradient(225deg,#CDF7F1 0%,#fff 100%);padding:50px;border-radius:14px;border-left:6px solid #FC84FD}
.helpContentWrapper h2{font-size:32px;color:#687815;margin:0 0 20px}
.helpContentWrapper .helpTextBlock{font-size:16px;color:#444;line-height:1.7;margin:0 0 15px}
.mapAlternativeBlock{max-width:1024px;margin:0 auto 80px;padding:0 20px}
.locationDisplayPanel{background:#fff;padding:45px;border-radius:12px;box-shadow:0 6px 18px #00000014;border-top:4px solid #687815}
.locationDisplayPanel h3{font-size:28px;color:#687815;margin:0 0 25px}
.addressDetailsList{list-style:none;padding:0;margin:0}
.addressDetailsList li{font-size:17px;color:#333;padding:12px 0;border-bottom:1px solid #f0f0f0;display:flex;align-items:center}
.addressDetailsList li:last-child{border-bottom:none}
.addressDetailsList li .oi{font-size:20px;color:#FC84FD;margin-right:15px;width:24px}
@media (max-width: 768px) {
.topContainer{flex-direction:column;gap:40px}
.topContentData h1{font-size:36px}
.topImageWrapper{flex:1;width:100%}
.topImageWrapper img{height:260px}
.contactCardsGrid{grid-template-columns:1fr}
.formInnerContainer h2{font-size:30px}
.userInputForm{padding:30px 20px}
.helpContentWrapper{padding:35px 25px}
.locationDisplayPanel{padding:30px 20px}
}
@media (max-width: 480px) {
.pageTop{padding:60px 15px}
.topContentData h1{font-size:28px}
.topContentData .headerSubtext{font-size:16px}
.submitBtnPrimary{width:100%;padding:14px}
}
.titleWrapper{position:relative;background:linear-gradient(127deg,#FC84FD 0%,#CDF7F1 48%,#687815 100%);padding:80px 20px;overflow:hidden}
.titleWrapper::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,#cdf7f14d 0%,transparent 70%);border-radius:50%;animation:pulse 8s ease-in-out infinite}
@keyframes pulse {
0%,100%{transform:scale(1);opacity:.3}
50%{transform:scale(1.2);opacity:.5}
}
.titleInner{max-width:1024px;margin:0 auto;display:flex;align-items:center;gap:60px;position:relative;z-index:2}
.titleText h1{font-size:48px;color:#fff;margin:0 0 24px;line-height:1.2;text-shadow:2px 2px 8px #00000026}
.titleText p{font-size:18px;color:#fff;margin:0 0 16px;line-height:1.6;max-width:520px}
.titleImage{flex-shrink:0}
.titleImage img{width:380px;height:280px;object-fit:cover;border-radius:12px;box-shadow:0 12px 32px #00000040 0 4px 12px #00000026;transform:translateY(0);transition:transform .4s ease}
.titleImage img:hover{transform:translateY(-8px)}
.decorPattern{position:absolute;bottom:20px;left:40px;display:grid;grid-template-columns:repeat(4,12px);gap:8px;opacity:.4}
.decorPattern span{width:12px;height:12px;background:#fff;border-radius:50%}
.foundationBlock{max-width:1024px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.foundationContent{background:linear-gradient(145deg,#fff,#f8f8f8);padding:48px;border-radius:16px;box-shadow:0 8px 24px #00000014;border-left:6px solid #FC84FD}
.foundationContent h2{font-size:32px;color:#1a1a1a;margin:0 0 20px;position:relative}
.foundationContent h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#FC84FD,#CDF7F1);border-radius:2px}
.foundationContent p{font-size:16px;color:#2a2a2a;line-height:1.7;margin:0 0 16px}
.foundationVisual{position:relative}
.foundationVisual img{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #68781533}
.foundationYear{position:absolute;top:24px;right:24px;background:#fc84fdf2;color:#fff;padding:16px 28px;border-radius:12px;font-size:28px;font-weight:700;box-shadow:0 8px 20px #fc84fd66}
.valuesSection{background:linear-gradient(67deg,#687815 0%,#CDF7F1 100%);padding:80px 20px;margin:0}
.valuesContainer{max-width:1024px;margin:0 auto}
.valuesContainer h2{font-size:38px;color:#fff;text-align:center;margin:0 0 56px;text-shadow:1px 1px 4px #0000001a}
.valuesGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.valueCard{background:#ffffffeb;padding:36px 28px;border-radius:12px;box-shadow:0 6px 20px #0000001f;transition:transform .3s ease,box-shadow .3s ease}
.valueCard:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000002e}
.valueIcon{width:56px;height:56px;background:linear-gradient(135deg,#FC84FD,#687815);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px}
.valueIcon span{color:#fff;font-size:28px}
.valueCard h3{font-size:22px;color:#1a1a1a;margin:0 0 12px}
.valueCard p{font-size:15px;color:#3a3a3a;line-height:1.6;margin:0}
.teamShowcase{max-width:1024px;margin:80px auto;padding:0 20px}
.teamHeader{text-align:center;margin-bottom:56px}
.teamHeader h2{font-size:36px;color:#1a1a1a;margin:0 0 16px;position:relative;display:inline-block}
.teamHeader h2::before{content:'';position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#CDF7F1,#FC84FD);border-radius:2px}
.teamHeader p{font-size:17px;color:#4a4a4a;max-width:680px;margin:0 auto;line-height:1.6}
.teamDisplay{display:flex;gap:48px;align-items:center}
.teamGallery{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;flex:1}
.teamGallery img{width:100%;height:220px;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px #0000001f;transition:transform .3s ease}
.teamGallery img:hover{transform:scale(1.05)}
.teamProfile{flex:1;background:linear-gradient(135deg,#f9f9f9,#fff);padding:40px;border-radius:16px;box-shadow:0 10px 30px #0000001a;border-top:4px solid #687815}
.profilePhoto{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 0 24px;border:5px solid #CDF7F1;box-shadow:0 6px 16px #00000026}
.teamProfile h3{font-size:26px;color:#1a1a1a;margin:0 0 8px}
.teamProfile h4{font-size:18px;color:#687815;margin:0 0 20px;font-weight:400}
.teamProfile p{font-size:15px;color:#3a3a3a;line-height:1.7;margin:0}
@media (max-width: 768px) {
.titleInner{flex-direction:column;gap:32px}
.titleText h1{font-size:34px}
.titleImage img{width:100%;height:240px}
.foundationBlock{grid-template-columns:1fr;gap:32px}
.foundationContent{padding:32px}
.valuesGrid{grid-template-columns:1fr;gap:24px}
.teamDisplay{flex-direction:column}
.teamGallery{grid-template-columns:1fr}
}
@media (min-width: 769px) and (max-width: 1024px) {
.titleText h1{font-size:40px}
.valuesGrid{grid-template-columns:repeat(2,1fr)}
}
.technical-requirements-fetch-wrapper{width:100%;max-width:1024px;margin:0 auto;padding:0 20px}
.title-area{display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px;align-items:center;padding:60px 0;position:relative}
.title-area .side-image{width:100%;height:280px;border-radius:12px;overflow:hidden;position:relative}
.title-area .side-image img{width:100%;height:100%;object-fit:cover;filter:sepia(0.15) saturate(1.1)}
.title-area .side-image::before{content:'';position:absolute;top:-10px;left:-10px;right:10px;bottom:10px;background:linear-gradient(135deg,#fc84fd33,#cdf7f14d);border-radius:12px;z-index:-1}
.title-area .center-text h1{font-size:3rem;line-height:1.2;color:#2a2a2a;margin:0;text-align:center}
.requirements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:50px 0;background:linear-gradient(145deg,#cdf7f14d,#fc84fd1a);border-radius:14px;padding:50px 30px}
.requirements-grid .req-card{background:#fff;padding:28px;border-radius:10px;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.requirements-grid .req-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}
.requirements-grid .req-card h3{font-size:1.4rem;color:#687815;margin:0 0 16px;display:flex;align-items:center;gap:10px}
.requirements-grid .req-card h3::before{content:'';width:8px;height:8px;background:#FC84FD;border-radius:50%;display:inline-block}
.requirements-grid .req-card p{font-size:.95rem;line-height:1.6;color:#4a4a4a;margin:0}
.spec-timeline{padding:70px 0;position:relative}
.spec-timeline h2{font-size:2.2rem;color:#2a2a2a;margin:0 0 50px;text-align:center;position:relative}
.spec-timeline h2::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FC84FD,#CDF7F1);border-radius:2px}
.timeline-steps{display:flex;justify-content:space-between;position:relative;padding:0 20px}
.timeline-steps::before{content:'';position:absolute;top:30px;left:80px;right:80px;height:3px;background:linear-gradient(90deg,#FC84FD 0%,#687815 50%,#CDF7F1 100%)}
.timeline-steps .step-item{flex:1;text-align:center;position:relative;z-index:2}
.timeline-steps .step-item .circle{width:60px;height:60px;background:#fff;border:4px solid #FC84FD;border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#687815;box-shadow:0 4px 10px #0000001a}
.timeline-steps .step-item h4{font-size:1.1rem;color:#2a2a2a;margin:0 0 10px}
.timeline-steps .step-item p{font-size:.9rem;color:#5a5a5a;margin:0;max-width:180px;margin:0 auto}
.instructor-showcase{display:flex;gap:40px;align-items:flex-start;padding:60px 0;background:linear-gradient(155deg,#68781514,#fc84fd0f);border-radius:14px;padding:50px 40px}
.instructor-showcase .profile-column{display:flex;flex-direction:column;gap:20px;flex:0 0 250px}
.instructor-showcase .profile-column .profile-box{width:100%;height:160px;border-radius:10px;overflow:hidden;border:3px solid #CDF7F1;box-shadow:0 6px 16px #0000001a}
.instructor-showcase .profile-column .profile-box img{width:100%;height:100%;object-fit:cover}
.instructor-showcase .content-column{flex:1}
.instructor-showcase .content-column h2{font-size:2rem;color:#687815;margin:0 0 25px;position:relative;padding-left:20px}
.instructor-showcase .content-column h2::before{content:'';position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#FC84FD,#CDF7F1);border-radius:3px}
.instructor-showcase .content-column p{font-size:1rem;line-height:1.7;color:#3a3a3a;margin:0 0 18px}
.comparison-table-wrapper{padding:70px 0}
.comparison-table-wrapper h2{font-size:2.2rem;color:#2a2a2a;margin:0 0 40px;text-align:left}
.comparison-table{display:grid;grid-template-columns:200px repeat(3,1fr);gap:2px;background:#e0e0e0;border-radius:12px;overflow:hidden}
.comparison-table .table-header{background:linear-gradient(135deg,#687815,#4a5510);color:#fff;padding:20px;font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center;text-align:center}
.comparison-table .table-cell{background:#fff;padding:18px;display:flex;align-items:center;font-size:.95rem;color:#3a3a3a}
.comparison-table .table-cell.label{font-weight:600;background:#f9f9f9;color:#2a2a2a}
.comparison-table .table-cell .checkmark{color:#FC84FD;font-size:1.3rem;margin:0 auto}
.comparison-table .table-cell .crossmark{color:#999;font-size:1.3rem;margin:0 auto}
@media (max-width: 768px) {
.title-area{grid-template-columns:1fr;gap:20px}
.title-area .side-image{height:200px}
.title-area .center-text h1{font-size:2rem}
.requirements-grid{grid-template-columns:1fr;gap:20px;padding:40px 20px}
.timeline-steps{flex-direction:column;gap:40px}
.timeline-steps::before{display:none}
.instructor-showcase{flex-direction:column;padding:40px 20px}
.instructor-showcase .profile-column{flex-direction:row;flex:1;width:100%}
.instructor-showcase .profile-column .profile-box{flex:1;height:180px}
.comparison-table{grid-template-columns:1fr}
.comparison-table .table-header:first-child{display:none}
}
.successOuter{background:linear-gradient(127deg,#FC84FD 0%,#CDF7F1 100%);padding:80px 20px;position:relative;overflow:hidden}
.successOuter::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#68781526 0%,transparent 70%);animation:floatDecor 20s ease-in-out infinite}
.successOuter::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#fc84fd33 0%,transparent 65%);animation:floatDecor 15s ease-in-out infinite reverse}
@keyframes floatDecor {
0%,100%{transform:translate(0,0) rotate(0deg)}
50%{transform:translate(30px,-30px) rotate(5deg)}
}
.successInner{max-width:720px;margin:0 auto;position:relative;z-index:2}
.confirmation-wrapper{background:#fff;border-radius:16px;padding:60px 40px;box-shadow:0 12px 48px #0000001f;text-align:center;position:relative}
.confirmation-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#687815 0%,#FC84FD 50%,#CDF7F1 100%);border-radius:16px 16px 0 0}
.iconCheckmark{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#687815 0%,#9ca520 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .6s ease-out}
@keyframes scaleIn {
0%{transform:scale(0);opacity:0}
50%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.iconCheckmark svg{width:52px;height:52px;fill:#fff}
.successTitle{font-size:2.5rem;line-height:1.2;color:#1a1a1a;margin:0 0 16px;font-weight:700}
.successMessage{font-size:1.125rem;line-height:1.6;color:#4a4a4a;margin:0 0 40px}
.infoGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin:48px 0;text-align:left}
.infoCard{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #CDF7F1;border-radius:12px;padding:24px;transition:all .3s ease}
.infoCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #fc84fd33;border-color:#FC84FD}
.infoCard .oi{font-size:1.75rem;color:#687815;margin-bottom:12px}
.cardLabel{font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;color:#687815;margin:0 0 8px;font-weight:600}
.cardValue{font-size:1.125rem;color:#1a1a1a;margin:0;font-weight:500}
.actionBtns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:40px}
.btnPrimary{background:linear-gradient(135deg,#FC84FD 0%,#d86fde 100%);color:#fff;padding:16px 40px;border-radius:12px;text-decoration:none;font-size:1.125rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #fc84fd4d;display:inline-flex;align-items:center;gap:8px}
.btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fc84fd66;background:linear-gradient(135deg,#d86fde 0%,#FC84FD 100%)}
.btnSecondary{background:transparent;color:#687815;padding:16px 40px;border-radius:12px;text-decoration:none;font-size:1.125rem;font-weight:600;border:2px solid #687815;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}
.btnSecondary:hover{background:#687815;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #6878154d}
.nextStepsArea{background:linear-gradient(145deg,#fff 0%,#f5f5f5 100%);padding:80px 20px}
.nextStepsContainer{max-width:1024px;margin:0 auto}
.sectionHeader{text-align:center;margin-bottom:60px}
.sectionHeader h2{font-size:2.25rem;color:#1a1a1a;margin:0 0 16px;font-weight:700;position:relative;display:inline-block}
.sectionHeader h2::after{content:'';position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#FC84FD 0%,#687815 100%);border-radius:2px}
.sectionHeader p{font-size:1.125rem;color:#4a4a4a;margin:24px 0 0;line-height:1.6}
.stepsLayout{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}
.stepsLayout::before{content:'';position:absolute;top:60px;left:16.66%;right:16.66%;height:3px;background:linear-gradient(90deg,#CDF7F1 0%,#FC84FD 50%,#687815 100%);z-index:1}
.stepBlock{background:#fff;border-radius:12px;padding:32px 24px;text-align:center;box-shadow:0 4px 16px #00000014;position:relative;z-index:2;transition:all .3s ease}
.stepBlock:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}
.stepNumber{width:64px;height:64px;background:linear-gradient(135deg,#687815 0%,#9ca520 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:1.75rem;font-weight:700;color:#fff;border:4px solid #fff;box-shadow:0 4px 12px #6878154d}
.stepBlock:nth-child(2) .stepNumber{background:linear-gradient(135deg,#FC84FD 0%,#d86fde 100%);box-shadow:0 4px 12px #fc84fd4d}
.stepBlock:nth-child(3) .stepNumber{background:linear-gradient(135deg,#CDF7F1 0%,#a5e8e0 100%);color:#1a1a1a;box-shadow:0 4px 12px #cdf7f180}
.stepBlock h3{font-size:1.375rem;color:#1a1a1a;margin:0 0 12px;font-weight:600}
.stepBlock p{font-size:1rem;line-height:1.6;color:#4a4a4a;margin:0}
.stepIcon{font-size:2rem;color:#687815;margin-bottom:16px}
@media (max-width: 768px) {
.successOuter{padding:60px 16px}
.confirmation-wrapper{padding:40px 24px}
.successTitle{font-size:1.875rem}
.successMessage{font-size:1rem}
.infoGrid{grid-template-columns:1fr;gap:16px}
.actionBtns{flex-direction:column;align-items:stretch}
.btnPrimary,.btnSecondary{justify-content:center}
.nextStepsArea{padding:60px 16px}
.sectionHeader h2{font-size:1.75rem}
.stepsLayout{grid-template-columns:1fr;gap:24px}
.stepsLayout::before{display:none}
}
@media (max-width: 1024px) and (min-width: 769px) {
.stepsLayout{grid-template-columns:1fr;gap:24px}
.stepsLayout::before{display:none}
}