.kowin-scholarship {
  width: min(var(--wp--style--global--wide-size, 1120px), calc(100% - 32px));
  margin: 0 auto clamp(48px, 8vw, 96px);
  color: #17304a;
  font-family: inherit;
}

.kowin-scholarship-page .entry-header {
  display: none;
}

.kowin-scholarship a {
  color: inherit;
}

.kowin-scholarship__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 74px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(2, 6, 17, 0.94), rgba(15, 36, 62, 0.9)),
    linear-gradient(90deg, rgba(212, 160, 23, 0.18), rgba(160, 188, 255, 0.12));
  color: #f7f4ee;
  box-shadow: 0 26px 70px rgba(2, 6, 17, 0.2);
}

.kowin-scholarship__hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #ffd56b);
  content: "";
}

.kowin-scholarship__label,
.kowin-scholarship__section-head p,
.kowin-scholarship__downloads p {
  margin: 0 0 0.75rem;
  color: #d4a017;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kowin-scholarship__hero h1 {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4.1rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
}

.kowin-scholarship__subtitle {
  max-width: 760px;
  margin: 0.8rem 0 0;
  color: rgba(247, 244, 238, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  line-height: 1.45;
}

.kowin-scholarship__intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  margin-top: clamp(24px, 4vw, 42px);
}

.kowin-scholarship__intro p {
  margin: 0;
  color: rgba(247, 244, 238, 0.9);
  font-size: 1.02rem;
  line-height: 1.7;
  word-break: keep-all;
}

.kowin-scholarship__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 auto;
  border: 1px solid rgba(23, 48, 74, 0.12);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  background: rgba(23, 48, 74, 0.1);
}

.kowin-scholarship__facts div {
  padding: 20px;
  background: #ffffff;
}

.kowin-scholarship__facts strong,
.kowin-scholarship__facts span {
  display: block;
}

.kowin-scholarship__facts strong {
  color: #17304a;
  font-size: 0.84rem;
}

.kowin-scholarship__facts span {
  margin-top: 0.4rem;
  color: #0a1020;
  font-size: 1.03rem;
  font-weight: 750;
  line-height: 1.35;
}

.kowin-scholarship__section {
  padding: clamp(42px, 7vw, 78px) 0 0;
}

.kowin-scholarship__section-head {
  max-width: 720px;
  margin-bottom: clamp(20px, 4vw, 34px);
}

.kowin-scholarship__section-head h2,
.kowin-scholarship__downloads h2,
.kowin-scholarship__contact h2 {
  margin: 0;
  color: #0a1020;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
  word-break: keep-all;
}

.kowin-scholarship__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.kowin-scholarship__panel {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(23, 48, 74, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(23, 48, 74, 0.08);
}

.kowin-scholarship__panel h3,
.kowin-scholarship__steps h3 {
  margin: 0;
  color: #17304a;
  font-size: 1.16rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}

.kowin-scholarship__panel p {
  margin: 0.8rem 0 0;
  color: #314a62;
  font-size: 1rem;
  line-height: 1.7;
  word-break: keep-all;
}

.kowin-scholarship__panel ul {
  display: grid;
  gap: 0.72rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.kowin-scholarship__panel li {
  position: relative;
  padding-left: 1.15rem;
  color: #17304a;
  font-size: 0.98rem;
  line-height: 1.6;
  word-break: keep-all;
}

.kowin-scholarship__panel li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #d4a017;
  content: "";
}

.kowin-scholarship__section--soft {
  margin-top: clamp(42px, 6vw, 70px);
  padding: clamp(38px, 6vw, 64px);
  border-radius: 8px;
  background: #f4f7fb;
}

.kowin-scholarship__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kowin-scholarship__steps article {
  padding: 24px;
  border: 1px solid rgba(23, 48, 74, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.kowin-scholarship__steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #17304a;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 850;
}

.kowin-scholarship__steps p {
  margin: 0.72rem 0 0;
  color: #314a62;
  font-size: 0.96rem;
  line-height: 1.65;
  word-break: keep-all;
}

.kowin-scholarship__downloads {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 5vw, 48px);
  margin-top: clamp(42px, 7vw, 78px);
  padding: clamp(30px, 5vw, 50px);
  border-radius: 8px;
  background: #0a1020;
  color: #ffffff;
}

.kowin-scholarship__downloads h2 {
  color: #ffffff;
}

.kowin-scholarship__downloads span {
  display: block;
  max-width: 720px;
  margin-top: 0.85rem;
  color: rgba(247, 244, 238, 0.76);
  font-size: 1rem;
  line-height: 1.65;
}

.kowin-scholarship__download-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: min(320px, 100%);
}

.kowin-scholarship__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(255, 229, 142, 0.9);
  border-radius: 8px;
  background: linear-gradient(135deg, #c79212 0%, #e4bb4a 58%, #f5d36d 100%);
  color: #09111e;
  font-size: 0.96rem;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.kowin-scholarship__button--light {
  border-color: rgba(247, 244, 238, 0.38);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.kowin-scholarship__contact {
  margin-top: clamp(30px, 5vw, 54px);
  padding-top: 24px;
  border-top: 1px solid rgba(23, 48, 74, 0.12);
}

.kowin-scholarship__contact p {
  margin: 0.7rem 0 0;
  color: #314a62;
  font-size: 1rem;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .kowin-scholarship__intro,
  .kowin-scholarship__facts,
  .kowin-scholarship__columns,
  .kowin-scholarship__steps,
  .kowin-scholarship__downloads {
    grid-template-columns: minmax(0, 1fr);
  }

  .kowin-scholarship__downloads {
    align-items: stretch;
  }
}

@media (max-width: 560px) {
  .kowin-scholarship {
    width: min(100% - 22px, 680px);
  }

  .kowin-scholarship__hero,
  .kowin-scholarship__section--soft,
  .kowin-scholarship__downloads {
    padding: 24px;
  }

  .kowin-scholarship__facts div,
  .kowin-scholarship__panel,
  .kowin-scholarship__steps article {
    padding: 20px;
  }
}
