body.ric360-barberia-pro {
  margin: 0;
  background: var(--ric360-barberia-bg, #111827);
  color: var(--ric360-barberia-ink, #f8fafc);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ric360-container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.ric360-barber-header { position: sticky; top: 0; z-index: 30; background: rgba(17,24,39,.88); border-bottom: 1px solid var(--ric360-barberia-border, rgba(255,255,255,.14)); backdrop-filter: blur(18px); }
.ric360-barber-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.ric360-barber-brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-weight: 900; letter-spacing: -.03em; }
.ric360-barber-brand__mark { display: grid; place-items: center; inline-size: 44px; block-size: 44px; border-radius: 16px; color: #111827; background: linear-gradient(135deg, var(--ric360-barberia-accent, #d4a056), #fff7ed); }
.ric360-barber-nav__list, .ric360-barber-footer-nav { list-style: none; display: flex; flex-wrap: wrap; gap: 16px; padding: 0; margin: 0; }
.ric360-barber-nav a, .ric360-barber-footer-nav a { color: var(--ric360-barberia-muted, #cbd5e1); text-decoration: none; font-weight: 700; }
.ric360-barber-header__action, .ric360-barber-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 999px; background: var(--ric360-barberia-accent, #d4a056); color: #111827; text-decoration: none; font-weight: 900; box-shadow: 0 16px 40px rgba(212,160,86,.24); }
.ric360-barber-button--ghost { background: transparent; color: var(--ric360-barberia-light, #fff7ed); border: 1px solid var(--ric360-barberia-border, rgba(255,255,255,.14)); box-shadow: none; }
.ric360-barber-hero { padding: 92px 0 64px; background: radial-gradient(circle at top right, rgba(212,160,86,.26), transparent 36%), linear-gradient(180deg, rgba(255,255,255,.04), transparent); }
.ric360-barber-hero__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 32px; align-items: center; }
.ric360-barber-eyebrow { margin: 0 0 10px; color: var(--ric360-barberia-accent, #d4a056); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.ric360-barber-hero h1, .ric360-barber-section h2, .ric360-barber-page h1 { margin: 0; letter-spacing: -.055em; line-height: 1; }
.ric360-barber-hero h1 { font-size: clamp(3rem, 8vw, 6.75rem); max-width: 850px; }
.ric360-barber-section h2 { font-size: clamp(2rem, 5vw, 4rem); max-width: 760px; }
.ric360-barber-hero__lead { color: var(--ric360-barberia-muted, #cbd5e1); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.7; max-width: 720px; }
.ric360-barber-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.ric360-barber-hero-card, .ric360-barber-card { border: 1px solid var(--ric360-barberia-border, rgba(255,255,255,.14)); border-radius: var(--ric360-barberia-radius, 26px); background: rgba(23,32,51,.86); box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.ric360-barber-hero-card { padding: 28px; display: grid; gap: 18px; }
.ric360-barber-hero-card div { display: flex; justify-content: space-between; gap: 16px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.06); }
.ric360-barber-hero-card strong { font-size: 2rem; color: var(--ric360-barberia-accent, #d4a056); }
.ric360-barber-hero-card span, .ric360-barber-card p { color: var(--ric360-barberia-muted, #cbd5e1); line-height: 1.7; }
.ric360-barber-section { padding: 72px 0; }
.ric360-barber-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
.ric360-barber-card { padding: 26px; }
.ric360-barber-card h3 { margin-top: 0; font-size: 1.35rem; }
.ric360-barber-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); gap: 22px; align-items: stretch; }
.ric360-barber-card--accent { background: linear-gradient(135deg, rgba(212,160,86,.20), rgba(23,32,51,.9)); }
.ric360-barber-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ric360-barber-mini-grid span { display: grid; place-items: center; min-height: 110px; border: 1px solid var(--ric360-barberia-border, rgba(255,255,255,.14)); border-radius: 22px; color: var(--ric360-barberia-light, #fff7ed); background: rgba(255,255,255,.06); font-weight: 900; }
.ric360-barber-booking, .ric360-barber-trust .ric360-barber-card--wide { text-align: center; }
.ric360-barber-booking p { margin-inline: auto; max-width: 720px; color: var(--ric360-barberia-muted, #cbd5e1); line-height: 1.7; }
.ric360-barber-footer { padding: 48px 0; border-top: 1px solid var(--ric360-barberia-border, rgba(255,255,255,.14)); background: rgba(0,0,0,.20); }
.ric360-barber-footer__grid { display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: start; }
.ric360-barber-page-wrap, .ric360-barber-content-list { padding: 64px 0; }
.ric360-barber-entry a { color: var(--ric360-barberia-light, #fff7ed); }
@media (max-width: 820px) {
  .ric360-barber-header__inner, .ric360-barber-footer__grid { align-items: flex-start; flex-direction: column; display: flex; }
  .ric360-barber-hero__grid, .ric360-barber-card-grid, .ric360-barber-split { grid-template-columns: 1fr; }
  .ric360-barber-nav__list { display: none; }
}
