/* =========================================================================
   Tam Tam Percusión — Ficha de equipo / experto (.ttp-experto)
   Diseño portado de la maqueta Lovable (Tailwind) a CSS plano y scopeado.
   Todo cuelga de .ttp-experto para no interferir con el tema.
   Iconos por CSS (mask) para que el contenido CMS no lleve <svg> (HTMLPurifier).
   ========================================================================= */

.ttp-experto {
  --ttp-brand: #ee630e;
  --ttp-brand-fg: #ffffff;
  --ttp-bg: #ffffff;
  --ttp-fg: #111111;
  --ttp-secondary: #f1f1f1;
  --ttp-muted-fg: #737373;
  --ttp-border: #e5e5e5;
  --ttp-footer: #a7a7a7;
  --ttp-black: #111111;
  --ttp-brand-05: rgba(238, 99, 14, 0.05);
  --ttp-brand-10: rgba(238, 99, 14, 0.10);
  --ttp-brand-20: rgba(238, 99, 14, 0.20);

  font-family: "Source Sans 3", "Source Sans Pro", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ttp-fg);
  background: var(--ttp-bg);
}

.ttp-experto *,
.ttp-experto *::before,
.ttp-experto *::after { box-sizing: border-box; }

.ttp-experto h1,
.ttp-experto h2,
.ttp-experto h3,
.ttp-experto h4 {
  font-family: "Open Sans", system-ui, sans-serif;
  font-weight: 600;
  margin: 0;
  color: var(--ttp-fg);
  line-height: 1.2;
}
.ttp-experto h1 { font-weight: 700; }
.ttp-experto p { margin: 0; }
.ttp-experto a { color: inherit; text-decoration: none; }
.ttp-experto ul { margin: 0; padding: 0; list-style: none; }
/* El tema añade margin-bottom a los <li> del CMS (#cms #main ul li) con
   especificidad muy alta; lo neutralizamos y controlamos el espacio con gap. */
.ttp-experto .ttp-tl-item ul li,
.ttp-experto .ttp-help li { margin: 0 !important; }
.ttp-experto .ttp-tl-item ul li { line-height: 1.35; }
.ttp-experto img { max-width: 100%; display: block; }

/* ---- Contenedor y bandas a todo el ancho -------------------------------- */
.ttp-container {
  width: 100%;
  max-width: 72rem;      /* max-w-6xl */
  margin-inline: auto;
  padding-inline: 1.25rem;
}
/* Las bandas de color ocupan todo el ancho aunque el tema constriña el CMS */
.ttp-band {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.ttp-band--secondary { background: var(--ttp-secondary); }

.ttp-section { padding-block: 3.5rem; }        /* py-14 */

/* ---- Tipografía utilitaria --------------------------------------------- */
.ttp-experto .ttp-h1 { font-size: 2.25rem; line-height: 1.15; }
.ttp-experto .ttp-h2 { font-size: 1.875rem; font-weight: 600; }
.ttp-experto .ttp-h3 { font-size: 1.125rem; font-weight: 600; }
.ttp-muted { color: var(--ttp-muted-fg); }
.ttp-lead { font-size: 1.125rem; line-height: 1.7; color: var(--ttp-muted-fg); }
.ttp-relaxed { line-height: 1.7; }

/* Título de sección con subrayado corto en color marca */
.ttp-title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
}
.ttp-title::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 2.5rem; height: 2px;
  background: var(--ttp-brand);
}

/* ---- Iconos (mask) ------------------------------------------------------ */
.ttp-ico {
  display: inline-block;
  width: 1em; height: 1em;
  background-color: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
  vertical-align: -0.125em;
  flex: none;
}
.ttp-ico-mail   { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E"); }
.ttp-ico-phone  { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); }
.ttp-ico-check  { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
.ttp-ico-music  { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='18' r='4'/%3E%3Cpath d='M12 18V2l7 4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='18' r='4'/%3E%3Cpath d='M12 18V2l7 4'/%3E%3C/svg%3E"); }
.ttp-ico-chevron-left  { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E"); }
.ttp-ico-chevron-right { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E"); }
.ttp-ico-arrow-up-right { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10'/%3E%3Cpath d='M7 17 17 7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h10v10'/%3E%3Cpath d='M7 17 17 7'/%3E%3C/svg%3E"); }
.ttp-ico-arrow-right { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E"); }
.ttp-ico-video  { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 8-6 4 6 4V8Z'/%3E%3Crect width='14' height='12' x='2' y='6' rx='2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 8-6 4 6 4V8Z'/%3E%3Crect width='14' height='12' x='2' y='6' rx='2'/%3E%3C/svg%3E"); }
.ttp-ico-users  { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E"); }
.ttp-ico-youtube { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17'/%3E%3Cpath d='m10 15 5-3-5-3z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17'/%3E%3Cpath d='m10 15 5-3-5-3z'/%3E%3C/svg%3E"); }
.ttp-ico-instagram { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' x2='17.51' y1='6.5' y2='6.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='20' x='2' y='2' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/%3E%3Cline x1='17.5' x2='17.51' y1='6.5' y2='6.5'/%3E%3C/svg%3E"); }
.ttp-ico-cap    { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.42 10.92a1 1 0 0 0-.02-1.84L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.83l8.57 3.91a2 2 0 0 0 1.66 0z'/%3E%3Cpath d='M22 10v6'/%3E%3Cpath d='M6 12.5V16a6 3 0 0 0 12 0v-3.5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.42 10.92a1 1 0 0 0-.02-1.84L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.83l8.57 3.91a2 2 0 0 0 1.66 0z'/%3E%3Cpath d='M22 10v6'/%3E%3Cpath d='M6 12.5V16a6 3 0 0 0 12 0v-3.5'/%3E%3C/svg%3E"); }
.ttp-ico-mic    { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 8-9.04 9.06a2.82 2.82 0 1 0 3.98 3.98L16 12'/%3E%3Ccircle cx='17' cy='7' r='5'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 8-9.04 9.06a2.82 2.82 0 1 0 3.98 3.98L16 12'/%3E%3Ccircle cx='17' cy='7' r='5'/%3E%3C/svg%3E"); }
.ttp-ico-whatsapp { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M17.47 14.38c-.3-.15-1.76-.87-2.03-.97-.27-.1-.47-.15-.67.15-.2.3-.77.97-.94 1.16-.17.2-.35.22-.64.08-.3-.15-1.26-.46-2.39-1.48-.88-.79-1.48-1.76-1.65-2.06-.17-.3-.02-.46.13-.6.13-.14.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.08-.15-.67-1.61-.92-2.21-.24-.58-.49-.5-.67-.51h-.57c-.2 0-.52.07-.79.37-.27.3-1.04 1.02-1.04 2.48s1.07 2.87 1.21 3.07c.15.2 2.1 3.2 5.08 4.49.71.3 1.26.49 1.69.62.71.23 1.36.2 1.87.12.57-.09 1.76-.72 2.01-1.41.25-.7.25-1.29.17-1.41-.07-.12-.27-.2-.57-.35z'/%3E%3Cpath d='M12.05 21.79h-.01a9.87 9.87 0 0 1-5.03-1.38l-.36-.21-3.74.98 1-3.65-.24-.37a9.86 9.86 0 0 1-1.51-5.26C2.16 6.44 6.6 2 12.05 2c2.64 0 5.12 1.03 6.99 2.9a9.83 9.83 0 0 1 2.89 6.99c0 5.45-4.44 9.9-9.88 9.9z' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M17.47 14.38c-.3-.15-1.76-.87-2.03-.97-.27-.1-.47-.15-.67.15-.2.3-.77.97-.94 1.16-.17.2-.35.22-.64.08-.3-.15-1.26-.46-2.39-1.48-.88-.79-1.48-1.76-1.65-2.06-.17-.3-.02-.46.13-.6.13-.14.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.02-.52-.08-.15-.67-1.61-.92-2.21-.24-.58-.49-.5-.67-.51h-.57c-.2 0-.52.07-.79.37-.27.3-1.04 1.02-1.04 2.48s1.07 2.87 1.21 3.07c.15.2 2.1 3.2 5.08 4.49.71.3 1.26.49 1.69.62.71.23 1.36.2 1.87.12.57-.09 1.76-.72 2.01-1.41.25-.7.25-1.29.17-1.41-.07-.12-.27-.2-.57-.35z'/%3E%3Cpath d='M12.05 21.79h-.01a9.87 9.87 0 0 1-5.03-1.38l-.36-.21-3.74.98 1-3.65-.24-.37a9.86 9.86 0 0 1-1.51-5.26C2.16 6.44 6.6 2 12.05 2c2.64 0 5.12 1.03 6.99 2.9a9.83 9.83 0 0 1 2.89 6.99c0 5.45-4.44 9.9-9.88 9.9z' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E"); }
.ttp-ico-star   { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M11.48 3.5a.56.56 0 0 1 1.04 0l2.12 5.11a.56.56 0 0 0 .48.35l5.52.44c.5.04.7.66.32.99l-4.2 3.6a.56.56 0 0 0-.18.56l1.28 5.38a.56.56 0 0 1-.84.61l-4.72-2.88a.56.56 0 0 0-.59 0l-4.72 2.88a.56.56 0 0 1-.84-.61l1.28-5.38a.56.56 0 0 0-.18-.56l-4.2-3.6a.56.56 0 0 1 .32-.99l5.52-.44a.56.56 0 0 0 .48-.35z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M11.48 3.5a.56.56 0 0 1 1.04 0l2.12 5.11a.56.56 0 0 0 .48.35l5.52.44c.5.04.7.66.32.99l-4.2 3.6a.56.56 0 0 0-.18.56l1.28 5.38a.56.56 0 0 1-.84.61l-4.72-2.88a.56.56 0 0 0-.59 0l-4.72 2.88a.56.56 0 0 1-.84-.61l1.28-5.38a.56.56 0 0 0-.18-.56l-4.2-3.6a.56.56 0 0 1 .32-.99l5.52-.44a.56.56 0 0 0 .48-.35z'/%3E%3C/svg%3E"); }
.ttp-ico-quote  { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M3 21c3 0 7-1 7-8V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2c0 2-1 3-3 3z'/%3E%3Cpath d='M15 21c3 0 7-1 7-8V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2c0 2-1 3-3 3z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M3 21c3 0 7-1 7-8V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2c0 2-1 3-3 3z'/%3E%3Cpath d='M15 21c3 0 7-1 7-8V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2c0 2-1 3-3 3z'/%3E%3C/svg%3E"); }

/* ---- Botones ------------------------------------------------------------ */
.ttp-btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem; font-weight: 600;
  cursor: pointer; border: 1px solid transparent;
  transition: background-color .15s, color .15s, border-color .15s;
  line-height: 1.2; white-space: nowrap; text-decoration: none;
}
.ttp-btn .ttp-ico { font-size: 1rem; }
/* El color se prefija con .ttp-experto para ganar a `.ttp-experto a {color:inherit}` */
.ttp-experto .ttp-btn-black { background: var(--ttp-black); color: #fff; }
.ttp-experto .ttp-btn-black:hover { background: #fff; color: var(--ttp-black); border-color: var(--ttp-black); }
.ttp-experto .ttp-btn-brand { background: var(--ttp-brand); color: var(--ttp-brand-fg); }
.ttp-experto .ttp-btn-brand:hover { background: #fff; color: var(--ttp-brand); border-color: var(--ttp-brand); }
.ttp-experto .ttp-btn-outline { border-color: var(--ttp-brand); color: var(--ttp-brand); background: transparent; }
.ttp-experto .ttp-btn-outline:hover { background: var(--ttp-brand); color: var(--ttp-brand-fg); }
.ttp-btn-lg { padding: 0.75rem 1.5rem; }

/* Botón partido "Habla con Víctor" */
.ttp-splitbtn {
  display: inline-flex; align-items: stretch; overflow: hidden;
  border-radius: 9999px; background: var(--ttp-brand);
  color: var(--ttp-brand-fg); font-size: 0.875rem; font-weight: 600;
}
.ttp-splitbtn > span { padding: 0.625rem 1rem; display: flex; align-items: center; }
.ttp-experto .ttp-splitbtn > a {
  display: flex; align-items: center; justify-content: center;
  padding-inline: 0.75rem; border-left: 1px solid rgba(255,255,255,.3);
  color: var(--ttp-brand-fg);
  transition: background-color .15s, color .15s;
}
.ttp-experto .ttp-splitbtn > a:hover { background: #fff; color: var(--ttp-brand); }

/* ---- HERO --------------------------------------------------------------- */
.ttp-hero .ttp-container {
  display: grid; gap: 2.5rem; align-items: center;
  padding-block: 3rem;
}
.ttp-hero-photo { width: 100%; max-width: 280px; margin-inline: auto; }
.ttp-hero-photo .ttp-frame {
  border-radius: 9999px; background: var(--ttp-bg); padding: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 0 0 1px var(--ttp-border);
}
.ttp-hero-photo img { aspect-ratio: 1/1; width: 100%; border-radius: 9999px; object-fit: cover; }
.ttp-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid var(--ttp-brand); background: var(--ttp-bg);
  border-radius: 9999px; padding: 0.5rem 1rem;
  font-size: 0.875rem; font-weight: 600; color: var(--ttp-brand);
  margin-top: 1rem;
}
.ttp-hero-name { font-size: 2.25rem; }
.ttp-experto .ttp-hero-intro { margin-top: 1.25rem !important; margin-bottom: 0 !important; }
.ttp-hero-actions { margin-top: 1.75rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }

/* ---- Bloque de tres: día a día + especialidades + ayuda ----------------- */
.ttp-daily { margin-top: 1.25rem; display: grid; gap: 1rem; }
.ttp-cards2 { margin-top: 2.5rem; display: grid; gap: 1.5rem; }
.ttp-card {
  border: 1px solid var(--ttp-border); background: var(--ttp-secondary);
  border-radius: 1rem; padding: 1.75rem;
}
.ttp-card > p.ttp-muted { margin-top: 0.5rem; font-size: 0.875rem; }
.ttp-spec-grid { margin-top: 1.5rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.ttp-spec {
  display: flex; align-items: center; gap: 0.5rem;
  border: 1px solid var(--ttp-border); background: var(--ttp-bg);
  border-radius: 0.75rem; padding: 0.5rem 0.75rem;
  font-size: 0.875rem; font-weight: 500;
  transition: border-color .15s, background-color .15s;
}
.ttp-spec:hover { border-color: var(--ttp-brand); background: var(--ttp-brand-05); }
.ttp-spec .dot { width: 0.5rem; height: 0.5rem; border-radius: 9999px; background: var(--ttp-brand); flex: none; }
.ttp-help { margin-top: 1.5rem; display: grid; gap: 1rem; }
.ttp-help li { display: flex; align-items: flex-start; gap: 0.75rem; transition: transform .15s; }
.ttp-help li:hover { transform: translateX(4px); }
.ttp-help .tick {
  margin-top: 0.125rem; flex: none;
  width: 1.5rem; height: 1.5rem; border-radius: 9999px;
  background: var(--ttp-brand); color: var(--ttp-brand-fg);
  display: flex; align-items: center; justify-content: center;
}
.ttp-help .tick .ttp-ico { font-size: 0.85rem; }

/* ---- Demostraciones y artículos (carruseles) ---------------------------- */
.ttp-carousel-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.ttp-carousel-head .left { display: flex; align-items: baseline; gap: 0.75rem; }
.ttp-pill { border-radius: 9999px; background: var(--ttp-brand-10); color: var(--ttp-brand); padding: 0.25rem 0.75rem; font-size: 0.75rem; font-weight: 600; }
.ttp-navbtns { display: flex; align-items: center; gap: 0.5rem; }
.ttp-navbtn {
  width: 2.25rem; height: 2.25rem; border-radius: 9999px;
  border: 1px solid var(--ttp-border); background: var(--ttp-bg);
  display: flex; align-items: center; justify-content: center;
  color: var(--ttp-fg); cursor: pointer; transition: border-color .15s, color .15s;
}
.ttp-navbtn:hover { border-color: var(--ttp-brand); color: var(--ttp-brand); }

.ttp-scroller {
  margin-top: 1rem; display: flex; gap: 1.25rem;
  overflow-x: auto; scroll-snap-type: x mandatory;
  cursor: grab; user-select: none;
  scrollbar-width: none; -ms-overflow-style: none;
  padding-bottom: 0.25rem;
}
.ttp-scroller::-webkit-scrollbar { display: none; }
.ttp-scroller.grabbing { cursor: grabbing; }

.ttp-vcard, .ttp-pcard {
  flex: none; width: 85%; scroll-snap-align: start;
  display: flex; flex-direction: column;
  border: 1px solid var(--ttp-border); background: var(--ttp-bg);
  border-radius: 1rem; padding: 0.75rem;
  transition: border-color .15s;
}
.ttp-vcard:hover, .ttp-pcard:hover { border-color: var(--ttp-brand); }
.ttp-vthumb { position: relative; aspect-ratio: 16/9; width: 100%; overflow: hidden; border-radius: 0.75rem; }
.ttp-vthumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s; }
.ttp-vcard:hover .ttp-vthumb img { transform: scale(1.05); }
.ttp-vthumb .play-layer { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.2); transition: background-color .15s; }
.ttp-vcard:hover .ttp-vthumb .play-layer { background: rgba(0,0,0,.3); }
.ttp-vthumb .play {
  width: 3rem; height: 3rem; border-radius: 9999px;
  background: var(--ttp-brand); color: var(--ttp-brand-fg);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.2);
}
.ttp-vthumb .play .ttp-ico { font-size: 1.25rem; }
.ttp-vthumb .dur { position: absolute; bottom: 0.5rem; right: 0.5rem; background: rgba(0,0,0,.8); color: #fff; border-radius: 0.25rem; padding: 0.125rem 0.375rem; font-size: 0.75rem; font-weight: 600; }
.ttp-vcard .body, .ttp-pcard .body { display: flex; flex: 1 1 auto; flex-direction: column; padding: 0.5rem; }
.ttp-vcard h4, .ttp-pcard h4 { font-size: 1rem; line-height: 1.3; margin-top: 0.5rem; transition: color .15s; }
.ttp-vcard:hover h4, .ttp-pcard:hover h4 { color: var(--ttp-brand); }
.ttp-clamp2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 0.5rem; font-size: 0.875rem; line-height: 1.6; }
.ttp-pcard img.cover { aspect-ratio: 3/2; width: 100%; border-radius: 0.75rem; object-fit: cover; }
.ttp-pcard .tag { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--ttp-brand); }
.ttp-pcard .tag .read { margin-left: 0.5rem; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--ttp-muted-fg); }
.ttp-pcard .more { margin-top: auto; padding-top: 1rem; display: inline-flex; align-items: center; gap: 0.25rem; font-size: 0.875rem; font-weight: 600; color: var(--ttp-brand); }

/* Tarjeta del canal */
.ttp-channel {
  margin-top: 1.25rem; display: flex; flex-direction: column; gap: 1.5rem;
  border: 1px solid var(--ttp-border); background: var(--ttp-bg);
  border-radius: 1rem; padding: 1.5rem;
}
.ttp-channel .who { display: flex; align-items: center; gap: 1rem; flex: none; }
.ttp-channel .who p { white-space: nowrap; }
.ttp-channel .who img { width: 5rem; height: 5rem; flex: none; border-radius: 9999px; object-fit: cover; box-shadow: 0 0 0 4px var(--ttp-secondary); }
.ttp-channel .desc { flex: 1 1 auto; line-height: 1.7; color: var(--ttp-muted-fg); }
.ttp-channel .stats { display: flex; align-items: center; gap: 1rem; font-size: 0.875rem; }
.ttp-channel .stats .stat { display: flex; align-items: center; gap: 0.5rem; font-weight: 500; }
.ttp-channel .stats .ttp-ico { color: var(--ttp-brand); font-size: 1rem; }
.ttp-channel .ttp-btn { flex: none; }

.ttp-allposts { margin-top: 2rem; display: flex; }

/* ---- Trayectoria -------------------------------------------------------- */
.ttp-career { display: grid; grid-template-columns: 1fr; gap: 2rem; overflow: hidden; }
.ttp-career-img { position: relative; min-height: 420px; }
.ttp-career-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ttp-career-body { display: flex; align-items: center; padding: 3.5rem 1.5rem; }
.ttp-career-body .inner { width: 100%; max-width: 36rem; }
.ttp-timeline { position: relative; margin-top: 2.5rem; display: grid; gap: 2.5rem; border-left: 2px solid var(--ttp-brand-20); padding-left: 1.5rem; }
.ttp-tl-item { position: relative; padding-left: 1.5rem; }
.ttp-tl-item .node {
  position: absolute; left: -2.6rem; top: 0;
  width: 2rem; height: 2rem; border-radius: 9999px;
  border: 1px solid var(--ttp-brand); background: var(--ttp-bg); color: var(--ttp-brand);
  display: flex; align-items: center; justify-content: center;
  transition: background-color .15s, color .15s;
}
.ttp-tl-item:hover .node { background: var(--ttp-brand); color: var(--ttp-brand-fg); }
.ttp-tl-item h3 { font-size: 1.25rem; }
.ttp-tl-item ul { margin-top: 0.5rem; display: grid; gap: 0.1rem; color: var(--ttp-muted-fg); }
.ttp-career-social { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ---- Cita del equipo ---------------------------------------------------- */
.ttp-quote {
  margin-top: 2rem; border: 1px solid var(--ttp-border); background: var(--ttp-bg);
  border-radius: 1rem; padding: 1.5rem;
}
.ttp-quote .rule { margin-bottom: 1.25rem; height: 1px; width: 3rem; background: var(--ttp-brand); }
.ttp-quote .ttp-ico-quote { color: var(--ttp-brand); font-size: 1.75rem; }
.ttp-quote blockquote { margin: 0.75rem 0 0; line-height: 1.7; color: var(--ttp-muted-fg); }
.ttp-quote figcaption { margin-top: 1.25rem; display: flex; align-items: center; gap: 0.75rem; font-size: 0.875rem; }
.ttp-quote figcaption .ava { width: 2rem; height: 2rem; border-radius: 9999px; background: var(--ttp-brand); color: var(--ttp-brand-fg); font-size: 0.75rem; font-weight: 600; display: flex; align-items: center; justify-content: center; }

/* ---- Reseñas ------------------------------------------------------------ */
.ttp-reviews-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.ttp-rating-chip { display: flex; align-items: center; gap: 0.75rem; border-radius: 9999px; background: var(--ttp-black); color: #fff; padding: 0.75rem 1.25rem; }
.ttp-stars { display: flex; gap: 0.125rem; color: var(--ttp-brand); }
.ttp-stars .ttp-ico { font-size: 1rem; }
.ttp-reviews { margin-top: 2rem; display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
/* Reseñas en carrusel (mismo comportamiento que vídeos y artículos) */
.ttp-reviews-scroller { margin-top: 2rem; align-items: stretch; }
.ttp-scroller .ttp-review { flex: none; width: 85%; scroll-snap-align: start; }
@media (min-width: 640px) { .ttp-scroller .ttp-review { width: 40%; } }
.ttp-review { display: flex; height: 100%; flex-direction: column; border: 1px solid var(--ttp-border); border-radius: 1rem; padding: 1.5rem; transition: border-color .15s; }
.ttp-review:hover { border-color: var(--ttp-brand); }
.ttp-review p { margin-top: 1rem; flex: 1 1 auto; line-height: 1.7; }
.ttp-review .who { margin-top: 1.25rem; border-top: 1px solid var(--ttp-border); padding-top: 1rem; }
.ttp-review .who .name { font-weight: 600; }
.ttp-review .who .city { font-size: 0.875rem; color: var(--ttp-muted-fg); }

/* ---- Volver al equipo --------------------------------------------------- */
.ttp-back { display: flex; align-items: center; justify-content: center; padding-block: 0; }
.ttp-experto .ttp-back-wrap { padding-top: 0; padding-bottom: 3rem; }

/* ---- Listado de equipo (/equipo) --------------------------------------- */
.ttp-team .ttp-lead { margin-top: 0.75rem; }
.ttp-team-grid { margin-top: 2.5rem; display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.ttp-team-card {
  display: block; overflow: hidden; border-radius: 1rem;
  border: 1px solid var(--ttp-border); background: var(--ttp-secondary);
  transition: border-color .15s;
}
.ttp-team-card:hover { border-color: var(--ttp-brand); }
.ttp-team-card .head { display: flex; align-items: center; gap: 1rem; padding: 1.5rem; }
.ttp-team-card .head img { width: 5rem; height: 5rem; flex: none; border-radius: 9999px; object-fit: cover; }
.ttp-team-card .role {
  display: inline-flex; align-items: center; gap: 0.375rem;
  border-radius: 9999px; background: var(--ttp-bg); padding: 0.25rem 0.75rem;
  font-size: 0.75rem; font-weight: 600; box-shadow: 0 1px 2px rgba(0,0,0,.08);
}
.ttp-team-card .role .ttp-ico { color: var(--ttp-brand); font-size: 0.9rem; }
.ttp-team-card .head h2 { margin-top: 0.5rem; font-size: 1.25rem; font-weight: 600; }
.ttp-team-card .foot { border-top: 1px solid var(--ttp-border); padding: 1.25rem 1.5rem; }
.ttp-team-card .foot .more { margin-top: 1rem; display: inline-flex; align-items: center; gap: 0.25rem; font-size: 0.875rem; font-weight: 600; color: var(--ttp-brand); }
.ttp-team-card:hover .foot .more .ttp-ico { transform: translateX(4px); transition: transform .15s; }

/* ---- Responsive --------------------------------------------------------- */
@media (min-width: 768px) {
  .ttp-team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .ttp-team-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 640px) {
  .ttp-vcard, .ttp-pcard { width: 40%; }
  .ttp-channel { flex-direction: row; align-items: center; justify-content: space-between; }
  .ttp-reviews { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 768px) {
  .ttp-hero .ttp-container { grid-template-columns: 300px 1fr; padding-block: 4rem; }
  .ttp-hero-name { font-size: 3rem; }
  .ttp-cards2 { grid-template-columns: repeat(2, 1fr); }
  .ttp-career { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .ttp-career-img { min-height: 0; }
  .ttp-career-body { padding: 4rem 2rem; }
  .ttp-experto .ttp-h1 { font-size: 3rem; }
}
@media (min-width: 1024px) {
  .ttp-reviews { grid-template-columns: repeat(4, 1fr); }
  .ttp-career { gap: 3rem; }
  .ttp-career-body { padding: 5rem 3rem; }
}

/* --- Añadidos 2026-08-10: roles no músicos --- */
.ttp-ico-briefcase { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='7' rx='2' ry='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='14' x='2' y='7' rx='2' ry='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E"); }
.ttp-hero--nophoto .ttp-container { grid-template-columns: 1fr !important; }
.ttp-ico-package { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7.5 4.27 9 5.15'/%3E%3Cpath d='M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z'/%3E%3Cpath d='m3.3 7 8.7 5 8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7.5 4.27 9 5.15'/%3E%3Cpath d='M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z'/%3E%3Cpath d='m3.3 7 8.7 5 8.7-5'/%3E%3Cpath d='M12 22V12'/%3E%3C/svg%3E"); }
