@font-face { font-family: icomoon; src: url(../fonts/icomoon.woff?-rdmvgc) format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: feather; src: url(../fonts/feather.woff?t=1525787366991) format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
header .navbar-brand img { max-height: 48px; }
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu { width: 320px; }
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a .nav-menu-icon {
  width: 24px;
  height: 24px;
  font-size: 22px;
  line-height: 24px;
  margin-right: 0;
  flex-shrink: 0;
  object-fit: contain;
}
.nav-menu-icon { filter: invert(32%) sepia(34%) saturate(700%) hue-rotate(90deg); }
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover .nav-menu-icon {
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu { width: auto; max-width: 100%; }
}
.page-title-large,
.swiper-slide .bg-very-light-green.cover-background.text-white { background-color: var(--green); }
.custom-image-icon { max-height: 55px; filter: invert(32%) sepia(34%) saturate(700%) hue-rotate(90deg); }
.offer-modal[hidden] { display: none; }
.offer-modal { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 16px; }
.offer-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(15, 18, 16, .82); }
.offer-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(760px, 100%);
  height: auto;
  max-height: 92vh;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px 14px;
}
.offer-dialog-header { display: flex; justify-content: space-between; gap: 10px; flex-shrink: 0; }
.offer-dialog-header span { color: var(--base-color); font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.offer-dialog-header strong { display: block; font-size: 15px; line-height: 1.3; }
.offer-close { width: 34px; height: 34px; flex-shrink: 0; border: 0; border-radius: 50%; background: #ebf3ed; }
.offer-progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin: 8px 0 6px; flex-shrink: 0; }
.offer-progress span { height: 4px; border-radius: 99px; background: #e6eee8; }
.offer-progress span.active { background: var(--base-color); }
.offer-wizard { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.offer-step { display: none; }
.offer-step.active { display: block; overflow-y: auto; flex: 0 1 auto; min-height: 0; }
.offer-step-no { color: var(--medium-gray); font-size: 11px; font-weight: 700; }
.offer-step h2 { font-size: 1.2rem; line-height: 1.25; margin: 2px 0 6px; }
.offer-step > p { font-size: 13px; line-height: 1.4; margin-bottom: 10px; }
.offer-choice-grid { display: grid; gap: 8px; }
.offer-choice-grid-2 { grid-template-columns: 1fr 1fr; }
.offer-choice-grid label { cursor: pointer; margin: 0; }
.offer-choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.offer-choice-grid span {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  row-gap: 2px;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #f7f7f7;
}
.offer-choice-grid span:not(:has(img)) { grid-template-columns: minmax(0, 1fr); }
.offer-choice-grid span img { grid-row: 1 / span 2; }
.offer-choice-grid span strong,
.offer-choice-grid span small {
  grid-column: 2;
  display: block;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: manual;
}
.offer-choice-grid span:not(:has(img)) strong,
.offer-choice-grid span:not(:has(img)) small { grid-column: 1; }
.offer-choice-grid span strong { white-space: normal; font-size: 14px; }
.offer-choice-grid span small { font-size: 12px; font-weight: 400; color: var(--medium-gray); white-space: normal; }
.offer-choice-grid input:checked + span { border-color: var(--base-color); background: #ebf3ed; }
.offer-choice-grid img { width: 32px; height: 32px; object-fit: contain; filter: invert(32%) sepia(34%) saturate(700%) hue-rotate(90deg); }
.offer-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
.offer-field-grid label { display: grid; gap: 4px; font-size: 13px; font-weight: 600; }
.offer-field-grid label[hidden],
.offer-wizard [hidden] { display: none !important; }
.offer-field-grid input:not([type="checkbox"]):not([type="radio"]),
.offer-field-grid select,
.offer-field-grid textarea,
.offer-dialog input:not([type="checkbox"]):not([type="radio"]),
.offer-dialog select,
.offer-dialog textarea {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 9px 11px;
  background: #fff;
  font-size: 16px;
  line-height: 1.3;
  width: 100%;
}
.offer-dialog select {
  appearance: auto;
  -webkit-appearance: menulist;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.offer-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--medium-gray);
}
.offer-consent input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 2px 0 0;
  padding: 0;
  flex: none;
  border: 1px solid #c5d0c8;
  border-radius: 4px;
  background: #fff;
  accent-color: var(--base-color);
}
.offer-field-span { grid-column: 1 / -1; display: grid; gap: 6px; }
.offer-field-label { font-size: 13px; font-weight: 600; }
.offer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.offer-chips label { margin: 0; cursor: pointer; }
.offer-chips input { position: absolute; opacity: 0; pointer-events: none; }
.offer-chips span {
  display: block;
  min-height: 40px;
  padding: 9px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #f7f7f7;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  grid-template-columns: none;
}
.offer-chips input:checked + span {
  border-color: var(--base-color);
  background: #ebf3ed;
}
.offer-wizard-footer { display: flex; align-items: center; gap: 10px; margin-top: 12px; flex-shrink: 0; position: relative; z-index: 2; background: #fff; }
.offer-wizard-footer .btn { padding: 8px 16px; font-size: 14px; }
.offer-back { border: 0; background: none; font-weight: 700; font-size: 14px; }
.offer-wizard-footer [data-offer-hint] { font-size: 12px; color: var(--medium-gray); margin-right: auto; }
.form-status { margin-top: 6px; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.form-status.error { color: #dc3131; }
.hp-field { position: absolute; left: -9999px; }
body.offer-modal-open { overflow: hidden; }
body.offer-modal-open header,
body.offer-modal-open header .navbar { z-index: 1; }
body.offer-modal-open .whatsapp-float { display: none; }
.lang-switch {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--dark-gray);
  text-decoration: none;
  padding: 6px 8px;
}
.lang-switch.is-active { color: var(--base-color); }
.lang-switch + .lang-switch { border-left: 1px solid #d9e4dc; }
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  font-size: 26px;
}
.consent-bar {
  position: fixed;
  left: 16px;
  right: 88px;
  bottom: 16px;
  z-index: 45;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #d9e4dc;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}
.consent-bar[hidden] { display: none; }
.consent-bar p { margin: 0; font-size: 13px; line-height: 1.45; max-width: 52rem; }
.consent-actions { display: flex; gap: 8px; flex-shrink: 0; }
body.offer-modal-open .consent-bar { display: none; }
@media (max-width: 767px) {
  .consent-bar { left: 10px; right: 10px; bottom: 80px; }
  .offer-modal { padding: 0; align-items: stretch; }
  .offer-dialog {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    border-radius: 0;
    overflow: hidden;
    padding: calc(10px + env(safe-area-inset-top)) 12px 0;
  }
  .offer-dialog-header strong { font-size: 13px; }
  .offer-step.active {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .offer-step h2 { font-size: 1.05rem; margin-bottom: 8px; }
  .offer-step > p { display: none; }
  .offer-choice-grid { gap: 6px; }
  .offer-choice-grid span {
    min-height: 46px;
    padding: 8px 10px;
    grid-template-columns: 26px minmax(0, 1fr);
  }
  .offer-choice-grid span small { display: none; }
  .offer-choice-grid span strong { font-size: 13px; }
  .offer-field-grid { grid-template-columns: 1fr; }
  .offer-chips span { min-height: 40px; padding: 10px 12px; }
  .offer-wizard-footer {
    margin: 0 -12px 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #e6eee8;
  }
  .offer-wizard-footer [data-offer-hint] { display: none; }
  .offer-wizard-footer .btn {
    min-height: 44px;
    margin-left: auto;
  }
  .offer-consent { font-size: 11px; }
}
@media (max-width: 420px) {
  .offer-choice-grid img { width: 24px; height: 24px; }
}

