/* ================================================
   State Landing Pages
   /industries/<industry>/states/<state>/
   ================================================ */

/* ---- Container ---- */
.sl-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ---- Breadcrumbs ---- */
.sl-breadcrumbs {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.75rem 0;
}
.sl-breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  color: #64748b;
}
.sl-breadcrumbs li::after {
  content: "/";
  margin-left: 0.4rem;
  color: #cbd5e1;
}
.sl-breadcrumbs li:last-child::after { content: ""; }
.sl-breadcrumbs a {
  color: #0ea5e9;
  text-decoration: none;
}
.sl-breadcrumbs a:hover { text-decoration: underline; }

/* ---- Hero ---- */
.sl-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  padding: 3rem 0 0;
}
.sl-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #38bdf8;
  margin-bottom: 0.75rem;
}
.sl-hero h1 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.sl-hero-intro {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #cbd5e1;
  max-width: 720px;
  margin-bottom: 1.5rem;
}
.sl-hero-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.sl-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  cursor: pointer;
}
.sl-btn.primary {
  background: #0ea5e9;
  color: #fff;
}
.sl-btn.primary:hover {
  background: #0284c7;
  transform: translateY(-1px);
}
.sl-btn.secondary {
  background: rgba(255,255,255,0.1);
  color: #e2e8f0;
  border: 1px solid rgba(255,255,255,0.2);
}
.sl-btn.secondary:hover {
  background: rgba(255,255,255,0.18);
}
.sl-trustbar {
  background: rgba(0,0,0,0.2);
  padding: 0.6rem 0;
  font-size: 0.78rem;
  color: #94a3b8;
}
.sl-trustbar .sl-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.sl-trustbar a {
  color: #38bdf8;
  text-decoration: none;
  white-space: nowrap;
}

/* ---- Disclaimer ---- */
.sl-disclaimer {
  background: #fffbeb;
  border-bottom: 1px solid #fde68a;
  padding: 0.65rem 0;
}
.sl-disclaimer p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #92400e;
}

/* ---- Stats Bar ---- */
.sl-stats {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 1.5rem 0;
}
.sl-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.sl-stat-card {
  text-align: center;
  padding: 1rem 0.5rem;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.sl-stat-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
  margin-bottom: 0.35rem;
}
.sl-stat-value {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}
.sl-stat-link {
  color: #0ea5e9 !important;
  text-decoration: none;
}
.sl-stat-link:hover { text-decoration: underline; }

/* ---- Providers ---- */
.sl-providers {
  padding: 3rem 0;
  background: #fff;
}
.sl-providers h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.35rem;
}
.sl-section-sub {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.sl-providers-note {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.88rem;
  color: #64748b;
}
.sl-providers-note a {
  color: #0ea5e9;
  text-decoration: none;
}
.sl-providers-note a:hover { text-decoration: underline; }

/* ---- Tax Overview ---- */
.sl-overview {
  padding: 3rem 0;
  background: #fff;
  border-top: 1px solid #e2e8f0;
}
.sl-overview h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}
.sl-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.sl-overview-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.5rem;
}
.sl-overview-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.6rem;
  line-height: 1.3;
}
.sl-overview-card p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #334155;
  margin: 0;
}

/* ---- Key Facts ---- */
.sl-facts {
  padding: 3rem 0;
  background: #f8fafc;
}
.sl-facts h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}
.sl-facts-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sl-fact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem 1.25rem;
}
.sl-fact-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecfdf5;
  color: #10b981;
  border-radius: 50%;
  margin-top: 1px;
}
.sl-fact-item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #334155;
}

/* ---- State Tax Authority ---- */
.sl-authority {
  padding: 2rem 0;
  background: #fff;
}
.sl-authority-card {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 1.5rem 2rem;
}
.sl-authority-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.5rem;
}
.sl-authority-card p {
  font-size: 0.93rem;
  line-height: 1.6;
  color: #334155;
  margin: 0 0 1rem;
}
.sl-authority-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #0ea5e9;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}
.sl-authority-link:hover { text-decoration: underline; }

/* ---- Nationwide Service Callout ---- */
.sl-nationwide {
  padding: 2.5rem 0;
  background: #fff;
  border-top: 1px solid #e2e8f0;
}
.sl-nationwide-card {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  padding: 2rem 2.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.sl-nationwide-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #dcfce7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #16a34a;
}
.sl-nationwide-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.5rem;
}
.sl-nationwide-body p {
  font-size: 0.93rem;
  line-height: 1.65;
  color: #334155;
  margin: 0 0 0.75rem;
}
.sl-nationwide-body p:last-child { margin-bottom: 0; }
.sl-contact-methods {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.sl-contact-method {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #16a34a;
}
.sl-contact-method svg {
  flex-shrink: 0;
}

/* ---- FAQ ---- */
.sl-faq {
  padding: 3rem 0;
  background: #f8fafc;
}
.sl-faq h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

/* FAQ Accordion Styles (standalone from pillar CSS) */
.sl-faq .faq {
  margin: 0;
  padding: 0;
  border-top: none;
}
.sl-faq .faq h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 1.25rem;
}
.sl-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.sl-faq .faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.sl-faq .faq-item:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.sl-faq .faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  text-align: left;
  line-height: 1.4;
  transition: background 0.15s;
}
.sl-faq .faq-q:hover {
  background: #f8fafc;
}
.sl-faq .faq-q:focus-visible {
  outline: 2px solid #0ea5e9;
  outline-offset: -2px;
  border-radius: 12px;
}
.sl-faq .faq-q .faq-icon {
  flex-shrink: 0;
  margin-left: 1rem;
  color: #94a3b8;
  transition: transform 0.25s ease, color 0.2s;
}
.sl-faq .faq-q.is-open .faq-icon {
  transform: rotate(180deg);
  color: #0ea5e9;
}
.sl-faq .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.sl-faq .faq-a-inner {
  padding: 0 1.25rem 1.25rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.7;
}

/* ---- Other States ---- */
.sl-other-states {
  padding: 2.5rem 0;
  background: #fff;
  border-top: 1px solid #e2e8f0;
}
.sl-other-states h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
.sl-states-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sl-state-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.sl-state-chip:hover {
  background: #e0f2fe;
  border-color: #7dd3fc;
  color: #0369a1;
}
.sl-states-note {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  color: #94a3b8;
}

/* ---- Bottom CTA Banner ---- */
.sl-cta-banner {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
  padding: 3rem 0;
  text-align: center;
}
.sl-cta-banner h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.sl-cta-banner p {
  color: #cbd5e1;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}
.sl-cta-disclosure {
  margin-top: 1rem;
  font-size: 0.78rem;
  color: #94a3b8;
}
.sl-cta-disclosure a {
  color: #38bdf8;
  text-decoration: none;
}
.sl-cta-disclosure a:hover {
  text-decoration: underline;
}

/* ================================================
   Responsive
   ================================================ */
@media (max-width: 768px) {
  .sl-hero h1 { font-size: 1.65rem; }
  .sl-hero-intro { font-size: 0.95rem; }

  .sl-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sl-overview-grid {
    grid-template-columns: 1fr;
  }
  .sl-nationwide-card {
    flex-direction: column;
    padding: 1.5rem;
  }

  .sl-hero-actions {
    flex-direction: column;
  }
  .sl-btn {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .sl-hero h1 { font-size: 1.4rem; }

  .sl-stats-grid {
    grid-template-columns: 1fr;
  }
  .sl-stat-card {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
  }
  .sl-stat-label {
    margin-bottom: 0;
  }

  .sl-fact-item {
    padding: 0.85rem 1rem;
  }
}
