﻿:root {
  --fho-primary: #0d87e4;
  --fho-primary-dark: #0a6cb5;
  --fho-primary-ink: #074a7f;
  --fho-accent: #25d366;
  --fho-accent-soft: #dff7ea;
  --fho-bg: #f4f8fc;
  --fho-card: #ffffff;
  --fho-text: #183246;
  --fho-muted: #5d6c79;
  --fho-border: #d8e6f3;
  --fho-shadow: 0 14px 34px rgba(7, 74, 127, 0.14);
  --fho-danger: #b42318;
  --fho-success: #137333;
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", "Segoe UI", Arial, sans-serif;
  color: var(--fho-text);
  background:
    radial-gradient(circle at 12% -8%, #dbeeff 0%, transparent 42%),
    radial-gradient(circle at 88% 4%, #e8f6ff 0%, transparent 36%),
    var(--fho-bg);
}

body.fho-no-scroll {
  overflow: hidden;
}

a {
  color: var(--fho-primary-dark);
  text-decoration: none;
}

a:hover { text-decoration: underline; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 8px 12px;
  background: #000;
  color: #fff;
}



.services-fixed-chrome {
  position: sticky;
  top: 0;
  z-index: 3200;
  background: #2E8BCA;
  box-shadow: 0 8px 18px rgba(8, 49, 82, 0.24);
}

.services-fixed-chrome .topbar,
.services-fixed-chrome .site-header {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .services-fixed-chrome {
    box-shadow: 0 6px 14px rgba(8, 49, 82, 0.2);
  }
}
.topbar {
  background: #2E8BCA;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.topbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.topbar-contact {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
}

.topbar-contact a {
  color: #fff;
  font-weight: 700;
}

.topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

.topbar-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1;
  background: transparent;
  text-decoration: none;
}

.topbar-login:hover,
.topbar-login:focus-visible {
  background: #F48634;
  border-color: #F48634;
  color: #fff;
  text-decoration: none;
}

.topbar-social {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F48634;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.topbar-social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.topbar-social:hover,
.topbar-social:focus-visible {
  background: rgba(244, 134, 52, 0.18);
  color: #F48634;
  text-decoration: none;
}

.site-header {
  background: #2E8BCA;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 12px 14px;
}

.brand img {
  display: block;
  width: min(260px, 100%);
  max-width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.main-nav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.main-nav-toggle:hover,
.main-nav-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.main-nav-toggle-icon {
  width: 16px;
  height: 12px;
  display: inline-block;
  background:
    linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
}

.main-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: var(--fho-menu-btn-pad-y, 10px) var(--fho-menu-btn-pad-x, 14px);
  min-height: var(--fho-menu-btn-min-h, 42px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-weight: 700;
  font-size: var(--fho-menu-btn-font, 0.92rem);
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.main-nav-link .nav-icon {
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0.95rem;
}

.main-nav-link[aria-current="page"] {
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.36) 0%, rgba(244, 134, 52, 0.95) 100%);
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
}

.main-nav-link:hover,
.main-nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}

.session-banner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px 10px;
}

.session-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--fho-border);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(7, 74, 127, 0.08);
  padding: 12px 16px;
}

.session-ident {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
}

.session-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.8rem;
  font-weight: 700;
}

.session-pill.is-admin {
  background: #e6f2ff;
  color: #0a5e9e;
}

.session-pill.is-buyer {
  background: #e8f9ed;
  color: #0e6d34;
}

.session-pill.is-guest {
  background: #eef4fa;
  color: #35536e;
}

.session-role {
  color: var(--fho-muted);
}

.session-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.session-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--fho-primary);
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 700;
  text-decoration: none;
}

.session-btn:hover {
  background: var(--fho-primary-dark);
  text-decoration: none;
}

.session-link {
  color: var(--fho-primary-dark);
  font-weight: 700;
}

.services-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 24px 156px;
}

.hero {
  position: relative;
  background: linear-gradient(122deg, #ffffff 0%, #e4f2ff 62%, #d8ecff 100%);
  border: 1px solid var(--fho-border);
  border-radius: 22px;
  padding: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: var(--fho-shadow);
}

.hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(13, 135, 228, 0.25) 0%, rgba(13, 135, 228, 0) 70%);
  pointer-events: none;
}

.breadcrumb {
  margin: 0 0 8px;
  font-size: 0.92rem;
  color: var(--fho-muted);
}

.hero h1 {
  margin: 0;
  font-size: clamp(1.65rem, 2.7vw, 2.6rem);
  line-height: 1.08;
  max-width: 16ch;
  letter-spacing: -0.02em;
}

.hero p {
  margin: 10px 0 0;
  max-width: 760px;
  line-height: 1.45;
}

.hero-copy {
  font-size: 1.03rem;
  color: #234966;
}

.hero-actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-strong {
  padding: 12px 18px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(13, 135, 228, 0.28);
}

.hero-link {
  font-weight: 700;
  color: var(--fho-primary-ink);
}

.hero-trust {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--fho-muted);
}

.hero-trust li {
  margin: 4px 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 16px;
  align-items: stretch;
}

.hero-main {
  min-width: 0;
}

.hero-intel {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(155deg, #0d87e4 0%, #0a6cb5 82%);
  color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 14px 28px rgba(7, 74, 127, 0.26);
}

.intel-label {
  margin: 0;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

.hero-kpis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.kpi-card {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 10px;
}

.kpi-value {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.kpi-label {
  margin: 4px 0 0;
  font-size: 0.8rem;
  opacity: 0.9;
}

.hero-highlight {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(7, 53, 91, 0.22);
  padding: 10px 11px;
}

.hero-highlight-title {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  opacity: 0.88;
}

.hero-highlight-name {
  margin: 6px 0 0;
  font-size: 1.04rem;
  font-weight: 700;
}

.hero-highlight-meta {
  margin: 6px 0 0;
  font-size: 0.85rem;
  opacity: 0.92;
}

.intel-updated {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.88;
}

.scenario-strip {
  margin-top: 16px;
  margin-bottom: 18px;
  border: 1px solid var(--fho-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
  padding: 14px;
  box-shadow: 0 8px 18px rgba(10, 63, 109, 0.08);
}

.scenario-strip-head h2 {
  margin: 0;
  font-size: 1.06rem;
}

.scenario-strip-head p {
  margin: 6px 0 0;
  color: var(--fho-muted);
}

.scenario-row {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.scenario-chip {
  border: 1px solid #c7def2;
  border-radius: 999px;
  background: #fff;
  color: #255173;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 8px 12px;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.scenario-chip:hover {
  transform: translateY(-1px);
  border-color: #9cc9ee;
  background: #f1f8ff;
}

.scenario-chip.is-active {
  background: linear-gradient(180deg, #0f8ae6 0%, #0a6cb5 100%);
  border-color: #0a6cb5;
  color: #fff;
}

.scenario-context {
  margin-top: 12px;
  border: 1px solid #d3e8f9;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
}

.scenario-title {
  margin: 0;
  font-size: 0.93rem;
  font-weight: 800;
  color: #174062;
}

.scenario-description {
  margin: 6px 0 0;
  color: var(--fho-muted);
  font-size: 0.9rem;
}

.operations-proof {
  margin: 0 0 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 12px;
}

.proof-card {
  border: 1px solid var(--fho-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
  padding: 14px;
  box-shadow: 0 8px 18px rgba(10, 63, 109, 0.08);
}

.proof-kicker {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #3e6d8f;
  font-weight: 700;
}

.proof-card h2 {
  margin: 6px 0 0;
  font-size: 1.2rem;
}

.proof-copy {
  margin: 8px 0 0;
  color: var(--fho-muted);
}

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

.proof-metric {
  border: 1px solid #d0e6f8;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
}

.proof-value {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #174062;
}

.proof-label {
  margin: 4px 0 0;
  color: var(--fho-muted);
  font-size: 0.82rem;
}

.proof-side {
  border: 1px solid var(--fho-border);
  border-radius: 16px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 8px 18px rgba(10, 63, 109, 0.08);
}

.proof-side h3 {
  margin: 0;
  font-size: 1.02rem;
}

.auto-reco-list {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--fho-muted);
}

.auto-reco-list li {
  margin: 7px 0;
}

.catalog-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "content";
  gap: 20px;
  align-items: start;
}

.catalog-content {
  grid-area: content;
  min-width: 0;
}

.filters {
  grid-area: filters;
  order: 0;
  position: sticky;
  top: 14px;
  border: 1px solid var(--fho-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  padding: 18px;
  box-shadow: 0 10px 24px rgba(10, 63, 109, 0.09);
}

.catalog-content {
  order: 1;
}

.filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.filters-close {
  display: none;
  border: 0;
  background: transparent;
  color: var(--fho-primary-dark);
  font-weight: 700;
  cursor: pointer;
}

.mobile-filters-open {
  display: none;
  grid-column: 1 / -1;
}

.mobile-filters-backdrop {
  display: none;
  grid-column: 1 / -1;
}

.filters h2 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.filter-group {
  margin-bottom: 14px;
  border: 0;
  padding: 0;
}

.filter-group legend,
.filter-group label {
  color: var(--fho-text);
  font-size: 0.94rem;
}

.filter-group legend {
  font-weight: 700;
  margin-bottom: 8px;
}

.filter-group label {
  display: block;
  margin: 7px 0;
}

.filter-group input[type="search"],
.filter-group input[type="number"],
.filter-group select,
#sortSelect {
  width: 100%;
  border: 1px solid var(--fho-border);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}

.price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--fho-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  padding: 14px 16px;
  margin-bottom: 14px;
  box-shadow: 0 8px 20px rgba(10, 63, 109, 0.08);
}

.result-count {
  margin: 0;
  color: var(--fho-muted);
  font-weight: 700;
}

.sort-label {
  color: var(--fho-muted);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  border: 1px solid #cfe3f5;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 22px rgba(13, 135, 228, 0.1);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: #9bc9ef;
  box-shadow: 0 18px 32px rgba(10, 107, 181, 0.18);
}

.service-card.service-card-enter {
  animation: card-enter 0.48s ease both;
  animation-delay: calc(var(--card-index, 0) * 42ms);
}

@keyframes card-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-card img {
  width: 100%;
  height: clamp(122px, 11vw, 148px);
  object-fit: contain;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 6px 8px 0;
  display: block;
}

.service-card-body {
  padding: 15px;
}

.pill {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--fho-primary-dark);
  background: #e8f3fd;
  border-radius: 999px;
  padding: 6px 10px;
}

.service-badges {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.badge-popular {
  background: #ffe7c2;
  color: #8a5600;
}

.badge-available {
  background: #dff5e7;
  color: #0f7b3a;
}

.badge-business {
  background: #e6f0ff;
  color: #225ea9;
}

.service-card h3 {
  margin: 10px 0 8px;
  font-size: 1.17rem;
  line-height: 1.3;
}

.service-card p {
  margin: 0;
  line-height: 1.45;
}

.service-signal {
  margin-top: 8px !important;
  font-size: 0.84rem;
  color: #2b5577;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.service-fit {
  font-weight: 700;
}

.fit-high {
  color: #0f7b3a;
}

.fit-medium {
  color: #8a5600;
}

.fit-base {
  color: #225ea9;
}

.service-meta {
  margin-top: 8px;
  color: var(--fho-muted);
  font-size: 0.9rem;
}

.availability {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.availability-inmediata {
  background: #dff5e7;
  color: #0f7b3a;
}

.availability-programada {
  background: #fff0d8;
  color: #9b5f00;
}

.trust-list {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--fho-muted);
  font-size: 0.86rem;
}

.trust-list li {
  margin: 3px 0;
}

.price {
  margin-top: 10px;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--fho-primary-dark);
}

.card-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.card-actions .btn {
  flex: 1 1 42%;
  min-width: 132px;
}

.btn {
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 10px 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

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

.btn-primary:hover { background: var(--fho-primary-dark); }

.btn-secondary {
  color: var(--fho-primary-dark);
  background: #e8f3fd;
}

.btn-secondary:hover { background: #d9ecff; }

.btn-tertiary {
  color: var(--fho-muted);
  background: #eef2f6;
}

.btn-tertiary.is-active {
  color: var(--fho-primary-dark);
  background: #dceeff;
}

.empty-state {
  margin: 16px 0 0;
  padding: 18px;
  border: 1px dashed #a7cbee;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
  color: var(--fho-muted);
}

.quick-category-row {
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-chip {
  border: 1px solid #c7def2;
  border-radius: 999px;
  background: #fff;
  color: #255173;
  font-size: 0.87rem;
  font-weight: 700;
  padding: 8px 12px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.quick-chip:hover {
  transform: translateY(-1px);
  border-color: #9cc9ee;
  background: #f1f8ff;
}

.quick-chip.is-active {
  background: linear-gradient(180deg, #0f8ae6 0%, #0a6cb5 100%);
  border-color: #0a6cb5;
  color: #fff;
}

.scenario-top-panel {
  margin: 0 0 14px;
  border: 1px solid var(--fho-border);
  border-radius: 14px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 8px 18px rgba(10, 63, 109, 0.08);
}

.scenario-top-head h3 {
  margin: 0;
  font-size: 1.03rem;
}

.scenario-top-head p {
  margin: 6px 0 0;
  color: var(--fho-muted);
  font-size: 0.9rem;
}

.scenario-top-cards {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.scenario-top-card {
  border: 1px solid #cee3f5;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  padding: 10px;
}

.scenario-top-card h4 {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.25;
}

.scenario-top-card p {
  margin: 6px 0 0;
  color: var(--fho-muted);
  font-size: 0.86rem;
}

.scenario-top-card .btn {
  margin-top: 8px;
  width: 100%;
}

.compare-panel {
  margin-top: 20px;
  border: 1px solid var(--fho-border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}

.recent-panel {
  margin-top: 20px;
  border: 1px solid var(--fho-border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 10px 22px rgba(10, 63, 109, 0.08);
}

.recent-panel[hidden] {
  display: none !important;
}

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

.recent-card {
  border: 1px solid var(--fho-border);
  border-radius: 12px;
  background: #fbfdff;
  padding: 12px;
}

.recent-card h3 {
  margin: 0;
  font-size: 1rem;
}

.recent-card p {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: var(--fho-muted);
}

.recent-card .btn {
  margin-top: 10px;
  width: 100%;
}

.compare-panel[hidden] {
  display: none !important;
}

.compare-head h2 {
  margin: 0;
  font-size: 1.3rem;
}

.compare-head p {
  margin: 8px 0 0;
  color: var(--fho-muted);
}

.compare-cards {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.compare-card {
  border: 1px solid var(--fho-border);
  border-radius: 12px;
  background: #fbfdff;
  padding: 12px;
}

.compare-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.compare-card p {
  margin: 5px 0;
  color: var(--fho-muted);
}

.compare-card .btn {
  margin-top: 10px;
  width: 100%;
}

.quote-panel {
  margin-top: 20px;
  border: 1px solid var(--fho-border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}

.quote-panel h2 {
  margin: 0;
  font-size: 1.45rem;
}

.quote-panel p {
  margin: 8px 0 0;
  color: var(--fho-muted);
}

.quote-live-summary {
  margin-top: 12px;
  border: 1px solid #d2e6f8;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  padding: 10px 12px;
}

.quote-progress-track {
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: #e8f2fb;
  overflow: hidden;
}

.quote-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f8ae6 0%, #0a6cb5 100%);
  transition: width 0.22s ease;
}

.quote-summary-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.quote-summary-item {
  border: 1px solid #d6e8f8;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
}

.quote-summary-label {
  margin: 0;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #557793;
}

.quote-summary-value {
  margin: 6px 0 0;
  font-weight: 700;
  font-size: 0.9rem;
  color: #1e405c;
}

.faq-controls {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fho-muted);
}

.faq-controls select {
  border: 1px solid var(--fho-border);
  border-radius: 10px;
  padding: 8px 10px;
  font: inherit;
}

.faq-list {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.faq-item {
  border: 1px solid var(--fho-border);
  border-radius: 10px;
  background: #fbfdff;
  padding: 10px 12px;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--fho-text);
}

.faq-item p {
  margin: 8px 0 0;
}

.reservation-panel {
  border-color: #c9e3ff;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.stepper {
  margin: 14px 0;
  padding-left: 18px;
  color: var(--fho-muted);
}

.stepper li {
  margin: 4px 0;
}

.stepper li.is-active {
  color: var(--fho-primary-dark);
  font-weight: 700;
}

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

.form-grid label {
  display: block;
  font-size: 0.92rem;
  color: var(--fho-text);
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid var(--fho-border);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}

.form-grid textarea {
  resize: vertical;
  min-height: 110px;
}

.form-grid .full-width {
  grid-column: 1 / -1;
}

.form-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quote-status {
  margin: 10px 0 0;
  font-size: 0.92rem;
  min-height: 20px;
}

.quote-status.is-error {
  color: var(--fho-danger);
}

.quote-status.is-success {
  color: var(--fho-success);
}

.auth-note {
  margin: 0;
  padding: 8px 10px;
  border: 1px dashed #c9ddf1;
  border-radius: 10px;
  background: #f7fbff;
  color: #44657f;
  font-size: 0.85rem;
  font-weight: 600;
}

.auth-gate-card {
  margin: 0 0 12px;
  border: 1px solid #ffd8b5;
  border-radius: 12px;
  background: #fff7ef;
  color: #7a4a1d;
  padding: 12px;
}

.auth-gate-card p {
  margin: 0;
}

.auth-gate-actions {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

.workflow-column {
  border: 1px solid var(--fho-border);
  border-radius: 12px;
  background: #fbfdff;
  padding: 12px;
}

.workflow-column h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.workflow-list {
  display: grid;
  gap: 8px;
}

.workflow-item {
  border: 1px solid #d8e8f6;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.workflow-item h4 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.workflow-item p {
  margin: 4px 0;
  color: #325a7a;
  font-size: 0.9rem;
}

.workflow-item .badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 4px 8px;
  margin-right: 6px;
}

.badge-info {
  background: #e8f3fd;
  color: #0a5f9f;
}

.badge-warning {
  background: #ffe9ce;
  color: #8a5600;
}

.badge-success {
  background: #dff5e7;
  color: #0f7b3a;
}

.badge-danger {
  background: #ffe0e0;
  color: #8d1f1f;
}

.workflow-actions {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.notifications-panel {
  border-color: #cce4fa;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.notifications-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.notifications-head h2 {
  margin: 0;
}

.notifications-head p {
  margin: 6px 0 0;
}

.notifications-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.notifications-list {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.notification-item {
  border: 1px solid #d5e7f7;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.notification-item.is-unread {
  border-color: #9fcdf0;
  box-shadow: 0 6px 16px rgba(13, 135, 228, 0.14);
}

.notification-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.notification-title {
  margin: 0;
  font-size: 0.98rem;
}

.notification-meta {
  margin: 6px 0 0;
  color: #4f6d86;
  font-size: 0.83rem;
}

.notification-message {
  margin: 8px 0 0;
  color: #27455f;
  font-size: 0.9rem;
  line-height: 1.35;
}

.notification-actions {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.notification-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.notification-priority-alta {
  background: #ffe0e0;
  color: #8d1f1f;
}

.notification-priority-media {
  background: #fff0d8;
  color: #9b5f00;
}

.notification-priority-baja {
  background: #e6f0ff;
  color: #225ea9;
}

.is-hidden {
  display: none;
}

.confirmation-card {
  margin-top: 14px;
  border: 1px solid #b9dcff;
  border-radius: 12px;
  background: #f3f9ff;
  padding: 14px;
}

.confirmation-card h3 {
  margin: 0;
}

.confirmation-card p {
  margin-top: 8px;
}

.confirmation-card ol {
  margin: 10px 0;
  padding-left: 18px;
  color: var(--fho-muted);
}

.admin-panel {
  margin-top: 20px;
  border: 1px solid var(--fho-border);
  border-radius: 16px;
  background: #fff;
  padding: 20px;
}

.admin-panel h2 {
  margin: 0;
  font-size: 1.45rem;
}

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

.admin-form {
  border: 1px solid var(--fho-border);
  border-radius: 12px;
  padding: 14px;
  background: #fbfdff;
}

.admin-form h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--fho-border);
  padding: 24px;
}

.footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.footer-grid h3 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.footer-grid p {
  margin: 6px 0;
  color: var(--fho-muted);
}

.copyright {
  max-width: 1240px;
  margin: 16px auto 0;
  color: #8092a3;
  font-size: 0.9rem;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 84px;
  z-index: 2147483001;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 12px 14px;
  background: var(--fho-accent);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
}

.floating-whatsapp:hover {
  text-decoration: none;
  color: #fff;
  background: #1ea952;
}

.sticky-service-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147482998;
  padding: 10px 18px;
  background: rgba(7, 32, 53, 0.92);
  backdrop-filter: blur(6px);
}

.sticky-service-bar[hidden] {
  display: none !important;
}

.sticky-service-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sticky-service-copy {
  min-width: 0;
}

.sticky-service-label {
  margin: 0;
  color: #9ec8ea;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sticky-service-name {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-service-meta {
  margin: 4px 0 0;
  color: #c6dff2;
  font-size: 0.86rem;
}

.sticky-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wa-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.wa-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 150px;
  z-index: 2147482999;
  border: 0;
  border-radius: 999px;
  padding: 9px 14px;
  background: rgba(8, 63, 107, 0.88);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(8, 63, 107, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .catalog-shell { grid-template-columns: 1fr; }

  .operations-proof {
    grid-template-columns: 1fr;
  }

  .proof-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 22ch;
  }

  .mobile-filters-open {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 8px;
  }

  .mobile-filters-backdrop {
    display: none !important;
  }

  .filters {
    position: static;
    width: 100%;
    max-width: none;
    max-height: 0;
    margin-bottom: 0;
    padding: 0 14px;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.26s ease, padding 0.2s ease, opacity 0.2s ease, margin 0.2s ease;
    box-shadow: none;
  }

  .filters.is-open {
    max-height: 2600px;
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid var(--fho-border);
    opacity: 1;
  }

  .filters-close {
    display: none;
  }

  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scenario-top-cards { grid-template-columns: 1fr; }
  .compare-cards { grid-template-columns: 1fr; }
  .recent-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .admin-grid { grid-template-columns: 1fr; }
  .workflow-columns { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .session-banner {
    padding: 0 14px 10px;
  }

  .session-panel {
    padding: 10px 12px;
  }

  .topbar {
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .hero { padding: 18px; }
  .hero-intel { padding: 14px; }
  .hero-kpis { gap: 7px; }
  .kpi-value { font-size: 1.2rem; }

  .service-card img {
    height: 136px;
  }

  .service-grid { grid-template-columns: 1fr; }

  .quick-category-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .scenario-row {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .scenario-chip {
    flex: 0 0 auto;
  }

  .proof-metrics {
    grid-template-columns: 1fr;
  }

  .quote-summary-grid {
    grid-template-columns: 1fr;
  }

  .quick-chip {
    flex: 0 0 auto;
  }

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

  .floating-whatsapp {
    right: 12px;
    bottom: 84px;
  }

  .back-to-top {
    right: 12px;
    bottom: 146px;
  }

  .sticky-service-bar {
    padding: 10px 12px;
  }

  .sticky-service-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .sticky-service-name {
    white-space: normal;
  }

  .sticky-service-actions {
    width: 100%;
  }

  .sticky-service-actions .btn {
    flex: 1 1 48%;
  }

  .wa-label { display: none; }

  .session-ident {
    font-size: 0.88rem;
  }

  .session-actions {
    width: 100%;
  }

  .session-btn,
  .session-link {
    width: 100%;
    text-align: center;
  }
}


@media (max-width: 768px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 14px;
  }

  .topbar-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .site-header-inner {
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 14px 14px;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 921px) {
  .site-header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .main-nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  body.services-mobile-nav-ready .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
  }

  body.services-mobile-nav-ready.services-menu-open .main-nav {
    display: flex;
  }

  .main-nav-link {
    width: 100%;
    justify-content: flex-start;
  }

  .topbar-login {
    min-height: 36px;
    padding: 7px 14px;
    font-size: 0.98rem;
  }

  .topbar-social {
    width: 30px;
    height: 30px;
  }

  .topbar-social svg {
    width: 18px;
    height: 18px;
  }
}


