.solutions{margin-top:90px;}
.solutions .box{position:relative;margin-bottom:120px;}
.solutions .box:nth-child(odd){padding:65px 550px 60px 40px;background:#F6F8FF;border-radius:0 800px 800px 0;}
.solutions .box:nth-child(odd):before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#F6F8FF;}
.solutions .box:nth-child(even){padding:65px 40px 60px 550px;text-align:right;background:#FFF6FF;border-radius:800px 0 0 800px;}
.solutions .box:nth-child(even):before{content:'';position:absolute;top:0;right:-100%;width:100%;height:100%;background:#FFF6FF;}
.solutions .box .primary-icon{position:absolute;top:50%;transform:translateY(-50%);}
.solutions .box:nth-child(odd) .primary-icon{right:130px;}
.solutions .box:nth-child(even) .primary-icon{left:130px;}
.solutions .box .primary-icon img{width:380px;}
.solutions .box .box-content .name{font-size:32px;color:#002698;font-weight:bold;word-break:keep-all;}
.solutions .box .box-content .desc{margin-top:50px;font-size:18px;line-height:28px;color:#393939;word-break:keep-all;}
.solutions .box .box-content .customers{margin-top:20px;font-size:18px;line-height:28px;color:#393939;}
.solutions .box .box-content .btns{margin-top:50px;}
.solutions .box .box-content .btns a{display:inline-block;padding:12px 34px;font-size:15px;font-weight:bold;border:2px solid #418ccc;border-radius:30px;}

@media screen and (max-width:1290px) {
.solutions .box:nth-child(odd){margin-right:30px;}
.solutions .box:nth-child(even){margin-left:30px;}
}

@media screen and (max-width:1080px) {
.solutions .box:nth-child(odd){padding-right:440px;}
.solutions .box:nth-child(even){padding-left:440px;}
.solutions .box:nth-child(odd) .primary-icon{right:80px;}
.solutions .box:nth-child(even) .primary-icon{left:80px;}
.solutions .box .primary-icon img{width:320px;}
}

@media screen and (max-width:880px) {
.solutions .box:nth-child(odd){padding:65px 60px 60px 60px;border-radius:0 80px 80px 0;}
.solutions .box:nth-child(even){padding:65px 60px 60px 60px;border-radius:80px 0 0 80px;}
.solutions .box .primary-icon{position:relative;top:0;transform:none;left:auto !important;right:auto !important;margin:50px 0 80px 0;text-align:center;}
.solutions .box .primary-icon img{width:70%;}
}

@media screen and (max-width:620px) {
.solutions{margin-top:60px;}
.solutions .box{padding:60px 40px !important;margin-bottom:80px;}
}

@media screen and (max-width:460px) {
.solutions .box{padding:50px 28px !important;}
}

@media screen and (max-width:400px) {
.solutions .box{padding:50px 24px !important;}
.solutions .box:nth-child(odd){margin-right:20px;}
.solutions .box:nth-child(even){margin-left:20px;}
}

.sol-title{color:#111827;font-size:46px;line-height:1.16;letter-spacing:-1px;font-weight:800;}

.sol-section{padding:92px 0;}
.sol-section-head{margin-bottom:46px;}
.sol-eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;color:#d99a2b;font-size:14px;font-weight:800;letter-spacing:-.01em;}
.sol-eyebrow:before{content:'';width:34px;height:2px;border-radius:999px;background:currentColor;}
.sol-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 24px;border-radius:999px;border:1px solid transparent;font-size:16px;font-weight:600;line-height:1;transition:.22s;white-space:nowrap;}
.sol-btn.black{background:#14213d;color:#fff;box-shadow:0 18px 38px rgba(20,33,61,.22);}
.sol-btn.black:hover{transform:translateY(-3px);box-shadow:0 24px 54px rgba(20,33,61,.30);}
.sol-btn.gold{background:linear-gradient(135deg,#d99a2b,#f3b44f);color:#1f2937;box-shadow:0 18px 36px rgba(217,154,43,.26);}
.sol-btn.gold:hover{transform:translateY(-3px);box-shadow:0 24px 50px rgba(217,154,43,.34);}
.sol-btn.white{background:#fff;color:#14213d;border-color:rgba(20,33,61,.14);box-shadow:0 12px 28px rgba(20,33,61,.06);backdrop-filter:blur(10px);}
.sol-btn.white:hover{transform:translateY(-3px);border-color:rgba(20,33,61,.28);}

@media(max-width:860px){
.sol-title{font-size:34px;}
.sol-section{padding:72px 0;}
.sol-section-head{margin-bottom:30px;}
}

.sol-hero{position:relative;padding:60px 0 78px;background:linear-gradient(135deg,#f8fafc 0%,#fbf7ef 54%,#fff 100%);}
.sol-hero:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:radial-gradient(circle at 12% 16%,rgba(37,99,235,.13),transparent 25%),radial-gradient(circle at 88% 12%,rgba(217,154,43,.20),transparent 27%),linear-gradient(90deg,rgba(20,33,61,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(20,33,61,.04) 1px,transparent 1px);background-size:auto,auto,72px 72px,72px 72px;mask-image:linear-gradient(180deg,#000 0%,#000 72%,transparent 100%);}
.sol-hero-inner{position:relative;z-index:1;}
.sol-hero-label{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;padding:9px 14px;border:1px solid rgba(20,33,61,.10);border-radius:999px;background:rgba(255,255,255,.74);color:#14213d;box-shadow:0 14px 34px rgba(20,33,61,.07);font-size:14px;font-weight:800;backdrop-filter:blur(14px);}
.sol-hero-label:before{content:'';width:9px;height:9px;border-radius:50%;background:#d99a2b;box-shadow:0 0 0 6px rgba(217,154,43,.18);}
.sol-hero h1{color:#111827;font-size:70px;line-height:1.2;letter-spacing:-1.2px;font-weight:800;}
.sol-hero h1 span{display:block;color:transparent;background:linear-gradient(135deg,#14213d,#2563eb 48%,#0f766e);-webkit-background-clip:text;background-clip:text;}
.sol-hero-copy>p{margin:26px 0 0;color:#4b5563;font-size:20px;line-height:1.4;font-weight:500;word-break:keep-all;}
.sol-hero-copy>p b{color:#111827;font-weight:800;}
.sol-hero-alert{display:inline-block;margin-top:24px;padding:18px 20px 18px 22px;border-left:4px solid #d99a2b;border-radius:20px;background:rgba(255,255,255,.78);box-shadow:0 14px 36px rgba(20,33,61,.07);color:#57534e;font-size:15px;line-height:1.65;font-weight:700;}
.sol-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:34px;}

@media(max-width:1120px){
.sol-hero-inner{grid-template-columns:1fr;}
}

@media(max-width:860px){
.sol-hero{padding:62px 0 62px;min-height:auto;}
.sol-hero h1{font-size:44px;}
.sol-hero-copy>p{font-size:17px;}
.sol-title{font-size:34px;}
}
@media(max-width:520px){
.sol-hero h1{font-size:36px;}
.sol-hero .sol-btn{width:100%;}
}

.sol-price-section{background:#fff;}
.sol-price-grid{display:grid;grid-template-columns:.7fr 1fr;gap:22px;align-items:stretch;}
.sol-price-card{position:relative;overflow:hidden;padding:36px 36px 21px 36px;border-radius:38px;background:#14213d;color:#fff;box-shadow:0 28px 80px rgba(20,33,61,.12);}
.sol-price-card:before{content:'';position:absolute;right:-120px;top:-140px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(217,154,43,.58),transparent 68%);}
.sol-price-card>*{position:relative;z-index:1;}
.sol-price-card .tag{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);color:#fde68a;font-size:13px;font-weight:800;}
.sol-price-card h3{margin:22px 0 0;font-size:29px;line-height:1.22;letter-spacing:-.055em;font-weight:800;}
.sol-price-number{display:flex;align-items:flex-end;gap:8px;margin-top:26px;}
.sol-price-number strong{font-size:clamp(32px,3vw,42px);line-height:1;font-weight:700;letter-spacing:-.075em;}
.sol-price-number span{padding-bottom:7px;color:#cbd5e1;font-size:16px;font-weight:800;}
.sol-install-list{margin-top:28px;}
.sol-install-list dl{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:15px 0;font-size:16px;font-weight:500;line-height:1.45;border-top:1px solid rgba(255,255,255,.12);word-break:keep-all;}
.sol-install-list dt{color:#9fb2c9;}
.sol-install-list dd{color:#fff;}
.sol-included-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.sol-benefit{position:relative;padding:27px;border-radius:30px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 18px 48px rgba(20,33,61,.08);overflow:hidden;}
.sol-benefit:after{content:'';position:absolute;right:-46px;top:-46px;width:126px;height:126px;border-radius:50%;background:rgba(217,154,43,.12);}
.sol-benefit i{display:inline-flex;align-items:center;height:48px;padding:0 15px;border-radius:17px;background:#fff7ed;color:#b45309;font-style:normal;font-weight:800;}
.sol-benefit h4{margin:18px 0 9px;color:#111827;font-size:20px;font-weight:800;letter-spacing:-.04em;}
.sol-benefit p{color:#667085;font-size:15px;line-height:1.4;font-weight:500;}

@media(max-width:1120px){
.sol-price-grid{grid-template-columns:1fr;}
}
@media(max-width:860px){
.sol-price-grid{gap:16px;}
.sol-included-panel{grid-template-columns:1fr;}
}
@media(max-width:520px){
.sol-price-card{padding:28px 24px;border-radius:30px;}
}

.sol-mid-cta{padding:0 0 92px;background:#fff;}
.sol-mid-box{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;padding:34px 38px;border-radius:34px;background:linear-gradient(135deg,#14213d,#1e3a8a);color:#fff;box-shadow:0 24px 60px rgba(20,33,61,.22);}
.sol-mid-box h2{font-size:30px;line-height:1.24;letter-spacing:-.055em;font-weight:700;}
.sol-mid-box p{margin:9px 0 0;color:#dbeafe;font-size:15px;line-height:1.65;font-weight:500;}
.sol-mid-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;}

@media(max-width:860px){
.sol-mid-box{display:block;}
.sol-mid-actions{justify-content:flex-start;margin-top:25px;}
}
@media(max-width:520px){
.sol-mid-box{padding:28px 24px;border-radius:30px;}
.sol-mid-cta .sol-btn{width:100%;}
}

.sol-flow-section{position:relative;background:#fbf7ef;}
.sol-flow-section:before{content:'';position:absolute;left:0;top:0;width:100%;height:1px;background:#efe4d2;}
.sol-flow-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.sol-story{padding:38px;border-radius:38px;background:#fff;border:1px solid #efe4d2;box-shadow:0 18px 48px rgba(20,33,61,.08);}
.sol-story h3{color:#111827;font-size:34px;line-height:1.2;font-weight:800;word-break:keep-all;}
.sol-share-line{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;}
.sol-share{position:relative;padding:20px 18px;border-radius:24px;background:#f8fafc;border:1px solid #eef2f7;}
.sol-share i{display:grid;place-items:center;width:38px;height:38px;margin-bottom:15px;font-size:17px;font-weight:700;color:#fff;border-radius:13px;background:linear-gradient(135deg,#d99a2b,#f6c36a);}
.sol-share b{display:block;color:#111827;font-size:18px;font-weight:800;}
.sol-share span{display:block;margin-top:8px;color:#667085;font-size:15px;line-height:1.4;font-weight:600;}
.sol-story p{margin:22px 0 0;color:#667085;font-size:15px;line-height:1.4;letter-spacing:-1px;font-weight:500;}
.sol-process-list{display:grid;gap:13px;}
.sol-process-item{display:grid;grid-template-columns:48px 1fr;gap:17px;padding:24px;border-radius:28px;background:#fff;border:1px solid #efe4d2;box-shadow:0 14px 34px rgba(20,33,61,.06);}
.sol-process-item i{display:grid;place-items:center;width:48px;height:48px;border-radius:18px;background:#14213d;color:#fff;font-style:normal;font-weight:800;}
.sol-process-item b{display:block;color:#111827;font-size:20px;font-weight:800;letter-spacing:-.04em;}
.sol-process-item span{display:block;margin-top:8px;color:#667085;font-size:15px;line-height:1.4;font-weight:500;}

@media(max-width:1120px){
.sol-flow-grid{grid-template-columns:1fr;}
}

@media(max-width:860px){
.sol-share-line,.sol-reserve-stack{grid-template-columns:1fr;}
}

.sol-feature-section{background:#fff;}
.sol-feature-layout{display:grid;grid-template-columns:360px 1fr;gap:38px;align-items:start;}
.sol-feature-sticky{position:sticky;top:30px;padding:34px;border-radius:34px;background:#f8fafc;border:1px solid #e5e7eb;box-shadow:0 18px 48px rgba(20,33,61,.08);}
.sol-feature-sticky h3{color:#111827;font-size:31px;line-height:1.22;letter-spacing:-.06em;font-weight:800;}
.sol-feature-sticky p{margin:15px 0 24px;color:#667085;font-size:15px;line-height:1.5;font-weight:500;}
.sol-feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;}
.sol-feature{padding:24px;border-radius:28px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 12px 28px rgba(20,33,61,.055);transition:.22s;}
.sol-feature:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(20,33,61,.10);border-color:#d1d5db;}
.sol-feature-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;}
.sol-feature-no{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;background:#fff7ed;color:#b45309;font-size:14px;font-weight:800;}
.sol-feature-dot{width:10px;height:10px;border-radius:50%;background:#d99a2b;}
.sol-feature h4{margin:0 0 10px;color:#111827;font-size:20px;line-height:1.3;font-weight:700;}
.sol-feature p{color:#667085;font-size:15px;line-height:1.4;font-weight:500;}

@media(max-width:1120px){
.sol-feature-layout{grid-template-columns:1fr;}
.sol-feature-sticky{position:relative;top:auto;}
}

@media(max-width:860px){
.sol-feature-list{grid-template-columns:1fr;}
}

.sol-backup-section{background:#14213d;color:#fff;position:relative;}
.sol-backup-section:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 10% 0%,rgba(37,99,235,.32),transparent 32%),radial-gradient(circle at 90% 100%,rgba(217,154,43,.22),transparent 34%);}
.sol-backup-section .sol-title{color:#fff;}
.sol-backup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:backup;}
.sol-backup{padding:30px;border-radius:30px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 18px 48px rgba(20,33,61,.08);}
.sol-backup:before{counter-increment:backup;content:'0' counter(backup);display:grid;place-items:center;width:50px;height:50px;border-radius:18px;background:#14213d;color:#fff;font-size:15px;font-weight:800;margin-bottom:22px;}
.sol-backup h3{margin:0 0 10px;color:#111827;font-size:23px;font-weight:800;letter-spacing:-.05em;}
.sol-backup p{color:#667085;font-size:15px;line-height:1.4;font-weight:500;}

@media(max-width:860px){
.sol-backup-grid{grid-template-columns:1fr;}
}

.sol-launch-section{background:#fff;}
.sol-launch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;counter-reset:launch;}
.sol-launch{position:relative;padding:27px 24px;border-radius:30px;background:#f8fafc;border:1px solid #e5e7eb;}
.sol-launch:before{counter-increment:launch;content:'STEP 0' counter(launch);display:inline-flex;margin-bottom:18px;color:#b45309;font-size:13px;font-weight:800;}
.sol-launch h3{margin:0 0 10px;color:#111827;font-size:21px;font-weight:700;}
.sol-launch p{color:#667085;font-size:15px;line-height:1.4;font-weight:500;}

@media(max-width:860px){
.sol-launch-grid{grid-template-columns:1fr;}
}

.sol-final{padding:0 0 150px 0;background:#fff;}
.sol-final-box{position:relative;overflow:hidden;padding:58px;border-radius:44px;background:linear-gradient(135deg,#14213d 0%,#1d4ed8 62%,#0891b2 100%);color:#fff;box-shadow:0 32px 86px rgba(37,99,235,.26);}
.sol-final-box:before{content:'';position:absolute;right:-130px;top:-150px;width:400px;height:400px;border-radius:50%;background:rgba(217,154,43,.25);}
.sol-final-box:after{content:'';position:absolute;left:46%;bottom:-160px;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.10);}
.sol-final-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:36px;align-items:center;}
.sol-final h2{font-size:42px;line-height:1.17;letter-spacing:-.068em;font-weight:800;}
.sol-final p{margin:15px 0 0;color:#dbeafe;font-size:17px;line-height:1.72;font-weight:500;}
.sol-final-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;}

@media(max-width:860px){
.sol-final-inner{display:block;}
.sol-final-actions{justify-content:flex-start;margin-top:25px;}
}

@media(max-width:520px){
.sol-final-box{padding:28px 24px;border-radius:30px;}
.sol-final h2{font-size:32px;}
.sol-final .sol-btn{width:100%;}
}

@media screen and (max-width:767px) {

}