.marketing-page {
  background: #faf9ff;
  color: #08122e;
}

.marketing-hero {
  /* padding: 72px 0 48px; */
  background: linear-gradient(180deg, #f4f8fb 0%, #faf9ff 100%);
  border-bottom: 1px solid #d8e2ec;
  margin-bottom: 10px;
}

.marketing-hero .container {
  /* max-width: 1920px; */
  
}
@media screen and (max-width: 530px) {
  
  .marketing-hero {
  background: linear-gradient(180deg, #f4f8fb 0%, #faf9ff 100%);
  border-bottom: 1px solid #d8e2ec;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
  .container,
  .marketing-hero .container {
    /* background-color: #006cd2; */
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    margin-bottom: 0;
  }
  .marketing-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #0a6f54;
  font:
    700 12px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketing-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.marketing-body {
  padding: 0px;
}

}
.marketing-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #085d46;
  font:
    700 12px "IBM Plex Mono",
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.marketing-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.marketing-hero h1.award-article-title {
  width: 100%;
  max-width: none;
  font-size: clamp(32px, 3vw, 40px);
  letter-spacing: -0.03em;
}

.award-article-title span {
  display: block;
}

/* Policy/legal content headings — scoped so homepage/marketing h1 stays unchanged */
.policy-page h1.h1-policy {
  font-size: clamp(44px, 5.4vw, 50px);
  letter-spacing: -0.02em;
  max-width: none;
  line-height: 1.15;
}

.marketing-lede {
  margin: 0 0 24px 0;
  font-size: 20px;
  line-height: 1.65;
  color: #43566b;
}

.marketing-deal-hero {
  padding: 80px 24px;
  background-color: #f8faff;
  font-family: "IBM Plex Sans", sans-serif;
}

.marketing-deal-hero h1 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #03014c;
  font-weight: 600;
  margin-bottom: 10px;
}

.marketing-deal-hero h2 {
  font-size: 54px;
  text-align: center;
  color: #03014c;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.marketing-deal-hero .marketing-lede {
  margin: 0 auto 38px auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #43566b;
  max-width: 820px;
}

.marketing-deal-hero .container {
  max-width: 920px;
  margin: 0 auto;
}

.deal-form {
  max-width: 690px !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.deal-form .field-group {
  display: flex;
  flex-direction: column;
}

.deal-form label {
  font-size: 16px;
  font-weight: 500;
  color: #03014c;
}

.deal-form input {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: normal;
  box-shadow: 0 4px 12px rgba(212, 222, 236, 0.25);
}

.deal-form input:focus {
  outline: none;
  border-color: #0084ff;
}

.btn-submit {
  background-color: #0084ff;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #006cd2;
}

.consent-text {
  text-align: center;
  padding-top: 15px;
}

.consent-text a {
  color: #0084ff;
}

.thankyou-hero {
  text-align: center;
  padding: 50px 0 120px;
}

.thankyou-hero .container {
  max-width: 720px;
  margin-inline: auto;
}

.thankyou-hero .marketing-lede {
  margin-inline: auto;
}

.thankyou-hero .marketing-cta-row {
  justify-content: center;
  margin-top: 28px;
}

.thankyou-animation {
  width: 180px;
  height: 180px;
  margin: 0 auto 8px;
}

.thankyou-animation svg {
  display: block;
  width: 100%;
  height: 100%;
}

.marketing-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}
.marketing-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: start;
  margin-top: 28px;
}

.marketing-body {
  padding-bottom: 30px;
}

/* Comparison pages use the marketing-page shell rather than solution-page--aeo.
   Keep wide matrices readable without letting them squeeze the page layout. */
.marketing-page .table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d8e2ec;
  border-radius: 12px;
  background: #fff;
}

.marketing-page .table-wrapper table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.marketing-page .table-wrapper th,
.marketing-page .table-wrapper td {
  padding: 15px 16px;
  border-bottom: 1px solid #d8e2ec;
  text-align: left;
  vertical-align: top;
  color: #43566b;
  font-size: 15px;
  line-height: 1.55;
}

.marketing-page .table-wrapper th {
  color: #08122e;
  background: #f4f8fb;
  font-weight: 700;
}

.marketing-page .table-wrapper tr:last-child td {
  border-bottom: 0;
}

.marketing-page .table-scroll-note {
  display: none;
}

@media (max-width: 700px) {
  .marketing-page .table-scroll-note {
    display: block;
    margin: 0;
    padding: 9px 12px;
    border-bottom: 1px solid #d8e2ec;
    color: #6d7d8d;
    background: #f4f8fb;
    font-size: 12px;
    line-height: 1.4;
  }
}

.marketing-section {
  /* margin-bottom: 32px; */
  padding: 36px 0px 0px 0;
}

.marketing-section h2 {
  margin: 0 0 7px;
  font-size: 28px;
  line-height: 1.2;
}

.marketing-section h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.marketing-section p,
.marketing-section li {
  color: #43566b;
  line-height: 1.75;
  font-size: 17px;
}

.marketing-section ul {
  padding-left: 22px;
}

.marketing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.marketing-card {
  border: 1px solid #d8e2ec;
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(8, 36, 58, 0.06);
}

.marketing-card h3 {
  margin-top: 0;
}

.marketing-stat {
  display: inline-block;
  margin: 8px 0 18px;
  font:
    700 42px "IBM Plex Mono",
    monospace;
  color: #0075d5;
}

.marketing-image {
  width: 100%;
  max-width: 720px;
  border-radius: 12px;
  margin: 24px 0;
}

.marketing-news-list {
  display: grid;
  gap: 20px;
  margin-top: 33px;
  margin-bottom: 33px;
}

.marketing-news-card {
  display: block;
  border: 1px solid #d8e2ec;
  border-radius: 12px;
  background: #fff;
  padding: 28px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 22px rgba(8, 36, 58, 0.06);
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.marketing-news-card:hover {
  border-color: #0075d5;
  transform: translateY(-2px);
}

.marketing-news-card time {
  display: block;
  margin-bottom: 8px;
  color: #6d7d8d;
  font-size: 14px;
}

.marketing-news-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #08122e;
}

.marketing-news-card p {
  margin: 0;
  color: #43566b;
  line-height: 1.6;
}

.marketing-news-source {
  margin-top: 12px;
  font-size: 14px;
  color: #0075d5;
  font-weight: 600;
}

.marketing-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: fit-content;
  min-height: 0;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #6d7d8d;
}

.marketing-breadcrumb a {
  color: #6d7d8d;
  text-decoration: none;
}

.marketing-breadcrumb a:hover {
  color: #0075d5;
}

.marketing-article-body {
  max-width: none;
}

/* Article & Newsroom body headings — scoped to fix oversized H2 issue */
.marketing-article-body h2,
.marketing-body > h2,
.article-body h2 {
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.3;
  font-weight: 700;
  margin: 36px 0 14px;
  color: #08122e;
  letter-spacing: -0.015em;
}

.marketing-article-body h3,
.marketing-body > h3,
.article-body h3 {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.35;
  font-weight: 600;
  margin: 24px 0 10px;
  color: #08122e;
}

/* Policy/legal pages use a sidebar + content grid; don't constrain that layout. */
.policy-page .marketing-article-body {
  max-width: none;
}

.marketing-article-body p {
  color: #43566b;
  line-height: 1.8;
  font-size: 18px;
}

.marketing-faqs {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #d8e2ec;
}

.marketing-faqs h2 {
  margin-bottom: 7px;
  font-size: 25px;
}

.marketing-faq-intro {
  color: #6d7d8d;
  margin-bottom: 15px;
  letter-spacing: 2;
  font-size: 20px;
}

.marketing-faq-list details {
  border: 1px solid #d8e2ec;
  border-radius: 10px;
  background: #fff;
  padding: 14px 18px;
  margin-bottom: 10px;
}

.marketing-faq-list summary {
  cursor: pointer;
  font-weight: 600;
  color: #08122e;
}

.marketing-faq-list p {
  margin: 12px 0 0;
  color: #43566b;
  line-height: 1.7;
}

.marketing-cta-band {
  margin-top: 48px;
  padding: 36px;
  border-radius: 14px;
  background: #07263b;
  color: #fff;
  text-align: center;
}
.marketing-cta-bands {
  margin-top: 28px;
  margin-bottom: 34px;
  padding: 36px;
  border-radius: 14px;
  background: #07263b;
  color: #fff;
  text-align: center;
}

.marketing-cta-bands h2 {
  margin: 0 0 10px;
  color: #fff;
}

.marketing-cta-bands p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
}

.marketing-cta-bands .btn {
  background: #0075d5;
  justify-content: center;
  color: #fff;
}


.marketing-cta-bands h2 {
  margin: 0 0 10px;
  color: #fff;
}

.marketing-cta-band p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
}

.marketing-cta-band .btn {
  background: #0075d5;
  color: #fff;
}

/* Accountants audience page: uses the existing marketing palette and controls. */
.solution-page--accountants {
  overflow-x: clip;
}

.solution-page--accountants .container {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.solution-page--accountants .breadcrumbs {
  padding-top: 22px;
  padding-bottom: 4px;
  font-size: 14px;
  color: #6d7d8d;
}

.solution-page--accountants .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-page--accountants .breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: #a1afbb;
}

.solution-page--accountants .breadcrumbs a,
.solution-page--accountants a {
  color: #006cd2;
}

.solution-page--accountants section,
.solution-page--accountants aside {
  padding: 64px 0;
}

.solution-page--accountants .solution-hero {
  padding: 54px 0 72px;
  background: linear-gradient(180deg, #f4f8fb 0%, #faf9ff 100%);
  border-bottom: 1px solid #d8e2ec;
}

.solution-page--accountants .eyebrow {
  margin: 0 0 14px;
  color: #0a6f54;
  font: 700 12px "IBM Plex Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.solution-page--accountants h1 {
  max-width: 820px;
  margin: 0 0 22px;
  color: #08122e;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.solution-page--accountants h2 {
  margin: 0 0 24px;
  color: #08122e;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.16;
  letter-spacing: -.025em;
}

.solution-page--accountants h3 {
  margin: 0 0 10px;
  color: #08122e;
  font-size: 20px;
  line-height: 1.3;
}

.solution-page--accountants p,
.solution-page--accountants li {
  color: #43566b;
  font-size: 17px;
  line-height: 1.7;
}

.solution-page--accountants .answer-first {
  max-width: 850px;
  margin: 0;
  color: #253a50;
  font-size: 20px;
  line-height: 1.65;
}

.solution-page--accountants .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* Universal ShaBaas Pay Button System */
.button, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  box-sizing: border-box;
  padding: 12px 26px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

.button--primary, .btn-primary {
  background: #0075d5;
  color: #ffffff !important;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 117, 213, 0.25);
}

.button--primary:hover, .btn-primary:hover {
  background: #0060b8;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 117, 213, 0.35);
  color: #ffffff !important;
}

.button--secondary, .btn-secondary {
  background: #ffffff;
  color: #0075d5 !important;
  border: 2px solid #0075d5;
  box-shadow: 0 4px 12px rgba(8, 36, 58, 0.05);
}

.button--secondary:hover, .btn-secondary:hover {
  background: #f0f7ff;
  border-color: #0060b8;
  color: #0060b8 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 117, 213, 0.15);
}

.solution-page--accountants .button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  box-sizing: border-box;
  padding: 12px 20px;
  border: 1px solid #0075d5;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.solution-page--accountants .button--primary {
  background: #0075d5;
  color: #fff;
}

.solution-page--accountants .button--secondary {
  background: transparent;
  color: #006cd2;
}

.solution-page--accountants a:focus-visible,
.solution-page--accountants summary:focus-visible,
.solution-page--accountants [tabindex="0"]:focus-visible,
.solution-page--accountants button:focus-visible {
  outline: 3px solid #ffb000;
  outline-offset: 3px;
}

.solution-page--accountants .card-grid,
.solution-page--accountants .link-grid {
  display: grid;
  gap: 18px;
}

.solution-page--accountants .card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-page--accountants .card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.card-head{
padding-top: 25px;
}
.solution-page--accountants .card {
  padding: 24px;
  border: 1px solid #d8e2ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(8, 36, 58, .06);
  opacity: 1;
  transform: none;
}

.solution-page--accountants .card p,
.solution-page--accountants .card h3 {
  margin-top: 0;
}

.solution-page--accountants .workflow,
.solution-page--accountants .recommendation-checklist,
.solution-page--accountants .faq,
.solution-page--accountants .page-sources {
  background: #f4f8fb;
}

.solution-page--accountants .process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: workflow;
}

.solution-page--accountants .process-list li {
  position: relative;
  padding: 58px 22px 22px;
  border-top: 3px solid #0075d5;
  background: #fff;
  counter-increment: workflow;
}

.solution-page--accountants .process-list li::before {
  content: counter(workflow, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 22px;
  color: #0075d5;
  font: 600 16px "IBM Plex Mono", monospace;
}

.solution-page--accountants .table-wrapper {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d8e2ec;
  border-radius: 12px;
  background: #fff;
}

.solution-page--accountants table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.solution-page--accountants th,
.solution-page--accountants td {
  padding: 17px 18px;
  border-bottom: 1px solid #d8e2ec;
  text-align: left;
  vertical-align: top;
  color: #43566b;
  font-size: 16px;
  line-height: 1.55;
}

.solution-page--accountants th {
  color: #08122e;
  background: #f4f8fb;
  font-weight: 700;
}

.solution-page--accountants tr:last-child td {
  border-bottom: 0;
}

.solution-page--accountants .feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 42px;
  margin: 0;
  padding-left: 22px;
}

.solution-page--accountants .feature-list li::marker {
  color: #0075d5;
}

.solution-page--accountants .link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-page--accountants .resource-link {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  border: 1px solid #d8e2ec;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  text-decoration: none;
}

.solution-page--accountants details {
  margin-bottom: 10px;
  padding: 16px 20px;
  border: 1px solid #d8e2ec;
  border-radius: 10px;
  background: #fff;
}

.solution-page--accountants summary {
  cursor: pointer;
  color: #08122e;
  font-weight: 600;
}

.solution-page--accountants details p {
  margin: 12px 0 0;
}

.solution-page--accountants .final-cta {
  background: #07263b;
  color: #fff;
  text-align: center;
}

.solution-page--accountants .final-cta h2,
.solution-page--accountants .final-cta p {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.solution-page--accountants .final-cta p {
  color: rgba(255, 255, 255, .82);
}

.solution-page--accountants .final-cta .button-group {
  justify-content: center;
}

.solution-page--accountants .final-cta .button--secondary {
  border-color: rgba(255, 255, 255, .65);
  color: #fff;
}

.solution-page--accountants .page-sources {
  padding: 42px 0;
}

.solution-page--accountants .page-sources h2 {
  font-size: 25px;
}

.solution-page--accountants .page-sources ul {
  margin-bottom: 18px;
  padding-left: 22px;
}

.solution-page--accountants .page-sources p,
.solution-page--accountants .page-sources li {
  font-size: 15px;
}

.solution-page--accountants .legal-note {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .solution-page--accountants .card-grid--three,
  .solution-page--accountants .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .solution-page--accountants .container {
    width: min(100% - 40px, 1180px);
  }

  .solution-page--accountants section,
  .solution-page--accountants aside {
    padding: 46px 0;
  }

  .solution-page--accountants .solution-hero {
    padding: 40px 0 52px;
  }

  .solution-page--accountants .answer-first {
    font-size: 18px;
  }

  .solution-page--accountants .card-grid--three,
  .solution-page--accountants .card-grid--two,
  .solution-page--accountants .process-list,
  .solution-page--accountants .feature-list,
  .solution-page--accountants .link-grid {
    grid-template-columns: 1fr;
  }

  .solution-page--accountants .button {
    width: 100%;
    justify-content: center;
  }
}

/* Shared answer-ready layout for product, comparison and platform pages. */
.solution-page--aeo { overflow-x: clip; }
.stripe-alternative-page .site-chrome .live-header { background: #FAF9FF; }
.solution-page--aeo .container { width: min(100% - 48px, 1180px); margin-inline: auto; }
.solution-page--aeo .breadcrumbs { padding-top: 22px; padding-bottom: 4px; font-size: 14px; color: #6d7d8d; }
.solution-page--aeo .breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.solution-page--aeo .breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #a1afbb; }
.solution-page--aeo .breadcrumbs a, .solution-page--aeo main a { color: #006cd2; }
.solution-page--aeo section, .solution-page--aeo aside { padding: 64px 0; }
.solution-page--aeo .solution-hero { padding: 54px 0 72px; background: linear-gradient(180deg,#f4f8fb 0%,#faf9ff 100%); border-bottom: 1px solid #d8e2ec; }
.solution-page--aeo .eyebrow { margin: 0 0 14px; color: #0a6f54; font: 700 12px "IBM Plex Mono",monospace; letter-spacing: .08em; text-transform: uppercase; }
.solution-page--aeo main h1 { max-width: 880px; margin: 0 0 22px; color: #08122e; font-size: clamp(38px,5vw,64px); line-height: 1.08; letter-spacing: -.04em; }
.solution-page--aeo main h2 { margin: 0 0 24px; color: #08122e; font-size: clamp(28px,3vw,42px); line-height: 1.16; letter-spacing: -.025em; }
.solution-page--aeo main h3 { margin: 0 0 10px; color: #08122e; font-size: 20px; line-height: 1.3; }
.solution-page--aeo main p, .solution-page--aeo main li { color: #43566b; font-size: 17px; line-height: 1.7; }
.solution-page--aeo .answer-first { max-width: 860px; margin: 0; color: #253a50; font-size: 20px; line-height: 1.65; }
.solution-page--aeo .button-group { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.solution-page--aeo .button { display: inline-flex; align-items: center; min-height: 46px; box-sizing: border-box; padding: 12px 20px; border: 1px solid #0075d5; border-radius: 8px; font-weight: 600; text-decoration: none; }
.solution-page--aeo .button--primary { background: #0075d5; color: #fff; }
.solution-page--aeo .button--secondary { background: transparent; color: #006cd2; }
.solution-page--aeo a:focus-visible, .solution-page--aeo summary:focus-visible, .solution-page--aeo [tabindex="0"]:focus-visible, .solution-page--aeo button:focus-visible { outline: 3px solid #ffb000; outline-offset: 3px; }
.solution-page--aeo .card-grid, .solution-page--aeo .link-grid { display: grid; gap: 18px; }
.solution-page--aeo .card-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.solution-page--aeo .card-grid--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.solution-page--aeo .card { padding: 24px; border: 1px solid #d8e2ec; border-radius: 12px; background: #fff; box-shadow: 0 8px 22px rgba(8,36,58,.06); opacity: 1; transform: none; }
.solution-page--aeo .workflow, .solution-page--aeo .checklist, .solution-page--aeo .faq, .solution-page--aeo .page-sources { background: #f4f8fb; }
.solution-page--aeo .process-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: workflow; }
.solution-page--aeo .process-list li { position: relative; padding: 58px 22px 22px; border-top: 3px solid #0075d5; background: #fff; counter-increment: workflow; }
.solution-page--aeo .process-list li::before { content: counter(workflow,decimal-leading-zero); position: absolute; top: 18px; left: 22px; color: #0075d5; font: 600 16px "IBM Plex Mono",monospace; }
.solution-page--aeo .table-wrapper { max-width: 100%; overflow-x: auto; border: 1px solid #d8e2ec; border-radius: 12px; background: #fff; }
.solution-page--aeo table { width: 100%; min-width: 720px; border-collapse: collapse; }
.solution-page--aeo th, .solution-page--aeo td { padding: 17px 18px; border-bottom: 1px solid #d8e2ec; text-align: left; vertical-align: top; color: #43566b; font-size: 16px; line-height: 1.55; }
.solution-page--aeo th { color: #08122e; background: #f4f8fb; font-weight: 700; }
.solution-page--aeo tr:last-child td { border-bottom: 0; }
.solution-page--aeo .feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 42px; margin: 0; padding-left: 22px; }
.solution-page--aeo .link-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.solution-page--aeo .resource-link { display: flex; justify-content: space-between; gap: 18px; padding: 20px; border: 1px solid #d8e2ec; border-radius: 10px; background: #fff; font-weight: 600; text-decoration: none; }
.solution-page--aeo details { margin-bottom: 10px; padding: 16px 20px; border: 1px solid #d8e2ec; border-radius: 10px; background: #fff; }
.solution-page--aeo summary { cursor: pointer; color: #08122e; font-weight: 600; }
.solution-page--aeo details p { margin: 12px 0 0; }
.solution-page--aeo .final-cta { background: #07263b; color: #fff; text-align: center; }
.solution-page--aeo .final-cta h2, .solution-page--aeo .final-cta p { max-width: 820px; margin-right: auto; margin-left: auto; color: #fff; }
.solution-page--aeo .final-cta p { color: rgba(255,255,255,.82); }
.solution-page--aeo .final-cta .button-group { justify-content: center; }
.solution-page--aeo .final-cta .button--secondary { border-color: rgba(255,255,255,.65); color: #fff; }
.solution-page--aeo .page-sources { padding: 42px 0; }
.solution-page--aeo .page-sources h2 { font-size: 25px; }
.solution-page--aeo .page-sources ul { margin-bottom: 18px; padding-left: 22px; }
.solution-page--aeo .page-sources p, .solution-page--aeo .page-sources li { font-size: 15px; }
.solution-page--aeo .legal-note { margin-bottom: 0; }
@media (max-width:800px) { .solution-page--aeo .card-grid--three, .solution-page--aeo .process-list { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:560px) { .solution-page--aeo .container { width: min(100% - 40px,1180px); } .solution-page--aeo section, .solution-page--aeo aside { padding: 46px 0; } .solution-page--aeo .solution-hero { padding: 40px 0 52px; } .solution-page--aeo .answer-first { font-size: 18px; } .solution-page--aeo .card-grid--three, .solution-page--aeo .card-grid--two, .solution-page--aeo .process-list, .solution-page--aeo .feature-list, .solution-page--aeo .link-grid { grid-template-columns: 1fr; } .solution-page--aeo .button { width: 100%; justify-content: center; } }

.developers-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.developers-cta-band {
  margin-bottom: 10px;
}

.developers-cta-title {
  margin: 0 0 10px;
  color: #fff;
}

.policy-page .marketing-body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.policy-nav {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 120px;
}

.policy-nav-group {
  display: grid;
  gap: 8px;
}

.policy-nav-group h2 {
  margin: 0 0 4px;
  font-size: 13px;
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6d7d8d;
}

.policy-nav a {
  display: block;
  padding: 12px 14px;
  border: 1px solid #d8e2ec;
  border-radius: 10px;
  background: #fff;
  color: #08122e;
  font-weight: 600;
  font-size: 14px;
}

.policy-nav a[aria-current="page"],
.policy-nav a:hover {
  border-color: #0075d5;
  color: #0075d5;
}

.policy-content h2,
.policy-content h3 {
  margin: 28px 0 12px;
  color: #08122e;
}

.policy-content p,
.policy-content li {
  color: #43566b;
  line-height: 1.75;
  font-size: 16px;
}

.policy-content ul,
.policy-content ol {
  padding-left: 22px;
}

.policy-content a {
  color: #0075d5;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .marketing-cta-bands {
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 36px;
  border-radius: 14px;
  background: #07263b;
  color: #fff;
  text-align: center;
}

.marketing-cta-bands h2 {
  margin: 0 0 10px;
  color: #fff;
}

.marketing-cta-bands p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
}

.marketing-cta-bands .btn {
  background: #0075d5;
  justify-content: center;
  color: #fff;
}

  .marketing-hero {
    padding: 52px 0 36px;
  }

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

  .marketing-lede {
    font-size: 18px;
  }

  .policy-page .marketing-body {
    grid-template-columns: 1fr;
  }

  .policy-nav {
    position: static;
    grid-template-columns: 1fr;
  }
}

/* Consumer page — Webflow /consumer parity layout */
.consumer-page {
  background: #fff;
  color: #0b0920;
}

.consumer-page .consumer-hero {
  background: #fff;
  border-bottom: 0;
  padding: 64px 25px 28px 25px;
}

.consumer-page .consumer-hero .container {
  max-width: 1180px;
  width: min(100% - 52px, 1180px);
  margin-inline: auto;
  padding: 0;
}

.consumer-page .consumer-hero h1 {
  max-width: 920px;
  color: #0b0920;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.consumer-page .consumer-hero .marketing-lede {
  max-width: 100%;
  color: #2b2b3d;
  font-size: 17px;
  line-height: 1.7;
}

.consumer-page .consumer-hero .marketing-lede + .marketing-lede {
  margin-top: 16px;
}

.consumer-page .consumer-store-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.consumer-page .consumer-store-row a {
  display: inline-flex;
  line-height: 0;
}

.consumer-page .consumer-store-row img {
  height: 44px;
  width: auto;
}

.consumer-page .consumer-store-row--compact {
  margin-top: 12px;
  gap: 10px;
}

.consumer-page .consumer-store-row--compact img {
  height: 38px;
}

.consumer-page .consumer-features {
  padding: 20px 0 40px;
}
@media (max-width: 530px) {
  .container,
  .marketing-hero .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }
  .marketing-cta-bands {
  margin-top: opx;
  margin-bottom: 0px;
  padding: 30px;
  border-radius: 14px;
  background: #07263b;
  color: #fff;
  text-align: center;
}

.marketing-cta-bands h2 {
  margin: 0 0 10px;
  color: #fff;
}

.marketing-cta-bands p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
}

.marketing-cta-bands .btn {
  background: #0075d5;
  justify-content: center;
  color: #fff;
}
.marketing-news-list {
  display: grid;
  gap: 20px;
  margin-top: 33px;
  margin-bottom: 0px;
}

}
 
.consumer-page .consumer-features .live-feature-row {
  min-height: 0;
  gap: 64px;
  padding: 64px 0;
  align-items: center;
}

.consumer-page .consumer-feature-copy h2 {
  margin: 0 0 18px;
  color: #0b0920;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}


.consumer-page .consumer-feature-copy p {
  margin: 0 0 14px;
  color: #3d3d4f;
  font-size: 17px;
  line-height: 1.7;
}

.consumer-page .consumer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  max-width: 200px;
  margin-top: 18px;
  padding: 12px 28px;
  border: 1px solid #0b0920;
  border-radius: 10px;
  background: #0b0920;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.consumer-page .consumer-cta:hover {
  background: #0075d5;
  border-color: #0075d5;
  color: #fff;
}

.consumer-page .consumer-feature-art {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}


.accordion-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
  
}

.accordion-item {
  overflow: hidden;
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 8px;
  background: var(--panel, #ffffff);
  box-shadow: var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, 0.05));
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.accordion-item.open {
  border-color: rgba(0, 138, 251, 0.28);
  box-shadow: 0 10px 26px rgba(8, 18, 40, 0.08);
}

.accordion-q {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink, #0b0925);
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.accordion-q span {
  flex: 0 0 auto;
  color: var(--ink, #0b0925);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}

.accordion-a {
  display: none;
  padding: 0 18px 18px;
}

.accordion-item.open .accordion-a {
  display: block;
}

.accordion-a p {
  margin: 0;
  color: var(--muted, #64748b);
  font-size: 16px;
  line-height: 1.7;
}


.consumer-page .consumer-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  padding: 6px 8px;
  border-radius: 40px;
  background: #4e2ff512;
  /* overflow: hidden; */
}

.consumer-page .consumer-panel--popup {
  min-height: 300px;
  padding: 0px 0px;
}

.consumer-page .consumer-panel img,
.live-feature-art img {
  position: relative;
  z-index: 1;
  max-width: 250px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 22px;
  box-shadow: 0 16px 35px rgba(12, 17, 39, 0.16);
  object-fit: contain;
  will-change: transform, opacity;
}
@keyframes consumerSlideUpScale {
  0% {
    opacity: 0;
    transform: translate3d(0, 610px, 0) scale(0.85);
  }
 
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
} 

@keyframes consumerFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -76px, 0) scale(1.01);
  }
}

@keyframes consumerFloatAlt {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -50px, 0) scale(0.96);
  }
}

/* Trigger animation upon scrolling into view using view-timeline */
.consumer-page .consumer-panel .consumer-float {
  animation: 
    consumerSlideUpScale 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards,
    consumerFloat 5s ease-in-out infinite 0.8s;
  
  /* Enables pure CSS scroll-triggered animation in supported browsers */
  animation-timeline: view(), auto;
  animation-range: entry 10% cover 40%, auto;
}

.consumer-page .consumer-panel .consumer-float-alt {
  max-width: 340px;
  animation: 
    consumerSlideUpScale 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards,
    consumerFloatAlt 5s ease-in-out infinite 0.8s;
  
  animation-timeline: view(), auto;
  animation-range: entry 10% cover 40%, auto;
}

@media (prefers-reduced-motion: reduce) {
  .consumer-page .consumer-panel img {
    animation: none !important;
  }
}

.consumer-page .consumer-checklist {
  margin: 12px 0 18px;
  padding-left: 22px;
  color: #3d3d4f;
  font-size: 17px;
  line-height: 1.7;
}

.consumer-page .consumer-checklist li {
  margin-bottom: 6px;
}

.consumer-page .consumer-rewards {
  padding: 72px 0;
  background: #fff;
  border: 0;
}

.consumer-page .consumer-rewards-inner {
  max-width: 860px;
  margin-inline: auto;
  text-align: left;
}

.consumer-page .consumer-rewards-inner h2 {
  margin: 0 0 18px;
  color: #0b0920;
  font: 600 clamp(28px, 3.4vw, 40px) / 1.15 var(--font-sans, "IBM Plex Sans", sans-serif);
  letter-spacing: -0.03em;
}

.consumer-page .consumer-rewards-inner > p {
  margin: 0 0 14px;
  color: #3d3d4f;
  font-size: 17px;
  line-height: 1.7;
}

.consumer-page .consumer-steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px;
}

.consumer-page .consumer-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.consumer-page .consumer-step > img:first-child {
  width: 64px;
  height: auto;
  flex-shrink: 0;
  margin: 0;
}

.consumer-page .consumer-step h3 {
  margin: 0;
  color: #0b0920;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}

.consumer-page .consumer-closing {
  padding: 24px 0 80px;
}

.consumer-page .consumer-closing-inner {
  max-width: 860px;
  margin-inline: auto;
}

.consumer-page .consumer-closing .marketing-section {
  max-width: none;
  margin: 0 0 40px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.consumer-page .consumer-closing .marketing-section h2 {
  color: #0b0920;
}

.consumer-page .consumer-benefits-list {
  margin: 8px 0 0;
  padding-left: 22px;
  color: #3d3d4f;
  font-size: 17px;
  line-height: 1.75;
}

.consumer-page .consumer-benefits-list li {
  margin-bottom: 1px;
}

.consumer-page .consumer-faqs {
  max-width: none;
  margin: 48px 0 0;
  padding-top: 40px;
  border-top: 1px solid #e6e6ef;
}

.consumer-page .consumer-faqs h2 {
  text-align: center;
}

.consumer-page .consumer-faqs .marketing-faq-intro {
  text-align: center;
}

.consumer-page .consumer-faqs .marketing-faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  align-items: start; 
  gap: 16px 24px;
  margin-top: 28px;
  width: 100%;
  box-sizing: border-box;
}

.consumer-page .consumer-faqs .marketing-faq-list details {
  margin-bottom: 0;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e4e4ec;
  padding: 18px 20px;
  box-shadow: 0 2px 8px rgba(8, 18, 46, 0.03);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.consumer-page .consumer-faqs .marketing-faq-list details:hover {
  border-color: #c5d2e0;
}

.consumer-page .consumer-faqs .marketing-faq-list details[open] {
  border-color: #0075d5;
  box-shadow: 0 8px 20px rgba(0, 138, 251, 0.08);
}

.consumer-page .consumer-faqs .marketing-faq-list summary {
  cursor: pointer;
  font-weight: 600;
  color: #08122e;
  font-size: 17px;
  line-height: 1.4;
  list-style: none; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

.consumer-page .consumer-faqs .marketing-faq-list summary::-webkit-details-marker {
  display: none;
}

.consumer-page .consumer-faqs .marketing-faq-list summary::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 14px;
  border-right: 2px solid #6d7d8d;
  border-bottom: 2px solid #6d7d8d;
  transform: rotate(45deg);
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.25s ease;
  flex-shrink: 0;
}

.consumer-page .consumer-faqs .marketing-faq-list details[open] summary::after {
  transform: rotate(-135deg);
  border-color: #0075d5;
}

.consumer-page .consumer-faqs .marketing-faq-list details p {
  margin: 12px 0 0;
  color: #43566b;
  line-height: 1.65;
  font-size: 15px;
  animation: faqExpand 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes faqExpand {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .consumer-page .consumer-features .live-feature-row {
    gap: 28px;
    padding: 40px 0;
  }

  .consumer-page .consumer-panel {
    min-height: 320px;
    border-radius: 28px;
    padding: 28px 20px;
  }

  .consumer-page .consumer-faqs .marketing-faq-list {
    grid-template-columns: 1fr;
  }

  .consumer-page .consumer-rewards {
    padding: 48px 0;
  }
}

@media (max-width: 530px) {
  .marketing-hero h1 {
    font-size: 25px;
    margin-bottom: 12px;
  }

  .policy-page h1.h1-policy {
    font-size: 32px;
  }

  .marketing-lede {
    font-size: 15px;
    line-height: 1.5;
  }

  .marketing-deal-hero {
    padding: 40px 16px;
  }

  .marketing-deal-hero h2 {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .marketing-deal-hero h1 {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .marketing-leded {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .deal-form input {
    padding: 12px;
    font-size: 14px;
  }

  .btn-submit {
    padding: 12px 24px;
    font-size: 14px;
    width: 100%;
  }

  /* .marketing-body {
    padding: 24px 0 40px;
  } */

  .marketing-section h2 {
    font-size: 22px;
  }

  .marketing-section h3 {
    font-size: 17px;
  }

  .marketing-section p,
  .marketing-section li {
    font-size: 15px;
  }

  .marketing-card {
    padding: 16px;
  }

  .marketing-stat {
    font-size: 30px;
    margin: 4px 0 12px;
  }

  .marketing-news-card {
    padding: 18px;
  }

  .marketing-news-card h2 {
    font-size: 18px;
  }

  .marketing-article-body p {
    font-size: 15px;
  }

  .marketing-cta-band {
    padding: 24px 16px;
    margin-top: 32px;
  }

  .policy-content p,
  .policy-content li {
    font-size: 14px;
  }

  .consumer-page .consumer-hero {
    padding: 26px 0 20px;
  }
 

  .consumer-page .consumer-hero h1 {
    font-size: 23px;
  }

  .consumer-page .consumer-hero .marketing-lede {
    font-size: 15px;
  }

  .consumer-page .consumer-store-row img {
    height: 36px;
  }

  .consumer-page .consumer-store-row--compact img {
    height: 32px;
  }

  .consumer-page .consumer-feature-copy h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .consumer-page .consumer-feature-copy p,
  .consumer-page .consumer-checklist,
  .consumer-page .consumer-rewards-inner > p,
  .consumer-page .consumer-benefits-list {
    font-size: 15px;
  }

  .consumer-page .consumer-cta {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 12px;
  }

  .consumer-page .consumer-panel {
    min-height: 260px;
    padding: 20px 14px;
    border-radius: 20px;
  }

  .consumer-page .consumer-panel--popup {
    min-height: 220px;
    padding: 24px 16px;
  }

  .consumer-page .consumer-rewards {
    padding: 36px 0;
  }

  .consumer-page .consumer-rewards-inner h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .consumer-page .consumer-steps {
    gap: 18px;
    margin-top: 24px;
  }

  .consumer-page .consumer-step {
    gap: 12px;
  }

  .consumer-page .consumer-step > img:first-child {
    width: 48px;
  }

  .consumer-page .consumer-step h3 {
    font-size: 15px;
  }

  .consumer-page .consumer-closing {
    padding: 16px 0 48px;
  }

  .consumer-page .consumer-faqs {
    margin-top: 32px;
    padding-top: 24px;
  }

  .consumer-page .consumer-faqs .marketing-faq-list details {
    padding: 14px 16px;
  }

  .consumer-page .consumer-faqs .marketing-faq-list summary {
    font-size: 15px;
  }

  .consumer-page .consumer-faqs .marketing-faq-list details p {
    font-size: 14px;
  }
}.article-faqs {
  position: relative;
  left: 50%;
  width: min(900px, calc(100vw - 64px));
  max-width: none;
  margin-top: 48px;
  margin-left: calc(-0.5 * min(900px, calc(100vw - 64px)));
  padding: 0;
}

.article-faqs:empty {
  display: none;
}

.article-faqs h2 {
  margin: 0 0 8px;
  color: #0b0925;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.article-faq-intro {
  margin: 0 auto 22px;
  max-width: 36em;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.article-faq-list {
  display: grid;
  gap: 14px;
}

.article-faq-item {
  overflow: hidden;
  border: 1px solid rgba(185, 201, 222, 0.75);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(8, 18, 40, 0.06);
  transition: all 0.25s ease;
}

.article-faq-item:hover {
  border-color: #bad8f3;
  /* box-shadow: 0 12px 28px rgba(156, 168, 179, 0.15); */
  transform: translateY(-3px);
}

.article-faq-item[open] {
  border-color: #bad8f3;
}

.article-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  color: #0b0925;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}


.article-faq-item summary::-webkit-details-marker {
  display: none;
}

.article-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #0b0925;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease;
}

.article-faq-item[open] summary::after {
  content: "−";
}

.article-faq-item p {
  margin: 0;
  padding: 0 22px 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

/* Small mobile adjustment */
@media (max-width: 640px) {
  .article-faq-item summary {
    padding: 16px 18px;
    font-size: 15px;
  }

  .article-faq-item p {
    padding: 0 18px 16px;
    font-size: 15px;
  }
}
