/* Carvix 16.0 Launch Edition */

/* Consolidated visual polish */
:root{
  --cvx-ink:#061d16;
  --cvx-green:#29d884;
  --cvx-soft:#edf8f2;
  --cvx-line:#d8e5de;
}
body{background:#f5f8f6}
.cvx90-main{max-width:1460px}
.cvx160-launch-strip{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin:0 0 17px;
  padding:13px 16px;
  border:1px solid #bfe9d3;
  border-radius:14px;
  background:linear-gradient(90deg,#eaf9f1,#fff);
}
.cvx160-launch-strip>div{display:flex;align-items:center;gap:12px}
.cvx160-launch-strip strong{color:#063a29}
.cvx160-launch-strip span{color:#52665d;font-size:13px}
.cvx160-launch-strip a{padding:8px 11px;border-radius:9px;background:#071f18;color:#fff;text-decoration:none;font-size:12px;font-weight:900}
.cvx160-launch-strip a:last-child{background:#29d884;color:#071f18}

.cvx120-hero{position:relative;overflow:hidden}
.cvx120-hero:after{
  content:"CARVIX";
  position:absolute;
  right:-45px;
  bottom:-65px;
  color:rgba(255,255,255,.035);
  font-size:190px;
  font-weight:950;
  letter-spacing:-.08em;
  pointer-events:none;
}
.cvx120-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.cvx120-card:hover{transform:translateY(-5px);border-color:#b9d9ca;box-shadow:0 22px 50px rgba(7,31,24,.12)}
.cvx120-card h3{font-size:17px}
.cvx120-demo{background:#fff4d7!important;color:#755200!important}
.cvx120-plus{background:#29d884!important;color:#071f18!important}

.cvx160-home-faq{margin:68px 0}
.cvx160-home-faq header{max-width:800px;margin-bottom:20px}
.cvx160-home-faq h2{margin:8px 0 0;font-size:clamp(37px,4.5vw,58px);letter-spacing:-.05em}
.cvx160-home-faq>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.cvx160-home-faq details{padding:18px;border:1px solid var(--cvx-line);border-radius:15px;background:#fff}
.cvx160-home-faq summary{cursor:pointer;font-weight:900}
.cvx160-home-faq p{margin:11px 0 0;color:#607168;line-height:1.6}

.cvx160-report-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}

/* Vehicle Intelligence */
.cvx160-vehicle-data{display:grid;gap:20px}
.cvx160-vehicle-hero{
  display:flex;justify-content:space-between;align-items:flex-end;gap:25px;
  padding:34px;border-radius:25px;
  background:radial-gradient(circle at 88% 0,rgba(41,216,132,.28),transparent 35%),linear-gradient(125deg,#061d16,#104b36);
  color:#fff;
}
.cvx160-vehicle-hero h1{margin:6px 0;font-size:clamp(40px,6vw,70px);line-height:1;letter-spacing:-.055em}
.cvx160-vehicle-hero p{margin:0;color:#c4d8cf}
.cvx160-vehicle-hero>div:last-child{text-align:right}
.cvx160-vehicle-hero small,.cvx160-vehicle-hero strong{display:block}
.cvx160-vehicle-hero strong{margin-top:5px;font-size:27px;letter-spacing:.11em}
.cvx160-source-line{display:flex;align-items:center;gap:10px;padding:12px 15px;border-radius:11px;background:#e8f8ef}
.cvx160-source-line small{margin-left:auto;color:#65776e}
.cvx160-data-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.cvx160-data-grid article{display:grid;gap:8px}
.cvx160-data-grid small{color:#687a71;text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.07em}
.cvx160-data-grid strong{font-size:17px}
.cvx160-data-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}
.cvx160-data-actions h2,.cvx160-data-actions p{margin:0}
.cvx160-data-actions p{margin-top:5px;color:#64756d}
.cvx160-data-actions form{margin:0}
.cvx160-state{padding:35px;text-align:center}
.cvx160-state.is-error{border-color:#e7b5ad;background:#fff6f4}
.cvx160-vehicle-footer{padding:15px;border-top:1px solid var(--cvx-line);color:#63756c;font-size:12px}

/* Vehicle Intelligence admin */
.cvx160-api-status{padding:8px 11px;border-radius:999px;font-size:11px;font-weight:950;text-transform:uppercase}
.cvx160-api-status.is-online{background:#dff7e9;color:#08734a}
.cvx160-api-status.is-offline{background:#fff0d7;color:#7d5508}
.cvx160-admin-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0}
.cvx160-admin-stats article{display:grid;gap:7px}
.cvx160-admin-stats strong{font-size:30px}
.cvx160-api-config{display:grid;gap:17px;margin-bottom:15px}
.cvx160-key-info{display:flex;justify-content:space-between;gap:20px;padding:13px;border-radius:10px;background:#eef6f2}
.cvx160-api-config form{display:grid;grid-template-columns:1fr 190px auto;gap:10px;align-items:end}
.cvx160-api-config label{display:grid;gap:5px}
.cvx160-api-config input{height:44px;padding:0 11px;border:1px solid #cbdad2;border-radius:9px}
.cvx160-checklist{display:grid;gap:10px;padding-left:22px}

@media(max-width:1050px){
  .cvx160-data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cvx160-admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .cvx160-launch-strip,.cvx160-launch-strip>div,.cvx160-vehicle-hero,.cvx160-data-actions,.cvx160-key-info{align-items:flex-start;flex-direction:column}
  .cvx160-home-faq>div,.cvx160-data-grid,.cvx160-admin-stats{grid-template-columns:1fr}
  .cvx160-vehicle-hero>div:last-child{text-align:left}
  .cvx160-source-line{align-items:flex-start;flex-direction:column}
  .cvx160-source-line small{margin-left:0}
  .cvx160-api-config form{grid-template-columns:1fr}
}
