/* ============================================================
   PRONI AI BPR LP — styles.css
   Faithfully reflecting Figma Make (LpAiBpr.tsx) design
   ============================================================ */

/* ============================================================
   Reset & Base
============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: rgba(6, 16, 26, 0.92);
  background-color: #ffffff;
  line-height: 1.6;
  /* desktop min-width removed so SP can display correctly */
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
}

/* ============================================================
   Layout utilities
============================================================ */

/* 960px centered content area */
.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* 768px centered content area (FAQ) */
.container-narrow {
  width: 768px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================================
   Color tokens
============================================================ */
.text-red {
  color: #de2d2d;
}

/* ============================================================
   Buttons
============================================================ */

/* Primary: red filled */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 300px;
  padding: 20px 8px 20px 0px;
  background: #de2d2d;
  border: 2px solid #de2d2d;
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.68px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.btn-primary:hover {
  background: #c42828;
  border-color: #c42828;
  transform: translateY(-1px);
}

.btn-primary:active {
  background: #b02222;
  border-color: #b02222;
  transform: translateY(0);
}

/* Secondary: white + red border */
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 300px;
  padding: 20px 12px;
  background: #ffffff;
  border: 2px solid #de2d2d;
  border-radius: 8px;
  color: #de2d2d;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.68px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.btn-secondary:hover {
  background: #fff5f5;
  transform: translateY(-1px);
}

.btn-secondary:active {
  background: #ffe8e8;
  transform: translateY(0);
}

/* Button icon */
.btn-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* Button group */
.btn-group {
  display: flex;
  gap: 24px;
  align-items: center;
}

.btn-group.centered {
  justify-content: center;
}

/* Header button */
.btn-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: #de2d2d;
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.64px;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.15s ease;
  font-feature-settings: 'palt';
}

.btn-header:hover {
  background: #c42828;
  transform: translateY(-1px);
}

.btn-header:active {
  background: #b02222;
  transform: translateY(0);
}

/* ============================================================
   Disclaimer text
============================================================ */
.disclaimer {
  font-size: 10px;
  font-weight: 400;
  color: rgba(6, 16, 26, 0.62);
  line-height: 1.6;
  letter-spacing: 0.4px;
  white-space: nowrap;
  font-feature-settings: 'palt';
}

.disclaimer.centered {
  text-align: center;
}

/* ============================================================
   Section title components
============================================================ */

/* Centered title (with icon above) */
.section-title-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.section-title-centered h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: rgba(6, 16, 26, 0.92);
  text-align: center;
  font-feature-settings: 'palt';
}

/* Left-aligned title (Cases section) */
.section-title-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.section-title-left h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: rgba(6, 16, 26, 0.92);
  font-feature-settings: 'palt';
}

.section-label {
  font-size: 14px;
  font-weight: 700;
  color: #8a5b42;
  line-height: 1.5;
  letter-spacing: 0.56px;
}

/* ============================================================
   Header
============================================================ */
.header {
  background: #ffffff;
  border-bottom: 1px solid rgba(6, 16, 26, 0.12);
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  width: 960px;
  margin: 0 auto;
}

.header-logo {
  display: flex;
  align-items: flex-end;
}

.header-logo img {
  display: block;
}

/* ============================================================
   Hero / FV Section
============================================================ */
.section-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
  background: #ffffff;
}

/* FV image (right side) */
.hero-bg {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 960px;
  height: 712px;
  background: url('../img/Image_00.png') center center / 100% auto no-repeat;
  border-radius: 12px;
  pointer-events: none;
}

/* White gradient fade — left-anchored so it always covers the text area */
.hero-gradient {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, #ffffff 38%, rgba(255, 255, 255, 0) 65%);
  pointer-events: none;
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-eyebrow {
  font-size: 14px;
  font-weight: 700;
  color: #de2d2d;
  line-height: 1.6;
  letter-spacing: 0.56px;
  white-space: nowrap;
  font-feature-settings: 'palt';
}

.hero-headline {
  display: flex;
  flex-direction: column;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1.3;
  letter-spacing: 2.08px;
  color: rgba(6, 16, 26, 0.92);
  white-space: nowrap;
}

.hero-body {
  max-width: 560px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(6, 16, 26, 0.62);
  line-height: 1.6;
  letter-spacing: 0.64px;
  font-feature-settings: 'palt';
}

.hero-cta-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ============================================================
   Pain Section
============================================================ */
.section-pain {
  background: #f6f6f6;
  padding: 40px 0 52px;
}

.section-pain .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.pain-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 960px;
}

.pain-card {
  width: 474px;
  background: #ffffff;
  border-radius: 0 4px 4px 0;
  border-left: 4px solid rgba(6, 16, 26, 0.38);
  padding: 16px 16px 16px 20px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(6, 16, 26, 0.92);
  line-height: 1.6;
  letter-spacing: 0.64px;
  word-break: break-word;
  font-feature-settings: 'palt';
}

/* ============================================================
   Suggestion Banner
============================================================ */
.section-suggestion {
  background: #de2d2d;
  padding: 24px 0;
}

.section-suggestion .container {
  display: flex;
  justify-content: center;
}

.suggestion-text {
  display: flex;
  align-items: baseline;
  gap: 2px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
}

.suggestion-sm {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.56px;
  font-feature-settings: 'palt';
}

.suggestion-lg {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.96px;
  font-feature-settings: 'palt';
}

/* ============================================================
   Overview Section
============================================================ */
.section-overview {
  background: #ffffff;
  padding: 52px 0 40px;
}

.overview-inner {
  display: flex;
  gap: 12px;
  align-items: center;
}

.overview-left {
  flex-shrink: 0;
  width: 494px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.overview-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.overview-label {
  font-size: 14px;
  font-weight: 700;
  color: #8a5b42;
  line-height: 1.5;
  letter-spacing: 0.56px;
}

.overview-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
  color: rgba(6, 16, 26, 0.92);
  font-feature-settings: 'palt';
}

.overview-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(6, 16, 26, 0.62);
  letter-spacing: 0.64px;
  font-feature-settings: 'palt';
}

.overview-image-wrap {
  flex: 1;
  min-width: 0;
  aspect-ratio: 500 / 300;
  overflow: hidden;
  border-radius: 8px;
}

.overview-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   Cases Section (Before → After)
============================================================ */
.section-cases {
  background: #ffffff;
  padding: 40px 0;
}

.section-cases .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.case-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.case-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(159, 115, 86, 0.6);
  border-radius: 8px;
  overflow: hidden;
}

.case-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.case-after,
.case-before {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.after-label {
  display: block;
  font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #de2d2d;
  line-height: 1.2;
  letter-spacing: 0.56px;
}

.after-body {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.72px;
  color: rgba(6, 16, 26, 0.92);
  font-feature-settings: 'palt';
}

.before-label {
  display: block;
  font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: rgba(6, 16, 26, 0.62);
  line-height: 1.2;
  letter-spacing: 0.48px;
}

.before-body {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(6, 16, 26, 0.62);
  letter-spacing: 0.48px;
  font-feature-settings: 'palt';
}

.case-image-area {
  flex-shrink: 0;
  width: 300px;
  height: 150px;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f4f8;
}

.case-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

/* ============================================================
   Why PRONI (Trust) Section
============================================================ */
.section-trust {
  background: #ffffff;
  padding: 40px 0;
}

.section-trust .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.trust-grid {
  display: flex;
  gap: 24px;
  width: 100%;
}

.trust-card {
  flex: 1;
  min-width: 0;
  background: #ebe6dc;
  border-radius: 8px;
  overflow: hidden;
}

.trust-card-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 24px 24px 8px;
}

.trust-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.trust-text h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.72px;
  color: rgba(6, 16, 26, 0.92);
  font-feature-settings: 'palt';
}

.trust-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(6, 16, 26, 0.62);
  letter-spacing: 0.56px;
  font-feature-settings: 'palt';
}

.trust-img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

/* ============================================================
   Steps Section (サービスの流れ)
============================================================ */
.section-steps {
  background: #ffffff;
  padding: 40px 0 80px;
}

.section-steps .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.steps-row {
  display: flex;
  gap: 24px;
  width: 100%;
  position: relative;
}

/* Horizontal connecting line — matches Figma's w-[738px] centered */
.steps-row::before {
  content: '';
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 738px;
  height: 1px;
  background: #9f7356;
}

.step {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.step-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #9f7356;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 500;
  font-size: 28px;
  color: #9f7356;
  line-height: 1;
  letter-spacing: 1.12px;
  flex-shrink: 0;
}

.step-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  word-break: break-word;
  overflow: hidden;
}

.step-body h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: rgba(6, 16, 26, 0.92);
  text-align: center;
  width: 100%;
}

.step-body p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(6, 16, 26, 0.62);
  letter-spacing: 0.48px;
  font-feature-settings: 'palt';
  text-align: left;
  width: 100%;
}

/* ============================================================
   Final CTA Box Section
============================================================ */
.section-cta-box {
  background: #f7f5f3;
  padding: 40px 0 52px;
}

.cta-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.cta-box-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: #ebe6dc;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #8a5b42;
  line-height: 1.3;
  letter-spacing: 0.48px;
  white-space: nowrap;
  font-feature-settings: 'palt';
}

.cta-box-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.96px;
  color: rgba(6, 16, 26, 0.92);
  text-align: center;
  white-space: nowrap;
  font-feature-settings: 'palt';
}

.cta-box-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(6, 16, 26, 0.62);
  text-align: center;
  letter-spacing: 0.56px;
  font-feature-settings: 'palt';
}

/* ============================================================
   FAQ Section (よくある質問)
============================================================ */
.section-faq {
  background: #ffffff;
  padding: 40px 0 80px;
}

.section-faq .container-narrow {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.faq-card {
  background: #ffffff;
  border: 1px solid rgba(6, 16, 26, 0.12);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-card h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: rgba(6, 16, 26, 0.92);
  word-break: break-word;
}

.faq-card p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(6, 16, 26, 0.62);
  letter-spacing: 0.48px;
  font-feature-settings: 'palt';
}

/* ============================================================
   Footer
============================================================ */
.footer {
  background: #de2d2d;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer img {
  display: block;
}

.footer p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.48px;
  width: 200px;
  font-feature-settings: 'palt';
}

/* ============================================================
   Responsive — SP (≤ 767px)
============================================================ */
@media (max-width: 768px) {

  /* ----------------------------------------------------------
     Layout overrides
  ---------------------------------------------------------- */
  .container,
  .container-narrow {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ----------------------------------------------------------
     Buttons
  ---------------------------------------------------------- */
  .btn-primary,
  .btn-secondary {
    width: 100%;
    font-size: 18px;
  }

  .btn-group {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .btn-group.centered {
    align-items: center;
  }

  /* ----------------------------------------------------------
     Header
  ---------------------------------------------------------- */
  .header-inner {
    width: 100%;
    padding: 10px 20px;
  }

  .header-logo img {
    width: 160px;
    height: auto;
  }

  .btn-header {
    padding: 8px 16px;
    font-size: 14px;
  }

  /* ----------------------------------------------------------
     Hero / FV
  ---------------------------------------------------------- */
  .section-hero {
    padding: 36px 0 40px;
    background:
      linear-gradient(to right, rgba(6, 16, 26, 0.5) 0%, rgba(6, 16, 26, 0.5) 100%),
      url('../img/Image_00.png') right -100px center / cover no-repeat;
  }

  /* Hide absolute-positioned bg blocks on SP (image is on section itself) */
  .hero-bg,
  .hero-gradient {
    display: none;
  }

  /* FV text — white on dark overlay */
  .hero-eyebrow {
    color: #ffffff;
  }

  .hero-headline {
    color: #ffffff;
  }

  .hero-headline .text-red {
    color: #ffffff;
  }

  .hero-body {
    color: rgba(255, 255, 255, 0.72);
  }

  .hero-cta-area .disclaimer {
    color: rgba(255, 255, 255, 0.72);
  }

  .hero-container {
    width: 100%;
    padding: 0 20px;
    gap: 24px;
  }

  .hero-text {
    gap: 12px;
  }

  .hero-eyebrow {
    font-size: 12px;
  }

  .hero-headline {
    font-size: 28px;
    letter-spacing: 1px;
    white-space: normal;
  }

  .hero-body {
    font-size: 14px;
    max-width: 100%;
  }

  .hero-cta-area {
    gap: 12px;
  }

  /* ----------------------------------------------------------
     Pain Section
  ---------------------------------------------------------- */
  .section-pain {
    padding: 32px 0 40px;
  }

  .section-pain .container {
    gap: 20px;
  }

  .pain-grid {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .pain-card {
    width: 100%;
    font-size: 14px;
  }

  /* ----------------------------------------------------------
     Section titles
  ---------------------------------------------------------- */
  .section-title-centered h2,
  .section-title-left h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
  }

  /* ----------------------------------------------------------
     Suggestion Banner
  ---------------------------------------------------------- */
  .section-suggestion {
    padding: 20px 0;
  }

  .suggestion-text {
    white-space: normal;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 4px;
    align-items: baseline;
    justify-content: center;
  }

  .suggestion-sm {
    font-size: 13px;
  }

  .suggestion-lg {
    font-size: 18px;
  }

  /* ----------------------------------------------------------
     Overview Section
  ---------------------------------------------------------- */
  .section-overview {
    padding: 36px 0 32px;
  }

  .overview-inner {
    flex-direction: column;
    gap: 20px;
  }

  .overview-left {
    width: 100%;
    gap: 10px;
  }

  .overview-heading {
    font-size: 22px;
    letter-spacing: 0.5px;
  }

  .overview-body {
    font-size: 14px;
  }

  .overview-image-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
  }

  /* ----------------------------------------------------------
     Cases Section
  ---------------------------------------------------------- */
  .section-cases {
    padding: 32px 0;
  }

  .section-cases .container {
    gap: 28px;
  }

  /* Case card → vertical layout
     align-items: stretch で子要素をカード全幅に伸ばす（flex-start のままだと
     column 方向でクロス軸=横方向が flex-start 扱いになり画像が見切れる） */
  .case-card {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
  }

  /* PC専用改行を SP では非表示 */
  br.pc-only {
    display: none;
  }

  .case-image-area {
    width: 100%;
    min-width: 0;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
  }

  .case-image-area img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .after-body {
    font-size: 16px;
  }

  .cases-cta {
    gap: 12px;
  }

  /* ----------------------------------------------------------
     Trust / Why PRONI Section
  ---------------------------------------------------------- */
  .section-trust {
    padding: 32px 0;
  }

  .section-trust .container {
    gap: 20px;
  }

  .trust-grid {
    flex-direction: column;
    gap: 12px;
  }

  .trust-card-inner {
    padding: 20px 20px 12px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .trust-text {
    flex: 1;
  }

  .trust-text h3 {
    font-size: 15px;
  }

  .trust-text p {
    font-size: 13px;
  }

  .trust-img {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
  }

  /* ----------------------------------------------------------
     Steps Section
  ---------------------------------------------------------- */
  .section-steps {
    padding: 32px 0 56px;
  }

  .section-steps .container {
    gap: 20px;
  }

  /* Remove horizontal connecting line */
  .steps-row::before {
    display: none;
  }

  .steps-row {
    flex-direction: column;
    gap: 20px;
    position: relative;
  }

  /* Vertical connecting line */
  .steps-row::after {
    content: '';
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: 26px;
    width: 1px;
    background: #9f7356;
  }

  .step {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
  }

  .step-num {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: #ffffff;
    position: relative;
    z-index: 1;
  }

  .step-body {
    align-items: flex-start;
    padding-top: 10px;
  }

  .step-body h3 {
    text-align: left;
    font-size: 15px;
  }

  .step-body p {
    text-align: left;
  }

  /* ----------------------------------------------------------
     CTA Box Section
  ---------------------------------------------------------- */
  .section-cta-box {
    padding: 32px 0 40px;
  }

  .cta-box {
    padding: 28px 20px;
    gap: 20px;
    border-radius: 8px;
  }

  .cta-box-title {
    font-size: 18px;
    white-space: normal;
    letter-spacing: 0.4px;
  }

  .cta-box-body {
    font-size: 13px;
  }

  /* ----------------------------------------------------------
     FAQ Section
  ---------------------------------------------------------- */
  .section-faq {
    padding: 32px 0 56px;
  }

  .section-faq .container-narrow {
    gap: 20px;
  }

  .faq-card h3 {
    font-size: 14px;
  }

  /* ----------------------------------------------------------
     Footer
  ---------------------------------------------------------- */
  .footer {
    padding: 20px 16px;
  }

  .footer p {
    width: auto;
    font-size: 11px;
  }

  /* ----------------------------------------------------------
     Disclaimer
  ---------------------------------------------------------- */
  .disclaimer {
    white-space: normal;
    text-align: center;
    font-size: 10px;
  }

} /* end @media (max-width: 767px) */

