

html { font-size: calc(0.5991091314031181rem + 0.4454342984409799vw); }
@media screen and (max-width: 1440px) { html { font-size: calc(0.5991091314031181rem + 0.4454342984409799vw); } }
@media screen and (max-width: 991px)  { html { font-size: calc(0.44698660714285715rem + 0.8928571428571428vw); } }
@media screen and (max-width: 767px)  { html { font-size: calc(0.6671006944444444rem + 0.6944444444444444vw); } }
@media screen and (max-width: 479px)  { html { font-size: calc(0.7494769874476988rem + 0.8368200836820083vw); } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
  outline: 0.125rem solid #4d65ff;
  outline-offset: 0.125rem;
}

.inherit-color * { color: inherit; }

.w-richtext > :not(div):first-child,
.w-richtext > div:first-child > :first-child { margin-top: 0 !important; }
.w-richtext > :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child { margin-bottom: 0 !important; }

.container-medium, .container-small, .container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

.text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.display-inlineflex { display: inline-flex; }

.hide { display: none !important; }
@media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } }
@media screen and (max-width: 767px) { .hide-mobile-landscape { display: none !important; } }
@media screen and (max-width: 479px) { .hide-mobile { display: none !important; } }

.margin-0 { margin: 0rem !important; }
.padding-0 { padding: 0rem !important; }
.spacing-clean { padding: 0rem !important; margin: 0rem !important; }
.margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; }
.padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; }
.margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; }
.padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; }
.margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; }
.padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; }
.margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; }
.padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; }
.margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; }
.padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; }
.margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; }
.padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; }

.sidebar::-webkit-scrollbar { display: none; }
.sidebar { -ms-overflow-style: none; scrollbar-width: none; }

.lb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.lb-overlay.is-open { display: flex; }
.lb-figure {
  margin: 0;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lb-img {
  max-width: 90vw;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.lb-caption {
  color: #fff;
  font-size: 0.9rem;
  margin-top: 0.75rem;
  text-align: center;
  max-width: 80vw;
}
.lb-close, .lb-prev, .lb-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(0, 0, 0, 0.7); }
.lb-close { top: 1.25rem; right: 1.25rem; }
.lb-prev { left: 1.25rem; top: 50%; transform: translateY(-50%); }
.lb-next { right: 1.25rem; top: 50%; transform: translateY(-50%); }
@media screen and (max-width: 479px) {
  .lb-prev { left: 0.5rem; }
  .lb-next { right: 0.5rem; }
}

.reviews { width: 100%; }
.reviews-head { text-align: center; margin-bottom: 2.5rem; }
.reviews-stars { color: #f5b400; font-size: 1.6rem; letter-spacing: 0.15em; }
.reviews-sub { color: inherit; opacity: 0.7; margin-top: 0.5rem; font-size: 1rem; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.review-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.9rem;
  padding: 1.75rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}
.review-stars { color: #f5b400; letter-spacing: 0.12em; font-size: 1.05rem; }
.review-card blockquote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  flex: 1;
}
.review-card figcaption { font-weight: 600; font-size: 0.95rem; opacity: 0.85; }
.review-meta { display: flex; align-items: center; gap: 0.6rem; }
.review-avatar {
  width: 2.25rem; height: 2.25rem; border-radius: 50%;
  background: #be9a6a; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.95rem; flex: 0 0 auto;
}
@media screen and (max-width: 991px) { .reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 600px)  { .reviews-grid { grid-template-columns: 1fr; } }

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.25);
  z-index: 9998;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); }

#cookie-banner {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.cookie-box {
  background: #fff;
  max-width: 500px;
  width: calc(100% - 2rem);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.cookie-box h2 { margin-top: 0; margin-bottom: 1rem; }
.cookie-box p { font-size: 0.95rem; line-height: 1.5; margin-bottom: 1.5rem; }
.cookie-buttons { display: flex; flex-direction: column; gap: 0.6rem; }
.cookie-btn {
  background: #be9a6a;
  color: #fff;
  padding: 0.8rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.cookie-btn:hover { background: #a98355; }
.cookie-btn-secondary { background: #8a8a8a; }
.cookie-btn-secondary:hover { background: #6f6f6f; }
.cookie-link {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #666;
  text-decoration: underline;
}
#cookie-reopen {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #be9a6a;
  color: #fff;
  padding: 0.7rem 1rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.9rem;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 9998;
}
#cookie-reopen:hover { background: #a98355; }

.hp-field { position: absolute !important; left: -9999px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }

.hh-hero { position: relative; overflow: hidden; isolation: isolate; background: #16130f; }
.hh-bg { position: absolute; inset: 0; z-index: 0; }
.hh-bg picture, .hh-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hh-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(102deg, rgba(18,16,13,0.92) 0%, rgba(18,16,13,0.7) 36%, rgba(18,16,13,0.34) 68%, rgba(18,16,13,0.55) 100%);
}
.hh-grid {
  position: relative; z-index: 2;
  max-width: 1240px; margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1.25rem, 4vw, 2.5rem);
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 4vw, 4.5rem); align-items: center; min-height: 88vh;
}
.hh-left { color: #fff; max-width: 38rem; }
.hh-trust {
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  padding: 0.5rem 0.9rem; border-radius: 999px; font-size: 0.92rem; color: #f3ece2;
}
.hh-stars { color: #f5b400; letter-spacing: 0.06em; }
.hh-h1 {
  font-family: "Lexend Variablefont Wght", Lexend, Arial, sans-serif;
  font-weight: 600; color: #fff;
  font-size: clamp(2.1rem, 4.6vw, 3.6rem); line-height: 1.05; letter-spacing: -0.02em;
  margin: 1.25rem 0 0;
}
.hh-accent { color: #d8b681; }
.hh-sub {
  font-family: "Plusjakartasans Variablefont Wght", "Plus Jakarta Sans", Arial, sans-serif;
  color: rgba(255,255,255,0.86); font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.55; margin: 1.1rem 0 0; max-width: 34rem;
}
.hh-usps { list-style: none; margin: 1.6rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.7rem; }
.hh-usps li { display: flex; align-items: flex-start; gap: 0.65rem; color: #f1ece4; font-size: 1.02rem; }
.hh-check { flex: 0 0 auto; width: 1.35rem; height: 1.35rem; color: #d8b681; margin-top: 0.06rem; }
.hh-meta { margin: 1.7rem 0 0; color: rgba(255,255,255,0.6); font-size: 0.82rem; letter-spacing: 0.04em; text-transform: uppercase; }

.hh-right { width: 100%; }
.hh-form-card {
  background: #fff; border-radius: 1.25rem; padding: clamp(1.5rem, 2.4vw, 2.25rem);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.45); border-top: 3px solid #be9a6a;
  max-width: 30rem; margin-left: auto;
}
.hh-form-title { font-family: "Lexend Variablefont Wght", Lexend, Arial, sans-serif; font-weight: 600; font-size: 1.5rem; color: #2a2520; margin: 0; }
.hh-form-sub { color: #6f6a62; font-size: 0.95rem; margin: 0.4rem 0 1.3rem; }
.hh-field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 0.85rem; }
.hh-field label { font-size: 0.82rem; font-weight: 600; color: #4f4f4f; }
.hh-field input, .hh-field select {
  width: 100%; padding: 0.8rem 0.9rem; border: 1px solid #dcd6cc; border-radius: 0.6rem;
  font-size: 1rem; font-family: "Plusjakartasans Variablefont Wght", "Plus Jakarta Sans", Arial, sans-serif;
  color: #2a2520; background: #fff; transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.hh-field input::placeholder { color: #a8a29a; }
.hh-field input:focus, .hh-field select:focus { outline: none; border-color: #be9a6a; box-shadow: 0 0 0 3px rgba(190,154,106,0.18); }
.hh-submit {
  width: 100%; margin-top: 0.4rem; background: #be9a6a; color: #fff; border: none;
  border-radius: 0.7rem; padding: 0.95rem 1rem; font-size: 1.05rem; font-weight: 600;
  font-family: "Plusjakartasans Variablefont Wght", "Plus Jakarta Sans", Arial, sans-serif;
  cursor: pointer; transition: background 0.2s ease, transform 0.05s ease;
}
.hh-submit:hover { background: #a98355; }
.hh-submit:active { transform: translateY(1px); }
.hh-form-note { display: flex; align-items: center; justify-content: center; gap: 0.45rem; color: #8a847b; font-size: 0.8rem; margin: 0.9rem 0 0; }
.hh-form-note svg { width: 0.95rem; height: 0.95rem; flex: 0 0 auto; }
.hh-form-msg { padding: 1.1rem; border-radius: 0.6rem; font-size: 1rem; }
.w-form-done.hh-form-msg { background: #eef6ec; color: #2f6f3b; border: 1px solid #cfe6cb; }
.hh-form-msg-fail { background: #fbeaea; color: #9b2c2c; border: 1px solid #f0cccc; }

.hh-video { max-width: 820px; margin: 1.75rem auto 0; }
.hh-video-frame { position: relative; padding-top: 56.25%; border-radius: 1rem; overflow: hidden; box-shadow: 0 24px 50px -20px rgba(0,0,0,0.5); background: #16130f; }
.hh-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-facade { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; cursor: pointer; background: #16130f; display: block; }
.video-facade img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.video-facade::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.35)); transition: background 0.25s ease; }
.video-facade:hover::after { background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.45)); }
.video-facade-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; filter: drop-shadow(0 6px 16px rgba(0,0,0,0.45)); transition: transform 0.2s ease; }
.video-facade:hover .video-facade-play { transform: translate(-50%, -50%) scale(1.08); }

@media screen and (max-width: 900px) {
  .hh-grid { grid-template-columns: 1fr; min-height: auto; gap: 2rem; }
  .hh-form-card { margin-left: 0; max-width: none; }
  .hh-left { max-width: none; }
}
