body.split-bill-fairly-page {
  background: #f4f6f8;
  --sbf-ink: #18212b;
  --sbf-text: rgba(33, 41, 49, 0.88);
  --sbf-muted: rgba(33, 41, 49, 0.68);
  --sbf-line: rgba(15, 23, 42, 0.08);
  --sbf-green: #afe67e;
  --sbf-green-hover: #bcf18c;
  --sbf-focus: rgba(53, 84, 40, 0.32);
  --sbf-card-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

body.split-bill-fairly-page #header {
  display: none !important;
}

body.split-bill-fairly-page #wrapper {
  overflow: visible;
}

body.split-bill-fairly-page #wrapper > .bg {
  display: none !important;
}

body.split-bill-fairly-page #wrapper.fade-in:before {
  background: #f4f6f8;
}

body.split-bill-fairly-page #nav,
body.split-bill-fairly-page #main,
body.split-bill-fairly-page #copyright {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.split-bill-fairly-page #nav {
  margin-top: 0 !important;
  padding: 0 3rem;
  background: rgba(30, 37, 45, 0.9);
  backdrop-filter: blur(10px);
}

body.split-bill-fairly-page #main {
  background:
    radial-gradient(circle at top left, rgba(175, 230, 126, 0.16), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f4f6f8 76%);
  padding: 1.5rem 3rem 0;
}

body.split-bill-fairly-page #main > * {
  width: 100% !important;
  max-width: none !important;
  border-top: 0 !important;
  padding: 0 !important;
}

body.split-bill-fairly-page article.post.featured {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3rem 1rem 4rem;
  text-align: left !important;
}

body.split-bill-fairly-page article.post.featured h1,
body.split-bill-fairly-page article.post.featured h2,
body.split-bill-fairly-page article.post.featured h3 {
  color: #18212b;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: none;
  text-wrap: balance;
}

body.split-bill-fairly-page article.post.featured h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4.4vw, 3.7rem);
  line-height: 1.02;
}

body.split-bill-fairly-page article.post.featured h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  line-height: 1.16;
}

body.split-bill-fairly-page article.post.featured h3 {
  margin: 0 0 0.55rem;
  font-size: 1.16rem;
  line-height: 1.3;
}

body.split-bill-fairly-page article.post.featured p,
body.split-bill-fairly-page article.post.featured li,
body.split-bill-fairly-page article.post.featured dt,
body.split-bill-fairly-page article.post.featured dd,
body.split-bill-fairly-page article.post.featured td,
body.split-bill-fairly-page article.post.featured th {
  color: var(--sbf-text);
  font-size: 1.04rem;
  line-height: 1.68;
  text-align: left;
}

body.split-bill-fairly-page article.post.featured p {
  width: 100%;
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

body.split-bill-fairly-page a {
  border-bottom: 0;
}

body.split-bill-fairly-page a:focus-visible,
body.split-bill-fairly-page button:focus-visible,
body.split-bill-fairly-page summary:focus-visible {
  outline: 3px solid rgba(53, 84, 40, 0.32);
  outline-offset: 3px;
}

body.split-bill-fairly-page .lt-breadcrumb,
body.split-bill-fairly-page .lt-toolsHero,
body.split-bill-fairly-page .lt-toolsSection,
body.split-bill-fairly-page .lt-finalCta,
body.split-bill-fairly-page .lt-pageMeta,
body.split-bill-fairly-page .lt-actions {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.split-bill-fairly-page .lt-eyebrow,
body.split-bill-fairly-page .lt-sectionEyebrow {
  color: rgba(33, 41, 49, 0.88);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.split-bill-fairly-page .sbf-hero .lt-eyebrow {
  width: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

body.split-bill-fairly-page .lt-primaryCta {
  color: #18212b;
  background: #afe67e;
}

body.split-bill-fairly-page .lt-primaryCta:hover {
  background: #bcf18c;
}

body.split-bill-fairly-page .sbf-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.68fr);
  align-items: center;
  gap: clamp(1.6rem, 4vw, 3.5rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.22), rgba(255, 255, 255, 0.98) 48%, rgba(228, 238, 248, 0.92));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

body.split-bill-fairly-page .sbf-hero .lt-toolsHeroCopy {
  max-width: 51rem;
}

body.split-bill-fairly-page .sbf-hero h1 {
  max-width: 21ch;
}

body.split-bill-fairly-page .sbf-hero .lt-heroBody,
body.split-bill-fairly-page .sbf-hero .lt-heroSupport {
  width: min(100%, 47rem);
  max-width: 47rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

body.split-bill-fairly-page .sbf-hero .lt-heroBody {
  font-weight: 750;
}

.sbf-hero-visual {
  margin: 0;
}

.sbf-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 35rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.sbf-quick-answer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 1.5rem 0 0;
  padding: 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

body.split-bill-fairly-page .sbf-quick-answer h2 {
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
}

.sbf-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.sbf-quick-grid article {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(175, 230, 126, 0.13), rgba(255, 255, 255, 0.98));
}

body.split-bill-fairly-page .sbf-quick-grid h3 {
  margin: 0 0 0.2rem;
  font-size: 0.98rem;
}

body.split-bill-fairly-page .sbf-quick-grid p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.45;
}

.sbf-content-section {
  scroll-margin-top: 1.5rem;
}

.sbf-content-section > p + p {
  margin-top: 0.9rem;
}

.sbf-content-section > h3 {
  margin-top: 1.3rem !important;
}

.sbf-checklist,
.sbf-clarity-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  max-width: none;
  margin: 1.1rem 0 1.2rem !important;
  padding: 0 !important;
  list-style: none;
}

.sbf-checklist li,
.sbf-clarity-list li {
  position: relative;
  min-height: 4rem;
  margin: 0;
  padding: 0.85rem 0.95rem 0.85rem 2.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.sbf-checklist li::before,
.sbf-clarity-list li::before {
  content: "✓";
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #afe67e;
  color: #18212b;
  font-size: 0.75rem;
  font-weight: 900;
}

.sbf-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.sbf-method-card,
.sbf-comparison-card,
.sbf-situation-grid article,
.sbf-result-callout,
.sbf-limitation,
.sbf-layer-grid > div,
.sbf-product-transition {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.sbf-method-card {
  padding: 1.15rem;
}

.sbf-method-card--featured,
.sbf-comparison-card--featured {
  background:
    radial-gradient(circle at top right, rgba(175, 230, 126, 0.28), transparent 40%),
    rgba(255, 255, 255, 0.94);
}

.sbf-pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.75rem;
  padding: 0.28rem 0.58rem;
  border: 1px solid rgba(53, 84, 40, 0.16);
  border-radius: 999px;
  background: rgba(175, 230, 126, 0.2);
  color: #355428;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
}

.sbf-method-card dl,
.sbf-method-card dd {
  margin: 0;
}

.sbf-method-card dl {
  display: grid;
  gap: 0.7rem;
}

.sbf-method-card dl > div {
  padding-top: 0.7rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.sbf-method-card dt {
  color: #18212b !important;
  font-size: 0.78rem !important;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.sbf-method-card dd {
  margin-top: 0.25rem;
  font-size: 0.96rem !important;
  line-height: 1.52 !important;
}

.sbf-callout {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(175, 230, 126, 0.22), rgba(255, 255, 255, 0.96));
}

body.split-bill-fairly-page .sbf-callout p {
  max-width: none;
  margin: 0;
  color: #18212b;
  font-weight: 800;
}

.sbf-inline-link {
  display: inline-block;
  margin-top: 0.9rem;
  color: #355428;
  font-weight: 750;
}

.sbf-table-wrap {
  width: 100%;
  margin: 1.2rem 0;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.sbf-responsive-table {
  width: 100%;
  margin: 0 !important;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

.sbf-responsive-table caption {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: #18212b;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
  text-align: left;
}

.sbf-responsive-table th,
.sbf-responsive-table td {
  padding: 0.88rem 0.95rem;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  vertical-align: top;
}

.sbf-responsive-table thead th {
  background: linear-gradient(135deg, rgba(223, 234, 244, 0.52), rgba(255, 255, 255, 0.94));
  color: var(--sbf-muted) !important;
  font-size: 0.78rem !important;
  font-weight: 850;
  letter-spacing: 0.03em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.sbf-responsive-table tbody th {
  color: #18212b !important;
  font-weight: 850;
}

.sbf-responsive-table tbody tr:last-child th,
.sbf-responsive-table tbody tr:last-child td {
  border-bottom: 0;
}

.sbf-result-table td:not(:first-child),
.sbf-result-table thead th:not(:first-child) {
  text-align: right;
}

.sbf-total-row {
  background: rgba(175, 230, 126, 0.14);
}

.sbf-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 1.2rem !important;
  padding: 0 !important;
  list-style: none;
}

.sbf-fact-grid li {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  padding: 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.sbf-fact-grid span {
  color: var(--sbf-muted);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.3;
}

.sbf-fact-grid strong {
  color: #18212b;
  font-size: 1.2rem;
  font-variant-numeric: tabular-nums;
}

.sbf-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.sbf-comparison-card {
  padding: 1.15rem;
}

body.split-bill-fairly-page .sbf-comparison-card p {
  max-width: none;
  margin: 0;
}

body.split-bill-fairly-page .sbf-comparison-card .sbf-formula {
  margin-bottom: 0.7rem;
  color: #18212b;
  font-size: 1.25rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.sbf-result-callout,
.sbf-limitation {
  margin: 1rem 0;
  padding: 1.1rem;
}

.sbf-result-callout {
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.2), rgba(255, 255, 255, 0.96));
}

body.split-bill-fairly-page .sbf-result-callout p,
body.split-bill-fairly-page .sbf-limitation p {
  max-width: none;
  margin: 0;
}

.sbf-situation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.sbf-situation-grid article {
  padding: 1.05rem;
}

body.split-bill-fairly-page .sbf-situation-grid p {
  max-width: none;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.56;
}

body.split-bill-fairly-page .sbf-note,
body.split-bill-fairly-page .sbf-support-line {
  margin-top: 1rem;
  color: var(--sbf-muted);
  font-size: 0.94rem;
}

.sbf-script-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.2rem 0;
}

.sbf-script-grid .template-card:last-child {
  grid-column: 1 / -1;
}

body.split-bill-fairly-page .template-card__message {
  width: auto !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow-wrap: anywhere;
}

.sbf-copy-status {
  min-height: 1.4rem;
  margin: 0.8rem 0 0 !important;
  color: var(--sbf-muted) !important;
  font-size: 0.92rem !important;
}

.sbf-step-list {
  display: grid;
  gap: 0.75rem;
  max-width: none;
  margin: 1.2rem 0 !important;
  padding: 0 !important;
  list-style: none;
  counter-reset: sbf-steps;
}

.sbf-step-list li {
  position: relative;
  margin: 0;
  padding: 0.95rem 1rem 0.95rem 3.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.sbf-step-list li::before {
  counter-increment: sbf-steps;
  content: counter(sbf-steps);
  position: absolute;
  top: 0.9rem;
  left: 0.95rem;
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #afe67e;
  color: #18212b;
  font-size: 0.84rem;
  font-weight: 900;
}

.sbf-limitation {
  background:
    radial-gradient(circle at top right, rgba(223, 234, 244, 0.65), transparent 44%),
    rgba(255, 255, 255, 0.94);
}

.sbf-payback-section .lt-bridgePanel {
  padding: clamp(1.3rem, 3vw, 2rem);
  background:
    radial-gradient(circle at top right, rgba(175, 230, 126, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(223, 234, 244, 0.44));
}

.sbf-layer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.2rem 0;
}

.sbf-layer-grid > div {
  padding: 1rem;
}

.sbf-layer-grid dt {
  color: #18212b !important;
  font-weight: 850;
}

.sbf-layer-grid dd {
  margin: 0.2rem 0 0;
}

.sbf-product-transition {
  margin-top: 1.2rem;
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.78);
}

body.split-bill-fairly-page .sbf-product-transition p {
  max-width: none;
  margin: 0;
}

body.split-bill-fairly-page .sbf-product-transition .lt-textCta {
  margin-top: 0;
}

body.split-bill-fairly-page .sbf-product-transition .lt-appStoreBtn,
body.split-bill-fairly-page .sbf-final-cta .lt-appStoreBtn {
  flex: 0 0 auto;
  align-self: center;
}

body.split-bill-fairly-page .best-next-step {
  margin-top: 3.1rem;
}

body.split-bill-fairly-page .best-next-step__card {
  grid-template-rows: auto 1fr auto;
}

.sbf-bns-cta {
  align-self: end;
  margin-top: 0.9rem;
  color: #355428;
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.35;
}

body.split-bill-fairly-page .faq-list details {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

body.split-bill-fairly-page .faq-list details + details {
  margin-top: 0.8rem;
}

body.split-bill-fairly-page .faq-list summary {
  cursor: pointer;
  padding: 0.95rem 1rem;
  color: #18212b;
  font-weight: 850;
}

body.split-bill-fairly-page .faq-list details p {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 1rem 1rem;
}

.sbf-final-cta {
  margin-top: 3.1rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(175, 230, 126, 0.16) 100%);
}

body.split-bill-fairly-page .sbf-final-cta h2,
body.split-bill-fairly-page .sbf-final-cta p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

body.split-bill-fairly-page .sbf-final-cta p {
  max-width: none !important;
}

body.split-bill-fairly-page .lt-pageMeta {
  max-width: none;
  margin: 2rem 0 0.25rem !important;
  text-align: left !important;
}

body.split-bill-fairly-page .lt-actions {
  max-width: none;
  margin: 1rem 0 0 -1rem !important;
  justify-content: flex-start;
  text-align: left !important;
}

body.split-bill-fairly-page #copyright {
  margin: 0 !important;
  padding: 2rem 3rem 2.8rem;
  color: rgba(33, 41, 49, 0.56);
}

body.split-bill-fairly-page #copyright ul li {
  border-left-color: rgba(33, 41, 49, 0.2);
}

@media (max-width: 980px) {
  body.split-bill-fairly-page #nav {
    padding: 0 1.5rem;
  }

  body.split-bill-fairly-page #main {
    padding: 1rem 1rem 0;
  }

  body.split-bill-fairly-page article.post.featured {
    width: 100%;
    padding: 2rem 0 3.2rem;
  }

  body.split-bill-fairly-page .sbf-hero {
    grid-template-columns: 1fr;
  }

  body.split-bill-fairly-page .sbf-hero h1 {
    max-width: none;
  }

  .sbf-hero-visual {
    justify-self: center;
    width: min(100%, 42rem);
  }

  .sbf-hero-visual img {
    max-width: none;
  }

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

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

@media (max-width: 736px) {
  body.split-bill-fairly-page #main {
    padding: 0.65rem 0.7rem 0;
  }

  body.split-bill-fairly-page article.post.featured {
    padding-top: 1.2rem;
  }

  body.split-bill-fairly-page article.post.featured h1 {
    font-size: clamp(2.05rem, 10vw, 2.75rem);
  }

  body.split-bill-fairly-page article.post.featured h2 {
    font-size: 1.6rem;
  }

  body.split-bill-fairly-page article.post.featured p,
  body.split-bill-fairly-page article.post.featured li,
  body.split-bill-fairly-page article.post.featured dt,
  body.split-bill-fairly-page article.post.featured dd,
  body.split-bill-fairly-page article.post.featured td,
  body.split-bill-fairly-page article.post.featured th {
    font-size: 1rem;
  }

  body.split-bill-fairly-page .sbf-hero {
    gap: 1.2rem;
    padding: 1.25rem;
    border-radius: 20px;
  }

  body.split-bill-fairly-page .sbf-hero .lt-heroBody {
    font-size: 0.98rem;
    line-height: 1.56;
  }

  body.split-bill-fairly-page .sbf-hero .lt-heroSupport {
    font-size: 0.93rem;
  }

  .sbf-hero-visual {
    max-height: 14rem;
    overflow: hidden;
    border-radius: 18px;
  }

  .sbf-hero-visual img {
    height: 14rem;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
  }

  .sbf-quick-answer {
    width: 100%;
    margin-top: 1rem;
    padding: 0.9rem;
  }

  .sbf-quick-grid,
  .sbf-method-grid,
  .sbf-comparison-grid,
  .sbf-situation-grid,
  .sbf-script-grid,
  .sbf-layer-grid,
  .sbf-checklist,
  .sbf-clarity-list {
    grid-template-columns: 1fr;
  }

  .sbf-script-grid .template-card:last-child {
    grid-column: auto;
  }

  body.split-bill-fairly-page .lt-ctaRow {
    align-items: stretch;
    flex-direction: column;
  }

  body.split-bill-fairly-page .lt-primaryCta,
  body.split-bill-fairly-page .lt-textCta {
    width: 100%;
    min-height: 3rem;
  }

  body.split-bill-fairly-page .sbf-product-transition .lt-appStoreBtn,
  body.split-bill-fairly-page .sbf-final-cta .lt-appStoreBtn {
    align-self: flex-start;
    width: min(250px, 100%);
  }

  .sbf-fact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sbf-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .sbf-responsive-table,
  .sbf-responsive-table tbody,
  .sbf-responsive-table tr,
  .sbf-responsive-table th,
  .sbf-responsive-table td {
    display: block;
    width: 100%;
  }

  .sbf-responsive-table {
    border-collapse: separate;
  }

  .sbf-responsive-table caption {
    display: block;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
  }

  .sbf-responsive-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .sbf-responsive-table tbody {
    display: grid;
    gap: 0.8rem;
  }

  .sbf-responsive-table tr {
    padding: 0.85rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }

  .sbf-responsive-table th,
  .sbf-responsive-table td {
    padding: 0.42rem 0;
    border: 0;
    text-align: left !important;
  }

  .sbf-responsive-table tbody th {
    margin-bottom: 0.25rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .sbf-responsive-table td[data-label] {
    display: grid;
    grid-template-columns: minmax(7rem, 0.42fr) minmax(0, 0.58fr);
    gap: 0.75rem;
  }

  .sbf-responsive-table td[data-label]::before {
    content: attr(data-label);
    color: var(--sbf-muted);
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .sbf-total-row {
    background: rgba(175, 230, 126, 0.18) !important;
  }

  .sbf-payback-section .lt-bridgePanel,
  .sbf-final-cta {
    padding: 1.15rem;
  }

  body.split-bill-fairly-page .best-next-step {
    padding: 1rem;
  }

  body.split-bill-fairly-page #copyright {
    padding: 1.6rem 1rem 2.2rem;
  }
}

@media (max-width: 420px) {
  .sbf-fact-grid {
    grid-template-columns: 1fr;
  }

  .sbf-responsive-table td[data-label] {
    grid-template-columns: 1fr;
    gap: 0.08rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.split-bill-fairly-page *,
  body.split-bill-fairly-page *::before,
  body.split-bill-fairly-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
