.hf-plan-search > input {
  width: 100%;
  min-height: 54px;
  margin-bottom: 22px;
  border: 1px solid #e7e9ee;
  border-radius: 8px;
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
}
.hf-plan-hero {
  min-height: 260px;
  display: flex;
  align-items: end;
  margin-bottom: 24px;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.hf-plan-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 14, .72), rgba(5, 8, 14, .2));
}
.hf-plan-hero > div {
  position: relative;
  max-width: 620px;
}
.hf-plan-hero span {
  display: block;
  color: #ff4d55;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}
.hf-plan-hero strong {
  display: block;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  margin-top: 8px;
}
.hf-plan-hero p {
  margin-bottom: 0;
  font-size: 18px;
}
.hf-region-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}
.hf-region-buttons button,
.hf-plan-results-head button {
  min-height: 40px;
  border: 1px solid #e7e9ee;
  border-radius: 999px;
  background: #fff;
  color: #111318;
  padding: 0 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.hf-region-buttons button.is-active,
.hf-region-buttons button:hover,
.hf-plan-results-head button:hover {
  border-color: #e6212a;
  background: #e6212a;
  color: #fff;
}
.hf-plan-section-title {
  margin: 10px 0 16px;
}
.hf-destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
.hf-destination-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  min-height: 132px;
  border: 1px solid #e7e9ee;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(17, 19, 24, .05);
}
.hf-destination-card:hover {
  border-color: rgba(230, 33, 42, .42);
  transform: translateY(-2px);
}
.hf-destination-image {
  display: block;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
}
.hf-destination-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hf-destination-info strong {
  display: block;
  margin-top: 8px;
  color: #111318;
  font-size: 20px;
  line-height: 1.1;
}
.hf-destination-info small {
  display: block;
  margin-top: 8px;
  color: #626a76;
  font-weight: 800;
}
.hf-plan-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.hf-plan-results-head.is-hidden {
  display: none !important;
}
.hf-plan-results .hf-plan-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
}
.hf-plan-results .hf-plan-card p {
  flex: 1;
}
.hf-plan-results .hf-btn {
  align-self: flex-start;
  min-width: 160px;
}
.hf-plan-card.is-hidden,
.hf-destination-card.is-hidden,
.hf-plan-empty.is-hidden {
  display: none;
}
.hf-plan-empty {
  padding: 20px;
  border: 1px solid #e7e9ee;
  border-radius: 8px;
  background: #f6f8fb;
  font-weight: 800;
}
.hf-plan-card .hf-btn,
.hf-plan-card .hf-btn:visited,
.hf-plan-card .hf-btn:hover {
  color: #fff !important;
}
.hf-app-prompt h2,
.hf-qr-panel h2 {
  margin-top: 0;
}
.hf-account-panel p {
  margin-bottom: 0;
  color: #626a76;
}
.hf-app-prompt .hf-app-links a {
  background: transparent;
  color: inherit;
}
.hf-app-prompt .hf-app-links img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 150px;
}
.hf-plan-esim-message {
  max-width: 1180px;
  margin: 0 auto 22px;
  padding: 16px 18px;
  border: 1px solid #e7e9ee;
  border-radius: 8px;
  background: #f6f8fb;
  color: #111318;
  font-weight: 800;
}
.hf-plan-esim-message.is-success {
  border-color: rgba(30, 126, 52, .24);
  background: #edf8f0;
  color: #145c28;
}
.hf-plan-esim-message.is-error {
  border-color: rgba(230, 33, 42, .28);
  background: #fff0f1;
  color: #a6121a;
}

@media (max-width: 900px) {
  .hf-destination-grid {
    grid-template-columns: 1fr;
  }
  .hf-destination-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }
  .hf-plan-results-head {
    display: grid;
    align-items: start;
  }
}
