/* Restaurant Bookkeeping Services page */

body.restaurant-page.nh-inner-body {
  background: #ffffff;
}

.restaurant-page.ip-inner-page {
  background: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.restaurant-page .rs-faq {
  padding-bottom: 80px;
}

.rs-hero {
  margin-top: 140px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rs-hero-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.rs-hero-card {
  background: #f0f2f8;
  border-radius: 40px;
  padding: 64px 72px;
}

.rs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.rs-hero-content {
  min-width: 0;
}

.rs-hero-title {
  margin: 0 0 24px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.rs-hero-title-accent {
  color: #5461c1;
}

.bookkeeping-houston-page .rs-hero-title,
.bookkeeping-melbourne-page .rs-hero-title,
.bookkeeping-seattle-page .rs-hero-title,
.vacation-rental-bookkeeping-page .rs-hero-title,
.bookkeeping-dallas-page .rs-hero-title,
.bookkeeping-services-san-antonio-page .rs-hero-title,
.restaurant-accounting-page .rs-hero-title {
  font-size: clamp(28px, 3.1vw, 40px);
  line-height: 1.22;
}

.rs-hero-text {
  margin: 0 0 32px;
  max-width: 520px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: #555555;
}

.rs-hero-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.rs-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.rs-hero-btn-primary {
  background: #5461c1;
  color: #ffffff;
  border: 1px solid #5461c1;
}

.rs-hero-btn-primary:hover {
  background: #4552ad;
  border-color: #4552ad;
  color: #ffffff;
}

.rs-hero-btn-outline {
  background: transparent;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.rs-hero-btn-outline:hover {
  background: #1a1a1a;
  color: #ffffff;
}

.rs-hero-visual {
  min-width: 0;
}

.rs-hero-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

/* Why section */
.rs-why {
  padding: 0 0 80px;
  background: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rs-why-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.rs-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.rs-why-visual {
  min-width: 0;
}

.rs-why-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

.rs-why-content {
  min-width: 0;
}

.rs-why-title {
  margin: 0 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.rs-why-title-accent {
  color: #5461c1;
}

.rs-why-text {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #4a4a4a;
}

.rs-why-text:last-child {
  margin-bottom: 0;
}

/* CTA section */
.rs-cta {
  position: relative;
  padding: 80px 0;
  background-color: #f4f6fa;
  background-image: url('../images/restaurant/llc-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  overflow: hidden;
}

.rs-cta-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.rs-cta-title {
  margin: 0 0 32px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.rs-cta-title-line {
  display: block;
}

.rs-cta-title-accent {
  display: block;
  color: #5461c1;
}

.rs-cta-text {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #4a4a4a;
}

.rs-cta-text:last-of-type {
  margin-bottom: 36px;
}

.rs-cta-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.rs-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.rs-cta-btn-primary {
  background: #5461c1;
  color: #ffffff;
  border: 1px solid #5461c1;
}

.rs-cta-btn-primary:hover {
  background: #4552ad;
  border-color: #4552ad;
  color: #ffffff;
}

.rs-cta-btn-secondary {
  background: #f3f4f6;
  color: #1a1a1a;
  border: 1px solid #bdbdbd;
}

.rs-cta-btn-secondary:hover {
  background: #e8eaee;
  border-color: #1a1a1a;
  color: #1a1a1a;
}

/* Insights section */
.rs-insights {
  padding: 80px 0;
  background: linear-gradient(90deg, #5366c3 0%, #4556b8 45%, #3d4da3 100%);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rs-insights-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.rs-insights-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.rs-insights-content {
  min-width: 0;
}

.rs-insights-title {
  margin: 0 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.rs-insights-text {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.rs-insights-text:last-child {
  margin-bottom: 0;
}

.rs-insights-visual {
  min-width: 0;
}

.rs-insights-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

/* Support section */
.rs-support {
  padding: 80px 0;
  background: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rs-support-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.rs-support-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 40px;
}

.rs-support-title {
  margin: 0 0 16px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.rs-support-title-accent {
  color: #5461c1;
}

.rs-support-desc {
  margin: 0;
  max-width: 620px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: #555555;
}

.rs-support-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 420px;
  justify-self: end;
}

.rs-support-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.rs-support-btn-primary {
  background: #5461c1;
  color: #ffffff;
  border: 1px solid #5461c1;
}

.rs-support-btn-primary:hover {
  background: #4552ad;
  border-color: #4552ad;
  color: #ffffff;
}

.rs-support-btn-outline {
  background: #ffffff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.rs-support-btn-outline:hover {
  background: #f3f4f6;
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.rs-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rs-support-card {
  background: #ffffff;
  border: 1px solid #e8ebf4;
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: 0 10px 28px rgba(84, 97, 193, 0.12);
}

.rs-support-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.rs-support-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #eef1fb;
}

.rs-support-card-icon svg {
  width: 24px;
  height: 24px;
}

.rs-support-card-title {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #5461c1;
}

.rs-support-card-text {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #1a1a1a;
}

/* Know section */
.rs-know {
  padding: 80px 0;
  background: #f8f9fb;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rs-know-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.rs-know-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.rs-know-visual {
  min-width: 0;
}

.rs-know-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

.rs-know-content {
  min-width: 0;
}

.rs-know-title {
  margin: 0 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.rs-know-title-accent {
  color: #5461c1;
}

.rs-know-text {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #4a4a4a;
}

.rs-know-text:last-child {
  margin-bottom: 0;
}

/* Trusted section */
.rs-trusted {
  padding: 80px 0;
  background: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rs-trusted-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.rs-trusted-title {
  margin: 0 0 20px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.rs-trusted-title-line {
  display: block;
}

.rs-trusted-title-accent {
  color: #5461c1;
}

.rs-trusted-desc {
  margin: 0 auto 40px;
  max-width: 760px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: #555555;
}

.rs-trusted-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.rs-trusted-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rs-trusted-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 22px 20px;
  text-align: left;
}

.rs-trusted-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.rs-trusted-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #eef1fb;
}

.rs-trusted-card-icon svg {
  width: 22px;
  height: 22px;
}

.rs-trusted-card-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #5461c1;
}

.rs-trusted-card-value {
  display: block;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.1;
  color: #3d4da3;
}

/* Next steps CTA section */
.rs-next {
  position: relative;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  overflow: hidden;
}

.rs-next-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.rs-next-title {
  margin: 0 0 28px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.rs-next-text {
  margin: 0 0 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.rs-next-text:last-of-type {
  margin-bottom: 36px;
}

.rs-next-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.rs-next-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.rs-next-btn-primary {
  background: #ffffff;
  color: #5461c1;
  border: 1px solid #ffffff;
}

.rs-next-btn-primary:hover {
  background: #f3f4f6;
  border-color: #f3f4f6;
  color: #4552ad;
}

.rs-next-btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.rs-next-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  color: #ffffff;
}

/* FAQ section */
.rs-faq {
  padding: 80px 0 80px;
  background: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rs-faq-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.rs-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}

.rs-faq-title {
  margin: 0 0 20px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

.rs-faq-title-line {
  display: block;
}

.rs-faq-title-accent {
  color: #5461c1;
}

.rs-faq-desc {
  margin: 0 0 28px;
  max-width: 420px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: #555555;
}

.rs-faq-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.rs-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.rs-faq-btn-primary {
  background: #5461c1;
  color: #ffffff;
  border: 1px solid #5461c1;
}

.rs-faq-btn-primary:hover {
  background: #4552ad;
  border-color: #4552ad;
  color: #ffffff;
}

.rs-faq-btn-outline {
  background: #ffffff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.rs-faq-btn-outline:hover {
  background: #f3f4f6;
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.rs-faq-accordion.sv-faq-accordion {
  gap: 14px;
}

.rs-faq .sv-faq-item {
  border: 1px solid #e8ebf4;
  border-radius: 16px;
  background: #f5f6f8;
}

.rs-faq .sv-faq-item-open {
  background: #eceef2;
}

.rs-faq .sv-faq-trigger {
  padding: 22px 24px;
}

.rs-faq .sv-faq-question {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.rs-faq .sv-faq-icon::before,
.rs-faq .sv-faq-icon::after {
  background: #5461c1;
}

.rs-faq .sv-faq-answer {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #4a4a4a;
}

/* Laptop — 1280px */
@media (max-width: 1280px) {
  .rs-hero-wrap,
  .rs-why-wrap,
  .rs-insights-wrap,
  .rs-support-wrap,
  .rs-know-wrap,
  .rs-trusted-wrap,
  .rs-faq-wrap {
    padding: 0 20px;
  }

  .rs-cta-wrap,
  .rs-next-wrap {
    padding: 0 20px;
  }

  .rs-hero-card {
    padding: 56px 48px;
    border-radius: 36px;
  }

  .rs-hero-grid,
  .rs-why-grid,
  .rs-insights-grid,
  .rs-know-grid,
  .rs-faq-grid {
    gap: 40px;
  }

  .rs-support-head {
    gap: 32px;
  }

  .rs-support-grid {
    gap: 20px;
  }

  .rs-trusted-grid {
    gap: 16px;
  }

  .rs-trusted-card {
    padding: 20px 18px;
  }
}

/* Laptop — 1200px */
@media (max-width: 1200px) {
  .rs-hero {
    margin-top: 130px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .rs-hero-card {
    padding: 48px 40px;
    border-radius: 32px;
  }

  .rs-hero-grid,
  .rs-why-grid,
  .rs-insights-grid,
  .rs-know-grid {
    gap: 32px;
  }

  .rs-hero-title,
  .rs-why-title,
  .rs-insights-title,
  .rs-support-title,
  .rs-know-title,
  .rs-trusted-title,
  .rs-next-title,
  .rs-faq-title,
  .rs-cta-title {
    font-size: clamp(30px, 3.2vw, 40px);
  }

  .bookkeeping-houston-page .rs-hero-title,
.bookkeeping-melbourne-page .rs-hero-title,
.bookkeeping-seattle-page .rs-hero-title,
.vacation-rental-bookkeeping-page .rs-hero-title,
.bookkeeping-dallas-page .rs-hero-title,
.bookkeeping-services-san-antonio-page .rs-hero-title,
.restaurant-accounting-page .rs-hero-title {
    font-size: clamp(26px, 2.8vw, 36px);
  }

  .rs-hero-text,
  .rs-why-text,
  .rs-insights-text,
  .rs-support-desc,
  .rs-know-text,
  .rs-trusted-desc,
  .rs-next-text,
  .rs-faq-desc,
  .rs-cta-text {
    font-size: 16px;
  }

  .rs-cta,
  .rs-insights,
  .rs-support,
  .rs-know,
  .rs-trusted,
  .rs-next,
  .rs-faq {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .rs-why {
    padding-bottom: 64px;
  }

  .restaurant-page .rs-faq {
    padding-bottom: 64px;
  }

  .rs-support-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rs-support-actions {
    max-width: none;
    justify-self: stretch;
  }

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

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

  .rs-trusted-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rs-faq-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .rs-faq-desc {
    max-width: none;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .rs-hero {
    margin-top: 116px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .rs-hero-card {
    padding: 48px 40px;
    border-radius: 32px;
  }

  .rs-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rs-hero-text {
    max-width: none;
  }

  .rs-why-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rs-insights-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rs-support-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rs-support-actions {
    max-width: none;
    justify-self: stretch;
  }

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

  .rs-know-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .rs-trusted-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rs-faq-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .rs-cta,
  .rs-insights,
  .rs-support,
  .rs-know,
  .rs-trusted,
  .rs-next {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .rs-why {
    padding-bottom: 56px;
  }

  .restaurant-page .rs-faq {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .rs-hero {
    margin-top: 100px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rs-hero-wrap,
  .rs-why-wrap,
  .rs-insights-wrap,
  .rs-support-wrap,
  .rs-know-wrap,
  .rs-trusted-wrap,
  .rs-faq-wrap,
  .rs-cta-wrap,
  .rs-next-wrap {
    padding: 0 16px;
  }

  .rs-hero-card {
    padding: 32px 24px;
    border-radius: 24px;
  }

  .rs-hero-title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .bookkeeping-houston-page .rs-hero-title,
.bookkeeping-melbourne-page .rs-hero-title,
.bookkeeping-seattle-page .rs-hero-title,
.vacation-rental-bookkeeping-page .rs-hero-title,
.bookkeeping-dallas-page .rs-hero-title,
.bookkeeping-services-san-antonio-page .rs-hero-title,
.restaurant-accounting-page .rs-hero-title {
    font-size: 26px;
    line-height: 1.25;
  }

  .rs-hero-text {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .rs-hero-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .rs-hero-btn {
    width: 100%;
  }

  .rs-why {
    padding-bottom: 48px;
  }

  .rs-why-wrap {
    padding: 0 16px;
  }

  .rs-why-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .rs-why-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .rs-cta {
    padding: 48px 0;
  }

  .rs-cta-wrap {
    padding: 0 16px;
  }

  .rs-cta-title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .rs-cta-text {
    font-size: 16px;
  }

  .rs-cta-text:last-of-type {
    margin-bottom: 28px;
  }

  .rs-cta-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .rs-cta-btn {
    width: 100%;
  }

  .rs-insights {
    padding: 48px 0;
  }

  .rs-insights-wrap {
    padding: 0 16px;
  }

  .rs-insights-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .rs-insights-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .rs-support {
    padding: 48px 0;
  }

  .rs-support-wrap {
    padding: 0 16px;
  }

  .rs-support-title {
    font-size: 28px;
  }

  .rs-support-desc {
    font-size: 16px;
  }

  .rs-support-grid {
    grid-template-columns: 1fr;
  }

  .rs-support-card-title {
    font-size: 17px;
  }

  .rs-support-card-text {
    font-size: 14px;
  }

  .rs-know {
    padding: 48px 0;
  }

  .rs-know-wrap {
    padding: 0 16px;
  }

  .rs-know-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .rs-know-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .rs-trusted {
    padding: 48px 0;
  }

  .rs-trusted-wrap {
    padding: 0 16px;
  }

  .rs-trusted-title {
    font-size: 28px;
  }

  .rs-trusted-desc {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .rs-trusted-grid {
    grid-template-columns: 1fr;
  }

  .rs-trusted-card-value {
    font-size: 30px;
  }

  .rs-next {
    padding: 48px 0;
  }

  .rs-next-wrap {
    padding: 0 16px;
  }

  .rs-next-title {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .rs-next-text {
    font-size: 16px;
  }

  .rs-next-text:last-of-type {
    margin-bottom: 28px;
  }

  .rs-next-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .rs-next-btn {
    width: 100%;
  }

  .rs-faq {
    padding: 48px 0 64px;
  }

  .rs-faq-wrap {
    padding: 0 16px;
  }

  .restaurant-page .rs-faq {
    padding-bottom: 64px;
  }

  .rs-faq-title {
    font-size: 28px;
  }

  .rs-faq-desc {
    font-size: 16px;
    max-width: none;
  }

  .rs-faq-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .rs-faq-btn {
    width: 100%;
  }

  .rs-faq .sv-faq-trigger {
    padding: 18px 16px;
  }

  .rs-faq .sv-faq-question {
    font-size: 15px;
  }

  .rs-faq .sv-faq-answer {
    padding: 0 16px 18px;
    font-size: 14px;
  }

  .rs-support-card {
    padding: 18px 16px;
  }

  .rs-support-card-top {
    align-items: flex-start;
  }

  .rs-support-card-title {
    font-size: 16px;
  }

  .rs-trusted-card-label {
    font-size: 14px;
  }

  .rs-trusted-card-value {
    font-size: 28px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .rs-hero-title,
  .rs-why-title,
  .rs-insights-title,
  .rs-support-title,
  .rs-know-title,
  .rs-trusted-title,
  .rs-next-title,
  .rs-faq-title,
  .rs-cta-title {
    font-size: 26px;
  }

  .rs-hero-card {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .rs-hero-btn,
  .rs-cta-btn,
  .rs-support-btn,
  .rs-next-btn,
  .rs-faq-btn {
    font-size: 14px;
    padding: 12px 16px;
  }

  .rs-trusted-title-line {
    display: inline;
  }

  .rs-trusted-title-line:first-child::after {
    content: " ";
  }
}

/* Restaurant page footer */
@media (max-width: 1280px) {
  .restaurant-page .nh-footer-container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .restaurant-page .nh-footer-container {
    padding: 0 16px;
  }

  .restaurant-page .nh-footer-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 40px 0 32px;
  }

  .restaurant-page .nh-footer-cta-btns {
    width: 100%;
    flex-direction: column;
  }

  .restaurant-page .nh-footer-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Internal links — light backgrounds */
.rs-hero-text a,
.rs-why-text a,
.rs-cta-text a,
.rs-support-desc a,
.rs-know-text a,
.rs-faq-desc a,
.rs-faq .sv-faq-answer a {
  color: #5461c1;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.rs-hero-text a:hover,
.rs-why-text a:hover,
.rs-cta-text a:hover,
.rs-support-desc a:hover,
.rs-know-text a:hover,
.rs-faq-desc a:hover,
.rs-faq .sv-faq-answer a:hover {
  color: #424fa0;
}

/* Internal links — dark / colored backgrounds */
.rs-insights-text a,
.rs-next-text a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.rs-insights-text a:hover,
.rs-next-text a:hover {
  color: #f0f2f8;
  text-decoration-color: #ffffff;
}
