.bv-scholarship-content,
.bv-scholarship-content *,
.bv-scholarship-content *::before,
.bv-scholarship-content *::after {
  box-sizing: border-box;
}

.bv-scholarship-content {
  --bv-navy: #0e2345;
  --bv-navy-soft: #153557;
  --bv-green: #97c047;
  --bv-green-dark: #6e9430;
  --bv-orange: #e97123;
  --bv-blue: #08579a;
  --bv-ink: #21313c;
  --bv-muted: #65737d;
  --bv-line: #dfe7eb;
  --bv-surface: #f6f8f9;
  --bv-white: #ffffff;
  --bv-page-accent: var(--bv-green);
  width: 100%;
  max-width: 1120px;
  min-width: 0;
  margin: 32px auto 0;
  color: var(--bv-ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.bv-scholarship-content.bv-theme-kpa {
  --bv-page-accent: var(--bv-orange);
}

.bv-scholarship-content h2,
.bv-scholarship-content h3,
.bv-scholarship-content p,
.bv-scholarship-content ul {
  margin-top: 0;
}

.bv-scholarship-content h2,
.bv-scholarship-content h3 {
  color: var(--bv-navy);
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.bv-scholarship-content h2 {
  margin-bottom: 14px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.25;
}

.bv-scholarship-content h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.bv-scholarship-content p {
  margin-bottom: 14px;
}

.bv-scholarship-content p:last-child,
.bv-scholarship-content ul:last-child {
  margin-bottom: 0;
}

.bv-scholarship-content strong {
  color: var(--bv-navy);
  font-weight: 700;
}

.bv-section {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--bv-line);
  border-radius: 20px;
  background: var(--bv-white);
  box-shadow: 0 12px 36px rgba(14, 35, 69, 0.07);
}

.bv-section + .bv-section,
.bv-notice + .bv-section,
.bv-section + .bv-details-group {
  margin-top: 24px;
}

.bv-section--soft {
  background: var(--bv-surface);
  box-shadow: none;
}

.bv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--bv-green-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bv-eyebrow::before {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--bv-page-accent);
  content: "";
}

.bv-lead {
  max-width: 78ch;
  color: #354853;
  font-size: 1.05rem;
  line-height: 1.75;
}

.bv-notice {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid #f1c4a8;
  border-left: 6px solid var(--bv-page-accent);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff8f3 0%, #ffffff 72%);
  box-shadow: 0 12px 34px rgba(233, 113, 35, 0.1);
}

.bv-notice__icon {
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--bv-page-accent);
  color: var(--bv-white);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.bv-notice__content {
  min-width: 0;
}

.bv-notice__label {
  margin-bottom: 5px !important;
  color: #9b4a18;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bv-notice h2 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
}

.bv-impact-note {
  display: inline-block;
  margin-top: 4px;
  padding: 9px 13px;
  border-radius: 10px;
  background: #edf5df;
  color: #36530f;
  font-size: 0.92rem;
  font-weight: 600;
}

.bv-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
  counter-reset: bv-step;
}

.bv-step {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--bv-line);
  border-radius: 15px;
  background: var(--bv-white);
  counter-increment: bv-step;
}

.bv-step::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--bv-navy);
  color: var(--bv-white);
  content: counter(bv-step);
  font-size: 0.82rem;
  font-weight: 700;
}

.bv-step h3 {
  margin-bottom: 5px;
  font-size: 1rem;
}

.bv-step p {
  color: var(--bv-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.bv-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.bv-check-list li {
  position: relative;
  min-width: 0;
  padding: 15px 16px 15px 45px;
  border: 1px solid var(--bv-line);
  border-radius: 13px;
  background: var(--bv-white);
}

.bv-check-list li::before {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 17px;
  height: 17px;
  border: 5px solid #e5f0d3;
  border-radius: 50%;
  background: var(--bv-green-dark);
  content: "";
}

.bv-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.bv-audience-card {
  min-width: 0;
  padding: 20px;
  border-top: 4px solid var(--bv-page-accent);
  border-radius: 14px;
  background: var(--bv-surface);
}

.bv-audience-card h3 {
  margin-bottom: 7px;
  color: var(--bv-navy-soft);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.bv-audience-card p {
  font-size: 0.94rem;
  line-height: 1.6;
}

.bv-audience-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.bv-report-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.bv-report-summary li {
  position: relative;
  min-width: 0;
  padding: 11px 12px 11px 34px;
  border-bottom: 1px solid var(--bv-line);
}

.bv-report-summary li::before {
  position: absolute;
  top: 12px;
  left: 8px;
  color: var(--bv-green-dark);
  content: "\2713";
  font-weight: 800;
}

.bv-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.bv-mini-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--bv-line);
  border-radius: 14px;
  background: var(--bv-white);
}

.bv-mini-card h3 {
  font-size: 1rem;
}

.bv-mini-card p {
  color: var(--bv-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.bv-details-group {
  display: grid;
  gap: 14px;
}

.bv-details {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bv-line);
  border-radius: 18px;
  background: var(--bv-white);
  box-shadow: 0 10px 28px rgba(14, 35, 69, 0.06);
}

.bv-details summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 22px 66px 22px 26px;
  color: var(--bv-navy);
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(151, 192, 71, 0.18);
}

.bv-details summary::-webkit-details-marker {
  display: none;
}

.bv-details summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--bv-navy);
  color: var(--bv-white);
  content: "+";
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

.bv-details[open] summary {
  border-bottom: 1px solid var(--bv-line);
  background: #f9fbf7;
}

.bv-details[open] summary::after {
  content: "-";
}

.bv-details summary:hover {
  background: var(--bv-surface);
}

.bv-details summary:focus-visible {
  outline: 3px solid rgba(8, 87, 154, 0.35);
  outline-offset: -3px;
}

.bv-details__body {
  padding: clamp(24px, 4vw, 40px);
}

.bv-details__body h3 {
  margin-top: 28px;
}

.bv-details__body h3:first-child {
  margin-top: 0;
}

.bv-details__body ul {
  margin-bottom: 18px;
  padding-left: 22px;
}

.bv-details__body li + li {
  margin-top: 7px;
}

.bv-callout {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid var(--bv-green);
  border-radius: 0 12px 12px 0;
  background: #f1f7e8;
  color: #34451e;
}

.bv-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding: clamp(22px, 4vw, 32px);
  border-radius: 18px;
  background: var(--bv-navy);
  box-shadow: 0 12px 34px rgba(14, 35, 69, 0.14);
}

.bv-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 52px;
  padding: 14px 28px;
  border: 2px solid var(--bv-green);
  border-radius: 12px;
  background: var(--bv-green);
  color: var(--bv-white) !important;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

.bv-cta__button:hover {
  border-color: var(--bv-green-dark);
  background: var(--bv-green-dark);
  color: var(--bv-white) !important;
  text-decoration: none !important;
}

.bv-cta__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.85);
  outline-offset: 4px;
}

@media (max-width: 767.98px) {
  .bv-scholarship-content {
    margin-top: 24px;
    font-size: 15.5px;
    line-height: 1.68;
  }

  .bv-section,
  .bv-notice {
    border-radius: 16px;
  }

  .bv-section + .bv-section,
  .bv-notice + .bv-section,
  .bv-section + .bv-details-group {
    margin-top: 16px;
  }

  .bv-notice {
    gap: 14px;
    border-left-width: 5px;
  }

  .bv-notice__icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }

  .bv-lead {
    font-size: 1rem;
  }

  .bv-steps,
  .bv-check-list,
  .bv-audience-grid,
  .bv-report-summary,
  .bv-mini-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bv-audience-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .bv-details {
    border-radius: 15px;
  }

  .bv-details summary {
    min-height: 66px;
    padding: 18px 58px 18px 20px;
    font-size: 1.02rem;
  }

  .bv-details summary::after {
    right: 17px;
    width: 30px;
    height: 30px;
  }

  .bv-cta {
    margin-top: 16px;
    padding: 18px;
    border-radius: 15px;
  }

  .bv-cta__button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }
}

@media (max-width: 374.98px) {
  .bv-scholarship-content {
    font-size: 15px;
  }

  .bv-section,
  .bv-notice,
  .bv-details__body {
    padding: 18px;
  }

  .bv-notice {
    display: block;
  }

  .bv-notice__icon {
    margin-bottom: 12px;
  }

  .bv-step,
  .bv-audience-card,
  .bv-mini-card {
    padding: 17px;
  }
}

@supports (-webkit-touch-callout: none) {
  .bv-scholarship-content {
    overflow-wrap: anywhere;
  }

  .bv-details summary {
    -webkit-user-select: none;
    user-select: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bv-scholarship-content *,
  .bv-scholarship-content *::before,
  .bv-scholarship-content *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .bv-section,
  .bv-notice,
  .bv-details {
    box-shadow: none;
  }

  .bv-details {
    break-inside: avoid;
  }
}