/*
Theme Name: Panama Travels Designers
Theme URI: https://travelsdesignerspanama.com/
Author: Travels Designers
Description: Tema WordPress modular, premium y orientado a captación para Panamá y Miami.
Version: 1.4.0
Text Domain: panama-travels-designers
*/

:root {
  --bg: #F3E8DA;
  --bg-soft: #FBF7F1;
  --bg-alt: #EFE1D0;
  --surface: #FFF8F1;
  --surface-strong: #FFFDF9;
  --surface-dark: #151311;
  --gold: #C99852;
  --gold-strong: #A87431;
  --ink: #191613;
  --muted: #6E665C;
  --line: rgba(25, 22, 19, .10);
  --line-strong: rgba(201, 152, 82, .26);
  --shadow: 0 18px 48px rgba(25, 22, 19, .09);
  --shadow-strong: 0 28px 70px rgba(25, 22, 19, .16);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max: 1240px;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
}

body {
  font-family: "Manrope", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

::selection {
  background: rgba(201, 152, 82, .22);
  color: var(--ink);
}

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(66px, 8vw, 110px) 0;
}

.section--light {
  background: linear-gradient(180deg, rgba(255, 252, 247, .55), rgba(255, 252, 247, .18));
}

.section--sand {
  background: linear-gradient(180deg, rgba(243, 232, 218, .92), rgba(243, 232, 218, .70));
}

.section--cta {
  padding-top: clamp(52px, 6vw, 84px);
}

.section-title {
  margin: 0 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.section-kicker {
  margin: 0 0 12px;
  font-size: .76rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--gold-strong);
}

.section-rule {
  width: min(120px, 34vw);
  height: 2px;
  margin: 0 0 28px;
  background: linear-gradient(90deg, transparent 0%, rgba(201,152,82,.92) 18%, rgba(201,152,82,.92) 82%, transparent 100%);
  border-radius: 999px;
  opacity: .9;
}

.section-rule--center {
  margin-inline: auto;
}

.section-rule--spaced {
  margin-top: 12px;
  margin-bottom: 34px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(20px);
  background: rgba(243, 232, 218, .82);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.brand__fallback {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1;
}

.nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.nav__link,
.nav .btn--nav {
  font-size: .82rem;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.nav__link {
  color: rgba(25, 22, 19, .80);
  position: relative;
  padding: 10px 4px;
  transition: transform .34s cubic-bezier(.2,.9,.2,1), color .34s ease, opacity .34s ease;
  transform-origin: center;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 152, 82, .95), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .34s cubic-bezier(.2,.9,.2,1);
}

.nav__link:hover,
.nav__link:focus-visible {
  color: var(--gold-strong);
  transform: translateY(-2px) scale(1.045);
}

.nav__link:hover::after,
.nav__link:focus-visible::after {
  transform: scaleX(1);
}

.btn {
  --btn-bg: linear-gradient(180deg, #D9A85A 0%, #BE8B40 100%);
  --btn-color: #fff;
  --btn-border: transparent;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--btn-border);
  background: var(--btn-bg);
  color: var(--btn-color);
  font-weight: 700;
  letter-spacing: .03em;
  box-shadow: 0 14px 30px rgba(201, 152, 82, .22);
  transform: translateZ(0);
  transition:
    transform .34s cubic-bezier(.2,.9,.2,1),
    box-shadow .34s cubic-bezier(.2,.9,.2,1),
    filter .34s ease,
    background .34s ease,
    color .34s ease,
    border-color .34s ease;
  overflow: hidden;
  will-change: transform;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.25) 16%, transparent 32%);
  transform: translateX(-120%);
  transition: transform .65s cubic-bezier(.2,.9,.2,1);
  z-index: -1;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px) scale(1.05);
  box-shadow: var(--shadow-strong);
}

.btn:hover::before,
.btn:focus-visible::before {
  transform: translateX(120%);
}

.btn--ghost {
  --btn-bg: rgba(255, 252, 247, .72);
  --btn-color: var(--ink);
  --btn-border: rgba(25, 22, 19, .10);
  box-shadow: none;
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
  box-shadow: 0 10px 24px rgba(25, 22, 19, .10);
}

.btn--gold {
  background: linear-gradient(180deg, #DCAD63 0%, #B98234 100%);
  color: #fff;
}

.btn--dark {
  --btn-bg: linear-gradient(180deg, #111 0%, #000 100%);
  --btn-color: #fff;
  --btn-border: rgba(255,255,255,.12);
  box-shadow: 0 18px 36px rgba(0,0,0,.22);
}

.btn--inverse {
  --btn-bg: rgba(255,255,255,.08);
  --btn-color: #fff;
  --btn-border: rgba(255,255,255,.22);
}

.btn--hero,
.btn--lift,
.btn--nav {
  transform-style: preserve-3d;
}

.btn--hero:hover,
.btn--hero:focus-visible,
.btn--lift:hover,
.btn--lift:focus-visible {
  transform: translateY(-3px) scale(1.06);
}

.btn--hero {
  box-shadow: 0 16px 40px rgba(201, 152, 82, .30);
}

.btn--hero::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  box-shadow: 0 0 22px rgba(201, 152, 82, .30), 0 0 38px rgba(255, 210, 136, .12);
  opacity: 0;
  transition: opacity .34s ease;
  pointer-events: none;
}

.btn--hero:hover::after,
.btn--hero:focus-visible::after {
  opacity: 1;
}

.btn--hero-ghost {
  background: rgba(255,255,255,.54);
  color: var(--ink);
  border-color: rgba(25, 22, 19, .08);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.hero__media {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(243,232,218,.18), rgba(243,232,218,.36));
}

.hero__video,
.hero__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) brightness(.98) contrast(1.02);
  transform: scale(1.02);
}

.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(243,232,218,.72) 0%, rgba(243,232,218,.44) 44%, rgba(243,232,218,.06) 100%),
    radial-gradient(ellipse at 70% 38%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 60%);
}

.hero__shine {
  position: absolute;
  inset: auto 0 0 0;
  height: 32%;
  background: linear-gradient(180deg, rgba(243,232,218,0) 0%, rgba(243,232,218,.32) 100%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  min-height: clamp(700px, 88vh, 920px);
  display: grid;
  align-items: center;
  padding: 72px 0 36px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  gap: 34px;
  align-items: center;
}

.hero__copy {
  max-width: 680px;
}

.hero__title {
  margin: 0;
  max-width: 10.2ch;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.85rem, 5.2vw, 5.55rem);
  line-height: .92;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.hero__title span {
  color: var(--gold-strong);
}

.hero__text {
  max-width: 540px;
  margin: 20px 0 0;
  font-size: 1.02rem;
  color: rgba(25, 22, 19, .82);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero__panel {
  justify-self: end;
  width: min(100%, 470px);
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 251, 245, .64);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(201, 152, 82, .16);
  box-shadow: var(--shadow);
}

.hero__panel h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.02rem;
  line-height: 1.06;
  font-weight: 600;
}

.hero__panel p,
.hero__panel li {
  color: rgba(25, 22, 19, .82);
}

.hero__panel p {
  margin: 0;
}

.hero__panel ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.stats {
  position: relative;
  z-index: 2;
  margin-top: -38px;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 251, 245, .78);
  border: 1px solid rgba(201, 152, 82, .14);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.stat {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid rgba(201, 152, 82, .14);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  color: var(--gold-strong);
  font-size: 1.52rem;
  line-height: 1;
}

.stat span {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
}

.cards-grid {
  display: grid;
  gap: 22px;
}

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

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

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

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

.feature-card {
  padding: 26px 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, .78);
  border: 1px solid rgba(201, 152, 82, .14);
  box-shadow: 0 12px 28px rgba(25, 22, 19, .05);
  text-align: center;
}

.feature-card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 1px solid rgba(201, 152, 82, .24);
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(201, 152, 82, .16), rgba(255,255,255,.64));
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.12);
}

.feature-card__icon svg {
  width: 42px;
  height: 42px;
  display: block;
}

.feature-card__icon-placeholder {
  font-size: .85rem;
  letter-spacing: .14em;
  color: rgba(25, 22, 19, .40);
}

.feature-card h3,
.dest-card h3,
.experience-card h3,
.strip h2,
.partner-spotlight h2,
.footer h4 {
  font-family: "Playfair Display", Georgia, serif;
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.34rem;
  line-height: 1.1;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.dest-card,
.experience-card,
.allies-card,
.strip,
.partner-spotlight__card {
  border: 1px solid rgba(201, 152, 82, .14);
}

.dest-card {
  position: relative;
  min-height: 360px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  transform: translateZ(0);
  transition: transform .36s cubic-bezier(.2,.9,.2,1), box-shadow .36s cubic-bezier(.2,.9,.2,1);
}

.dest-card:hover,
.dest-card:focus-within {
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--shadow-strong);
}

.dest-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 18, 24, .02) 0%, rgba(15, 18, 24, .08) 30%, rgba(15, 18, 24, .74) 100%),
    linear-gradient(90deg, rgba(15, 18, 24, .12), rgba(15, 18, 24, 0));
}

.dest-card__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 26px;
  color: rgba(255,255,255,.96);
  text-shadow: 0 2px 20px rgba(0,0,0,.18);
}

.dest-card__eyebrow {
  margin: 0 0 8px;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: rgba(255,255,255,.80);
}

.dest-card p {
  margin: 0;
  max-width: 34ch;
  color: rgba(255,255,255,.88);
}

.dest-card .btn {
  margin-top: 16px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.experience-card {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: rgba(255, 251, 245, .82);
  box-shadow: 0 14px 32px rgba(25, 22, 19, .06);
  transition: transform .38s cubic-bezier(.2,.9,.2,1), box-shadow .38s cubic-bezier(.2,.9,.2,1);
  will-change: transform;
}

.experience-card:hover,
.experience-card:focus-within {
  transform: translateY(-7px) scale(1.02);
  box-shadow: var(--shadow-strong);
}

.experience-card.is-expanded {
  transform: translateY(-8px) scale(1.035);
  box-shadow: 0 32px 72px rgba(25, 22, 19, .18);
}

.experience-card__toggle {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  display: block;
}

.experience-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.experience-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.9,.2,1), filter .7s ease;
}

.experience-card:hover .experience-card__media img,
.experience-card.is-expanded .experience-card__media img {
  transform: scale(1.08);
}

.experience-card__shade {
  position: absolute;
  inset: 0 0 auto 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,0));
  pointer-events: none;
}

.experience-card__tap {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(25, 22, 19, .72);
  backdrop-filter: blur(8px);
  transition: transform .36s cubic-bezier(.2,.9,.2,1), opacity .36s ease;
}

.experience-card.is-expanded .experience-card__tap {
  opacity: 0;
  transform: translateY(6px);
}

.experience-card__body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height .58s cubic-bezier(.2,.9,.2,1), padding .42s ease;
}

.experience-card.is-expanded .experience-card__body {
  max-height: 540px;
  padding: 20px 20px 24px;
}

.experience-card__body h3 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.08;
}

.experience-card__summary {
  margin: 0 0 16px;
  color: var(--muted);
}

.experience-card__bullets {
  margin: 0;
  padding-left: 18px;
  color: rgba(25, 22, 19, .86);
}

.experience-card__bullets li + li {
  margin-top: 8px;
}

.experience-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.strip {
  padding: 30px;
  border-radius: var(--radius-xl);
  background: linear-gradient(90deg, rgba(201, 152, 82, .12), rgba(255, 251, 245, .90));
  box-shadow: var(--shadow);
}

.strip--cta {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 24px;
  align-items: end;
}

.strip__copy p:last-child {
  margin: 0;
  color: var(--muted);
  max-width: 56ch;
}

.strip__actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 14px;
}

.partner-spotlight {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0F0F0F;
  color: #fff;
}

.partner-spotlight--c4jump {
  background: #090909;
}

.partner-spotlight__media {
  position: absolute;
  inset: 0;
}

.partner-spotlight__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.18) contrast(1.04) brightness(.68) saturate(.92);
  transform: scale(1.03);
}

.partner-spotlight__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.58) 48%, rgba(0,0,0,.72) 100%),
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.09) 0%, rgba(255,255,255,0) 54%);
}

.partner-spotlight__content {
  position: relative;
  z-index: 1;
  padding: clamp(72px, 10vw, 120px) 0;
  min-height: 560px;
  display: grid;
  align-items: center;
}

.partner-spotlight__card {
  width: min(100%, 640px);
  padding: 30px;
  border-radius: var(--radius-xl);
  background: rgba(13,13,13,.58);
  backdrop-filter: blur(16px);
  box-shadow: 0 26px 68px rgba(0,0,0,.28);
}

.partner-spotlight__card .section-title {
  color: #fff;
}

.partner-spotlight__subtitle {
  margin: 0 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: rgba(255,255,255,.78);
}

.partner-spotlight__text,
.partner-spotlight__bullets {
  color: rgba(255,255,255,.88);
}

.partner-spotlight__bullets {
  margin: 18px 0 0;
  padding-left: 18px;
}

.partner-spotlight__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.section--allies {
  background: linear-gradient(180deg, rgba(255,255,255,.35), rgba(243, 232, 218, .72));
}

.allies-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.allies-card {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: center;
  justify-items: center;
  min-height: 150px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, .80);
  box-shadow: 0 12px 26px rgba(25, 22, 19, .05);
  text-align: center;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .34s cubic-bezier(.2,.9,.2,1), box-shadow .34s cubic-bezier(.2,.9,.2,1);
}

.allies-card:hover,
.allies-card:focus-visible,
.allies-card.is-flash {
  transform: translateY(-5px) scale(1.03);
  box-shadow: var(--shadow-strong);
}

.allies-card__logo {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(201, 152, 82, .12), rgba(255,255,255,.86));
  border: 1px solid rgba(201, 152, 82, .16);
  overflow: hidden;
}

.allies-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
}

.allies-card__fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  color: var(--gold-strong);
}

.allies-card__name {
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(25, 22, 19, .84);
}

.footer {
  margin-top: 0;
  padding: 48px 0 0;
  background: linear-gradient(180deg, rgba(255,252,247,.78), rgba(246,235,224,.92));
  border-top: 1px solid var(--line);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 32px;
}

.footer h4 {
  margin: 0 0 12px;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.footer p,
.footer a {
  margin: 0;
  color: rgba(25, 22, 19, .76);
  font-size: .95rem;
}

.footer p + p {
  margin-top: 8px;
}

.footer__bottom {
  border-top: 1px solid rgba(201, 152, 82, .16);
  background: rgba(255,255,255,.24);
}

.footer__bottom-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer__copyright a {
  font-weight: 700;
  color: var(--gold-strong);
}

.footer__meta {
  font-size: .9rem;
  color: rgba(25, 22, 19, .58);
}

.whatsapp-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1400;
  display: grid;
  gap: 14px;
  justify-items: end;
  pointer-events: none;
}

.whatsapp-widget__trigger,
.whatsapp-widget__panel {
  pointer-events: auto;
}

.whatsapp-widget__trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px 0 16px;
  border: 0;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
  transform: translateY(18px) scale(.86);
  opacity: 0;
  transition: transform .42s cubic-bezier(.2,.9,.2,1), opacity .42s ease, box-shadow .42s ease;
  cursor: pointer;
}

.whatsapp-widget.is-visible .whatsapp-widget__trigger {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.whatsapp-widget__trigger:hover,
.whatsapp-widget__trigger:focus-visible,
.whatsapp-widget.is-open .whatsapp-widget__trigger {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 22px 42px rgba(0,0,0,.22);
}

.whatsapp-widget__icon {
  width: 22px;
  height: 22px;
  fill: currentColor;
  flex: 0 0 auto;
}

.whatsapp-widget__panel {
  width: min(92vw, 410px);
  border-radius: 26px;
  background: rgba(255, 252, 247, .96);
  border: 1px solid rgba(201, 152, 82, .16);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(18px);
  padding: 20px;
  opacity: 0;
  transform: translateY(18px) scale(.96);
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  transition: opacity .36s ease, transform .36s cubic-bezier(.2,.9,.2,1), max-height .46s cubic-bezier(.2,.9,.2,1), padding .36s ease;
}

.whatsapp-widget.is-open .whatsapp-widget__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  max-height: 760px;
}

.whatsapp-widget__header h3 {
  margin: 0 0 6px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.08;
}

.whatsapp-form {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.whatsapp-form label {
  display: grid;
  gap: 8px;
}

.whatsapp-form span {
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
}

.whatsapp-form input,
.whatsapp-form textarea,
.whatsapp-form select {
  width: 100%;
  border: 1px solid rgba(25, 22, 19, .12);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.whatsapp-form input:focus,
.whatsapp-form textarea:focus,
.whatsapp-form select:focus {
  border-color: rgba(201, 152, 82, .50);
  box-shadow: 0 0 0 4px rgba(201,152,82,.12);
}

.whatsapp-form__row {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 12px;
}

.whatsapp-widget__status {
  margin: 0;
  min-height: 24px;
  color: var(--gold-strong);
  font-size: .92rem;
}

.reveal,
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .7s cubic-bezier(.2,.9,.2,1),
    transform .7s cubic-bezier(.2,.9,.2,1),
    filter .7s ease;
}

.ptd-js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
}

.ptd-js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero__grid[data-reveal],
.hero__panel[data-reveal] {
  transition-delay: .08s;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal],
  .whatsapp-widget,
  .whatsapp-widget__trigger,
  .whatsapp-widget__panel,
  .btn,
  .nav__link,
  .dest-card,
  .experience-card,
  .allies-card,
  .experience-card__media img {
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .feature-grid,
  .experience-grid,
  .allies-grid,
  .cards-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strip--cta {
    grid-template-columns: 1fr;
  }

  .strip__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 960px) {
  .hero__grid,
  .footer__grid,
  .stats__grid,
  .cards-grid--2 {
    grid-template-columns: 1fr;
  }

  .hero__content {
    min-height: auto;
    padding: 58px 0 32px;
  }

  .hero__panel {
    justify-self: stretch;
    width: auto;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .partner-spotlight__card {
    width: min(100%, 100%);
  }

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

@media (max-width: 720px) {
  .site-header__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }

  .nav {
    gap: 10px;
  }

  .nav__link {
    font-size: .78rem;
  }

  .section {
    padding: 56px 0;
  }

  .hero__title {
    max-width: 10.4ch;
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .hero__text {
    font-size: 1rem;
  }

  .hero__actions,
  .experience-card__actions,
  .partner-spotlight__actions,
  .strip__actions,
  .whatsapp-form__row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .whatsapp-widget {
    right: 12px;
    left: 12px;
    bottom: 12px;
    justify-items: stretch;
  }

  .whatsapp-widget__panel {
    width: auto;
  }

  .feature-grid,
  .cards-grid--3,
  .cards-grid--4,
  .allies-grid {
    grid-template-columns: 1fr;
  }

  .footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* HERO SECTION */
.editorial-title--refined {
  font-size: 2.8rem;
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: -0.01em;
  font-weight: 300;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -90px; /* ¡Este es el cambio clave! */
}

/* NAVIGATION */
.nav__link--refined {
  font-size: 0.9rem;
  padding: 0.8rem 1.2rem;
  letter-spacing: 0.02em;
}

/* FEATURE GRID - Eliminar círculos */
.feature-card__icon {
  background: none !important;
  margin-bottom: 1.2rem;
}

/* ALLIES - Efectos de hover */
.allies-card__container {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.allies-card:hover .allies-card__container {
  transform: translateY(-5px);
}

.allies-card__name {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #d4af37;
  font-weight: 500;
  transition: all 0.3s ease;
}

.allies-card:hover .allies-card__name {
  display: block;
  bottom: 10px;
}

/* BOTONES DE ORO - Nuevos estilos */
.btn--gold {
  background: linear-gradient(145deg, #d4af37, #b8860b);
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}

.btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5);
  background: linear-gradient(145deg, #e6c242, #c9a31b);
}

/* ELIMINAR MARCO DEL HERO */
.editorial-hero__content {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.editorial-hero::before,
.editorial-hero::after {
  display: none !important;
}

/* ELIMINAR BOTÓN "DESCUBRIR" Y LÍNEA */
.editorial-title::after {
  display: none !important;
  content: none !important;
}

.editorial-hero__content::after {
  display: none !important;
  content: none !important;
}

/* SUBIR EL TÍTULO MÁS */
.editorial-title {
  margin-top: -120px !important; /* Ajusta este valor según necesites */
}