/* =========================================================
   MOCK TESTS INDEX - Premium Hero
   Professional (Jobs/Results) style design
   ========================================================= */

:root {
  --mock-ink: #0f1f3d;
  --mock-text: #42526b;
  --mock-muted: #66758b;
  --mock-line: #dfe7f1;
  --mock-primary: #2563eb;
  --mock-primary-dark: #1d4ed8;
  --mock-soft: #f5f8fd;
  --mock-green: #047857;
  --mock-amber: #b45309;
  --mock-red: #b91c1c;
  --mock-shadow: 0 16px 42px rgba(15, 31, 61, .08);
}

.mock-index-page,
.mock-index-page * {
  box-sizing: border-box;
}

.mock-index-page {
  --mock-sticky-top: calc(var(--gnu-navbar-height, 82px) + .65rem);
  overflow-x: clip;
  background: #f7faff;
  color: var(--mock-text);
  font-family: 'Segoe UI', system-ui, Arial, sans-serif;
}

.mock-index-page a {
  text-decoration: none;
}

.mock-index-page :where(a, button, input, select, summary):focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}

.mock-index-page :where(button, a) {
  transition: background-color .2s, color .2s, border-color .2s, transform .2s;
}

/* =========================================================
   MOCK HERO
   ========================================================= */

.mock-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1.75rem, 4vw, 3.25rem) 0;
  background:
    radial-gradient(circle at 84% 22%, rgba(96, 165, 250, .12), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 54%, #f8fbff 100%);
  color: #102044;
  scroll-margin-top: var(--gnu-sticky-offset, 96px);
}

.mock-hero__glow {
  position: absolute;
  right: -4rem;
  top: -7rem;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, .16), transparent 68%);
  opacity: .52;
  pointer-events: none;
}

.mock-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, .65fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: center;
}

/* =========================================================
   HERO COPY
   ========================================================= */

.mock-hero__copy {
  max-width: 920px;
}

.mock-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--mock-primary);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.mock-eyebrow i {
  font-size: .82rem;
}

.mock-hero h1 {
  max-width: 880px;
  margin: .8rem 0;
  color: var(--mock-ink);
  font-size: clamp(2rem, 4.5vw, 3.55rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.055em;
}

.mock-hero h1 span {
  display: block;
  color: var(--mock-primary);
}

.mock-hero__copy > p {
  max-width: 760px;
  margin: 0;
  color: #526178;
  font-size: clamp(.95rem, 2vw, 1.08rem);
  line-height: 1.75;
}

/* =========================================================
   SEARCH FORM
   ========================================================= */

.mock-hero-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: .65rem;
  max-width: 880px;
  margin-top: 1.35rem;
  padding: .45rem .45rem .45rem 1rem;
  border: 2px solid #aac4eb;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(37, 99, 235, .14);
}

.mock-hero-search:focus-within {
  border-color: var(--mock-primary);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .13), 0 18px 44px rgba(37, 99, 235, .14);
}

.mock-hero-search > i {
  color: var(--mock-primary);
  font-size: 1rem;
}

.mock-hero-search input {
  min-width: 0;
  height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--mock-ink);
  font-size: .98rem;
}

.mock-hero-search input::placeholder {
  color: #7b8799;
}

.mock-hero-search button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: .65rem 1rem;
  border: 0;
  border-radius: 11px;
  background: var(--mock-primary);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.mock-hero-search button:hover {
  background: var(--mock-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(37, 99, 235, .18);
}

.mock-hero-search button:active {
  transform: translateY(0);
}

.mock-hero-search button i {
  font-size: 1rem;
}

.mock-hero-search button:disabled {
  cursor: wait;
  opacity: .6;
}

/* =========================================================
   ACTIVE FILTER CONTEXT
   ========================================================= */

.mock-hero__context {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  max-width: 880px;
  margin: .75rem 0 0;
  padding: .55rem .7rem;
  border: 1px solid #cfe0f7;
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  color: #405677;
  font-size: .72rem;
  line-height: 1.45;
}

.mock-hero__context i,
.mock-hero__context a {
  color: var(--mock-primary);
  font-weight: 800;
}

.mock-hero__context a:hover {
  text-decoration: underline;
}

/* =========================================================
   POPULAR CATEGORY CHIPS
   ========================================================= */

.mock-hero__chips {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.mock-hero__chips > span {
  font-size: .7rem;
  font-weight: 800;
  color: #294a73;
}

.mock-hero__chips a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 38px;
  padding: .4rem .6rem;
  border: 1px solid #cbdcf5;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #294976;
  font-size: .68rem;
  font-weight: 750;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.mock-hero__chips a:hover {
  border-color: #9ebdec;
  background: #fff;
  color: var(--mock-primary);
  transform: translateY(-1px);
}

.mock-hero__chips b {
  margin-left: .2rem;
  color: var(--mock-primary);
  font-size: .65rem;
  font-weight: 800;
}

/* =========================================================
   HERO ACTIONS
   ========================================================= */

.mock-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}

.mock-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: .84rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mock-action:hover {
  transform: translateY(-2px);
}

.mock-action--primary {
  background: var(--mock-primary-dark);
  color: #fff;
  box-shadow: 0 10px 24px rgba(29, 78, 216, .2);
}

.mock-action--secondary {
  border-color: #cbdcf4;
  background: rgba(255, 255, 255, .72);
  color: var(--mock-primary-dark);
}

.mock-hero-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
  color: var(--mock-muted);
  font-size: .73rem;
}

.mock-hero-trust i {
  color: #16a34a;
  font-size: .85rem;
}

/* =========================================================
   STATISTICS CARDS
   ========================================================= */

.mock-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin: 0;
}

.mock-hero__stats > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  min-height: 74px;
  padding: .7rem .85rem;
  border: 1px solid rgba(191, 219, 254, .85);
  border-radius: 12px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 22px rgba(15, 31, 61, .055);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.mock-hero__stats > div:hover {
  transform: translateY(-1px);
  border-color: #abc8f4;
  box-shadow: 0 8px 20px rgba(37, 99, 235, .06);
}

.mock-hero__stats dt {
  margin: 0;
  color: var(--mock-muted);
  font-size: .7rem;
  font-weight: 750;
  line-height: 1.35;
}

.mock-hero__stats dd {
  flex: 0 0 auto;
  margin: 0;
  color: var(--mock-ink);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}

/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 991.98px) {
  .mock-hero__inner {
    grid-template-columns: 1fr;
  }

  .mock-hero__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
  .mock-hero {
    padding: 1.35rem 0 1.15rem;
  }

  .mock-hero__glow {
    opacity: .3;
  }

  .mock-hero__inner {
    gap: 1rem;
  }

  .mock-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.8rem);
  }

  .mock-hero__copy > p {
    font-size: .9rem;
  }

  .mock-hero-search {
    grid-template-columns: auto minmax(0, 1fr);
    gap: .45rem;
    padding-left: .8rem;
  }

  .mock-hero-search button {
    min-height: 44px;
    padding: 0 .8rem;
    font-size: 0;
  }

  .mock-hero-search button i {
    font-size: 1.1rem;
  }

  .mock-hero__stats {
    display: flex;
    max-width: 100%;
    padding-bottom: .2rem;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .mock-hero__stats > div {
    flex: 0 0 min(72vw, 220px);
    scroll-snap-align: start;
  }

  .mock-hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mock-action {
    justify-content: center;
    font-size: .75rem;
  }

  .mock-hero__chips > span {
    width: 100%;
    margin-bottom: 1px;
  }

  .mock-hero__chips a {
    min-height: 32px;
    font-size: .6rem;
  }
}

/* =========================================================
   RESPONSIVE - SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
  .mock-hero h1 {
    font-size: 1.85rem;
    letter-spacing: -.045em;
  }

  .mock-hero-trust {
    align-items: flex-start;
    font-size: .69rem;
    line-height: 1.45;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .mock-hero *,
  .mock-hero *::before,
  .mock-hero *::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .mock-action,
  .mock-hero__stats > div,
  .mock-hero__chips a,
  .mock-hero-search button {
    transition: none !important;
  }

  .mock-action:hover,
  .mock-hero__stats > div:hover,
  .mock-hero__chips a:hover,
  .mock-hero-search button:hover {
    transform: none !important;
  }
}

/* =========================================================
   BACKWARD COMPATIBILITY
   Keep existing styles for sections below the hero
   ========================================================= */

.test-series {
  padding: 80px 20px;
  background: radial-gradient(circle at top, #eef5ff, #f8fbff);
}

.test-series h2,
.why-section h2,
.prep-section h2,
.faq-section h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
  font-weight: 800;
  letter-spacing: .2px;
}

.result-count {
  text-align: center;
  margin: -35px 0 36px;
  color: #64748b;
  font-weight: 700;
}

.series-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 28px;
}

.series-card {
  position: relative;
  border-radius: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .6);
  transition: all .35s ease;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .8);
}

.series-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, #1a73e8, #2bb3ff, #00c853);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.series-card::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .35), transparent);
  transform: rotate(25deg);
  transition: .6s;
  pointer-events: none;
}

.series-card:hover::after {
  top: 100%;
  left: 100%;
}

.series-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.logo-box {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a73e8, #2bb3ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  overflow: hidden;
  flex: 0 0 auto;
}

.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.users {
  font-size: 12px;
  background: linear-gradient(135deg, #e3f2fd, #eef4ff);
  padding: 6px 12px;
  border-radius: 20px;
  color: #1a73e8;
  font-weight: 700;
}

.series-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 750;
  line-height: 1.4;
}

.tests {
  font-size: 14px;
  margin-bottom: 14px;
  color: #555;
}

.tests span,
.series-card p span {
  color: #00a651;
  font-weight: 800;
}

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.tags span {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef4ff, #f5f9ff);
  color: #1a73e8;
  font-weight: 600;
}

.series-card ul {
  font-size: 14px;
  margin-bottom: 18px;
  padding-left: 16px;
  color: #555;
  line-height: 1.6;
}

.btn,
.start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1a73e8, #2bb3ff);
  color: #fff;
  border: 0;
  font-weight: 700;
  letter-spacing: .2px;
  transition: .3s;
}

.series-card .btn {
  display: flex;
  width: 100%;
}

.btn:hover,
.start:hover {
  color: #fff;
  background: linear-gradient(135deg, #1557c0, #1a73e8);
  box-shadow: 0 10px 20px rgba(26, 115, 232, .3);
}

.quiz-section {
  padding: 70px 20px;
  background: #f8fbff;
}

.quiz-header,
.cat-header {
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.quiz-header h2 {
  font-size: 30px;
  font-weight: 800;
}

.quiz-header span {
  color: #00a651;
}

.view-all {
  background: #e3f2fd;
  padding: 10px 18px;
  border-radius: 20px;
  color: #1a73e8;
  font-weight: 700;
}

.quiz-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.quiz-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
  transition: .3s;
}

.quiz-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

.badge-wrap {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.free {
  background: #00c853;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.quiz-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.45;
}

.meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.lang {
  font-size: 13px;
  color: #1a73e8;
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.category-section {
  padding: 60px 20px;
  background: #f5f7fb;
}

.cat-header {
  margin-bottom: 20px;
}

.cat-header h2 {
  font-size: 22px;
  font-weight: 800;
}

.cat-header input {
  padding: 10px;
  width: 250px;
  max-width: 100%;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.cat-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 20px;
}

.cat-sidebar {
  width: 220px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  max-height: 400px;
  overflow-y: auto;
  flex: 0 0 auto;
}

.cat-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cat-sidebar li a {
  padding: 10px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111827;
}

.cat-sidebar li:hover a,
.cat-sidebar .active a {
  background: #eef4ff;
  color: #1a73e8;
  font-weight: 700;
}

.cat-content {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.backend-filter {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}

.backend-filter select {
  width: 100%;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  padding: 11px 12px;
  background: #fff;
  color: #334155;
}

.active-filters {
  max-width: 1200px;
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.active-filters span {
  border-radius: 999px;
  background: #e3f2fd;
  color: #1a73e8;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
}

.why-section {
  padding: 90px 20px;
  background: linear-gradient(180deg, #f8fbff, #eef4ff);
  text-align: center;
}

.why-grid {
  max-width: 1150px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.why-card {
  position: relative;
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(12px);
  padding: 35px 25px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: all .35s ease;
  overflow: hidden;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.why-card img {
  width: 75px;
  margin-bottom: 20px;
}

.why-card h3 {
  font-size: 19px;
  margin-bottom: 12px;
  font-weight: 750;
}

.why-card p,
.step p,
.stat-box p {
  font-size: 14.5px;
  color: #5f6b7a;
  line-height: 1.7;
}

.prep-section {
  padding: 90px 20px;
  background: #f8fbff;
  text-align: center;
}

.prep-steps {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.prep-steps::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: #dfe6f1;
}

.step {
  width: 22%;
  position: relative;
  z-index: 2;
}

.circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1a73e8, #2bb3ff);
  color: #fff;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  box-shadow: 0 5px 15px rgba(26, 115, 232, .3);
}

.step h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 750;
}

.stats-section {
  padding: 100px 20px;
  background: #f8fbff;
}

.stats-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.stat-box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  transition: all .3s ease;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.stat-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1a73e8, #2bb3ff);
}

.stat-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.stat-box h3 {
  font-size: 34px;
  font-weight: 850;
  color: #111;
  margin-bottom: 5px;
}

.stat-box h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1a73e8;
}

.seo-text-section {
  padding: 80px 20px;
  background: #f5f7fb;
}

.seo-text-box {
  max-width: 1050px;
  margin: auto;
  background: #fff;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.seo-text-box h2 {
  font-size: 30px;
  font-weight: 850;
  margin-bottom: 18px;
}

.seo-text-box p {
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 14px;
}

.cta-section {
  padding: 100px 20px;
  background: #f8fbff;
  text-align: center;
}

.cta-box {
  max-width: 850px;
  margin: auto;
  padding: 45px 35px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1a73e8, #2bb3ff);
  color: #fff;
  box-shadow: 0 25px 60px rgba(26, 115, 232, .25);
}

.cta-badge {
  display: inline-flex;
  background: rgba(255, 255, 255, .18);
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 800;
  margin-bottom: 18px;
}

.cta-box h2 {
  font-size: 34px;
  font-weight: 850;
  margin-bottom: 14px;
}

.cta-box p {
  max-width: 640px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.btn-primary,
.btn-secondary {
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 800;
}

.btn-primary {
  color: #1a73e8;
  background: #fff;
}

.btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
}

.cta-note {
  font-size: 13px;
  opacity: .95;
}

.faq-section {
  padding: 90px 20px;
  background: #f8fbff;
}

.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 0;
  background: #fff;
  color: #111;
  font-weight: 800;
  text-align: left;
}

.faq-answer {
  display: none;
  padding: 0 20px 18px;
  color: #5f6b7a;
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.empty-card {
  grid-column: 1 / -1;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  padding: 28px;
  color: #64748b;
  text-align: center;
}

.pagination-wrap {
  max-width: 1200px;
  margin: 34px auto 0;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  background: #1a73e8;
  color: #fff;
  font-size: 20px;
  z-index: 50;
  box-shadow: 0 12px 30px rgba(26, 115, 232, .3);
}

@media (max-width: 900px) {
  .test-series,
  .quiz-section,
  .category-section,
  .why-section,
  .prep-section,
  .stats-section,
  .cta-section,
  .faq-section,
  .seo-text-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .test-series h2,
  .why-section h2,
  .prep-section h2,
  .faq-section h2,
  .cta-box h2 {
    font-size: 26px;
  }

  .quiz-header,
  .cat-header {
    flex-direction: column;
    align-items: stretch;
  }

  .bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-text-box,
  .cta-box {
    padding: 26px 20px;
  }
}

@media (max-width: 768px) {
  .cat-container,
  .prep-steps {
    flex-direction: column;
  }

  .cat-sidebar,
  .step {
    width: 100%;
  }

  .prep-steps::before {
    display: none;
  }

  .stats-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .mock-hero__stats > div {
    min-height: 62px;
    padding: .6rem .7rem;
  }

  .mock-hero__stats dt {
    font-size: .62rem;
  }

  .mock-hero__stats dd {
    font-size: 1rem;
  }
}

/* Justified long-form and descriptive copy */
.mock-index-page :where(.mock-hero__copy > p, .mock-hero__context span) {
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 575.98px) {
  .mock-index-page :where(.mock-hero__copy > p, .mock-hero__context span) {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

/* =========================================================
   PREMIUM TEST SERIES
   ========================================================= */

.test-series {
    position: relative;
    margin: 34px 0;
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.06);
}


/* Header */

.test-series__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.test-series__heading {
    max-width: 720px;
}

.test-series__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.test-series__eyebrow i {
    font-size: 12px;
}

.test-series__heading h2 {
    margin: 0;
    color: #111827;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    letter-spacing: -.7px;
}

.test-series__heading p {
    max-width: 620px;
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

.test-series__view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 10px 15px;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    color: #2563eb;
    background: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}

.test-series__view-all:hover {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #1d4ed8;
    transform: translateY(-1px);
}


/* Grid */

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


/* Card */

.series-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 19px;
    border: 1px solid #e5e7eb;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .045);
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.series-card:hover {
    border-color: #bfdbfe;
    transform: translateY(-4px);
    box-shadow:
        0 16px 35px rgba(15, 23, 42, .10),
        0 4px 10px rgba(37, 99, 235, .05);
}


/* Top */

.series-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.series-card__brand {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.series-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
}

.series-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.series-card__category {
    min-width: 0;
}

.series-card__category span {
    display: block;
    overflow: hidden;
    color: #334155;
    font-size: 11px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.series-card__category small {
    display: block;
    margin-top: 3px;
    color: #94a3b8;
    font-size: 10px;
}


/* Status */

.series-card__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
}

.series-card__status--free {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #15803d;
}

.series-card__status--premium {
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #a16207;
}


/* Title */

.series-card__title {
    margin: 17px 0 6px;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.4;
}

.series-card__title a {
    color: #172033;
    text-decoration: none;
}

.series-card__title a:hover {
    color: #2563eb;
}


/* Attempts */

.series-card__attempts {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #64748b;
    font-size: 10px;
}

.series-card__attempts strong {
    color: #334155;
}

.series-card__live-dot {
    width: 6px;
    height: 6px;
    margin-right: 1px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .10);
}


/* Tags */

.series-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 15px 0;
}

.series-card__tags span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    background: #f8fafc;
    color: #64748b;
    font-size: 9px;
    font-weight: 650;
}

.series-card__tags i {
    color: #64748b;
    font-size: 9px;
}


/* Stats */

.series-card__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: auto;
    padding: 13px 0;
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.series-card__stats > div {
    text-align: center;
}

.series-card__stats > div + div {
    border-left: 1px solid #eef2f7;
}

.series-card__stats strong {
    display: block;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
}

.series-card__stats span {
    display: block;
    margin-top: 3px;
    color: #94a3b8;
    font-size: 9px;
}


/* CTA */

.series-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 43px;
    margin-top: 14px;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
    transition: .2s ease;
}

.series-card__button:hover {
    background: #1d4ed8;
    color: #fff;
    transform: translateY(-1px);
}

.series-card__button i {
    font-size: 11px;
}


/* Empty */

.series-empty {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 24px;
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    background: #f8fafc;
}

.series-empty__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 11px;
    background: #eff6ff;
    color: #2563eb;
}

.series-empty h3 {
    margin: 0;
    color: #334155;
    font-size: 14px;
}

.series-empty p {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 12px;
}


/* Responsive */

@media (max-width: 1100px) {
    .series-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .test-series {
        padding: 20px 15px;
        border-radius: 17px;
    }

    .test-series__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .series-grid {
        grid-template-columns: 1fr;
    }

    .test-series__view-all {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   PREMIUM DAILY CURRENT AFFAIRS QUIZ
   ========================================================= */

.quiz-section {
    position: relative;
    margin: 34px 0;
    padding: 30px;

    border: 1px solid #e5e7eb;
    border-radius: 22px;

    background: #ffffff;

    box-shadow:
        0 12px 35px rgba(15, 23, 42, 0.055);
}


/* =========================================================
   HEADER
   ========================================================= */

.quiz-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 24px;
    margin-bottom: 24px;
}

.quiz-header__content {
    max-width: 700px;
}

.quiz-header__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 8px;

    color: #2563eb;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .07em;
    text-transform: uppercase;
}

.quiz-header__eyebrow i {
    font-size: 11px;
}

.quiz-header h2 {
    margin: 0;

    color: #111827;

    font-size: clamp(24px, 3vw, 32px);
    font-weight: 850;

    line-height: 1.15;
    letter-spacing: -.8px;
}

.quiz-header h2 span {
    color: #2563eb;
}

.quiz-header__content p {
    max-width: 620px;

    margin: 8px 0 0;

    color: #64748b;

    font-size: 13px;
    line-height: 1.65;
}


/* View All */

.quiz-header__view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    flex: 0 0 auto;

    min-height: 40px;

    padding: 0 14px;

    border: 1px solid #dbe3ef;
    border-radius: 10px;

    background: #f8fafc;

    color: #2563eb;

    font-size: 11px;
    font-weight: 750;

    text-decoration: none;

    transition:
        .2s ease;
}

.quiz-header__view-all:hover {
    border-color: #bfdbfe;

    background: #eff6ff;

    color: #1d4ed8;

    transform: translateY(-1px);
}


/* =========================================================
   GRID
   ========================================================= */

.quiz-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 16px;
}


/* =========================================================
   CARD
   ========================================================= */

.quiz-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 18px;

    overflow: hidden;

    border: 1px solid #e5e7eb;
    border-radius: 17px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fcfdff 100%
        );

    box-shadow:
        0 5px 18px rgba(15, 23, 42, .045);

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.quiz-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 3px;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #60a5fa
        );

    opacity: 0;

    transition: opacity .2s ease;
}

.quiz-card:hover {
    border-color: #bfdbfe;

    transform: translateY(-4px);

    box-shadow:
        0 17px 35px rgba(15, 23, 42, .095),
        0 4px 10px rgba(37, 99, 235, .045);
}

.quiz-card:hover::before {
    opacity: 1;
}


/* =========================================================
   CARD TOP
   ========================================================= */

.quiz-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 12px;
}

.quiz-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    border: 1px solid #dbeafe;
    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            #eff6ff,
            #f8fbff
        );

    color: #2563eb;

    font-size: 17px;
}

.quiz-card__free {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    padding: 5px 8px;

    border: 1px solid #bbf7d0;
    border-radius: 999px;

    background: #f0fdf4;

    color: #15803d;

    font-size: 8.5px;
    font-weight: 850;

    letter-spacing: .03em;
}

.quiz-card__free i {
    font-size: 8px;
}


/* =========================================================
   CATEGORY
   ========================================================= */

.quiz-card__category {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    margin-top: 14px;
}

.quiz-card__category span {
    overflow: hidden;

    color: #2563eb;

    font-size: 9.5px;
    font-weight: 750;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.quiz-card__category time {
    flex: 0 0 auto;

    color: #94a3b8;

    font-size: 9px;
    font-weight: 600;
}


/* =========================================================
   TITLE
   ========================================================= */

.quiz-card__title {
    display: -webkit-box;

    min-height: 45px;

    margin: 8px 0 16px;

    overflow: hidden;

    color: #172033;

    font-size: 15px;
    font-weight: 750;

    line-height: 1.5;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.quiz-card__title a {
    color: inherit;
    text-decoration: none;
}

.quiz-card__title a:hover {
    color: #2563eb;
}


/* =========================================================
   STATS
   ========================================================= */

.quiz-card__stats {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    margin-bottom: 15px;

    padding: 13px 0;

    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

.quiz-card__stat {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    min-width: 0;

    padding: 0 7px;
}

.quiz-card__stat + .quiz-card__stat {
    border-left: 1px solid #eef2f7;
}

.quiz-card__stat > i {
    color: #64748b;

    font-size: 11px;
}

.quiz-card__stat:first-child > i {
    color: #2563eb;
}

.quiz-card__stat:nth-child(2) > i {
    color: #0891b2;
}

.quiz-card__stat:nth-child(3) > i {
    color: #f59e0b;
}

.quiz-card__stat div {
    min-width: 0;
}

.quiz-card__stat strong {
    display: block;

    color: #172033;

    font-size: 12px;
    font-weight: 800;

    line-height: 1.2;
}

.quiz-card__stat span {
    display: block;

    margin-top: 2px;

    color: #94a3b8;

    font-size: 8px;

    white-space: nowrap;
}


/* =========================================================
   FOOTER
   ========================================================= */

.quiz-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;

    margin-top: auto;
}

.quiz-card__attempt {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    min-width: 0;

    color: #64748b;

    font-size: 9.5px;
    font-weight: 600;
}

.quiz-card__live-dot {
    width: 6px;
    height: 6px;

    flex: 0 0 6px;

    border-radius: 50%;

    background: #22c55e;

    box-shadow:
        0 0 0 3px rgba(34, 197, 94, .10);
}


/* =========================================================
   START BUTTON
   ========================================================= */

.quiz-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 38px;

    padding: 0 12px;

    border-radius: 9px;

    background: #2563eb;

    color: #ffffff;

    font-size: 10px;
    font-weight: 750;

    text-decoration: none;

    white-space: nowrap;

    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.quiz-card__button:hover {
    background: #1d4ed8;

    color: #ffffff;

    transform: translateY(-1px);

    box-shadow:
        0 7px 15px rgba(37, 99, 235, .22);
}

.quiz-card__button i {
    font-size: 9px;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.quiz-empty {
    display: flex;
    align-items: center;

    gap: 15px;

    padding: 22px;

    border: 1px dashed #cbd5e1;
    border-radius: 15px;

    background: #f8fafc;
}

.quiz-empty__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    flex: 0 0 46px;

    border-radius: 12px;

    background: #eff6ff;

    color: #2563eb;
}

.quiz-empty__content {
    min-width: 0;
}

.quiz-empty h3 {
    margin: 0;

    color: #334155;

    font-size: 14px;
    font-weight: 750;
}

.quiz-empty p {
    margin: 4px 0 0;

    color: #64748b;

    font-size: 11px;
    line-height: 1.5;
}

.quiz-empty__button {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-left: auto;

    padding: 9px 12px;

    border-radius: 9px;

    background: #2563eb;

    color: #fff;

    font-size: 10px;
    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;
}

.quiz-empty__button:hover {
    background: #1d4ed8;
    color: #fff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

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

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .quiz-section {
        margin: 25px 0;
        padding: 20px 15px;

        border-radius: 17px;
    }

    .quiz-header {
        align-items: flex-start;
        flex-direction: column;

        gap: 14px;
    }

    .quiz-header__view-all {
        width: 100%;
    }

    .quiz-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .quiz-card {
        padding: 16px;
    }

    .quiz-card__title {
        font-size: 14px;
    }

    .quiz-empty {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .quiz-empty__button {
        width: 100%;
        justify-content: center;
        margin-left: 61px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .quiz-section {
        padding: 17px 12px;
    }

    .quiz-header h2 {
        font-size: 23px;
    }

    .quiz-header__content p {
        font-size: 12px;
    }

    .quiz-card__stats {
        gap: 0;
    }

    .quiz-card__stat {
        gap: 4px;
        padding: 0 4px;
    }

    .quiz-card__stat strong {
        font-size: 11px;
    }

    .quiz-card__stat span {
        font-size: 7.5px;
    }

    .quiz-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .quiz-card__attempt {
        justify-content: center;
    }

    .quiz-card__button {
        width: 100%;
    }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.quiz-card__button:focus-visible,
.quiz-card__title a:focus-visible,
.quiz-header__view-all:focus-visible,
.quiz-empty__button:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .25);
    outline-offset: 3px;
}


/* Reduced motion */

@media (prefers-reduced-motion: reduce) {

    .quiz-card,
    .quiz-card__button,
    .quiz-header__view-all {
        transition: none;
    }

}

/* =========================================================
   PREMIUM TEST SERIES BY CATEGORY
   ========================================================= */

.category-section {
    position: relative;
    margin: 34px 0;
    padding: 30px;

    overflow: hidden;

    border: 1px solid #e5e7eb;
    border-radius: 24px;

    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);

    box-shadow:
        0 15px 45px rgba(15, 23, 42, .055);
}


/* =========================================================
   HEADER
   ========================================================= */

.category-section__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 25px;

    margin-bottom: 27px;
}

.category-section__heading {
    max-width: 650px;
}

.category-section__eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-bottom: 8px;

    color: #2563eb;

    font-size: 10px;
    font-weight: 850;

    letter-spacing: .08em;
    text-transform: uppercase;
}

.category-section__eyebrow i {
    font-size: 11px;
}

.category-section__heading h2 {
    margin: 0;

    color: #111827;

    font-size: clamp(25px, 3vw, 33px);
    font-weight: 850;

    line-height: 1.15;
    letter-spacing: -.9px;
}

.category-section__heading h2 span {
    color: #2563eb;
}

.category-section__heading p {
    max-width: 600px;

    margin: 9px 0 0;

    color: #64748b;

    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   SEARCH
   ========================================================= */

.category-section__search {
    display: flex;
    align-items: center;

    width: min(100%, 350px);
    min-height: 44px;

    padding: 4px;

    border: 1px solid #dbe3ef;
    border-radius: 12px;

    background: #fff;

    box-shadow:
        0 5px 15px rgba(15, 23, 42, .035);

    transition: .2s ease;
}

.category-section__search:focus-within {
    border-color: #93c5fd;

    box-shadow:
        0 0 0 3px rgba(37, 99, 235, .08);
}

.category-section__search > i {
    margin-left: 10px;

    color: #94a3b8;

    font-size: 12px;
}

.category-section__search input {
    flex: 1;

    min-width: 0;

    height: 34px;

    padding: 0 9px;

    border: 0;
    outline: 0;

    background: transparent;

    color: #1e293b;

    font-size: 11px;
}

.category-section__search input::placeholder {
    color: #94a3b8;
}

.category-section__search button {
    height: 34px;

    padding: 0 14px;

    border: 0;
    border-radius: 8px;

    background: #2563eb;

    color: #fff;

    font-size: 10px;
    font-weight: 750;

    cursor: pointer;

    transition: .2s ease;
}

.category-section__search button:hover {
    background: #1d4ed8;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.category-section__layout {
    display: grid;

    grid-template-columns:
        235px minmax(0, 1fr);

    gap: 22px;

    align-items: start;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.category-sidebar {
    position: sticky;

    top: 90px;

    overflow: hidden;

    border: 1px solid #e5e7eb;
    border-radius: 16px;

    background: #fff;
}

.category-sidebar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 15px;

    border-bottom: 1px solid #eef2f7;

    background:
        linear-gradient(
            135deg,
            #f8fbff,
            #ffffff
        );
}

.category-sidebar__head span {
    display: block;

    margin-bottom: 3px;

    color: #94a3b8;

    font-size: 8px;
    font-weight: 850;

    letter-spacing: .08em;
}

.category-sidebar__head strong {
    color: #1e293b;

    font-size: 12px;
    font-weight: 800;
}

.category-sidebar__head > i {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    border-radius: 8px;

    background: #eff6ff;

    color: #2563eb;

    font-size: 10px;
}

.category-sidebar__nav {
    max-height: 560px;

    padding: 7px;

    overflow-y: auto;
}

.category-sidebar__nav::-webkit-scrollbar {
    width: 4px;
}

.category-sidebar__nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #cbd5e1;
}


/* =========================================================
   CATEGORY NAV ITEM
   ========================================================= */

.category-nav-item {
    position: relative;

    display: flex;
    align-items: center;

    gap: 9px;

    min-height: 53px;

    margin-bottom: 2px;

    padding: 7px 8px;

    border-radius: 10px;

    color: #475569;

    text-decoration: none;

    transition:
        background .18s ease,
        color .18s ease,
        transform .18s ease;
}

.category-nav-item:hover {
    background: #f8fafc;

    color: #1d4ed8;
}

.category-nav-item.is-active {
    background:
        linear-gradient(
            90deg,
            #eff6ff,
            #f8fbff
        );

    color: #1d4ed8;
}

.category-nav-item.is-active::before {
    content: "";

    position: absolute;

    left: 0;
    top: 9px;
    bottom: 9px;

    width: 3px;

    border-radius: 4px;

    background: #2563eb;
}

.category-nav-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    border: 1px solid #eef2f7;
    border-radius: 9px;

    background: #f8fafc;

    color: #64748b;

    font-size: 11px;
}

.category-nav-item.is-active .category-nav-item__icon {
    border-color: #dbeafe;

    background: #fff;

    color: #2563eb;
}

.category-nav-item__icon--all {
    background: #fff7ed;

    border-color: #fed7aa;

    color: #ea580c;
}

.category-nav-item__content {
    min-width: 0;

    flex: 1;
}

.category-nav-item__content strong {
    display: block;

    overflow: hidden;

    color: inherit;

    font-size: 10.5px;
    font-weight: 750;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-nav-item__content small {
    display: block;

    margin-top: 2px;

    overflow: hidden;

    color: #94a3b8;

    font-size: 8px;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-nav-item__arrow {
    color: #cbd5e1;

    font-size: 8px;
}

.category-nav-item.is-active .category-nav-item__arrow {
    color: #2563eb;
}


/* =========================================================
   CONTENT
   ========================================================= */

.category-content {
    min-width: 0;
}

.category-content__top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 14px;
}

.category-content__label {
    display: block;

    margin-bottom: 3px;

    color: #94a3b8;

    font-size: 8px;
    font-weight: 850;

    letter-spacing: .08em;
    text-transform: uppercase;
}

.category-content__top h3 {
    margin: 0;

    color: #1e293b;

    font-size: 17px;
    font-weight: 800;
}

.category-content__count {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    padding: 6px 9px;

    border: 1px solid #dcfce7;
    border-radius: 999px;

    background: #f0fdf4;

    color: #15803d;

    font-size: 8.5px;
    font-weight: 750;

    white-space: nowrap;
}


/* =========================================================
   SERIES GRID
   ========================================================= */

.category-series-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 14px;
}


/* =========================================================
   SERIES CARD
   ========================================================= */

.category-series-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 17px;

    overflow: hidden;

    border: 1px solid #e5e7eb;
    border-radius: 15px;

    background: #fff;

    box-shadow:
        0 4px 15px rgba(15, 23, 42, .035);

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.category-series-card::after {
    content: "";

    position: absolute;

    right: -45px;
    top: -45px;

    width: 100px;
    height: 100px;

    border-radius: 50%;

    background: #eff6ff;

    opacity: .55;

    pointer-events: none;
}

.category-series-card:hover {
    border-color: #bfdbfe;

    transform: translateY(-3px);

    box-shadow:
        0 15px 30px rgba(15, 23, 42, .08);
}


/* =========================================================
   CARD TOP
   ========================================================= */

.category-series-card__top {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 10px;
}

.category-series-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    overflow: hidden;

    border: 1px solid #dbeafe;
    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #eff6ff,
            #f8fafc
        );

    color: #2563eb;

    font-size: 12px;
    font-weight: 850;
}

.category-series-card__logo img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.category-series-card__badge {
    display: inline-flex;
    align-items: center;

    gap: 4px;

    padding: 5px 7px;

    border-radius: 999px;

    font-size: 7.5px;
    font-weight: 850;

    letter-spacing: .03em;
}

.category-series-card__badge--free {
    border: 1px solid #bbf7d0;

    background: #f0fdf4;

    color: #15803d;
}

.category-series-card__badge--premium {
    border: 1px solid #fde68a;

    background: #fffbeb;

    color: #b45309;
}


/* =========================================================
   CARD CATEGORY
   ========================================================= */

.category-series-card__category {
    display: flex;
    align-items: center;

    gap: 5px;

    margin-top: 13px;

    color: #2563eb;

    font-size: 8.5px;
    font-weight: 750;
}

.category-series-card__category i {
    font-size: 8px;
}


/* =========================================================
   TITLE
   ========================================================= */

.category-series-card__title {
    min-height: 42px;

    margin: 6px 0 5px;

    color: #172033;

    font-size: 14px;
    font-weight: 800;

    line-height: 1.5;
}

.category-series-card__title a {
    color: inherit;

    text-decoration: none;

    transition: color .18s ease;
}

.category-series-card__title a:hover {
    color: #2563eb;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.category-series-card__description {
    display: -webkit-box;

    min-height: 34px;

    margin: 0 0 13px;

    overflow: hidden;

    color: #64748b;

    font-size: 9px;
    line-height: 1.55;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* =========================================================
   STATS
   ========================================================= */

.category-series-card__stats {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-bottom: 14px;

    padding-top: 11px;

    border-top: 1px solid #eef2f7;
}

.category-series-card__stats span {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    color: #64748b;

    font-size: 8.5px;
    font-weight: 650;
}

.category-series-card__stats i {
    color: #94a3b8;

    font-size: 9px;
}


/* =========================================================
   BUTTON
   ========================================================= */

.category-series-card__button {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 8px;

    min-height: 36px;

    margin-top: auto;

    padding: 0 11px;

    border: 1px solid #dbeafe;
    border-radius: 9px;

    background: #eff6ff;

    color: #1d4ed8;

    font-size: 9px;
    font-weight: 750;

    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.category-series-card__button:hover {
    border-color: #2563eb;

    background: #2563eb;

    color: #fff;
}

.category-series-card__button i {
    font-size: 8px;
}


/* =========================================================
   EMPTY STATE
   ========================================================= */

.category-empty {
    display: flex;
    align-items: center;

    gap: 14px;

    padding: 25px;

    border: 1px dashed #cbd5e1;
    border-radius: 15px;

    background: #f8fafc;
}

.category-empty__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    border-radius: 11px;

    background: #eff6ff;

    color: #2563eb;
}

.category-empty__content {
    flex: 1;
}

.category-empty__content h3 {
    margin: 0;

    color: #334155;

    font-size: 14px;
    font-weight: 800;
}

.category-empty__content p {
    margin: 4px 0 0;

    color: #64748b;

    font-size: 10px;
    line-height: 1.5;
}

.category-empty__button {
    display: inline-flex;
    align-items: center;

    gap: 6px;

    padding: 9px 12px;

    border-radius: 8px;

    background: #2563eb;

    color: #fff;

    font-size: 9px;
    font-weight: 750;

    text-decoration: none;

    white-space: nowrap;
}

.category-empty__button:hover {
    background: #1d4ed8;
    color: #fff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .category-section__layout {
        grid-template-columns: 205px minmax(0, 1fr);
    }

    .category-series-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .category-section {
        margin: 25px 0;

        padding: 20px 15px;

        border-radius: 18px;
    }

    .category-section__header {
        align-items: stretch;

        flex-direction: column;

        gap: 16px;
    }

    .category-section__search {
        width: 100%;
    }

    .category-section__layout {
        display: block;
    }

    .category-sidebar {
        position: static;

        margin-bottom: 18px;
    }

    .category-sidebar__nav {
        display: flex;

        gap: 7px;

        max-height: none;

        overflow-x: auto;
        overflow-y: hidden;

        padding: 9px;
    }

    .category-nav-item {
        min-width: 145px;

        margin: 0;
    }

    .category-nav-item__arrow {
        display: none;
    }

    .category-sidebar__head {
        padding: 13px;
    }

    .category-series-grid {
        grid-template-columns: 1fr;

        gap: 11px;
    }

    .category-content__top {
        align-items: flex-start;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

    .category-section {
        padding: 17px 12px;
    }

    .category-section__heading h2 {
        font-size: 23px;
    }

    .category-section__heading p {
        font-size: 11px;
    }

    .category-content__top h3 {
        font-size: 15px;
    }

    .category-content__count {
        font-size: 7.5px;
    }

    .category-series-card {
        padding: 15px;
    }

    .category-empty {
        align-items: flex-start;

        flex-wrap: wrap;
    }

    .category-empty__button {
        width: 100%;

        justify-content: center;
    }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.category-nav-item:focus-visible,
.category-section__search input:focus-visible,
.category-section__search button:focus-visible,
.category-series-card__title a:focus-visible,
.category-series-card__button:focus-visible,
.category-empty__button:focus-visible {
    outline: 3px solid rgba(37, 99, 235, .22);

    outline-offset: 2px;
}


@media (prefers-reduced-motion: reduce) {

    .category-nav-item,
    .category-series-card,
    .category-series-card__button,
    .category-series-card__title a {
        transition: none;
    }

}

/* =========================================================
   WHY GOVT NAUKRI UPDATE TEST SERIES
========================================================= */

.why-section {
    position: relative;
    padding: 72px 20px;
    margin-top: 36px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(37, 99, 235, .08),
            transparent 32%
        ),
        radial-gradient(
            circle at 92% 90%,
            rgba(16, 185, 129, .07),
            transparent 30%
        ),
        #f8fafc;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.why-section__container {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.why-section__header {
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.why-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    padding: 7px 13px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
}

.why-section__header h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 850;
    letter-spacing: -.035em;
}

.why-section__intro {
    max-width: 720px;
    margin: 15px auto 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   FEATURE GRID
========================================================= */

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

.why-card {
    position: relative;
    display: flex;
    gap: 18px;
    padding: 25px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow:
        0 8px 30px rgba(15, 23, 42, .05);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    border-color: #bfdbfe;
    box-shadow:
        0 18px 45px rgba(15, 23, 42, .10);
}

.why-card__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: linear-gradient(
        135deg,
        #eff6ff,
        #dbeafe
    );

    color: #2563eb;
    font-size: 19px;
}

.why-card__body {
    min-width: 0;
}

.why-card__number {
    display: block;
    margin-bottom: 6px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
}

.why-card h3 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.why-card p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.why-card ul {
    display: grid;
    gap: 7px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.why-card li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.why-card li i {
    color: #16a34a;
    font-size: 11px;
}


/* =========================================================
   SEO CONTENT
========================================================= */

.why-section__seo {
    margin-top: 42px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(15, 23, 42, .04);
}

.why-section__seo-heading span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.why-section__seo-heading h3 {
    margin: 8px 0 18px;
    color: #0f172a;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.3;
    font-weight: 850;
}

.why-section__seo-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 30px;
}

.why-section__seo-content p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
}

.why-section__topics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px;
}

.why-section__topics > div {
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 11px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    background: #f8fafc;
}

.why-section__topics i {
    grid-row: span 2;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;
    background: #eff6ff;
    color: #2563eb;
}

.why-section__topics strong {
    align-self: end;
    color: #1e293b;
    font-size: 13px;
}

.why-section__topics span {
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.5;
}

.why-section__bottom {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid #e5e7eb;
}

.why-section__bottom h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 19px;
    font-weight: 800;
}

.why-section__bottom p {
    max-width: 950px;
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .why-section {
        padding: 58px 18px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card {
        padding: 22px;
    }

    .why-section__seo-content {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .why-section {
        padding: 44px 14px;
        margin-top: 24px;
    }

    .why-section__header {
        margin-bottom: 28px;
    }

    .why-section__header h2 {
        font-size: 27px;
    }

    .why-section__intro {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.7;
    }

    .why-grid {
        gap: 13px;
    }

    .why-card {
        gap: 13px;
        padding: 18px;
        border-radius: 18px;
    }

    .why-card__icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 16px;
    }

    .why-card h3 {
        font-size: 16px;
    }

    .why-card p {
        font-size: 13px;
        line-height: 1.65;
    }

    .why-card ul {
        margin-top: 13px;
    }

    .why-section__seo {
        margin-top: 25px;
        padding: 20px 17px;
        border-radius: 18px;
    }

    .why-section__seo-heading h3 {
        font-size: 21px;
    }

    .why-section__seo-content {
        gap: 13px;
    }

    .why-section__seo-content p,
    .why-section__bottom p {
        font-size: 13px;
        line-height: 1.75;
    }

    .why-section__topics {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 22px;
    }

    .why-section__bottom {
        margin-top: 23px;
        padding-top: 20px;
    }

}

/* =========================================================
   PREPARATION ROADMAP
========================================================= */

.prep-section {
    position: relative;
    margin-top: 36px;
    padding: 76px 20px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 5% 15%,
            rgba(37, 99, 235, .07),
            transparent 30%
        ),
        radial-gradient(
            circle at 95% 80%,
            rgba(16, 185, 129, .06),
            transparent 30%
        ),
        #f8fafc;

    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.prep-section__container {
    width: min(1180px, 100%);
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.prep-section__header {
    max-width: 800px;
    margin: 0 auto 48px;
    text-align: center;
}

.prep-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 13px;
    padding: 7px 14px;

    border: 1px solid #dbeafe;
    border-radius: 999px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .06em;
    text-transform: uppercase;
}

.prep-section__header h2 {
    margin: 0;

    color: #0f172a;

    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;

    font-weight: 850;
    letter-spacing: -.035em;
}

.prep-section__header p {
    max-width: 720px;

    margin: 15px auto 0;

    color: #64748b;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   STEPS
========================================================= */

.prep-steps {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 18px;
}


/* connecting line */

.prep-steps::before {
    content: "";

    position: absolute;

    top: 34px;
    left: 12%;
    right: 12%;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            #bfdbfe,
            #cbd5e1,
            #bfdbfe
        );

    z-index: 0;
}


.prep-step {
    position: relative;
    z-index: 1;

    min-width: 0;

    padding: 25px 22px 23px;

    border: 1px solid #e2e8f0;
    border-radius: 21px;

    background: rgba(255, 255, 255, .96);

    box-shadow:
        0 8px 30px rgba(15, 23, 42, .05);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.prep-step:hover {
    transform: translateY(-6px);

    border-color: #bfdbfe;

    box-shadow:
        0 18px 42px rgba(15, 23, 42, .10);
}


/* number */

.prep-step__number {
    width: 68px;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 17px;

    border: 5px solid #f8fafc;
    border-radius: 50%;

    background: #2563eb;

    box-shadow:
        0 0 0 1px #bfdbfe,
        0 8px 20px rgba(37, 99, 235, .18);

    color: #fff;
}

.prep-step__number span {
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .04em;
}


/* icon */

.prep-step__icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 13px;

    border-radius: 12px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 16px;
}


/* content */

.prep-step__label {
    display: block;

    margin-bottom: 6px;

    color: #94a3b8;

    font-size: 10px;
    font-weight: 850;

    letter-spacing: .08em;
}

.prep-step h3 {
    margin: 0 0 10px;

    color: #0f172a;

    font-size: 18px;
    line-height: 1.35;

    font-weight: 800;
}

.prep-step p {
    margin: 0;

    color: #64748b;

    font-size: 13px;
    line-height: 1.75;
}


/* tips */

.prep-step__tips {
    display: grid;
    gap: 7px;

    margin-top: 17px;
    padding-top: 15px;

    border-top: 1px solid #eef2f7;
}

.prep-step__tips span {
    display: flex;
    align-items: center;
    gap: 7px;

    color: #475569;

    font-size: 11px;
    font-weight: 700;
}

.prep-step__tips i {
    color: #16a34a;
    font-size: 10px;
}


/* =========================================================
   SEO CONTENT
========================================================= */

.prep-section__content {
    margin-top: 48px;

    padding: 34px;

    border: 1px solid #e2e8f0;
    border-radius: 24px;

    background: #fff;

    box-shadow:
        0 8px 30px rgba(15, 23, 42, .04);
}

.prep-section__content-header span {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #2563eb;

    font-size: 11px;
    font-weight: 850;

    letter-spacing: .06em;
    text-transform: uppercase;
}

.prep-section__content-header h3 {
    margin: 8px 0 22px;

    color: #0f172a;

    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.3;

    font-weight: 850;
}

.prep-section__text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 30px;
}

.prep-section__text p {
    margin: 0;

    color: #64748b;

    font-size: 14px;
    line-height: 1.85;
}


/* =========================================================
   QUICK TIPS
========================================================= */

.prep-tips {
    margin-top: 32px;
    padding-top: 28px;

    border-top: 1px solid #e5e7eb;
}

.prep-tips__header h3 {
    margin: 0;

    color: #0f172a;

    font-size: 20px;
    font-weight: 800;
}

.prep-tips__header p {
    margin: 6px 0 20px;

    color: #64748b;

    font-size: 13px;
    line-height: 1.6;
}

.prep-tips__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.prep-tip {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    padding: 17px;

    border: 1px solid #e2e8f0;
    border-radius: 15px;

    background: #f8fafc;
}

.prep-tip > i {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 14px;
}

.prep-tip div {
    min-width: 0;
}

.prep-tip strong {
    display: block;

    margin-bottom: 3px;

    color: #1e293b;

    font-size: 13px;
    font-weight: 800;
}

.prep-tip span {
    display: block;

    color: #64748b;

    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   BOTTOM SEO
========================================================= */

.prep-section__bottom {
    margin-top: 30px;
    padding-top: 25px;

    border-top: 1px solid #e5e7eb;
}

.prep-section__bottom h3 {
    margin: 0 0 8px;

    color: #0f172a;

    font-size: 19px;
    font-weight: 800;
}

.prep-section__bottom p {
    max-width: 980px;

    margin: 0;

    color: #64748b;

    font-size: 14px;
    line-height: 1.85;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .prep-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .prep-steps::before {
        display: none;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .prep-section {
        margin-top: 25px;
        padding: 46px 14px;
    }

    .prep-section__header {
        margin-bottom: 30px;
    }

    .prep-section__header h2 {
        font-size: 27px;
    }

    .prep-section__header p {
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.7;
    }

    .prep-steps {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .prep-step {
        display: grid;
        grid-template-columns: 52px 1fr;

        column-gap: 13px;

        padding: 18px;

        border-radius: 18px;
    }

    .prep-step__number {
        width: 52px;
        height: 52px;

        grid-row: span 2;

        margin: 0;

        border-width: 4px;
    }

    .prep-step__number span {
        font-size: 12px;
    }

    .prep-step__icon {
        display: none;
    }

    .prep-step__content {
        grid-column: 2;
    }

    .prep-step__label {
        margin-bottom: 5px;
    }

    .prep-step h3 {
        font-size: 16px;
    }

    .prep-step p {
        font-size: 12.5px;
        line-height: 1.7;
    }

    .prep-step__tips {
        margin-top: 13px;
        padding-top: 12px;
    }

    .prep-step__tips span {
        font-size: 10.5px;
    }

    .prep-section__content {
        margin-top: 27px;
        padding: 21px 17px;

        border-radius: 19px;
    }

    .prep-section__content-header h3 {
        font-size: 21px;
        margin-bottom: 17px;
    }

    .prep-section__text {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .prep-section__text p {
        font-size: 13px;
        line-height: 1.75;
    }

    .prep-tips {
        margin-top: 24px;
        padding-top: 21px;
    }

    .prep-tips__header h3 {
        font-size: 18px;
    }

    .prep-tips__grid {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .prep-tip {
        padding: 14px;
    }

    .prep-section__bottom {
        margin-top: 22px;
        padding-top: 20px;
    }

    .prep-section__bottom h3 {
        font-size: 17px;
    }

    .prep-section__bottom p {
        font-size: 13px;
        line-height: 1.75;
    }

}

/* =========================================================
   PREMIUM SEO TEXT SECTION
========================================================= */

.seo-text-section {
    position: relative;

    padding: 72px 20px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(37, 99, 235, .07),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 90%,
            rgba(124, 58, 237, .06),
            transparent 28%
        ),
        #f8fafc;
}


/* =========================================================
   MAIN BOX
========================================================= */

.seo-text-box {
    position: relative;

    width: min(1120px, 100%);
    margin: 0 auto;

    padding: 46px;

    border: 1px solid #e2e8f0;
    border-radius: 28px;

    background: rgba(255, 255, 255, .97);

    box-shadow:
        0 20px 60px rgba(15, 23, 42, .07);

    overflow: hidden;
}

.seo-text-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            #2563eb,
            #7c3aed,
            #06b6d4
        );
}


/* =========================================================
   HEADER
========================================================= */

.seo-text-box__header {
    max-width: 850px;

    margin-bottom: 35px;
}

.seo-text-box__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 14px;
    padding: 7px 13px;

    border: 1px solid #dbeafe;
    border-radius: 999px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 10px;
    font-weight: 850;

    letter-spacing: .07em;
    text-transform: uppercase;
}

.seo-text-box__header h2 {
    margin: 0;

    color: #0f172a;

    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.15;

    font-weight: 900;

    letter-spacing: -.04em;
}

.seo-text-box__header h2 span {
    display: block;

    color: #2563eb;
}

.seo-text-box__intro {
    max-width: 780px;

    margin: 15px 0 0;

    color: #64748b;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   CONTENT
========================================================= */

.seo-text-box__content {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 15px;

    margin-top: 30px;
}

.seo-content-item {
    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 23px;

    border: 1px solid #e5e7eb;
    border-radius: 19px;

    background: #fafafa;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.seo-content-item:hover {
    transform: translateY(-4px);

    border-color: #bfdbfe;

    background: #fff;

    box-shadow:
        0 14px 30px rgba(15, 23, 42, .07);
}


/* =========================================================
   ICON
========================================================= */

.seo-content-item__icon {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 17px;

    border-radius: 13px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 16px;
}


/* =========================================================
   CONTENT TYPOGRAPHY
========================================================= */

.seo-content-item h3 {
    margin: 0 0 9px;

    color: #1e293b;

    font-size: 16px;
    line-height: 1.4;

    font-weight: 850;
}

.seo-content-item p {
    margin: 0;

    color: #64748b;

    font-size: 12.5px;
    line-height: 1.8;
}


/* =========================================================
   HIGHLIGHTS
========================================================= */

.seo-text-box__highlights {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 9px;

    margin-top: 24px;
    padding-top: 24px;

    border-top: 1px solid #e5e7eb;
}

.seo-highlight {
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 11px 13px;

    border: 1px solid #e5e7eb;
    border-radius: 11px;

    background: #fff;

    color: #475569;

    font-size: 10.5px;
    font-weight: 700;
}

.seo-highlight i {
    flex: 0 0 auto;

    color: #16a34a;

    font-size: 11px;
}


/* =========================================================
   FOOTER CALLOUT
========================================================= */

.seo-text-box__footer {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 25px;
    padding: 18px 20px;

    border: 1px solid #dbeafe;
    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            #eff6ff,
            #f8fafc
        );
}

.seo-text-box__footer-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #2563eb;
    color: #fff;

    box-shadow:
        0 7px 16px rgba(37, 99, 235, .18);
}

.seo-text-box__footer strong {
    display: block;

    margin-bottom: 3px;

    color: #1e293b;

    font-size: 13px;
    font-weight: 850;
}

.seo-text-box__footer p {
    margin: 0;

    color: #64748b;

    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .seo-text-box {
        padding: 34px;
    }

    .seo-text-box__content {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .seo-content-item:last-child {
        grid-column: span 2;
    }

    .seo-text-box__highlights {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .seo-text-section {
        padding: 45px 13px;
    }

    .seo-text-box {
        padding: 24px 17px;

        border-radius: 20px;
    }

    .seo-text-box__header {
        margin-bottom: 25px;
    }

    .seo-text-box__badge {
        font-size: 9px;
    }

    .seo-text-box__header h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .seo-text-box__header h2 span {
        margin-top: 3px;
    }

    .seo-text-box__intro {
        margin-top: 12px;

        font-size: 13px;
        line-height: 1.7;
    }

    .seo-text-box__content {
        grid-template-columns: 1fr;

        gap: 10px;

        margin-top: 24px;
    }

    .seo-content-item {
        padding: 18px;

        border-radius: 16px;
    }

    .seo-content-item:last-child {
        grid-column: auto;
    }

    .seo-content-item__icon {
        width: 40px;
        height: 40px;

        margin-bottom: 13px;

        border-radius: 11px;
    }

    .seo-content-item h3 {
        font-size: 15px;
    }

    .seo-content-item p {
        font-size: 12px;
        line-height: 1.75;
    }

    .seo-text-box__highlights {
        grid-template-columns: 1fr;

        margin-top: 19px;
        padding-top: 19px;
    }

    .seo-highlight {
        padding: 10px 11px;

        font-size: 10px;
    }

    .seo-text-box__footer {
        align-items: flex-start;

        margin-top: 19px;
        padding: 15px;

        border-radius: 13px;
    }

    .seo-text-box__footer-icon {
        flex-basis: 38px;

        width: 38px;
        height: 38px;
    }

    .seo-text-box__footer strong {
        font-size: 12px;
    }

    .seo-text-box__footer p {
        font-size: 10.5px;
    }

}


/* =========================================================
   SMALL DEVICES
========================================================= */

@media (max-width: 380px) {

    .seo-text-section {
        padding-left: 9px;
        padding-right: 9px;
    }

    .seo-text-box {
        padding: 20px 14px;
    }

    .seo-text-box__header h2 {
        font-size: 23px;
    }

}

/* =========================================================
   PREMIUM CTA SECTION
========================================================= */

.cta-section {
    position: relative;

    padding: 80px 20px;

    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #f8fafc 0%,
            #ffffff 100%
        );
}


/* =========================================================
   CTA BOX
========================================================= */

.cta-box {
    position: relative;

    width: min(1120px, 100%);
    margin: 0 auto;

    overflow: hidden;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            #0f172a 0%,
            #172554 48%,
            #1e1b4b 100%
        );

    box-shadow:
        0 25px 70px rgba(15, 23, 42, .18);
}


/* =========================================================
   TOP ACCENT
========================================================= */

.cta-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            #3b82f6,
            #8b5cf6,
            #06b6d4
        );
}


/* =========================================================
   BACKGROUND GLOWS
========================================================= */

.cta-glow {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    filter: blur(5px);
}

.cta-glow--one {
    width: 320px;
    height: 320px;

    top: -170px;
    right: -80px;

    background: rgba(59, 130, 246, .18);
}

.cta-glow--two {
    width: 280px;
    height: 280px;

    bottom: -170px;
    left: -80px;

    background: rgba(139, 92, 246, .14);
}


/* =========================================================
   CONTENT
========================================================= */

.cta-content {
    position: relative;
    z-index: 2;

    max-width: 820px;

    margin: 0 auto;

    padding: 58px 40px;

    text-align: center;
}


/* =========================================================
   BADGE
========================================================= */

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 20px;
    padding: 8px 14px;

    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;

    background: rgba(255, 255, 255, .08);

    color: #bfdbfe;

    font-size: 10px;
    font-weight: 850;

    letter-spacing: .07em;
    text-transform: uppercase;

    backdrop-filter: blur(12px);
}

.cta-badge i {
    color: #60a5fa;
}


/* =========================================================
   HEADING
========================================================= */

.cta-content h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.08;

    font-weight: 900;

    letter-spacing: -.045em;
}

.cta-content h2 span {
    display: block;

    background:
        linear-gradient(
            90deg,
            #60a5fa,
            #a78bfa,
            #67e8f9
        );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.cta-description {
    max-width: 700px;

    margin: 19px auto 0;

    color: #cbd5e1;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   BUTTONS
========================================================= */

.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    margin-top: 30px;
}

.cta-buttons a {
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    padding: 0 20px;

    border-radius: 12px;

    text-decoration: none;

    font-size: 12px;
    font-weight: 800;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}


/* PRIMARY */

.cta-buttons .btn-primary {
    color: #0f172a;

    background: #ffffff;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .16);
}

.cta-buttons .btn-primary:hover {
    transform: translateY(-3px);

    background: #f8fafc;

    box-shadow:
        0 15px 30px rgba(0, 0, 0, .22);
}

.cta-buttons .btn-primary > i {
    transition: transform .2s ease;
}

.cta-buttons .btn-primary:hover > i {
    transform: translateX(4px);
}


/* SECONDARY */

.cta-buttons .btn-secondary {
    border: 1px solid rgba(255, 255, 255, .18);

    background: rgba(255, 255, 255, .08);

    color: #ffffff;

    backdrop-filter: blur(10px);
}

.cta-buttons .btn-secondary:hover {
    transform: translateY(-3px);

    border-color: rgba(255, 255, 255, .3);

    background: rgba(255, 255, 255, .14);
}


/* =========================================================
   TRUST ITEMS
========================================================= */

.cta-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 10px 24px;

    margin-top: 28px;
    padding-top: 22px;

    border-top: 1px solid rgba(255, 255, 255, .1);
}

.cta-trust__item {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #cbd5e1;

    font-size: 10px;
    font-weight: 700;
}

.cta-trust__item i {
    color: #34d399;

    font-size: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {

    .cta-section {
        padding: 55px 14px;
    }

    .cta-box {
        border-radius: 24px;
    }

    .cta-content {
        padding: 45px 25px;
    }

    .cta-content h2 {
        font-size: 36px;
    }

    .cta-description {
        font-size: 13px;
        line-height: 1.75;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 560px) {

    .cta-section {
        padding: 42px 11px;
    }

    .cta-box {
        border-radius: 20px;
    }

    .cta-content {
        padding: 36px 17px;
    }

    .cta-badge {
        margin-bottom: 17px;
        padding: 7px 11px;

        font-size: 8.5px;
    }

    .cta-content h2 {
        font-size: 29px;
        line-height: 1.12;
    }

    .cta-content h2 span {
        margin-top: 3px;
    }

    .cta-description {
        margin-top: 14px;

        font-size: 12px;
        line-height: 1.7;
    }

    .cta-buttons {
        flex-direction: column;

        width: 100%;

        margin-top: 24px;
    }

    .cta-buttons a {
        width: 100%;

        min-height: 48px;

        border-radius: 11px;

        font-size: 11px;
    }

    .cta-trust {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 11px;

        margin-top: 23px;
        padding-top: 18px;
    }

    .cta-trust__item {
        justify-content: flex-start;

        font-size: 9.5px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    .cta-content {
        padding: 32px 14px;
    }

    .cta-content h2 {
        font-size: 26px;
    }

    .cta-trust {
        grid-template-columns: 1fr;
    }

    .cta-trust__item {
        justify-content: center;
    }

}

/* =========================================================
   PREMIUM FAQ SECTION
========================================================= */

.faq-section {
    width: min(980px, 100%);

    margin: 0 auto;

    padding: 72px 20px;
}


/* =========================================================
   HEADER
========================================================= */

.faq-section__header {
    max-width: 700px;

    margin: 0 auto 36px;

    text-align: center;
}

.faq-section__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 13px;
    padding: 7px 13px;

    border: 1px solid #dbeafe;
    border-radius: 999px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 9px;
    font-weight: 850;

    letter-spacing: .07em;
    text-transform: uppercase;
}

.faq-section__header h2 {
    margin: 0;

    color: #0f172a;

    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.15;

    font-weight: 900;

    letter-spacing: -.04em;
}

.faq-section__header h2 span {
    color: #2563eb;
}

.faq-section__header p {
    max-width: 620px;

    margin: 13px auto 0;

    color: #64748b;

    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   FAQ CONTAINER
========================================================= */

.faq-container {
    display: flex;
    flex-direction: column;

    gap: 10px;
}


/* =========================================================
   FAQ ITEM
========================================================= */

.faq-item {
    position: relative;

    overflow: hidden;

    border: 1px solid #e5e7eb;
    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 3px 12px rgba(15, 23, 42, .025);

    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.faq-item:hover {
    border-color: #bfdbfe;

    box-shadow:
        0 10px 28px rgba(15, 23, 42, .06);
}

.faq-item.is-open {
    border-color: #93c5fd;

    box-shadow:
        0 12px 30px rgba(37, 99, 235, .08);
}


/* =========================================================
   QUESTION
========================================================= */

.faq-question {
    width: 100%;

    display: grid;

    grid-template-columns:
        40px minmax(0, 1fr) 38px;

    align-items: center;

    gap: 13px;

    padding: 18px 18px;

    border: 0;

    background: transparent;

    color: #1e293b;

    text-align: left;

    cursor: pointer;

    font-family: inherit;
}


/* NUMBER */

.faq-question__number {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #f1f5f9;

    color: #64748b;

    font-size: 9px;
    font-weight: 850;

    transition:
        background .25s ease,
        color .25s ease;
}


/* QUESTION TEXT */

.faq-question__text {
    min-width: 0;

    color: #1e293b;

    font-size: 13px;
    line-height: 1.5;

    font-weight: 750;
}


/* ICON */

.faq-icon {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    justify-self: end;

    border: 1px solid #e2e8f0;
    border-radius: 10px;

    background: #f8fafc;

    color: #475569;

    font-size: 11px;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease,
        border-color .3s ease;
}


/* ACTIVE QUESTION */

.faq-item.is-open .faq-question__number {
    background: #eff6ff;
    color: #2563eb;
}

.faq-item.is-open .faq-question__text {
    color: #2563eb;
}

.faq-item.is-open .faq-icon {
    transform: rotate(45deg);

    border-color: #bfdbfe;

    background: #eff6ff;
    color: #2563eb;
}


/* =========================================================
   ANSWER
========================================================= */

.faq-answer {
    display: grid;

    grid-template-rows: 0fr;

    transition:
        grid-template-rows .3s ease;
}

.faq-answer__inner {
    min-height: 0;

    overflow: hidden;

    padding: 0 72px;

    color: #64748b;

    font-size: 12px;
    line-height: 1.8;

    opacity: 0;

    transition:
        opacity .25s ease,
        padding .3s ease;
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer__inner {
    padding-top: 0;
    padding-bottom: 20px;

    opacity: 1;
}


/* =========================================================
   FOOTER
========================================================= */

.faq-section__footer {
    display: flex;
    align-items: center;
    gap: 13px;

    margin-top: 25px;
    padding: 17px 19px;

    border: 1px solid #e0e7ff;
    border-radius: 15px;

    background:
        linear-gradient(
            135deg,
            #f8faff,
            #f8fafc
        );
}

.faq-section__footer-icon {
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #2563eb;
    color: #ffffff;

    box-shadow:
        0 7px 16px rgba(37, 99, 235, .16);

    font-size: 13px;
}

.faq-section__footer strong {
    display: block;

    margin-bottom: 2px;

    color: #1e293b;

    font-size: 12px;
    font-weight: 850;
}

.faq-section__footer span {
    display: block;

    color: #64748b;

    font-size: 10.5px;
    line-height: 1.6;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {

    .faq-section {
        padding: 55px 15px;
    }

    .faq-section__header {
        margin-bottom: 28px;
    }

    .faq-question {
        grid-template-columns:
            36px minmax(0, 1fr) 36px;

        gap: 11px;

        padding: 16px;
    }

    .faq-question__number {
        width: 32px;
        height: 32px;
    }

    .faq-answer__inner {
        padding-left: 59px;
        padding-right: 55px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 560px) {

    .faq-section {
        padding: 45px 12px;
    }

    .faq-section__header {
        margin-bottom: 22px;
    }

    .faq-section__badge {
        font-size: 8px;

        padding: 6px 10px;
    }

    .faq-section__header h2 {
        font-size: 27px;
    }

    .faq-section__header p {
        margin-top: 10px;

        font-size: 11.5px;
        line-height: 1.7;
    }

    .faq-container {
        gap: 8px;
    }

    .faq-item {
        border-radius: 13px;
    }

    .faq-question {
        grid-template-columns:
            32px minmax(0, 1fr) 32px;

        gap: 9px;

        padding: 14px 12px;
    }

    .faq-question__number {
        width: 30px;
        height: 30px;

        border-radius: 8px;

        font-size: 8px;
    }

    .faq-question__text {
        font-size: 11.5px;
        line-height: 1.45;
    }

    .faq-icon {
        width: 29px;
        height: 29px;

        border-radius: 8px;

        font-size: 9px;
    }

    .faq-answer__inner {
        padding-left: 51px;
        padding-right: 43px;

        font-size: 10.5px;
        line-height: 1.75;
    }

    .faq-item.is-open .faq-answer__inner {
        padding-bottom: 16px;
    }

    .faq-section__footer {
        align-items: flex-start;

        margin-top: 18px;
        padding: 14px;

        border-radius: 12px;
    }

    .faq-section__footer-icon {
        flex-basis: 35px;

        width: 35px;
        height: 35px;

        border-radius: 9px;
    }

    .faq-section__footer strong {
        font-size: 11px;
    }

    .faq-section__footer span {
        font-size: 9.5px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 360px) {

    .faq-section {
        padding-left: 9px;
        padding-right: 9px;
    }

    .faq-question {
        grid-template-columns:
            29px minmax(0, 1fr) 29px;

        padding: 12px 10px;
    }

    .faq-question__number {
        width: 27px;
        height: 27px;
    }

    .faq-icon {
        width: 27px;
        height: 27px;
    }

    .faq-question__text {
        font-size: 10.5px;
    }

    .faq-answer__inner {
        padding-left: 46px;
        padding-right: 38px;

        font-size: 10px;
    }

}

/* =========================================================
   FAQ ANSWER - FIXED ACCORDION
========================================================= */

.faq-answer {
    max-height: 0;

    overflow: hidden;

    transition:
        max-height .35s ease,
        opacity .25s ease;
    
    opacity: 0;
}

.faq-answer__inner {
    padding: 0 72px 0;

    color: #64748b;

    font-size: 12px;
    line-height: 1.8;

    opacity: 1;
}


/* OPEN */

.faq-item.is-open .faq-answer {
    max-height: 500px;

    opacity: 1;
}

.faq-item.is-open .faq-answer__inner {
    padding-bottom: 20px;
}

