/*
Theme Name: Car Rental WDA Child
Template: car-rental-wda
Version: 1.1
Text Domain: car-rental-wda-child
*/

*, *::after, *::before {
  box-sizing:border-box;
}

body, html {
  max-width:100%;
  overflow-x:hidden;
}

body.dag-no-scroll, html.dag-no-scroll {
  overflow:hidden !important;
}

body.post-type-archive-car #page, body.post-type-archive-car .site, body.post-type-archive-car .site-content, body.single-car #page, body.single-car .site, body.single-car .site-content {
  background:#fff;
  color:#111;
  overflow-x:hidden;
}

body.post-type-archive-car #page, body.single-car #page, body.post-type-archive-car .site, body.single-car .site, body.post-type-archive-car .site-content, body.single-car .site-content {
  background:#fff;
  color:#111;
}

body.post-type-archive-car, body.single-car {
  background:#fff;
}

body.post-type-archive-car .dag-inv-card {
  border-radius:18px;
  overflow:hidden;
}

body.post-type-archive-car .dag-inv-card__media img {
  aspect-ratio:16/10;
  object-fit:cover;
}

body.single-car #dag-main-img {
  width:100%;
  display:block;
  aspect-ratio:16/10;
  object-fit:cover;
}

body.single-car, body.post-type-archive-car {
  max-width:100%;
  overflow-x:clip;
}

body.single-car .dag-container, body.post-type-archive-car .dag-container {
  padding-left:16px;
  padding-right:16px;
}

body.single-car .dag-counter {
  position:absolute;
  left:10px;
  bottom:10px;
  z-index:3;
  background:rgba(0,0,0,.65);
  color:#fff;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
}

body.single-car .dag-monthly__value {
  font-size:20px;
}

body.single-car .dag-nav {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  width:42px;
  height:42px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 10px 30px rgba(0,0,0,.12);
}

body.single-car .dag-nav--next {
  right:10px;
}

body.single-car .dag-nav--prev {
  left:10px;
}

body.single-car .dag-price {
  font-size:30px;
}

body.single-car .dag-pricebox {
  padding:14px;
}

body.single-car .dag-pricebox, body.single-car .dag-lead, body.single-car .dag-section {
  border-radius:18px;
}

body.single-car .dag-stage {
  position:relative;
  border-radius:18px;
  overflow:hidden;
  background:#f4f4f5;
}

body.single-car .dag-stage__open {
  position:absolute;
  inset:0;
  z-index:1;
  background:transparent;
  border:0;
  padding:0;
  cursor:zoom-in;
}

body.single-car .dag-thumb {
  border:2px solid transparent;
  border-radius:14px;
  overflow:hidden;
  scroll-snap-align:start;
  background:#fff;
}

body.single-car .dag-thumb.is-active {
  border-color:#111;
}

body.single-car .dag-thumb img {
  display:block;
  width:100%;
  height:64px;
  object-fit:cover;
}

body.single-car .dag-thumbs {
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:82px;
  gap:10px;
  overflow-x:auto;
  padding:10px 2px 2px;
  scroll-snap-type:x mandatory;
}

body.single-car .dag-title {
  font-size:clamp(28px,6vw,44px);
  line-height:1.05;
  margin:14px 0 16px;
}

body.single-car img, body.post-type-archive-car img {
  max-width:100%;
  height:auto;
}

html, body {
  overflow-x:hidden;
}

iframe, img, video {
  height:auto;
  max-width:100%;
}

#dag-lightbox {
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
}

#dag-lightbox .dag-lightbox__backdrop {
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.75);
}

#dag-lightbox .dag-lightbox__close {
  position:absolute;
  top:18px;
  right:18px;
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(0, 0, 0, .4);
  color:#fff;
  font-size:28px;
  line-height:1;
}

#dag-lightbox .dag-lightbox__counter {
  position:absolute;
  left:18px;
  bottom:18px;
  background:rgba(0,0,0,.4);
  color:#fff;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  border:1px solid rgba(255, 255, 255, .18);
}

#dag-lightbox .dag-lightbox__frame {
  position:absolute;
  inset:20px;
  display:flex;
  align-items:center;
  justify-content:center;
}

#dag-lightbox .dag-lightbox__img {
  max-width:calc(100vw - 80px);
  max-height:calc(100vh - 120px);
  border-radius:16px;
  box-shadow:0 30px 80px rgba(0,0,0,.5);
  background:#111;
}

#dag-lightbox .dag-lightbox__nav {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(0, 0, 0, .35);
  color:#fff;
  font-size:34px;
  line-height:1;
}

#dag-lightbox .dag-lightbox__nav--next {
  right:18px;
}

#dag-lightbox .dag-lightbox__nav--prev {
  left:18px;
}

#dag-lightbox.is-open {
  display:block;
}

#dag-main-img {
  aspect-ratio:16/10;
  display:block;
  height:auto;
  object-fit:cover;
  width:100%;
}

.about-container {
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

.about-hero__bg {
  position:relative;
  background-size:cover;
  background-position:center center;
  min-height:420px;
  display:flex;
  align-items:center;
}

.about-hero__buttons {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}

.about-hero__inner {
  position:relative;
  padding:100px 0 120px;
  text-align:center;
}

.about-hero__overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0, 0, 0, 0.7));
}

.about-hero__subtitle {
  max-width:720px;
  margin:0 auto 28px;
  font-size:17px;
}

.about-hero__title {
  font-size:clamp(32px,3vw + 18px,40px);
  font-weight:700;
  margin-bottom:18px;
}

.about-page {
  background-color:#05060a;
  color:#ffffff;
  font-size:16px;
  line-height:1.7;
}

.about-page a {
  color:#ffffff;
}

.btn {
  display:inline-block;
  padding:14px 32px;
  border-radius:999px;
  font-weight:600;
  text-decoration:none;
  border:0;
  transition:transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  cursor:pointer;
  text-align:center;
  white-space:nowrap;
}

.btn-outline {
  background-color:transparent;
  color:#ffffff;
  border:2px solid #ffffff;
}

.btn-outline:hover {
  background-color:#ffffff;
  color:#05060a;
  transform:translateY(-1px);
}

.btn-primary {
  background-color:#e52424;
  color:#ffffff;
  box-shadow:0 10px 25px rgba(0,0,0,0.5);
}

.btn-primary:hover {
  background-color:#ff3939;
  transform:translateY(-1px);
}

.btn-row {
  margin-top:20px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.car-contact-form__row, .contact-form__row, .home-contact__row {
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.car-field, .contact-form__field, .home-contact__field {
  flex:1 1 260px;
  min-width:0;
}

.car-field input, .car-field textarea, .contact-form__field input, .contact-form__field textarea, .home-contact__field input, .home-contact__field select, .home-contact__field textarea {
  width:100%;
  box-sizing:border-box;
}

.coast-container {
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
}

.coast-h1 {
  font-size:42px;
  line-height:1.1;
  margin:0 0 12px;
  color:#111;
}

.coast-h2 {
  font-size:24px;
  margin:0 0 16px;
  color:#111;
}

.coast-inventory {
  padding:28px 0 56px;
}

.coast-inventory, .coast-vehicle {
  background:#fff;
  color:#111;
  padding:24px 0 60px;
}

.coast-inventory .vehicle-card {
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.10);
  display:grid;
  gap:16px;
  grid-template-columns:320px 1fr;
  overflow:hidden;
}

.coast-inventory .vehicle-card__body {
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:14px 14px 16px;
}

.coast-inventory .vehicle-card__cta {
  align-self:flex-start;
  background:#111;
  border-radius:10px;
  color:#fff;
  font-weight:800;
  padding:10px 14px;
  text-decoration:none;
}

.coast-inventory .vehicle-card__img {
  background:#f3f3f3;
  display:block;
  height:100%;
  width:100%;
}

.coast-inventory .vehicle-card__img img {
  display:block;
  height:100%;
  object-fit:cover;
  width:100%;
}

.coast-inventory .vehicle-card__title {
  font-size:20px;
  line-height:1.25;
  margin:0;
}

.coast-inventory .vehicle-card__title a {
  color:#111;
  text-decoration:none;
}

.coast-inventory .vehicle-grid {
  display:grid;
  gap:16px;
  grid-template-columns:1fr;
}

.coast-inventory__filters {
  padding:16px 0 8px;
}

.coast-inventory__filters-title {
  font-size:16px;
  letter-spacing:.2px;
  margin:0 0 10px;
}

.coast-inventory__filters .coast-h3 {
  font-size:18px;
  line-height:1.2;
  margin:0 0 10px;
}

.coast-inventory__header {
  padding:16px 0 8px;
  border-bottom:1px solid rgba(0,0,0,.08);
}

.coast-inventory__subtitle {
  color:rgba(0,0,0,.70);
  font-size:16px;
  line-height:1.6;
  margin:6px 0 0;
}

.coast-vehicle {
  padding:28px 0 56px;
}

.coast-vehicle__header {
  padding:24px 0 12px;
}

.coast-vehicle__title {
  margin:0 0 12px;
}

.contact-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 40px;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:0.16em;
  border-radius:999px;
  border:2px solid #e72727;
  text-decoration:none;
}

.contact-btn--outline {
  background-color:transparent;
  color:#ffffff;
}

.contact-btn--primary {
  background-color:#e72727;
  color:#ffffff;
}

.contact-container {
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

.contact-form-section {
  background-color:#000000;
  padding:80px 16px 120px;
  background:#050814;
  color:#ffffff;
}

.contact-form-section .contact-container {
  max-width:980px;
  margin:0 auto;
}

.contact-form-section .contact-form__note {
  font-size:13px;
  opacity:0.7;
  margin:0 0 24px;
}

.contact-form-section .contact-section-title {
  font-size:32px;
  text-transform:uppercase;
  letter-spacing:0.12em;
  margin:0 0 4px;
}

.contact-form__note {
  margin-bottom:24px;
  color:#a2a7b3;
}

.contact-form__wrapper {
  max-width:900px;
  margin:0 auto;
}

.contact-form__wrapper .wpforms-container {
  max-width:100%;
}

.contact-form__wrapper .wpforms-field {
  width:100% !important;
  float:none !important;
  clear:both !important;
  margin-bottom:16px;
}

.contact-form__wrapper .wpforms-field-checkbox li {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  opacity:0.85;
}

.contact-form__wrapper .wpforms-field-checkbox ul {
  list-style:none;
  margin:0;
  padding:0;
}

.contact-form__wrapper .wpforms-field-container {
  display:block;
}

.contact-form__wrapper .wpforms-field-label {
  display:block;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:0.12em;
  margin-bottom:6px;
  color:#ffffff;
}

.contact-form__wrapper .wpforms-form {
  display:flex;
  flex-direction:column;
  gap:18px;
}

.contact-form__wrapper .wpforms-submit, .contact-form__wrapper button[type="submit"] {
  min-width:180px;
  padding:12px 32px;
  border-radius:2px;
  border:none;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:0.08em;
  font-size:13px;
  background:#e53935;
  color:#ffffff;
  cursor:pointer;
  transition:transform 0.15s ease, opacity 0.15s ease;
}

.contact-form__wrapper .wpforms-submit-container {
  text-align:center;
  margin-top:8px;
}

.contact-form__wrapper .wpforms-submit:hover, .contact-form__wrapper button[type="submit"]:hover {
  transform:translateY(-1px);
  opacity:0.9;
}

.contact-form__wrapper input[type="email"], .contact-form__wrapper input[type="number"], .contact-form__wrapper input[type="tel"], .contact-form__wrapper input[type="text"], .contact-form__wrapper select, .contact-form__wrapper textarea {
  width:100%;
  box-sizing:border-box;
  padding:10px 12px;
  border-radius:4px;
  border:1px solid #1f2937;
  background:#020617;
  color:#f9fafb;
  font-size:14px;
}

.contact-form__wrapper textarea {
  min-height:120px;
  resize:vertical;
}

.contact-hero {
  position:relative;
  background-color:#111318;
  background-size:cover;
  background-position:center;
  padding:140px 0 120px;
  text-align:center;
}

.contact-hero__buttons {
  display:inline-flex;
  gap:20px;
}

.contact-hero__inner {
  position:relative;
  z-index:1;
}

.contact-hero__overlay {
  position:absolute;
  inset:0;
  background:linear-gradient( to bottom, rgba(0,0,0,0.4), rgba(0, 0, 0, 0.75) );
}

.contact-hero__title {
  font-size:48px;
  letter-spacing:0.12em;
  margin-bottom:30px;
}

.contact-hours {
  background-color:#05060a;
  padding:40px 0 60px;
}

.contact-hours__list p {
  margin:4px 0;
}

.contact-hours__list p span {
  font-weight:600;
  margin-right:8px;
}

.contact-hours__subtitle {
  margin-bottom:20px;
  color:#c3c6d0;
}

.contact-info {
  background-color:#05060a;
  padding:80px 0 40px;
}

.contact-info__grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:40px;
}

.contact-info__item {
  padding:24px 28px;
  background-color:#0b0d13;
  border-radius:8px;
}

.contact-info__label {
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.16em;
  color:#fc4a4a;
  margin-bottom:10px;
}

.contact-info__value {
  font-size:18px;
}

.contact-notice {
  margin-top:30px;
  padding:20px 24px;
  background-color:#0b0d13;
  border-radius:8px;
}

.contact-notice__title {
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  margin-bottom:10px;
}

.contact-page {
  background-color:#05060a;
  color:#ffffff;
}

.contact-section-title {
  font-size:24px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  margin-bottom:16px;
}

.dag-actions {
  display:flex;
  flex:0 0 auto;
  gap:10px;
}

.dag-badge {
  border-radius:999px;
  border:1px solid #ddd;
  display:inline-flex;
  font-size:12px;
  font-weight:700;
  padding:6px 10px;
}

.dag-btn {
  align-items:center;
  border-radius:12px;
  border:1px solid #111;
  cursor:pointer;
  display:inline-flex;
  font-weight:600;
  gap:8px;
  justify-content:center;
  line-height:1;
  padding:12px 16px;
  text-decoration:none;
}

.dag-btn--full {
  width:100%;
}

.dag-btn--ghost {
  background:#fff;
  border-color:#d7d7d7;
  color:#111;
}

.dag-btn--primary {
  background:#111;
  color:#fff;
}

.dag-btn--small {
  border-radius:10px;
  font-size:13px;
  padding:10px 12px;
}

.dag-container {
  margin:0 auto;
  max-width:1140px;
  padding:24px 16px;
}

.dag-counter {
  background:rgba(0,0,0,.7);
  border-radius:999px;
  bottom:12px;
  color:#fff;
  font-size:12px;
  padding:6px 10px;
  position:absolute;
  right:12px;
  z-index:3;
}

.dag-field {
  flex:1 1 180px;
  min-width:160px;
}

.dag-field--search {
  flex:2 1 260px;
}

.dag-field label {
  display:block;
  font-size:12px;
  margin:0 0 6px;
  opacity:.8;
}

.dag-filter-form {
  align-items:flex-end;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.dag-filter-form input, .dag-filter-form select, .dag-form input, .dag-form select, .dag-form textarea {
  background:#fff;
  border-radius:12px;
  border:1px solid #d7d7d7;
  cursor:text;
  padding:12px 12px;
  width:100%;
}

.dag-filter-form select, .dag-form select {
  cursor:pointer;
}

.dag-filters {
  border-radius:14px;
  border:1px solid #e6e6e6;
  margin:16px 0;
  padding:14px 14px 10px;
}

.dag-filters__title {
  font-size:14px;
  letter-spacing:.02em;
  margin:0 0 10px;
  text-transform:none;
}

.dag-form__full {
  grid-column:1/-1;
}

.dag-form__grid {
  display:grid;
  gap:10px;
  grid-template-columns:1fr 1fr;
}

.dag-form__grid label {
  font-size:12px;
  opacity:.85;
}

.dag-found {
  font-weight:600;
  margin:10px 0 16px;
}

.dag-h2 {
  font-size:20px;
  margin:0 0 10px;
}

.dag-images-grid {
  display:grid;
  gap:10px;
  grid-template-columns:repeat(6,1fr);
}

.dag-img-tile {
  border-radius:12px;
  border:1px solid #e6e6e6;
  display:block;
  overflow:hidden;
}

.dag-img-tile img {
  display:block;
  height:86px;
  object-fit:cover;
  width:100%;
}

.dag-inv-card {
  background:#fff;
  border-radius:16px;
  border:1px solid #e6e6e6;
  display:grid;
  gap:14px;
  grid-template-columns:220px 1fr;
  overflow:hidden;
}

.dag-inv-card, .dag-spec-mini, .dag-specs, .dag-vehicle-top {
  min-width:0;
}

.dag-inv-card__body {
  padding:14px;
}

.dag-inv-card__media img {
  display:block;
  height:100%;
  object-fit:cover;
  width:100%;
}

.dag-inv-card__title {
  font-size:18px;
  margin:0 0 10px;
}

.dag-inv-card__title a {
  text-decoration:none;
}

.dag-inv-card__top {
  align-items:center;
  display:flex;
  gap:12px;
  justify-content:space-between;
  margin-bottom:8px;
}

.dag-inv-list {
  display:flex;
  flex-direction:column;
  gap:14px;
}

.dag-inventory, .dag-vehicle {
  overflow-x:hidden;
}

.dag-lead {
  background:#fff;
  border-radius:16px;
  border:1px solid #e6e6e6;
  padding:14px;
}

.dag-lead__title {
  margin:0 0 10px;
}

.dag-lightbox {
  display:none;
  inset:0;
  position:fixed;
  z-index:99999;
}

.dag-lightbox.is-open {
  display:block;
}

.dag-lightbox__backdrop {
  background:rgba(0,0,0,.88);
  inset:0;
  position:absolute;
}

.dag-lightbox__close {
  align-items:center;
  background:rgba(0,0,0,.35);
  border-radius:999px;
  border:1px solid rgba(255, 255, 255, .22);
  color:#fff;
  cursor:pointer;
  display:flex;
  font-size:26px;
  height:44px;
  justify-content:center;
  line-height:1;
  position:absolute;
  right:16px;
  top:16px;
  width:44px;
}

.dag-lightbox__counter {
  background:rgba(0,0,0,.55);
  border-radius:999px;
  border:1px solid rgba(255, 255, 255, .18);
  bottom:18px;
  color:#fff;
  font-size:13px;
  left:50%;
  padding:8px 12px;
  position:absolute;
  transform:translateX(-50%);
}

.dag-lightbox__frame {
  align-items:center;
  display:flex;
  inset:0;
  justify-content:center;
  padding:18px;
  position:absolute;
}

.dag-lightbox__img {
  border-radius:14px;
  box-shadow:0 20px 60px rgba(0,0,0,.55);
  height:auto;
  max-height:calc(100vh - 120px);
  max-width:min(1100px, 100%);
  width:auto;
}

.dag-lightbox__nav {
  align-items:center;
  background:rgba(0,0,0,.35);
  border-radius:999px;
  border:1px solid rgba(255, 255, 255, .22);
  color:#fff;
  cursor:pointer;
  display:flex;
  font-size:28px;
  height:52px;
  justify-content:center;
  line-height:1;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
}

.dag-lightbox__nav--next {
  right:16px;
}

.dag-lightbox__nav--prev {
  left:16px;
}

.dag-monthly {
  border-top:1px solid #eee;
  margin-top:10px;
  padding-top:10px;
}

.dag-monthly__label {
  opacity:.8;
}

.dag-monthly__note {
  font-size:13px;
  margin-top:4px;
  opacity:.7;
}

.dag-monthly__value {
  font-size:18px;
  font-weight:800;
}

.dag-monthly__value span {
  font-size:14px;
  font-weight:700;
  opacity:.8;
}

.dag-nav {
  background:#fff;
  border-radius:999px;
  border:1px solid #ddd;
  cursor:pointer;
  font-size:22px;
  height:42px;
  line-height:1;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  z-index:2;
}

.dag-nav--next {
  right:10px;
}

.dag-nav--prev {
  left:10px;
}

.dag-no-scroll {
  overflow:hidden !important;
}

.dag-pagination {
  margin:18px 0;
}

.dag-pagination .current {
  background:#111;
  border-color:#111;
  color:#fff;
}

.dag-pagination .page-numbers {
  border-radius:10px;
  border:1px solid #e6e6e6;
  display:inline-block;
  margin-right:6px;
  padding:8px 12px;
  text-decoration:none;
}

.dag-price {
  font-size:22px;
  font-weight:800;
}

.dag-pricebox {
  background:#fff;
  border-radius:16px;
  border:1px solid #e6e6e6;
  padding:14px;
}

.dag-privacy {
  font-size:12px;
  margin:10px 0 0;
  opacity:.75;
}

.dag-prose {
  line-height:1.6;
}

.dag-section {
  margin-top:18px;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:16px;
  padding:18px;
}

.dag-section + .dag-section {
  margin-top:16px;
}

.dag-sidebar {
  display:flex;
  flex-direction:column;
  gap:14px;
  position:sticky;
  top:16px;
}

.dag-spec-mini {
  display:grid;
  gap:8px 14px;
  grid-template-columns:1fr 1fr;
  margin:0;
}

.dag-spec-mini .is-price dd, .dag-spec-mini__price dd {
  font-weight:800;
  font-size:16px;
  letter-spacing:.2px;
}

.dag-spec-mini .is-price dt, .dag-spec-mini__price dt {
  opacity:1;
}

.dag-spec-mini > div:last-child {
  grid-column:1 / -1;
  padding-top:12px;
  margin-top:6px;
  border-top:1px solid rgba(0,0,0,.08);
}

.dag-spec-mini > div:last-child dd {
  font-size:22px;
  font-weight:800;
  letter-spacing:-0.01em;
}

.dag-spec-mini dd {
  font-weight:600;
  margin:0;
}

.dag-spec-mini dd, .dag-specs dd, .dag-title {
  overflow-wrap:anywhere;
}

.dag-spec-mini div {
  display:flex;
  gap:10px;
  justify-content:space-between;
}

.dag-spec-mini dt {
  opacity:.7;
}

.dag-specs {
  display:grid;
  gap:10px 18px;
  grid-template-columns:1fr 1fr;
  margin:0;
}

.dag-specs dd {
  font-weight:700;
  margin:0;
}

.dag-specs div {
  border-bottom:1px dashed #eee;
  display:flex;
  gap:10px;
  justify-content:space-between;
  padding-bottom:6px;
}

.dag-specs dt {
  opacity:.7;
}

.dag-stage {
  background:#fff;
  border-radius:16px;
  border:1px solid #e6e6e6;
  overflow:hidden;
  position:relative;
}

.dag-stage__open {
  background:transparent;
  border:0;
  cursor:zoom-in;
  inset:0;
  padding:0;
  position:absolute;
  z-index:1;
}

.dag-subtitle {
  margin:0 0 16px;
  opacity:.8;
}

.dag-thumb {
  background:#fff;
  cursor:pointer;
  overflow:hidden;
  padding:0;
  flex:0 0 auto;
  border:2px solid transparent;
  border-radius:14px;
}

.dag-thumb.is-active {
  outline:2px solid #111;
  border-color:#0a0f1f;
}

.dag-thumb.is-active img, .vehicle-thumb.is-active img {
  outline:none !important;
}

.dag-thumb img {
  display:block;
  object-fit:cover;
  width:100%;
  height:72px;
  border-radius:12px;
}

.dag-thumbs {
  display:grid;
  gap:10px;
  grid-template-columns:repeat(6,1fr);
  margin-top:10px;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  padding:8px 6px 6px;
}

.dag-title {
  font-size:32px;
  line-height:1.1;
  margin:0 0 8px;
}

.dag-vehicle-top {
  align-items:start;
  display:grid;
  gap:18px;
  grid-template-columns:minmax(0,1fr) 380px;
  margin-top:12px;
}

.faq-answer {
  margin-top:10px;
  font-size:14px;
  line-height:1.7;
}

.faq-item {
  background-color:#0b0d1a;
  border-radius:10px;
  padding:14px 18px;
  margin-bottom:12px;
  cursor:pointer;
}

.faq-item[open] {
  background-color:#121528;
}

.faq-item[open] .faq-question::after {
  content:"−";
}

.faq-list {
  margin-top:32px;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

.faq-question {
  list-style:none;
  font-weight:600;
  position:relative;
  padding-right:32px;
}

.faq-question::-webkit-details-marker {
  display:none;
}

.faq-question::after {
  content:"＋";
  position:absolute;
  right:0;
  top:0;
  font-weight:700;
}

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

.inventory-btn {
  height:44px;
  padding:0 16px;
  border:0;
  border-radius:10px;
  background:#111;
  color:#fff;
  cursor:pointer;
}

.inventory-btn, .inventory-reset {
  align-items:center;
  border-radius:10px;
  display:inline-flex;
  font-weight:700;
  height:44px;
  justify-content:center;
  padding:0 16px;
  text-decoration:none;
  white-space:nowrap;
}

.inventory-card {
  border:1px solid #ddd;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 2px 6px rgba(0,0,0,.08);
  background:#fff;
  transition:transform .3s;
}

.inventory-card .info {
  padding:12px 15px;
}

.inventory-card .info .price {
  font-size:1.15rem;
  font-weight:bold;
  color:#222;
}

.inventory-card .info h3 {
  font-size:1.2rem;
  margin:0 0 8px;
}

.inventory-card:hover {
  transform:translateY(-5px);
}

.inventory-card img {
  width:100%;
  height:auto;
  object-fit:cover;
}

.inventory-container {
  display:grid;
  gap:20px;
  grid-template-columns:repeat(auto-fill, minmax(280px,1fr));
  margin-top:30px;
  padding:0 15px;
}

.inventory-field label {
  color:rgba(0,0,0,.70);
  display:block;
  font-size:12px;
  margin:0 0 6px;
}

.inventory-filters {
  background:rgba(0,0,0,.03);
  border-radius:14px;
  border:1px solid rgba(0, 0, 0, .10);
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:20px;
  padding:0 15px;
}

.inventory-filters__row {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr auto auto;
  gap:12px;
  align-items:center;
}

.inventory-filters input, .inventory-filters select {
  padding:8px 10px;
  font-size:1rem;
  border:1px solid #ccc;
  border-radius:4px;
}

.inventory-found {
  color:rgba(0, 0, 0, .75);
  font-size:14px;
  margin:12px 0 0;
}

.inventory-input {
  cursor:text;
}

.inventory-input, .inventory-select {
  font:inherit;
  width:100%;
  height:44px;
  padding:0 12px;
  border:1px solid rgba(0, 0, 0, .15);
  border-radius:8px;
  background:#fff;
  color:#111;
}

.inventory-reset {
  background:#fff;
  height:44px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:10px;
  border:1px solid rgba(0, 0, 0, .15);
  text-decoration:none;
  color:#111;
}

.inventory-select {
  cursor:pointer;
}

.privacy-contact-btn {
  display:inline-block;
  padding:12px 32px;
  background-color:#e72727;
  border-radius:4px;
  text-transform:uppercase;
  letter-spacing:0.16em;
  font-size:13px;
  text-decoration:none;
  color:#ffffff;
}

.privacy-contact-cta {
  background-color:#05060a;
  padding:20px 0 80px;
  text-align:left;
}

.privacy-container {
  max-width:1100px;
  margin:0 auto;
  padding:0 20px;
}

.privacy-content {
  background-color:#05060a;
  padding:80px 0 60px;
}

.privacy-content h2, .privacy-content h3 {
  margin-top:32px;
  margin-bottom:12px;
  font-size:18px;
}

.privacy-content p {
  line-height:1.7;
  margin-bottom:16px;
}

.privacy-hero {
  position:relative;
  background-color:#111318;
  background-size:cover;
  background-position:center;
  padding:140px 0 100px;
  text-align:center;
}

.privacy-hero__inner {
  position:relative;
  z-index:1;
}

.privacy-hero__overlay {
  position:absolute;
  inset:0;
  background:linear-gradient( to bottom, rgba(0,0,0,0.4), rgba(0, 0, 0, 0.8) );
}

.privacy-hero__title {
  font-size:42px;
  letter-spacing:0.12em;
  text-transform:uppercase;
}

.privacy-page {
  background-color:#05060a;
  color:#ffffff;
}

.section {
  width:100%;
}

.section-col {
  flex:1 1 0;
  min-width:0;
}

.section-col--image {
  text-align:center;
}

.section-col--text p {
  margin-bottom:14px;
}

.section-dark {
  background-color:#05060a;
}

.section-dark-alt {
  background-color:#070b1c;
}

.section-image img {
  display:block;
  max-width:100%;
  height:auto;
  border-radius:10px;
}

.section-lead {
  font-size:16px;
  max-width:900px;
  margin-bottom:20px;
}

.section-lead--center {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.section-padding {
  padding:80px 0;
}

.section-subtitle {
  font-size:20px;
  font-weight:700;
  margin:40px 0 24px;
}

.section-subtitle--center {
  text-align:center;
}

.section-title {
  font-size:28px;
  font-weight:700;
  margin-bottom:22px;
}

.section-title--center {
  text-align:center;
}

.section-two-cols {
  display:flex;
  flex-wrap:wrap;
  gap:40px;
  align-items:center;
}

.section-two-cols--reverse-on-mobile {
  flex-direction:row;
}

.shipping-container {
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

.shipping-coverage {
  text-align:center;
}

.shipping-coverage__highlight {
  margin-top:26px;
  font-weight:600;
  color:#4bb2ff;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
}

.shipping-divider {
  display:flex;
  justify-content:center;
  background-color:#05060a;
}

.shipping-divider__line {
  width:60%;
  max-width:700px;
  height:2px;
  margin:16px 0;
  background:linear-gradient( to right, transparent, rgba(255,255,255,0.25), transparent );
}

.shipping-hero__bg {
  position:relative;
  background-size:cover;
  background-position:center center;
  min-height:380px;
  display:flex;
  align-items:center;
}

.shipping-hero__inner {
  position:relative;
  padding:100px 0 110px;
  text-align:center;
}

.shipping-hero__overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0, 0, 0, 0.75));
}

.shipping-hero__subtitle {
  max-width:700px;
  margin:0 auto;
  font-size:17px;
}

.shipping-hero__title {
  font-size:clamp(30px,3vw + 18px,38px);
  font-weight:700;
  margin-bottom:14px;
}

.shipping-icon {
  width:28px;
  height:28px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}

.shipping-icon--carrier {
  background-color:#ff4c4c;
}

.shipping-icon--individual {
  background-color:#ffd447;
}

.shipping-option .section-title {
  display:flex;
  align-items:center;
  gap:10px;
}

.shipping-page {
  background-color:#05060a;
  color:#ffffff;
}

.team-card {
  background-color:#0b0d1a;
  border-radius:16px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:0 16px 40px rgba(0,0,0,0.45);
}

.team-card__body {
  padding:18px 18px 20px;
}

.team-card__image img {
  display:block;
  width:100%;
  height:auto;
}

.team-card__name {
  font-size:16px;
  font-weight:700;
  margin-bottom:4px;
}

.team-card__role {
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:0.05em;
  color:#ff4c4c;
  margin-bottom:10px;
}

.team-card__text {
  font-size:14px;
  line-height:1.7;
}

.team-grid {
  margin-top:32px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:24px;
}

.testimonial-card {
  background-color:#0b0d1a;
  border-radius:12px;
  padding:24px 24px 26px;
  box-shadow:0 16px 40px rgba(0,0,0,0.45);
}

.testimonial-name {
  font-size:16px;
  font-weight:700;
  margin-bottom:6px;
}

.testimonial-stars {
  color:#f7c948;
  font-size:16px;
  margin-bottom:12px;
}

.testimonial-text {
  font-size:14px;
  line-height:1.7;
}

.testimonials-grid {
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
}

.thankyou-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 26px;
  border-radius:999px;
  font-size:14px;
  text-decoration:none;
  border:1px solid transparent;
  cursor:pointer;
  transition:background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.thankyou-btn--outline {
  background-color:transparent;
  color:#ffffff;
  border-color:#3a3f4a;
}

.thankyou-btn--outline:hover {
  background-color:#151922;
}

.thankyou-btn--primary {
  background-color:#00b96b;
  color:#020404;
  border-color:#00b96b;
  box-shadow:0 12px 32px rgba(0,185,107,0.35);
}

.thankyou-btn--primary:hover {
  background-color:#02a15e;
  border-color:#02a15e;
}

.thankyou-buttons {
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.thankyou-card {
  max-width:520px;
  width:100%;
  background-color:#0b0f13;
  border-radius:18px;
  padding:40px 40px 32px;
  text-align:center;
  box-shadow:0 24px 60px rgba(0,0,0,0.75);
}

.thankyou-countdown {
  font-size:13px;
  color:#7a8090;
  margin-bottom:28px;
}

.thankyou-countdown span {
  font-weight:600;
}

.thankyou-icon {
  width:80px;
  height:80px;
  border-radius:999px;
  background-color:#07281a;
  margin:0 auto 24px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.thankyou-icon span {
  font-size:36px;
  color:#1dd075;
}

.thankyou-page {
  background-color:#050608;
  color:#ffffff;
}

.thankyou-subtitle {
  font-size:15px;
  color:#a3a8b5;
  margin-bottom:20px;
}

.thankyou-title {
  font-size:26px;
  font-weight:600;
  margin-bottom:10px;
}

.thankyou-wrapper {
  min-height:calc(100vh - 160px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:60px 20px;
}

.vehicle-card {
  border:1px solid rgba(0, 0, 0, .10);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 6px 18px rgba(0, 0, 0, .05);
}

.vehicle-card__body {
  padding:14px;
}

.vehicle-card__cta {
  font-size:13px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:40px;
  padding:0 14px;
  border-radius:10px;
  background:#111;
  color:#fff;
  text-decoration:none;
}

.vehicle-card__img {
  aspect-ratio:4/3;
  background:rgba(0,0,0,.04);
  display:block;
}

.vehicle-card__img img {
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

.vehicle-card__meta {
  display:grid;
  gap:8px 12px;
  grid-template-columns:repeat(2, minmax(0,1fr));
  margin:0;
}

.vehicle-card__meta .is-price dd {
  font-weight:700;
}

.vehicle-card__meta > div {
  display:flex;
  font-size:13px;
  gap:12px;
  justify-content:space-between;
}

.vehicle-card__meta > div:last-child {
  grid-column:1 / -1;
  padding-top:12px;
  margin-top:6px;
  border-top:1px solid rgba(0,0,0,.08);
}

.vehicle-card__meta > div:last-child dd {
  font-size:22px;
  font-weight:800;
  letter-spacing:-0.01em;
}

.vehicle-card__meta > div:last-child dt {
  font-weight:600;
}

.vehicle-card__meta dd {
  color:rgba(0,0,0,.90);
  margin:0;
  text-align:right;
}

.vehicle-card__meta dt {
  color:rgba(0,0,0,.70);
}

.vehicle-card__monthly {
  font-size:14px;
  color:rgba(0,0,0,.75);
  margin-bottom:10px;
}

.vehicle-card__price {
  font-size:22px;
  font-weight:700;
  margin-bottom:4px;
}

.vehicle-card__title {
  line-height:1.2;
  font-size:18px;
  margin:0 0 8px;
}

.vehicle-card__title a {
  color:#111;
  text-decoration:none;
}

.vehicle-card__topline {
  align-items:center;
  display:flex;
  gap:12px;
  justify-content:space-between;
  margin-bottom:6px;
}

.vehicle-card__year {
  color:rgba(0,0,0,.70);
  font-size:13px;
}

.vehicle-description {
  padding-top:24px;
}

.vehicle-description__content {
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  padding:14px;
}

.vehicle-details {
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:18px 16px;
  margin-top:22px;
  padding-top:28px;
}

.vehicle-gallery__count {
  color:rgba(0,0,0,.80);
  font-size:14px;
}

.vehicle-gallery__main {
  background:#f3f3f3;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.10);
  overflow:hidden;
}

.vehicle-gallery__main img {
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.10);
  display:block;
}

.vehicle-gallery__nav {
  align-items:center;
  display:flex;
  gap:12px;
  justify-content:space-between;
  margin:10px 0;
}

.vehicle-gallery__thumbs {
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  padding:8px 6px 6px;
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:8px;
  padding-top:10px;
}

.vehicle-grid {
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  padding-top:10px;
}

.vehicle-lead {
  background:rgba(0,0,0,.02);
  border:1px solid rgba(0, 0, 0, .12);
  border-radius:14px;
  padding:14px;
}

.vehicle-lead__checkbox {
  display:flex;
  gap:10px;
  align-items:center;
  font-size:13px;
  margin:10px 0 12px;
}

.vehicle-lead__privacy {
  color:rgba(0,0,0,.70);
  font-size:12px;
  margin:10px 0 0;
}

.vehicle-lead__privacy a {
  color:#0f172a;
}

.vehicle-lead__row {
  display:grid;
  gap:6px;
  margin-bottom:10px;
}

.vehicle-lead__row input, .vehicle-lead__row select, .vehicle-lead__row textarea {
  background:#fff;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.12);
  padding:10px 12px;
  width:100%;
}

.vehicle-lead__row input, .vehicle-lead__row textarea {
  width:100%;
  border:1px solid rgba(0,0,0,.15);
  border-radius:10px;
  padding:10px 12px;
}

.vehicle-lead__row label {
  display:block;
  margin-bottom:6px;
  font-size:13px;
  color:rgba(0,0,0,.75);
}

.vehicle-lead__submit {
  margin-top:10px;
  width:100%;
  height:44px;
  border:0;
  border-radius:12px;
  background:#111;
  color:#fff;
  cursor:pointer;
}

.vehicle-lead__title {
  font-weight:800;
  text-transform:uppercase;
  font-size:16px;
  margin:0 0 12px;
  letter-spacing:.04em;
}

.vehicle-lead input, .vehicle-lead select, .vehicle-lead textarea {
  color:#111;
  font:inherit;
}

.vehicle-meta {
  border-radius:12px;
  border:1px solid rgba(0,0,0,.10);
  display:grid;
  gap:10px;
  grid-template-columns:120px 1fr;
  padding:8px 10px;
}

.vehicle-meta dd {
  color:rgba(0,0,0,.80);
  margin:0;
}

.vehicle-meta dt {
  font-weight:800;
}

.vehicle-monthly {
  background:rgba(0, 0, 0, .02);
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.12);
  border-radius:14px;
  margin-bottom:18px;
}

.vehicle-monthly__label {
  color:rgba(0,0,0,.70);
}

.vehicle-monthly__note {
  margin-top:4px;
  font-size:13px;
  color:rgba(0,0,0,.65);
}

.vehicle-nav {
  background:#fff;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  cursor:pointer;
  height:36px;
  padding:0 12px;
}

.vehicle-pagination {
  padding-top:24px;
}

.vehicle-price {
  margin-bottom:10px;
  letter-spacing:-0.02em;
  font-size:30px;
  font-weight:800;
  margin:10px 0 12px;
}

.vehicle-spec {
  background:#fff;
  justify-content:space-between;
  align-items:baseline;
  border-bottom:1px solid rgba(0, 0, 0, .06);
  display:grid;
  grid-template-columns:120px 1fr;
  gap:10px;
  padding:10px 12px;
  border:1px solid rgba(0, 0, 0, .10);
  border-radius:12px;
}

.vehicle-spec dd {
  font-weight:600;
  text-align:right;
  margin:0;
  color:rgba(0, 0, 0, .80);
}

.vehicle-spec dt {
  margin-bottom:4px;
  color:rgba(0, 0, 0, .62);
  font-size:13px;
  font-weight:700;
}

.vehicle-specs {
  border-top:1px solid rgba(0, 0, 0, .06);
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:10px 18px;
  margin:0;
}

.vehicle-thumb {
  flex:0 0 auto;
  padding:0;
  border:2px solid transparent;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  cursor:pointer;
}

.vehicle-thumb.is-active {
  border-color:#111;
}

.vehicle-thumb img {
  border-radius:12px;
  width:100%;
  height:78px;
  object-fit:cover;
  display:block;
}

.vehicle-top {
  align-items:start;
  padding:18px 0 8px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:22px;
  padding-top:16px;
}

.vehicle-top__right {
  position:sticky;
  top:18px;
}

@media (max-width: 420px) {
  .vehicle-thumb {
    width:84px;
  }
  .vehicle-thumb img {
    height:60px;
  }
}

@media (max-width: 520px) {
  #dag-main-img {
    border-radius:16px;
    height:320px;
  }
  .dag-actions {
    align-items:stretch;
    flex-direction:column;
  }
  .dag-actions .dag-btn, .dag-actions button {
    border-radius:12px;
    height:44px;
    width:100%;
  }
  .dag-btn--full {
    border-radius:12px;
    height:46px;
  }
  .dag-container {
    padding:14px 14px;
  }
  .dag-field input, .dag-field select {
    border-radius:12px;
    height:44px;
  }
  .dag-filter-form {
    gap:10px;
    grid-template-columns:1fr;
  }
  .dag-filters {
    border-radius:16px;
    padding:14px;
  }
  .dag-form__full {
    grid-column:1 / -1;
  }
  .dag-form__grid {
    gap:10px;
    grid-template-columns:1fr;
  }
  .dag-form__grid input, .dag-form__grid select, .dag-form__grid textarea {
    border-radius:12px;
    padding:10px 12px;
  }
  .dag-inv-card {
    border-radius:16px;
    grid-template-columns:1fr;
    min-height:auto;
  }
  .dag-inv-card__body {
    padding:14px;
  }
  .dag-inv-card__media img {
    height:230px;
    min-height:0;
  }
  .dag-inv-card__title {
    font-size:18px;
    margin:0 0 10px;
  }
  .dag-inv-card__top {
    margin-bottom:6px;
  }
  .dag-inv-card__top .dag-btn, .dag-inv-card__top .dag-btn--small {
    border-radius:12px;
    height:38px;
  }
  .dag-inv-list {
    gap:14px;
  }
  .dag-lead {
    border-radius:16px;
    padding:14px;
  }
  .dag-sidebar {
    position:static;
    top:auto;
  }
  .dag-spec-mini {
    display:grid;
    gap:0;
    grid-template-columns:1fr;
    margin-top:8px;
  }
  .dag-spec-mini > div {
    border-bottom:1px solid rgba(15,23,42,.08);
    display:grid;
    gap:10px;
    grid-template-columns:112px 1fr;
    padding:8px 0;
  }
  .dag-spec-mini > div:last-child {
    border-bottom:0;
  }
  .dag-spec-mini dd {
    color:rgba(15, 23, 42, .90);
    font-weight:600;
    margin:0;
    overflow-wrap:anywhere;
    text-align:left;
  }
  .dag-spec-mini dt {
    color:rgba(15, 23, 42, .55);
    font-size:12px;
    margin:0;
  }
  .dag-stage {
    border-radius:16px;
  }
  .dag-subtitle {
    font-size:14px;
    line-height:1.55;
    margin:0 0 14px;
  }
  .dag-thumb {
    border-radius:12px;
    border:2px solid transparent;
    flex:0 0 86px;
    outline:0 !important;
  }
  .dag-thumb.is-active {
    border-color:#0f172a;
    box-shadow:0 0 0 1px rgba(15, 23, 42, .12);
  }
  .dag-thumb img {
    border-radius:10px;
    height:64px;
  }
  .dag-thumbs {
    -webkit-overflow-scrolling:touch;
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding:8px 2px 10px;
    scrollbar-width:none;
  }
  .dag-thumbs::-webkit-scrollbar {
    display:none;
  }
  .dag-title {
    font-size:28px;
    line-height:1.12;
    margin:6px 0 6px;
  }
}

@media (max-width: 560px) {
  .inventory-filters__row {
    grid-template-columns:1fr;
  }
  .vehicle-gallery__main img {
    height:320px;
  }
  .vehicle-gallery__thumbs {
    grid-template-columns:repeat(4, minmax(0,1fr));
  }
  .vehicle-grid {
    grid-template-columns:1fr;
  }
  .vehicle-meta {
    grid-template-columns:100px 1fr;
  }
}

@media (max-width: 600px) {
  .dag-thumbs {
    display:flex !important;
    gap:10px !important;
  }
  .vehicle-gallery__thumbs {
    overflow-x:auto;
    padding-bottom:6px;
    display:flex !important;
    gap:10px !important;
  }
  .vehicle-grid {
    grid-template-columns:1fr;
  }
  .vehicle-thumb {
    min-width:92px;
  }
  .vehicle-thumb img {
    height:64px;
  }
}

@media (max-width: 640px) {
  #dag-main-img {
    aspect-ratio:16/11;
  }
  .dag-actions {
    flex-direction:column !important;
    align-items:stretch !important;
    width:100% !important;
  }
  .dag-actions .dag-btn {
    flex:1;
  }
  .dag-actions .dag-btn, .dag-actions button {
    width:100% !important;
    justify-content:center !important;
  }
  .dag-field {
    width:100% !important;
    min-width:0 !important;
  }
  .dag-filter-form {
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:12px !important;
  }
  .dag-filter-form input, .dag-filter-form select {
    width:100% !important;
  }
  .dag-filter-form label {
    text-align:left !important;
  }
  .dag-form__grid {
    grid-template-columns:1fr;
  }
  .dag-images-grid {
    grid-template-columns:repeat(3,1fr);
  }
  .dag-inv-card {
    grid-template-columns:1fr;
  }
  .dag-lightbox__close {
    right:10px;
    top:10px;
  }
  .dag-lightbox__frame {
    padding:12px;
  }
  .dag-lightbox__img {
    max-height:calc(100vh - 140px);
  }
  .dag-lightbox__nav {
    font-size:26px;
    height:46px;
    width:46px;
  }
  .dag-lightbox__nav--next {
    right:10px;
  }
  .dag-lightbox__nav--prev {
    left:10px;
  }
  .dag-specs {
    grid-template-columns:1fr;
  }
  .dag-thumb img {
    height:64px;
  }
  .dag-thumbs {
    display:grid;
    grid-auto-columns:82px;
    grid-auto-flow:column;
    grid-template-columns:none;
    overflow-x:auto;
    padding-bottom:6px;
  }
  .inventory-actions {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
  }
  .inventory-field {
    width:100% !important;
    margin:0 !important;
  }
  .inventory-field label {
    text-align:left !important;
  }
  .inventory-filters {
    padding:14px !important;
    text-align:left !important;
  }
  .inventory-filters__row {
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:12px !important;
    height:auto !important;
    min-height:0 !important;
  }
  .inventory-input, .inventory-select {
    width:100% !important;
  }
  .inventory-reset, .inventory-submit {
    width:100% !important;
    justify-content:center !important;
  }
  .thankyou-card {
    padding:32px 24px 26px;
  }
  .thankyou-subtitle {
    font-size:14px;
  }
  .thankyou-title {
    font-size:22px;
  }
}

@media (max-width:640px) {
  body.single-car #dag-main-img {
    aspect-ratio:16/11;
  }
  body.single-car .dag-form__grid {
    grid-template-columns:1fr;
  }
  #dag-lightbox .dag-lightbox__frame {
    inset:12px;
  }
  #dag-lightbox .dag-lightbox__img {
    max-width:calc(100vw - 40px);
    max-height:calc(100vh - 90px);
  }
}

@media (max-width: 767px) {
  .contact-form-section {
    padding:60px 16px 80px;
  }
  .inventory-filters {
    flex-direction:column;
  }
}

@media (max-width: 768px) {
  #dag-main-img {
    width:100%;
    height:auto;
    display:block;
  }
  .about-hero__inner {
    padding:80px 0 90px;
  }
  .car-contact-form__row, .contact-form__row, .home-contact__row {
    flex-direction:column;
  }
  .coast-h1, .dag-title {
    font-size:28px;
    line-height:1.2;
    margin-bottom:8px;
  }
  .dag-container {
    padding:0 12px;
  }
  .dag-field, .dag-field--search {
    width:100%;
    min-width:0;
    flex:0 0 auto;
    margin:0;
  }
  .dag-filter-actions {
    flex-direction:column;
    gap:10px;
  }
  .dag-filter-actions .dag-btn, .dag-filter-actions .dag-btn-outline {
    width:100%;
  }
  .dag-filter-form {
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-items:stretch;
    justify-content:flex-start;
    align-content:flex-start;
    gap:12px;
  }
  .dag-filter-form .inventory-actions {
    flex-direction:column;
    width:100%;
  }
  .dag-filter-form .inventory-btn, .dag-filter-form .inventory-reset {
    height:44px;
    width:100%;
  }
  .dag-filters {
    margin:10px 0 20px;
    padding:14px;
  }
  .dag-gallery {
    order:1;
    max-width:100%;
  }
  .dag-inv-card {
    border-radius:18px;
    grid-template-columns:1fr;
    overflow:hidden;
  }
  .dag-inv-card__body {
    padding:12px 14px 18px;
  }
  .dag-inv-card__media img {
    aspect-ratio:4 / 3;
    height:auto;
    object-fit:cover;
  }
  .dag-inv-list {
    display:grid;
    gap:20px;
    grid-template-columns:1fr;
  }
  .dag-lead {
    padding:18px;
  }
  .dag-lead__title {
    font-size:15px;
    letter-spacing:0;
    text-transform:none;
  }
  .dag-lead input, .dag-lead textarea {
    font-size:15px;
  }
  .dag-monthly {
    border-top:1px solid rgba(0,0,0,.08);
    padding-top:12px;
  }
  .dag-section {
    padding:14px;
  }
  .dag-sidebar {
    order:2;
    position:static;
  }
  .dag-stage {
    max-width:100%;
  }
  .dag-thumb {
    flex:0 0 auto;
    width:90px;
  }
  .dag-thumb img {
    height:64px;
  }
  .dag-thumbs {
    display:flex !important;
    gap:10px;
    overflow-x:auto;
    padding-bottom:6px;
    -webkit-overflow-scrolling:touch;
    grid-template-columns:none !important;
    grid-auto-flow:unset !important;
    grid-auto-columns:unset !important;
  }
  .dag-thumbs::-webkit-scrollbar {
    display:none;
  }
  .dag-thumbs > * {
    flex:0 0 auto;
    min-width:90px;
  }
  .dag-vehicle-top {
    display:flex;
    flex-direction:column;
    gap:18px;
  }
  .section-padding {
    padding:60px 0;
  }
  .section-two-cols {
    flex-direction:column;
  }
  .section-two-cols--reverse-on-mobile {
    flex-direction:column-reverse;
  }
  .shipping-divider__line {
    width:80%;
  }
  .shipping-hero__inner {
    padding:80px 0 90px;
  }
  .team-grid {
    grid-template-columns:1fr;
  }
  .testimonials-grid {
    grid-template-columns:1fr;
  }
}

@media (max-width: 900px) {
  .contact-hero {
    padding:120px 0 80px;
  }
  .contact-hero__buttons {
    flex-direction:column;
  }
  .contact-hero__title {
    font-size:34px;
  }
  .contact-info__grid {
    grid-template-columns:1fr;
  }
  .dag-images-grid {
    grid-template-columns:repeat(4,1fr);
  }
  .dag-sidebar {
    position:static;
  }
  .dag-thumbs {
    grid-template-columns:repeat(4,1fr);
  }
  .dag-vehicle-top {
    grid-template-columns:1fr;
  }
  .privacy-content {
    padding:50px 0 50px;
  }
  .privacy-hero {
    padding:120px 0 70px;
  }
  .privacy-hero__title {
    font-size:32px;
  }
}

@media (max-width:900px) {
  body.single-car .dag-sidebar {
    position:static;
  }
  body.single-car .dag-vehicle-top {
    grid-template-columns:1fr;
  }
}

@media (max-width: 980px) {
  .coast-inventory .vehicle-card {
    grid-template-columns:1fr;
  }
  .coast-inventory .vehicle-card__img img {
    height:260px;
  }
  .inventory-actions {
    justify-content:flex-start;
  }
  .inventory-btn, .inventory-reset {
    width:100%;
  }
  .inventory-filters__row {
    grid-template-columns:1fr 1fr;
  }
  .vehicle-gallery__main img {
    height:420px;
  }
  .vehicle-grid {
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .vehicle-top {
    grid-template-columns:1fr;
  }
  .vehicle-top__grid {
    grid-template-columns:1fr;
  }
  .vehicle-top__right {
    position:static;
  }
}

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

@media (max-width: 1100px) {
  .vehicle-gallery__thumbs {
    grid-template-columns:repeat(4,1fr);
  }
  .vehicle-grid {
    grid-template-columns:repeat(2, 1fr);
  }
  .vehicle-specs {
    grid-template-columns:repeat(2, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dag-lightbox__img {
    transition:none;
  }
}

@supports (overflow: clip) {
  html, body {
    overflow-x:clip;
  }
}

body {
  background:#fff;
  color:#111;
  font-family:"Inter", system-ui, sans-serif;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

.dag-container, .coast-container {
  max-width:1200px;
  margin:0 auto;
  padding:0 16px;
  overflow-x:hidden;
}

.btn, .contact-btn, .inventory-btn {
  border-radius:999px;
  padding:14px 32px;
  text-transform:uppercase;
  letter-spacing:0.08em;
  transition:all 0.2s ease;
}

.btn:hover, .contact-btn:hover, .inventory-btn:hover {
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(0,0,0,0.15);
}

h1, .coast-h1, .dag-title {
  font-size:clamp(28px, 4vw, 42px);
  line-height:1.2;
  font-weight:800;
}

h2, .coast-h2, .section-title {
  font-size:clamp(20px, 3vw, 28px);
  line-height:1.3;
  font-weight:700;
}

.section-padding {
  padding:60px 0;
}

.about-hero__inner, .shipping-hero__inner, .contact-hero__inner {
  padding:80px 0 90px;
}

.about-hero__title, .shipping-hero__title, .contact-hero__title {
  font-weight:800;
  letter-spacing:.04em;
}

.team-card, .testimonial-card, .vehicle-card, .dag-lead {
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  color:#111;
  transition:transform .2s ease, box-shadow .2s ease;
}

.team-card:hover, .testimonial-card:hover, .vehicle-card:hover, .dag-lead:hover {
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.contact-form__wrapper input, .contact-form__wrapper textarea, .contact-form__wrapper select {
  border-radius:12px;
  padding:12px;
  border:1px solid rgba(0,0,0,.1);
}

.contact-form__wrapper button[type="submit"] {
  background:#e72727;
  border-radius:12px;
  color:#fff;
  font-weight:600;
  transition:background .2s ease;
}

.contact-form__wrapper button[type="submit"]:hover {
  background:#ff3b3b;
}

@media (max-width: 768px) {
  .section-two-cols {
    flex-direction:column;
  }
  .about-hero__inner, .contact-hero__inner {
    padding:60px 0 70px;
  }
  .team-grid, .testimonials-grid {
    grid-template-columns:1fr;
    gap:20px;
  }
}

:root {
  --bg:#ffffff;
  --surface:#f8fafc;
  --surface-2:#eef2ff;
  --text:#0f172a;
  --muted:rgba(15,23,42,.72);
  --border:rgba(15,23,42,.12);
  --shadow:0 12px 30px rgba(15,23,42,.08);
  --primary:#2563eb;
  --primary-600:#1d4ed8;
  --primary-700:#1e40af;
  --ring:rgba(37,99,235,.25);
  --radius:16px;
}

html, body, #page, .site, .site-content {
  background:var(--bg) !important;
  color:var(--text) !important;
}

body {
  font-family:"Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  -webkit-font-smoothing:antialiased;
}

a {
  color:var(--primary);
}

a:hover {
  color:var(--primary-600);
}

.about-page, .contact-page, .shipping-page, .privacy-page, .thankyou-page, .section-dark, .section-dark-alt, .contact-form-section, .contact-info, .contact-hours, .privacy-content, .privacy-contact-cta {
  background:var(--bg) !important;
  color:var(--text) !important;
}

.about-hero__inner, .shipping-hero__inner, .contact-hero__inner, .privacy-hero__inner, .about-hero__title, .shipping-hero__title, .contact-hero__title, .privacy-hero__title, .about-hero__subtitle, .shipping-hero__subtitle {
  color:#fff !important;
}

.team-card, .testimonial-card, .thankyou-card, .contact-info__item, .contact-notice, .dag-section, .dag-lead, .dag-inv-card, .vehicle-card, .vehicle-details, .vehicle-description__content, .faq-item {
  background:var(--surface) !important;
  color:var(--text) !important;
  border:1px solid var(--border) !important;
  border-radius:var(--radius) !important;
  box-shadow:var(--shadow);
}

h1, h2, h3, h4, h5, h6, .coast-h1, .coast-h2, .section-title, .dag-title {
  color:var(--text) !important;
}

.contact-info__label, .team-card__role, .shipping-coverage__highlight {
  color:var(--primary) !important;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="search"], textarea, select {
  background:#fff !important;
  color:var(--text) !important;
  border:1px solid var(--border) !important;
  border-radius:12px !important;
  box-shadow:none !important;
  transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

input, textarea {
  cursor:text !important;
}

select {
  cursor:pointer !important;
}

button, [type="submit"], .btn, .dag-btn, .inventory-btn, .inventory-reset, .contact-btn {
  cursor:pointer !important;
}

input:focus, textarea:focus, select:focus {
  outline:none !important;
  border-color:var(--primary) !important;
  box-shadow:0 0 0 4px var(--ring) !important;
}

.btn-primary, .contact-btn--primary, .inventory-btn, .dag-btn--primary, .vehicle-lead__submit, .vehicle-card__cta, .coast-inventory .vehicle-card__cta, .contact-form__wrapper .wpforms-submit, .contact-form__wrapper button[type="submit"], .privacy-contact-btn, .thankyou-btn--primary {
  background:var(--primary) !important;
  color:#fff !important;
  border:1px solid var(--primary) !important;
  box-shadow:0 10px 25px rgba(37,99,235,.22) !important;
  border-radius:999px !important;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease !important;
}

.btn-primary:hover, .contact-btn--primary:hover, .inventory-btn:hover, .dag-btn--primary:hover, .vehicle-lead__submit:hover, .vehicle-card__cta:hover, .coast-inventory .vehicle-card__cta:hover, .contact-form__wrapper .wpforms-submit:hover, .contact-form__wrapper button[type="submit"]:hover, .privacy-contact-btn:hover, .thankyou-btn--primary:hover {
  background:var(--primary-600) !important;
  border-color:var(--primary-600) !important;
  transform:translateY(-2px);
  box-shadow:0 14px 36px rgba(37,99,235,.28) !important;
}

.btn-outline, .contact-btn--outline, .thankyou-btn--outline, .inventory-reset, .dag-btn--ghost {
  background:#fff !important;
  color:var(--primary) !important;
  border:1px solid var(--primary) !important;
  border-radius:999px !important;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease !important;
}

.btn-outline:hover, .contact-btn--outline:hover, .thankyou-btn--outline:hover, .inventory-reset:hover, .dag-btn--ghost:hover {
  background:var(--surface-2) !important;
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}

.dag-badge {
  background:var(--surface) !important;
  border-color:var(--border) !important;
  color:var(--text) !important;
}

.team-card, .testimonial-card, .vehicle-card, .dag-inv-card, .dag-section, .dag-lead, .contact-info__item {
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.team-card:hover, .testimonial-card:hover, .vehicle-card:hover, .dag-inv-card:hover, .dag-section:hover, .dag-lead:hover, .contact-info__item:hover {
  transform:translateY(-3px);
  border-color:rgba(37,99,235,.25) !important;
  box-shadow:0 18px 44px rgba(15,23,42,.10);
}

@keyframes dagPageIn {
  from {
    opacity:0;
    transform:translateY(8px);
  }
  to {
    opacity:1;
    transform:translateY(0);
  }
}

.site-content {
  animation:dagPageIn .35s ease both;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation:none !important;
    transition:none !important;
    scroll-behavior:auto !important;
  }
}

#page .contact-page, #page .contact-form-section, #page .contact-info, #page .contact-hours, #page .about-page, #page .shipping-page, #page .privacy-page, #page .thankyou-page {
  background:#fff !important;
  color:#0f172a !important;
}

#page .contact-form-section .contact-section-title, #page .contact-form-section .contact-form__note, #page .contact-form-section .wpforms-field-label, #page .contact-form-section label, #page .contact-form-section p, #page .contact-form-section small, #page .contact-hours__subtitle, #page .contact-info__label, #page .contact-info__value {
  color:#0f172a !important;
  opacity:1 !important;
}

#page .contact-info__item, #page .contact-notice {
  background:#f8fafc !important;
  border:1px solid rgba(15,23,42,.12) !important;
  color:#0f172a !important;
  border-radius:16px !important;
  box-shadow:0 12px 30px rgba(15,23,42,.08) !important;
}

#page [class*="hero"] h1, #page [class*="hero"] h2, #page [class*="hero"] h3, #page [class*="hero"] p, #page [class*="hero"] .coast-h1, #page [class*="hero"] .coast-h2 {
  color:#fff !important;
  text-shadow:0 6px 22px rgba(0,0,0,.45) !important;
}

#page [class*="hero__overlay"], #page [class*="hero"] [class*="overlay"] {
  background:linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.65)) !important;
}

#page .wp-block-cover.has-background-dim .wp-block-cover__background {
  background:rgba(255,255,255,.86) !important;
  opacity:1 !important;
}

#page .wp-block-cover .wp-block-cover__inner-container, #page .wp-block-cover .wp-block-cover__inner-container * {
  color:#0f172a !important;
  text-shadow:none !important;
}

#page .btn, #page .btn-primary, #page .contact-btn, #page .contact-btn--primary, #page a.button, #page button, #page input[type="submit"], #page .wp-block-button__link, #page .wpforms-submit, #page .elementor-button, #page .inventory-btn, #page .vehicle-card__cta {
  background:#2563eb !important;
  border-color:#2563eb !important;
  color:#fff !important;
  border-radius:999px !important;
  box-shadow:0 10px 25px rgba(37,99,235,.22) !important;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease !important;
}

#page .btn:hover, #page .btn-primary:hover, #page .contact-btn:hover, #page .contact-btn--primary:hover, #page a.button:hover, #page button:hover, #page input[type="submit"]:hover, #page .wp-block-button__link:hover, #page .wpforms-submit:hover, #page .elementor-button:hover, #page .inventory-btn:hover, #page .vehicle-card__cta:hover {
  background:#1d4ed8 !important;
  border-color:#1d4ed8 !important;
  transform:translateY(-2px);
  box-shadow:0 14px 36px rgba(37,99,235,.28) !important;
}

#page .btn-outline, #page .contact-btn--outline, #page .inventory-reset, #page .dag-btn--ghost {
  background:#fff !important;
  color:#2563eb !important;
  border:1px solid #2563eb !important;
}

#page input[type="text"], #page input[type="email"], #page input[type="tel"], #page input[type="search"], #page select, #page textarea {
  background:#fff !important;
  color:#0f172a !important;
  border:1px solid rgba(15,23,42,.14) !important;
  border-radius:12px !important;
}

#page input:focus, #page select:focus, #page textarea:focus {
  outline:none !important;
  border-color:#2563eb !important;
  box-shadow:0 0 0 4px rgba(37,99,235,.22) !important;
}

#page [class*="hero"] h1, #page [class*="hero"] .coast-h1 {
  color:#fff !important;
  text-shadow:0 6px 22px rgba(0,0,0,.45) !important;
}

#page .wp-block-cover .wp-block-cover__inner-container h1, #page .wp-block-cover .wp-block-cover__inner-container .coast-h1 {
  color:#fff !important;
  text-shadow:0 6px 22px rgba(0,0,0,.45) !important;
}

#page .wp-block-cover.has-background-dim .wp-block-cover__background {
  background:rgba(0,0,0,.55) !important;
  opacity:1 !important;
}

.dag-thumbs {
  grid-template-columns: none !important;
  grid-auto-flow: column;
  grid-auto-columns: 82px;
  justify-content: start;
}

.dag-thumb {
  width: 82px;
  min-width: 82px;
}

@media (min-width: 1024px) {
  .dag-thumbs {
    overflow-x: visible;
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  }
  .dag-thumb {
    width: 100%;
    min-width: 0;
  }
}

.btn.btn--primary, a.btn.btn--primary, button.btn.btn--primary, .btn-primary, .contact-btn--primary, .contact-form__wrapper .wpforms-submit, .contact-form__wrapper button[type="submit"] {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(37,99,235,.25) !important;
}

.btn.btn--primary:hover, a.btn.btn--primary:hover, button.btn.btn--primary:hover, .btn-primary:hover, .contact-btn--primary:hover, .contact-form__wrapper .wpforms-submit:hover, .contact-form__wrapper button[type="submit"]:hover {
  background: var(--primary-600) !important;
  border-color: var(--primary-600) !important;
  transform: translateY(-1px);
}

.contact-btn {
  border-color: var(--primary) !important;
}

.hero.hero--main .hero__title, .hero.hero--main h1 {
  color:#fff !important;
  text-shadow: 0 10px 30px rgba(0,0,0,.55) !important;
}

.home-contact {
  background:#050814;
  color:#fff;
  padding:72px 16px;
}

.home-contact__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
}

.home-contact__header {
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  margin:0 0 18px;
}

.home-contact__title {
  color:#fff !important;
  margin:0;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size: clamp(20px, 3vw, 30px);
}

.home-contact__note {
  margin:0;
  font-size:12px;
  opacity:.75;
}

.home-contact__row {
  gap:14px;
}

.home-contact__field label {
  display:block;
  margin:0 0 8px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color: rgba(255,255,255,.85);
}

.home-contact__field input, .home-contact__field select, .home-contact__field textarea {
  width:100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background: #0b1224;
  color:#fff;
  padding: 12px 14px;
  outline: none;
}

.home-contact__field input, .home-contact__field select {
  height: 46px;
}

.home-contact__field textarea {
  min-height: 130px;
  resize: vertical;
}

.home-contact__field input::placeholder {
  color: rgba(255,255,255,.55);
}

.home-contact__field input:focus, .home-contact__field select:focus, .home-contact__field textarea:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 4px var(--ring) !important;
}

.home-contact__checkbox {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  opacity:.85;
}

.home-contact__checkbox input {
  width:18px;
  height:18px;
  accent-color: var(--primary);
}

.home-contact__actions {
  margin-top: 10px;
}

.home-contact__submit {
  min-width: 220px;
}

@media (max-width: 768px) {
  .home-contact {
    padding:56px 14px;
  }
  .home-contact__inner {
    padding:18px;
    border-radius:18px;
  }
  .home-contact__header {
    flex-direction:column;
    align-items:flex-start;
  }
  .home-contact__field {
    flex: 1 1 100%;
  }
  .home-contact__submit {
    width:100%;
    min-width:0;
  }
}

.customize-unpreviewable, .customize-unpreviewable * {
  cursor: default !important;
}

.home-news {
  position: relative;
}

.home-news__overlay {
  position: absolute;
  inset: 0;
}

.home-news__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.home-news__eyebrow {
  margin: 0;
  line-height: 1.2;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: rgba(255,255,255,.92);
}

.home-news__title {
  margin: 0;
  line-height: 1.05;
  color: #fff !important;
  letter-spacing: .04em;
  text-shadow: 0 10px 28px rgba(0,0,0,.35);
}

@media (max-width: 480px) {
  .home-news__inner {
    gap: 14px;
  }
  .home-news__title {
    letter-spacing: .06em;
    font-size: clamp(34px, 12vw, 46px);
  }
}

.shipping-divider {
  background-color: var(--bg) !important;
  padding: 24px 0;
  display: flex;
  justify-content: center;
}

.shipping-divider__line {
  width: min(1100px, calc(100% - 32px));
  height: 1px;
  background: var(--border);
  border-radius: 999px;
}

.hero__title, .hero__title.hero__title--medium {
  color: #ffffff !important;
}

.dag-stage, .dag-inv-card__media, .dag-lightbox__frame {
  position: relative;
}

.dag-sold-badge {
  position:absolute;
  top:14px;
  left:14px;
  z-index:5;
  background:#d00000;
  color:#fff;
  padding:8px 12px;
  border-radius:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:14px;
  line-height:1;
  box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.dag-sold-badge--lb {
  top:18px;
  left:18px;
}

.dag-price.is-sold {
  display:inline-flex;
  background:#d00000;
  color:#fff;
  padding:10px 14px;
  border-radius:14px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.dag-spec-mini dd.is-sold {
  color:#d00000;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.dag-inv-card__media {
  display:block;
  overflow:hidden;
}

.dag-inv-card__media img {
  width:100%;
  height:clamp(220px, 22vw, 320px);
  object-fit:cover;
  display:block;
}

@media (max-width: 768px) {
  .dag-inv-card__media img {
    height:240px;
  }
  .dag-sold-badge {
    top:10px;
    left:10px;
    padding:6px 10px;
    border-radius:10px;
    font-size:12px;
  }
}

@media (max-width: 480px) {
  .dag-inv-card__media img {
    height:210px;
  }
}

.contact-form-section {
  padding: 56px 16px 96px;
}

.contact-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-form__wrapper {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px;
}

.contact-page-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
}

.contact-form__row--full {
  grid-template-columns: 1fr;
}

.contact-form__field {
  min-width: 0;
}

.contact-form__field label {
  display: block;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}

.contact-form__field input, .contact-form__field select, .contact-form__field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  outline: none;
}

.contact-form__field textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form__field input:focus, .contact-form__field select:focus, .contact-form__field textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--ring);
}

.char-counter {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--muted);
  text-align: right;
  position: static !important;
}

.contact-form__row--inline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-form__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--muted);
}

.contact-form__checkbox input {
  width: 18px;
  height: 18px;
}

.contact-form__actions {
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

@media (max-width: 640px) {
  .contact-form-section {
    padding: 32px 12px 140px;
  }
  .contact-form__wrapper {
    padding: 16px;
    border-radius: 14px;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contact-form__actions {
    justify-content: stretch;
  }
  .contact-form__submit {
    width: 100%;
    min-width: 0;
  }
  #chatra {
    bottom: 88px !important;
  }
}

.home-contact__field input:not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), .home-contact__field select, .home-contact__field textarea {
  color: #111 !important;
  background: #fff !important;
  -webkit-text-fill-color: #111;
}

.home-contact__field input::placeholder, .home-contact__field textarea::placeholder {
  color: #6b7280 !important;
  opacity: 1;
}

.home-contact__field input:not([type="checkbox"]):not([type="radio"]), .home-contact__field textarea {
  cursor: text !important;
}

.home-contact__field select {
  cursor: pointer !important;
}

.home-contact__field input:-webkit-autofill, .home-contact__field textarea:-webkit-autofill, .home-contact__field select:-webkit-autofill {
  -webkit-text-fill-color: #111 !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}

form.contact-page-form .dag-phone-wrap, form.dag-form .dag-phone-wrap {
  display:flex;
  align-items:stretch;
  width:100%;
}

form.contact-page-form .dag-phone-prefix, form.dag-form .dag-phone-prefix {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  white-space:nowrap;
  background:#fff !important;
  color:inherit;
  height:44px !important;
  border:1px solid rgba(0,0,0,.12) !important;
  border-right:0 !important;
  border-radius:12px 0 0 12px !important;
}

form.contact-page-form .dag-phone-wrap input, form.dag-form .dag-phone-wrap input {
  flex:1;
  min-width:0;
  margin:0;
  height:44px !important;
  border:1px solid rgba(0,0,0,.12) !important;
  border-left:0 !important;
  border-radius:0 12px 12px 0 !important;
}

form.contact-page-form .dag-phone-wrap:focus-within .dag-phone-prefix, form.dag-form .dag-phone-wrap:focus-within .dag-phone-prefix, form.contact-page-form .dag-phone-wrap:focus-within input, form.dag-form .dag-phone-wrap:focus-within input {
  border-color:rgba(47,107,255,.75) !important;
  outline:none !important;
  box-shadow:none !important;
}

.home-page .hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: min(78vh, 720px) !important;
  padding: 110px 0 80px !important;
  display: flex;
  align-items: center;
  color: #fff;
}

.home-page .hero__overlay {
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.35);
  pointer-events:none;
}

.home-page .hero__overlay--dark {
  background: rgba(0,0,0,.55);
}

.home-page .hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.home-page .hero__inner--left {
  text-align: left;
}

.home-page .hero__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .28em;
  text-transform: uppercase;
  opacity: .9;
}

.home-page .hero__title {
  margin: 0 0 22px;
  line-height: 1.05;
  text-transform: uppercase;
  font-size: clamp(36px, 4.2vw, 68px);
  text-shadow: 0 10px 30px rgba(0,0,0,.55);
}

.home-page .hero__title--medium {
  font-size: clamp(28px, 3.4vw, 54px);
}

.home-page .hero__scroll {
  position: absolute;
  left: 16px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  opacity: .85;
}

.home-page .hero__scroll-line {
  width: 64px;
  height: 1px;
  background: rgba(255,255,255,.65);
}

.home-page .home-news {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: min(70vh, 640px) !important;
  padding: 110px 16px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .home-news__overlay {
  background: rgba(0,0,0,.58);
}

.home-page .home-news__form {
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.home-page .home-news__input {
  flex: 1 1 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  color: #fff;
  padding: 0 16px;
  outline: none;
}

.home-page .home-news__input::placeholder {
  color: var(--text);
}

@media (max-width: 768px) {
  .home-page .hero {
    min-height: 520px !important;
    padding: 90px 0 64px !important;
  }
}

@media (max-width: 480px) {
  .home-page .home-news {
    min-height: 520px;
    padding: 86px 14px !important;
  }
  .home-page .home-news__form {
    flex-direction: column;
    align-items: stretch;
  }
  .home-page .home-news__input {
    width: 100%;
  }
}

/* =========================
   HOME PATCH (visibility + alignment)
   ========================= */

.home-page .hero__inner{ text-align:center !important; }
.home-page .hero__inner--left{ text-align:left !important; }

.home-news__text{
  margin: 0;
  color: rgba(255,255,255,.88) !important;
  text-shadow: 0 6px 18px rgba(0,0,0,.35);
}

.home-news__btn{ min-width: 140px; }

@media (max-width: 768px){
  .home-page .hero__inner--left{ text-align:center !important; }
  .home-page .hero__scroll{ display:none !important; }
}

