    :root{
      --bg: #f6f7f9;
      --card: #ffffff;
      --muted: #6c757d;
      --accent: #0d6efd;
      --accent-2: #ffca2c;
      --danger: #dc3545;
      --radius: 14px;
      --container-max: 1120px;
    }
    html,body{height:100%;}
    body{
      font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      background: var(--bg);
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      color:#222;
      line-height:1.45;
      padding-bottom:40px;
    }

    /* top header */
    header.site-header{
      background: #fff;
      border-bottom: 1px solid rgba(15,20,25,0.04);
      box-shadow: 0 6px 18px rgba(17,24,39,0.03);
      position: sticky;
      top:0;
      z-index: 1030;
    }
    .site-header .navbar { padding: .6rem 0; }

    /* container */
    .app-container{
      max-width: var(--container-max);
      margin: 24px auto;
      padding: 0 16px;
    }

    /* hero / quick VRM box */
    .hero {
        padding: 12px 16px;
        border-radius: 12px;
        background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(250,250,251,0.95));
        box-shadow: 0 6px 18px rgba(17,24,39,0.03);
        align-items: center;
        display: flex;
    }
    
    .hero-left h3 {
        font-size: 1.1rem;
        margin-bottom: 4px;
    }

    .hero-left p {
        font-size: 0.85rem;
    }
    .hero .hero-left { flex:1; }
    .hero .hero-right { flex: 0 0 320px; display:flex; align-items:center; justify-content:flex-end; }

	.vrm-box-modern {
	  display: flex;
	  align-items: center;
	  background: #ffdf00;
	  border-radius: 8px;
	  padding: 8px 12px;
	  position: relative;
	  height: 48px;
	}

	.vrm-input-modern {
	  flex: 1;
	  border: none;
	  font-size: 24px;
	  font-weight: bold;
	  letter-spacing: 2px;
	  background: transparent;
	  outline: none;
	  text-transform: uppercase;
	}

	.vrm-flag-modern img {
	  height: 32px;
	  margin-right: 10px;
	}
 	#vrm_loader_overlay {
	  position: absolute;
	  right: 10px;
	  top: 50%;
	  transform: translateY(-50%);
	  display: none;
	}
    .vrm-input-modern:focus {
        outline: none;
        box-shadow: none;
    }

    .btn-proceed-modern{
       padding: 6px 12px;
       font-weight: 700;
       font-size: 0.85rem;
       min-width: 100px;
       border-radius: 8px;
    }

    /* main product card layout */
    .product-card {
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.96));
      border-radius: 16px;
      padding: 20px;
      box-shadow: 0 10px 30px rgba(15,20,25,0.04);
      margin-top:18px;
    }

    .product-grid {
      display:grid;
      grid-template-columns: 1fr 380px;
      gap:20px;
      align-items: start;
    }

    /* left content inside product */
    .product-left { padding-right: 6px; }
    .product-title {
    font-size: 24px;
    font-weight: 700;
    color: #0f1724;
    margin-bottom: 8px;
    line-height: 32px;
}
    .meta-row { display:flex; gap: 12px; align-items:center; flex-wrap:wrap; }
    .price-badge {
      background: linear-gradient(90deg, rgba(255,245,246,1), rgba(255,245,246,0.9));
      border-left: 4px solid rgba(220,53,69,0.15);
      padding: 10px 14px;
      border-radius: 10px;
      font-weight:800;
      color: var(--danger);
      font-size:1.5rem;
      display:inline-block;
    }
    .condition-pill { padding:6px 10px; border-radius:8px; font-weight:600; color:#fff; background: #28a745; }

    .action-row { display:flex; gap:10px; margin-top:14px; }

    .kpi-list { display:flex; gap:12px; margin-top:14px; color:var(--muted); flex-wrap:wrap; }
    .kpi-list li{ list-style:none; font-size:.95rem; display:flex; align-items:center; gap:8px; }

    .view-quotes-btn{ margin-top:14px; }

    /* right column: image + sticky price card */
    .product-right {
      display:flex;
      flex-direction:column;
      gap:12px;
      align-items:stretch;
    }
    .image-figure {
      background: #f8fafc;
      border-radius: 12px;
      padding: 18px;
      display:flex;
      align-items:center;
      justify-content:center;
      min-height: 260px;
      box-shadow: inset 0 -1px 0 rgba(0,0,0,0.02);
    }
    .engine-img {
      max-width:100%;
      max-height: 230px;
      object-fit:contain;
      border-radius:10px;
    }

    .sticky-cta {
      background: #fff;
      border-radius: 12px; 
      box-shadow: 0 8px 20px rgba(15,20,25,0.04);
      display:flex;
      flex-direction:column; 
    }
    .sticky-cta .price-row {
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:8px;
    }
    .sticky-cta .price-row .price-lg { font-size:1.5rem; font-weight:800; color:var(--danger); }
    .sticky-cta .meta-small { color:var(--muted); font-size:.95rem; }

    .sticky-cta .btns { display:flex; gap:8px; flex-wrap:wrap; }

    /* people also search */
    .people-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; margin-top:18px; }
    .people-card {
      border-radius:12px;
      overflow:hidden;
      background:var(--card);
      box-shadow: 0 8px 20px rgba(17,24,39,0.03);
      transition: transform .18s ease, box-shadow .18s ease;
      cursor:pointer;
    }
    .people-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(17,24,39,0.06); }
    .people-card img { width:100%; height:150px; object-fit:cover; display:block; }

    /* boxed sections */
    .section-title {
      font-weight:700;
      color:#0f1724;
      margin-top: 26px;
      margin-bottom: 12px;
      display:flex; align-items:center; gap:12px;
    }
    .section-box {
      background: var(--card);
      padding: 16px;
      border-radius: 12px;
      box-shadow: 0 8px 28px rgba(15,20,25,0.03);
    }

    /* compatibility table adjustments */
    .compatibility-table th,
    .compatibility-table td {
      vertical-align: middle;
      font-size: .93rem;
      padding: .75rem .8rem;
    }

    /* footer */
    footer.site-footer {
      margin-top: 28px;
      color:var(--muted);
      font-size: .92rem;
    }

    /* subtle reveal */
    .reveal { opacity:0; transform: translateY(10px); transition: all .5s cubic-bezier(.2,.85,.2,1); }
    .reveal.show { opacity:1; transform:none; }

    /* loader overlay for VRM */
    #vrm_loader_overlay {   display:none; align-items:center; justify-content:center; z-index:10;  border-radius:10px; }

    /* small helpers */
    .muted-small { color:var(--muted); font-size:.92rem; }
    #page-loader {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #page-loader .loader-content {
        text-align: center;
    }

    /* -----------------------
       MOBILE RESPONSIVE FIXES
    ------------------------ */

    @media (max-width: 768px){

      .hero {
        flex-direction: column;
        text-align: center;
        padding: 16px;
      }

      .hero .hero-right {
        width: 100%;
        flex: unset;
        justify-content: center;
      }

      .vrm-box-modern {
        width: 100%; 
        padding: 8px;
      }

      .vrm-input-modern {
        font-size: 1rem;
      }

      /* Grid fix */
      .product-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
      }

      .product-right {
        order: -1;
        width: 100%;
      }

      .image-figure {
        min-height: 180px;
        padding: 12px;
      }

      .sticky-cta {
        padding: 12px;
      }

      .sticky-cta .price-row .price-lg {
        font-size: 1.25rem;
      }

      .people-grid {
        grid-template-columns: repeat(2, 1fr);
      }

    }

    @media (max-width: 480px) {

      .people-grid {
        grid-template-columns: 1fr;
      }

      .hero-left h3 {
        font-size: 1rem;
      }

      .product-title {
        font-size: 1rem;
      }

      .price-badge {
        font-size: 1.25rem;
        padding: 8px 12px;
      }

      .sticky-cta .price-row .price-lg {
        font-size: 1.15rem;
      }
    }
	@media (max-width: 576px) {

    .reg-box {
        padding: 8px !important;
        height: 70px !important;       /* keeps it small */
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .reg-box img {
        height: 50px !important;       /* shrink UK flag */
        width: auto;
    }

    .reg-text {
        font-size: 1rem !important;
        line-height: 1.1;
    }
}
.vrm-error-wrap {
  position: relative;
}

#vrm_error {
  position: absolute;
  top: -21px;
  left: 0;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline a{
  text-decoration:none !important;
}

.make-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: all 0.2s ease;
}

.make-box:hover {
    background: #f8f9fa;
    border-color: #aaa;
    transform: translateY(-2px);
}

.blue-bar {
    background: #7c90a5; /* deep blue */
    padding: 60px 0; /* height of the bar */
    position: relative;
}

/* Bullet boxes on top of the bar */
.bullet-box {
    background: #ffffff; /* white card */
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    max-width: 648px;
    margin: 10px auto;
    position: relative;
    z-index: 2;
}

/* Icon styling */
.bullet-box i {
    color: #28a745; /* green check */
    font-size: 1.8rem;
    margin-right: 15px;
}

/* Text styling */
.bullet-box span {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
}

/* Optional: add spacing between boxes */
.blue-bar .container {
    position: relative;
    z-index: 2;
}