.tour-detail-page {
  background: #fff;
  color: #171717;
}

/* Final flight-search card */
.flight-concepts--selected { width: min(1040px, calc(100% - 48px)); margin: 54px auto 84px; }
.flight-concepts--selected .flight-concept { padding: 26px; border: 1px solid #e5e8ec; border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(17, 24, 39, .06); }
.flight-form-header { margin-bottom: 18px; display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.flight-form-title .ba-kicker { margin: 0 0 5px; color: #7b8088; font-size: 11px; }
.flight-concepts--selected h2 { max-width: none; margin: 0; font-size: clamp(25px, 3vw, 36px); line-height: 1.08; font-weight: 500; letter-spacing: -.02em; }
.flight-form-partner { display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: #70757d; font-size: 11px; line-height: 1.35; text-align: right; }
.flight-form-partner img { width: 104px; height: 55px; object-fit: contain; }
.flight-form-partner span { max-width: none; white-space: nowrap; }
.flight-concepts--selected .flight-airline-note { margin: 0 0 18px !important; padding: 10px 13px; border: 0; border-radius: 10px; color: #4d5560 !important; background: #f4f7fa; font-size: 13px; line-height: 1.4; }
.flight-concepts--selected .flight-fields { margin: 0; display: grid; grid-template-columns: 1.05fr 1fr 1fr .9fr auto; gap: 8px; border: 0; background: transparent; }
.flight-concepts--selected .flight-field { min-width: 0; min-height: 72px; padding: 11px 14px; border: 1px solid #e3e6ea; border-radius: 12px; background: #f8f9fb; }
.flight-concepts--selected .flight-field small, .flight-concepts--selected .flight-field > span { color: #7b8088; font-size: 11px; }
.flight-field--route strong { display: flex; align-items: center; gap: 11px; font-size: 18px; }
.flight-field--route i { color: #0c73fe; font-style: normal; }
.flight-concepts--selected .flight-field input { font-size: 14px; }
.flight-concepts--selected .flight-passenger-stepper { grid-template-columns: 28px 30px 28px; }
.flight-concepts--selected .flight-passenger-stepper button { border-color: #d9dde2; background: #fff; }
.flight-concepts--selected .flight-search-submit { min-width: 150px; min-height: 72px; padding: 12px 17px; display: inline-flex; gap: 12px; border: 0; border-radius: 12px; color: #fff; background: #0c73fe; font-size: 14px; box-shadow: 0 7px 16px rgba(12, 115, 254, .18); }
.flight-search-submit b { font-size: 20px; font-weight: 400; }
.flight-concepts--selected .flight-search-submit:hover, .flight-concepts--selected .flight-search-submit:focus-visible { color: #fff; background: #075fcf; transform: translateY(-1px); }
.flight-concepts--selected .flight-passenger-note { margin: 10px 2px 0 !important; color: #747a82 !important; font-size: 12px; }

@media (max-width: 760px) {
  .flight-concepts--selected { margin: 38px auto 62px; }
  .flight-concepts--selected .flight-concept { padding: 19px 16px; border-radius: 16px; }
  .flight-form-header { margin-bottom: 14px; gap: 10px; }
  .flight-form-partner { display: grid; justify-items: end; gap: 0; font-size: 9px; }
  .flight-form-partner img { width: 82px; height: 43px; }
  .flight-form-partner span { white-space: normal; }
  .flight-concepts--selected h2 { font-size: 25px; }
  .flight-concepts--selected .flight-airline-note { margin-bottom: 12px !important; padding: 9px 10px; font-size: 12px; }
  .flight-concepts--selected .flight-fields { grid-template-columns: 1fr 1fr; gap: 8px; }
  .flight-concepts--selected .flight-field--fixed { display: none; }
  .flight-concepts--selected .flight-field { grid-column: auto; min-width: 0; min-height: 68px; padding: 9px 10px; border: 1px solid #e3e6ea; }
  .flight-concepts--selected .flight-search-submit { width: 100%; min-width: 0; min-height: 68px; padding: 9px 10px; }
  .flight-concepts--selected .flight-passenger-note { margin-top: 8px !important; }
}

.tour-detail-page :is(h1, h2, h3, h4, .ba-kicker, .ba-anchor-nav a) {
  text-wrap: balance;
}

.tour-detail-page :is(p, li, dt, dd, summary, figcaption) {
  text-wrap: pretty;
}

.tour-detail-page .ba-hero {
  padding-top: 34px;
  padding-bottom: 72px;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.tour-detail-page .ba-hero__copy h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.35vw, 60px);
  line-height: 1.02;
}

.tour-detail-page .ba-hero__copy > p:not(.ba-kicker, .tour-hero-price) {
  max-width: 650px;
  font-size: 19px;
  line-height: 1.55;
}

.tour-detail-page .ba-hero__media {
  margin: 0;
}

.tour-detail-page .ba-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 610px;
  object-fit: contain;
}

.tour-detail-page .ba-hero__media figcaption {
  max-width: 650px;
  margin-top: 12px;
  color: #6c6c6c;
  font-size: 13px;
  line-height: 1.45;
}

.tour-detail-page .tour-hero-price {
  margin: -8px 0 26px;
  color: #e8443d;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.tour-detail-page .ba-anchor-nav {
  top: 0;
  overflow-x: auto;
  justify-content: safe center;
}

.tour-detail-page .ba-intro {
  display: block;
  width: min(820px, calc(100% - 48px));
  padding: 82px 0 86px;
}

.tour-detail-page .ba-intro > div:first-child {
  margin-bottom: 28px;
}

.tour-detail-page .ba-intro h2 {
  max-width: 760px;
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1.04;
}

.tour-detail-page .ba-intro > div:last-child {
  max-width: 760px;
}

.tour-detail-page .ba-intro > div:last-child p {
  font-size: 19px;
  line-height: 1.65;
}

.tour-offer {
  display: block;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 94px 0 92px;
  border-top: 1px solid #dedede;
  scroll-margin-top: 60px;
}

.tour-offer__heading {
  width: min(900px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.tour-offer__heading h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.tour-gallery {
  width: 100%;
  margin: 0 auto 50px;
}

.tour-gallery__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 12px;
}

.tour-gallery__track:has(figure:nth-child(4):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tour-gallery figure {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #f3f3f1;
}

.tour-gallery figure > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tour-gallery figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.tour-gallery__hint {
  display: none;
  margin: 10px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.tour-offer__content {
  width: min(850px, 100%);
  margin: 0 auto;
}

.tour-offer__description {
  color: #3f3f3f;
  font-size: 19px;
  line-height: 1.68;
}

.tour-offer__description p {
  margin: 0 0 24px;
}

.tour-offer__description p:last-child {
  margin-bottom: 0;
}

.tour-offer__details {
  margin-top: 46px;
}

.tour-offer .ba-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
  margin: 0;
  border-top: 1px solid #d9d9d9;
}

.tour-offer .ba-facts div {
  display: block;
  padding: 18px 0 20px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 15px;
  line-height: 1.45;
}

.tour-offer .ba-facts dt {
  margin-bottom: 5px;
  color: #727272;
}

.tour-offer .ba-facts dd {
  margin: 0;
  color: #171717;
  font-size: 17px;
  font-weight: 700;
}

.tour-offer .ba-facts dd small {
  display: block;
  margin-top: 7px;
  color: #656565;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}

.tour-conditions {
  margin-top: 34px;
  padding: 26px 28px 28px;
  border-left: 3px solid #e8443d;
  background: #f6f6f4;
}

.tour-conditions h3 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.3;
}

.tour-conditions__section + .tour-conditions__section,
.tour-conditions__notes {
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #ddd;
}

.tour-conditions h4 {
  margin: 0 0 8px;
  color: #333;
  font-size: 14px;
  line-height: 1.35;
}

.tour-conditions ul {
  margin: 0;
  padding-left: 19px;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

.tour-conditions li + li {
  margin-top: 8px;
}

.tour-conditions__notes p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.tour-conditions__notes p + p {
  margin-top: 8px;
}

.tour-offer__details > .ba-text-button {
  display: block;
  width: fit-content;
  margin: 28px auto 0;
}

.tour-extra {
  margin-top: 45px;
}

.tour-extra .ba-neighborhoods__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tour-addons {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0 96px;
  border-top: 1px solid #dedede;
}

.tour-addons .ba-section-heading {
  margin-bottom: 34px;
  text-align: left;
}

.tour-addons .ba-section-heading h2 {
  max-width: 760px;
  font-size: clamp(36px, 4vw, 50px);
}

.tour-addons__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d9d9d9;
}

.tour-addons__grid article {
  min-width: 0;
  padding: 20px 24px 22px 0;
  border-bottom: 1px solid #d9d9d9;
}

.tour-addons__grid article + article {
  padding-left: 24px;
  border-left: 1px solid #d9d9d9;
}

.tour-addons__grid h3 {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.3;
}

.tour-addons__grid p {
  margin: 0;
  color: #e8443d;
  font-size: 15px;
  font-weight: 700;
}

.tour-story {
  width: min(850px, calc(100% - 48px));
  margin: 10px auto 0;
  padding: 100px 0 96px;
  border-top: 1px solid #ddd;
}

.tour-story .ba-section-heading {
  margin: 0 0 32px;
  text-align: left;
}

.tour-story .ba-section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(36px, 4vw, 50px);
}

.tour-story__copy {
  max-width: 760px;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 1.68;
}

.tour-story__copy p {
  margin: 0 0 24px;
}

.tour-story__copy p:last-child {
  margin-bottom: 0;
}

.tour-related {
  padding: 105px 0 115px;
  text-align: center;
}

.tour-related .tour-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
  margin-bottom: 55px;
}

.tour-related .tour-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  isolation: isolate;
}

.tour-related .tour-card__image {
  display: grid;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  place-items: center;
  background: #f3f3f3;
}

.tour-related .tour-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tour-related .tour-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 20px 12px 0;
}

.tour-related .tour-card h3 {
  flex: 1;
  margin: 0;
  font-size: 21px;
  line-height: 1.28;
}

.tour-related .tour-card__price {
  margin-top: 13px;
  font-size: 18px;
}

.tour-detail-page .ba-about {
  padding-top: 92px;
  padding-bottom: 92px;
}

.tour-detail-page .tour-guide {
  width: min(1080px, calc(100% - 48px));
  grid-template-columns: minmax(220px, .82fr) minmax(0, 1.18fr);
  gap: 48px 64px;
  align-items: center;
}

.tour-guide__heading {
  grid-column: 1 / -1;
}

.tour-detail-page .tour-guide h2 {
  max-width: 760px;
  font-size: clamp(36px, 4vw, 50px);
}

.tour-guide__photo {
  margin: 0;
}

.tour-guide__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.tour-guide__copy p {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.tour-detail-page .reviews {
  padding-top: 115px;
}

.tour-detail-page .season-note {
  margin-top: 32px;
}

.flight-concepts { width: min(1160px, calc(100% - 48px)); margin: 120px auto; display: grid; gap: 24px; }
.flight-concepts__heading { max-width: 760px; margin-bottom: 14px; }
.flight-concepts__heading h2 { margin: 8px 0 16px; font-size: clamp(34px, 5vw, 62px); line-height: 1.02; font-weight: 300; }
.flight-concepts__heading > p:last-child { margin: 0; color: #666; font-size: 18px; line-height: 1.55; }
.flight-concept { position: relative; padding: 34px; border: 1px solid #e5e5e5; background: #fff; }
.flight-concept h3 { margin: 0 0 8px; font-size: 27px; line-height: 1.18; }
.flight-concept p { margin: 0; color: #666; line-height: 1.5; }
.flight-concept__number { display: block; margin-bottom: 24px; color: #8a8a8a; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.flight-action { display: inline-flex; min-height: 54px; padding: 14px 24px; align-items: center; justify-content: center; border: 2px solid #ff3333; color: #111; background: #fff; font-weight: 700; text-decoration: none; }
.flight-action:hover, .flight-action:focus-visible { color: #fff; background: #ff3333; }
.flight-concept--compact { display: grid; grid-template-columns: 1fr auto auto; gap: 8px 30px; align-items: center; border-left: 5px solid #ff3333; }
.flight-concept--compact .flight-concept__number { grid-column: 1 / -1; margin-bottom: 8px; }
.flight-estimate { min-width: 150px; display: grid; gap: 2px; }
.flight-estimate small, .flight-estimate span { color: #777; font-size: 11px; }
.flight-estimate strong { font-size: 25px; line-height: 1.1; }
.flight-concept--price { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; color: #fff; background: #151515; border-color: #151515; }
.flight-concept--price .flight-concept__number { position: absolute; top: 25px; left: 34px; color: #aaa; }
.flight-route { min-height: 170px; padding-top: 44px; display: grid; grid-template-columns: auto 1fr auto auto 1fr; gap: 8px 12px; align-items: center; }
.flight-route b { font-size: 48px; line-height: 1; }
.flight-route span { color: #aaa; font-size: 13px; }
.flight-route i { margin: 0 16px; color: #ff3333; font-size: 34px; font-style: normal; }
.flight-concept__cta { padding: 28px; background: #272727; }
.flight-concept__cta small { color: #bbb; }
.flight-concept__cta h3 { margin: 7px 0 20px; }
.flight-concept--form { border-color: #dedede; background: #f5f5f3; }
.flight-concept--form h3 { margin-bottom: 22px; }
.flight-airline-note { max-width: 760px; margin: -10px 0 22px !important; padding-left: 14px; border-left: 3px solid #c62828; color: #444 !important; font-size: 15px; }
.flight-fields { margin-bottom: 18px; display: grid; grid-template-columns: 1.1fr 1.1fr .95fr .95fr .78fr auto; border: 1px solid #d8d8d8; background: #fff; }
.flight-field { min-height: 88px; padding: 13px 16px; display: grid; align-content: center; gap: 7px; border-right: 1px solid #d8d8d8; background: #fff; }
.flight-field--passengers { min-width: 118px; }
.flight-field small, .flight-field > span { color: #777; font-size: 12px; }
.flight-field strong { font-size: 15px; }
.flight-field input, .flight-field select { width: 100%; min-width: 0; padding: 0; border: 0; border-radius: 0; color: #171717; background: transparent; font: 700 15px/1.3 Roboto, Arial, sans-serif; }
.flight-field input:focus-visible, .flight-field select:focus-visible { outline: 2px solid #c62828; outline-offset: 4px; }
.flight-passenger-stepper { display: grid; grid-template-columns: 28px 32px 28px; align-items: center; }
.flight-passenger-stepper button { width: 28px; height: 28px; padding: 0; border: 1px solid #cfcfcf; border-radius: 50%; color: #333; background: #fff; font: 400 20px/1 Arial, sans-serif; cursor: pointer; }
.flight-passenger-stepper button:hover, .flight-passenger-stepper button:focus-visible { border-color: #555; background: #f3f3f3; }
.flight-passenger-stepper output { text-align: center; font-weight: 700; }
.flight-search-form button { cursor: pointer; }
.flight-passenger-note { margin: -8px 0 22px !important; color: #555 !important; font-size: 14px; }
.flight-action--neutral { border-color: #242424; color: #fff; background: #242424; }
.flight-action--neutral:hover, .flight-action--neutral:focus-visible { border-color: #000; color: #fff; background: #000; }
.flight-concepts--selected { width: min(900px, calc(100% - 48px)); margin: 54px auto 84px; }
.flight-concepts--selected .flight-concept { padding: 26px 28px; border-color: #e4e4e4; background: #fafafa; }
.flight-concepts--selected .ba-kicker { margin: 0 0 8px; color: #777; }
.flight-form-branding { margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.flight-form-branding .ba-kicker { margin: 0; }
.flight-form-partner { display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: #666; font-size: 12px; line-height: 1.3; text-align: right; }
.flight-form-partner img { width: 112px; height: 59px; object-fit: contain; }
.flight-form-partner span { max-width: 205px; }
.flight-concepts--selected h2 { max-width: none; margin: 0 0 18px; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; font-weight: 400; }
.flight-concepts--selected .flight-airline-note { margin-bottom: 18px !important; font-size: 14px; }
.flight-concepts--selected .flight-field { min-height: 76px; }
.flight-action--subtle { min-height: 46px; padding: 10px 18px; border: 1px solid #777; color: #333; background: transparent; font-size: 14px; }
.flight-action--subtle:hover, .flight-action--subtle:focus-visible { border-color: #333; color: #111; background: #eee; }
.flight-search-submit { min-width: 150px; min-height: 88px; border-width: 0 0 0 1px; border-color: #d8d8d8; }
.flight-concept--airlines { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; color: #fff; background: #ff3333; border-color: #ff3333; }
.flight-concept--airlines .flight-concept__number { position: absolute; top: 22px; left: 34px; color: rgba(255,255,255,.72); }
.flight-concept--airlines > div:first-of-type { padding-top: 34px; }
.flight-concept--airlines p { color: rgba(255,255,255,.86); }
.flight-airlines { display: flex; gap: 8px; }
.flight-airlines span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #111; background: #fff; font-size: 12px; font-weight: 800; }
.flight-action--light { border-color: #fff; }
.flight-concept--editorial { min-height: 330px; padding: 48px; display: grid; grid-template-columns: minmax(0, 700px) auto; gap: 40px; align-items: end; background: linear-gradient(105deg, #fff 0%, #fff 63%, #f2f2f2 63%); }
.flight-concept--editorial .flight-concept__number { position: absolute; top: 30px; right: 34px; }
.flight-concept__editorial-copy h3 { margin: 12px 0 16px; font-size: clamp(28px, 4vw, 45px); font-weight: 300; }

@media (max-width: 900px) {
  .tour-detail-page .ba-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tour-detail-page .ba-hero__media {
    max-width: 760px;
  }

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

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

  .tour-addons__grid article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .tour-detail-page .ba-hero {
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .tour-detail-page .ba-hero__copy h1 {
    font-size: 38px;
  }

  .tour-detail-page .ba-hero__copy > p:not(.ba-kicker, .tour-hero-price) {
    font-size: 17px;
  }

  .tour-detail-page .tour-hero-price {
    font-size: 21px;
  }

  .tour-detail-page .ba-intro {
    width: calc(100% - 30px);
    padding: 62px 0 66px;
  }

  .tour-detail-page .ba-intro h2 {
    font-size: 32px;
  }

  .tour-detail-page .ba-intro > div:last-child p {
    font-size: 16px;
  }

  .tour-offer {
    width: calc(100% - 30px);
    padding: 68px 0 70px;
  }

  .tour-offer__heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .tour-offer__heading h2 {
    font-size: 34px;
  }

  .tour-gallery {
    width: calc(100% + 15px);
    margin-right: -15px;
    margin-bottom: 38px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: #bdbdbd transparent;
  }

  .tour-gallery__track {
    display: flex;
    width: max-content;
    gap: 12px;
  }

  .tour-gallery figure {
    flex: 0 0 86vw;
    width: 86vw;
    aspect-ratio: 4 / 3;
  }

  .tour-gallery__hint {
    display: block;
  }

  .tour-offer__description {
    font-size: 16px;
    line-height: 1.65;
  }

  .tour-offer .ba-facts {
    grid-template-columns: 1fr;
  }

  .tour-conditions {
    padding: 22px 20px 24px;
  }

  .tour-story,
  .tour-detail-page .tour-guide {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
  }

  .tour-story {
    padding: 74px 0 70px;
  }

  .tour-story__copy {
    font-size: 16px;
  }

  .tour-guide__heading {
    grid-column: auto;
  }

  .tour-guide__photo {
    max-width: 420px;
  }

  .tour-extra .ba-neighborhoods__grid,
  .tour-related .tour-grid {
    grid-template-columns: 1fr;
  }

  .tour-addons {
    width: calc(100% - 30px);
    padding: 72px 0 76px;
  }

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

  .tour-addons__grid article,
  .tour-addons__grid article + article {
    padding: 18px 0 20px;
    border-left: 0;
  }

  .tour-related {
    padding: 82px 0 92px;
  }

  .tour-related .tour-grid {
    gap: 50px;
  }

  .tour-detail-page .reviews {
    padding-top: 92px;
  }
}

@media (max-width: 760px) {
  .flight-concepts { width: calc(100% - 30px); margin: 80px auto; }
  .flight-concepts--selected { margin: 40px auto 65px; }
  .flight-concepts--selected .flight-concept { padding: 22px 18px; }
  .flight-form-branding { align-items: flex-start; gap: 12px; }
  .flight-form-partner { max-width: 190px; display: grid; justify-items: end; gap: 2px; font-size: 11px; }
  .flight-form-partner img { width: 94px; height: 49px; }
  .flight-concept { padding: 25px 20px; }
  .flight-concept h3 { font-size: 23px; }
  .flight-concept--compact, .flight-concept--price, .flight-concept--airlines, .flight-concept--editorial { grid-template-columns: 1fr; }
  .flight-estimate { margin: 8px 0; }
  .flight-concept--compact .flight-action, .flight-concept--airlines .flight-action, .flight-concept--editorial .flight-action { width: 100%; }
  .flight-concept--price .flight-concept__number, .flight-concept--airlines .flight-concept__number, .flight-concept--editorial .flight-concept__number { position: static; margin-bottom: 12px; }
  .flight-route { min-height: 100px; padding-top: 0; grid-template-columns: auto 1fr auto auto 1fr; }
  .flight-route b { font-size: 32px; }
  .flight-route i { margin: 0 3px; }
  .flight-fields { grid-template-columns: 1fr 1fr; }
  .flight-field--fixed { display: none; }
  .flight-field { grid-column: auto; min-width: 0; min-height: 76px; padding: 11px 12px; border-right: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; }
  .flight-field--return { border-right: 0; }
  .flight-field--passengers { grid-column: auto; min-width: 0; border-top: 0; border-bottom: 0; }
  .flight-search-submit { width: 100%; min-width: 0; min-height: 76px; padding: 8px 12px; border-width: 0 0 0 1px; border-color: #d8d8d8; }
  .flight-concept--airlines > div:first-of-type { padding-top: 0; }
  .flight-concept--editorial { min-height: 0; padding: 30px 20px; background: #f5f5f5; }
}

/* Specificity guard for the selected production form. */
body .flight-concepts--selected { width: min(1040px, calc(100% - 48px)); margin: 54px auto 84px; }
body .flight-concepts--selected .flight-concept { padding: 26px; border: 1px solid #e5e8ec; border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(17, 24, 39, .06); }
body .flight-concepts--selected h2 { margin: 0; font-size: clamp(25px, 3vw, 36px); line-height: 1.08; font-weight: 500; letter-spacing: -.02em; }
body .flight-form-partner { display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: #70757d; font-size: 11px; line-height: 1.35; text-align: right; }
body .flight-form-partner img { width: 104px; height: 55px; }
body .flight-form-partner span { max-width: none; white-space: nowrap; }

@media (max-width: 760px) {
  body .flight-concepts--selected { margin: 38px auto 62px; }
  body .flight-concepts--selected .flight-concept { padding: 19px 16px; border-radius: 16px; }
  body .flight-form-partner { display: grid; justify-items: end; gap: 0; font-size: 9px; }
  body .flight-form-partner img { width: 82px; height: 43px; }
  body .flight-form-partner span { white-space: normal; }
  body .flight-concepts--selected h2 { font-size: 25px; }
}

/* Price checks embedded before each tour booking CTA. */
.trip-price-tools { margin: 28px 0 20px; padding: 18px; border: 1px solid #e5e8ec; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(17, 24, 39, .05); }
.trip-price-tools__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.trip-price-tools__head small { display: block; margin-bottom: 3px; color: #7b8088; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trip-price-tools__head h3 { margin: 0; font-size: 22px; line-height: 1.15; font-weight: 500; }
.trip-price-tools__brand { display: flex; align-items: center; color: #767c84; font-size: 9px; line-height: 1.3; text-align: right; }
.trip-price-tools__route { margin: 12px 0 0; color: #1f2937; font-size: 13px; font-weight: 700; }
.trip-price-tools__recommendation { margin: 10px 0 13px; padding: 9px 10px; border-radius: 9px; color: #4d5560; background: #f4f7fa; font-size: 12px; line-height: 1.4; }
.trip-price-fields { display: grid; grid-template-columns: 1fr 1fr .92fr; gap: 7px; }
.trip-price-fields > label, .trip-price-passengers { min-width: 0; min-height: 62px; padding: 8px 10px; display: grid; align-content: center; gap: 5px; border: 1px solid #e3e6ea; border-radius: 10px; background: #f8f9fb; }
.trip-price-fields span { color: #7b8088; font-size: 10px; }
.trip-price-fields input[type="date"] { width: 100%; min-width: 0; padding: 0; border: 0; color: #171717; background: transparent; font: 700 13px/1.3 Roboto, Arial, sans-serif; }
.trip-price-passengers .flight-passenger-stepper { grid-template-columns: 26px 28px 26px; }
.trip-price-passengers .flight-passenger-stepper button { width: 26px; height: 26px; font-size: 18px; }
.trip-price-tools__guide { margin: 8px 1px 0; color: #747a82; font-size: 11px; line-height: 1.35; }
.trip-price-actions { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.trip-price-action { min-height: 48px; padding: 8px 11px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 10px; font-size: 12px; font-weight: 700; line-height: 1.2; text-align: left; text-decoration: none; cursor: pointer; }
.trip-price-action__aviasales { width: 92px; height: 27px; flex: 0 0 92px; overflow: hidden; border-radius: 7px; }
.trip-price-action__aviasales img { width: 92px; height: 48px; display: block; margin-top: -11px; object-fit: cover; }
.trip-price-action__booking { width: 96px; height: auto; flex: 0 0 96px; display: block; }
.trip-price-action--flights { border-color: #cfd5dc; color: #253141; background: #fff; }
.trip-price-action--flights:hover, .trip-price-action--flights:focus-visible { border-color: #7eb4fa; color: #111827; background: #f4f8ff; }
.trip-price-action--hotels { border-color: #cfd5dc; color: #253141; background: #fff; }
.trip-price-action--hotels:hover, .trip-price-action--hotels:focus-visible { border-color: #8e98a5; color: #111827; background: #f7f8fa; }
.trip-price-tools__booking-note { margin: 7px 1px 0; color: #8a9098; font-size: 10px; line-height: 1.35; }

@media (max-width: 680px) {
  .trip-price-tools { margin: 24px 0 18px; padding: 14px; border-radius: 14px; }
  .trip-price-tools__brand { display: grid; justify-items: end; gap: 0; }
  .trip-price-fields { grid-template-columns: 1fr 1fr; }
  .trip-price-passengers { grid-column: 1 / -1; }
  .trip-price-actions { grid-template-columns: 1fr; }
}
