/* =================================================================
   NPA Specialty Page Styles
   -----------------------------------------------------------------
   Scoped styles for /providers/<slug>/ pages.
   Pairs with base.css / npa.css (which provides nav, footer, .btn,
   .section, .container, .reveal, color tokens, etc.).
   ================================================================= */

/* -----------------------------------------------------------------
   Breadcrumb
----------------------------------------------------------------- */
.specialty-breadcrumb {
  background: rgba(28, 43, 74, 0.65);
  border-bottom: 1px solid rgba(168, 132, 44, 0.15);
  padding: 14px 0;
  font-size: 13px;
  color: rgba(240, 237, 232, 0.55);
}
.specialty-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.specialty-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}
.specialty-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(240, 237, 232, 0.75);
}
.specialty-breadcrumb li + li::before {
  content: "›";
  color: rgba(168, 132, 44, 0.55);
  font-size: 0.95rem;
  line-height: 1;
}
.specialty-breadcrumb li[aria-current="page"] {
  color: rgba(240, 237, 232, 0.95);
}
.specialty-breadcrumb a {
  color: rgba(240, 237, 232, 0.75);
  text-decoration: none;
  transition: color .2s ease;
}
.specialty-breadcrumb a:hover { color: #A8842C; }
.specialty-breadcrumb span[aria-current="page"] {
  color: rgba(240, 237, 232, 0.95);
}
.specialty-breadcrumb svg,
.specialty-breadcrumb i[data-lucide] {
  width: 12px;
  height: 12px;
  opacity: .5;
}

/* -----------------------------------------------------------------
   Hero — dual intent
----------------------------------------------------------------- */
.specialty-hero {
  position: relative;
  background:
    radial-gradient(1100px 520px at 12% -10%, rgba(168, 132, 44, 0.18), transparent 60%),
    radial-gradient(900px 480px at 95% 110%, rgba(215, 99, 136, 0.06), transparent 60%),
    linear-gradient(180deg, #16243F 0%, #1C2B4A 70%);
  padding: 96px 0 72px;
  overflow: hidden;
  border-bottom: 1px solid rgba(168, 132, 44, 0.12);
}
.specialty-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(168,132,44,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168,132,44,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 0%, #000 30%, transparent 75%);
  pointer-events: none;
}
.specialty-hero__inner {
  position: relative;
  z-index: 1;
}
.specialty-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(168, 132, 44, 0.12);
  border: 1px solid rgba(168, 132, 44, 0.32);
  color: #A8842C;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 24px;
}
.specialty-hero__badge i[data-lucide],
.specialty-hero__badge svg {
  width: 14px;
  height: 14px;
}
.specialty-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(38px, 5.4vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  color: #F0EDE8;
  margin: 0 0 22px;
  max-width: 18ch;
  letter-spacing: -0.01em;
}
.specialty-hero__lede {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: rgba(240, 237, 232, 0.78);
  max-width: 62ch;
  margin: 0 0 36px;
}
.specialty-hero__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 760px;
  margin-bottom: 28px;
}
.specialty-hero__pill {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(240, 237, 232, 0.92);
  background: rgba(255, 255, 255, 0.02);
  transition: transform .25s ease, background .25s ease;
  text-decoration: none;
}
.specialty-hero__pill > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.specialty-hero__pill strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.95;
}
.specialty-hero__pill span {
  display: block;
  color: rgba(240, 237, 232, 0.85);
  font-size: 14px;
  font-weight: 500;
}
.specialty-hero__pill i[data-lucide],
.specialty-hero__pill svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.specialty-hero__pill--provider {
  border-color: rgba(168, 132, 44, 0.42);
  color: #A8842C;
}
.specialty-hero__pill--provider strong { color: #F0EDE8; font-weight: 600; }
.specialty-hero__pill--attorney {
  border-color: rgba(215, 99, 136, 0.42);
  color: #D76388;
}
.specialty-hero__pill--attorney strong { color: #F0EDE8; font-weight: 600; }
.specialty-hero__pill:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.04);
}
.specialty-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  color: rgba(240, 237, 232, 0.55);
  font-size: 13px;
  letter-spacing: 0.04em;
}
.specialty-hero__meta strong {
  color: rgba(240, 237, 232, 0.95);
  font-weight: 600;
  margin-right: 6px;
}

@media (max-width: 760px) {
  .specialty-hero { padding: 72px 0 56px; }
  .specialty-hero__split {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .specialty-hero__title { max-width: 100%; }
}

/* -----------------------------------------------------------------
   Intro section — context grid
----------------------------------------------------------------- */
.specialty-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px 64px;
  align-items: start;
}
.specialty-intro__lead {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.4;
  color: #F0EDE8;
  margin: 0;
  font-weight: 500;
}
.specialty-intro__body p {
  color: rgba(240, 237, 232, 0.72);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}
.specialty-intro__body p:last-child { margin-bottom: 0; }
@media (max-width: 880px) {
  .specialty-intro__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* -----------------------------------------------------------------
   Provider section — pain points + benefits
----------------------------------------------------------------- */
.specialty-pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin: 48px 0 60px;
}
.pain-card {
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(168, 132, 44, 0.14);
  border-radius: 14px;
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.pain-card:hover {
  border-color: rgba(168, 132, 44, 0.34);
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.035);
}
.pain-card__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(168, 132, 44, 0.12);
  color: #A8842C;
  margin-bottom: 16px;
}
.pain-card__icon svg,
.pain-card__icon i[data-lucide] {
  width: 20px;
  height: 20px;
}
.pain-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #F0EDE8;
  margin: 0 0 8px;
  letter-spacing: -0.005em;
}
.pain-card__copy {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(240, 237, 232, 0.7);
  margin: 0;
}

.specialty-benefits {
  margin-top: 16px;
}
.specialty-benefits__header {
  margin-bottom: 28px;
}
.specialty-benefits__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.2;
  color: #F0EDE8;
  margin: 0;
  font-weight: 600;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px 28px;
}
.benefits-list__item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  padding: 4px 0;
}
.benefits-list__icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(168, 132, 44, 0.12);
  color: #A8842C;
  flex: 0 0 36px;
}
.benefits-list__icon svg,
.benefits-list__icon i[data-lucide] {
  width: 18px;
  height: 18px;
}
.benefits-list__text strong {
  display: block;
  color: #F0EDE8;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}
.benefits-list__text span,
.benefits-list__text p {
  display: block;
  color: rgba(240, 237, 232, 0.7);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

.specialty-extra {
  margin-top: 44px;
  max-width: 76ch;
}
.specialty-extra p {
  color: rgba(240, 237, 232, 0.72);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}
.specialty-extra p:last-child { margin-bottom: 0; }

/* CTA strip — used after provider + after attorney sections */
.specialty-cta-strip {
  margin-top: 44px;
  padding: 24px 28px;
  border-radius: 14px;
  border: 1px solid rgba(168, 132, 44, 0.32);
  background:
    linear-gradient(135deg, rgba(168, 132, 44, 0.10), rgba(168, 132, 44, 0.02));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.specialty-cta-strip strong {
  display: block;
  color: #F0EDE8;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}
.specialty-cta-strip span {
  display: block;
  color: rgba(240, 237, 232, 0.65);
  font-size: 14px;
  line-height: 1.5;
  max-width: 62ch;
}
.specialty-cta-strip .btn { flex-shrink: 0; white-space: nowrap; }

/* -----------------------------------------------------------------
   Attorney section — use cases
----------------------------------------------------------------- */
.specialty-attorney__body {
  max-width: 76ch;
  margin: 0 0 36px;
}
.specialty-attorney__body p {
  color: rgba(240, 237, 232, 0.72);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}
.specialty-attorney__body p:last-child { margin-bottom: 0; }

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.use-case {
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(215, 99, 136, 0.18);
  border-radius: 14px;
  transition: border-color .25s ease, transform .25s ease, background .25s ease;
}
.use-case:hover {
  border-color: rgba(215, 99, 136, 0.42);
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.035);
}
.use-case__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(215, 99, 136, 0.14);
  color: #D76388;
  margin-bottom: 16px;
}
.use-case__icon svg,
.use-case__icon i[data-lucide] {
  width: 20px;
  height: 20px;
}
.use-case__title {
  font-size: 16px;
  font-weight: 600;
  color: #F0EDE8;
  margin: 0 0 8px;
}
.use-case__copy {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(240, 237, 232, 0.7);
  margin: 0;
}

/* -----------------------------------------------------------------
   Florida statute block
----------------------------------------------------------------- */
.specialty-florida__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 40px 64px;
  align-items: start;
}
.specialty-florida__lead {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.35;
  color: #F0EDE8;
  margin: 0;
  font-weight: 500;
}
.specialty-florida__body {
  color: rgba(240, 237, 232, 0.74);
  font-size: 15.5px;
  line-height: 1.7;
}
.specialty-florida__body p { margin: 0 0 16px; }
.specialty-florida__body p:last-child { margin-bottom: 0; }
.specialty-florida__body strong { color: #F0EDE8; font-weight: 600; }
.specialty-florida__body em { font-style: normal; color: #A8842C; }
.specialty-florida__body ul {
  margin: 0 0 16px;
  padding-left: 1.2em;
}
.specialty-florida__body li { margin-bottom: 8px; }
@media (max-width: 880px) {
  .specialty-florida__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* -----------------------------------------------------------------
   Hub-and-spoke sub-topic tiles
----------------------------------------------------------------- */
.subtopic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.subtopic-tile {
  display: block;
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(168, 132, 44, 0.18);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
  position: relative;
}
.subtopic-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(168, 132, 44, 0.42);
  background: rgba(255, 255, 255, 0.035);
}
.subtopic-tile__num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  color: #A8842C;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.subtopic-tile__title {
  font-size: 17px;
  font-weight: 600;
  color: #F0EDE8;
  margin: 0 0 8px;
  line-height: 1.3;
}
.subtopic-tile__copy {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(240, 237, 232, 0.7);
  margin: 0 0 14px;
}
.subtopic-tile__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #A8842C;
  font-weight: 600;
}
.subtopic-tile__cta svg,
.subtopic-tile__cta i[data-lucide] {
  width: 14px;
  height: 14px;
  transition: transform .25s ease;
}
.subtopic-tile:hover .subtopic-tile__cta svg,
.subtopic-tile:hover .subtopic-tile__cta i[data-lucide] {
  transform: translateX(3px);
}

/* -----------------------------------------------------------------
   FAQ accordion
----------------------------------------------------------------- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}
.faq-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(168, 132, 44, 0.18);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .25s ease, background .25s ease;
}
.faq-item[open] {
  border-color: rgba(168, 132, 44, 0.42);
  background: rgba(255, 255, 255, 0.035);
}
.faq-item__q {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 16px;
  font-weight: 600;
  color: #F0EDE8;
  line-height: 1.4;
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(168, 132, 44, 0.12);
  color: #A8842C;
  transition: transform .3s ease, background .25s ease;
}
.faq-item__icon svg,
.faq-item__icon i[data-lucide] {
  width: 16px;
  height: 16px;
}
.faq-item[open] .faq-item__icon {
  transform: rotate(45deg);
  background: rgba(168, 132, 44, 0.24);
}
.faq-item__a {
  padding: 0 24px 22px;
  color: rgba(240, 237, 232, 0.74);
  font-size: 15px;
  line-height: 1.7;
}
.faq-item__a p { margin: 0 0 12px; }
.faq-item__a p:last-child { margin-bottom: 0; }
.faq-item__a strong { color: #F0EDE8; font-weight: 600; }

/* -----------------------------------------------------------------
   Related specialties cross-link
----------------------------------------------------------------- */
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.related-tile {
  display: block;
  padding: 22px 22px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(168, 132, 44, 0.16);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.related-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(168, 132, 44, 0.4);
  background: rgba(255, 255, 255, 0.035);
}
.related-tile__icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(168, 132, 44, 0.12);
  color: #A8842C;
  margin-bottom: 14px;
}
.related-tile__icon svg,
.related-tile__icon i[data-lucide] {
  width: 18px;
  height: 18px;
}
.related-tile strong {
  display: block;
  color: #F0EDE8;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.related-tile span {
  display: block;
  color: rgba(240, 237, 232, 0.65);
  font-size: 13.5px;
  line-height: 1.55;
}

/* -----------------------------------------------------------------
   Mega-nav active state for current specialty
----------------------------------------------------------------- */
.meganav__link--active {
  color: #A8842C !important;
  font-weight: 600;
}

/* -----------------------------------------------------------------
   Mobile nav specialty sub-list
----------------------------------------------------------------- */
.mobile-nav__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-nav__sections {
  flex: 1;
  overflow-y: auto;
  padding: 0 24px 24px;
}
.mobile-nav__section {
  padding: 18px 0;
  border-bottom: 1px solid rgba(168, 132, 44, 0.12);
}
.mobile-nav__section:last-child { border-bottom: none; }
.mobile-nav__section h4 {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(168, 132, 44, 0.9);
  margin: 0 0 12px;
  font-weight: 600;
}
.mobile-nav__section a {
  display: block;
  padding: 9px 0;
  color: rgba(240, 237, 232, 0.85);
  font-size: 15.5px;
  text-decoration: none;
  transition: color .15s ease;
}
.mobile-nav__section a:hover { color: #A8842C; }
.mobile-nav__section a.is-active { color: #A8842C; font-weight: 600; }

/* -----------------------------------------------------------------
   Section spacing tweaks specific to specialty pages
----------------------------------------------------------------- */
.specialty-provider,
.specialty-attorney,
.specialty-florida,
.specialty-subtopics,
.specialty-faq,
.specialty-related {
  padding: 88px 0;
}
@media (max-width: 760px) {
  .specialty-provider,
  .specialty-attorney,
  .specialty-florida,
  .specialty-subtopics,
  .specialty-faq,
  .specialty-related {
    padding: 64px 0;
  }
  .specialty-cta-strip {
    padding: 22px 22px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .specialty-cta-strip .btn { width: 100%; justify-content: center; }
}

/* Reduce motion — disable transforms on hover */
@media (prefers-reduced-motion: reduce) {
  .pain-card,
  .use-case,
  .subtopic-tile,
  .related-tile,
  .specialty-hero__pill {
    transition: none;
  }
  .pain-card:hover,
  .use-case:hover,
  .subtopic-tile:hover,
  .related-tile:hover,
  .specialty-hero__pill:hover {
    transform: none;
  }
}

/* =====================================================================
   SPOKE SUB-PAGES (Hub-and-spoke deep topic pages)
   ===================================================================== */

.spoke-hero {
  background: linear-gradient(180deg, rgba(28, 43, 74, 0.95), rgba(28, 43, 74, 0.85));
  padding: 80px 0 56px;
  color: #F0EDE8;
  border-bottom: 1px solid rgba(168, 132, 44, 0.18);
}
.spoke-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: #A8842C;
  font-weight: 600;
  margin-bottom: 24px;
}
.spoke-hero__eyebrow .dot {
  width: 6px;
  height: 6px;
  background: #A8842C;
  border-radius: 50%;
}
.spoke-hero__title {
  font-family: 'Cabinet Grotesk', serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  max-width: 22ch;
}
.spoke-hero__lead {
  font-size: 1.125rem;
  line-height: 1.55;
  color: rgba(240, 237, 232, 0.82);
  max-width: 62ch;
  margin: 0 0 40px;
}
.spoke-hero__facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 32px;
  border-top: 1px solid rgba(168, 132, 44, 0.18);
  padding-top: 32px;
}
.spoke-fact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.spoke-fact__label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(168, 132, 44, 0.9);
  font-weight: 600;
}
.spoke-fact__value {
  font-size: 1.05rem;
  font-weight: 500;
  color: #F0EDE8;
  line-height: 1.35;
}

/* Generic spoke section */
.spoke-section {
  padding: 72px 0;
  background: #1C2B4A;
  color: #F0EDE8;
}
.spoke-section--alt {
  background: #16223D;
}
.spoke-section--billing {
  background: linear-gradient(180deg, #16223D, #1C2B4A);
  border-top: 1px solid rgba(168, 132, 44, 0.18);
  border-bottom: 1px solid rgba(168, 132, 44, 0.18);
}
.spoke-section__head {
  margin-bottom: 40px;
  max-width: 64ch;
}
.spoke-section__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: #A8842C;
  margin-bottom: 16px;
}
.spoke-section__label svg,
.spoke-section__label i[data-lucide] {
  width: 14px;
  height: 14px;
}
.spoke-section__title {
  font-family: 'Cabinet Grotesk', serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0;
  color: #F0EDE8;
}
.spoke-section__prose {
  max-width: 70ch;
  color: rgba(240, 237, 232, 0.85);
  font-size: 1.02rem;
  line-height: 1.7;
}
.spoke-section__prose p {
  margin: 0 0 18px;
}
.spoke-section__prose p:last-child { margin-bottom: 0; }
.spoke-section__prose strong { color: #F0EDE8; font-weight: 600; }

/* Treatment pathway numbered list */
.spoke-pathway {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
  counter-reset: pathway;
}
.spoke-step {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  padding: 24px 28px;
  border: 1px solid rgba(168, 132, 44, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  counter-increment: pathway;
  position: relative;
}
.spoke-step__phase {
  font-family: 'Cabinet Grotesk', serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #A8842C;
  letter-spacing: 0.04em;
  padding-top: 4px;
}
.spoke-step__phase::before {
  content: counter(pathway, decimal-leading-zero);
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: rgba(168, 132, 44, 0.55);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.spoke-step__title {
  font-family: 'Cabinet Grotesk', serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: #F0EDE8;
}
.spoke-step__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(240, 237, 232, 0.82);
}

/* Documentation cards (for attorneys) */
.spoke-doc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.spoke-doc-card {
  padding: 24px;
  border: 1px solid rgba(168, 132, 44, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}
.spoke-doc-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(168, 132, 44, 0.15);
  color: #A8842C;
  margin-bottom: 14px;
}
.spoke-doc-card__icon svg,
.spoke-doc-card__icon i[data-lucide] {
  width: 18px;
  height: 18px;
}
.spoke-doc-card__title {
  font-family: 'Cabinet Grotesk', serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 8px;
  color: #F0EDE8;
}
.spoke-doc-card__body {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.6;
  color: rgba(240, 237, 232, 0.78);
}

/* FAQ accordion */
.spoke-faq { max-width: 80ch; }
.spoke-faq .faq-item {
  border: 1px solid rgba(168, 132, 44, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 12px;
  overflow: hidden;
}
.spoke-faq .faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
  color: #F0EDE8;
  font-size: 1.02rem;
}
.spoke-faq .faq-item summary::-webkit-details-marker { display: none; }
.spoke-faq .faq-item__chev {
  color: #A8842C;
  transition: transform 0.25s ease;
  flex-shrink: 0;
  display: inline-flex;
}
.spoke-faq .faq-item__chev svg,
.spoke-faq .faq-item__chev i[data-lucide] {
  width: 18px; height: 18px;
}
.spoke-faq .faq-item[open] .faq-item__chev { transform: rotate(180deg); }
.spoke-faq .faq-item__a {
  padding: 0 22px 20px;
  font-size: 0.97rem;
  color: rgba(240, 237, 232, 0.82);
  line-height: 1.65;
}
.spoke-faq .faq-item__a p { margin: 0; }

/* Related links */
.spoke-related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.spoke-related__card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border: 1px solid rgba(168, 132, 44, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  color: #F0EDE8;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.spoke-related__card:hover {
  transform: translateY(-2px);
  border-color: rgba(168, 132, 44, 0.55);
  background: rgba(168, 132, 44, 0.06);
}
.spoke-related__kind {
  text-transform: uppercase;
  font-size: 0.75rem; /* audit fix: was 0.65rem = 10.4px */
  letter-spacing: 0.14em;
  color: #A8842C;
  flex-shrink: 0;
  font-weight: 600;
}
.spoke-related__title {
  flex: 1;
  font-size: 0.96rem;
  font-weight: 500;
}
.spoke-related__arrow {
  color: #A8842C;
  display: inline-flex;
}
.spoke-related__arrow svg,
.spoke-related__arrow i[data-lucide] {
  width: 16px; height: 16px;
}

/* Final CTA */
.spoke-cta {
  padding: 96px 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(168, 132, 44, 0.18), transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(168, 132, 44, 0.12), transparent 55%),
    #16223D;
  text-align: center;
  color: #F0EDE8;
  border-top: 1px solid rgba(168, 132, 44, 0.18);
}
.spoke-cta__eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: #A8842C;
  font-weight: 600;
  margin-bottom: 16px;
}
.spoke-cta__title {
  font-family: 'Cabinet Grotesk', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  line-height: 1.1;
}
.spoke-cta__body {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(240, 237, 232, 0.82);
  max-width: 56ch;
  margin: 0 auto 32px;
}
.spoke-cta__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.spoke-cta__buttons .btn { display: inline-flex; align-items: center; gap: 8px; }
.spoke-cta__buttons .btn svg,
.spoke-cta__buttons .btn i[data-lucide] {
  width: 16px; height: 16px;
}

/* Mobile */
@media (max-width: 768px) {
  .spoke-hero { padding: 56px 0 40px; }
  .spoke-section { padding: 56px 0; }
  .spoke-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }
  .spoke-step__phase { padding-top: 0; }
  .spoke-hero__facts { grid-template-columns: 1fr 1fr; }
}

/* =================================================================
   ATTORNEY HUB PAGE — Custom components for /attorneys.html
   These are ADDITIONS only. Existing rules above are unchanged.
   ================================================================= */

/* -----------------------------------------------------------------
   Persona sections (.atty-persona)
   Used for "Solo/small firm" and "Mid-size/regional firm" sections
----------------------------------------------------------------- */
.atty-persona__body {
  max-width: 78ch;
}
.atty-persona__body p {
  color: rgba(240, 237, 232, 0.74);
  font-size: 16px;
  line-height: 1.72;
  margin: 0 0 18px;
}
.atty-persona__body p:last-child { margin-bottom: 0; }

/* -----------------------------------------------------------------
   Engagement workflow (.atty-workflow)
   Uses existing .spoke-pathway/.spoke-step — no extra styles needed.
   This class is a section wrapper only.
----------------------------------------------------------------- */
.atty-workflow .spoke-pathway { max-width: 960px; margin: 0 auto; }

/* -----------------------------------------------------------------
   Scope of service: "Does / Does Not" two-column layout (.atty-scope)
----------------------------------------------------------------- */
.atty-scope__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 12px;
}
@media (max-width: 820px) {
  .atty-scope__grid { grid-template-columns: 1fr; }
}

.atty-scope__card {
  padding: 30px 28px;
  border-radius: 16px;
  border: 1px solid;
}
.atty-scope__card--does {
  background: rgba(168, 132, 44, 0.06);
  border-color: rgba(168, 132, 44, 0.28);
}
.atty-scope__card--not {
  background: rgba(215, 99, 136, 0.05);
  border-color: rgba(215, 99, 136, 0.22);
}

.atty-scope__card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.atty-scope__card-head h3 {
  font-size: 18px;
  font-weight: 700;
  color: #F0EDE8;
  margin: 0;
  letter-spacing: -0.01em;
}
.atty-scope__card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(168, 132, 44, 0.18);
  color: #A8842C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.atty-scope__card-icon--not {
  background: rgba(215, 99, 136, 0.18);
  color: #D76388;
}
.atty-scope__card-icon svg,
.atty-scope__card-icon i[data-lucide] {
  width: 20px; height: 20px;
}

.atty-scope__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.atty-scope__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(240, 237, 232, 0.82);
}
.atty-scope__list li i[data-lucide],
.atty-scope__list li svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #A8842C;
}
.atty-scope__list--not li i[data-lucide],
.atty-scope__list--not li svg {
  color: #D76388;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .atty-scope__card { transition: none; }
}
