@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");

:root {
  --line: #d6d6d6;
  --text: #151515;
  --muted: #707070;
  --primary: #1f4e9f;
  --scroll-bg-tint: 0;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Pretendard Variable", "Noto Sans KR", sans-serif;
  color: var(--text);
  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 34%,
      rgba(236, 245, 255, calc(var(--scroll-bg-tint) * 0.95)) 72%,
      rgba(218, 230, 249, calc(var(--scroll-bg-tint) * 0.95)) 100%
    );
  background-attachment: fixed;
  scroll-behavior: smooth;
}

.container {
  width: min(1260px, 96%);
  margin: 0 auto;
}

.promo-top {
  background: #ffd800;
  border-bottom: 1px solid #d8be00;
  text-align: center;
  padding: 9px 0 11px;
}

.promo-top strong { display: block; color: #d11515; font-size: 40px; line-height: 1.05; letter-spacing: -0.5px; }
.promo-top span { font-size: 17px; font-weight: 700; }

.site-header {
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
}

.head-top {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo { text-decoration: none; color: #111; display: grid; }
.logo-sub { font-size: 13px; color: #666; }
.logo-main { font-size: 40px; font-weight: 900; letter-spacing: -1px; }
.award { width: 280px; height: 70px; object-fit: cover; border: 1px solid #e1e1e1; background: #f3f3f3; }

.nav-wrap { min-height: 64px; border-top: 1px solid #ececec; }

.main-nav {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 40;
}

.menu-group {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -10px;
}

.main-nav .main-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #161616;
  font-weight: 800;
  padding: 19px 18px 16px;
  border-bottom: 3px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}

.main-nav .main-link:hover,
.main-nav .main-link.active {
  color: #1f4e9f;
  border-color: #1f4e9f;
}

.submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 190px;
  background: rgba(255,255,255,.98);
  border: 1px solid #dfe3eb;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(21, 33, 56, .14);
  padding: 8px;
  display: grid;
  gap: 4px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.submenu a {
  color: #2b2b2b;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 7px;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.submenu a:hover {
  background: #eef3ff;
  color: #1f4e9f;
  transform: translateX(2px);
}

.menu-group:hover .submenu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.menu-group.open .submenu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.main-nav .cta-link { margin-left: auto; color: #fff; background: #2f5ca9; border-bottom: none; border-radius: 4px; padding: 12px 13px; align-self: center; }

.section { padding: 16px 0; }

.screen-wrap .container {
  width: min(1520px, 99%);
}

.three-col {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr) 165px;
  gap: 24px;
  align-items: start;
}

.left-panel, .center-content, .right-panel { min-width: 0; }

.left-panel,
.right-panel {
  position: sticky;
  top: 10px;
}

body.detail-page .left-panel,
body.detail-page .right-panel {
  position: relative;
  top: 0;
}

.consult-box {
  border: 1px solid #a7a7a7;
  background: #9d2b2b;
  color: #fff;
  padding: 12px;
}

.consult-title { font-size: 20px; font-weight: 700; }
.consult-phone { font-size: 48px; font-weight: 900; line-height: 1.05; margin: 4px 0; letter-spacing: -0.5px; }
.consult-time { font-size: 20px; line-height: 1.35; }

.quick-form {
  margin-top: 8px;
  border: 1px solid #c3c3c3;
  background: #fff;
  padding: 10px;
  display: grid;
  gap: 8px;
}

.quick-form label { display: grid; gap: 4px; font-size: 14px; font-weight: 700; }
.quick-form input {
  width: 90%;
  justify-self: center;
  height: 30px;
  border: 1px solid #d0d0d0;
  padding: 0 8px;
}
.quick-form button {
  width: 90%;
  justify-self: center;
  height: 42px;
  border: 1px solid #2c4e7f;
  background: #40639d;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.left-link {
  margin-top: 8px;
  border: 1px solid #c5c5c5;
  height: 44px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  font-weight: 700;
  text-decoration: none;
  color: #202020;
}

.left-link img { width: 22px; height: 22px; object-fit: cover; }
.left-link.yellow { border-left: 6px solid #f0cb00; }
.left-link.red { border-left: 6px solid #d11a1a; }
.left-link.green { border-left: 6px solid #2da34e; }
.left-link.gray { border-left: 6px solid #758196; }

.hero-top-row {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 14px;
}

.search-box {
  border: 1px solid #cbcbcb;
  background: #f8f8f8;
  padding: 10px;
}

.search-picker {
  position: relative;
}

.search-box h3 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 27px;
}

.search-grid {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 5px;
  align-items: center;
}

.search-grid span { font-weight: 700; font-size: 14px; }
.search-grid input,
.search-grid select {
  border: 1px solid #c9c9c9;
  background: #f0f0f0;
  height: 38px;
  padding: 0 10px;
}

.search-select-btn {
  width: 100%;
  height: 38px;
  border: 1px solid #bcbcbc;
  background: #f6f6f6;
  color: #4d4d4d;
  text-align: left;
  padding: 0 12px;
  font-size: 14px;
  cursor: pointer;
}

.search-select-btn:disabled {
  color: #a1a1a1;
  background: #eeeeee;
  cursor: not-allowed;
}

.search-select-btn.active {
  border-color: #5f9df4;
  background: #fff;
}

.search-flyout {
  position: absolute;
  top: 0;
  left: calc(100% + 12px);
  width: 624px;
  min-height: 120px;
  border: 1px solid #5f9df4;
  background: #fff;
  padding: 12px 18px 12px 14px;
  z-index: 30;
  box-shadow: 0 12px 28px rgba(19, 48, 99, 0.12);
}

.search-flyout.hidden {
  display: none;
}

.search-flyout-close {
  position: absolute;
  top: 4px;
  right: 8px;
  border: 0;
  background: transparent;
  color: #9a9a9a;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.search-flyout-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px 26px;
  align-items: start;
}

.search-flyout-grid.model-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.search-option-btn {
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  color: #111;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
}

.search-option-btn:hover {
  color: #245fc4;
}

.search-grid select:disabled {
  color: #8f8f8f;
  background: #e8e8e8;
}

.hero-banner {
  border: 0;
  background: #fff;
  height: 168px;
  overflow: hidden;
}

.hero-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.hero-slider {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.hero-slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  will-change: transform;
}

.site-footer {
  margin-top: 28px;
  border-top: 1px solid #d6dbe6;
  background: #fff;
  color: #1f1f1f;
}

.site-footer-wrap {
  padding: 26px 0 30px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.site-footer-brand-sub {
  font-size: 14px;
  color: #4f5a70;
}

.site-footer-brand-main {
  margin-top: 4px;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.site-footer-info p {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
}

@media (max-width: 900px) {
  .site-footer-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .site-footer-brand-main {
    font-size: 32px;
  }

  .site-footer-info p {
    font-size: 13px;
    line-height: 1.55;
  }
}

.hero-slide {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
}

.hero-slide.active { display: block; }

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  background: transparent;
  color: #222;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  z-index: 2;
}

.slider-btn.prev { left: 8px; }
.slider-btn.next { right: 8px; }

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #d6d6d6;
  cursor: pointer;
}

.slider-dot.active { background: #2f5ca9; }

.section-head {
  margin-top: 10px;
  border-bottom: 1px solid #bdbdbd;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.section-head h2 { margin: 0; font-size: 42px; }
.section-head p { margin: 0 0 7px; color: #2f2f2f; font-weight: 700; }

.brand-wrap {
  border: 1px solid #c7c7c7;
  margin-top: 8px;
  background: #e9e9e9;
  padding: 12px;
}

.brand-wrap h4 { margin: 4px 0 8px; font-size: 16px; }

.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.import-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.brand-chip {
  width: 100%;
  min-height: 56px;
  border: 1px solid #c9c9c9;
  border-radius: 9px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.brand-chip:hover {
  transform: translateY(-2px);
  border-color: #4a70be;
  box-shadow: 0 8px 16px rgba(49, 80, 138, 0.17);
  background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
}

.brand-chip:active {
  transform: translateY(0);
}

.brand-chip.active {
  border-color: #3f68b8;
  box-shadow: 0 8px 16px rgba(49, 80, 138, 0.2);
  background: linear-gradient(180deg, #ffffff 0%, #eaf1ff 100%);
}

.brand-chip.active .brand-name {
  color: #1f4e9f;
}

.brand-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 32px;
}

.brand-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.2s ease;
}

.brand-chip[aria-label="아우디"] .brand-icon,
.brand-chip[aria-label="벤틀리"] .brand-icon,
.brand-chip[aria-label="지프"] .brand-icon {
  width: 40px;
  border-radius: 12px;
  flex-basis: 40px;
}

.brand-name {
  font-size: 15px;
  font-weight: 800;
  color: #1f1f1f;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease, transform 0.2s ease;
}

.brand-chip:hover .brand-icon img {
  transform: scale(1.12);
}

.brand-chip:hover .brand-name {
  color: #1f4e9f;
  transform: translateX(1px);
}

.car-list-section { margin-top: 14px; }
.car-list-section h3 { margin: 0 0 10px; font-size: 20px; }

.vat-lease-panel {
  border: 1px solid #c7c7c7;
  background: #e9e9e9;
  padding: 12px;
  margin-top: 8px;
  margin-bottom: 14px;
}

.vat-section-head {
  margin-top: 12px;
}

.vat-lease-panel h1 {
  margin: 0 0 10px;
  font-size: 28px;
}

.vat-type-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.vat-type-btn {
  border: 1px solid #7f868f;
  background: #8f8f8f;
  color: #fff;
  border-radius: 6px;
  min-width: 150px;
  min-height: 38px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.vat-type-btn:hover {
  transform: translateY(-1px);
}

.vat-type-btn.active {
  background: #3d71dc;
  box-shadow: 0 6px 14px rgba(44, 82, 163, .2);
}

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

.vat-car-card {
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease;
}

.vat-car-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(31, 49, 86, .14);
}

.vat-car-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  background: #f2f2f2;
}

.vat-car-card .content {
  padding: 12px;
  text-align: center;
}

.vat-car-card .content h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}

.vat-car-card .content p {
  margin: 6px 0 0;
  color: #2f64d8;
  font-weight: 900;
  font-size: 32px;
}

.vat-detail-wrap .detail-v2-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.car-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.car-card {
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease;
}

.car-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(30, 44, 74, .12);
}

.car-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  background: #efefef;
}

.car-card .content { padding: 10px; display: grid; gap: 4px; text-align: center; }
.badge { font-size: 12px; color: #274e8a; background: #dce9ff; padding: 2px 8px; border-radius: 12px; width: fit-content; }
.car-card .content h3 { margin: 0; font-size: 22px; font-weight: 900; }
.price-row { font-size: 16px; display: grid; gap: 2px; font-weight: 800; }
.price-row .lease { color: #2d63d7; }
.price-row .rent { color: #a55c44; }
.car-card .content a { color: #555; font-size: 13px; text-decoration: none; }
.muted { color: var(--muted); font-size: 13px; }

.right-panel { display: grid; gap: 8px; }

.rank-box {
  border: 1px solid #bcbcbc;
  background: #fff;
  padding: 10px;
  display: grid;
  gap: 4px;
}

.rank-box strong { font-size: 14px; }

.rank-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e1e1e1;
  padding-top: 4px;
  font-size: 13px;
}

.quick-box {
  border: 1px solid #c4c4c4;
  background: #fff;
  text-decoration: none;
  color: #222;
  font-weight: 700;
  padding: 12px;
  line-height: 1.4;
}

.quick-box.blue { background: #2171d1; color: #fff; border-color: #1f5faa; }

.detail-promo-images {
  padding: 10px 0 6px;
}

.detail-promo-images .container {
  display: grid;
  gap: 14px;
  width: min(1120px, 88%);
}

.detail-promo-images img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #c8d2e4;
  background: #eef4ff;
  margin: 0 auto;
}

.bottom-consult { padding: 10px 0 20px; }

.bottom-consult-wrap {
  border: 1px solid #c9c9c9;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
}

.bottom-consult-wrap strong { font-size: 28px; }
.bottom-consult-wrap p { margin: 2px 0 0; font-size: 35px; font-weight: 800; }
.bottom-consult-wrap a { background: #2f5ca9; color: #fff; text-decoration: none; padding: 14px 20px; border-radius: 4px; font-weight: 700; }

.live-stats-section {
  background: #2f2f33;
  padding: 28px 0 32px;
  margin-top: 12px;
}

.live-stats-wrap {
  color: #fff;
  text-align: center;
}

.live-stats-wrap h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
}

.live-date {
  margin: 8px 0 18px;
  font-size: 35px;
  color: #c7d4eb;
  font-weight: 700;
}

.live-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.live-stats-grid article {
  border-top: 1px solid #6f6f76;
  padding-top: 16px;
  display: grid;
  gap: 6px;
}

.live-counter {
  font-size: 57px;
  font-weight: 900;
  letter-spacing: 1px;
}

.live-counter.accent {
  color: #ffc31a;
}

.live-stats-grid span {
  font-size: 33px;
  color: #e4e4e7;
  font-weight: 700;
}

.detail-v2-wrap {
  display: grid;
  gap: 14px;
}

.detail-v2-top,
.detail-finance-panel,
.detail-v2-option-section,
.detail-v2-summary,
.used-rate-panel {
  border: 1px solid #c7c7c7;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
}

.detail-v2-top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 18px;
  padding: 18px;
}

.detail-v2-left,
.detail-v2-right {
  min-width: 0;
}

.detail-v2-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  border: 1px solid #d0d0d0;
  background: #f2f2f2;
}

.detail-v2-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.detail-thumb {
  border: 1px solid #c9c9c9;
  background: #fff;
  padding: 0;
  cursor: pointer;
}

.detail-thumb.active {
  border-color: #3d71dc;
  box-shadow: none;
}

.detail-thumb img {
  display: block;
  width: 100%;
  height: 74px;
  object-fit: cover;
}

.detail-v2-right h1 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: -0.8px;
}

.detail-title-brand {
  color: #2f5ca9;
  font-weight: 900;
}

.detail-title-model,
.detail-title-trim {
  color: #1a1a1a;
  font-weight: 850;
}

.detail-v2-sub {
  margin: 6px 0 0;
  color: #666;
  font-size: 14px;
  font-weight: 700;
}

.detail-v2-price-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.detail-price-col {
  border: 1px solid #cfcfcf;
  background: #fff;
  padding: 14px;
  display: grid;
  gap: 4px;
}

.detail-price-col strong {
  font-size: 15px;
}

.detail-price-col p {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.6px;
}

.detail-price-col .lease,
.detail-bottom-price.lease {
  color: #1f63d8;
}

.detail-price-col .rent,
.detail-bottom-price.rent {
  color: #bf5e37;
}

.detail-price-note {
  color: #707070;
  font-size: 12px;
  line-height: 1.45;
}

.detail-v2-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-v2-actions-top {
  margin-top: 14px;
}

.btn-lease,
.btn-rent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  border: 1px solid transparent;
}

.btn-lease {
  background: #2b67db;
  border-color: #2254b4;
}

.btn-rent {
  background: #bf5b31;
  border-color: #9e4724;
}

.detail-v2-trim-panel {
  margin-top: 14px;
  border: 1px solid #c7c7c7;
  background: #efefef;
  padding: 12px;
}

.detail-v2-trim-panel > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.detail-v2-trim-list {
  display: grid;
  gap: 6px;
  max-height: 300px;
  overflow: auto;
}

.detail-trim-row {
  width: 100%;
  border: 1px solid #c9c9c9;
  background: #fff;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  cursor: pointer;
}

.detail-trim-row span {
  font-weight: 800;
  color: #1d2430;
}

.detail-trim-row strong {
  color: #2b67db;
  font-size: 15px;
}

.detail-trim-row.active {
  border-color: #3d71dc;
  background: #f4f8ff;
}

.detail-v2-option-section {
  padding: 16px 18px;
}

.detail-v2-option-section h3,
.detail-finance-controls h4,
.used-rate-cols h4 {
  margin: 0 0 12px;
  font-size: 22px;
}

.detail-v2-option-list {
  display: grid;
  gap: 8px;
}

.detail-option-row {
  border: 0;
  border-bottom: 1px solid #dddddd;
  background: transparent;
  padding: 10px 4px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.detail-option-row.static {
  grid-template-columns: minmax(0, 1fr);
}

.detail-option-row input {
  width: 18px;
  height: 18px;
}

.detail-option-row span {
  font-weight: 700;
  color: #202737;
}

.detail-option-row strong {
  color: #2f5ca9;
}

.detail-option-row:last-child {
  border-bottom: 0;
}

.detail-v2-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: #cfcfcf;
}

.detail-v2-summary > div {
  background: #fff;
  padding: 16px 14px;
  display: grid;
  gap: 6px;
}

.detail-v2-summary span {
  color: #617086;
  font-weight: 700;
}

.detail-v2-summary strong {
  font-size: 24px;
  color: #172033;
}

.detail-finance-panel,
.used-rate-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 1px;
  background: #cfcfcf;
}

.detail-finance-controls,
.detail-finance-result,
.used-rate-cols,
.used-rate-result {
  background: #fff;
  padding: 16px;
}

.detail-rate-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.rate-choice-btn {
  border: 1px solid #c4c4c4;
  background: #fff;
  min-width: 78px;
  min-height: 40px;
  padding: 0 12px;
  font-weight: 800;
  cursor: pointer;
}

.rate-choice-btn.active {
  background: #2f5ca9;
  color: #fff;
  border-color: #2f5ca9;
}

.detail-finance-mode-tabs,
.used-mode-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.detail-monthly-block,
.used-rate-result {
  display: grid;
  gap: 12px;
}

.detail-bottom-price,
.used-monthly-price {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.used-spec-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

.used-spec-grid div {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
  font-size: 15px;
  color: #273142;
}

.detail-empty {
  border: 1px dashed #c6d2e4;
  background: #f8fbff;
  padding: 18px;
  text-align: center;
  color: #617086;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .detail-v2-top,
  .detail-finance-panel,
  .used-rate-panel {
    grid-template-columns: 1fr;
  }

  .detail-v2-summary {
    grid-template-columns: 1fr;
  }

  .detail-v2-right h1 {
    font-size: 28px;
  }

  .detail-price-col p,
  .detail-bottom-price,
  .used-monthly-price {
    font-size: 28px;
  }

  .detail-promo-images {
    padding-top: 6px;
  }

  .bottom-consult-wrap {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bottom-consult-wrap p {
    font-size: 28px;
  }

  .live-date {
    font-size: 28px;
  }

  .live-counter {
    font-size: 44px;
  }

  .live-stats-grid span {
    font-size: 24px;
  }
}

@media (max-width: 760px) {
  .detail-v2-top,
  .detail-v2-option-section,
  .detail-finance-controls,
  .detail-finance-result,
  .used-rate-cols,
  .used-rate-result {
    padding: 14px;
  }

  .detail-v2-price-box,
  .detail-v2-actions,
  .used-spec-grid,
  .detail-v2-thumbs {
    grid-template-columns: 1fr;
  }

  .detail-thumb img {
    height: 110px;
  }

  .detail-v2-right h1 {
    font-size: 24px;
  }

  .detail-option-row {
    grid-template-columns: 20px minmax(0, 1fr);
  }

  .detail-option-row strong {
    grid-column: 2;
  }

  .detail-promo-images .container {
    gap: 10px;
  }

  .bottom-consult-wrap {
    padding: 14px;
  }

  .bottom-consult-wrap strong {
    font-size: 22px;
  }

  .bottom-consult-wrap p {
    font-size: 24px;
  }

  .bottom-consult-wrap a {
    width: 100%;
    text-align: center;
  }

  .live-stats-wrap h3 {
    font-size: 24px;
  }

  .live-date {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .live-stats-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .live-stats-grid article {
    padding-top: 12px;
  }

  .live-counter {
    font-size: 36px;
  }

  .live-stats-grid span {
    font-size: 20px;
  }
}

.detail-wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; padding: 32px 0 60px; }
.detail-main, .detail-side { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
.detail-image { width: 100%; border-radius: 10px; max-height: 420px; object-fit: cover; background: #e2e8f0; }
.price-box { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 16px 0; }
.price-box > div { border: 1px solid var(--line); border-radius: 10px; padding: 12px; display: grid; gap: 4px; }
.desc { white-space: pre-wrap; line-height: 1.6; }
.mini-form { display: grid; gap: 10px; }
.mini-form input, .mini-form button, .quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 10px; padding: 10px; }
.mini-form button { background: #2f5ca9; color: #fff; border: none; }

.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.admin-panel { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.admin-list { display: grid; gap: 10px; }
.admin-item { border: 1px solid var(--line); border-radius: 10px; padding: 12px; display: grid; gap: 8px; }
.admin-item .actions { display: flex; gap: 8px; }
.admin-item button { border: 1px solid #cbd5e1; border-radius: 8px; background: #fff; padding: 8px 10px; cursor: pointer; }

.admin-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.admin-filter-btn {
  border: 1px solid #c7c7c7;
  background: #fff;
  padding: 7px 12px;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 700;
}

.admin-filter-btn.active {
  background: #2f5ca9;
  color: #fff;
  border-color: #2f5ca9;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.stats-card {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 12px;
}

.stats-card h3 { margin: 0 0 6px; font-size: 14px; color: #666; }
.stats-card p { margin: 0; font-size: 20px; font-weight: 800; }

.stats-panel {
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 12px;
}

.stats-panel h2 { margin: 0 0 10px; font-size: 19px; }

.bars { display: grid; gap: 8px; }

.bar-row {
  display: grid;
  grid-template-columns: 80px 1fr 120px;
  align-items: center;
  gap: 10px;
}

.bar-track {
  width: 100%;
  height: 16px;
  border-radius: 999px;
  background: #ececec;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #3566b2, #2b93d5);
}

.stats-table {
  width: 100%;
  border-collapse: collapse;
}

.stats-table th,
.stats-table td {
  border: 1px solid #e1e1e1;
  padding: 10px;
  text-align: left;
  font-size: 14px;
}

.stats-table th {
  background: #f3f3f3;
}

body.modal-open {
  overflow: hidden;
}

.consult-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.56);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1200;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}

.consult-modal-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.consult-modal {
  width: min(860px, 100%);
  max-height: 92vh;
  overflow: auto;
  background: #fff;
  border: 1px solid #d8dee9;
  border-radius: 14px;
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.28);
  position: relative;
  padding: 20px 24px 22px;
  transform: translateY(18px) scale(.985);
  opacity: 0;
  transition: transform .28s cubic-bezier(.2, .7, .2, 1), opacity .22s ease;
}

.consult-modal-overlay.open .consult-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.consult-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid #d5dbe7;
  border-radius: 10px;
  background: #fff;
  color: #293241;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.consult-modal-close:hover {
  background: #f5f7fb;
}

.consult-modal-head {
  margin-bottom: 14px;
  background: #4f77bc;
  color: #fff;
  border-radius: 10px;
  padding: 14px 16px;
}

.consult-modal-head h2 {
  margin: 0 0 5px;
  font-size: 42px;
  font-weight: 850;
  line-height: 1.1;
}

.consult-modal-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 650;
}

.consult-modal-form {
  display: grid;
  gap: 12px;
}

.consult-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.consult-row > label {
  font-size: 20px;
  font-weight: 800;
  text-align: right;
  line-height: 1.15;
  letter-spacing: -0.5px;
  white-space: nowrap;
  word-break: keep-all;
}

.consult-row input,
.consult-row textarea {
  width: 100%;
  border: 1px solid #ccd6e6;
  border-radius: 10px;
  background: #f9fbff;
  padding: 12px 14px;
  font-size: 24px;
  color: #182233;
}

.consult-row input:focus,
.consult-row textarea:focus {
  outline: none;
  border-color: #5182d1;
  box-shadow: 0 0 0 3px rgba(81, 130, 209, 0.16);
  background: #fff;
}

.consult-phone-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
}

.consult-phone-inputs span {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: #2f3a4f;
}

.consult-phone-inputs input {
  text-align: center;
}

.consult-message-row {
  align-items: start;
}

.consult-message-row textarea {
  min-height: 154px;
  resize: vertical;
}

.consult-agree {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 700;
  justify-self: center;
  color: #db1f1f;
}

.consult-agree input {
  width: 19px;
  height: 19px;
}

.consult-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.consult-actions button {
  min-width: 176px;
  border: 0;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  transition: filter .18s ease, transform .18s ease;
}

.consult-actions button:hover {
  filter: brightness(0.97);
  box-shadow: 0 10px 20px rgba(30, 60, 120, 0.16);
  transform: translateY(-1px);
}

.consult-actions button:active {
  transform: translateY(1px);
}

.consult-submit {
  background: #37a7ed;
  color: #fff;
}

.consult-cancel {
  background: #9ca8b3;
  color: #111;
}

.admin-theme-body {
  margin: 0;
  background: #f3f5f8;
}

.admin-theme-page {
  width: 100%;
  margin: 0;
  padding: 16px 16px 16px 0;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 14px;
}

.admin-left {
  display: grid;
  gap: 10px;
  align-content: start;
}

.admin-logo-box {
  width: 100px;
  height: 44px;
  border: 1px solid #3d5b88;
  border-radius: 8px;
  background: linear-gradient(180deg, #5f97d1, #4f81b4);
  color: #0f2743;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.admin-nav-group {
  display: grid;
  gap: 6px;
  background: #f4f8ff;
  border: 1px solid #c6d8f2;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(32, 61, 108, 0.08);
}

.admin-group-title {
  border: 1px solid #8ab2e7;
  border-radius: 9px;
  padding: 7px 10px;
  font-size: 17px;
  font-weight: 800;
  color: #1d3f73;
  background: #eaf3ff;
}

.admin-nav-btn {
  border: 1px solid #9cc0eb;
  border-radius: 9px;
  background: #fff;
  min-height: 42px;
  font-size: 15px;
  font-weight: 700;
  color: #1c2b42;
  letter-spacing: -0.1px;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.admin-nav-btn.active {
  background: #1c2542;
  border-color: #1c2542;
  color: #fff;
}

.admin-nav-btn:hover {
  background: #edf4ff;
  border-color: #6f9dd9;
  transform: translateY(-1px);
}

.admin-main {
  border: 1px solid #dde3ec;
  background: #fff;
  border-radius: 12px;
  min-height: 720px;
  padding: 14px;
}

.hidden {
  display: none !important;
}

.admin-content-section {
  display: block;
}

.admin-main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 8px;
}

.admin-main-header h1 {
  margin: 0;
  font-size: 26px;
}

.admin-header-actions {
  display: flex;
  gap: 8px;
}

.mini-btn,
.opt-btn,
.add-btn {
  border: 1px solid #4064b1;
  background: #7fa1d6;
  color: #fff;
  font-weight: 800;
  border-radius: 5px;
  padding: 6px 12px;
  cursor: pointer;
}

.mini-btn.danger {
  background: #d43d3d;
  border-color: #b13030;
}

.mini-btn.mint {
  background: #20b8b8;
}

.admin-manufacturer-wrap {
  background: #e0e0e0;
  border: 1px solid #cfcfcf;
  margin-top: 8px;
  padding: 10px;
}

.admin-manufacturer-wrap h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.import-maker-title {
  margin-top: 12px !important;
}

.admin-maker-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.admin-maker-grid .maker-btn {
  border: 1px solid #bababa;
  border-radius: 9px;
  background: #fff;
  min-height: 52px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 10px;
  justify-content: flex-start;
  text-align: left;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.admin-maker-grid .maker-btn:hover {
  transform: translateY(-2px);
  border-color: #4a70be;
  box-shadow: 0 6px 14px rgba(51, 83, 145, 0.18);
  background: #f9fbff;
}

.admin-maker-grid .maker-btn.active {
  background: #151b2e;
  color: #fff;
}

.admin-maker-grid .maker-logo-wrap {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 30px;
}

.admin-maker-grid .maker-logo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.admin-maker-grid .maker-label {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-maker-grid .maker-logo-fallback {
  font-size: 11px;
  font-weight: 900;
  color: #2d3f60;
}

.admin-maker-grid .maker-btn.active .maker-logo-wrap {
  border-color: rgba(255, 255, 255, 0.35);
}

.admin-maker-grid .maker-btn:active {
  transform: translateY(0);
}

.admin-list-area {
  margin-top: 12px;
}

.hidden-area {
  display: none !important;
}

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

.admin-car-card {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
  display: grid;
  gap: 6px;
  cursor: pointer;
}

.admin-car-card.selected {
  border-color: #365fac;
  box-shadow: 0 0 0 2px rgba(54, 95, 172, 0.18);
}

.pick-car {
  justify-self: start;
}

.car-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 7px;
  background: #e9e9e9;
}

.car-name {
  margin: 0;
  font-size: 20px;
  text-align: center;
}

.car-price {
  margin: 0;
  font-size: 13px;
  text-align: center;
  color: #355fcd;
  font-weight: 800;
}

.admin-editor {
  margin-top: 12px;
  border-top: 1px solid #d3d3d3;
  padding-top: 12px;
}

.admin-editor.hidden {
  display: none;
}

.admin-editor-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-editor-head h2 {
  margin: 0;
  font-size: 36px;
}

.save-btn {
  border: 0;
  background: #ff1e1e;
  color: #fff;
  font-weight: 900;
  border-radius: 5px;
  padding: 8px 24px;
  cursor: pointer;
}

.model-input-row {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.model-input-row select {
  min-width: 220px;
  height: 38px;
  border: 1px solid #cdd7e6;
  background: #f3f7ff;
  border-radius: 6px;
  padding: 0 10px;
  font-weight: 700;
}

.model-input-row input {
  width: 320px;
  height: 38px;
  border: 1px solid #cdd7e6;
  background: #dbe3ef;
  padding: 0 10px;
}

.icon-btn {
  border: 0;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.upload-zone-wrap {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 12px;
}

.drop-zone {
  border-radius: 20px;
  background: #868184;
  color: #111;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  border: 2px dashed transparent;
}

.drop-zone.dragging {
  border-color: #4a73ca;
  background: #959296;
}

.add-btn {
  margin-top: 4px;
  background: #b85914;
  border-color: #8f440f;
}

.upload-right {
  min-height: 160px;
  border-radius: 20px;
  background: #ddd;
  color: #a8a8a8;
  padding: 12px;
}

.thumb-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1c1c1c;
  margin-bottom: 6px;
}

.thumb-item button {
  border: 1px solid #b33;
  color: #b33;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.rep-badge {
  background: #2f5ca9;
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 12px;
}

.option-head-actions {
  margin-top: 12px;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 8px;
}

.vehicle-price-wrap {
  margin-right: auto;
  display: grid;
  gap: 6px;
}

.vehicle-price-wrap label {
  font-size: 30px;
  font-weight: 900;
  color: #1e2b42;
}

.vehicle-price-wrap input {
  width: min(360px, 100%);
  height: 42px;
  border: 1px solid #b8c8e0;
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
  font-size: 21px;
  font-weight: 800;
}

.vehicle-price-wrap select {
  width: min(360px, 100%);
  height: 42px;
  border: 1px solid #b8c8e0;
  border-radius: 8px;
  background: #fff;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1e2b42;
}

.vehicle-price-wrap input:disabled {
  background: #eef2f9;
  color: #7c8ca7;
}

.option-list {
  margin-top: 8px;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 8px;
  min-height: 100px;
}

.option-subtitle {
  margin: 10px 0 4px;
  font-size: 18px;
  font-weight: 800;
  color: #1e2b42;
}

.option-inline-inputs {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 180px 90px;
  gap: 8px;
}

.option-inline-inputs input {
  border: 1px solid #ccc;
  height: 36px;
  padding: 0 8px;
}

.option-row {
  width: 100%;
  border: 1px dashed #d7d7d7;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  margin-bottom: 6px;
  cursor: pointer;
}

.option-row.active {
  background: #2e63d6;
  color: #fff;
}

.option-feature-editor {
  margin-top: 12px;
  border-top: 1px solid #ddd;
  padding-top: 8px;
}

.option-feature-editor h4 {
  margin: 0 0 8px;
}

.option-feature-inputs {
  display: grid;
  grid-template-columns: 1fr 180px 90px;
  gap: 8px;
}

.option-feature-inputs input {
  border: 1px solid #ccc;
  height: 36px;
  padding: 0 8px;
}

.feature-list {
  margin-top: 8px;
  background: #fff;
  border: 1px solid #ddd;
  min-height: 80px;
  padding: 8px;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 140px 40px;
  gap: 8px;
  align-items: center;
  border-bottom: 1px dashed #d7d7d7;
  padding: 6px 0;
  cursor: pointer;
}

.feature-row.active {
  background: #edf4ff;
  border-radius: 6px;
  padding: 6px;
}

.feature-row button {
  border: 1px solid #a22;
  color: #a22;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.option-slot-editor {
  margin-top: 10px;
}

.flat-option-rows {
  display: grid;
  gap: 8px;
}

.flat-option-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 160px;
  gap: 8px;
  align-items: center;
}

.flat-option-row label {
  font-weight: 800;
  color: #2a3f69;
}

.flat-option-row input {
  height: 38px;
  border: 1px solid #c8cfdd;
  border-radius: 6px;
  padding: 0 10px;
  background: #fff;
}

.empty-col {
  color: #787878;
  background: #fff;
  border: 1px dashed #d2d2d2;
  padding: 14px;
  border-radius: 8px;
}

.rate-editor-wrap {
  margin-top: 12px;
  display: grid;
  gap: 14px;
}

.rate-default-wrap {
  margin-top: 10px;
  background: #f8fbff;
  border: 1px solid #d7e3f6;
  border-radius: 10px;
  padding: 10px;
}

.rate-default-wrap h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.rate-default-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 10px;
}

.used-rate-default-grid {
  grid-template-columns: repeat(3, minmax(0, 220px));
  margin-bottom: 10px;
}

.used-rate-subtitle {
  margin: 8px 0 6px;
  font-size: 15px;
}

.rate-default-grid label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #1e2b42;
}

.rate-default-grid select {
  height: 36px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  padding: 0 10px;
}

.rate-editor-card {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 12px;
}

.rate-editor-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.rate-desc {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
}

.rate-table th,
.rate-table td {
  border-bottom: 1px solid #e8e8e8;
  padding: 8px;
  text-align: left;
  font-size: 15px;
}

.rate-table th {
  font-weight: 800;
}

.rate-input {
  width: 100%;
  max-width: 110px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  height: 34px;
  padding: 0 8px;
  font-size: 14px;
}

.used-search-panel {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 12px;
}

.used-search-panel h2 {
  margin: 0 0 8px;
}

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

.used-search-grid select,
.used-search-grid input {
  width: 100%;
  height: 38px;
  border: 1px solid #c9d4e5;
  border-radius: 8px;
  padding: 0 10px;
}

.used-sort-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.used-sort-row select {
  height: 34px;
  border: 1px solid #c9d4e5;
  border-radius: 8px;
  padding: 0 10px;
}

.used-list-board {
  margin-top: 10px;
}

.used-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.used-car-card {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.used-car-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.used-car-card .content {
  padding: 10px;
}

.used-meta-row {
  display: flex;
  gap: 8px;
  color: #6c7a90;
  font-size: 13px;
  margin-bottom: 8px;
}

.used-price-row span {
  color: #3867d6;
  font-size: 34px;
  font-weight: 900;
}

.used-card-actions {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.used-card-actions a {
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  padding: 10px 8px;
  font-weight: 800;
  border: 1px solid #c7c7c7;
  background: #fff;
  color: #111;
}

.used-card-actions a:last-child {
  background: #3c6fe0;
  color: #fff;
  border-color: #3c6fe0;
}

.admin-inquiry-wrap {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.admin-used-wrap {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.admin-used-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  background: #f7f9fc;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  padding: 10px;
}

.admin-used-form-grid input,
.admin-used-form-grid textarea {
  width: 100%;
  border: 1px solid #c9d4e5;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
}

.admin-used-form-grid textarea,
.admin-used-form-grid input[type="file"] {
  grid-column: span 3;
}

.admin-used-table-wrap {
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  overflow: hidden;
}

.admin-inquiry-form {
  display: grid;
  grid-template-columns: 160px 200px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  background: #f7f9fc;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  padding: 10px;
}

.admin-inquiry-form input {
  height: 38px;
  border: 1px solid #c9d4e5;
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
}

.admin-inquiry-actions {
  display: flex;
  gap: 8px;
}

.admin-inquiry-table-wrap {
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  overflow: hidden;
}

.admin-inquiry-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.admin-inquiry-table thead th {
  background: #f3f7fd;
  color: #1e2b42;
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid #dbe3ef;
  padding: 10px 8px;
  text-align: left;
}

.admin-inquiry-table tbody td {
  border-bottom: 1px solid #edf1f7;
  padding: 10px 8px;
  font-size: 14px;
  vertical-align: top;
}

.admin-inquiry-message {
  white-space: pre-wrap;
  word-break: break-word;
}

.admin-table-actions {
  display: flex;
  gap: 6px;
}

.admin-empty-cell {
  text-align: center;
  color: #6a7486;
  padding: 18px 8px !important;
}

.admin-community-wrap {
  margin-top: 12px;
  display: grid;
  gap: 14px;
}

.admin-community-form {
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: #fff;
  padding: 12px;
  display: grid;
  gap: 10px;
}

.admin-community-form h3 {
  margin: 0;
  font-size: 20px;
  color: #1b2c49;
}

.admin-community-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-community-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #1f2d43;
}

.admin-community-form input,
.admin-community-form select,
.admin-community-form textarea {
  border: 1px solid #cdd7e8;
  border-radius: 8px;
  min-height: 40px;
  padding: 8px 10px;
  font-size: 14px;
}

.admin-community-form textarea {
  resize: vertical;
}

.admin-community-thumb-preview {
  width: 220px;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #ced9eb;
}

.admin-community-editor-wrap {
  border: 1px solid #cfdaed;
  border-radius: 10px;
  overflow: hidden;
}

.admin-community-toolbar {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9e2f1;
  padding: 6px;
  background: #f1f3f7;
}

.admin-community-toolbar .mini-btn {
  background: #fff;
  color: #1b2d4a;
  border-color: #bfc9dc;
  border-radius: 3px;
  padding: 3px 7px;
  font-size: 11px;
  line-height: 1.2;
  min-height: 28px;
}

.admin-community-toolbar .mini-btn:hover {
  background: #eaf0f8;
}

.community-toolbar-select {
  min-width: 90px;
  height: 28px;
  border: 1px solid #bfc9dc;
  border-radius: 3px;
  background: #fff;
  font-size: 12px;
  padding: 0 6px;
}

.admin-community-editor {
  min-height: 220px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.65;
  outline: none;
  background: #fff;
}

.admin-community-editor img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
  margin: 10px 0;
}

.admin-community-actions {
  display: flex;
  gap: 8px;
}

.admin-community-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.admin-community-list-head h3 {
  margin: 0;
}

.admin-community-top-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.admin-community-top-actions select {
  min-width: 130px;
  height: 38px;
  border: 1px solid #c9d5e8;
  border-radius: 8px;
  background: #fff;
  padding: 0 10px;
  font-weight: 700;
}

.admin-community-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-community-list.notice-mode {
  display: block;
}

.admin-community-list.story-mode {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-community-card {
  border: 1px solid #dae3f0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.admin-community-card-mainlike {
  box-shadow: 0 6px 14px rgba(26, 41, 70, 0.08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.admin-community-card-mainlike:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(26, 41, 70, 0.14);
}

.admin-community-card-thumb {
  position: relative;
  height: 140px;
  background: #eff4fd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult-policy-link {
  border: 0;
  background: transparent;
  color: #dc1a1a;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.privacy-policy-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
  z-index: 10;
  border-radius: 14px;
}

.privacy-policy-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.privacy-policy-modal {
  width: min(780px, calc(100% - 24px));
  max-height: calc(100% - 24px);
  background: #fff;
  border: 1px solid #d6deea;
  border-radius: 12px;
  position: relative;
  padding: 14px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.privacy-policy-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #d6deea;
  border-radius: 8px;
  background: #fff;
  color: #1f2d45;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.privacy-policy-modal h3 {
  margin: 2px 0 10px;
  font-size: 24px;
  color: #1a2a45;
}

.privacy-policy-body {
  border: 1px solid #e0e7f2;
  border-radius: 8px;
  background: #f9fbff;
  padding: 10px;
  overflow: auto;
}

.privacy-policy-body pre {
  margin: 0;
  white-space: pre-wrap;
  line-height: 1.55;
  font-size: 14px;
  color: #19253a;
  font-family: "Pretendard Variable", "Noto Sans KR", sans-serif;
}

.privacy-policy-actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.privacy-policy-confirm {
  border: 1px solid #4064b1;
  background: #5f86cd;
  color: #fff;
  font-weight: 800;
  border-radius: 8px;
  padding: 9px 16px;
  cursor: pointer;
}

.admin-community-card-thumb.no-image span {
  font-weight: 900;
  color: #1e355c;
}

.admin-community-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-community-new {
  position: absolute;
  top: 8px;
  left: 8px;
  min-width: 42px;
  height: 22px;
  border-radius: 999px;
  background: #e63b3b;
  color: #fff;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.admin-community-card-content {
  padding: 10px;
  display: grid;
  gap: 6px;
}

.admin-community-type {
  font-size: 12px;
  font-weight: 800;
  color: #2f60b5;
}

.admin-community-card-content strong {
  font-size: 15px;
  color: #182742;
}

.admin-community-card-content p {
  margin: 0;
  font-size: 13px;
  color: #66748b;
  min-height: 36px;
}

.naecha-image-wrap {
  border: 0;
  background: transparent;
  padding: 0;
}

.naecha-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.community-page-wrap {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.community-page-title {
  margin: 0 0 16px;
  font-size: 46px;
  text-align: center;
  letter-spacing: -0.7px;
}

.community-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.community-count {
  margin: 0;
  font-size: 20px;
  color: #1f2a3a;
}

.community-count strong {
  color: #0ea55c;
}

.community-filter-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.community-filter-box select,
.community-filter-box input {
  height: 42px;
  border: 0;
  border-bottom: 2px solid #2f3746;
  background: transparent;
  font-size: 16px;
  color: #1d2738;
  padding: 0 4px;
}

.community-filter-box select {
  min-width: 124px;
}

.community-filter-box input {
  min-width: 260px;
}

.community-board-list {
  border-top: 2px solid #2c3546;
}

.notice-row {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e6ebf2;
  background: #fff;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 128px;
  gap: 10px;
  align-items: center;
  padding: 20px 6px;
  text-align: left;
  cursor: pointer;
}

.notice-row:hover {
  background: #f8fbff;
}

.notice-no {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #1b273f;
}

.notice-title-wrap {
  display: grid;
  gap: 4px;
}

.notice-title-wrap strong {
  font-size: 28px;
  font-weight: 900;
  color: #101725;
  letter-spacing: -0.45px;
}

.notice-title-wrap small {
  font-size: 15px;
  color: #6b7384;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-date {
  text-align: right;
  font-size: 14px;
  color: #7b8699;
  font-weight: 700;
}

.admin-community-notice-list {
  border-top: 2px solid #d7deea;
  background: #fff;
}

.admin-notice-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 110px 132px;
  gap: 10px;
  align-items: center;
  padding: 12px 8px;
  border-bottom: 1px solid #e6ebf2;
}

.admin-notice-no {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #1f2d45;
}

.admin-notice-main {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.admin-notice-title-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-notice-new {
  position: static;
  min-width: 42px;
  height: 22px;
  border-radius: 999px;
  background: #e63b3b;
  color: #fff;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}

.admin-notice-title-line strong {
  font-size: 22px;
  color: #12223d;
  line-height: 1.2;
}

.admin-notice-main p {
  margin: 0;
  font-size: 14px;
  color: #66748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-notice-date {
  text-align: right;
  font-size: 14px;
  color: #8290a5;
  font-weight: 700;
}

.admin-notice-actions {
  justify-content: flex-end;
}

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

.story-card {
  border: 1px solid #d9e0eb;
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.story-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(24, 43, 80, 0.15);
}

.story-thumb-wrap {
  position: relative;
}

.story-thumb-wrap img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.story-content {
  padding: 10px;
  display: grid;
  gap: 6px;
}

.story-content h3 {
  margin: 0;
  font-size: 17px;
  color: #15233b;
}

.story-content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #6b7280;
  min-height: 38px;
}

.story-content span {
  font-size: 12px;
  color: #8893a7;
}

.community-badge-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 22px;
  border-radius: 999px;
  background: #e73636;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 0 8px;
}

.story-thumb-wrap .community-badge-new {
  position: absolute;
  top: 10px;
  left: 10px;
}

.notice-title-wrap .community-badge-new {
  justify-self: start;
}

.community-detail {
  border-top: 1px solid #e2e8f2;
  padding-top: 12px;
}

.community-back-btn {
  border: 1px solid #9bb4dd;
  background: #fff;
  border-radius: 8px;
  min-height: 36px;
  padding: 0 12px;
  cursor: pointer;
  font-weight: 700;
}

.community-detail h2 {
  margin: 14px 0 6px;
  font-size: 34px;
}

.community-detail-meta {
  display: flex;
  gap: 10px;
  color: #6a7385;
  font-size: 14px;
  margin-bottom: 10px;
}

.community-detail-link {
  display: inline-block;
  margin-bottom: 10px;
  color: #1e4f9e;
  font-size: 14px;
  font-weight: 800;
}

.community-detail-body {
  border: 1px solid #dbe2ef;
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  line-height: 1.65;
  color: #1b2434;
}

.community-detail-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 12px auto;
}

.community-empty {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6f7990;
  text-align: center;
  padding: 18px 0;
}

.faq-topic-wrap {
  background: transparent;
  border: 0;
  padding: 0;
}

.naecha-title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.8px;
  background: linear-gradient(180deg, #183a72 0%, #2f67b7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 10px 18px rgba(30, 71, 134, 0.18);
}

.faq-title {
  margin: 0 0 10px;
  font-size: 30px;
}

.faq-anchor-section {
  margin-top: 16px;
  scroll-margin-top: 120px;
}

.faq-anchor-section h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
  color: #1d2f4f;
}

.faq-topic-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.faq-topic-btn {
  border: 1px solid #9cc0eb;
  border-radius: 9px;
  background: #fff;
  min-height: 40px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 700;
  color: #1c2b42;
  cursor: pointer;
}

.faq-topic-btn.active {
  background: #1c2542;
  border-color: #1c2542;
  color: #fff;
}

.faq-image-stage {
  border: 0;
  background: transparent;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.faq-topic-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.detail-v2-wrap {
  padding: 10px 0 60px;
}

.detail-v2-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
}

.detail-v2-main-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  background: #e9e9e9;
  border: 1px solid #d7d7d7;
}

.detail-v2-thumbs {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.detail-thumb {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0;
  cursor: pointer;
}

.detail-thumb img {
  width: 100%;
  height: 76px;
  object-fit: cover;
}

.detail-v2-right h1 {
  margin: 0;
  font-size: 34px;
}

.detail-v2-sub {
  margin: 6px 0 10px;
  color: #666;
}

.detail-v2-trim-panel {
  margin-top: 12px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 10px;
}

.detail-v2-trim-panel > strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.detail-v2-price-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-top: 2px solid #c6c6c6;
  border-bottom: 2px solid #c6c6c6;
  padding: 12px 0;
}

.detail-v2-price-box p {
  margin: 4px 0 0;
  font-size: 30px;
  font-weight: 900;
}

.detail-v2-price-box .lease {
  color: #2f63d4;
}

.detail-v2-price-box .rent {
  color: #d8542f;
}

.detail-v2-actions {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.detail-rate-control {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.detail-rate-control strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.detail-rate-btns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.rate-choice-btn {
  border: 1px solid #bfc9d8;
  background: #fff;
  border-radius: 6px;
  min-height: 34px;
  font-weight: 700;
  cursor: pointer;
}

.rate-choice-btn.active {
  background: #2f63d5;
  border-color: #2f63d5;
  color: #fff;
}

.btn-lease,
.btn-rent {
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 14px 8px;
  font-size: 25px;
  font-weight: 900;
}

.btn-lease {
  background: #3d72db;
}

.btn-rent {
  background: #d64920;
}

.detail-v2-trim-section,
.detail-v2-option-section,
.detail-v2-summary {
  margin-top: 14px;
  background: #fff;
  border: 1px solid #d8d8d8;
  padding: 10px;
}

.detail-v2-trim-list {
  display: grid;
}

.detail-v2-trim-list.right-align {
  border: 1px solid #d5dbe8;
  max-height: 230px;
  overflow: auto;
}

.detail-trim-row {
  border: 0;
  border-bottom: 1px dashed #d5d5d5;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px;
  cursor: pointer;
  font-weight: 700;
}

.detail-trim-row.active {
  background: #2f63d5;
  color: #fff;
}

.detail-v2-option-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.detail-option-row {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

.detail-v2-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
  font-weight: 700;
}

.detail-v2-summary strong {
  display: block;
  margin-top: 5px;
  color: #e12a2a;
  font-size: 32px;
}

.detail-finance-panel {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid #cfdaee;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 10px 18px rgba(40, 69, 124, 0.1);
}

.detail-finance-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.detail-finance-controls > div {
  border: 1px solid #d9e1f0;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
}

.detail-finance-controls h4 {
  margin: 0 0 6px;
  font-size: 15px;
  color: #244985;
}

.detail-finance-result {
  border: 1px solid #d4dced;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.detail-finance-mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #d7dce6;
  background: #f5f8ff;
}

.detail-finance-mode-tabs .rate-choice-btn {
  border: 0;
  border-right: 1px solid #d7dce6;
  border-radius: 0;
  min-height: 46px;
  font-size: 18px;
  font-weight: 900;
}

.detail-finance-mode-tabs .rate-choice-btn:last-child {
  border-right: 0;
}

.detail-bottom-price {
  margin: 16px 0;
  text-align: center;
  font-size: 52px;
  font-weight: 900;
}

.detail-bottom-price.lease {
  color: #3f6de0;
}

.detail-bottom-price.rent {
  color: #cc3e1a;
}

.detail-v2-actions-bottom {
  padding: 0 14px 16px;
}

.detail-finance-controls .rate-choice-btn {
  min-height: 32px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
  background: #f7f9fd;
}

.detail-finance-controls .rate-choice-btn.active {
  background: linear-gradient(180deg, #4f80e1 0%, #2f63d5 100%);
  border-color: #2f63d5;
  box-shadow: 0 4px 10px rgba(35, 78, 167, 0.28);
}

.detail-finance-result .rate-choice-btn.active {
  background: linear-gradient(180deg, #4f80e1 0%, #2f63d5 100%);
}

.detail-promo-images {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.detail-promo-images img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #d9d9d9;
  background: #fff;
}

/* Refined style for new-car detail page */
.detail-newcard {
  padding-top: 6px;
}

.detail-newcard .detail-v2-top {
  gap: 14px;
}

.detail-newcard .detail-v2-left,
.detail-newcard .detail-v2-right {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.detail-newcard .detail-v2-main-image {
  height: 380px;
  border-radius: 0;
  border: 0;
  background: transparent;
  object-fit: contain;
}

.detail-newcard .detail-v2-thumbs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.detail-newcard .detail-thumb {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.detail-newcard .detail-thumb.active {
  border-color: #2f63d5;
  box-shadow: 0 0 0 2px rgba(47, 99, 213, 0.14);
}

.detail-newcard .detail-thumb img {
  object-fit: contain;
  background: #f6f8fb;
}

.detail-newcard #detailCarTitle {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
  line-height: 1.18;
  letter-spacing: -0.2px;
}

.detail-newcard .detail-title-brand {
  color: #11264d;
  font-size: 21px;
  font-weight: 900;
}

.detail-newcard .detail-title-model {
  color: #707b8f;
  font-size: 21px;
  font-weight: 800;
}

.detail-newcard .detail-title-trim {
  color: #1b2a44;
  font-size: 24px;
  font-weight: 900;
}

.detail-newcard .detail-v2-sub {
  margin: 5px 0 10px;
  font-size: 15px;
  color: #6a7385;
  font-weight: 700;
}

.detail-newcard .detail-v2-price-box {
  gap: 0;
  border: 1px solid #dce2ed;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.detail-newcard .detail-v2-price-box p {
  margin: 3px 0 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.detail-newcard .detail-v2-price-box strong {
  font-size: 16px;
  font-weight: 900;
  color: #222a36;
}

.detail-newcard .detail-price-col {
  padding: 11px 10px 8px;
  text-align: center;
}

.detail-newcard .detail-price-col:first-child {
  border-right: 1px dashed #ced7e7;
}

.detail-newcard .detail-price-note {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2734;
}

.detail-newcard .detail-v2-actions-top {
  margin-top: 9px;
  gap: 10px;
}

.detail-newcard .detail-v2-actions-top .btn-lease,
.detail-newcard .detail-v2-actions-top .btn-rent {
  border-radius: 6px;
  min-height: 42px;
  padding: 10px 8px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.1px;
  box-shadow: 0 3px 7px rgba(14, 31, 62, 0.2);
}

.detail-newcard .detail-v2-actions-top .btn-lease {
  background: #2f63d4;
}

.detail-newcard .detail-v2-actions-top .btn-rent {
  background: #d8542f;
}

.detail-newcard .detail-v2-trim-panel {
  margin-top: 11px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.detail-newcard .detail-v2-trim-panel > strong {
  color: #2f4f89;
  font-size: 13px;
}

.detail-newcard .detail-v2-trim-list.right-align {
  max-height: none;
  overflow: visible;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.detail-newcard .detail-trim-row {
  font-size: 13px;
  padding: 9px 10px;
}

.detail-newcard .detail-v2-option-section,
.detail-newcard .detail-v2-summary {
  margin-top: 12px;
  border: 1px solid #d7dde8;
  border-radius: 10px;
  background: #fff;
}

.detail-newcard .detail-v2-option-section h3 {
  margin: 0 0 8px;
  font-size: 19px;
  color: #243f73;
}

.detail-newcard .detail-option-row {
  font-size: 14px;
  padding: 2px 0;
}

.detail-newcard .detail-v2-summary {
  padding: 11px 8px;
}

.detail-newcard .detail-v2-summary span {
  color: #5b667a;
  font-size: 13px;
}

.detail-newcard .detail-v2-summary strong {
  font-size: 34px;
  line-height: 1.07;
}

.detail-newcard .detail-finance-panel {
  margin-top: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.detail-newcard .detail-finance-controls > div {
  border: 1px solid #dce3ef;
  border-radius: 0;
  background: #fff;
  padding: 0;
}

.detail-newcard .detail-finance-controls {
  align-items: start;
  gap: 6px;
}

.detail-newcard .detail-finance-result {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.detail-newcard .detail-finance-mode-tabs .rate-choice-btn {
  min-height: 40px;
  font-size: 15px;
  border-radius: 0;
}

.detail-newcard .detail-monthly-block {
  margin: 10px 0 12px;
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
}

.detail-newcard .detail-bottom-price {
  margin: 8px 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: 900;
  white-space: nowrap;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.detail-newcard .detail-bottom-price.lease {
  color: #214d9a;
}

.detail-newcard .detail-bottom-price.rent {
  color: #cf4d1f;
}

.detail-newcard .detail-v2-actions-bottom .btn-lease,
.detail-newcard .detail-v2-actions-bottom .btn-rent {
  min-height: 56px;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.2px;
  border-radius: 14px;
  border: 1px solid transparent;
  box-shadow: 0 10px 18px rgba(17, 38, 77, 0.2);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.detail-newcard .detail-v2-actions-bottom .btn-lease {
  background: linear-gradient(135deg, #0f3777 0%, #2f67c8 100%);
  color: #fff;
}

.detail-newcard .detail-v2-actions-bottom .btn-rent {
  background: linear-gradient(135deg, #aa3412 0%, #da5d2f 100%);
  color: #fff;
}

.detail-newcard .detail-v2-actions-bottom .btn-lease:hover,
.detail-newcard .detail-v2-actions-bottom .btn-rent:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(17, 38, 77, 0.26);
  filter: saturate(1.04);
}

.detail-newcard .detail-finance-controls .detail-rate-btns {
  gap: 0;
  border-top: 1px solid #dce3ef;
}

.detail-newcard .detail-finance-controls > div:first-child .detail-rate-btns {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6, 34px);
}

.detail-newcard .detail-finance-controls > div:nth-child(2) .detail-rate-btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 204px;
}

.detail-newcard .detail-finance-controls .rate-choice-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  height: 34px;
  line-height: 1;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e2e7f1;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: none;
}

.detail-newcard .detail-finance-controls .detail-rate-btns .rate-choice-btn:last-child {
  border-bottom: 0;
}

.detail-newcard .detail-finance-controls h4 {
  margin: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  border-bottom: 1px solid #dce3ef;
  color: #283f6d;
  background: #f8faff;
}

.detail-newcard .detail-finance-controls .rate-choice-btn.active {
  background: #2f63d5;
  border-color: #2f63d5;
  color: #fff;
  box-shadow: none;
}

.detail-newcard .detail-finance-mode-tabs {
  border-bottom: 0;
  background: transparent;
}

.detail-newcard .detail-finance-mode-tabs .rate-choice-btn {
  border: 1px solid #d3dbe9;
  border-right: 0;
  background: #fff;
}

.detail-newcard .detail-finance-mode-tabs .rate-choice-btn:last-child {
  border-right: 1px solid #d3dbe9;
}

.detail-newcard .detail-finance-mode-tabs .rate-choice-btn.active {
  background: #2f63d5;
  border-color: #2f63d5;
  color: #fff;
}

@keyframes leaseFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
  100% { transform: translateY(0); }
}

.detail-newcard .detail-v2-actions-bottom .btn-lease {
  animation: none;
}

.detail-empty {
  color: #808080;
  padding: 8px;
}

.used-spec-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.used-spec-grid > div {
  border: 1px solid #d5d9e2;
  border-radius: 6px;
  padding: 7px 8px;
  background: #fff;
  font-size: 14px;
}

.used-rate-panel {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid #d7dce6;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
}

.used-rate-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.used-rate-cols h4 {
  margin: 0 0 6px;
  font-size: 20px;
}

.used-rate-btns {
  grid-template-columns: 1fr;
}

.used-rate-result {
  border: 1px solid #d7dce6;
  border-radius: 8px;
  overflow: hidden;
}

.used-mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #d7dce6;
}

.used-mode-tabs .rate-choice-btn {
  border-radius: 0;
  border: 0;
  border-right: 1px solid #d7dce6;
  min-height: 44px;
}

.used-monthly-price {
  margin: 18px 0;
  text-align: center;
  font-size: 62px;
  font-weight: 900;
  color: #3f6de0;
}

@media (max-width: 1300px) {
  .three-col { grid-template-columns: 1fr; }
  .left-panel,
  .right-panel { position: static; }
  .main-nav .cta-link { margin-left: 0; }
  .submenu {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-top: 2px;
    box-shadow: none;
    border-radius: 8px;
  }
  .hero-top-row { grid-template-columns: 1fr; }
  .hero-banner { height: 140px; }
  .search-flyout {
    position: static;
    width: 100%;
    margin-top: 10px;
    min-height: 0;
  }
  .search-flyout-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .brand-grid, .import-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vat-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .car-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-theme-page { grid-template-columns: 1fr; }
  .admin-group-title { font-size: 16px; }
  .admin-nav-btn { font-size: 14px; min-height: 40px; }
  .detail-v2-top { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .promo-top strong { font-size: 25px; }
  .promo-top span { font-size: 15px; }
  .logo-main { font-size: 30px; }
  .award { width: 180px; }
  .section-head h2 { font-size: 30px; }
  .brand-grid, .import-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .search-grid { grid-template-columns: 58px 1fr; }
  .search-flyout-grid,
  .search-flyout-grid.model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 12px; }
  .vat-card-grid { grid-template-columns: 1fr; }
  .admin-grid, .detail-wrap { grid-template-columns: 1fr; }
  .car-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .used-card-grid { grid-template-columns: 1fr; }
  .used-search-grid { grid-template-columns: 1fr; }
  .live-stats-grid { grid-template-columns: 1fr; }
  .live-counter { font-size: 44px; }
  .live-stats-grid span { font-size: 27px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bar-row { grid-template-columns: 1fr; gap: 4px; }

  .consult-modal {
    padding: 14px;
  }

  .consult-modal-head h2 {
    font-size: 24px;
  }

  .consult-modal-head p {
    font-size: 14px;
  }

  .consult-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .consult-row > label {
    font-size: 24px;
    text-align: left;
    white-space: normal;
  }

  .consult-row input,
  .consult-row textarea {
    font-size: 16px;
    padding: 10px;
  }

  .consult-phone-inputs {
    grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 14px minmax(0, 1fr);
    gap: 6px;
  }

  .consult-phone-inputs span {
    font-size: 18px;
  }

  .consult-agree {
    font-size: 13px;
    justify-self: start;
  }

  .consult-actions {
    width: 100%;
  }

  .consult-actions button {
    min-width: 0;
    width: 100%;
    font-size: 20px;
    padding: 12px 10px;
  }

  .admin-maker-grid,
  .admin-newcar-grid,
  .detail-v2-thumbs,
  .detail-v2-option-list,
  .detail-v2-summary,
  .detail-v2-price-box,
  .detail-v2-actions {
    grid-template-columns: 1fr;
  }

  .detail-finance-panel,
  .detail-finance-controls {
    grid-template-columns: 1fr;
  }

  .detail-bottom-price {
    font-size: 38px;
  }

  .detail-newcard .detail-title-brand,
  .detail-newcard .detail-title-model,
  .detail-newcard .detail-title-trim {
    font-size: 22px;
  }

  .detail-newcard .detail-v2-price-box p {
    font-size: 28px;
    white-space: normal;
  }

  .detail-newcard .detail-v2-price-box strong {
    font-size: 15px;
  }

  .detail-newcard .detail-price-note {
    font-size: 11px;
  }

  .detail-newcard .detail-v2-summary strong {
    font-size: 28px;
  }

  .detail-newcard .detail-bottom-price {
    font-size: 28px;
    white-space: normal;
  }

  .detail-newcard .detail-v2-actions-bottom .btn-lease,
  .detail-newcard .detail-v2-actions-bottom .btn-rent {
    font-size: 22px;
  }

  .detail-title-main {
    font-size: 25px;
  }

  .detail-title-trim {
    font-size: 21px;
  }

  .detail-v2-wrap:not(.vat-detail-wrap):not(.used-detail-wrap) .detail-v2-price-box p {
    font-size: 34px;
    white-space: normal;
  }

  .detail-v2-wrap:not(.vat-detail-wrap):not(.used-detail-wrap) .detail-v2-summary strong {
    font-size: 36px;
  }

  .detail-v2-wrap:not(.vat-detail-wrap):not(.used-detail-wrap) .detail-bottom-price {
    font-size: 42px;
    white-space: normal;
  }

  .detail-v2-wrap:not(.vat-detail-wrap):not(.used-detail-wrap) .detail-v2-actions-bottom .btn-lease,
  .detail-v2-wrap:not(.vat-detail-wrap):not(.used-detail-wrap) .detail-v2-actions-bottom .btn-rent {
    font-size: 28px;
  }

  .option-feature-inputs,
  .upload-zone-wrap {
    grid-template-columns: 1fr;
  }

  .option-inline-inputs {
    grid-template-columns: 1fr;
  }

  .used-spec-grid {
    grid-template-columns: 1fr;
  }

  .used-rate-panel {
    grid-template-columns: 1fr;
  }

  .used-rate-cols {
    grid-template-columns: 1fr;
  }

  .used-monthly-price {
    font-size: 42px;
  }

  .admin-inquiry-form {
    grid-template-columns: 1fr;
  }

  .community-page-title {
    font-size: 32px;
  }

  .community-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .community-filter-box {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .community-filter-box input {
    min-width: 0;
  }

  .notice-row {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 14px 4px;
  }

  .notice-date {
    grid-column: 2;
    text-align: left;
    font-size: 14px;
  }

  .notice-title-wrap strong {
    font-size: 18px;
  }

  .notice-title-wrap small {
    font-size: 13px;
  }

  .notice-no {
    font-size: 16px;
  }

  .community-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-detail h2 {
    font-size: 24px;
  }

  .admin-community-grid {
    grid-template-columns: 1fr;
  }

  .admin-community-list-head {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-community-top-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .admin-community-top-actions .mini-btn,
  .admin-community-top-actions select {
    width: 100%;
  }

  .admin-community-toolbar {
    gap: 5px;
  }

  .admin-community-list {
    grid-template-columns: 1fr;
  }

  .admin-notice-row {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
  }

  .admin-notice-date,
  .admin-notice-actions {
    grid-column: 2;
    text-align: left;
    justify-content: flex-start;
  }

  .admin-used-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-used-form-grid textarea,
  .admin-used-form-grid input[type="file"] {
    grid-column: span 1;
  }

  .admin-inquiry-actions {
    width: 100%;
  }

  .admin-inquiry-actions .mini-btn {
    flex: 1;
  }

  .admin-main-header h1,
  .admin-editor-head h2 {
    font-size: 26px;
  }
}
