:root {
  --background: #f5f7fb;
  --foreground: #0b1d3a;
  --navy-950: #041328;
  --navy-900: #061b3a;
  --navy-850: #071b38;
  --navy-800: #071f45;
  --blue-900: #062a67;
  --gold-500: #ffb423;
  --slate-500: #667085;
  --slate-200: #d8dfeb;
  --surface: #ffffff;
  --surface-soft: #f8fafd;
  --border-soft: #dfe7f2;
  --muted-text: #667085;
  --strong-text: #071b38;
  --soft-text: #40516b;
  --field-label: #14284a;
  --input-bg: #ffffff;
  --page-soft: #f5f7fb;
  --panel-shadow: 0 10px 30px rgba(7, 27, 56, 0.08);
}

#vazando-cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid rgba(13, 63, 105, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 50px rgba(3, 20, 43, 0.22);
  color: #0b1f3a;
}

#vazando-cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  color: #071b38;
}

#vazando-cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

#vazando-cookie-banner .cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

#vazando-cookie-banner button {
  border: 1px solid #0b3b69;
  border-radius: 999px;
  padding: 10px 14px;
  background: white;
  color: #0b3b69;
  font-weight: 800;
  cursor: pointer;
}

#vazando-cookie-banner [data-cookie-accept] {
  background: #071b38;
  color: white;
}

[data-theme="dark"] #vazando-cookie-banner {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(6, 27, 58, 0.98);
  color: #eef5ff;
}

[data-theme="dark"] #vazando-cookie-banner strong {
  color: #ffffff;
}

@media (max-width: 720px) {
  #vazando-cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }

  #vazando-cookie-banner .cookie-actions {
    flex-direction: column;
  }
}

.hotel-search-results {
  grid-column: 1 / -1;
  margin-top: 14px;
}

.hotel-results-header,
.hotel-results-empty {
  align-items: center;
  background: #f4f8fd;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  color: #0b1d3a;
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}

.hotel-sort-field {
  align-items: center;
  display: flex;
  gap: 10px;
}

.hotel-sort-field span {
  color: #52647c;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hotel-sort-field select {
  background: #ffffff;
  border: 1px solid #d8dfeb;
  border-radius: 10px;
  color: #061b3a;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 12px;
}

.hotel-results-header strong,
.hotel-results-empty strong {
  color: #061b3a;
  display: block;
}

.hotel-results-header span,
.hotel-results-empty span {
  color: #53657d;
  font-size: 13px;
}

.hotel-results-header small {
  color: #6f8096;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.hotel-results-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.hotel-result-card {
  background: #ffffff;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(7, 31, 69, 0.08);
  color: #0b1d3a;
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 15px;
}

.hotel-result-image {
  background: linear-gradient(135deg, #eaf2fb, #d8e7f6);
  border-radius: 11px;
  height: 138px;
  margin: -3px -3px 2px;
  overflow: hidden;
}

.hotel-result-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hotel-result-image-placeholder {
  align-items: center;
  color: #061b3a;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  letter-spacing: 1px;
}

.hotel-result-card strong {
  color: #061b3a;
  display: block;
  font-size: 15px;
}

.hotel-result-card span,
.hotel-result-card small {
  color: #5c6f86;
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.hotel-result-price {
  color: #062a67;
  font-size: 22px;
  font-weight: 900;
}

.hotel-result-action {
  background: #061b3a;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 800;
  padding: 11px 12px;
}

.package-price-breakdown {
  background: #f6f9fd;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.package-price-breakdown div {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.package-price-breakdown span {
  color: #667085;
  font-size: 12px;
}

.package-price-breakdown strong {
  color: #061b3a;
  font-size: 13px;
  text-align: right;
}

.hotel-results-pagination {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}

.hotel-results-pagination span {
  color: #40516b;
  font-size: 13px;
  font-weight: 800;
}

.hotel-page-btn {
  background: #ffffff;
  border: 1px solid #d8dfeb;
  border-radius: 999px;
  color: #061b3a;
  cursor: pointer;
  font-weight: 900;
  min-width: 98px;
  padding: 10px 16px;
}

.hotel-page-btn:disabled {
  background: #eef3f8;
  color: #94a3b8;
  cursor: not-allowed;
}

.modal-open {
  overflow: hidden;
}

.hotel-details-modal {
  inset: 0;
  position: fixed;
  z-index: 5000;
}

.hotel-details-backdrop {
  background: rgba(4, 19, 40, 0.62);
  inset: 0;
  position: absolute;
}

.hotel-details-panel {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(4, 19, 40, 0.34);
  color: #0b1d3a;
  display: grid;
  gap: 18px;
  left: 50%;
  max-height: calc(100vh - 36px);
  max-width: 1120px;
  overflow: auto;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100vw - 28px), 1120px);
}

.hotel-details-close {
  align-self: end;
  background: #061b3a;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
  justify-self: end;
  padding: 10px 16px;
}

.hotel-details-hero {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 150px;
}

.hotel-details-main-image {
  background: #eaf2fb;
  border-radius: 14px;
  min-height: 360px;
  overflow: hidden;
}

.hotel-details-main-image img,
.hotel-details-thumbs img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hotel-details-thumbs {
  display: grid;
  gap: 8px;
  max-height: 360px;
  overflow: auto;
}

.hotel-details-thumbs button {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  height: 74px;
  overflow: hidden;
  padding: 0;
}

.hotel-details-thumbs button.is-active {
  border-color: #ffb423;
}

.hotel-details-content {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.hotel-details-main h2 {
  color: #061b3a;
  font-size: 28px;
  margin: 6px 0;
}

.hotel-details-main p {
  color: #53657d;
  line-height: 1.6;
}

.hotel-details-location {
  font-weight: 900;
}

.hotel-detail-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.hotel-detail-grid div,
.hotel-policy-box,
.hotel-details-booking {
  background: #f6f9fd;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  padding: 12px;
}

.hotel-detail-grid strong,
.hotel-policy-box strong {
  color: #061b3a;
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.hotel-detail-grid span,
.hotel-policy-box span {
  color: #53657d;
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.hotel-policy-box {
  display: grid;
  gap: 6px;
  margin-top: 14px;
}

.hotel-room-rates {
  background: #ffffff;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
}

.hotel-room-rates > strong {
  color: #061b3a;
  font-size: 17px;
}

.hotel-room-rates > span {
  color: #53657d;
  font-size: 13px;
}

.hotel-rate-option {
  align-items: center;
  background: #f6f9fd;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 12px;
}

.hotel-rate-option.is-selected {
  background: rgba(0, 95, 184, 0.08);
  border-color: #005fb8;
  box-shadow: 0 0 0 3px rgba(0, 95, 184, 0.12);
}

.hotel-rate-option span {
  display: grid;
  gap: 4px;
}

.hotel-rate-option small,
.hotel-rate-option em {
  color: #53657d;
  font-size: 12px;
  font-style: normal;
}

.hotel-rate-option b {
  color: #061b3a;
  font-size: 16px;
  white-space: nowrap;
}

.hotel-address-block span {
  display: block;
}

.hotel-map-section {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.hotel-map-section strong {
  color: #061b3a;
  font-size: 16px;
}

.hotel-map-section iframe,
.hotel-map-placeholder {
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  height: 260px;
  overflow: hidden;
  width: 100%;
}

.hotel-map-placeholder {
  align-items: center;
  background: #eef4fb;
  color: #667085;
  display: flex;
  justify-content: center;
}

.hotel-route-link {
  color: #062a67;
  font-weight: 900;
  text-decoration: none;
}

.analytics-subtabs {
  display: flex;
  gap: 8px;
  margin: 16px 0;
  overflow-x: auto;
  padding-bottom: 4px;
}

.analytics-subtabs button,
.analytics-range-select {
  background: #ffffff;
  border: 1px solid #dce5f2;
  border-radius: 999px;
  color: var(--navy-850);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  min-height: 36px;
  padding: 8px 12px;
  white-space: nowrap;
}

.analytics-subtabs button.is-active {
  background: var(--navy-850);
  border-color: var(--navy-850);
  color: #ffffff;
}

.analytics-panel {
  display: none;
}

.analytics-panel.is-active {
  display: grid;
  gap: 16px;
}

.analytics-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.analytics-bars,
.analytics-funnel,
.analytics-live-list {
  display: grid;
  gap: 10px;
}

.analytics-bar-row,
.analytics-funnel-step {
  background: #f8fbff;
  border: 1px solid #e1e9f5;
  border-radius: 12px;
  display: grid;
  gap: 7px;
  overflow: hidden;
  padding: 11px;
  position: relative;
}

.analytics-bar-row span,
.analytics-funnel-step span {
  color: #52647c;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}

.analytics-bar-row strong,
.analytics-funnel-step strong {
  color: var(--navy-850);
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.analytics-bar-row i,
.analytics-funnel-step i {
  background: linear-gradient(90deg, rgba(0, 74, 173, 0.16), rgba(255, 180, 35, 0.32));
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.analytics-live-card {
  background: #ffffff;
  border: 1px solid #e1e9f5;
  border-radius: 14px;
  display: grid;
  gap: 5px;
  padding: 13px;
}

.analytics-live-card strong {
  color: var(--navy-850);
}

.analytics-live-card span,
.analytics-live-card small {
  color: #667085;
}

.analytics-live-card em {
  color: var(--blue-900);
  font-style: normal;
  font-weight: 900;
}

.analytics-filter-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 220px;
  margin-bottom: 14px;
}

.analytics-filter-row input,
.analytics-filter-row select {
  border: 1px solid #dce5f2;
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 12px;
}

.risk-pill {
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 9px;
}

.risk-seguro {
  background: #e9f9ef;
  color: #116832;
}

.risk-atenção,
.risk-aten-o {
  background: #fff7df;
  color: #906100;
}

.risk-suspeito {
  background: #fff0ea;
  color: #9b3a1b;
}

.risk-alto-risco {
  background: #ffe9e9;
  color: #a21f1f;
}

.analytics-map-placeholder {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(6, 27, 58, 0.08), rgba(0, 74, 173, 0.08)),
    #f8fbff;
  border: 1px dashed #b9c8da;
  border-radius: 14px;
  color: #52647c;
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 260px;
  text-align: center;
}

.analytics-session-drawer {
  background: #ffffff;
  border: 1px solid #dce5f2;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(7, 31, 69, 0.16);
  max-width: 520px;
  padding: 18px;
  position: fixed;
  right: 24px;
  top: 96px;
  width: min(520px, calc(100vw - 36px));
  z-index: 1300;
}

.analytics-timeline {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.analytics-timeline li {
  border-left: 3px solid var(--gold-500);
  display: grid;
  gap: 3px;
  padding-left: 12px;
}

:root[data-theme="dark"] .analytics-subtabs button,
:root[data-theme="dark"] .analytics-range-select,
:root[data-theme="dark"] .analytics-live-card,
:root[data-theme="dark"] .analytics-session-drawer {
  background: #0f223d;
  border-color: #243b5c;
  color: #eef6ff;
}

:root[data-theme="dark"] .analytics-bar-row,
:root[data-theme="dark"] .analytics-funnel-step,
:root[data-theme="dark"] .analytics-map-placeholder {
  background: #0b1b31;
  border-color: #243b5c;
}

.hotel-details-booking {
  align-self: start;
  display: grid;
  gap: 10px;
  position: sticky;
  top: 0;
}

.hotel-details-booking > span,
.hotel-details-booking small,
.hotel-checkout-note {
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
}

.hotel-details-booking > strong {
  color: #062a67;
  font-size: 24px;
  font-weight: 900;
}

.booking-shell {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  margin-top: 120px;
}

.booking-summary-card,
.booking-form-panel {
  background: #ffffff;
  border: 1px solid #dfe7f2;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(7, 31, 69, 0.08);
  color: #0b1d3a;
  padding: 18px;
}

.booking-summary-card {
  align-self: start;
  display: grid;
  gap: 14px;
  position: sticky;
  top: 96px;
}

.booking-summary-image {
  background: #eef4fb;
  border-radius: 14px;
  height: 230px;
  overflow: hidden;
}

.booking-summary-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.booking-summary-card h2 {
  color: #061b3a;
  font-size: 24px;
  margin: 6px 0;
}

.booking-summary-card p {
  color: #53657d;
  line-height: 1.5;
}

.booking-summary-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}

.booking-summary-grid div,
.guest-card {
  background: #f6f9fd;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  padding: 10px;
}

.booking-summary-grid strong,
.guest-card > strong {
  color: #061b3a;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.booking-summary-grid span {
  color: #53657d;
  font-size: 13px;
}

.booking-form-panel {
  display: grid;
  gap: 18px;
}

.booking-form-panel fieldset {
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px;
}

.booking-form-panel legend {
  color: #061b3a;
  font-weight: 900;
  padding: 0 8px;
}

.guest-fields {
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
}

.guest-card {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guest-card > strong {
  grid-column: 1 / -1;
}

.booking-confirm-check {
  align-items: flex-start;
  color: #40516b;
  display: flex;
  gap: 10px;
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .hotel-results-grid {
    grid-template-columns: 1fr;
  }

  .hotel-results-header,
  .hotel-results-empty {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .hotel-sort-field {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }

  .hotel-sort-field select {
    width: 100%;
  }

  .hotel-results-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .hotel-page-btn {
    width: 100%;
  }

  .hotel-details-panel {
    border-radius: 0;
    inset: 0;
    max-height: 100vh;
    max-width: none;
    transform: none;
    width: 100vw;
  }

  .hotel-details-hero,
  .hotel-details-content,
  .hotel-detail-grid {
    grid-template-columns: 1fr;
  }

  .hotel-details-main-image {
    min-height: 250px;
  }

  .hotel-details-thumbs {
    display: flex;
    max-height: none;
    overflow-x: auto;
  }

  .hotel-details-thumbs button {
    flex: 0 0 86px;
  }

  .hotel-details-booking {
    position: static;
  }

  .booking-shell,
  .booking-form-panel fieldset,
  .guest-card,
  .booking-summary-grid {
    grid-template-columns: 1fr;
  }

  .booking-shell {
    margin-top: 84px;
  }

  .booking-summary-card {
    position: static;
  }
}

:root[data-theme="dark"] {
  --background: #08111f;
  --foreground: #e6eef8;
  --navy-950: #020815;
  --navy-900: #071426;
  --navy-850: #0d1d33;
  --navy-800: #102b4c;
  --blue-900: #5aa2ff;
  --gold-500: #ffbf3f;
  --slate-500: #a9b8ca;
  --slate-200: #263851;
  --surface: #0f1c2f;
  --surface-soft: #13243b;
  --border-soft: #253a55;
  --muted-text: #a9b8ca;
  --strong-text: #f5f9ff;
  --soft-text: #d5e2f1;
  --field-label: #f0f6ff;
  --input-bg: #0b1728;
  --page-soft: #08111f;
  --panel-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--font-geist-sans);
  --font-mono: var(--font-geist-mono);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 3px;
}

.site-header {
  align-items: center;
  background: linear-gradient(90deg, #041328, #061b3a);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  display: flex;
  gap: 34px;
  height: 86px;
  justify-content: flex-start;
  left: 0;
  padding: 0 42px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.logo {
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  min-width: 176px;
  line-height: 1;
  white-space: nowrap;
}

.logo img {
  border-radius: 0;
  display: block;
  height: 70px;
  max-width: none;
  object-fit: contain;
  object-position: center;
  width: 70px;
}

.logo img:not([hidden]) + .logo-wordmark {
  display: none;
}

.logo-wordmark {
  display: block;
}

.logo span {
  color: var(--gold-500);
}

.logo small {
  color: #d9d9d9;
  display: block;
  font-size: 10px;
  letter-spacing: 4px;
  margin-top: 2px;
  text-align: center;
}

.main-nav {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: clamp(18px, 2.2vw, 34px);
  min-width: 0;
}

.main-nav a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  transition: color 160ms ease;
  white-space: nowrap;
}

.main-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.btn-header {
  background: var(--gold-500);
  border-radius: 8px;
  color: var(--navy-850);
  font-weight: 800;
  padding: 13px 22px;
  white-space: nowrap;
}

.secondary-header-btn {
  background: #ffffff;
  color: var(--navy-850);
}

.header-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: clamp(10px, 1.5vw, 24px);
  margin-left: auto;
}

.prime-btn {
  background: #ffffff;
  border: 2px solid #2a8ddb;
  border-radius: 28px;
  color: #005eb8;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  padding: 12px 22px;
  white-space: nowrap;
}

.prime-btn:hover {
  background: #eaf6ff;
  text-decoration: none;
}

.header-action-link,
.header-wishlist {
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  opacity: 0.95;
  text-decoration: none;
  white-space: nowrap;
}

.install-app-button {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  padding: 9px 13px;
}

.header-action-link:hover,
.header-wishlist:hover {
  opacity: 1;
  text-decoration: underline;
}

.header-language,
.header-currency {
  align-items: center;
  display: flex;
  gap: 6px;
}

.header-language {
  position: relative;
}

.header-language span,
.header-currency span {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
}

.header-currency .travel-icon {
  height: 18px;
  width: 18px;
}

.mobile-service-box .travel-icon {
  height: 25px;
  width: 25px;
}

.product-tab .travel-icon {
  height: 19px;
  width: 19px;
}

.search-btn .travel-icon {
  height: 18px;
  margin-right: 8px;
  width: 18px;
}

.swap-route-btn .travel-icon {
  height: 20px;
  width: 20px;
}

.header-language select,
.header-currency select {
  appearance: none;
  background:
    linear-gradient(135deg, #ffffff, #f4f7fb)
      padding-box,
    linear-gradient(135deg, rgba(255, 180, 35, 0.9), rgba(255, 255, 255, 0.45))
      border-box;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--navy-850);
  font-size: 14px;
  font-weight: 900;
  min-height: 44px;
  outline: none;
  padding: 0 32px 0 12px;
}

.header-language span {
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.header-language select {
  font-size: 18px;
  min-height: 38px;
  min-width: 46px;
  padding: 0 8px;
  text-align: center;
  width: 46px;
}

.header-language button {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  width: 36px;
}

.language-dropdown-toggle {
  box-shadow: 0 8px 18px rgba(4, 19, 40, 0.16);
}

.language-dropdown-menu {
  background: #ffffff;
  border: 1px solid rgba(220, 229, 242, 0.95);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(4, 19, 40, 0.22);
  display: grid;
  gap: 6px;
  padding: 7px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 1300;
}

.language-dropdown-menu[hidden] {
  display: none;
}

.language-dropdown-menu button {
  background: #f6f8fc;
  border-color: #dce5f2;
  color: var(--navy-850);
}

.header-language button:hover,
.header-language button.is-active {
  background: #ffffff;
  border-color: rgba(255, 180, 35, 0.85);
  transform: translateY(-1px);
}

.site-header .header-language > button {
  align-items: center !important;
  display: inline-flex !important;
  font-size: 20px !important;
  height: 34px !important;
  justify-content: center !important;
  min-height: 34px !important;
  min-width: 34px !important;
  width: 34px !important;
}

.currency-note-select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  min-height: 42px;
  padding: 4px 6px 4px 8px;
}

.currency-note-icon {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(235, 243, 255, 0.95));
  border: 1px solid rgba(255, 180, 35, 0.65);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(6, 27, 58, 0.07), 0 8px 16px rgba(4, 19, 40, 0.18);
  color: #061b3a !important;
  height: 26px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.currency-note-icon::before,
.currency-note-icon::after,
.currency-note-icon i {
  content: "";
  position: absolute;
}

.currency-note-icon::before {
  border: 1px solid rgba(6, 27, 58, 0.18);
  border-radius: 999px;
  height: 13px;
  left: 14px;
  top: 6px;
  width: 13px;
}

.currency-note-icon::after {
  background: rgba(255, 180, 35, 0.9);
  border-radius: 999px;
  height: 4px;
  left: 5px;
  top: 5px;
  width: 4px;
  box-shadow: 28px 12px 0 rgba(255, 180, 35, 0.55);
}

.currency-note-icon i {
  background: rgba(6, 27, 58, 0.13);
  bottom: 4px;
  height: 2px;
  left: 7px;
  width: 28px;
}

.currency-note-icon b {
  color: #061b3a;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.currency-note-icon[data-currency="EUR"] {
  background: linear-gradient(135deg, #f7fbff, #e8f8f0);
}

.currency-note-icon[data-currency="USD"] {
  background: linear-gradient(135deg, #f8fff8, #e8f1ff);
}

.currency-note-icon[data-currency="GBP"] {
  background: linear-gradient(135deg, #fff8fb, #e8f1ff);
}

.currency-note-select select {
  background:
    linear-gradient(135deg, #ffffff, #f4f7fb)
      padding-box,
    linear-gradient(135deg, rgba(255, 180, 35, 0.9), rgba(255, 255, 255, 0.45))
      border-box;
  min-height: 34px;
  padding-left: 10px;
}

.theme-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.theme-toggle:hover {
  background: rgba(255, 180, 35, 0.16);
  border-color: rgba(255, 180, 35, 0.65);
}

.theme-icon {
  display: none;
  height: 20px;
  width: 20px;
}

.theme-icon svg {
  fill: none;
  height: 100%;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 100%;
}

.theme-icon-sun svg {
  fill: rgba(255, 180, 35, 0.2);
}

:root:not([data-theme="dark"]) .theme-icon-sun,
:root[data-theme="dark"] .theme-icon-moon {
  display: block;
}

.header-user-menu {
  position: relative;
}

.header-profile-button {
  background: transparent;
  border: 2px solid rgba(255, 180, 35, 0.85);
  border-radius: 50%;
  display: block;
  height: 44px;
  overflow: hidden;
  padding: 0;
  width: 44px;
}

.header-profile-button img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.header-profile-menu {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  box-shadow: var(--panel-shadow);
  display: grid;
  gap: 4px;
  min-width: 172px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 1300;
}

.header-profile-menu a,
.header-profile-menu button {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--strong-text);
  font-size: 14px;
  font-weight: 900;
  padding: 10px 12px;
  text-align: left;
}

.header-profile-menu a:hover,
.header-profile-menu button:hover {
  background: var(--surface-soft);
}

.header-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.mobile-menu-toggle,
.mobile-services {
  display: none;
}

.hero {
  background:
    linear-gradient(90deg, rgba(4, 20, 45, 0.95), rgba(4, 20, 45, 0.55)),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  color: #ffffff;
  min-height: 720px;
  padding: 150px 6% 70px;
}

.clean-home {
  min-height: 100vh;
  padding-bottom: 80px;
}

.hero-content h1 {
  font-size: clamp(40px, 5.2vw, 54px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 18px;
  max-width: 700px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 180, 35, 0.45);
  border-radius: 999px;
  background: rgba(255, 180, 35, 0.1);
  color: #ffe0a0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-content h1 span {
  color: var(--gold-500);
}

.hero-content p {
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.5;
  margin-bottom: 35px;
  max-width: 600px;
}

.hero-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: -12px 0 28px;
}

.secondary-inline-light {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-decoration: none;
}

.secondary-inline-light:hover {
  background: rgba(255, 255, 255, 0.12);
}

.search-box {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  color: var(--foreground);
  max-width: 1200px;
  overflow: visible;
}

.results-search-box {
  box-shadow: 0 12px 34px rgba(7, 27, 56, 0.12);
  margin-bottom: 28px;
  max-width: none;
}

.search-topbar {
  align-items: center;
  background: var(--navy-800);
  border-radius: 18px 18px 0 0;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 16px 22px;
}

.search-products {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.travel-icon {
  display: inline-block;
  fill: none;
  flex: 0 0 auto;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 20px;
}

.product-tab {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
  white-space: nowrap;
}

.product-tab.is-active,
.product-tab:hover {
  background: var(--gold-500);
  border-color: var(--gold-500);
  color: var(--navy-900);
}

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

.trip-type-selector {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 4px;
}

.trip-type-selector legend {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.trip-option {
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 900;
}

.trip-option input {
  appearance: none;
  position: absolute;
}

.trip-option span {
  border: 0;
  border-radius: 999px;
  display: block;
  padding: 9px 13px;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.trip-option:has(input:checked) span {
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  color: var(--navy-850);
}

.tabs {
  background: var(--navy-800);
  display: flex;
}

.tab {
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: 700;
  min-height: 62px;
  padding: 20px 35px;
  text-align: left;
  white-space: nowrap;
}

.tab.active {
  background: var(--gold-500);
  color: var(--navy-900);
}

.form-area {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: 1.15fr 1.15fr 0.95fr 0.95fr 1.15fr 0.7fr auto;
  padding: 30px;
}

.clean-search-form {
  grid-template-columns: 1.1fr auto 1.1fr 0.9fr 0.9fr 0.95fr 1.25fr auto;
}

.field {
  display: block;
  min-width: 0;
}

.field span {
  color: #14284a;
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.field input,
.field select,
.passenger-toggle {
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  color: var(--foreground);
  min-height: 54px;
  outline: none;
  padding: 15px 17px;
  width: 100%;
}

.swap-route-btn {
  align-items: center;
  align-self: end;
  background: #ffffff;
  border: 1px solid #c7d4e5;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(7, 31, 69, 0.12);
  color: #004aad;
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 6px;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
  width: 42px;
}

.swap-route-btn:hover {
  background: #eaf3ff;
  border-color: #007bff;
  transform: rotate(180deg);
}

.month-filter-field select {
  background:
    linear-gradient(180deg, #ffffff, #f8fafd);
  border-color: #c7d4e5;
  color: var(--navy-850);
  font-weight: 800;
}

.return-date-field.is-disabled span {
  color: #8a98ad;
}

.return-date-field.is-disabled input {
  background: #eef2f7;
  border-color: #d9e2ef;
  box-shadow: none;
  color: #9aa8ba;
  cursor: not-allowed;
}

.field input::placeholder {
  color: #8a98ad;
}

.date-field input {
  background:
    linear-gradient(180deg, #ffffff, #f8fafd);
  border-color: #c7d4e5;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(7, 31, 69, 0.08);
  color-scheme: light;
  font-weight: 800;
}

.date-field input::-webkit-calendar-picker-indicator {
  background-color: #fff2d1;
  border-radius: 8px;
  cursor: pointer;
  padding: 7px;
}

.passenger-field {
  position: relative;
}

.passenger-toggle {
  align-items: center;
  background: #ffffff;
  display: flex;
  font-weight: 900;
  gap: 10px;
  justify-content: flex-start;
  text-align: left;
}

.person-icon {
  background:
    #ffffff
    url("/passenger-icon.png") center / cover no-repeat;
  border: 1px solid #dbe4f0;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 30px;
  height: 30px;
  overflow: hidden;
  width: 30px;
}

.passenger-menu {
  background: #ffffff;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(7, 27, 56, 0.18);
  display: grid;
  gap: 14px;
  left: 0;
  max-height: min(72vh, 420px);
  min-width: 330px;
  overflow-y: auto;
  padding: 16px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 1200;
}

.passenger-menu[hidden],
.multi-city-main-label[hidden],
.multi-city-fields[hidden],
.multi-city-row[hidden] {
  display: none;
}

.passenger-line {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.passenger-line strong {
  color: var(--navy-850);
  font-size: 13px;
  font-weight: 900;
}

.passenger-line small {
  color: #667085;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 2px;
}

.quantity-control {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.quantity-control button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #c7d4e5;
  border-radius: 50%;
  color: var(--navy-850);
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 18px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.quantity-control button:hover {
  background: var(--gold-500);
  border-color: var(--gold-500);
}

.quantity-control button:disabled {
  background: #eef2f7;
  border-color: #d9e2ef;
  color: #8a98ad;
  cursor: not-allowed;
}

.quantity-control output {
  color: var(--navy-850);
  display: inline-block;
  font-weight: 900;
  min-width: 20px;
  text-align: center;
}

.multi-city-fields {
  background: #f8fafd;
  border: 1px solid #e4eaf3;
  border-radius: 14px;
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  padding: 16px;
}

.multi-city-main-label {
  align-items: center;
  background: #eef6ff;
  border: 1px solid #cfe4ff;
  border-radius: 12px;
  display: flex;
  gap: 12px;
  grid-column: 1 / -1;
  justify-content: space-between;
  padding: 12px 14px;
}

.multi-city-main-label strong {
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 900;
}

.multi-city-main-label span {
  color: #42627f;
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.multi-city-title {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.multi-city-title strong {
  color: var(--navy-850);
  font-size: 15px;
  font-weight: 900;
}

.multi-city-title span {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.multi-city-segment {
  background: #ffffff;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.segment-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.segment-heading strong {
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 900;
}

.segment-heading span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

.remove-segment-btn {
  background: #fff5f5;
  border: 1px solid #ffd2d2;
  border-radius: 999px;
  color: #a92b2b;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.multi-city-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 0.8fr;
}

.multi-city-actions {
  display: flex;
  justify-content: flex-start;
}

.add-segment-btn {
  background: #ffffff;
  border: 1px solid #c7d4e5;
  border-radius: 10px;
  color: var(--blue-900);
  font-weight: 900;
  justify-self: start;
  min-height: 42px;
  padding: 10px 14px;
}

.cabin-selector {
  border: 0;
  display: grid;
  gap: 10px;
  grid-column: 1 / -2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.cabin-selector legend {
  color: #14284a;
  font-size: 14px;
  font-weight: 900;
  grid-column: 1 / -1;
  margin-bottom: -2px;
}

.cabin-option {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  color: var(--navy-850);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 12px;
  text-align: center;
}

.cabin-option input {
  appearance: none;
  height: 0;
  margin: 0;
  position: absolute;
  width: 0;
}

.cabin-option:has(input:checked) {
  background: var(--blue-900);
  border-color: var(--blue-900);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(6, 42, 103, 0.22);
}

.search-btn {
  align-items: center;
  background: var(--gold-500);
  border: none;
  border-radius: 10px;
  color: var(--navy-900);
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  min-height: 54px;
  padding: 16px 30px;
  white-space: nowrap;
}

.search-status {
  border-top: 1px solid #eef2f7;
  color: #526174;
  font-size: 14px;
  font-weight: 700;
  padding: 0 30px 20px;
}

.search-status[data-tone="loading"],
.form-note[data-tone="loading"] {
  color: #8a5b00;
}

.search-status[data-tone="loading"]::before {
  animation: vazando-spin 0.8s linear infinite;
  border: 2px solid rgba(255, 180, 35, 0.28);
  border-top-color: #ffb423;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 8px;
  vertical-align: -2px;
  width: 14px;
}

@keyframes vazando-spin {
  to {
    transform: rotate(360deg);
  }
}

.search-status[data-tone="success"],
.form-note[data-tone="success"] {
  color: #087443;
}

@media (min-width: 1001px) {
  .search-box {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(220, 229, 242, 0.95);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    padding: 16px;
  }

  .search-topbar {
    background: transparent;
    border-radius: 18px;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr auto;
    padding: 0 0 14px;
  }

  .search-products {
    gap: 10px;
  }

  .product-tab {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dce5f2;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(7, 31, 69, 0.06);
    color: #071b38;
    display: inline-flex;
    font-size: 14px;
    font-weight: 850;
    gap: 8px;
    min-height: 52px;
    padding: 12px 16px;
  }

  .product-tab span {
    align-items: center;
    background: #eef6ff;
    border-radius: 12px;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    width: 28px;
  }

  .product-tab.is-active,
  .product-tab:hover {
    background: #061b3a;
    border-color: #061b3a;
    color: #ffffff;
  }

  .product-tab.is-active span,
  .product-tab:hover span {
    background: var(--gold-500);
  }

  .trip-type-selector {
    background: #edf4fb;
    border-radius: 999px;
    gap: 6px;
    padding: 5px;
  }

  .trip-type-selector legend {
    color: #52647c;
    padding-left: 8px;
  }

  .trip-option {
    color: #52647c;
  }

  .trip-option span {
    border: 0;
    padding: 9px 13px;
  }

  .trip-option:has(input:checked) span {
    background: #ffffff;
    box-shadow: 0 5px 14px rgba(7, 31, 69, 0.1);
    color: var(--navy-850);
  }

  .search-box .form-area {
    padding: 0;
  }

  .clean-search-form {
    background: #ffffff;
    border: 1px solid #dfe7f2;
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 14px 34px rgba(7, 31, 69, 0.08);
    gap: 10px;
    grid-template-columns: minmax(180px, 1.1fr) minmax(180px, 1.1fr) minmax(140px, 0.8fr) minmax(140px, 0.8fr) minmax(190px, 1.05fr) minmax(158px, auto);
    padding: 12px;
  }

  .search-box .field {
    position: relative;
  }

  .search-box .field span {
    color: #5f6f86;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .search-box .field input,
  .search-box .field select,
  .search-box .passenger-toggle {
    background: #f8fbff;
    border: 1px solid #dce5f2;
    border-radius: 14px;
    color: #061b3a;
    min-height: 58px;
    padding: 17px 16px;
  }

  .search-box .date-field input {
    background: #f8fbff;
    border-color: #dce5f2;
    box-shadow: none;
  }

  .search-box .passenger-toggle {
    background: #f8fbff;
  }

  .search-btn {
    align-items: center;
    background: linear-gradient(135deg, var(--gold-500), #ffc857);
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(255, 180, 35, 0.32);
    display: inline-flex;
    font-size: 15px;
    font-weight: 950;
    gap: 8px;
    justify-content: center;
    min-height: 58px;
    padding: 18px 22px;
  }
}

.search-status[data-tone="error"],
.form-note[data-tone="error"] {
  color: #b42318;
}

.flight-results {
  display: grid;
  gap: 14px;
  padding: 0 30px 30px;
}

.flight-offer {
  align-items: center;
  background: #f8fafd;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1.1fr 1.4fr 1.1fr auto;
  padding: 16px;
}

.flight-offer strong {
  color: var(--navy-850);
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.flight-offer span {
  color: #667085;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 4px;
}

.flight-offer button,
.primary-action {
  background: var(--navy-900);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 900;
  min-height: 48px;
  padding: 13px 20px;
  white-space: nowrap;
}

.empty-state {
  background: #f8fafd;
  border: 1px dashed #cad4e2;
  border-radius: 12px;
  color: #667085;
  font-weight: 700;
  padding: 18px;
}

.benefits {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  max-width: 1100px;
}

.benefit {
  align-items: center;
  display: flex;
  gap: 15px;
}

.benefit-icon {
  align-items: center;
  border: 2px solid var(--gold-500);
  border-radius: 50%;
  color: var(--gold-500);
  display: flex;
  flex: 0 0 48px;
  font-size: 14px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  letter-spacing: 0;
  width: 48px;
}

.benefit strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.benefit span {
  color: #d9e4f4;
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.workspace-section,
.operations-section {
  padding: 68px 6%;
}

.page-shell {
  min-height: 100vh;
  padding: 128px 6% 72px;
}

.auth-page {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(4, 20, 45, 0.92), rgba(4, 20, 45, 0.58)),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.auth-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  max-width: 980px;
  padding: 34px;
  width: 100%;
}

.auth-card h1,
.dashboard-page h1,
.reservations-page h1 {
  color: var(--navy-850);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 12px;
}

.auth-card p {
  color: #5b6b80;
  line-height: 1.55;
  margin-bottom: 24px;
}

.login-screen {
  align-items: center;
  background: linear-gradient(135deg, #004aad, #007bff, #00aaff);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 118px 20px 38px;
}

.login-container {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  overflow: hidden;
  width: 100%;
}

.login-banner {
  background: linear-gradient(135deg, #003b8e, #006eff);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 45px;
}

.plane {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
}

.login-banner h1 {
  color: #ffffff;
  font-size: clamp(36px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.login-banner p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  line-height: 1.7;
}

.login-box {
  padding: 60px 45px;
}

.auth-logo {
  color: #004aad;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 10px;
}

.subtitle {
  color: #536176;
  font-size: 15px;
  margin-bottom: 35px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  color: #26364d;
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.form-group input {
  border: 1px solid #d6dce8;
  border-radius: 14px;
  color: #071b38;
  font-size: 15px;
  min-height: 52px;
  outline: none;
  padding: 15px 16px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
  width: 100%;
}

.form-group input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.12);
}

.options {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.options label {
  color: #4c5a70;
  font-weight: 700;
}

.options a,
.register a {
  color: #004aad;
  font-weight: 900;
  text-decoration: none;
}

.btn-login {
  background: linear-gradient(135deg, #004aad, #008cff);
  border: 0;
  border-radius: 16px;
  color: #ffffff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  min-height: 54px;
  padding: 16px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
  width: 100%;
}

.btn-login:hover {
  box-shadow: 0 10px 25px rgba(0, 74, 173, 0.35);
  transform: translateY(-2px);
}

.divider {
  color: #7c8798;
  font-size: 14px;
  margin: 28px 0;
  text-align: center;
}

.access-info {
  background: #f3f8ff;
  border: 1px solid #dcecff;
  border-radius: 16px;
  color: #31577c;
  font-size: 14px;
  line-height: 1.6;
  padding: 16px;
}

.register {
  color: #4c5a70;
  font-size: 14px;
  margin-top: 25px;
  text-align: center;
}

.login-status-note {
  margin-top: 16px;
}

.social-login {
  margin-top: 18px;
}

.google-button-host {
  display: grid;
  justify-items: center;
  min-height: 44px;
}

.google-login-button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d6dce8;
  border-radius: 999px;
  color: #1f2937;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  width: min(100%, 360px);
}

.google-login-button span {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  color: #2563eb;
  display: inline-flex;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.auth-form-grid {
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-form-grid .form-group:first-child,
.register-submit,
.register-status {
  grid-column: 1 / -1;
}

.flat-panel {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.dashboard-page,
.reservations-page,
.contact-page {
  background: #f5f7fb;
}

.dashboard-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
}

.contact-layout {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
}

.workspace-section {
  background: #ffffff;
}

.operations-section {
  background: #eef3f9;
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 820px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.section-heading span,
.panel-kicker {
  color: var(--blue-900);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-heading h2 {
  color: var(--navy-850);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 12px;
}

.section-heading p {
  color: #5b6b80;
  font-size: 17px;
  line-height: 1.55;
}

.access-layout,
.reservation-layout {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}

.access-panel,
.session-panel,
.reservation-form,
.timeline-panel,
.contact-form,
.contact-info {
  background: #ffffff;
  border: 1px solid #dfe7f2;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(7, 27, 56, 0.08);
  padding: 28px;
}

.access-panel h3,
.session-panel h3,
.timeline-panel h3,
.contact-info h2 {
  color: var(--navy-850);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
  margin-bottom: 18px;
}

.session-panel p,
.contact-info p {
  color: #5b6b80;
  line-height: 1.55;
}

.role-options {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px 0;
}

.role-option {
  border: 1px solid #d8dfeb;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  min-height: 124px;
  padding: 16px;
}

.role-option input {
  accent-color: var(--gold-500);
  margin-bottom: 12px;
}

.role-option span {
  color: var(--navy-850);
  display: block;
  font-weight: 900;
  margin-bottom: 6px;
}

.role-option small {
  color: #667085;
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.role-option:has(input:checked) {
  background: #fff7e4;
  border-color: var(--gold-500);
}

.login-grid,
.reservation-fields,
.contact-fields {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.login-grid .field:first-child {
  grid-column: span 2;
}

.simple-login-grid {
  grid-template-columns: 1fr;
}

.simple-login-grid .field:first-child {
  grid-column: auto;
}

.auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 16px;
}

.auth-links a {
  color: var(--blue-900);
  font-size: 14px;
  font-weight: 900;
}

.message-field {
  grid-column: span 2;
}

.phone-country-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1.28fr);
}

.field textarea {
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  color: var(--foreground);
  min-height: 150px;
  outline: none;
  padding: 15px 17px;
  resize: vertical;
  width: 100%;
}

.field input[type="file"] {
  align-items: center;
  background: #ffffff;
  cursor: pointer;
  display: flex;
  padding: 13px 15px;
}

.field-help {
  color: #667085;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
}

.form-honeypot {
  height: 0 !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 0 !important;
}

.turnstile-container {
  min-height: 65px;
  margin: 4px 0 16px;
  overflow: hidden;
}

.turnstile-container[hidden] {
  display: none;
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  border-color: #dc2626;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1);
}

.field-error {
  color: #b42318;
  display: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 8px;
}

.field.is-invalid .field-error {
  display: block;
}

.vazamilhas-panel {
  margin: 18px 0 24px;
}

.vazamilhas-summary-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
}

.vazamilhas-summary-grid article {
  background: #f7faff;
  border: 1px solid #dbe7f6;
  border-radius: 14px;
  padding: 16px;
}

.vazamilhas-summary-grid span,
.vazamilhas-link-box > span {
  color: #667085;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.vazamilhas-summary-grid strong {
  color: var(--navy-850);
  display: block;
  font-size: 26px;
  font-weight: 950;
  letter-spacing: 0;
}

.vazamilhas-summary-grid small,
.vazamilhas-transactions small {
  color: #667085;
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.vazamilhas-link-box {
  background: #fff8e8;
  border: 1px solid #ffd889;
  border-radius: 14px;
  padding: 16px;
}

.vazamilhas-link-box div {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.vazamilhas-link-box input {
  border: 1px solid #d8dfeb;
  border-radius: 10px;
  color: var(--navy-850);
  font-weight: 800;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.vazamilhas-transactions {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.vazamilhas-transactions article {
  border: 1px solid #e5edf7;
  border-radius: 12px;
  padding: 12px 14px;
}

.vazamilhas-transactions strong {
  color: var(--navy-850);
  display: block;
}

.vazamilhas-transactions span {
  color: #334155;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 4px;
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.contact-methods span {
  background: #fff7e4;
  border: 1px solid #ffd889;
  border-radius: 999px;
  color: var(--navy-850);
  font-size: 13px;
  font-weight: 900;
  padding: 10px 12px;
}

.partner-page {
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 180, 35, 0.16), transparent 30%),
    linear-gradient(180deg, #eef4fb 0, #ffffff 420px);
}

.partner-hero {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
}

.partner-hero h1 {
  color: var(--navy-850);
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: 0;
  line-height: 0.96;
  margin: 12px 0 18px;
  max-width: 880px;
}

.partner-hero p {
  color: var(--muted-text);
  font-size: 18px;
  line-height: 1.55;
  max-width: 780px;
}

.partner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.partner-hero-actions .primary-inline,
.partner-hero-actions .secondary-action {
  text-decoration: none;
}

.partner-hero-card {
  background: #071b38;
  border-radius: 20px;
  box-shadow: 0 22px 50px rgba(6, 27, 58, 0.18);
  color: #ffffff;
  display: grid;
  gap: 12px;
  padding: 28px;
}

.partner-hero-card strong {
  color: #ffb423;
  font-size: 20px;
}

.partner-hero-card span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  padding-bottom: 10px;
}

.partner-benefits {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 42px 0;
}

.partner-benefits article {
  background: #ffffff;
  border: 1px solid #e4eaf3;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(6, 27, 58, 0.07);
  padding: 22px;
}

.partner-benefits strong {
  color: var(--navy-850);
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}

.partner-benefits p {
  color: var(--muted-text);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.partner-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

.partner-steps h2 {
  color: var(--navy-850);
  font-size: 28px;
  letter-spacing: 0;
  margin: 8px 0;
}

.partner-steps p {
  color: var(--muted-text);
  line-height: 1.5;
}

.partner-steps ol {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 20px;
}

.partner-steps li {
  color: var(--navy-850);
  font-weight: 800;
  line-height: 1.45;
}

.partner-form {
  background: #ffffff;
}

.partner-documents-grid {
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.partner-documents-grid .field {
  min-width: 0;
}

.partner-applications-panel {
  display: grid;
  gap: 18px;
}

.partner-review-form {
  margin-top: 0;
}

.developer-code-block {
  overflow-x: auto;
  margin: 18px 0;
  padding: 18px;
  border-radius: 12px;
  background: #061b3a;
  color: #ffffff;
  font-size: 14px;
}

.developer-endpoint-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.developer-endpoint-list article {
  padding: 16px;
  border: 1px solid rgba(15, 42, 68, 0.12);
  border-radius: 12px;
  background: #ffffff;
}

.developer-endpoint-list strong {
  color: #062a67;
}

.compact-heading {
  margin-bottom: 20px;
  padding: 0;
}

.compact-heading h2 {
  color: var(--navy-850);
  font-size: 30px;
  letter-spacing: 0;
  margin: 6px 0;
}

.primary-action {
  margin-top: 20px;
  width: 100%;
}

.form-note {
  color: #667085;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 14px;
}

.metric-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin: 22px 0;
}

.metric {
  background: #f8fafd;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 16px;
}

.metric span,
.metric small {
  color: #667085;
  display: block;
  font-size: 13px;
  line-height: 1.4;
}

.metric strong {
  color: var(--blue-900);
  display: block;
  font-size: 24px;
  font-weight: 900;
  margin: 6px 0;
}

.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-actions button {
  background: var(--gold-500);
  border: none;
  border-radius: 9px;
  color: var(--navy-850);
  font-weight: 900;
  padding: 12px 14px;
}

.dashboard-actions a {
  background: var(--gold-500);
  border-radius: 9px;
  color: var(--navy-850);
  font-weight: 900;
  padding: 12px 14px;
}

.seller-panel {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.seller-panel-admin {
  margin: 0 0 18px;
}

.seller-panel[hidden] {
  display: none;
}

.seller-panel-header {
  align-items: center;
  background: linear-gradient(135deg, #071b38, #0f3b78);
  border-radius: 18px;
  color: #ffffff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px;
}

.seller-panel-header h2 {
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
  margin: 6px 0 8px;
}

.seller-panel-header p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  margin: 0;
  max-width: 760px;
}

.seller-panel-header .panel-kicker {
  color: #ffb423;
}

.seller-panel-header .primary-inline {
  background: #ffb423;
  color: #071b38;
  flex: 0 0 auto;
  text-decoration: none;
}

.seller-workspace-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.seller-stat-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0;
}

.seller-stat-grid article {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  display: grid;
  gap: 5px;
  padding: 13px;
}

.seller-stat-grid span,
.seller-stat-grid small {
  color: var(--muted-text);
  font-size: 12px;
  font-weight: 700;
}

.seller-stat-grid strong {
  color: var(--navy-850);
  font-size: 22px;
  font-weight: 900;
}

.seller-reservation-cards {
  display: grid;
  gap: 10px;
}

.seller-reservation-card {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1.35fr) repeat(4, minmax(90px, 0.55fr));
  padding: 12px;
}

.seller-reservation-card div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.seller-reservation-card span {
  color: var(--muted-text);
  font-size: 11px;
  font-weight: 800;
}

.seller-reservation-card strong {
  color: var(--navy-850);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-management:not(.admin-app) {
  margin-top: 36px;
}

.admin-management-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
}

.api-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wide-field,
.toggle-field {
  grid-column: 1 / -1;
}

.toggle-field {
  align-items: center;
  background: #f8fafd;
  border: 1px solid #e4eaf3;
  border-radius: 10px;
  color: var(--navy-850);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  gap: 10px;
  min-height: 52px;
  padding: 14px 16px;
}

.toggle-field input {
  accent-color: var(--blue-900);
}

.integration-checkbox-group {
  background: #f8fafd;
  border: 1px solid #e4eaf3;
  border-radius: 10px;
  display: grid;
  gap: 10px;
  padding: 14px 16px;
}

.integration-checkbox-group strong {
  color: var(--navy-850);
  font-size: 13px;
}

.integration-checkbox-group label {
  align-items: center;
  color: var(--slate-700);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
}

.integration-checkbox-group input {
  accent-color: var(--blue-900);
}

.admin-list {
  display: grid;
  gap: 12px;
}

.admin-list-item {
  background: #f8fafd;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.admin-list-item strong {
  color: var(--navy-850);
  display: block;
  font-weight: 900;
}

.admin-list-item span,
.admin-list-item small {
  color: #667085;
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.admin-status-pill {
  background: #eef3f9;
  border-radius: 999px;
  color: var(--blue-900);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-self: start;
  padding: 7px 10px;
  text-transform: uppercase;
}

.admin-shell {
  background:
    linear-gradient(180deg, rgba(238, 243, 249, 0.92), var(--background) 340px);
  min-height: 100vh;
}

.client-panel-fallback {
  display: grid;
  gap: 24px;
  padding: 120px 6% 70px;
}

.customer-portal-hero {
  align-items: end;
  background:
    linear-gradient(135deg, rgba(6, 27, 58, 0.96), rgba(18, 84, 168, 0.9)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80");
  background-position: center;
  background-size: cover;
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(6, 27, 58, 0.18);
  color: #fff;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 250px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  position: relative;
}

.customer-portal-hero h1,
.customer-portal-hero p,
.customer-portal-hero .panel-kicker {
  color: #fff;
}

.customer-portal-hero h1 {
  font-size: clamp(34px, 5vw, 54px);
  letter-spacing: 0;
  margin: 6px 0 10px;
}

.customer-portal-hero p {
  max-width: 620px;
}

.customer-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.customer-hero-actions .secondary-action {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.customer-trip-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-trip-strip article,
.customer-booking-card,
.customer-empty-trip {
  background: #fff;
  border: 1px solid #dce6f4;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(6, 27, 58, 0.08);
  padding: 18px;
}

.customer-trip-strip span,
.customer-booking-grid small {
  color: #64748b;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.customer-trip-strip strong,
.customer-empty-trip strong,
.customer-booking-card strong {
  color: var(--navy-850);
  display: block;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 0;
}

.customer-trip-strip small,
.customer-empty-trip span,
.customer-booking-card > div > span {
  color: #64748b;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6px;
}

.customer-dashboard-grid {
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
}

.customer-reservations-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
}

.customer-booking-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.customer-booking-card {
  display: grid;
  gap: 14px;
}

.customer-booking-status,
.customer-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.customer-booking-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.customer-booking-grid div {
  background: #f7faff;
  border: 1px solid #e1e9f5;
  border-radius: 12px;
  padding: 10px;
}

.customer-booking-grid b {
  color: var(--navy-850);
  display: block;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.customer-support-card {
  align-content: start;
  display: grid;
  gap: 12px;
}

.customer-support-card h2 {
  color: var(--navy-850);
  font-size: 22px;
  letter-spacing: 0;
}

.customer-support-card p {
  color: #64748b;
  line-height: 1.6;
}

.admin-app {
  background: var(--page-soft);
  color: #1f2328;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  min-height: 100vh;
}

.admin-app-workspace {
  align-items: stretch;
  gap: 0;
  grid-template-columns: 274px minmax(0, 1fr);
  min-height: 100vh;
}

.admin-main {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 18px clamp(18px, 2.4vw, 30px) 36px;
}

.admin-app-topbar {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(180px, auto) minmax(240px, 1fr) auto auto;
  min-height: 48px;
}

.admin-breadcrumb {
  align-items: center;
  color: var(--soft-text);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 650;
  gap: 10px;
}

.admin-breadcrumb span::after {
  color: var(--muted-text);
  content: "›";
  margin-left: 10px;
}

.admin-breadcrumb strong {
  color: var(--strong-text);
  font-weight: 760;
}

.admin-topbar-search {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 42px;
  padding: 0 14px;
}

.admin-topbar-search span {
  color: var(--muted-text);
  font-size: 11px;
  font-weight: 750;
  margin-right: 10px;
  text-transform: uppercase;
}

.admin-topbar-search input {
  background: transparent;
  border: 0;
  color: var(--foreground);
  min-height: 40px;
  outline: none;
  width: 100%;
}

.admin-icon-button,
.admin-theme-toggle {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  color: var(--strong-text);
  height: 42px;
  width: 42px;
}

.admin-icon-button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
}

.admin-theme-toggle:hover,
.admin-icon-button:hover {
  background: var(--surface-soft);
  border-color: var(--blue-900);
}

.admin-console-header {
  align-items: end;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 4px;
}

.admin-console-header h2,
.module-heading h3 {
  color: var(--navy-850);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.18;
  margin-bottom: 6px;
}

.admin-console-header p,
.module-heading p {
  color: var(--muted-text);
  font-size: 13px;
  line-height: 1.45;
  max-width: 780px;
}

.admin-workspace {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: 280px minmax(0, 1fr);
}

.admin-sidebar {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(7, 27, 56, 0.08);
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 112px);
  overflow-y: auto;
  padding: 16px;
  position: sticky;
  top: 96px;
}

.admin-app .admin-sidebar {
  border-radius: 0;
  border-width: 0 1px 0 0;
  box-shadow: none;
  height: 100vh;
  max-height: none;
  padding: 14px 12px;
  position: sticky;
  top: 0;
}

.admin-app .session-panel,
.admin-app .admin-product-tabs,
.admin-app .admin-table-wrap,
.admin-app .experience-calendar,
.admin-app .supplier-api-fields,
.admin-app .profile-menu {
  border-radius: 8px;
  box-shadow: none;
}

.admin-app .session-panel {
  padding: 18px;
}

.admin-app .api-form-grid {
  gap: 12px;
}

.admin-app .field span,
.admin-app .image-upload-title,
.admin-app .panel-kicker {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
}

.admin-app .field span {
  margin-bottom: 6px;
}

.admin-app .field input,
.admin-app .field select,
.admin-app .field textarea,
.admin-app .crm-filter-row input,
.admin-app .crm-filter-row select {
  border-radius: 8px;
  font-size: 13px;
  min-height: 40px;
  padding: 9px 11px;
}

.admin-app .field textarea {
  min-height: 92px;
}

.admin-app .primary-action,
.admin-app .secondary-action,
.admin-app .primary-inline,
.admin-app .danger-action {
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  min-height: 38px;
  padding: 9px 12px;
}

.admin-menu-heading {
  color: var(--muted-text);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0;
  margin: 14px 10px 4px;
  text-transform: none;
}

.admin-menu-spacer {
  border-top: 1px solid var(--border-soft);
  margin: 8px 0 0;
}

.admin-menu-group {
  display: grid;
  gap: 4px;
}

.admin-menu-group summary {
  align-items: center;
  border-radius: 8px;
  color: var(--navy-850);
  cursor: pointer;
  display: grid;
  font-size: 14px;
  font-weight: 520;
  grid-template-columns: minmax(0, 1fr) auto;
  list-style: none;
  min-height: 38px;
  padding: 9px 10px;
}

.admin-menu-group summary::-webkit-details-marker {
  display: none;
}

.admin-menu-group summary::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
  transform: rotate(90deg);
}

.admin-menu-group:not([open]) summary::after {
  transform: rotate(0deg);
}

.admin-submenu {
  border-left: 1px solid var(--border-soft);
  display: grid;
  gap: 4px;
  margin-left: 14px;
  padding-left: 8px;
}

.admin-sidebar-brand {
  align-items: center;
  border-bottom: 1px solid var(--border-soft);
  display: flex;
  gap: 10px;
  padding: 0 8px 12px;
}

.admin-sidebar-brand img {
  border-radius: 16px;
  display: block;
  height: 58px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: center;
  width: 58px;
}

.admin-sidebar-brand strong,
.admin-sidebar-user strong {
  color: var(--navy-850);
  font-size: 15px;
  font-weight: 760;
}

.admin-sidebar-brand div,
.admin-sidebar-user span {
  display: grid;
  min-width: 0;
}

.admin-sidebar-brand span,
.admin-sidebar-user span,
.admin-sidebar-user small {
  color: var(--muted-text);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.admin-sidebar-profile {
  border-top: 1px solid var(--border-soft);
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding: 12px 6px 2px;
}

.admin-sidebar-user {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 36px minmax(0, 1fr);
  padding: 7px;
  text-align: left;
  width: 100%;
}

.admin-sidebar-user:hover {
  background: var(--surface-soft);
}

.admin-sidebar-user img {
  aspect-ratio: 1;
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  width: 36px;
}

.admin-sidebar-user span {
  display: grid;
  min-width: 0;
}

.admin-sidebar-user strong,
.admin-sidebar-user small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-menu {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 12px;
}

.admin-app .profile-menu {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.16);
  bottom: 18px;
  left: 264px;
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  padding: 14px;
  position: fixed;
  width: 320px;
  z-index: 1800;
}

.profile-menu-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.profile-menu-heading strong {
  color: #18181b;
  font-size: 14px;
  font-weight: 700;
}

.profile-menu-heading button {
  align-items: center;
  background: #f4f5f7;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #27272a;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  width: 30px;
}

.profile-menu .field {
  margin-bottom: 10px;
}

.image-upload-field {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
}

.image-upload-title {
  color: var(--navy-850);
  font-size: 13px;
  font-weight: 900;
}

.image-upload-preview {
  align-items: center;
  background: var(--surface);
  border: 1px dashed var(--slate-200);
  border-radius: 10px;
  color: var(--muted-text);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 136px;
  overflow: hidden;
  padding: 14px;
  text-align: center;
}

.image-upload-preview img {
  display: block;
  height: 100%;
  max-height: 150px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.image-upload-avatar .image-upload-preview {
  border-radius: 50%;
  height: 96px;
  min-height: 96px;
  padding: 0;
  width: 96px;
}

.image-upload-avatar .image-upload-preview img {
  max-height: none;
  object-fit: cover;
}

.image-upload-logo .image-upload-preview {
  min-height: 96px;
}

.image-upload-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.image-upload-actions .secondary-action {
  cursor: pointer;
  min-height: 38px;
  padding: 9px 12px;
}

.image-upload-field small {
  color: var(--muted-text);
  font-size: 12px;
  font-weight: 700;
}

.admin-tab-panels {
  min-width: 0;
}

.period-selector {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  box-shadow: none;
  display: grid;
  gap: 5px;
  min-width: 170px;
  padding: 9px 10px;
}

.period-selector span {
  color: var(--muted-text);
  font-size: 11px;
  font-weight: 750;
  text-transform: none;
}

.period-selector select,
.crm-filter-row input,
.crm-filter-row select {
  background: var(--surface);
  border: 1px solid var(--slate-200);
  border-radius: 8px;
  color: var(--foreground);
  min-height: 38px;
  padding: 8px 10px;
}

.admin-tabs {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
}

.admin-tabs button,
.admin-store-link,
.admin-product-tabs button {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--muted-text);
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 520;
  gap: 9px;
  justify-content: flex-start;
  min-height: 38px;
  padding: 0 10px;
  text-align: left;
  white-space: nowrap;
}

.admin-tabs button,
.admin-store-link {
  width: 100%;
}

.admin-submenu button {
  min-height: 34px;
  padding-left: 8px;
}

.admin-nav-icon {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 7px;
  color: var(--blue-900);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 760;
  height: 23px;
  justify-content: center;
  letter-spacing: 0;
  width: 23px;
}

.admin-store-link small {
  color: var(--muted-text);
  margin-left: auto;
}

.admin-tabs button.is-active,
.admin-tabs button[aria-current="page"],
.admin-product-tabs button.is-active {
  background: var(--blue-900);
  color: #ffffff;
}

.admin-tabs button.is-active .admin-nav-icon,
.admin-tabs button[aria-current="page"] .admin-nav-icon {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.admin-store-link:hover,
.admin-menu-group summary:hover,
.admin-tabs button:hover {
  background: var(--surface-soft);
  color: var(--strong-text);
}

.admin-sidebar-usage {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin: 8px 4px;
  padding: 10px;
}

.admin-sidebar-usage div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.admin-sidebar-usage span,
.admin-sidebar-usage small {
  color: var(--muted-text);
  font-size: 11px;
  font-weight: 600;
}

.admin-sidebar-usage strong {
  color: var(--strong-text);
  font-size: 12px;
  font-weight: 760;
}

.admin-sidebar-usage i {
  background: var(--border-soft);
  border-radius: 999px;
  display: block;
  height: 6px;
  overflow: hidden;
  position: relative;
}

.admin-sidebar-usage i::before {
  background: var(--blue-900);
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  width: 0%;
}

.admin-sidebar-usage .secondary-action {
  min-height: 32px;
  padding: 7px 10px;
  width: 100%;
}

.admin-tab-panel {
  display: none;
}

.admin-tab-panel.is-active {
  display: grid;
  gap: 18px;
}

.admin-stat-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-stat-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  box-shadow: none;
  min-height: 96px;
  padding: 15px 16px;
}

.admin-stat-card span,
.admin-stat-card small {
  color: var(--muted-text);
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.admin-stat-card strong {
  color: var(--strong-text);
  display: block;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 760;
  line-height: 1.1;
  margin: 8px 0;
}

.admin-two-column,
.crm-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
}

.admin-bar-chart {
  align-items: end;
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(12, 1fr);
  height: 220px;
  padding: 14px;
}

.admin-bar-chart span {
  background: linear-gradient(180deg, var(--gold-500), #2f7de1);
  border-radius: 999px 999px 6px 6px;
  min-height: 0;
}

.chart-caption {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 16px;
}

.chart-caption strong {
  color: var(--navy-850);
  font-weight: 900;
}

.chart-caption span {
  color: var(--muted-text);
  font-size: 14px;
}

.status-breakdown {
  display: grid;
  gap: 18px;
}

.progress-line {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.progress-line span,
.progress-line strong {
  color: var(--navy-850);
  font-weight: 900;
}

.progress-line i {
  background: linear-gradient(90deg, var(--blue-900), var(--gold-500));
  border-radius: 999px;
  display: block;
  grid-column: 1 / -1;
  height: 10px;
}

.module-heading {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.module-heading.compact {
  align-items: center;
}

.admin-product-tabs {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  overflow-x: auto;
  padding: 10px;
}

.admin-search-panel {
  display: none;
}

.admin-search-panel.is-active {
  display: block;
}

.admin-choice-group {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.admin-choice-group legend {
  color: var(--navy-850);
  flex: 0 0 100%;
  font-weight: 900;
  margin-bottom: 2px;
}

.admin-choice {
  cursor: pointer;
}

.admin-choice input {
  inline-size: 1px;
  opacity: 0;
  position: absolute;
}

.admin-choice span {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  color: var(--navy-850);
  display: inline-flex;
  font-weight: 900;
  min-height: 44px;
  min-width: 124px;
  padding: 12px 16px;
  justify-content: center;
}

.admin-choice:has(input:checked) span {
  background: var(--blue-900);
  border-color: var(--blue-900);
  color: #ffffff;
}

.admin-toolbar {
  display: grid;
  gap: 18px;
}

.admin-toolbar-fields {
  align-items: end;
}

.secondary-action,
.primary-inline,
.danger-action {
  border: 0;
  border-radius: 10px;
  font-weight: 900;
  min-height: 44px;
  padding: 11px 15px;
  white-space: nowrap;
}

.primary-inline {
  background: var(--gold-500);
  color: var(--navy-850);
}

.secondary-action {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  color: var(--blue-900);
}

.danger-action {
  background: #ffecec;
  color: #a32323;
}

.admin-table-wrap {
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  margin-top: 8px;
  overflow-x: auto;
}

.tourism-marketplace-panel {
  display: grid;
  gap: 18px;
}

.tourism-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tourism-summary-grid article {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  padding: 16px;
}

.tourism-summary-grid strong {
  color: var(--navy-900);
  display: block;
  font-size: 26px;
  line-height: 1;
}

.tourism-summary-grid span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
}

.tourism-management-grid {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.weekday-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.weekday-picker label {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  color: var(--foreground);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  padding: 8px 10px;
}

@media (max-width: 980px) {
  .tourism-summary-grid,
  .tourism-management-grid {
    grid-template-columns: 1fr;
  }
}

.admin-table {
  border-collapse: collapse;
  min-width: 940px;
  width: 100%;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--border-soft);
  color: var(--foreground);
  padding: 14px 16px;
  text-align: left;
  white-space: nowrap;
}

.admin-table th {
  background: var(--surface-soft);
  color: var(--navy-850);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

[data-admin-tab-panel="reservations"] {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

[data-admin-tab-panel="reservations"] .admin-stat-grid,
[data-admin-tab-panel="reservations"] .session-panel,
[data-admin-tab-panel="reservations"] .admin-toolbar,
[data-admin-tab-panel="reservations"] .admin-toolbar-fields,
[data-admin-tab-panel="reservations"] .admin-table-wrap {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

[data-admin-tab-panel="reservations"] .admin-toolbar {
  gap: 12px;
}

[data-admin-tab-panel="reservations"] .admin-toolbar > .admin-action-row,
[data-admin-tab-panel="reservations"] .compact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

[data-admin-tab-panel="reservations"] .admin-table-wrap {
  overflow-x: auto;
  overscroll-behavior-x: contain;
}

[data-admin-tab-panel="reservations"] .admin-table {
  min-width: 0;
  table-layout: fixed;
  width: 100%;
}

[data-admin-tab-panel="reservations"] .admin-table th,
[data-admin-tab-panel="reservations"] .admin-table td {
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: normal;
}

[data-admin-tab-panel="reservations"] .admin-table-long-text {
  max-width: 220px;
}

[data-admin-tab-panel="reservations"] .admin-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 130px;
}

[data-admin-tab-panel="reservations"] .compact-button {
  font-size: 12px;
  min-height: 32px;
  padding: 7px 9px;
}

.table-primary-text,
.admin-table td small {
  display: block;
  min-width: 0;
}

.admin-table td small {
  color: var(--muted-text);
  font-size: 11px;
  line-height: 1.35;
  margin-top: 3px;
  overflow-wrap: anywhere;
}

.admin-modal-backdrop {
  align-items: center;
  background: rgba(4, 19, 40, 0.58);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 2500;
}

.admin-modal-backdrop[hidden] {
  display: none;
}

.admin-modal {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: 0 26px 80px rgba(4, 19, 40, 0.28);
  color: var(--foreground);
  max-height: min(760px, calc(100vh - 36px));
  max-width: 680px;
  overflow-y: auto;
  padding: 22px;
  position: relative;
  width: min(680px, 100%);
}

.admin-modal.compact-modal {
  max-width: 460px;
}

.admin-modal h3 {
  color: var(--strong-text);
  font-size: 22px;
  margin: 4px 0 14px;
}

.admin-modal p {
  color: var(--muted-text);
  line-height: 1.6;
}

.admin-modal-close {
  align-items: center;
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  color: var(--strong-text);
  cursor: pointer;
  display: inline-flex;
  font-size: 22px;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 34px;
}

.customer-list-heading {
  margin-bottom: 12px;
}

.customer-directory-panel {
  align-self: start;
  display: grid;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 14px;
}

.customer-directory-toolbar {
  align-items: center;
  background: var(--surface);
  border-bottom: 1px solid var(--border-soft);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-bottom: 12px;
}

.customer-directory-search {
  min-width: 0;
}

.customer-directory-search input {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  color: var(--strong-text);
  font: inherit;
  min-height: 40px;
  padding: 9px 12px;
  width: 100%;
}

.customer-directory-search input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(21, 105, 214, 0.12);
  outline: none;
}

.customer-directory-count {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  color: var(--muted-text);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 9px;
  white-space: nowrap;
}

.customer-directory-list {
  align-content: start;
  max-height: min(560px, 62vh);
  min-height: 160px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 5px;
  scrollbar-color: rgba(15, 42, 68, 0.28) transparent;
  scrollbar-width: thin;
}

.customer-directory-list::-webkit-scrollbar {
  width: 7px;
}

.customer-directory-list::-webkit-scrollbar-thumb {
  background: rgba(15, 42, 68, 0.25);
  border-radius: 999px;
}

.customer-list-item {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 12px;
}

.admin-list-item-main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.customer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.customer-actions .secondary-action,
.customer-actions .danger-action {
  min-height: 32px;
  padding: 6px 9px;
}

.admin-app .integration-list-item {
  align-items: flex-start;
  grid-template-columns: minmax(0, 1fr) auto;
}

.admin-app .integration-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.admin-app .admin-status-pill.is-default {
  background: rgba(15, 42, 68, 0.1);
  color: #0f2a44;
}

.admin-app .integrations-list-panel {
  grid-column: 1 / -1;
}

.partner-api-secret-box {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(0, 74, 173, 0.18);
  border-radius: 12px;
  background: #f3f8ff;
  color: #0b1d3a;
}

.partner-api-secret-box code {
  display: block;
  overflow-x: auto;
  padding: 12px;
  border-radius: 10px;
  background: #061b3a;
  color: #ffffff;
  font-size: 13px;
  white-space: nowrap;
}

.partner-api-client-item {
  align-items: flex-start;
}

.admin-app .marketing-preview-panel {
  margin-top: 14px;
}

.admin-app .marketing-preview-frame {
  background: #ffffff;
  border: 1px solid rgba(15, 42, 68, 0.12);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  height: min(620px, 72vh);
  width: 100%;
}

/* Painel VAZANDO: linguagem visual compacta inspirada em SaaS de turismo. */
.admin-app {
  background: #f7f8fa;
  color: #18181b;
  font-size: 13px;
  line-height: 1.35;
}

.admin-app-workspace {
  grid-template-columns: 252px minmax(0, 1fr);
}

.admin-main {
  gap: 14px;
  padding: 14px clamp(18px, 2vw, 28px) 30px;
}

.admin-app-topbar {
  gap: 10px;
  grid-template-columns: minmax(160px, auto) minmax(220px, 360px) 40px 40px;
  justify-content: end;
  min-height: 44px;
}

.admin-breadcrumb {
  color: #6b7280;
  font-size: 13px;
  gap: 8px;
}

.admin-breadcrumb span::after {
  margin-left: 8px;
}

.admin-breadcrumb strong {
  color: #18181b;
  font-size: 14px;
  font-weight: 650;
}

.admin-topbar-search {
  border-color: #e5e7eb;
  border-radius: 10px;
  min-height: 40px;
  padding: 0 12px;
}

.admin-topbar-search span {
  color: #6b7280;
  font-size: 0;
  margin-right: 8px;
}

.admin-topbar-search span::before {
  content: "⌕";
  font-size: 17px;
  line-height: 1;
}

.admin-topbar-search input {
  color: #18181b;
  font-size: 14px;
  min-height: 38px;
}

.admin-icon-button,
.admin-theme-toggle {
  border-color: #e5e7eb;
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

.admin-icon-button svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 21px;
}

.admin-app .admin-sidebar {
  background: #ffffff;
  border-color: #e5e7eb;
  padding: 12px 10px;
}

.admin-sidebar-brand {
  gap: 9px;
  padding: 0 8px 12px;
}

.admin-sidebar-brand img {
  border-radius: 16px;
  height: 58px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: center;
  width: 58px;
}

.admin-sidebar-brand strong,
.admin-sidebar-user strong {
  color: #171717;
  font-size: 14px;
  font-weight: 700;
}

.admin-sidebar-brand span,
.admin-sidebar-user span,
.admin-sidebar-user small {
  color: #6b7280;
  font-size: 12px;
}

.admin-tabs {
  gap: 2px;
}

.admin-tabs button,
.admin-store-link,
.admin-menu-group summary {
  border-radius: 9px;
  color: #27272a;
  font-size: 14px;
  font-weight: 450;
  min-height: 36px;
  padding: 0 10px;
}

.admin-submenu {
  gap: 1px;
  margin-left: 12px;
  padding-left: 8px;
}

.admin-submenu button {
  color: #3f3f46;
  font-size: 13px;
  min-height: 32px;
}

.admin-menu-heading {
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  margin: 16px 10px 6px;
}

.admin-tabs button.is-active,
.admin-tabs button[aria-current="page"],
.admin-product-tabs button.is-active {
  background: #0f2a44;
  color: #ffffff;
}

.admin-store-link:hover,
.admin-menu-group summary:hover,
.admin-tabs button:hover {
  background: #f3f4f6;
  color: #111827;
}

.admin-sidebar-usage {
  background: #fbfbfc;
  border-color: #e5e7eb;
  border-radius: 10px;
  margin: 10px 4px;
  padding: 10px;
}

.admin-sidebar-profile {
  border-color: #e5e7eb;
  padding: 10px 4px 2px;
}

.admin-sidebar-user {
  border-radius: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 6px;
}

.admin-sidebar-user img {
  height: 34px;
  width: 34px;
}

.admin-console-header {
  background: transparent;
  border: 0;
  gap: 12px;
  margin: 2px 0 0;
}

.admin-console-header .panel-kicker {
  display: none;
}

.admin-console-header h2,
.module-heading h3 {
  color: #171717;
  font-size: 18px;
  font-weight: 680;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 3px;
}

.admin-console-header p,
.module-heading p {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.4;
  max-width: 680px;
}

.admin-console-header p:not(.form-note) {
  display: none;
}

.period-selector {
  border-color: #e5e7eb;
  border-radius: 10px;
  min-width: 154px;
  padding: 8px 10px;
}

.period-selector span {
  color: #6b7280;
  font-size: 11px;
}

.period-selector select,
.crm-filter-row input,
.crm-filter-row select {
  border-color: #e5e7eb;
  border-radius: 9px;
  font-size: 13px;
  min-height: 36px;
  padding: 7px 9px;
}

.admin-tab-panel.is-active {
  gap: 14px;
}

.admin-stat-grid {
  gap: 12px;
}

.admin-stat-card {
  border-color: #e5e7eb;
  border-radius: 10px;
  min-height: 92px;
  padding: 15px 16px;
}

.admin-stat-card span,
.admin-stat-card small {
  color: #6b7280;
  font-size: 12px;
  font-weight: 520;
}

.admin-stat-card strong {
  color: #050505;
  font-size: 28px;
  font-weight: 720;
  line-height: 1;
  margin: 8px 0 9px;
}

.admin-app .session-panel,
.admin-app .admin-product-tabs,
.admin-app .admin-table-wrap,
.admin-app .experience-calendar,
.admin-app .supplier-api-fields,
.admin-app .profile-menu {
  border-color: #e5e7eb;
  border-radius: 10px;
}

.admin-app .session-panel {
  padding: 16px;
}

.admin-app .api-form-grid {
  gap: 10px;
}

.admin-app .field span,
.admin-app .image-upload-title,
.admin-app .panel-kicker,
.admin-choice-group legend {
  color: #52525b;
  font-size: 12px;
  font-weight: 600;
}

.admin-app .field input,
.admin-app .field select,
.admin-app .field textarea,
.admin-app .crm-filter-row input,
.admin-app .crm-filter-row select {
  border-color: #e5e7eb;
  border-radius: 9px;
  color: #18181b;
  font-size: 13px;
  min-height: 38px;
  padding: 8px 10px;
}

.admin-app .field textarea {
  min-height: 82px;
}

.admin-app .primary-action,
.admin-app .secondary-action,
.admin-app .primary-inline,
.admin-app .danger-action {
  border-radius: 9px;
  font-size: 13px;
  font-weight: 620;
  min-height: 36px;
  padding: 8px 12px;
}

.primary-inline {
  background: #0f2a44;
  color: #ffffff;
}

.secondary-action {
  background: #ffffff;
  border-color: #e5e7eb;
  color: #1f2937;
}

.admin-product-tabs {
  border-radius: 10px;
  gap: 6px;
  padding: 6px;
}

.admin-product-tabs button {
  font-size: 13px;
  min-height: 34px;
  padding: 0 12px;
}

.admin-choice-group {
  gap: 8px;
  margin-top: 14px;
}

.admin-choice span {
  border-color: #e5e7eb;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 620;
  min-height: 38px;
  min-width: 108px;
  padding: 9px 12px;
}

.admin-choice:has(input:checked) span {
  background: #0f2a44;
  border-color: #0f2a44;
}

.admin-two-column,
.crm-grid {
  gap: 14px;
}

.admin-bar-chart {
  border-color: #e5e7eb;
  border-radius: 10px;
  gap: 6px;
  height: 180px;
  padding: 12px;
}

.chart-caption {
  margin-top: 12px;
}

.chart-caption strong,
.progress-line span,
.progress-line strong {
  color: #18181b;
  font-size: 13px;
  font-weight: 650;
}

.chart-caption span {
  color: #6b7280;
  font-size: 12px;
}

.status-breakdown {
  gap: 14px;
}

.progress-line i {
  height: 7px;
}

.admin-table-wrap {
  border-color: #e5e7eb;
  border-radius: 10px;
}

.admin-table th,
.admin-table td {
  font-size: 13px;
  padding: 11px 13px;
}

.admin-table th {
  color: #52525b;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.module-heading {
  gap: 14px;
}

.settings-section-title {
  margin-top: 18px;
  padding-top: 18px;
}

.settings-section-title strong {
  color: #18181b;
  font-size: 15px;
  font-weight: 680;
}

.settings-section-title span {
  color: #6b7280;
  font-size: 12px;
}

.admin-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

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

.integration-catalog {
  grid-column: 1 / -1;
}

.integration-card-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.integration-card {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  padding: 14px;
}

.integration-logo {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  color: #061b3a;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  letter-spacing: 0;
  padding: 8px;
  width: 100%;
}

.integration-logo img {
  display: block;
  height: 48px;
  max-width: 120px;
  object-fit: contain;
  width: 100%;
}

.integration-card-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.integration-card-actions .compact-button {
  flex: 1;
  justify-content: center;
  min-height: 34px;
}

.integration-card-actions .ghost {
  background: #ffffff;
}

.integration-card strong,
.creative-list-item strong,
.message-card strong {
  color: #18181b;
  display: block;
  font-size: 14px;
}

.integration-card span,
.integration-card p,
.integration-card small,
.creative-list-item span,
.creative-list-item small,
.message-card span,
.message-card small {
  color: #6b7280;
  font-size: 12px;
}

.integration-card p {
  margin: 3px 0 0;
}

@media (max-width: 1280px) {
  .integration-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .integration-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.admin-inline-search {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  color: #18181b;
  min-height: 38px;
  padding: 9px 12px;
}

.crm-inbox-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
}

.message-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  display: grid;
  gap: 5px;
  padding: 12px;
}

.message-card:hover {
  border-color: #0f2a44;
}

.message-card em {
  align-items: center;
  background: #ffb423;
  border-radius: 999px;
  color: #061b3a;
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.crm-thread-messages {
  display: grid;
  gap: 10px;
  margin: 16px 0;
  max-height: 440px;
  overflow: auto;
}

.crm-quick-replies {
  background: #f7faff;
  border: 1px solid #dbe7f6;
  border-radius: 14px;
  display: grid;
  gap: 10px;
  margin: 12px 0;
  padding: 12px;
}

.crm-quick-replies-header {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.crm-quick-replies-header strong {
  color: #061b3a;
  font-size: 13px;
  font-weight: 900;
}

.crm-quick-replies-header select {
  background: #ffffff;
  border: 1px solid #d8dfeb;
  border-radius: 10px;
  color: #061b3a;
  font-size: 12px;
  font-weight: 800;
  min-height: 34px;
  padding: 6px 10px;
}

.crm-quick-reply-list {
  display: flex;
  gap: 8px;
  max-height: 150px;
  overflow: auto;
  padding-bottom: 2px;
}

.crm-quick-reply-chip {
  background: #ffffff;
  border: 1px solid #d8dfeb;
  border-radius: 12px;
  color: #14284a;
  cursor: pointer;
  flex: 0 0 220px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px;
  text-align: left;
}

.crm-quick-reply-chip:hover {
  border-color: #ffb423;
  box-shadow: 0 8px 18px rgba(6, 27, 58, 0.08);
}

.crm-quick-reply-chip span {
  color: #667085;
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.crm-message-bubble {
  background: #f7faff;
  border: 1px solid #dbe7f6;
  border-radius: 12px;
  padding: 11px 13px;
}

.crm-message-bubble.is-agent {
  background: #061b3a;
  border-color: #061b3a;
  color: #ffffff;
  margin-left: 40px;
}

.crm-message-bubble.is-internal {
  background: #fff8e8;
  border-color: #ffdf94;
}

.crm-message-bubble p {
  margin: 4px 0 0;
}

.compact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.access-summary-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin-bottom: 16px;
}

.user-role-capability-panel {
  background: linear-gradient(135deg, rgba(6, 42, 103, 0.08), rgba(14, 165, 233, 0.08));
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 14px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  margin: 18px 0;
  padding: 16px;
}

.user-role-capability-panel strong {
  color: var(--navy-850);
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-top: 4px;
}

.user-role-capability-panel p {
  color: var(--muted-text);
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0 0;
}

.user-role-capability-list {
  align-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.user-role-capability-list span {
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  color: var(--navy-850);
  font-size: 11px;
  font-weight: 800;
  padding: 7px 10px;
}

.access-summary-grid article {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 18px;
}

.access-summary-grid span {
  color: var(--muted-text);
  font-size: 12px;
  font-weight: 700;
}

.access-summary-grid strong {
  color: var(--navy-850);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.access-summary-grid small {
  color: var(--muted-text);
  font-size: 12px;
}

.access-table-wrap {
  min-width: 0;
}

.access-users-list {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.access-user-card {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr) auto;
  padding: 13px;
}

.access-user-main {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.access-user-avatar {
  align-items: center;
  background: linear-gradient(135deg, #062a67, #0ea5e9);
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.access-user-cell {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.access-user-cell strong {
  color: var(--navy-850);
  font-size: 13px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.access-user-cell span {
  color: var(--muted-text);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.access-user-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.access-user-meta small {
  color: var(--muted-text);
  font-size: 11px;
  line-height: 1.2;
}

.role-pill {
  align-items: center;
  background: #eef4ff;
  border: 1px solid #c7d9ff;
  border-radius: 999px;
  color: #0f3b78;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  min-height: 28px;
  padding: 6px 10px;
  white-space: nowrap;
}

.role-owner {
  background: #fff7e6;
  border-color: #ffd58a;
  color: #8a5600;
}

.role-admin {
  background: #ecfeff;
  border-color: #a5f3fc;
  color: #155e75;
}

.role-seller,
.role-employee {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
}

.role-customer {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #475569;
}

.status-active {
  background: #dcfce7;
  color: #166534;
}

.status-pending {
  background: #fef3c7;
  color: #92400e;
}

.status-disabled {
  background: #fee2e2;
  color: #991b1b;
}

.table-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.table-actions .secondary-action,
.table-actions .danger-action {
  border-radius: 8px;
  font-size: 12px;
  min-height: 32px;
  padding: 7px 10px;
}

.danger-action:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.agent-operations-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  margin-top: 18px;
}

.agent-overview-panel {
  align-self: start;
}

.agent-control-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.agent-control-list article {
  align-items: start;
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 12px;
}

.agent-control-list strong {
  align-items: center;
  background: #0f2a44;
  border-radius: 10px;
  color: #ffffff;
  display: flex;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.agent-control-list span {
  color: var(--muted-text);
  font-size: 13px;
  line-height: 1.4;
}

.agents-list {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.agent-card {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.agent-card-head {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.agent-card-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.agent-card-metrics div {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
}

.agent-card-metrics span {
  color: var(--muted-text);
  font-size: 11px;
  font-weight: 800;
}

.agent-card-metrics strong {
  color: var(--navy-850);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agent-permissions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.agent-permissions span {
  background: #eef4ff;
  border: 1px solid #c7d9ff;
  border-radius: 999px;
  color: #0f3b78;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 9px;
}

.agent-empty-state {
  background: var(--surface-soft);
  border: 1px dashed var(--border-soft);
  border-radius: 14px;
  display: grid;
  gap: 8px;
  justify-items: start;
  padding: 22px;
}

.agent-empty-state strong {
  color: var(--navy-850);
  font-size: 16px;
}

.agent-empty-state span {
  color: var(--muted-text);
  font-size: 13px;
  line-height: 1.45;
}

.settings-section-title {
  border-top: 1px solid var(--border-soft);
  display: grid;
  gap: 5px;
  margin-top: 24px;
  padding-top: 22px;
}

.settings-section-title:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.settings-section-title strong {
  color: var(--navy-850);
  font-size: 18px;
  font-weight: 900;
}

.settings-section-title span {
  color: var(--muted-text);
  font-size: 14px;
  line-height: 1.45;
}

.admin-drawer {
  border-color: rgba(6, 42, 103, 0.28);
}

.supplier-api-fields {
  background: var(--surface-soft);
  border: 1px dashed var(--blue-900);
  border-radius: 14px;
  margin-top: 18px;
  padding: 18px;
}

.experience-calendar {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  margin-top: 22px;
  padding: 20px;
}

.schedule-days {
  margin-bottom: 16px;
}

.admin-app .settings-section-title {
  margin-top: 18px;
  padding-top: 18px;
}

.admin-app .settings-section-title strong {
  color: #18181b;
  font-size: 15px;
  font-weight: 680;
}

.admin-app .settings-section-title span {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.4;
}

.admin-app .supplier-api-fields,
.admin-app .experience-calendar {
  border-color: #e5e7eb;
  border-radius: 10px;
  margin-top: 14px;
  padding: 16px;
}

.pipeline {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.pipeline article,
.message-list article,
.report-grid article {
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  display: grid;
  gap: 6px;
  padding: 14px;
}

.pipeline strong,
.message-list strong,
.report-grid strong {
  color: var(--navy-850);
  font-weight: 900;
}

.pipeline span,
.pipeline small,
.message-list span,
.report-grid span {
  color: var(--muted-text);
  font-size: 13px;
  line-height: 1.4;
}

.search-box,
.card,
.access-panel,
.session-panel,
.reservation-form,
.timeline-panel,
.contact-form,
.contact-info,
.filters-panel,
.results-toolbar,
.results-alert,
.result-card,
.metric,
.admin-list-item,
.reservation-list,
.empty-state,
.flight-offer,
.multi-city-fields,
.toggle-field {
  background: var(--surface);
  border-color: var(--border-soft);
  color: var(--foreground);
}

.dashboard-page,
.reservations-page,
.contact-page,
.results-page {
  background: var(--page-soft);
}

.field span,
.cabin-selector legend,
.passenger-line strong,
.multi-city-title strong,
.filter-group label,
.filter-group legend,
.filter-heading strong,
.section-title,
.section-heading h2,
.section-heading h1,
.auth-card h1,
.dashboard-page h1,
.reservations-page h1,
.access-panel h3,
.session-panel h3,
.timeline-panel h3,
.contact-info h2,
.reservation-list strong,
.airline-block strong,
.route-time strong,
.price-block strong,
.results-intro h1,
.results-toolbar strong,
.admin-list-item strong,
.pipeline strong,
.message-list strong,
.report-grid strong {
  color: var(--strong-text);
}

.field input,
.field select,
.field textarea,
.passenger-toggle,
.filter-group select,
.sort-field select,
.crm-filter-row input,
.crm-filter-row select,
.period-selector select {
  background: var(--input-bg);
  border-color: var(--border-soft);
  color: var(--foreground);
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--muted-text);
}

.section-heading p,
.section-note,
.auth-card p,
.session-panel p,
.contact-info p,
.metric span,
.metric small,
.admin-list-item span,
.admin-list-item small,
.reservation-list p,
.mini-reservation small,
.card-body p,
.card-body small,
.filter-group > span,
.filter-check,
.results-toolbar p,
.results-alert span,
.airline-block span,
.route-time span,
.flight-detail,
.price-block span,
.flight-offer span,
.multi-city-title span,
.passenger-line small,
.form-note,
.empty-state {
  color: var(--soft-text);
}

:root[data-theme="dark"] .search-topbar,
:root[data-theme="dark"] .currency-box,
:root[data-theme="dark"] footer {
  background: var(--navy-950);
}

:root[data-theme="dark"] .company {
  background: #ffffff;
}

:root[data-theme="dark"] .date-field input {
  background: var(--input-bg);
  color-scheme: dark;
}

:root[data-theme="dark"] .return-date-field.is-disabled input,
:root[data-theme="dark"] .quantity-control button:disabled {
  background: #172840;
  color: #8396ad;
}

:root[data-theme="dark"] .contact-methods span,
:root[data-theme="dark"] .flight-tags span,
:root[data-theme="dark"] .filter-heading button,
:root[data-theme="dark"] .admin-status-pill {
  background: #172840;
  border-color: #2f4664;
  color: #b9d7ff;
}

.crm-filter-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.mini-record-form {
  border-top: 1px solid var(--border-soft);
  margin-top: 18px;
  padding-top: 18px;
}

.messages-panel {
  margin-top: 24px;
}

.message-list {
  display: grid;
  gap: 12px;
}

.report-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.quote-print-template {
  display: none;
}

.quote-document {
  background: #ffffff;
  color: #14171f;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  margin: 0 auto;
  max-width: 820px;
  padding: 34px;
}

.quote-document-header {
  align-items: start;
  border-bottom: 2px solid #111827;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
}

.quote-document-header div {
  display: grid;
  gap: 4px;
}

.quote-document-header div:last-child {
  text-align: right;
}

.quote-brand {
  color: #061b3a;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: 0;
}

.quote-logo {
  display: block;
  height: auto;
  margin-bottom: 6px;
  max-height: 64px;
  max-width: 220px;
  object-fit: contain;
}

.quote-document-header span,
.quote-document-header small,
.quote-document-grid span,
.quote-document-footer,
.quote-document-notes small {
  color: #667085;
  font-size: 12px;
  font-weight: 650;
}

.quote-document-header div:last-child strong {
  color: #061b3a;
  font-size: 20px;
  font-weight: 850;
}

.quote-document-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0;
}

.quote-document-grid div {
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  min-height: 76px;
  padding: 12px;
}

.quote-document-grid strong {
  color: #111827;
  font-size: 13px;
  font-weight: 760;
  overflow-wrap: anywhere;
}

.quote-document-table {
  border-collapse: collapse;
  width: 100%;
}

.quote-document-table th,
.quote-document-table td {
  border-bottom: 1px solid #e5eaf1;
  font-size: 13px;
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

.quote-document-table th {
  background: #f5f7fb;
  color: #111827;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-document-table th:nth-child(2),
.quote-document-table th:nth-child(3),
.quote-document-table td:nth-child(2),
.quote-document-table td:nth-child(3) {
  text-align: right;
  white-space: nowrap;
}

.quote-document-bottom {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 270px;
  margin-top: 24px;
}

.quote-document-notes {
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.quote-document-notes strong {
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.quote-document-notes p {
  color: #40516b;
  font-size: 13px;
  line-height: 1.55;
}

.quote-document-policy {
  background: #f8fbff;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 15px;
}

.quote-document-policy strong {
  color: #061b3a;
  font-size: 13px;
  font-weight: 850;
}

.quote-document-policy p,
.quote-document-policy li {
  color: #40516b;
  font-size: 12px;
  line-height: 1.55;
}

.quote-document-policy ul {
  display: grid;
  gap: 5px;
  margin: 4px 0 0 18px;
}

.quote-document-totals {
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  display: grid;
  overflow: hidden;
}

.quote-document-totals div {
  align-items: center;
  border-bottom: 1px solid #e5eaf1;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 13px;
}

.quote-document-totals div:last-child {
  border-bottom: 0;
}

.quote-document-totals span {
  color: #667085;
  font-size: 12px;
  font-weight: 650;
}

.quote-document-totals strong {
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.quote-document-totals .quote-total {
  background: #061b3a;
}

.quote-document-totals .quote-total span,
.quote-document-totals .quote-total strong {
  color: #ffffff;
}

.quote-document-totals .quote-total strong {
  font-size: 18px;
}

.quote-document-footer {
  border-top: 1px solid #dfe7f2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 14px;
}

@media print {
  body.printing-quote {
    background: #ffffff !important;
  }

  body.printing-quote > *:not(.quote-print-template) {
    display: none !important;
  }

  body.printing-quote .quote-print-template {
    display: block !important;
  }

  body.printing-quote .quote-document {
    max-width: none;
    min-height: 100vh;
    padding: 0;
  }

  @page {
    margin: 18mm;
    size: A4;
  }
}

:root[data-theme="dark"] .dashboard-page,
:root[data-theme="dark"] .reservations-page,
:root[data-theme="dark"] .contact-page {
  background: var(--background);
}

:root[data-theme="dark"] .access-panel,
:root[data-theme="dark"] .session-panel,
:root[data-theme="dark"] .reservation-form,
:root[data-theme="dark"] .timeline-panel,
:root[data-theme="dark"] .contact-form,
:root[data-theme="dark"] .contact-info,
:root[data-theme="dark"] .admin-stat-card,
:root[data-theme="dark"] .period-selector,
:root[data-theme="dark"] .admin-tabs,
:root[data-theme="dark"] .admin-sidebar,
:root[data-theme="dark"] .admin-product-tabs,
:root[data-theme="dark"] .search-box,
:root[data-theme="dark"] .result-card,
:root[data-theme="dark"] .results-toolbar,
:root[data-theme="dark"] .filters-panel,
:root[data-theme="dark"] .results-alert,
:root[data-theme="dark"] .access-summary-grid article,
:root[data-theme="dark"] .user-role-capability-panel {
  background: var(--surface);
  border-color: var(--border-soft);
}

:root[data-theme="dark"] .metric,
:root[data-theme="dark"] .reservation-list,
:root[data-theme="dark"] .toggle-field,
:root[data-theme="dark"] .admin-list-item,
:root[data-theme="dark"] .selected-offer,
:root[data-theme="dark"] .flight-tags span,
:root[data-theme="dark"] .contact-methods span {
  background: var(--surface-soft);
  border-color: var(--border-soft);
}

:root[data-theme="dark"] .access-user-cell strong,
:root[data-theme="dark"] .access-summary-grid strong,
:root[data-theme="dark"] .user-role-capability-panel strong {
  color: var(--foreground);
}

:root[data-theme="dark"] .user-role-capability-list span {
  background: var(--surface-soft);
  border-color: var(--border-soft);
  color: var(--foreground);
}

:root[data-theme="dark"] input,
:root[data-theme="dark"] select,
:root[data-theme="dark"] textarea {
  background: #0b1728;
  border-color: var(--border-soft);
  color: var(--foreground);
}

:root[data-theme="dark"] .auth-card,
:root[data-theme="dark"] .card,
:root[data-theme="dark"] .company {
  background: var(--surface);
}

.selected-offer {
  background: #fff7e4;
  border: 1px solid #ffd889;
  border-radius: 12px;
  color: var(--navy-850);
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 18px;
  padding: 15px;
}

.reservation-warning {
  background: #fff8e6;
  border: 1px solid #f4cf76;
  border-radius: 12px;
  color: #614512;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 18px;
  padding: 14px;
}

:root[data-theme="dark"] .selected-offer {
  background: var(--surface-soft);
  border-color: var(--border-soft);
  color: var(--foreground);
}

:root[data-theme="dark"] .reservation-warning {
  background: #2d2411;
  border-color: #755b1f;
  color: #ffe1a0;
}

.reservation-steps {
  counter-reset: none;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 18px 0 24px;
}

.reservation-steps li {
  align-items: center;
  color: #243a5a;
  display: flex;
  font-weight: 800;
  gap: 12px;
}

.reservation-steps span {
  align-items: center;
  background: var(--gold-500);
  border-radius: 50%;
  color: var(--navy-850);
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 13px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.reservation-list {
  background: #f8fafd;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 16px;
}

.reservation-list strong {
  color: var(--navy-850);
  display: block;
  margin-bottom: 10px;
}

.reservation-list p {
  color: #667085;
  line-height: 1.45;
}

.mini-reservation {
  border-top: 1px solid #e0e7f1;
  padding: 12px 0;
}

.mini-reservation:first-of-type {
  border-top: 0;
}

.mini-reservation span {
  color: #087443;
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-reservation small {
  color: #667085;
  display: block;
  line-height: 1.45;
  margin-top: 4px;
}

.b2b-section {
  background: #f5f7fb;
  padding: 64px 6% 24px;
}

.b2b-module-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 32px auto;
  max-width: 1180px;
}

.b2b-module-card {
  background: #ffffff;
  border: 1px solid rgba(15, 42, 68, 0.1);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(7, 27, 56, 0.08);
  min-height: 184px;
  padding: 24px;
}

.b2b-module-card strong {
  color: var(--navy-850);
  display: block;
  font-size: 18px;
  font-weight: 950;
  margin-bottom: 10px;
}

.b2b-module-card p {
  color: #52647a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.b2b-command-center {
  align-items: start;
  background: linear-gradient(135deg, #061b3a, #0a356f);
  border-radius: 18px;
  color: #ffffff;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.9fr 1.1fr;
  margin: 0 auto;
  max-width: 1180px;
  padding: 34px;
}

.b2b-command-center h2 {
  color: #ffffff;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: 0;
  margin: 8px 0 12px;
}

.b2b-command-center p {
  color: #d9e4f4;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.b2b-command-center ol {
  counter-reset: b2b-step;
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.b2b-command-center li {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: #ffffff;
  display: grid;
  font-size: 14px;
  font-weight: 850;
  gap: 14px;
  grid-template-columns: auto 1fr;
  line-height: 1.45;
  padding: 14px;
}

.b2b-command-center li::before {
  align-items: center;
  background: var(--gold-500);
  border-radius: 50%;
  color: var(--navy-850);
  content: counter(b2b-step);
  counter-increment: b2b-step;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.travel-section {
  padding: 60px 6%;
}

.section-title {
  color: var(--navy-850);
  font-size: clamp(26px, 3vw, 30px);
  font-weight: 900;
  margin-bottom: 30px;
  text-align: center;
}

.section-note {
  color: #5f6f86;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
  margin: -14px auto 28px;
  max-width: 760px;
  text-align: center;
}

.companies {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 55px;
}

.company {
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  color: var(--navy-850);
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 86px;
  padding: 18px;
  text-align: center;
}

.company img {
  display: block;
  height: 38px;
  max-width: 126px;
  object-fit: contain;
  width: 100%;
}

.offers {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}

.card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.card:hover {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  transform: translateY(-6px);
}

.card-img {
  background-position: center;
  background-size: cover;
  height: 170px;
  position: relative;
}

.card-img::after {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  content: "";
  inset: 0;
  position: absolute;
}

.city {
  bottom: 15px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  left: 15px;
  position: absolute;
  z-index: 2;
}

.card-body {
  padding: 20px;
}

.card-body small {
  color: var(--slate-500);
  font-size: 13px;
  font-weight: 700;
}

.price {
  color: var(--blue-900);
  font-size: 28px;
  font-weight: 900;
  margin: 8px 0;
}

.card-body p {
  color: var(--slate-500);
  font-size: 14px;
  margin-bottom: 15px;
}

.card-body button {
  background: var(--navy-900);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 800;
  min-height: 46px;
  padding: 14px;
  width: 100%;
}

.currency-box {
  align-items: center;
  background: var(--navy-850);
  border-radius: 18px;
  color: #ffffff;
  display: grid;
  gap: 25px;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 50px;
  padding: 35px;
}

.currency-box h2 {
  font-size: clamp(24px, 2.8vw, 28px);
  font-weight: 900;
  margin-bottom: 10px;
}

.currency-box p {
  color: #d8e6f8;
  line-height: 1.55;
}

.currency-box span {
  color: var(--gold-500);
  font-weight: 900;
}

.payments {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.pay {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(216, 226, 239, 0.9);
  border-radius: 8px;
  color: var(--navy-850);
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  padding: 0;
  width: 142px;
}

.pay img {
  display: block;
  height: 32px;
  max-width: 112px;
  object-fit: contain;
  width: auto;
}

.pay-logo-row {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.pay-logo-row img {
  flex: 0 0 auto;
}

.results-page {
  background:
    linear-gradient(180deg, #eef3f9 0, #f5f7fb 360px);
}

.results-intro {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.results-intro h1 {
  color: var(--navy-850);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 10px;
}

.results-intro p {
  color: #5b6b80;
  font-size: 17px;
  line-height: 1.55;
  max-width: 760px;
}

.results-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 0.28fr) minmax(0, 1fr);
}

.filters-panel,
.results-toolbar,
.results-alert,
.result-card {
  background: #ffffff;
  border: 1px solid #dfe7f2;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(7, 27, 56, 0.08);
}

.filters-panel {
  display: grid;
  gap: 20px;
  padding: 22px;
  position: sticky;
  top: 104px;
}

.filter-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.filter-heading strong {
  color: var(--navy-850);
  font-size: 20px;
  font-weight: 900;
}

.filter-heading button {
  background: #eef3f9;
  border: 0;
  border-radius: 999px;
  color: var(--blue-900);
  font-size: 13px;
  font-weight: 900;
  padding: 8px 12px;
}

.filter-group {
  border: 0;
  display: grid;
  gap: 10px;
  margin: 0;
}

.filter-group label,
.filter-group legend {
  color: var(--navy-850);
  font-size: 14px;
  font-weight: 900;
}

.filter-group select,
.filter-group input[type="range"] {
  width: 100%;
}

.filter-group select {
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  color: var(--foreground);
  min-height: 44px;
  padding: 10px 12px;
}

.filter-group > span {
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.filter-check {
  align-items: center;
  color: #40516b;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
}

.filter-check input {
  accent-color: var(--blue-900);
}

.results-content {
  display: grid;
  gap: 18px;
}

.results-toolbar {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 20px;
}

.results-toolbar strong {
  color: var(--navy-850);
  display: block;
  font-size: 20px;
  font-weight: 900;
}

.results-toolbar p {
  color: #667085;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 4px;
}

.sort-field {
  display: grid;
  gap: 6px;
  min-width: 220px;
}

.sort-field span {
  color: #667085;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sort-field select {
  border: 1px solid var(--slate-200);
  border-radius: 10px;
  min-height: 46px;
  padding: 10px 12px;
}

.results-alert {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 16px 20px;
}

.results-alert strong {
  color: var(--blue-900);
  font-weight: 900;
}

.results-alert span {
  color: #667085;
  font-size: 14px;
  line-height: 1.4;
}

.results-alert button {
  background: #fff2d1;
  border: 1px solid #ffd889;
  border-radius: 10px;
  color: var(--navy-850);
  font-weight: 900;
  min-height: 42px;
  padding: 10px 14px;
}

.results-list {
  display: grid;
  gap: 16px;
}

.result-card {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(160px, 0.9fr) minmax(0, 1.8fr) minmax(170px, 0.7fr);
  padding: 20px;
}

.airline-block {
  align-items: center;
  display: flex;
  gap: 12px;
}

.airline-logo {
  align-items: center;
  background: var(--navy-850);
  border-radius: 14px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 52px;
  font-size: 15px;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  letter-spacing: 0;
  width: 52px;
}

.airline-logo.has-image {
  background: #ffffff;
  border: 1px solid rgba(11, 29, 58, 0.1);
  padding: 8px;
}

.airline-logo.has-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.airline-block strong,
.route-time strong,
.price-block strong {
  color: var(--navy-850);
  display: block;
  font-weight: 900;
}

.airline-block span,
.route-time span,
.flight-detail,
.price-block span {
  color: #667085;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 4px;
}

.route-timeline {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(120px, 1fr) auto;
}

.route-time strong {
  font-size: 24px;
}

.route-line {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 10px 1fr 10px;
}

.route-line::before,
.route-line::after {
  background: var(--blue-900);
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
}

.route-line span {
  border-top: 2px dashed #c7d4e5;
  display: block;
}

.flight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.flight-tags span {
  background: #eef3f9;
  border-radius: 999px;
  color: #40516b;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
}

.price-block {
  align-content: center;
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
}

.price-block strong {
  color: var(--blue-900);
  font-size: 28px;
}

.quote-only-label {
  color: #667085;
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.select-flight-btn {
  background: var(--gold-500);
  border: 0;
  border-radius: 10px;
  color: var(--navy-850);
  font-weight: 900;
  min-height: 46px;
  padding: 12px 18px;
}

.ai-chat {
  bottom: 22px;
  position: fixed;
  right: 22px;
  z-index: 1400;
}

.ai-chat-fan {
  bottom: 8px;
  height: 230px;
  pointer-events: none;
  position: absolute;
  right: 2px;
  width: 250px;
}

.ai-chat-fan-action {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dce5f2;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(4, 19, 40, 0.22);
  color: #061b3a;
  cursor: pointer;
  display: grid;
  gap: 3px;
  height: 66px;
  justify-items: center;
  min-width: 72px;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 150px;
  transform: translate(0, 0) scale(0.72);
  transition: opacity 0.22s ease, transform 0.24s cubic-bezier(0.2, 0.85, 0.25, 1.18), border-color 0.2s ease;
}

.ai-chat.is-fan-open .ai-chat-fan-action {
  opacity: 1;
}

.ai-chat-fan-action:hover {
  border-color: rgba(255, 180, 35, 0.95);
  transform: translate(var(--fan-x), var(--fan-y)) scale(1.06);
}

.ai-chat-fan-action span {
  font-size: 24px;
  line-height: 1;
}

.ai-chat-fan-action small {
  color: #14284a;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
}

.ai-chat-fan-callback {
  --fan-x: -182px;
  --fan-y: -124px;
  transition-delay: 0.02s;
}

.ai-chat-fan-online {
  --fan-x: -126px;
  --fan-y: -174px;
  transition-delay: 0.06s;
}

.ai-chat-fan-message {
  --fan-x: -58px;
  --fan-y: -202px;
  transition-delay: 0.1s;
}

.ai-chat-fan-whatsapp {
  --fan-x: -196px;
  --fan-y: -46px;
  border-color: rgba(34, 197, 94, 0.36);
  transition-delay: 0.14s;
}

.ai-chat.is-fan-open .ai-chat-fan-callback,
.ai-chat.is-fan-open .ai-chat-fan-online,
.ai-chat.is-fan-open .ai-chat-fan-message,
.ai-chat.is-fan-open .ai-chat-fan-whatsapp {
  transform: translate(var(--fan-x), var(--fan-y)) scale(1);
}

.ai-chat.is-fan-open .ai-chat-fan-action:hover {
  transform: translate(var(--fan-x), var(--fan-y)) scale(1.06);
}

.ai-chat-launcher {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  display: flex;
  height: 88px;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 72px;
}

.ai-chat-launcher:hover {
  box-shadow: none;
  transform: translateY(-3px) scale(1.04);
}

.ai-chat-launcher[aria-expanded="true"] {
  animation: ai-robot-open 0.42s ease both;
}

.ai-chat-robot {
  animation: ai-robot-float 3.4s ease-in-out infinite;
  display: block;
  height: 86px;
  position: relative;
  transform-origin: 50% 78%;
  width: 68px;
}

.ai-chat-robot img {
  animation: ai-robot-wave 1.75s ease-in-out infinite;
  display: block;
  filter: drop-shadow(0 12px 18px rgba(1, 35, 80, 0.35));
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 2;
}

.ai-chat-robot::before {
  content: none;
}

.ai-chat-robot-eyes {
  animation: ai-robot-blink 4.4s ease-in-out infinite;
  background: #0a356d;
  border-radius: 999px;
  box-shadow: 17px 0 0 #0a356d;
  height: 7px;
  left: 25px;
  opacity: 0;
  position: absolute;
  top: 28px;
  width: 3px;
  z-index: 3;
}

.ai-chat-robot-glow {
  animation: ai-robot-light 1.6s ease-in-out infinite;
  background: #ffb42e;
  border-radius: 50%;
  box-shadow: 0 0 10px #ffb42e, 0 0 18px rgba(255, 180, 46, 0.72);
  height: 5px;
  left: 32px;
  position: absolute;
  top: 5px;
  width: 5px;
  z-index: 4;
}

.ai-chat.is-robot-greeting .ai-chat-robot img {
  animation: ai-robot-greeting 0.72s ease-in-out 1;
}

.ai-chat.is-robot-thinking .ai-chat-robot img {
  animation: ai-robot-thinking 0.72s ease-in-out infinite alternate;
}

.ai-chat.is-robot-goodbye .ai-chat-robot img {
  animation: ai-robot-goodbye 0.85s ease-in-out 1;
}

@keyframes ai-robot-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes ai-robot-greeting {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }

  35% {
    transform: rotate(-8deg) translateY(-4px);
  }

  70% {
    transform: rotate(6deg) translateY(-2px);
  }
}

@keyframes ai-robot-thinking {
  from {
    transform: rotate(-2deg) translateX(-2px);
  }

  to {
    transform: rotate(3deg) translateX(2px);
  }
}

@keyframes ai-robot-goodbye {
  0% {
    transform: rotate(0deg) scale(1);
  }

  45% {
    transform: rotate(-9deg) scale(1.08);
  }

  100% {
    transform: rotate(5deg) scale(0.94);
  }
}

@keyframes ai-robot-wave {
  0%,
  100% {
    transform: rotate(-2deg);
  }

  25% {
    transform: rotate(4deg);
  }

  50% {
    transform: rotate(-1deg);
  }

  75% {
    transform: rotate(3deg);
  }
}

@keyframes ai-robot-blink {
  0%,
  87%,
  100% {
    opacity: 0;
    transform: scaleY(0.2);
  }

  90%,
  93% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes ai-robot-pulse {
  0%,
  100% {
    opacity: 0.64;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes ai-robot-light {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes ai-robot-open {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12) rotate(-5deg);
  }

  100% {
    transform: scale(1.02);
  }
}

.ai-chat-panel {
  background: #ffffff;
  border: 1px solid #dce5f2;
  border-radius: 18px;
  bottom: 76px;
  box-shadow: 0 26px 70px rgba(4, 19, 40, 0.28);
  display: grid;
  max-height: min(640px, calc(100vh - 120px));
  overflow: hidden;
  position: absolute;
  right: 0;
  width: min(400px, calc(100vw - 28px));
}

.ai-chat-panel,
.ai-chat-mode {
  min-height: 0;
}

.ai-chat-header {
  align-items: center;
  background: linear-gradient(135deg, #041328, #071f45);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.ai-chat-header strong,
.ai-chat-header span {
  display: block;
}

.ai-chat-header strong {
  font-size: 16px;
}

.ai-chat-header span {
  color: #d9e4f4;
  font-size: 12px;
  margin-top: 3px;
}

.ai-chat-header button {
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  height: 34px;
  width: 34px;
}

.ai-chat-body {
  background: #f6f8fc;
  display: grid;
  gap: 10px;
  max-height: 330px;
  overflow-y: auto;
  padding: 14px;
}

.ai-chat-menu {
  background: #f6f8fc;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.ai-chat-option {
  background: #ffffff;
  border: 1px solid #dfe7f2;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(6, 27, 58, 0.07);
  color: var(--navy-850);
  cursor: pointer;
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  text-align: left;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.ai-chat-option:hover {
  border-color: rgba(255, 180, 35, 0.9);
  box-shadow: 0 14px 28px rgba(6, 27, 58, 0.12);
  transform: translateY(-1px);
}

.ai-chat-option strong {
  color: #061b3a;
  font-size: 14px;
  font-weight: 900;
}

.ai-chat-option span {
  color: #667085;
  font-size: 12px;
  line-height: 1.35;
}

.ai-chat-option-whatsapp {
  border-color: rgba(34, 197, 94, 0.35);
}

.ai-chat-mode {
  background: #f6f8fc;
  overflow: hidden;
}

.ai-chat.is-human-form-open .ai-chat-panel {
  max-height: min(680px, calc(100vh - 96px));
}

.ai-chat.is-human-form-open .ai-chat-mode {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.ai-chat-back {
  background: transparent;
  border: 0;
  color: #062a67;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  padding: 12px 14px 0;
  text-align: left;
}

.ai-chat-message {
  display: flex;
}

.ai-chat-message p {
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  max-width: 88%;
  padding: 10px 12px;
}

.ai-chat-message a {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
}

.ai-chat-message-assistant {
  justify-content: flex-start;
}

.ai-chat-message-assistant p {
  background: #ffffff;
  border: 1px solid #e0e7f1;
  color: var(--navy-850);
}

.ai-chat-message-user {
  justify-content: flex-end;
}

.ai-chat-message-user p {
  background: #071f45;
  color: #ffffff;
}

.ai-chat-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px 0;
}

.ai-chat-quick button {
  background: #fff7e6;
  border: 1px solid rgba(255, 180, 35, 0.55);
  border-radius: 999px;
  color: var(--navy-850);
  font-size: 12px;
  font-weight: 850;
  padding: 8px 10px;
}

.ai-chat-form {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 12px 14px;
}

.ai-chat-form input {
  border: 1px solid #d8dfeb;
  border-radius: 10px;
  color: var(--navy-850);
  min-height: 42px;
  padding: 0 12px;
}

.ai-chat-form button {
  background: var(--gold-500);
  border: 0;
  border-radius: 10px;
  color: var(--navy-850);
  font-weight: 950;
  padding: 0 14px;
}

.ai-chat-contact-form {
  display: grid;
  gap: 8px;
  max-height: min(500px, calc(100vh - 185px));
  overflow-y: auto;
  padding: 12px 14px;
}

.ai-chat-contact-form strong {
  color: #061b3a;
  font-size: 14px;
  font-weight: 900;
}

.ai-chat-contact-form label {
  color: #14284a;
  display: grid;
  font-size: 11px;
  font-weight: 850;
  gap: 4px;
}

.ai-chat-contact-form input,
.ai-chat-contact-form textarea {
  background: #ffffff;
  border: 1px solid #d8dfeb;
  border-radius: 10px;
  color: var(--navy-850);
  font: inherit;
  font-size: 12px;
  min-height: 36px;
  padding: 8px 10px;
  resize: vertical;
}

.ai-chat-contact-form textarea {
  max-height: 92px;
  min-height: 58px;
}

.ai-chat-human-form {
  gap: 7px;
  max-height: min(560px, calc(100vh - 170px));
  padding-bottom: 14px;
}

.ai-chat.is-human-form-open .ai-chat-human-form {
  max-height: min(570px, calc(100vh - 160px));
}

.ai-chat-human-form strong {
  margin-bottom: 0;
}

.ai-chat-human-form small {
  font-size: 11px;
  line-height: 1.35;
}

.ai-chat-contact-form button {
  background: var(--gold-500);
  border: 0;
  border-radius: 10px;
  color: var(--navy-850);
  font-weight: 950;
  min-height: 38px;
  position: sticky;
  bottom: 0;
  z-index: 1;
}

.ai-chat-contact-form small[data-tone="success"] {
  color: #166534;
}

.ai-chat-contact-form small[data-tone="error"] {
  color: #b91c1c;
}

.ai-chat-contact-form small[data-tone="loading"] {
  color: #062a67;
}

.ai-chat-panel > small {
  color: #667085;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  padding: 0 14px 14px;
}

footer {
  background: var(--navy-950);
  color: #ffffff;
  padding: 48px 6% 32px;
}

.site-footer {
  display: grid;
  gap: 30px;
}

.footer-top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
  padding-bottom: 28px;
}

.footer-brand-block {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 190px minmax(0, 1fr);
}

.footer-brand-block img {
  background: #ffffff;
  border-radius: 12px;
  display: block;
  max-height: 72px;
  object-fit: contain;
  padding: 10px;
  width: 100%;
}

.footer-brand-block p,
.footer-commerce-row p {
  color: #b8c7dd;
  line-height: 1.6;
  margin: 0;
}

.footer-contact-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  display: grid;
  gap: 7px;
  padding: 18px;
}

.footer-contact-card span,
.footer-contact-card small {
  color: #b8c7dd;
}

.footer-contact-card strong {
  color: #ffffff;
  font-size: 18px;
}

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

.footer-column {
  display: grid;
  gap: 10px;
}

.footer-column h3,
.footer-commerce-row h3 {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 4px;
}

.footer-column a {
  color: #d8e6f8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--gold-500);
}

.footer-commerce-row {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding-top: 26px;
}

.footer-payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.footer-payment-logos span {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  height: 38px;
  justify-content: center;
  padding: 8px 12px;
  min-width: 72px;
}

.footer-payment-logos img {
  display: block;
  max-height: 22px;
  max-width: 78px;
  object-fit: contain;
}

.footer-trust-badges {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}

.footer-trust-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  min-height: 64px;
  padding: 10px;
  overflow: hidden;
}

.footer-trust-badge img {
  display: block;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.18));
  height: 42px;
  max-width: 132px;
  object-fit: contain;
  width: auto;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #9fb3cd;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 10px 20px;
  justify-content: space-between;
  padding-top: 22px;
}

.footer-legal-links a {
  color: #d8e6f8;
  font-size: 13px;
  font-weight: 800;
}

.footer-legal-links a:hover {
  color: var(--gold-500);
}

.legal-page {
  background:
    linear-gradient(180deg, rgba(239, 245, 252, 0.92), rgba(245, 247, 251, 1) 360px);
}

.legal-hero {
  max-width: 980px;
}

.legal-hero span {
  color: var(--blue-900);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.legal-hero h1 {
  color: var(--strong-text);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 16px;
}

.legal-hero p {
  color: var(--soft-text);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
  max-width: 800px;
}

.legal-hero small {
  color: var(--muted-text);
  display: inline-block;
  font-weight: 800;
  margin-top: 18px;
}

.legal-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: 280px minmax(0, 1fr);
  margin-top: 34px;
}

.legal-summary {
  align-self: start;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: var(--panel-shadow);
  display: grid;
  gap: 10px;
  padding: 18px;
  position: sticky;
  top: 104px;
}

.legal-summary strong {
  color: var(--strong-text);
  font-size: 15px;
  margin-bottom: 4px;
}

.legal-summary a {
  background: var(--surface-soft);
  border-radius: 10px;
  color: var(--soft-text);
  font-size: 13px;
  font-weight: 900;
  padding: 10px 12px;
}

.legal-summary a:hover {
  background: #eaf3ff;
  color: #004aad;
}

.legal-document {
  background: var(--surface);
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  box-shadow: var(--panel-shadow);
  display: grid;
  gap: 26px;
  padding: clamp(24px, 4vw, 42px);
}

.legal-notice {
  background: #fff8e8;
  border: 1px solid #f5d48a;
  border-radius: 14px;
  color: #744b00;
  font-weight: 800;
  line-height: 1.55;
  padding: 16px 18px;
}

.legal-section {
  border-top: 1px solid var(--border-soft);
  padding-top: 24px;
}

.legal-section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.legal-section h2 {
  color: var(--strong-text);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 900;
  margin-bottom: 12px;
}

.legal-section p {
  color: var(--soft-text);
  line-height: 1.72;
  margin-bottom: 12px;
}

.legal-section ul {
  color: var(--soft-text);
  display: grid;
  gap: 8px;
  line-height: 1.6;
  margin: 10px 0 0 20px;
}

:root[data-theme="dark"] .legal-page {
  background:
    linear-gradient(180deg, rgba(12, 26, 45, 0.92), var(--background) 360px);
}

:root[data-theme="dark"] .b2b-section {
  background: #07111f;
}

:root[data-theme="dark"] .b2b-module-card {
  background: #0e1c30;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

:root[data-theme="dark"] .b2b-module-card strong {
  color: #ffffff;
}

:root[data-theme="dark"] .b2b-module-card p {
  color: #c9d6e8;
}

:root[data-theme="dark"] .legal-notice {
  background: rgba(255, 180, 35, 0.12);
  border-color: rgba(255, 180, 35, 0.34);
  color: #ffe0a3;
}

@media (max-width: 1180px) {
  .main-nav {
    gap: 14px;
  }

  .main-nav a {
    font-size: 14px;
  }

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

  .search-btn {
    grid-column: span 2;
  }

  .flight-offer,
  .access-layout,
  .reservation-layout,
  .dashboard-grid,
  .admin-management-grid,
  .admin-workspace,
  .admin-two-column,
  .crm-grid,
  .crm-inbox-grid,
  .contact-layout,
  .partner-hero,
  .partner-benefits,
  .partner-layout,
  .partner-documents-grid,
  .results-layout,
  .result-card {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-summary {
    position: static;
  }

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

  [data-admin-tab-panel="reservations"] .admin-table {
    min-width: 0;
  }

  [data-admin-tab-panel="reservations"] #reservations-table thead {
    display: none;
  }

  [data-admin-tab-panel="reservations"] #reservations-table,
  [data-admin-tab-panel="reservations"] #reservations-table tbody,
  [data-admin-tab-panel="reservations"] #reservations-table tr,
  [data-admin-tab-panel="reservations"] #reservations-table td {
    display: block;
    width: 100%;
  }

  [data-admin-tab-panel="reservations"] #reservations-table tr {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    margin: 10px;
    overflow: hidden;
  }

  [data-admin-tab-panel="reservations"] #reservations-table td {
    align-items: start;
    border-bottom: 1px solid var(--border-soft);
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(90px, 34%) minmax(0, 1fr);
    padding: 10px 12px;
  }

  [data-admin-tab-panel="reservations"] #reservations-table td::before {
    color: var(--muted-text);
    content: attr(data-label);
    font-size: 11px;
    font-weight: 800;
  }

  [data-admin-tab-panel="reservations"] #reservations-table td[colspan] {
    display: block;
    text-align: center;
  }

  [data-admin-tab-panel="reservations"] #reservations-table td[colspan]::before {
    content: "";
  }

  [data-admin-tab-panel="reservations"] #reservations-table .admin-table-actions {
    display: flex;
    justify-content: flex-start;
  }

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

  .filters-panel {
    position: static;
  }

  .admin-sidebar {
    max-height: none;
    position: static;
  }

  .admin-app-workspace {
    grid-template-columns: 1fr;
  }

  .admin-app .admin-sidebar {
    border-radius: 0;
    border-width: 0 0 1px;
    height: auto;
    max-height: none;
    position: static;
  }

  .admin-main {
    padding: 18px 16px 34px;
  }

  .admin-app .profile-menu {
    bottom: 14px;
    left: 14px;
    right: 14px;
    width: auto;
  }

  .customer-list-item {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .customer-directory-toolbar {
    grid-template-columns: 1fr;
  }

  .customer-directory-count {
    justify-self: start;
  }

  .customer-directory-list {
    max-height: min(500px, 58vh);
  }

  .admin-app .integration-list-item {
    grid-template-columns: 1fr;
  }

  .customer-actions {
    justify-content: flex-start;
  }

  .admin-app .integration-badges {
    justify-content: flex-start;
  }

  .admin-app-topbar {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .admin-topbar-search {
    grid-column: 1 / -1;
    order: 2;
  }

  .admin-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .companies,
  .offers {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1000px) {
  .main-nav {
    display: none;
  }

  .login-container {
    grid-template-columns: 1fr;
  }

  .login-banner {
    display: none;
  }

  .login-box {
    padding: 40px 25px;
  }

  .auth-form-grid {
    grid-template-columns: 1fr;
  }

  .benefits,
  .currency-box,
  .b2b-command-center {
    grid-template-columns: 1fr;
  }

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

  .footer-top,
  .footer-commerce-row {
    grid-template-columns: 1fr;
  }

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

  .footer-brand-block {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .footer-trust-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .role-options,
  .metric-grid,
  .access-summary-grid,
  .api-form-grid,
  .admin-toolbar-fields,
  .permissions-grid,
  .integration-card-grid,
  .clean-search-form,
  .cabin-selector,
  .multi-city-row {
    grid-template-columns: 1fr;
  }

  .integration-card {
    grid-template-columns: 1fr;
  }

  .integration-card-actions {
    flex-direction: column;
  }

  .admin-console-header,
  .module-heading,
  .crm-filter-row {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .module-heading {
    flex-direction: column;
  }

  .access-user-card {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .user-role-capability-panel {
    grid-template-columns: 1fr;
  }

  .access-user-meta,
  .table-actions {
    justify-content: flex-start;
  }

  .cabin-selector {
    grid-column: auto;
  }

  .tabs {
    overflow-x: auto;
  }

  .tab {
    min-width: 160px;
    text-align: center;
  }

  .payments {
    justify-content: flex-start;
  }

  .search-topbar,
  .results-toolbar,
  .results-alert {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .trip-type-selector {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .trip-type-selector legend {
    flex: 0 0 100%;
  }

  .price-block {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 1220px) {
  .site-header {
    gap: 18px;
    padding: 0 20px;
  }

  .main-nav {
    gap: 18px;
  }

  .header-actions {
    gap: 14px;
  }

  .main-nav a,
  .header-action-link,
  .header-wishlist,
  .prime-btn {
    font-size: 13px;
  }

  .prime-btn {
    padding: 10px 16px;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: center;
    background: linear-gradient(180deg, #041328, #061b3a);
    box-shadow: 0 8px 24px rgba(4, 19, 40, 0.28);
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    flex-wrap: initial;
    gap: 8px 12px;
    height: auto;
    min-height: 112px;
    padding: 10px 14px 14px;
  }

  .logo {
    justify-content: center;
    min-width: auto;
  }

  .logo img {
    height: 38px;
    max-width: 138px;
  }

  .mobile-menu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #ffffff;
    display: inline-flex;
    font-size: 27px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
  }

  .main-nav {
    display: none;
  }

  .header-actions {
    display: flex;
    flex: initial;
    gap: 8px;
    justify-content: flex-end;
    margin-left: 0;
    min-width: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .header-action-link[href="/reservas"],
  .header-action-link[href="/contato"],
  .theme-toggle {
    display: none;
  }

  .header-action-link[data-guest-auth] {
    font-size: 0;
    min-height: 30px;
    min-width: 28px;
  }

  .header-action-link[data-guest-auth]::before {
    content: "👤";
    font-size: 20px;
  }

  .header-wishlist {
    align-items: center;
    display: inline-flex;
    font-size: 22px;
    min-height: 30px;
  }

  .header-currency {
    color: #ffffff;
    gap: 4px;
  }

  .header-currency span {
    display: inline;
    font-size: 17px;
  }

  .header-currency select {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-size: 11px;
    min-height: 30px;
    padding: 0;
    width: 46px;
  }

  .mobile-services {
    display: flex;
    gap: 12px;
    grid-column: 1 / -1;
    margin-top: 8px;
    overflow-x: auto;
    padding: 0 0 2px;
    scrollbar-width: none;
  }

  .mobile-services::-webkit-scrollbar {
    display: none;
  }

  .mobile-service {
    align-items: center;
    background: transparent;
    border: 0;
    color: #ffffff;
    display: grid;
    flex: 0 0 72px;
    font-size: 12px;
    gap: 5px;
    justify-items: center;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    text-decoration: none;
  }

  .mobile-service-box {
    align-items: center;
    background: #0b2f60;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
    display: flex;
    font-size: 24px;
    height: 52px;
    justify-content: center;
    width: 52px;
  }

  .mobile-service.is-active .mobile-service-box {
    border: 2px solid #ffffff;
  }

  .hero {
    background: #f4f8fc;
    min-height: auto;
    padding: 112px 0 0;
  }

  .hero-content {
    display: none;
  }

  .search-box {
    border-radius: 28px 28px 0 0;
    box-shadow: none;
    margin: -8px 0 0;
    max-width: none;
    min-height: auto;
    overflow: visible;
    padding: 20px 16px 26px;
    width: 100%;
  }

  .search-topbar {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: block;
    padding: 0;
  }

  .search-products {
    display: none;
  }

  .trip-type-selector {
    border: 2px solid #061b3a;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 0;
  }

  .trip-type-selector legend {
    display: none;
  }

  .trip-option {
    min-width: 0;
  }

  .trip-option span {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-right: 2px solid #061b3a;
    border-radius: 0;
    color: #061b3a;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    padding: 8px 5px;
    width: 100%;
  }

  .trip-option:last-child span {
    border-right: 0;
  }

  .trip-option:has(input:checked) span {
    background: #eaf3ff;
    border-color: #061b3a;
    color: #041328;
  }

  .clean-search-form {
    display: grid;
    gap: 14px;
    grid-template-columns: 2fr 1fr;
    padding: 0;
  }

  .clean-search-form > .field:not(.date-field):not(.passenger-field) {
    border: 2px solid #c8c8c8;
    border-radius: 16px;
    grid-column: 1 / -1;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  .clean-search-form > .field:not(.date-field):not(.passenger-field) span {
    display: none;
  }

  .clean-search-form > .field:not(.date-field):not(.passenger-field) input {
    border: 0;
    border-radius: 0;
    color: #333333;
    font-size: 16px;
    min-height: 52px;
    padding: 14px 16px;
  }

  .clean-search-form > .field:first-of-type {
    margin-bottom: -14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .clean-search-form > .field:nth-of-type(2) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .date-field,
  .passenger-field {
    border: 2px solid #c8c8c8;
    border-radius: 14px;
    padding: 0;
  }

  .date-field span,
  .passenger-field > span {
    display: none;
  }

  .date-field input,
  .passenger-toggle {
    background: #ffffff;
    border: 0;
    border-radius: 12px;
    box-shadow: none;
    color: #333333;
    font-size: 15px;
    min-height: 52px;
    padding: 14px 12px;
  }

  .date-field input {
    width: 100%;
  }

  .passenger-field {
    grid-column: auto;
  }

  .passenger-toggle {
    justify-content: center;
    width: 100%;
  }

  .person-icon {
    display: none;
  }

  .cabin-selector {
    grid-column: 1 / -1;
    margin-top: 2px;
  }

  .search-btn {
    background: #061b3a;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 900;
    grid-column: 1 / -1;
    min-height: 54px;
    padding: 14px;
  }

  .product-search-form .search-btn::after {
    content: "";
  }

  .search-status {
    display: none;
  }
}

@media (max-width: 680px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    gap: 6px 8px;
    min-height: 96px;
    padding: 8px 10px 10px;
  }

  .logo {
    min-width: 0;
  }

  .logo img {
    height: 32px;
    max-width: 112px;
  }

  .mobile-menu-toggle {
    font-size: 24px;
    height: 30px;
    width: 30px;
  }

  .btn-header {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    min-height: 34px;
    padding: 0 10px;
  }

  .theme-toggle {
    height: 34px;
    width: 34px;
  }

  .prime-btn,
  .header-action-link,
  .header-wishlist {
    min-height: 34px;
  }

  footer,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer {
    gap: 22px;
  }

  .footer-top,
  .footer-commerce-row {
    gap: 18px;
    padding-bottom: 20px;
  }

  .footer-contact-card {
    padding: 14px;
  }

  .footer-payment-logos {
    gap: 8px;
  }

  .footer-payment-logos span {
    border-radius: 7px;
    height: 32px;
    min-width: 58px;
    padding: 6px 8px;
  }

  .footer-payment-logos img {
    max-height: 17px;
    max-width: 58px;
  }

  .footer-trust-badges {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 360px;
  }

  .footer-trust-badge {
    border-radius: 10px;
    min-height: 48px;
    padding: 7px;
  }

  .footer-trust-badge img {
    height: 28px;
    max-width: 112px;
  }

  .footer-columns {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .footer-brand-block {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .footer-brand-block img {
    max-height: 54px;
    max-width: 170px;
    padding: 7px;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
    line-height: 1.45;
  }

  .theme-icon {
    height: 17px;
    width: 17px;
  }

  .header-currency {
    gap: 3px;
  }

  .header-currency span {
    display: inline;
    font-size: 15px;
  }

  .header-currency select {
    font-size: 11px;
    min-height: 28px;
    padding: 0;
    width: 40px;
  }

  .header-profile-button {
    height: 30px;
    width: 30px;
  }

  .hero {
    min-height: auto;
    padding: 96px 0 0;
  }

  .clean-home {
    min-height: 100vh;
  }

  .mobile-services {
    gap: 10px;
    margin-top: 4px;
    padding-bottom: 0;
  }

  .mobile-service {
    flex-basis: 62px;
    font-size: 11px;
    gap: 4px;
  }

  .mobile-service-box {
    border-radius: 12px;
    font-size: 20px;
    height: 44px;
    width: 44px;
  }

  .hero-content h1 {
    font-size: 25px;
    line-height: 1.08;
    margin-bottom: 6px;
  }

  .hero-content p {
    font-size: 13.5px;
    line-height: 1.35;
    margin-bottom: 14px;
    max-width: 96%;
  }

  .page-shell {
    padding: 118px 5% 48px;
  }

  .legal-page {
    padding-top: 82px;
  }

  .legal-hero h1 {
    font-size: 30px;
  }

  .legal-hero p {
    font-size: 15px;
  }

  .legal-layout {
    gap: 18px;
    margin-top: 22px;
  }

  .legal-summary {
    border-radius: 14px;
    gap: 8px;
    padding: 14px;
  }

  .legal-document {
    border-radius: 14px;
    gap: 20px;
    padding: 20px;
  }

  .legal-section h2 {
    font-size: 20px;
  }

  .legal-section p,
  .legal-section li {
    font-size: 14px;
  }

  .auth-card {
    border-radius: 14px;
    padding: 24px;
  }

  .header-actions {
    gap: 6px;
    margin-left: auto;
  }

  .header-link {
    display: none;
  }

  .search-box {
    border-radius: 22px 22px 0 0;
    box-shadow: none;
    margin: -4px 0 0;
    padding: 16px 12px 22px;
  }

  .search-topbar {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: block;
    padding: 0;
  }

  .search-products {
    display: none;
  }

  .search-products::-webkit-scrollbar {
    display: none;
  }

  .product-tab {
    background: #f5f8fc;
    border-color: #dbe5f2;
    color: var(--navy-850);
    flex: 0 0 auto;
    font-size: 12px;
    min-height: 36px;
    padding: 8px 11px;
  }

  .product-tab.is-active,
  .product-tab:hover {
    background: #fff2d1;
    border-color: var(--gold-500);
    color: var(--navy-900);
  }

  .trip-type-selector {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .trip-type-selector::-webkit-scrollbar {
    display: none;
  }

  .trip-type-selector legend {
    display: none;
  }

  .trip-option {
    flex: 0 0 auto;
  }

  .trip-option span {
    background: #f5f8fc;
    border-color: #dbe5f2;
    color: var(--navy-850);
    font-size: 12px;
    padding: 7px 10px;
    text-align: center;
    width: auto;
  }

  .trip-option:has(input:checked) span {
    background: #eaf3ff;
    border-color: #007bff;
    color: #004aad;
  }

  .form-area,
  .companies,
  .offers,
  .admin-stat-grid,
  .report-grid,
  .login-grid,
  .api-form-grid,
  .reservation-fields,
  .contact-fields {
    grid-template-columns: 1fr;
  }

  .clean-search-form {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clean-search-form > .field:not(.date-field):not(.passenger-field),
  .passenger-field,
  .multi-city-fields,
  .cabin-selector,
  .search-btn {
    grid-column: 1 / -1;
  }

  .message-field {
    grid-column: auto;
  }

  .wide-field,
  .toggle-field {
    grid-column: auto;
  }

  .form-area {
    padding: 10px;
  }

  .field span {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .field input,
  .field select,
  .passenger-toggle {
    border-radius: 9px;
    min-height: 44px;
    padding: 10px 12px;
  }

  .date-field input {
    box-shadow: 0 4px 12px rgba(7, 31, 69, 0.06);
    font-size: 13px;
  }

  .date-field input::-webkit-calendar-picker-indicator {
    padding: 4px;
  }

  .search-status,
  .flight-results {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-status {
    display: none;
  }

  .person-icon {
    flex-basis: 24px;
    height: 24px;
    width: 24px;
  }

  .passenger-menu {
    gap: 10px;
    left: 0;
    min-width: 0;
    padding: 12px;
    right: 0;
    transform: none;
    width: 100%;
  }

  .passenger-line {
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }

  .search-btn {
    grid-column: 1 / -1;
    min-height: 46px;
    padding: 12px 18px;
    width: 100%;
  }

  .cabin-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: none;
  }

  .cabin-selector::-webkit-scrollbar {
    display: none;
  }

  .cabin-selector legend {
    flex: 0 0 100%;
    font-size: 12px;
    margin-bottom: 0;
  }

  .cabin-option {
    flex: 1 0 30%;
    font-size: 12px;
    min-height: 40px;
    padding: 8px 10px;
  }

  .route-timeline {
    grid-template-columns: 1fr;
  }

  .route-line {
    display: none;
  }

  .login-grid .field:first-child {
    grid-column: auto;
  }

  .benefit {
    align-items: flex-start;
  }

  .travel-section,
  .workspace-section,
  .operations-section {
    padding: 28px 12px;
  }

  .section-title {
    font-size: 20px;
    margin-bottom: 14px;
    text-align: left;
  }

  .companies {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 28px;
  }

  .company {
    border-radius: 10px;
    min-height: 58px;
    padding: 10px;
  }

  .company img {
    height: 28px;
    max-width: 104px;
  }

  .offers {
    display: flex;
    gap: 12px;
    margin: 0 -12px;
    overflow-x: auto;
    padding: 0 12px 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .offers::-webkit-scrollbar {
    display: none;
  }

  .card {
    border-radius: 12px;
    flex: 0 0 min(78vw, 280px);
    scroll-snap-align: start;
  }

  .card-img {
    height: 112px;
  }

  .city {
    bottom: 10px;
    font-size: 17px;
    left: 12px;
  }

  .card-body {
    padding: 12px;
  }

  .price {
    font-size: 22px;
    margin: 4px 0;
  }

  .card-body p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .card-body button {
    min-height: 40px;
    padding: 10px;
  }

  .currency-box {
    border-radius: 14px;
    margin-top: 28px;
    padding: 18px;
  }

  .currency-box h2 {
    font-size: 20px;
  }

  .currency-box p {
    font-size: 13.5px;
  }

  .payments {
    gap: 8px;
  }

  .pay {
    border-radius: 7px;
    min-height: 46px;
    width: calc(50% - 4px);
  }

  .pay img {
    height: 28px;
    max-width: 104px;
  }

  .access-panel,
  .session-panel,
  .reservation-form,
  .timeline-panel,
  .contact-form,
  .contact-info {
    border-radius: 14px;
    padding: 22px;
  }

  .phone-country-row {
    grid-template-columns: 1fr;
  }

  .vazamilhas-summary-grid,
  .vazamilhas-link-box div {
    grid-template-columns: 1fr;
  }

  .message-field {
    grid-column: auto;
  }

  .admin-tabs {
    grid-template-columns: 1fr;
  }

  .admin-bar-chart {
    height: 210px;
  }

  .admin-action-row,
  .dashboard-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .secondary-action,
  .primary-inline,
  .danger-action {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .site-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    font-size: 18px;
  }

  .header-actions {
    gap: 5px;
  }

  .header-currency select {
    width: 56px;
  }

  .btn-header {
    font-size: 12px;
    padding: 0 8px;
  }

  .hero-content h1 {
    font-size: 23px;
  }

  .trip-option span,
  .cabin-option {
    font-size: 11.5px;
  }

  .passenger-line strong {
    font-size: 12px;
  }

  .quantity-control {
    gap: 6px;
  }

  .card {
    flex-basis: 84vw;
  }
}

@media (max-width: 860px) {
  .customer-portal-hero,
  .customer-dashboard-grid,
  .customer-reservations-layout,
  .customer-trip-strip {
    grid-template-columns: 1fr;
  }

  .customer-portal-hero {
    align-items: start;
    border-radius: 18px;
    min-height: 220px;
    padding: 24px;
  }

  .customer-hero-actions {
    justify-content: flex-start;
  }

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

@media (max-width: 520px) {
  .client-panel-fallback {
    gap: 16px;
    padding: 96px 14px 42px;
  }

  .customer-portal-hero {
    min-height: 190px;
    padding: 20px;
  }

  .customer-portal-hero h1 {
    font-size: 30px;
  }

  .customer-booking-grid {
    grid-template-columns: 1fr;
  }

  .customer-trip-strip article,
  .customer-booking-card,
  .customer-empty-trip {
    border-radius: 14px;
    padding: 14px;
  }
}

/* Restore the original mobile/tablet structure: regular header + regular search. */
@media (max-width: 980px) {
  .site-header {
    align-items: center;
    background: linear-gradient(90deg, #041328, #061b3a);
    display: flex;
    gap: 14px;
    height: 86px;
    min-height: 86px;
    padding: 0 5%;
  }

  .mobile-menu-toggle,
  .mobile-services {
    display: none;
  }

  .logo {
    justify-content: flex-start;
    min-width: 0;
  }

  .logo img {
    height: 46px;
    max-width: 150px;
  }

  .main-nav {
    display: none;
  }

  .header-actions {
    gap: 8px;
    margin-left: auto;
    overflow: visible;
    padding-bottom: 0;
  }

  .header-action-link[href="/reservas"],
  .header-action-link[href="/contato"] {
    display: none;
  }

  .header-action-link[data-guest-auth] {
    font-size: 13px;
    min-height: 36px;
    min-width: auto;
    padding: 0 12px;
  }

  .header-action-link[data-guest-auth]::before {
    content: "";
    font-size: 0;
  }

  .header-wishlist {
    display: none;
  }

  .header-currency {
    gap: 5px;
  }

  .header-currency span {
    display: inline;
    font-size: 13px;
  }

  .header-currency select {
    background:
      linear-gradient(135deg, #ffffff, #f4f7fb) padding-box,
      linear-gradient(135deg, rgba(255, 180, 35, 0.9), rgba(255, 255, 255, 0.45)) border-box;
    border: 1px solid transparent;
    color: var(--navy-850);
    font-size: 12px;
    min-height: 36px;
    padding: 0 24px 0 9px;
    width: auto;
  }

  .theme-toggle {
    display: inline-flex;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(4, 20, 45, 0.95), rgba(4, 20, 45, 0.55)),
      url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=80");
    background-position: center;
    background-size: cover;
    min-height: 720px;
    padding: 128px 5% 56px;
  }

  .hero-content {
    display: block;
  }

  .hero-content h1 {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 14px;
    max-width: 700px;
  }

  .hero-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 26px;
    max-width: 600px;
  }

  .search-box {
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    margin: 0;
    max-width: 1200px;
    min-height: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
  }

  .search-topbar {
    background: #071f45;
    border: 0;
    border-radius: 18px 18px 0 0;
    display: block;
    padding: 0;
  }

  .search-products {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
    overflow-x: auto;
    padding-bottom: 0;
  }

  .product-tab {
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    color: #ffffff;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    min-height: 58px;
    min-width: 150px;
    padding: 16px 18px;
  }

  .product-tab.is-active,
  .product-tab:hover {
    background: var(--gold-500);
    color: var(--navy-850);
  }

  .trip-type-selector {
    align-items: center;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
    overflow: visible;
    padding: 18px 18px 0;
  }

  .trip-type-selector legend {
    color: var(--navy-850);
    display: block;
    flex: 0 0 100%;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 2px;
  }

  .trip-option {
    flex: 1 1 auto;
  }

  .trip-option span {
    background: #f5f8fc;
    border: 1px solid #dbe5f2;
    border-radius: 999px;
    color: var(--navy-850);
    font-size: 13px;
    font-weight: 800;
    min-height: 38px;
    padding: 9px 12px;
    text-align: center;
  }

  .trip-option:has(input:checked) span {
    background: #eaf3ff;
    border-color: #007bff;
    color: #004aad;
  }

  .clean-search-form {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .clean-search-form > .field:not(.date-field):not(.passenger-field),
  .date-field,
  .passenger-field {
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: visible;
    padding: 0;
  }

  .clean-search-form > .field:not(.date-field):not(.passenger-field) span,
  .date-field span,
  .passenger-field > span {
    color: var(--navy-850);
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 7px;
  }

  .clean-search-form > .field:not(.date-field):not(.passenger-field) input,
  .date-field input,
  .passenger-toggle {
    border: 1px solid #d8dfeb;
    border-radius: 10px;
    box-shadow: none;
    color: var(--navy-850);
    font-size: 15px;
    min-height: 52px;
    padding: 14px 15px;
  }

  .clean-search-form > .field:first-of-type,
  .clean-search-form > .field:nth-of-type(2),
  .passenger-field,
  .cabin-selector,
  .multi-city-fields,
  .search-btn {
    grid-column: 1 / -1;
  }

  .person-icon {
    display: block;
  }

  .cabin-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .cabin-selector legend {
    color: var(--navy-850);
    flex: 0 0 100%;
    font-size: 13px;
    font-weight: 900;
  }

  .cabin-option {
    flex: 1 1 30%;
    font-size: 13px;
    min-height: 42px;
    padding: 9px 12px;
  }

  .search-btn {
    background: var(--gold-500);
    border-radius: 10px;
    color: var(--navy-850);
    font-size: 16px;
    min-height: 52px;
    padding: 14px 18px;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 10px;
    padding: 0 14px;
  }

  .logo img {
    height: 40px;
    max-width: 128px;
  }

  .header-currency span {
    display: none;
  }

  .header-currency select {
    width: 58px;
  }

  .hero {
    padding: 116px 14px 42px;
  }

  .hero-content h1 {
    font-size: 31px;
  }

  .hero-content p {
    font-size: 16px;
  }
}

/* Compact mobile/tablet home layout. Keep desktop unchanged. */
@media (max-width: 980px) {
  .site-header {
    gap: 10px;
    height: 68px;
    min-height: 68px;
    padding: 0 12px;
  }

  .logo img {
    height: 52px;
    width: 52px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-action-link[data-guest-auth] {
    border-radius: 8px;
    font-size: 12px;
    min-height: 32px;
    padding: 0 9px;
  }

  .theme-toggle {
    height: 32px;
    width: 32px;
  }

  .header-currency span {
    display: none;
  }

  .header-currency select {
    border-radius: 8px;
    font-size: 11px;
    min-height: 32px;
    padding: 0 8px;
    width: 54px;
  }

  .hero {
    min-height: auto;
    padding: 82px 10px 22px;
  }

  .hero-content h1 {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .hero-content p {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 14px;
  }

  .search-box {
    border-radius: 14px;
  }

  .search-topbar {
    border-radius: 14px 14px 0 0;
  }

  .product-tab {
    align-items: center;
    font-size: 12px;
    gap: 6px;
    justify-content: center;
    min-height: 42px;
    min-width: 112px;
    padding: 10px 12px;
  }

  .product-tab .travel-icon {
    height: 16px;
    width: 16px;
  }

  .trip-type-selector {
    gap: 6px;
    padding: 10px 10px 0;
  }

  .trip-type-selector legend {
    display: none;
  }

  .trip-option span {
    font-size: 12px;
    min-height: 32px;
    padding: 7px 9px;
  }

  .clean-search-form {
    gap: 9px;
    padding: 10px;
  }

  .swap-route-btn {
    grid-column: 1 / -1;
    height: 34px;
    justify-self: end;
    margin: -2px 10px -2px 0;
    width: 34px;
  }

  .swap-route-btn .travel-icon {
    height: 17px;
    width: 17px;
  }

  .clean-search-form > .field:not(.date-field):not(.passenger-field) span,
  .date-field span,
  .passenger-field > span,
  .cabin-selector legend {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .clean-search-form > .field:not(.date-field):not(.passenger-field) input,
  .date-field input,
  .passenger-toggle,
  .field select {
    border-radius: 8px;
    font-size: 14px;
    min-height: 42px;
    padding: 10px 12px;
  }

  .cabin-selector {
    gap: 6px;
  }

  .cabin-option {
    font-size: 12px;
    min-height: 36px;
    padding: 8px 10px;
  }

  .search-btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 9px;
    font-size: 15px;
    min-height: 44px;
    padding: 11px 14px;
  }
}

@media (max-width: 680px) {
  .analytics-grid,
  .analytics-filter-row {
    grid-template-columns: 1fr;
  }

  .analytics-session-drawer {
    bottom: 14px;
    left: 14px;
    right: 14px;
    top: auto;
    width: auto;
  }

  .site-header {
    height: 62px;
    min-height: 62px;
    padding: 0 10px;
  }

  .logo img {
    height: 46px;
    width: 46px;
  }

  .theme-toggle {
    display: none;
  }

  .header-action-link[data-guest-auth] {
    font-size: 11px;
    min-height: 30px;
    padding: 0 8px;
  }

  .hero {
    padding: 70px 8px 16px;
  }

  .hero-content {
    display: none;
  }

  .product-tab {
    min-width: 102px;
  }

  .clean-search-form {
    gap: 8px;
  }

  .ai-chat {
    bottom: 14px;
    right: 14px;
  }

  .ai-chat-launcher {
    height: 66px;
    width: 54px;
  }

  .ai-chat-fan {
    height: 190px;
    right: 0;
    width: 210px;
  }

  .ai-chat-fan-action {
    border-radius: 15px;
    height: 58px;
    min-width: 62px;
    padding: 7px 8px;
    top: 128px;
  }

  .ai-chat-fan-action span {
    font-size: 20px;
  }

  .ai-chat-fan-action small {
    font-size: 10px;
  }

  .ai-chat-fan-callback {
    --fan-x: -150px;
    --fan-y: -102px;
  }

  .ai-chat-fan-online {
    --fan-x: -98px;
    --fan-y: -144px;
  }

  .ai-chat-fan-message {
    --fan-x: -38px;
    --fan-y: -166px;
  }

  .ai-chat-fan-whatsapp {
    --fan-x: -158px;
    --fan-y: -34px;
  }

  .ai-chat-robot {
    height: 72px;
    width: 56px;
  }

  .ai-chat-robot-eyes {
    box-shadow: 13px 0 0 rgba(1, 20, 45, 0.76);
    left: 18px;
    top: 20px;
    width: 8px;
  }

  .ai-chat-panel {
    bottom: 64px;
    max-height: calc(100vh - 78px);
    width: calc(100vw - 28px);
  }

  .ai-chat-body {
    max-height: 230px;
  }

  .ai-chat-menu,
  .ai-chat-contact-form {
    gap: 7px;
    padding: 10px 12px;
  }

  .ai-chat-human-form {
    max-height: calc(100vh - 150px);
  }

  .ai-chat-contact-form input {
    min-height: 34px;
    padding: 7px 9px;
  }

  .ai-chat-contact-form textarea {
    max-height: 78px;
    min-height: 52px;
    padding: 7px 9px;
  }

  .ai-chat-contact-form button {
    min-height: 36px;
  }

  .ai-chat-option {
    border-radius: 12px;
    padding: 11px 12px;
  }

  .ai-chat-option strong {
    font-size: 13px;
  }

  .ai-chat-option span,
  .ai-chat-contact-form label,
  .ai-chat-contact-form input,
  .ai-chat-contact-form textarea {
    font-size: 12px;
  }
}

@media (min-width: 640px) and (max-width: 1000px) {
  .search-box {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid rgba(220, 229, 242, 0.95);
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(7, 31, 69, 0.22);
    margin-top: 16px;
    padding: 12px;
  }

  .search-topbar {
    background: transparent;
    display: grid;
    gap: 10px;
    padding: 0 0 10px;
  }

  .search-products {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-tab {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dce5f2;
    border-radius: 13px;
    color: #071b38;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 6px;
    justify-content: center;
    min-height: 44px;
    min-width: 0;
    padding: 8px 9px;
  }

  .product-tab span {
    align-items: center;
    background: #eef6ff;
    border-radius: 10px;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    width: 24px;
  }

  .product-tab.is-active,
  .product-tab:hover {
    background: #061b3a;
    border-color: #061b3a;
    color: #ffffff;
  }

  .product-tab.is-active span,
  .product-tab:hover span {
    background: var(--gold-500);
  }

  .trip-type-selector {
    background: #edf4fb;
    border-radius: 999px;
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 5px;
  }

  .trip-option span {
    border: 0;
    font-size: 12px;
    min-height: 34px;
    padding: 8px 10px;
  }

  .trip-option:has(input:checked) span {
    background: #ffffff;
    box-shadow: 0 5px 14px rgba(7, 31, 69, 0.1);
    color: var(--navy-850);
  }

  .clean-search-form {
    background: #ffffff;
    border: 1px solid #dfe7f2;
    border-radius: 16px;
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 11px;
  }

  .clean-search-form > .field:not(.date-field):not(.passenger-field) {
    grid-column: span 2;
  }

  .date-field {
    grid-column: span 1;
  }

  .passenger-field,
  .cabin-selector {
    grid-column: span 2;
  }

  .multi-city-fields {
    grid-column: 1 / -1;
  }

  .search-btn {
    grid-column: span 2;
  }

  .search-box .field span,
  .cabin-selector legend {
    color: #52647c;
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  .search-box .field input,
  .search-box .field select,
  .search-box .passenger-toggle {
    border-radius: 11px;
    font-size: 13px;
    min-height: 46px;
    padding: 12px 13px;
  }

  .cabin-selector {
    align-content: end;
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cabin-selector legend {
    grid-column: 1 / -1;
  }

  .cabin-option {
    font-size: 12px;
    min-height: 38px;
    padding: 8px 10px;
  }

  .search-btn {
    align-self: end;
    border-radius: 13px;
    font-size: 14px;
    min-height: 46px;
    padding: 12px 16px;
  }
}

@media (min-width: 901px) {
  #flight-search-form.clean-search-form {
    align-items: end;
    gap: 8px;
    grid-template-columns:
      minmax(180px, 1fr)
      34px
      minmax(180px, 1fr)
      minmax(124px, 0.68fr)
      minmax(124px, 0.68fr)
      minmax(142px, 0.72fr)
      minmax(168px, 0.88fr);
  }

  #flight-search-form .search-field-origin,
  #flight-search-form .search-field-destination,
  #flight-search-form .month-filter-field,
  #flight-search-form .passenger-field {
    grid-column: auto;
  }

  #flight-search-form .swap-route-btn {
    grid-column: auto;
    justify-self: center;
    margin: 0 -10px 8px;
    position: relative;
    z-index: 3;
  }

  #flight-search-form .passenger-field {
    align-self: end;
  }

  #flight-search-form .multi-city-fields {
    grid-column: 1 / -1;
  }

  #flight-search-form .cabin-selector {
    grid-column: 1 / span 6;
  }

  #flight-search-form .search-btn {
    grid-column: 7;
  }
}

@media (max-width: 900px) {
  #flight-search-form .swap-route-btn {
    align-self: center;
    justify-self: center;
    margin: -8px 0;
    position: relative;
    z-index: 3;
  }

  #flight-search-form .passenger-field {
    grid-column: auto;
  }
}

/* Premium flight search redesign - preserves existing fields and behavior. */
.search-box {
  --flight-navy: #061a3a;
  --flight-blue: #0c4edb;
  --flight-bright: #2575fc;
  --flight-soft: #eaf2ff;
  --flight-text: #10213f;
  --flight-muted: #6f7c91;
  --flight-border: rgba(14, 70, 169, 0.13);
  isolation: isolate;
  overflow: visible;
  position: relative;
}

.search-box::before,
.search-box::after {
  border-radius: 999px;
  content: "";
  filter: blur(65px);
  height: 220px;
  opacity: 0.25;
  pointer-events: none;
  position: absolute;
  width: 220px;
  z-index: -1;
}

.search-box::before {
  background: #2575fc;
  left: 5%;
  top: -80px;
}

.search-box::after {
  background: #00b8ff;
  bottom: -90px;
  right: 5%;
}

.search-topbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 20px 60px rgba(3, 29, 78, 0.1);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 14px 15px 18px;
  position: relative;
}

.search-products {
  background: #eef3fb;
  border-radius: 999px;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 5px;
}

.product-tab {
  border-radius: 999px;
  color: #718096;
  font-size: 13px;
  font-weight: 850;
  min-height: 42px;
  padding: 10px 16px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}

.product-tab .travel-icon {
  color: currentColor;
  height: 18px;
  width: 18px;
}

.product-tab:hover {
  color: var(--flight-blue);
  transform: translateY(-1px);
}

.product-tab.is-active {
  background: linear-gradient(135deg, var(--flight-navy), var(--flight-bright));
  box-shadow: 0 9px 22px rgba(37, 117, 252, 0.25);
  color: #ffffff;
}

.trip-type-selector {
  align-items: center;
  background: #eef3fb;
  border: 0;
  border-radius: 999px;
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 5px;
}

.trip-type-selector legend {
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.trip-option span {
  border-radius: 999px;
  color: #718096;
  display: block;
  font-size: 13px;
  font-weight: 850;
  padding: 11px 18px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}

.trip-option:hover span {
  color: var(--flight-blue);
  transform: translateY(-1px);
}

.trip-option:has(input:checked) span {
  background: linear-gradient(135deg, var(--flight-navy), var(--flight-bright));
  box-shadow: 0 9px 22px rgba(37, 117, 252, 0.25);
  color: #ffffff;
}

.search-box .search-panel {
  -webkit-backdrop-filter: blur(26px);
  backdrop-filter: blur(26px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0 0 34px 34px;
  box-shadow: 0 25px 80px rgba(3, 29, 78, 0.16);
  overflow: visible;
  padding: 13px;
  position: relative;
}

.search-box .search-panel::before {
  background: linear-gradient(110deg, rgba(37, 117, 252, 0.38), rgba(255, 255, 255, 0.9), rgba(0, 184, 255, 0.22));
  border-radius: inherit;
  content: "";
  inset: -1px;
  position: absolute;
  z-index: -2;
}

.search-box .search-panel::after {
  background: rgba(255, 255, 255, 0.93);
  border-radius: 0 0 33px 33px;
  content: "";
  inset: 1px;
  position: absolute;
  z-index: -1;
}

#flight-search-form.clean-search-form {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--flight-border);
  border-radius: 25px;
  box-shadow: 0 15px 45px rgba(11, 46, 107, 0.08);
  display: grid;
  gap: 0;
  grid-template-columns:
    minmax(165px, 1.2fr)
    50px
    minmax(165px, 1.2fr)
    minmax(135px, 0.9fr)
    minmax(135px, 0.9fr)
    minmax(145px, 0.9fr)
    minmax(155px, 0.95fr)
    92px;
  min-height: 102px;
  padding: 0;
}

#flight-search-form .field {
  align-items: center;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--flight-border);
  border-radius: 0;
  cursor: text;
  display: flex;
  gap: 10px;
  min-height: 102px;
  min-width: 0;
  padding: 17px 16px;
  position: relative;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

#flight-search-form .field:first-of-type {
  border-radius: 24px 0 0 24px;
}

#flight-search-form .field:hover {
  background: #fbfdff;
  z-index: 4;
}

#flight-search-form .field:focus-within,
#flight-search-form .passenger-field:focus-within {
  background: linear-gradient(145deg, rgba(235, 244, 255, 0.95), #ffffff);
  box-shadow: inset 0 0 0 2px rgba(37, 117, 252, 0.18), 0 15px 35px rgba(21, 91, 220, 0.12);
  z-index: 5;
}

#flight-search-form .field > span,
#flight-search-form .cabin-selector legend {
  color: var(--flight-muted);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.85px;
  margin: 0 0 6px;
  text-transform: uppercase;
}

#flight-search-form .field input,
#flight-search-form .field select,
#flight-search-form .passenger-toggle {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--flight-text);
  font-size: 15px;
  font-weight: 850;
  min-height: auto;
  outline: none;
  padding: 0;
}

#flight-search-form .field input::placeholder {
  color: #a7b0c0;
  font-size: 14px;
  font-weight: 650;
}

#flight-search-form .route-label-text {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#flight-search-form .route-icon-label {
  align-items: center;
  background: linear-gradient(145deg, #eef5ff, #ffffff);
  border: 1px solid #d9e7ff;
  border-radius: 11px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  color: var(--flight-blue);
  display: inline-flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
  margin: 0;
  position: relative;
  width: 30px;
}

#flight-search-form .route-icon-label::before {
  background: currentColor;
  content: "";
  display: block;
  height: 18px;
  width: 18px;
}

#flight-search-form .route-origin-label::before {
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 5h12v2H8.8l9.1 9.1-1.8 1.8L7 8.8V16H5V5H4Zm2 14h13v2H6v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

#flight-search-form .route-destination-label::before {
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M18 19H5v2h13v-2ZM20 5H8v2h7.2l-9.1 9.1 1.8 1.8L17 8.8V16h2V5h1Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

#flight-search-form .swap-route-btn {
  align-self: stretch;
  background: linear-gradient(90deg, #ffffff 0 calc(50% - 1px), var(--flight-border) calc(50% - 1px) calc(50% + 1px), #ffffff calc(50% + 1px));
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  height: auto;
  justify-self: stretch;
  margin: 0;
  min-height: 102px;
  place-items: center;
  position: relative;
  width: auto;
}

#flight-search-form .swap-route-btn::before {
  background: var(--flight-navy);
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(6, 26, 58, 0.24);
  content: "";
  height: 42px;
  position: absolute;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  width: 42px;
}

#flight-search-form .swap-route-btn .travel-icon {
  color: #ffffff;
  height: 18px;
  position: relative;
  width: 18px;
  z-index: 2;
}

#flight-search-form .swap-route-btn:hover::before {
  background: var(--flight-bright);
  box-shadow: 0 13px 30px rgba(37, 117, 252, 0.32);
  transform: rotate(180deg) scale(1.12);
}

#flight-search-form .passenger-field {
  cursor: pointer;
  grid-column: auto;
}

#flight-search-form .passenger-toggle {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: flex-start;
  width: 100%;
}

#flight-search-form .person-icon {
  border-radius: 11px;
  flex: 0 0 30px;
  height: 30px;
  width: 30px;
}

#flight-search-form .passenger-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--flight-border);
  border-radius: 23px;
  box-shadow: 0 24px 65px rgba(6, 26, 58, 0.2);
  min-width: 360px;
  padding: 18px;
  right: 0;
  top: calc(100% + 18px);
  z-index: 50;
}

#flight-search-form .passenger-menu::before {
  background: #ffffff;
  border-left: 1px solid var(--flight-border);
  border-top: 1px solid var(--flight-border);
  content: "";
  height: 18px;
  position: absolute;
  right: 56px;
  top: -9px;
  transform: rotate(45deg);
  width: 18px;
}

#flight-search-form .passenger-line {
  border-bottom: 1px solid #edf1f6;
  gap: 18px;
  padding: 14px 0;
}

#flight-search-form .passenger-line:last-of-type {
  border-bottom: 0;
}

#flight-search-form .passenger-line strong {
  color: var(--flight-text);
  font-size: 13px;
  font-weight: 850;
}

#flight-search-form .passenger-line small {
  color: var(--flight-muted);
  font-size: 10px;
  font-weight: 650;
}

#flight-search-form .quantity-control button {
  background: #f5f8fd;
  border: 1px solid #dbe5f3;
  border-radius: 10px;
  color: var(--flight-blue);
  font-size: 18px;
  font-weight: 800;
  height: 31px;
  transition: 0.2s ease;
  width: 31px;
}

#flight-search-form .quantity-control button:hover {
  background: var(--flight-bright);
  border-color: var(--flight-bright);
  color: #ffffff;
  transform: scale(1.08);
}

#flight-search-form .quantity-control output {
  color: var(--flight-text);
  font-size: 14px;
  font-weight: 900;
}

#flight-search-form .search-btn {
  align-items: center;
  align-self: stretch;
  background: linear-gradient(135deg, var(--flight-navy), var(--flight-blue), var(--flight-bright));
  background-size: 180% 180%;
  border-radius: 19px;
  box-shadow: 0 14px 30px rgba(19, 85, 214, 0.25);
  color: #ffffff;
  display: grid;
  font-size: 0;
  grid-column: auto;
  justify-content: center;
  margin: 8px;
  min-height: 84px;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#flight-search-form .search-btn::before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 160%;
  left: -90px;
  position: absolute;
  top: -30%;
  transform: rotate(25deg);
  transition: left 0.65s ease;
  width: 50px;
}

#flight-search-form .search-btn:hover {
  box-shadow: 0 19px 38px rgba(19, 85, 214, 0.34);
  transform: translateY(-3px) scale(1.025);
}

#flight-search-form .search-btn:hover::before {
  left: 130%;
}

#flight-search-form .search-btn .travel-icon {
  height: 26px;
  position: relative;
  width: 26px;
  z-index: 2;
}

#flight-search-form .multi-city-fields {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--flight-border);
  border-radius: 22px;
  grid-column: 1 / -1;
  margin: 12px;
  padding: 12px;
}

#flight-search-form .multi-city-row {
  gap: 8px;
}

#flight-search-form .multi-city-row .field {
  border: 1px solid var(--flight-border);
  border-radius: 14px;
  min-height: 72px;
}

#flight-search-form .add-segment-btn,
#flight-search-form .remove-segment-btn {
  border-radius: 13px;
  font-weight: 850;
  transition: 0.25s ease;
}

#flight-search-form .add-segment-btn {
  background: rgba(235, 244, 255, 0.8);
  border: 1px dashed rgba(37, 117, 252, 0.45);
  color: var(--flight-blue);
}

#flight-search-form .add-segment-btn:hover {
  background: var(--flight-soft);
  border-style: solid;
  transform: translateY(-2px);
}

#flight-search-form .cabin-selector {
  align-items: center;
  background: #f6f9fe;
  border: 1px solid var(--flight-border);
  border-radius: 18px;
  display: flex;
  gap: 8px;
  grid-column: 1 / span 7;
  margin: 10px 0 0;
  padding: 10px;
}

#flight-search-form .cabin-selector legend {
  margin-right: 4px;
}

#flight-search-form .cabin-option {
  border-radius: 13px;
  min-height: 38px;
}

#flight-search-form .cabin-option:has(input:checked) {
  background: linear-gradient(135deg, var(--flight-navy), var(--flight-bright));
  color: #ffffff;
}

.search-status {
  color: var(--flight-muted);
  font-size: 12px;
  font-weight: 750;
  min-height: 20px;
  padding: 10px 20px 0;
  text-align: center;
}

@media (max-width: 1180px) {
  #flight-search-form.clean-search-form {
    grid-template-columns: 1fr 48px 1fr 0.85fr 0.85fr;
  }

  #flight-search-form .month-filter-field,
  #flight-search-form .passenger-field {
    border-top: 1px solid var(--flight-border);
    grid-column: span 2;
  }

  #flight-search-form .cabin-selector {
    grid-column: 1 / 4;
    margin: 10px 0 10px 10px;
  }

  #flight-search-form .search-btn {
    grid-column: 4 / 6;
    margin: 10px;
    min-height: 72px;
  }
}

@media (max-width: 760px) {
  .b2b-section {
    padding: 40px 18px 18px;
  }

  .b2b-module-grid {
    grid-template-columns: 1fr;
  }

  .b2b-module-card {
    min-height: auto;
    padding: 18px;
  }

  .b2b-command-center {
    border-radius: 16px;
    padding: 22px;
  }

  .hero-actions-row {
    margin-bottom: 18px;
  }

  .search-topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .search-products,
  .trip-type-selector {
    overflow-x: auto;
    width: 100%;
  }

  .product-tab,
  .trip-option span {
    font-size: 11px;
    padding: 10px 13px;
  }

  #flight-search-form.clean-search-form {
    grid-template-columns: 1fr 48px 1fr;
  }

  #flight-search-form .field {
    min-height: 91px;
    padding: 14px;
  }

  #flight-search-form .search-field-origin {
    border-radius: 21px 0 0 0;
  }

  #flight-search-form .search-field-destination {
    border-radius: 0 21px 0 0;
  }

  #flight-search-form .date-field,
  #flight-search-form .month-filter-field,
  #flight-search-form .passenger-field {
    border-top: 1px solid var(--flight-border);
    grid-column: span 1;
  }

  #flight-search-form .return-date-field,
  #flight-search-form .passenger-field {
    grid-column: span 2;
  }

  #flight-search-form .search-btn,
  #flight-search-form .cabin-selector {
    grid-column: 1 / -1;
  }

  #flight-search-form .passenger-menu {
    min-width: 0;
    right: 8px;
    width: calc(100vw - 44px);
  }
}

@media (max-width: 520px) {
  .search-box .search-panel {
    border-radius: 0 0 25px 25px;
    padding: 9px;
  }

  #flight-search-form.clean-search-form {
    display: block;
    overflow: hidden;
  }

  #flight-search-form .field,
  #flight-search-form .swap-route-btn,
  #flight-search-form .passenger-field {
    border-bottom: 1px solid var(--flight-border);
    border-radius: 0;
    border-right: 0;
    min-height: 87px;
  }

  #flight-search-form .search-field-origin {
    border-radius: 19px 19px 0 0;
  }

  #flight-search-form .swap-route-btn {
    border-bottom: 0;
    border-radius: 999px;
    height: 54px;
    margin: -27px auto;
    min-height: 54px;
    position: relative;
    width: 54px;
    z-index: 12;
  }

  #flight-search-form .swap-route-btn::before {
    transform: rotate(90deg);
  }

  #flight-search-form .swap-route-btn:hover::before {
    transform: rotate(270deg) scale(1.1);
  }

  #flight-search-form .search-btn {
    border-radius: 0 0 19px 19px;
    margin: 0;
    min-height: 64px;
  }

  #flight-search-form .cabin-selector {
    align-items: stretch;
    flex-direction: column;
    margin: 10px 0;
  }
}

@media (min-width: 901px) {
  #flight-search-form.clean-search-form {
    grid-template-columns:
      minmax(150px, 0.9fr)
      44px
      minmax(150px, 0.9fr)
      minmax(118px, 0.66fr)
      minmax(118px, 0.66fr)
      minmax(124px, 0.7fr)
      minmax(150px, 0.82fr)
      76px;
    min-height: 190px;
  }

  #flight-search-form .search-field-origin {
    border-bottom: 1px solid var(--flight-border);
    border-right: 0;
    border-radius: 24px 0 0 24px;
    grid-column: 1;
    grid-row: 1;
  }

  #flight-search-form .swap-route-btn {
    border-bottom: 1px solid var(--flight-border);
    grid-column: 2;
    grid-row: 1;
    min-height: 88px;
    z-index: 8;
  }

  #flight-search-form .swap-route-btn::before {
    height: 38px;
    width: 38px;
  }

  #flight-search-form .swap-route-btn .travel-icon {
    height: 16px;
    width: 16px;
  }

  #flight-search-form .search-field-destination {
    border-bottom: 1px solid var(--flight-border);
    border-left: 0;
    grid-column: 3;
    grid-row: 1;
  }

  #flight-search-form .field {
    align-items: center;
    flex-direction: row;
    gap: 9px;
    justify-content: center;
    min-height: 88px;
    padding: 13px 11px;
  }

  #flight-search-form .date-field,
  #flight-search-form .month-filter-field,
  #flight-search-form .passenger-field {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  #flight-search-form .route-icon-label {
    flex: 0 0 28px;
    height: 28px;
    width: 28px;
  }

  #flight-search-form .route-icon-label::before {
    height: 17px;
    width: 17px;
  }

  #flight-search-form .field > span,
  #flight-search-form .cabin-selector legend {
    font-size: 9px;
    letter-spacing: 0.65px;
  }

  #flight-search-form .field input,
  #flight-search-form .field select,
  #flight-search-form .passenger-toggle {
    font-size: 13px;
    line-height: 1.15;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  #flight-search-form .field input::placeholder {
    font-size: 12px;
  }

  #flight-search-form .date-field input {
    font-size: 12px;
  }

  #flight-search-form .search-field-date {
    border-bottom: 1px solid var(--flight-border);
    grid-row: 1;
  }

  #flight-search-form .return-date-field {
    grid-column: 5;
  }

  #flight-search-form .passenger-field {
    border-bottom: 1px solid var(--flight-border);
    grid-column: 7;
    grid-row: 1;
  }

  #flight-search-form .month-filter-field {
    border-bottom: 1px solid var(--flight-border);
    border-top: 0;
    grid-column: 6;
    grid-row: 1;
    min-height: 88px;
  }

  #flight-search-form .month-filter-field select {
    color: #435166;
    font-weight: 750;
  }

  #flight-search-form .cabin-selector {
    grid-column: 1 / 9;
    grid-row: 2;
    margin: 8px;
    min-height: 70px;
  }

  #flight-search-form .search-btn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    grid-column: 8;
    grid-row: 1;
    border-radius: 0 24px 24px 0;
    margin: 0;
    min-height: 88px;
  }

  #flight-search-form .search-btn .travel-icon {
    height: 27px;
    width: 27px;
  }

  #flight-search-form .passenger-toggle {
    align-items: center;
    gap: 7px;
    justify-content: flex-start;
  }

  #flight-search-form .person-icon {
    flex: 0 0 22px;
    height: 22px;
    width: 22px;
  }

  #flight-search-form .cabin-option {
    min-height: 42px;
    padding: 9px 14px;
  }
}

@media (max-width: 900px) {
  #flight-search-form.clean-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
    overflow: hidden;
  }

  #flight-search-form .search-field-origin {
    border-right: 0;
    grid-column: 1;
    grid-row: 1;
  }

  #flight-search-form .swap-route-btn {
    align-self: stretch;
    background: linear-gradient(90deg, #ffffff 0 calc(50% - 1px), var(--flight-border) calc(50% - 1px) calc(50% + 1px), #ffffff calc(50% + 1px));
    border-bottom: 1px solid var(--flight-border);
    border-radius: 0;
    grid-column: 2;
    grid-row: 1;
    height: auto;
    justify-self: stretch;
    margin: 0;
    min-height: 88px;
    width: auto;
    z-index: 8;
  }

  #flight-search-form .swap-route-btn::before {
    height: 38px;
    transform: none;
    width: 38px;
  }

  #flight-search-form .swap-route-btn:hover::before {
    transform: rotate(180deg) scale(1.08);
  }

  #flight-search-form .swap-route-btn .travel-icon {
    height: 16px;
    width: 16px;
  }

  #flight-search-form .search-field-destination {
    border-left: 0;
    grid-column: 3;
    grid-row: 1;
  }

  #flight-search-form .search-field-date {
    grid-column: span 1;
    grid-row: 2;
  }

  #flight-search-form .return-date-field {
    grid-column: span 2;
    grid-row: 2;
  }

  #flight-search-form .month-filter-field {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  #flight-search-form .passenger-field {
    grid-column: 3;
    grid-row: 3;
  }

  #flight-search-form .cabin-selector,
  #flight-search-form .search-btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  #flight-search-form.clean-search-form {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
  }

  #flight-search-form .swap-route-btn {
    min-height: 82px;
  }

  #flight-search-form .month-filter-field,
  #flight-search-form .passenger-field,
  #flight-search-form .return-date-field {
    grid-column: 1 / -1;
  }
}

@media (min-width: 901px) {
  #flight-search-form.clean-search-form > .search-field-origin,
  #flight-search-form.clean-search-form > .swap-route-btn,
  #flight-search-form.clean-search-form > .search-field-destination,
  #flight-search-form.clean-search-form > .search-field-date,
  #flight-search-form.clean-search-form > .month-filter-field,
  #flight-search-form.clean-search-form > .passenger-field {
    border-bottom: 1px solid var(--flight-border) !important;
  }

  #flight-search-form.clean-search-form > .search-field-origin {
    background: rgba(255, 255, 255, 0.96) !important;
    border-radius: 24px 0 0 24px !important;
    box-shadow:
      inset 1px 0 0 var(--flight-border),
      inset 0 1px 0 var(--flight-border),
      inset 0 -1px 0 var(--flight-border) !important;
    overflow: hidden !important;
  }

  #flight-search-form.clean-search-form > .search-btn {
    border-radius: 0 24px 24px 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 14px 30px rgba(19, 85, 214, 0.25);
  }
}

@media (max-width: 980px) {
  .seller-panel-header {
    align-items: stretch;
    flex-direction: column;
  }

  .seller-workspace-grid,
  .seller-stat-grid,
  .seller-reservation-card {
    grid-template-columns: 1fr;
  }

  .agent-operations-grid,
  .agent-card-metrics {
    grid-template-columns: 1fr;
  }

  .agent-card-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .agent-card-head .admin-status-pill {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .header-language span {
    display: none;
  }

  .header-language select {
    border-radius: 8px;
    font-size: 16px;
    min-height: 32px;
    min-width: 42px;
    padding: 0 6px;
    width: 42px;
  }

  .header-language {
    gap: 4px;
  }

  .header-language button {
    font-size: 15px;
    height: 30px;
    width: 30px;
  }

  .site-header .header-language > button {
    font-size: 17px !important;
    height: 30px !important;
    min-height: 30px !important;
    min-width: 30px !important;
    width: 30px !important;
  }
}

/* Correção final da versão telemóvel: impede logos e selos de estourarem o rodapé. */
@media (max-width: 680px) {
  html,
  body,
  main,
  .site-footer,
  .footer-top,
  .footer-columns,
  .footer-commerce-row,
  .footer-trust-badges,
  .footer-bottom {
    max-width: 100%;
    overflow-x: hidden;
  }

  footer.site-footer {
    padding: 28px 14px 22px !important;
  }

  .footer-brand-block {
    align-items: start !important;
    grid-template-columns: 1fr !important;
  }

  .footer-brand-block img {
    height: auto !important;
    max-height: 50px !important;
    max-width: 160px !important;
    width: auto !important;
  }

  .footer-columns,
  .footer-commerce-row {
    grid-template-columns: 1fr !important;
  }

  .footer-payment-logos {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .footer-payment-logos span {
    height: 30px !important;
    min-width: 0 !important;
    padding: 5px 6px !important;
    width: 100% !important;
  }

  .footer-payment-logos img {
    max-height: 16px !important;
    max-width: 54px !important;
  }

  .footer-trust-badges {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin: 0 !important;
    max-width: 100% !important;
  }

  .footer-trust-badge {
    min-height: 44px !important;
    padding: 6px !important;
  }

  .footer-trust-badge img {
    height: 24px !important;
    max-height: 24px !important;
    max-width: 96px !important;
    width: auto !important;
  }

  .footer-bottom {
    display: grid !important;
    font-size: 11px !important;
    gap: 8px !important;
  }
}

@media (max-width: 390px) {
  .footer-payment-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .footer-trust-badge img {
    max-width: 86px !important;
  }
}

/* Correção final da busca no telemóvel: remove sobreposição e excesso de altura. */
@media (max-width: 680px) {
  .hero {
    min-height: auto !important;
    padding: 112px 12px 34px !important;
  }

  .search-box {
    border-radius: 22px !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .search-topbar {
    border-radius: 22px 22px 0 0 !important;
    padding: 10px !important;
  }

  .search-products {
    background: #eef3fb !important;
    border-radius: 16px !important;
    display: flex !important;
    gap: 6px !important;
    overflow-x: auto !important;
    padding: 6px !important;
    scroll-snap-type: x mandatory !important;
    width: 100% !important;
  }

  .product-tab {
    border: 0 !important;
    border-radius: 16px !important;
    flex: 0 0 auto !important;
    font-size: 13px !important;
    min-height: 44px !important;
    min-width: 122px !important;
    padding: 10px 12px !important;
    scroll-snap-align: start !important;
  }

  .product-tab .travel-icon {
    height: 18px !important;
    width: 18px !important;
  }

  .trip-type-selector {
    background: #eef4fb !important;
    border-radius: 16px !important;
    display: grid !important;
    gap: 6px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin: 10px !important;
    padding: 6px !important;
  }

  .trip-type-selector legend {
    display: none !important;
  }

  .trip-option,
  .trip-option span {
    min-width: 0 !important;
    width: 100% !important;
  }

  .trip-option span {
    border-radius: 12px !important;
    font-size: 12px !important;
    min-height: 36px !important;
    padding: 9px 5px !important;
    white-space: nowrap !important;
  }

  #flight-search-form.clean-search-form,
  .product-search-form.clean-search-form {
    background: #ffffff !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
    padding: 12px !important;
  }

  #flight-search-form .field,
  #flight-search-form .search-field-origin,
  #flight-search-form .search-field-destination,
  #flight-search-form .search-field-date,
  #flight-search-form .return-date-field,
  #flight-search-form .month-filter-field,
  #flight-search-form .passenger-field,
  .product-search-form .field {
    background: #ffffff !important;
    border: 1px solid #dbe5f2 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 10px 12px !important;
    width: 100% !important;
  }

  #flight-search-form .field:first-of-type,
  #flight-search-form .search-field-origin {
    border-radius: 14px !important;
  }

  #flight-search-form .field > span,
  #flight-search-form .date-field span,
  #flight-search-form .passenger-field > span,
  #flight-search-form .cabin-selector legend,
  .product-search-form .field > span {
    color: #66758b !important;
    display: block !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.1 !important;
    margin: 0 0 6px !important;
    text-transform: uppercase !important;
  }

  #flight-search-form .route-icon-label::before {
    display: inline-flex !important;
  }

  #flight-search-form .route-icon-label {
    align-items: center !important;
    display: inline-flex !important;
    min-height: 0 !important;
    padding-left: 0 !important;
    position: relative !important;
  }

  #flight-search-form .route-label-text {
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

  #flight-search-form .field input,
  #flight-search-form .field select,
  #flight-search-form .passenger-toggle,
  .product-search-form .field input,
  .product-search-form .field select {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--navy-850) !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    min-height: 28px !important;
    padding: 0 !important;
    width: 100% !important;
  }

  #flight-search-form .field input::placeholder,
  .product-search-form .field input::placeholder {
    color: #93a1b5 !important;
    font-size: 15px !important;
    opacity: 1 !important;
  }

  #flight-search-form .swap-route-btn {
    align-self: center !important;
    background: #061b3a !important;
    border: 4px solid #ffffff !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 20px rgba(6, 27, 58, 0.24) !important;
    color: #ffffff !important;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    height: 42px !important;
    justify-self: center !important;
    margin: -4px 0 !important;
    min-height: 42px !important;
    padding: 0 !important;
    width: 42px !important;
    z-index: 3 !important;
  }

  #flight-search-form .swap-route-btn::before {
    display: none !important;
  }

  #flight-search-form .swap-route-btn .travel-icon {
    color: #ffffff !important;
    height: 18px !important;
    width: 18px !important;
  }

  #flight-search-form .passenger-toggle {
    align-items: center !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: flex-start !important;
  }

  #flight-search-form .person-icon {
    flex: 0 0 24px !important;
    height: 24px !important;
    width: 24px !important;
  }

  #flight-search-form .passenger-menu {
    left: 0 !important;
    max-height: none !important;
    min-width: 0 !important;
    right: 0 !important;
    top: calc(100% + 8px) !important;
    width: 100% !important;
  }

  #flight-search-form .cabin-selector {
    border: 1px solid #dbe5f2 !important;
    border-radius: 14px !important;
    display: grid !important;
    gap: 8px !important;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 10px !important;
  }

  #flight-search-form .cabin-selector legend {
    grid-column: 1 / -1 !important;
    margin: 0 !important;
  }

  #flight-search-form .cabin-option {
    align-items: center !important;
    border-radius: 12px !important;
    display: flex !important;
    font-size: 12px !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 8px 5px !important;
    text-align: center !important;
  }

  #flight-search-form .search-btn,
  .product-search-form .search-btn {
    border-radius: 0 0 18px 18px !important;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    min-height: 54px !important;
    padding: 12px !important;
    width: 100% !important;
  }

  #flight-search-form .search-btn .travel-icon {
    height: 24px !important;
    width: 24px !important;
  }

  .search-box .search-panel[hidden],
  #flight-search-form[hidden],
  .product-search-form[hidden] {
    display: none !important;
  }

  .search-box .search-panel.is-active:not([hidden]) {
    display: grid !important;
  }
}

@media (max-width: 390px) {
  .trip-option span {
    font-size: 11px !important;
  }

  #flight-search-form .cabin-selector {
    grid-template-columns: 1fr !important;
  }
}

/* Ajuste compacto da busca de voos no telemóvel. */
@media (max-width: 680px) {
  .search-box {
    border-radius: 18px !important;
  }

  .search-topbar {
    padding: 8px !important;
  }

  .product-tab {
    font-size: 12px !important;
    min-height: 38px !important;
    min-width: 108px !important;
    padding: 8px 10px !important;
  }

  .product-tab .travel-icon {
    height: 16px !important;
    width: 16px !important;
  }

  .trip-type-selector {
    border-radius: 14px !important;
    gap: 4px !important;
    margin: 7px 8px !important;
    padding: 4px !important;
  }

  .trip-option span {
    border-radius: 10px !important;
    font-size: 11px !important;
    min-height: 31px !important;
    padding: 7px 4px !important;
  }

  #flight-search-form.clean-search-form {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) !important;
    padding: 10px !important;
  }

  #flight-search-form .month-filter-field {
    display: none !important;
  }

  #flight-search-form .field,
  #flight-search-form .search-field-origin,
  #flight-search-form .search-field-destination,
  #flight-search-form .search-field-date,
  #flight-search-form .return-date-field,
  #flight-search-form .passenger-field {
    border-radius: 12px !important;
    min-height: 58px !important;
    padding: 8px 10px !important;
  }

  #flight-search-form .search-field-origin {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  #flight-search-form .swap-route-btn {
    align-self: stretch !important;
    border: 0 !important;
    height: auto !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 !important;
    min-height: 58px !important;
    width: auto !important;
  }

  #flight-search-form .search-field-destination {
    grid-column: 3 !important;
    grid-row: 1 !important;
  }

  #flight-search-form .search-field-date {
    grid-column: 1 / 3 !important;
    grid-row: 2 !important;
  }

  #flight-search-form .return-date-field {
    grid-column: 3 !important;
    grid-row: 2 !important;
  }

  #flight-search-form .passenger-field {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
  }

  #flight-search-form .field > span,
  #flight-search-form .date-field span,
  #flight-search-form .passenger-field > span,
  #flight-search-form .cabin-selector legend {
    font-size: 9px !important;
    margin-bottom: 4px !important;
  }

  #flight-search-form .field input,
  #flight-search-form .field select,
  #flight-search-form .passenger-toggle {
    font-size: 13px !important;
    min-height: 24px !important;
  }

  #flight-search-form .field input::placeholder {
    font-size: 12px !important;
  }

  #flight-search-form .person-icon {
    flex: 0 0 20px !important;
    height: 20px !important;
    width: 20px !important;
  }

  #flight-search-form .cabin-selector {
    border-radius: 12px !important;
    gap: 6px !important;
    grid-column: 1 / -1 !important;
    grid-row: 4 !important;
    padding: 8px !important;
  }

  #flight-search-form .cabin-option {
    font-size: 11px !important;
    min-height: 34px !important;
    padding: 6px 4px !important;
  }

  #flight-search-form .search-btn {
    border-radius: 14px !important;
    grid-column: 1 / -1 !important;
    grid-row: 5 !important;
    min-height: 48px !important;
    padding: 10px !important;
  }

  #flight-search-form .search-btn .travel-icon {
    height: 22px !important;
    width: 22px !important;
  }
}

@media (max-width: 390px) {
  #flight-search-form.clean-search-form {
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) !important;
  }

  #flight-search-form .field,
  #flight-search-form .search-field-origin,
  #flight-search-form .search-field-destination,
  #flight-search-form .search-field-date,
  #flight-search-form .return-date-field,
  #flight-search-form .passenger-field {
    min-height: 54px !important;
    padding: 7px 8px !important;
  }
}

/* Atualização visual VAZANDO 2026: superfícies mais leves e hierarquia mais compacta. */
:root {
  --vazando-ink: #05172f;
  --vazando-navy: #072b5d;
  --vazando-blue: #176be8;
  --vazando-cyan: #19aee8;
  --vazando-gold: #f5ae2b;
  --vazando-line: #dce5f1;
  --vazando-mist: #f4f7fb;
}

body {
  background: #f5f7fa;
}

.site-header {
  background: rgba(3, 20, 45, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 28px rgba(2, 13, 31, 0.18);
  gap: 26px;
  height: 78px;
  padding: 0 clamp(22px, 3.2vw, 48px);
}

.logo {
  min-width: 134px;
}

.logo img {
  height: 60px;
  width: 60px;
}

.main-nav {
  gap: clamp(16px, 1.8vw, 28px);
}

.main-nav a,
.header-action-link {
  font-size: 14px;
  text-decoration: none;
}

.main-nav a {
  opacity: 0.84;
  position: relative;
}

.main-nav a::after {
  background: var(--vazando-gold);
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.main-nav a:hover {
  opacity: 1;
  text-decoration: none;
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.theme-toggle,
.currency-note-select,
.header-language button {
  box-shadow: none;
}

.hero {
  background:
    linear-gradient(90deg, rgba(2, 17, 41, 0.94) 0%, rgba(3, 30, 66, 0.76) 47%, rgba(3, 30, 66, 0.24) 100%),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  min-height: 690px;
  padding: 126px 6% 62px;
}

.hero-content h1 {
  font-size: clamp(38px, 4.4vw, 52px);
  line-height: 1.08;
  margin-bottom: 14px;
  max-width: 650px;
}

.hero-content p {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  margin-bottom: 28px;
}

.hero-kicker {
  background: rgba(6, 31, 69, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #ffd77d;
  font-size: 11px;
  padding: 7px 10px;
}

.primary-inline {
  background: var(--vazando-gold);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(1, 18, 42, 0.22);
}

.search-box {
  border: 1px solid rgba(218, 228, 241, 0.86);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(1, 18, 42, 0.24);
  max-width: 1240px;
}

.search-topbar {
  background: #f7f9fc;
  border-bottom: 1px solid var(--vazando-line);
  border-radius: 8px 8px 0 0;
  padding: 12px 14px;
}

.search-products {
  gap: 5px;
}

.product-tab {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #52627a;
  min-height: 38px;
  padding: 9px 12px;
}

.product-tab:hover {
  background: #eaf1fb;
  color: var(--vazando-navy);
  transform: none;
}

.product-tab.is-active {
  background: var(--vazando-navy);
  box-shadow: none;
  color: #ffffff;
}

.trip-type-selector {
  background: #eaf0f8;
  border-radius: 6px;
  padding: 3px;
}

.trip-option span {
  border-radius: 4px;
  font-size: 12px;
  padding: 9px 13px;
}

.trip-option:hover span {
  color: var(--vazando-navy);
  transform: none;
}

.trip-option:has(input:checked) span {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(8, 37, 77, 0.1);
  color: var(--vazando-navy);
}

.search-box .search-panel {
  background: #ffffff;
  backdrop-filter: none;
  border: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
  padding: 12px;
}

.search-box .search-panel::before,
.search-box .search-panel::after {
  content: none;
}

#flight-search-form.clean-search-form {
  background: #ffffff;
  border-color: var(--vazando-line);
  border-radius: 7px;
  box-shadow: none;
}

#flight-search-form .field {
  min-height: 88px;
  padding: 14px;
}

#flight-search-form .field:first-of-type {
  border-radius: 6px 0 0 6px;
}

#flight-search-form .field:hover,
#flight-search-form .field:focus-within,
#flight-search-form .passenger-field:focus-within {
  background: #f7faff;
  box-shadow: inset 0 0 0 1px rgba(23, 107, 232, 0.26);
  transform: none;
}

#flight-search-form .search-btn {
  background: var(--vazando-blue);
  border-radius: 6px;
  box-shadow: none;
  margin: 7px;
  min-height: 74px;
}

#flight-search-form .search-btn:hover {
  background: #0e5fd2;
  box-shadow: 0 8px 18px rgba(23, 107, 232, 0.22);
  transform: translateY(-1px);
}

#flight-search-form .cabin-selector,
#flight-search-form .multi-city-fields {
  border-radius: 7px;
}

#flight-search-form .cabin-option,
#flight-search-form .add-segment-btn,
#flight-search-form .remove-segment-btn,
.passenger-menu,
.quantity-control button {
  border-radius: 6px;
}

.travel-section {
  background: #f5f7fa;
  padding-top: 58px;
}

.section-title {
  color: var(--vazando-ink);
  font-size: clamp(24px, 2.8vw, 34px);
  margin-bottom: 18px;
}

.company,
.card,
.currency-box {
  border: 1px solid var(--vazando-line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(5, 23, 47, 0.07);
}

.company {
  background: #ffffff;
}

.card {
  overflow: hidden;
}

.card:hover {
  box-shadow: 0 14px 32px rgba(5, 23, 47, 0.12);
  transform: translateY(-3px);
}

.card-img,
.card-img::after {
  border-radius: 0;
}

.card-body button {
  background: var(--vazando-navy);
  border-radius: 6px;
  color: #ffffff;
}

.currency-box {
  background: #ffffff;
}

.site-footer {
  border-top: 3px solid var(--vazando-gold);
}

.footer-brand-block img,
.footer-contact-card,
.footer-payment-logos span,
.footer-trust-badge {
  border-radius: 6px;
}

/* Família de ícones exclusiva do atendimento VAZANDO. */
.ai-chat-fan-action {
  background: rgba(255, 255, 255, 0.98);
  border-color: #d8e3f0;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(3, 20, 45, 0.18);
  gap: 5px;
  height: 72px;
  min-width: 76px;
  padding: 8px;
}

.ai-chat-fan-action:hover {
  border-color: var(--fan-color, var(--vazando-blue));
}

.ai-chat-fan-icon-wrap {
  align-items: center;
  background: var(--fan-soft, #edf4ff);
  border: 1px solid color-mix(in srgb, var(--fan-color, var(--vazando-blue)) 26%, white);
  border-radius: 7px;
  color: var(--fan-color, var(--vazando-blue));
  display: flex;
  height: 39px;
  justify-content: center;
  width: 44px;
}

.ai-chat-fan-icon {
  fill: none;
  height: 27px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 27px;
}

.ai-chat-fan-icon .ai-chat-fan-accent {
  stroke: var(--vazando-gold);
  stroke-width: 2.2;
}

.ai-chat-fan-action small {
  color: var(--vazando-ink);
  font-size: 10px;
}

.ai-chat-fan-callback {
  --fan-color: #175fc5;
  --fan-soft: #eaf2ff;
}

.ai-chat-fan-online {
  --fan-color: #087aa8;
  --fan-soft: #e8f8fd;
}

.ai-chat-fan-message {
  --fan-color: #6a4eaa;
  --fan-soft: #f2edff;
}

.ai-chat-fan-whatsapp {
  --fan-color: #12845b;
  --fan-soft: #e9f8f1;
  border-color: #cfe9dc;
}

@media (max-width: 900px) {
  .site-header {
    height: auto;
  }

  .search-topbar {
    border-radius: 8px 8px 0 0;
  }
}

@media (max-width: 680px) {
  .hero {
    background:
      linear-gradient(180deg, rgba(2, 17, 41, 0.92), rgba(3, 30, 66, 0.76)),
      url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=900&q=78");
    padding-bottom: 28px !important;
  }

  .search-box,
  .search-topbar {
    border-radius: 8px !important;
  }

  .search-topbar {
    border-radius: 8px 8px 0 0 !important;
  }

  .search-products {
    background: #edf2f8 !important;
    border-radius: 6px !important;
    padding: 4px !important;
  }

  .product-tab {
    border-radius: 5px !important;
  }

  .trip-type-selector {
    border-radius: 6px !important;
  }

  .trip-option span {
    border-radius: 4px !important;
  }

  #flight-search-form.clean-search-form {
    border-radius: 6px !important;
  }

  #flight-search-form .field,
  #flight-search-form .search-field-origin,
  #flight-search-form .search-field-destination,
  #flight-search-form .search-field-date,
  #flight-search-form .return-date-field,
  #flight-search-form .passenger-field,
  #flight-search-form .cabin-selector,
  #flight-search-form .search-btn {
    border-radius: 6px !important;
  }

  .ai-chat-fan-action {
    border-radius: 7px;
    height: 66px;
    min-width: 70px;
  }

  .ai-chat-fan-icon-wrap {
    height: 34px;
    width: 39px;
  }

  .ai-chat-fan-icon {
    height: 24px;
    width: 24px;
  }
}

/* Eurotuga Digital: página institucional acessível somente pelo rodapé. */
.eurotuga-tech-page {
  background: #f5f8fc;
  color: #10223d;
}

.eurotuga-tech-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(2, 14, 38, 0.98) 0%, rgba(2, 18, 47, 0.94) 38%, rgba(2, 18, 47, 0.2) 72%),
    url("/eurotuga/sites-e-software.png") center / cover no-repeat;
  display: flex;
  min-height: min(690px, calc(100vh - 78px));
  padding: 72px max(6%, calc((100vw - 1240px) / 2));
  position: relative;
}

.eurotuga-tech-hero-content {
  color: #ffffff;
  display: grid;
  gap: 18px;
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.eurotuga-tech-mark {
  height: 76px;
  object-fit: contain;
  object-position: left center;
  width: 90px;
}

.eurotuga-tech-hero-content > span,
.eurotuga-tech-kicker {
  color: #f2c66f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eurotuga-tech-hero h1 {
  color: #ffffff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
  margin: 0;
}

.eurotuga-tech-hero p {
  color: #d8e6f8;
  font-size: 19px;
  line-height: 1.7;
  margin: 0;
  max-width: 580px;
}

.eurotuga-tech-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.eurotuga-tech-actions a,
.eurotuga-tech-contact-actions a {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  text-decoration: none;
}

.eurotuga-tech-primary {
  background: #efb84c;
  color: #081b39;
}

.eurotuga-tech-secondary {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.eurotuga-tech-intro,
.eurotuga-tech-services,
.eurotuga-tech-process,
.eurotuga-tech-quality,
.eurotuga-tech-contact {
  margin-inline: auto;
  max-width: 1240px;
  width: 88%;
}

.eurotuga-tech-intro {
  align-items: start;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: 84px 0 48px;
}

.eurotuga-tech-intro h2,
.eurotuga-tech-section-heading h2,
.eurotuga-tech-quality h2,
.eurotuga-tech-contact h2 {
  color: #092552;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  margin: 10px 0 0;
}

.eurotuga-tech-intro p,
.eurotuga-tech-quality p,
.eurotuga-tech-contact p {
  color: #53657d;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.eurotuga-tech-services {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  padding-bottom: 84px;
}

.eurotuga-tech-services article {
  background: #ffffff;
  border: 1px solid #dfe7f1;
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: 30px;
}

.eurotuga-tech-services article > span {
  color: #d29a30;
  font-size: 13px;
  font-weight: 900;
}

.eurotuga-tech-services h3 {
  color: #092552;
  font-size: 21px;
  margin: 0;
}

.eurotuga-tech-services p {
  color: #607187;
  line-height: 1.65;
  margin: 0;
}

.eurotuga-tech-process {
  background: #061a3a;
  color: #ffffff;
  max-width: none;
  padding: 76px max(6%, calc((100vw - 1240px) / 2));
  width: 100%;
}

.eurotuga-tech-section-heading {
  max-width: 760px;
}

.eurotuga-tech-section-heading h2 {
  color: #ffffff;
}

.eurotuga-tech-process ol {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
}

.eurotuga-tech-process li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  gap: 28px;
  padding: 24px 26px 10px 0;
}

.eurotuga-tech-process li > span {
  color: #efb84c;
  font-size: 13px;
  font-weight: 900;
}

.eurotuga-tech-process strong {
  font-size: 18px;
}

.eurotuga-tech-process p {
  color: #b8c9df;
  line-height: 1.6;
}

.eurotuga-tech-quality {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: 86px 0;
}

.eurotuga-tech-quality ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.eurotuga-tech-quality li {
  border-bottom: 1px solid #d9e2ed;
  color: #263d5d;
  font-weight: 700;
  line-height: 1.5;
  padding: 17px 0 17px 34px;
  position: relative;
}

.eurotuga-tech-quality li::before {
  color: #d29a30;
  content: "✓";
  font-weight: 900;
  left: 3px;
  position: absolute;
}

.eurotuga-tech-contact {
  align-items: center;
  background: #e8eef6;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  margin-bottom: 86px;
  padding: 44px;
}

.eurotuga-tech-contact h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.eurotuga-tech-contact-actions {
  display: grid;
  gap: 10px;
}

.eurotuga-tech-contact-actions a {
  background: #092552;
  color: #ffffff;
}

.eurotuga-tech-contact-actions a:last-child {
  background: #ffffff;
  border: 1px solid #b9c9dc;
  color: #092552;
}

@media (max-width: 900px) {
  .eurotuga-tech-hero {
    background-position: 62% center;
    min-height: 620px;
  }

  .eurotuga-tech-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eurotuga-tech-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .eurotuga-tech-hero {
    background:
      linear-gradient(180deg, rgba(2, 14, 38, 0.72), rgba(2, 14, 38, 0.97)),
      url("/eurotuga/sites-e-software.png") 70% center / cover no-repeat;
    min-height: 590px;
    padding: 54px 6% 46px;
  }

  .eurotuga-tech-hero h1 {
    font-size: 46px;
  }

  .eurotuga-tech-hero p {
    font-size: 16px;
  }

  .eurotuga-tech-actions {
    display: grid;
  }

  .eurotuga-tech-intro,
  .eurotuga-tech-quality,
  .eurotuga-tech-contact {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .eurotuga-tech-intro {
    padding: 56px 0 34px;
  }

  .eurotuga-tech-services {
    grid-template-columns: 1fr;
    padding-bottom: 56px;
  }

  .eurotuga-tech-services article {
    min-height: 0;
    padding: 24px;
  }

  .eurotuga-tech-process {
    padding-block: 54px;
  }

  .eurotuga-tech-process ol {
    grid-template-columns: 1fr;
  }

  .eurotuga-tech-quality {
    padding: 58px 0;
  }

  .eurotuga-tech-contact {
    margin-bottom: 58px;
    padding: 26px;
  }
}