.elementor-3074 .elementor-element.elementor-element-9bffe1c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d6cd191 */:root {
  --primary: #142B4F;
  --secondary: #4A7CC7;
  --accent: #8BC53F;
  --text: #1F2A37;
  --bg: #F9FAFB;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 80px 20px;
}

.container.narrow {
  max-width: 800px;
  text-align: center;
}

/* HERO */
.gcse-hero {
  background: linear-gradient(180deg, #ffffff, var(--bg));
  text-align: center;
}

.hero-badge {
  display: inline-block;
  background: rgba(74,124,199,0.12);
  color: var(--secondary);
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 18px;
}

.gcse-hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.1rem);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 18px;
}

.hero-subtext {
  max-width: 720px;
  margin: 0 auto 36px;
  color: #4b5563;
}

.hero-cta {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* BUTTONS */
.btn-primary,
.btn-secondary {
  padding: 14px 32px;
  border-radius: 12px;
  background: #ffffff;
  border: 2px solid var(--primary);
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-primary:hover,
.btn-secondary:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
  transform: translateY(-2px);
}

/* TRUST STRIP */
.trust-strip {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  font-weight: 600;
  color: var(--primary);
}

/* SUBJECTS */
.subjects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}

.subject-card {
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  color: var(--text);
  transition: all 0.25s ease;
}

.subject-card span {
  font-weight: 700;
  color: var(--primary);
}

.subject-card p {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #4b5563;
}

.subject-card:hover {
  transform: translateY(-6px);
  border-color: var(--secondary);
  box-shadow: 0 20px 40px rgba(20,43,79,0.12);
}

/* PROCESS */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

.process-step {
  background: #ffffff;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
}

.process-step span {
  font-weight: 700;
  color: var(--secondary);
}

.process-step h3 {
  margin: 10px 0;
  color: var(--primary);
}

/* CTA */
.gcse-final-cta {
  background: var(--primary);
  color: #ffffff;
}

.gcse-final-cta p {
  color: #dbeafe;
  margin: 16px 0 26px;
}/* End custom CSS */