
.cvh{position:relative;background:linear-gradient(180deg,#EEF4FF 0%,#FFFFFF 62%);padding:30px;overflow:hidden;}
/* ---------- decorative background layer ---------- */
.cvh__decor{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;}
.cvh__blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.55;}
.cvh__blob--1{width:420px;height:420px;top:-160px;right:-120px;background:radial-gradient(circle,#2563EB 0%,rgba(37,99,235,0) 72%);animation:cvhDrift1 16s ease-in-out infinite;}
.cvh__blob--2{width:320px;height:320px;bottom:-140px;right:18%;background:radial-gradient(circle,#06B6D4 0%,rgba(6,182,212,0) 72%);opacity:.35;animation:cvhDrift2 14s ease-in-out infinite;}
.cvh__blob--3{width:260px;height:260px;top:8%;left:-110px;background:radial-gradient(circle,#1D4ED8 0%,rgba(29,78,216,0) 70%);opacity:.3;animation:cvhDrift1 18s ease-in-out infinite reverse;}
.cvh__dotgrid{position:absolute;top:6%;right:4%;width:260px;height:260px;background-image:radial-gradient(circle,rgba(37,99,235,.35) 1.4px,transparent 1.6px);background-size:20px 20px;opacity:.6;-webkit-mask-image:radial-gradient(circle,rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 75%);mask-image:radial-gradient(circle,rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 75%);}
.cvh__ring{position:absolute;width:560px;height:560px;border:1px solid rgba(37,99,235,.14);border-radius:50%;top:50%;right:-180px;transform:translateY(-50%);}
.cvh__particles{position:absolute;inset:0;}
.cvh__particle{position:absolute;width:5px;height:5px;border-radius:50%;background:#2563EB;opacity:0;animation-name:cvhParticleFloat;animation-timing-function:ease-in-out;animation-iteration-count:infinite;}

@keyframes cvhDrift1{0%,100%{transform:translate(0,0);}50%{transform:translate(-24px,26px);}}
@keyframes cvhDrift2{0%,100%{transform:translate(0,0);}50%{transform:translate(20px,-22px);}}
@keyframes cvhParticleFloat{0%{transform:translateY(0);opacity:0;}12%{opacity:.55;}88%{opacity:.3;}100%{transform:translateY(-130px);opacity:0;}}

.cvh__row{position:relative;z-index:1;margin-bottom:42px;}

/* ---------- left column ---------- */
.cvh__eyebrow{display:inline-flex;align-items:center;gap:8px;background:#FFFFFF;border:1px solid rgba(37,99,235,.18);color:#2563EB;font-size:13px;font-weight:700;letter-spacing:.2px;padding:8px 16px;border-radius:999px;box-shadow:0 6px 16px -8px rgba(37,99,235,.35);margin-bottom:22px;}
.cvh__eyebrow i{font-size:12px;}

.cvh__title{font-size:2.4rem;font-weight:800;line-height:1.16;color:#111827;letter-spacing:-.5px;margin:0 0 18px;}
.cvh__title span{display:block;color:#2563EB;}

.cvh__sub{font-size:16px;color:#5B6478;line-height:1.75;max-width:480px;margin:0 0 30px;}

.cvh__ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:34px;}
.cvh__btn{display:inline-flex;align-items:center;gap:10px;border-radius:10px;padding:14px 26px;font-size:15px;font-weight:700;border:2px solid transparent;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;}
.cvh__btn--primary{background:#2563EB;color:#FFFFFF;box-shadow:0 12px 24px -10px rgba(37,99,235,.55);}
.cvh__btn--primary:hover{background:#1D4ED8;transform:translateY(-2px);box-shadow:0 16px 28px -10px rgba(29,78,216,.55);}
.cvh__btn--primary i{transition:transform .25s ease;}
.cvh__btn--primary:hover i{transform:translateX(3px);}
.cvh__btn--ghost{background:#FFFFFF;border-color:rgba(17,24,39,.12);color:#111827;}
.cvh__btn--ghost:hover{border-color:#2563EB;color:#2563EB;transform:translateY(-2px);box-shadow:0 12px 22px -12px rgba(17,24,39,.18);}

.cvh__checklist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:13px 18px;}
.cvh__checklist li{font-size:14.5px;color:#1A2233;font-weight:600;display:flex;align-items:flex-start;gap:8px;line-height:1.4;}
.cvh__checklist i{color:#2563EB;margin-top:2px;flex-shrink:0;}

/* ---------- right column / stage ---------- */
.cvh__right{position:relative;z-index:1;}
.cvh__stage{position:relative;min-height:380px;}

.cvh__frame{position:relative;border-radius:22px;overflow:hidden;box-shadow:0 30px 60px -20px rgba(11,18,32,.35);background:#0B1220;}
.cvh__photo{display:block;width:100%;height:420px;object-fit:cover;}

.cvh__scanline{position:absolute;left:0;right:0;height:42%;background:linear-gradient(180deg,rgba(6,182,212,0) 0%,rgba(6,182,212,.22) 48%,rgba(6,182,212,0) 100%);top:-42%;animation:cvhScan 5s linear infinite;pointer-events:none;}
@keyframes cvhScan{0%{top:-42%;}100%{top:100%;}}

.cvh__gridoverlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:32px 32px;pointer-events:none;}
.cvh__vignette{position:absolute;inset:0;box-shadow:inset 0 -60px 70px -40px rgba(0,0,0,.45),inset 0 60px 70px -50px rgba(0,0,0,.25);pointer-events:none;}

.cvh__live{position:absolute;top:14px;left:14px;display:flex;align-items:center;gap:7px;background:rgba(11,18,32,.72);backdrop-filter:blur(6px);color:#FFFFFF;font-size:11px;font-weight:700;letter-spacing:.5px;padding:6px 12px;border-radius:999px;z-index:3;}
.cvh__live-dot{width:7px;height:7px;border-radius:50%;background:#EF4444;animation:cvhLivePulse 1.4s ease-in-out infinite;}
.cvh__live-time{font-weight:600;color:rgba(255,255,255,.7);letter-spacing:.3px;}
@keyframes cvhLivePulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(239,68,68,.55);}50%{opacity:.5;box-shadow:0 0 0 5px rgba(239,68,68,0);}}

.cvh__box{position:absolute;border-radius:5px;z-index:2;animation:cvhBoxPulse 2.8s ease-in-out infinite;}
.cvh__box--vehicle{border:2px solid #06B6D4;}
.cvh__box--person{border:2px solid #F59E0B;}
@keyframes cvhBoxPulse{0%,100%{opacity:.6;}50%{opacity:1;}}

.cvh__box-tag{position:absolute;top:-24px;left:-2px;display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:700;color:#0B1220;padding:3px 8px;border-radius:4px;white-space:nowrap;}
.cvh__box-tag--vehicle{background:#06B6D4;}
.cvh__box-tag--person{background:#F59E0B;}
.cvh__conf{font-weight:800;}

.cvh__card{position:absolute;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.7);border-radius:16px;padding:14px 16px;box-shadow:0 18px 34px -16px rgba(11,18,32,.28);z-index:4;will-change:transform;}
.cvh__card::before{content:'';position:absolute;top:0;left:14px;right:14px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.9),rgba(255,255,255,0));}
.cvh__card-head{display:flex;align-items:center;gap:7px;font-weight:700;font-size:11.5px;text-transform:uppercase;letter-spacing:.4px;color:#2563EB;margin-bottom:10px;}

.cvh__card--detect{top:6%;right:-3%;width:182px;background:rgba(11,18,32,.86);border-color:rgba(255,255,255,.1);color:#FFFFFF;}
.cvh__card--detect .cvh__card-head{color:#06B6D4;}
.cvh__card-row{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:13px;color:rgba(255,255,255,.65);}
.cvh__card--detect .cvh__card-row b{color:#FFFFFF;}
.cvh__card-row b{margin-left:auto;font-size:14px;}
.cvh__dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;}
.cvh__dot--vehicle{background:#06B6D4;}
.cvh__dot--person{background:#F59E0B;}
.cvh__dot--bike{background:#8B5CF6;}

.cvh__card--face{bottom:9%;left:-4%;width:248px;}
.cvh__face{display:flex;gap:12px;align-items:center;}
.cvh__face-frame{position:relative;width:58px;height:58px;border-radius:10px;overflow:hidden;flex-shrink:0;}
.cvh__face-frame img{width:100%;height:100%;object-fit:cover;display:block;}
.cvh__corner{position:absolute;width:13px;height:13px;border:2.4px solid #2563EB;}
.cvh__corner--tl{top:-2px;left:-2px;border-right:none;border-bottom:none;border-top-left-radius:4px;}
.cvh__corner--tr{top:-2px;right:-2px;border-left:none;border-bottom:none;border-top-right-radius:4px;}
.cvh__corner--bl{bottom:-2px;left:-2px;border-right:none;border-top:none;border-bottom-left-radius:4px;}
.cvh__corner--br{bottom:-2px;right:-2px;border-left:none;border-top:none;border-bottom-right-radius:4px;}
.cvh__face-info{display:flex;flex-direction:column;}
.cvh__face-label{font-size:11px;color:#94A3B8;margin-bottom:2px;}
.cvh__face-pct{font-size:20px;font-weight:800;color:#16A34A;margin-bottom:7px;}
.cvh__face-bar{display:block;width:120px;height:6px;border-radius:6px;background:#E6E9F0;overflow:hidden;}
.cvh__face-fill{display:block;width:0%;height:100%;background:linear-gradient(90deg,#22C55E,#16A34A);border-radius:6px;transition:width 1.3s cubic-bezier(.22,.9,.34,1);}

.cvh__card--chart{bottom:-7%;right:6%;width:208px;}
.cvh__chart{width:100%;height:64px;display:block;overflow:visible;}
.cvh__chart-area{fill:rgba(37,99,235,.14);stroke:none;}
.cvh__chart-line{fill:none;stroke:#2563EB;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:340;stroke-dashoffset:340;animation:cvhDraw 1.8s ease-out .3s forwards;}
@keyframes cvhDraw{to{stroke-dashoffset:0;}}
.cvh__chart-dot{fill:#2563EB;}
.cvh__chart-foot{display:flex;align-items:center;justify-content:space-between;margin-top:8px;font-size:11.5px;color:#94A3B8;}
.cvh__chart-foot b{color:#111827;font-size:14px;}

/* ---------- AI status ticker (signature element) ---------- */
.cvh__status{display:flex;align-items:center;flex-wrap:wrap;gap:14px 0;background:rgba(11,18,32,.9);backdrop-filter:blur(10px);border-radius:14px;padding:14px 20px;margin-top:18px;box-shadow:0 16px 32px -16px rgba(11,18,32,.4);}
.cvh__status-item{display:flex;align-items:center;gap:7px;font-size:12.5px;color:rgba(255,255,255,.55);white-space:nowrap;}
.cvh__status-item b{color:#FFFFFF;font-size:13px;font-weight:700;}
.cvh__status-dot{width:7px;height:7px;border-radius:50%;background:#22C55E;box-shadow:0 0 0 0 rgba(34,197,94,.6);animation:cvhStatusPulse 1.8s ease-in-out infinite;}
@keyframes cvhStatusPulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.55);}70%{box-shadow:0 0 0 6px rgba(34,197,94,0);}100%{box-shadow:0 0 0 0 rgba(34,197,94,0);}}
.cvh__status-sep{width:1px;height:16px;background:rgba(255,255,255,.14);margin:0 18px;}

/* ---------- trust badges ---------- */
.cvh__badges{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;background:#FFFFFF;border:1px solid rgba(17,24,39,.06);border-radius:16px;padding:18px 14px;box-shadow:0 14px 32px -16px rgba(11,18,32,.14);}
.cvh__badge{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:#1A2233;padding:8px 18px;border-radius:10px;transition:background .2s ease,color .2s ease;}
.cvh__badge:hover{background:#EEF4FF;color:#2563EB;}
.cvh__badge i{color:#2563EB;font-size:15px;}

/* ---------- responsive ---------- */
@media(min-width:992px){
  .cvh__title{font-size:2.8rem;}
  .cvh__sub{font-size:17px;}
  .cvh__left{padding-right:26px;}
}

@media(max-width:991px){
  .cvh{padding:56px 0 36px;}
  .cvh__left{text-align:left;margin-bottom:36px;}
  .cvh__photo{height:300px;}
  .cvh__card{position:static;width:auto !important;margin-top:14px;}
  .cvh__card--chart,.cvh__card--face,.cvh__card--detect{margin-left:0;}
  .cvh__status{padding:14px 16px;}
  .cvh__status-sep{margin:0 12px;}
  .cvh__ring,.cvh__dotgrid{display:none;}
}

@media(max-width:575px){
  .cvh__checklist{grid-template-columns:1fr;}
  .cvh__btn{width:100%;justify-content:center;}
}

@media (prefers-reduced-motion: reduce){
  .cvh__blob,.cvh__particle,.cvh__scanline,.cvh__box,.cvh__live-dot,.cvh__status-dot{animation:none !important;}
  .cvh__chart-line{stroke-dashoffset:0;animation:none !important;}
  .cvh__btn,.cvh__badge{transition:none !important;}
}


.cv-whatis{background:#fff;padding:30px 0;}
.cv-whatis__intro{margin-bottom:50px;}
.cv-whatis__title{font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:18px;}
.cv-whatis__text{color:#5B6478;font-size:15.5px;line-height:1.8;margin-bottom:14px;}
.cv-whatis__flow{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:30px;}
.cv-whatis__flow-step{background:#F6F8FB;border:1px solid #E6E9F0;border-radius:12px;padding:16px 10px;width:120px;text-align:center;font-size:12.5px;font-weight:600;color:#1A2233;}
.cv-whatis__flow-step i{display:block;font-size:22px;color:#2563EB;margin-bottom:8px;}
.cv-whatis__arrow{color:#9AA3B2;display:none;}
.cv-whatis__cards{row-gap:24px;}
.cv-whatis__card{background:#F6F8FB;border:1px solid #E6E9F0;border-radius:14px;padding:28px 22px;width:100%;transition:transform .25s ease,box-shadow .25s ease;}
.cv-whatis__card:hover{transform:translateY(-6px);box-shadow:0 20px 35px -15px rgba(11,27,58,.15);background:#fff;}
.cv-whatis__icon{width:52px;height:52px;border-radius:50%;background:#E7EEFF;color:#2563EB;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px;}
.cv-whatis__card h3{font-size:18px;font-weight:700;color:#0B1B3A;margin-bottom:10px;}
.cv-whatis__card p{font-size:14px;color:#5B6478;line-height:1.7;margin:0;}
@media(min-width:992px){.cv-whatis__arrow{display:inline-block;}}

.cv-services{background:#F6F8FB;padding:30px 0;}
.cv-services__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:14px;}
.cv-services__sub{text-align:center;max-width:760px;margin:0 auto 40px;color:#5B6478;font-size:15.5px;line-height:1.8;}
.cv-services__grid{row-gap:22px;}
.cv-services__card{background:#fff;border:1px solid #E6E9F0;border-radius:14px;padding:26px 20px;width:100%;box-shadow:0 4px 14px -8px rgba(11,27,58,.08);transition:transform .25s ease,box-shadow .25s ease;}
.cv-services__card:hover{transform:translateY(-6px);box-shadow:0 18px 32px -14px rgba(11,27,58,.18);}
.cv-services__icon{width:48px;height:48px;border-radius:50%;background:#E7EEFF;color:#2563EB;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px;}
.cv-services__card h3{font-size:17px;font-weight:700;color:#0B1B3A;margin-bottom:8px;}
.cv-services__card p{font-size:13.5px;color:#5B6478;line-height:1.65;margin:0;}
.cv-services__cta{margin-top:46px;background:#0B1B3A;border-radius:16px;padding:30px;display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:center;text-align:center;}
.cv-services__cta span{color:#fff;font-size:17px;font-weight:600;}
.cv-services__btn{background:#2563EB;color:#fff;border:none;border-radius:8px;padding:13px 26px;font-weight:700;font-size:14.5px;cursor:pointer;transition:background .25s ease;}
.cv-services__btn:hover{background:#1D4ED8;}
@media(min-width:768px){.cv-services__cta{justify-content:space-between;text-align:left;}}

.cv-cap{background:#fff;padding:30px 0;}
.cv-cap__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:14px;}
.cv-cap__sub{text-align:center;max-width:720px;margin:0 auto 40px;color:#5B6478;font-size:15.5px;line-height:1.8;}
.cv-cap__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:16px;}
.cv-cap__list li{display:flex;gap:12px;align-items:flex-start;}
.cv-cap__list i{color:#16A34A;font-size:18px;margin-top:3px;}
.cv-cap__list b{display:block;font-size:15px;color:#0B1B3A;font-weight:700;}
.cv-cap__list span{display:block;font-size:13px;color:#5B6478;margin-top:2px;}
.cv-cap__dashboard{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 25px 50px -20px rgba(11,27,58,.3);margin-top:30px;}
.cv-cap__img{width:100%;height:300px;object-fit:cover;display:block;}
.cv-cap__overlay{position:absolute;bottom:0;left:0;right:0;background:rgba(11,27,58,.85);display:flex;justify-content:space-around;padding:14px 8px;}
.cv-cap__stat{text-align:center;color:#fff;}
.cv-cap__stat span{display:block;font-size:11px;color:#9AA3B2;text-transform:uppercase;letter-spacing:.5px;}
.cv-cap__stat b{font-size:18px;color:#06B6D4;}
.cv-cap__note{text-align:center;max-width:760px;margin:40px auto 0;color:#5B6478;font-size:14px;}
@media(min-width:768px){.cv-cap__list{grid-template-columns:1fr 1fr;}.cv-cap__dashboard{margin-top:0;}}

.cv-ind{background:#F6F8FB;padding:30px 0;}
.cv-ind__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:14px;}
.cv-ind__sub{text-align:center;max-width:760px;margin:0 auto 32px;color:#5B6478;font-size:15.5px;line-height:1.8;}
.cv-ind__strip{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px;}
.cv-ind__tab{background:#fff;border:1px solid #E6E9F0;border-radius:30px;padding:9px 16px;font-size:13px;font-weight:600;color:#1A2233;cursor:pointer;display:flex;align-items:center;gap:7px;transition:all .2s ease;}
.cv-ind__tab i{color:#2563EB;}
.cv-ind__tab:hover{background:#2563EB;color:#fff;border-color:#2563EB;}
.cv-ind__tab:hover i{color:#fff;}
.cv-ind__grid{row-gap:24px;}
.cv-ind__card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 14px -8px rgba(11,27,58,.08);height:100%;transition:transform .25s ease,box-shadow .25s ease;scroll-margin-top:100px;}
.cv-ind__card:hover{transform:translateY(-6px);box-shadow:0 18px 32px -14px rgba(11,27,58,.18);}
.cv-ind__card img{width:100%;height:170px;object-fit:cover;display:block;}
.cv-ind__body{padding:22px;}
.cv-ind__icon{width:42px;height:42px;border-radius:50%;background:#E7EEFF;color:#2563EB;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:12px;}
.cv-ind__card h3{font-size:17px;font-weight:700;color:#0B1B3A;margin-bottom:8px;}
.cv-ind__card p{font-size:13.5px;color:#5B6478;line-height:1.65;margin:0;}

.cv-benefits{background:#fff;padding:30px 0;}
.cv-benefits__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:14px;}
.cv-benefits__sub{text-align:center;max-width:700px;margin:0 auto 40px;color:#5B6478;font-size:15.5px;line-height:1.8;}
.cv-benefits__grid{row-gap:20px;}
.cv-benefits__item{display:flex;gap:14px;align-items:flex-start;background:#F6F8FB;border:1px solid #E6E9F0;border-radius:12px;padding:20px;height:100%;transition:box-shadow .25s ease;}
.cv-benefits__item:hover{box-shadow:0 12px 26px -12px rgba(11,27,58,.15);}
.cv-benefits__item i{color:#2563EB;font-size:20px;margin-top:3px;}
.cv-benefits__item b{display:block;color:#0B1B3A;font-size:15.5px;font-weight:700;margin-bottom:4px;}
.cv-benefits__item p{margin:0;color:#5B6478;font-size:13.5px;line-height:1.6;}

.cv-process{background:#F6F8FB;padding:30px 0;overflow-x:hidden;}
.cv-process__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:14px;}
.cv-process__sub{text-align:center;max-width:760px;margin:0 auto 50px;color:#5B6478;font-size:15.5px;line-height:1.8;}
.cv-process__line{display:flex;flex-direction:column;gap:0;position:relative;padding-left:24px;}
.cv-process__line::before{content:'';position:absolute;left:23px;top:6px;bottom:6px;width:2px;background:#E6E9F0;}
.cv-process__step{position:relative;padding:0 0 34px 36px;}
.cv-process__step:last-child{padding-bottom:0;}
.cv-process__node{position:absolute;left:-36px;top:0;width:44px;height:44px;border-radius:50%;background:#2563EB;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 6px 14px rgba(37,99,235,.3);z-index:2;}
.cv-process__step h3{font-size:16px;font-weight:700;color:#0B1B3A;margin:4px 0 6px;}
.cv-process__step p{margin:0;color:#5B6478;font-size:13.5px;line-height:1.6;max-width:420px;}
@media(min-width:1200px){
  .cv-process__line{flex-direction:row;padding-left:0;align-items:flex-start;overflow-x:auto;padding-bottom:10px;}
  .cv-process__line::before{left:5%;right:5%;top:21px;width:auto;height:2px;}
  .cv-process__step{flex:1;min-width:150px;padding:60px 8px 0;text-align:center;}
  .cv-process__node{position:relative;left:auto;top:auto;margin:0 auto 14px;}
  .cv-process__step{padding-left:8px;}
}

.cv-tech{background:#fff;padding:30px 0;}
.cv-tech__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:14px;}
.cv-tech__sub{text-align:center;max-width:760px;margin:0 auto 40px;color:#5B6478;font-size:15.5px;line-height:1.8;}
.cv-tech__group{background:#F6F8FB;border:1px solid #E6E9F0;border-radius:14px;padding:24px;margin-bottom:24px;height:100%;}
.cv-tech__label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#2563EB;margin-bottom:14px;}
.cv-tech__row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px;}
.cv-tech__chip{background:#fff;border:1px solid #E6E9F0;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;color:#1A2233;transition:all .2s ease;}
.cv-tech__chip:hover{border-color:#2563EB;color:#2563EB;transform:translateY(-2px);}
.cv-tech__group p{margin:0;font-size:13.5px;color:#5B6478;line-height:1.6;}

.cv-models{background:#F6F8FB;padding:30px 0;}
.cv-models__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:14px;}
.cv-models__sub{text-align:center;max-width:720px;margin:0 auto 40px;color:#5B6478;font-size:15.5px;line-height:1.8;}
.cv-models__grid{row-gap:22px;}
.cv-models__card{background:#fff;border-top:3px solid #2563EB;border-radius:12px;padding:26px 22px;width:100%;box-shadow:0 4px 14px -8px rgba(11,27,58,.08);transition:transform .25s ease,box-shadow .25s ease;}
.cv-models__card:hover{transform:translateY(-6px);box-shadow:0 18px 32px -14px rgba(11,27,58,.18);}
.cv-models__icon{width:46px;height:46px;border-radius:10px;background:#E7EEFF;color:#2563EB;display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:14px;}
.cv-models__card h3{font-size:16.5px;font-weight:700;color:#0B1B3A;margin-bottom:8px;}
.cv-models__card p{font-size:13.5px;color:#5B6478;line-height:1.6;margin:0;}

.cv-cases{background:#fff;padding:30px 0;}
.cv-cases__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:14px;}
.cv-cases__sub{text-align:center;max-width:760px;margin:0 auto 40px;color:#5B6478;font-size:15.5px;line-height:1.8;}
.cv-cases__grid{row-gap:20px;}
.cv-cases__card{background:#F6F8FB;border:1px solid #E6E9F0;border-radius:12px;padding:20px 16px;height:100%;text-align:center;transition:transform .25s ease,box-shadow .25s ease;}
.cv-cases__card:hover{transform:translateY(-5px);box-shadow:0 14px 28px -14px rgba(11,27,58,.18);background:#fff;}
.cv-cases__icon{width:44px;height:44px;border-radius:50%;background:#E7EEFF;color:#2563EB;display:flex;align-items:center;justify-content:center;font-size:18px;margin:0 auto 12px;}
.cv-cases__card b{display:block;font-size:14.5px;color:#0B1B3A;margin-bottom:6px;}
.cv-cases__card p{margin:0;font-size:12.5px;color:#5B6478;line-height:1.5;}

.cv-why{background:#F6F8FB;padding:30px 0;}
.cv-why__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:36px;}
.cv-why__quick{row-gap:16px;margin-bottom:46px;}
.cv-why__qitem{background:#fff;border:1px solid #E6E9F0;border-radius:12px;padding:18px 12px;text-align:center;height:100%;transition:box-shadow .25s ease;}
.cv-why__qitem:hover{box-shadow:0 12px 26px -12px rgba(11,27,58,.15);}
.cv-why__qitem i{display:block;font-size:24px;color:#2563EB;margin-bottom:10px;}
.cv-why__qitem span{font-size:13.5px;font-weight:600;color:#1A2233;}
.cv-why__grid{row-gap:22px;}
.cv-why__card{background:#fff;border-radius:14px;padding:28px 24px;width:100%;box-shadow:0 4px 14px -8px rgba(11,27,58,.08);transition:transform .25s ease,box-shadow .25s ease;}
.cv-why__card:hover{transform:translateY(-6px);box-shadow:0 18px 32px -14px rgba(11,27,58,.18);}
.cv-why__icon{width:50px;height:50px;border-radius:50%;background:#E7EEFF;color:#2563EB;display:flex;align-items:center;justify-content:center;font-size:21px;margin-bottom:16px;}
.cv-why__card h3{font-size:17px;font-weight:700;color:#2563EB;margin-bottom:8px;}
.cv-why__card p{margin:0;color:#5B6478;font-size:13.5px;line-height:1.65;}

.cv-stories{background:#fff;padding:30px 0;}
.cv-stories__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:40px;}
.cv-stories__grid{row-gap:24px;}
.cv-stories__card{background:#F6F8FB;border:1px solid #E6E9F0;border-radius:16px;overflow:hidden;width:100%;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;}
.cv-stories__card:hover{transform:translateY(-6px);box-shadow:0 18px 36px -16px rgba(11,27,58,.2);}
.cv-stories__img{height:160px;background-size:cover;background-position:center;position:relative;}
.cv-stories__tag{position:absolute;bottom:12px;left:14px;background:#2563EB;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:5px 12px;border-radius:20px;}
.cv-stories__body{padding:22px;flex:1;display:flex;flex-direction:column;}
.cv-stories__body h3{font-size:16.5px;font-weight:700;color:#0B1B3A;margin-bottom:16px;}
.cv-stories__block{display:flex;gap:10px;margin-bottom:14px;align-items:flex-start;}
.cv-stories__block i{color:#2563EB;margin-top:3px;font-size:14px;}
.cv-stories__block b{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#9AA3B2;margin-bottom:3px;}
.cv-stories__block p{margin:0;font-size:13px;color:#5B6478;line-height:1.6;}
.cv-stories__outcome b{color:#16A34A;}
.cv-stories__link{margin-top:auto;color:#2563EB;font-weight:700;font-size:13.5px;text-decoration:none; cursor: pointer;}
.cv-stories__link:hover{text-decoration:underline;}
.cv-stories__cta{text-align:center;margin-top:36px;}
.cv-stories__btn{background:transparent;border:2px solid #2563EB;color:#2563EB;border-radius:8px;padding:12px 26px;font-weight:700;cursor:pointer;transition:all .25s ease;}
.cv-stories__btn:hover{background:#2563EB;color:#fff;}

.cv-compliance{background:#fff;padding:30px 0;}
.cv-compliance__title{text-align:center;font-size:28px;font-weight:800;color:#0B1B3A;max-width:820px;margin:0 auto 18px;}
.cv-compliance__sub{text-align:center;max-width:840px;margin:0 auto 40px;color:#5B6478;font-size:15px;line-height:1.8;}
.cv-compliance__grid{row-gap:24px; justify-content: center;}
.cv-compliance__card{background:#F6F8FB;border:1px solid #E6E9F0;border-radius:14px;padding:26px 24px;height:100%;transition:box-shadow .25s ease;}
.cv-compliance__card:hover{box-shadow:0 16px 30px -14px rgba(11,27,58,.15);}
.cv-compliance__icon{width:48px;height:48px;border-radius:50%;background:#E7EEFF;color:#2563EB;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px;}
.cv-compliance__card h3{font-size:17px;font-weight:700;color:#0B1B3A;margin-bottom:8px;}
.cv-compliance__card p{font-size:13.5px;color:#5B6478;line-height:1.6;margin-bottom:14px;}
.cv-compliance__card ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;}
.cv-compliance__card ul li{background:#fff;border:1px solid #E6E9F0;color:#1A2233;font-size:12px;font-weight:600;padding:6px 11px;border-radius:6px;}

.cv-faq{background:#F6F8FB;padding:30px 0;}
.cv-faq__title{text-align:center;font-size:30px;font-weight:800;color:#0B1B3A;margin-bottom:40px;}
.cv-faq__accordion{max-width:880px;margin:0 auto;}
.cv-faq__item{background:#fff;border:1px solid #E6E9F0;border-radius:12px;margin-bottom:14px;overflow:hidden;}
.cv-faq__q{margin:0;padding:18px 22px;font-size:15.5px;font-weight:600;color:#1A2233;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px;}
.cv-faq__q i{color:#2563EB;transition:transform .25s ease;flex-shrink:0;}
.cv-faq__q[aria-expanded="true"] i,.cv-faq__q.cv-faq__q--open i{transform:rotate(180deg);}
.cv-faq__a{padding:0 22px;}
.cv-faq__a p{margin:0;padding-bottom:18px;color:#5B6478;font-size:14px;line-height:1.7;}

.cv-finalcta{background:linear-gradient(135deg,#0B1B3A,#16264D);padding:30px 0;text-align:center;position:relative;overflow:hidden;}
.cv-finalcta::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.06) 1px,transparent 1px);background-size:26px 26px;}
.cv-finalcta__title{position:relative;font-size:28px;font-weight:800;color:#fff;max-width:760px;margin:0 auto 18px;}
.cv-finalcta__sub{position:relative;max-width:680px;margin:0 auto 32px;color:rgba(255,255,255,.78);font-size:15.5px;line-height:1.8;}
.cv-finalcta__btns{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:16px;}
.cv-finalcta__btn{border-radius:8px;padding:14px 28px;font-weight:700;font-size:15px;cursor:pointer;border:2px solid transparent;transition:all .25s ease;}
.cv-finalcta__btn--primary{background:#2563EB;color:#fff;}
.cv-finalcta__btn--primary:hover{background:#1D4ED8;transform:translateY(-2px);}
.cv-finalcta__btn--ghost{background:transparent;border-color:#fff;color:#fff;}
.cv-finalcta__btn--ghost:hover{background:#fff;color:#0B1B3A;transform:translateY(-2px);}
@media(min-width:768px){.cv-finalcta__title{font-size:34px;}}

/* =============================================
   TRUST SECTION
============================================= */
.sdp-clients { background: #070f1e; padding-top: 30px; padding-bottom: 30px; }
.sdp-clients-heading {  font-size: 1.5rem; color: #fff; text-align: center; letter-spacing: 0.05em; margin-bottom: 24px; font-weight: 700; }
.sdp-logo-strip-wrap { overflow: hidden; position: relative; }
.sdp-logo-strip-wrap::before, .sdp-logo-strip-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.sdp-logo-strip-wrap::before { left: 0; background: linear-gradient(90deg, var(--sdp-dark-2), transparent); }
.sdp-logo-strip-wrap::after { right: 0; background: linear-gradient(270deg, var(--sdp-dark-2), transparent); }
.sdp-logo-strip { display: flex; gap: 48px; animation: sdpScrollLogos 28s linear infinite; width: max-content; align-items: center; padding: 12px 0; }
.sdp-logo-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; padding: 12px 24px;  font-weight: 700; font-size: 0.85rem; color: rgba(148,163,184,0.7); white-space: nowrap; transition: all 0.3s; min-width: 120px; text-align: center; }
.sdp-logo-item img{
    width: auto;
    height: 30px;
}
.sdp-logo-item:hover { border-color: rgba(37,99,235,0.3); color: var(--sdp-white); }
@keyframes sdpScrollLogos { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }