.section-title, h1, h2, h3, h4 {
  line-height: 1.2;
}
.container, .hero-copy, .lead {
  margin-inline: auto;
}
.hero .hero-copy h1, .hero .phone a, .hero .phone a:visited {
  color: var(--gold) !important;
}
.btn:hover, .contact-form .btn:hover {
  background: var(--gold-2);
}
.contact-aside, .contacto.v2 .contact-hero, .info-media, .qa, .qa-badge, .sr-only, .testi-card {
  overflow: hidden;
}
.mobile-backdrop, .mobile-menu {
  pointer-events: none;
  position: fixed;
}
.qa > p, figure {
  margin: 0;
}
#btnUp, .contacto.v2 input[type=email], .contacto.v2 input[type=tel], .contacto.v2 input[type=text] {
  height: 46px;
}
.internal-links a, .phone a, .whatsapp-float, a {
  text-decoration: none;
}
@font-face {
  font-family: InterLocal;
  src: url("../fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: InterLocal;
  src: url("../fonts/inter-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: PlayfairLocal;
  src: url("../fonts/playfair-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: PlayfairLocal;
  src: url("../fonts/playfair-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --blue: #0b1620;
  --blue-2: #0e1f2b;
  --light: #fff;
  --text: #131313;
  --muted: #6b7280;
  --gold: #a06f1c;
  --gold-2: #8a5c14;
  --on-gold: #0a0a0a;
  --accent: var(--gold);
  --accent-2: var(--gold-2);
  --radius: 14px;
  --shadow: 0 10px 28px rgba(0, 0, 0, .18);
  --hover-dur: 200ms;
  --hover-ease: cubic-bezier(.2, .6, .2, 1);

  /* Variables de Cookies */
  --color-gold: var(--gold); /* #a06f1c */
  --color-gold-dark: var(--gold-2); /* #8a5c14 */
  --color-blue: var(--blue); /* #0b1620 */
  --color-light: var(--light); /* #fff */
  --color-green: #059669; /* Etiqueta de Activo */
  --color-green-light: #D1FAE5;
  --color-gray: #4B5563;
  --color-border: #E5E7EB;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background: var(--blue);
}
.section, body {
  background: var(--light);
}
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overscroll-behavior-y: auto !important;
  touch-action: pan-y pinch-zoom !important;
}
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
}
body {
  font-family: InterLocal, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4 {
  font-family: PlayfairLocal, Georgia, serif;
  margin: 0 0 1.6rem;
  color: var(--blue);
}
.section-title {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 700;
}
.container {
  width: min(1120px, 100%);
  padding: 0 20px;
}
.section {
  padding: 68px 0;
}
.btn, .contact-form .btn {
  padding: 12px 18px;
  font-weight: 700;
}
p {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
h1 {
  font-size: clamp(28px, 4.5vw, 40px);
}
h2 {
  font-size: clamp(28px, 4.5vw, 40px);
}
h3 {
  font-size: clamp(22px, 3.5vw, 30px);
}
h4 {
  font-size: clamp(18px, 2.8vw, 24px);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--blue);
  color: var(--light);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.header-wrap {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand, .main-nav {
  display: flex;
  align-items: center;
}
.brand {
  gap: 10px;
  color: var(--light);
}
.btn, .btn-outline, .btn:hover {
  color: var(--on-gold);
}
.brand img {
  height: 48px;
  width: auto;
}
.brand-name {
  font-weight: 700;
  letter-spacing: .2px;
}
.main-nav {
  gap: 18px;
}
.main-nav a {
  color: #e7edf3;
  padding: 8px 10px;
  border-radius: 10px;
  transition: background .25s;
}
.main-nav a:hover {
  background: rgba(255, 255, 255, .08);
}
.btn {
  display: inline-block;
  border-radius: 12px;
  background: var(--gold);
  border: 1px solid transparent;
  transition: transform .03s, background .25s, color .25s, border-color .25s;
}
.btn:active {
  transform: scale(.98);
}
.btn-outline {
  background: 0 0;
  border-color: var(--on-gold);
}
.btn-light, .hero {
  background: var(--light);
}
.btn-outline:focus-visible, .btn-outline:hover {
  background: var(--on-gold);
  color: #fff;
  border-color: var(--on-gold);
}
.btn-light {
  color: var(--blue);
  border: 1px solid var(--light);
}
.btn-light:hover {
  background: #f5f6f8;
}
.btn--wa {
  box-shadow: 0 10px 10px rgba(37, 211, 102, .45), inset 0 0 0 1px rgba(255, 255, 255, .2);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: center;
}
.hero-copy {
  text-align: center;
  max-width: 840px;
}
.hero-copy h1 {
  font-size: clamp(28px, 4.5vw, 40px);
}
.byline {
  color: var(--muted);
  margin-bottom: 10px;
}
.lead {
  font-size: 1.4rem;
  max-width: 56ch;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  justify-content: center;
}
.hero-grid > .hero-copy:only-child {
  grid-column: 1 / -1;
  justify-self: center;
}
.hero .phone {
  color: var(--gold);
  font-weight: 700;
  font-size: clamp(22px, 3.2vw, 30px);
  margin: 10px 0 18px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .05);
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
}
.hero .phone a:hover {
  color: #c98a24 !important;
}
.hero .hero-copy h1 {
  -webkit-text-stroke: 0 !important;
  text-shadow: none !important;
}
.contacto, .services, .informacion {
  background: var(--blue);
  color: #e9f0f6;
}
.contacto .section-title, .m-nav-list a:hover, .services .section-title, .testimonios .section-title .informacion .section-title{
  color: var(--gold);
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
.info-media {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin: 10px 0;
}
.muted {
  color: #ffffff;
}
.testimonios {
  padding: 64px 0 56px;
}
.testi-heading {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 26px;
}
.testi-heading .section-title {
  color: var(--gold);
  margin: 6px 0 10px;
}
.testi-divider {
  width: min(760px, 86%);
  height: 10px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 50, rgba(255, 255, 255, .16) 60%, rgba(255, 255, 255, .16) 29%, transparent 50%);
  position: relative;
}
.testi-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 4px rgba(160, 97, 28, .18);
}
.testi-lead, .testi-sub {
  margin: 8px auto;
  max-width: 820px;
  line-height: 1.2;
  color: #000000;
  opacity: .95;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  justify-items: center;
  align-items: start;
  gap: 28px 32px;
  max-width: 1100px;
  margin: 12px auto 0;
}
.testi-card {
  width: 100%;
  max-width: 240px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .35);
}
.testi-card video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .testi-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .testi-card {
    max-width: 220px;
  }
}
@media (max-width: 780px) {
  .testi-grid {
    gap: 22px 24px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .testi-card {
    max-width: 200px;
  }
  .testi-lead, .testi-sub {
    max-width: 92%;
  }
}
@media (max-width: 520px) {
  .testi-grid {
    gap: 16px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .testi-card {
    max-width: 170px;
    padding: 6px;
    border-radius: 12px;
  }
  .testi-card video {
    border-radius: 8px;
  }
}
.section.faq.v2 .section-head {
  text-align: center;
  margin-bottom: 14px;
}
.section.faq.v2 .section-title {
  margin: 0 0 8px;
}
.qa-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 22px;
  max-width: 1040px;
  margin: 0 auto;
}
.qa {
  border: 1px solid #e6edf4;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .05);
  transition: border-color .2s, box-shadow .2s, transform .06s;
}
.qa:hover {
  box-shadow: 0 10px 22px rgba(0, 0, 0, .07);
}
.qa:active {
  transform: translateY(1px);
}
.qa > summary {
  list-style: none;
  display: grid;
  grid-template-columns: 42px 1fr 22px;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .1px;
  line-height: 1.35;
}
.qa > summary::-webkit-details-marker {
  display: none;
}
.qa > summary .qa-badge {
  width: 28px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  padding: 6px;
  background: rgba(160, 97, 28, .16);
  box-shadow: inset 0 0 0 1px rgba(160, 97, 28, .38);
}
.qa > summary .qa-badge img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block;
  object-fit: contain;
}
.qa-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f9f9f9;
  flex-shrink: 0;
}
.qa-badge img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.qa > summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  justify-self: end;
  opacity: .55;
  transition: transform .18s, opacity .18s;
  margin-right: 2px;
}
.qa:hover > summary::after {
  opacity: .85;
}
.qa[open] > summary::after {
  transform: rotate(45deg);
  opacity: 1;
}
.qa > p {
  padding: 10px 18px 16px 70px;
  font-size: 1.3rem;
  line-height: 1.2;
  max-width: 78ch;
  animation: .18s faqfade;
  border-top: 1px solid #eef2f6;
}
@media (max-width: 640px) {
  p {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .qa > summary {
    grid-template-columns: 36px 1fr 18px;
    padding: 12px;
  }
  .qa > p {
    padding: 8px 12px 12px 58px;
    font-size: 1.3rem;
  }
}
.qa > summary:focus, :focus {
  outline: 0;
}
.qa > summary:focus-visible {
  box-shadow: 0 0 0 3px rgba(212, 164, 70, .35) inset;
  border-radius: 14px;
}
@keyframes faqfade {
  from {
    opacity: 0;
    transform: translateY(-2px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-color-scheme: dark) {
  .qa {
    background: #0b1620;
    border-color: rgba(148, 163, 184, .25);
  }
  .qa > p, .qa > summary {
    color: #e5e7eb !important;
  }
}
#contacto.section {
  padding: 84px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(360px, 520px) 1fr;
  gap: 28px 34px;
  align-items: stretch;
}
.contact-form {
  background: #fff;
  color: var(--text);
  border: 1px solid #e7ecf2;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .1);
  padding: 28px 24px;
  height: 100%;
  display: block;
}
.contact-form .section-title {
  margin: 0 0 6px;
  text-align: left;
  color: var(--gold);
  -webkit-text-stroke: 0;
  text-shadow: none;
}
.contact-form .muted {
  margin: 0 0 18px;
}
.field {
  margin: 14px 0;
}
.field span {
  display: block;
  font-weight: 700;
  color: var(--blue);
  margin: 0 0 6px;
}
input[type=email], input[type=tel], input[type=text], textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 1rem;
  border-radius: 12px;
  border: 1px solid #dbe2ea;
  background: #fff;
  color: #111827;
}
input::placeholder, textarea::placeholder {
  color: #98a2ad;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(160, 97, 28, .25) !important;
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0 10px;
  color: #374151;
  line-height: 1.45;
}
.consent input {
  margin-top: 3px;
}
.contact-form .btn {
  width: 100%;
  border-radius: 12px;
  background: var(--gold);
  color: var(--on-gold);
  border: 1px solid transparent;
}
.contact-aside {
  position: relative;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  height: 100%;
}
.contact-aside img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-aside .aside-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 70%);
  color: #fff;
}
.contact-aside h3 {
  margin: 0 0 6px;
  color: #fff;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 28px);
}
.contact-aside .btn-light {
  background: #fff;
  color: var(--blue);
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 700;
}
.contact-aside .btn-light:hover {
  background: #f5f6f8;
  color: var(--blue);
}
.contacto.v2 {
  background: var(--blue);
}
.contacto.v2 .contact-wrap {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 560px);
  gap: 28px 34px;
  align-items: stretch;
}
.contacto.v2 .contact-card {
  background: #fff;
  border: 1px solid #e9edf2;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 40px rgba(11, 22, 32, .18);
  color: var(--text);
}
.contacto.v2 .contact-card .section-title {
  color: var(--blue);
  margin: 0 0 6px;
}
.contacto.v2 .contact-card .muted {
  color: #5b6b7b;
  margin: 0 0 16px;
}
.contacto.v2 .field {
  display: block;
  margin: 12px 0;
}
.contacto.v2 .field span {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--blue);
  text-align: left;
}
.contacto.v2 input[type=email], .contacto.v2 input[type=tel], .contacto.v2 input[type=text], .contacto.v2 textarea {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #dbe3ea;
  background: #f9fbfc;
  outline: 0;
  font: inherit;
}
.contacto.v2 textarea {
  resize: vertical;
  min-height: 120px;
}
.contacto.v2 .consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 12px 0 10px;
  color: #374151;
}
.contacto.v2 .btn.btn-block {
  width: 100%;
  border-radius: 12px;
}
.contacto.v2 .contact-hero {
  position: relative;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .28);
  border: 1px solid rgba(255, 255, 255, .08);
}
.contacto.v2 .contact-hero img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}
.contacto.v2 .contact-hero .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 28px;
  background: linear-gradient(180deg, rgba(7, 12, 17, .7) 0, rgba(7, 12, 17, .8) 45%, rgba(7, 12, 17, .88) 100%);
  backdrop-filter: blur(1.5px);
}
.contacto.v2 .contact-hero h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: PlayfairLocal, Georgia, serif;
  font-size: clamp(22px, 2.6vw, 30px);
  text-shadow: 0 3px 14px rgba(0, 0, 0, .55);
}
.contacto.v2 .contact-hero p {
  margin: 0 0 16px;
  max-width: 560px;
  color: #f2f6fb;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
}
.contacto.v2 .contact-hero .btn {
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  background: var(--gold) !important;
  color: var(--on-gold) !important;
  border: 1px solid rgba(0, 0, 0, .25);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .45);
}
.contacto.v2 .contact-hero .btn:hover {
  background: var(--gold-2) !important;
  transform: translateY(-1px);
}
#servicios .container, .faq-section h2 {
  text-align: center;
}
#servicios .section-title {
  margin-bottom: 8px;
}
#servicios .muted {
  max-width: 780px;
  margin: 6px auto 28px;
}
#servicios .services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 340px));
  justify-content: center;
  align-items: start;
  gap: 28px 48px;
  max-width: 1080px;
  margin: 0 auto;
}
#servicios .services-grid article {
  text-align: center;
  max-width: 520px;
}
#servicios .services-grid img {
  display: block;
  height: 56px;
  margin: 10px auto 12px;
  opacity: .95;
}
#servicios .services-grid h3 {
  margin: 0 0 6px;
  color: var(--blue);
}
#servicios .services-grid p {
  margin: 0 auto;
  max-width: 620px;
}
#servicios .container > div[style*="grid-template-columns"] {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(260px, 340px)) !important;
  justify-content: center !important;
  align-items: start !important;
  gap: 28px 48px !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
}
#servicios .container > div[style*="grid-template-columns"] > article {
  text-align: center !important;
  max-width: 520px !important;
}
#servicios .container > div[style*="grid-template-columns"] img {
  display: block !important;
  margin: 10px auto 12px !important;
  height: 56px !important;
}
@media (max-width: 980px) {
  .contacto.v2 .contact-wrap {
    grid-template-columns: 1fr;
  }
  .contacto.v2 .contact-hero img {
    min-height: 420px;
  }
  #servicios .services-grid {
    grid-template-columns: repeat(2, minmax(260px, 340px));
  }
  #servicios .container > div[style*="grid-template-columns"] {
    grid-template-columns: repeat(2, minmax(260px, 340px)) !important;
  }
}
@media (max-width: 620px) {
  #servicios .services-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 560px;
  }
  #servicios .container > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    max-width: 560px !important;
  }
}
.section--blue {
  background: var(--blue) !important;
  color: #e9f0f6 !important;
}
.section--blue .section-title, .section--blue h1, .section--blue h2, .section--blue h3, .section--blue h4 {
  color: var(--gold) !important;
}
.section--blue li, .section--blue p {
  color: #dfe7ef !important;
}
.section--blue a {
  color: #e8c387;
  text-decoration: underline;
}
.section--blue a:hover {
  color: #e8c387;
  text-decoration: underline;
}
.section--blue .info-media {
  box-shadow: 0 16px 40px rgba(0, 0, 0, .45);
}
.site-footer {
  color: #ffffff;
  padding: 26px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}
.footer-top {
  padding-bottom: 10px;
}
.legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.legal a {
  color: #ffffff;
  font-size: .95rem;
  opacity: .9;
}
.legal a:hover {
  opacity: 1;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  border-top: 1px dashed rgba(255, 255, 255, .12);
  padding-top: 12px;
}
.social, .social--icons {
  display: flex;
  gap: 10px;
}
.social a {
  background: #0f202b;
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 6px 10px;
  border-radius: 999px;
  color: #e9f0f6;
  font-weight: 700;
}
.site-footer .social {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 12px auto 0;
  flex-basis: 100%;
  order: 2;
}
.social--icons .social__link {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.social--icons .social__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
  border-color: rgba(220, 165, 74, .6);
}
.social--icons svg {
  width: 18px;
  height: 18px;
  fill: #e9f0f6;
}
.phone a {
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hamburger {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: 0 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #e9f0f6;
  border-radius: 2px;
}
.mobile-menu {
  inset: 0;
  background: var(--blue);
  z-index: 1001;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 18px 18px 32px;
  transform: translateY(-105%);
  transition: transform .28s, opacity .28s;
}
.mobile-menu.is-open {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu__close {
  align-self: flex-end;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}
.mobile-menu__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.mobile-menu__list {
  list-style: none;
  margin: 8px 0 10px;
  padding: 0;
  width: 100%;
  max-width: 380px;
}
.mobile-menu__list li {
  margin: 12px 0;
}
.mobile-menu a {
  color: #e9f0f6;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 10px 8px;
}
.mobile-backdrop {
  inset: 0;
  background: rgba(0, 0, 0, .45);
  transition: opacity .2s;
  z-index: 1000;
}
.mobile-backdrop.show {
  opacity: 1;
  pointer-events: auto;
}
html.no-scroll, html.no-scroll body {
  overflow: hidden;
  height: 100%;
}
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 64px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #25d366;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
  z-index: 999;
  line-height: 0;
  transition: transform .18s, box-shadow .18s, filter .18s;
  animation: 20s ease-out infinite wa-pulse;
}
.whatsapp-float svg {
  width: 58%;
  height: 58%;
  display: block;
}
.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .3);
  filter: brightness(1.05);
}
@media (max-width: 480px) {
  .whatsapp-float {
    width: 56px;
    right: 14px;
    bottom: 14px;
  }
}
@media (hover: hover) and (min-width: 900px) {
  .whatsapp-float::after {
    content: "Escríbeme por WhatsApp";
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    transform: translateY(-50%);
    background: #fff;
    color: #000;
    padding: 15px;
    font-size: 15px;
    border-radius: 9px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s, transform .18s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
  }
  .whatsapp-float:hover::after {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.m-nav-btn {
  display: none;
}
@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 22px 18px;
  }
  .contact-aside .btn-light {
    width: 100%;
    text-align: center;
  }
  .hamburger {
    display: inline-flex;
  }
  .main-nav {
    display: none;
  }
  .m-nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .04);
    color: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .m-nav-btn svg {
    width: 22px;
    height: 22px;
    display: block;
  }
}
.m-nav-sheet {
  max-height: 70vh;
  overflow: auto;
  background: var(--blue);
  color: #e9f0f6;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
  transform: scale(.98) translateY(-6px);
  pointer-events: none;
}
.m-nav-sheet.open {
  transform: none;
  pointer-events: auto;
}
.m-nav-head {
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.m-nav-head img {
  height: 28px;
  width: auto;
}
.m-nav-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  color: #fff;
  cursor: pointer;
}
.m-nav-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.m-nav-backdrop.show, .m-nav-cta, .m-nav-list a, .video-wrap.playing video {
  display: block;
}
.m-nav-cta {
  margin: 8px auto 2px;
  width: max-content;
}
.m-nav-backdrop {
  position: fixed;
  inset: 0;
  background: 0 0;
  z-index: 55;
}

/* AQUÍ ESTABA EL PROBLEMA: QUITAMOS body, html y :root */
.qa, html::before {
  background: #0b1620;
}

.hamburger, .mobile-backdrop, .mobile-menu, [data-mobile-nav] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.whatsapp-float.is-hidden {
  opacity: 0;
  transform: scale(.92);
  pointer-events: none;
}
@keyframes wa-pulse {
  0%, 100%, 96% {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
  }
  97% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .55);
  }
  98.5% {
    box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    animation: none;
  }
}
.main-nav a.is-active {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}
.m-nav-list a.is-active {
  background: rgba(255, 255, 255, .12);
  border-radius: 10px;
}
.field.is-invalid input, .field.is-invalid textarea {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, .15);
}
.field.is-valid input, .field.is-valid textarea {
  border-color: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .15);
}
.consent .err, .field .err {
  display: block;
  margin-top: 6px;
  font-size: .92rem;
  line-height: 1.4;
  color: #b91c1c;
}
.consent.is-invalid {
  color: #b91c1c;
}
.btn, .contacto.v2 .contact-hero .btn, .m-nav-list a, .main-nav a, .social--icons .social__link, .whatsapp-float, a {
  transition: color var(--hover-dur) var(--hover-ease), background-color var(--hover-dur) var(--hover-ease), border-color var(--hover-dur) var(--hover-ease), box-shadow var(--hover-dur) var(--hover-ease), transform var(--hover-dur) var(--hover-ease), filter var(--hover-dur) var(--hover-ease);
}
.btn {
  transition: background var(--hover-dur) var(--hover-ease), color var(--hover-dur) var(--hover-ease), border-color var(--hover-dur) var(--hover-ease), transform .06s ease;
}
.testi-card {
  transition: transform var(--hover-dur) var(--hover-ease), box-shadow var(--hover-dur) var(--hover-ease);
}
.testi-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .35);
}
.qa:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}
:focus-visible {
  outline: 0;
}
.btn:focus-visible, .m-nav-list a:focus-visible, .main-nav a:focus-visible, .social--icons .social__link:focus-visible, .whatsapp-float:focus-visible {
  box-shadow: 0 0 0 3px rgba(212, 164, 70, .45), 0 0 0 1.5px rgba(0, 0, 0, .35) inset;
  border-radius: 12px;
}
.whatsapp-float:focus-visible {
  border-radius: 999px;
}
input::placeholder, textarea::placeholder {
  color: var(--muted);
  opacity: .95;
}
@media (max-width: 420px) {
  body {
    font-size: clamp(16px, 3.6vw, 16px);
    line-height: 1.45;
  }
  p {
    line-height: 1.2;
    margin-bottom: .9rem;
  }
  h1 {
    font-size: clamp(28px, 7.2vw, 56px);
    line-height: 1.15;
    letter-spacing: -.01em;
    text-transform: uppercase;
  }
  h2 {
    font-size: clamp(22px, 5.6vw, 28px);
    line-height: 1.18;
  }
  h3 {
    font-size: clamp(22px, 5.6vw, 28px);
    line-height: 1.2;
  }
  .section {
    padding: 44px 0;
  }
  .container {
    padding: 0 16px;
  }
  .btn, .contacto.v2 .contact-hero .btn {
    padding: 10px 14px;
  }
  .hero-copy {
    max-width: 95%;
  }
  .hero-copy .lead {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .hero .phone {
    font-size: clamp(22px, 4.5vw, 24px);
    margin: 8px 0 14px;
  }
  .cta-row {
    gap: 10px;
    margin-top: 12px;
  }
  .btn {
    border-radius: 10px;
  }
  .btn--wa {
    padding: 10px 10px;
  }
  #servicios .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 520px;
  }
  #servicios .services-grid img {
    height: 44px;
    margin: 6px auto 8px;
  }
  #servicios .muted {
    margin: 4px auto 18px;
  }
  .testi-grid {
    gap: 14px 14px;
  }
  .testi-card {
    max-width: 160px;
    padding: 6px;
  }
  .testi-card video {
    border-radius: 8px;
  }
  .qa-grid {
    gap: 12px 14px;
  }
  .qa > summary {
    grid-template-columns: 32px 1fr 18px;
    padding: 10px 12px;
  }
  .qa > p {
    padding: 8px 12px 12px 56px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .info-media {
    margin: 6px 0;
  }
  .contacto.v2 .contact-card {
    padding: 18px;
  }
  .contacto.v2 input[type=email], .contacto.v2 input[type=tel], .contacto.v2 input[type=text] {
    height: 42px;
  }
  .contacto.v2 .contact-hero img {
    min-height: 360px;
  }
  .whatsapp-float {
    width: 54px;
    right: 12px;
    bottom: 12px;
  }
}
.is-android body {
  font-size: clamp(14px, 3.4vw, 15.5px);
}
.is-android .section {
  padding: 40px 0;
}
.is-android .qa > p {
  line-height: 1.2;
}
.is-android .whatsapp-float {
  width: 52px;
  right: 10px;
  bottom: 10px;
}
#navWhatsApp {
  color: #00000 !important;
}
main > :first-child {
  margin-top: 0 !important;
}
main > :last-child {
  margin-bottom: 0 !important;
}
html::before {
  content: "";
  position: fixed;
  inset: -100vmax;
  z-index: -1;
  pointer-events: none;
  transform: translateZ(0);
  will-change: transform;
}
.is-ios {
  overscroll-behavior-y: contain !important;
}
p.muted {
  color: #e0e0e0;
}
.testimonios .qa > summary {
  color: #f4f7fb !important;
}
.qa > p, .qa > summary, .testimonios .qa > p {
  color: #e6edf5 !important;
}
.testimonios .qa > p {
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.contact-form .muted {
  color: #ffffff !important;
}
.hero .byline {
  color: #303131 !important;
}
.contacto .muted, .section--blue .muted, .services .muted, .testimonios .muted {
  color: #6b7280 !important;
}
.contacto .muted, .section--blue .muted, .services.section--blue .muted, .testimonios .muted {
  color: #c7d0da !important;
  opacity: 1 !important;
}
#servicios .section-title {
  color: var(--blue) !important;
}
.qa {
  transition: transform var(--hover-dur) var(--hover-ease), box-shadow var(--hover-dur) var(--hover-ease), border-color var(--hover-dur) var(--hover-ease);
  border-color: rgba(148, 163, 184, .25);
}
.video-wrap, .video-wrap img.video-poster-fallback, .video-wrap video {
  width: 100%;
  border-radius: 12px;
  background: #000;
}
.video-wrap {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#btnUp, .whatsapp-hint {
  position: fixed;
  cursor: pointer;
}
.video-wrap img.video-poster-fallback {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  z-index: 2;
  transition: opacity .4s;
}
.video-wrap video {
  height: 100%;
  display: block;      /* Cambiado: Permitimos que el navegador lo dibuje (y muestre controles) */
  opacity: 0;          /* Oculto con opacidad (el JS lo sube a 1) */
  object-fit: cover;
  pointer-events: none; /* Desactiva clics hasta que el JS lo active */
  transition: opacity 0.4s; /* Suaviza la aparición */
}
.video-wrap .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 32px;
  line-height: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: background .25s, transform .2s;
}
#btnUp.show, .m-nav-sheet.open {
  transform: translateY(0);
  opacity: 1;
}
.testimonios .btn--wa, .testimonios .container {
  display: block !important;
  text-align: center !important;
}
.video-wrap .video-play:hover {
  background: rgba(255, 255, 255, .2);
  transform: translate(-50%, -50%) scale(1.1);
}
.video-wrap.playing img.video-poster-fallback {
  opacity: 0;
  pointer-events: none;
}
.services-grid img {
  width: auto;
  height: auto;
  max-width: 85px;
  max-height: 180px;
  object-fit: contain;
  aspect-ratio: auto;
  display: block;
  margin: 0 auto 10px;
}
.whatsapp-hint {
  bottom: 32px;
  right: 90px;
  background-color: #fff;
  color: #000;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  z-index: 9998;
  display: none;
  animation: .4s ease-in-out aparecer;
  transition: opacity .3s;
}
#btnUp {
  left: 20px;
  bottom: 25px;
  width: 46px;
  background: #7d0028;
  color: #fff;
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}
#btnUp.show {
  visibility: visible;
}
#btnUp:hover {
  background: #a00034;
}
.internal-links {
  max-width: 760px;
  margin: 60px auto 40px;
  text-align: center;
  line-height: 1.8;
  color: #e0e0e0;
}
.internal-links h2 {
  color: #cba35c;
  font-size: 1.6rem;
  margin-bottom: 12px;
  font-weight: 700;
}
.internal-links p {
  color: #d6d6d6;
  margin-bottom: 22px;
  font-size: 1.3rem;
}
.internal-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.internal-links a {
  color: #dcdcdc;
  font-size: 1rem;
  display: block;
  margin: 6px 0;
  transition: .25s;
}
.internal-links a:hover {
  color: #cba35c;
  text-decoration: underline;
  transform: scale(1.03);
}
.testimonios .btn--wa {
  position: static !important;
  float: none !important;
  margin: 10px auto 0 !important;
}
.btn--white {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #ddd !important;
}
.btn--wa, .btn-primary {
  background: #a06f1c !important;
  border-radius: 1000px;
  padding: 12px 24px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
}
.btn--white:hover {
  background: #f2f2f2 !important;
  color: #000 !important;
}
.btn--wa:hover {
  background: #8a5c14 !important;
}
.btn-primary {
  font-weight: 700;
}
.faq-section {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.faq-section p {
  text-align: justify;
  margin: 0 auto;
}
/* DUPLICADO/SOBREESCRITO, SE DEJA COMO BASE PARA MOBILE */
.section--blue .info-grid {
  display: block;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.section--blue .info-grid .info-block {
  margin-bottom: 48px;
}
.section--blue .info-grid h2 {
  color: var(--gold);
  margin-bottom: 14px;
}
.section--blue .info-grid p {
  color: #dfe7ef;
  margin: 0 auto;
  text-align: center !important;
  max-width: 800px;
  line-height: 1.35 !important;
}
.section--blue .info-media {
  margin: 18px auto;
  max-width: 640px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
}
.lead {
  line-height: 1.2 !important;
}
@media (max-width: 640px) {
  .video-wrap .video-play {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }
  #btnUp {
    left: 14px;
    bottom: 20px;
    width: 44px;
    height: 44px;
  }
section .hero-copy h1 {
    font-size: clamp(29px, 7.2vw, 58px);
    line-height: 1.15;
}

  .hero-copy h2 {
    font-size: clamp(28px, 7.5vw, 48px) !important;
    line-height: 1.2 !important;
  }
}
.m-nav-sheet {
  max-height: none;
  border: 0;
  box-shadow: none;
  background: var(--blue);
  transform: translateY(-105%);
  opacity: 0;
  position: absolute !important;
  top: 74px;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--blue);
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  padding: 14px 0 18px;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  z-index: 50;
  display: none;
}
.m-nav-sheet.open {
  display: block;
}
#mNavClose, .m-nav-backdrop, .m-nav-head {
  display: none !important;
}
.m-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.m-nav-list a {
  color: #e9f0f6;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
img[alt="Ritual simbólico"] {
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

#navWhatsApp, .btn--wa {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
}
.btn-gold, .btn-primary {
  background-color: #a06f1c !important;
  color: #fff !important;
  border: 1px solid #744a0f !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}
#navWhatsApp, .btn--wa, .btn-primary {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
  color: #fff !important;
}
.btn-gold:hover, .btn-primary:hover {
  background-color: #8a5c14 !important;
  color: #fff !important;
}
.btn-primary {
  background-color: #7a4c0f !important;
  border: 2px solid #5f390b !important;
}
.btn-primary:hover {
  background: #64390c !important;
  color: #fff !important;
}
#navWhatsApp, .btn--wa {
  background-color: #128c7e !important;
  border: 2px solid #0c6a5c !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
  background: #128c7e;
  font-weight: 700;
  font-size: 1.05rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  transition: .25s;
}
#navWhatsApp:hover, .btn--wa:hover {
  background-color: #0e766a !important;
  color: #fff !important;
  background: #0e766a;
  transform: scale(1.04);
  box-shadow: 0 0 10px rgba(18, 140, 126, .5);
}
body.dark-mode #navWhatsApp, body.dark-mode .btn--wa {
  text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}
/* ============================================= */
/* INICIO: ESTILOS DE COOKIES RGPD (AÑADIDOS) */
/* ============================================= */

/* --- ESTILOS DE BOTONES DEL BANNER --- */
.cookie-banner .btn-primary,
.preferences-modal-backdrop .btn-primary {
  /* Botón "Aceptar todas" y "Guardar Preferencias" */
  background-color: var(--color-gold) !important;
  border-color: var(--color-gold-dark) !important;
  color: var(--on-gold) !important;
  padding: 12px 18px;
  font-weight: 700;
  border-radius: 12px;
}

.cookie-banner .btn-primary:hover,
.preferences-modal-backdrop .btn-primary:hover {
  background-color: var(--color-gold-dark) !important;
}

.cookie-actions .btn-secondary {
  /* Botón "Gestionar preferencias" (Secundario/Contraste) */
  color: var(--color-gold) !important;
  background-color: transparent !important;
  border: 1px solid var(--color-gold) !important;
  padding: 12px 18px;
  font-weight: 700;
  border-radius: 12px;
}

.cookie-actions .btn-secondary:hover {
  background-color: rgba(160, 111, 28, 0.1) !important;
}

.preferences-modal-backdrop .btn-text {
  /* Botón "Cancelar" */
  background-color: transparent !important;
  color: var(--color-blue) !important;
  border: none !important;
}

/* --- BANNER DE COOKIES (2) --- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-light);
  box-shadow: 0 -10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 1rem 20px;
  transition: transform 0.5s ease;
  transform: translateY(100%);
  z-index: 9001; /* Alto para estar sobre el WhatsApp (z-index: 999) */
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.cookie-banner-content {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-text {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text);
  flex-grow: 1;
}

.cookie-link {
  color: var(--color-gold);
  font-weight: 600;
  margin-left: 0.25rem;
}

.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

@media (min-width: 768px) {
  .cookie-banner-content {
    flex-direction: row;
    gap: 1.5rem;
  }
  .cookie-actions {
    flex-direction: row;
    width: auto;
    min-width: 320px;
  }
}

/* --- BOTÓN DE REVOCACIÓN LATERAL (1) --- */
.revoke-sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  /* Oculta la mayor parte y lo pone vertical */
  transform: translateY(-50%) translateX(90%);
  z-index: 9000;
  background-color: var(--color-gold);
  color: var(--on-gold);
  padding: 10px 8px; /* Reducimos el padding */
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  width: auto;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
  /* Orientación vertical */
  writing-mode: vertical-lr;
  text-orientation: mixed;
  white-space: nowrap;
}

/* Hover: Muestra el 100% del contenido extendiéndose */
.revoke-sidebar:hover {
  transform: translateY(-50%) translateX(0);
}

/* Ajuste del icono para que se vea bien en vertical */
.revoke-sidebar .icon-cog {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  margin-bottom: 0.5rem; /* Separación vertical */
  margin-top: 0.25rem;
  margin-right: 0;
}

/* Ocultar texto en móviles para que solo se vea la pestaña vertical si es necesario */
@media (max-width: 768px) {
  .revoke-sidebar {
    /* Reajuste en móviles: sigue siendo vertical pero baja */
    top: auto;
    bottom: 90px;
    right: 0;
    transform: translateY(0) translateX(85%);
  }
  .revoke-sidebar:hover {
    transform: translateY(0) translateX(0);
  }
  /* QUITO EL COMENTARIO DE REVOKE AQUI */
}

/* --- MODAL DE PREFERENCIAS (3) --- */
.preferences-modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; /* (Oculto por defecto) */
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: opacity 0.3s ease;
  z-index: 9002;
  opacity: 0; /* Oculto para la transición */
  pointer-events: none; /* Inactivo para el ratón */
}

.preferences-modal-container {
  background-color: var(--color-light);
  border-radius: 0.75rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 512px;
  padding: 2rem;
  transition: transform 0.3s ease;
  transform: translateY(16px);
}

.preferences-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.preferences-subtitle {
  font-size: 0.875rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-border);
}

.preferences-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.preference-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  border-bottom: 1px solid var(--color-border);
}

.preference-item.required {
  background-color: #F3F4F6;
  border: 1px solid #D1D5DB;
  border-radius: 0.5rem;
}

.preference-label {
  font-weight: 700;
  color: var(--text);
}

.preference-description {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.25rem;
}

.tag {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
}

.tag-active {
  background-color: var(--color-green-light);
  color: var(--color-green);
}

.modal-actions {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

/* --- Toggle Switch Styles --- */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  margin: 0;
}

.toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.toggle-input:checked + .slider {
  background-color: var(--color-gold);
}

.toggle-input:checked + .slider:before {
  transform: translateX(20px);
}
.preferences-modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; /* (Oculto por defecto) */
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: opacity 0.3s ease;
  z-index: 9002;
  opacity: 0; /* Oculto para la transición */
  pointer-events: none; /* Inactivo para el ratón */
}

/* AÑADE ESTA CLASE para que el JS la active */
.preferences-modal-backdrop.show {
  display: flex; /* Muestra el modal */
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .qa-grid {
    grid-template-columns: 1fr 1fr;
  }
  .qa[open] {
    grid-column: 1 / -1;
  }
  .hamburger, .mobile-backdrop, .mobile-menu, [data-mobile-nav] {
    display: none !important;
  }
  
  /* ESTILOS CONSOLIDADOS PARA LA SECCIÓN info-grid (ALTERNADO Y CENTRADO) */

  .info-grid {
    display: grid; /* Ahora es un grid simple de una columna de bloques */
    grid-template-columns: 1fr; 
    gap: 80px; /* Gran separación vertical entre bloques */
    max-width: 1120px;
    margin: 0 auto;
  }
  .info-block {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas: Img y Texto */
    align-items: center;
    gap: 60px;
  }
  
  /* REGLAS DE POSICIONAMIENTO GRID-AREAS ALTERNADAS */
  /* Bloque 1: IMAGEN a la IZQUIERDA, TEXTO a la DERECHA */
  .info-block:nth-child(1) {
    grid-template-areas: "img text";
  }
  /* Bloque 2: TEXTO a la IZQUIERDA, IMAGEN a la DERECHA */
  .info-block:nth-child(2) {
    grid-template-areas: "text img";
  }
  
  /* POSICIONAMIENTO DEL CONTENIDO */
  .info-block .info-media {
    grid-area: img;
    margin: 0 auto; /* Centra la imagen en su columna */
  }
  .info-block > div:not(.info-media) {
    grid-area: text;
  }

  .info-media img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
  }
  
  /* ESTILOS DE TEXTO CENTRADO */
  .info-block h2 {
    color: var(--gold);
    font-size: 2rem;
    margin: 0 auto 12px auto; /* Centra y da margen inferior */
    text-align: center;
  }
  .info-block p {
    color: #e6ebf0;
    font-size: 1.3rem;
    line-height: 1.2;
    max-width: 100%;
    margin: 0 auto 1.2rem auto; /* Centra el párrafo */
    text-align: center;
  }
  
  /* Estilos heredados del original que aplican al texto: */
  .info-block h2 + p {
    margin-top: 14px; /* Separación entre título y párrafo */
  }
}
/* Deshabilita la selección de texto para todo el cuerpo de la página */
body {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;         /* Estándar */
}
.hero-copy h1 {
  text-transform: uppercase;
}


/* 1. Oculta el botón por defecto */
.whatsapp-float {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 2. Clase que añade el JS para MOSTRAR el botón */
.whatsapp-float.whatsapp-float--visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
/* --- Colores Oficiales Redes Sociales --- */

/* Facebook */
.social--icons .social__link[href*="facebook.com"] {
  background-color: #1877F2;
}

/* X (Twitter) */
.social--icons .social__link[href*="x.com"] {
  background-color: #000000;
}

/* Instagram */
.social--icons .social__link[href*="instagram.com"] {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* --- Estilo para el Precio (Opción Mezclada) --- */

.precio-box {
  /* --- Estilos de la 'Tarjeta' (Opción 2) --- */
  
  /* Aquí puedes probar los diferentes colores de fondo */
  background: var(--blue);
  
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;

  /* --- Estilos de la 'Etiqueta' (Opción 1) --- */
  display: inline-block; 
  padding: 5px 10px; 
  margin: 1.5rem auto; 
  text-align: center;
  cursor: default; 

  /* --- Estilos de Texto --- */
  font-family: 'PlayfairLocal', Georgia, serif;
  font-size: 1.2rem; 
  font-weight: 500;
  color: var(--light); 
}

.precio-box:hover {
  /* --- Efecto de la 'Tarjeta' (Opción 2) --- */
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

.precio-box strong {
  color: var(--gold); 
  font-size: 1.2rem; 
}
/* FIX para PageSpeed: h1 dentro de section */
:where(section h1, article h1, nav h1, aside h1) {
  font-size: clamp(28px, 4.5vw, 40px) !important;
  line-height: 1.2;
}
