:root {
  color-scheme: light;
  --navy: #073452;
  --navy-deep: #052840;
  --blue: #026ea6;
  --sky: #d9f3ff;
  --sky-strong: #bdefff;
  --ink: #08324f;
  --white: #ffffff;
  --shadow: 0 16px 30px rgba(4, 42, 66, 0.22);
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at 14% 18%, rgba(2, 110, 166, 0.22) 0 14%, transparent 31%),
    radial-gradient(circle at 88% 42%, rgba(6, 169, 207, 0.2) 0 12%, transparent 30%),
    radial-gradient(circle at 16% 82%, rgba(7, 52, 82, 0.18) 0 13%, transparent 30%),
    linear-gradient(155deg, #ffffff 0%, #c5ebfb 34%, #e7f9ff 62%, #b9e5f7 100%);
  color: var(--ink);
  overflow-x: hidden;
}

.travel-icons {
  position: absolute;
  inset: 0;
  min-height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.travel-icon {
  position: absolute;
  display: grid;
  place-items: center;
  width: clamp(110px, 6.2vw, 78px);
  aspect-ratio: 1;
  color: rgba(5, 40, 64, 0.28);
  transform: rotate(var(--rotate, 0deg));
}

.travel-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.travel-icon-plane {
  --rotate: 24deg;
  top: 8%;
  left: max(18px, calc(50% - 750px));
  color: rgba(5, 40, 64, 0.32);
}

.travel-icon-passport {
  --rotate: -12deg;
  top: 23%;
  right: max(18px, calc(50% - 760px));
  color: rgba(2, 110, 166, 0.28);
}

.travel-icon-pin {
  --rotate: 10deg;
  top: 46%;
  left: max(22px, calc(50% - 750px));
  color: rgba(6, 169, 207, 0.3);
}

.travel-icon-compass {
  --rotate: -18deg;
  top: 68%;
  right: max(26px, calc(50% - 710px));
  color: rgba(5, 40, 64, 0.24);
}

.travel-icon-suitcase {
  --rotate: 15deg;
  top: 86%;
  left: max(18px, calc(50% - 720px));
  color: rgba(2, 110, 166, 0.24);
}

a {
  color: inherit;
}

.page {
  position: relative;
  z-index: 1;
  width: min(100%, 1160px);
  min-height: 100vh;
  margin-inline: auto;
  overflow: hidden;
  background: #d9f4ff;
  box-shadow: 0 0 0 1px rgba(4, 42, 66, 0.08);
  padding: clamp(28px, 7vw, 52px) clamp(20px, 6vw, 58px) 42px;
}

.hero,
.photo-stack,
.details,
.cta-panel {
  position: relative;
  z-index: 1;
}

.hero {
  text-align: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eyebrow,
.tagline {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--navy);
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow {
  min-height: 42px;
  background: #c9ecfb;
  padding: 10px 28px;
  font-size: clamp(1rem, 3.4vw, 1.45rem);
}

h1 {
  max-width: 900px;
  margin: 24px 0 0;
  color: var(--navy-deep);
  font-size: clamp(2.85rem, 11.2vw, 5.7rem);
  font-weight: 1000;
  letter-spacing: 0;
  line-height: 0.91;
  text-transform: uppercase;
  text-wrap: balance;
}

h1 span {
  display: block;
}

.tagline {
  min-height: 42px;
  margin-top: 18px;
  background: var(--blue);
  padding: 10px 26px;
  color: var(--white);
  font-size: clamp(1.05rem, 3.6vw, 1.55rem);
}

.work-mode {
  width: min(100%, 760px);
  margin: 22px 0 0;
  border-radius: 999px;
  background: var(--white);
  padding: 16px clamp(18px, 4vw, 34px);
  color: var(--navy);
  font-size: clamp(1.35rem, 5.4vw, 2.25rem);
  font-weight: 1000;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(4, 42, 66, 0.12);
}

.copy-panel {
  width: min(100%, 820px);
  margin-top: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  padding: clamp(18px, 4vw, 26px);
  text-align: left;
  box-shadow: 0 14px 28px rgba(4, 42, 66, 0.16);
}

.copy-panel p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 3vw, 1.2rem);
  line-height: 1.44;
}

.copy-panel p + p {
  margin-top: 12px;
}

.photo-stack {
  min-height: clamp(380px, 73vw, 555px);
  margin-top: 32px;
}

.photo-stack img {
  display: block;
  width: min(74%, 670px);
  height: clamp(190px, 42vw, 320px);
  border-radius: 26px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.photo-stack img:first-child {
  margin-left: 0;
}

.photo-stack img + img {
  width: min(76%, 690px);
  height: clamp(205px, 44vw, 335px);
  margin-top: clamp(-58px, -7vw, -38px);
  margin-left: auto;
}

.details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.95fr);
  gap: clamp(18px, 4vw, 28px);
  align-items: center;
  margin-top: 10px;
}

.requirements-panel {
  border-right: 2px solid rgba(8, 50, 79, 0.62);
  padding-right: clamp(18px, 4vw, 30px);
}

h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

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

li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
  font-size: clamp(0.98rem, 2.8vw, 1.12rem);
  line-height: 1.25;
}

li::before {
  content: "";
  position: absolute;
  top: 0.47em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.date-panel {
  text-align: center;
}

.date-panel span {
  display: block;
  color: var(--ink);
  font-size: clamp(1.1rem, 3.5vw, 1.55rem);
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.date-panel strong,
.cta-panel {
  background: linear-gradient(180deg, #075b87, #063e62);
  color: var(--white);
}

.date-panel strong {
  display: block;
  margin-top: 14px;
  border-radius: 999px;
  padding: 16px 18px;
  font-size: clamp(1.85rem, 5.2vw, 2.7rem);
  line-height: 1;
  white-space: nowrap;
}

.cta-panel {
  width: min(100%, 760px);
  margin: 32px auto 0;
  border-radius: 28px;
  padding: clamp(20px, 4vw, 26px);
  text-align: center;
  box-shadow: 0 14px 28px rgba(4, 42, 66, 0.22);
}

.cta-panel h2 {
  color: var(--white);
  font-size: clamp(1.6rem, 5.4vw, 2.35rem);
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  color: var(--white);
  font-size: clamp(1.7rem, 6.2vw, 2.6rem);
  font-weight: 1000;
  line-height: 1;
  text-decoration: none;
}

.whatsapp-button:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.whatsapp-button:focus-visible {
  outline: 4px solid rgba(255, 255, 255, 0.6);
  outline-offset: 6px;
  border-radius: 8px;
}

.whatsapp-button svg {
  width: clamp(30px, 6vw, 42px);
  height: clamp(30px, 6vw, 42px);
  flex: 0 0 auto;
  fill: currentColor;
}

@media (min-width: 900px) {
  body {
    padding-block: 28px;
  }

  .page {
    border-radius: 18px;
  }
}

@media (max-width: 640px) {
  .page {
    width: 100%;
    padding-inline: 18px;
  }

  .photo-stack img {
    width: 82%;
    height: clamp(205px, 57vw, 250px);
    border-radius: 22px;
  }

  .photo-stack img + img {
    width: 84%;
    height: clamp(220px, 60vw, 265px);
  }

  .details {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 0;
  }

  .requirements-panel {
    border-right: 0;
    border-bottom: 2px solid rgba(8, 50, 79, 0.62);
    padding-right: 0;
    padding-bottom: 22px;
  }

  .date-panel {
    max-width: 360px;
    margin-inline: auto;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: clamp(2.45rem, 12.1vw, 3.05rem);
  }

  .work-mode {
    padding-inline: 16px;
  }

  .copy-panel {
    border-radius: 16px;
  }

  .photo-stack {
    min-height: 420px;
  }
}
