.recomiendu-app-card {
  --rc-coral: #e95d4f;
  --rc-coral-dark: #c9483d;
  --rc-yellow: #ffd45a;
  --rc-cream: #fff8ef;
  --rc-soft: #fff1e8;
  --rc-ink: #2b211f;
  --rc-muted: #746b66;
  --rc-line: #f1d8cd;
  --rc-green: #18a05f;
  --rc-red: #d94338;
  position: relative;
  margin: 0 calc(50% - 50vw) 38px;
  padding: 24px max(16px, calc(50vw - 420px)) 106px;
  color: var(--rc-ink);
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 212, 90, .28), transparent 34%),
    linear-gradient(180deg, #fff7ee 0%, #ffe9df 48%, #fffaf4 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.recomiendu-app-card * { box-sizing: border-box; }
.recomiendu-app-hero {
  display: grid;
  justify-items: center;
  max-width: 780px;
  margin: 0 auto 18px;
  padding: 26px 18px 22px;
  border: 1px solid rgba(233, 93, 79, .18);
  border-radius: 30px;
  background: linear-gradient(180deg, #fffdf9, #fff4ec);
  box-shadow: 0 18px 48px rgba(116, 55, 35, .12);
  text-align: center;
}
.recomiendu-verified {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 16px;
  padding: 9px 18px;
  border: 1px solid #f0d8cf;
  border-radius: 999px;
  background: #fff;
  color: var(--rc-ink);
  font-size: clamp(13px, 2.8vw, 17px);
  font-weight: 850;
}
.recomiendu-verified span {
  display: grid;
  width: 24px;
  height: 24px;
  color: #fff;
  border-radius: 50%;
  background: var(--rc-coral);
  place-items: center;
  font-size: 14px;
}
.recomiendu-app-hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--rc-ink);
  font-size: clamp(29px, 6.2vw, 48px);
  line-height: 1.02;
  letter-spacing: -1.4px;
  font-weight: 930;
}
.recomiendu-hero-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 18px 0;
}
.recomiendu-hero-socials a {
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid #f0d8cf;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(116, 55, 35, .08);
  place-items: center;
  color: var(--rc-coral);
  text-decoration: none;
}
.recomiendu-hero-socials svg,
.recomiendu-socials svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.recomiendu-hero-socials .is-instagram { color: #d93c7d; }
.recomiendu-hero-socials .is-facebook { color: #1877f2; }
.recomiendu-hero-socials .is-tiktok { color: #111; }
.recomiendu-hero-location {
  margin: 0 0 18px;
  color: var(--rc-muted);
  font-size: clamp(17px, 4vw, 25px);
  font-weight: 780;
  line-height: 1.2;
}
.recomiendu-status-card {
  width: min(100%, 640px);
  padding: 10px 14px;
  border: 1px solid rgba(233, 93, 79, .2);
  border-radius: 999px;
  background: #fff;
}
.recomiendu-status {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  width: 100%;
  color: var(--rc-green);
  border-radius: 999px;
  font-size: clamp(14px, 3.3vw, 19px);
  font-weight: 900;
}
.recomiendu-status::before {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0 currentColor;
  content: "";
  animation: recomiendu-pulse 1.35s infinite;
}
.recomiendu-status.is-closed { color: var(--rc-red); }
@keyframes recomiendu-pulse {
  70% { box-shadow: 0 0 0 9px rgba(24,160,95,0); }
  100% { box-shadow: 0 0 0 0 rgba(24,160,95,0); }
}
.recomiendu-app-section {
  max-width: 780px;
  margin: 16px auto;
  padding: clamp(20px, 4.8vw, 30px);
  border: 1px solid rgba(233, 93, 79, .16);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 42px rgba(116, 55, 35, .08);
}
.recomiendu-app-section h2 {
  margin: 0 0 16px;
  color: var(--rc-ink);
  font-size: clamp(25px, 5.4vw, 36px);
  line-height: 1.05;
  letter-spacing: -.9px;
  font-weight: 930;
}
.recomiendu-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.recomiendu-section-title h2 { margin: 0; }
.recomiendu-section-title span {
  color: var(--rc-muted);
  font-size: clamp(13px, 3vw, 18px);
  font-weight: 800;
}
.recomiendu-description {
  margin: 0;
  color: var(--rc-muted);
  font-size: clamp(17px, 4vw, 23px);
  line-height: 1.5;
  letter-spacing: -.2px;
}
.recomiendu-floating-actions {
  position: fixed;
  right: max(12px, calc(50vw - 420px));
  bottom: 10px;
  left: max(12px, calc(50vw - 420px));
  z-index: 9998;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 840px;
  margin: auto;
  padding: 10px;
  border: 1px solid rgba(233, 93, 79, .18);
  border-radius: 22px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 -8px 28px rgba(116, 55, 35, .14);
  backdrop-filter: blur(16px);
}
.recomiendu-floating-actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  border-radius: 17px;
  font-size: clamp(16px, 3.8vw, 22px);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.recomiendu-floating-actions .is-whatsapp { color: var(--rc-ink); background: var(--rc-yellow); }
.recomiendu-floating-actions .is-call { color: #fff; background: var(--rc-coral); }
.recomiendu-photo-rail {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.recomiendu-photo-rail::-webkit-scrollbar { display: none; }
.recomiendu-photo-rail figure {
  position: relative;
  flex: 0 0 82%;
  height: clamp(220px, 54vw, 360px);
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #f4eee9;
  scroll-snap-align: center;
}
.recomiendu-photo-rail figure::before,
.recomiendu-photo-rail figure::after {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.88);
  place-items: center;
  color: var(--rc-ink);
  font-size: 28px;
  font-weight: 900;
  transform: translateY(-50%);
}
.recomiendu-photo-rail figure::before { left: 14px; content: "‹"; }
.recomiendu-photo-rail figure::after { right: 14px; content: "›"; }
.recomiendu-photo-rail img,
.recomiendu-menu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recomiendu-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.recomiendu-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #dfcfc7;
}
.recomiendu-dots .is-active {
  width: 38px;
  background: var(--rc-coral);
}
.recomiendu-location-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 220px;
  gap: 14px 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--rc-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fffaf6);
}
.recomiendu-location-icon {
  display: grid;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: var(--rc-soft);
  place-items: center;
  color: var(--rc-coral);
}
.recomiendu-location-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.recomiendu-location-card strong {
  display: block;
  color: var(--rc-ink);
  font-size: clamp(15px, 2.1vw, 18px);
  font-weight: 920;
  line-height: 1.16;
}
.recomiendu-address {
  margin: 4px 0 12px;
  color: var(--rc-muted);
  font-size: clamp(13px, 1.9vw, 15px);
  font-weight: 760;
  line-height: 1.28;
}
.recomiendu-map-wrap {
  overflow: hidden;
  border: 1px solid #f0d8cf;
  border-radius: 16px;
  background: #f4eee9;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}
.recomiendu-map,
.recomiendu-app-section iframe {
  display: block;
  width: 100%;
  min-height: 130px;
  height: 130px;
  border: 0;
  border-radius: 0;
  background: #f4eee9;
}
.recomiendu-action-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.recomiendu-action-grid a,
.recomiendu-socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #f0d8cf;
  border-radius: 14px;
  background: #fff;
  color: var(--rc-coral);
  text-decoration: none;
  font-size: clamp(13px, 2.7vw, 15px);
  font-weight: 900;
}
.recomiendu-action-grid a {
  border-color: #cfe5fb;
  background: #f7fbff;
  color: #0b75d1;
}
.recomiendu-action-grid .is-maps span {
  display: grid;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border-radius: 50%;
  background: conic-gradient(#4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0);
  place-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.recomiendu-action-grid .is-waze svg {
  width: 19px;
  height: 19px;
  margin-right: 7px;
  fill: currentColor;
}
.recomiendu-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.recomiendu-socials a { gap: 8px; }
.recomiendu-socials .is-instagram { color: #c13584; }
.recomiendu-socials .is-facebook { color: #1877f2; }
.recomiendu-socials .is-tiktok { color: #111; }
.recomiendu-menu-list {
  display: grid;
  gap: 12px;
}
.recomiendu-menu-item {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--rc-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fffaf6);
}
.recomiendu-menu-item img {
  width: 74px;
  height: 74px;
  border-radius: 15px;
  background: #f4eee9;
}
.recomiendu-menu-item h3 {
  margin: 0 0 4px;
  color: var(--rc-ink);
  font-size: clamp(16px, 3.8vw, 22px);
  font-weight: 920;
  line-height: 1.1;
}
.recomiendu-menu-item p {
  margin: 0;
  color: var(--rc-muted);
  font-size: clamp(13px, 3vw, 16px);
  line-height: 1.32;
  font-weight: 650;
}
.recomiendu-menu-item strong {
  padding: 8px 13px;
  color: var(--rc-ink);
  border: 1px solid #f0d8cf;
  border-radius: 999px;
  background: #fff2de;
  font-size: clamp(15px, 3.5vw, 19px);
  font-weight: 920;
  white-space: nowrap;
}
.recomiendu-service-grid {
  display: grid;
  gap: 11px;
}
.recomiendu-service-grid span {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 68px;
  padding: 12px 15px;
  border: 1px solid var(--rc-line);
  border-radius: 17px;
  background: linear-gradient(180deg, #fff, #fffaf6);
  color: var(--rc-ink);
  font-size: clamp(15px, 3.6vw, 20px);
  font-weight: 850;
}
.recomiendu-service-grid b {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--rc-coral);
  place-items: center;
  color: #fff;
}
.recomiendu-service-grid svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.recomiendu-hours {
  display: grid;
  gap: 9px;
}
.recomiendu-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 15px;
  color: var(--rc-ink);
  border: 1px solid var(--rc-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #fffaf6);
  font-size: clamp(14px, 3.4vw, 18px);
  font-weight: 750;
}
.recomiendu-hours-row.is-today {
  border-color: rgba(233, 93, 79, .36);
  background: #fff2de;
  font-weight: 900;
}
@media (max-width: 720px) {
  .recomiendu-app-card { padding-top: 18px; }
  .recomiendu-app-hero { border-radius: 25px; }
  .recomiendu-location-card { grid-template-columns: 44px 1fr; padding: 15px; }
  .recomiendu-location-icon { width: 40px; height: 40px; border-radius: 14px; }
  .recomiendu-map-wrap { grid-column: 1 / -1; }
  .recomiendu-map,
  .recomiendu-app-section iframe { height: 190px; min-height: 190px; }
  .recomiendu-menu-item { grid-template-columns: 64px 1fr; }
  .recomiendu-menu-item img { width: 64px; height: 64px; }
  .recomiendu-menu-item strong { grid-column: 2; width: max-content; }
}
