*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'PT Sans',sans-serif;background:linear-gradient(180deg,#0a0a0f 0%,#1a1a24 100%);color:#e8e8f0;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}
h1,h2,h3,h4,h5,h6{font-family:'Source Serif Pro',serif}
.headerwrapperv1{background:linear-gradient(135deg,#67abee14 0%,#de014314 100%);border-bottom:1px solid #67abee26;padding:0;position:relative}
.headerwrapperv1::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#67ABEE,#DE0143,transparent);opacity:.4}
.topframev1{max-width:1000px;margin:0 auto;padding:24px 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;min-height:120px}
.logoholderv1{display:flex;align-items:center;justify-content:center}
.logoholderv1 img{height:90px;width:90px;object-fit:contain;background:#0a0a0f99;padding:8px;border-radius:3px;border:1px solid #67abee40;box-shadow:0 2px 8px #0006 0 0 12px #67abee26}
.companytitlev1{text-align:center;font-size:32px;font-weight:700;background:linear-gradient(135deg,#67ABEE,#DE0143);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px;padding:0 20px}
.mainnavv1{display:flex;gap:0;align-items:center;justify-content:flex-end}
.navlinkv1{color:#e8e8f0;text-decoration:none;padding:14px 20px;font-size:15px;font-weight:400;position:relative;transition:color .25s ease;border-right:1px solid #67abee33}
.navlinkv1:first-child{border-left:1px solid #67abee33}
.navlinkv1:hover{color:#67ABEE;background:#67abee0d}
main{flex:1}
.footerglassv1{background:#0f0f16b3;backdrop-filter:blur(12px);border-top:1px solid #67abee26;margin-top:80px;position:relative}
.footerglassv1::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#00F09C,#67ABEE,transparent);opacity:.3}
.footercontentv1{max-width:1000px;margin:0 auto;padding:48px 20px 32px}
.footerinfov1{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}
.footercolumnv1 h3{color:#67ABEE;font-size:16px;margin-bottom:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.footercolumnv1 p{color:#b8b8c8;font-size:14px;line-height:1.8;margin-bottom:8px}
.footercolumnv1 a{color:#b8b8c8;text-decoration:none;transition:color .25s ease;display:inline-block;margin-bottom:8px}
.footercolumnv1 a:hover{color:#67ABEE}
.footerlegalv1{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #67abee1a}
.footerlegalv1 a{color:#b8b8c8;text-decoration:none;font-size:13px;transition:color .25s ease}
.footerlegalv1 a:hover{color:#00F09C}
.copyrightv1{text-align:center;color:#808090;font-size:13px}
.cookiepanelv1{position:fixed;bottom:20px;left:50%;transform:translateX(-50%) translateY(120%);background:#12121af2;backdrop-filter:blur(16px);border:1px solid #67abee40;border-radius:4px;padding:28px 32px;max-width:420px;width:calc(100% - 40px);box-shadow:0 4px 16px #0009 0 0 24px #67abee33;z-index:9999;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.cookiepanelv1.activecookie{transform:translateX(-50%) translateY(0)}
.cookietitlev1{font-size:18px;font-weight:700;color:#67ABEE;margin-bottom:12px}
.cookietextv1{font-size:14px;color:#c8c8d8;line-height:1.6;margin-bottom:20px}
.cookieactionsv1{display:flex;gap:16px;flex-wrap:wrap}
.cookiebtnv1{background:transparent;color:#67ABEE;border:none;padding:8px 0;font-size:14px;cursor:pointer;text-decoration:none;transition:color .25s ease;font-family:'PT Sans',sans-serif}
.cookiebtnv1:hover{color:#DE0143;text-decoration:underline}
.cookiebtnv1.primaryaction{background:linear-gradient(135deg,#67ABEE,#DE0143);color:#fff;padding:10px 24px;border-radius:3px;box-shadow:0 2px 6px #67abee4d}
.cookiebtnv1.primaryaction:hover{text-decoration:none;box-shadow:0 3px 10px #de014366}
.cookiesettingsicon{position:fixed;bottom:20px;right:20px;width:48px;height:48px;background:#67abee26;border:1px solid #67abee4d;border-radius:3px;display:none;align-items:center;justify-content:center;cursor:pointer;transition:background .25s ease;z-index:9998}
.cookiesettingsicon:hover{background:#67abee40}
.cookiesettingsicon.showsettings{display:flex}
.cookiesettingsicon i{color:#67ABEE;font-size:24px}
@media (max-width: 768px) {
.topframev1{grid-template-columns:1fr;gap:20px;text-align:center;padding:20px}
.companytitlev1{font-size:24px;order:-1}
.logoholderv1{order:-2}
.mainnavv1{flex-direction:column;width:100%}
.navlinkv1{width:100%;border-right:none;border-bottom:1px solid #67abee33}
.navlinkv1:first-child{border-left:none;border-top:1px solid #67abee33}
.footerinfov1{grid-template-columns:1fr;gap:32px}
.footerlegalv1{flex-direction:column;gap:12px}
}
@media (max-width: 480px) {
.companytitlev1{font-size:20px}
.logoholderv1 img{height:70px;width:70px}
.cookiepanelv1{bottom:10px;padding:20px}
.cookieactionsv1{flex-direction:column}
.cookiebtnv1{width:100%;text-align:center}
}
.to-info-doc{max-width:1000px;margin:0 auto;padding:80px 24px 100px;background:linear-gradient(180deg,#0a0a0a 0%,#141414 100%);color:#e8e8e8;line-height:1.8}
.to-info-doc h1{font-size:42px;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:-.5px;line-height:1.2;background:linear-gradient(135deg,#67ABEE 0%,#DE0143 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.to-info-doc h2{font-size:32px;font-weight:600;color:#67ABEE;margin:60px 0 24px;letter-spacing:-.3px;line-height:1.3;text-shadow:0 0 20px #67abee4d}
.to-info-doc h3{font-size:24px;font-weight:600;color:#00F09C;margin:48px 0 20px;letter-spacing:-.2px;line-height:1.4;text-shadow:0 0 16px #00f09c40}
.to-info-doc h4{font-size:20px;font-weight:600;color:#DE0143;margin:36px 0 16px;line-height:1.5;text-shadow:0 0 12px #de014333}
.to-info-doc h5{font-size:18px;font-weight:600;color:#c4c4c4;margin:28px 0 14px;line-height:1.5}
.to-info-doc h6{font-size:16px;font-weight:600;color:#ababab;margin:24px 0 12px;line-height:1.5;text-transform:uppercase;letter-spacing:.5px}
.to-info-doc p{font-size:16px;line-height:1.8;color:#d4d4d4;margin:0 0 20px}
.to-info-doc ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:none}
.to-info-doc ul li{font-size:16px;line-height:1.8;color:#d4d4d4;margin:0 0 12px;padding-left:16px;position:relative}
.to-info-doc ul li::before{content:"";position:absolute;left:-12px;top:12px;width:6px;height:6px;background:linear-gradient(135deg,#67ABEE 0%,#00F09C 100%);border-radius:2px;box-shadow:0 0 8px #67abee80}
.to-info-doc ol{margin:0 0 24px;padding:0 0 0 28px;counter-reset:policy-counter;list-style:none}
.to-info-doc ol li{font-size:16px;line-height:1.8;color:#d4d4d4;margin:0 0 12px;padding-left:16px;position:relative;counter-increment:policy-counter}
.to-info-doc ol li::before{content:counter(policy-counter) ".";position:absolute;left:-28px;top:0;font-weight:600;color:#67ABEE;text-shadow:0 0 10px #67abee66}
.to-info-doc strong,.to-info-doc b{font-weight:700;color:#fff;text-shadow:0 0 8px #ffffff26}
.to-info-doc em,.to-info-doc i{font-style:italic;color:#e0e0e0}
.to-info-doc a{color:#67ABEE;text-decoration:none;border-bottom:1px solid #67abee4d;transition:all .3s ease;text-shadow:0 0 10px #67abee33}
.to-info-doc a:hover{color:#00F09C;border-bottom-color:#00F09C;text-shadow:0 0 16px #00f09c66}
.to-info-doc div{margin:0 0 20px}
.to-info-doc div p:last-child{margin-bottom:0}
@media (max-width: 768px) {
.to-info-doc{padding:60px 20px 80px}
.to-info-doc h1{font-size:32px;margin-bottom:14px}
.to-info-doc h2{font-size:26px;margin:48px 0 20px}
.to-info-doc h3{font-size:22px;margin:40px 0 18px}
.to-info-doc h4{font-size:19px;margin:32px 0 14px}
.to-info-doc h5{font-size:17px;margin:24px 0 12px}
.to-info-doc h6{font-size:15px;margin:20px 0 10px}
.to-info-doc p,.to-info-doc ul li,.to-info-doc ol li{font-size:15px;line-height:1.7}
.to-info-doc ul,.to-info-doc ol{padding-left:24px}
.to-info-doc ul li{padding-left:12px}
.to-info-doc ul li::before{left:-10px;top:11px;width:5px;height:5px}
.to-info-doc ol li{padding-left:12px}
.to-info-doc ol li::before{left:-24px}
}
@media (max-width: 480px) {
.to-info-doc{padding:48px 16px 64px}
.to-info-doc h1{font-size:28px}
.to-info-doc h2{font-size:24px;margin:40px 0 18px}
.to-info-doc h3{font-size:20px;margin:36px 0 16px}
.to-info-doc h4{font-size:18px;margin:28px 0 12px}
.to-info-doc p,.to-info-doc ul li,.to-info-doc ol li{font-size:14px}
.to-info-doc ul,.to-info-doc ol{padding-left:20px}
}
.herotoplevel{background:linear-gradient(135deg,#1a1a2e 0%,#0f0f1e 100%);position:relative;overflow:hidden;padding:80px 20px 100px}
.herocontainerwrapper{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.herotoplevel::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#67abee26 0%,transparent 70%);border-radius:50%}
.herotoplevel::after{content:'';position:absolute;bottom:-30%;left:-5%;width:450px;height:450px;background:radial-gradient(circle,#de01431f 0%,transparent 70%);border-radius:50%}
.textcontenthero{color:#e8e8f0}
.textcontenthero h1{font-size:48px;line-height:1.2;margin:0 0 24px;font-weight:700;color:#fff}
.textcontenthero h1 .highlightphrase{background:linear-gradient(90deg,#67ABEE 0%,#00F09C 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}
.textcontenthero h1 .highlightphrase::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#67ABEE 0%,#00F09C 100%);opacity:.4}
.textcontenthero p{font-size:18px;line-height:1.7;color:#b8b8c8;margin:0 0 32px}
.herobuttonset{display:flex;gap:16px;flex-wrap:wrap}
.primarybuttonhero{background:linear-gradient(135deg,#67ABEE 0%,#DE0143 100%);color:#fff;padding:16px 36px;border-radius:4px;text-decoration:none;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 12px #67abee4d;transition:all .3s ease;position:relative;z-index:10}
.primarybuttonhero:hover{box-shadow:0 6px 20px #67abee80;transform:translateY(-2px)}
.secondarybuttonhero{background:transparent;color:#67ABEE;padding:16px 36px;border:2px solid #67ABEE;border-radius:4px;text-decoration:none;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;position:relative;z-index:10}
.secondarybuttonhero:hover{background:#67abee1a;border-color:#00F09C;color:#00F09C}
.imageareahero{position:relative}
.geometricbackdrop{position:absolute;top:-20px;left:-20px;right:-20px;bottom:-20px;z-index:1}
.geometricbackdrop svg{width:100%;height:100%}
.cutoutimage{position:relative;z-index:2;border-radius:6px;overflow:hidden;box-shadow:0 8px 24px #0006}
.cutoutimage img{width:100%;height:auto;display:block;filter:sepia(0.15) saturate(1.1)}
.flexibilityzone{background:#12121f;padding:80px 20px}
.flexibilityzone .centerwrapper{max-width:1000px;margin:0 auto}
.flexibilityzone h2{text-align:center;font-size:38px;color:#fff;margin:0 0 16px;font-weight:700}
.flexibilityzone .sectionintro{text-align:center;font-size:17px;color:#a0a0b0;margin:0 0 60px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}
.flexgridcards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.carditemflex{background:linear-gradient(135deg,#1a1a2e 0%,#16162a 100%);padding:32px;border-radius:6px;border:2px solid #252538;transition:all .3s ease;position:relative}
.carditemflex::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#67ABEE 0%,#DE0143 100%);opacity:0;transition:opacity .3s ease}
.carditemflex:hover{border-color:#67ABEE;box-shadow:0 8px 24px #67abee33}
.carditemflex:hover::before{opacity:1}
.cardiconflex{width:56px;height:56px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:#67abee1a;border-radius:50%}
.cardiconflex i{font-size:28px;color:#67ABEE}
.carditemflex h3{font-size:22px;color:#fff;margin:0 0 12px;font-weight:600}
.carditemflex p{font-size:16px;color:#b0b0c0;line-height:1.6;margin:0}
.resourcelibrary{background:#0f0f1e;padding:80px 20px;position:relative}
.resourcelibrary::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent 0%,#67ABEE 50%,transparent 100%)}
.resourcelibrary .layoutsplit{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.resourcelibrary .textpart h2{font-size:36px;color:#fff;margin:0 0 20px;font-weight:700}
.resourcelibrary .textpart p{font-size:17px;color:#a8a8b8;line-height:1.7;margin:0 0 16px}
.resourcelibrary .textpart ul{list-style:none;padding:0;margin:24px 0}
.resourcelibrary .textpart ul li{font-size:16px;color:#c0c0d0;padding:12px 0;padding-left:32px;position:relative;line-height:1.5}
.resourcelibrary .textpart ul li::before{content:'';position:absolute;left:0;top:16px;width:18px;height:18px;background:linear-gradient(135deg,#67ABEE 0%,#00F09C 100%);border-radius:3px;box-shadow:0 2px 6px #67abee66}
.visualpartresource{position:relative}
.visualpartresource img{width:100%;height:auto;border-radius:6px;box-shadow:0 8px 32px #00000080}
.timeframezone{background:linear-gradient(135deg,#1a1a2e 0%,#12121f 100%);padding:80px 20px}
.timeframezone .centerwrapper{max-width:1000px;margin:0 auto}
.timeframezone h2{text-align:center;font-size:38px;color:#fff;margin:0 0 50px;font-weight:700}
.timelinevertical{position:relative;padding-left:50px}
.timelinevertical::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#67ABEE 0%,#DE0143 100%)}
.timelineitem{position:relative;margin-bottom:40px}
.timelineitem::before{content:'';position:absolute;left:-36px;top:4px;width:12px;height:12px;background:#00F09C;border-radius:50%;box-shadow:0 0 0 4px #1a1a2e,0 0 12px #00f09c99}
.timelineitem h3{font-size:24px;color:#fff;margin:0 0 8px;font-weight:600}
.timelineitem .weeknumber{font-size:14px;color:#67ABEE;margin:0 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.timelineitem p{font-size:16px;color:#b0b0c0;line-height:1.6;margin:0}
.supporthelp{background:#12121f;padding:80px 20px}
.supporthelp .innergrid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.supporthelp .imagearea img{width:100%;height:auto;border-radius:6px;box-shadow:0 8px 32px #0006}
.supporthelp .contentarea h2{font-size:36px;color:#fff;margin:0 0 20px;font-weight:700}
.supporthelp .contentarea p{font-size:17px;color:#a8a8b8;line-height:1.7;margin:0 0 24px}
.supportchannels{display:flex;flex-direction:column;gap:16px;margin-top:32px}
.channelitem{background:linear-gradient(135deg,#1a1a2e 0%,#16162a 100%);padding:20px;border-radius:4px;border-left:4px solid #67ABEE;display:flex;align-items:center;gap:16px;transition:all .3s ease}
.channelitem:hover{background:linear-gradient(135deg,#1e1e32 0%,#1a1a2e 100%);border-left-color:#00F09C}
.channelitem i{font-size:28px;color:#67ABEE}
.channelitem .channeltext h4{font-size:18px;color:#fff;margin:0 0 4px;font-weight:600}
.channelitem .channeltext p{font-size:14px;color:#a0a0b0;margin:0}
.qualitystandards{background:#0f0f1e;padding:80px 20px}
.qualitystandards .layoutwrapper{max-width:1000px;margin:0 auto}
.qualitystandards h2{text-align:center;font-size:38px;color:#fff;margin:0 0 16px;font-weight:700}
.qualitystandards .introtext{text-align:center;font-size:17px;color:#a8a8b8;margin:0 0 60px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}
.metricsrow{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:50px}
.metricbox{background:linear-gradient(135deg,#1a1a2e 0%,#16162a 100%);padding:32px 24px;border-radius:6px;text-align:center;border:2px solid #252538;position:relative;overflow:hidden}
.metricbox::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#67ABEE 0%,#00F09C 100%)}
.metricbox .number{font-size:42px;font-weight:700;color:#fff;margin:0 0 8px;line-height:1}
.metricbox .label{font-size:15px;color:#b0b0c0;margin:0;line-height:1.4}
.testimonialarea{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.testimonialcard{background:linear-gradient(135deg,#1a1a2e 0%,#16162a 100%);padding:28px;border-radius:6px;border:2px solid #252538;position:relative}
.testimonialcard::before{content:'"';position:absolute;top:16px;left:20px;font-size:72px;color:#67abee26;font-family:Georgia,serif;line-height:1}
.testimonialcard .quotecontent{font-size:16px;color:#c8c8d8;line-height:1.7;margin:0 0 20px;position:relative;z-index:2}
.testimonialcard .authorinfo{display:flex;align-items:center;gap:16px}
.testimonialcard .authorinfo img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #67ABEE}
.testimonialcard .authorinfo .authortext h5{font-size:17px;color:#fff;margin:0 0 4px;font-weight:600}
.testimonialcard .authorinfo .authortext p{font-size:14px;color:#a0a0b0;margin:0}
.partnerzone{background:linear-gradient(135deg,#1a1a2e 0%,#12121f 100%);padding:80px 20px}
.partnerzone .centerwrapper{max-width:1000px;margin:0 auto}
.partnerzone h2{text-align:center;font-size:38px;color:#fff;margin:0 0 16px;font-weight:700}
.partnerzone .sectiondesc{text-align:center;font-size:17px;color:#a8a8b8;margin:0 0 60px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}
.partnercategories{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.categorybox{background:linear-gradient(135deg,#1a1a2e 0%,#16162a 100%);padding:36px;border-radius:6px;border:2px solid #252538;position:relative}
.categorybox h3{font-size:26px;color:#fff;margin:0 0 20px;font-weight:600;display:flex;align-items:center;gap:12px}
.categorybox h3 i{color:#67ABEE;font-size:28px}
.categorybox ul{list-style:none;padding:0;margin:0}
.categorybox ul li{font-size:16px;color:#c0c0d0;padding:10px 0;padding-left:28px;position:relative;border-bottom:1px solid #252538;line-height:1.5}
.categorybox ul li:last-child{border-bottom:none}
.categorybox ul li::before{content:'';position:absolute;left:0;top:16px;width:8px;height:8px;background:#00F09C;border-radius:50%;box-shadow:0 0 8px #00f09c99}
.ctafinalsection{background:linear-gradient(135deg,#12121f 0%,#0f0f1e 100%);padding:80px 20px;position:relative}
.ctafinalsection::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,#de014314 0%,transparent 70%);border-radius:50%}
.ctafinalsection .ctacontent{max-width:700px;margin:0 auto;text-align:center;position:relative;z-index:2}
.ctafinalsection h2{font-size:40px;color:#fff;margin:0 0 20px;font-weight:700}
.ctafinalsection p{font-size:18px;color:#b0b0c0;line-height:1.7;margin:0 0 36px}
.ctabuttongroup{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.primaryctabutton{background:linear-gradient(135deg,#67ABEE 0%,#DE0143 100%);color:#fff;padding:18px 40px;border-radius:4px;text-decoration:none;font-weight:600;font-size:17px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 6px 20px #67abee66;transition:all .3s ease;position:relative;z-index:10}
.primaryctabutton:hover{box-shadow:0 8px 28px #67abee99;transform:translateY(-3px)}
.secondaryctabutton{background:transparent;color:#00F09C;padding:18px 40px;border:2px solid #00F09C;border-radius:4px;text-decoration:none;font-weight:600;font-size:17px;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;position:relative;z-index:10}
.secondaryctabutton:hover{background:#00f09c1a;border-color:#67ABEE;color:#67ABEE}
@media (max-width: 768px) {
.herocontainerwrapper{grid-template-columns:1fr;gap:40px}
.textcontenthero h1{font-size:36px}
.herobuttonset{flex-direction:column}
.primarybuttonhero,.secondarybuttonhero{width:100%;justify-content:center}
.flexgridcards{grid-template-columns:1fr}
.resourcelibrary .layoutsplit{grid-template-columns:1fr}
.timelinevertical{padding-left:30px}
.supporthelp .innergrid{grid-template-columns:1fr}
.metricsrow{grid-template-columns:repeat(2,1fr)}
.testimonialarea{grid-template-columns:1fr}
.partnercategories{grid-template-columns:1fr}
.ctafinalsection h2{font-size:32px}
.ctabuttongroup{flex-direction:column}
.primaryctabutton,.secondaryctabutton{width:100%;justify-content:center}
}
@media (min-width: 769px) and (max-width: 1024px) {
.herocontainerwrapper{gap:40px}
.flexgridcards{grid-template-columns:repeat(2,1fr)}
.metricsrow{grid-template-columns:repeat(2,1fr)}
}
.contactpagev1{background:linear-gradient(135deg,#0a0a12 0%,#1a1625 50%,#0f0d18 100%);min-height:600px;position:relative;overflow:hidden}
.contactpagev1::before{content:'';position:absolute;top:-50%;left:-25%;width:600px;height:600px;background:radial-gradient(circle,#67abee14 0%,transparent 70%);border-radius:50%}
.contactpagev1::after{content:'';position:absolute;bottom:-40%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,#de01430f 0%,transparent 70%);border-radius:50%}
.titleheaderwrapperv1{max-width:1000px;margin:0 auto;padding:80px 24px 60px;position:relative;z-index:1}
.titleheaderwrapperv1 .maintitlesection{font-size:48px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}
.titleheaderwrapperv1 .secondarytitletext{font-size:24px;font-weight:400;color:#67ABEE;margin:0 0 24px;line-height:1.4}
.titleheaderwrapperv1 .descriptionblock{font-size:17px;line-height:1.7;color:#b8b8c8;max-width:640px}
.titleheaderwrapperv1 .abstractshapev1{position:absolute;right:60px;top:50%;transform:translateY(-50%);width:180px;height:180px;opacity:.15}
.titleheaderwrapperv1 .abstractshapev1::before{content:'';position:absolute;width:100%;height:100%;border:2px solid #00F09C;border-radius:50%;animation:rotateslow 20s linear infinite}
.titleheaderwrapperv1 .abstractshapev1::after{content:'';position:absolute;width:70%;height:70%;top:15%;left:15%;border:2px solid #DE0143;border-radius:50%;animation:rotateslow 15s linear infinite reverse}
@keyframes rotateslow {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.contactformsectionv2{background:#0d0d15;position:relative;padding:80px 24px}
.contactformsectionv2::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:1000px;height:1px;background:linear-gradient(90deg,transparent 0%,#67ABEE 50%,transparent 100%)}
.formcontainerwrapper{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.formleftcolumnv1{display:flex;flex-direction:column;gap:32px}
.formleftcolumnv1 h2{font-size:32px;font-weight:600;color:#fff;margin:0 0 8px;line-height:1.3}
.formleftcolumnv1 .subtextblock{font-size:16px;line-height:1.6;color:#9a9aaa;margin:0}
.urgencyselectionbox{background:#67abee0d;border:1px solid #67abee26;border-radius:4px;padding:24px}
.urgencyselectionbox h3{font-size:18px;font-weight:600;color:#67ABEE;margin:0 0 16px}
.urgencyselectionbox .urgencyoptionsv1{display:flex;flex-direction:column;gap:12px}
.urgencyselectionbox .urgencyoptionsv1 label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:12px 16px;background:#ffffff05;border:1px solid #ffffff14;border-radius:3px;transition:all .2s ease;color:#d0d0d8;font-size:15px}
.urgencyselectionbox .urgencyoptionsv1 label:hover{background:#67abee14;border-color:#67abee4d}
.urgencyselectionbox .urgencyoptionsv1 input[type="radio"]{accent-color:#67ABEE}
.urgencyselectionbox .urgencyoptionsv1 input[type="radio"]:checked + span{color:#67ABEE;font-weight:500}
.formrightcolumnv1{background:#ffffff05;border:1px solid #ffffff14;border-radius:4px;padding:40px;box-shadow:0 4px 20px #0000004d}
.formrightcolumnv1 h3{font-size:24px;font-weight:600;color:#fff;margin:0 0 24px}
.formrightcolumnv1 form{display:flex;flex-direction:column;gap:20px}
.formrightcolumnv1 .inputgroupv1{display:flex;flex-direction:column;gap:8px}
.formrightcolumnv1 .inputgroupv1 label{font-size:14px;font-weight:500;color:#b8b8c8;letter-spacing:.02em}
.formrightcolumnv1 .inputgroupv1 input{padding:14px 16px;background:#ffffff08;border:1px solid #ffffff1f;border-radius:3px;color:#fff;font-size:15px;transition:all .2s ease}
.formrightcolumnv1 .inputgroupv1 input:focus{outline:none;border-color:#67ABEE;background:#67abee0d;box-shadow:0 0 0 3px #67abee1a}
.formrightcolumnv1 .privacycheckboxwrapper{display:flex;align-items:start;gap:10px;margin:8px 0}
.formrightcolumnv1 .privacycheckboxwrapper input[type="checkbox"]{margin-top:4px;accent-color:#67ABEE;cursor:pointer}
.formrightcolumnv1 .privacycheckboxwrapper label{font-size:13px;line-height:1.6;color:#9a9aaa;cursor:pointer}
.formrightcolumnv1 .privacycheckboxwrapper label a{color:#67ABEE;text-decoration:underline}
.formrightcolumnv1 .submitbtnv1{padding:16px 32px;background:linear-gradient(135deg,#67ABEE 0%,#DE0143 100%);border:none;border-radius:3px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #67abee4d;z-index:10;position:relative}
.formrightcolumnv1 .submitbtnv1:hover{transform:translateY(-2px);box-shadow:0 6px 20px #67abee66}
.formrightcolumnv1 .submitbtnv1:active{transform:translateY(0)}
.contactinfogridsection{background:#12121c;padding:80px 24px}
.contactinfowrapperv1{max-width:1000px;margin:0 auto}
.contactinfowrapperv1 h2{font-size:36px;font-weight:600;color:#fff;margin:0 0 48px;text-align:center}
.contactcardsgriv1{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.contactcarditemv1{background:#ffffff05;border:1px solid #ffffff14;border-radius:4px;padding:32px 24px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}
.contactcarditemv1::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#67ABEE,#DE0143);transform:scaleX(0);transition:transform .3s ease}
.contactcarditemv1:hover::before{transform:scaleX(1)}
.contactcarditemv1:hover{transform:translateY(-4px);border-color:#67abee4d;background:#67abee08;box-shadow:0 8px 24px #0006}
.contactcarditemv1 .iconwrapperv1{font-size:32px;color:#67ABEE;margin-bottom:16px}
.contactcarditemv1 h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 12px}
.contactcarditemv1 p{font-size:15px;line-height:1.6;color:#b8b8c8;margin:0 0 8px}
.contactcarditemv1 a{color:#67ABEE;text-decoration:none;font-size:15px;transition:color .2s ease}
.contactcarditemv1 a:hover{color:#00F09C;text-decoration:underline}
.quickactionssection{background:linear-gradient(135deg,#0f0d18 0%,#1a1625 100%);padding:80px 24px;position:relative}
.quickactionssection::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;background:radial-gradient(ellipse,#00f09c0d 0%,transparent 70%)}
.quickactionswrapperv1{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:1}
.quickactionswrapperv1 h2{font-size:32px;font-weight:600;color:#fff;margin:0 0 16px}
.quickactionswrapperv1 .subtextquick{font-size:17px;line-height:1.6;color:#9a9aaa;margin:0 0 40px;max-width:600px;margin-left:auto;margin-right:auto}
.quickbuttonsgridv1{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.quickbuttonsgridv1 a{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 24px;background:#ffffff05;border:1px solid #ffffff14;border-radius:4px;text-decoration:none;transition:all .3s ease;position:relative;z-index:10}
.quickbuttonsgridv1 a:hover{transform:translateY(-4px);background:#67abee0d;border-color:#67abee4d;box-shadow:0 6px 24px #67abee33}
.quickbuttonsgridv1 a i{font-size:28px;color:#67ABEE}
.quickbuttonsgridv1 a span{font-size:16px;font-weight:500;color:#fff}
@media (max-width: 768px) {
.titleheaderwrapperv1{padding:60px 20px 40px}
.titleheaderwrapperv1 .maintitlesection{font-size:36px}
.titleheaderwrapperv1 .secondarytitletext{font-size:20px}
.titleheaderwrapperv1 .abstractshapev1{display:none}
.formcontainerwrapper{grid-template-columns:1fr;gap:40px}
.formrightcolumnv1{padding:32px 24px}
.contactcardsgriv1{grid-template-columns:1fr;gap:24px}
.quickbuttonsgridv1{grid-template-columns:1fr;gap:16px}
.contactformsectionv2,.contactinfogridsection,.quickactionssection{padding:60px 20px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.formcontainerwrapper{gap:40px}
.contactcardsgriv1{grid-template-columns:repeat(2,1fr)}
.quickbuttonsgridv1{grid-template-columns:repeat(2,1fr)}
}
.aboutintrov1{background:linear-gradient(135deg,#1a1a2e 0%,#0a0a14 100%);padding:80px 20px;position:relative;overflow:hidden}
.aboutintrov1::before{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,#67abee0f 0%,transparent 70%);top:-100px;right:-50px;border-radius:50%}
.aboutintrov1::after{content:'';position:absolute;width:200px;height:200px;background:radial-gradient(circle,#de01430a 0%,transparent 70%);bottom:-80px;left:10%;border-radius:50%}
.introinnerv1{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.introtitlewrapv1{margin-bottom:60px}
.introtitlewrapv1 h1{color:#fff;font-size:56px;font-weight:700;margin:0 0 20px;line-height:1.1}
.introtitlewrapv1 h1::after{content:'';display:block;width:80px;height:4px;background:linear-gradient(90deg,#67ABEE,#DE0143);margin-top:20px}
.introleadtextv1{color:#c8d0e0;font-size:20px;line-height:1.6;max-width:720px}
.storysection{background:#0f0f1a;padding:100px 20px}
.storycontainer{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.storycontent h2{color:#fff;font-size:42px;font-weight:700;margin:0 0 30px;line-height:1.2}
.storycontent h2::before{content:'';display:inline-block;width:6px;height:42px;background:linear-gradient(180deg,#67ABEE,#DE0143);margin-right:16px;vertical-align:middle}
.storyparagraph{color:#b8c1d6;font-size:17px;line-height:1.7;margin-bottom:22px}
.storyimage img{width:100%;height:460px;object-fit:cover;border-radius:4px;box-shadow:0 6px 24px #00000080}
.valuesblock{background:linear-gradient(180deg,#1a1a2e 0%,#0f0f1a 100%);padding:100px 20px}
.valuesinnerwrap{max-width:1000px;margin:0 auto}
.valuesheading{text-align:center;margin-bottom:70px}
.valuesheading h2{color:#fff;font-size:44px;font-weight:700;margin:0 0 18px}
.valuesheading h2::after{content:'';display:block;width:100px;height:3px;background:linear-gradient(90deg,#DE0143,#00F09C);margin:20px auto 0}
.valuesheading p{color:#a8b3c9;font-size:18px;line-height:1.6}
.valuesgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.valuecard{background:#ffffff08;padding:40px 30px;border-radius:4px;border:1px solid #67abee26;transition:all .3s ease;position:relative}
.valuecard::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#67ABEE,#00F09C);opacity:0;transition:opacity .3s ease}
.valuecard:hover{background:#ffffff0d;border-color:#67abee4d;box-shadow:0 4px 16px #67abee1a;transform:translateY(-4px)}
.valuecard:hover::before{opacity:1}
.valueicon{width:56px;height:56px;background:linear-gradient(135deg,#67abee26,#de014326);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.valueicon i{font-size:26px;color:#67ABEE}
.valuecard h3{color:#fff;font-size:22px;font-weight:600;margin:0 0 14px}
.valuecard p{color:#98a5bb;font-size:16px;line-height:1.6;margin:0}
.teamexpertise{background:#0a0a14;padding:100px 20px}
.teamwrapper{max-width:1000px;margin:0 auto}
.teamtitle{margin-bottom:60px}
.teamtitle h2{color:#fff;font-size:46px;font-weight:700;margin:0 0 16px;line-height:1.2}
.teamtitle h2::before{content:'';display:inline-block;width:50px;height:4px;background:linear-gradient(90deg,#00F09C,#67ABEE);margin-right:20px;vertical-align:middle}
.teamdescription{color:#b0b9ce;font-size:18px;line-height:1.7;max-width:800px;margin-bottom:50px}
.expertscontainer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-bottom:50px}
.expertbox{background:#ffffff0a;border-radius:4px;overflow:hidden;border:1px solid #ffffff14;transition:all .3s ease}
.expertbox:hover{border-color:#67abee66;box-shadow:0 6px 20px #67abee26;transform:translateY(-6px)}
.expertphoto img{width:100%;height:280px;object-fit:cover;display:block}
.expertinfo{padding:26px 22px}
.expertinfo h3{color:#fff;font-size:20px;font-weight:600;margin:0 0 8px}
.expertrole{color:#67ABEE;font-size:15px;font-weight:500;margin-bottom:12px}
.expertbio{color:#98a5bb;font-size:15px;line-height:1.6;margin:0}
.showcasegallery{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.showcaseitem img{width:100%;height:180px;object-fit:cover;border-radius:3px;border:1px solid #ffffff14;transition:all .3s ease}
.showcaseitem img:hover{border-color:#de014380;box-shadow:0 4px 16px #de014333;transform:scale(1.05)}
@media (max-width: 900px) {
.aboutintrov1{padding:60px 20px}
.introtitlewrapv1 h1{font-size:42px}
.introleadtextv1{font-size:18px}
.storysection{padding:70px 20px}
.storycontainer{grid-template-columns:1fr;gap:40px}
.storycontent h2{font-size:36px}
.valuesblock{padding:70px 20px}
.valuesheading h2{font-size:36px}
.valuesgrid{grid-template-columns:1fr;gap:25px}
.teamexpertise{padding:70px 20px}
.teamtitle h2{font-size:36px}
.expertscontainer{grid-template-columns:1fr;gap:30px}
.showcasegallery{grid-template-columns:repeat(2,1fr);gap:15px}
}
@media (max-width: 600px) {
.introtitlewrapv1 h1{font-size:32px}
.introleadtextv1{font-size:16px}
.storycontent h2{font-size:28px}
.storyparagraph{font-size:16px}
.valuesheading h2{font-size:28px}
.valuecard{padding:30px 20px}
.teamtitle h2{font-size:28px}
.teamdescription{font-size:16px}
.showcasegallery{grid-template-columns:1fr}
}
.programtitlewrapperv1{display:flex;align-items:center;gap:48px;max-width:1000px;margin:60px auto;padding:0 20px;position:relative}
.programtitlewrapperv1 .imagepartv1{flex:0 0 40%;position:relative;z-index:3}
.programtitlewrapperv1 .imagepartv1 img{width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 4px 8px #de014333}
.programtitlewrapperv1 .textpartv1{flex:1}
.programtitlewrapperv1 .textpartv1 .headingmainv1{font-size:42px;font-weight:700;color:#67ABEE;line-height:1.2;margin-bottom:20px}
.programtitlewrapperv1 .textpartv1 .headingmainv1 .underlinedwordv1{position:relative;display:inline-block}
.programtitlewrapperv1 .textpartv1 .headingmainv1 .underlinedwordv1::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#DE0143,#00F09C)}
.programtitlewrapperv1 .textpartv1 .descriptiontextv1{font-size:17px;line-height:1.7;color:#b8b8b8}
.programtitlewrapperv1::before{content:'';position:absolute;top:-30px;right:-50px;width:400px;height:400px;background:radial-gradient(circle,#67abee14,transparent 70%);pointer-events:none;z-index:1}
.programtitlewrapperv1::after{content:'';position:absolute;bottom:-40px;left:-60px;width:350px;height:350px;background:radial-gradient(circle,#de01430f,transparent 70%);pointer-events:none;z-index:1}
.curriculumgridwrapperv2{max-width:1000px;margin:80px auto;padding:0 20px}
.curriculumgridwrapperv2 .sectionheadv2{text-align:center;margin-bottom:50px}
.curriculumgridwrapperv2 .sectionheadv2 .titletextv2{font-size:38px;font-weight:700;color:#67ABEE;margin-bottom:16px;position:relative;display:inline-block}
.curriculumgridwrapperv2 .sectionheadv2 .titletextv2::before{content:'';position:absolute;top:-10px;left:-20px;width:12px;height:12px;background:#00F09C;border-radius:50%}
.curriculumgridwrapperv2 .sectionheadv2 .subtextv2{font-size:16px;color:#a0a0a0;line-height:1.6}
.curriculumgridwrapperv2 .modulescontainerv2{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.curriculumgridwrapperv2 .moduleitemv2{background:linear-gradient(135deg,#67abee0d,#00f09c08);border:1px solid #67abee26;border-radius:3px;padding:32px 24px;position:relative;transition:transform 0.3s,box-shadow .3s}
.curriculumgridwrapperv2 .moduleitemv2:hover{transform:translateY(-4px);box-shadow:0 6px 12px #67abee33}
.curriculumgridwrapperv2 .moduleitemv2 .moduleindexv2{position:absolute;top:16px;right:16px;font-size:48px;font-weight:700;color:#67abee1a;line-height:1}
.curriculumgridwrapperv2 .moduleitemv2 .moduleiconv2{width:48px;height:48px;margin-bottom:20px}
.curriculumgridwrapperv2 .moduleitemv2 .moduletitlev2{font-size:20px;font-weight:700;color:#67ABEE;margin-bottom:12px;line-height:1.3}
.curriculumgridwrapperv2 .moduleitemv2 .moduledescv2{font-size:15px;line-height:1.6;color:#9a9a9a;margin-bottom:20px}
.curriculumgridwrapperv2 .moduleitemv2 .topicslistv2{list-style:none;padding:0;margin:0}
.curriculumgridwrapperv2 .moduleitemv2 .topicslistv2 .topicitemv2{font-size:14px;color:#888;padding:6px 0 6px 20px;position:relative}
.curriculumgridwrapperv2 .moduleitemv2 .topicslistv2 .topicitemv2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#00F09C;border-radius:50%}
.instructorpanelwrapperv3{max-width:1000px;margin:80px auto;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.instructorpanelwrapperv3 .instructorcardv3{background:#14141899;border:1px solid #de014333;border-radius:5px;padding:0;overflow:hidden;position:relative;transition:border-color .3s}
.instructorpanelwrapperv3 .instructorcardv3:hover{border-color:#de014380}
.instructorpanelwrapperv3 .instructorcardv3 .photowrapperv3{width:100%;height:280px;overflow:hidden}
.instructorpanelwrapperv3 .instructorcardv3 .photowrapperv3 img{width:100%;height:100%;object-fit:cover;display:block}
.instructorpanelwrapperv3 .instructorcardv3 .infowrapperv3{padding:24px}
.instructorpanelwrapperv3 .instructorcardv3 .infowrapperv3 .instructornamev3{font-size:22px;font-weight:700;color:#DE0143;margin-bottom:8px}
.instructorpanelwrapperv3 .instructorcardv3 .infowrapperv3 .instructorrolev3{font-size:15px;color:#67ABEE;margin-bottom:16px;font-weight:500}
.instructorpanelwrapperv3 .instructorcardv3 .infowrapperv3 .instructorbiov3{font-size:14px;line-height:1.6;color:#a8a8a8}
.instructorpanelwrapperv3 .instructorcardv3 .infowrapperv3 .specialtylistv3{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-wrap:wrap;gap:8px}
.instructorpanelwrapperv3 .instructorcardv3 .infowrapperv3 .specialtylistv3 .specialtytagv3{font-size:12px;padding:4px 12px;background:#00f09c1a;color:#00F09C;border-radius:2px;border:1px solid #00f09c33}
.enrollmentboxwrapperv4{max-width:1000px;margin:80px auto 100px;padding:0 20px}
.enrollmentboxwrapperv4 .enrollcontainerv4{background:linear-gradient(135deg,#67abee14,#de014314);border:2px solid #67abee4d;border-radius:4px;padding:48px;text-align:center;position:relative;overflow:hidden}
.enrollmentboxwrapperv4 .enrollcontainerv4::before{content:'';position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,#00f09c1a,transparent 60%);pointer-events:none}
.enrollmentboxwrapperv4 .enrollcontainerv4 .enrollheadingv4{font-size:36px;font-weight:700;color:#67ABEE;margin-bottom:16px;position:relative;z-index:2}
.enrollmentboxwrapperv4 .enrollcontainerv4 .enrolldescv4{font-size:16px;line-height:1.7;color:#b0b0b0;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.enrollmentboxwrapperv4 .enrollcontainerv4 .enrollbuttonv4{display:inline-block;padding:16px 48px;background:linear-gradient(135deg,#DE0143,#67ABEE);color:#fff;font-size:18px;font-weight:700;text-decoration:none;border-radius:3px;transition:transform 0.3s,box-shadow .3s;position:relative;z-index:3;box-shadow:0 4px 6px #de01434d}
.enrollmentboxwrapperv4 .enrollcontainerv4 .enrollbuttonv4:hover{transform:scale(1.05);box-shadow:0 6px 12px #de014380}
@media (max-width: 768px) {
.programtitlewrapperv1{flex-direction:column;gap:32px}
.programtitlewrapperv1 .imagepartv1{flex:0 0 100%}
.programtitlewrapperv1 .textpartv1 .headingmainv1{font-size:32px}
.curriculumgridwrapperv2 .modulescontainerv2{grid-template-columns:1fr}
.curriculumgridwrapperv2 .sectionheadv2 .titletextv2{font-size:28px}
.instructorpanelwrapperv3{grid-template-columns:1fr}
.enrollmentboxwrapperv4 .enrollcontainerv4{padding:32px 20px}
.enrollmentboxwrapperv4 .enrollcontainerv4 .enrollheadingv4{font-size:28px}
}
@media (min-width: 769px) and (max-width: 1024px) {
.curriculumgridwrapperv2 .modulescontainerv2{grid-template-columns:repeat(2,1fr)}
.instructorpanelwrapperv3{grid-template-columns:repeat(2,1fr)}
}
.successwrapper{max-width:1000px;margin:0 auto;padding:60px 20px}
.herosuccessv1{background:linear-gradient(135deg,#1a1a2e 0%,#0f0f1a 100%);border-radius:6px;padding:80px 40px;position:relative;overflow:hidden;box-shadow:0 4px 2px #00000080}
.herosuccessv1::before{content:'';position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,#67abee14 0%,transparent 70%);border-radius:50%}
.herosuccessv1::after{content:'';position:absolute;bottom:-30%;left:-15%;width:350px;height:350px;background:radial-gradient(circle,#de01430f 0%,transparent 70%);border-radius:50%}
.successiconwrap{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;margin-bottom:40px}
.checkiconv1{width:120px;height:120px;background:linear-gradient(135deg,#67ABEE 0%,#00F09C 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 4px #67abee66 0 0 40px #00f09c4d;margin-bottom:30px;position:relative}
.checkiconv1::before{content:'';position:absolute;inset:-8px;border-radius:50%;background:linear-gradient(135deg,#67abee33 0%,#00f09c33 100%);z-index:-1}
.checkiconv1 svg{width:60px;height:60px;stroke:#0f0f1a;stroke-width:3;fill:none}
.successcontenttextv1{text-align:center;position:relative;z-index:2}
.successcontenttextv1 h1{font-size:48px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2}
.successcontenttextv1 h2{font-size:24px;font-weight:400;color:#00F09C;margin:0 0 32px;line-height:1.4}
.successcontenttextv1 p{font-size:18px;color:#b8b8c8;line-height:1.6;max-width:640px;margin:0 auto 40px}
.buttonrowv1{display:flex;flex-direction:row;gap:20px;justify-content:center;flex-wrap:wrap}
.btnprimaryv1{background:linear-gradient(135deg,#DE0143 0%,#67ABEE 100%);color:#fff;padding:16px 40px;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 2px #de014366;transition:transform 0.2s,box-shadow .2s;position:relative;z-index:10}
.btnprimaryv1:hover{transform:translateY(-2px);box-shadow:0 6px 4px #de014380}
.btnsecondaryv1{background:transparent;color:#67ABEE;padding:16px 40px;border-radius:4px;text-decoration:none;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:10px;border:2px solid #67ABEE;transition:background 0.2s,color .2s;position:relative;z-index:10}
.btnsecondaryv1:hover{background:#67abee1a;color:#00F09C;border-color:#00F09C}
@media (max-width: 768px) {
.successwrapper{padding:40px 16px}
.herosuccessv1{padding:60px 24px}
.checkiconv1{width:100px;height:100px}
.checkiconv1 svg{width:50px;height:50px}
.successcontenttextv1 h1{font-size:36px}
.successcontenttextv1 h2{font-size:20px}
.successcontenttextv1 p{font-size:16px}
.buttonrowv1{flex-direction:column;align-items:stretch}
.btnprimaryv1,.btnsecondaryv1{justify-content:center;width:100%}
}
@media (max-width: 480px) {
.herosuccessv1{padding:40px 20px}
.successcontenttextv1 h1{font-size:28px}
.successcontenttextv1 h2{font-size:18px}
.btnprimaryv1,.btnsecondaryv1{padding:14px 32px;font-size:15px}
}