/* =========================================================
   bursverenler.org | Yardım Menüleri Ana Sayfası
   Kapsam: Yalnızca .bv-help-hub içindeki öğeler
   ========================================================= */

.bv-help-hub {
  --bv-help-navy: #173f5f;
  --bv-help-blue: #245f86;
  --bv-help-coral: #d4553d;
  --bv-help-text: #183247;
  --bv-help-muted: #5d7282;
  --bv-help-line: #d8e3ea;
  --bv-help-soft: #f3f7fa;
  --bv-help-white: #ffffff;
  --bv-help-shadow: 0 12px 34px rgba(23, 63, 95, 0.1);
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--bv-help-text);
  font-family: inherit;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.bv-help-hub,
.bv-help-hub * {
  box-sizing: border-box;
}

.bv-help-hub a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.bv-help-hub svg {
  display: block;
}

.bv-help-hub [hidden] {
  display: none !important;
}

.bv-help-hub .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.bv-help-hub.is-searching .bv-help-jump,
.bv-help-hub.is-searching .bv-help-popular {
  display: none;
}

.bv-help-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.16), transparent 27%),
    linear-gradient(135deg, #123853 0%, #1d597d 68%, #276f82 100%);
  box-shadow: var(--bv-help-shadow);
  color: var(--bv-help-white);
}

.bv-help-hero::after {
  position: absolute;
  z-index: -1;
  right: -82px;
  bottom: -102px;
  width: 260px;
  height: 260px;
  border: 42px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.bv-help-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: #d9edf7;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bv-help-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff846b;
  content: "";
}

.bv-help-hero h2 {
  max-width: 760px;
  margin: 0;
  color: var(--bv-help-white);
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.bv-help-hero__intro {
  max-width: 790px;
  margin: 16px 0 0;
  color: #e8f3f8;
  font-size: clamp(1rem, 1.8vw, 1.1rem);
}

.bv-help-search {
  display: flex;
  align-items: center;
  width: min(100%, 760px);
  min-height: 58px;
  margin-top: 26px;
  padding: 7px 8px 7px 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 16px;
  background: var(--bv-help-white);
  box-shadow: 0 12px 26px rgba(6, 35, 53, 0.2);
}

.bv-help-search__icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: var(--bv-help-blue);
}

.bv-help-search input {
  min-width: 0;
  flex: 1 1 auto;
  height: 44px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--bv-help-text);
  font: inherit;
  font-size: 16px;
  line-height: 1.35;
  appearance: none;
  -webkit-appearance: none;
}

.bv-help-search input::placeholder {
  color: #718493;
  opacity: 1;
}

.bv-help-search:focus-within {
  outline: 3px solid rgba(255, 255, 255, 0.34);
  outline-offset: 3px;
}

.bv-help-search__clear {
  flex: 0 0 auto;
  min-width: 68px;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 11px;
  background: #eaf2f7;
  color: var(--bv-help-navy);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

.bv-help-search__clear:focus-visible {
  outline: 3px solid #95c2dc;
  outline-offset: 2px;
}

.bv-help-search-status {
  min-height: 24px;
  margin: 10px 2px 0;
  color: #dcecf4;
  font-size: 0.88rem;
}

.bv-help-role-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #eef7fb;
  font-size: 0.92rem;
}

.bv-help-role-note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: #ffad9b;
}

.bv-help-role-note strong {
  color: var(--bv-help-white);
}

.bv-help-jump {
  display: flex;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0 2px 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.bv-help-jump a {
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border: 1px solid var(--bv-help-line);
  border-radius: 999px;
  background: var(--bv-help-white);
  color: var(--bv-help-navy);
  font-size: 0.9rem;
  font-weight: 750;
  white-space: nowrap;
  box-shadow: 0 5px 16px rgba(23, 63, 95, 0.06);
}

.bv-help-jump a:focus-visible {
  outline: 3px solid rgba(36, 95, 134, 0.28);
  outline-offset: 2px;
}

.bv-help-popular {
  margin-top: 34px;
}

.bv-help-block-title {
  margin: 0 0 15px;
  color: var(--bv-help-navy);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.3;
}

.bv-help-popular__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bv-help-feature {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 152px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--bv-help-line);
  border-radius: 18px;
  background: var(--bv-help-white);
  box-shadow: 0 8px 24px rgba(23, 63, 95, 0.07);
}

.bv-help-feature::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--feature-color, var(--bv-help-blue));
  content: "";
}

.bv-help-feature:nth-child(2) {
  --feature-color: #2e7a70;
}

.bv-help-feature:nth-child(3) {
  --feature-color: var(--bv-help-coral);
}

.bv-help-feature:nth-child(4) {
  --feature-color: #a87219;
}

.bv-help-feature strong {
  display: block;
  color: var(--bv-help-navy);
  font-size: 1rem;
  line-height: 1.4;
}

.bv-help-feature span {
  display: block;
  margin-top: 9px;
  color: var(--bv-help-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.bv-help-feature b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  color: var(--feature-color, var(--bv-help-blue));
  font-size: 0.84rem;
  font-weight: 800;
}

.bv-help-feature b::after {
  content: "\2192";
  font-size: 1rem;
}

.bv-help-feature:focus-visible {
  outline: 3px solid rgba(36, 95, 134, 0.28);
  outline-offset: 3px;
}

.bv-help-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.bv-help-section {
  --section-accent: var(--bv-help-blue);
  --section-soft: #eaf3f8;
  min-width: 0;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--bv-help-line);
  border-top: 4px solid var(--section-accent);
  border-radius: 20px;
  background: var(--bv-help-white);
  box-shadow: 0 8px 24px rgba(23, 63, 95, 0.065);
  scroll-margin-top: 90px;
}

.bv-help-section--wide {
  grid-column: 1 / -1;
}

.bv-help-section--account {
  --section-accent: #28678f;
  --section-soft: #eaf4fa;
}

.bv-help-section--students {
  --section-accent: #215d88;
  --section-soft: #eaf2f8;
}

.bv-help-section--institutions {
  --section-accent: #2c776e;
  --section-soft: #e8f4f1;
}

.bv-help-section--donors {
  --section-accent: #c94f38;
  --section-soft: #fceeea;
}

.bv-help-section--personal {
  --section-accent: #a56f19;
  --section-soft: #fbf3e5;
}

.bv-help-section--support {
  --section-accent: #59618d;
  --section-soft: #eff0f8;
}

.bv-help-section__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.bv-help-section__icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--section-soft);
  color: var(--section-accent);
}

.bv-help-section__icon svg {
  width: 23px;
  height: 23px;
}

.bv-help-section__head h2 {
  margin: 0;
  color: var(--bv-help-navy);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.3;
}

.bv-help-section__head p {
  margin: 5px 0 0;
  color: var(--bv-help-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.bv-help-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bv-help-section--wide .bv-help-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bv-help-item {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  padding: 13px 42px 13px 14px;
  border: 1px solid #e1e9ee;
  border-radius: 14px;
  background: #fbfdfe;
  color: var(--bv-help-text);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.bv-help-item::after {
  position: absolute;
  top: 50%;
  right: 15px;
  color: var(--section-accent);
  content: "\2192";
  font-size: 1.05rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.bv-help-item__dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--section-accent);
  box-shadow: 0 0 0 5px var(--section-soft);
}

.bv-help-item__label {
  min-width: 0;
  flex: 1 1 auto;
}

.bv-help-badge {
  display: inline-flex;
  min-height: 22px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--section-soft);
  color: var(--section-accent);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1;
  vertical-align: middle;
}

.bv-help-item--video .bv-help-item__dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--section-accent);
  box-shadow: none;
}

.bv-help-item--video .bv-help-item__dot::after {
  display: block;
  width: 0;
  height: 0;
  margin: 6px 0 0 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ffffff;
  content: "";
}

.bv-help-item:focus-visible {
  outline: 3px solid rgba(36, 95, 134, 0.28);
  outline-offset: 2px;
}

.bv-help-no-results {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px;
  border: 1px dashed #b9c9d4;
  border-radius: 18px;
  background: var(--bv-help-soft);
  color: var(--bv-help-muted);
  text-align: center;
}

.bv-help-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 28px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid #ccdae3;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef5f8 0%, #f9fbfc 100%);
}

.bv-help-contact h2 {
  margin: 0;
  color: var(--bv-help-navy);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 800;
}

.bv-help-contact p {
  margin: 5px 0 0;
  color: var(--bv-help-muted);
  font-size: 0.92rem;
}

.bv-help-contact__button {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 10px 19px;
  border: 2px solid var(--bv-help-navy);
  border-radius: 12px;
  background: var(--bv-help-navy);
  color: var(--bv-help-white) !important;
  font-size: 0.91rem;
  font-weight: 800;
  text-align: center;
}

.bv-help-contact__button:focus-visible {
  outline: 3px solid rgba(36, 95, 134, 0.3);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .bv-help-jump a,
  .bv-help-feature,
  .bv-help-item,
  .bv-help-contact__button,
  .bv-help-search__clear {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
  }

  .bv-help-jump a:hover {
    transform: translateY(-2px);
    border-color: #aac0ce;
    box-shadow: 0 8px 20px rgba(23, 63, 95, 0.1);
  }

  .bv-help-feature:hover {
    transform: translateY(-4px);
    border-color: #bfd0db;
    box-shadow: 0 14px 30px rgba(23, 63, 95, 0.12);
  }

  .bv-help-item:hover {
    transform: translateY(-2px);
    border-color: var(--section-accent);
    background: var(--section-soft);
    box-shadow: 0 8px 18px rgba(23, 63, 95, 0.08);
  }

  .bv-help-contact__button:hover {
    transform: translateY(-2px);
    background: #0f334d;
    box-shadow: 0 8px 20px rgba(23, 63, 95, 0.18);
  }

  .bv-help-search__clear:hover {
    background: #dceaf2;
  }
}

@media (max-width: 980px) {
  .bv-help-popular__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bv-help-hero {
    border-radius: 20px;
  }

  .bv-help-sections {
    grid-template-columns: minmax(0, 1fr);
  }

  .bv-help-section,
  .bv-help-section--wide {
    grid-column: auto;
  }

  .bv-help-section--wide .bv-help-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .bv-help-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .bv-help-contact__button {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .bv-help-hero {
    padding: 25px 18px;
  }

  .bv-help-search {
    min-height: 54px;
    padding-left: 14px;
    border-radius: 14px;
  }

  .bv-help-search input {
    padding-right: 7px;
  }

  .bv-help-search__clear {
    min-width: 58px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .bv-help-popular__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bv-help-feature {
    min-height: 132px;
  }

  .bv-help-section {
    padding: 18px 14px;
    border-radius: 17px;
  }

  .bv-help-section__head {
    gap: 11px;
  }

  .bv-help-section__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .bv-help-item {
    min-height: 58px;
    padding: 12px 38px 12px 13px;
  }

  .bv-help-badge {
    display: table;
    margin: 5px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bv-help-hub *,
  .bv-help-hub *::before,
  .bv-help-hub *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
