@import "https://fonts.googleapis.com/css2?family=Archivo:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Bitter:wght@400;700&display=swap";
*,::before,::after{box-sizing:border-box}
html,body,h1,h2,h3,h4,p,ul,ol,li,figure,blockquote{margin:0;padding:0}
body{font-family:'Archivo',sans-serif;background:#FFF7EE;color:#1a1a2e;line-height:1.6}
.sitewrap{display:flex;flex-direction:column;min-height:100vh}
main{flex:1}
.headerwrap{background:#fff;border-bottom:2px solid #f0e8dc;box-shadow:0 2px 12px #5938e912}
.headerinner{max-width:960px;margin:0 auto;padding:0 20px}
.headerrow1{display:flex;align-items:center;gap:0;padding:14px 0 10px;border-bottom:1px solid #f0e8dc}
.sitelogo{display:flex;align-items:center;flex-shrink:0}
.sitelogo img{width:80px;height:80px;object-fit:contain;border-radius:10px;background:#FFF7EE;padding:4px;border:1px solid #f0e8dc}
.connector-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#F9046F,#5938E9);margin:0 16px;flex-shrink:0}
.connector-line{width:24px;height:1px;background:linear-gradient(90deg,#F9046F,#5938E9);margin:0 8px;flex-shrink:0}
.sitename-holder{display:flex;flex-direction:column}
.sitename-holder .companyname{font-family:'Bitter',serif;font-weight:700;font-size:1.4rem;color:#1a1a2e;letter-spacing:-.5px;line-height:1.2}
.sitename-holder .tagline{font-size:.75rem;color:#5938E9;font-weight:400;letter-spacing:.3px}
.headerfill{flex:1}
.headerrow2{display:flex;align-items:center;padding:8px 0}
.main-nav{display:flex;align-items:center;gap:4px;list-style:none;flex-wrap:wrap}
.main-nav li a{display:inline-block;padding:7px 16px;font-size:.875rem;font-weight:400;color:#1a1a2e;text-decoration:none;border-radius:6px;border:1px solid transparent;transition:background .18s ease,color .18s ease,border-color .18s ease}
.main-nav li a:hover{background:#FFF7EE;color:#5938E9;border-color:#e0d4f7}
.main-nav li a.navactive{background:linear-gradient(135deg,#F9046F 0%,#5938E9 100%);color:#fff;border-color:transparent}
.footerwrap{background:#1a1a2e;color:#c8c0d8;padding:48px 20px 28px;margin-top:auto}
.footerinner{max-width:960px;margin:0 auto}
.footergrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid #2e2a4a}
.footercol .footertitle{font-family:'Bitter',serif;font-size:1rem;font-weight:700;color:#fff;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid #F9046F;display:inline-block}
.footercol p{font-size:.85rem;line-height:1.7;color:#a89cba}
.footercontact{list-style:none}
.footercontact li{font-size:.85rem;color:#a89cba;margin-bottom:10px;display:flex;align-items:flex-start;gap:8px}
.footercontact li .codicon{color:#F9046F;font-size:1rem;margin-top:2px;flex-shrink:0}
.footerlinks{list-style:none}
.footerlinks li{margin-bottom:8px}
.footerlinks li a{font-size:.85rem;color:#a89cba;text-decoration:none;transition:color .15s ease}
.footerlinks li a:hover{color:#F9046F}
.footerbottom{padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footerbottom .copyright{font-size:.8rem;color:#6b5f84}
.footerbottom .footerbrand{font-family:'Bitter',serif;font-size:.85rem;font-weight:700;color:#5938E9}
.cookiepopup{position:fixed;bottom:24px;right:24px;width:300px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #5938e92e 0 2px 8px #00000014;z-index:9999;overflow:hidden;transform:translateY(120%);transition:transform .38s cubic-bezier(0.34,1.56,0.64,1);border:1px solid #e0d4f7}
.cookiepopup.open{transform:translateY(0)}
.cookiepopup.closed{transform:translateY(120%)}
.cookieheader{background:linear-gradient(135deg,#F9046F 0%,#5938E9 100%);padding:14px 16px;display:flex;align-items:center;gap:8px}
.cookieheader .codicon{color:#fff;font-size:1.1rem}
.cookieheader .cookietitle{font-family:'Bitter',serif;font-size:.95rem;font-weight:700;color:#fff}
.cookiebody{padding:16px}
.cookiebody p{font-size:.8rem;color:#555;margin-bottom:14px;line-height:1.55}
.cookiecards{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}
.cookiecard{background:#FFF7EE;border-radius:8px;padding:8px 10px;border:1px solid #f0e8dc}
.cookiecard .ccardtitle{font-size:.72rem;font-weight:700;color:#1a1a2e;display:flex;align-items:center;gap:4px;margin-bottom:2px}
.cookiecard .ccardtitle .codicon{font-size:.75rem;color:#5938E9}
.cookiecard .ccardtext{font-size:.68rem;color:#888;line-height:1.4}
.cookiebtns{display:flex;flex-direction:column;gap:8px}
.cookiebtn{display:block;width:100%;padding:9px 16px;border-radius:999px;font-size:.82rem;font-weight:700;text-align:center;cursor:pointer;border:none;transition:opacity .18s ease}
.cookiebtn:hover{opacity:.88}
.cookiebtn-accept{background:linear-gradient(135deg,#F9046F 0%,#5938E9 100%);color:#fff}
.cookiebtn-decline{background:#f0e8dc;color:#1a1a2e}
@media (max-width: 768px) {
.headerrow1{flex-wrap:wrap;gap:10px}
.connector-line,.headerfill{display:none}
.connector-dot{margin:0 10px}
.footergrid{grid-template-columns:1fr;gap:28px}
.footerbottom{flex-direction:column;align-items:flex-start}
.cookiepopup{right:12px;left:12px;width:auto;bottom:12px}
}
@media (max-width: 480px) {
.main-nav li a{padding:6px 10px;font-size:.82rem}
.sitelogo img{width:60px;height:60px}
.sitename-holder .companyname{font-size:1.15rem}
}
.terms-content{max-width:960px;margin:0 auto;padding:48px 24px 64px;background:#FFF7EE;border-radius:8px;box-shadow:0 2px 12px #5938e912}
.terms-content p{font-size:16px;line-height:1.8;color:#1a1a2e;margin:0 0 20px;font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:.01em}
.terms-content ul{margin:0 0 20px;padding:0 0 0 28px;list-style-type:disc}
.terms-content ol{margin:0 0 20px;padding:0 0 0 28px;list-style-type:decimal}
.terms-content li{font-size:16px;line-height:1.8;color:#1a1a2e;margin:0 0 8px;font-family:Georgia,'Times New Roman',serif}
.terms-content ul ul,.terms-content ol ol,.terms-content ul ol,.terms-content ol ul{margin-top:8px;margin-bottom:8px}
.terms-content strong,.terms-content b{font-weight:700;color:#0f0f1a}
.terms-content em,.terms-content i{font-style:italic;color:#2d2d4a}
.terms-content a{color:#5938E9;text-decoration:underline;text-decoration-color:#5938e966;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease;cursor:pointer}
.terms-content a:hover{color:#F9046F;text-decoration-color:#f9046f80}
.terms-content a:visited{color:#7a5cf0}
.terms-content table{width:100%;border-collapse:collapse;margin:0 0 28px;font-size:15px;font-family:Georgia,'Times New Roman',serif;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 6px #5938e917}
.terms-content thead{background:linear-gradient(236deg,#F9046F 0%,#5938E9 100%)}
.terms-content thead tr th{color:#fff;font-size:14px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;text-transform:uppercase;letter-spacing:.06em;padding:14px 18px;text-align:left;border:none}
.terms-content tbody tr{border-bottom:1px solid #5938e91a;transition:background .15s ease}
.terms-content tbody tr:last-child{border-bottom:none}
.terms-content tbody tr:hover{background:#5938e90a}
.terms-content tbody tr td{padding:13px 18px;font-size:15px;line-height:1.6;color:#1a1a2e;vertical-align:top;border-right:1px solid #5938e914}
.terms-content tbody tr td:last-child{border-right:none}
.terms-content hr{border:none;border-top:2px solid #5938e926;margin:36px 0;background:none}
@media (max-width: 768px) {
.terms-content{padding:32px 16px 48px;border-radius:4px}
.terms-content p{font-size:15px;line-height:1.75;margin-bottom:16px}
.terms-content li{font-size:15px;line-height:1.75}
.terms-content ul,.terms-content ol{padding-left:22px;margin-bottom:16px}
.terms-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:4px}
.terms-content thead tr th{font-size:13px;padding:11px 13px;white-space:nowrap}
.terms-content tbody tr td{font-size:14px;padding:10px 13px;white-space:nowrap}
.terms-content hr{margin:28px 0}
}
@media (max-width: 480px) {
.terms-content{padding:24px 14px 36px}
.terms-content p{font-size:14px;line-height:1.7;margin-bottom:14px}
.terms-content li{font-size:14px;line-height:1.7;margin-bottom:6px}
.terms-content ul,.terms-content ol{padding-left:18px}
.terms-content thead tr th{padding:10px 11px}
.terms-content tbody tr td{padding:9px 11px}
.terms-content hr{margin:22px 0}
}
@media (min-width: 1280px) {
.terms-content{padding:56px 48px 72px}
.terms-content p{font-size:17px;line-height:1.85}
.terms-content li{font-size:17px;line-height:1.85}
.terms-content tbody tr td{font-size:16px}
}
.tiltedherowrap{position:relative;overflow:hidden;background:linear-gradient(236deg,#F9046F 0%,#5938E9 50%,#FFF7EE 100%);padding:80px 20px 100px}
.tiltedherowrap::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;background:#fff7ee14;pointer-events:none}
.tiltedherowrap::after{content:'';position:absolute;bottom:-40px;left:-60px;width:280px;height:280px;border-radius:50%;background:#f9046f1f;pointer-events:none}
.heroinnerhold{max-width:960px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:48px;position:relative;z-index:2}
.herotextblock{flex:1;min-width:0}
.herotextblock h1{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.15;margin:0 0 20px;letter-spacing:-.5px}
.herotextblock h1 span{display:inline-block;background:#fff7ee2e;border-radius:6px;padding:0 8px;color:#FFF7EE}
.herotextblock p{font-size:1.05rem;color:#fff7eee0;line-height:1.6;margin:0 0 32px;max-width:440px}
.herobtnrow{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.herobtn-primary{background:#FFF7EE;color:#5938E9;font-weight:700;font-size:.97rem;padding:13px 28px;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:box-shadow 0.2s,opacity .2s;display:inline-block;z-index:5;position:relative}
.herobtn-primary:hover{box-shadow:0 4px 18px #5938e938;opacity:.92}
.herobtn-outline{background:transparent;color:#FFF7EE;font-weight:600;font-size:.97rem;padding:12px 26px;border-radius:8px;border:2px solid #fff7ee8c;cursor:pointer;text-decoration:none;transition:background 0.2s,border-color .2s;display:inline-block;z-index:5;position:relative}
.herobtn-outline:hover{background:#fff7ee1a;border-color:#FFF7EE}
.heroimageside{flex:0 0 320px;position:relative}
.tiltedimgwrap{transform:rotate(3deg);border-radius:14px;overflow:hidden;box-shadow:0 16px 48px #5938e959;position:relative}
.tiltedimgwrap::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,#0000000f 3px,#0000000f 4px);pointer-events:none;border-radius:14px}
.tiltedimgwrap img{width:320px;height:240px;object-fit:cover;display:block}
.parallaxdot{position:absolute;border-radius:50%;background:#fff7ee2e;animation:floatdot 6s ease-in-out infinite alternate}
.parallaxdot.d1{width:18px;height:18px;top:-12px;left:30px;animation-delay:0s}
.parallaxdot.d2{width:10px;height:10px;bottom:20px;right:-8px;animation-delay:1.5s}
.parallaxdot.d3{width:14px;height:14px;top:60%;left:-14px;animation-delay:3s}
@keyframes floatdot {
from{transform:translateY(0)}
to{transform:translateY(-12px)}
}
.svgwavedivider{display:block;width:100%;line-height:0;overflow:hidden;background:#fff}
.projectsgridblock{background:#fff;padding:72px 20px}
.projectsgridinner{max-width:960px;margin:auto}
.blockheadingwrap{text-align:center;margin-bottom:48px}
.blockheadingwrap h2{font-size:2rem;font-weight:800;color:#1a1230;margin:0 0 14px;position:relative;display:inline-block}
.blockheadingwrap h2::after{content:'';display:block;width:56px;height:4px;border-radius:2px;background:linear-gradient(90deg,#F9046F,#5938E9);margin:10px auto 0}
.blockheadingwrap p{font-size:1rem;color:#5a5470;max-width:520px;margin:0 auto;line-height:1.6}
.projectsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.projectcard{border-radius:12px;border:1.5px solid #ede8ff;background:#faf9ff;padding:28px 22px 24px;position:relative;transition:box-shadow 0.22s,transform .22s;cursor:default}
.projectcard:hover{box-shadow:0 8px 32px #5938e921;transform:translateY(-4px)}
.projectcard .pctag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#F9046F;background:#fff0f5;border-radius:20px;padding:4px 12px;margin-bottom:14px}
.projectcard h4{font-size:1.05rem;font-weight:700;color:#1a1230;margin:0 0 10px;line-height:1.3}
.projectcard p{font-size:.9rem;color:#6b6480;line-height:1.55;margin:0 0 16px}
.projectcard .pcstats{display:flex;flex-direction:row;gap:16px}
.projectcard .pcstats span{font-size:.8rem;color:#8879b8;display:flex;align-items:center;gap:4px}
.projectcard .pcstats .codicon{font-size:13px;color:#5938E9}
.splitcontent{background:#FFF7EE;padding:72px 20px;position:relative;overflow:hidden}
.splitcontent::before{content:'';position:absolute;top:-80px;right:-100px;width:360px;height:360px;border-radius:50%;background:linear-gradient(135deg,#f9046f12,#5938e912);pointer-events:none}
.splitinner{max-width:960px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:56px}
.splitimagepart{flex:0 0 380px;position:relative}
.splitimagepart img{width:380px;height:290px;object-fit:cover;border-radius:12px;display:block;box-shadow:0 12px 40px #5938e924}
.splitbadge{position:absolute;bottom:-18px;right:-18px;background:linear-gradient(135deg,#F9046F,#5938E9);color:#fff;border-radius:10px;padding:14px 20px;font-size:.85rem;font-weight:700;box-shadow:0 6px 20px #f9046f38;line-height:1.3}
.splittextpart{flex:1;min-width:0}
.splittextpart h2{font-size:1.8rem;font-weight:800;color:#1a1230;margin:0 0 16px;line-height:1.2}
.splittextpart p{font-size:.97rem;color:#5a5470;line-height:1.6;margin:0 0 20px}
.splitlist{list-style:none;padding:0;margin:0}
.splitlist li{display:flex;flex-direction:row;align-items:flex-start;gap:10px;font-size:.93rem;color:#3b3060;margin-bottom:12px;line-height:1.45}
.splitlist li .codicon{color:#F9046F;font-size:16px;margin-top:1px;flex-shrink:0}
.zigzagdivider{width:100%;height:32px;background:#fff;position:relative;overflow:hidden;line-height:0}
.metricsblock{background:linear-gradient(180deg,#fff 0%,#f4f1ff 100%);padding:72px 20px}
.metricsinner{max-width:960px;margin:auto}
.metricsrow{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}
.metricsleftcol h2{font-size:1.75rem;font-weight:800;color:#1a1230;margin:0 0 14px;line-height:1.25}
.metricsleftcol p{font-size:.97rem;color:#5a5470;line-height:1.6;margin:0 0 32px}
.progressbars{display:flex;flex-direction:column;gap:18px}
.progressitem{display:flex;flex-direction:column;gap:6px}
.progresslabel{display:flex;flex-direction:row;justify-content:space-between;font-size:.85rem;color:#3b3060;font-weight:600}
.progresstrack{height:8px;border-radius:4px;background:#e4deff;overflow:hidden}
.progressfill{height:100%;border-radius:4px;background:linear-gradient(90deg,#F9046F,#5938E9)}
.metricsrightcol{display:flex;flex-direction:column;gap:20px}
.metricstatcard{background:#fff;border-radius:12px;border:1.5px solid #ede8ff;padding:24px 20px;display:flex;flex-direction:row;align-items:center;gap:18px;box-shadow:0 2px 12px #5938e90f;transition:box-shadow .2s}
.metricstatcard:hover{box-shadow:0 6px 24px #5938e921}
.metricicon{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,#F9046F,#5938E9);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.metricicon .codicon{color:#fff;font-size:20px}
.metricstatcard .metrictext h4{font-size:1.45rem;font-weight:800;color:#1a1230;margin:0 0 4px}
.metricstatcard .metrictext p{font-size:.83rem;color:#7a6fa0;margin:0;line-height:1.4}
.testimonialsblock{background:#fff;padding:72px 20px 80px}
.testimonialsinner{max-width:960px;margin:auto}
.testimonialsgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:48px}
.testimonialcard{border-radius:14px;background:#faf9ff;border:1.5px solid #ede8ff;padding:30px 26px;position:relative;transition:box-shadow .2s}
.testimonialcard:hover{box-shadow:0 8px 28px #5938e91a}
.testimonialcard::before{content:'\201C';position:absolute;top:16px;right:22px;font-size:4rem;color:#ede8ff;line-height:1;font-family:Georgia,serif}
.testimonialcard .tquote{font-size:.94rem;color:#3b3060;line-height:1.6;margin:0 0 22px;font-style:italic}
.testimonialcard .tperson{display:flex;flex-direction:row;align-items:center;gap:14px}
.testimonialcard .tperson img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #ede8ff}
.testimonialcard .tperson .tname{font-weight:700;font-size:.92rem;color:#1a1230}
.testimonialcard .tperson .trole{font-size:.8rem;color:#8879b8}
.ctafinalblock{background:linear-gradient(236deg,#F9046F 0%,#5938E9 60%,#3b1fc4 100%);padding:72px 20px;text-align:center;position:relative;overflow:hidden}
.ctafinalblock::before{content:'';position:absolute;top:-60px;left:50%;transform:translateX(-50%);width:500px;height:200px;background:#fff7ee0f;border-radius:50%;pointer-events:none}
.ctafinalinner{max-width:600px;margin:auto;position:relative;z-index:2}
.ctafinalinner h2{font-size:2rem;font-weight:800;color:#fff;margin:0 0 16px;line-height:1.2}
.ctafinalinner p{font-size:1rem;color:#fff7eed9;line-height:1.6;margin:0 0 32px}
.ctafinalbtns{display:flex;flex-direction:row;gap:16px;justify-content:center;flex-wrap:wrap}
.ctabtn-white{background:#fff;color:#5938E9;font-weight:700;font-size:.97rem;padding:14px 32px;border-radius:8px;border:none;text-decoration:none;display:inline-block;transition:box-shadow 0.2s,opacity .2s;z-index:5;position:relative}
.ctabtn-white:hover{box-shadow:0 6px 24px #0000002e;opacity:.95}
.ctabtn-ghost{background:transparent;color:#fff;font-weight:600;font-size:.97rem;padding:13px 28px;border-radius:8px;border:2px solid #ffffff80;text-decoration:none;display:inline-block;transition:background 0.2s,border-color .2s;z-index:5;position:relative}
.ctabtn-ghost:hover{background:#ffffff1a;border-color:#fff}
@media (max-width: 1024px) {
.heroinnerhold{gap:32px}
.heroimageside{flex:0 0 260px}
.tiltedimgwrap img{width:260px;height:200px}
.splitimagepart{flex:0 0 300px}
.splitimagepart img{width:300px;height:230px}
.projectsgrid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 768px) {
.heroinnerhold{flex-direction:column-reverse;gap:28px;text-align:center}
.herotextblock h1{font-size:1.9rem}
.herotextblock p{max-width:100%}
.herobtnrow{justify-content:center}
.heroimageside{flex:unset;width:100%;max-width:300px}
.tiltedimgwrap img{width:100%;height:200px}
.projectsgrid{grid-template-columns:1fr}
.splitinner{flex-direction:column;gap:40px}
.splitimagepart{flex:unset;width:100%}
.splitimagepart img{width:100%;height:240px}
.splitbadge{right:10px;bottom:-16px}
.metricsrow{grid-template-columns:1fr;gap:32px}
.testimonialsgrid{grid-template-columns:1fr}
.ctafinalinner h2{font-size:1.6rem}
}
@media (max-width: 480px) {
.tiltedherowrap{padding:56px 16px 72px}
.herotextblock h1{font-size:1.55rem}
.projectsgridblock,.splitcontent,.metricsblock,.testimonialsblock,.ctafinalblock{padding:48px 16px}
}
.herowrap{position:relative;overflow:hidden;background:linear-gradient(236deg,#F9046F 0%,#5938E9 50%,#FFF7EE 100%);padding:72px 24px 80px}
.herowrap::before{content:'';position:absolute;top:-60px;right:-80px;width:420px;height:420px;border-radius:50%;background:#fff7ee1f;pointer-events:none}
.herowrap::after{content:'';position:absolute;bottom:-40px;left:-60px;width:280px;height:280px;border-radius:50%;background:#f9046f1a;pointer-events:none}
.heroholder{max-width:960px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.herotextside{flex:1 1 0;min-width:0}
.herobadge{display:inline-block;background:#fff7ee2e;border:1px solid #fff7ee59;border-radius:20px;padding:5px 16px;font-size:.82rem;color:#FFF7EE;letter-spacing:.06em;margin-bottom:20px}
.herotextside h1{font-size:2.6rem;font-weight:800;line-height:1.18;color:#FFF7EE;margin:0 0 14px}
.herotextside h1 .accentword{color:#F9046F;position:relative}
.herotextside h1 .accentword::after{content:'';display:block;height:3px;background:#FFF7EE;border-radius:2px;margin-top:2px;width:100%}
.heroproblem{font-size:1.08rem;color:#fff7eed1;margin:0 0 10px;line-height:1.55}
.herosolution{font-size:1.02rem;color:#FFF7EE;margin:0 0 28px;line-height:1.55}
.herobtnrow{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.herobtn-primary{display:inline-block;background:#F9046F;color:#FFF7EE;border-radius:8px;padding:13px 30px;font-size:1rem;font-weight:700;text-decoration:none;transition:box-shadow 0.22s,transform .18s;border:none;cursor:pointer;position:relative;z-index:2;box-shadow:0 4px 18px #f9046f52}
.herobtn-primary:hover{box-shadow:0 8px 30px #f9046f85;transform:translateY(-2px)}
.herobtn-outline{display:inline-block;background:transparent;color:#FFF7EE;border-radius:8px;padding:12px 28px;font-size:1rem;font-weight:600;text-decoration:none;border:2px solid #fff7ee80;transition:border-color 0.2s,background .2s;cursor:pointer;position:relative;z-index:2}
.herobtn-outline:hover{border-color:#FFF7EE;background:#fff7ee1a}
.heroimgside{flex:0 0 340px;max-width:340px;position:relative}
.heroimgside img{width:100%;height:370px;object-fit:cover;border-radius:16px;box-shadow:0 12px 40px #5938e959;display:block}
.heroimgside::before{content:'';position:absolute;top:-12px;left:-12px;right:12px;bottom:12px;border:2px solid #fff7ee33;border-radius:18px;z-index:0}
.heroimgside img{position:relative;z-index:1}
.problemswrap{background:#FFF7EE;padding:72px 24px}
.problemsholder{max-width:960px;margin:0 auto}
.sectionlabel{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:10px}
.sectionlabel .codicon{color:#F9046F;font-size:1.1rem}
.sectionlabel span{font-size:.82rem;font-weight:700;letter-spacing:.1em;color:#F9046F;text-transform:uppercase}
.problemsholder h2{font-size:1.9rem;font-weight:800;color:#1a1035;margin:0 0 14px;line-height:1.22}
.problemsholder > p{font-size:1rem;color:#4a4060;margin:0 0 40px;max-width:560px;line-height:1.6}
.problemsgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.problemcard{background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 2px 12px #5938e914;border-top:4px solid transparent;transition:box-shadow 0.2s,transform .2s;position:relative}
.problemcard:nth-child(1){border-top-color:#F9046F}
.problemcard:nth-child(2){border-top-color:#5938E9}
.problemcard:nth-child(3){border-top-color:#F9046F}
.problemcard:hover{box-shadow:0 8px 28px #5938e929;transform:translateY(-3px)}
.problemcard .codicon{font-size:1.7rem;margin-bottom:14px;display:block}
.problemcard:nth-child(1) .codicon{color:#F9046F}
.problemcard:nth-child(2) .codicon{color:#5938E9}
.problemcard:nth-child(3) .codicon{color:#F9046F}
.problemcard h4{font-size:1.05rem;font-weight:700;color:#1a1035;margin:0 0 8px}
.problemcard p{font-size:.93rem;color:#4a4060;line-height:1.58;margin:0}
.problemcard .solvedbadge{display:inline-flex;align-items:center;gap:5px;margin-top:14px;font-size:.8rem;font-weight:600;color:#5938E9;background:#5938e914;border-radius:12px;padding:3px 10px}
.ecosystemwrap{background:#fff;padding:72px 24px;position:relative;overflow:hidden}
.ecosystemwrap::before{content:'';position:absolute;right:-100px;top:50%;transform:translateY(-50%);width:380px;height:380px;border-radius:50%;background:linear-gradient(135deg,#f9046f0d 0%,#5938e912 100%);pointer-events:none}
.ecosystemholder{max-width:960px;margin:0 auto;display:flex;flex-direction:row;gap:56px;align-items:center}
.ecosystemimgside{flex:0 0 300px;max-width:300px}
.ecosystemimgside img{width:100%;height:320px;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px #5938e92e;display:block}
.ecosystemtextside{flex:1 1 0;min-width:0}
.ecosystemtextside h2{font-size:1.85rem;font-weight:800;color:#1a1035;margin:0 0 14px;line-height:1.25}
.ecosystemtextside > p{font-size:.97rem;color:#4a4060;line-height:1.6;margin:0 0 28px}
.pathsteps{display:flex;flex-direction:column;gap:0}
.pathstep{display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #eee8f5}
.pathstep:last-child{border-bottom:none}
.pathstepnum{flex:0 0 36px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:800;color:#fff;flex-shrink:0}
.pathstepnum.lvl1{background:#5938E9}
.pathstepnum.lvl2{background:linear-gradient(135deg,#5938E9,#F9046F)}
.pathstepnum.lvl3{background:#F9046F}
.pathstepcontent h5{font-size:.97rem;font-weight:700;color:#1a1035;margin:0 0 4px}
.pathstepcontent p{font-size:.88rem;color:#4a4060;line-height:1.55;margin:0}
.careerwrap{background:linear-gradient(236deg,#5938E9 0%,#1a1035 100%);padding:72px 24px;position:relative;overflow:hidden}
.careerwrap::after{content:'';position:absolute;bottom:-60px;right:-40px;width:300px;height:300px;border-radius:50%;background:#f9046f1f;pointer-events:none}
.careerholder{max-width:960px;margin:0 auto;position:relative;z-index:1}
.careertitlerow{text-align:center;margin-bottom:48px}
.careertitlerow h2{font-size:1.9rem;font-weight:800;color:#FFF7EE;margin:0 0 12px;line-height:1.22}
.careertitlerow p{font-size:1rem;color:#fff7eebf;max-width:520px;margin:0 auto;line-height:1.6}
.careergrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.careercard{background:#fff7ee12;border:1px solid #fff7ee21;border-radius:12px;padding:26px;display:flex;flex-direction:row;gap:18px;align-items:flex-start;transition:background .22s}
.careercard:hover{background:#fff7ee21}
.careercard .codicon{font-size:1.6rem;color:#F9046F;flex-shrink:0;margin-top:2px}
.careercard h4{font-size:1rem;font-weight:700;color:#FFF7EE;margin:0 0 7px}
.careercard p{font-size:.9rem;color:#fff7eeb8;margin:0;line-height:1.55}
.careerstatsrow{display:flex;flex-direction:row;gap:0;margin-top:44px;background:#fff7ee0f;border-radius:12px;overflow:hidden}
.careerstat{flex:1 1 0;text-align:center;padding:26px 16px;border-right:1px solid #fff7ee1a}
.careerstat:last-child{border-right:none}
.careerstatnum{font-size:2rem;font-weight:900;color:#F9046F;line-height:1;margin-bottom:6px}
.careerstatnum sup{font-size:1rem;font-weight:700}
.careerstattext{font-size:.82rem;color:#fff7eea6;line-height:1.4}
.inspirewrap{background:#FFF7EE;padding:72px 24px;position:relative;overflow:hidden}
.inspireholder{max-width:960px;margin:0 auto;display:flex;flex-direction:row;gap:48px;align-items:stretch}
.inspirequote-block{flex:1 1 0;background:linear-gradient(145deg,#F9046F 0%,#5938E9 100%);border-radius:16px;padding:40px 36px;display:flex;flex-direction:column;justify-content:space-between;min-height:300px}
.inspirequote-block blockquote{font-size:1.25rem;font-weight:600;color:#FFF7EE;line-height:1.55;margin:0 0 24px;position:relative;padding-left:0}
.inspirequote-block blockquote::before{content:'\201C';font-size:4rem;color:#fff7ee40;line-height:0;position:absolute;top:20px;left:-8px}
.inspireprofile{display:flex;flex-direction:row;align-items:center;gap:14px}
.inspireprofile img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #fff7ee66;flex-shrink:0}
.inspireprofilename{font-size:.95rem;font-weight:700;color:#FFF7EE}
.inspireprofiletitle{font-size:.8rem;color:#fff7eeb3}
.inspirecards-col{flex:1 1 0;display:flex;flex-direction:column;gap:16px}
.inspirecard{background:#fff;border-radius:12px;padding:22px 24px;box-shadow:0 2px 10px #5938e917;display:flex;flex-direction:row;align-items:flex-start;gap:14px;transition:box-shadow .2s}
.inspirecard:hover{box-shadow:0 6px 24px #5938e92b}
.inspirecard .codicon{font-size:1.4rem;color:#5938E9;flex-shrink:0;margin-top:2px}
.inspirecard h5{font-size:.97rem;font-weight:700;color:#1a1035;margin:0 0 5px}
.inspirecard p{font-size:.87rem;color:#4a4060;margin:0;line-height:1.52}
.bizwrap{background:#fff;padding:72px 24px 64px;position:relative}
.bizdivider{width:100%;overflow:hidden;line-height:0;margin-bottom:-2px}
.bizdivider svg{display:block;width:100%}
.bizholder{max-width:960px;margin:0 auto}
.biztitlerow{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}
.biztitlerow h2{font-size:1.85rem;font-weight:800;color:#1a1035;margin:0;line-height:1.25;max-width:440px}
.biztitlerow p{font-size:.95rem;color:#4a4060;max-width:360px;line-height:1.58;margin:0}
.bizgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-bottom:40px}
.bizcard{border-radius:12px;overflow:hidden;box-shadow:0 2px 14px #5938e917;transition:box-shadow 0.22s,transform .2s}
.bizcard:hover{box-shadow:0 8px 32px #5938e92e;transform:translateY(-3px)}
.bizcard img{width:100%;height:160px;object-fit:cover;display:block}
.bizcardcontent{padding:18px 20px 20px;background:#fff}
.bizcardcontent .codicon{font-size:1.1rem;color:#F9046F;margin-bottom:8px;display:block}
.bizcardcontent h4{font-size:1rem;font-weight:700;color:#1a1035;margin:0 0 7px}
.bizcardcontent p{font-size:.87rem;color:#4a4060;margin:0;line-height:1.55}
.bizcta{background:linear-gradient(135deg,#FFF7EE 0%,#5938e90d 100%);border-radius:16px;padding:36px 40px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;border:1px solid #5938e91a;flex-wrap:wrap}
.bizctainfo h3{font-size:1.25rem;font-weight:800;color:#1a1035;margin:0 0 8px}
.bizctainfo p{font-size:.95rem;color:#4a4060;margin:0;line-height:1.55}
.bizctabtn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#F9046F 0%,#5938E9 100%);color:#FFF7EE;border-radius:8px;padding:13px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:box-shadow 0.22s,transform .18s;white-space:nowrap;flex-shrink:0;box-shadow:0 4px 18px #5938e940}
.bizctabtn:hover{box-shadow:0 8px 30px #5938e966;transform:translateY(-2px)}
@media (max-width: 1024px) {
.heroholder{gap:32px}
.heroimgside{flex:0 0 260px;max-width:260px}
.heroimgside img{height:280px}
.ecosystemholder{gap:36px}
.ecosystemimgside{flex:0 0 230px;max-width:230px}
.ecosystemimgside img{height:260px}
.bizgrid{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px) {
.herowrap{padding:48px 16px 56px}
.heroholder{flex-direction:column;gap:32px}
.heroimgside{flex:none;max-width:100%;width:100%}
.heroimgside img{height:240px}
.herotextside h1{font-size:1.9rem}
.problemsgrid{grid-template-columns:1fr;gap:16px}
.ecosystemholder{flex-direction:column;gap:28px}
.ecosystemimgside{max-width:100%;width:100%}
.ecosystemimgside img{height:200px}
.careergrid{grid-template-columns:1fr;gap:14px}
.careerstatsrow{flex-direction:column}
.careerstat{border-right:none;border-bottom:1px solid #fff7ee1a}
.careerstat:last-child{border-bottom:none}
.inspireholder{flex-direction:column;gap:24px}
.bizgrid{grid-template-columns:1fr}
.biztitlerow{flex-direction:column;align-items:flex-start}
.bizcta{flex-direction:column;align-items:flex-start}
.careerwrap{padding:56px 16px}
.problemswrap{padding:56px 16px}
.ecosystemwrap{padding:56px 16px}
.inspirewrap{padding:56px 16px}
.bizwrap{padding:56px 16px 48px}
}
@media (max-width: 480px) {
.herotextside h1{font-size:1.5rem}
.herobtnrow{flex-direction:column}
.herobtn-primary,.herobtn-outline{text-align:center}
.inspirequote-block{padding:28px 22px}
.bizcta{padding:24px 20px}
.careertitlerow h2{font-size:1.5rem}
}
.contactpage-wrap{max-width:960px;margin:0 auto;padding:0 20px}
.hero-contact-holder{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:stretch;margin-bottom:80px}
.hero-contact-holder .leftside{flex:1 1 55%;padding:70px 50px 70px 40px;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}
.hero-contact-holder .rightside{flex:1 1 45%;position:relative;overflow:hidden}
.rightside-bg{position:absolute;inset:0;background:linear-gradient(236deg,#F9046F 0%,#5938E9 55%,#FFF7EE 100%)}
.rightside-dots{position:absolute;inset:0;z-index:1}
.rightside-dots svg{width:100%;height:100%}
.hero-contact-holder .leftside-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#5938E9;background:#5938e914;border-radius:4px;padding:4px 12px;margin-bottom:22px;width:fit-content}
.hero-contact-holder h1{font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.18;color:#1a1030;margin:0 0 20px}
.hero-contact-holder h1 .accent-word{color:#F9046F;position:relative;display:inline-block}
.hero-contact-holder h1 .accent-word::after{content:'';position:absolute;left:0;bottom:-3px;height:3px;width:100%;background:linear-gradient(90deg,#F9046F,#5938E9);border-radius:2px}
.hero-theses{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.hero-theses li{font-size:15px;color:#3d3550;line-height:1.55;padding-left:20px;position:relative}
.hero-theses li::before{content:'→';position:absolute;left:0;color:#F9046F;font-size:13px}
.contactinfo-strip{background:linear-gradient(135deg,#1a1030 0%,#2d1a6e 100%);border-radius:10px;margin-bottom:72px;overflow:hidden;position:relative}
.contactinfo-strip::before{content:'';position:absolute;top:-60px;right:-60px;width:200px;height:200px;border-radius:50%;background:#f9046f1f}
.contactinfo-strip::after{content:'';position:absolute;bottom:-40px;left:30%;width:140px;height:140px;border-radius:50%;background:#5938e926}
.infostrip-inner{position:relative;z-index:2;display:flex;flex-direction:row;align-items:stretch}
.infoitem{flex:1 1 0;padding:36px 28px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;border-right:1px solid #ffffff14}
.infoitem:last-child{border-right:none}
.infoitem-icon{width:40px;height:40px;border-radius:8px;background:#f9046f2e;display:flex;align-items:center;justify-content:center}
.infoitem-icon .codicon{font-size:18px;color:#F9046F}
.infoitem-label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#ffffff73;font-weight:600}
.infoitem-value{font-size:14px;color:#fff;line-height:1.5;word-break:break-word}
.infoitem-value a{color:#FFF7EE;text-decoration:none;transition:color .2s}
.infoitem-value a:hover{color:#F9046F}
.formblock-holder{display:grid;grid-template-columns:1fr 1.6fr;gap:60px;margin-bottom:80px;align-items:start}
.formblock-left{padding-top:10px}
.formblock-left h2{font-size:clamp(22px,3vw,32px);font-weight:800;color:#1a1030;margin:0 0 14px;line-height:1.25}
.formblock-left h2 .hl{background:linear-gradient(90deg,#F9046F,#5938E9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.formblock-desc{font-size:15px;color:#5a5270;line-height:1.65;margin-bottom:28px}
.topics-checklist{display:flex;flex-direction:column;gap:8px;margin-bottom:0}
.topics-checklist-label{font-size:12px;text-transform:uppercase;letter-spacing:1.8px;color:#5938E9;font-weight:700;margin-bottom:6px}
.topics-checklist-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#3d3550;line-height:1.4;padding:7px 0;border-bottom:1px solid #f0eeff}
.topics-checklist-item .codicon{font-size:14px;color:#5938E9;flex-shrink:0}
.contactform-modern{background:#fff;border-radius:12px;padding:40px 38px;box-shadow:0 4px 28px #5938e91a 0 1px 4px #0000000f;border:1px solid #ede8ff}
.contactform-modern .formrow{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}
.contactform-modern .formrow label{font-size:12.5px;font-weight:700;color:#2d1a6e;letter-spacing:.5px;text-transform:uppercase}
.contactform-modern .formrow input[type="text"],.contactform-modern .formrow input[type="email"]{width:100%;padding:13px 16px;border:1.5px solid #ddd6f7;border-radius:7px;font-size:15px;color:#1a1030;background:#faf9ff;outline:none;box-sizing:border-box;transition:border-color 0.2s,box-shadow .2s;box-shadow:inset 0 2px 4px #5938e90a}
.contactform-modern .formrow input[type="text"]:focus,.contactform-modern .formrow input[type="email"]:focus{border-color:#5938E9;box-shadow:0 0 0 3px #5938e91a inset 0 2px 4px #5938e90a}
.form-checks-label{font-size:12.5px;font-weight:700;color:#2d1a6e;letter-spacing:.5px;text-transform:uppercase;margin-bottom:12px;display:block}
.form-checkbox-group{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;margin-bottom:22px}
.form-checkitem{display:flex;align-items:center;gap:9px;cursor:pointer}
.form-checkitem input[type="checkbox"]{width:17px;height:17px;accent-color:#5938E9;cursor:pointer;flex-shrink:0}
.form-checkitem span{font-size:13.5px;color:#3d3550;line-height:1.4}
.privacy-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:24px;padding:14px;background:#f8f6ff;border-radius:7px;border:1px solid #ede8ff}
.privacy-row input[type="checkbox"]{width:17px;height:17px;accent-color:#5938E9;cursor:pointer;flex-shrink:0;margin-top:2px}
.privacy-row .privacy-text{font-size:13px;color:#5a5270;line-height:1.55}
.privacy-row .privacy-text a{color:#5938E9;text-decoration:underline;transition:color .2s}
.privacy-row .privacy-text a:hover{color:#F9046F}
.submitbtn-holder{display:flex;align-items:center;gap:16px}
.submitbtn{display:inline-flex;align-items:center;gap:9px;padding:14px 32px;background:linear-gradient(135deg,#F9046F 0%,#5938E9 100%);color:#fff;font-size:15px;font-weight:700;border:none;border-radius:8px;cursor:pointer;text-decoration:none;position:relative;z-index:5;transition:box-shadow 0.2s,opacity 0.2s,transform .15s;box-shadow:0 4px 18px #f9046f40}
.submitbtn:hover{box-shadow:0 8px 28px #5938e959;opacity:.93;transform:translateY(-1px)}
.submitbtn .codicon{font-size:16px}
.submitnote{font-size:12.5px;color:#9e96bb;line-height:1.4}
.whyblock-section{margin-bottom:80px}
.whyblock-section .whyblock-head{text-align:center;margin-bottom:44px}
.whyblock-section .whyblock-head h3{font-size:clamp(20px,3vw,30px);font-weight:800;color:#1a1030;margin:0 0 10px;position:relative;display:inline-block}
.whyblock-section .whyblock-head h3::before{content:'';position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:48px;height:3px;background:linear-gradient(90deg,#F9046F,#5938E9);border-radius:2px}
.whyblock-section .whyblock-head p{font-size:15px;color:#5a5270;margin:16px 0 0;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}
.whycards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.whycard{background:#faf9ff;border-radius:10px;padding:28px 24px;border:1px solid #ede8ff;transition:box-shadow 0.2s,transform .2s;position:relative;overflow:hidden}
.whycard::after{content:'';position:absolute;top:0;left:0;height:3px;width:100%;background:linear-gradient(90deg,#F9046F,#5938E9);opacity:0;transition:opacity .2s}
.whycard:hover{box-shadow:0 8px 24px #5938e91f;transform:translateY(-3px)}
.whycard:hover::after{opacity:1}
.whycard-icon{width:44px;height:44px;border-radius:9px;background:linear-gradient(135deg,#f9046f1a,#5938e924);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.whycard-icon .codicon{font-size:20px;color:#5938E9}
.whycard h4{font-size:16px;font-weight:700;color:#1a1030;margin:0 0 8px}
.whycard p{font-size:14px;color:#5a5270;line-height:1.6;margin:0}
.faq-section{margin-bottom:80px;background:linear-gradient(160deg,#FFF7EE 0%,#f0eeff 100%);border-radius:14px;padding:52px 48px}
.faqsection-head{margin-bottom:36px}
.faqsection-head h3{font-size:clamp(19px,2.5vw,26px);font-weight:800;color:#1a1030;margin:0 0 8px}
.faqsection-head p{font-size:14.5px;color:#5a5270;margin:0;line-height:1.55}
.faq-list{display:flex;flex-direction:column;gap:0}
.faq-item{border-bottom:1px solid #5938e91a}
.faq-item:last-child{border-bottom:none}
.faq-item input[type="radio"]{display:none}
.faq-item label{display:flex;align-items:center;justify-content:space-between;padding:18px 0;cursor:pointer;font-size:15px;font-weight:600;color:#2d1a6e;gap:16px;user-select:none;transition:color .2s}
.faq-item label:hover{color:#F9046F}
.faq-icon{width:26px;height:26px;border-radius:50%;border:2px solid #ddd6f7;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s,border-color .2s}
.faq-icon .codicon{font-size:14px;color:#5938E9;transition:transform .25s}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;font-size:14.5px;color:#5a5270;line-height:1.65;padding-right:42px}
.faq-item input[type="radio"]:checked ~ label .faq-icon{background:#5938E9;border-color:#5938E9}
.faq-item input[type="radio"]:checked ~ label .faq-icon .codicon{color:#fff;transform:rotate(45deg)}
.faq-item input[type="radio"]:checked ~ .faq-answer{max-height:160px;padding-bottom:18px}
.hours-cta-section{margin-bottom:60px;display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:center}
.hours-block{background:#fff;border-radius:12px;padding:36px 32px;border:1px solid #ede8ff;box-shadow:0 2px 14px #5938e912}
.hours-block h4{font-size:17px;font-weight:800;color:#1a1030;margin:0 0 20px;display:flex;align-items:center;gap:10px}
.hours-block h4 .codicon{color:#5938E9;font-size:18px}
.hours-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px dashed #ede8ff;font-size:14px}
.hours-row:last-child{border-bottom:none}
.hours-day{color:#5a5270}
.hours-time{color:#2d1a6e;font-weight:600}
.hours-time.closed-day{color:#ccc}
.cta-contact-box{background:linear-gradient(135deg,#F9046F 0%,#5938E9 100%);border-radius:12px;padding:40px 34px;display:flex;flex-direction:column;gap:18px;position:relative;overflow:hidden}
.cta-contact-box::before{content:'';position:absolute;top:-30px;right:-30px;width:120px;height:120px;border-radius:50%;background:#ffffff14}
.cta-contact-box h4{font-size:20px;font-weight:800;color:#fff;margin:0;line-height:1.3;position:relative;z-index:1}
.cta-contact-box p{font-size:14.5px;color:#ffffffd1;margin:0;line-height:1.6;position:relative;z-index:1}
.cta-whitebtn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#5938E9;font-size:14.5px;font-weight:700;padding:12px 26px;border-radius:7px;text-decoration:none;width:fit-content;position:relative;z-index:5;transition:background 0.2s,box-shadow 0.2s,transform .15s;box-shadow:0 3px 12px #0000001f}
.cta-whitebtn:hover{background:#FFF7EE;box-shadow:0 6px 20px #0000002e;transform:translateY(-2px)}
.cta-whitebtn .codicon{font-size:15px}
@media (max-width: 1024px) {
.formblock-holder{grid-template-columns:1fr;gap:36px}
.whycards-grid{grid-template-columns:repeat(2,1fr)}
.hours-cta-section{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.hero-contact-holder{flex-direction:column;min-height:auto;margin-bottom:50px}
.hero-contact-holder .leftside{padding:48px 28px 36px;flex:none}
.hero-contact-holder .rightside{flex:none;height:160px}
.infostrip-inner{flex-direction:column}
.infoitem{border-right:none;border-bottom:1px solid #ffffff14;padding:22px 24px}
.infoitem:last-child{border-bottom:none}
.whycards-grid{grid-template-columns:1fr}
.faq-section{padding:36px 24px}
.contactform-modern{padding:28px 22px}
.form-checkbox-group{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.contactpage-wrap{padding:0 14px}
.hero-contact-holder .leftside{padding:36px 18px 28px}
.hours-block,.contactform-modern{padding:22px 16px}
}
.aboutpage-wrap{max-width:960px;margin:0 auto;padding:0 20px}
.titlesection{position:relative;overflow:hidden;padding:80px 20px 70px;background:linear-gradient(236deg,#F9046F 0%,#5938E9 50%,#FFF7EE 100%);background-size:300% 300%;animation:gradshift 8s ease infinite}
@keyframes gradshift {
0%{background-position:0 50%}
50%{background-position:100% 50%}
100%{background-position:0 50%}
}
.titlesection .corner-line{position:absolute;width:60px;height:60px;border-color:#fff6;border-style:solid}
.titlesection .corner-line.tl{top:20px;left:20px;border-width:2px 0 0 2px}
.titlesection .corner-line.tr{top:20px;right:20px;border-width:2px 2px 0 0}
.titlesection .corner-line.bl{bottom:20px;left:20px;border-width:0 0 2px 2px}
.titlesection .corner-line.br{bottom:20px;right:20px;border-width:0 2px 2px 0}
.titleinnerholder{max-width:960px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:48px}
.titletext-holder{flex:1;display:flex;flex-direction:column;gap:20px}
.titlesection .titletext-holder h1{font-size:2.6rem;font-weight:800;color:#fff;line-height:1.2;margin:0}
.titlesection .titletext-holder p{font-size:1.05rem;color:#ffffffe6;line-height:1.6;margin:0;max-width:480px}
.titlebtnrow{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}
.btn-primary-about{display:inline-block;padding:13px 28px;background:#fff;color:#5938E9;font-weight:700;font-size:.95rem;border-radius:8px;text-decoration:none;border:2px solid #fff;transition:background 0.25s,color 0.25s,box-shadow .25s;cursor:pointer;z-index:10;position:relative}
.btn-primary-about:hover{background:#5938E9;color:#fff;box-shadow:0 6px 20px #5938e959}
.btn-secondary-about{display:inline-block;padding:13px 28px;background:transparent;color:#fff;font-weight:700;font-size:.95rem;border-radius:8px;text-decoration:none;border:2px solid #fff9;transition:background 0.25s,color .25s;cursor:pointer;z-index:10;position:relative}
.btn-secondary-about:hover{background:#ffffff26;border-color:#fff}
.titleimgwrap{flex:0 0 320px;border-radius:12px;overflow:hidden;box-shadow:0 16px 40px #00000040;position:relative}
.titleimgwrap img{width:320px;height:260px;object-fit:cover;display:block;filter:saturate(1.1);transition:transform .5s}
.titleimgwrap:hover img{transform:scale(1.04)}
.storyblock{background:#fff;padding:72px 20px}
.storyinnerholder{max-width:960px;margin:0 auto;display:flex;flex-direction:row;gap:56px;align-items:flex-start}
.storyleft{flex:0 0 380px;display:flex;flex-direction:column;gap:20px}
.storytag{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#F9046F;background:#fff0f5;padding:6px 14px;border-radius:20px;width:fit-content}
.storyblock h2{font-size:2rem;font-weight:800;color:#1a1033;line-height:1.25;margin:0;position:relative}
.storyblock h2::after{content:'';display:block;width:48px;height:4px;border-radius:2px;background:linear-gradient(90deg,#F9046F,#5938E9);margin-top:16px}
.storyblock p{font-size:.97rem;line-height:1.65;color:#3d3558;margin:0}
.storyright{flex:1;display:flex;flex-direction:column;gap:16px}
.storyfact{display:flex;flex-direction:row;gap:16px;align-items:flex-start;padding:20px;border-radius:10px;background:#FFF7EE;border-left:4px solid #5938E9;transition:box-shadow .2s}
.storyfact:hover{box-shadow:0 4px 18px #5938e91f}
.storyfact-icon{flex:0 0 36px;height:36px;background:linear-gradient(135deg,#5938E9,#F9046F);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem}
.storyfact-text h5{font-size:.95rem;font-weight:700;color:#1a1033;margin:0 0 4px}
.storyfact-text p{font-size:.88rem;color:#5a5070;margin:0;line-height:1.5}
.teamblock{background:#FFF7EE;padding:72px 20px;position:relative;overflow:hidden}
.teamblock::before{content:'';position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:linear-gradient(135deg,#f9046f14,#5938e914);pointer-events:none}
.teaminnerholder{max-width:960px;margin:0 auto}
.teamblock-heading{text-align:center;margin-bottom:48px}
.teamblock-heading h2{font-size:1.85rem;font-weight:800;color:#1a1033;margin:0 0 12px}
.teamblock-heading p{font-size:.97rem;color:#5a5070;max-width:520px;margin:0 auto;line-height:1.6}
.teamgrid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.teamcard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #1a103314;display:flex;flex-direction:row;align-items:stretch;transition:box-shadow 0.25s,transform .25s}
.teamcard:hover{box-shadow:0 8px 30px #5938e924;transform:translateY(-3px)}
.teamcard-imgwrap{flex:0 0 120px;overflow:hidden}
.teamcard-imgwrap img{width:120px;height:100%;min-height:160px;object-fit:cover;display:block}
.teamcard-info{flex:1;padding:20px 20px 20px 18px;display:flex;flex-direction:column;gap:8px;justify-content:center}
.teamcard-info h4{font-size:1rem;font-weight:700;color:#1a1033;margin:0}
.teamcard-role{font-size:.8rem;font-weight:600;color:#F9046F;letter-spacing:.06em;text-transform:uppercase}
.teamcard-info p{font-size:.86rem;color:#5a5070;margin:0;line-height:1.5}
.approachblock{background:#1a1033;padding:72px 20px}
.approachinnerholder{max-width:960px;margin:0 auto}
.approachblock h2{font-size:1.85rem;font-weight:800;color:#fff;margin:0 0 8px;text-align:center}
.approachblock .approachsub{text-align:center;color:#ffffffa6;font-size:.97rem;margin:0 auto 48px;max-width:500px;line-height:1.6}
.approachsteps{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.approachstep{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;padding:28px 22px;display:flex;flex-direction:column;gap:12px;transition:background .25s}
.approachstep:hover{background:#ffffff1a}
.approachstep-num{font-size:2.2rem;font-weight:900;line-height:1;background:linear-gradient(135deg,#F9046F,#5938E9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.approachstep h5{font-size:1rem;font-weight:700;color:#fff;margin:0}
.approachstep p{font-size:.88rem;color:#ffffffa6;margin:0;line-height:1.55}
.imgshowcase-block{background:#fff;padding:72px 20px}
.imgshowcase-holder{max-width:960px;margin:0 auto}
.imgshowcase-heading{margin-bottom:40px;max-width:540px}
.imgshowcase-heading h2{font-size:1.85rem;font-weight:800;color:#1a1033;margin:0 0 12px}
.imgshowcase-heading p{font-size:.97rem;color:#5a5070;line-height:1.6;margin:0}
.imgshowcase-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:12px}
.imgshowcase-item{border-radius:10px;overflow:hidden;position:relative}
.imgshowcase-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.imgshowcase-item:hover img{transform:scale(1.06)}
.imgshowcase-item.main2{grid-row:1 / 3}
.imgshowcase-item .imgcaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#1a1033bf,transparent);color:#fff;font-size:.82rem;font-weight:600;padding:20px 14px 12px}
.ctastrip{background:linear-gradient(236deg,#F9046F 0%,#5938E9 60%,#3d2daa 100%);padding:56px 20px;text-align:center}
.ctastrip h3{font-size:1.7rem;font-weight:800;color:#fff;margin:0 0 12px}
.ctastrip p{font-size:.97rem;color:#ffffffe0;margin:0 auto 28px;max-width:480px;line-height:1.6}
.ctabtnrow{display:flex;flex-direction:row;gap:14px;justify-content:center;flex-wrap:wrap}
.btn-cta-white{display:inline-block;padding:14px 32px;background:#fff;color:#5938E9;font-weight:700;font-size:.97rem;border-radius:8px;text-decoration:none;border:2px solid #fff;transition:background 0.2s,color 0.2s,box-shadow .2s;z-index:10;position:relative}
.btn-cta-white:hover{background:transparent;color:#fff;box-shadow:0 4px 18px #0003}
.btn-cta-outline{display:inline-block;padding:14px 32px;background:transparent;color:#fff;font-weight:700;font-size:.97rem;border-radius:8px;text-decoration:none;border:2px solid #fff9;transition:background 0.2s,border-color .2s;z-index:10;position:relative}
.btn-cta-outline:hover{background:#ffffff1f;border-color:#fff}
.svgdivider{display:block;width:100%;overflow:hidden;line-height:0}
.svgdivider svg{display:block;width:100%}
@media (max-width: 1024px) {
.approachsteps{grid-template-columns:1fr 1fr}
.storyinnerholder{flex-direction:column;gap:32px}
.storyleft{flex:none;width:100%}
}
@media (max-width: 768px) {
.titleinnerholder{flex-direction:column;gap:32px}
.titleimgwrap{flex:none;width:100%}
.titleimgwrap img{width:100%;height:220px}
.titlesection .titletext-holder h1{font-size:1.9rem}
.teamgrid{grid-template-columns:1fr}
.approachsteps{grid-template-columns:1fr}
.imgshowcase-grid{grid-template-columns:1fr 1fr;grid-template-rows:180px 180px 180px}
.imgshowcase-item.main2{grid-row:auto;grid-column:1 / 3}
.storyblock h2{font-size:1.5rem}
}
@media (max-width: 480px) {
.titlesection{padding:52px 16px 48px}
.teamcard{flex-direction:column}
.teamcard-imgwrap{flex:none;width:100%}
.teamcard-imgwrap img{width:100%;height:180px;min-height:unset}
.imgshowcase-grid{grid-template-columns:1fr;grid-template-rows:unset}
.imgshowcase-item.main2{grid-column:auto}
.imgshowcase-item{height:200px}
.ctastrip h3{font-size:1.3rem}
}
.lp-hero{position:relative;overflow:hidden;background:linear-gradient(236deg,#F9046F 0%,#5938E9 50%,#FFF7EE 100%);padding:72px 24px}
.lp-hero .lp-particles{position:absolute;inset:0;pointer-events:none;z-index:0}
.lp-particles span{position:absolute;border-radius:50%;background:#ffffff2e;animation:lp-float 7s infinite ease-in-out}
.lp-particles span:nth-child(1){width:8px;height:8px;top:15%;left:8%;animation-duration:6s}
.lp-particles span:nth-child(2){width:5px;height:5px;top:70%;left:15%;animation-duration:8s;animation-delay:1s}
.lp-particles span:nth-child(3){width:10px;height:10px;top:30%;left:85%;animation-duration:5s;animation-delay:2s}
.lp-particles span:nth-child(4){width:6px;height:6px;top:80%;left:78%;animation-duration:9s;animation-delay:.5s}
.lp-particles span:nth-child(5){width:4px;height:4px;top:50%;left:50%;animation-duration:7s;animation-delay:3s}
.lp-particles span:nth-child(6){width:7px;height:7px;top:20%;left:60%;animation-duration:6.5s;animation-delay:1.5s}
@keyframes lp-float {
0%,100%{transform:translateY(0px) scale(1);opacity:.5}
50%{transform:translateY(-18px) scale(1.15);opacity:1}
}
.lp-hero-inner{max-width:960px;margin:auto;display:flex;flex-direction:row;align-items:center;gap:52px;position:relative;z-index:1}
.lp-hero-text{flex:1 1 0;min-width:0}
.lp-hero-tag{display:inline-block;background:#ffffff38;color:#fff;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;border-radius:20px;padding:4px 14px;margin-bottom:18px;border:1px solid #ffffff59}
.lp-hero-text h1{font-size:clamp(28px,4vw,46px);font-weight:800;color:#fff;line-height:1.18;margin:0 0 18px}
.lp-hero-text h1 .accent-word{color:#FFF7EE;position:relative}
.lp-hero-text h1 .accent-word::after{content:'';display:block;height:3px;background:#fff7ee8c;border-radius:2px;margin-top:2px}
.lp-hero-text p{color:#ffffffe0;font-size:16px;line-height:1.65;margin:0 0 28px;max-width:420px}
.lp-hero-btn{display:inline-block;background:#fff;color:#5938E9;font-weight:700;font-size:15px;border-radius:8px;padding:13px 30px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 18px #5938e92e;transition:transform 0.2s,box-shadow 0.2s,background .2s;position:relative;z-index:2}
.lp-hero-btn:hover{background:#FFF7EE;transform:translateY(-2px);box-shadow:0 8px 28px #5938e947}
.lp-hero-imgframe{flex:0 0 340px;max-width:340px;position:relative}
.lp-hero-imgframe::before{content:'';position:absolute;inset:-8px;border-radius:20px;background:linear-gradient(135deg,#ffffff59 0%,#f9046f4d 100%);z-index:0}
.lp-hero-imgframe img{display:block;width:100%;height:320px;object-fit:cover;border-radius:14px;position:relative;z-index:1;filter:saturate(1.08) brightness(1.04);transition:filter .4s}
.lp-hero-imgframe img:hover{filter:saturate(1.2) brightness(1.08)}
.lp-modules{padding:80px 24px 70px;background:#FFF7EE}
.lp-modules-inner{max-width:960px;margin:auto}
.lp-modules-head{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:48px}
.lp-modules-head .section-eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#F9046F;margin-bottom:10px}
.lp-modules-head h2{font-size:clamp(22px,3vw,36px);font-weight:800;color:#1a1040;margin:0 0 10px;position:relative;padding-left:16px}
.lp-modules-head h2::before{content:'';position:absolute;left:0;top:6px;bottom:6px;width:4px;background:linear-gradient(180deg,#F9046F,#5938E9);border-radius:2px}
.lp-modules-head p{color:#5a5370;font-size:15px;line-height:1.6;margin:0;max-width:520px}
.lp-accordion-wrap{display:flex;flex-direction:column;gap:0}
.lp-acc-item input[type="checkbox"]{display:none}
.lp-acc-item{border-bottom:1px solid #e4ddf7}
.lp-acc-item:first-of-type{border-top:1px solid #e4ddf7}
.lp-acc-label{display:flex;flex-direction:row;align-items:center;gap:14px;cursor:pointer;padding:20px 0;user-select:none}
.lp-acc-num{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ede8fb;color:#5938E9;font-weight:800;font-size:14px;flex-shrink:0;transition:background 0.25s,color .25s}
.lp-acc-item input:checked ~ .lp-acc-label .lp-acc-num{background:linear-gradient(135deg,#F9046F,#5938E9);color:#fff}
.lp-acc-title{flex:1;font-size:16px;font-weight:700;color:#1a1040}
.lp-acc-arrow{width:20px;height:20px;color:#5938E9;transition:transform .3s;flex-shrink:0}
.lp-acc-item input:checked ~ .lp-acc-label .lp-acc-arrow{transform:rotate(90deg)}
.lp-acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.lp-acc-item input:checked ~ .lp-acc-body{max-height:300px}
.lp-acc-bodyin{padding:4px 0 22px 50px}
.lp-acc-bodyin p{color:#5a5370;font-size:15px;line-height:1.65;margin:0 0 10px}
.lp-acc-bodyin ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:7px}
.lp-acc-bodyin ul li{display:flex;align-items:center;gap:9px;color:#3a2f6a;font-size:14px}
.lp-acc-bodyin ul li::before{content:'';width:7px;height:7px;border-radius:50%;background:#F9046F;flex-shrink:0}
.lp-divider-wave{width:100%;overflow:hidden;line-height:0;background:#FFF7EE}
.lp-divider-wave svg{display:block;width:100%;height:48px}
.lp-social{padding:70px 24px 80px;background:#fff;position:relative;overflow:hidden}
.lp-social::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#5938e912 0%,transparent 70%);pointer-events:none}
.lp-social-inner{max-width:960px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.lp-social-left h2{font-size:clamp(22px,3vw,34px);font-weight:800;color:#1a1040;margin:0 0 16px;line-height:1.22}
.lp-social-left h2 .highlight{background:linear-gradient(90deg,#F9046F,#5938E9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.lp-social-left p{color:#5a5370;font-size:15px;line-height:1.65;margin:0 0 28px}
.lp-keyword-chips{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-bottom:28px}
.lp-keyword-chips span{background:linear-gradient(135deg,#f9046f14,#5938e914);border:1px solid #5938e92e;color:#5938E9;font-size:13px;font-weight:600;border-radius:20px;padding:5px 14px}
.lp-social-btn{display:inline-block;background:linear-gradient(135deg,#F9046F 0%,#5938E9 100%);color:#fff;font-weight:700;font-size:15px;border-radius:8px;padding:13px 30px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 18px #f9046f38;transition:opacity 0.22s,transform 0.22s,box-shadow .22s;position:relative;z-index:2}
.lp-social-btn:hover{opacity:.88;transform:translateY(-2px);box-shadow:0 8px 28px #5938e947}
.lp-testimonials{display:flex;flex-direction:column;gap:20px}
.lp-tcard{background:#FFF7EE;border-radius:14px;padding:20px 22px;display:flex;flex-direction:row;gap:14px;align-items:flex-start;border:1px solid #5938e91a;box-shadow:0 2px 12px #5938e912;transition:box-shadow 0.25s,transform .25s}
.lp-tcard:hover{box-shadow:0 6px 22px #5938e921;transform:translateY(-2px)}
.lp-tcard img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #f9046f40}
.lp-tcard-body{flex:1;min-width:0}
.lp-tcard-name{font-weight:700;font-size:14px;color:#1a1040;margin-bottom:3px}
.lp-tcard-role{font-size:12px;color:#F9046F;margin-bottom:8px;font-weight:600}
.lp-tcard-body p{color:#5a5370;font-size:14px;line-height:1.6;margin:0}
.lp-stats-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:linear-gradient(236deg,#F9046F 0%,#5938E9 60%,#3a2280 100%);border-radius:16px;overflow:hidden;margin-top:0}
.lp-stat-cell{padding:26px 18px;text-align:center;border-right:1px solid #ffffff1f}
.lp-stat-cell:last-child{border-right:none}
.lp-stat-num{font-size:32px;font-weight:800;color:#fff;line-height:1;display:block}
.lp-stat-label{display:block;font-size:12px;color:#ffffffbf;margin-top:6px;font-weight:500}
@media (max-width: 768px) {
.lp-hero-inner{flex-direction:column;gap:32px}
.lp-hero-imgframe{flex:none;max-width:100%;width:100%}
.lp-hero-imgframe img{height:220px}
.lp-social-inner{grid-template-columns:1fr;gap:36px}
.lp-stats-bar{grid-template-columns:1fr}
.lp-stat-cell{border-right:none;border-bottom:1px solid #ffffff1f}
.lp-stat-cell:last-child{border-bottom:none}
}
@media (max-width: 480px) {
.lp-hero{padding:48px 16px}
.lp-modules{padding:52px 16px 48px}
.lp-social{padding:52px 16px 56px}
.lp-keyword-chips{gap:8px}
.lp-acc-bodyin{padding-left:20px}
}
.successpage-wrap{width:100%;overflow-x:hidden}
.successtitle-holder{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:80px 20px}
.successtitle-bg{position:absolute;inset:0;background:linear-gradient(236deg,#F9046F 0%,#5938E9 50%,#FFF7EE 100%);z-index:0}
.successtitle-bg::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,#fff7ee2e 0%,#5938e98c 60%,#f9046fb8 100%);backdrop-filter:blur(0px);z-index:1}
.successtitle-bg-blur{position:absolute;inset:0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:2;mask-image:radial-gradient(ellipse 60% 60% at 50% 50%,#000f 30%,#0000 100%);-webkit-mask-image:radial-gradient(ellipse 60% 60% at 50% 50%,#000f 30%,#0000 100%)}
.successtitle-vignette{position:absolute;inset:0;z-index:3;background:radial-gradient(ellipse 80% 80% at 50% 50%,transparent 40%,#5938e961 80%,#f9046f7a 100%);pointer-events:none}
.successtitle-dots{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:4;width:600px;display:flex;align-items:center;justify-content:center;gap:18px;pointer-events:none;opacity:.18}
.successtitle-dots span{display:inline-block;border-radius:50%;background:#FFF7EE;flex-shrink:0}
.successtitle-dots span:nth-child(1){width:6px;height:6px;opacity:.5}
.successtitle-dots span:nth-child(2){width:5px;height:5px;opacity:.6}
.successtitle-dots span:nth-child(3){width:7px;height:7px;opacity:.7}
.successtitle-dots span:nth-child(4){width:5px;height:5px;opacity:.6}
.successtitle-dots span:nth-child(5){width:6px;height:6px;opacity:.5}
.successtitle-dots span:nth-child(6){width:8px;height:8px;opacity:.8}
.successtitle-dots span:nth-child(7){width:5px;height:5px;opacity:.6}
.successtitle-dots span:nth-child(8){width:6px;height:6px;opacity:.5}
.successtitle-dots span:nth-child(9){width:5px;height:5px;opacity:.6}
.successtitle-dots span:nth-child(10){width:7px;height:7px;opacity:.7}
.successtitle-content{position:relative;z-index:5;max-width:640px;width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:28px}
.successicon-ring{width:88px;height:88px;border-radius:50%;background:#fff7ee24;border:2px solid #fff7ee61;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 12px #fff7ee12 0 8px 32px #f9046f38;flex-shrink:0}
.successicon-ring .codicon{font-size:42px;color:#FFF7EE}
.successtitle-content h1{font-size:2.6rem;font-weight:800;color:#FFF7EE;line-height:1.18;margin:0;letter-spacing:-.5px;text-shadow:0 2px 18px #5938e947}
.successtitle-content h1 .accentword{color:#F9046F;position:relative;display:inline-block}
.successtitle-content h1 .accentword::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:3px;border-radius:2px;background:linear-gradient(90deg,#F9046F,#FFF7EE);opacity:.7}
.successtitle-desc{font-size:1.08rem;color:#fff7eee0;line-height:1.65;margin:0;max-width:480px}
.successtitle-actions{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.btn-successprimary{display:inline-flex;align-items:center;gap:8px;padding:14px 30px;background:#F9046F;color:#FFF7EE;font-size:.97rem;font-weight:700;border-radius:8px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 18px #f9046f47;transition:background 0.22s,box-shadow 0.22s,transform .16s;position:relative;z-index:10}
.btn-successprimary:hover{background:#d4005e;box-shadow:0 6px 28px #f9046f6b;transform:translateY(-2px)}
.btn-successsecondary{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:transparent;color:#FFF7EE;font-size:.97rem;font-weight:600;border-radius:8px;text-decoration:none;border:2px solid #fff7ee85;cursor:pointer;transition:border-color 0.22s,background 0.22s,transform .16s;position:relative;z-index:10}
.btn-successsecondary:hover{border-color:#FFF7EE;background:#fff7ee1a;transform:translateY(-2px)}
.successtitle-meta{display:flex;flex-direction:row;align-items:center;gap:24px;flex-wrap:wrap;justify-content:center;margin-top:4px}
.successtitle-metatag{display:inline-flex;align-items:center;gap:7px;font-size:.85rem;color:#fff7eeb3;letter-spacing:.01em}
.successtitle-metatag .codicon{font-size:15px;color:#fff7ee8c}
@media (max-width: 768px) {
.successtitle-holder{min-height:420px;padding:60px 16px}
.successtitle-content h1{font-size:1.9rem}
.successtitle-dots{width:320px;gap:10px}
.successtitle-actions{flex-direction:column;align-items:center}
.btn-successprimary,.btn-successsecondary{width:100%;justify-content:center;max-width:300px}
}
@media (max-width: 480px) {
.successtitle-content h1{font-size:1.55rem}
.successtitle-desc{font-size:.97rem}
.successicon-ring{width:70px;height:70px}
.successicon-ring .codicon{font-size:32px}
.successtitle-dots{display:none}
}