.country-exam-landing {
  background:
    linear-gradient(135deg, rgba(238, 246, 255, 0.92) 0%, rgba(255, 255, 255, 0.96) 46%, rgba(248, 250, 252, 0.96) 100%),
    linear-gradient(90deg, rgba(219, 230, 243, 0.38) 1px, transparent 1px),
    linear-gradient(180deg, rgba(219, 230, 243, 0.32) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  color: #10233f;
  overflow-x: clip;
  padding: 42px 0 44px;
  position: relative;
}

.country-exam-landing,
.country-exam-landing * {
  box-sizing: border-box;
}

.country-exam-landing__wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.country-exam-landing__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  gap: 20px;
  align-items: stretch;
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid rgba(219, 230, 243, 0.9);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.82));
  box-shadow: 0 22px 56px rgba(11, 31, 58, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.country-exam-landing__copy {
  min-width: 0;
}

.country-exam-landing__eyebrow {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 7px 11px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, #eef6ff, #f8fafc);
  color: #1e40af;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.07);
}

.country-exam-landing h2 {
  max-width: 720px;
  margin: 0;
  color: #0b1f3a;
  font-size: clamp(1.85rem, 2.75vw, 2.48rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.country-exam-landing p {
  max-width: 620px;
  margin: 10px 0 0;
  color: #43566f;
  font-size: 1.02rem;
  line-height: 1.65;
}

.country-exam-landing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.country-exam-landing__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(11, 31, 58, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  color: #17324f;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(11, 31, 58, 0.08);
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
  overflow-wrap: anywhere;
}

.country-exam-landing__button:hover,
.country-exam-landing__button:focus-visible {
  color: #0b1f3a;
  border-color: rgba(37, 99, 235, 0.32);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(11, 31, 58, 0.12);
}

.country-exam-landing__button:focus-visible,
.country-exam-landing__card:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.22);
  outline-offset: 3px;
}

.country-exam-landing__button:active {
  transform: translateY(1px);
}

.country-exam-landing__button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #f26522, #de4f12);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(242, 101, 34, 0.22);
}

.country-exam-landing__button--primary:hover,
.country-exam-landing__button--primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #f3712e, #d94d0f);
  box-shadow: 0 18px 34px rgba(242, 101, 34, 0.28);
}

.country-exam-landing__panel {
  display: grid;
  gap: 10px;
  align-content: center;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(219, 230, 243, 0.95);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 14px 34px rgba(11, 31, 58, 0.08);
}

.country-exam-landing__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 13px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  color: #17324f;
  font-weight: 800;
  overflow-wrap: anywhere;
  border: 1px solid rgba(226, 232, 240, 0.82);
}

.country-exam-landing__feature i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #e7f6f2;
  color: #0f766e;
  flex: 0 0 auto;
}

.country-exam-landing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.country-exam-landing__card,
.country-exam-landing__empty {
  min-width: 0;
  min-height: 174px;
  padding: 19px;
  border: 1px solid rgba(219, 230, 243, 0.95);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: #10233f;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.07);
}

.country-exam-landing__card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.country-exam-landing__card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #1d4ed8, #0f766e, #f26522);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.country-exam-landing__card:hover,
.country-exam-landing__card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.28);
  color: #10233f;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(11, 31, 58, 0.11);
}

.country-exam-landing__card:hover::before,
.country-exam-landing__card:focus-visible::before {
  opacity: 1;
}

.country-exam-landing__card--disabled {
  background: linear-gradient(180deg, #fbfdff, #f8fafc);
  color: #52647a;
  border-color: rgba(203, 213, 225, 0.86);
  border-style: solid;
  cursor: default;
  box-shadow: 0 8px 20px rgba(11, 31, 58, 0.045);
}

.country-exam-landing__card--disabled:hover {
  transform: translateY(-2px);
  border-color: rgba(148, 163, 184, 0.72);
  box-shadow: 0 14px 28px rgba(11, 31, 58, 0.075);
}

.country-exam-landing__card--disabled::before {
  background: linear-gradient(90deg, #cbd5e1, #94a3b8);
}

.country-exam-landing__card--disabled:hover::before {
  opacity: 1;
}

.country-exam-landing__card--disabled .country-exam-landing__icon {
  background: #eef2f6;
  color: #64748b;
}

.country-exam-landing__card--disabled .country-exam-landing__card-title {
  color: #334155;
}

.country-exam-landing__card--disabled .country-exam-landing__card-copy {
  color: #64748b;
}

.country-exam-landing__card--disabled .country-exam-landing__card-meta {
  background: #e2e8f0;
  color: #475569;
}

.country-exam-landing__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
  border-radius: 15px;
  background: linear-gradient(135deg, #eef6ff, #ffffff);
  color: #1e40af;
  font-size: 1.18rem;
  font-weight: 850;
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.08);
}

.country-exam-landing__card:nth-child(3n + 2) .country-exam-landing__icon {
  background: linear-gradient(135deg, #fff7ed, #ffffff);
  color: #c2410c;
  border-color: rgba(242, 101, 34, 0.14);
}

.country-exam-landing__card:nth-child(3n) .country-exam-landing__icon {
  background: linear-gradient(135deg, #ecfdf5, #ffffff);
  color: #0f766e;
  border-color: rgba(15, 118, 110, 0.14);
}

.country-exam-landing__card-title {
  display: block;
  color: #0b1f3a;
  font-size: 1.06rem;
  font-weight: 900;
  line-height: 1.26;
  overflow-wrap: anywhere;
}

.country-exam-landing__card-copy {
  display: block;
  margin-top: 9px;
  color: #4b5f78;
  font-size: 0.87rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.country-exam-landing__card-meta {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  color: #9a3412;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  border: 1px solid rgba(251, 146, 60, 0.18);
}

.country-exam-landing__empty {
  grid-column: 1 / -1;
  min-height: 0;
  color: #52647a;
}

@media (max-width: 860px) {
  .country-exam-landing {
    padding: 40px 0;
  }

  .country-exam-landing__hero {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .country-exam-landing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .country-exam-landing {
    padding: 34px 0;
  }

  .country-exam-landing__wrap {
    width: min(100% - 24px, 1120px);
  }

  .country-exam-landing__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .country-exam-landing__grid {
    grid-template-columns: 1fr;
  }

  .country-exam-landing__card,
  .country-exam-landing__empty {
    min-height: 0;
    padding: 16px;
  }
}
