:root {
  color: #18211c;
  background: #f5f3ee;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f5f3ee;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 clamp(18px, 4vw, 56px);
  border-bottom: 1px solid #dfe4df;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, opacity 220ms ease;
}

body.scroll-nav-hidden .topbar {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
}

.brand span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #26332b;
  color: #fffdf7;
  font-size: 0.85rem;
}

.topbar nav {
  display: flex;
  gap: 16px;
  color: #5c675f;
  font-size: 0.95rem;
}

.page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 20px 56px;
}

.breadcrumbs {
  color: #68726b;
  font-size: 0.92rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 360px);
  gap: 24px;
  align-items: start;
  margin-top: 16px;
}

.brand-visual {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1200 / 630;
  border: 1px solid rgba(36, 48, 42, 0.14);
  border-radius: 8px;
  object-fit: contain;
  background: #fffdf7;
  box-shadow: 0 18px 46px rgba(31, 35, 31, 0.08);
}

h1 {
  max-width: 820px;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.intro {
  max-width: 780px;
  margin-top: 16px;
  color: #4f5a53;
  font-size: 1.08rem;
  line-height: 1.65;
}

.summary-card,
.section,
.provider-card,
.faq-item,
.link-card {
  border: 1px solid rgba(36, 48, 42, 0.14);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 18px 46px rgba(31, 35, 31, 0.08);
}

.summary-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-top: 4px solid #9a513b;
}

.summary-card strong {
  font-size: 1.55rem;
}

.summary-card span {
  color: #68726b;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 4px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid #7f3e2d;
  background: linear-gradient(180deg, #b75f43 0%, #873f2d 100%);
  color: #fffdf7;
  font-weight: 900;
  line-height: 1.1;
  box-shadow:
    0 14px 30px rgba(154, 81, 59, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.secondary-cta {
  border: 1px solid #c9d2cb;
  background: #fffdf7;
  color: #24302a;
  box-shadow: 0 8px 18px rgba(31, 35, 31, 0.06);
}

.cta-button:hover,
.sticky-action-book:hover {
  transform: translateY(-1px);
  box-shadow:
    0 18px 34px rgba(154, 81, 59, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.secondary-cta:hover {
  border-color: #8ea093;
  background: #f8fbf7;
  color: #24302a;
  transform: translateY(-1px);
}

.cta-button:focus-visible,
.sticky-action:focus-visible {
  outline: 3px solid rgba(109, 143, 118, 0.45);
  outline-offset: 3px;
}

.section {
  margin-top: 22px;
  padding: 20px;
}

.section h2 {
  font-size: 1.45rem;
  line-height: 1.2;
}

.section > p {
  margin-top: 9px;
  color: #4f5a53;
  line-height: 1.6;
}

.provider-grid,
.links-grid,
.faq-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.provider-card,
.faq-item,
.link-card {
  padding: 15px;
  box-shadow: none;
}

.provider-card {
  display: grid;
  gap: 9px;
}

.provider-card h3,
.link-card h3,
.faq-item h3 {
  font-size: 1.05rem;
}

.provider-card p,
.link-card p,
.faq-item p {
  color: #5c675f;
  line-height: 1.45;
}

.rating-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #314138;
  font-weight: 800;
}

.rating-row span {
  padding: 6px 8px;
  border-radius: 999px;
  background: #eef4ef;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 8px;
  border: 1px solid #d7ded8;
  border-radius: 999px;
  background: #fffdf7;
  color: #445149;
  font-size: 0.78rem;
  font-weight: 850;
}

.body-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: #4f5a53;
  line-height: 1.55;
}

.compact-list {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  padding-left: 18px;
  color: #5c675f;
  overflow-wrap: anywhere;
}

.marketplace-decision-shell {
  border-color: #d9c4b6;
  background: linear-gradient(180deg, #fff9f2, #fffdf7);
}

.decision-shell-heading {
  display: grid;
  gap: 8px;
  max-width: 860px;
}

.decision-shell-heading span {
  color: #9a513b;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.decision-shell-heading p {
  color: #4f5a53;
  line-height: 1.6;
}

.decision-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.decision-step-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(36, 48, 42, 0.14);
  border-radius: 8px;
  background: #fffdf7;
  overflow-wrap: anywhere;
}

.decision-step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #24302a;
  color: #fffdf7;
  font-size: 0.78rem;
  font-weight: 900;
}

.decision-step-card h3 {
  font-size: 1rem;
}

.decision-step-card p {
  color: #5c675f;
  line-height: 1.45;
}

.decision-shell-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.decision-shell-actions .cta-button {
  min-width: 150px;
  margin-top: 0;
}

.marketplace-shell-checklist {
  border-color: #d8e3dc;
  background: linear-gradient(180deg, #f9fbf8, #fffdf7);
}

.shell-checklist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.shell-checklist-grid article {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 8px;
  padding: 14px;
  border: 1px solid #d8ded9;
  border-radius: 8px;
  background: #fffdf7;
  overflow-wrap: anywhere;
}

.shell-checklist-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 28px;
  border-radius: 999px;
  background: #17201b;
  color: #fffdf7;
  font-size: 0.76rem;
  font-weight: 900;
}

.shell-checklist-grid h3 {
  font-size: 1rem;
}

.shell-checklist-grid p {
  color: #52605a;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.46;
}

.ops-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.ops-form label {
  display: grid;
  gap: 7px;
  color: #4f5a53;
  font-weight: 750;
}

.ops-form input,
.ops-form select,
.ops-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #cfd7d1;
  border-radius: 8px;
  padding: 12px;
  background: #fff;
  color: #17201b;
  font: inherit;
}

.ops-form textarea {
  resize: vertical;
}

.ops-form-wide,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 22px;
  color: #4f5a53;
  line-height: 1.45;
}

.review-card {
  display: grid;
  gap: 7px;
  padding: 10px 11px;
  border: 1px solid rgba(36, 48, 42, 0.14);
  border-radius: 14px;
  background: #fffdf7;
  box-shadow: 0 10px 26px rgba(36, 48, 42, 0.04);
}

.review-card-source {
  border-color: #d9bfae;
  background: linear-gradient(180deg, #fff8f1, #ffffff);
}

.review-empty {
  border-color: #d8c0b3;
  background: #fff7f2;
}

.review-card header,
.review-card footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.review-card-head,
.review-card-foot {
  align-items: center;
}

.review-card header strong {
  color: #314138;
  font-size: 1rem;
}

.review-card header span,
.review-card footer {
  color: #68726b;
  font-size: 0.92rem;
}

.review-card p {
  color: #4f5a53;
  line-height: 1.36;
  font-size: 0.9rem;
}

.review-card footer {
  flex-wrap: wrap;
}

.medical-note {
  border-color: #e5d1c2;
  background: #fff8f3;
}

.preview-shell {
  max-width: 1120px;
}

.preview-hero {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px) 340px;
}

.preview-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef4ef;
  color: #314138;
  font-size: 0.82rem;
  font-weight: 850;
}

.preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.provider-action-row {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.provider-action-copy {
  display: grid;
  gap: 4px;
}

.provider-action-copy p {
  color: #516059;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 650;
}

.provider-action-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.provider-action-links .provider-consult-cta {
  grid-column: 1 / -1;
  min-height: 48px;
  font-size: 0.92rem;
  box-shadow: 0 14px 30px rgba(154, 81, 59, 0.18);
}

.provider-action-note {
  max-width: 680px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid #d8e3dc;
  border-radius: 12px;
  background: #f6faf7;
  color: #425148;
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.45;
}

.provider-decision-ladder {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.provider-decision-heading {
  align-items: end;
}

.provider-claim-mini {
  white-space: nowrap;
}

.profile-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.profile-decision-card {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 178px;
  gap: 9px;
  padding: 15px;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  background: #fffdf7;
  color: #24302a;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(36, 48, 42, 0.06);
}

.profile-decision-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #17201b;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.profile-decision-card strong {
  font-size: 0.96rem;
  line-height: 1.2;
}

.profile-decision-card p {
  color: #516059;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.42;
}

.provider-decision-note {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  background: #f6faf7;
  color: #425148;
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.45;
}

.profile-route-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.profile-route-proof article {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #e0d5c9;
  border-radius: 8px;
  background: #fffaf3;
}

.profile-route-proof span {
  color: #7e4f3f;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-route-proof p {
  color: #425148;
  font-size: 0.82rem;
  font-weight: 680;
  line-height: 1.4;
}

.provider-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 14px;
  color: #5d675f;
  font-weight: 700;
}

.provider-hero-meta span + span {
  position: relative;
}

.provider-hero-meta span + span::before {
  content: "•";
  margin-right: 14px;
  color: #9aa49d;
}

.preview-summary-card {
  border-color: #d7c3b9;
  background: #fff8f4;
}

.profile-spotlight {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.profile-spotlight-media {
  display: grid;
  gap: 12px;
}

.profile-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #d9ddd8;
  background: #fffdf7;
  box-shadow: 0 16px 36px rgba(36, 48, 42, 0.08);
}

.profile-photo-hero {
  aspect-ratio: 5 / 4;
  min-height: 280px;
}

.profile-hero-visual {
  display: grid;
  gap: 12px;
  align-self: start;
}

.profile-photo-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #5c675f;
  font-size: 0.92rem;
}

.profile-photo-caption strong {
  color: #24302a;
}

.profile-spotlight-copy {
  display: grid;
  gap: 14px;
}

.profile-spotlight-copy h2 {
  font-size: 1.8rem;
}

.spotlight-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.source-stack h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid #d8ded9;
  border-radius: 999px;
  background: #fffdf7;
  color: #314138;
  font-size: 0.85rem;
  font-weight: 700;
}

.hero-panel {
  gap: 10px;
  background: #fff8f4;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(125, 90, 78, 0.08);
}

.hero-panel-kicker {
  color: #7d5a4e;
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-panel p {
  color: #5c675f;
  line-height: 1.45;
}

.hero-panel-score {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #e2d2c8;
  border-radius: 14px;
  background: #fffdf8;
}

.hero-panel-score span {
  color: #6c615b;
  font-size: 0.88rem;
}

.hero-panel-score strong {
  font-size: 1.85rem;
  color: #314138;
}

.hero-panel-actions {
  display: grid;
  gap: 10px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.metric-chip {
  display: grid;
  gap: 5px;
  padding: 12px 13px;
  border: 1px solid #d7ded8;
  border-radius: 14px;
  background: #fffdf7;
  box-shadow: 0 8px 20px rgba(36, 48, 42, 0.04);
}

.metric-chip span {
  color: #6c756f;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.metric-chip strong {
  color: #24302a;
  font-size: 1rem;
  line-height: 1.35;
}

.hero-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.hero-band-item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid #dfe4df;
  border-radius: 14px;
  background: #f8faf8;
}

.hero-band-item span {
  color: #6c756f;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero-band-item strong {
  color: #314138;
  font-size: 1rem;
}

.preview-note {
  border-color: #cfded3;
  background: #f8fcf8;
}

.preview-signals {
  border-color: #d7c3b9;
  background:
    linear-gradient(180deg, rgba(255, 248, 244, 0.92), rgba(247, 250, 255, 0.92)),
    #fff;
}

.preview-signals-header {
  display: grid;
  gap: 10px;
}

.preview-signals-header h2 {
  font-size: 1.8rem;
}

.preview-signals-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.customer-action-band {
  border-color: #d7c3b9;
  background: linear-gradient(180deg, #fff3ea, #fffaf6);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(125, 90, 78, 0.06);
}

.customer-action-band h2 {
  font-size: 1.7rem;
}

.customer-action-copy,
.customer-action-buttons,
.customer-action-summary {
  display: grid;
  gap: 12px;
}

.customer-action-buttons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-action-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
}

.rating-summary {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.rating-summary strong {
  font-size: 2rem;
  color: #24302a;
}

.rating-summary span {
  color: #68726b;
  font-weight: 700;
}

.review-grid-featured {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}

.review-grid-featured .review-card {
  min-height: 220px;
}

.customer-reviews {
  border-color: #e0c7b7;
  background: linear-gradient(180deg, #fff8f2, #fffdf8);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(125, 90, 78, 0.06);
}

.provider-profile-shell .customer-reviews,
.provider-profile-shell .customer-about {
  padding: 0;
  margin-top: 24px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.provider-profile-shell .review-grid-featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.provider-profile-shell .review-card,
.provider-profile-shell .about-card {
  padding: 14px 16px;
  border: 1px solid #e2e2dc;
  border-radius: 16px;
  background: #fffdf8;
  box-shadow: 0 10px 20px rgba(36, 48, 42, 0.04);
}

.provider-profile-shell .review-card:last-child,
.provider-profile-shell .about-card:last-child {
  border-bottom: 1px solid #e2e2dc;
}

.provider-profile-shell .review-card-source {
  background: transparent;
}

.customer-about {
  border-color: #d5e0d8;
  background: linear-gradient(180deg, #f8fbf7, #f5f8ff);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(36, 48, 42, 0.05);
}

.provider-profile-shell .about-grid {
  grid-template-columns: minmax(0, 1fr);
}

.provider-profile-shell .about-card-wide {
  grid-column: auto;
}

.provider-profile-shell .about-inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-faq {
  border-color: #d7c3b9;
  background: #fff7f1;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(125, 90, 78, 0.05);
}

.footer-note {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding-top: 4px;
  color: #6c756f;
}

.footer-note p {
  max-width: 760px;
  line-height: 1.55;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.about-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #dde2dd;
  border-radius: 16px;
  background: #fffdf7;
  box-shadow: 0 10px 24px rgba(36, 48, 42, 0.04);
}

.about-card-wide {
  grid-column: 1 / -1;
  gap: 16px;
}

.about-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-card h3 {
  font-size: 1rem;
}

.about-card p,
.about-card li {
  color: #4f5a53;
  line-height: 1.55;
}

.signal-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #dde2dd;
  border-radius: 8px;
  background: #fffdf7;
}

.signal-card span {
  color: #6c756f;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.signal-card strong {
  color: #24302a;
  font-size: 1.1rem;
}

.signal-card-accent {
  border-color: #d4a694;
  background: linear-gradient(180deg, #fff5ef, #fffdf8);
}

.signal-card p {
  color: #4f5a53;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  color: #5c675f;
}

.reference-profile-shell {
  max-width: 1040px;
  padding-top: 18px;
}

.reference-profile-shell .breadcrumbs {
  max-width: 640px;
  margin-bottom: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #dfe4df;
  font-size: 0.78rem;
}

.provider-layout {
  display: grid;
  grid-template-columns: minmax(0, 640px) 326px;
  gap: 22px;
  align-items: start;
}

.profile-main-column {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.reference-profile-shell .section {
  margin-top: 0;
  padding: 18px;
  border: 1px solid #d8ded9;
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
}

.provider-summary-card {
  text-align: center;
}

.provider-summary-inner {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.provider-avatar {
  width: 112px;
  height: 112px;
  border: 1px solid #d8ded9;
  border-radius: 999px;
  object-fit: cover;
  background: #fff;
}

.provider-summary-card h1 {
  max-width: 100%;
  font-size: 1.45rem;
  line-height: 1.15;
}

.provider-summary-subtitle,
.provider-summary-specialty {
  color: #5f6a64;
  font-size: 0.9rem;
  line-height: 1.35;
}

.provider-rating-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  color: #43524a;
  font-size: 0.92rem;
  font-weight: 800;
}

.provider-rating-line strong {
  color: #17201b;
}

.provider-stars {
  display: inline-flex;
  gap: 1px;
  color: #20a9df;
  font-size: 1rem;
  line-height: 1;
}

.star-empty {
  color: #cdd7d0;
}

.profile-action-row {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 10px;
  width: min(100%, 430px);
  margin-top: 8px;
}

.profile-action,
.side-action,
.booking-mini-form button,
.review-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  cursor: pointer;
}

.profile-action-call,
.side-action-call {
  background: #22aee4;
}

.profile-action-book,
.side-action-whatsapp {
  background: #39a64a;
}

.provider-booking-panel {
  position: sticky;
  top: 82px;
  display: grid;
  gap: 10px;
}

.provider-sticky-bar {
  position: sticky;
  top: var(--provider-sticky-top, 64px);
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  margin: 0 0 12px;
  padding: 6px 8px 6px 12px;
  border: 1px solid #d8ded9;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 26px rgba(31, 35, 31, 0.08);
  backdrop-filter: blur(10px);
  transition: top 220ms ease, transform 220ms ease, opacity 220ms ease;
}

body.scroll-nav-hidden {
  --provider-sticky-top: 12px;
}

.sticky-rating-link {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 7px;
  color: #17201b;
  font-size: 0.86rem;
  font-weight: 850;
  white-space: nowrap;
  flex-wrap: wrap;
  line-height: 1.1;
}

.provider-language-switcher {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px;
  border: 1px solid #d8ded9;
  border-radius: 999px;
  background: #f7faf8;
  max-width: 100%;
}

.provider-language-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 2px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #52605a;
  font-size: 1rem;
  font-weight: 850;
  overflow: hidden;
}

.provider-language-pill.is-active {
  background: #17201b;
  color: #fff;
}

.provider-language-flags {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 0;
  flex-wrap: wrap;
}

.provider-language-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #edf2ef;
  font-size: 0.95rem;
}

.provider-language-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-right: 8px;
  vertical-align: middle;
}

.provider-language-text {
  display: block;
}

.flag-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}

.sticky-provider-name {
  color: #17201b;
  font-size: 0.92rem;
  font-weight: 900;
}

.sticky-rating-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.sticky-rating-link .provider-stars {
  font-size: 0.86rem;
}

.sticky-rating-link span:last-child {
  color: #52605a;
}

.sticky-action-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  flex: 0 1 320px;
  min-width: 240px;
}

.sticky-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.sticky-action-call {
  border: 1px solid #167aa2;
  background: linear-gradient(180deg, #35b8ed 0%, #1689bb 100%);
}

.sticky-action-call:hover {
  background: linear-gradient(180deg, #4ac3f3 0%, #147da9 100%);
}

.sticky-action-book {
  border: 1px solid #7f3e2d;
  background: linear-gradient(180deg, #b75f43 0%, #873f2d 100%);
  box-shadow: 0 12px 24px rgba(154, 81, 59, 0.2);
}

.sticky-action-book:hover {
  background: linear-gradient(180deg, #c86849 0%, #7b3828 100%);
}

#profile-reviews {
  scroll-margin-top: 122px;
}

.premium-profile-shell {
  max-width: 1320px;
  padding-top: 18px;
}

.premium-profile-shell .breadcrumbs {
  max-width: 760px;
  margin-bottom: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #dfe4df;
  font-size: 0.78rem;
}

.provider-hero-surface {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 342px;
  gap: 24px;
  align-items: start;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(154, 81, 59, 0.08), transparent 32%),
    linear-gradient(180deg, #fffdf8, #f8f5ef);
  box-shadow: 0 18px 48px rgba(31, 35, 31, 0.08);
}

.provider-hero-content {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.provider-hero-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-top: 0;
}

.provider-hero-ident {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.provider-hero-avatar {
  width: 96px;
  height: 96px;
  flex: 0 0 auto;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(31, 35, 31, 0.08);
}

.provider-hero-header h1 {
  max-width: 100%;
  font-size: clamp(2rem, 3vw, 3.45rem);
  line-height: 0.98;
}

.provider-hero-ident h1 {
  margin-top: 6px;
}

.provider-hero-subtitle,
.provider-hero-specialty,
.provider-hero-copy {
  color: #52605a;
}

.provider-hero-subtitle {
  margin-top: 10px;
  font-size: 0.98rem;
  font-weight: 800;
}

.provider-hero-specialty {
  margin-top: 6px;
  font-size: 1.02rem;
}

.provider-hero-score {
  display: grid;
  justify-items: end;
  gap: 4px;
  min-width: 120px;
  color: #68726b;
  font-size: 0.86rem;
  font-weight: 700;
}

.provider-hero-score strong {
  color: #17201b;
  font-size: 1.9rem;
  line-height: 1;
}

.provider-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.provider-hero-chips span,
.sticky-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf2ef;
  color: #405049;
  font-size: 0.8rem;
  font-weight: 850;
}

.provider-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 12px;
}

.provider-gallery-lead,
.provider-gallery-thumb {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  background: #eef1ed;
  box-shadow: 0 10px 24px rgba(31, 35, 31, 0.06);
}

.provider-gallery-lead {
  aspect-ratio: 4 / 3;
}

.provider-gallery-lead img,
.provider-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.provider-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.provider-gallery-thumb {
  aspect-ratio: 1 / 1;
}

.provider-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.provider-hero-facts article {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 1px rgba(216, 222, 217, 0.8);
}

.provider-hero-facts span {
  display: block;
  color: #68726b;
  font-size: 0.8rem;
  font-weight: 700;
}

.provider-hero-facts strong {
  display: block;
  margin-top: 6px;
  color: #17201b;
  font-size: 0.9rem;
  line-height: 1.45;
}

.provider-hero-copy {
  font-size: 1rem;
  line-height: 1.6;
}

.provider-booking-panel {
  position: sticky;
  top: 82px;
  display: grid;
  gap: 14px;
}

.booking-card {
  position: relative;
  overflow: hidden;
  padding: 20px 18px 18px;
  border: 1px solid rgba(216, 222, 217, 0.95);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 239, 0.98));
  box-shadow: 0 18px 40px rgba(31, 35, 31, 0.08);
}

.booking-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #9a513b, #d08a63);
}

.booking-card h2 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.booking-card p {
  margin-top: 8px;
  color: #5f6a64;
  font-size: 0.88rem;
  line-height: 1.5;
}

.booking-selected-provider {
  display: grid;
  gap: 3px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #d8ded9;
  border-radius: 14px;
  background: #fffdf8;
}

.booking-selected-provider span,
.booking-selected-provider small {
  color: #68726b;
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.35;
}

.booking-selected-provider strong {
  color: #17201b;
  font-size: 0.98rem;
  line-height: 1.25;
}

.booking-trust-note {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  padding: 11px 12px;
  border: 1px solid #d8ded9;
  border-radius: 14px;
  background: #f7fbf8;
}

.booking-trust-note strong {
  color: #1d2620;
  font-size: 0.88rem;
}

.booking-trust-note p {
  margin: 0;
  color: #516059;
  font-size: 0.82rem;
  line-height: 1.4;
}

.booking-trust-note ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
  color: #516059;
  font-size: 0.8rem;
  line-height: 1.35;
}

.booking-mini-form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.booking-handoff-panel {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #e0d5c9;
  border-radius: 14px;
  background: #fffaf3;
}

.booking-handoff-panel p {
  margin: 0;
  color: #516059;
  font-size: 0.82rem;
  line-height: 1.45;
}

.booking-handoff-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 12px;
  background: #9a513b;
  color: #fffdf7;
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
}

.booking-mini-form label {
  display: grid;
  gap: 5px;
  color: #52605a;
  font-size: 0.8rem;
  font-weight: 750;
}

.booking-mini-form input[type="tel"],
.booking-mini-form input[type="email"],
.booking-mini-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #cfd8d2;
  border-radius: 14px;
  padding: 11px 12px;
  background: #fff;
  color: #17201b;
  font: inherit;
  font-size: 0.95rem;
}

.booking-mini-form textarea {
  resize: vertical;
}

.booking-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px !important;
  line-height: 1.35;
}

.booking-mini-form button {
  width: 100%;
  margin-top: 4px;
  background: #9a513b;
  color: #fffdf7;
  border-radius: 14px;
  min-height: 46px;
  font-weight: 850;
}

.side-action {
  width: 100%;
  border-radius: 14px;
  min-height: 46px;
  font-weight: 850;
  letter-spacing: 0;
}

.sticky-action-whatsapp {
  border: 1px solid #1c7630;
  background: linear-gradient(180deg, #48b95b 0%, #25833b 100%);
}

.sticky-action-whatsapp:hover {
  background: linear-gradient(180deg, #53c767 0%, #207635 100%);
}

.provider-hero-surface .side-action {
  min-height: 44px;
}

.provider-booking-panel .side-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.provider-detail-stack {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.related-provider-section {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid #dfe4df;
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 0 12px 28px rgba(31, 35, 31, 0.05);
}

.related-provider-section p {
  color: #52605a;
  line-height: 1.55;
}

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

.provider-card-compact {
  padding: 14px 16px;
  border-radius: 18px;
}

.profile-accordion {
  border: 1px solid rgba(216, 222, 217, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(31, 35, 31, 0.07);
  overflow: clip;
}

.profile-accordion summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
}

.profile-accordion summary::-webkit-details-marker {
  display: none;
}

.profile-accordion summary h2 {
  font-size: 1.28rem;
  line-height: 1.18;
}

.profile-accordion summary p {
  margin-top: 8px;
  color: #5c675f;
  line-height: 1.55;
}

.accordion-toggle {
  flex: 0 0 auto;
  align-self: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf2ef;
  color: #405049;
  font-size: 0.8rem;
  font-weight: 850;
  white-space: nowrap;
}

.accordion-panel {
  display: grid;
  gap: 14px;
  padding: 0 22px 22px;
}

.accordion-quickline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.accordion-hidden-grid {
  display: grid;
  gap: 12px;
}

.review-collapsed-group {
  display: grid;
  gap: 12px;
}

.review-collapsed-summary {
  display: inline-flex;
  width: fit-content;
  list-style: none;
  cursor: pointer;
}

.review-collapsed-summary::-webkit-details-marker {
  display: none;
}

.review-collapsed-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #edf2ef;
  color: #405049;
  font-size: 0.8rem;
  font-weight: 850;
}

.provider-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.provider-hero-trust span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(216, 222, 217, 0.95);
  color: #405049;
  font-size: 0.83rem;
  font-weight: 750;
  line-height: 1.35;
}

.accordion-lead {
  color: #52605a;
  font-size: 0.96rem;
  line-height: 1.6;
}

.accordion-add-review {
  width: auto;
}

.premium-profile-shell .review-grid-featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.premium-profile-shell .review-card {
  position: relative;
  min-height: 168px;
  padding: 12px 14px;
  border: 1px solid #e3e8e4;
  border-radius: 14px;
  background: #fffdf8;
  box-shadow: 0 10px 20px rgba(36, 48, 42, 0.04);
}

.premium-profile-shell .review-card:last-child {
  border-bottom: 1px solid #e3e8e4;
}

.premium-profile-shell .review-card p {
  color: #35443d;
  font-size: 0.9rem;
  line-height: 1.38;
}

.premium-profile-shell .review-more-button {
  width: fit-content;
  margin-top: 0;
  border-radius: 999px;
  padding: 0 16px;
  background: #9a513b;
  color: #fffdf7;
}

.premium-profile-shell .review-card-source {
  display: grid;
  gap: 12px;
}

.premium-profile-shell .review-card-source header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.premium-profile-shell .review-card-source footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
  gap: 18px 24px;
  margin-top: 30px;
  padding: 20px 0 10px;
  border-top: 1px solid #d8ded9;
}

.site-footer-brand {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.site-footer-brand strong {
  color: #24302a;
  font-size: 1.02rem;
}

.site-footer-brand p,
.site-footer-note p {
  color: #5c675f;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-content: start;
  justify-content: flex-end;
}

.site-footer-links a {
  color: #24302a;
  font-weight: 750;
}

.site-footer-note {
  grid-column: 1 / -1;
  padding-top: 4px;
}

.review-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 18px;
}

.review-modal[hidden] {
  display: none;
}

.review-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 26, 22, 0.5);
  backdrop-filter: blur(6px);
}

.review-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  padding: 22px;
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 0 24px 64px rgba(20, 26, 22, 0.24);
}

.review-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #edf2ef;
  color: #405049;
  font-size: 1.1rem;
  font-weight: 800;
}

.review-modal-lead {
  margin-top: 8px;
  color: #5c675f;
}

.review-modal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.review-modal-form label {
  display: grid;
  gap: 6px;
}

.review-modal-form span {
  color: #516059;
  font-size: 0.88rem;
  font-weight: 750;
}

.review-modal-form input,
.review-modal-form select,
.review-modal-form textarea {
  width: 100%;
  border: 1px solid #d8ded9;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  font: inherit;
}

.review-modal-wide {
  grid-column: 1 / -1;
}

.review-modal-consent {
  display: flex;
  align-items: start;
  gap: 10px;
}

.review-modal-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.review-modal-actions {
  display: grid;
  gap: 10px;
  justify-items: start;
}

body.review-modal-open {
  overflow: hidden;
}

.premium-profile-shell .customer-about,
.premium-profile-shell .customer-faq {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.premium-profile-shell .profile-details-table {
  margin-top: 6px;
}

.premium-profile-shell .faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-profile-shell .faq-item {
  border-radius: 18px;
}

.booking-card {
  padding: 16px;
}

.profile-details-table {
  display: grid;
  margin: 12px 0 0;
  border-top: 1px solid #e3e8e4;
}

.profile-details-table > div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #e3e8e4;
}

.profile-details-table dt {
  color: #17201b;
  font-size: 0.82rem;
  font-weight: 850;
}

.profile-details-table dd {
  margin: 0;
  color: #52605a;
  font-size: 0.86rem;
  line-height: 1.45;
}

.treatment-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.profile-location-list {
  display: grid;
  gap: 10px;
}

.profile-location-row {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr) 66px;
  gap: 8px;
  align-items: start;
}

.profile-location-row span:not(.location-pin) {
  min-width: 0;
  overflow-wrap: anywhere;
}

.location-pin {
  color: #20a9df;
  font-size: 0.7rem;
  line-height: 1.8;
}

.profile-location-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 2px;
  background: #22aee4;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 850;
}

.reference-profile-shell .customer-faq .faq-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.reference-profile-shell .customer-faq .faq-item {
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #e3e8e4;
  border-radius: 0;
  background: transparent;
}

.reference-profile-shell .customer-faq .faq-item:last-child {
  border-bottom: 0;
}

.rtl {
  direction: rtl;
}

.rtl .topbar,
.rtl .brand,
.rtl .topbar nav,
.rtl .hero-stats,
.rtl .footer-links,
.rtl .rating-row {
  flex-direction: row-reverse;
}

.rtl .body-list,
.rtl .review-panel ul {
  padding-left: 0;
  padding-right: 18px;
}

@media (max-width: 860px) {
  .topbar {
    position: static;
  }

  .topbar nav {
    display: none;
  }

  .hero,
  .preview-hero,
  .provider-grid,
  .links-grid,
  .faq-grid,
  .decision-step-grid,
  .shell-checklist-grid,
  .review-grid,
  .ops-form,
  .profile-spotlight,
  .spotlight-meta {
    grid-template-columns: 1fr;
  }

  .metric-grid,
  .hero-band,
  .provider-action-row,
  .preview-signals-grid,
  .customer-action-buttons,
  .customer-action-summary,
  .review-grid-featured,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-row {
    align-items: start;
    flex-direction: column;
  }

  .rating-summary {
    justify-items: start;
  }

  .reference-profile-shell {
    padding: 16px 14px 42px;
  }

  .reference-profile-shell .breadcrumbs {
    margin-bottom: 8px;
  }

  .provider-layout {
    grid-template-columns: 1fr;
  }

  .provider-hero-surface {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 20px;
  }

  .provider-hero-chips {
    gap: 6px;
  }

  .provider-action-row {
    gap: 9px;
  }

  .provider-action-links .cta-button {
    min-width: 0;
  }

  .provider-action-links {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer-links {
    justify-content: flex-start;
  }

  .site-footer-note {
    grid-column: auto;
  }

  .provider-action-copy p {
    font-size: 0.82rem;
  }

  .decision-shell-actions .cta-button {
    width: 100%;
  }

  .provider-action-note {
    padding: 8px 10px;
    font-size: 0.8rem;
  }

  .provider-decision-ladder {
    margin-top: 14px;
    gap: 12px;
  }

  .provider-decision-heading {
    gap: 10px;
  }

  .provider-claim-mini {
    width: 100%;
  }

  .profile-decision-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .profile-decision-card {
    min-height: 0;
    padding: 13px;
  }

  .profile-route-proof {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .profile-route-proof article {
    padding: 10px;
  }

  .profile-route-proof p {
    font-size: 0.8rem;
  }

  .provider-decision-note {
    padding: 9px 10px;
    font-size: 0.8rem;
  }

  .provider-sticky-bar {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: flex-start;
    top: var(--provider-sticky-top, 0);
    min-height: 44px;
    margin: 0 -2px 12px;
    padding: 10px;
    gap: 10px;
  }

  .sticky-rating-link {
    width: 100%;
    flex-basis: 100%;
    white-space: normal;
    align-items: flex-start;
    row-gap: 4px;
    gap: 5px;
    font-size: 0.74rem;
    padding-bottom: 2px;
    border-bottom: 1px solid #e3e8e4;
  }

  .sticky-rating-link .provider-stars {
    font-size: 0.74rem;
  }

  .sticky-rating-link span:last-child {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }

  .sticky-provider-name {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
  }

  .provider-language-switcher {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    padding: 6px;
  }

  .sticky-action-row {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
  }

  .sticky-action {
    min-height: 42px;
    padding: 0 9px;
    font-size: 0.72rem;
  }

  #profile-reviews {
    scroll-margin-top: 58px;
  }

  .provider-hero-header,
  .accordion-quickline,
  .profile-accordion summary {
    flex-direction: column;
  }

  .provider-hero-ident {
    width: 100%;
    gap: 12px;
  }

  .provider-hero-avatar {
    width: 68px;
    height: 68px;
  }

  .provider-hero-score {
    justify-items: start;
    align-items: start;
  }

  .provider-gallery,
  .provider-hero-facts,
  .premium-profile-shell .faq-grid,
  .similar-provider-grid {
    grid-template-columns: 1fr;
  }

  .provider-card-compact {
    padding: 12px 13px;
  }

  .provider-hero-trust {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .provider-hero-trust span {
    min-height: 0;
    padding: 10px 12px;
    font-size: 0.78rem;
  }

  .provider-hero-facts article {
    padding: 11px 12px;
    border-radius: 14px;
  }

  .provider-booking-panel {
    position: static;
  }

  .provider-booking-panel .side-action {
    min-height: 44px;
    border-radius: 12px;
  }

  .booking-card {
    padding: 15px 13px 13px;
    border-radius: 16px;
  }

  .booking-mini-form button,
  .provider-booking-panel .side-action {
    min-height: 42px;
  }

  .provider-hero-copy {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .provider-hero-facts {
    gap: 10px;
  }

  .provider-hero-facts strong {
    font-size: 0.88rem;
  }

  .sticky-action-row {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .sticky-action-whatsapp {
    grid-column: 1 / -1;
  }

  .premium-profile-shell .review-grid-featured {
    gap: 8px;
  }

  .premium-profile-shell .review-card {
    padding: 10px 11px;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(36, 48, 42, 0.04);
  }

  .premium-profile-shell .review-card header,
  .premium-profile-shell .review-card footer {
    gap: 6px;
  }

  .premium-profile-shell .review-card p {
    font-size: 0.84rem;
    line-height: 1.28;
  }

  .premium-profile-shell .review-grid-featured {
    gap: 10px;
  }

  .premium-profile-shell .review-card {
    min-height: 0;
    padding: 11px 12px;
    border-radius: 12px;
  }

  .premium-profile-shell .review-card p {
    font-size: 0.85rem;
    line-height: 1.3;
  }

  .review-modal-panel {
    width: min(100%, 100%);
    padding: 16px;
    border-radius: 18px;
  }

  .review-modal-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .review-modal-close {
    top: 8px;
    right: 8px;
  }

  .provider-detail-stack {
    gap: 14px;
    margin-top: 14px;
  }

  .related-provider-section {
    padding: 14px;
    border-radius: 18px;
  }

  .profile-accordion summary,
  .accordion-panel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .profile-accordion summary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .profile-accordion summary h2 {
    font-size: 1.08rem;
  }

  .accordion-toggle {
    width: fit-content;
  }

  .review-more-button {
    width: 100%;
  }
}
