#masthead.site-header,
.elementor-location-header {
  display: none !important;
}

#colophon.site-footer {
  display: none !important;
}

.dm-site-header,
.dm-site-header *,
.dm-site-header *::before,
.dm-site-header *::after {
  box-sizing: border-box;
}

.dm-site-header {
  --dm-header-pink: #d00088;
  --dm-header-pink-bright: #ee168d;
  --dm-header-purple: #6e1b72;
  --dm-header-ink: #211624;
  --dm-header-muted: #6f6671;
  --dm-header-line: #eee7ed;
  position: sticky;
  top: 0;
  z-index: 9998;
  width: 100%;
  color: var(--dm-header-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 9px 28px rgba(39, 14, 34, .1);
}

.admin-bar .dm-site-header { top: 32px; }
.dm-site-header a { color: inherit !important; text-decoration: none !important; }
.dm-site-header svg { display: block; width: 16px; height: 16px; fill: currentColor; }
.dm-site-header-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.dm-site-topbar {
  color: #fff;
  background: linear-gradient(100deg, #72065c, var(--dm-header-pink) 55%, #9b086e);
}

.dm-site-topbar-inner {
  min-height: 35px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  font-size: .73rem;
  font-weight: 700;
}

.dm-site-location,
.dm-site-hours,
.dm-site-phone,
.dm-site-top-contact {
  display: flex;
  align-items: center;
}

.dm-site-location { width: max-content; gap: 7px; opacity: .96; }
.dm-site-location:hover { opacity: .78; }
.dm-site-hours { justify-content: center; gap: 10px; white-space: nowrap; }
.dm-site-hours svg { opacity: .83; }
.dm-site-hours span + span { padding-left: 10px; border-left: 1px solid rgba(255, 255, 255, .28); }
.dm-site-top-contact { justify-content: flex-end; gap: 12px; }
.dm-site-phone { gap: 7px; }
.dm-site-phone:hover { opacity: .8; }
.dm-site-top-whatsapp { padding: 4px 10px; color: #fff !important; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; }
.dm-site-top-whatsapp:hover { background: rgba(255, 255, 255, .23); }

.dm-site-mainbar { background: rgba(255, 255, 255, .98); border-bottom: 1px solid var(--dm-header-line); }
.dm-site-mainbar-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; position: relative; }
.dm-site-brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.dm-site-brand img { width: 226px; height: auto; display: block; object-fit: contain; }

.dm-site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.dm-site-nav a { position: relative; padding: 28px 10px 26px; color: #3c303d !important; font-size: .79rem; font-weight: 800; white-space: nowrap; }
.dm-site-nav a::after { content: ""; position: absolute; right: 10px; bottom: 20px; left: 10px; height: 2px; background: var(--dm-header-pink); border-radius: 2px; transform: scaleX(0); transform-origin: center; transition: transform .18s ease; }
.dm-site-nav a:hover,
.dm-site-nav a.is-current { color: var(--dm-header-pink) !important; }
.dm-site-nav a:hover::after,
.dm-site-nav a.is-current::after { transform: scaleX(1); }

.dm-site-budget,
.dm-site-mobile-budget {
  min-height: 43px;
  padding: 11px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: linear-gradient(135deg, var(--dm-header-pink-bright), var(--dm-header-pink));
  border-radius: 10px;
  box-shadow: 0 9px 22px rgba(208, 0, 136, .22);
  font-size: .75rem;
  font-weight: 850;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease;
}

.dm-site-budget:hover,
.dm-site-mobile-budget:hover { color: #fff !important; transform: translateY(-1px); box-shadow: 0 12px 25px rgba(208, 0, 136, .3); }
.dm-site-mobile-actions { display: none; }

@media (max-width: 1100px) {
  .dm-site-mainbar-inner { gap: 18px; }
  .dm-site-brand img { width: 190px; }
  .dm-site-nav a { padding-inline: 8px; }
}

@media (max-width: 920px) {
  .dm-site-header-shell { width: min(100% - 28px, 1180px); }
  .dm-site-topbar-inner { min-height: 31px; grid-template-columns: auto 1fr; gap: 12px; }
  .dm-site-location span { font-size: 0; }
  .dm-site-location span::after { content: "Málaga"; font-size: .69rem; }
  .dm-site-hours { display: none; }
  .dm-site-top-contact { justify-content: flex-end; }
  .dm-site-phone { display: none; }
  .dm-site-top-whatsapp { padding: 2px 9px; font-size: .68rem; }
  .dm-site-mainbar-inner { min-height: 67px; gap: 10px; }
  .dm-site-brand img { width: 158px; height: auto; }
  .dm-site-nav,
  .dm-site-budget { display: none; }
  .dm-site-mobile-actions { margin-left: auto; display: flex; align-items: center; gap: 7px; }
  .dm-site-mobile-whatsapp { width: 40px; height: 40px; display: grid; place-items: center; color: #fff !important; background: #1aa866; border-radius: 50%; box-shadow: 0 7px 16px rgba(26, 168, 102, .22); }
  .dm-site-mobile-whatsapp svg { width: 21px; height: 21px; }
  .dm-site-mobile-menu { position: static; }
  .dm-site-mobile-menu summary { min-width: 71px; min-height: 42px; padding: 8px 10px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #4a3a49; background: #f8f3f7; border: 1px solid #eadde7; border-radius: 9px; cursor: pointer; font-size: .69rem; font-weight: 850; list-style: none; }
  .dm-site-mobile-menu summary::-webkit-details-marker { display: none; }
  .dm-site-mobile-menu summary::marker { display: none; content: ""; }
  .dm-site-menu-icon { width: 18px; display: grid; gap: 3px; }
  .dm-site-menu-icon i { width: 18px; height: 2px; display: block; background: var(--dm-header-pink); border-radius: 2px; transition: transform .18s ease, opacity .18s ease; }
  .dm-site-mobile-menu[open] .dm-site-menu-icon i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .dm-site-mobile-menu[open] .dm-site-menu-icon i:nth-child(2) { opacity: 0; }
  .dm-site-mobile-menu[open] .dm-site-menu-icon i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .dm-site-mobile-panel { position: absolute; top: 100%; right: -14px; left: -14px; padding: 15px 14px 18px; color: var(--dm-header-ink); background: #fff; border-top: 1px solid var(--dm-header-line); border-radius: 0 0 16px 16px; box-shadow: 0 24px 38px rgba(35, 15, 31, .17); }
  .dm-site-mobile-panel nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .dm-site-mobile-panel nav a { padding: 12px 13px; display: flex; align-items: center; justify-content: space-between; color: #3f343f !important; background: #faf7f9; border: 1px solid #eee5ec; border-radius: 9px; font-size: .76rem; font-weight: 800; }
  .dm-site-mobile-panel nav a span { color: var(--dm-header-pink); }
  .dm-site-mobile-panel nav a.is-current { color: var(--dm-header-pink) !important; background: #fff1f8; border-color: #efb8d9; }
  .dm-site-mobile-budget { width: 100%; margin-top: 10px; }
  .dm-site-mobile-info { margin-top: 13px; padding-top: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 10px; color: #776b76; border-top: 1px solid #eee6ec; font-size: .66rem; }
  .dm-site-mobile-info strong { width: 100%; color: #4a3e49; text-align: center; }
  body:has(.dm-site-mobile-menu[open]) .qlwapp { opacity: 0 !important; pointer-events: none !important; }
}

@media (max-width: 782px) {
  .admin-bar .dm-site-header { top: 46px; }
}

@media (max-width: 560px) {
  .dm-site-mobile-panel nav { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .dm-site-brand img { width: 137px; }
  .dm-site-mobile-actions { gap: 5px; }
  .dm-site-mobile-whatsapp { width: 38px; height: 38px; }
  .dm-site-mobile-menu summary { min-width: 64px; padding-inline: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .dm-site-header *,
  .dm-site-header *::before,
  .dm-site-header *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

.dm-site-footer,
.dm-site-footer *,
.dm-site-footer *::before,
.dm-site-footer *::after {
  box-sizing: border-box;
}

.dm-site-footer {
  position: relative;
  overflow: hidden;
  color: #c9c1ca;
  background:
    radial-gradient(circle at 12% 0, rgba(208, 0, 136, .13), transparent 34%),
    linear-gradient(180deg, #100b12 0%, #09070a 100%);
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-family: Arial, Helvetica, sans-serif;
}

.dm-site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #6e1b72, #d00088 48%, #ee168d);
}

.dm-site-footer a { color: inherit !important; text-decoration: none !important; }
.dm-site-footer-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.dm-site-footer-main { padding: 54px 0 42px; display: grid; grid-template-columns: 1.35fr .75fr 1fr; gap: clamp(36px, 6vw, 82px); }
.dm-site-footer-brand img { width: 230px; height: auto; display: block; object-fit: contain; }
.dm-site-footer-brand p { max-width: 390px; margin: 20px 0 16px; color: #bdb4bf; font-size: .88rem; line-height: 1.65; }
.dm-site-footer-trust { display: flex; flex-wrap: wrap; gap: 8px; }
.dm-site-footer-trust span { padding: 6px 10px; color: #e5dce6; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .08); border-radius: 999px; font-size: .65rem; font-weight: 800; }
.dm-site-footer h2 { margin: 4px 0 18px; color: #fff; font-size: .72rem; font-weight: 850; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.dm-site-footer-links { display: grid; gap: 7px; }
.dm-site-footer-links a { padding: 7px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #c9c1ca !important; border-bottom: 1px solid rgba(255, 255, 255, .06); font-size: .8rem; font-weight: 750; }
.dm-site-footer-links a span { color: #ee168d; transition: transform .18s ease; }
.dm-site-footer-links a:hover { color: #fff !important; }
.dm-site-footer-links a:hover span { transform: translateX(3px); }
.dm-site-footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: .8rem; }
.dm-site-footer-contact > a:not(.dm-site-footer-whatsapp):hover { color: #fff !important; }
.dm-site-footer-phone { color: #fff !important; font-size: 1.05rem; font-weight: 850; }
.dm-site-footer-contact p { margin: 5px 0 8px; color: #958b97; font-size: .7rem; line-height: 1.6; }
.dm-site-footer-contact p strong { color: #cfc6d0; }
.dm-site-footer-whatsapp { margin-top: 3px; padding: 9px 13px; color: #fff !important; background: #198e59; border: 1px solid rgba(255, 255, 255, .12); border-radius: 9px; font-size: .72rem; font-weight: 850; box-shadow: 0 8px 22px rgba(0, 0, 0, .2); transition: transform .18s ease, background .18s ease; }
.dm-site-footer-whatsapp:hover { color: #fff !important; background: #20a96a; transform: translateY(-1px); }
.dm-site-footer-bottom { min-height: 58px; padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #776e79; border-top: 1px solid rgba(255, 255, 255, .07); font-size: .65rem; }
.dm-site-footer-bottom span:last-child { color: #a79da9; }

@media (max-width: 820px) {
  .dm-site-footer-main { grid-template-columns: 1fr 1fr; }
  .dm-site-footer-brand { grid-column: 1 / -1; }
  .dm-site-footer-brand p { max-width: 540px; }
}

@media (max-width: 560px) {
  .dm-site-footer-shell { width: min(100% - 30px, 1180px); }
  .dm-site-footer-main { padding: 42px 0 30px; grid-template-columns: 1fr; gap: 31px; }
  .dm-site-footer-brand { grid-column: auto; }
  .dm-site-footer-brand img { width: 205px; }
  .dm-site-footer-brand p { margin-top: 17px; font-size: .82rem; }
  .dm-site-footer-links { grid-template-columns: 1fr 1fr; column-gap: 20px; }
  .dm-site-footer-bottom { padding: 18px 0; flex-direction: column; justify-content: center; gap: 5px; text-align: center; }
}
