@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  --blue: #0f3067;
  --orange: #ff851b;
  --ink: #1f2d3d;
  --body: #6f7784;
  --soft: #f7f9fc;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--white);
  color: var(--ink);
  font-family: Montserrat, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.language-pill,
.btn-brand,
.btn-hero-primary,
.btn-gift {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

.account-page {
  min-height: 100dvh;
  background: var(--white);
}

.account-main {
  width: min(100% - 64px, 1263px);
  margin: 0 auto;
  padding: 42px 0 72px;
}

.account-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  min-height: 270px;
  padding: 48px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(15, 48, 103, 0.92), rgba(15, 48, 103, 0.45)),
    url("assets/baku-maiden-tower-night.jpg") center / cover no-repeat;
  color: var(--white);
}

.account-hero--compact {
  min-height: 220px;
}

.account-hero span,
.account-section__head span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.account-hero h1 {
  margin: 0 0 12px;
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}

.account-hero p {
  max-width: 610px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.account-hero a,
.account-section__head a,
.account-welcome__actions a,
.dashboard-trip-card a,
.profile-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  height: 54px;
  border: 0;
  border-radius: 14px;
  background: var(--blue);
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.account-welcome {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

.account-welcome h1 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 34px;
  font-weight: 800;
}

.account-welcome p {
  max-width: 690px;
  margin: 0;
  color: var(--body);
  font-size: 15px;
  line-height: 1.6;
}

.account-welcome__actions {
  display: flex;
  gap: 10px;
}

.account-welcome__actions a {
  min-width: 104px;
  height: 42px;
  border-radius: 10px;
  font-size: 12px;
}

.account-welcome__actions a + a {
  border: 1px solid #d9e0eb;
  background: var(--white);
  color: var(--blue);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: stretch;
}

.dashboard-trip-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 18px 35px rgba(15, 48, 103, 0.1);
}

.dashboard-trip-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard-trip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 48, 103, 0.82), rgba(15, 48, 103, 0.16));
}

.dashboard-trip-card div {
  position: relative;
  z-index: 1;
  max-width: 520px;
  padding: 42px;
}

.dashboard-trip-card span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dashboard-trip-card h2 {
  margin: 16px 0 12px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
}

.dashboard-trip-card p {
  margin: 0 0 24px;
  font-size: 14px;
}

.dashboard-trip-card a {
  width: 174px;
  height: 44px;
  border-radius: 12px;
}

.dashboard-side-card {
  padding: 24px;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 35px rgba(15, 48, 103, 0.07);
}

.account-section__head--mini {
  align-items: flex-start;
  margin-bottom: 18px;
}

.account-section__head--mini h2 {
  font-size: 20px;
}

.account-section__head--mini a {
  min-width: auto;
  width: 66px;
  height: 32px;
  border-radius: 9px;
  font-size: 11px;
}

.dashboard-side-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.dashboard-side-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: #f7f9fc;
}

.dashboard-side-card li strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eaf1ff;
  color: var(--blue);
}

.dashboard-side-card li span,
.dashboard-side-card p {
  color: var(--body);
  font-size: 12px;
  line-height: 1.5;
}

.dashboard-side-card article {
  padding: 14px;
  border-radius: 8px;
  background: #fff7e9;
}

.dashboard-side-card article strong {
  color: var(--blue);
  font-size: 13px;
}

.account-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.account-stats article {
  padding: 24px;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 35px rgba(15, 48, 103, 0.06);
}

.account-stats strong {
  display: block;
  color: var(--blue);
  font-size: 34px;
  line-height: 1;
}

.account-stats span {
  display: block;
  margin-top: 8px;
  color: var(--body);
  font-size: 14px;
}

.account-section {
  margin-top: 34px;
}

.account-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.account-section__head h2 {
  margin: 0;
  color: var(--blue);
  font-size: 30px;
  font-weight: 800;
}

.account-section__head a {
  min-width: 128px;
  height: 44px;
  border-radius: 12px;
}

.account-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.account-package-card {
  overflow: hidden;
  border: 1px solid #e4e9f1;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 35px rgba(15, 48, 103, 0.08);
}

.account-package-card__media {
  position: relative;
  aspect-ratio: 1.48;
  overflow: hidden;
}

.account-package-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-package-card__media span {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.account-package-card__media button {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-size: 20px;
  cursor: pointer;
}

.account-package-card__body {
  padding: 18px;
}

.account-package-card__body > div,
.booking-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.account-package-card h3,
.booking-card h3 {
  margin: 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
}

.account-package-card strong,
.booking-card strong {
  color: var(--orange);
  font-size: 16px;
  white-space: nowrap;
}

.account-package-card p,
.booking-card p {
  margin: 8px 0 16px;
  color: var(--body);
  font-size: 13px;
}

.account-package-card__body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  border-radius: 12px;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.booking-list {
  display: grid;
  gap: 14px;
}

.booking-timeline-card {
  display: grid;
  gap: 18px;
}

.booking-card,
.booking-progress-card,
.profile-card {
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 35px rgba(15, 48, 103, 0.06);
}

.booking-card {
  padding: 22px 24px;
}

.booking-progress-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 28px;
}

.booking-card span,
.booking-progress-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}

.booking-progress {
  position: relative;
  height: 4px;
  margin: 18px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #dbe3ef;
}

.booking-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

.booking-progress-card ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  color: var(--body);
  font-size: 11px;
  font-weight: 700;
  list-style: none;
}

.account-empty {
  margin: 0;
  padding: 24px;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  color: var(--body);
  background: var(--white);
}

.account-message {
  margin: 24px 0 0;
  padding: 14px 18px;
  border-radius: 10px;
  background: #eef5ff;
  color: var(--blue);
  font-weight: 700;
}

.profile-card {
  padding: 36px;
}

.profile-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  margin-top: 28px;
  align-items: start;
}

.profile-sidebar {
  padding: 24px;
  border: 1px solid #e4e9f1;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 35px rgba(15, 48, 103, 0.06);
}

.profile-avatar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.profile-avatar img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-avatar strong {
  display: block;
  color: var(--blue);
  font-size: 15px;
}

.profile-avatar span {
  color: var(--body);
  font-size: 12px;
}

.profile-sidebar a,
.profile-sidebar button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #4f5c6d;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.profile-sidebar a.profile-sidebar__active,
.profile-sidebar button.profile-sidebar__active {
  padding: 0 12px;
  background: #eef5ff;
  color: var(--blue);
}

.profile-sidebar form {
  margin: 16px 0 0;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 36px;
}

.profile-field {
  display: grid;
  gap: 10px;
}

.profile-field span {
  color: var(--body);
  font-size: 12px;
  font-weight: 800;
}

.profile-field input,
.profile-field select {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #8f969f;
  outline: none;
  background: transparent;
  color: #1f2d3d;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
}

.profile-submit {
  margin-top: 34px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .account-main {
    width: min(100% - 36px, 760px);
    padding-top: 28px;
  }

  .account-hero {
    align-items: flex-start;
    flex-direction: column;
    min-height: 240px;
    padding: 32px;
  }

  .account-hero h1 {
    font-size: 38px;
  }

  .account-stats,
  .account-package-grid,
  .dashboard-grid,
  .profile-layout,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .account-welcome {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .account-main {
    width: min(100% - 28px, 520px);
  }

  .account-hero {
    padding: 26px 20px;
  }

  .account-hero h1 {
    font-size: 32px;
  }

  .account-section__head,
  .booking-card,
  .booking-progress-card {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-trip-card div {
    padding: 28px 20px;
  }

  .dashboard-trip-card h2 {
    font-size: 26px;
  }

  .profile-card {
    padding: 24px 18px;
  }
}

.site-shell {
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  background: var(--white);
  overflow: hidden;
}

.topbar {
  height: 100px;
  background: #fdfdfd;
}

.topbar__inner {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 11px 18px 12px 105px;
}

.topbar__group {
  height: 77px;
  display: flex;
  align-items: center;
}

.brandmark {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brandmark--image {
  width: 125px;
  height: 77px;
  overflow: visible;
}

.brandmark--image img {
  width: 125px;
  height: 77px;
  object-fit: contain;
}

.topbar__content {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 352px;
}

.topbar__menu {
  width: 308px;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar__menu-item {
  display: block;
  flex: 0 0 auto;
}

.topbar__menu-link {
  position: relative;
  display: inline-flex;
  height: 19px;
  align-items: center;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  white-space: nowrap;
}

.topbar__menu-link.is-active {
  color: var(--blue);
  font-weight: 700;
}

.topbar__menu-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 41px;
  height: 4px;
  border-radius: 999px;
  background: var(--blue);
}

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-pill,
.btn-brand,
.btn-hero-primary,
.btn-gift {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-family: inherit;
  font-weight: 700;
  white-space: nowrap;
}

.language-pill {
  width: 91px;
  height: 55px;
  border-radius: 20px;
  background: #fafafa;
  color: var(--ink);
  font-size: 14px;
}

.btn-brand {
  width: 167px;
  height: 56px;
  border-radius: 20px;
  background: var(--blue);
  color: var(--white);
  font-size: 15px;
}

.landing-page {
  background: var(--white);
}

.hero-section {
  position: relative;
  height: 624px;
  overflow: hidden;
  background: url("assets/hero-background.png") center center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.02) 64%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 74px 88px 0;
}

.hero-copy {
  position: relative;
  color: var(--white);
}

.eyebrow {
  width: 461px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 24px;
  background: rgba(83, 91, 99, 0.78);
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.hero-copy h1 {
  width: 760px;
  margin: 21px 0 0;
  font-size: 68px;
  line-height: 1.22;
  font-weight: 700;
}

.hero-copy h1 span {
  display: block;
}

.hero-rail {
  position: absolute;
  left: -31px;
  top: 260px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hero-rail span {
  width: 11px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  margin-top: 40px;
}

.btn-hero-primary {
  width: 188px;
  height: 56px;
  border-radius: 14px;
  background: var(--blue);
  color: var(--white);
  font-size: 17px;
}

.hero-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-visual__plane {
  position: absolute;
  right: -67px;
  bottom: 118px;
  width: 515px;
  max-width: none;
}

.hero-explore-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 516px;
  height: 193px;
  display: grid;
  grid-template-columns: 194px 1fr;
  grid-template-rows: 55px 1fr;
  column-gap: 28px;
  padding: 52px 56px 24px 58px;
  border-radius: 60px 0 0 0;
  background: var(--white);
  color: var(--ink);
}

.hero-explore-card h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
}

.hero-explore-card p {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  width: 250px;
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.38;
  font-weight: 700;
}

.hero-explore-card__media {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-self: start;
  padding-top: 5px;
}

.hero-explore-card__media img {
  width: 80px;
  height: 80px;
  margin-left: -20px;
  border: 5px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
}

.hero-explore-card__media img:first-child {
  margin-left: 0;
}

.content-section {
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 88px;
  padding-right: 88px;
}

.about-section {
  position: relative;
  padding-top: 63px;
  padding-bottom: 36px;
  background:
    radial-gradient(circle at 52% 2%, rgba(229, 240, 255, 0.62), transparent 24%),
    var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 540px 508px;
  gap: 60px;
  align-items: start;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.section-kicker--plain {
  color: #777777;
  font-size: 19px;
  font-weight: 400;
  text-transform: none;
}

.about-copy h2,
.section-heading h2,
.cities-intro h3,
.travel-copy h2,
.gift-banner__content h2 {
  margin: 0;
  color: #3a3a3a;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 700;
}

.about-copy h2 {
  width: 520px;
}

.about-copy > p,
.cities-intro p,
.travel-copy p,
.gift-banner__content p,
.mini-feature p {
  margin: 20px 0 0;
  color: #727b88;
  font-size: 15px;
  line-height: 1.58;
  font-weight: 500;
}

.about-copy > p {
  width: 560px;
}

.about-features {
  width: 560px;
  margin-top: 37px;
  display: grid;
  grid-template-columns: 260px 260px;
  gap: 63px 57px;
}

.mini-feature {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
}

.mini-feature__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e8eef8;
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
}

.mini-feature h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.mini-feature p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.about-visual {
  position: relative;
  height: 360px;
  border-radius: 14px;
  overflow: hidden;
}

.about-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-badge {
  position: absolute;
  left: 14px;
  top: 31px;
  width: 225px;
  height: 59px;
  display: flex;
  align-items: center;
  padding-left: 103px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 17px;
  background: rgba(16, 53, 87, 0.76);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.floating-badge::before,
.floating-badge::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 35px;
  height: 35px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.floating-badge::before {
  left: 16px;
  background-image: url("assets/baku-gondola-waterfront.jpg");
}

.floating-badge::after {
  left: 42px;
  background-image: url("assets/tropical-beach-waves-aerial.png");
}

.floating-panel {
  position: absolute;
  right: 11px;
  bottom: 12px;
  width: 285px;
  min-height: 91px;
  padding: 15px 19px 14px 75px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 15px;
  background: rgba(88, 69, 42, 0.72);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.floating-panel strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.2;
}

.floating-panel span {
  display: block;
  font-size: 13px;
  line-height: 1.55;
}

.trips-section {
  padding-top: 16px;
  padding-bottom: 66px;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading--split {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section-heading h2 {
  width: 665px;
  font-size: 23px;
  line-height: 1.5;
}

.section-link {
  margin-top: 35px;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
}

.trip-feature-grid {
  display: grid;
  grid-template-columns: 640px 640px;
  gap: 30px;
}

.trip-feature-card {
  position: relative;
  height: 273px;
  border-radius: 14px;
  overflow: hidden;
}

.trip-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trip-feature-card__pill {
  position: absolute;
  left: 17px;
  top: 22px;
  min-width: 170px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 17px;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.cities-intro {
  position: relative;
  padding-top: 7px;
  padding-bottom: 29px;
}

.cities-intro h3 {
  width: 690px;
  color: #1e2b3a;
  font-size: 30px;
  line-height: 1.25;
}

.cities-intro p {
  width: 610px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.5;
}

.cities-list {
  display: none;
}

.whatsapp-button {
  position: absolute;
  right: -1px;
  top: 6px;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2fa158;
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(20, 90, 47, 0.28);
}

.mosaic-section {
  padding-top: 0;
  padding-bottom: 61px;
}

.mosaic-grid {
  display: grid;
  width: 1296px;
  grid-template-columns: 250px 250px 250px 250px 250px;
  grid-template-rows: 234px 48px 190px;
  gap: 12px;
}

.mosaic-card {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}

.mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic-card--a {
  grid-column: 1;
  grid-row: 1;
}

.mosaic-card--e {
  grid-column: 1;
  grid-row: 2 / span 2;
}

.mosaic-card--b {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.mosaic-card--f {
  grid-column: 2;
  grid-row: 3;
}

.mosaic-card--c {
  grid-column: 3 / span 2;
  grid-row: 1;
}

.mosaic-card--g {
  grid-column: 3;
  grid-row: 2 / span 2;
}

.mosaic-card--d {
  grid-column: 5;
  grid-row: 1;
}

.mosaic-card--h {
  grid-column: 5;
  grid-row: 2 / span 2;
}

.packages-section {
  padding-top: 0;
  padding-bottom: 102px;
}

.packages-section .section-heading {
  margin-bottom: 50px;
}

.packages-section .section-heading h2 {
  width: 760px;
  font-size: 23px;
  line-height: 1.55;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 410px);
  gap: 34px;
}

.package-card {
  height: 401px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(25, 58, 105, 0.08);
}

.package-card__media {
  position: relative;
  height: 220px;
}

.package-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.package-seat-pill {
  position: absolute;
  top: 12px;
  left: 17px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--white);
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.package-seat-pill::before {
  content: "♙";
  margin-right: 5px;
  font-size: 12px;
}

.package-card__body {
  padding: 28px 28px 26px;
}

.package-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.package-card__top h3 {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  line-height: 1.2;
}

.package-card__price {
  text-align: right;
}

.package-card__price strong {
  display: block;
  color: #f47d20;
  font-size: 19px;
  line-height: 1;
}

.package-card__price span {
  display: block;
  margin-top: 6px;
  color: #9a9a9a;
  font-size: 7px;
}

.package-card__body p {
  margin: 11px 0 26px;
  color: #545b64;
  font-size: 13px;
}

.package-card__body p::before {
  content: "▣";
  margin-right: 7px;
  color: #29364a;
  font-size: 10px;
}

.package-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.package-join-btn {
  width: 232px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
}

.package-share-btn {
  width: 43px;
  height: 43px;
  border: 1px solid #d3d7de;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-size: 20px;
}

.travel-section {
  padding-top: 33px;
  padding-bottom: 58px;
}

.travel-grid {
  display: grid;
  grid-template-columns: 610px 445px;
  gap: 52px;
  align-items: center;
}

.travel-visual {
  position: relative;
  height: 560px;
}

.travel-visual__circle {
  position: absolute;
  left: 96px;
  top: 103px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: #44a1ff;
}

.travel-visual img {
  position: absolute;
  left: 92px;
  top: 18px;
  z-index: 1;
  width: 468px;
}

.travel-visual::before,
.travel-visual::after {
  content: "";
  position: absolute;
  border-top: 2px dashed var(--orange);
}

.travel-visual::before {
  left: -39px;
  top: 121px;
  width: 205px;
  transform: rotate(128deg);
}

.travel-visual::after {
  right: -33px;
  top: 216px;
  width: 190px;
  transform: rotate(28deg);
}

.travel-visual__plane {
  position: absolute;
  color: var(--orange);
  font-size: 28px;
}

.travel-visual__plane--left {
  left: 42px;
  top: 63px;
}

.travel-visual__plane--right {
  right: 66px;
  top: 94px;
}

.travel-copy {
  padding-top: 23px;
}

.travel-copy .section-kicker {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 22px;
  letter-spacing: 9px;
}

.travel-copy h2 {
  width: 470px;
  color: #151719;
  font-size: 34px;
  line-height: 1.2;
}

.travel-copy p {
  width: 430px;
  margin-top: 26px;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 1.58;
}

.stats-row {
  width: 420px;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 190px);
  gap: 30px 31px;
}

.stat-card {
  height: 107px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 22px;
  background: var(--white);
}

.stat-card strong {
  color: var(--blue);
  font-size: 32px;
  line-height: 1;
}

.stat-card span {
  margin-top: 10px;
  color: #9e9e9e;
  font-size: 14px;
}

.reviews-section {
  padding-top: 0;
  padding-bottom: 75px;
}

.reviews-section .section-heading {
  margin-bottom: 76px;
}

.reviews-section .section-kicker--plain {
  color: #373737;
  font-size: 22px;
  font-weight: 700;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 326px);
  gap: 38px;
  justify-content: center;
}

.review-card {
  min-height: 340px;
  padding: 0 40px;
  border-radius: 0 0 25px 25px;
  background: linear-gradient(180deg, var(--white) 0%, #fbfbfd 69%, #f8f8fb 69%, #f8f8fb 100%);
}

.review-stars {
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 7px;
}

.review-card p {
  min-height: 186px;
  margin: 36px 0 0;
  color: #4e4e4e;
  font-size: 15px;
  line-height: 1.55;
}

.review-card__author {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-card__author img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.review-card__author strong {
  display: block;
  color: #151515;
  font-size: 14px;
  line-height: 1.2;
}

.review-card__author span {
  display: block;
  margin-top: 3px;
  color: #4e4e4e;
  font-size: 11px;
}

.review-nav {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 31px;
}

.review-nav button {
  width: 57px;
  height: 57px;
  border: 1px solid #dadde3;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 27px;
  line-height: 1;
}

.review-nav button:last-child {
  border-color: transparent;
  background: #f8f8f8;
}

.gift-section {
  padding-top: 0;
  padding-bottom: 28px;
}

.gift-banner {
  position: relative;
  height: 431px;
  border-radius: 13px;
  overflow: hidden;
}

.gift-banner img,
.gift-banner__overlay {
  position: absolute;
  inset: 0;
}

.gift-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}

.gift-banner__overlay {
  background: linear-gradient(180deg, rgba(14, 22, 40, 0.12) 0%, rgba(10, 17, 31, 0.83) 100%);
}

.gift-banner__content {
  position: absolute;
  left: 80px;
  bottom: 55px;
  width: 850px;
  color: var(--white);
}

.gift-banner__content h2 {
  color: var(--white);
  font-size: 30px;
  line-height: 1.15;
}

.gift-banner__content p {
  width: 850px;
  margin-top: 18px;
  color: var(--white);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.btn-gift {
  width: 169px;
  height: 51px;
  margin-top: 24px;
  border-radius: 15px;
  background: var(--orange);
  color: var(--white);
  font-size: 16px;
}

.site-footer--visual {
  position: relative;
  height: 256px;
  padding: 44px 0 8px;
  background: #080b4b;
  color: var(--white);
  overflow: hidden;
}

.site-footer__map {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 51% 18%, rgba(255, 255, 255, 0.11), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
  opacity: 1;
}

.site-footer__content,
.site-footer__bottom {
  position: relative;
  z-index: 1;
}

.site-footer__content {
  max-width: 1068px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 190px 250px 210px;
  gap: 58px;
  align-items: start;
}

.brandmark--footer.brandmark--image {
  width: 122px;
  height: 77px;
}

.brandmark--footer.brandmark--image img {
  width: 122px;
  height: 77px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transform: none;
}

.site-footer__brand p {
  width: 190px;
  margin: 10px 0 0;
  color: var(--white);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.site-footer__links h3,
.site-footer__contact h3,
.site-footer__social h3 {
  margin: 8px 0 16px;
  color: var(--white);
  font-size: 18px;
  line-height: 1;
}

.site-footer__links,
.site-footer__contact {
  display: flex;
  flex-direction: column;
}

.site-footer__links a,
.site-footer__contact a {
  margin-bottom: 9px;
  color: var(--white);
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 17px;
}

.social-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 21px;
  line-height: 1;
}

.site-footer__bottom {
  margin-top: 30px;
  text-align: center;
  color: var(--white);
  font-size: 11px;
}

@media (max-width: 640px) {
  .topbar {
    height: auto;
  }

  .topbar__inner {
    height: auto;
    padding: 16px 22px;
  }

  .topbar__group,
  .topbar__content,
  .topbar__menu,
  .header-actions,
  .section-heading--split {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-left: 0;
  }

  .topbar__menu {
    min-width: 0;
  }

  .hero-section,
  .hero-content {
    height: auto;
    min-height: 720px;
  }

  .hero-content,
  .content-section,
  .site-footer--visual {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-copy h1 {
    width: auto;
    font-size: 46px;
  }

  .eyebrow {
    width: auto;
    padding: 0 22px;
    font-size: 14px;
  }

  .hero-visual__plane {
    width: 390px;
    right: -90px;
  }

  .hero-explore-card {
    right: 0;
  }

  .about-grid,
  .trip-feature-grid,
  .travel-grid,
  .package-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .about-copy h2,
  .about-copy > p,
  .about-features,
  .section-heading h2,
  .cities-intro h3,
  .cities-intro p,
  .travel-copy h2,
  .travel-copy p,
  .gift-banner__content,
  .gift-banner__content p {
    width: auto;
  }

  .about-features,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .about-visual {
    height: 360px;
  }

  .trip-feature-card {
    height: 260px;
  }

  .mosaic-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 220px);
  }

  .mosaic-card {
    grid-column: auto;
    grid-row: auto;
  }

  .package-grid,
  .review-grid {
    justify-content: stretch;
  }

  .package-card {
    width: 100%;
  }

  .travel-visual {
    height: 480px;
  }

  .travel-copy {
    padding-top: 0;
  }

  .gift-banner__content {
    left: 28px;
    right: 28px;
    bottom: 34px;
  }

  .site-footer--visual {
    height: auto;
  }

  .site-footer__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .brandmark--image,
  .brandmark--image img {
    width: 112px;
    height: 69px;
  }

  .language-pill,
  .btn-brand {
    width: 100%;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-rail {
    display: none;
  }

  .hero-explore-card {
    width: 230px;
  }

  .mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 220px);
  }

  .review-card {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

.landing-start-page {
  width: 100%;
  min-height: 100vh;
  background: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  overflow-x: clip;
}

.connected-home-page {
  min-height: 100vh;
  background: var(--white);
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
}

.connected-home-header {
  width: 100%;
  height: 88px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(28px, 7vw, 100px);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 33, 60, 0.08);
}

.connected-home-logo {
  width: 125px;
  height: 77px;
  display: block;
  overflow: hidden;
}

.connected-home-logo img {
  width: 181px;
  height: 125px;
  max-width: none;
  object-fit: contain;
  transform: translate(-28px, -24px);
}

.connected-home-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 3.2vw, 42px);
}

.connected-home-nav a {
  position: relative;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.connected-home-nav__active {
  color: var(--blue) !important;
}

.connected-home-nav__active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 46px;
  height: 4px;
  border-radius: 999px;
  background: var(--blue);
  transform: translateX(-50%);
}

.connected-home-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.connected-home-actions button,
.connected-home-actions > a:not(.connected-home-avatar) {
  width: 66px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  background: #fafafa;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.connected-home-avatar {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  background: #8ee0ef;
}

.connected-home-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.connected-home-main {
  width: min(calc(100% - 240px), 1560px);
  margin: 0 auto;
  padding: 54px 0 68px;
}

.connected-home-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.connected-home-top h1 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.connected-home-top p {
  width: min(580px, 100%);
  margin: 0;
  color: #657181;
  font-size: 13px;
  line-height: 1.65;
}

.connected-home-top__actions {
  display: flex;
  gap: 12px;
  padding-top: 28px;
}

.connected-home-top__actions a {
  min-width: 119px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f0f1f3;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.connected-home-top__actions a:last-child {
  min-width: 122px;
  background: var(--blue);
  color: var(--white);
}

.connected-home-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 34px;
  align-items: start;
}

.connected-home-trip {
  position: relative;
  min-height: 382px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
}

.connected-home-trip > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.connected-home-trip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 25, 55, 0.15), rgba(7, 25, 55, 0.72));
}

.connected-home-trip__content {
  position: relative;
  z-index: 1;
  min-height: 382px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 42px 44px;
}

.connected-home-trip__content > span {
  width: fit-content;
  margin-bottom: 32px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #dbe9ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.connected-home-trip h2 {
  margin: 0 0 34px;
  color: var(--white);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.12;
}

.connected-home-trip dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 28px;
}

.connected-home-trip dt {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  font-weight: 800;
}

.connected-home-trip dd {
  margin: 5px 0 0;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.connected-home-trip__content a {
  width: 201px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.connected-home-activity {
  min-height: 511px;
  padding: 28px 26px;
  border: 1px solid #cdd7e4;
  border-radius: 14px;
  background: var(--white);
}

.connected-home-activity__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.connected-home-activity__head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.connected-home-activity__head a {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.connected-home-activity__list {
  display: grid;
  gap: 25px;
}

.connected-home-activity__list article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 13px;
  align-items: start;
}

.connected-home-activity__list article > span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e9f2ff;
  color: var(--blue);
}

.connected-home-activity__list strong {
  display: block;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.connected-home-activity__list small {
  display: block;
  margin-top: 3px;
  color: #5f6875;
  font-size: 10px;
}

.connected-home-level {
  margin-top: 40px;
  padding: 22px 22px 18px;
  border: 1px solid #cbd4df;
  border-radius: 10px;
  background: #f8fbff;
}

.connected-home-level small {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.connected-home-level div {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 14px;
}

.connected-home-level strong {
  color: var(--ink);
  font-size: 16px;
}

.connected-home-level span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.connected-home-level i {
  display: block;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce2e9;
}

.connected-home-level b {
  display: block;
  width: 72%;
  height: 100%;
  background: var(--blue);
}

.connected-home-level p {
  margin: 12px 0 0;
  color: var(--body);
  font-size: 10px;
}

.connected-home-guides,
.connected-home-packages {
  margin-top: 86px;
}

.connected-home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.connected-home-section-head h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 800;
}

.connected-home-section-head p {
  margin: 0;
  color: #657181;
  font-size: 13px;
}

.connected-home-section-head a {
  color: #007080;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.connected-home-guide-grid,
.connected-home-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.connected-home-guide-card,
.connected-home-package-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(25, 58, 105, 0.08);
}

.connected-home-package-card {
  position: relative;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.connected-home-package-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(25, 58, 105, 0.14);
}

.connected-home-package-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.connected-home-package-card__link:focus-visible {
  outline: 3px solid #f47d20;
  outline-offset: -3px;
}

.connected-home-guide-card img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.connected-home-guide-card div {
  padding: 18px 24px 30px;
}

.connected-home-guide-card span {
  color: var(--body);
  font-size: 13px;
}

.connected-home-guide-card h3 {
  margin: 9px 0 11px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
}

.connected-home-guide-card p {
  margin: 0;
  color: var(--body);
  font-size: 14px;
  line-height: 1.55;
}

.connected-home-package-card__media {
  position: relative;
  height: 220px;
}

.connected-home-package-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.connected-home-package-card__media span {
  position: absolute;
  left: 16px;
  top: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.connected-home-package-card__body {
  padding: 28px;
}

.connected-home-package-card__body > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.connected-home-package-card h3 {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 800;
}

.connected-home-package-card strong {
  color: var(--orange);
  font-size: 19px;
  white-space: nowrap;
}

.connected-home-package-card p {
  margin: 12px 0 26px;
  color: #545b64;
  font-size: 13px;
}

.connected-home-package-card small {
  display: block;
  margin-left: auto;
  color: #9a9a9a;
  font-size: 7px;
}

.connected-home-package-card__body > div:last-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

.connected-home-package-join-btn {
  position: relative;
  z-index: 2;
  flex: 1;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.connected-home-package-card button {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid #d6deea;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-size: 20px;
}

.connected-home-package-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 48px;
}

.connected-home-package-nav button {
  width: 60px;
  height: 60px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 24px;
}

.connected-home-package-nav button:last-child {
  border-color: transparent;
  background: #f8f8f8;
}

@media (max-width: 1180px) {
  .connected-home-main {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1100px) {
  .connected-home-header {
    grid-template-columns: 150px 1fr;
    height: auto;
    min-height: 104px;
    padding: 12px 24px;
  }

  .connected-home-actions {
    grid-column: 2;
    justify-self: end;
  }

  .connected-home-nav {
    grid-column: 1 / -1;
    order: 3;
  }

  .connected-home-dashboard,
  .connected-home-guide-grid,
  .connected-home-package-grid {
    grid-template-columns: 1fr;
  }

  .connected-home-activity {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .connected-home-header {
    grid-template-columns: 108px 1fr;
    gap: 8px;
  }

  .connected-home-logo {
    width: 105px;
    height: 62px;
  }

  .connected-home-logo img {
    transform: translate(-37px, -32px) scale(0.88);
    transform-origin: left top;
  }

  .connected-home-nav {
    gap: 18px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .connected-home-actions button,
  .connected-home-actions > a:not(.connected-home-avatar) {
    width: 48px;
    height: 40px;
  }

  .connected-home-avatar {
    width: 48px;
    height: 48px;
  }

  .connected-home-main {
    width: calc(100% - 36px);
    padding-top: 34px;
  }

  .connected-home-top,
  .connected-home-section-head {
    flex-direction: column;
    align-items: stretch;
  }

  .connected-home-top h1 {
    font-size: 34px;
  }

  .connected-home-top__actions {
    padding-top: 0;
  }

  .connected-home-trip,
  .connected-home-trip__content {
    min-height: 500px;
  }

  .connected-home-trip__content {
    padding: 28px 22px;
  }

  .connected-home-trip h2 {
    font-size: 28px;
  }

  .connected-home-trip dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .connected-home-guides,
  .connected-home-packages {
    margin-top: 56px;
  }
}

.landing-start-header {
  width: 100%;
  height: 100px;
  background: #fdfdfd;
}

.landing-start-header__frame {
  position: relative;
  width: 1263px;
  height: 77px;
  margin: 0 auto;
  top: 11px;
}

.landing-start-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
  height: 77px;
  display: block;
  overflow: hidden;
}

.landing-start-logo img {
  width: 181px;
  height: 125px;
  display: block;
  max-width: none;
  object-fit: contain;
  transform: translate(-28px, -24px);
}

.landing-start-menu {
  position: absolute;
  left: 477px;
  top: 28px;
  width: 308px;
  height: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.landing-start-menu__link {
  position: relative;
  height: 19px;
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
  white-space: nowrap;
}

.landing-start-menu__link--active {
  color: var(--blue);
  font-weight: 700;
}

.landing-start-menu__link--active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 51px;
  height: 4px;
  border-radius: 20px;
  background: var(--blue);
}

.landing-start-actions {
  position: absolute;
  right: 0;
  top: 12px;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.landing-start-language,
.landing-start-login {
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.landing-start-language {
  width: 91px;
  background: #fafafa;
  color: var(--ink);
}

.landing-start-login {
  width: 167px;
  height: 56px;
  background: var(--blue);
  color: var(--white);
}

.landing-start-hero-image {
  position: relative;
  width: 100%;
  height: 624px;
  overflow: hidden;
}

.landing-start-hero-image > img:first-child {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.landing-start-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.02) 64%);
}

.landing-start-hero-copy {
  position: absolute;
  left: 79px;
  top: 47px;
  z-index: 1;
  color: var(--white);
}

.landing-start-hero-badge {
    width: 529px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.38);
    border-radius: 40px;
    background: rgba(16, 16, 16, 0.54);
    color: var(--white);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.landing-start-hero-copy h1 {
  margin: 22px 0 0;
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 95px;
}

.landing-start-hero-copy h1 span {
  display: block;
}

.landing-start-hero-copy h1:focus {
  outline: none;
}

.landing-start-hero-rail {
    position: absolute;
    left: -18px;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.landing-start-hero-rail span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #cdd0d4;
}

.landing-start-hero-rail span:first-child {
  height: 28px;
  background: rgba(255, 255, 255, 0.92);
}

.landing-start-booking-btn {
  margin-top: 50px;
  width: 219px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--blue);
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.landing-start-plane {
  position: absolute;
  right: -1px;
  bottom: 103px;
  z-index: 1;
  width: 373px;
  height: auto;
  display: block;
}

.landing-start-union-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 466px;
  height: 194px;
  display: grid;
  grid-template-columns: 168px 220px;
  grid-template-rows: 46px 1fr;
  column-gap: 22px;
  padding: 48px 32px 18px 42px;
  color: #000000;
  z-index: 2;
}

.landing-start-union-card__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  z-index: 0;
}

.landing-start-union-card h2 {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.landing-start-union-card__thumbs {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  display: flex;
  padding-top: 6px;
}

.landing-start-union-card__thumbs img {
  width: 72px;
  height: 72px;
  display: block;
  margin-left: -16px;
  border: 4px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
}

.landing-start-union-card__thumbs img:first-child {
  margin-left: 0;
}

.landing-start-union-card p {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  width: 220px;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.landing-start-about-section {
    position: relative;
    width: 100%;
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 120px;
    padding-right: 120px;
    background:
      linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)),
      url("assets/Vector.png") center top / cover no-repeat,
      var(--white);
    overflow: hidden;
}

.landing-start-about-grid {
  position: relative;
  z-index: 1;
  width: min(1560px, 100%);
  margin: 0 auto;
  transform: translateY(25px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 640px);
  gap: 64px;
  align-items: start;
}

.landing-start-section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #777777;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

.landing-start-about-copy h2 {
  width: min(700px, 100%);
  margin: 0;
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
}

.landing-start-about-copy > p {
  width: min(760px, 100%);
  margin: 20px 0 0;
  color: #727b88;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.58;
}

.landing-start-about-features {
  width: min(760px, 100%);
  margin-top: 37px;
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 48px 44px;
}

.landing-start-mini-feature {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
}

.landing-start-mini-feature__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e8eef8;
  color: var(--blue);
  font-size: 18px;
  font-weight: 700;
}

.landing-start-mini-feature__icon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.landing-start-mini-feature h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.landing-start-mini-feature p {
  margin: 0;
  color: #727b88;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.landing-start-about-visual {
  position: relative;
  height: 420px;
  width: 100%;
  margin-top: 17px;
  max-width: 640px;
  border-radius: 14px;
  overflow: hidden;
}

.landing-start-about-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-start-floating-badge {
  position: absolute;
  left: 14px;
  top: 27px;
  width: 202px;
  height: 51px;
  display: flex;
  align-items: center;
  padding-left: 95px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 17px;
  background: rgba(16, 53, 87, 0.76);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.landing-start-floating-badge::before,
.landing-start-floating-badge::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 31px;
  height: 31px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.landing-start-floating-badge::before {
  left: 16px;
  background-image: url("assets/baku-gondola-waterfront.jpg");
}

.landing-start-floating-badge::after {
  left: 40px;
  background-image: url("assets/tropical-beach-waves-aerial.png");
}

.landing-start-floating-panel {
  position: absolute;
  right: 11px;
  bottom: 11px;
  width: 254px;
  min-height: 82px;
  padding: 14px 18px 14px 66px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 15px;
  background: rgba(88, 69, 42, 0.72);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.landing-start-floating-panel img {
  position: absolute;
  left: 21px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
  transform: translateY(-50%);
}

.landing-start-floating-panel strong {
  display: block;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1.2;
}

.landing-start-floating-panel span {
  display: block;
  font-size: 13px;
  line-height: 1.55;
}

.landing-start-trips-section {
  width: 100%;
  padding: 16px 120px 66px;
  background: var(--white);
}

.landing-start-trips-shell {
  width: min(1560px, 100%);
  margin: 0 auto;
}

.landing-start-trips-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.landing-start-trips-heading h2 {
  width: min(760px, 100%);
  margin: 0;
  color: #3a3a3a;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.landing-start-section-link {
  margin-top: 35px;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.landing-start-trip-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.landing-start-trip-feature-card {
  position: relative;
  height: 350px;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.landing-start-trip-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-start-trip-feature-card__pill {
  position: absolute;
  left: 17px;
  top: 22px;
  min-width: 170px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 17px;
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.landing-start-cities-section {
  width: 100%;
  padding: 0 120px 61px;
  background: var(--white);
}

.landing-start-cities-shell {
  width: min(1560px, 100%);
  margin: 0 auto;
}

.landing-start-cities-intro {
  position: relative;
  padding-top: 7px;
  padding-bottom: 29px;
}

.landing-start-cities-intro h3 {
  width: min(690px, 100%);
  margin: 0;
  color: #1e2b3a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.landing-start-cities-intro p {
  width: min(610px, 100%);
  margin: 18px 0 0;
  color: #727b88;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.landing-start-whatsapp-button {
  position: absolute;
  right: -1px;
  top: 6px;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.landing-start-whatsapp-button img {
  width: 84px;
  height: 84px;
  display: block;
  object-fit: contain;
}

.landing-start-mosaic-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: 227px 41px 192px;
  gap: 12px;
}

.landing-start-mosaic-card {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  isolation: isolate;
}

.landing-start-mosaic-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 0.38s ease, transform 0.45s ease, filter 0.45s ease;
}

.landing-start-mosaic-card__image--base {
  opacity: 1;
}

.landing-start-mosaic-card__image--hover {
  opacity: 0;
  transform: scale(1.04);
}

.landing-start-mosaic-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(15, 48, 103, 0.05) 0%, rgba(15, 48, 103, 0.68) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.landing-start-mosaic-card figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.landing-start-mosaic-card:hover .landing-start-mosaic-card__image--base,
.landing-start-mosaic-card:focus .landing-start-mosaic-card__image--base {
  opacity: 0;
  transform: scale(1.04);
}

.landing-start-mosaic-card:hover .landing-start-mosaic-card__image--hover,
.landing-start-mosaic-card:focus .landing-start-mosaic-card__image--hover {
  opacity: 1;
  transform: scale(1.09);
  filter: saturate(1.08) contrast(1.05);
}

.landing-start-mosaic-card:hover::after,
.landing-start-mosaic-card:focus::after,
.landing-start-mosaic-card:hover figcaption,
.landing-start-mosaic-card:focus figcaption {
  opacity: 1;
}

.landing-start-mosaic-card:hover figcaption,
.landing-start-mosaic-card:focus figcaption {
  transform: translateY(0);
}

.landing-start-mosaic-card--a {
  grid-column: 1;
  grid-row: 1;
}

.landing-start-mosaic-card--e {
  grid-column: 1;
  grid-row: 2 / span 2;
}

.landing-start-mosaic-card--b {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.landing-start-mosaic-card--i {
  grid-column: 2;
  grid-row: 3;
}

.landing-start-mosaic-card--f {
  grid-column: 3;
  grid-row: 2 / span 2;
}

.landing-start-mosaic-card--c {
  grid-column: 3 / span 2;
  grid-row: 1;
}

.landing-start-mosaic-card--g {
  grid-column: 4;
  grid-row: 2 / span 2;
}

.landing-start-mosaic-card--d {
  grid-column: 5;
  grid-row: 1;
}

.landing-start-mosaic-card--h {
  grid-column: 5;
  grid-row: 2 / span 2;
}

.landing-start-packages-section {
  width: 100%;
  padding: 0 120px 42px;
  background: var(--white);
}

.landing-start-packages-shell {
  width: min(1560px, 100%);
  margin: 0 auto;
}

.landing-start-packages-heading {
  margin-bottom: 50px;
}

.landing-start-packages-heading h2 {
  width: min(760px, 100%);
  margin: 0;
  color: #3a3a3a;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.55;
}

.landing-start-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 410px));
  justify-content: space-between;
  gap: 34px;
}

.landing-start-package-card {
  position: relative;
  height: 401px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(25, 58, 105, 0.08);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-start-package-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(25, 58, 105, 0.14);
}

.landing-start-package-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.landing-start-package-card__link:focus-visible {
  outline: 3px solid #f47d20;
  outline-offset: -3px;
}

.landing-start-package-card__media {
  position: relative;
  height: 220px;
}

.landing-start-package-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.landing-start-package-seat-pill {
  position: absolute;
  left: 17px;
  top: 12px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--white);
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.landing-start-package-seat-pill::before {
  content: "♙";
  margin-right: 5px;
  font-size: 12px;
}

.landing-start-package-card__body {
  padding: 28px 28px 26px;
}

.landing-start-package-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.landing-start-package-card__top h3 {
  margin: 0;
  color: var(--blue);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.landing-start-package-card__price {
  text-align: right;
  white-space: nowrap;
}

.landing-start-package-card__price strong {
  display: block;
  color: #f47d20;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

.landing-start-package-card__price span {
  display: block;
  margin-top: 6px;
  color: #9a9a9a;
  font-size: 7px;
  font-weight: 500;
  line-height: 1;
}

.landing-start-package-date {
  margin: 11px 0 26px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #545b64;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.landing-start-package-date img {
  width: 11px;
  height: 12px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.landing-start-package-card__actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-start-package-join-btn {
  width: 232px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.landing-start-package-share-btn {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.landing-start-package-share-btn img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.landing-start-adventure-section {
  width: 100%;
  padding: 0 120px 84px;
  background: var(--white);
}

.landing-start-adventure-shell {
  width: min(1560px, 100%);
  min-height: 587px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(430px, 560px);
  gap: 62px;
  align-items: center;
}

.landing-start-adventure-visual {
  position: relative;
  min-height: 587px;
}

.landing-start-adventure-circle {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 439px;
  height: 439px;
  display: block;
  object-fit: contain;
  transform: translateX(-50%);
}

.landing-start-adventure-woman {
  position: absolute;
  left: 48%;
  bottom: 23px;
  z-index: 1;
  width: 790px;
  height: auto;
  display: block;
  border-bottom-right-radius: 10%;
  border-bottom-left-radius: 10%;
  transform: translateX(-50%);
}

.landing-start-flight-path {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
  object-fit: contain;
}

.landing-start-flight-path--left {
  left: 46px;
  top: 82px;
  width: 213px;
  height: 237px;
}

.landing-start-flight-path--right {
  right: 18px;
  top: 105px;
  width: 213px;
  height: 237px;
}

.landing-start-adventure-copy {
  padding-top: 4px;
}

.landing-start-adventure-kicker {
  display: block;
  margin-bottom: 17px;
  color: var(--blue);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 12px;
}

.landing-start-adventure-copy h2 {
  width: min(520px, 100%);
  margin: 0;
  color: #202020;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.18;
}

.landing-start-adventure-copy > p {
  width: min(520px, 100%);
  margin: 27px 0 0;
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.landing-start-stats-grid {
  width: min(424px, 100%);
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 29px;
}

.landing-start-stat-card {
  height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  background: var(--white);
}

.landing-start-stat-card strong {
  display: block;
  color: var(--blue);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.landing-start-stat-card span {
  display: block;
  margin-top: 9px;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.landing-start-reviews-section {
  width: 100%;
  padding: 0 120px 66px;
  background: var(--white);
}

.landing-start-reviews-shell {
  width: min(1560px, 100%);
  margin: 0 auto;
}

.landing-start-reviews-shell h2 {
  margin: 0 0 76px;
  color: #3a3a3a;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.landing-start-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 326px));
  justify-content: space-between;
  gap: 38px;
}

.landing-start-review-card {
  min-height: 291px;
  padding: 0 43px 29px;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, var(--white) 0%, var(--white) 70%, #f8f8fb 70%, #f8f8fb 100%);
  box-shadow: 0 18px 36px rgba(37, 47, 76, 0.04);
}

.landing-start-review-stars {
  margin-bottom: 34px;
  color: #ff7a18;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
}

.landing-start-review-stars span {
  color: #ffd0ad;
}

.landing-start-review-card > p {
  margin: 0;
  flex: 1 1 auto;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.landing-start-review-author {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.landing-start-review-author img {
  width: 48px;
  height: 48px;
  display: block;
  flex: 0 0 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.landing-start-review-author strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
}

.landing-start-review-author span {
  display: block;
  margin-top: 3px;
  color: #4f4f4f;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.15;
}

.landing-start-review-controls {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.landing-start-review-controls button {
  width: 57px;
  height: 57px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #fafafa;
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.landing-start-review-controls button:first-child {
  border-color: #d8d8d8;
  background: var(--white);
}

.landing-start-gift-section {
  width: 100%;
  padding: 0 120px 28px;
  background: var(--white);
}

.landing-start-gift-banner {
  position: relative;
  width: min(1560px, 100%);
  height: 431px;
  margin: 0 auto;
  border-radius: 13px;
  overflow: hidden;
}

.landing-start-gift-banner > img,
.landing-start-gift-banner__overlay {
  position: absolute;
  inset: 0;
}

.landing-start-gift-banner > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 47%;
}

.landing-start-gift-banner__overlay {
  background: linear-gradient(180deg, rgba(14, 22, 40, 0.12) 0%, rgba(10, 17, 31, 0.83) 100%);
}

.landing-start-gift-banner__content {
  position: absolute;
  left: 80px;
  bottom: 55px;
  width: min(850px, calc(100% - 130px));
  color: var(--white);
}

.landing-start-gift-banner__content h2 {
  margin: 0;
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
}

.landing-start-gift-banner__content p {
  width: min(850px, 100%);
  margin: 18px 0 0;
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.landing-start-gift-btn {
  width: 169px;
  height: 51px;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #ff7a18;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.landing-start-footer {
  position: relative;
  width: 100%;
  height: 256px;
  padding: 44px 0 8px;
  background: #05073c;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.landing-start-footer__map {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    url("assets/Vector.png"),
    url("assets/Vector.png");
  background-repeat: no-repeat;
  background-position:
    center top,
    center top;
  background-size:
    100% 100%,
    100% 100%;
  opacity: 1;
  filter: brightness(0) invert(1);
  pointer-events: none;
}

.landing-start-footer__content,
.landing-start-footer__bottom {
  position: relative;
  z-index: 1;
}

.landing-start-footer__content {
  max-width: 1068px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 190px 250px 210px;
  gap: 58px;
  align-items: start;
}

.landing-start-footer-logo {
  width: 122px;
  height: 77px;
  display: block;
  overflow: hidden;
}

.landing-start-footer-logo img {
  width: 181px;
  height: 125px;
  display: block;
  max-width: none;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transform: translate(-29px, -24px);
}

.landing-start-footer__brand p {
  width: 190px;
  margin: 10px 0 0;
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.landing-start-footer__links h3,
.landing-start-footer__contact h3,
.landing-start-footer__social h3 {
  margin: 8px 0 16px;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.landing-start-footer__links,
.landing-start-footer__contact {
  display: flex;
  flex-direction: column;
}

.landing-start-footer__links a,
.landing-start-footer__contact a {
  margin-bottom: 9px;
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.landing-start-social-icons {
  display: flex;
  align-items: center;
  gap: 17px;
}

.landing-start-social-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.landing-start-footer__bottom {
  margin-top: 30px;
  text-align: center;
  color: var(--white);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1180px) {
  .landing-start-about-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-start-about-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .landing-start-about-visual {
    max-width: 508px;
    margin-top: 0;
  }

  .landing-start-trips-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-start-trips-heading {
    flex-direction: column;
    gap: 16px;
  }

  .landing-start-section-link {
    margin-top: 0;
  }

  .landing-start-trip-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-start-cities-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-start-whatsapp-button {
    position: static;
    margin-top: 20px;
  }

  .landing-start-mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, 220px);
  }

  .landing-start-mosaic-card {
    grid-column: auto;
    grid-row: auto;
  }

  .landing-start-packages-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-start-package-grid {
    grid-template-columns: repeat(2, minmax(0, 410px));
    justify-content: center;
  }

  .landing-start-adventure-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-start-adventure-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .landing-start-adventure-visual {
    min-height: 520px;
  }

  .landing-start-adventure-circle {
    left: 50%;
    transform: translateX(-50%);
  }

  .landing-start-adventure-woman {
    left: 50%;
    transform: translateX(-50%);
  }

  .landing-start-adventure-copy {
    justify-self: center;
    text-align: center;
  }

  .landing-start-stats-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-start-reviews-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-start-gift-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-start-review-grid {
    grid-template-columns: repeat(2, minmax(0, 326px));
    justify-content: center;
  }

  .landing-start-footer {
    height: auto;
    min-height: 256px;
  }

  .landing-start-footer__content {
    max-width: 820px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 58px;
    padding: 0 24px;
  }
}

@media (max-width: 640px) {
  .landing-start-header__frame {
    min-height: 124px;
    gap: 4px 10px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .landing-start-logo {
    flex-basis: 105px;
    width: 105px;
    height: 62px;
  }

  .landing-start-logo img {
    transform: translate(-37px, -32px) scale(0.88);
    transform-origin: left top;
  }

  .landing-start-actions {
    align-self: flex-start;
    margin-top: 18px;
  }

  .landing-start-menu {
    margin-top: 0;
  }

  .landing-start-about-section {
    padding: 65px 18px 53px;
  }

  .landing-start-about-copy h2 {
    font-size: 20px;
    line-height: 1.45;
  }

  .landing-start-about-copy > p {
    font-size: 14px;
  }

  .landing-start-about-features {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .landing-start-about-visual {
    height: 260px;
  }

  .landing-start-floating-badge {
    width: 176px;
    height: 46px;
    padding-left: 82px;
    font-size: 12px;
  }

  .landing-start-floating-badge::before,
  .landing-start-floating-badge::after {
    width: 28px;
    height: 28px;
    top: 9px;
  }

  .landing-start-floating-badge::before {
    left: 14px;
  }

  .landing-start-floating-badge::after {
    left: 36px;
  }

  .landing-start-floating-panel {
    width: 210px;
    min-height: 74px;
    padding: 12px 14px 12px 56px;
  }

  .landing-start-floating-panel img {
    left: 18px;
  }

  .landing-start-trips-section {
    padding: 12px 18px 40px;
  }

  .landing-start-trips-heading h2 {
    font-size: 20px;
    line-height: 1.45;
  }

  .landing-start-trip-feature-card {
    height: 285px;
  }

  .landing-start-trip-feature-card__pill {
    min-width: 152px;
    height: 40px;
    padding: 0 18px;
    font-size: 13px;
  }

  .landing-start-cities-section {
    padding: 0 18px 40px;
  }

  .landing-start-cities-intro h3 {
    font-size: 22px;
    line-height: 1.35;
  }

  .landing-start-cities-intro p {
    font-size: 14px;
  }

  .landing-start-whatsapp-button {
    width: 70px;
    height: 70px;
  }

  .landing-start-whatsapp-button img {
    width: 70px;
    height: 70px;
  }

  .landing-start-mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 220px);
  }

  .landing-start-packages-section {
    padding: 0 18px 36px;
  }

  .landing-start-packages-heading {
    margin-bottom: 32px;
  }

  .landing-start-packages-heading h2 {
    font-size: 20px;
    line-height: 1.45;
  }

  .landing-start-package-grid {
    grid-template-columns: minmax(0, 410px);
    gap: 26px;
  }

  .landing-start-package-card {
    height: auto;
  }

  .landing-start-package-card__media {
    height: 210px;
  }

  .landing-start-package-card__body {
    padding: 24px 20px 22px;
  }

  .landing-start-package-card__top h3 {
    font-size: 20px;
  }

  .landing-start-package-join-btn {
    flex: 1;
    width: auto;
  }

  .landing-start-adventure-section {
    padding: 0 18px 56px;
  }

  .landing-start-adventure-shell {
    min-height: auto;
  }

  .landing-start-adventure-visual {
    min-height: 410px;
  }

  .landing-start-adventure-circle {
    width: 300px;
    height: 300px;
    bottom: 18px;
  }

  .landing-start-adventure-woman {
    width: 410px;
    bottom: 20px;
  }

  .landing-start-flight-path--left {
    left: 0;
    top: 52px;
    transform: scale(0.72);
    transform-origin: left top;
  }

  .landing-start-flight-path--right {
    right: -12px;
    top: 82px;
    transform: scale(0.72);
    transform-origin: right top;
  }

  .landing-start-adventure-kicker {
    font-size: 15px;
    letter-spacing: 7px;
  }

  .landing-start-adventure-copy h2 {
    font-size: 27px;
  }

  .landing-start-adventure-copy > p {
    font-size: 14px;
  }

  .landing-start-stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .landing-start-reviews-section {
    padding: 0 18px 54px;
  }

  .landing-start-reviews-shell h2 {
    margin-bottom: 42px;
    font-size: 20px;
  }

  .landing-start-review-grid {
    grid-template-columns: minmax(0, 326px);
    gap: 28px;
  }

  .landing-start-review-card {
    padding-left: 28px;
    padding-right: 28px;
  }

  .landing-start-review-controls button {
    width: 50px;
    height: 50px;
  }

  .landing-start-gift-section {
    padding: 0 18px 24px;
  }

  .landing-start-gift-banner {
    height: 340px;
  }

  .landing-start-gift-banner__content {
    left: 24px;
    bottom: 34px;
    width: calc(100% - 48px);
  }

  .landing-start-gift-banner__content h2 {
    font-size: 24px;
  }

  .landing-start-gift-banner__content p {
    font-size: 13px;
    line-height: 1.65;
  }

  .landing-start-gift-btn {
    width: 148px;
    height: 48px;
    font-size: 14px;
  }

  .landing-start-footer {
    padding-top: 36px;
  }

  .landing-start-footer__map {
    background-size: 900px auto;
  }

  .landing-start-footer__content {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 28px;
  }

  .landing-start-footer__bottom {
    padding: 0 24px;
    line-height: 1.5;
  }
}

@media (max-width: 1320px) {
  .landing-start-header__frame {
    width: calc(100% - 64px);
  }

  .landing-start-menu {
    left: 50%;
    transform: translateX(-50%);
  }

  .landing-start-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 1180px) {
  .landing-start-hero-image {
    height: clamp(520px, 58vw, 624px);
  }

  .landing-start-hero-copy {
    left: clamp(28px, 6vw, 79px);
    top: clamp(34px, 5vw, 47px);
  }

  .landing-start-hero-badge {
    width: auto;
    max-width: calc(100vw - 56px);
    padding: 0 28px;
    font-size: clamp(15px, 1.7vw, 20px);
  }

  .landing-start-hero-copy h1 {
    font-size: clamp(52px, 6.3vw, 80px);
    line-height: 1.12;
  }

  .landing-start-hero-rail {
    top: clamp(220px, calc(32vw - 30px), 310px);
  }

  .landing-start-plane {
    width: clamp(270px, 32vw, 373px);
    bottom: clamp(110px, 13vw, 150px);
  }

  .landing-start-union-card {
    width: min(466px, 44vw);
    min-width: 360px;
    height: 178px;
    grid-template-columns: minmax(116px, 152px) minmax(0, 1fr);
    column-gap: 16px;
    padding: 42px 24px 14px 34px;
  }

  .landing-start-union-card__thumbs img {
    width: 60px;
    height: 60px;
    margin-left: -13px;
  }

  .landing-start-union-card p {
    width: auto;
    font-size: 14px;
    line-height: 1.38;
  }

  .landing-start-package-grid {
    grid-template-columns: repeat(2, minmax(0, 410px));
    justify-content: center;
  }

  .landing-start-adventure-visual {
    overflow: hidden;
  }
}

@media (max-width: 900px) {
  .landing-start-header {
    height: auto;
  }

  .landing-start-header__frame {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 18px;
    padding: 11px 18px 12px;
  }

  .landing-start-logo,
  .landing-start-menu,
  .landing-start-actions {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
  }

  .landing-start-logo {
    flex: 0 0 125px;
  }

  .landing-start-actions {
    height: auto;
    margin-left: auto;
  }

  .landing-start-language,
  .landing-start-login {
    height: 48px;
    border-radius: 16px;
  }

  .landing-start-language {
    width: 70px;
  }

  .landing-start-login {
    width: 145px;
    font-size: 13px;
  }

  .landing-start-menu {
    order: 3;
    width: min(308px, 100%);
    height: 30px;
    margin: 0 auto;
  }

  .landing-start-menu__link {
    font-size: 14px;
  }

  .landing-start-menu__link--active::after {
    width: 42px;
  }

  .landing-start-hero-image {
    height: 590px;
  }

  .landing-start-hero-image > img:first-child {
    object-position: center top;
  }

  .landing-start-hero-copy h1 {
    max-width: 660px;
    font-size: clamp(42px, 8vw, 58px);
  }

  .landing-start-booking-btn {
    width: 178px;
    height: 54px;
    margin-top: 34px;
    font-size: 16px;
  }

  .landing-start-plane {
    right: -64px;
    bottom: 150px;
    width: 285px;
  }

  .landing-start-union-card {
    width: min(430px, 72vw);
    min-width: 0;
    height: 162px;
    grid-template-columns: 130px minmax(0, 1fr);
    grid-template-rows: 38px 1fr;
    padding: 38px 20px 12px 30px;
  }

  .landing-start-union-card h2 {
    font-size: 22px;
  }

  .landing-start-union-card__thumbs img {
    width: 56px;
    height: 56px;
  }

  .landing-start-about-grid {
    justify-items: center;
  }

  .landing-start-about-copy,
  .landing-start-about-visual {
    width: 100%;
  }

  .landing-start-about-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-start-mosaic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 220px;
  }

  .landing-start-package-grid {
    grid-template-columns: minmax(0, 410px);
  }

  .landing-start-gift-banner__content {
    left: 44px;
    width: calc(100% - 88px);
  }
}

@media (max-width: 640px) {
  .landing-start-actions {
    gap: 8px;
  }

  .landing-start-language {
    width: 56px;
    height: 42px;
    font-size: 12px;
  }

  .landing-start-login {
    width: 118px;
    height: 42px;
    border-radius: 14px;
    font-size: 11px;
  }

  .landing-start-menu {
    width: 100%;
    justify-content: center;
    gap: clamp(18px, 6vw, 34px);
  }

  .landing-start-hero-image {
    height: 572px;
  }

  .landing-start-hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.04) 70%);
  }

  .landing-start-hero-copy {
    left: 18px;
    right: 18px;
    top: 28px;
  }

  .landing-start-hero-badge {
    min-height: 48px;
    height: auto;
    max-width: 100%;
    padding: 12px 18px;
    text-align: center;
    white-space: normal;
    font-size: 13px;
    line-height: 1.25;
  }

  .landing-start-hero-copy h1 {
    margin-top: 22px;
    max-width: 420px;
    font-size: clamp(35px, 9vw, 40px);
    line-height: 1.06;
  }

  .landing-start-hero-rail {
    display: none;
  }

  .landing-start-booking-btn {
    width: 158px;
    height: 50px;
    margin-top: 28px;
    border-radius: 13px;
    font-size: 14px;
  }

  .landing-start-plane {
    right: -96px;
    bottom: 130px;
    width: 220px;
  }

  .landing-start-union-card {
    width: min(100%, 344px);
    height: 132px;
    right: 0;
    bottom: 0;
    grid-template-columns: 105px minmax(0, 1fr);
    grid-template-rows: 30px 1fr;
    column-gap: 12px;
    padding: 34px 14px 8px 20px;
  }

  .landing-start-union-card h2 {
    font-size: 19px;
  }

  .landing-start-union-card__thumbs {
    padding-top: 8px;
  }

  .landing-start-union-card__thumbs img {
    width: 43px;
    height: 43px;
    margin-left: -9px;
    border-width: 3px;
  }

  .landing-start-union-card p {
    font-size: 11px;
    line-height: 1.28;
  }

  .landing-start-about-features {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-start-mini-feature {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .landing-start-mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: 220px;
  }

  .landing-start-adventure-visual {
    min-height: 390px;
  }

  .landing-start-adventure-circle {
    width: min(315px, 84vw);
    height: min(315px, 84vw);
  }

  .landing-start-adventure-woman {
    left: 49%;
    width: min(1500px, 400vw);
    bottom: 30px;
  }

  .landing-start-flight-path--left,
  .landing-start-flight-path--right {
    width: 160px;
    height: auto;
  }
}

@media (max-width: 420px) {
  .landing-start-logo {
    flex-basis: 98px;
    width: 98px;
    height: 58px;
  }

  .landing-start-login {
    width: 104px;
    padding: 0 10px;
    text-align: center;
    white-space: normal;
    line-height: 1.15;
  }

  .landing-start-menu {
    gap: 18px;
  }

  .landing-start-menu__link {
    font-size: 12px;
  }

  .landing-start-hero-image {
    height: 572px;
  }

  .landing-start-hero-badge {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .landing-start-hero-copy h1 {
    max-width: 330px;
    font-size: clamp(33px, 9.6vw, 39px);
    line-height: 1.07;
  }

  .landing-start-booking-btn {
    margin-top: 22px;
  }

  .landing-start-plane {
    right: -96px;
    bottom: 126px;
    width: 198px;
  }

  .landing-start-union-card {
    width: calc(100% - 10px);
    height: 126px;
    grid-template-columns: 98px minmax(0, 1fr);
    grid-template-rows: 28px 1fr;
    padding: 32px 12px 8px 18px;
  }

  .landing-start-union-card__thumbs img {
    width: 39px;
    height: 39px;
    margin-left: -8px;
  }

  .landing-start-union-card p {
    font-size: 10.5px;
    line-height: 1.25;
  }

  .landing-start-package-card__top {
    flex-direction: column;
    gap: 10px;
  }

  .landing-start-package-card__price {
    text-align: left;
  }

  .landing-start-package-card__actions {
    gap: 8px;
  }

  .landing-start-adventure-kicker {
    letter-spacing: 5px;
  }
}


