body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #111;
}

.page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 20px;
}

.narrow {
  max-width: 420px;
}

.logo {
  text-align: center;
  margin-bottom: 24px;
}

.brand-logo {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}

.header-logo {
  display: block;
  height: 42px;
  width: auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #111;
  color: white;
}

.topbar-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}

.actions,
.filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

input,
select,
button,
.button {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
}

button,
.button {
  background: #111;
  color: white;
  cursor: pointer;
  text-decoration: none;
}

button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.secondary {
  background: white;
  color: #111;
}

.error {
  color: #b00020;
}

/* Search filters */

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
}

.filter-group > label {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

.checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 180px;
  overflow-y: auto;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}

.checkbox-list label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  font-size: 14px;
  cursor: pointer;
}

.checkbox-list input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
}

/* Search results table */

.vehicle-grid {
  display: block;
  width: 100%;
  margin-top: 18px;
}

.vehicle-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: white;
  border: 1px solid #ddd;
  border-radius: 14px;
}

.vehicle-table {
  width: 100%;
  min-width: 1200px;
  border-collapse: collapse;
  background: #fff;
}

.vehicle-table th,
.vehicle-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.vehicle-table th {
  background: #111;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}

.vehicle-table tbody tr:hover {
  background: #f7f7f7;
}

.vehicle-table .vin-cell {
  font-family: monospace;
  font-size: 12px;
}

.vehicle-table a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.vehicle-table a:hover {
  text-decoration: underline;
}

.message {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
}

/* Landing page */

.landing-page {
  max-width: 1050px;
  text-align: center;
}

.hero {
  margin: 24px auto 32px;
  max-width: 760px;
}

.hero h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
}

.hero-subtitle {
  margin: 0;
  font-size: 20px;
}

.hero-note {
  margin-top: 8px;
  color: #555;
}

.beta-pill {
  display: inline-block;
  margin: 12px 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: #dde7f5;
  color: #35527a;
  border: 1px solid #c5d4ea;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.badge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 32px 0;
}

.badge-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 18px;
  padding: 22px 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.badge-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09);
}

.car-badge {
  height: 70px;
  max-width: 160px;
  object-fit: contain;
  margin-bottom: 12px;
}

.badge-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.badge-stats p {
  margin: 4px 0;
  color: #333;
}

.badge-status {
  color: #777 !important;
  font-weight: bold;
}

.badge-new {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #dff3e3;
  color: #3d6b45;
  border: 1px solid #c6e7cd;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.new-star {
  margin-left: 6px;
  font-size: 0.9em;
}

.landing-actions {
  justify-content: center;
  margin: 36px 0 40px;
}

/* Reviews */

.reviews-section {
  margin-top: 44px;
  width: 100%;
}

.reviews-section h2 {
  margin: 0 0 18px;
  text-align: center;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.review-card {
  background: #fff;
  border: 1px solid #ded6c8;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(31, 41, 51, 0.08);
}

.review-source {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 10px;
}

.review-source.coffee {
  background: #f7d56b;
  color: #1f2933;
}

.review-source.facebook {
  background: #e9eef8;
  color: #1877f2;
}

.review-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.review-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #5f6b7a;
}

/* Articles */

.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.article-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  overflow: hidden;
}

.article-card a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.article-image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  background: #eee;
}

.article-card-body {
  padding: 18px;
}

.article-card-body h2 {
  margin-top: 0;
}

.article-hero {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 14px;
  margin: 20px 0;
}

.back-link {
  display: inline-block;
  margin: 10px 0 16px;
  color: inherit;
}

.button.small {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  font-size: 0.9rem;
}

/* Terms / success */

.terms-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5f6b7a;
}

.terms-checkbox input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
}

.terms-checkbox a {
  font-weight: 600;
  text-decoration: none;
}

.terms-checkbox a:hover {
  text-decoration: underline;
}

.success-card {
  margin-top: 18px;
  padding: 20px;
  border-radius: 14px;
  background: #e9f8ef;
  border: 1px solid #9bd4ad;
  text-align: center;
}

.success-card h2 {
  margin-top: 0;
}

/* Footer */

.site-footer {
  margin: 40px auto 0;
  padding: 24px 20px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.site-footer a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer-small {
  margin-top: 6px;
  font-size: 12px;
  color: #888;
}

.site-footer-links {
  margin: 8px 0;
  font-size: 14px;
}

.site-footer-links a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.site-footer-links a:hover {
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 980px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .brand-logo {
    max-width: 220px;
  }

  .header-logo {
    height: 34px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero-subtitle {
    font-size: 17px;
  }

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

  .car-badge {
    height: 58px;
  }

  .filters {
    flex-direction: column;
  }

  .filter-group,
  .filters input,
  .filters select,
  .filters button {
    width: 100%;
    box-sizing: border-box;
  }

  .checkbox-list {
    max-height: 260px;
    padding: 12px;
  }

  .checkbox-list label {
    min-height: 44px;
    font-size: 17px;
  }

  .checkbox-list input[type="checkbox"] {
    width: 24px;
    height: 24px;
  }

  .filters input,
  .filters select,
  .filters button {
    min-height: 48px;
    font-size: 17px;
  }

  .vehicle-table {
    font-size: 13px;
  }

  .vehicle-table th,
  .vehicle-table td {
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .topbar {
    flex-direction: column;
    gap: 12px;
  }

  .topbar-actions {
    width: 100%;
  }

  .topbar-actions button {
    flex: 1;
  }
}

@media (max-width: 560px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .brand-logo {
    max-width: 180px;
  }

  .header-logo {
    height: 28px;
  }

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

  .hero h1 {
    font-size: 26px;
  }
}
.subscribe-trial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin: 16px auto 0;
  padding: 10px 18px;

  background: #f8fafc;
  border: 1px solid #dbe4ee;
  border-radius: 999px;

  color: #111827;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;

  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.subscribe-trial::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;

  border-radius: 50%;
  background: #16a34a;
  color: #fff;

  font-size: 13px;
  font-weight: 700;
}

.subscribe-trial strong {
  color: #16a34a;
  font-weight: 700;
}

@media (max-width: 768px) {
  .subscribe-trial {
    font-size: 13px;
    padding: 9px 15px;
  }
}
.articles-header{
    margin-bottom:40px;
}

.header-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:30px;
}

.header-buttons{
    display:flex;
    gap:12px;
}

.hero-box{
    background:linear-gradient(135deg,#111827,#1f2937);
    color:#fff;
    border-radius:18px;
    padding:48px;
    text-align:center;
}

.hero-badge{
    display:inline-block;
    background:#2563eb;
    padding:8px 18px;
    border-radius:999px;
    font-size:.8rem;
    font-weight:700;
    margin-bottom:18px;
}

.hero-box h1{
    font-size:2.3rem;
    margin-bottom:16px;
}

.hero-box p{
    font-size:1.1rem;
    opacity:.9;
    max-width:700px;
    margin:0 auto 28px;
}

.hero-actions{
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}
