/*
 * UroWellness — v3 «Terracota editorial»
 * html.uw-skin aumenta especificidad frente a Nicepage.
 * Variables --sv-* heredan a estilos inline (var(--sv-green), etc.)
 */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Mulish:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

html.uw-skin {
  --uw-ink: #292524;
  --uw-ink-mid: #57534e;
  --uw-paper: #f5f0e6;
  --uw-paper-2: #ebe4d6;
  --uw-terracotta: #9a3412;
  --uw-terracotta-bright: #c2410c;
  --uw-amber: #d97706;
  --uw-amber-soft: #fde68a;
  --uw-sage: #78716c;
  --sv-bg: #f3efe6;
  --sv-bg-alt: #ebe4d6;
  --sv-bg-dark: #292524;
  --sv-panel: #fffcf7;
  --sv-green: #7c2d12;
  --sv-green-mid: #9a3412;
  --sv-green-light: #c2410c;
  --sv-gold: #b45309;
  --sv-gold-light: #fbbf24;
  --sv-gold-pale: #fef3c7;
  --sv-text: #292524;
  --sv-text-mid: #57534e;
  --sv-text-light: #78716c;
  --sv-border: #d6d3d1;
  --sv-shadow: rgba(41, 37, 36, 0.12);
  --sv-shadow-gold: rgba(180, 83, 9, 0.25);
  --uw-radius-lg: 18px;
  --uw-radius-xl: 28px;
}

html.uw-skin {
  scroll-behavior: smooth;
}

/* Canvas: papel + manchas suaves (se nota al instante) */
html.uw-skin body.u-body {
  font-family: 'Mulish', 'Segoe UI', system-ui, sans-serif !important;
  color: var(--sv-text) !important;
  background-color: var(--sv-bg) !important;
  background-image:
    radial-gradient(ellipse 90% 50% at 10% -10%, rgba(154, 52, 18, 0.09) 0%, transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 20%, rgba(217, 119, 6, 0.07) 0%, transparent 50%),
    linear-gradient(180deg, #f7f2ea 0%, #f0e9dc 100%) !important;
  background-attachment: fixed !important;
  -webkit-font-smoothing: antialiased;
}

html.uw-skin .u-body h1,
html.uw-skin .u-body h2,
html.uw-skin .u-body h3,
html.uw-skin .u-body h4,
html.uw-skin .u-body h5,
html.uw-skin .u-body h6 {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif !important;
  color: var(--sv-green) !important;
  text-transform: none !important;
  letter-spacing: -0.01em;
  font-weight: 700 !important;
  text-shadow: none !important;
}

html.uw-skin .u-body h1 {
  font-size: 3rem !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
}

html.uw-skin .u-body h2 {
  font-size: 2.15rem !important;
  font-weight: 700 !important;
}

html.uw-skin .u-body h3 {
  font-size: 1.55rem !important;
  font-weight: 600 !important;
}

html.uw-skin .u-body p {
  font-size: 1.07rem !important;
  line-height: 1.8 !important;
  color: var(--sv-text) !important;
}

html.uw-skin .u-body a:not(.u-btn):not(.u-button-style) {
  color: var(--sv-terracotta-bright) !important;
  text-decoration: underline;
  text-decoration-color: rgba(194, 65, 12, 0.45);
  text-underline-offset: 3px;
}

/* Logo: serif oscuro, sin gradiente frío */
html.uw-skin .u-logo.u-logo-text {
  display: inline-block !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 1.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  color: var(--uw-terracotta) !important;
  -webkit-text-fill-color: currentColor !important;
  background: none !important;
  text-decoration: none !important;
  border-bottom: 2px solid var(--uw-amber) !important;
  padding-bottom: 0.15em !important;
  transition: color 0.2s, border-color 0.2s;
}

html.uw-skin .u-logo.u-logo-text:hover {
  color: var(--uw-terracotta-bright) !important;
  border-bottom-color: var(--uw-terracotta-bright) !important;
  filter: none;
  opacity: 1;
}

/* Solo cabecera (no secciones de contenido) */
html.uw-skin .u-header.u-palette-4-light-3,
html.uw-skin .u-header {
  background-color: rgba(255, 252, 247, 0.97) !important;
  color: var(--sv-text) !important;
  border-bottom: 3px solid var(--uw-terracotta) !important;
  box-shadow: 0 10px 40px rgba(41, 37, 36, 0.08) !important;
  backdrop-filter: blur(8px);
}

html.uw-skin .u-palette-4-light-3 .u-nav-link,
html.uw-skin .u-palette-4-light-3 .u-text-grey-90,
html.uw-skin .u-palette-4-light-3 .u-text-palette-1-base {
  color: var(--uw-ink) !important;
  font-family: 'Mulish', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

html.uw-skin .u-palette-4-light-3 .u-nav-link:hover,
html.uw-skin .u-palette-4-light-3 .u-text-hover-grey-90:hover {
  color: var(--uw-terracotta-bright) !important;
}

/* HERO: bloque oscuro cálido (muy distinto al azul anterior) */
html.uw-skin #sec-0611.uw-hero.u-section-1,
html.uw-skin section#sec-0611.uw-hero {
  background:
    linear-gradient(155deg, rgba(28, 25, 23, 0.97) 0%, rgba(68, 64, 60, 0.92) 38%, rgba(124, 45, 18, 0.95) 72%, rgba(180, 83, 9, 0.88) 100%) !important;
  background-color: #292524 !important;
  padding-top: 120px !important;
  padding-bottom: 110px !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

html.uw-skin #sec-0611::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

html.uw-skin #sec-0611::after {
  content: '';
  position: absolute;
  width: min(520px, 95vw);
  height: min(520px, 95vw);
  right: -18%;
  top: -25%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.22) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

html.uw-skin #sec-0611 .u-sheet-1 {
  position: relative;
  z-index: 1;
}

html.uw-skin #sec-0611 h1,
html.uw-skin #sec-0611 .fr-view h1 {
  color: #fafaf9 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: clamp(2.15rem, 5.5vw, 3.4rem) !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.35) !important;
}

html.uw-skin #sec-0611 p,
html.uw-skin #sec-0611 .fr-view p {
  color: rgba(250, 250, 249, 0.92) !important;
  max-width: 38rem;
}

html.uw-skin #sec-0611 .sv-section-label {
  color: var(--uw-amber-soft) !important;
  letter-spacing: 0.22em !important;
  font-family: 'Mulish', sans-serif !important;
  font-size: 0.72rem !important;
}

/* Paneles blancos (no hero) */
html.uw-skin .u-white:not(#sec-0611) {
  background-color: var(--sv-panel) !important;
  color: var(--sv-text) !important;
  border: none !important;
}

html.uw-skin .u-layout-cell.u-white {
  background: linear-gradient(180deg, #fffcf7 0%, #faf7f2 100%) !important;
  box-shadow: 0 12px 36px var(--sv-shadow) !important;
  border-radius: var(--uw-radius-lg) !important;
  border: 1px solid rgba(214, 211, 209, 0.9) !important;
}

html.uw-skin .u-white:not(#sec-0611) .u-text-1,
html.uw-skin .u-white:not(#sec-0611) .u-text-2,
html.uw-skin .u-white:not(#sec-0611) p {
  color: var(--sv-text) !important;
}

html.uw-skin .u-white:not(#sec-0611) h3 {
  color: var(--sv-green) !important;
}

html.uw-skin .u-palette-4-light-3:not(.u-header) {
  background: linear-gradient(180deg, #ebe4d6 0%, #f3efe6 100%) !important;
}

html.uw-skin .u-section-1:not(#sec-0611) {
  background: transparent !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

html.uw-skin .u-section-2,
html.uw-skin .u-section-4,
html.uw-skin .u-section-6,
html.uw-skin .u-section-8 {
  background: linear-gradient(180deg, #f0e9dc 0%, #ebe4d6 100%) !important;
}

html.uw-skin .u-section-3,
html.uw-skin .u-section-5,
html.uw-skin .u-section-7 {
  background-color: #fffcf7 !important;
  box-shadow: inset 0 1px 0 rgba(214, 211, 209, 0.6);
}

html.uw-skin .u-section-2 h3,
html.uw-skin .u-section-4 h3,
html.uw-skin .u-section-6 h3,
html.uw-skin .u-section-2 .u-text-1,
html.uw-skin .u-section-4 .u-text-1,
html.uw-skin .u-section-6 .u-text-1 {
  color: var(--sv-green) !important;
}

html.uw-skin .u-section-1:not(#sec-0611) .u-text-1,
html.uw-skin .u-section-1:not(#sec-0611) p,
html.uw-skin .u-section-2 .u-text-2,
html.uw-skin .u-section-2 .u-text-4,
html.uw-skin .u-section-2 .u-text-6,
html.uw-skin .u-section-2 .u-text-8,
html.uw-skin .u-section-2 .u-text-default,
html.uw-skin .u-section-2 .u-custom-font,
html.uw-skin .u-section-3 .u-text-1,
html.uw-skin .u-section-3 .u-text-2,
html.uw-skin .u-section-4 .u-text-2,
html.uw-skin .u-section-5 .u-text-2,
html.uw-skin .u-section-6 .u-text-2,
html.uw-skin .u-section-7 .u-text-2,
html.uw-skin .u-section-8 .u-text-1,
html.uw-skin .u-section-8 .u-text-2 {
  color: var(--sv-text) !important;
}

html.uw-skin section.u-section-1:not(#sec-0611) h1 {
  color: var(--sv-green) !important;
}

html.uw-skin .u-line-horizontal,
html.uw-skin .u-border-grey-dark-1 {
  border-color: var(--uw-amber) !important;
  opacity: 0.85;
}

html.uw-skin .u-image img {
  border-radius: var(--uw-radius-lg);
  box-shadow: 0 16px 48px rgba(41, 37, 36, 0.14);
  filter: saturate(1.03) contrast(1.02);
}

/* Botones: terracota sólido */
html.uw-skin .u-btn-submit,
html.uw-skin .u-button-style.u-palette-1-dark-3,
html.uw-skin .u-active-palette-1-dark-3,
html.uw-skin .u-hover-palette-1-dark-1 {
  background: var(--uw-terracotta) !important;
  color: #fff !important;
  border: 2px solid var(--uw-terracotta) !important;
  border-radius: 999px !important;
  font-family: 'Mulish', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  font-size: 0.85rem !important;
  padding: 14px 40px !important;
  box-shadow: 0 8px 28px rgba(154, 52, 18, 0.35) !important;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

html.uw-skin .u-btn-submit:hover,
html.uw-skin .u-button-style.u-palette-1-dark-3:hover {
  background: var(--uw-terracotta-bright) !important;
  border-color: var(--uw-terracotta-bright) !important;
  box-shadow: 0 12px 36px rgba(194, 65, 12, 0.4) !important;
  transform: translateY(-2px);
}

html.uw-skin .u-input,
html.uw-skin .u-input-rectangle,
html.uw-skin .u-form-group input,
html.uw-skin .u-form-group textarea {
  background-color: #fffcf7 !important;
  border: 2px solid var(--sv-border) !important;
  border-radius: 12px !important;
  font-family: 'Mulish', sans-serif !important;
}

html.uw-skin .u-input:focus,
html.uw-skin .u-form-group input:focus,
html.uw-skin .u-form-group textarea:focus {
  border-color: var(--uw-terracotta) !important;
  box-shadow: 0 0 0 4px rgba(154, 52, 18, 0.15) !important;
  outline: none;
}

/* Footer: chocolate + ámbar */
html.uw-skin .u-footer.u-grey-90,
html.uw-skin footer.u-footer {
  background: linear-gradient(180deg, #1c1917 0%, #292524 55%, #0c0a09 100%) !important;
  color: #e7e5e4 !important;
  border-top: 4px solid var(--uw-amber) !important;
  box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.25) !important;
}

html.uw-skin .u-footer .u-text-1,
html.uw-skin .u-footer .u-text-2,
html.uw-skin .u-footer .u-text-legal,
html.uw-skin .u-footer p {
  color: #e7e5e4 !important;
}

html.uw-skin .u-footer a,
html.uw-skin .u-grey-90 a {
  color: var(--uw-amber-soft) !important;
}

html.uw-skin .u-footer a:hover {
  color: #fff !important;
}

html.uw-skin .u-sidenav {
  background-color: #fffcf7 !important;
  border-left: 4px solid var(--uw-terracotta) !important;
}

html.uw-skin .fr-view h1,
html.uw-skin .fr-view h2,
html.uw-skin .fr-view h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  color: var(--sv-green) !important;
}

html.uw-skin #sec-0611 .fr-view h1,
html.uw-skin #sec-0611 .fr-view h2,
html.uw-skin #sec-0611 .fr-view h3 {
  color: #fafaf9 !important;
}

/* Bloques .sv-* */
html.uw-skin .sv-benefits {
  background: radial-gradient(ellipse 100% 80% at 50% 0%, rgba(254, 243, 199, 0.5) 0%, transparent 55%), var(--sv-bg);
  padding: 76px 0;
}

html.uw-skin .sv-why {
  background: #fffcf7;
  padding: 76px 0;
  border-top: 1px solid var(--sv-border);
  border-bottom: 1px solid var(--sv-border);
}

html.uw-skin .sv-card {
  background: linear-gradient(165deg, #fffcf7 0%, #faf7f2 100%);
  border: 1px solid var(--sv-border);
  border-radius: var(--uw-radius-xl);
  box-shadow: 0 14px 44px var(--sv-shadow);
  transition: transform 0.25s, box-shadow 0.25s;
}

html.uw-skin .sv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 56px rgba(41, 37, 36, 0.14);
}

html.uw-skin .sv-card-icon {
  background: linear-gradient(145deg, #fef3c7 0%, #fde68a 100%);
  border: 2px solid rgba(180, 83, 9, 0.25);
}

html.uw-skin .sv-card-icon svg {
  fill: var(--uw-terracotta);
}

html.uw-skin .sv-stat-number {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 2.85rem !important;
  color: var(--uw-terracotta) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

html.uw-skin .sv-section-label {
  color: var(--uw-terracotta-bright) !important;
  font-family: 'Mulish', sans-serif !important;
}

html.uw-skin .sv-section-heading h2 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  color: var(--sv-green) !important;
}

html.uw-skin .sv-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  color: var(--uw-terracotta) !important;
}

html.uw-skin .sv-card p {
  color: var(--sv-text-mid) !important;
}

html.uw-skin .sv-stat-label {
  font-family: 'Mulish', sans-serif !important;
  color: var(--sv-text-mid) !important;
}

html.uw-skin .sv-grid-3,
html.uw-skin .sv-grid-4 {
  display: grid;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

html.uw-skin .sv-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

html.uw-skin .sv-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

html.uw-skin .u-footer .u-text-palette-1-light-3 {
  color: var(--uw-amber-soft) !important;
}

@media (max-width: 900px) {
  html.uw-skin .sv-grid-3,
  html.uw-skin .sv-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  html.uw-skin .u-body h1 {
    font-size: 2.15rem !important;
  }
  html.uw-skin #sec-0611.uw-hero {
    padding-top: 88px !important;
    padding-bottom: 80px !important;
  }
  html.uw-skin .sv-grid-3,
  html.uw-skin .sv-grid-4 {
    grid-template-columns: 1fr;
  }
}
