:root {
  --aaexam-violet: #7f00ff;
  --aaexam-violet-dark: #5f00bf;
  --aaexam-violet-light: #9f40ff;
  --aaexam-ink: #171023;
  --aaexam-muted: #655b72;
  --aaexam-line: rgba(127, 0, 255, 0.16);
  --aaexam-panel: rgba(255, 255, 255, 0.78);
  --aaexam-panel-solid: #fbf8ff;
  --aaexam-shadow: 0 18px 60px rgba(95, 0, 191, 0.14);
}

html {
  scrollbar-color: var(--aaexam-violet) #f1e8ff;
  scrollbar-width: thin;
}

body.aaexam-violet-theme {
  color: var(--aaexam-ink);
}

body.aaexam-violet-theme ::selection {
  background: rgba(127, 0, 255, 0.22);
  color: var(--aaexam-ink);
}

body.aaexam-violet-theme::-webkit-scrollbar {
  width: 12px;
}

body.aaexam-violet-theme::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #fbf8ff, #efe1ff);
}

body.aaexam-violet-theme::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--aaexam-violet-light), var(--aaexam-violet-dark));
  border: 3px solid #fbf8ff;
  border-radius: 999px;
}

body.aaexam-violet-theme::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--aaexam-violet), var(--aaexam-violet-dark));
}

body.aaexam-violet-theme a {
  color: var(--aaexam-violet-dark);
}

body.aaexam-violet-theme .btn,
body.aaexam-violet-theme .button,
body.aaexam-violet-theme input[type="submit"],
body.aaexam-violet-theme .pagination .current,
body.aaexam-violet-theme .label.label-primary {
  background: linear-gradient(135deg, var(--aaexam-violet), var(--aaexam-violet-light));
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(127, 0, 255, 0.24);
}

body.aaexam-violet-theme .btn:hover,
body.aaexam-violet-theme .button:hover,
body.aaexam-violet-theme input[type="submit"]:hover {
  background: linear-gradient(135deg, var(--aaexam-violet-dark), var(--aaexam-violet));
  box-shadow: 0 16px 34px rgba(95, 0, 191, 0.28);
}

body.aaexam-violet-theme .navbar {
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

body.aaexam-violet-theme .navbar.navbar-default,
body.aaexam-violet-theme.aaexam-header-scrolled .navbar.navbar-default,
body.aaexam-violet-theme.single-post .navbar.navbar-default {
  background: var(--aaexam-violet-dark) !important;
  border: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.aaexam-violet-theme .navbar .navbar-brand,
body.aaexam-violet-theme .navbar .navbar-nav > li > a,
body.aaexam-violet-theme .navbar .navbar-nav > li > a:hover,
body.aaexam-violet-theme .navbar .navbar-nav > .active > a,
body.aaexam-violet-theme .navbar .navbar-toggle {
  color: #fff !important;
  font-weight: 800;
}

body.aaexam-violet-theme .navbar .icon-bar {
  background: #fff !important;
}

body.aaexam-violet-theme .navbar.navbar-default .navbar-brand {
  display: inline-flex;
  align-items: center;
  width: 176px;
  min-height: 70px;
  padding: 0;
}

body.aaexam-violet-theme .navbar.navbar-default::before,
body.aaexam-violet-theme .navbar.navbar-default::after {
  display: none;
}

body.aaexam-violet-theme .navbar.navbar-default .navbar-brand p {
  display: block;
  width: 172px;
  height: 32px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: url("../img/aaexam-logo-horizontal-white.png") left center / contain no-repeat;
  color: transparent !important;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

body.aaexam-violet-theme .navbar.navbar-default .navbar-brand p::before {
  display: none;
}

body.aaexam-violet-theme .footer.footer-black.footer-big {
  position: relative;
  margin-top: 0 !important;
  padding-top: 54px;
  background: #12145f !important;
  color: rgba(255, 255, 255, 0.78);
  border: 0;
}

body.aaexam-violet-theme .footer.footer-black.footer-big::before {
  display: none;
}

body.aaexam-violet-theme .footer.footer-black.footer-big::after {
  content: "";
  position: absolute;
  right: max(24px, calc((100vw - 1140px) / 2));
  top: 30px;
  width: 280px;
  height: 54px;
  background: url("../img/aaexam-logo-wordmark-white.png") center / contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

body.aaexam-violet-theme .footer.footer-black.footer-big a,
body.aaexam-violet-theme .footer.footer-black.footer-big .copyright {
  color: rgba(255, 255, 255, 0.86);
}

body.aaexam-violet-theme .footer.footer-black.footer-big .copyright {
  min-width: 118px;
  min-height: 30px;
  overflow: hidden;
  color: transparent !important;
  font-size: 0;
}

body.aaexam-violet-theme .footer.footer-black.footer-big .copyright::before {
  content: "";
  display: block;
  width: 116px;
  height: 28px;
  background: url("../img/aaexam-logo-wordmark-white.png") right center / contain no-repeat;
}

body.aaexam-violet-theme .footer.footer-black.footer-big a:hover {
  color: #fff;
}

body.aaexam-violet-theme .main.main-raised,
body.aaexam-violet-theme .main-raised {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

body.aaexam-violet-theme .page-header.header-small,
body.aaexam-violet-theme .page-header {
  background: #5f00bf !important;
}

body.aaexam-violet-theme .page-header.header-small .container,
body.aaexam-violet-theme .page-header .container {
  padding-top: 98px;
  padding-bottom: 52px;
}

body.aaexam-violet-theme .page-header .hestia-title,
body.aaexam-violet-theme .page-header .sub-title {
  color: #fff;
}

body.aaexam-violet-theme.single-post .page-header .header-filter.header-filter-gradient,
body.aaexam-violet-theme.single-post .page-header .header-filter.header-filter-gradient::before,
body.aaexam-violet-theme.blog .page-header .header-filter.header-filter-gradient,
body.aaexam-violet-theme.archive .page-header .header-filter.header-filter-gradient,
body.aaexam-violet-theme.search .page-header .header-filter.header-filter-gradient {
  background:
    linear-gradient(90deg,
      var(--aaexam-violet-dark) 0 30%,
      var(--aaexam-violet) 30% 68%,
      #12145f 68% 100%) !important;
}

body.aaexam-violet-theme.single-post .page-header {
  background: var(--aaexam-violet-dark) !important;
}

body.aaexam-violet-theme.single-post .page-header .hestia-title::after,
body.aaexam-violet-theme.single-post .page-header .title::after,
body.aaexam-violet-theme.single-post .page-header .entry-title::after {
  display: none !important;
  content: none !important;
}

body.aaexam-violet-theme.page:not(.home) .page-header {
  display: none;
}

body.aaexam-violet-theme.single-post .main,
body.aaexam-violet-theme.blog .main,
body.aaexam-violet-theme.archive .main,
body.aaexam-violet-theme.search .main,
body.aaexam-violet-theme.page:not(.home) .main {
  background: #fbf8ff !important;
}

.aaexam-home {
  overflow: hidden;
  background: #fff;
  color: var(--aaexam-ink);
}

.aaexam-home__wrap {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.aaexam-hero {
  position: relative;
  padding: 148px 0 86px;
  background:
    linear-gradient(90deg,
      #ffffff 0 58%,
      #f2e5ff 58% 74%,
      #e7d2ff 74% 100%);
}

body.aaexam-violet-theme .blog-post,
body.aaexam-violet-theme .hestia-blogs {
  background: #fbf8ff !important;
}

body.aaexam-violet-theme.single-post .blog-post {
  padding: 74px 0 90px;
  background: #fbf8ff !important;
}

body.aaexam-violet-theme.page:not(.home) .blog-post {
  padding: 0;
  background: #fbf8ff !important;
}

body.aaexam-violet-theme.page:not(.home) .blog-post > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.aaexam-violet-theme.single-post .blog-post > .container {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  padding-right: 0;
  padding-left: 0;
}

body.aaexam-violet-theme.single-post .section .row,
body.aaexam-violet-theme.page:not(.home) .section .row {
  margin-right: 0;
  margin-left: 0;
}

body.aaexam-violet-theme.single-post .section,
body.aaexam-violet-theme.page:not(.home) .section,
body.aaexam-violet-theme.blog .section {
  background: transparent;
}

body.aaexam-violet-theme.single-post .section.section-text,
body.aaexam-violet-theme.page:not(.home) .section.section-text {
  padding: 0;
}

body.aaexam-violet-theme.single-post .single-post-container,
body.aaexam-violet-theme.page:not(.home) .page-content-wrap {
  float: none;
  margin: 0 auto;
  padding: 0;
}

body.aaexam-violet-theme.single-post .single-post-container {
  max-width: 900px;
}

body.aaexam-violet-theme.page:not(.home) .page-content-wrap {
  width: 100%;
  max-width: none;
}

body.aaexam-violet-theme.single-post .single-post-wrap.entry-content,
body.aaexam-violet-theme.page:not(.home) .page-content-wrap {
  background: transparent;
  box-shadow: none;
}

body.aaexam-violet-theme .hestia-blogs {
  padding: 82px 0 96px;
}

body.aaexam-violet-theme.blog .blog-posts-wrap,
body.aaexam-violet-theme.archive .blog-posts-wrap,
body.aaexam-violet-theme.search .blog-posts-wrap {
  float: none;
  width: 100%;
}

body.aaexam-violet-theme.blog .blog-sidebar,
body.aaexam-violet-theme.archive .blog-sidebar,
body.aaexam-violet-theme.search .blog-sidebar,
body.aaexam-violet-theme.blog #secondary,
body.aaexam-violet-theme.archive #secondary,
body.aaexam-violet-theme.search #secondary {
  display: none;
}

body.aaexam-violet-theme .card.card-blog {
  border: 2px solid rgba(127, 0, 255, 0.14);
  border-left: 10px solid var(--aaexam-violet);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.aaexam-violet-theme .card.card-blog .content {
  padding: 28px 30px;
}

body.aaexam-violet-theme .card.card-blog .card-title a {
  color: var(--aaexam-ink);
}

body.aaexam-violet-theme .card.card-blog .category,
body.aaexam-violet-theme .card.card-blog .category.text-info,
body.aaexam-violet-theme .card.card-blog .category a,
body.aaexam-violet-theme .card.card-blog .category.text-info a {
  color: var(--aaexam-violet-dark) !important;
}

body.aaexam-violet-theme .card.card-blog .card-description {
  color: var(--aaexam-muted);
}

.aaexam-inner-page {
  display: grid;
  gap: 0;
  width: 100%;
  margin-bottom: 0;
  background: #fff;
}

.aaexam-inner-page > p {
  display: none;
}

.aaexam-inner-hero,
.aaexam-page-band,
.aaexam-page-cta {
  padding: 92px max(20px, calc((100vw - 1140px) / 2));
}

.aaexam-inner-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.62fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  min-height: 560px;
  background:
    linear-gradient(90deg,
      #ffffff 0 48%,
      #fbf8ff 48% 64%,
      #ead8ff 64% 100%);
  border-bottom: 0;
}

.aaexam-inner-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--aaexam-ink);
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 950;
  line-height: 1.06;
}

.aaexam-inner-hero p {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--aaexam-muted);
  font-size: 18px;
  line-height: 1.75;
}

.aaexam-page-blocks {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  grid-template-rows: 150px 112px 142px;
  gap: 16px;
}

.aaexam-page-blocks span {
  background: var(--aaexam-violet);
}

.aaexam-page-blocks span:nth-child(2) {
  background: var(--aaexam-violet-light);
}

.aaexam-page-blocks span:nth-child(3) {
  grid-row: 2 / 4;
  background: var(--aaexam-violet-dark);
}

.aaexam-page-blocks span:nth-child(4) {
  background: #12145f;
}

.aaexam-page-band {
  background: #fbf8ff;
}

.aaexam-page-band:nth-child(odd) {
  background: #ffffff;
}

.aaexam-page-band h2,
.aaexam-page-band .aaexam-flat-grid,
.aaexam-page-band .aaexam-section-lede,
.aaexam-page-band .aaexam-team-grid,
.aaexam-page-band .aaexam-team-breakdown,
.aaexam-page-band .aaexam-school-cloud,
.aaexam-page-band .aaexam-match-essay,
.aaexam-page-band .aaexam-match-card-grid,
.aaexam-page-band .aaexam-match-signal-grid,
.aaexam-page-band .aaexam-match-rail,
.aaexam-page-band .aaexam-process-flow,
.aaexam-page-band .aaexam-process-contact,
.aaexam-page-band .aaexam-process-scope,
.aaexam-page-band .aaexam-process-note-grid,
.aaexam-page-band .aaexam-process-subjects,
.aaexam-page-band .aaexam-process-two-col,
.aaexam-page-band .aaexam-pricing-estimator,
.aaexam-page-band .aaexam-price-factor-grid,
.aaexam-page-band .aaexam-price-range-grid,
.aaexam-page-band .aaexam-price-flow,
.aaexam-page-band .aaexam-price-note,
.aaexam-page-band .aaexam-course-board,
.aaexam-page-band .aaexam-course-service-grid,
.aaexam-page-band .aaexam-course-scope-grid,
.aaexam-page-band .aaexam-course-pricing,
.aaexam-page-band .aaexam-course-boundary,
.aaexam-page-cta > * {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.aaexam-page-band h2,
.aaexam-page-cta h2 {
  margin: 0 0 28px;
  color: var(--aaexam-ink);
  font-size: clamp(28px, 3.1vw, 44px);
  font-weight: 950;
  line-height: 1.12;
}

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

.aaexam-flat-item {
  min-height: 190px;
  padding: 24px;
  border-left: 10px solid var(--aaexam-violet);
  background: #fff;
}

.aaexam-flat-item h3 {
  margin: 0 0 10px;
  color: var(--aaexam-ink);
  font-size: 21px;
  font-weight: 900;
}

.aaexam-flat-item p {
  margin: 0;
  color: var(--aaexam-muted);
  font-size: 15px;
  line-height: 1.72;
}

.aaexam-section-lede {
  margin-top: -12px;
  margin-bottom: 32px;
  color: var(--aaexam-muted);
  font-size: 17px;
  line-height: 1.72;
}

.aaexam-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.aaexam-match-essay {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 22px;
}

.aaexam-match-panel,
.aaexam-match-card,
.aaexam-match-signal,
.aaexam-match-step {
  background: #fff;
}

.aaexam-match-panel {
  padding: 30px;
  border-left: 8px solid var(--aaexam-violet);
}

.aaexam-match-panel span,
.aaexam-match-card span,
.aaexam-match-signal span,
.aaexam-match-step span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--aaexam-violet-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aaexam-match-panel h3,
.aaexam-match-card h3,
.aaexam-match-signal h3,
.aaexam-match-step h3 {
  margin: 0 0 12px;
  color: var(--aaexam-ink);
  font-size: 23px;
  font-weight: 950;
  line-height: 1.26;
}

.aaexam-match-panel p,
.aaexam-match-card p,
.aaexam-match-signal p,
.aaexam-match-step p {
  margin: 0;
  color: var(--aaexam-muted);
  font-size: 15px;
  line-height: 1.75;
}

.aaexam-match-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.aaexam-match-list li {
  padding: 13px 15px;
  border-left: 5px solid var(--aaexam-violet-light);
  background: #fbf8ff;
  color: var(--aaexam-muted);
  font-size: 14px;
  line-height: 1.65;
}

.aaexam-match-card-grid,
.aaexam-match-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.aaexam-match-card,
.aaexam-match-signal {
  min-height: 100%;
  padding: 24px;
  border-left: 8px solid var(--aaexam-violet);
}

.aaexam-match-card:nth-child(2),
.aaexam-match-signal:nth-child(2) {
  border-left-color: var(--aaexam-violet-light);
}

.aaexam-match-card:nth-child(3),
.aaexam-match-signal:nth-child(3) {
  border-left-color: var(--aaexam-violet-dark);
}

.aaexam-match-signal-grid {
  margin-top: 28px;
}

.aaexam-match-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  padding: 24px;
  background: #f7f0ff;
}

.aaexam-match-step {
  position: relative;
  min-height: 190px;
  padding: 22px 18px;
  border-top: 8px solid var(--aaexam-violet);
}

.aaexam-match-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 42px;
  right: -18px;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-top: 5px solid var(--aaexam-violet);
  border-right: 5px solid var(--aaexam-violet);
  transform: rotate(45deg);
}

.aaexam-match-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  background: var(--aaexam-ink);
  color: #fff;
  letter-spacing: 0;
}

.aaexam-team-page .aaexam-section-lede strong {
  color: var(--aaexam-violet-dark);
  font-weight: 900;
}

.aaexam-team-card {
  min-height: 100%;
  padding: 24px;
  border-left: 8px solid var(--aaexam-violet);
  background: #fff;
}

.aaexam-team-card--lead {
  background: #fff;
}

.aaexam-team-card img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.aaexam-team-card--lead img {
  width: 92px;
  height: 92px;
}

.aaexam-team-card__eyebrow {
  margin: 0 0 8px;
  color: var(--aaexam-violet-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aaexam-team-card h3 {
  margin: 0 0 8px;
  color: var(--aaexam-ink);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.28;
}

.aaexam-team-card p {
  margin: 0;
  color: var(--aaexam-muted);
  font-size: 14px;
  line-height: 1.66;
}

.aaexam-team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.aaexam-team-tags span,
.aaexam-school-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  background: #fbf8ff;
  color: var(--aaexam-violet-dark);
  font-size: 12px;
  font-weight: 850;
}

.aaexam-team-breakdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.aaexam-team-stat {
  padding: 24px;
  border-top: 8px solid var(--aaexam-violet);
  background: #fff;
}

.aaexam-team-stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--aaexam-ink);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.aaexam-team-stat span {
  display: block;
  color: var(--aaexam-muted);
  font-size: 14px;
  line-height: 1.6;
}

.aaexam-school-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.aaexam-page-cta {
  margin-bottom: 0;
  background:
    linear-gradient(90deg,
      #5f00bf 0 42%,
      #7f00ff 42% 72%,
      #12145f 72% 100%);
  color: #fff;
}

.aaexam-page-cta + p {
  display: none;
}

.aaexam-page-cta h2,
.aaexam-page-cta p {
  color: #fff;
}

.aaexam-page-cta p {
  max-width: 760px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.72;
}

.aaexam-hero::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  background:
    linear-gradient(90deg,
      var(--aaexam-violet-dark) 0 20%,
      #fff 20% 30%,
      var(--aaexam-violet) 30% 66%,
      var(--aaexam-violet-light) 66% 88%,
      #1b0130 88% 100%);
}

.aaexam-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: 62px;
  align-items: center;
}

.aaexam-hero__copy::before {
  content: "";
  display: block;
  width: 224px;
  height: 42px;
  margin-bottom: 26px;
  background: url("../img/aaexam-logo-horizontal.png") left center / contain no-repeat;
}

.aaexam-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--aaexam-ink);
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 950;
  line-height: 1.04;
}

.aaexam-hero__lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: #4b3f5d;
  font-size: 19px;
  line-height: 1.74;
}

.aaexam-hero__actions,
.aaexam-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.aaexam-hero__actions {
  margin-top: 32px;
}

.aaexam-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 2px solid var(--aaexam-violet);
  border-radius: 6px;
  background: var(--aaexam-violet);
  color: #fff !important;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 9px 9px 0 #e6d0ff;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.aaexam-home__button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 12px 12px 0 #dcc1ff;
}

.aaexam-home__button--ghost {
  background: #fff;
  color: var(--aaexam-violet-dark) !important;
  box-shadow: none;
}

.aaexam-home__button--light {
  border-color: #fff;
  background: #fff;
  color: var(--aaexam-violet-dark) !important;
  box-shadow: 9px 9px 0 rgba(255, 255, 255, 0.2);
}

.aaexam-hero__stats {
  margin-top: 38px;
}

.aaexam-hero__stats div {
  min-width: 142px;
  padding: 16px;
  border-left: 8px solid var(--aaexam-violet);
  background: #fff;
  box-shadow: 12px 12px 0 #ead8ff;
}

.aaexam-hero__stats strong {
  display: block;
  color: var(--aaexam-violet-dark);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.aaexam-hero__stats span {
  display: block;
  margin-top: 7px;
  color: var(--aaexam-muted);
  font-size: 13px;
  font-weight: 800;
}

.aaexam-block-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-template-rows: 180px 86px 150px;
  gap: 16px;
  min-height: 448px;
  padding: 14px;
  border: 2px solid rgba(95, 0, 191, 0.18);
  background: #fff;
  box-shadow: -22px 22px 0 #5f00bf;
}

.aaexam-block-visual__tile {
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.aaexam-block-visual__tile--one {
  grid-row: 1 / 3;
  background: var(--aaexam-violet);
}

.aaexam-block-visual__tile--two {
  background: var(--aaexam-violet-light);
}

.aaexam-block-visual__tile--three {
  grid-column: 1 / 2;
  background: #1b0130;
}

.aaexam-block-visual__tile--four {
  grid-row: 2 / 4;
  grid-column: 2;
  background: var(--aaexam-violet-dark);
}

.aaexam-home-section {
  padding: 88px 0;
}

.aaexam-section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.aaexam-section-heading--left {
  margin-left: 0;
  text-align: left;
}

.aaexam-section-heading h2,
.aaexam-band__copy h2,
.aaexam-final-cta h2 {
  margin: 0;
  color: var(--aaexam-ink);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 950;
  line-height: 1.1;
}

.aaexam-section-heading p,
.aaexam-band__copy p,
.aaexam-final-cta p {
  margin: 16px 0 0;
  color: var(--aaexam-muted);
  font-size: 17px;
  line-height: 1.72;
}

.aaexam-feature-grid,
.aaexam-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.aaexam-feature-card,
.aaexam-resource-card a {
  display: block;
  min-height: 260px;
  padding: 28px;
  border: 2px solid rgba(127, 0, 255, 0.14);
  border-radius: 8px;
  background: #fff;
  color: var(--aaexam-ink);
  text-decoration: none;
  box-shadow: 14px 14px 0 #f0e0ff;
}

.aaexam-feature-card:nth-child(2),
.aaexam-resource-card:nth-child(2) a {
  box-shadow: 14px 14px 0 #e2c6ff;
}

.aaexam-feature-card:nth-child(3),
.aaexam-resource-card:nth-child(3) a {
  box-shadow: 14px 14px 0 #d0a8ff;
}

.aaexam-feature-card__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  background: var(--aaexam-violet);
  color: #fff;
  font-weight: 950;
}

.aaexam-feature-card h3,
.aaexam-process__step h3,
.aaexam-resource-card h3 {
  margin: 0 0 12px;
  color: var(--aaexam-ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.24;
}

.aaexam-feature-card p,
.aaexam-process__step p,
.aaexam-resource-card p {
  margin: 0;
  color: var(--aaexam-muted);
  font-size: 15px;
  line-height: 1.7;
}

.aaexam-band {
  background:
    linear-gradient(90deg,
      #1b0130 0 28%,
      #fff 28% 100%);
}

.aaexam-band__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.aaexam-band__blocks {
  display: grid;
  grid-template-columns: 1fr 0.55fr 0.85fr;
  grid-template-rows: 92px 132px 82px 112px;
  gap: 14px;
}

.aaexam-band__blocks div:nth-child(1) {
  grid-row: 1 / 3;
  background: var(--aaexam-violet);
}

.aaexam-band__blocks div:nth-child(2) {
  grid-column: 2 / 4;
  background: #fff;
}

.aaexam-band__blocks div:nth-child(3) {
  background: var(--aaexam-violet-light);
}

.aaexam-band__blocks div:nth-child(4) {
  grid-column: 1 / 3;
  background: var(--aaexam-violet-dark);
}

.aaexam-band__blocks div:nth-child(5) {
  grid-row: 3 / 5;
  grid-column: 3;
  background: #d8b5ff;
}

.aaexam-subject-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.aaexam-subject-list span {
  padding: 10px 13px;
  border: 1px solid rgba(127, 0, 255, 0.18);
  border-radius: 6px;
  background: #fbf8ff;
  color: var(--aaexam-violet-dark);
  font-size: 13px;
  font-weight: 850;
}

.aaexam-process {
  background: #fbf8ff;
}

.aaexam-process__timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.aaexam-process__step {
  position: relative;
  min-height: 230px;
  padding: 24px 20px 22px;
  border-top: 10px solid var(--aaexam-violet);
  background: #fff;
  box-shadow: 10px 10px 0 #ead8ff;
}

.aaexam-process__step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  background: var(--aaexam-ink);
  color: #fff;
  font-weight: 950;
}

.aaexam-process-contact,
.aaexam-process-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.aaexam-process-contact article,
.aaexam-process-note,
.aaexam-process-scope,
.aaexam-process-subjects {
  border-left: 8px solid var(--aaexam-violet);
  background: #fff;
}

.aaexam-process-contact article,
.aaexam-process-note {
  padding: 24px;
}

.aaexam-process-contact span,
.aaexam-process-note span,
.aaexam-process-scope span,
.aaexam-process-subjects span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--aaexam-violet-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aaexam-process-contact h3,
.aaexam-process-note h3,
.aaexam-process-scope h3,
.aaexam-process-subjects h3 {
  margin: 0 0 12px;
  color: var(--aaexam-ink);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.26;
}

.aaexam-process-contact p,
.aaexam-process-note p,
.aaexam-process-scope p,
.aaexam-process-subjects p {
  margin: 0;
  color: var(--aaexam-muted);
  font-size: 15px;
  line-height: 1.72;
}

.aaexam-process-flow {
  margin-top: 34px;
  padding: 28px;
  background: #f7f0ff;
}

.aaexam-flow-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.aaexam-flow__fallback {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aaexam-process-flow.is-rendered .aaexam-flow__fallback {
  display: none;
}

.aaexam-flow__fallback li {
  min-height: 150px;
  padding: 22px;
  border-left: 8px solid var(--aaexam-violet);
  background: #fff;
}

.aaexam-flow__fallback strong {
  display: block;
  margin-bottom: 10px;
  color: var(--aaexam-ink);
  font-size: 20px;
  font-weight: 950;
}

.aaexam-flow__fallback p {
  margin: 0;
  color: var(--aaexam-muted);
  font-size: 14px;
  line-height: 1.7;
}

.aaexam-process-scope,
.aaexam-process-subjects {
  margin-top: 30px;
  padding: 30px;
}

.aaexam-process-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 22px;
  margin-top: 28px;
}

.aaexam-process-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.aaexam-process-list li {
  padding: 14px 16px;
  border-left: 5px solid var(--aaexam-violet-light);
  background: #fbf8ff;
  color: var(--aaexam-muted);
  font-size: 15px;
  line-height: 1.65;
}

.aaexam-process-subject-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.aaexam-process-subject-cloud span {
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(127, 0, 255, 0.18);
  background: #fbf8ff;
  color: var(--aaexam-violet-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.aaexam-pricing-hero .aaexam-page-blocks {
  grid-template-columns: 0.86fr 1fr;
}

.aaexam-pricing-estimator {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.aaexam-estimator-panel,
.aaexam-estimate-card,
.aaexam-price-card,
.aaexam-price-flow__step,
.aaexam-price-note {
  background: #fff;
  border-left: 8px solid var(--aaexam-violet);
}

.aaexam-estimator-panel,
.aaexam-estimate-card {
  padding: clamp(22px, 3vw, 34px);
}

.aaexam-estimator-panel h3,
.aaexam-estimate-card h3,
.aaexam-price-card h3,
.aaexam-price-flow__step h3 {
  margin: 0 0 14px;
  color: var(--aaexam-ink);
  font-size: 23px;
  font-weight: 950;
  line-height: 1.2;
}

.aaexam-estimator-panel p,
.aaexam-estimate-card p,
.aaexam-price-card p,
.aaexam-price-flow__step p,
.aaexam-price-note p {
  margin: 0;
  color: var(--aaexam-muted);
  font-size: 15px;
  line-height: 1.72;
}

.aaexam-estimator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.aaexam-estimator-field {
  display: grid;
  gap: 8px;
}

.aaexam-estimator-field--wide {
  grid-column: 1 / -1;
}

.aaexam-estimator-field label,
.aaexam-estimator-upload span {
  color: var(--aaexam-ink);
  font-size: 13px;
  font-weight: 900;
}

.aaexam-estimator-field select,
.aaexam-estimator-field input,
.aaexam-estimator-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(127, 0, 255, 0.18);
  border-radius: 4px;
  background: #fbf8ff;
  color: var(--aaexam-ink);
  font-size: 15px;
  line-height: 1.45;
}

.aaexam-estimator-field select,
.aaexam-estimator-field input {
  padding: 0 14px;
}

.aaexam-estimator-field textarea {
  min-height: 112px;
  padding: 14px;
  resize: vertical;
}

.aaexam-estimator-field select:focus,
.aaexam-estimator-field input:focus,
.aaexam-estimator-field textarea:focus {
  outline: 3px solid rgba(127, 0, 255, 0.16);
  border-color: var(--aaexam-violet);
  background: #fff;
}

.aaexam-estimator-upload {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 2px dashed rgba(127, 0, 255, 0.3);
  background: #fff;
}

.aaexam-estimator-upload input {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.aaexam-estimator-upload small,
.aaexam-estimator-hint {
  color: var(--aaexam-muted);
  font-size: 13px;
  line-height: 1.6;
}

.aaexam-estimate-card {
  position: sticky;
  top: 104px;
  background:
    linear-gradient(135deg, rgba(127, 0, 255, 0.08), rgba(255, 255, 255, 0) 46%),
    #fff;
  box-shadow: 14px 14px 0 #ead8ff;
}

.aaexam-estimate-eyebrow,
.aaexam-price-card span,
.aaexam-price-flow__step span,
.aaexam-price-note span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--aaexam-violet-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aaexam-estimate-number {
  display: block;
  margin: 10px 0 8px;
  color: var(--aaexam-ink);
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 950;
  line-height: 1;
}

.aaexam-estimate-float {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  background: var(--aaexam-violet-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.aaexam-estimate-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.aaexam-estimate-summary div {
  padding: 12px;
  background: #fbf8ff;
}

.aaexam-estimate-summary strong {
  display: block;
  margin-bottom: 4px;
  color: var(--aaexam-ink);
  font-size: 14px;
  font-weight: 900;
}

.aaexam-estimate-summary span {
  color: var(--aaexam-muted);
  font-size: 13px;
  line-height: 1.5;
}

.aaexam-file-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.aaexam-file-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  background: #fbf8ff;
  color: var(--aaexam-ink);
  font-size: 13px;
}

.aaexam-file-list em {
  color: var(--aaexam-muted);
  font-style: normal;
  white-space: nowrap;
}

.aaexam-estimate-warning {
  margin-top: 12px !important;
  color: #5f00bf !important;
  font-weight: 800;
}

.aaexam-estimate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.aaexam-estimate-actions .aaexam-home__button {
  width: auto;
}

.aaexam-price-factor-grid,
.aaexam-price-range-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.aaexam-price-card {
  min-height: 210px;
  padding: 24px;
}

.aaexam-price-card strong {
  display: block;
  margin: 6px 0 14px;
  color: var(--aaexam-ink);
  font-size: 28px;
  font-weight: 950;
}

.aaexam-price-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.aaexam-price-card li {
  color: var(--aaexam-muted);
  font-size: 14px;
  line-height: 1.55;
}

.aaexam-price-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: var(--aaexam-violet);
  vertical-align: 1px;
}

.aaexam-price-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.aaexam-price-flow__step {
  position: relative;
  min-height: 190px;
  padding: 22px 18px;
}

.aaexam-price-flow__step::after {
  content: "";
  position: absolute;
  top: 32px;
  right: -10px;
  width: 18px;
  height: 18px;
  border-top: 4px solid var(--aaexam-violet-light);
  border-right: 4px solid var(--aaexam-violet-light);
  transform: rotate(45deg);
  background: transparent;
}

.aaexam-price-flow__step:last-child::after {
  display: none;
}

.aaexam-price-note {
  margin-top: 24px;
  padding: 26px;
  background: #171023;
  border-left-color: var(--aaexam-violet-light);
}

.aaexam-price-note h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}

.aaexam-price-note p,
.aaexam-price-note span {
  color: rgba(255, 255, 255, 0.82);
}

.aaexam-online-hero .aaexam-page-blocks {
  grid-template-columns: 1fr 0.86fr;
}

.aaexam-course-board {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  align-items: stretch;
}

.aaexam-course-board__copy,
.aaexam-course-board__panel,
.aaexam-course-service,
.aaexam-course-scope,
.aaexam-course-price,
.aaexam-course-boundary {
  border-left: 8px solid var(--aaexam-violet);
  background: #fff;
}

.aaexam-course-board__copy,
.aaexam-course-board__panel {
  padding: clamp(24px, 3vw, 36px);
}

.aaexam-course-board__copy h3,
.aaexam-course-board__panel h3,
.aaexam-course-service h3,
.aaexam-course-scope h3,
.aaexam-course-price h3,
.aaexam-course-boundary h3 {
  margin: 0 0 14px;
  color: var(--aaexam-ink);
  font-size: 24px;
  font-weight: 950;
  line-height: 1.2;
}

.aaexam-course-board__copy p,
.aaexam-course-board__panel p,
.aaexam-course-service p,
.aaexam-course-scope p,
.aaexam-course-price p,
.aaexam-course-boundary p {
  margin: 0;
  color: var(--aaexam-muted);
  font-size: 15px;
  line-height: 1.72;
}

.aaexam-course-tags,
.aaexam-course-board__weeks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.aaexam-course-tags span,
.aaexam-course-board__weeks li,
.aaexam-course-service span,
.aaexam-course-scope span,
.aaexam-course-price span,
.aaexam-course-boundary span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  background: #fbf8ff;
  color: var(--aaexam-violet-dark);
  font-size: 12px;
  font-weight: 900;
}

.aaexam-course-board__panel {
  display: grid;
  gap: 14px;
  background:
    linear-gradient(90deg, #ffffff 0 58%, #fbf8ff 58% 100%);
  box-shadow: 14px 14px 0 #ead8ff;
}

.aaexam-course-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 94px;
  gap: 12px;
  align-items: center;
  padding: 14px;
  background: #fff;
}

.aaexam-course-row strong {
  color: var(--aaexam-ink);
  font-size: 14px;
  font-weight: 950;
}

.aaexam-course-row em {
  color: var(--aaexam-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.aaexam-course-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  background: var(--aaexam-violet);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.aaexam-course-service-grid,
.aaexam-course-scope-grid,
.aaexam-course-pricing {
  display: grid;
  gap: 18px;
}

.aaexam-course-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aaexam-course-scope-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aaexam-course-pricing {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aaexam-course-service,
.aaexam-course-scope,
.aaexam-course-price {
  min-height: 210px;
  padding: 24px;
}

.aaexam-course-price strong {
  display: block;
  margin: 10px 0 14px;
  color: var(--aaexam-ink);
  font-size: 26px;
  font-weight: 950;
}

.aaexam-course-boundary {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 20px;
  margin-top: 26px;
  padding: 28px;
  background: #171023;
  border-left-color: var(--aaexam-violet-light);
}

.aaexam-course-boundary h3,
.aaexam-course-boundary p {
  color: #fff;
}

.aaexam-course-boundary p {
  color: rgba(255, 255, 255, 0.82);
}

.aaexam-course-boundary ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aaexam-course-boundary li {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.6;
}

.aaexam-resources {
  background: #fff;
}

.aaexam-resource-card span {
  display: block;
  margin-bottom: 22px;
  color: var(--aaexam-violet-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.aaexam-final-cta {
  padding: 78px 0;
  background:
    linear-gradient(90deg,
      var(--aaexam-violet-dark) 0 36%,
      var(--aaexam-violet) 36% 72%,
      var(--aaexam-violet-light) 72% 100%);
}

.aaexam-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.aaexam-final-cta h2,
.aaexam-final-cta p {
  color: #fff;
}

.aaexam-final-cta p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
}

body.aaexam-reading-layout .blog-post {
  background: #fbf8ff;
}

@media (min-width: 1200px) {
  body.aaexam-reading-layout .blog-post .container {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 38px;
    align-items: start;
    max-width: 1180px;
  }

  body.aaexam-reading-layout .blog-post .container > article.section {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
}

body.aaexam-reading-layout .single-post-container {
  float: none;
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

body.aaexam-reading-layout .blog-sidebar,
body.aaexam-reading-layout #secondary {
  display: none;
}

.aaexam-toc {
  display: none;
}

@media (min-width: 1200px) {
  .aaexam-toc {
    display: block;
    position: sticky;
    grid-column: 1;
    grid-row: 1;
    top: 104px;
    z-index: 2;
    max-height: calc(100vh - 126px);
    overflow: auto;
    padding: 2px;
  }
}

.aaexam-toc__inner {
  padding: 18px 16px;
  border: 1px solid var(--aaexam-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.aaexam-toc__label {
  margin: 0 0 12px;
  color: var(--aaexam-violet-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aaexam-toc__nav {
  display: grid;
  gap: 7px;
}

.aaexam-toc__nav a {
  display: block;
  padding: 7px 9px 7px 11px;
  border-left: 3px solid transparent;
  border-radius: 6px;
  color: var(--aaexam-muted);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.aaexam-toc__nav a[data-level="3"] {
  margin-left: 11px;
  font-size: 12px;
}

.aaexam-toc__nav a:hover,
.aaexam-toc__nav a.is-active {
  border-left-color: var(--aaexam-violet);
  background: rgba(127, 0, 255, 0.09);
  color: var(--aaexam-violet-dark);
}

.single-post-wrap.entry-content {
  font-size: 17px;
  line-height: 1.82;
}

body.aaexam-reading-layout .page-header .title,
body.aaexam-reading-layout h1.entry-title,
body.aaexam-reading-layout .single-post-wrap h1 {
  color: var(--aaexam-ink);
  font-weight: 900;
  line-height: 1.12;
}

body.aaexam-reading-layout h1.entry-title,
body.aaexam-reading-layout .single-post-wrap h1 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 24px;
}

body.aaexam-reading-layout h1.entry-title::after,
body.aaexam-reading-layout .single-post-wrap h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 92px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--aaexam-violet-dark), var(--aaexam-violet), var(--aaexam-violet-light));
}

body.aaexam-reading-layout .single-post-wrap h2,
body.aaexam-reading-layout .single-post-wrap h3 {
  scroll-margin-top: 108px;
}

body.aaexam-reading-layout .single-post-wrap h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  padding: 13px 16px 13px 18px;
  border-left: 5px solid var(--aaexam-violet);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(127, 0, 255, 0.11), rgba(159, 64, 255, 0.03));
  color: var(--aaexam-ink);
  font-weight: 850;
  line-height: 1.28;
}

body.aaexam-reading-layout .single-post-wrap h3 {
  color: var(--aaexam-violet-dark);
  font-weight: 800;
}

body.aaexam-reading-layout .single-post-wrap strong,
body.aaexam-reading-layout .single-post-wrap b {
  color: var(--aaexam-violet-dark);
  font-weight: 850;
}

body.aaexam-reading-layout .single-post-wrap blockquote {
  border-left: 5px solid var(--aaexam-violet-light);
  border-radius: 0 8px 8px 0;
  background: rgba(127, 0, 255, 0.06);
  color: var(--aaexam-ink);
}

body.aaexam-reading-layout .single-post-wrap code {
  border-radius: 5px;
  background: rgba(127, 0, 255, 0.08);
  color: var(--aaexam-violet-dark);
}

.aaexam-author-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  padding: 14px 16px;
  border: 1px solid var(--aaexam-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.aaexam-author-strip__image {
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.aaexam-author-strip__label {
  color: var(--aaexam-violet-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aaexam-author-strip__name {
  color: var(--aaexam-ink);
  font-size: 16px;
  font-weight: 850;
}

.aaexam-author-strip__meta {
  color: var(--aaexam-muted);
  font-size: 13px;
}

.aaexam-post-cta {
  margin: 52px 0 10px;
  padding: 30px;
  border: 1px solid rgba(127, 0, 255, 0.2);
  border-radius: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.5), transparent 16rem),
    linear-gradient(135deg, var(--aaexam-violet-dark), var(--aaexam-violet), var(--aaexam-violet-light));
  color: #fff;
  box-shadow: none;
}

.aaexam-post-cta__eyebrow {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aaexam-post-cta h2 {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 900;
}

.aaexam-post-cta p {
  max-width: 640px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.88);
}

.aaexam-post-cta__button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: #fff;
  color: var(--aaexam-violet-dark) !important;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(23, 16, 35, 0.2);
}

.aaexam-post-cta__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(23, 16, 35, 0.25);
}

@media (max-width: 1199px) {
  body.aaexam-reading-layout .single-post-container {
    max-width: 820px;
  }

  .aaexam-hero__grid,
  .aaexam-band__grid {
    grid-template-columns: 1fr;
  }

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

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

  .aaexam-match-essay,
  .aaexam-match-card-grid,
  .aaexam-match-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aaexam-match-rail {
    grid-template-columns: 1fr;
  }

  .aaexam-match-step {
    min-height: auto;
  }

  .aaexam-match-step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -21px;
    transform: translateX(50%) rotate(135deg);
  }

  .aaexam-block-visual {
    max-width: 560px;
    margin: 0 auto;
  }

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

  .aaexam-process-contact,
  .aaexam-process-note-grid,
  .aaexam-flow__fallback {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aaexam-process-two-col {
    grid-template-columns: 1fr;
  }

  .aaexam-pricing-estimator {
    grid-template-columns: 1fr;
  }

  .aaexam-estimate-card {
    position: static;
  }

  .aaexam-price-factor-grid,
  .aaexam-price-range-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .aaexam-price-flow__step::after {
    display: none;
  }

  .aaexam-course-board,
  .aaexam-course-boundary {
    grid-template-columns: 1fr;
  }

  .aaexam-course-service-grid,
  .aaexam-course-scope-grid,
  .aaexam-course-pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .aaexam-home__wrap {
    width: min(100% - 28px, 1140px);
  }

  .aaexam-hero {
    padding: 108px 0 50px;
    background: #fff;
  }

  body.aaexam-violet-theme .navbar .navbar-collapse {
    background: var(--aaexam-violet-dark);
  }

  .aaexam-hero__grid {
    gap: 38px;
  }

  .aaexam-hero h1 {
    font-size: 35px;
  }

  .aaexam-hero__lead {
    font-size: 15px;
  }

  .aaexam-home__button {
    width: 100%;
  }

  .aaexam-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .aaexam-hero__stats div {
    min-width: 0;
    padding: 12px 10px;
    border-left-width: 6px;
    box-shadow: 6px 6px 0 #ead8ff;
  }

  .aaexam-hero__stats strong {
    font-size: 22px;
  }

  .aaexam-hero__stats span {
    font-size: 12px;
  }

  .aaexam-block-visual {
    grid-template-rows: 86px 46px 72px;
    gap: 10px;
    min-height: 244px;
    padding: 10px;
    box-shadow: -12px 12px 0 #5f00bf;
  }

  .aaexam-block-visual__tile {
    padding: 12px;
    font-size: 13px;
  }

  .aaexam-home-section {
    padding: 62px 0;
  }

  .aaexam-feature-grid,
  .aaexam-resource-grid,
  .aaexam-process__timeline,
  .aaexam-flat-grid,
  .aaexam-team-grid,
  .aaexam-team-breakdown,
  .aaexam-match-essay,
  .aaexam-match-card-grid,
  .aaexam-match-signal-grid,
  .aaexam-process-contact,
  .aaexam-process-note-grid,
  .aaexam-flow__fallback,
  .aaexam-process-two-col,
  .aaexam-estimator-grid,
  .aaexam-price-factor-grid,
  .aaexam-price-range-grid,
  .aaexam-price-flow,
  .aaexam-course-board,
  .aaexam-course-service-grid,
  .aaexam-course-scope-grid,
  .aaexam-course-pricing,
  .aaexam-course-boundary {
    grid-template-columns: 1fr;
  }

  .aaexam-pricing-estimator {
    gap: 16px;
  }

  .aaexam-estimate-summary {
    grid-template-columns: 1fr;
  }

  .aaexam-estimate-actions .aaexam-home__button {
    width: 100%;
  }

  .aaexam-course-row {
    grid-template-columns: 1fr;
  }

  .aaexam-team-card--lead {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .aaexam-team-card,
  .aaexam-team-stat,
  .aaexam-match-panel,
  .aaexam-match-card,
  .aaexam-match-signal {
    padding: 20px;
  }

  .aaexam-match-rail {
    padding: 14px;
  }

  .aaexam-feature-card,
  .aaexam-resource-card a {
    min-height: auto;
  }

  .aaexam-band {
    background: #fbf8ff;
  }

  .aaexam-band__blocks {
    grid-template-rows: 70px 92px 64px 84px;
  }

  .aaexam-final-cta {
    background: var(--aaexam-violet-dark);
  }

  .aaexam-final-cta__inner {
    display: block;
  }

  .aaexam-final-cta .aaexam-home__button {
    margin-top: 24px;
  }

  body.aaexam-violet-theme .footer.footer-black.footer-big::after {
    display: none;
  }

  .aaexam-inner-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 112px 20px 58px;
    background:
      linear-gradient(180deg,
        #ffffff 0 54%,
        #fbf8ff 54% 100%);
  }

  .aaexam-page-blocks {
    grid-template-rows: 80px 58px 76px;
  }

  .aaexam-page-band,
  .aaexam-page-cta {
    padding: 52px 20px;
  }

  .aaexam-process-flow {
    padding: 14px;
  }

  .aaexam-process-contact article,
  .aaexam-process-note,
  .aaexam-process-scope,
  .aaexam-process-subjects {
    padding: 20px;
  }

  body.aaexam-violet-theme.single-post .blog-post {
    padding: 48px 0 68px;
  }

  body.aaexam-violet-theme.page:not(.home) .blog-post {
    padding: 0;
  }

  .single-post-wrap.entry-content {
    font-size: 16px;
    line-height: 1.74;
  }

  .aaexam-author-strip,
  .aaexam-post-cta {
    border-radius: 8px;
  }

  .aaexam-post-cta {
    padding: 24px 20px;
  }
}
