/*
Theme Name: R Sanchez Tax Consulting 3.5.25
Theme URI: https://rsancheztaxconsulting.com
Author: R Sanchez Tax Consulting
Description: NUEVO 3.5.25. Redes: Instagram, Facebook, LinkedIn y X. Tema nuevo. No pulses Replace.
Version: 3.5.25
Requires at least: 6.4
Tested up to: 6.8
Text Domain: rstc-3522
*/

:root {
  --paper: #ffffff;
  --ink: #1b2a4a;
  --gold: #c4a35a;
  --muted: #5c6570;
  --line: #d9deE5;
  --panel: #f4f6f8;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
}

a { color: var(--ink); }

img { max-width: 100%; height: auto; }

.wrap {
  width: min(1080px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.topbar {
  background: var(--ink);
  color: #e8edf3;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.4rem;
}

.topbar p { margin: 0; }

.lang-switch { display: flex; gap: 0.3rem; }

.lang-switch a {
  font: inherit;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.35);
  background: transparent;
  color: #fff;
  padding: 0.2rem 0.45rem;
  text-decoration: none;
}

.lang-switch a.is-on {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.1rem 0 1rem;
}

.brand { display: block; text-decoration: none; }
.brand img { display: block; height: 80px; width: auto; max-width: min(100%, 22rem); }

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.nav a {
  text-decoration: none;
  color: var(--ink);
  border-bottom: 2px solid transparent;
  padding: 0.25rem 0;
}

.nav a:hover { border-bottom-color: var(--gold); }
.nav a.is-on { border-bottom-color: var(--gold); }
.nav a.rstc-wa-nav {
  background: #25d366;
  color: #fff;
  border-bottom: 0;
  border-radius: 6px;
  padding: 0.3rem 0.7rem;
  text-transform: none;
  letter-spacing: 0;
}
.nav a.rstc-wa-nav:hover { color: #fff; opacity: 0.92; }
.nav-auth {
  display: flex;
  align-items: stretch;
  gap: 0.35rem;
}
.nav a.rstc-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.6rem;
  border: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  border-radius: 6px;
  padding: 0.32rem 0.7rem;
  background: var(--ink);
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
}
.nav a.rstc-auth-btn:hover {
  color: #fff;
  opacity: 0.92;
  border-bottom-color: var(--ink);
}
.rstc-wa-link { color: #128c7e; font-weight: 600; }

.trust-box {
  margin: 1.5rem 0;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--gold);
  background: var(--panel);
}
.trust-box h2 { margin: 0 0 0.4rem; font-size: 1.1rem; }
.trust-box p, .trust-box li { color: var(--muted); font-size: 0.95rem; }

.gold-rule {
  height: 2px;
  background: var(--gold);
}

.hero {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1.35fr 0.85fr;
  padding: 3.25rem 0 2.75rem;
  align-items: start;
}

.hero-visual {
  display: grid;
  gap: 1rem;
}

.rstc-page-photo {
  margin: 0 0 1.25rem;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.rstc-page-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.kicker {
  margin: 0 0 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: var(--gold);
  font-weight: 600;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h1 { font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.15; margin: 0 0 1rem; }

.lede { font-size: 1.05rem; color: var(--muted); max-width: 38rem; margin: 0; }

.actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.6rem; }

.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0.65rem 1.05rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
}

.btn-primary { background: var(--ink); color: #fff; }
.btn-ghost { background: #fff; color: var(--ink); }

.firm-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  padding: 1.35rem 1.4rem 1.2rem;
}

.firm-label {
  margin: 0 0 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.firm-card dl { margin: 0; }
.firm-card dl > div {
  display: grid;
  gap: 0.15rem;
  padding: 0.7rem 0;
  border-top: 1px solid var(--line);
}
.firm-card dt {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.firm-card dd { margin: 0; font-size: 0.95rem; }

.services { padding: 0.5rem 0 3.5rem; }

.section-head { margin-bottom: 1.25rem; border-bottom: 1px solid var(--line); padding-bottom: 0.85rem; }
.section-head h2 { margin: 0; font-size: 1.85rem; }

.service-list { list-style: none; margin: 0; padding: 0; }
.service-list li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}
.service-list li span {
  font-family: Georgia, serif;
  color: var(--gold);
  font-size: 1.05rem;
}
.service-list h3 { margin: 0 0 0.35rem; font-size: 1.2rem; }
.service-list p { margin: 0; color: var(--muted); }

.site-footer {
  background: var(--ink);
  color: #cfd6df;
  padding: 2.25rem 0 2.5rem;
  font-size: 0.9rem;
}

.footer-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.footer-name { margin: 0 0 0.4rem; color: #fff; font-family: Georgia, serif; font-size: 1.15rem; }
.footer-label {
  margin: 0 0 0.4rem;
  color: var(--gold);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.site-footer a { color: #fff; text-decoration: none; }
.site-footer p { margin: 0.2rem 0; }
.rstc-footer-social {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 0.85rem 0 0.2rem;
  margin-top: 0.4rem;
}
.rstc-footer-social .footer-label { margin-bottom: 0.45rem; }
.rstc-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
}
.rstc-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.18);
}
.rstc-social-btn span { display: none; }
.rstc-social-btn.is-instagram {
  background: linear-gradient(45deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
}
.rstc-social-btn.is-facebook {
  background: #1877f2;
}
.rstc-social-btn.is-linkedin {
  background: #0a66c2;
}
.rstc-social-btn.is-x {
  background: #000;
}
.rstc-social-btn:hover { filter: brightness(1.08); }
.theme-ver { font-size: 0.65rem; letter-spacing: 0.12em; color: #8b95a3; }

.page-main { padding: 2rem 0 4rem; max-width: 46rem; }

/* Client portal (pastel) */
body.rstc-portal {
  --p-ink: #3c3a37;
  --p-paper: #f4f1eb;
  --p-side: #e4eee8;
  --p-sage: #c5d4c8;
  --p-sage-deep: #7d917e;
  --p-powder: #d5e3ea;
  --p-sand: #efe4d4;
  --p-blush: #eddcd8;
  --p-line: #e6e1d8;
  background: var(--p-paper);
  color: var(--p-ink);
}
body.rstc-portal .topbar,
body.rstc-portal .site-header,
body.rstc-portal .gold-rule { display: none; }
body.rstc-portal.rstc-acceso .topbar { display: block; background: var(--ink); color: #e8edf3; }
body.rstc-portal.rstc-acceso .site-header {
  display: flex;
  background: #fff;
  color: var(--ink);
}
body.rstc-portal.rstc-acceso .gold-rule { display: block; }
.rstc-acceso-menu { display: none; }
.rstc-acceso-menu summary {
  cursor: pointer;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.4rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
  background: #fff;
}
.rstc-acceso-menu summary::-webkit-details-marker { display: none; }
.rstc-acceso-menu-panel {
  position: absolute;
  right: 1.25rem;
  z-index: 30;
  margin-top: 0.4rem;
  min-width: 12rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.45rem;
  box-shadow: 0 10px 28px rgba(27, 42, 74, 0.12);
}
.rstc-acceso-menu-panel a {
  text-decoration: none;
  color: var(--ink);
  padding: 0.5rem 0.7rem;
  border-radius: 6px;
  font-size: 0.9rem;
}
.rstc-acceso-menu-panel a:hover { background: var(--panel); }
.rstc-acceso-menu-panel a.rstc-wa-nav {
  background: #25d366;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.rstc-acceso-menu-panel .nav-auth {
  margin-top: 0.2rem;
}
.rstc-acceso-menu-panel a.rstc-auth-btn {
  flex: 1;
  min-width: 0;
  text-align: center;
  background: var(--ink);
  color: #fff;
  font-weight: 600;
}
.rstc-door-tabs {
  display: flex;
  border: 1px solid var(--p-line);
  border-radius: 999px;
  padding: 0.2rem;
  margin: 0 0 1rem;
}
.rstc-door-tabs a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: var(--p-ink);
  border-radius: 999px;
  padding: 0.55rem 0.4rem;
  font-weight: 600;
  font-size: 0.9rem;
}
.rstc-door-tabs a.is-on {
  background: var(--p-sage-deep);
  color: #fff;
}
.p-app { display: flex; min-height: 100vh; }
.p-side {
  width: 16.5rem;
  flex-shrink: 0;
  background: var(--p-side);
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
}
.p-brand img { height: 3.15rem; width: auto; max-width: 100%; }
.p-brand p {
  margin: 0.4rem 0 1rem;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(60,58,55,0.5);
}
.p-nav { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; }
.p-nav a {
  text-decoration: none;
  border-radius: 0.4rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  color: rgba(60,58,55,0.75);
}
.p-nav a.is-on { background: var(--p-sage); color: var(--p-ink); font-weight: 600; }
.p-help {
  background: rgba(255,255,255,0.8);
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.75rem;
}
.p-help p { margin: 0 0 0.35rem; font-weight: 600; }
.p-help a { color: var(--p-sage-deep); }
.p-main { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.p-top {
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.1rem;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.p-top h1 { margin: 0; font-size: 0.95rem; }
.p-lang span { font-size: 0.7rem; padding: 0.15rem 0.45rem; border-radius: 999px; color: #999; }
.p-lang .is-on { background: var(--p-sage-deep); color: #fff; }
.p-body { padding: 1.25rem; max-width: 56rem; }
.p-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.25rem 1.4rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.p-card h2, .p-card h3 { margin: 0 0 0.75rem; font-size: 1.05rem; }
.p-kicker { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--p-sage-deep); }
.p-steps {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  text-align: center;
  font-size: 0.72rem;
}
.p-steps span {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0 auto 0.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid var(--p-line);
  background: #fff;
  color: #aaa;
}
.p-steps .is-now span { background: var(--p-sage-deep); color: #fff; border-color: var(--p-sage-deep); }
.p-quick { display: grid; gap: 0.7rem; grid-template-columns: repeat(4, 1fr); }
.p-quick a {
  text-decoration: none;
  border-radius: 0.85rem;
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.p-quick strong { font-size: 0.9rem; }
.p-quick span { font-size: 0.75rem; color: rgba(60,58,55,0.65); }
.tone-powder { background: var(--p-powder); }
.tone-sand { background: var(--p-sand); }
.tone-sage { background: var(--p-sage); }
.tone-blush { background: var(--p-blush); }
.p-act { list-style: none; margin: 0; padding: 0; }
.p-act li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.45rem 0; font-size: 0.9rem; }
.p-act em { font-style: normal; font-size: 0.75rem; color: #888; }
.p-svc { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.5rem; }
.p-svc div { background: rgba(239,228,212,0.6); border-radius: 0.75rem; padding: 0.8rem 0.5rem; text-align: center; font-size: 0.78rem; }
.p-note { font-size: 0.8rem; color: #888; }
.p-tools { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.p-tools span, .p-tools a {
  background: var(--p-side);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.75rem;
  text-decoration: none;
}
.p-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.p-table th { text-align: left; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: #888; padding: 0.5rem 0.4rem; }
.p-table td { padding: 0.65rem 0.4rem; border-top: 1px solid var(--p-line); }
.p-split { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.p-wait { background: var(--p-paper); border-radius: 0.75rem; padding: 0.75rem 1rem; }
.p-pin-label { font-size: 0.75rem; font-weight: 600; }
.p-pin { height: 2.2rem; max-width: 12rem; border: 1px solid var(--p-line); border-radius: 0.5rem; background: #fff; }
.p-btn-fake {
  display: inline-block;
  background: var(--p-sage-deep);
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 0.9rem;
  font-size: 0.85rem;
}
.p-days, .p-slots { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.4rem 0 1rem; }
.p-days button, .p-slots button {
  border: 1px solid var(--p-line);
  background: #fff;
  border-radius: 0.6rem;
  padding: 0.45rem 0.7rem;
  font-size: 0.85rem;
}
.p-days button.is-on, .p-slots button.is-on { background: var(--p-sage-deep); color: #fff; border-color: var(--p-sage-deep); }
.p-pay-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.p-pay-amt { font-family: Georgia, serif; font-size: 1.8rem; margin: 0; }
.p-pay-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin: 0.75rem 0 1rem; }
.p-pay-methods button {
  text-align: left;
  border: 1px solid var(--p-line);
  background: var(--p-paper);
  border-radius: 0.85rem;
  padding: 0.7rem;
  font-size: 0.95rem;
  font-weight: 600;
}
.p-pay-methods button span { display: block; font-weight: 400; font-size: 0.72rem; color: #777; margin-top: 0.2rem; }
.p-pay-methods button.is-on { background: var(--p-sage); border-color: var(--p-sage-deep); }
.p-est-map {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 1fr 1fr;
  font-size: 0.82rem;
}
.p-est-map li {
  background: #fff;
  border-radius: 0.75rem;
  padding: 0.65rem 0.8rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.p-est-tabs button {
  flex: 1;
  min-width: 8rem;
  border: 0;
  background: var(--p-sage-deep);
  color: #fff;
  padding: 0.85rem 0.9rem;
  text-align: left;
  font-size: 0.85rem;
}
.p-est-tabs button.is-on { background: #fff; color: var(--p-ink); }
.p-est select, .p-est input {
  width: 100%;
  height: 2.4rem;
  border: 1px solid var(--p-line);
  border-radius: 0.5rem;
  background: #fff;
  margin-top: 0.25rem;
}
.tone-sage { background: var(--p-sage); }

.o-bar { background: #fff; border-bottom: 1px solid var(--p-line); }
.o-bar-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.25rem 0.35rem;
}
.o-bar-top img { height: 2.85rem; width: auto; max-width: 16rem; }
.o-bar-top p { margin: 0; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: #888; }
.o-tools { display: flex; flex-wrap: wrap; gap: 0.25rem; padding: 0.4rem 1rem 0.8rem; }
.o-tools a, .o-tools > span {
  min-width: 4.6rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.65rem;
  padding: 0.45rem 0.3rem;
  border-radius: 0.45rem;
  color: var(--p-ink);
}
.o-tools a.is-on, .o-tools a:hover { background: var(--p-sage); }
.o-body { padding: 1.1rem; max-width: 72rem; margin: 0 auto; }
.o-grid { display: grid; gap: 1rem; grid-template-columns: 220px 1fr; }
.o-title { font-family: Georgia, serif; font-size: 1.6rem; margin: 0 0 0.35rem; }
.o-table-wrap { overflow-x: auto; }
@media (max-width: 800px) {
  .p-app { flex-direction: column; }
  .p-side { width: 100%; }
  .p-steps, .p-quick, .p-svc, .p-split { grid-template-columns: 1fr 1fr; }
  .o-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .hero, .footer-grid { grid-template-columns: 1fr; }
  .site-header { flex-direction: column; align-items: flex-start; }
  body.rstc-acceso .site-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  body.rstc-acceso .nav { display: none; }
  body.rstc-acceso .rstc-acceso-menu { display: block; position: relative; }
}

.rstc-asistente {
  position: fixed;
  right: 0.75rem;
  bottom: 1rem;
  z-index: 80;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}
.rstc-asistente > * { pointer-events: auto; }
body { padding-bottom: 5.5rem; }
.rstc-asistente-grip {
  margin: 0 0 0.4rem auto;
  border: 0;
  border-radius: 999px;
  background: rgba(27, 42, 74, 0.12);
  color: var(--ink);
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.28rem 0.75rem;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.rstc-asistente-fabs {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  justify-content: flex-end;
}
.rstc-wa-fab {
  background: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  font: inherit;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}
.rstc-asistente-fab {
  background: var(--ink);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(27, 42, 74, 0.25);
}
.rstc-asistente-panel {
  width: min(22rem, calc(100vw - 2rem));
  margin-bottom: 0.6rem;
  background: #efeae2;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 12px 40px rgba(27, 42, 74, 0.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.rstc-asistente-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.7rem 0.9rem;
  background: var(--ink);
  color: #fff;
}
.rstc-asistente-head p { margin: 0; font-weight: 600; }
.rstc-asistente-head span { display: block; font-size: 0.72rem; opacity: 0.8; margin-top: 0.15rem; }
.rstc-asistente-head button {
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1;
}
.rstc-asistente-log {
  max-height: 16rem;
  overflow: auto;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.rstc-bubble {
  max-width: 88%;
  padding: 0.5rem 0.7rem;
  font-size: 0.88rem;
  line-height: 1.4;
  border-radius: 0.85rem;
}
.rstc-bubble.is-bot {
  align-self: flex-start;
  background: #fff;
  color: var(--ink);
  border-top-left-radius: 0.2rem;
}
.rstc-bubble.is-you {
  align-self: flex-end;
  background: #d9fdd3;
  color: #111;
  border-top-right-radius: 0.2rem;
}
.rstc-asistente-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0 0.8rem 0.5rem;
}
.rstc-asistente-chips button {
  font: inherit;
  font-size: 0.75rem;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  cursor: pointer;
}
.rstc-asistente-form {
  display: flex;
  gap: 0.4rem;
  padding: 0.6rem 0.8rem 0.8rem;
  border-top: 1px solid var(--line);
}
.rstc-asistente-form input {
  flex: 1;
  font: inherit;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  padding: 0.45rem 0.6rem;
}
.rstc-asistente-form button {
  font: inherit;
  font-weight: 600;
  background: var(--ink);
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
}
@media (max-width: 640px) {
  .rstc-asistente { right: 0.55rem; }
  .rstc-asistente-panel {
    width: min(19.5rem, calc(100vw - 1.2rem));
    max-height: 48vh;
  }
  .rstc-asistente-log { max-height: 7.5rem; }
  .rstc-wa-fab, .rstc-asistente-fab {
    padding: 0.5rem 0.85rem;
    font-size: 0.82rem;
  }
}
.rstc-pay-brands {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
}
.rstc-pay-brands li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.6rem;
  height: 2.35rem;
  padding: 0 0.7rem;
  border-radius: 0.4rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
}
.rstc-pay-brands .is-visa { background: #1a1f71; }
.rstc-pay-brands .is-mc { background: linear-gradient(90deg, #eb001b 0 50%, #f79e1b 50% 100%); }
.rstc-pay-brands .is-debit { background: #0a2540; }
.rstc-pay-brands .is-zelle { background: #6d1ed4; }

.rstc-services-page {
  padding: 2rem 0 4rem;
}
.rstc-services-page h1 {
  margin: 0.2rem 0 0.8rem;
}
.rstc-service-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 2rem 0 2.5rem;
}
@media (min-width: 900px) {
  .rstc-service-columns { grid-template-columns: 1fr 1fr; }
}
.rstc-service-col {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  overflow: hidden;
  background: var(--paper);
}
.rstc-service-lead {
  margin: 0.35rem 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}
.rstc-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rstc-service-list li {
  margin: 0 0 1rem;
}
.rstc-service-list li:last-child { margin-bottom: 0; }
.rstc-service-list strong { display: block; }
.rstc-service-list span {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.95rem;
}
.rstc-service-card {
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  overflow: hidden;
  background: var(--paper);
  display: flex;
  flex-direction: column;
}
.rstc-service-photo {
  max-height: 16rem;
  background: #f7f6f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rstc-service-photo img {
  width: 100%;
  max-height: 16rem;
  object-fit: contain;
  display: block;
}
.rstc-service-photo.is-empty span {
  color: var(--muted);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.rstc-service-body {
  padding: 1rem 1.1rem 1.2rem;
}
.rstc-service-body h2 {
  font-size: 1.15rem;
  margin: 0 0 0.45rem;
}
.rstc-service-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.rstc-consult-board {
  display: grid;
  gap: 2rem;
  margin: 1.5rem 0 2rem;
  padding: 1.25rem;
  background: #ececec;
  border-radius: 1rem;
}
@media (min-width: 900px) {
  .rstc-consult-board { grid-template-columns: 1fr 1fr; align-items: start; }
}
.rstc-consult-hint { margin: 0; color: var(--muted); font-size: 0.9rem; }
.rstc-cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.rstc-cal-month { margin: 0; font-weight: 600; text-transform: capitalize; }
.rstc-cal-prev, .rstc-cal-next {
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
}
.rstc-cal-week, .rstc-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 0.35rem 0;
  margin-top: 0.6rem;
}
.rstc-cal-week { font-size: 0.75rem; color: var(--muted); }
.rstc-cal-day {
  width: 2.15rem;
  height: 2.15rem;
  margin: 0 auto;
  border-radius: 999px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.rstc-cal-day.is-open {
  border: 1px solid #cfcfcf;
  background: #fff;
}
.rstc-cal-day.is-on {
  background: #8b8680;
  color: #fff;
  border: 0;
}
.rstc-cal-day:disabled { color: var(--muted); cursor: default; }
.rstc-consult-scroll {
  margin-top: 1.1rem;
  background: #fff;
  border-radius: 0.4rem;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.rstc-consult-scroll-title { margin: 0; font-weight: 600; }
.rstc-consult-scroll-note { margin: 0.35rem 0 0; font-size: 0.8rem; color: var(--muted); }
.rstc-consult-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  max-height: 14rem;
  overflow-y: auto;
}
.rstc-consult-list button {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0.65rem 0.75rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-size: 0.95rem;
}
.rstc-consult-list button.is-on { background: #8b8680; color: #fff; }
.rstc-consult-list button:hover:not(.is-on) { background: #f4f4f4; }
.rstc-consult-name { margin: 0; font-size: 2rem; }
.rstc-consult-meta { margin: 0.4rem 0 0; color: var(--muted); font-size: 0.95rem; }
.rstc-consult-photo { margin-top: 1rem; background: #fff; overflow: hidden; }
.rstc-consult-photo img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.rstc-consult-blurb { color: var(--muted); font-size: 0.95rem; line-height: 1.55; }
.rstc-consult-share { display: flex; align-items: center; gap: 0.5rem; }
.rstc-share-dot {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.85rem;
}
.rstc-consult-data { display: none; }
