/* Service Providers page styles — ported from service-providers.astro */

.btn-peach:hover { background: var(--sp-hero-cta-bg, #e6c39e); opacity: 1; }

/* Hero */
.hero {
  padding: 56px 40px 48px;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.tag {
  display: inline-block;
  background: var(--sp-hero-tag-bg, var(--peach));
  color: var(--sp-hero-tag-text, #5c3a14);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  margin: 0 0 18px;
}
.hero .eyebrow { color: #2a2a2a; font-size: 16px; margin: 0 0 14px; font-weight: 500; }
.hero h1 { font-size: 65px; line-height: 1.02; margin: 0 0 20px; font-weight: 700; letter-spacing: -1px; }
.hero h1 .underline,
.hero h1 .underline-accent {
  text-decoration: underline;
  text-decoration-color: var(--sp-hero-underline, var(--peach-btn));
  text-decoration-thickness: 5px;
  text-underline-offset: 6px;
}
.hero p.lede { color: #4a4a4a; font-size: 16px; margin: 0 0 26px; line-height: 1.55; max-width: 460px; }
.hero-cta .btn { padding: 12px 22px; font-size: 15px; min-width: 220px; text-align: center; background: var(--sp-hero-cta-bg, var(--peach-btn)); color: var(--sp-hero-cta-text, #1a1a1a); }
.hero-image {
  border-radius: 20px;
  overflow: hidden;
  background: #e5e5e5;
  aspect-ratio: 5/3.4;
  background-image: url('../images/design/filld-support-service-provider.webp');
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 50px -24px rgba(201, 122, 60, 0.28);
}
.hero--image-left {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 48px;
}
.hero--image-left .hero-image { order: -1; }
.hero--image-left .hero-text {
  justify-self: start;
  max-width: 560px;
}

section h2 { font-size: 56px; margin: 0 0 16px; font-weight: 700; letter-spacing: -1.2px; line-height: 1.05; }
section .sub { color: var(--muted); margin: 0 0 32px; font-size: 16px; }

/* Benefits */
.benefits-section { padding: 16px 0 64px; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 8px;
}
.benefit-card {
  background: var(--benefit-card-bg, rgba(252, 230, 214, 0.4));
  border-radius: 20px;
  padding: 36px 40px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-content: center;
}
.benefit-card h3 { margin: 0 0 14px; font-size: 26px; font-weight: 700; letter-spacing: -0.4px; line-height: 1.15; align-self: end; color: var(--benefit-title-color, #1a1a1a); }
.benefit-card h3 .title-break { display: block; }
.benefit-card p { margin: 0; font-size: 15px; color: #333; line-height: 1.55; }

/* Steps */
.steps-section { padding: 32px 0 64px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 32px 0 28px; }
.step { display: flex; flex-direction: column; gap: 12px; }
.step-header { display: flex; align-items: center; gap: 14px; }
.step .num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--sp-steps-num-bg, #ffd4ae); color: var(--sp-steps-num-color, #5c3a14);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 20px; flex-shrink: 0;
}
.step h4 { margin: 0; font-size: 20px; font-weight: 700; letter-spacing: -0.2px; }
.step p { margin: 0; font-size: 14px; color: #333; line-height: 1.55; }
.steps-cta { text-align: center; margin-top: 12px; }
.steps-cta .btn { padding: 12px 24px; font-size: 15px; }

/* Categories */
.categories-section {
  padding: 24px 0 64px;
}
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.categories-section .service-grid .service-tile:last-child { grid-column: 2; }
.service-tile {
  background: var(--sp-cats-tile-bg, rgba(246, 227, 210, 0.4));
  border: 0; border-radius: 20px;
  padding: 20px 22px;
  display: flex; gap: 16px; align-items: center;
  font-size: 16px; font-weight: 500; color: #1a1a1a;
  line-height: 1.3;
  transition: transform .15s, box-shadow .15s;
}
.service-tile:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(201,122,60,0.12); }
.service-tile .icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--sp-cats-icon-bg, #fff); color: var(--peach-deep);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.service-tile .icon img { width: 56px; height: 56px; object-fit: contain; }

/* Compliance */
.compliance-section { padding: 32px 0 72px; }
.compliance-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.compliance-text h2 { margin-bottom: 18px; }
.compliance-text p { margin: 0 0 18px; font-size: 15px; color: #333; line-height: 1.6; }
.compliance-text p:last-child { font-weight: 700; color: #111; }
.compliance-points { display: flex; flex-direction: column; gap: 18px; padding-top: 12px; }
.compliance-point {
  display: flex; gap: 14px; align-items: flex-start;
  background: #f5f5f5; border-radius: 20px; padding: 24px 28px;
}
.compliance-point .check { flex-shrink: 0; width: 24px; height: 24px; color: var(--sp-compliance-check, var(--peach-deep)); margin-top: 2px; }
.compliance-point h4 { margin: 0 0 4px; font-size: 18px; font-weight: 700; letter-spacing: -0.2px; }
.compliance-point p { margin: 0; font-size: 14px; color: #333; line-height: 1.5; }

/* Compare */
.compare-section { padding: 24px 0 80px; }
.compare-section h2 { text-align: center; margin-bottom: 32px; }
.compare-wrap {
  max-width: 880px; margin: 0 auto;
  background: rgba(253, 236, 220, 0.4);
  border-radius: 20px;
  padding: 28px 32px 8px;
  position: relative;
}
.compare-table { width: 100%; border-collapse: collapse; background: transparent; position: relative; table-layout: fixed; }
.compare-table col.col-feature { width: 44%; }
.compare-table col.col-filld { width: 28%; }
.compare-table col.col-other { width: 28%; }
.compare-table thead th { padding: 18px 16px 22px; text-align: center; font-weight: 700; font-size: 15px; color: #1a1a1a; background: transparent; }
.compare-table thead th:first-child { text-align: left; color: #1a1a1a; font-weight: 700; }
.compare-table thead th.filld-col {
  background: rgba(247, 214, 181, 0.4);
  color: var(--blue);
  font-family: "Lato"; font-style: italic; font-weight: 900;
  font-size: 28px; letter-spacing: -1px;
  border-top-left-radius: 16px; border-top-right-radius: 16px;
}
.compare-table tbody td {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(201, 122, 60, 0.18);
  font-size: 14px; color: #333;
  text-align: center; vertical-align: middle; background: transparent;
}
.compare-table tbody td:first-child { text-align: left; color: #1a1a1a; font-weight: 500; }
.compare-table tbody td.filld-col { background: rgba(247, 214, 181, 0.4); border-bottom-color: rgba(255,255,255,0.55); }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-check { color: var(--blue); font-size: 18px; font-weight: 700; }
.compare-x { color: #c0392b; font-size: 18px; font-weight: 700; }
.compare-depends { color: #555; font-style: italic; }
.compare-cta { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: stretch; padding: 0; }
.compare-cta .compare-cta-stripe { grid-column: 2; background: transparent; padding: 20px 12px 28px; text-align: center; }
.compare-cta .btn { padding: 12px 24px; font-size: 15px; }
.compare-footnote { max-width: 880px; margin: 16px auto 0; font-size: 12px; color: #777; text-align: center; font-style: italic; }

/* FAQ */
.faq-section { padding: 32px 0 80px; }
.faq-section h2 { text-align: center; }
.faq-section .sub { text-align: center; margin: 0 auto 32px; }
.faq-group { max-width: 880px; margin: 0 auto; }
.faq-group-label { font-weight: 700; font-size: 16px; margin: 24px 0 10px; color: #1a1a1a; }
.faq-item { background: #f4f6fa; border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 14px 20px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px; color: #333;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: #555; font-weight: 400; line-height: 1; }
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .faq-body { padding: 0 20px 16px; font-size: 14px; color: #444; }

/* Closing */
.closing-band {
  background: rgba(246, 227, 210, 0.4);
  padding: 56px 32px;
  text-align: center;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}
.closing-band h2 { color: #1c1c1c; font-size: 48px; margin: 0 0 28px; font-weight: 700; letter-spacing: -0.9px; line-height: 1.08; }
.closing-band h2 .cb-underline,
.closing-band h2 .underline-accent {
  text-decoration: underline;
  text-decoration-color: #ffd4ae;
  text-decoration-thickness: 5px;
  text-underline-offset: 12px;
  text-decoration-skip-ink: auto;
}
.closing-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.closing-actions .btn { padding: 12px 24px; font-size: 15px; }
.closing-note { margin-top: 22px; color: #2a2a2a; font-size: 15px; }

/* Responsive */
@media (max-width: 1100px) {
  .hero { padding: 48px 28px; gap: 36px; }
  .hero--image-left { gap: 34px; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr); }
  .hero h1 { font-size: 46px; }
  section h2 { font-size: 48px; }
  .closing-band h2 { font-size: 42px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .hero { padding: 44px 24px; gap: 32px; grid-template-columns: 1fr 1.05fr; }
  .hero--image-left { grid-template-columns: 1fr 1fr; }
  .benefits-section, .steps-section, .categories-section, .compliance-section, .compare-section, .faq-section { padding: 24px 0 56px; }
  .compliance-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .categories-section .service-grid .service-tile:last-child { grid-column: auto; }
  .hero-cta .btn { min-width: 0; }
  .steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero h1 { font-size: 44px; }
  section h2 { font-size: 40px; }
  .closing-band { padding: 48px 24px; }
  .closing-band h2 { font-size: 36px; }
}
@media (max-width: 760px) {
  .hero { padding: 28px 20px 20px; gap: 24px; grid-template-columns: 1fr; }
  .hero--image-left .hero-image { order: 0; }
  .hero--image-left .hero-text { max-width: none; }
  .hero h1 { font-size: 36px; letter-spacing: -0.8px; }
  .hero p.lede { font-size: 15px; margin-bottom: 22px; }
  .hero-cta .btn { width: 100%; text-align: center; }
  .hero-image { aspect-ratio: 4/3; border-radius: 20px; }
  .tag { font-size: 12px; padding: 6px 14px; }
  section h2 { font-size: 30px; letter-spacing: -0.5px; }
  section .sub { font-size: 15px; margin-bottom: 24px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 10px; grid-auto-rows: auto; }
  .benefit-card { padding: 18px 22px; border-radius: 20px; display: block; grid-row: auto; }
  .benefit-card h3 { min-height: auto; align-self: auto; margin-bottom: 8px; font-size: 18px; }
  .benefit-card h3 br { display: none; }
  .benefit-card h3 .title-break { display: inline; }
  .service-grid { grid-template-columns: 1fr; }
  .service-tile { padding: 16px 18px; font-size: 15px; }
  .service-tile .icon { width: 44px; height: 44px; }
  .compliance-point h4 { font-size: 17px; }
  .compliance-text p { font-size: 14px; }
  .compare-table thead th, .compare-table tbody td { padding: 12px 10px; font-size: 13px; }
  .compare-table thead th.filld-col { font-size: 18px; }
  .compare-cta { grid-template-columns: 1fr; }
  .compare-cta .compare-cta-stripe { grid-column: 1; padding: 20px 16px 28px; }
  .compare-cta .btn { width: 100%; text-align: center; }
  .closing-band { padding: 40px 20px; }
  .closing-band h2 { font-size: 28px; letter-spacing: -0.4px; margin-bottom: 22px; line-height: 1.22; }
  .closing-band h2 .cb-underline,
  .closing-band h2 .underline-accent { text-underline-offset: 4px; text-decoration-thickness: 4px; text-decoration-skip-ink: none; }
  .closing-actions { display: flex; flex-direction: column; width: 100%; gap: 10px; }
  .closing-actions .btn { width: 100%; text-align: center; padding: 14px 20px; }
  .closing-note { font-size: 14px; margin-top: 18px; }
  .faq-item summary { padding: 12px 16px; font-size: 14px; gap: 12px; }
  .faq-item .faq-body { padding: 0 16px 14px; font-size: 13px; }
}
@media (max-width: 420px) {
  .hero { padding: 24px 16px 16px; }
  .hero h1 { font-size: 28px; }
  section h2 { font-size: 24px; }
  .closing-band h2 { font-size: 22px; }
  .benefit-card h3 { font-size: 17px; }
}
