.hp2 .xfrs-search-row {
  padding-top: 16px;
}

/* ---- Layout: results column + sticky aside ---- */

.hp2 .xfer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  padding: 28px 0 48px;
}

.hp2 .xfer-head h1 {
  margin: 0 0 6px;
  font-family: var(--home-font-display);
  font-size: 24px;
  color: var(--home-primary-deep);
}

.hp2 .xfer-head p {
  margin: 0 0 18px;
  color: var(--home-text-muted);
  font-weight: 700;
  font-size: 14px;
}

/* ---- Result cards ---- */

.hp2 .xfer-card {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) 196px;
  gap: 16px;
  width: 100%;
  margin: 0 0 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 68, 67, 0.06);
}

.hp2 .xfer-card:hover {
  border-color: var(--home-primary);
}

.hp2 .xfer-card.is-on {
  box-shadow:
    0 0 0 2px var(--home-primary),
    0 8px 20px rgba(2, 170, 169, 0.16);
}

.hp2 .xfer-card__media,
.hp2 .xfer-card__copy,
.hp2 .xfer-card__pay {
  min-width: 0;
}

.hp2 .xfer-card img {
  width: 100%;
  height: 108px;
  object-fit: contain;
  border-radius: 6px;
  /* background: var(--home-page-bg); */
}

.hp2 .xfer-card h2 {
  margin: 0 0 4px;
  font-size: 18px;
}

.hp2 .xfer-card__type {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--home-text-muted);
}

.hp2 .xfer-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.hp2 .xfer-facts li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--home-text);
}

.hp2 .xfer-facts svg {
  width: 16px;
  height: 16px;
  color: var(--home-primary);
  flex-shrink: 0;
}

.hp2 .xfer-trust {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  color: #1a8f5a;
}

.hp2 .xfer-trust svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.hp2 .xfer-card__pay {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-left: 16px;
  border-left: 1px dashed var(--home-border);
}

.hp2 .xfer-card__pay em {
  display: block;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--home-text-muted);
}

.hp2 .xfer-card__pay strong {
  display: block;
  font-family: var(--home-font-display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--home-text);
  line-height: 1.1;
  margin: 2px 0 10px;
}

.hp2 .xfer-card__pay .btn {
  width: 100%;
}

.hp2 .xfer-more {
  display: inline-block;
  margin: 4px 0 24px;
  font-size: 14px;
  font-weight: 800;
  background: none;
  border: 0;
  padding: 0;
  color: var(--home-primary-dark);
  cursor: pointer;
  text-decoration: underline;
}

.hp2 .xfer-guarantee {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 24px;
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--home-primary-mist);
  color: var(--home-primary-deep);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.hp2 .xfer-guarantee svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--home-primary);
}

/* ---- Flight tracker ---- */

.hp2 .flight-card {
  margin: 8px 0 20px;
  padding: 20px 22px 18px;
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(16, 68, 67, 0.06);
}

.hp2 .flight-card h2 {
  margin: 0 0 6px;
  font-size: 18px;
  color: var(--home-primary-deep);
}

.hp2 .flight-card > p {
  margin: 0 0 18px;
  color: var(--home-text-muted);
  font-size: 14px;
}

.hp2 .flight-airports {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}

.hp2 .flight-field {
  display: grid;
  gap: 8px;
  position: relative;
  min-width: 0;
}

.hp2 .flight-field > span {
  font-size: 14px;
  font-weight: 800;
  color: var(--home-primary-deep);
}

.hp2 .flight-input,
.hp2 .flight-locked {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  background: #fff;
}

.hp2 .flight-locked {
  border-color: transparent;
  padding-left: 0;
}

.hp2 .flight-input svg,
.hp2 .flight-locked svg {
  width: 20px;
  height: 20px;
  color: var(--home-text-muted);
  flex-shrink: 0;
}

.hp2 .flight-input input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 10px 0;
  background: transparent;
  font: inherit;
  font-weight: 700;
}

.hp2 .flight-input input::placeholder {
  color: var(--home-text-muted);
  font-weight: 400;
}

.hp2 .flight-locked strong {
  flex: 1;
  font-size: 14px;
}

.hp2 .flight-info {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border: 1px solid var(--home-border);
  border-radius: 50%;
  background: #fff;
  color: var(--home-text-muted);
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  font-family: Georgia, serif;
  cursor: pointer;
}

.hp2 .flight-tip {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--home-text-muted);
}

.hp2 .flight-field select {
  min-height: 48px;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  padding: 0 12px;
  font: inherit;
  font-weight: 700;
  background: #fff;
  color: var(--home-text);
}

.hp2 #xfrsFlightTools {
  margin-top: 16px;
}

.hp2 #xfrsFlightTools .flight-field {
  margin-bottom: 18px;
}

.hp2 .flight-results__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 10px;
}

.hp2 .flight-results__head h3,
.hp2 #xfrsFlightPicked h3 {
  margin: 0 0 10px;
  font-size: 16px;
  color: var(--home-ink);
}

.hp2 .flight-results__head p,
.hp2 .flight-source {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--home-text-muted);
}

.hp2 .flight-source {
  margin-top: 8px;
}

.hp2 .fly-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(16, 68, 67, 0.06);
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.hp2 .fly-row:hover {
  border-color: var(--home-primary);
}

.hp2 .fly-row.is-on {
  border: 2px solid #1a8f5a;
  box-shadow: none;
  cursor: default;
  padding: 13px 15px;
}

.hp2 .fly-mark {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 8px 6px;
  background: var(--home-page-bg);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  color: var(--home-ink);
}

.hp2 .fly-leg time {
  display: block;
  font-family: var(--home-font-display);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.hp2 .fly-leg span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--home-text);
}

.hp2 .fly-leg small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--home-text-muted);
}

.hp2 .fly-arr {
  text-align: right;
}

.hp2 .fly-arrow {
  font-size: 18px;
  color: var(--home-text-muted);
  text-align: center;
}

.hp2 .fly-live {
  display: inline-block;
  margin-top: 4px;
  padding: 1px 6px;
  border-radius: 4px;
  background: var(--home-primary-mist);
  color: var(--home-primary-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hp2 .fly-ok {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  margin: 4px 0 12px;
  background: #e9f9ef;
  border: 1px solid #1a8f5a;
  border-radius: 8px;
}

.hp2 .fly-ok svg {
  width: 22px;
  height: 22px;
  color: #1a8f5a;
  flex-shrink: 0;
  margin-top: 1px;
}

.hp2 .fly-ok strong {
  display: block;
  font-size: 14px;
  color: var(--home-ink);
}

.hp2 .fly-ok p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--home-text);
}

.hp2 .flight-change {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.hp2 .flight-suggest {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(16, 68, 67, 0.2);
  max-height: 240px;
  overflow: auto;
}

.hp2 .flight-suggest button {
  display: flex;
  width: 100%;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.hp2 .flight-suggest button:hover,
.hp2 .flight-suggest button:focus {
  background: var(--home-primary-mist);
}

.hp2 .flight-suggest small {
  margin-left: auto;
  color: var(--home-text-muted);
  font-weight: 800;
}

.hp2 .flight-manual {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--home-border);
}

.hp2 .flight-manual summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 800;
  color: var(--home-primary-deep);
  list-style: none;
}

.hp2 .flight-manual summary::-webkit-details-marker {
  display: none;
}

.hp2 .flight-manual__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  padding-top: 14px;
}

.hp2 .flight-manual input {
  min-height: 44px;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  padding: 8px 12px;
  font: inherit;
  font-weight: 700;
}

/* ---- Child car seat ---- */

.hp2 .xfer-extra {
  padding: 18px 0 8px;
  border-top: 1px solid var(--home-border);
}

.hp2 .xfer-extra h2 {
  margin: 0 0 4px;
  font-size: 18px;
}

.hp2 .xfer-extra .free {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #e9f9ef;
  color: #1a8f5a;
  font-size: 12px;
  font-weight: 800;
  vertical-align: middle;
}

.hp2 .xfer-extra p {
  margin: 0 0 8px;
  color: var(--home-text-muted);
  font-size: 14px;
}

.hp2 .link-btn {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-weight: 800;
  color: var(--home-primary-dark);
  cursor: pointer;
  text-decoration: underline;
}

.hp2 .seat-summary {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--home-primary-deep);
}

.hp2 .seat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hp2 .seat-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--home-border);
}

.hp2 .seat-list li:first-child {
  border-top: 0;
  padding-top: 4px;
}

.hp2 .seat-list strong {
  display: block;
  font-size: 16px;
  color: var(--home-ink);
}

.hp2 .seat-list p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--home-text-muted);
  max-width: 36ch;
}

.hp2 .seat-stepper {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  overflow: hidden;
}

.hp2 .seat-stepper button {
  width: 40px;
  height: 40px;
  border: 0;
  background: #fff;
  color: var(--home-text-muted);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.hp2 .seat-stepper button:disabled {
  opacity: 0.35;
  cursor: default;
}

.hp2 .seat-stepper output {
  min-width: 28px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  color: var(--home-ink);
}

/* ---- Aside: journey timeline / policies / summary ---- */

.hp2 .xfer-aside {
  position: sticky;
  top: 16px;
}

.hp2 .journey,
.hp2 .policy {
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 68, 67, 0.06);
  padding: 16px 18px 18px;
  margin: 0 0 14px;
}

.hp2 .journey h2,
.hp2 .policy h2 {
  margin: 0 0 12px;
  font-size: 16px;
}

.hp2 .journey__tabs {
  display: flex;
  gap: 18px;
  margin: 0 0 16px;
  border-bottom: 1px solid var(--home-border);
}

.hp2 .journey__tabs button {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  padding: 0 0 10px;
  font: inherit;
  font-weight: 800;
  font-size: 14px;
  color: var(--home-text-muted);
  cursor: pointer;
}

.hp2 .journey__tabs button.is-on {
  color: var(--home-primary);
  border-bottom-color: var(--home-primary);
}

.hp2 .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.hp2 .timeline li {
  position: relative;
  padding: 0 0 18px 22px;
}

.hp2 .timeline li:last-child {
  padding-bottom: 0;
}

.hp2 .timeline li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--home-primary);
  box-shadow: 0 0 0 3px var(--home-primary-mist);
}

.hp2 .timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 20px;
  bottom: 0;
  width: 2px;
  background: var(--home-border);
}

.hp2 .timeline strong {
  display: block;
  font-size: 14px;
}

.hp2 .timeline span {
  display: block;
  font-size: 13px;
  color: var(--home-text-muted);
  font-weight: 700;
}

.hp2 .journey__time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.hp2 .journey__time svg {
  width: 16px;
  height: 16px;
  color: var(--home-primary-dark);
}

.hp2 .journey__flight {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--home-text-muted);
}

.hp2 .policy li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 700;
}

.hp2 .policy svg {
  width: 18px;
  height: 18px;
  color: #1a8f5a;
  flex-shrink: 0;
  margin-top: 1px;
}

.hp2 .policy p {
  margin: 4px 0 0;
  font-weight: 400;
  color: var(--home-text-muted);
}

.hp2 .summary {
  background: #fff;
  border: 1px solid var(--home-border);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(16, 68, 67, 0.08);
}

.hp2 .kicker {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-primary-dark);
}

.hp2 .summary__pp {
  margin: 0;
  font-family: var(--home-font-display);
  font-size: 32px;
  font-weight: 800;
  color: var(--home-text);
}

.hp2 .summary__total,
.hp2 .summary__stay {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--home-text-muted);
  font-weight: 700;
}

.hp2 .summary .note {
  margin: 10px 0 14px;
  font-size: 12px;
  color: var(--home-text-muted);
}

.hp2 .summary .btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none !important;
}

.hp2 .xfrs-soon {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--home-text-muted);
  text-align: center;
}

.hp2 .xfrs-soon a {
  color: var(--home-primary-dark);
}

/* ---- Mobile price dock ---- */

.hp2 .xfer-dock {
  display: none;
}

.hp2 .page-foot {
  padding: 8px 0 32px;
  font-size: 14px;
  font-weight: 700;
  color: var(--home-text-muted);
}

.hp2 .page-foot a {
  color: var(--home-primary-dark);
}

@media (max-width: 980px) {
  .hp2 .xfer-layout {
    grid-template-columns: 1fr;
    padding: 20px 0 24px;
  }

  .hp2 .xfer-aside {
    position: static;
  }

  .hp2 .desktop-summary {
    display: none;
  }

  .hp2 .xfer-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
  }

  .hp2 .xfer-card img {
    height: 80px;
  }

  .hp2 .xfer-card__pay {
    grid-column: 1 / -1;
    align-items: stretch;
    text-align: left;
    padding: 12px 0 0;
    border-left: 0;
    border-top: 1px dashed var(--home-border);
  }

  .hp2 .xfer-trust {
    justify-content: flex-start;
  }

  .hp2 .xfer-dock {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    background: #fff;
    box-shadow: 0 -8px 24px rgba(16, 68, 67, 0.16);
  }

  .hp2 .xfer-dock p {
    margin: 0;
    min-width: 0;
  }

  .hp2 .xfer-dock strong {
    display: block;
    font-family: var(--home-font-display);
    font-size: 22px;
    line-height: 1.1;
  }

  .hp2 .xfer-dock span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--home-text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hp2 .xfer-dock .btn {
    flex-shrink: 0;
    min-height: 48px;
    min-width: 132px;
  }

  .hp2 .xfer-dock .btn:disabled {
    opacity: 0.55;
  }
}

@media (max-width: 720px) {
  .hp2 .flight-airports,
  .hp2 .flight-manual__fields {
    grid-template-columns: 1fr;
  }

  .hp2 .fly-row,
  .hp2 .fly-row.is-on {
    grid-template-columns: 88px 1fr;
    padding: 12px;
  }

  .hp2 .fly-arrow {
    display: none;
  }

  .hp2 .fly-arr {
    grid-column: 2;
    text-align: left;
  }

  .hp2 .seat-list li {
    align-items: flex-start;
    flex-direction: column;
  }

  .hp2 .xfer-head h1 {
    font-size: 20px;
  }

  .hp2 .xfer-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .hp2 .xfer-card img {
    width: 100%;
    height: 140px;
  }

  .hp2 .xfer-card h2 {
    font-size: 17px;
  }

  .hp2 .xfer-card__pay strong {
    font-size: 24px;
  }
}
