:root {
  --ink: #151411;
  --paper: #f0ebe2;
  --warm: #a89d90;
  --yellow: #f2ef16;
  --white: #fff;
  --line: rgba(21, 20, 17, 0.16);
  --max: 1200px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
.topbar {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 76px;
  padding: 0 max(22px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent);
  transition: 0.3s;
}
.topbar.scrolled {
  background: rgba(18, 17, 15, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
.logo {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 300;
}
.logo span {
  font-weight: 800;
}
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
  font-weight: 600;
}
.nav a {
  opacity: 0.8;
}
.nav a:hover {
  opacity: 1;
}
.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 11px 17px;
  border-radius: 999px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 25px;
}
.hero {
  height: 100svh;
  min-height: 650px;
  position: relative;
  background: url("../img/hero.jpg?v=20260729_1706") center 35% / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.12) 65%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.44), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 44px));
  margin: auto;
  max-width: var(--max);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 11px;
  font-weight: 800;
  color: var(--yellow);
}
.eyebrow.dark {
  color: #71685f;
}
.hero h1,
.section h2,
.contact h2 {
  font-family: Italiana, serif;
  font-weight: 400;
}
.hero h1 {
  font-size: clamp(58px, 9vw, 124px);
  line-height: 0.82;
  letter-spacing: -0.045em;
  margin: 24px 0;
}
.hero h1 em {
  color: var(--yellow);
  font-style: normal;
}
.hero-copy {
  font-size: clamp(16px, 2vw, 21px);
  max-width: 570px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
}
.actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.primary {
  background: var(--yellow);
  color: #111;
}
.secondary {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}
.dark {
  background: #171612;
  color: #fff;
}
.scroll {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  right: max(22px, calc((100vw - var(--max)) / 2));
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section {
  padding: 110px max(22px, calc((100vw - var(--max)) / 2));
}
.section-heading {
  max-width: 790px;
  margin-bottom: 50px;
}
.section-heading h2 {
  font-size: clamp(42px, 6vw, 80px);
  line-height: 0.98;
  margin: 14px 0 20px;
}
.section-heading > p:not(.eyebrow) {
  margin: 0 0 18px;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: #665e56;
}

.section-heading > p:not(.eyebrow):last-child {
  margin-bottom: 0;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.person {
  background: #fff;
  padding: 10px;
  box-shadow: 0 18px 50px rgba(34, 27, 18, 0.08);
}
.person img {
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
}
.person div {
  padding: 18px 10px 12px;
}
.person h3 {
  margin: 0 0 7px;
  font-family: Italiana, serif;
  font-size: 24px;
}
.person p {
  margin: 0;
  color: #746c63;
  font-size: 13px;
  line-height: 1.5;
}
.work,
.extras {
  background: #171612;
  color: #fff;
}
.section-heading.light p:last-child {
  color: #c7c0b8;
}

.masonry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gallery-item {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 0;
  background: #222;
  overflow: hidden;
  cursor: zoom-in;
}

.gallery-item.tall {
  grid-row: auto;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1),
    object-position 0.8s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:nth-child(4n + 1):hover img {
  object-position: 56% 44%;
}

.gallery-item:nth-child(4n + 2):hover img {
  object-position: 44% 56%;
}

.gallery-item:nth-child(4n + 3):hover img {
  object-position: 54% 54%;
}

.gallery-item:nth-child(4n):hover img {
  object-position: 46% 46%;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 60px;
}
.video-card {
  position: relative;
  overflow: hidden;
  background: #292724;
}
.video-card img {
  aspect-ratio: 16/10;
  object-fit: cover;
  opacity: 0.75;
  transition: 0.4s;
}
.video-card:hover img {
  transform: scale(1.04);
  opacity: 0.95;
}
.video-card div {
  padding: 20px;
}
.video-card small {
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.video-card h3 {
  font-family: Italiana, serif;
  font-size: 28px;
  margin: 8px 0;
}
.play {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
}
.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.pack {
  position: relative;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.pack.featured {
  background: #171612;
  color: #fff;
  transform: translateY(-18px);
}
.popular {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--yellow);
  color: #111;
  padding: 8px 13px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.pack-head span {
  font-size: 11px;
  color: #867d73;
}
.pack h3 {
  font-family: Italiana, serif;
  font-size: 36px;
  margin: 15px 0;
}
.price {
  font-size: 30px;
  font-weight: 800;
}
.price small {
  font-size: 11px;
}
.pack ul {
  padding: 0;
  margin: 20px 0 30px;
  list-style: none;
  flex: 1;
}
.pack li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(100, 90, 80, 0.2);
  font-size: 14px;
  line-height: 1.45;
}
.single-packs {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.mini-pack {
  background: #ddd4c8;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.mini-pack h3 {
  font-family: Italiana, serif;
  font-size: 29px;
  margin: 10px 0;
}
.mini-pack p {
  color: #655d54;
  line-height: 1.5;
}
.mini-pack > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 155px;
  text-align: right;
}
.mini-pack a {
  font-weight: 800;
}
.extras-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.extra {
  padding: 30px;
  background: #24221f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 290px;
}
.extra span {
  color: var(--yellow);
  font-size: 12px;
}
.extra h3 {
  font-family: Italiana, serif;
  font-size: 32px;
  margin: 30px 0 15px;
}
.extra p {
  color: #b9b2aa;
  line-height: 1.6;
  font-size: 14px;
}
.extra strong {
  display: block;
  margin-top: 26px;
}
.faq-list {
  max-width: 900px;
}
.faq details {
  border-top: 1px solid var(--line);
  padding: 24px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
summary::after {
  content: "+";
  flex: 0 0 auto;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
details[open] summary:after {
  content: "−";
}
.faq details p {
  max-width: 760px;
  line-height: 1.7;
  color: #685f57;
}
.contact {
  background: #a89d90;
  padding: 110px max(22px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
}
.contact h2 {
  font-size: clamp(45px, 6vw, 75px);
  line-height: 1;
  margin: 15px 0;
}
.contact-copy > p:last-child {
  font-size: 17px;
  line-height: 1.65;
}
.contact-form {
  background: #f3eee6;
  padding: 36px;
}
.contact-form label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 17px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background: #fff;
  font: inherit;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-note {
  font-size: 12px;
  line-height: 1.5;
  color: #665e55;
}
.form-note a {
  text-decoration: underline;
}
footer {
  background: #111;
  color: #fff;
  padding: 45px max(22px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #aaa;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  width: auto;
}
.lightbox button {
  position: absolute;
  right: 25px;
  top: 18px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 45px;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s,
    transform 0.8s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }
  .nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: #171612;
    padding: 25px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav.open {
    display: flex;
  }
  .team-grid,
  .extras-grid {
    grid-template-columns: 1fr 1fr;
  }
  .masonry {
    grid-template-columns: 1fr 1fr;
  }
  .video-grid,
  .pack-grid {
    grid-template-columns: 1fr;
  }
  .pack.featured {
    transform: none;
  }
  .single-packs,
  .contact {
    grid-template-columns: 1fr;
  }
  .contact {
    gap: 35px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .hero {
    min-height: 720px;
  }
  .hero-content {
    margin-left: 22px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .team-grid,
  .extras-grid,
  .single-packs {
    grid-template-columns: 1fr;
  }
  .masonry {
    grid-auto-rows: 190px;
  }
  .video-grid {
    grid-template-columns: 1fr;
  }
  .mini-pack {
    flex-direction: column;
  }
  .mini-pack > div:last-child {
    text-align: left;
    gap: 15px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 24px;
  }
  footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-heading h2 {
    font-size: 46px;
  }
}

/* Ajustes V2 */
.logo {
  display: flex;
  align-items: center;
  line-height: 0;
}
.logo img {
  width: 170px;
  height: auto;
  object-fit: contain;
}
footer .logo img {
  width: 155px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: max-content;
  max-width: 100%;
}
.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: 0.72;
  flex: 0 0 auto;
}
.section-heading .eyebrow {
  border: 0 !important;
}
.person,
.pack,
.mini-pack,
.extra,
.video-card,
.gallery-item {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease;
}
.person:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(34, 27, 18, 0.16);
}
.pack:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(34, 27, 18, 0.14);
  border-color: rgba(21, 20, 17, 0.34);
}
.pack.featured:hover {
  transform: translateY(-26px);
}
.mini-pack:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(34, 27, 18, 0.14);
}
.extra:hover {
  transform: translateY(-7px);
  border-color: rgba(242, 239, 22, 0.55);
  background: #2c2925;
}
.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.32);
}
.btn {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.18);
}
.nav a {
  position: relative;
  transition:
    opacity 0.25s ease,
    color 0.25s ease;
}
.nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: var(--yellow);
  transition: right 0.28s ease;
}
.nav a:not(.nav-cta):hover::after {
  right: 0;
}
.faq-groups {
  display: grid;
  gap: 18px;
  max-width: 1000px;
}
.faq-group {
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid var(--line);
  padding: 26px 30px;
}
.faq-group h3 {
  font-family: Italiana, serif;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 5px;
}
.faq-list {
  max-width: none;
}
.faq details {
  transition:
    background-color 0.25s ease,
    padding-left 0.25s ease,
    padding-right 0.25s ease;
}
.faq details:hover {
  background: rgba(255, 255, 255, 0.48);
  padding-left: 16px;
  padding-right: 16px;
}
.faq details[open] {
  background: rgba(255, 255, 255, 0.62);
  padding-left: 16px;
  padding-right: 16px;
}
.faq summary {
  gap: 25px;
  align-items: center;
}
.form-honey {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.form-status {
  min-height: 20px;
  margin: 12px 0 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  transition: 0.25s ease;
}
.form-status.is-sending {
  color: #665e55;
}
.form-status.is-success {
  padding: 15px 17px;
  border: 1px solid rgba(42, 112, 67, 0.25);
  background: rgba(60, 150, 91, 0.11);
  color: #245f38;
  border-radius: 12px;
}
.form-status.is-error {
  padding: 15px 17px;
  border: 1px solid rgba(156, 52, 52, 0.25);
  background: rgba(180, 65, 65, 0.1);
  color: #7a2929;
  border-radius: 12px;
}
.form-status a {
  text-decoration: underline;
}
.submit-btn[disabled] {
  opacity: 0.65;
  cursor: wait;
}

.gallery-item:nth-child(odd):hover img {
  object-position: 55% 45%;
}

.gallery-item:nth-child(even):hover img {
  object-position: 45% 55%;
}

@media (max-width: 900px) {
  .pack.featured:hover {
    transform: translateY(-8px);
  }
  .faq-group {
    padding: 20px;
  }
  .logo img {
    width: 145px;
  }

  .masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .masonry {
    grid-template-columns: 1fr;
  }

  summary {
    font-size: 16px;
    gap: 16px;
  }
}

.video-card div {
  padding: 20px;
}

.video-card div p {
  margin: 10px 0 0;
  color: #b9b2aa;
  font-size: 14px;
  line-height: 1.55;
}

.video-privacy {
  margin-top: 24px;
  padding: 38px 42px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.035)
  );
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background-color 0.35s ease;
}

.video-privacy:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 239, 22, 0.45);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.11),
    rgba(255, 255, 255, 0.045)
  );
}

.video-privacy-number {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.video-privacy-content h3 {
  margin: 0 0 18px;
  font-family: Italiana, serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 400;
}

.video-privacy-content p {
  max-width: 790px;
  margin: 0 0 14px;
  color: #c7c0b8;
  font-size: 16px;
  line-height: 1.75;
}

.video-privacy-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .video-privacy {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 28px 24px;
  }

  .video-privacy-content h3 {
    font-size: 34px;
  }
}

.section-heading > p:not(.eyebrow) {
  margin: 0 0 16px;
}

.section-heading > p:not(.eyebrow):last-child {
  margin-bottom: 0;
}

.faq details ul {
  margin: 14px 0 16px;
  padding-left: 22px;
  color: #685f57;
  line-height: 1.7;
}

.faq details li {
  margin-bottom: 7px;
}

.faq details p {
  margin: 14px 0 0;
}


/* Tabla comparativa de packs */
.comparison {
  background: #e7dfd4;
  overflow: hidden;
}

.comparison .section-heading {
  max-width: 850px;
}

.comparison-shell {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(21, 20, 17, 0.18);
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 24px 70px rgba(45, 36, 27, 0.10);
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: #81766b transparent;
}

.comparison-shell:focus-visible {
  outline: 3px solid rgba(242, 239, 22, 0.75);
  outline-offset: 5px;
}

.comparison-shell::-webkit-scrollbar {
  height: 10px;
}

.comparison-shell::-webkit-scrollbar-thumb {
  background: #81766b;
  border: 3px solid #e7dfd4;
  border-radius: 999px;
}

.comparison-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 13px;
  line-height: 1.45;
}

.comparison-table th,
.comparison-table td {
  min-width: 155px;
  padding: 20px 16px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(21, 20, 17, 0.12);
  border-bottom: 1px solid rgba(21, 20, 17, 0.12);
  transition: background-color .25s ease, transform .25s ease;
}

.comparison-table tr > *:last-child {
  border-right: 0;
}

.comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}

.comparison-table thead th {
  position: relative;
  height: 112px;
  background: #9f9487;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.comparison-table .feature-col,
.comparison-table tbody th {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 160px;
  min-width: 160px;
  background: #8e8377;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 7px 0 15px rgba(43, 35, 28, 0.08);
}

.comparison-table .feature-col {
  z-index: 5;
}

.comparison-table tbody td {
  background: rgba(255, 250, 242, 0.72);
  color: #312d29;
}

.comparison-table tbody tr:nth-child(even) td {
  background: rgba(240, 230, 218, 0.82);
}

.comparison-table .recommended {
  background: #fffbe0 !important;
  box-shadow: inset 2px 0 0 rgba(242, 239, 22, .9), inset -2px 0 0 rgba(242, 239, 22, .9);
}

.comparison-table thead .recommended {
  background: #171612 !important;
  color: #fff;
  padding-top: 38px;
}

.table-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 7px 8px;
  background: var(--yellow);
  color: #111;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.comparison-table tbody tr:hover td {
  background: #fff !important;
}

.comparison-table tbody tr:hover .recommended {
  background: #fffde9 !important;
}

.comparison-table .not-included {
  color: #8b837a;
  font-size: 20px;
}

.comparison-table .price-row td {
  padding-top: 24px;
  padding-bottom: 24px;
}

.comparison-table .price-row strong,
.comparison-table .price-row small {
  display: block;
}

.comparison-table .price-row strong {
  font-size: 19px;
  font-weight: 800;
}

.comparison-table .price-row small {
  margin-top: 4px;
  color: #6d645c;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.comparison-table .action-row th,
.comparison-table .action-row td {
  padding-top: 14px;
  padding-bottom: 18px;
}

.compare-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 15px;
  border: 1px solid rgba(21, 20, 17, .42);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}

.compare-link:hover {
  transform: translateY(-3px);
  background: #171612;
  border-color: #171612;
  color: #fff;
}

.primary-link {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #111;
}

.comparison-hint {
  display: none;
  margin: 14px 0 0;
  color: #71685f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 900px) {
  .comparison-table {
    min-width: 1110px;
  }

  .comparison-hint {
    display: block;
  }
}

@media (max-width: 600px) {
  .comparison-shell {
    margin-left: -22px;
    width: calc(100% + 44px);
    border-left: 0;
    border-right: 0;
  }

  .comparison-table th,
  .comparison-table td {
    min-width: 145px;
    padding: 17px 13px;
    font-size: 12px;
  }

  .comparison-table .feature-col,
  .comparison-table tbody th {
    width: 128px;
    min-width: 128px;
    font-size: 10px;
  }
}

/* Comparativa V2 · interacciones y animaciones */
.comparison-shell {
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  isolation: isolate;
  overflow: auto;
  border: 1px solid rgba(21, 20, 17, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 24px 70px rgba(52, 42, 32, 0.10);
  scrollbar-color: #9f9487 transparent;
  transition: box-shadow .45s ease, border-color .45s ease, transform .45s ease;
}

.comparison-shell::before {
  content: "";
  position: absolute;
  z-index: 8;
  left: var(--pointer-x);
  top: var(--pointer-y);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 239, 22, .15), rgba(242, 239, 22, 0) 68%);
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
  mix-blend-mode: multiply;
}

.comparison-shell:hover {
  border-color: rgba(21, 20, 17, .30);
  box-shadow: 0 34px 95px rgba(52, 42, 32, .17);
  transform: translateY(-4px);
}

.comparison-shell:hover::before {
  opacity: 1;
}

.comparison-table th,
.comparison-table td {
  position: relative;
  overflow: hidden;
  transition:
    background-color .28s ease,
    color .28s ease,
    box-shadow .28s ease,
    transform .28s cubic-bezier(.2,.75,.25,1),
    filter .28s ease;
}

.comparison-table th::after,
.comparison-table td::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255,255,255,.38) 48%, transparent 76%);
  transform: translateX(-130%);
  pointer-events: none;
  transition: transform .6s ease;
}

.comparison-table td:hover::after,
.comparison-table thead th:hover::after {
  transform: translateX(130%);
}

.comparison-table tbody tr:hover > th {
  background: #746a60;
  color: var(--yellow);
  letter-spacing: .09em;
}

.comparison-table tbody tr:hover > td {
  transform: translateY(-3px);
  box-shadow: inset 0 2px 0 rgba(242, 239, 22, .45), inset 0 -2px 0 rgba(242, 239, 22, .22);
}

.comparison-table td:hover {
  z-index: 4;
  background: #fff !important;
  color: #151411;
  transform: translateY(-7px) scale(1.035) !important;
  box-shadow: 0 16px 32px rgba(50, 40, 30, .16), inset 0 0 0 2px rgba(242, 239, 22, .9) !important;
}

.comparison-table thead th:not(.feature-col):hover {
  z-index: 6;
  transform: translateY(-5px);
  background: #81766b;
  box-shadow: 0 16px 28px rgba(45, 35, 27, .18);
}

.comparison-table thead .recommended:hover {
  background: #0f0e0c !important;
}

.comparison-table .is-column-active {
  z-index: 2;
  filter: brightness(1.03);
  box-shadow: inset 2px 0 0 rgba(242, 239, 22, .42), inset -2px 0 0 rgba(242, 239, 22, .42);
}

.comparison-table thead .is-column-active {
  color: var(--yellow);
  transform: translateY(-3px);
}

.comparison-table tbody td.is-column-active:not(:hover) {
  background: rgba(255, 253, 226, .9) !important;
}

.comparison-table .recommended {
  background-image: linear-gradient(135deg, rgba(242,239,22,.12), transparent 55%);
}

.table-badge {
  overflow: hidden;
}

.table-badge::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  width: 24px;
  left: -34px;
  background: rgba(255,255,255,.72);
  transform: rotate(20deg);
  animation: tableBadgeShine 3.4s ease-in-out infinite;
}

@keyframes tableBadgeShine {
  0%, 52% { left: -34px; opacity: 0; }
  62% { opacity: .9; }
  78%, 100% { left: calc(100% + 34px); opacity: 0; }
}

.comparison-table .price-row strong {
  transition: transform .28s ease, color .28s ease;
}

.comparison-table .price-row td:hover strong,
.comparison-table .price-row td.is-column-active strong {
  color: #171612;
  transform: scale(1.08);
}

.compare-link {
  position: relative;
  overflow: hidden;
}

.compare-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.55) 50%, transparent 80%);
  transform: translateX(-130%);
  transition: transform .55s ease;
}

.compare-link:hover::before {
  transform: translateX(130%);
}

.compare-link:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 12px 25px rgba(23,22,18,.22);
}

.primary-link {
  animation: primaryLinkPulse 2.8s ease-in-out infinite;
}

@keyframes primaryLinkPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(242,239,22,0); }
  50% { box-shadow: 0 0 0 7px rgba(242,239,22,.16); }
}

.comparison-table tbody tr {
  opacity: 0;
  transform: translateY(16px);
}

.comparison-shell.visible .comparison-table tbody tr {
  animation: comparisonRowIn .55s both cubic-bezier(.2,.75,.25,1);
}

.comparison-shell.visible .comparison-table tbody tr:nth-child(1) { animation-delay: .08s; }
.comparison-shell.visible .comparison-table tbody tr:nth-child(2) { animation-delay: .14s; }
.comparison-shell.visible .comparison-table tbody tr:nth-child(3) { animation-delay: .20s; }
.comparison-shell.visible .comparison-table tbody tr:nth-child(4) { animation-delay: .26s; }
.comparison-shell.visible .comparison-table tbody tr:nth-child(5) { animation-delay: .32s; }
.comparison-shell.visible .comparison-table tbody tr:nth-child(6) { animation-delay: .38s; }
.comparison-shell.visible .comparison-table tbody tr:nth-child(7) { animation-delay: .44s; }
.comparison-shell.visible .comparison-table tbody tr:nth-child(8) { animation-delay: .50s; }

@keyframes comparisonRowIn {
  to { opacity: 1; transform: translateY(0); }
}

.comparison-hint {
  animation: swipeHint 1.8s ease-in-out infinite;
}

@keyframes swipeHint {
  0%, 100% { transform: translateX(0); opacity: .65; }
  50% { transform: translateX(8px); opacity: 1; }
}

@media (hover: none), (pointer: coarse) {
  .comparison-shell:hover {
    transform: none;
  }

  .comparison-shell::before,
  .comparison-table th::after,
  .comparison-table td::after {
    display: none;
  }

  .comparison-table td:hover,
  .comparison-table thead th:hover,
  .comparison-table tbody tr:hover > td {
    transform: none !important;
    box-shadow: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .comparison-shell,
  .comparison-table th,
  .comparison-table td,
  .compare-link,
  .comparison-table .price-row strong,
  .comparison-hint {
    transition: none !important;
    animation: none !important;
  }

  .comparison-table tbody tr {
    opacity: 1;
    transform: none;
  }
}
