/* v25.11.94.6.59
   BayTamirci imported-theme compact hero compatibility.
   Scoped only to the btf-* classes used by BayTamirci Banking UX themes. */

@media (min-width: 821px) {
  .btf-hero {
    padding: 10px 0 6px !important;
  }

  .btf-hero__panel {
    min-height: 345px !important;
    padding: 26px 32px 84px !important;
    border-radius: 24px !important;
  }

  .btf-hero__content {
    max-width: 720px !important;
  }

  .btf-eyebrow {
    font-size: 11px !important;
    margin-bottom: 4px !important;
  }

  .btf-hero h1 {
    font-size: clamp(38px, 4.35vw, 54px) !important;
    line-height: .98 !important;
    margin: 10px 0 12px !important;
    max-width: 760px !important;
  }

  .btf-hero p {
    max-width: 650px !important;
    font-size: 16px !important;
    line-height: 1.48 !important;
    margin: 0 !important;
  }

  .btf-search {
    left: 24px !important;
    right: 24px !important;
    bottom: 16px !important;
    border-radius: 16px !important;
  }

  .btf-search input {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .btf-search button {
    padding: 12px 24px !important;
  }

  .btf-notice {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .btf-card {
    min-height: 92px !important;
    padding: 15px 17px !important;
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  .btf-hero__panel {
    min-height: 330px !important;
    padding: 24px 28px 82px !important;
  }

  .btf-hero h1 {
    font-size: clamp(36px, 4.4vw, 48px) !important;
  }
}

@media (max-width: 680px) {
  .btf-hero__panel {
    min-height: 250px !important;
    padding: 21px 17px 76px !important;
  }

  .btf-hero h1 {
    font-size: 31px !important;
    line-height: 1.01 !important;
    margin: 9px 0 10px !important;
  }

  .btf-hero p {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin: 0 !important;
  }

  .btf-eyebrow {
    font-size: 10px !important;
  }
}
