:root {
  --text-primary: #0e1230;
  --text-secondary: #ffffff;
  --accent-cyan: #15c8cf;
  --accent-cyan-strong: #4afcfe;
  --accent-orange: #f99d1c;
  --surface-base: #ffffff;
  --surface-soft: #f4f4f4;
  --surface-dark: #0e1230;
  --surface-ink: #000000;
  --border-soft: rgba(14, 18, 48, 0.14);
  --shadow: 0 24px 60px rgba(14, 18, 48, 0.14);
  --radius: 8px;
  --control-height: 56px;
  --anchor-offset: 96px;
  --font-stack: Montserrat, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-stack);
  font-size: 16px;
  line-height: 1.7;
  background: var(--surface-base);
}

a {
  color: inherit;
}

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

[hidden] {
  display: none !important;
}

.native-control-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

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

:focus-visible {
  outline: 3px solid var(--accent-cyan-strong);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 60px;
  padding: 6px clamp(18px, 3vw, 42px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--border-soft);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 94px;
}

.nav-links {
  display: flex;
  gap: 18px;
  margin-left: auto;
}

.nav-links a,
.header-action {
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.nav-links a:hover {
  color: var(--accent-cyan);
}

.header-action {
  padding: 8px 14px;
  color: var(--text-primary);
  background: var(--accent-orange);
  border: 2px solid var(--accent-orange);
  border-radius: var(--radius);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--text-secondary);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("recursos/header_167.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(14, 18, 48, 0.94), rgba(14, 18, 48, 0.72) 42%, rgba(14, 18, 48, 0.18)),
    linear-gradient(0deg, rgba(14, 18, 48, 0.4), rgba(14, 18, 48, 0.08));
}

.hero-content {
  position: relative;
  width: min(1120px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding: 72px 0 104px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-cyan-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #008f99;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1080px;
  margin-bottom: 14px;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1.04;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 860px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button.primary {
  color: var(--text-primary);
  background: var(--accent-orange);
  border-color: var(--accent-orange);
}

.button.secondary {
  color: var(--text-secondary);
  background: transparent;
  border-color: var(--accent-cyan-strong);
}

.button.ghost {
  color: var(--text-primary);
  background: var(--surface-base);
  border-color: var(--border-soft);
}

.button.full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.trust-row span {
  padding: 8px 10px;
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 700;
}

.band {
  background: var(--surface-soft);
}

.section-inner {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: 56px 0;
}

#transfers,
#shared-booking,
#vehicles,
#booking,
#tours,
#restaurants,
#contact {
  scroll-margin-top: var(--anchor-offset);
}

.split,
.booking-layout,
.detail-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.intro p,
.booking-copy p,
.details-section p,
.contact-section p,
.section-heading p {
  color: rgba(14, 18, 48, 0.72);
}

.booking-section {
  background: var(--surface-base);
}

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

.transfer-choice-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  background: var(--surface-base);
  border: 1px solid var(--border-soft);
  border-top: 4px solid var(--accent-cyan);
  border-radius: var(--radius);
}

.transfer-choice-card.shared-choice {
  border-top-color: var(--accent-orange);
  box-shadow: 0 18px 42px rgba(14, 18, 48, 0.1);
}

.transfer-choice-card .choice-kicker {
  margin-bottom: 6px;
  color: #008f99;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.transfer-choice-card h3 {
  font-size: 18px;
}

.inline-usd-reference {
  display: block;
  margin-top: 5px;
  color: rgba(14, 18, 48, 0.5);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

span.inline-usd-reference {
  display: inline;
  margin-top: 0;
  white-space: nowrap;
}

.transfer-choice-card > p:not(.choice-kicker) {
  font-size: 14px;
  line-height: 1.55;
}

.transfer-choice-card ul {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
  padding-left: 18px;
  color: rgba(14, 18, 48, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.transfer-choice-card li::marker {
  color: var(--accent-orange);
}

.transfer-choice-card .button {
  width: 100%;
  margin-top: auto;
  font-size: 13px;
}

.shared-booking-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
}

.shared-booking-copy {
  position: sticky;
  top: calc(var(--anchor-offset) + 22px);
}

.shared-service-facts {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.shared-availability {
  margin: -4px 0 0;
  color: #008f99 !important;
  font-size: 13px;
  font-weight: 900;
}

.shared-service-facts > div {
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  background: var(--surface-base);
  border-left: 4px solid var(--accent-orange);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(14, 18, 48, 0.07);
}

.shared-service-facts strong {
  font-size: 14px;
}

.shared-service-facts span {
  color: rgba(14, 18, 48, 0.66);
  font-size: 13px;
  line-height: 1.45;
}

.shared-booking-panel {
  border-top: 5px solid var(--accent-orange);
}

.shared-price-banner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0 16px;
  margin-bottom: 22px;
  padding: 14px 16px;
  color: var(--text-primary);
  background: #fff8ed;
  border: 1px solid rgba(249, 157, 28, 0.36);
  border-radius: var(--radius);
}

.shared-price-banner span {
  grid-column: 1;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.shared-price-banner strong {
  grid-column: 2;
  grid-row: 1;
  font-size: 24px;
  line-height: 1.15;
}

.shared-price-banner .shared-price-terms {
  grid-column: 1;
  color: rgba(14, 18, 48, 0.6);
  font-size: 12px;
  font-weight: 700;
}

.shared-price-banner .shared-usd-reference {
  grid-column: 2;
  color: rgba(14, 18, 48, 0.5);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

.shared-trip-segment {
  border-left: 4px solid var(--accent-cyan);
}

.shared-wait-note,
.shared-pickup-note {
  margin-top: 12px;
  background: #fff8ed;
  border-color: rgba(249, 157, 28, 0.32);
}

.shared-price-box em {
  color: #008f99;
}

.booking-panel {
  padding: 24px;
  background: var(--surface-base);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

fieldset {
  padding: 0;
  margin: 0 0 18px;
  border: 0;
}

legend,
.field span,
.price-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(14, 18, 48, 0.84);
}

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

.service-segmented span {
  min-height: var(--control-height);
}

.segmented label {
  cursor: pointer;
}

.segmented input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
}

.segmented span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--control-height);
  padding: 12px 16px;
  text-align: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
}

.segmented input:checked + span {
  background: var(--surface-dark);
  color: var(--text-secondary);
  border-color: var(--surface-dark);
}

.is-disabled {
  opacity: 0.42;
}

.is-disabled label,
.is-disabled input,
.is-disabled select,
.is-disabled textarea {
  cursor: not-allowed;
}

.step-hint {
  margin: -8px 0 18px;
  color: rgba(14, 18, 48, 0.54);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.field {
  display: block;
  margin-bottom: 18px;
}

.hotel-field {
  position: relative;
}

.hotel-control {
  position: relative;
}

.conditional-fields[hidden] {
  display: none;
}

.service-note {
  display: grid;
  gap: 2px;
  margin-bottom: 18px;
  padding: 14px 16px;
  background: #eefbfc;
  border: 1px solid rgba(21, 200, 207, 0.32);
  border-radius: var(--radius);
}

.service-note strong {
  font-size: 14px;
}

.service-note span {
  color: rgba(14, 18, 48, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.roundtrip-discount {
  width: calc(50% - 4px);
  margin: -10px 0 18px auto;
  color: rgba(14, 18, 48, 0.52);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.trip-segment {
  margin-bottom: 18px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
}

.trip-segment[hidden] {
  display: none;
}

.trip-segment h3 {
  margin-bottom: 0;
  font-size: 16px;
}

.trip-segment p {
  margin-bottom: 14px;
  color: rgba(14, 18, 48, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.passenger-fields {
  margin: 0 0 18px;
}

.passenger-fields p,
.phone-fields p {
  margin: -2px 0 12px;
  color: rgba(14, 18, 48, 0.58);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.passenger-list {
  display: grid;
  gap: 10px;
}

.passenger-list label {
  display: grid;
  gap: 6px;
}

.passenger-list span {
  color: rgba(14, 18, 48, 0.76);
  font-size: 13px;
  font-weight: 800;
}

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

.field-grid > .field,
.phone-row > * {
  min-width: 0;
}

.single-field-grid {
  grid-template-columns: minmax(0, 1fr);
}

select,
input,
textarea {
  width: 100%;
  max-width: 100%;
  height: var(--control-height);
  min-height: var(--control-height);
  padding: 0 16px;
  color: var(--text-primary);
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
}

.hotel-control input {
  padding-right: 48px;
}

.hotel-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  color: var(--text-primary);
  background: transparent;
  border: 0;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.hotel-toggle:active,
.hotel-toggle:hover {
  background: rgba(8, 143, 152, 0.08);
}

input[type="date"],
input[type="time"] {
  min-width: 0;
  -webkit-appearance: none;
  appearance: none;
}

[data-time-picker] {
  cursor: pointer;
}

[data-date-picker],
[data-passenger-picker],
[data-extra-hours-picker] {
  cursor: pointer;
}

.picker-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--control-height);
  min-height: var(--control-height);
  padding: 0 16px;
  color: var(--text-primary);
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.picker-trigger span:last-child {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.time-picker-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(14, 18, 48, 0.34);
}

.choice-picker-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(14, 18, 48, 0.34);
}

.time-picker-overlay[hidden] {
  display: none;
}

.choice-picker-overlay[hidden] {
  display: none;
}

.time-picker-dialog {
  width: min(340px, 100%);
  max-height: calc(100svh - 32px);
  padding: 14px;
  background: var(--surface-base);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.choice-picker-dialog {
  width: min(360px, 100%);
  max-height: calc(100svh - 32px);
  padding: 14px;
  background: var(--surface-base);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.choice-picker-title,
.time-picker-title {
  margin: 0 0 10px;
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.choice-picker-display,
.time-picker-display {
  margin-bottom: 10px;
  padding: 9px 12px;
  color: var(--text-primary);
  background: var(--surface-soft);
  border-radius: var(--radius);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.time-picker-wheels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.choice-picker-list,
.time-picker-column {
  max-height: min(220px, 32svh);
  padding: 6px;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.choice-picker-option,
.time-picker-option {
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  color: rgba(14, 18, 48, 0.72);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.choice-picker-option {
  text-align: left;
}

.choice-picker-option.is-selected,
.time-picker-option.is-selected {
  color: var(--text-primary);
  background: rgba(8, 143, 152, 0.12);
}

.choice-picker-actions,
.time-picker-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.choice-picker-actions .button,
.time-picker-actions .button {
  width: 100%;
  min-height: 38px;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 1.1;
  white-space: nowrap;
}

.passenger-picker-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(14, 18, 48, 0.34);
}

.passenger-picker-overlay[hidden] {
  display: none;
}

.passenger-picker-dialog {
  width: min(320px, 100%);
  max-height: calc(100svh - 32px);
  padding: 14px;
  background: var(--surface-base);
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.passenger-picker-title {
  margin: 0 0 10px;
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.passenger-picker-display {
  margin-bottom: 10px;
  padding: 9px 12px;
  color: var(--text-primary);
  background: var(--surface-soft);
  border-radius: var(--radius);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.passenger-picker-column {
  max-height: min(210px, 32svh);
  padding: 6px;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.passenger-picker-option {
  width: 100%;
  min-height: 34px;
  padding: 0;
  color: rgba(14, 18, 48, 0.72);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.passenger-picker-option.is-selected {
  color: var(--text-primary);
  background: rgba(8, 143, 152, 0.12);
}

.passenger-picker-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.passenger-picker-actions .button {
  width: 100%;
  min-height: 38px;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 1.1;
  white-space: nowrap;
}

#vehicleSelect {
  height: var(--control-height);
  min-height: var(--control-height);
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

textarea {
  height: auto;
  min-height: 112px;
  padding: 14px 16px;
  resize: vertical;
}

.is-invalid {
  border-color: #b91c1c;
}

.field-error {
  margin: 10px 0 0;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.passenger-fields .field-error,
.phone-fields .field-error {
  margin-top: 14px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 800;
}

.field-error:empty {
  display: none;
}

.phone-fields {
  margin: 0 0 18px;
}

.hotel-suggestions {
  position: absolute;
  z-index: 8;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: min(360px, 42vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(14, 18, 48, 0.18);
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.hotel-suggestions button {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--text-primary);
  background: #fff;
  border: 0;
  border-bottom: 1px solid rgba(14, 18, 48, 0.08);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.hotel-suggestions button:last-child {
  border-bottom: 0;
}

.hotel-suggestions button:active,
.hotel-suggestions button:hover {
  background: #eefbfc;
}

.phone-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: 12px;
}

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

.optional-note {
  display: block;
  margin-top: 2px;
  color: rgba(14, 18, 48, 0.58);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.rate-note,
.price-box {
  border-radius: var(--radius);
  border: 1px solid var(--border-soft);
}

.rate-note {
  padding: 16px;
  background: #fff;
}

.rate-note span,
.rate-note small {
  display: block;
}

.rate-note small,
.price-box small,
.payment-note,
.contact-card small,
.vehicle-card small {
  color: rgba(14, 18, 48, 0.62);
}

.price-box {
  display: grid;
  gap: 2px;
  margin: 8px 0 18px;
  padding: 18px;
  background: #fff9ef;
}

.price-box strong {
  color: var(--text-primary);
  font-size: 34px;
  line-height: 1.1;
}

.price-box em {
  color: #008f99;
  font-style: normal;
  font-weight: 800;
}

.terms-consent {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--accent-orange);
  background: var(--surface-soft);
  color: rgba(14, 18, 48, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.terms-consent p {
  margin: 0;
}

.terms-consent .terms-consent-title {
  margin-bottom: 4px;
  color: var(--text-primary);
  font-weight: 800;
}

.terms-consent label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 12px;
  color: var(--text-primary);
  font-weight: 700;
}

.terms-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--accent-cyan);
}

.terms-consent a,
.site-footer a {
  color: inherit;
  text-decoration-color: var(--accent-cyan);
  text-underline-offset: 3px;
}

.terms-consent .field-error {
  margin-top: 8px;
}

.checkout-assurance {
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
}

.stripe-powered {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
}

.stripe-powered img {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
}

.security-points {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.security-points li {
  position: relative;
  padding-left: 18px;
  color: rgba(14, 18, 48, 0.68);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.security-points li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--accent-cyan);
  border-radius: 50%;
  content: "";
}

.payment-note,
.payment-error {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.payment-error {
  color: #b91c1c;
  font-weight: 800;
}

.payment-error:empty {
  display: none;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.vehicle-grid,
.tour-grid {
  display: grid;
  gap: 22px;
}

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

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

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

.vehicle-card,
.tour-card,
.contact-card {
  background: var(--surface-base);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
}

.vehicle-card,
.tour-card-body {
  padding: 16px;
}

.vehicle-card {
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.vehicle-card:hover,
.vehicle-card:focus-visible {
  border-color: var(--accent-cyan);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.vehicle-card.featured {
  border-color: var(--accent-cyan);
  box-shadow: var(--shadow);
}

.vehicle-card.selected {
  border-color: var(--accent-orange);
  box-shadow: 0 20px 50px rgba(249, 157, 28, 0.22);
}

.vehicle-prices {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.vehicle-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--border-soft);
  color: rgba(14, 18, 48, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.vehicle-price-row strong {
  display: grid;
  justify-items: end;
  gap: 2px;
  color: var(--text-primary);
  font-size: 16px;
  white-space: nowrap;
}

.vehicle-price-row small {
  color: rgba(14, 18, 48, 0.45);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.vehicle-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  color: var(--text-primary);
  background: var(--accent-orange);
  border: 2px solid var(--accent-orange);
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
}

.capacity,
.tour-card span {
  margin-bottom: 6px;
  color: #008f99;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.vehicle-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 18px;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center;
  background: linear-gradient(135deg, #dff7f8, #ffffff);
}

.details-section {
  background: var(--surface-base);
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  padding: 16px 18px;
  background: var(--surface-soft);
  border-left: 5px solid var(--accent-orange);
  border-radius: var(--radius);
  font-weight: 700;
}

.tour-card {
  overflow: hidden;
}

.tour-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: linear-gradient(135deg, #dff7f8, #ffffff);
}

.restaurant-card img {
  aspect-ratio: 2.15 / 1;
}

.restaurant-card .tour-card-body {
  padding: 14px 16px 16px;
}

.restaurant-card h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.restaurant-card p {
  display: -webkit-box;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tour-card p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.tour-card ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0 0 14px;
  list-style: none;
}

.tour-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(14, 18, 48, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.tour-card li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--accent-orange);
  border-radius: 99px;
  content: "";
}

.tour-card-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border-soft);
}

.tour-card-footer strong {
  display: grid;
  gap: 5px;
  color: var(--text-primary);
  font-size: 18px;
  line-height: 1.12;
}

.tour-card-footer strong small {
  color: rgba(14, 18, 48, 0.58);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.tour-card-footer .usd-estimate {
  color: rgba(14, 18, 48, 0.42);
  margin-top: 3px;
  text-transform: none;
}

.tour-actions {
  position: relative;
}

.tour-actions summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: var(--text-primary);
  background: var(--accent-orange);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
}

.tour-detail-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  font-size: 13px;
  color: var(--text-primary);
  background: var(--accent-orange);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.tour-detail-button:hover {
  transform: translateY(-1px);
}

.tour-actions summary::-webkit-details-marker {
  display: none;
}

.tour-actions[open] summary {
  border-color: var(--accent-orange);
  box-shadow: 0 10px 24px rgba(249, 157, 28, 0.22);
}

.tour-actions div {
  display: grid;
  min-width: 260px;
  margin-top: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(14, 18, 48, 0.18);
}

.tour-actions a {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  color: var(--text-primary);
  border-bottom: 1px solid rgba(14, 18, 48, 0.08);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.tour-actions a:last-child {
  border-bottom: 0;
}

.tour-actions a:hover {
  background: #eefbfc;
}

.tour-actions small {
  color: rgba(14, 18, 48, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.tour-explore {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 176px;
  margin-top: 0;
}

.catalog-return {
  display: flex;
  justify-content: center;
  padding: clamp(38px, 4.5vw, 64px) 0;
}

.tours .section-inner,
.restaurants .section-inner {
  padding-bottom: 0;
}

.tour-page-hero + .tours .section-inner,
.tour-page-hero + .restaurants .section-inner {
  padding-bottom: 0;
}

.tours + .restaurants .section-inner {
  padding-top: 76px;
}

.tour-page-hero {
  padding-top: 0;
  background: var(--surface-soft);
}

.tour-detail-hero {
  background: var(--surface-soft);
}

.tour-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.94fr);
  align-items: center;
  gap: clamp(24px, 3.5vw, 48px);
}

.tour-detail-layout h1 {
  max-width: 720px;
  font-size: clamp(38px, 3.8vw, 54px);
}

.tour-detail-image {
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.cacao-detail-image {
  object-position: center 48%;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.detail-actions .button {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 14px;
}

.tour-detail-hero .section-inner {
  padding-top: clamp(22px, 2.3vw, 30px);
  padding-bottom: clamp(22px, 2.3vw, 30px);
}

.tour-detail-content .section-inner {
  padding-top: 0;
}

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

.detail-card {
  padding: 18px;
  background: var(--surface-base);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
}

.detail-card h2 {
  margin-bottom: 8px;
  font-size: 23px;
}

.detail-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.detail-card ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.detail-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(14, 18, 48, 0.72);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
}

.detail-card li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--accent-orange);
  border-radius: 99px;
  content: "";
}

.schedule-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.schedule-row span {
  padding: 8px 12px;
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  font-weight: 900;
}

.price-card dl {
  display: grid;
  gap: 10px;
  padding-top: 8px;
  margin: 0;
}

.price-card div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid var(--border-soft);
}

.price-card div:first-child {
  padding-top: 0;
  border-top: 0;
}

.price-card dt {
  color: rgba(14, 18, 48, 0.68);
  font-weight: 800;
}

.price-card dd {
  display: grid;
  justify-items: end;
  gap: 4px;
  margin: 0;
  color: var(--text-primary);
  font-weight: 900;
  white-space: nowrap;
}

.price-card dd small {
  color: rgba(14, 18, 48, 0.46);
  font-size: 12px;
  line-height: 1.2;
}

.tour-page-hero .section-inner {
  display: grid;
  gap: 18px;
}

@media (min-width: 881px) {
  .tour-page-hero {
    padding-top: 0;
  }

  .tour-page-hero .section-inner {
    gap: 6px;
    padding-top: clamp(22px, 2.3vw, 30px);
    padding-bottom: clamp(14px, 1.5vw, 18px);
  }

  .tour-page-hero h1 {
    margin-bottom: 8px;
    font-size: clamp(38px, 3.7vw, 52px);
  }

  .tour-page-hero + .band .section-inner {
    padding-top: clamp(18px, 2vw, 24px);
  }
}

.back-link {
  color: var(--accent-cyan);
  font-weight: 900;
  text-decoration: none;
}

.contact-section {
  background: var(--surface-base);
}

.contact-card {
  display: grid;
  gap: 12px;
  justify-items: start;
  padding: 22px;
}

.contact-card img {
  width: 150px;
  margin-bottom: 8px;
}

.contact-card a {
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.contact-card .whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-card .whatsapp-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  margin: 0;
  object-fit: contain;
}

.contact-card a:hover {
  color: var(--accent-cyan);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(18px, 4vw, 54px);
  color: var(--text-secondary);
  background: var(--surface-dark);
  font-size: 13px;
  font-weight: 700;
}

.site-footer a:hover {
  color: var(--accent-cyan);
}

.legal-page {
  background: var(--surface-base);
}

.legal-hero {
  padding: clamp(56px, 8vw, 104px) 0 clamp(38px, 5vw, 64px);
  background: var(--surface-soft);
}

.legal-hero h1 {
  max-width: 860px;
  margin: 0 0 16px;
}

.legal-hero p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.55;
}

.legal-content {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 76px) 0 clamp(60px, 8vw, 100px);
}

.legal-intro {
  margin: 0 0 38px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.6;
}

.legal-section {
  padding: 28px 0;
  border-top: 1px solid var(--border-soft);
}

.legal-section h2 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3vw, 34px);
}

.legal-section p,
.legal-section li {
  color: var(--text-secondary);
  line-height: 1.65;
}

.legal-section p {
  margin: 0;
}

.legal-section p + p {
  margin-top: 12px;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 22px;
}

.legal-section li::marker {
  color: var(--accent-orange);
}

.status-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--surface-soft);
}

.status-panel {
  width: min(620px, 100%);
  padding: clamp(28px, 6vw, 56px);
  background: var(--surface-base);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.status-panel img {
  width: 170px;
  margin-bottom: 32px;
}

.status-panel h1 {
  margin-bottom: 18px;
  color: var(--text-primary);
  font-size: clamp(38px, 7vw, 58px);
}

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

.confirmation-summary div {
  padding: 12px 14px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.confirmation-summary dt {
  color: #697085;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.confirmation-summary dd {
  margin: 3px 0 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.confirmation-error {
  margin: 20px 0;
  color: #a93321;
  font-weight: 700;
}

@media (max-width: 520px) {
  .confirmation-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-action {
    margin-left: auto;
  }

  .hero {
    min-height: 720px;
  }

  .hero-media {
    background-image: url("recursos/header_167_mobile.jpg");
    background-position: center top;
    transform: none;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(14, 18, 48, 0.96), rgba(14, 18, 48, 0.9) 64%, rgba(14, 18, 48, 0.54) 88%, rgba(14, 18, 48, 0.34)),
      linear-gradient(0deg, rgba(14, 18, 48, 0.7), rgba(14, 18, 48, 0.18) 48%, rgba(14, 18, 48, 0.42));
  }

  .hero-content {
    width: min(680px, calc(100% - 36px));
    margin: 0 auto;
    padding-bottom: 84px;
  }

  .split,
  .booking-layout,
  .detail-grid,
  .contact-layout,
  .tour-detail-layout,
  .tour-detail-grid,
  .vehicle-grid,
  .tour-grid,
  .restaurant-grid {
    grid-template-columns: 1fr;
  }

  .shared-booking-copy {
    position: static;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 96px;
  }

  .header-action {
    padding-inline: 12px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-actions .button,
  .segmented {
    width: 100%;
  }

  .transfer-choice-grid {
    grid-template-columns: 1fr;
  }

  .field-grid,
  .segmented,
  .phone-row {
    grid-template-columns: 1fr;
  }

  .tour-card-footer {
    grid-template-columns: 1fr;
  }

  .tour-actions summary,
  .tour-actions {
    width: 100%;
  }

  .tour-actions div {
    position: static;
    min-width: 0;
    width: 100%;
  }

  .booking-panel {
    padding: 18px;
  }

  .price-box strong {
    font-size: 30px;
  }
}
