.taxibt-hfp {
  --hfp-bg: #060606;
  --hfp-card: #0d0d0d;
  --hfp-card-2: #111111;
  --hfp-line: rgba(255,255,255,.09);
  --hfp-text: #f6f6f6;
  --hfp-muted: #b6b6b6;
  --hfp-yellow: #f5c400;
  --hfp-yellow-2: #ffd83d;
  --hfp-green: #22c86a;
  position: relative;
  width: 100%;
  background:
    radial-gradient(circle at 12% -10%, rgba(245,196,0,.13), transparent 28%),
    linear-gradient(180deg, #070707 0%, #030303 100%);
  color: var(--hfp-text);
  border-top: 1px solid rgba(245,196,0,.7);
  overflow: hidden;
  isolation: isolate;
}

.taxibt-hfp::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--hfp-yellow), transparent);
  opacity: .85;
}

.taxibt-hfp * { box-sizing: border-box; }

.taxibt-hfp__shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 28px;
}

.taxibt-hfp__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--hfp-line);
}

.taxibt-hfp__eyebrow {
  display: inline-block;
  color: var(--hfp-yellow-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
}

.taxibt-hfp__seo {
  margin: 7px 0 0;
  color: #fff;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 750;
  line-height: 1.45;
}

.taxibt-hfp__availability {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
  border-radius: 999px;
  color: #e8e8e8;
  font-size: 13px;
  font-weight: 700;
}

.taxibt-hfp__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hfp-green);
  box-shadow: 0 0 0 5px rgba(34,200,106,.1);
}

.taxibt-hfp__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.taxibt-hfp__column {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--hfp-line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));
  box-shadow: 0 18px 46px rgba(0,0,0,.2);
}

.taxibt-hfp__title {
  margin: 0 0 15px !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: .055em !important;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

.taxibt-hfp__title::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--hfp-yellow);
}

.taxibt-hfp__links {
  display: grid;
  gap: 3px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.taxibt-hfp__link-item { margin: 0 !important; padding: 0 !important; }

.taxibt-hfp__link-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 3px;
  color: #c9c9c9 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  transition: color .18s ease, transform .18s ease;
}

.taxibt-hfp__link-item a:hover,
.taxibt-hfp__link-item a:focus-visible {
  color: #fff !important;
  transform: translateX(3px);
}

.taxibt-hfp__chevron {
  color: var(--hfp-yellow);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.taxibt-hfp__contact {
  background:
    linear-gradient(160deg, rgba(245,196,0,.08), rgba(255,255,255,.025) 55%),
    var(--hfp-card);
}

.taxibt-hfp__contact-copy {
  margin: -1px 0 16px !important;
  color: var(--hfp-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.taxibt-hfp__actions {
  display: grid;
  gap: 10px;
}

.taxibt-hfp__button {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 13px;
  border: 1px solid transparent;
  border-radius: 14px;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.taxibt-hfp__button:hover,
.taxibt-hfp__button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.025);
}

.taxibt-hfp__button--call {
  background: linear-gradient(135deg, #ffd231, #f5b900);
  color: #111 !important;
  box-shadow: 0 10px 28px rgba(245,196,0,.14) !important;
}

.taxibt-hfp__button--wa {
  background: linear-gradient(135deg, #27d776, #16b95f);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(34,200,106,.12) !important;
}

.taxibt-hfp__button-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  background: rgba(255,255,255,.22);
}

.taxibt-hfp__button--call .taxibt-hfp__button-icon { background: rgba(0,0,0,.09); }
.taxibt-hfp__button-icon svg { width: 19px; height: 19px; fill: currentColor; }

.taxibt-hfp__button span:last-child { display: grid; gap: 1px; }
.taxibt-hfp__button small { font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; opacity: .72; }
.taxibt-hfp__button strong { font-size: 15px; font-weight: 900; line-height: 1.2; }

.taxibt-hfp__contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
  color: #a5a5a5;
  font-size: 11px;
  font-weight: 700;
}

.taxibt-hfp__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  color: #858585;
  font-size: 12px;
}

.taxibt-hfp__legal a { color: #aaa !important; text-decoration: none !important; }
.taxibt-hfp__legal a:hover,
.taxibt-hfp__legal a:focus-visible { color: #fff !important; }

.taxibt-hfp--legacy-hidden,
.taxibt-hfp--legacy-legal-hidden { display: none !important; }

@media (max-width: 1050px) {
  .taxibt-hfp__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 700px) {
  .taxibt-hfp__shell { width: min(100% - 28px, 1180px); padding: 28px 0 22px; }
  .taxibt-hfp__topline { display: grid; gap: 14px; padding-bottom: 18px; margin-bottom: 18px; }
  .taxibt-hfp__availability { width: fit-content; }
  .taxibt-hfp__grid { grid-template-columns: 1fr; gap: 12px; }
  .taxibt-hfp__column { padding: 17px; border-radius: 16px; }
  .taxibt-hfp__links { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 12px; }
  .taxibt-hfp__link-item a { min-height: 39px; font-size: 13.5px; }
}

@media (max-width: 430px) {
  .taxibt-hfp__links { grid-template-columns: 1fr; }
  .taxibt-hfp__seo { font-size: 15px; }
  .taxibt-hfp__button { min-height: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  .taxibt-hfp__link-item a,
  .taxibt-hfp__button { transition: none; }
}
