/* Privacy policy dentro la mini-app */
html.app-embed,
html.app-embed body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  background: #f1f5f9 !important;
  position: relative;
}

html.app-embed *,
html.app-embed *::before,
html.app-embed *::after {
  box-sizing: border-box;
}

html.app-embed .navbar,
html.app-embed #breadcrumb-nav,
html.app-embed footer,
html.app-embed .footer,
html.app-embed .whatsapp-float {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.app-embed main {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

html.app-embed .app-privacy-bar {
  display: flex !important;
  position: relative;
  top: auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  flex-shrink: 0;
}

html.app-embed .hero,
html.app-embed .hero.hero--small2 {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 18px 14px !important;
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%) !important;
  background-image: none !important;
}

html.app-embed .hero__content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.app-embed .hero__content h1 {
  font-size: 1.2rem !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  word-wrap: break-word;
}

html.app-embed .hero__content p {
  font-size: 0.72rem !important;
  margin: 0 0 6px !important;
}

html.app-embed .max-w-4xl {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 10px 10px 28px !important;
}

html.app-embed .max-w-4xl > .bg-white {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 14px;
  padding: 14px 12px 18px !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

html.app-embed .max-w-4xl h2 {
  font-size: 1.1rem !important;
  line-height: 1.35 !important;
  margin-bottom: 14px !important;
}

html.app-embed .max-w-4xl h3 {
  font-size: 1rem !important;
  line-height: 1.35 !important;
  margin-top: 18px !important;
}

html.app-embed .max-w-4xl h4 {
  font-size: 0.92rem !important;
  line-height: 1.35 !important;
}

html.app-embed .max-w-4xl p,
html.app-embed .max-w-4xl li,
html.app-embed .max-w-4xl a,
html.app-embed .max-w-4xl span {
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

html.app-embed .max-w-4xl a.blk {
  display: inline;
}

html.app-embed img {
  max-width: 100%;
  height: auto;
}

.app-privacy-bar {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  z-index: 10;
}

.app-privacy-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  background: #eff6ff;
  color: #1e40af;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
}

.app-privacy-bar__title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
