/* Platform 88.8 — Financial Tools */
.ft88 { --ft88-accent: #059669; --ft88-accent-dark: #047857; }
.ft88-hero { background: linear-gradient(135deg, #064e3b 0%, #059669 50%, #10b981 100%); color: #fff; padding: 3rem 0; }
.ft88-hero__title { font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 800; margin: 0.5rem 0; }
.ft88-hero__subtitle { opacity: 0.92; max-width: 40rem; line-height: 1.6; }
.ft88-hero__grid { display: grid; gap: 2rem; align-items: end; }
@media (min-width: 768px) { .ft88-hero__grid { grid-template-columns: 1fr auto; } }
.ft88-eyebrow { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.85; }
.ft88-breadcrumb { font-size: 0.875rem; }
.ft88-breadcrumb a { color: inherit; opacity: 0.85; }
.ft88-breadcrumb a:hover { opacity: 1; text-decoration: underline; }
.ft88-breadcrumb span { margin: 0 0.35rem; opacity: 0.5; }
.ft88-hero .ft88-breadcrumb a { color: #d1fae5; }
.ft88-hero__stats { display: flex; gap: 1.5rem; }
.ft88-stat { text-align: center; }
.ft88-stat strong { display: block; font-size: 1.5rem; }
.ft88-stat span { font-size: 0.75rem; opacity: 0.85; }
.ft88-section-title { font-size: 1.25rem; font-weight: 700; margin-bottom: 1rem; color: #111827; }
.ft88-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.ft88-card { display: block; padding: 1.25rem; background: #fff; border: 1px solid #e5e7eb; border-radius: 0.75rem; transition: box-shadow 0.2s, border-color 0.2s; color: inherit; }
.ft88-card:hover { border-color: var(--ft88-accent); box-shadow: 0 8px 24px rgba(5, 150, 105, 0.12); }
.ft88-card i { font-size: 1.5rem; color: var(--ft88-accent); margin-bottom: 0.75rem; }
.ft88-card h3 { font-weight: 600; font-size: 1rem; margin-bottom: 0.35rem; color: #111827; }
.ft88-card p { font-size: 0.8125rem; color: #6b7280; margin: 0; }
.ft88-card--featured { border-color: #a7f3d0; background: linear-gradient(180deg, #ecfdf5, #fff); }
.ft88-tag { display: inline-block; padding: 0.25rem 0.65rem; background: #ecfdf5; color: #047857; border-radius: 999px; font-size: 0.75rem; text-decoration: none; }
.ft88-tag:hover { background: #d1fae5; }
.ft88-panel { background: #fff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem; }
.ft88-input { border: 1px solid #d1d5db; border-radius: 0.5rem; padding: 0.625rem 0.75rem; font-size: 1rem; }
.ft88-input:focus { outline: 2px solid var(--ft88-accent); outline-offset: 0; border-color: var(--ft88-accent); }
.ft88-btn { padding: 0.625rem 1.25rem; border-radius: 0.5rem; border: 1px solid #d1d5db; background: #fff; font-weight: 600; cursor: pointer; font-size: 0.875rem; }
.ft88-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.ft88-btn--primary { background: var(--ft88-accent); color: #fff; border-color: var(--ft88-accent); }
.ft88-btn--primary:hover:not(:disabled) { background: var(--ft88-accent-dark); }
.ft88-calc-icon { width: 3.5rem; height: 3.5rem; background: #ecfdf5; color: var(--ft88-accent); border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }
.ft88-breakdown { width: 100%; border-collapse: collapse; font-size: 0.9375rem; }
.ft88-breakdown th, .ft88-breakdown td { padding: 0.625rem; border-bottom: 1px solid #f3f4f6; text-align: left; }
.ft88-breakdown tr:last-child td { font-weight: 700; color: var(--ft88-accent-dark); }
.ft88-summary-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.ft88-summary-item { background: #f9fafb; padding: 1rem; border-radius: 0.5rem; }
.ft88-summary-item label { font-size: 0.75rem; color: #6b7280; display: block; }
.ft88-summary-item strong { font-size: 1.25rem; color: #111827; }
.ft88-faq { border: 1px solid #e5e7eb; border-radius: 0.5rem; padding: 0.75rem 1rem; }
.ft88-faq summary { cursor: pointer; font-weight: 600; }
.ft88-faq p { margin-top: 0.5rem; font-size: 0.875rem; color: #4b5563; }
/* Platform 88.8.1 — Enterprise Financial Intelligence */
/* Platform 88.8.1 — Financial landing hero */
.ft881-home-hero {
  background: linear-gradient(145deg, #0f172a 0%, #064e3b 48%, #047857 100%);
  color: #fff;
}
.ft881-home-hero__container {
  padding-top: 1.75rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .ft881-home-hero__container { padding-top: 2rem; padding-bottom: 2.25rem; }
}
.ft881-home-hero__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .ft881-home-hero__grid { grid-template-columns: 1.35fr 0.65fr; gap: 2rem; }
}
.ft881-home-hero h1,
.ft881-home-hero .ft881-home-hero__title {
  font-size: clamp(1.625rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0.5rem 0 0.65rem;
  color: #ffffff;
  letter-spacing: -0.02em;
}
.ft881-home-hero .ft881-home-hero__subtitle {
  color: #ecfdf5;
  opacity: 1;
  max-width: 36rem;
  line-height: 1.6;
  font-size: 0.975rem;
  margin-bottom: 0;
}
.ft881-home-hero .ft881-eyebrow.ft881-eyebrow--light,
.ft881-home-hero .ft881-eyebrow--light {
  color: #6ee7b7;
  font-weight: 700;
}
.ft881-home-hero .ft881-breadcrumb.ft881-breadcrumb--light {
  color: #d1fae5;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.ft881-home-hero .ft881-breadcrumb--light a {
  color: #ecfdf5;
  text-decoration: none;
}
.ft881-home-hero .ft881-breadcrumb--light a:hover {
  color: #fff;
  text-decoration: underline;
}
.ft881-home-hero .ft881-breadcrumb--light span:last-child {
  color: #fff;
  opacity: 1;
}
.ft881-home-hero .ft882-search { margin-top: 1.25rem; max-width: 34rem; }
.ft881-home-hero__quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
}
.ft881-home-hero__quick-label {
  font-size: 0.8125rem;
  color: #a7f3d0;
  margin-right: 0.15rem;
}
.ft881-home-hero .ft881-pill {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 0.8125rem;
  margin: 0;
  color: #fff;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.ft881-home-hero .ft881-pill:hover {
  background: rgba(255,255,255,0.24);
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}
.ft881-verified-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 0.875rem;
  padding: 1.15rem 1.25rem;
  backdrop-filter: blur(10px);
  color: #fff;
}
.ft881-verified-card__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: #fff;
}
.ft881-verified-card__stat {
  font-size: 0.875rem;
  color: #ecfdf5;
  margin: 0.35rem 0;
  line-height: 1.5;
}
.ft881-verified-card__stat strong { color: #fff; font-weight: 600; }
.ft881-home-hero__link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6ee7b7;
  text-decoration: none;
}
.ft881-home-hero__link:hover { color: #fff; text-decoration: underline; }
@media (max-width: 1023px) {
  .ft881-home-hero__aside { max-width: 24rem; }
}
.ft881-section-title { font-size: 1.375rem; font-weight: 700; color: #111827; margin-bottom: 1rem; }
.ft881-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.ft881-card-grid--compact { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
.ft881-card { display: block; padding: 1.25rem; background: #fff; border: 1px solid #e5e7eb; border-radius: 0.75rem; color: inherit; transition: border-color 0.2s, box-shadow 0.2s; }
.ft881-card:hover { border-color: var(--ft881-accent, #059669); box-shadow: 0 8px 24px rgba(5,150,105,0.1); }
.ft881-card i { font-size: 1.5rem; color: var(--ft881-accent, #059669); margin-bottom: 0.5rem; }
.ft881-card h3 { font-weight: 600; font-size: 1rem; color: #111827; }
.ft881-card p { font-size: 0.8125rem; color: #6b7280; margin-top: 0.35rem; }
.ft881-card--sm { padding: 1rem; }
.ft881-list { list-style: none; padding: 0; margin: 0; }
.ft881-list li { padding: 0.5rem 0; border-bottom: 1px solid #f3f4f6; }
.ft881-list a { color: #047857; text-decoration: none; }
.ft881-list a:hover { text-decoration: underline; }
.ft881-tag { display: inline-block; padding: 0.35rem 0.75rem; background: #ecfdf5; color: #047857; border-radius: 999px; font-size: 0.8125rem; text-decoration: none; margin: 0.25rem; }
.ft881-tag:hover { background: #d1fae5; }
.ft881-gateway-card { display: flex; align-items: center; gap: 0.75rem; padding: 1rem; background: #fff; border: 1px solid #e5e7eb; border-radius: 0.75rem; color: inherit; border-left: 4px solid var(--gw-color, #059669); }
.ft881-gateway-card i { color: var(--gw-color); font-size: 1.25rem; }
.ft881-panel { background: #fff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.5rem; }
.ft881-table-wrap { overflow-x: auto; }
.ft881-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.ft881-table th, .ft881-table td { padding: 0.625rem; border-bottom: 1px solid #f3f4f6; text-align: left; }
.ft881-trust { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 0.75rem; padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
.ft881-trust__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; }
.ft881-trust__label { display: block; font-size: 0.75rem; color: #64748b; }
.ft881-trust__badge { font-size: 0.875rem; }
.ft881-trust__badge--verified { color: #047857; }
.ft881-trust__badge--pending_verification { color: #b45309; }
.ft881-trust__badge--outdated { color: #b91c1c; }
.ft881-trust__disclaimer { font-size: 0.8125rem; color: #64748b; margin-top: 0.75rem; }
.ft881-input { border: 1px solid #d1d5db; border-radius: 0.5rem; padding: 0.625rem 0.75rem; width: 100%; }
.ft881-btn { padding: 0.625rem 1.25rem; border-radius: 0.5rem; border: 1px solid #d1d5db; background: #fff; font-weight: 600; cursor: pointer; font-size: 0.875rem; }
.ft881-btn--primary { background: var(--ft881-accent, #059669); color: #fff; border-color: var(--ft881-accent, #059669); }
.ft881-btn--paypal { background: #003087; color: #fff; border: none; }
.ft881-btn--wise { background: #9fe870; color: #163300; border: none; font-weight: 700; }
.ft881-link { color: #047857; }
.ft881-link:hover { text-decoration: underline; }
.ft881-calc-icon { width: 3.5rem; height: 3.5rem; background: #ecfdf5; color: var(--ft881-accent, #059669); border-radius: 0.75rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.ft881-stripe-hero { background: linear-gradient(135deg, #635bff, #0a2540); color: #fff; border-radius: 1rem; padding: 1.5rem; }
.ft881-stripe-hero__inner { display: flex; gap: 1rem; align-items: center; }
.ft881-stripe-hero__brand { font-size: 2.5rem; }
.ft881-stripe-btn { background: #635bff !important; border-color: #635bff !important; }
.ft881-paypal-hero { background: linear-gradient(135deg, #003087, #009cde); border-radius: 1rem; padding: 1.5rem; color: #fff; }
.ft881-paypal-logo { font-size: 2.5rem; color: #fff; }
.ft881-wise-hero { background: #163300; color: #9fe870; border-radius: 1rem; padding: 1.5rem; }
.ft881-wise-card { background: #ecfccb; border-radius: 1rem; padding: 1.5rem; border: 1px solid #bef264; }
.ft881-faq { border: 1px solid #e5e7eb; border-radius: 0.5rem; padding: 0.75rem 1rem; }
.ft881-faq summary { cursor: pointer; font-weight: 600; }
.ft881-gateway-hero { display: flex; gap: 1rem; align-items: start; padding: 1.5rem; background: linear-gradient(135deg, color-mix(in srgb, var(--ft881-accent) 15%, white), white); border-radius: 1rem; border: 1px solid #e5e7eb; }
.ft881-layout-payoneer { --ft881-accent: #ff4800; }
.ft881-layout-square { --ft881-accent: #006aff; }
.ft881-layout-razorpay { --ft881-accent: #072654; }
.ft881-layout-adyen { --ft881-accent: #0abf53; }
.ft881-layout-jazzcash { --ft881-accent: #c8102e; }
.ft881-layout-easypaisa { --ft881-accent: #00a651; }
.ft881-layout-bnpl { --ft881-accent: #7c3aed; }
.ft881-layout-wallet { --ft881-accent: #10b981; }
.ft881-layout-tax { --ft881-accent: #059669; }
.ft881-cta { background: linear-gradient(180deg, #ecfdf5, #fff); }

/* Payment & Finance — hero search, share, E-E-A-T, errors */
.ft882-search { max-width: 36rem; margin-top: 1.5rem; }
.ft882-search__form { width: 100%; }
.ft882-search__field { display: flex; align-items: stretch; background: #fff; border-radius: 0.75rem; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.12); }
.ft882-search__icon { display: flex; align-items: center; padding: 0 0.75rem 0 1rem; color: #6b7280; }
.ft882-search__input { flex: 1; border: none; padding: 0.875rem 0.5rem; font-size: 1rem; min-width: 0; }
.ft882-search__input:focus { outline: none; }
.ft882-search__submit { display: flex; align-items: center; gap: 0.5rem; padding: 0 1.25rem; background: #059669; color: #fff; border: none; font-weight: 600; cursor: pointer; }
.ft882-search__submit:hover { background: #047857; }
.ft882-search__submit-icon { display: none; }
@media (max-width: 480px) {
  .ft882-search__submit-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .ft882-search__submit-icon { display: inline; }
  .ft882-search__submit { padding: 0 1rem; }
}
.ft882-error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; padding: 0.75rem 1rem; border-radius: 0.5rem; font-size: 0.875rem; margin-top: 1rem; }
.ft882-share { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 0.75rem; padding: 1rem; }
.ft882-share__title { font-weight: 700; font-size: 0.9375rem; margin-bottom: 0.75rem; }
.ft882-share__actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.ft882-share__btn { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.4rem 0.65rem; border: 1px solid #e5e7eb; border-radius: 0.5rem; background: #fff; font-size: 0.8125rem; cursor: pointer; color: #374151; text-decoration: none; }
.ft882-share__btn:hover { border-color: #059669; color: #047857; }
.ft882-eeat__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; font-size: 0.875rem; }
.ft882-eeat__grid dt { font-weight: 600; color: #374151; margin-bottom: 0.15rem; }
.ft882-eeat__grid dd { color: #6b7280; margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Platform 88.8.3 — Hub pages (gateway, country, currency, compare) */
.ft881-hub { background: #f8fafc; min-height: 60vh; }
.ft881-eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #047857; margin-bottom: 0.5rem; }
.ft881-breadcrumb { font-size: 0.875rem; color: #64748b; }
.ft881-breadcrumb a { color: inherit; text-decoration: none; }
.ft881-breadcrumb a:hover { text-decoration: underline; color: #047857; }
.ft881-breadcrumb span { margin: 0 0.35rem; opacity: 0.45; }
.ft881-hub-hero {
  background: linear-gradient(145deg, #0f172a 0%, color-mix(in srgb, var(--ft881-hub-accent, #059669) 35%, #064e3b) 55%, var(--ft881-hub-accent, #059669) 100%);
  color: #fff;
}
.ft881-hub-hero .container { padding-top: 1.75rem; padding-bottom: 2rem; }
@media (min-width: 768px) {
  .ft881-hub-hero .container { padding-top: 2rem; padding-bottom: 2.25rem; }
}
.ft881-hub-hero h1,
.ft881-hub-hero .ft881-hub-hero__title { color: #ffffff; }
.ft881-hub-hero .ft881-eyebrow.ft881-eyebrow--light,
.ft881-hub-hero .ft881-eyebrow--light { color: #6ee7b7; }
.ft881-hub-hero .ft881-breadcrumb.ft881-breadcrumb--light { color: #d1fae5; font-size: 0.8125rem; }
.ft881-hub-hero .ft881-breadcrumb--light a { color: #ecfdf5; text-decoration: none; }
.ft881-hub-hero .ft881-breadcrumb--light a:hover { color: #fff; text-decoration: underline; }
.ft881-hub-hero .ft881-hub-hero__subtitle { color: #ecfdf5; opacity: 1; }
.ft881-hub-hero__inner { display: flex; gap: 1.25rem; align-items: flex-start; max-width: 48rem; }
.ft881-hub-hero__icon {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 1rem;
  font-size: 1.5rem;
  color: #fff;
}
.ft881-hub-hero__title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; line-height: 1.15; margin: 0.35rem 0 0.75rem; }
.ft881-hub-hero__subtitle { opacity: 0.92; max-width: 42rem; line-height: 1.65; font-size: 1.0625rem; }
.ft881-hub-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 1rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.ft881-hub-link:hover { background: rgba(255,255,255,0.22); color: #fff; }
.ft881-empty { text-align: center; padding: 2.5rem 1.5rem; color: #64748b; }
.ft881-badge {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.ft881-badge--verified { background: #ecfdf5; color: #047857; }
.ft881-badge--pending_verification { background: #fffbeb; color: #b45309; }
.ft881-badge--pending { background: #fffbeb; color: #b45309; }
.ft881-badge--outdated { background: #fef2f2; color: #b91c1c; }
.ft881-chip-grid { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.ft881-chip-grid--landing { gap: 0.65rem; }
.ft881-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.ft881-chip:hover { background: #d1fae5; border-color: #059669; color: #065f46; transform: translateY(-1px); }
.ft881-chip--muted { background: #f8fafc; border-color: #e2e8f0; color: #334155; }
.ft881-chip--muted:hover { background: #f1f5f9; border-color: #cbd5e1; color: #0f172a; }
.ft881-chip--country i { font-size: 0.75rem; opacity: 0.75; }
.ft881-chip--currency { flex-direction: column; align-items: flex-start; gap: 0.1rem; padding: 0.55rem 0.9rem; border-radius: 0.65rem; min-width: 7rem; }
.ft881-chip__code { font-weight: 700; font-size: 0.875rem; letter-spacing: 0.04em; }
.ft881-chip__name { font-size: 0.75rem; opacity: 0.8; font-weight: 400; }
.ft881-compare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}
.ft881-compare-grid--landing { margin-top: 0.25rem; }
.ft881-compare-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.875rem;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.ft881-compare-card:hover {
  border-color: #059669;
  box-shadow: 0 10px 28px rgba(5,150,105,0.12);
  transform: translateY(-2px);
}
.ft881-compare-card__label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #059669;
}
.ft881-compare-card__title { font-size: 1rem; font-weight: 700; color: #111827; line-height: 1.35; margin: 0; }
.ft881-compare-card__meta { font-size: 0.8125rem; color: #6b7280; margin: 0; }
.ft881-compare-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #047857;
}
.ft881-guide-panel { border-left: 4px solid var(--ft881-accent, #059669); }
.ft881-compare-form { max-width: 32rem; }
.ft881-compare-col { border-top: 3px solid #059669; }
.ft881-compare-col:last-child { border-top-color: #0f766e; }
.ft881-compare-result { padding: 1rem 0; border-bottom: 1px solid #f3f4f6; }
.ft881-compare-result:last-child { border-bottom: none; }
.ft881-compare-result__row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 0.35rem 0; font-size: 0.9375rem; }
.ft881-compare-result__row strong { font-size: 1.125rem; color: #111827; }
@media (max-width: 640px) {
  .ft881-hub-hero__inner { flex-direction: column; }
  .ft881-chip--currency { min-width: calc(50% - 0.35rem); }
}

/* Single calculator pages — readable headings & body copy */
.ft881-calc {
  color: #1f2937;
}
.ft881-calc .ft881-breadcrumb {
  color: #64748b;
  font-size: 0.875rem;
}
.ft881-calc .ft881-breadcrumb a {
  color: #047857;
  text-decoration: none;
}
.ft881-calc .ft881-breadcrumb a:hover {
  text-decoration: underline;
  color: #065f46;
}
.ft881-calc .ft881-breadcrumb span:last-child {
  color: #334155;
  opacity: 1;
}

/* Light hero (most gateways) */
.ft881-calc-hero__inner {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.ft881-calc-hero__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #047857;
  margin-bottom: 0.4rem;
}
.ft881-calc-hero__title {
  font-size: clamp(1.625rem, 3.2vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
  color: #111827;
  letter-spacing: -0.02em;
  margin: 0;
}
.ft881-calc-hero__desc {
  margin-top: 0.65rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5563;
}
.ft881-calc-hero__note {
  margin-top: 0.75rem;
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #6b7280;
}

/* Dark brand heroes (Stripe, PayPal, Wise) */
.ft881-calc-hero--dark .ft881-calc-hero__title {
  color: #ffffff;
}
.ft881-calc-hero--dark .ft881-calc-hero__desc {
  color: #f0fdf4;
  opacity: 1;
}
.ft881-calc-hero--dark .ft881-calc-hero__note {
  color: #d1fae5;
  opacity: 1;
}
.ft881-stripe-hero.ft881-calc-hero--dark .ft881-calc-hero__eyebrow {
  color: #c4b5fd;
}
.ft881-stripe-hero.ft881-calc-hero--dark .ft881-calc-hero__desc {
  color: #e0e7ff;
}
.ft881-paypal-hero.ft881-calc-hero--dark .ft881-calc-hero__eyebrow {
  color: #bae6fd;
}
.ft881-paypal-hero.ft881-calc-hero--dark .ft881-calc-hero__desc {
  color: #e0f2fe;
}
.ft881-wise-hero.ft881-calc-hero--dark .ft881-calc-hero__eyebrow {
  color: #bbf7d0;
}
.ft881-wise-hero.ft881-calc-hero--dark .ft881-calc-hero__desc {
  color: #ecfdf5;
}
.ft881-wise-hero.ft881-calc-hero--dark .ft881-calc-hero__note {
  color: #d9f99d;
}

/* Panels, forms, side content */
.ft881-calc .ft881-panel h2,
.ft881-calc .ft881-panel h3,
.ft881-calc .ft881-wise-card h2,
.ft881-calc .ft881-guide-panel h2,
.ft881-calc .ft882-eeat h2 {
  color: #111827;
}
.ft881-calc .ft881-panel label,
.ft881-calc .ft881-wise-card label {
  color: #374151;
  font-weight: 500;
}
.ft881-calc .ft881-panel p,
.ft881-calc .ft881-wise-card p,
.ft881-calc .ft881-guide-panel p,
.ft881-calc .ft882-eeat dd {
  color: #4b5563;
}
.ft881-calc .ft881-panel .prose,
.ft881-calc .ft881-panel .prose p {
  color: #374151;
}
.ft881-calc .ft881-trust__label {
  color: #64748b;
}
.ft881-calc .ft881-trust__badge,
.ft881-calc .ft881-trust strong {
  color: #111827;
}
.ft881-calc .ft881-trust__disclaimer {
  color: #64748b;
}
.ft881-calc .ft881-trust a,
.ft881-calc .ft881-link {
  color: #047857;
}
.ft881-calc .ft881-faq summary {
  color: #111827;
}
.ft881-calc .ft881-faq p {
  color: #4b5563;
}
.ft881-calc .ft882-eeat dt {
  color: #374151;
}
.ft881-wise-card {
  color: #14532d;
}
.ft881-wise-card h2 {
  color: #14532d;
}
.ft881-wise-card label {
  color: #166534;
}
