:root {
  --travel-navy: #082f49;
  --travel-navy-deep: #062338;
  --travel-teal: #0f766e;
  --travel-teal-light: #ccfbf1;
  --travel-coral: #f26f55;
  --travel-sand: #fff8ed;
  --travel-sky: #effbfc;
  --travel-ink: #173244;
  --travel-muted: #526b78;
  --travel-border: rgba(8, 47, 73, 0.14);
}

html {
  scroll-behavior: smooth;
}

body.travel-lp {
  margin: 0;
  background: #fff;
  color: var(--travel-ink);
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.travel-lp *,
.travel-lp *::before,
.travel-lp *::after {
  box-sizing: border-box;
}

.travel-lp a:focus-visible,
.travel-lp button:focus-visible,
.travel-lp summary:focus-visible {
  outline: 4px solid #fbbf24;
  outline-offset: 4px;
}

.travel-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.travel-topbar {
  background: var(--travel-navy-deep);
  color: #fff;
}

.travel-topbar .travel-container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 700;
}

.travel-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--travel-border);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.travel-header .travel-container {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.travel-brand img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.travel-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.travel-nav a:not(.travel-button) {
  color: var(--travel-navy);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.travel-nav a:not(.travel-button):hover {
  color: var(--travel-teal);
}

.travel-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 14px;
  background: var(--travel-coral);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(242, 111, 85, 0.25);
  transition: transform 0.18s ease, background 0.18s ease;
}

.travel-button:hover {
  transform: translateY(-2px);
  background: #dc5c43;
  color: #fff;
}

.travel-button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.travel-button-secondary:hover {
  background: #fff;
  color: var(--travel-navy);
}

.travel-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(45, 212, 191, 0.2), transparent 28%),
    linear-gradient(132deg, var(--travel-navy-deep) 0%, var(--travel-navy) 66%, #0f5e68 100%);
  color: #fff;
}

.travel-hero::before,
.travel-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.travel-hero::before {
  width: 520px;
  height: 520px;
  right: -250px;
  top: -250px;
}

.travel-hero::after {
  width: 310px;
  height: 310px;
  left: -180px;
  bottom: -180px;
}

.travel-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.72fr);
  gap: 60px;
  align-items: center;
  padding: 70px 0;
}

.travel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #9ff6e8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.travel-kicker .material-symbols-outlined {
  font-size: 1.25rem;
}

.travel-hero h1 {
  max-width: 720px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(2.45rem, 5.2vw, 4.65rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.travel-hero h1 span {
  color: #8debdc;
}

.travel-hero-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.06rem, 1.5vw, 1.26rem);
  font-weight: 520;
  line-height: 1.68;
}

.travel-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.travel-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 680;
}

.travel-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.travel-trust-row span::before {
  content: "✓";
  color: #8debdc;
  font-weight: 900;
}

.travel-offer-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--travel-ink);
  box-shadow: 0 34px 70px rgba(0, 15, 28, 0.3);
}

.travel-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--travel-teal-light);
  color: var(--travel-teal);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.travel-price {
  margin: 20px 0 8px;
  color: var(--travel-navy);
  font-size: clamp(3.1rem, 5vw, 4.25rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1;
}

.travel-price small {
  display: block;
  margin-bottom: 6px;
  color: var(--travel-muted);
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0;
}

.travel-offer-card > p {
  margin: 0;
  color: var(--travel-muted);
  font-size: 0.96rem;
  font-weight: 620;
  line-height: 1.55;
}

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

.travel-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #334e5c;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.travel-check-list li::before {
  content: "✓";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d1fae5;
  color: #047857;
  font-weight: 950;
}

.travel-offer-card .travel-button {
  width: 100%;
  margin-top: 24px;
}

.travel-reactivation {
  margin-top: 16px;
  padding: 15px;
  border: 1px dashed rgba(15, 118, 110, 0.34);
  border-radius: 12px;
  background: #f0fdfa;
  color: var(--travel-teal);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.48;
  text-align: center;
}

.travel-section {
  padding: 92px 0;
}

.travel-section-soft {
  background: var(--travel-sand);
}

.travel-section-sky {
  background: var(--travel-sky);
}

.travel-section-dark {
  background: var(--travel-navy-deep);
  color: #fff;
}

.travel-heading {
  max-width: 800px;
  margin: 0 auto 44px;
  text-align: center;
}

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

.travel-eyebrow {
  margin: 0 0 12px;
  color: var(--travel-teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.travel-heading h2 {
  margin: 0;
  color: var(--travel-navy);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.travel-heading > p:last-child {
  margin: 18px auto 0;
  color: var(--travel-muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

.travel-heading.align-left > p:last-child {
  margin-left: 0;
}

.travel-section-dark .travel-eyebrow,
.travel-section-dark .travel-heading h2,
.travel-section-dark .travel-heading > p:last-child {
  color: #fff;
}

.travel-grid-3,
.travel-grid-4 {
  display: grid;
  gap: 20px;
}

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

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

.travel-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--travel-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 47, 73, 0.07);
}

.travel-card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #e6fffb;
  color: var(--travel-teal);
  font-size: 1.85rem;
}

.travel-card h3 {
  margin: 20px 0 10px;
  color: var(--travel-navy);
  font-size: 1.2rem;
  font-weight: 850;
  line-height: 1.25;
}

.travel-card p {
  margin: 0;
  color: var(--travel-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.travel-how-grid,
.travel-product-grid,
.travel-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
  align-items: center;
}

.travel-product-image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #111827;
  box-shadow: 0 28px 55px rgba(8, 47, 73, 0.18);
}

.travel-product-image img {
  display: block;
  width: 100%;
  height: auto;
}

.travel-product-label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--travel-navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.travel-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.travel-info-item {
  padding: 17px;
  border: 1px solid var(--travel-border);
  border-radius: 14px;
  background: #fff;
}

.travel-info-item .material-symbols-outlined {
  color: var(--travel-teal);
  font-size: 1.8rem;
}

.travel-info-item strong {
  display: block;
  margin-top: 8px;
  color: var(--travel-navy);
  font-size: 0.9rem;
}

.travel-steps {
  counter-reset: trip-step;
}

.travel-step {
  position: relative;
  padding-top: 78px;
}

.travel-step::before {
  counter-increment: trip-step;
  content: counter(trip-step);
  position: absolute;
  top: 24px;
  left: 28px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--travel-coral);
  color: #fff;
  font-weight: 950;
}

.travel-price-panel {
  padding: 34px;
  border-radius: 22px;
  background: #fff;
  color: var(--travel-ink);
  box-shadow: 0 28px 56px rgba(0, 13, 24, 0.24);
}

.travel-price-panel h3 {
  margin: 0 0 6px;
  color: var(--travel-navy);
  font-size: 1.5rem;
  font-weight: 900;
}

.travel-price-panel.featured {
  border: 2px solid #5eead4;
}

.travel-price-panel .travel-price {
  font-size: clamp(2.8rem, 4.5vw, 3.8rem);
}

.travel-price-note {
  margin: 18px 0 0;
  color: var(--travel-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.travel-validity-banner {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(94, 234, 212, 0.3);
  border-radius: 16px;
  background: rgba(94, 234, 212, 0.1);
  color: #d5fffa;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.55;
}

.travel-faq {
  max-width: 880px;
  margin: 0 auto;
}

.travel-faq details {
  border-bottom: 1px solid var(--travel-border);
  background: #fff;
}

.travel-faq summary {
  position: relative;
  padding: 24px 54px 24px 4px;
  color: var(--travel-navy);
  cursor: pointer;
  font-size: 1.04rem;
  font-weight: 820;
  list-style: none;
}

.travel-faq summary::-webkit-details-marker {
  display: none;
}

.travel-faq summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--travel-sky);
  color: var(--travel-teal);
  font-size: 1.35rem;
}

.travel-faq details[open] summary::after {
  content: "−";
}

.travel-faq details p {
  margin: 0;
  padding: 0 54px 24px 4px;
  color: var(--travel-muted);
  font-size: 0.94rem;
  line-height: 1.7;
}

.travel-final-cta {
  text-align: center;
}

.travel-final-cta .travel-heading {
  margin-bottom: 28px;
}

.travel-final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.travel-disclaimer {
  max-width: 850px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.55;
}

.travel-footer {
  padding: 36px 0;
  background: #041a29;
  color: rgba(255, 255, 255, 0.75);
}

.travel-footer .travel-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.travel-footer img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.travel-footer p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.55;
}

.travel-footer a {
  color: #a7f3d0;
}

.travel-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}

.travel-whatsapp img {
  width: 30px;
  height: 28px;
}

@media (max-width: 980px) {
  .travel-nav a:not(.travel-button) {
    display: none;
  }

  .travel-hero-grid,
  .travel-how-grid,
  .travel-product-grid,
  .travel-price-grid {
    grid-template-columns: 1fr;
  }

  .travel-hero-grid {
    gap: 38px;
    padding: 56px 0;
  }

  .travel-offer-card {
    max-width: 620px;
  }

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

@media (max-width: 680px) {
  body.travel-lp {
    font-size: 17px;
  }

  .travel-container {
    width: min(100% - 28px, 1180px);
  }

  .travel-topbar .travel-container {
    min-height: 50px;
    font-size: 0.72rem;
  }

  .travel-header .travel-container {
    min-height: 68px;
  }

  .travel-brand img {
    width: 54px;
    height: 54px;
  }

  .travel-header .travel-button {
    min-height: 46px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .travel-hero h1 {
    font-size: 2.42rem;
  }

  .travel-hero-actions,
  .travel-final-cta-actions {
    display: grid;
  }

  .travel-button {
    width: 100%;
  }

  .travel-section {
    padding: 68px 0;
  }

  .travel-grid-3,
  .travel-grid-4,
  .travel-info-list {
    grid-template-columns: 1fr;
  }

  .travel-card,
  .travel-offer-card,
  .travel-price-panel {
    padding: 24px;
  }

  .travel-footer .travel-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .travel-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 58px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .travel-button {
    transition: none;
  }
}
