* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #e7e3db;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

picture {
  display: block;
}

a {
  color: inherit;
}

p {
  margin: 0 0 14px;
}

p:last-child {
  margin-bottom: 0;
}

::-moz-selection {
  background: rgba(230, 126, 34, 0.22);
}

::selection {
  background: rgba(230, 126, 34, 0.22);
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
}

.display {
  font-family: "Playfair Display", serif;
  font-weight: 900;
}

.hl {
  color: #8c1b3e;
}

.lede {
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.muted-note {
  color: #666666;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: none;
  border: none;
  color: transparent;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  overflow: visible;
  background: #e7e3db;
  color: #1a1a1a;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 9999;
  font-size: 0.9rem;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background-color: #8c1b3e;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: opacity 0.25s, transform 0.2s;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  text-decoration: none;
  line-height: 1;
}
.btn.pill {
  border-radius: 50px;
}
.btn.ghost {
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}
.btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}

header.site-header {
  padding: 18px 0;
  position: sticky;
  top: 0;
  background: rgba(231, 227, 219, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 1024px) {
  header.site-header {
    background: rgba(231, 227, 219, 0.92);
  }
}
header.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
header.site-header .brand {
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}
header.site-header .brand img {
  height: 40px;
  width: auto;
  display: block;
}
header.site-header .nav {
  display: flex;
  gap: 4px;
  align-items: center;
}
header.site-header .nav button {
  /*background: none;*/
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  color: #1a1a1a;
  padding: 8px 12px;
  border-radius: 50px;
  transition: background 0.2s, color 0.2s;
}
header.site-header .nav button:hover {
  background: rgba(0, 0, 0, 0.06);
  color: #8c1b3e;
}
header.site-header .nav button.btn {
  color: #ffffff;
  padding: 10px 20px;
}
header.site-header .nav button.btn:hover {
  background: rgb(114.3473053892, 22.0526946108, 50.6395209581);
  opacity: 1;
  color: #ffffff;
}
header.site-header .hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
header.site-header .hamburger .bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #1a1a1a;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.section {
  padding: 40px 0;
}

#dijazas {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 50px 0;
    overflow: hidden;
  }
}
.hero {
  padding: 80px 0 60px;
}
.hero h1 {
  font-size: clamp(3.5rem, 8vw, 8rem);
  line-height: 0.85;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.hero h2 {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-family: "Playfair Display", serif;
  font-weight: 900;
  margin-bottom: 14px;
}
.hero .lede {
  font-size: 1.1rem;
  max-width: 58ch;
  margin-bottom: 0;
}
.hero .hero-card {
  position: relative;
  color: #ffffff;
  /*min-height: 480px;*/
  margin-top: 40px;
}
.hero .hero-card .hero-image {
  flex: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero-card .hero-image img, .hero .hero-card .hero-image picture {
  width: 100%;
  height: 100%;
}
.hero .hero-card .hero-image img {
  max-width: 140%;
  /*transform: translateX(-10%);
  filter: drop-shadow(0 30px 60px rgba(0,0,0,0.6));*/
  transition: transform 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.hero .hero-card .hero-image picture {
  display: flex;
  align-items: center;
}
.hero .hero-card .hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 48px;
  z-index: 2;
  gap: 16px;
}
.hero .hero-card .hero-content .btn {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .hero {
    padding: 60px 0 50px;
    overflow: hidden;
  }
  .hero .hero-card {
    flex-direction: column;
    min-height: 0;
  }
  .hero .hero-card .hero-image {
    flex: none;
    min-height: 200px;
    border-radius: 16px;
  }
  .hero .hero-card .hero-image img {
    max-width: 100%;
    width: 100%;
    transform: none;
    -o-object-fit: contain;
       object-fit: contain;
    /*height: 260px;*/
    transform: scale(2) translateX(80px);
    /*margin-left: 200px;*/
  }
  .hero .hero-card .hero-content {
    flex: none;
    padding-left: 0;
    padding-top: 28px;
  }
}
#rolam h2 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
  text-align: center;
}
#rolam p {
  font-size: 1.1rem;
  color: rgb(82.1, 82.1, 82.1);
  max-width: 670px;
  margin-bottom: 16px;
}
#rolam .rolam-photo img {
  border-radius: 50%;
  max-width: 200px;
}

.auto-section h2.display {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
  margin-bottom: 48px;
  text-align: center;
}
.auto-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #1a1a1a;
}
@media screen and (max-width: 1024px) {
  .auto-section h3 {
    text-align: center;
  }
}

.auto-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}

.spec-table {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.spec-table .spec-row {
  display: flex;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.55);
}
.spec-table .spec-row:last-child {
  border-bottom: none;
}
.spec-table .spec-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.35);
}
.spec-table .spec-row dt {
  flex: 0 0 120px;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #8c1b3e;
  padding-top: 2px;
}
.spec-table .spec-row dd {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.5;
}
.spec-table .spec-row dd small {
  display: block;
  font-size: 0.78rem;
  color: #666666;
  margin-top: 2px;
}

.feature-icon-grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.fi-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  transition: background 0.2s;
}
.fi-card:hover {
  background: rgba(255, 255, 255, 0.9);
}
.fi-card .fi-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #8c1b3e;
  stroke: currentColor;
}

@media (max-width: 1024px) {
  .auto-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .feature-icon-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .feature-icon-grid {
    grid-template-columns: 1fr;
  }
  .spec-table .spec-row {
    flex-direction: column;
    gap: 4px;
  }
  .spec-table .spec-row dt {
    flex: none;
  }
}
.selling-points {
  padding-top: 0;
}

.selling-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.selling-grid .selling-card {
  background: rgba(255, 255, 255, 0.55);
  padding: 36px;
  border-radius: 28px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.selling-grid .selling-card .selling-k {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #8c1b3e;
}
.selling-grid .selling-card .selling-v {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .selling-grid {
    grid-template-columns: 1fr;
  }
}
#galeria h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 6px;
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 14px 0 22px;
}
.gallery-filter .filter-btn {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.5);
  color: #1a1a1a;
  padding: 9px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Inter", sans-serif;
}
.gallery-filter .filter-btn:hover {
  background: rgba(0, 0, 0, 0.06);
}
.gallery-filter .filter-btn.active {
  background: #8c1b3e;
  color: #ffffff;
  border-color: transparent;
}

.gallery.fleet {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.gallery.fleet .fleet-card {
  flex: 1 1 calc(33.333% - 16px);
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #222222;
  cursor: pointer;
  margin: 0;
  transition: transform 0.2s;
}
.gallery.fleet .fleet-card:hover {
  transform: translateY(-2px);
}
.gallery.fleet .fleet-card img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 320ms, transform 420ms;
  transform: scale(1.01);
}
.gallery.fleet .fleet-card img.is-loaded {
  opacity: 1;
}
.gallery.fleet .fleet-card:hover img {
  transform: scale(1.03);
}
.gallery.fleet .fleet-card .fleet-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.gallery.fleet .fleet-card .fleet-meta span {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

@media (max-width: 1024px) {
  .gallery.fleet .fleet-card {
    flex: 1 1 calc(50% - 16px);
  }
}
@media (max-width: 640px) {
  .gallery.fleet .fleet-card {
    flex: 1 1 100%;
  }
}
.lightbox-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 12, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
.lightbox-backdrop.active {
  display: flex;
}

.lightbox-inner {
  position: relative;
  width: min(1180px, 95vw);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lightbox-main {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 72vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 220ms;
  display: block;
}
.lightbox-main.is-loaded {
  opacity: 1;
}

.lightbox-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(20, 22, 34, 0.75);
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-nav {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 8px;
}
.lightbox-backdrop.active .lightbox-nav {
  display: flex;
}

.lightbox-arrow {
  pointer-events: auto;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s;
}
.lightbox-arrow:hover {
  transform: translateY(-1px);
}

.thumb-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px;
  background: rgba(20, 22, 34, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  scrollbar-width: thin;
}
.thumb-strip .thumb {
  padding: 0;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  flex: 0 0 auto;
  transition: border-color 0.15s, transform 0.15s;
}
.thumb-strip .thumb:hover {
  transform: translateY(-1px);
}
.thumb-strip .thumb.active {
  border-color: #8c1b3e;
}
.thumb-strip .thumb img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 110px;
  height: 72px;
  display: block;
}

@media (max-width: 768px) {
  .thumb-strip .thumb img {
    width: 88px;
    height: 58px;
  }
}
#faq h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 32px;
}

.faq-accordion {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.faq-item.open {
  border-color: rgba(140, 27, 62, 0.35);
  background: rgba(255, 255, 255, 0.72);
}

.faq-question {
  width: 100%;
  padding: 16px 20px;
  background: transparent;
  color: #1a1a1a;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.faq-question .faq-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.faq-question .faq-icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 320ms;
}

.faq-item.open .faq-question .faq-icon {
  color: #8c1b3e;
}
.faq-item.open .faq-question .faq-icon::before {
  transform: rotate(-135deg);
}

.faq-answer {
  padding: 0 20px;
  font-size: 0.96rem;
  color: #666666;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 420ms, opacity 420ms, padding 220ms;
}
.faq-answer p {
  margin: 0;
}

.faq-item.open .faq-answer {
  padding: 0 20px 18px;
}

#dijazas h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 32px;
}

.card {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 40px;
}
.card h3 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.card p {
  color: #1a1a1a;
  margin-bottom: 10px;
}
.card .notes {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.card .notes .note {
  font-size: 0.87rem;
  color: #666666;
  margin-bottom: 6px;
}

.grid-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.grid-2 > * {
  flex: 1 1 calc(50% - 16px);
}

.gap {
  gap: 14px;
}

@media (max-width: 1024px) {
  .grid-2 {
    flex-direction: column;
  }
  .grid-2 > * {
    flex: 1 1 100%;
  }
}
.form-section {
  background: #222222;
  color: #ffffff;
  border-radius: 60px 60px 0 0;
  padding-top: 80px;
}
.form-section h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 10px;
}
.form-section > .container > p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 36px;
}

.split-50 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: start;
}

@media (max-width: 1024px) {
  .split-50 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .form-section {
    border-radius: 40px 40px 0 0;
  }
}
gmp-place-autocomplete {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  --gmpx-color-surface: rgba(255,255,255,0.08);
  --gmpx-color-on-surface: #ffffff;
  --gmpx-color-on-surface-variant: rgba(255,255,255,0.55);
  --gmpx-color-primary: #8c1b3e;
  --gmpx-color-outline: rgba(255,255,255,0.2);
  --gmpx-font-family-base: Inter, sans-serif;
  --gmpx-font-size-base: 0.95rem;
  border-radius: 10px;
  overflow: hidden;
}

.form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.82);
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=date],
.form select,
.form textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=date]::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form input[type=date]:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: #8c1b3e;
  background: rgba(255, 255, 255, 0.13);
}
.form input[type=text] option,
.form input[type=email] option,
.form input[type=tel] option,
.form input[type=date] option,
.form select option,
.form textarea option {
  background: #222222;
  color: #ffffff;
}
.form textarea {
  resize: vertical;
}
.form .hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form .checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.68);
}
.form .checkbox a {
  color: #8c1b3e;
  text-decoration: underline;
}
.form .recaptcha {
  margin: 12px 0;
  min-height: 78px;
  display: block;
}

.luxe-form > * + * {
  margin-top: 16px;
}

.luxe-form button[type=submit] {
  margin-top: 20px;
}

.time-select {
  display: flex;
  gap: 8px;
  align-items: center;
}
.time-select .sep {
  color: rgba(255, 255, 255, 0.45);
}
.time-select select {
  min-width: 80px;
}

.alert {
  padding: 14px 18px;
  border-radius: 14px;
  margin: 16px 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.95rem;
}
.alert.success {
  border-color: rgba(46, 204, 113, 0.4);
  background: rgba(46, 204, 113, 0.12);
  color: rgba(255, 255, 255, 0.9);
}
.alert.error {
  border-color: rgba(239, 68, 68, 0.38);
  background: rgba(239, 68, 68, 0.1);
  color: rgba(255, 255, 255, 0.9);
}
.alert ul {
  margin: 10px 0 0 18px;
}

.price-estimate {
  background: rgba(140, 27, 62, 0.1);
  border: 1px solid rgba(140, 27, 62, 0.6);
  padding: 22px 24px;
  border-radius: 16px;
  margin-top: 16px;
}
.price-estimate .price-title {
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
}
.price-estimate .price-values {
  font-size: 1.7rem;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  margin-bottom: 8px;
  color: #ffffff;
}

#km_info {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 8px;
  line-height: 1.5;
}
#km_info strong {
  color: rgba(255, 255, 255, 0.85);
}

.contact-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 28px;
}
.contact-card h3 {
  font-size: 1.8rem;
  margin-bottom: 22px;
  color: #ffffff;
}
.contact-card p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.72);
}
.contact-card p a {
  /*color: $color-accent;*/
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease all;
}
.contact-card p a:hover {
  text-decoration: underline;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  padding: 0 20px 20px;
  transform: translateY(110%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
#cookie-banner.cb-visible {
  transform: translateY(0);
  pointer-events: auto;
}

.cb-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #222222;
  color: #ffffff;
  border-radius: 20px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 28px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}
@media (max-width: 680px) {
  .cb-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 20px;
  }
}

.cb-text-wrap {
  flex: 1;
}

.cb-title {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.cb-text {
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.cb-link {
  color: #8c1b3e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cb-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 680px) {
  .cb-actions {
    flex-direction: row;
  }
}

.cb-btn {
  padding: 10px 20px;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  transition: opacity 0.2s, transform 0.15s;
}
.cb-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.cb-primary {
  background: #8c1b3e;
  color: #ffffff;
}

.cb-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

footer.site-footer {
  padding: 40px 0;
  background: #222222;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
footer.site-footer a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 8px;
  transition: color 0.2s;
}
footer.site-footer a:hover {
  color: #ffffff;
}
footer.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1024px) {
  header.site-header .hamburger {
    display: inline-flex;
  }
  header.site-header .nav {
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    background: rgba(231, 227, 219, 0.98);
    backdrop-filter: blur(12px);
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    gap: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    transform: translateY(-115%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.22s, opacity 0.22s, visibility 0s 0.22s;
    z-index: 999;
    max-height: calc(100dvh - 79px);
    overflow-y: auto;
  }
  header.site-header .nav button {
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 14px 16px;
    text-align: left;
  }
  header.site-header .nav button:last-of-type {
    background-color: #8c1b3e;
    margin-bottom: 8px;
  }
  body.menu-open header.site-header .nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.22s, opacity 0.22s;
  }
  .menu-open .hamburger .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-open .hamburger .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-open .hamburger .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  body.menu-open {
    overflow: hidden;
  }
}/*# sourceMappingURL=style.css.map */