/* ============================================
   inline-overrides.css
   All styles moved from inline style="" attributes
   in home.html — add this file to assets/ folder
   ============================================ */

/* --- Mobile Menu --- */
.mobile-menu-cta {
  margin-top: 24px;
}

/* --- About Section --- */
.about-heading {
  margin: 20px 0 24px;
}

.about-lead {
  font-size: 1.1rem;
  color: var(--ink-soft);
  margin-bottom: 40px;
}

/* --- Stats Band --- */
.stats-band-padded {
  padding: 64px 0;
}

/* --- Why Choose Section --- */
.why-heading {
  margin-top: 20px;
}

.why-lead {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

/* --- How It Works Section --- */
.process-heading {
  margin-top: 20px;
}

.process-accent {
  font-style: italic;
  color: var(--gold);
}

/* --- Section Intro (Centered) --- */
.section-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.section-intro-heading {
  margin-top: 24px;
}

.section-intro-lead {
  color: var(--ink-soft);
  margin-top: 18px;
}

/* --- Eyebrow Centered --- */
.eyebrow-center {
  margin: 0 auto;
  display: inline-flex;
}

/* --- Test Grid Margin Top --- */
.test-grid-mt {
  margin-top: 48px;
}

/* --- Section CTA (centered button row) --- */
.section-cta {
  text-align: center;
  margin-top: 48px;
}

/* --- Countries Section --- */
.countries-heading {
  margin-top: 24px;
}

/* --- Testimonials Section --- */
.test-heading {
  margin-top: 24px;
}

/* --- Pricing Section --- */
.pricing-heading {
  margin: 20px 0 24px;
}

.pricing-intro {
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin-bottom: 32px;
}

.pricing-features {
  display: grid;
  gap: 18px;
  margin-bottom: 8px;
}

.pricing-feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.pricing-arrow {
  flex-shrink: 0;
  color: var(--copper);
  font-family: 'Fraunces', serif;
  font-size: 1.6rem;
  line-height: 1;
}

.pricing-feature-title {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.pricing-feature-desc {
  font-size: 0.92rem;
  color: var(--ink-soft);
}

/* --- Guarantees Section --- */
.section-intro-center {
  text-align: center;
  margin-bottom: 48px;
}

.guarantees-heading {
  margin-top: 20px;
}

/* --- FAQ Section --- */
.faq-btn-wrap {
  margin-top: 24px;
}

/* --- CTA Section --- */
.cta-actions-mt {
  margin-top: 40px;
}

/* --- Footer --- */
.footer-logo {
  height: 48px;
  width: auto;
  background: #FBF8EF;
  border-radius: 8px;
  padding: 4px;
}

.footer-powered-link {
  color: var(--gold);
}


/* ============================================
   about.html additional classes
   ============================================ */

/* Who Is OET For section */
.about-who-heading {
  margin: 20px 0 28px;
}

.about-who-lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin-bottom: 32px;
}

.about-list {
  display: grid;
  gap: 20px;
}

.about-list-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.about-list-num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--cream-2);
  display: grid;
  place-items: center;
  color: var(--copper);
  font-family: 'Fraunces', serif;
  font-size: 1rem;
  font-weight: 500;
}

.about-list-title {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.about-list-desc {
  color: var(--ink-soft);
  font-size: .94rem;
}

/* Results & Scoring section */
.about-scoring-heading {
  margin: 20px 0 24px;
}

.about-scoring-lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin-bottom: 24px;
}

.ink-strong {
  color: var(--ink);
}

.about-scoring-body {
  color: var(--ink-soft);
  font-size: .98rem;
  margin-bottom: 32px;
}

.pro-tip-box {
  background: var(--cream);
  padding: 24px 26px;
  border-radius: var(--radius-md);
  border-left: 4px solid var(--copper);
}

.pro-tip-label {
  color: var(--copper);
  display: block;
  margin-bottom: 8px;
}

.pro-tip-text {
  color: var(--ink-soft);
  font-size: .95rem;
  margin: 0;
}

/* Result image */
.about-result-img {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--shadow-lg);
}

.about-result-img-inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Our Story section */
.about-story-heading {
  margin: 20px 0 28px;
}

.about-story-lead {
  color: var(--ink-soft);
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.about-story-body {
  color: var(--ink-soft);
  font-size: 1.0rem;
  margin-bottom: 32px;
}
