/* British Council WriteUp benchmark landing — exams.eduzms.com only */

.bc-wu-landing {
  --bc-wu-border: rgb(51 65 85);
  --bc-wu-surface: rgb(30 41 59);
  --bc-wu-muted: rgb(148 163 184);
}

.bc-wu-hero {
  padding: 3.5rem 0 2.5rem;
}

.bc-wu-hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .bc-wu-hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
  }
}

.bc-wu-partnership-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(251 191 36);
}

.bc-wu-hero h1 {
  margin-top: 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
}

.bc-wu-hero-lead {
  margin-top: 1.25rem;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--bc-wu-muted);
}

.bc-wu-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.bc-wu-logo-card {
  border: 1px solid var(--bc-wu-border);
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: color-mix(in srgb, var(--bc-wu-surface) 92%, #0f172a);
}

.bc-wu-logo-card .exams-partner-logo {
  max-height: 4.5rem;
  margin: 0 auto;
}

.bc-wu-logo-card h2 {
  margin-top: 1.25rem;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.bc-wu-logo-card p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  color: var(--bc-wu-muted);
}

.bc-wu-logo-card .bc-wu-note {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: rgb(100 116 139);
}

.bc-wu-section {
  padding: 3rem 0;
  border-top: 1px solid var(--bc-wu-border);
}

.bc-wu-section h2 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
}

.bc-wu-section > .mx-auto > p,
.bc-wu-prose {
  margin-top: 1rem;
  max-width: 48rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--bc-wu-muted);
}

.bc-wu-cta-band {
  padding: 2rem 0 0.5rem;
  border-top: 1px solid var(--bc-wu-border);
}

.bc-wu-cta-band .bc-wu-cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.bc-wu-cta-tertiary {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgb(96 165 250);
  text-decoration: none;
}

.bc-wu-cta-tertiary:hover {
  color: rgb(147 197 253);
}

.bc-wu-nav-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .bc-wu-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .bc-wu-nav-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.bc-wu-nav-card {
  display: block;
  height: 100%;
  border: 1px solid var(--bc-wu-border);
  border-radius: 0.75rem;
  padding: 1.125rem;
  background: color-mix(in srgb, var(--bc-wu-surface) 88%, transparent);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.bc-wu-nav-card:hover,
.bc-wu-nav-card:focus-visible {
  border-color: rgb(71 85 105);
  background: rgb(30 41 59);
  transform: translateY(-2px);
  outline: 2px solid rgb(59 130 246);
  outline-offset: 2px;
}

.bc-wu-nav-card h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
}

.bc-wu-nav-card p {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--bc-wu-muted);
}

.bc-wu-steps {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
  max-width: 40rem;
}

.bc-wu-step {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  border: 1px solid var(--bc-wu-border);
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  background: color-mix(in srgb, var(--bc-wu-surface) 70%, transparent);
  font-size: 0.875rem;
  color: rgb(226 232 240);
}

.bc-wu-step-num {
  flex-shrink: 0;
  font-weight: 700;
  color: rgb(251 191 36);
}

.bc-wu-feature-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .bc-wu-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .bc-wu-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.bc-wu-feature-card {
  border: 1px solid var(--bc-wu-border);
  border-radius: 0.75rem;
  padding: 1.125rem;
  background: color-mix(in srgb, var(--bc-wu-surface) 75%, transparent);
}

.bc-wu-feature-card h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}

.bc-wu-feature-card p {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--bc-wu-muted);
}

.bc-wu-compare-panel {
  margin-top: 0;
  border: 1px solid var(--bc-wu-border);
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: color-mix(in srgb, var(--bc-wu-surface) 65%, #0f172a);
}

.bc-wu-compare-panel h2 {
  font-size: 1.15rem;
}

.bc-wu-compare-panel p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--bc-wu-muted);
}

.bc-wu-compare-panel .btn-secondary {
  margin-top: 1.25rem;
}

.bc-wu-disclaimer {
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--bc-wu-border);
  font-size: 0.75rem;
  line-height: 1.6;
  color: rgb(100 116 139);
}
