/* DiscoDigitalMusic .es — estilo premium (inspirado discomovilpcf.com) */
:root {
  --ddm-es-cyan: #1ecad3;
  --ddm-es-cyan-dark: #0aa4ad;
  --ddm-es-pink: #e91e8c;
  --ddm-es-pink-dark: #c2186f;
  --ddm-es-gold: #c9a227;
  --ddm-es-ink: #1a2838;
  --ddm-es-teal: #0d3d38;
  --ddm-es-muted: #5c6b7a;
  --ddm-es-bg: #f4f8fb;
  --ddm-es-radius: 16px;
}
html { scroll-behavior: smooth; }
.branch-gd img, .about-left img, .item-img img { max-width: 100%; height: auto; }

/* Header / nav — limpio y legible */
.header .navbar-wrapper .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.header .navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header .navbar-header {
  flex: 0 0 auto;
  float: none !important;
}
.header .navbar-brand {
  float: none !important;
  height: auto !important;
  margin-top: 0 !important;
  padding: 0.35rem 0 !important;
}
.header .navbar-brand img {
  max-height: 70px;
  width: auto;
  display: block;
}
.header #navbar.navbar-collapse {
  flex: 1 1 320px;
  float: none !important;
  width: auto !important;
  margin-top: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.header .navbar-nav {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  float: none !important;
  margin: 0 !important;
  gap: 0.15rem 0.35rem;
}
.header .navbar-nav > li {
  float: none !important;
}
.header .navbar-nav > li > a {
  display: block;
  padding: 0.45rem 0.55rem !important;
  margin: 0 !important;
  font-size: 0.92rem;
  line-height: 1.3 !important;
  white-space: nowrap;
  color: #1a2838 !important;
}
.header .navbar-nav > li > a:hover,
.header .navbar-nav > li > a:focus,
.header .navbar-nav > li > a.active {
  color: var(--ddm-es-cyan-dark) !important;
  background: transparent !important;
  opacity: 1 !important;
  transform: none !important;
}
.header .cl-effect-16 a::before {
  display: none !important;
  content: none !important;
}
@media (max-width: 767px) {
  .header .navbar-nav {
    justify-content: flex-start;
    padding: 0.5rem 0;
  }
  .header #navbar.navbar-collapse {
    flex-basis: 100%;
    background: #f4f8fb !important;
    border-radius: 8px;
    padding: 0.35rem 0.5rem;
  }
}
.leaves h1 { font-size: clamp(1.25rem, 3vw, 1.75rem) !important; line-height: 1.35; }
.banner-main h2 { font-size: clamp(1.5rem, 3.5vw, 2rem); }
.map iframe { max-width: 100%; width: 100%; }

/* Intro */
.ddm-es-intro {
  background: linear-gradient(180deg, #fff 0%, var(--ddm-es-bg) 100%);
  padding: 2.75rem 0 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ddm-es-intro h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--ddm-es-ink);
  margin: 0 0 1rem;
  line-height: 1.3;
}
.ddm-es-intro__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--ddm-es-muted);
  max-width: 720px;
  margin: 0 0 1.5rem;
}
.ddm-es-intro__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 1rem;
}
.ddm-es-intro__grid article {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: var(--ddm-es-radius);
  padding: 1.25rem 1.35rem;
}
.ddm-es-intro__grid h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: var(--ddm-es-teal);
}
.ddm-es-intro__grid p { margin: 0; font-size: 0.95rem; line-height: 1.55; color: var(--ddm-es-muted); }
.ddm-es-intro__foot { font-size: 0.95rem; color: var(--ddm-es-muted); margin: 0; }
.ddm-es-intro a { color: var(--ddm-es-teal); text-decoration: underline; }

/* Galería servicios */
.ddm-es-gallery {
  background: var(--ddm-es-bg);
  padding: 2.5rem 0 2rem;
}
.ddm-es-gallery__head { text-align: center; max-width: 560px; margin: 0 auto 1.5rem; }
.ddm-es-gallery__head h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--ddm-es-cyan);
  margin: 0 0 0.5rem;
}
.ddm-es-gallery__head p { margin: 0; color: var(--ddm-es-muted); }
.ddm-es-gallery__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.ddm-es-gallery__item {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 8px 24px rgba(26,40,56,0.1);
  text-decoration: none !important;
}
.ddm-es-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.ddm-es-gallery__item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.5rem 0.65rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}
.ddm-es-gallery__item:hover img { transform: scale(1.05); }

/* Media blocks */
.ddm-es-media,
.ddm-es-price-card__media,
.ddm-es-pack-panel__media {
  margin: 0 0 1rem;
  border-radius: 10px;
  overflow: hidden;
}
.ddm-es-media img,
.ddm-es-price-card__media img,
.ddm-es-pack-panel__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 200px;
}
.ddm-es-price-card__media img { max-height: 160px; }
.ddm-es-pack-panel__layout {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
}
@media (max-width: 768px) {
  .ddm-es-pack-panel__layout { grid-template-columns: 1fr; }
}

/* Eyebrow */
.ddm-es-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ddm-es-gold);
  margin-bottom: 0.5rem;
}
.ddm-es-eyebrow--pink { color: var(--ddm-es-pink); }

/* Pricing cards — Packs Discomóvil */
.ddm-es-pricing {
  background: #fff;
  padding: 3.5rem 0 3rem;
}
.ddm-es-pricing__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}
.ddm-es-pricing h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--ddm-es-cyan);
  margin: 0 0 0.75rem;
  font-weight: 700;
}
.ddm-es-pricing__lead {
  color: var(--ddm-es-muted);
  line-height: 1.65;
  margin: 0;
  font-size: 1rem;
}
.ddm-es-pricing__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
@media (max-width: 991px) {
  .ddm-es-pricing__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}
.ddm-es-price-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--ddm-es-radius);
  padding: 1.75rem 1.5rem 1.5rem;
  box-shadow: 0 12px 40px rgba(26,40,56,0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ddm-es-price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(26,40,56,0.12);
}
.ddm-es-price-card--featured {
  background: linear-gradient(165deg, #e91e8c 0%, #7b2cbf 45%, #1ecad3 100%);
  border: none;
  color: #fff;
  transform: scale(1.03);
  z-index: 1;
  box-shadow: 0 24px 56px rgba(233,30,140,0.35);
}
@media (max-width: 991px) {
  .ddm-es-price-card--featured { transform: none; }
}
.ddm-es-price-card--featured:hover {
  transform: scale(1.03) translateY(-4px);
}
.ddm-es-price-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: var(--ddm-es-pink);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  white-space: nowrap;
}
.ddm-es-price-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0.5rem 0 0.75rem;
  color: var(--ddm-es-cyan);
}
.ddm-es-price-card--featured .ddm-es-price-card__title { color: #fff; }
.ddm-es-price-card__price {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: var(--ddm-es-ink);
}
.ddm-es-price-card--featured .ddm-es-price-card__price { color: rgba(255,255,255,0.95); }
.ddm-es-price-card__price strong {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}
.ddm-es-price-card__audience {
  font-size: 0.88rem;
  font-style: italic;
  color: var(--ddm-es-muted);
  margin: 0 0 1.25rem;
  line-height: 1.5;
  min-height: 2.8em;
}
.ddm-es-price-card--featured .ddm-es-price-card__audience { color: rgba(255,255,255,0.88); }
.ddm-es-price-card__block { margin-bottom: 1rem; }
.ddm-es-price-card__block h4 {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--ddm-es-cyan);
  margin: 0 0 0.4rem;
}
.ddm-es-price-card--featured .ddm-es-price-card__block h4 { color: rgba(255,255,255,0.95); }
.ddm-es-price-card__block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ddm-es-price-card__block li {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ddm-es-muted);
  padding: 0.15rem 0;
}
.ddm-es-price-card--featured .ddm-es-price-card__block li { color: rgba(255,255,255,0.9); }
.ddm-es-price-card__btn {
  display: block;
  text-align: center;
  margin-top: auto;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--ddm-es-cyan);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.95rem;
  transition: filter 0.2s, transform 0.2s;
}
.ddm-es-price-card__btn:hover { filter: brightness(1.08); transform: scale(1.02); }
.ddm-es-price-card__btn--featured {
  background: #fff;
  color: var(--ddm-es-pink) !important;
}
.ddm-es-pricing__note {
  text-align: center;
  font-size: 0.82rem;
  font-style: italic;
  color: var(--ddm-es-muted);
  margin: 2rem 0 0;
}

/* Packs extras (tabs) */
.ddm-es-packs {
  background: var(--ddm-es-bg);
  color: var(--ddm-es-ink);
  padding: 3rem 0;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.ddm-es-packs--extras .ddm-es-packs h2 { color: var(--ddm-es-cyan); }
.ddm-es-packs__head { max-width: 680px; margin-bottom: 1.75rem; }
.ddm-es-packs h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
.ddm-es-packs__lead { color: var(--ddm-es-muted); line-height: 1.6; margin: 0; }
.ddm-es-packs__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.ddm-es-pack-tab {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.12);
  color: var(--ddm-es-ink);
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-size: 0.92rem;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.ddm-es-pack-tab:hover,
.ddm-es-pack-tab:focus-visible {
  border-color: var(--ddm-es-cyan);
  outline: 2px solid var(--ddm-es-cyan);
  outline-offset: 2px;
}
.ddm-es-pack-tab.is-active {
  background: var(--ddm-es-cyan);
  border-color: var(--ddm-es-cyan);
  color: #fff;
  font-weight: 600;
}
.ddm-es-pack-panel {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--ddm-es-radius);
  padding: 1.5rem 1.75rem;
  display: none;
  box-shadow: 0 8px 24px rgba(26,40,56,0.06);
}
.ddm-es-pack-panel.is-active { display: block; }
.ddm-es-pack-panel__tag {
  font-weight: 600;
  color: var(--ddm-es-pink);
  margin: 0 0 0.75rem;
}
.ddm-es-pack-panel p { line-height: 1.65; color: var(--ddm-es-muted); margin: 0 0 1rem; }
.ddm-es-pack-panel__list {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
  color: var(--ddm-es-muted);
  line-height: 1.6;
}
.ddm-es-pack-cta {
  display: inline-block;
  background: var(--ddm-es-pink);
  color: #fff !important;
  font-weight: 600;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  text-decoration: none !important;
}
.ddm-es-pack-cta:hover { filter: brightness(1.08); }
.ddm-es-packs__note {
  margin: 1.25rem 0 0;
  font-size: 0.92rem;
  color: var(--ddm-es-muted);
}

/* Contact form */
.ddm-es-contact {
  background: var(--ddm-es-bg);
  padding: 3rem 0;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.ddm-es-contact__head { max-width: 640px; margin-bottom: 1.5rem; }
.ddm-es-contact h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--ddm-es-ink);
  margin: 0 0 0.75rem;
}
.ddm-es-contact__lead { color: var(--ddm-es-muted); line-height: 1.6; margin: 0 0 0.75rem; }
.ddm-es-contact__quick { margin: 0; font-size: 1rem; }
.ddm-es-contact__quick a { color: var(--ddm-es-teal); font-weight: 600; }
.ddm-es-form {
  max-width: 760px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--ddm-es-radius);
  padding: 1.5rem 1.75rem 1.75rem;
  box-shadow: 0 8px 32px rgba(26,40,56,0.06);
}
.ddm-es-form__fs {
  border: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
.ddm-es-form__fs legend {
  font-weight: 700;
  color: var(--ddm-es-teal);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
  padding: 0;
}
.ddm-es-form__row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 1rem;
}
.ddm-es-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ddm-es-ink);
  margin-bottom: 0.35rem;
}
.ddm-es-field input,
.ddm-es-field select,
.ddm-es-field textarea {
  width: 100%;
  font-size: 16px;
  min-height: 44px;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}
.ddm-es-field textarea { min-height: 130px; resize: vertical; }
.ddm-es-field input:focus,
.ddm-es-field select:focus,
.ddm-es-field textarea:focus {
  outline: 2px solid var(--ddm-es-teal);
  outline-offset: 1px;
  border-color: var(--ddm-es-teal);
}
.ddm-es-field-err {
  color: #b42318;
  font-size: 0.85rem;
  margin: 0.35rem 0 0;
}
.ddm-es-check {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--ddm-es-muted);
  margin-bottom: 1rem;
  cursor: pointer;
}
.ddm-es-check input { margin-top: 0.2rem; min-height: auto; width: auto; }
.ddm-es-submit {
  background: var(--ddm-es-cyan);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.85rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  min-height: 48px;
  width: 100%;
  max-width: 320px;
}
.ddm-es-submit:hover { filter: brightness(1.08); }
.ddm-es-form-note { font-size: 0.88rem; color: var(--ddm-es-muted); margin: 1rem 0 0; }
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ddm-es-form-flash {
  max-width: 760px;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-weight: 500;
}
.ddm-es-form-flash--ok {
  background: #ecfdf3;
  color: #027a48;
  border: 1px solid #abefc6;
}
.ddm-es-form-flash--err {
  background: #fef3f2;
  color: #b42318;
  border: 1px solid #fecdca;
}

/* FAQ — grid 4×2 (8 en paralelo en desktop) */
.ddm-es-faq {
  background: #fff;
  padding: 2.75rem 0;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.ddm-es-faq__head {
  text-align: center;
  margin-bottom: 1.75rem;
}
.ddm-es-faq h2 {
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  margin: 0 0 0.35rem;
  color: var(--ddm-es-ink);
}
.ddm-es-faq__lead {
  margin: 0;
  color: var(--ddm-es-muted);
  font-size: 0.98rem;
}
.ddm-es-faq__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  align-items: stretch;
}
@media (max-width: 1100px) {
  .ddm-es-faq__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .ddm-es-faq__grid { grid-template-columns: 1fr; }
}
.ddm-es-faq__item {
  display: flex;
  flex-direction: column;
  background: var(--ddm-es-bg);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--ddm-es-radius);
  padding: 0 1rem;
  min-height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ddm-es-faq__item:hover {
  border-color: rgba(30, 202, 211, 0.35);
  box-shadow: 0 4px 16px rgba(26, 40, 56, 0.06);
}
.ddm-es-faq__item[open] {
  border-color: var(--ddm-es-cyan);
  box-shadow: 0 6px 20px rgba(30, 202, 211, 0.12);
}
.ddm-es-faq__item summary {
  font-weight: 600;
  cursor: pointer;
  padding: 0.9rem 0;
  color: var(--ddm-es-teal);
  font-size: 0.92rem;
  line-height: 1.35;
  list-style: none;
}
.ddm-es-faq__item summary::-webkit-details-marker { display: none; }
.ddm-es-faq__item summary::after {
  content: "+";
  float: right;
  font-weight: 700;
  color: var(--ddm-es-cyan);
  font-size: 1.1rem;
  line-height: 1.2;
}
.ddm-es-faq__item[open] summary::after { content: "−"; }
.ddm-es-faq__item p {
  margin: 0 0 1rem;
  color: var(--ddm-es-muted);
  line-height: 1.5;
  font-size: 0.88rem;
  flex: 1;
}
.ddm-es-com {
  background: var(--ddm-es-ink);
  color: #fff;
  padding: 1.25rem 0;
  text-align: center;
}
.ddm-es-com a { color: var(--ddm-es-gold); }
.ddm-es-com p { margin: 0; font-size: 1rem; }
.ftr-nav .ddm-es-jobs-foot a {
  color: #ffd54f !important;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.ftr-nav .ddm-es-jobs-foot a:hover {
  color: #ff5252 !important;
}
.ftr-nav .ddm-es-jobs-foot a.active {
  color: #ff5252 !important;
}

/* WhatsApp flotante */
.ddm-es-wa {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #25d366;
  color: #fff !important;
  padding: 0.75rem 1rem 0.75rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(37,211,102,0.45);
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.ddm-es-wa:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 36px rgba(37,211,102,0.55);
  color: #fff !important;
}
.ddm-es-wa svg { flex-shrink: 0; }
.ddm-es-wa__label { white-space: nowrap; }
@media (max-width: 480px) {
  .ddm-es-wa { padding: 0.85rem; border-radius: 50%; }
  .ddm-es-wa__label { display: none; }
}

/* Chat IA */
.ddm-es-chat {
  position: fixed;
  right: 1.25rem;
  bottom: 5.75rem;
  z-index: 9998;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}
.ddm-es-chat__toggle {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  background: linear-gradient(135deg, var(--ddm-es-cyan) 0%, #0aa4ad 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(30,202,211,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.ddm-es-chat__toggle:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 32px rgba(30,202,211,0.5);
}
.ddm-es-chat__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.65rem);
  width: min(360px, calc(100vw - 2.5rem));
  height: min(520px, calc(100dvh - 9rem));
  background: #fff;
  border-radius: var(--ddm-es-radius);
  box-shadow: 0 20px 60px rgba(26,40,56,0.22);
  border: 1px solid rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ddm-es-chat__panel[hidden] { display: none !important; }
.ddm-es-chat__head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, var(--ddm-es-cyan) 0%, #7b2cbf 100%);
  color: #fff;
}
.ddm-es-chat__head strong { display: block; font-size: 0.95rem; }
.ddm-es-chat__head p { margin: 0.2rem 0 0; font-size: 0.78rem; opacity: 0.92; }
.ddm-es-chat__close {
  background: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}
.ddm-es-chat__suggest {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.55rem 0.65rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background: var(--ddm-es-bg);
}
.ddm-es-chat__suggest button {
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  border-radius: 999px;
  padding: 0.25rem 0.55rem;
  font-size: 0.75rem;
  cursor: pointer;
  color: var(--ddm-es-ink);
}
.ddm-es-chat__suggest button:hover { border-color: var(--ddm-es-cyan); color: var(--ddm-es-cyan-dark); }
.ddm-es-chat__messages {
  flex: 1;
  overflow-y: auto;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  background: #fafcfd;
}
.ddm-es-chat__msg { display: flex; }
.ddm-es-chat__msg--user { justify-content: flex-end; }
.ddm-es-chat__msg--bot { justify-content: flex-start; }
.ddm-es-chat__bubble {
  max-width: 88%;
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.5;
}
.ddm-es-chat__msg--user .ddm-es-chat__bubble {
  background: var(--ddm-es-cyan);
  color: #fff;
  border-bottom-right-radius: 4px;
}
.ddm-es-chat__msg--bot .ddm-es-chat__bubble {
  background: #fff;
  color: var(--ddm-es-ink);
  border: 1px solid rgba(0,0,0,0.08);
  border-bottom-left-radius: 4px;
}
.ddm-es-chat__msg--typing .ddm-es-chat__bubble { opacity: 0.6; }
.ddm-es-chat__form {
  display: flex;
  gap: 0.4rem;
  padding: 0.55rem;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: #fff;
}
.ddm-es-chat__form input {
  flex: 1;
  min-height: 40px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 999px;
  padding: 0 0.85rem;
  font-size: 16px;
}
.ddm-es-chat__form button[type="submit"] {
  background: var(--ddm-es-pink);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0 1rem;
  font-weight: 700;
  cursor: pointer;
  min-height: 40px;
}
.ddm-es-chat__note {
  margin: 0;
  padding: 0.35rem 0.65rem 0.55rem;
  font-size: 0.68rem;
  color: var(--ddm-es-muted);
  text-align: center;
  background: #fff;
}
.ddm-es-chat__note a { color: var(--ddm-es-cyan-dark); }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
@media (max-width: 480px) {
  .ddm-es-chat { bottom: 5rem; right: 1rem; }
  .ddm-es-chat__toggle span { display: none; }
  .ddm-es-chat__toggle { padding: 0.85rem; border-radius: 50%; }
  .ddm-es-chat__panel {
    width: calc(100vw - 2rem);
    right: -0.25rem;
    height: min(70dvh, 480px);
  }
}

@media (max-width: 480px) {
  .ddm-es-packs__tabs { gap: 0.35rem; }
  .ddm-es-pack-tab { font-size: 0.82rem; padding: 0.5rem 0.85rem; }
  .ddm-es-form { padding: 1.15rem; }
}

/* Ofertas trabajo DJ */
.ddm-es-jobs-hero {
  background: linear-gradient(135deg, var(--ddm-es-teal) 0%, #0a2a26 100%);
  color: #fff;
  padding: 3rem 0 2.5rem;
  text-align: center;
}
.ddm-es-jobs-hero h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin: 0.75rem 0 1rem;
  line-height: 1.25;
}
.ddm-es-jobs-hero__lead {
  max-width: 42rem;
  margin: 0 auto 1.5rem;
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.95;
}
.ddm-es-jobs-hero__btn {
  display: inline-block;
  background: var(--ddm-es-pink);
  color: #fff;
  font-weight: 700;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s;
}
.ddm-es-jobs-hero__btn:hover { background: var(--ddm-es-pink-dark); color: #fff; }
.ddm-es-jobs-about {
  padding: 2.5rem 0;
  background: var(--ddm-es-bg);
}
.ddm-es-jobs-about h2 { text-align: center; margin-bottom: 1.5rem; color: var(--ddm-es-ink); }
.ddm-es-jobs-about__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}
.ddm-es-jobs-about__grid article {
  background: #fff;
  border-radius: var(--ddm-es-radius);
  padding: 1.25rem 1.35rem;
  box-shadow: 0 4px 20px rgba(26, 40, 56, 0.06);
}
.ddm-es-jobs-about__grid h3 { color: var(--ddm-es-teal); margin: 0 0 0.5rem; font-size: 1.05rem; }
.ddm-es-jobs-profile { padding: 2.5rem 0; }
.ddm-es-jobs-profile__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .ddm-es-jobs-profile__layout { grid-template-columns: 1fr; }
}
.ddm-es-jobs-profile__media img {
  width: 100%;
  border-radius: var(--ddm-es-radius);
  object-fit: cover;
}
.ddm-es-jobs-profile__list {
  margin: 1rem 0;
  padding-left: 1.25rem;
  line-height: 1.65;
}
.ddm-es-jobs-profile__list li { margin-bottom: 0.35rem; }
.ddm-es-jobs-profile__note {
  font-size: 0.95rem;
  color: var(--ddm-es-muted);
  margin-top: 1rem;
}
.ddm-es-jobs-steps {
  padding: 2rem 0 2.5rem;
  background: var(--ddm-es-bg);
}
.ddm-es-jobs-steps h2 { text-align: center; margin-bottom: 1.25rem; }
.ddm-es-jobs-steps__list {
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.7;
  padding-left: 1.25rem;
}
.ddm-es-jobs-steps__list li { margin-bottom: 0.65rem; }
.ddm-es-jobs-form-wrap { scroll-margin-top: 5rem; }
.ddm-es-jobs-form__back {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.95rem;
}
.ddm-es-jobs-form__back a { color: var(--ddm-es-cyan-dark); }
.ddm-es-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

/* Zonas provincias */
.ddm-es-zones {
  padding: 2rem 0 2.5rem;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ddm-es-zones__head { text-align: center; max-width: 640px; margin: 0 auto 1.5rem; }
.ddm-es-zones__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.ddm-es-zones__card {
  display: block;
  padding: 1.15rem 1.25rem;
  border-radius: var(--ddm-es-radius);
  border: 1px solid rgba(0,0,0,0.08);
  text-decoration: none;
  color: var(--ddm-es-ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ddm-es-zones__card strong { display: block; font-size: 1.1rem; margin-bottom: 0.35rem; }
.ddm-es-zones__card span { font-size: 0.9rem; color: var(--ddm-es-muted); line-height: 1.4; }
.ddm-es-zones__card:hover {
  border-color: var(--ddm-es-cyan);
  box-shadow: 0 8px 24px rgba(30, 202, 211, 0.12);
}
.ddm-es-zones__card--featured { border-color: var(--ddm-es-pink); background: linear-gradient(135deg, #fff 0%, #fff5fa 100%); }
.ddm-es-zones__foot { text-align: center; margin-top: 1.25rem; font-size: 0.95rem; }

/* Reseñas */
.ddm-es-reviews {
  padding: 2.5rem 0;
  background: var(--ddm-es-bg);
}
.ddm-es-reviews__head { text-align: center; max-width: 640px; margin: 0 auto 1.75rem; }
.ddm-es-reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}
.ddm-es-review {
  margin: 0;
  background: #fff;
  border-radius: var(--ddm-es-radius);
  padding: 1.35rem 1.4rem;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 4px 16px rgba(26,40,56,0.05);
}
.ddm-es-review p { margin: 0 0 1rem; line-height: 1.65; color: var(--ddm-es-ink); font-size: 0.98rem; }
.ddm-es-review footer { font-size: 0.88rem; color: var(--ddm-es-muted); }
.ddm-es-review cite { font-style: normal; font-weight: 600; color: var(--ddm-es-teal); }
.ddm-es-review__stars { color: var(--ddm-es-gold); margin-left: 0.35rem; letter-spacing: 1px; }

/* Legal / guía / 404 */
.ddm-es-legal, .ddm-es-guide, .ddm-es-404 {
  padding: 2.5rem 0 3rem;
  max-width: 720px;
  margin: 0 auto;
}
.ddm-es-legal h1, .ddm-es-guide h1, .ddm-es-404 h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--ddm-es-ink);
  margin-bottom: 0.75rem;
}
.ddm-es-legal h2, .ddm-es-guide h2 { font-size: 1.15rem; margin: 1.75rem 0 0.65rem; color: var(--ddm-es-teal); }
.ddm-es-legal p, .ddm-es-legal li, .ddm-es-guide p, .ddm-es-guide li { line-height: 1.65; color: var(--ddm-es-muted); }
.ddm-es-legal__updated { font-size: 0.9rem; margin-bottom: 1.5rem; }
.ddm-es-guide__lead { font-size: 1.05rem; margin-bottom: 1.5rem; }
.ddm-es-guide__block {
  background: #fff;
  border-radius: var(--ddm-es-radius);
  padding: 1.25rem 1.35rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0,0,0,0.06);
}
.ddm-es-guide__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 2rem 0 1rem; }
.ddm-es-guide__btn {
  display: inline-block;
  background: var(--ddm-es-pink);
  color: #fff !important;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}
.ddm-es-guide__btn--ghost {
  background: transparent;
  color: var(--ddm-es-teal) !important;
  border: 2px solid var(--ddm-es-teal);
}
.ddm-es-404__links { line-height: 1.8; padding-left: 1.25rem; }

/* Cookie banner */
.ddm-es-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: var(--ddm-es-ink);
  color: #fff;
  padding: 0.85rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  font-size: 0.9rem;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
}
.ddm-es-cookie a { color: var(--ddm-es-cyan); }
.ddm-es-cookie button {
  border: none;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  cursor: pointer;
  font-weight: 600;
}
#ddm-es-cookie-accept { background: var(--ddm-es-cyan); color: #fff; }
#ddm-es-cookie-reject { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.4) !important; }
picture img { max-width: 100%; height: auto; }
