@font-face {
  font-family: "Dacia Block";
  src: url("../fonts/dacia-block-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dacia Block";
  src: url("../fonts/dacia-block-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Read";
  src: url("../fonts/read-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Read";
  src: url("../fonts/read-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Read";
  src: url("../fonts/read-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dacia-kaki: #646b52;
  --dacia-kaki-dark: #535a43;
  --dacia-bg: #efefea;
  --dacia-white: #ffffff;
  --dacia-black: #0a0a0a;
  --dacia-text: #111111;
  --dacia-text-soft: #666666;
  --dacia-line: rgba(17, 17, 17, 0.12);
  --dacia-shell: min(1175px, calc(100vw - 64px));
  --dacia-page: 100%;
  --dacia-hero-inset: max(32px, calc((100vw - 1440px) / 2 + 94px));
  --dacia-orange: #EC6528;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--dacia-white);
  color: var(--dacia-text);
  font-family: "Read", "Helvetica Neue", Arial, sans-serif;
}

body.dacia-menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  width: fit-content;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--dacia-kaki);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.dacia-page {
  width: 100%;
  margin: 0;
  background: var(--dacia-white);
  overflow: hidden;
}

.dacia-shell {
  width: var(--dacia-shell);
  margin: 0 auto;
}

.dacia-section {
  padding-top: 64px;
}

.dacia-services {
  position: relative;
  z-index: 10;
}

.dacia-used {
  position: relative;
  z-index: 1;
}

.dacia-header {
  background: var(--dacia-white);
}

.dacia-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  min-height: 120px;
}

.dacia-header .dacia-shell {
  width: 98%;
}

.dacia-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dacia-brand img {
  width: auto;
  height: 20px;
}

.dacia-brand__location {
  position: relative;
  padding-left: 18px;
  color: #3b3b3b;
  font-family: "Read", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  text-transform: uppercase;
}

.dacia-brand__location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  background: rgba(17, 17, 17, 0.22);
  transform: translateY(-50%);
}

.dacia-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.dacia-nav a {
  font-family: "Dacia Block", "Arial Black", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.dacia-nav a:hover,
.dacia-nav a:focus-visible,
.dacia-header__meta-link:hover,
.dacia-header__meta-link:focus-visible {
  color: var(--dacia-kaki);
}

.dacia-header__meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dacia-header__meta-link {
  display: grid;
  justify-items: center;
  gap: 4px;
  width: 58px;
  color: #555555;
  font-size: 0.68rem;
  line-height: 1;
}

.dacia-header__meta-link span {
  font-family: "Read", "Helvetica Neue", Arial, sans-serif;
}

.dacia-header__meta-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dacia-dealer img {
  width: 64px;
  height: 64px;
}

.dacia-nav-toggle,
.dacia-nav-backdrop {
  display: none;
}

.dacia-nav-toggle {
  position: relative;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
}

.dacia-nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--dacia-text);
  transition: transform 0.24s ease, opacity 0.18s ease;
}

.dacia-nav-toggle span:nth-child(1),
.dacia-nav-toggle span:nth-child(2),
.dacia-nav-toggle span:nth-child(3) {
  transform-origin: center;
}

.dacia-nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.dacia-nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.dacia-nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.dacia-hero__frame {
  position: relative;
  overflow: hidden;
}

.dacia-hero__slides {
  display: grid;
}

.dacia-hero__slide {
  position: relative;
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.dacia-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dacia-hero__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.22) 0%, rgba(10, 10, 10, 0.1) 28%, rgba(10, 10, 10, 0.04) 58%, rgba(10, 10, 10, 0.14) 100%);
  pointer-events: none;
}

.dacia-hero .dacia-shell {
  width: 100%;
  max-width: none;
}

.dacia-hero__image {
  width: 100%;
  height: 699px;
  object-fit: cover;
}

.dacia-hero__content {
  position: absolute;
  top: 82px;
  right: max(92px, calc((100vw - 1440px) / 2 + 92px));
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: clamp(540px, 42vw, 610px);
  min-height: 378px;
  padding: 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  color: var(--dacia-text);
}

.dacia-hero__upper {
  width: 100%;
}

.dacia-hero__title {
  margin: 0;
  font-family: "Dacia Block", "Arial Black", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: none;
}

.dacia-hero__title-intro,
.dacia-hero__title-body {
  display: inline;
}

.dacia-hero__title-body {
  font-weight: 400;
}

.dacia-hero__content br {
  display: block;
  content: "";
  margin: 0;
}

.dacia-hero__details {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  gap: 5px;
  width: 100%;
  min-height: 132px;
}

.dacia-hero__hours,
.dacia-hero__contact {
  flex: 1 1 0;
  width: calc((100% - 5px) / 2);
  min-width: 0;
}

.dacia-hero__hours {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  height: 90px;
}

.dacia-hero__hours-head {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 5px;
  width: 100%;
  min-height: 30px;
}

.dacia-hero__hours-dot {
  width: 8.62px;
  height: 8.21px;
  border-radius: 999px;
  background: #40d37c;
  flex: 0 0 8.62px;
}

.dacia-hero__hours-title {
  min-width: 150px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: capitalize;
}

.dacia-hero__hours-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 14px;
  flex: 0 0 10px;
}

.dacia-hero__hours-arrow svg {
  display: block;
  width: 10px;
  height: 14px;
}

.dacia-hero__hours-list {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 10px;
  width: 100%;
}

.dacia-hero__hours-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-align: center;
}

.dacia-hero__hours-row span,
.dacia-hero__hours-row strong {
  color: var(--dacia-text);
}

.dacia-hero__hours-row span {
  flex: 0 1 auto;
  width: auto;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.dacia-hero__hours-row strong {
  flex: 0 1 auto;
  width: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  white-space: pre-line;
}

.dacia-hero__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  min-height: 132px;
}

.dacia-hero__contact-item {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.dacia-hero__contact-item:first-child {
  align-self: stretch;
  min-height: 72px;
}

.dacia-hero__contact-item:last-child {
  align-self: stretch;
  align-items: center;
  min-height: 60px;
}

.dacia-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
}

.dacia-hero__icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

.dacia-hero__contact-copy {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0;
  width: auto;
  max-width: none;
  text-align: center;
  align-items: center;
}

.dacia-hero__contact-copy strong,
.dacia-hero__contact-copy a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: var(--dacia-text);
}

.dacia-hero__email {
  align-self: stretch;
  width: 100%;
  min-height: 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-align: center;
}

.dacia-hero__email a {
  width: 100%;
}

.dacia-button,
.dacia-used-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--dacia-kaki);
  background: var(--dacia-kaki);
  color: var(--dacia-white);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dacia-button:hover,
.dacia-button:focus-visible,
.dacia-used-card__cta:hover,
.dacia-used-card__cta:focus-visible {
  background: var(--dacia-kaki-dark);
  border-color: var(--dacia-kaki-dark);
}

.dacia-button--light {
  background: var(--dacia-white);
  border-color: rgba(17, 17, 17, 0.18);
  color: var(--dacia-text);
}

.dacia-button--light:hover,
.dacia-button--light:focus-visible {
  background: #f7f7f7;
  color: var(--dacia-text);
}

.dacia-hero__arrow {
  position: absolute;
  top: 284px;
  z-index: 3;
  width: 60px;
  height: 132px;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  transition: background 0.2s ease, opacity 0.2s ease;
}

.dacia-hero__arrow--prev {
  left: 0;
}

.dacia-hero__arrow--next {
  right: 0;
}

.dacia-hero__arrow span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
}

.dacia-hero__arrow:hover,
.dacia-hero__arrow:focus-visible {
  background: rgba(255, 255, 255, 0.22);
}

.dacia-hero__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.dacia-hero__arrow--prev span {
  transform: rotate(-135deg);
}

.dacia-hero__arrow--next span {
  transform: rotate(45deg);
}

.dacia-hero__pagination {
  position: absolute;
  left: var(--dacia-hero-inset);
  bottom: 42px;
  z-index: 3;
  display: flex;
  gap: 10px;
}

.dacia-hero__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.dacia-hero__dot:hover,
.dacia-hero__dot:focus-visible {
  transform: scale(1.08);
  border-color: var(--dacia-white);
}

.dacia-hero__dot.is-active,
.dacia-hero__dot[aria-current="true"] {
  background: var(--dacia-white);
  border-color: var(--dacia-white);
}

.dacia-section-heading {
  margin: 0 auto 42px;
  text-align: center;
}

.dacia-section-heading h2,
.dacia-company__details h2,
.dacia-company__map h2,
.dacia-workshop__banner h2 {
  margin: 0;
  font-family: "Dacia Block", "Arial Black", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.dacia-section-heading p {
  margin: 8px 0 0;
  color: #8d8d8d;
  font-size: 0.88rem;
  line-height: 1.4;
}

.dacia-section-heading--wide {
  max-width: 760px;
}

.dacia-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px 54px;
}

.dacia-model-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 40px;
  justify-content: center;
}

.dacia-model-filters__button {
  padding: 0 0 10px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #656666;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}

.dacia-model-filters__button.is-active {
  border-bottom-color: var(--dacia-orange);
  color: var(--dacia-black);
}

.dacia-model-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dacia-model-card__media {
  display: grid;
  place-items: center;
  min-height: 164px;
  margin-bottom: 12px;
}

.dacia-model-card__body {
  width: 100%;
  max-width: 244px;
}

.dacia-model-card__badge-slot {
  position: relative;
  width: 97px;
  height: 39px;
  margin: 0 auto 12px;
    margin-bottom: 18px;
}

.dacia-model-card__badge-label {
  position: relative;
  inset: 0 0 auto;
  color: #656666;
  font-size: 0.75rem;
  line-height: 18px;
  text-align: center;
  text-transform: lowercase;
}

.dacia-model-card__badge {
  position: relative;
  inset: auto 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 20px 4px;
  border: 1px solid var(--dacia-orange);
  border-radius: 4px;
  color: var(--dacia-orange);
  font-size: 0.75rem;
  line-height: 18px;
  text-align: center;
  text-transform: lowercase;

}

.dacia-model-card h3,
.dacia-service-card h3,
.dacia-used-card h3,
.dacia-campaign-card h3 {
  margin: 6px 0 0;
  font-family: "Dacia Block", "Arial Black", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.dacia-model-card__meta,
.dacia-model-card__legal,
.dacia-model-card__location,
.dacia-used-card__meta,
.dacia-used-card__legal,
.dacia-used-card__location,
.dacia-campaign-card p {
  margin: 2px 0 0;
  color: var(--dacia-text-soft);
  font-size: 0.66rem;
  line-height: 1.45;
}

.dacia-model-card__price,
.dacia-model-card__monthly,
.dacia-used-card__price,
.dacia-used-card__monthly {
  margin: 14px 0 0;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.15;
}

.dacia-model-card__price {
  margin-top: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: lowercase;
}

.dacia-model-card__price span {
  color: var(--dacia-text);
}

.dacia-model-card__description {
  margin: 24px 0 0;
  color: var(--dacia-text-soft);
  font-size: 0.68rem;
  line-height: 1.55;
}

.dacia-model-card__energetic {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.dacia-model-card__energetic-label {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
}

.dacia-model-card__energetic-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 16px;
  background: #7bc567;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.dacia-model-card__energetic-value.is-a { background: #00a651; }
.dacia-model-card__energetic-value.is-b { background: #56b947; }
.dacia-model-card__energetic-value.is-c { background: #8dc63f; }
.dacia-model-card__energetic-value.is-d { background: #f7e017; color: #1f1f1f; }
.dacia-model-card__energetic-value.is-e { background: #fdb813; color: #1f1f1f; }
.dacia-model-card__energetic-value.is-f { background: #f47b20; }
.dacia-model-card__energetic-value.is-g { background: #ed1c24; }

.dacia-model-card__monthly,
.dacia-used-card__monthly {
  margin-top: 10px;
  font-size: 0.86rem;
}

.dacia-model-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.dacia-model-card__action-link {
  min-width: 154px;
}

.dacia-model-card__link {
  display: inline-flex;
  margin-top: 12px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--dacia-text);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.dacia-model-card__link:hover,
.dacia-model-card__link:focus-visible {
  color: var(--dacia-kaki);
  border-color: var(--dacia-kaki);
}

.dacia-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 36px;
  position: relative;
  isolation: isolate;
}

.dacia-service-card {
  position: relative;
  min-height: 146px;
  padding-left: 18px;
  overflow: visible;
  z-index: 1;
}

.dacia-service-card:hover,
.dacia-service-card:focus-within {
  z-index: 20;
}

.dacia-service-card.is-open {
  z-index: 20;
}

.dacia-service-card__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 116px;
  background: var(--dacia-kaki);
}

.dacia-service-card__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid rgba(17, 17, 17, 0.42);
  border-radius: 50%;
  background: var(--dacia-white);
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  z-index: 3;
}

.dacia-service-card__icon:hover,
.dacia-service-card__icon:focus-visible {
  border-color: var(--dacia-kaki);
  background: var(--dacia-kaki);
  color: var(--dacia-white);
}

.dacia-service-card__hover {
  position: absolute;
  top: 25px;
    right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  width: 307px;
  height: 278px;
  padding: 20px;
  border: 1px solid #000000;
  background: #ffffff;
  box-shadow:
    0 4px 6px 0 rgba(16, 24, 40, 0.1),
    0 2px 4px 0 rgba(16, 24, 40, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 30;
  text-align: center;
}

.dacia-service-card.is-open .dacia-service-card__hover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dacia-service-card__hover-close {
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000000;
    cursor: pointer;
    font-size: 40px;
    line-height: 1;
}

.dacia-service-card__hover-close:hover,
.dacia-service-card__hover-close:focus-visible {
  color: var(--dacia-kaki);
}

.dacia-service-card__hover-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 267px;
  height: 80px;
  gap: 10px;
  padding: 0;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}

.dacia-service-card__hover-section--contact {
  align-items: flex-start;
  height: 96px;
}

.dacia-service-card__hover-section--email {
  align-items: center;
  height: 48px;
  gap: 10px;
}

.dacia-service-card__hover-section + .dacia-service-card__hover-section {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}

.dacia-service-card__hover-section--contact + .dacia-service-card__hover-section--email {
  margin-top: 14px;
  padding-top: 10px;
}

.dacia-service-card__hover h4 {
  margin: 0;
  width: 150px;
  height: 20px;
  margin-inline: auto;
  color: #000000;
  font-family: "Read", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: capitalize;
}

.dacia-service-card__hover-hours {
  display: flex;
  flex-direction: column;
  width: 267px;
  gap: 10px;
}

.dacia-service-card__hover-hours div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 267px;
  height: 20px;
  padding: 0;
  gap: 10px;
}

.dacia-service-card__hover-hours span {
  width: auto;
  min-width: 48px;
  height: 18px;
  margin: 0;
  color: #000000;
  font-family: "Read", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
  text-align: center;
}

.dacia-service-card__hover-hours strong {
  width: 108px;
  height: 20px;
  margin: 0;
  color: #000000;
  font-family: "Read", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  text-align: center;
}

.dacia-service-card__hover-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  width: 267px;
  padding: 0;
  gap: 12px;
}

.dacia-service-card__hover-section--contact .dacia-service-card__hover-row:first-child {
  align-items: flex-start;
  height: 54px;
}

.dacia-service-card__hover-section--contact .dacia-service-card__hover-row:last-child {
  align-items: center;
  height: 32px;
}

.dacia-service-card__hover-section--email .dacia-service-card__hover-row {
  justify-content: center;
  align-items: center;
  height: 32px;
}

.dacia-service-card__hover-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: none;
  line-height: 0;
}

.dacia-service-card__hover-symbol svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.dacia-service-card__hover-section--contact .dacia-service-card__hover-row:first-child .dacia-service-card__hover-symbol {
  position: relative;
}

.dacia-service-card__hover-section--contact .dacia-service-card__hover-row:first-child .dacia-service-card__hover-symbol svg {
  position: absolute;
  top: 4px;
  left: 3.33px;
  width: 25.31333351135254px;
  height: 24.034666061401367px;
  max-width: none;
}

.dacia-service-card__hover-section--contact .dacia-service-card__hover-row:last-child .dacia-service-card__hover-symbol {
  position: relative;
}

.dacia-service-card__hover-section--contact .dacia-service-card__hover-row:last-child .dacia-service-card__hover-symbol svg {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 19.586000442504883px;
  height: 19.522512435913086px;
  max-width: none;
}

.dacia-service-card__hover-section--email .dacia-service-card__hover-symbol {
  position: relative;
}

.dacia-service-card__hover-section--email .dacia-service-card__hover-symbol svg {
  position: absolute;
  top: 7.33px;
  left: 4px;
  width: 24.00200080871582px;
  height: 17.313331604003906px;
  max-width: none;
}

.dacia-service-card__hover-row p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
  margin: 0;
  color: #000000;
  font-family: "Read", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-align: center;
}

.dacia-service-card__hover-row strong {
  font-weight: 700;
}

.dacia-service-card__hover-section--contact .dacia-service-card__hover-row:first-child p {
  width: 223px;
  height: 54px;
  gap: 0;
}

.dacia-service-card__hover-section--contact .dacia-service-card__hover-row:last-child p {
  width: 223px;
  height: 18px;
  gap: 0;
}

.dacia-service-card__hover-section--email .dacia-service-card__hover-row p {
  width: 225px;
  height: 18px;
  gap: 0;
  flex-direction: row;
}

.dacia-service-card__hover-section--contact .dacia-service-card__hover-row p,
.dacia-service-card__hover-section--contact .dacia-service-card__hover-row strong,
.dacia-service-card__hover-section--contact .dacia-service-card__hover-row a,
.dacia-service-card__hover-section--email .dacia-service-card__hover-row p,
.dacia-service-card__hover-section--email .dacia-service-card__hover-row strong,
.dacia-service-card__hover-section--email .dacia-service-card__hover-row a {
  font-family: "Read", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-align: center;
  color: #000000;
}

.dacia-service-card__hover-row a {
  width: 100%;
  text-align: center;
}

.dacia-service-card p {
  margin: 8px 0 0;
  color: #888888;
  font-size: 0.68rem;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .dacia-service-card__hover {
    top: 28px;
    right: 0;
    width: min(307px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    height: auto;
    padding: 16px;
  }

  .dacia-service-card__hover-section,
  .dacia-service-card__hover-section--contact,
  .dacia-service-card__hover-section--email {
    width: 100%;
    height: auto;
  }

  .dacia-service-card__hover-hours,
  .dacia-service-card__hover-hours div,
  .dacia-service-card__hover-row {
    width: 100%;
  }

  .dacia-service-card__hover-hours div {
    height: auto;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .dacia-service-card__hover-hours span,
  .dacia-service-card__hover-hours strong,
  .dacia-service-card__hover-section--contact .dacia-service-card__hover-row:first-child p,
  .dacia-service-card__hover-section--contact .dacia-service-card__hover-row:last-child p,
  .dacia-service-card__hover-section--email .dacia-service-card__hover-row p {
    width: auto;
    height: auto;
  }

  .dacia-service-card__hover-row {
    align-items: center;
    gap: 10px;
  }

  .dacia-service-card__hover-row p {
    flex: 1;
  }

  .dacia-service-card__hover-section--contact {
    gap: 12px;
  }

  .dacia-service-card__hover-section--contact .dacia-service-card__hover-row:first-child,
  .dacia-service-card__hover-section--contact .dacia-service-card__hover-row:last-child,
  .dacia-service-card__hover-section--email .dacia-service-card__hover-row {
    height: auto;
    min-height: 32px;
  }

  .dacia-service-card__hover-section--contact .dacia-service-card__hover-row:first-child {
    align-items: flex-start;
    margin-bottom: 2px;
  }

  .dacia-service-card__hover-section--contact .dacia-service-card__hover-row:first-child p,
  .dacia-service-card__hover-section--contact .dacia-service-card__hover-row:last-child p,
  .dacia-service-card__hover-section--email .dacia-service-card__hover-row p {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .dacia-service-card__hover-section--email {
    gap: 12px;
  }

  .dacia-service-card__hover-section--email .dacia-service-card__hover-row {
    justify-content: flex-start;
  }
}

.dacia-used__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 34px;
}

.dacia-used-card {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.dacia-used-card__body {
  width: 100%;
}

.dacia-used-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  min-height: 0;
  overflow: hidden;
  margin-bottom: 14px;
  background: #f2f2f2;
}

.dacia-used-card__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
  filter: none;
}

.dacia-used-card__badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 4px 6px;
  background: var(--dacia-black);
  color: var(--dacia-white);
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.dacia-used-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.dacia-used-card__action-link,
.dacia-used-card__cta {
  min-width: 154px;
}

.dacia-used-card__action-link {
  border-color: rgba(17, 17, 17, 0.2);
}

.dacia-company__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: start;
}

.dacia-company__details dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.dacia-company__details div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dacia-company__details dt {
  font-weight: 700;
}

.dacia-company__details dd {
  margin: 0;
}

.dacia-company__details dt,
.dacia-company__details dd {
  font-size: 0.98rem;
  line-height: 1.45;
}

.dacia-company__actions {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}

.dacia-company__map img {
  width: 100%;
  height: 320px;
  margin-top: 18px;
  object-fit: cover;
}

.dacia-workshop__banner {
  display: block;
  align-items: start;
  padding: 0;
  background: transparent;
  color: var(--dacia-text);
}

.dacia-workshop__content {
  padding: 0;
  background: transparent;
}

.dacia-workshop__content h2 {
  color: var(--dacia-text);
}

.dacia-workshop__banner p {
  margin: 10px 0 0;
  color: var(--dacia-text-soft);
  font-size: 0.98rem;
  line-height: 1.5;
}

.dacia-workshop__details {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
}

.dacia-workshop__details div {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dacia-workshop__details dt {
  font-weight: 700;
}

.dacia-workshop__details dd {
  margin: 0;
}

.dacia-workshop__details dt,
.dacia-workshop__details dd,
.dacia-workshop__details a {
  color: var(--dacia-text);
  font-size: 0.98rem;
  line-height: 1.45;
}

.dacia-workshop__visuals {
  min-height: 0;
  margin-top: 64px;
}

.dacia-workshop__visuals h2 {
  margin: 0 0 24px !important;
}

.dacia-workshop__map {
  position: relative;
  margin-top: 12px;
  background: transparent;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
  line-height: 0;
}

.dacia-workshop__map-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4046 / 2038;
}

.dacia-workshop__map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.dacia-workshop__pin {
  position: absolute;
  left: 43%;
  top: 44%;
  width: 28px;
  height: 28px;
  background: #e14536;
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -100%) rotate(-45deg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  z-index: 2;
}

.dacia-workshop__pin::after {
  content: "";
  position: absolute;
  inset: 7px;
  background: #ffffff;
  border-radius: 50%;
}

.dacia-workshop__actions {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}

.dacia-workshop .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.dacia-workshop .container .left,
.dacia-workshop .container .right {
  width: calc(50% - 16px);
}

.dacia-workshop .container h3 {
  margin: 0 0 20px;
  font-family: "Dacia Block", "Arial Black", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}

.dacia-form {
  max-width: 100%;
}

.dacia-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.dacia-form label,
.dacia-checkbox {
  display: grid;
  gap: 8px;
}

.dacia-form label span,
.dacia-checkbox span {
  font-size: 0.72rem;
  line-height: 1.35;
}

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

.dacia-form input,
.dacia-form select,
.dacia-form textarea {
  width: 100%;
  min-height: 36px;
  padding: 10px 12px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background: var(--dacia-white);
  color: var(--dacia-text);
}

.dacia-form textarea {
  min-height: 92px;
  resize: vertical;
}

.dacia-form__consent {
  margin-top: 12px;
}

.dacia-form__consent label {
  display: flex;
  align-items: center;
}

.dacia-form__consent label span {
  padding-top: 6px;
}

.dacia-form__consent label span a {
  text-decoration: underline;
}

.dacia-checkbox {
  grid-template-columns: 14px 1fr;
  align-items: start;
  column-gap: 10px;
}

.dacia-checkbox input {
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
}

.dacia-checkbox button {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  text-decoration: underline;
}

.dacia-form__actions {
  margin-top: 20px;
}

.dacia-form__note {
  margin: 18px 0 0;
  color: var(--dacia-text-soft);
  font-size: 0.62rem;
}

#pedido-informacoes .wpcf7 {
  max-width: 1176px;
}

#pedido-informacoes .wpcf7 form .top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
}

#pedido-informacoes .wpcf7 form .top .left,
#pedido-informacoes .wpcf7 form .top .right {
  display: grid;
  gap: 16px;
}

#pedido-informacoes .wpcf7 form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--dacia-text-soft);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

#pedido-informacoes .wpcf7 input[type="text"],
#pedido-informacoes .wpcf7 input[type="email"],
#pedido-informacoes .wpcf7 input[type="tel"],
#pedido-informacoes .wpcf7 select,
#pedido-informacoes .wpcf7 textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #d9d9d6;
  border-radius: 10px;
  background: var(--dacia-white);
  color: var(--dacia-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

#pedido-informacoes .wpcf7 input[type="text"],
#pedido-informacoes .wpcf7 input[type="email"],
#pedido-informacoes .wpcf7 input[type="tel"],
#pedido-informacoes .wpcf7 select {
  min-height: 50px;
}

#pedido-informacoes .wpcf7 textarea {
  min-height: 128px;
  resize: vertical;
}

#pedido-informacoes .wpcf7 select {
  -webkit-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--dacia-text) 50%),
    linear-gradient(135deg, var(--dacia-text) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

#pedido-informacoes .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

#pedido-informacoes .wpcf7 .wpcf7-acceptance {
  display: block;
  margin-top: 16px;
}

#pedido-informacoes .wpcf7 .wpcf7-list-item {
  margin: 0;
}

#pedido-informacoes .wpcf7 .wpcf7-list-item > label {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 12px;
  align-items: start;
  color: var(--dacia-text);
  font-size: 14px;
  line-height: 18px;
}

#pedido-informacoes .wpcf7 input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1.5px solid var(--dacia-text-soft);
  border-radius: 4px;
  accent-color: var(--dacia-kaki);
}

#pedido-informacoes .wpcf7 .wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

#pedido-informacoes .wpcf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  min-width: 199px;
  padding: 11px 16px;
  border: 1px solid var(--dacia-kaki);
  background: var(--dacia-kaki);
  color: var(--dacia-white);
  font-family: "DaciaBlock", "Read", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

#pedido-informacoes .wpcf7 .wpcf7-submit:hover,
#pedido-informacoes .wpcf7 .wpcf7-submit:focus-visible {
  background: var(--dacia-kaki-dark);
  border-color: var(--dacia-kaki-dark);
}

#pedido-informacoes .wpcf7 .wpcf7-spinner {
  margin: 0 0 0 10px;
}

#pedido-informacoes .wpcf7 .wpcf7-not-valid-tip,
#pedido-informacoes .wpcf7 .wpcf7-response-output {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 16px;
}

.dacia-campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 32px;
}

.dacia-campaign-card__media-link {
  display: block;
}

.dacia-campaign-card__media {
  display: grid;
  place-items: center;
  height: 201px;
  overflow: hidden;
  background: #f2f2f2;
}

.dacia-campaign-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dacia-campaign-card__body {
  padding-top: 14px;
}

a.dacia-campaign-card__media-link:focus-visible {
  outline: 2px solid var(--dacia-kaki);
  outline-offset: 4px;
}

.dacia-return-top {
  display: flex;
  justify-content: center;
  padding: 22px 0 24px;
}

.dacia-return-top a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 16.1px;
  text-align: center;
}

.dacia-return-top__icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.dacia-return-top__icon::before,
.dacia-return-top__icon::after {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  background: var(--dacia-black);
  transform: rotate(45deg);
}

.dacia-return-top__icon::before {
  top: 2px;
}

.dacia-return-top__icon::after {
  top: 7px;
}

.dacia-return-top a:hover,
.dacia-return-top a:focus-visible {
  color: var(--dacia-kaki);
}

.dacia-return-top a:hover .dacia-return-top__icon::before,
.dacia-return-top a:hover .dacia-return-top__icon::after,
.dacia-return-top a:focus-visible .dacia-return-top__icon::before,
.dacia-return-top a:focus-visible .dacia-return-top__icon::after {
  background: var(--dacia-kaki);
}

.dacia-footer {
  background: #000000;
  color: var(--dacia-white);
}

.dacia-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr auto;
  gap: 34px;
  align-items: start;
  /* padding: 28px 0 22px; */
  padding-top: 48px;
}

.dacia-footer__column {
  display: grid;
  align-content: start;
  gap: 8px;
}

.dacia-footer__column h2 {
  margin: 0 0 18px;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.1;
}

.dacia-footer__column a,
.dacia-footer__column p,
.dacia-footer__link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  line-height: 1.45;
  width: fit-content;
}

.dacia-footer__column p {
  margin: 0;
}

.dacia-footer__brand-column {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 163px;
  align-items: flex-end;
  justify-content: flex-start;
}

.dacia-footer__brand {
  display: inline-flex;
  align-items: center;
  width: 163px;
  margin-top: 0;
  color: var(--dacia-white);
}

.dacia-footer__brand img {
  flex: none;
  width: 163px;
  height: 28px;
  display: block;
}

.dacia-footer__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: clamp(20px, 3vw, 36px);
}

.dacia-footer__social-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.dacia-footer__social-link {
  color: var(--dacia-white);
  /* font-size: 14px;
  font-weight: 700;
  line-height: 23.2px;
  text-align: right;
  text-decoration: none; */
  font-family: Read;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 25.06px;
  letter-spacing: 0%;
  vertical-align: middle;

}

.dacia-footer__social-location {
  margin: 0;
  margin-left: auto;
  color: var(--dacia-white);
  font-family: Read;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 23.2px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-transform: capitalize;

}

.dacia-footer__social-link:hover,
.dacia-footer__social-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dacia-footer__subgrid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 12px clamp(24px, 4vw, 64px) 18px;
  background: var(--dacia-white);
  border-top: 0;
  box-sizing: border-box;
}

.dacia-footer__subgrid p {
  margin: 0;
  color: var(--dacia-black);
  font-size: 0.68rem;
  line-height: 1.35;
  text-align: center;
}

.dacia-legal-page {
  min-height: 70vh;
  /* 
  padding: 56px 0 72px;
  background: #f3f3f3; */
}

.dacia-legal-page__shell {
  width: min(960px, calc(100vw - 40px));
  margin: 0 auto;
}

.dacia-legal-page__article {
  /* padding: 40px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08); */
}

.dacia-legal-page__header {
  margin-bottom: 28px;
}

.dacia-legal-page__eyebrow {
  margin: 0 0 30px;
  color: var(--dacia-kaki);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dacia-legal-page__header h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.dacia-legal-page__content {
  color: var(--dacia-text);
  font-size: 1rem;
  line-height: 1.7;
}

.dacia-legal-page__content > *:first-child {
  margin-top: 0;
}

.dacia-legal-page__content > *:last-child {
  margin-bottom: 0;
}

.dacia-cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(820px, calc(100vw - 32px));
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.12);
  transform: translateX(-50%);
}

.dacia-cookie-banner__content p {
  margin: 0;
  color: #4b4b4b;
  font-size: 0.82rem;
  line-height: 1.45;
}

.dacia-cookie-banner__title {
  display: block;
  margin-bottom: 6px;
}

.dacia-cookie-banner__actions {
  display: flex;
  gap: 12px;
}

.dacia-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 70;
  max-width: min(360px, calc(100vw - 32px));
  padding: 14px 16px;
  background: rgba(17, 17, 17, 0.96);
  color: var(--dacia-white);
}

.dacia-modal[hidden],
.dacia-toast[hidden],
.dacia-cookie-banner[hidden] {
  display: none;
}

.dacia-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.dacia-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 17, 17, 0.52);
}

.dacia-modal__panel {
  position: relative;
  z-index: 1;
  width: min(640px, calc(100vw - 32px));
  margin: 10vh auto 0;
  padding: 28px 28px 24px;
  background: var(--dacia-white);
}

.dacia-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--dacia-text);
  font-size: 2rem;
  line-height: 1;
}

.dacia-modal__panel h2 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  font-weight: 700;
}

.dacia-modal__panel p {
  margin: 0;
  color: #4b4b4b;
  line-height: 1.6;
}

.dacia-search-modal[hidden] {
  display: none;
}

.dacia-search-modal {
  position: fixed;
  inset: 0;
  z-index: 85;
}

.dacia-search-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 17, 17, 0.52);
}

.dacia-search-modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100vw - 32px));
  margin: 9vh auto 0;
  padding: 28px 28px 24px;
  background: var(--dacia-white);
  box-shadow: 0 24px 64px rgba(17, 17, 17, 0.18);
}

.dacia-search-modal__header {
  display: grid;
  gap: 8px;
}

.dacia-search-modal__eyebrow {
  color: var(--dacia-kaki);
  font-family: "Dacia Block", "Arial Black", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dacia-search-modal__header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.dacia-search-modal__header p,
.dacia-search-modal__status {
  margin: 0;
  color: #4b4b4b;
  font-size: 0.88rem;
  line-height: 1.55;
}

.dacia-search-modal__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 20px;
}

.dacia-search-modal__field {
  display: block;
}

.dacia-search-modal__field input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #f7f7f4;
}

.dacia-search-modal__results {
  display: grid;
  gap: 10px;
  max-height: min(46vh, 360px);
  margin-top: 18px;
  overflow: auto;
}

.dacia-search-modal__result {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: #ffffff;
  text-align: left;
}

.dacia-search-modal__result:hover,
.dacia-search-modal__result:focus-visible {
  border-color: var(--dacia-kaki);
  background: #f7f7f4;
}

.dacia-search-modal__result-title {
  font-family: "Dacia Block", "Arial Black", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.dacia-search-modal__result-meta {
  color: #666666;
  font-size: 0.78rem;
  line-height: 1.45;
}

.is-search-hit {
  outline: 2px solid var(--dacia-kaki);
  outline-offset: 6px;
}

.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1279px) {
  :root {
    --dacia-shell: min(100vw, calc(100vw - 48px));
    --dacia-page: 100%;
  }

  .dacia-hero__image {
    height: 600px;
  }

  .dacia-hero__content {
    top: 56px;
    right: 48px;
    width: min(500px, calc(100vw - 120px));
  }

  .dacia-used__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .dacia-page {
    width: 100%;
  }

  .dacia-shell {
    width: calc(100vw - 32px);
  }

  .dacia-header__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 88px;
  }

  .dacia-nav,
  .dacia-header__meta {
    display: none;
  }

  .dacia-nav-toggle,
  .dacia-nav-backdrop {
    display: block;
  }

  .dacia-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 65;
    display: grid;
    gap: 0;
    width: min(340px, calc(100vw - 24px));
    height: 100vh;
    padding: 88px 24px 24px;
    background: var(--dacia-white);
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  .dacia-nav.is-open {
    transform: translateX(0);
  }

  .dacia-nav a {
    padding: 16px 0;
    border-bottom: 1px solid var(--dacia-line);
  }

  /* .dacia-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    border: 0;
    background: rgba(17, 17, 17, 0.4);
  } */

  .dacia-hero__image {
    height: 620px;
  }

  .dacia-hero__content {
    top: 40px;
    right: 34px;
    width: min(460px, calc(100vw - 68px));
    min-height: 0;
  }

  .dacia-hero__pagination {
    left: 34px;
    bottom: 28px;
  }

  .dacia-hero__title {
    font-size: 30px;
    line-height: 34px;
  }

  .dacia-hero__details {
    width: 100%;
    height: auto;
    gap: 12px;
  }

  .dacia-hero__hours,
  .dacia-hero__contact {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
  }

  .dacia-hero__hours-head,
  .dacia-hero__hours-list,
  .dacia-hero__hours-row,
  .dacia-hero__contact-item,
  .dacia-hero__email {
    width: 100%;
  }

  .dacia-hero__contact-copy strong,
  .dacia-hero__contact-copy a {
    font-size: 14px;
    line-height: 21px;
  }

  .dacia-model-grid,
  .dacia-service-grid,
  .dacia-campaign-grid,
  .dacia-footer__grid,
  .dacia-company__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dacia-model-filters {
    margin-bottom: 32px;
    gap: 12px;
  }

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

  .dacia-workshop__banner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .dacia-form__grid {
    grid-template-columns: 1fr;
  }

  #pedido-informacoes .wpcf7 form .top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .dacia-shell {
    width: calc(100vw - 24px);
  }

  .dacia-section {
    padding-top: 42px;
  }

  .dacia-brand img {
    height: 18px;
  }

  .dacia-brand__location {
    font-size: 0.74rem;
  }

  .dacia-dealer img {
    width: 48px;
    height: 48px;
  }

  .dacia-hero__image {
    height: 760px;
  }

  .dacia-hero__content {
    top: 20px;
    right: 12px;
    left: 12px;
    width: auto;
    min-height: 0;
    max-width: none;
    padding: 18px 16px;
    gap: 14px;
  }

  .dacia-hero__pagination {
    left: 20px;
    bottom: 18px;
  }

  .dacia-hero__title {
    font-size: 22px;
    line-height: 26px;
    text-wrap: pretty;
  }

  .dacia-hero__details {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 18px;
  }

  .dacia-hero__hours,
  .dacia-hero__contact {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
  }

  .dacia-hero__hours-head,
  .dacia-hero__hours-list,
  .dacia-hero__hours-row,
  .dacia-hero__contact-item,
  .dacia-hero__email {
    width: 100%;
  }

  .dacia-hero__hours {
    align-items: stretch;
  }

  .dacia-hero__hours-head {
    justify-content: flex-start;
    min-height: 0;
  }

  .dacia-hero__contact-item {
    align-items: flex-start;
    height: auto;
  }

  .dacia-hero__icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .dacia-hero__icon svg {
    width: 28px;
    height: 28px;
  }

  .dacia-hero__contact-copy {
    width: auto;
    text-align: center;
    align-items: center;
  }

  .dacia-hero__hours-row {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2px 10px;
  }

  .dacia-hero__contact-copy strong,
  .dacia-hero__contact-copy a,
  .dacia-hero__hours-title {
    font-size: 15px;
    line-height: 22px;
  }

  .dacia-hero__email {
    text-align: center;
    word-break: break-word;
  }

  .dacia-hero__hours-row span,
  .dacia-hero__hours-row strong {
    width: auto;
    min-width: 0;
  }

  .dacia-hero__hours-row span {
    white-space: normal;
  }

  .dacia-button,
  .dacia-used-card__cta {
    min-height: 40px;
    font-size: 0.66rem;
  }

  .dacia-search-modal__form {
    grid-template-columns: 1fr;
  }

  .dacia-hero__arrow {
    display: none;
  }

  .dacia-section-heading h2,
  .dacia-company__details h2,
  .dacia-company__map h2,
  .dacia-workshop__banner h2 {
    font-size: 1.9rem;
  }

  .dacia-model-grid,
  .dacia-service-grid,
  .dacia-used__grid,
  .dacia-company__grid,
  .dacia-campaign-grid,
  .dacia-footer__grid {
    grid-template-columns: 1fr;
  }

  .dacia-model-filters {
    margin-bottom: 28px;
  }

  .dacia-footer__brand-column {
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
  }

  .dacia-footer__brand {
    margin-top: 0;
  }

  .dacia-footer__social {
    align-items: flex-start;
  }

  .dacia-footer__social-link {
    text-align: left;
  }

  .dacia-company__actions,
  .dacia-workshop__actions,
  .dacia-cookie-banner,
  .dacia-footer__subgrid {
    flex-direction: column;
    align-items: stretch;
  }

  .dacia-company__map img {
    height: 240px;
  }

  .dacia-workshop__map {
    margin-top: 0;
  }

  .dacia-workshop__pin {
    left: 45%;
    top: 47%;
  }

  .dacia-workshop .container .left,
  .dacia-workshop .container .right {
    width: 100%;
  }

  .dacia-cookie-banner {
    width: calc(100vw - 24px);
  }
}


h2 {
  margin-bottom: 16px !important;
}


@media (max-width: 1023px) {
  .dacia-shell.dacia-header__inner{
    display: flex;
    justify-content: space-between;
  }

  .dacia-header__meta {
    display: flex;
            justify-content: flex-end;
        width: 100%;
  }

  .dacia-header__meta .dacia-header__meta-link {
    display: none;
  }

}

@media (max-width: 450px) {
    .dacia-header__meta {
        display: none;
    }
}

.apoiosBanner {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.apoiosBanner a {
	width: fit-content;
	display: block;
    margin: 0 auto;
}

@media (max-width: 960px) {
    .dacia-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: unset;
    }

    .dacia-nav-toggle {
      z-index: 999;
  }
}
