/* Base layout */
:root {
  --ocean: #0b4a6f;
  --sky: #6ec1e4;
  --sand: #f6efe6;
  --sun: #ffb347;
  --ink: #0d1b2a;
  --mist: #e7f1f7;
  --white: #ffffff;
  --plum: #6a3460;
  --shadow: 0 20px 40px rgba(13, 27, 42, 0.12);
}

/* Home Fer postcards banner */
.fer-postales-banner {
  width: 100%;
  margin: 0;
  padding: 32px 0 !important;
  background: transparent !important;
}

.fer-postales-banner > .container {
  max-width: 1600px;
  padding: 0 18px;
}

.fer-postales-banner__frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr) minmax(320px, 410px);
  align-items: center;
  gap: 34px;
  width: 100%;
  margin: 0 auto;
  padding: 26px 30px;
  overflow: hidden;
  border: 1px solid rgba(224, 150, 88, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 250, 244, 0.98), rgba(255, 255, 255, 0.98) 52%, rgba(245, 252, 255, 0.96)),
    repeating-linear-gradient(90deg, rgba(225, 142, 76, 0.08) 0 1px, transparent 1px 22px);
  box-shadow: 0 22px 46px rgba(45, 31, 22, 0.08);
}

.fer-postales-banner__frame::before {
  content: "";
  position: absolute;
  left: 28%;
  right: 33%;
  top: 18%;
  height: 58px;
  border-top: 2px dashed rgba(225, 142, 76, 0.22);
  transform: rotate(-5deg);
  pointer-events: none;
}

.fer-postales-banner__postcard {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 360px;
  justify-self: center;
}

.fer-postales-banner__postcard img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 20px 34px rgba(45, 31, 22, 0.16);
}

.fer-postales-banner__stamp {
  position: absolute;
  z-index: 0;
  width: 76px;
  height: 76px;
  border: 2px solid rgba(225, 142, 76, 0.32);
  border-radius: 18px;
  opacity: 0.65;
  pointer-events: none;
}

.fer-postales-banner__stamp::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(225, 142, 76, 0.38);
  border-radius: 12px;
}

.fer-postales-banner__stamp--left {
  left: 22px;
  bottom: 28px;
  transform: rotate(-8deg);
}

.fer-postales-banner__stamp--right {
  top: 26px;
  right: 34px;
  transform: rotate(8deg);
}

.fer-postales-banner__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  min-width: 0;
}

.fer-postales-banner__eyebrow {
  width: fit-content;
  margin: 0;
  padding: 9px 20px;
  border: 1px solid rgba(225, 142, 76, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: #dd6f22;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fer-postales-banner__copy h2 {
  margin: 0;
  color: #071829;
  font-family: "Poppins", "DM Sans", Arial, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

.fer-postales-banner__copy h2 span,
.fer-postales-banner__signup-title span {
  color: #f17624;
}

.fer-postales-banner__lead {
  margin: 0;
  max-width: 620px;
  color: #1b2c40;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
}

.fer-postales-banner__note {
  margin: 0;
  max-width: 520px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 245, 236, 0.9);
  color: #314054;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.fer-postales-banner__chips,
.fer-postales-banner__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fer-postales-banner__chips li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #435167;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 8px 18px rgba(45, 31, 22, 0.04);
}

.fer-postales-banner__signup {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: 30px 28px;
  border: 1px solid rgba(13, 27, 42, 0.07);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(45, 31, 22, 0.1);
}

.fer-postales-banner__signup-title {
  margin: 0;
  color: #102033;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.fer-postales-banner__divider {
  width: 170px;
  height: 2px;
  margin: -6px auto 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(241, 118, 36, 0.55), transparent);
}

.fer-postales-banner__form {
  display: grid;
  gap: 14px;
}

.fer-postales-banner__field {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(13, 27, 42, 0.11);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(13, 27, 42, 0.03);
}

.fer-postales-banner__field span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7d8795;
}

.fer-postales-banner__field svg,
.fer-postales-banner__submit svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fer-postales-banner__field input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #0b2742;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  outline: none;
}

.fer-postales-banner__field input::placeholder {
  color: #98a0ad;
  opacity: 1;
  font-weight: 700;
}

.fer-postales-banner__field:focus-within {
  border-color: rgba(241, 118, 36, 0.48);
  box-shadow: 0 0 0 4px rgba(241, 118, 36, 0.1);
}

.fer-postales-banner__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 62px;
  width: 100%;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8a32, #f36d1c);
  color: #ffffff;
  font: inherit;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(243, 109, 28, 0.24);
}

.fer-postales-banner__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(243, 109, 28, 0.3);
}

.fer-postales-banner__submit:focus-visible {
  outline: 3px solid rgba(241, 118, 36, 0.34);
  outline-offset: 3px;
}

.fer-postales-banner__trust {
  justify-content: center;
  gap: 8px 18px;
  color: #4a5567;
  font-size: 14px;
  font-weight: 800;
}

.fer-postales-banner__trust li + li {
  position: relative;
}

.fer-postales-banner__trust li + li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(74, 85, 103, 0.45);
}

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

/* Compatibility for already-running Flask workers that may still serve the old
   banner template while the new CSS file has been updated. */
.fer-postales-banner__frame:has(.fer-postales-banner__art) {
  display: block;
  max-width: 1600px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fer-postales-banner__frame:has(.fer-postales-banner__art)::before {
  display: none;
}

.fer-postales-banner__art {
  display: block;
}

.fer-postales-banner__art img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__form {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__input,
.fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__submit {
  position: absolute;
  margin: 0;
  border: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__input {
  padding: 0 3.2%;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(13, 27, 42, 0.1);
  color: #0b2742;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  outline: none;
}

.fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__input::placeholder {
  color: #98a0ad;
  opacity: 1;
}

.fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__input:focus-visible {
  background: #ffffff;
  outline: 2px solid rgba(241, 118, 36, 0.45);
  outline-offset: 0;
}

.fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__input--name {
  left: 69.7%;
  top: 33.9%;
  width: 22.9%;
  height: 9.2%;
}

.fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__input--email {
  left: 69.7%;
  top: 45.5%;
  width: 22.9%;
  height: 9.2%;
}

.fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__submit {
  left: 69.7%;
  top: 58%;
  width: 22.9%;
  height: 10.1%;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  color: transparent;
  cursor: pointer;
}

.fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__submit:focus-visible {
  outline: 3px solid rgba(241, 118, 36, 0.55);
  outline-offset: 3px;
}

@media (max-width: 1120px) and (min-width: 761px) {
  .fer-postales-banner > .container {
    padding: 0 10px;
  }

  .fer-postales-banner__frame {
    grid-template-columns: minmax(210px, 300px) minmax(0, 1fr);
    gap: 26px;
  }

  .fer-postales-banner__signup {
    grid-column: 1 / -1;
    max-width: 620px;
    width: 100%;
    justify-self: center;
  }

  .fer-postales-banner__copy h2 {
    font-size: 46px;
  }

  .fer-postales-banner__lead {
    font-size: 19px;
  }
}

@media (max-width: 760px) {
  .fer-postales-banner {
    padding: 24px 0 !important;
  }

  .fer-postales-banner > .container {
    padding: 0 10px;
  }

  .fer-postales-banner__frame {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 18px;
    border-radius: 20px;
  }

  .fer-postales-banner__frame::before,
  .fer-postales-banner__stamp {
    display: none;
  }

  .fer-postales-banner__postcard {
    max-width: 300px;
  }

  .fer-postales-banner__copy {
    gap: 14px;
    text-align: center;
  }

  .fer-postales-banner__eyebrow,
  .fer-postales-banner__note {
    margin-right: auto;
    margin-left: auto;
  }

  .fer-postales-banner__copy h2 {
    font-size: 34px;
  }

  .fer-postales-banner__lead {
    font-size: 17px;
  }

  .fer-postales-banner__chips {
    justify-content: center;
  }

  .fer-postales-banner__signup {
    padding: 22px 16px;
    border-radius: 20px;
  }

  .fer-postales-banner__signup-title {
    font-size: 20px;
  }

  .fer-postales-banner__field {
    min-height: 54px;
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 0 15px;
  }

  .fer-postales-banner__field input {
    font-size: 16px;
  }

  .fer-postales-banner__submit {
    min-height: 58px;
    font-size: 15px;
    white-space: normal;
  }

  .fer-postales-banner__frame:has(.fer-postales-banner__art) {
    max-width: 941px;
  }

  .fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__input {
    padding: 0 12.5%;
    font-size: 16px;
  }

  .fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__input--name {
    left: 9.2%;
    top: 75.35%;
    width: 81.9%;
    height: 5.05%;
  }

  .fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__input--email {
    left: 9.2%;
    top: 80.85%;
    width: 81.9%;
    height: 5.05%;
  }

  .fer-postales-banner__frame:has(.fer-postales-banner__art) .fer-postales-banner__submit {
    left: 9.2%;
    top: 86.7%;
    width: 81.9%;
    height: 5.1%;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: linear-gradient(160deg, #f5fbff 0%, #fff6ef 60%, #fdfdfd 100%);
}

img {
  max-width: 100%;
  display: block;
  border-radius: 16px;
}

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

/* Utility */
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 12px;
}

.section {
  padding: 56px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.link {
  font-weight: 600;
  color: var(--ocean);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(13, 27, 42, 0.08);
  z-index: 10;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

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

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.brand-text {
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.main-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.main-nav a,
.main-nav button {
  font-weight: 500;
}

.main-nav button {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

/* Desktop dropdowns inside the top navigation */
.top-nav__drop {
  position: relative;
}

.top-nav__drop > summary {
  list-style: none;
}

.top-nav__drop > summary::-webkit-details-marker {
  display: none;
}

.top-nav__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(11, 74, 111, 0.06);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}

.top-nav__item:hover {
  background: rgba(110, 193, 228, 0.18);
}

.top-nav__avatar-icon {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(13, 27, 42, 0.12);
}

.top-nav__drop.is-active > summary {
  background: rgba(127, 224, 214, 0.22);
  border: 1px solid rgba(9, 42, 52, 0.12);
}

.top-nav__sheet {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 220px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(13, 27, 42, 0.12);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(13, 27, 42, 0.16);
  padding: 10px;
  z-index: 50;
}

.top-nav__drop[open] .top-nav__sheet {
  display: block;
}

.top-nav__sheet-link {
  display: block;
  padding: 10px 10px;
  border-radius: 14px;
  font-weight: 700;
  color: rgba(13, 27, 42, 0.9);
}

.top-nav__sheet-link:hover {
  background: rgba(110, 193, 228, 0.16);
}

.top-nav__sheet-link.is-active {
  background: rgba(255, 179, 71, 0.22);
  border: 1px solid rgba(13, 27, 42, 0.10);
}


.main-nav a.is-active,
.main-nav button.is-active {
  background: rgba(110, 193, 228, 0.18);
  border-radius: 999px;
  padding: 8px 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 22px;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.btn.primary {
  background: var(--ocean);
  color: var(--white);
}

.btn.ghost {
  background: transparent;
  border: 1px solid rgba(13, 27, 42, 0.2);
  color: var(--ink);
}

.btn.small {
  padding: 6px 16px;
}

/* Hero */
.hero {
  padding: 70px 0 50px;
  background: radial-gradient(circle at top right, rgba(110, 193, 228, 0.45), transparent 50%),
              radial-gradient(circle at bottom left, rgba(255, 179, 71, 0.25), transparent 55%),
              linear-gradient(120deg, rgba(11, 74, 111, 0.12), transparent 60%);
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}

.hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin: 12px 0 16px;
}

.hero-content .lead {
  font-size: 18px;
  margin-bottom: 24px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-badges span {
  background: var(--mist);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
}

/* Search */
.hero-search {
  background: var(--white);
  padding: 24px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.search-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.search-tabs .tab {
  border: 1px solid rgba(13, 27, 42, 0.15);
  background: transparent;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.search-tabs .tab.active {
  background: var(--ocean);
  color: var(--white);
  border-color: var(--ocean);
}

.search-form {
  display: grid;
  gap: 10px;
}

.search-form.is-hidden {
  display: none;
}

.search-widgets {
  display: none;
  gap: 12px;
  margin-bottom: 12px;
}

.search-widgets.active {
  display: grid;
}

.search-widget {
  display: none;
}

.search-widget.active {
  display: block;
}

.search-widget iframe {
  width: 100%;
  min-height: 360px;
  border: none;
  border-radius: 16px;
  background: #f7f4ef;
}

.skyscanner-widget {
  min-height: 360px;
}

.search-form input {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(13, 27, 42, 0.15);
}

.search-form label {
  font-size: 13px;
  font-weight: 600;
}

.search-form .hint {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.6);
}

.search-widgets .hint {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.6);
  margin-top: 8px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: rgba(13, 27, 42, 0.55);
  font-weight: 700;
}

.lead {
  font-size: 18px;
}

/* Category bar */
.category-bar {
  padding: 12px 0;
  background: linear-gradient(90deg, rgba(11, 74, 111, 0.08), rgba(110, 193, 228, 0.18));
  border-bottom: 1px solid rgba(13, 27, 42, 0.05);
}

.category-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.category-scroll::-webkit-scrollbar {
  display: none;
}

.cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  background: var(--mist);
  border-radius: 999px;
  font-size: 15px;
  white-space: nowrap;
  scroll-snap-align: start;
}

.icon {
  width: 18px;
  height: 18px;
}

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}

.card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(13, 27, 42, 0.08);
  border: 1px solid rgba(11, 74, 111, 0.08);
}

.card-body {
  padding: 18px;
}

.badge {
  display: inline-block;
  background: rgba(11, 74, 111, 0.12);
  color: var(--ocean);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  margin-bottom: 8px;
}

.offer-card .card-media {
  position: relative;
}

.fav-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 3;
  user-select: none;
  font-size: 18px;
  line-height: 1;
  color: rgba(9, 42, 52, 0.7);
  transition: transform 0.18s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.blog-grid img {
  height: 170px;
  object-fit: cover;
}

/* Themes */
.theme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
}

.theme-card {
  overflow: hidden;
}

.theme-card .theme-media img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}

.theme-card .card-body {
  display: grid;
  gap: 10px;
}

.theme-badge {
  transition: transform 0.2s ease, background 0.2s ease;
}

.theme-badge:hover {
  transform: translateY(-1px);
  background: rgba(11, 74, 111, 0.18);
}

.theme-detail-hero {
  background: linear-gradient(120deg, rgba(11, 74, 111, 0.1), rgba(246, 239, 230, 0.9));
}

.theme-detail-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center;
  gap: 24px;
}

.theme-detail-hero-content h1 {
  font-size: 38px;
  margin: 10px 0 12px;
}

.theme-detail-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(13, 27, 42, 0.6);
  margin-bottom: 12px;
}

.theme-detail-hero-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.theme-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  gap: 28px;
}

.theme-detail-main h2 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 26px;
}

.theme-detail-main p {
  margin: 0 0 16px;
  color: rgba(13, 27, 42, 0.85);
  line-height: 1.7;
}

.theme-intro {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink);
}

.theme-bullets {
  margin: 0 0 18px;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  line-height: 1.6;
  color: rgba(13, 27, 42, 0.82);
}

.theme-detail-cta .theme-cta-card {
  background: var(--white);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 74, 111, 0.12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.theme-cta-card h3 {
  margin: 0 0 6px;
}

@media (max-width: 980px) {
  .theme-detail-grid {
    grid-template-columns: 1fr;
  }

  .theme-detail-hero-content h1 {
    font-size: 30px;
  }

  .theme-detail-hero-media img {
    height: 260px;
  }
}

/* Combos */
.combos {
  background: linear-gradient(120deg, rgba(11, 74, 111, 0.08), rgba(110, 193, 228, 0.16));
}

.combo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.combo-card {
  background: var(--white);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(11, 74, 111, 0.12);
  box-shadow: 0 18px 34px rgba(13, 27, 42, 0.1);
  display: grid;
  min-height: 100%;
}

.combo-media {
  height: 150px;
  background-size: cover;
  background-position: center;
}

.combo-body {
  padding: 20px;
  display: grid;
  gap: 12px;
}

.combo-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 179, 71, 0.2);
  color: var(--plum);
  font-size: 12px;
  font-weight: 600;
}

.combo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.combo-tags span {
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--mist);
  font-size: 12px;
}


/* Destinations and chips */
.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chip {
  background: var(--mist);
  padding: 10px 16px;
  border-radius: 999px;
}

/* Autopilot */
.autopilot-card {
  position: relative;
  background: radial-gradient(circle at top right, rgba(110, 193, 228, 0.25), transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(255, 179, 71, 0.2), transparent 50%),
    linear-gradient(140deg, #072433 0%, #0b4a6f 45%, #0f7b8a 100%);
  color: var(--white);
  padding: 48px;
  border-radius: 32px;
  display: grid;
  gap: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.autopilot-card::before,
.autopilot-card::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(110, 193, 228, 0.18);
  filter: blur(1px);
  animation: floatGlow 14s ease-in-out infinite;
}

.autopilot-card::before {
  top: -220px;
  right: -180px;
}

.autopilot-card::after {
  bottom: -240px;
  left: -200px;
  background: rgba(255, 179, 71, 0.18);
  animation-delay: -6s;
}

.autopilot-header {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.autopilot-header h2 {
  margin: 0;
}

.autopilot-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

.autopilot-lead {
  font-size: 18px;
  line-height: 1.6;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.9);
}

.autopilot-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.autopilot-stats span {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  letter-spacing: 0.02em;
}

.autopilot-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: start;
}

.autopilot-form-card {
  background: var(--white);
  color: var(--ink);
  border-radius: 24px;
  padding: 26px;
  display: grid;
  gap: 20px;
  box-shadow: 0 18px 38px rgba(13, 27, 42, 0.2);
  animation: fadeUp 0.6s ease both;
}

.autopilot-form-head {
  display: grid;
  gap: 8px;
}

.autopilot-form-head h3 {
  margin: 0;
}

.autopilot-form-head p {
  margin: 0;
  color: rgba(13, 27, 42, 0.7);
}

.autopilot-form-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(13, 27, 42, 0.6);
}

.autopilot-form {
  display: grid;
  gap: 16px;
}

.autopilot-field {
  display: grid;
  gap: 8px;
}

.autopilot-field label {
  font-weight: 600;
  font-size: 13px;
}

.autopilot-form input,
.autopilot-form select {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(13, 27, 42, 0.15);
  background: rgba(231, 241, 247, 0.45);
  font: inherit;
}

.autopilot-form input:focus,
.autopilot-form select:focus {
  outline: 2px solid rgba(11, 74, 111, 0.25);
  border-color: rgba(11, 74, 111, 0.5);
}

.autopilot-output {
  background: rgba(6, 23, 38, 0.35);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px;
  display: grid;
  gap: 16px;
  position: relative;
  overflow: hidden;
  animation: fadeUp 0.6s ease both;
  animation-delay: 0.1s;
}

.autopilot-output::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 60%);
  pointer-events: none;
}

.autopilot-output-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
}

.autopilot-badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
}

.autopilot-pass {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pass-title {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}

.pass-name {
  margin: 6px 0 0;
  font-weight: 600;
}

.pass-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pass-tags span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 12px;
}

.autopilot-result {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 14px 16px;
  border-radius: 18px;
  display: grid;
  gap: 8px;
}

.autopilot-result h4 {
  margin: 0;
}

.autopilot-result p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.result-price {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.autopilot-output .result-tags span {
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.autopilot-window {
  position: relative;
  z-index: 1;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 10px;
}

.window-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.7);
}

.window-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.window-hit {
  position: absolute;
  left: 18%;
  width: 46%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffb347 0%, #6ec1e4 100%);
  animation: pulseBar 4s ease-in-out infinite;
}

.window-range {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.autopilot-planb {
  position: relative;
  z-index: 1;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 179, 71, 0.16);
  border: 1px solid rgba(255, 179, 71, 0.3);
  display: grid;
  gap: 6px;
}

.planb-badge {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.8);
}

.autopilot-planb p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.autopilot-footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

.autopilot-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.proof-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Tips */
.tip-list {
  background: var(--white);
  border-radius: 24px;
  padding: 24px 32px;
  box-shadow: var(--shadow);
}

.tip-list li {
  margin: 12px 0;
}

/* Newsletter and app */
.newsletter-card {
  position: relative;
  background: radial-gradient(circle at top left, rgba(110, 193, 228, 0.35), transparent 55%),
    radial-gradient(circle at bottom right, rgba(255, 179, 71, 0.25), transparent 50%),
    linear-gradient(140deg, #08304a 0%, #0b4a6f 45%, #0f6f9e 100%);
  color: var(--white);
  padding: 40px;
  border-radius: 28px;
  display: grid;
  gap: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.newsletter-card::before,
.newsletter-card::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(110, 193, 228, 0.2);
  filter: blur(0.5px);
  animation: floatGlow 12s ease-in-out infinite;
}

.newsletter-card::before {
  top: -140px;
  left: -120px;
}

.newsletter-card::after {
  bottom: -160px;
  right: -140px;
  background: rgba(255, 179, 71, 0.2);
  animation-delay: -4s;
}

.newsletter-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 32px;
  align-items: start;
}

.newsletter-copy {
  display: grid;
  gap: 20px;
}

.newsletter-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-lead {
  font-size: 18px;
  line-height: 1.6;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.9);
}

.newsletter-perks {
  display: grid;
  gap: 14px;
}

.perk {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
}

.perk h4 {
  margin: 0 0 4px;
  font-size: 16px;
}

.perk p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.perk-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.newsletter-preview {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(6, 23, 38, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.preview-tag {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
}

.preview-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.preview-tags span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 12px;
}

.newsletter-form-card {
  background: var(--white);
  color: var(--ink);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(13, 27, 42, 0.2);
  display: grid;
  gap: 18px;
}

.newsletter-form {
  display: grid;
  gap: 14px;
}

.newsletter-field {
  display: grid;
  gap: 6px;
}

.newsletter-form label,
.newsletter-label {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.newsletter-form input,
.newsletter-form select {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(13, 27, 42, 0.15);
  background: rgba(231, 241, 247, 0.4);
  font: inherit;
}

.newsletter-form input:focus,
.newsletter-form select:focus {
  outline: 2px solid rgba(11, 74, 111, 0.3);
  border-color: rgba(11, 74, 111, 0.55);
}

.btn-block {
  width: 100%;
}

.form-note {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.65);
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-check {
  position: relative;
}

.chip-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.chip-check span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(11, 74, 111, 0.15);
  background: rgba(11, 74, 111, 0.08);
  font-size: 13px;
  cursor: pointer;
}

.chip-check input:checked + span {
  border-color: rgba(11, 74, 111, 0.4);
  background: rgba(11, 74, 111, 0.18);
  color: var(--ocean);
  font-weight: 600;
}

.newsletter-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(13, 27, 42, 0.6);
}

.trust-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(11, 74, 111, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.newsletter-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.newsletter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.newsletter-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.newsletter-copy,
.newsletter-form-card {
  animation: fadeUp 0.6s ease both;
}

.newsletter-form-card {
  animation-delay: 0.12s;
}

.app-card {
  background: linear-gradient(135deg, #0b4a6f 0%, #1177a8 45%, #6ec1e4 100%);
  color: var(--white);
  padding: 32px;
  border-radius: 24px;
  display: grid;
  gap: 24px;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-btn {
  background: rgba(255, 255, 255, 0.2);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.store-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.store-btn {
  background: var(--white);
  color: var(--ocean);
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 600;
}

@keyframes floatGlow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -12px, 0) scale(1.05);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseBar {
  0% {
    transform: translateX(0);
    opacity: 0.7;
  }
  50% {
    transform: translateX(8px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.7;
  }
}

/* Auth and admin */
.auth-card {
  background: var(--white);
  padding: 32px;
  border-radius: 24px;
  box-shadow: var(--shadow);
  max-width: 520px;
}

.trivia-experience {
  position: relative;
  overflow: hidden;
}

.quiz-shell {
  position: relative;
  padding: 32px;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 198, 107, 0.24), transparent 28%),
    radial-gradient(circle at top right, rgba(110, 193, 228, 0.24), transparent 34%),
    linear-gradient(145deg, #091a2b 0%, #0f3150 48%, #174b66 100%);
  color: #f6fbff;
  box-shadow: 0 32px 70px rgba(8, 23, 38, 0.28);
}

.quiz-shell__aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.quiz-shell__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.75;
  animation: floatGlow 9s ease-in-out infinite;
}

.quiz-shell__glow--one {
  top: -60px;
  left: 6%;
  width: 240px;
  height: 240px;
  background: rgba(255, 179, 71, 0.35);
}

.quiz-shell__glow--two {
  right: 4%;
  bottom: 10%;
  width: 280px;
  height: 280px;
  background: rgba(110, 193, 228, 0.24);
  animation-delay: -3s;
}

.quiz-shell__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 85%);
  opacity: 0.4;
}

.quiz-hero,
.quiz-layout,
.quiz-stage,
.quiz-panel,
.quiz-empty {
  position: relative;
  z-index: 1;
}

.quiz-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.95fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.quiz-hero__copy,
.quiz-hero__stats,
.quiz-stage,
.quiz-panel,
.quiz-empty {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 20, 33, 0.44);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(5, 17, 29, 0.18);
}

.quiz-hero__copy,
.quiz-empty {
  border-radius: 30px;
  padding: 28px;
}

.quiz-hero__copy h1,
.quiz-empty h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.quiz-hero__copy p,
.quiz-empty p,
.quiz-stage__lead,
.quiz-feedback p,
.quiz-panel__caption {
  color: rgba(240, 248, 255, 0.82);
}

.quiz-hero__eyebrow,
.quiz-hero__chips,
.quiz-stage__meta,
.quiz-panel__head,
.quiz-feedback__head,
.quiz-form__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.quiz-kicker,
.quiz-status,
.quiz-hero__chips span,
.quiz-empty__kicker,
.quiz-feedback__pill,
.quiz-feedback__user,
.quiz-eyebrow,
.quiz-stage__overlay span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-kicker,
.quiz-empty__kicker,
.quiz-eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(246, 251, 255, 0.88);
}

.quiz-status.is-live,
.quiz-feedback__pill {
  background: rgba(255, 179, 71, 0.2);
  color: #ffdca4;
}

.quiz-status.is-revealed,
.quiz-feedback__user.is-success {
  background: rgba(110, 193, 228, 0.2);
  color: #bde9ff;
}

.quiz-status.is-idle,
.quiz-feedback__user.is-neutral {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

.quiz-hero__copy p {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.7;
}

.quiz-hero__chips {
  margin-top: 24px;
}

.quiz-hero__chips span {
  background: rgba(255, 255, 255, 0.1);
  color: #f8fbff;
}

.quiz-hero__stats {
  border-radius: 30px;
  padding: 18px;
  display: grid;
  gap: 14px;
}

.quiz-stat {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.quiz-stat strong {
  display: block;
  margin-top: 6px;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

.quiz-stat p,
.quiz-stat__label,
.quiz-stage__meta-copy,
.quiz-stage__overlay small,
.quiz-metric span,
.quiz-timer-card p,
.quiz-note,
.quiz-podium__item span,
.quiz-podium__item small,
.quiz-leaderboard__row span,
.quiz-intel__item span,
.quiz-sidebar__foot,
.quiz-panel__empty {
  color: rgba(236, 246, 255, 0.72);
}

.quiz-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.82fr);
  gap: 24px;
  align-items: start;
}

.quiz-main {
  display: grid;
  gap: 24px;
}

.quiz-stage {
  border-radius: 30px;
  overflow: hidden;
}

.quiz-stage__visual {
  position: relative;
  min-height: 300px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 179, 71, 0.22), rgba(110, 193, 228, 0.18));
}

.quiz-stage__visual.is-placeholder {
  display: grid;
  place-items: center;
}

.quiz-stage__image {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 0;
}

.quiz-stage__art {
  position: absolute;
  inset: 24px;
  border-radius: 28px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  overflow: hidden;
}

.quiz-stage__art span {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.quiz-stage__art span:nth-child(1) {
  top: 18%;
  left: 12%;
  width: 46%;
  height: 46%;
  animation: floatGlow 11s ease-in-out infinite;
}

.quiz-stage__art span:nth-child(2) {
  right: 10%;
  bottom: 16%;
  width: 34%;
  height: 34%;
  background: rgba(255, 179, 71, 0.22);
  animation: floatGlow 8s ease-in-out infinite reverse;
}

.quiz-stage__art span:nth-child(3) {
  left: 34%;
  bottom: 10%;
  width: 18%;
  height: 18%;
  background: rgba(110, 193, 228, 0.24);
}

.quiz-stage__overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  flex-wrap: wrap;
}

.quiz-stage__overlay strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 34px;
}

.quiz-stage__body {
  padding: 28px;
}

.quiz-stage__badge {
  background: rgba(255, 255, 255, 0.12);
  color: #f4fbff;
}

.quiz-stage__body h2,
.quiz-panel h3,
.quiz-feedback h3 {
  margin: 12px 0 0;
  font-family: "Fraunces", serif;
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.1;
}

.quiz-stage__lead {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.7;
}

.quiz-metrics,
.quiz-feedback__stats,
.quiz-intel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.quiz-metrics {
  margin-top: 24px;
}

.quiz-metric,
.quiz-feedback__stats div,
.quiz-intel__item {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.quiz-metric strong,
.quiz-feedback__stats strong,
.quiz-intel__item strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
}

.quiz-metric__accent {
  color: #ffd59f;
}

.quiz-timer-card,
.quiz-feedback {
  margin-top: 24px;
  padding: 20px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.quiz-timer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.quiz-timer-card strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}

.quiz-timer-card__pulse {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 179, 71, 0.94) 0 26%, rgba(255, 179, 71, 0.18) 27% 58%, transparent 59%),
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0 62%, transparent 63%);
  animation: pulseOrbit 2s ease-in-out infinite;
}

.quiz-form {
  margin-top: 24px;
}

.quiz-options {
  display: grid;
  gap: 14px;
}

.quiz-option {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.quiz-option:hover,
.quiz-option.is-selected {
  transform: translateY(-2px);
  border-color: rgba(255, 179, 71, 0.7);
  background: rgba(255, 179, 71, 0.14);
  box-shadow: 0 16px 30px rgba(7, 19, 30, 0.22);
}

.quiz-option__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quiz-option__marker {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  font-size: 20px;
  font-weight: 800;
  color: #fff4de;
}

.quiz-option__content {
  display: grid;
  gap: 4px;
}

.quiz-option__content strong {
  font-size: 16px;
}

.quiz-option__content span {
  color: rgba(240, 248, 255, 0.82);
  line-height: 1.55;
}

.quiz-form__footer {
  justify-content: space-between;
  margin-top: 18px;
}

.quiz-note {
  margin: 0;
  max-width: 440px;
  font-size: 14px;
}

.quiz-submit[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  filter: grayscale(0.15);
}

.quiz-feedback h3 {
  font-size: clamp(24px, 2.3vw, 34px);
}

.quiz-feedback p {
  margin: 14px 0 0;
  line-height: 1.7;
}

.quiz-feedback__stats {
  margin-top: 18px;
}

.quiz-sidebar {
  display: grid;
  gap: 24px;
}

.quiz-panel {
  border-radius: 28px;
  padding: 22px;
}

.quiz-panel__head {
  justify-content: space-between;
}

.quiz-panel__head h3 {
  margin: 10px 0 0;
  font-size: 30px;
}

.quiz-podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.quiz-podium__item {
  padding: 16px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.quiz-podium__item.is-first {
  background: linear-gradient(180deg, rgba(255, 179, 71, 0.28), rgba(255, 179, 71, 0.14));
  transform: translateY(-8px);
}

.quiz-podium__place,
.quiz-leaderboard__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.11);
  font-weight: 800;
  color: #fff4de;
}

.quiz-podium__item strong,
.quiz-leaderboard__row strong {
  display: block;
  margin-top: 12px;
  font-size: 16px;
}

.quiz-leaderboard {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.quiz-champion-card,
.quiz-tournament-card,
.ranking-crown {
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 179, 71, 0.2), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 212, 148, 0.28);
}

.quiz-champion-card,
.ranking-crown {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 18px;
}

.quiz-champion-card__icon,
.ranking-crown__icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #ffd28b;
}

.quiz-champion-card__icon svg,
.ranking-crown__icon svg,
.ranking-table__crown svg {
  width: 36px;
  height: 36px;
}

.quiz-champion-card__eyebrow,
.ranking-crown__eyebrow,
.quiz-panel__period {
  color: rgba(255, 231, 191, 0.88);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 700;
}

.quiz-champion-card strong,
.quiz-tournament-card strong,
.ranking-crown strong {
  display: block;
  margin-top: 4px;
  font-size: 24px;
}

.quiz-champion-card p,
.quiz-tournament-card p,
.ranking-crown p,
.ranking-board__hint {
  margin: 8px 0 0;
  color: rgba(236, 246, 255, 0.78);
  line-height: 1.6;
}

.quiz-panel__period {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.quiz-leaderboard__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.quiz-leaderboard__row.is-current {
  border-color: rgba(255, 179, 71, 0.54);
  background: rgba(255, 179, 71, 0.12);
}

.quiz-sidebar__foot,
.quiz-panel__caption,
.quiz-panel__empty {
  margin: 16px 0 0;
  line-height: 1.6;
}

.quiz-leaderboard--compact .quiz-leaderboard__row {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
}

.quiz-intel {
  margin-top: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quiz-empty {
  min-height: 420px;
  display: grid;
  align-content: center;
  gap: 18px;
}

.quiz-empty p {
  max-width: 640px;
  line-height: 1.75;
}

.ranking-shell {
  background:
    radial-gradient(circle at top left, rgba(255, 179, 71, 0.2), transparent 26%),
    radial-gradient(circle at 80% 20%, rgba(120, 217, 255, 0.18), transparent 30%),
    linear-gradient(145deg, #081726 0%, #0f2740 44%, #13334d 100%);
}

.ranking-hero,
.ranking-layout {
  position: relative;
  z-index: 1;
}

.ranking-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.ranking-hero__copy,
.ranking-hero__side,
.ranking-board,
.ranking-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 20, 33, 0.44);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(5, 17, 29, 0.18);
}

.ranking-hero__copy,
.ranking-board {
  border-radius: 30px;
  padding: 28px;
}

.ranking-hero__copy h1,
.ranking-board h2 {
  margin: 10px 0 0;
  font-family: "Fraunces", serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  color: #f7fbff;
}

.ranking-hero__copy p {
  margin: 18px 0 0;
  max-width: 720px;
  color: rgba(236, 246, 255, 0.9);
  line-height: 1.7;
}

.ranking-hero__side {
  border-radius: 30px;
  padding: 20px;
}

.ranking-crown {
  height: 100%;
  margin-top: 0;
}

.ranking-crown--empty {
  display: grid;
  align-content: center;
}

.ranking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.84fr);
  gap: 24px;
  align-items: start;
}

.ranking-main,
.ranking-sidebar {
  display: grid;
  gap: 24px;
}

.ranking-board__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  flex-wrap: wrap;
}

.ranking-board h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.ranking-table {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.ranking-table__row {
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.8fr 0.8fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ranking-table__row--head {
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(240, 248, 255, 0.82);
}

.ranking-table__row.is-current {
  border-color: rgba(255, 179, 71, 0.54);
  background: rgba(255, 179, 71, 0.12);
}

.ranking-table__row.is-top {
  background: linear-gradient(145deg, rgba(255, 179, 71, 0.18), rgba(255, 255, 255, 0.06));
}

.ranking-table__place {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.ranking-table__crown {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #ffd28b;
}

.ranking-table__row strong {
  font-size: 16px;
  color: #ffffff;
}

.ranking-weekly-stats,
.ranking-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.ranking-experience .ranking-shell {
  background:
    radial-gradient(circle at top left, rgba(110, 155, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(118, 216, 255, 0.14), transparent 22%),
    linear-gradient(145deg, #101d35 0%, #152744 44%, #102035 100%);
}

.ranking-experience .ranking-hero__copy,
.ranking-experience .ranking-hero__side,
.ranking-experience .ranking-board,
.ranking-experience .ranking-panel,
.ranking-experience .quiz-panel.quiz-panel--tournament {
  background:
    linear-gradient(180deg, rgba(12, 21, 40, 0.95), rgba(10, 19, 35, 0.97));
  border-color: rgba(153, 183, 255, 0.16);
}

.ranking-experience .ranking-hero__copy h1,
.ranking-experience .ranking-board h2 {
  color: #f8fbff;
  text-shadow: 0 8px 24px rgba(6, 12, 26, 0.24);
}

.ranking-experience .quiz-kicker,
.ranking-experience .quiz-eyebrow,
.ranking-experience .quiz-hero__chips span {
  background: rgba(255, 255, 255, 0.1);
  color: #eef4ff;
}

.ranking-experience .ranking-crown {
  background: linear-gradient(145deg, rgba(255, 190, 94, 0.18), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 208, 132, 0.28);
}

.ranking-experience .ranking-crown__eyebrow,
.ranking-experience .ranking-crown strong {
  color: #fff7e3;
}

.ranking-experience .ranking-crown p,
.ranking-experience .ranking-board__hint,
.ranking-experience .quiz-panel__caption,
.ranking-experience .quiz-panel__empty {
  color: rgba(236, 244, 255, 0.86);
}

.ranking-experience .ranking-table__row {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(154, 181, 255, 0.12);
  color: #f1f5ff;
}

.ranking-experience .ranking-table__row--head {
  background: rgba(255, 255, 255, 0.14);
  color: #e7efff;
}

.ranking-experience .ranking-table__row.is-current {
  border-color: rgba(123, 172, 255, 0.5);
  background: rgba(123, 172, 255, 0.18);
}

.ranking-experience .ranking-table__row.is-top {
  background: linear-gradient(145deg, rgba(255, 190, 94, 0.2), rgba(255, 255, 255, 0.08));
}

.ranking-experience .ranking-table__place,
.ranking-experience .ranking-table__row span {
  color: rgba(239, 245, 255, 0.92);
}

.ranking-experience .ranking-table__crown {
  background: rgba(255, 255, 255, 0.14);
  color: #ffe19d;
}

.ranking-experience .quiz-intel__item,
.ranking-experience .quiz-leaderboard__row {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(154, 181, 255, 0.14);
}

.ranking-experience .quiz-intel__item span,
.ranking-experience .quiz-leaderboard__row span {
  color: rgba(233, 241, 255, 0.84);
}

.ranking-experience .quiz-intel__item strong,
.ranking-experience .quiz-leaderboard__row strong {
  color: #ffffff;
}

.trivia-experience--atlas {
  background:
    radial-gradient(circle at top, rgba(190, 151, 98, 0.16), transparent 34%),
    linear-gradient(180deg, #f6efe1 0%, #eadfcb 100%);
}

.trivia-experience--atlas .quiz-shell--atlas {
  background:
    linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(244, 233, 213, 0.96)),
    linear-gradient(135deg, #f6ecda 0%, #e2cfaf 100%);
  color: #2f2015;
  border: 1px solid rgba(120, 84, 43, 0.18);
  box-shadow: 0 28px 70px rgba(91, 63, 35, 0.18);
}

.trivia-experience--atlas .quiz-shell__glow--one {
  background: rgba(194, 143, 74, 0.22);
}

.trivia-experience--atlas .quiz-shell__glow--two {
  background: rgba(120, 89, 52, 0.14);
}

.trivia-experience--atlas .quiz-shell__grid {
  background-image:
    linear-gradient(rgba(111, 76, 42, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 76, 42, 0.08) 1px, transparent 1px);
  opacity: 0.24;
}

.trivia-experience--atlas .quiz-hero__copy,
.trivia-experience--atlas .quiz-hero__stats,
.trivia-experience--atlas .quiz-stage,
.trivia-experience--atlas .quiz-panel,
.trivia-experience--atlas .quiz-empty {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(243, 233, 216, 0.92));
  border: 1px solid rgba(120, 84, 43, 0.14);
  box-shadow: 0 22px 50px rgba(91, 63, 35, 0.1);
  color: #2f2015;
}

.trivia-experience--atlas .quiz-hero {
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.82fr);
}

.trivia-experience--atlas .quiz-layout {
  grid-template-columns: minmax(0, 1.72fr) minmax(300px, 0.78fr);
}

.trivia-experience--atlas .quiz-hero__copy h1,
.trivia-experience--atlas .quiz-stage__body h2,
.trivia-experience--atlas .quiz-panel h3,
.trivia-experience--atlas .quiz-feedback h3,
.trivia-experience--atlas .quiz-empty h2 {
  font-family: "Cormorant Garamond", serif;
  color: #3b2718;
  letter-spacing: -0.02em;
}

.trivia-experience--atlas .quiz-kicker,
.trivia-experience--atlas .quiz-status,
.trivia-experience--atlas .quiz-eyebrow,
.trivia-experience--atlas .quiz-hero__chips span,
.trivia-experience--atlas .quiz-stat__label,
.trivia-experience--atlas .quiz-stage__overlay span,
.trivia-experience--atlas .quiz-empty__kicker,
.trivia-experience--atlas .quiz-feedback__pill,
.trivia-experience--atlas .quiz-feedback__user,
.trivia-experience--atlas .quiz-panel__period {
  font-family: "Cinzel", serif;
  letter-spacing: 0.08em;
}

.trivia-experience--atlas .quiz-kicker,
.trivia-experience--atlas .quiz-eyebrow,
.trivia-experience--atlas .quiz-empty__kicker,
.trivia-experience--atlas .quiz-hero__chips span,
.trivia-experience--atlas .quiz-panel__period {
  background: rgba(121, 86, 46, 0.08);
  color: #6b4a2d;
}

.trivia-experience--atlas .quiz-status.is-live,
.trivia-experience--atlas .quiz-feedback__pill {
  background: rgba(157, 105, 42, 0.12);
  color: #8a5521;
}

.trivia-experience--atlas .quiz-status.is-revealed,
.trivia-experience--atlas .quiz-feedback__user.is-success {
  background: rgba(108, 133, 96, 0.14);
  color: #4c6641;
}

.trivia-experience--atlas .quiz-status.is-idle,
.trivia-experience--atlas .quiz-feedback__user.is-neutral {
  background: rgba(121, 86, 46, 0.08);
  color: #6b4a2d;
}

.trivia-experience--atlas .quiz-hero__copy p,
.trivia-experience--atlas .quiz-empty p,
.trivia-experience--atlas .quiz-stage__lead,
.trivia-experience--atlas .quiz-feedback p,
.trivia-experience--atlas .quiz-panel__caption,
.trivia-experience--atlas .quiz-stage__meta-copy,
.trivia-experience--atlas .quiz-stat p,
.trivia-experience--atlas .quiz-stat__label,
.trivia-experience--atlas .quiz-metric span,
.trivia-experience--atlas .quiz-note,
.trivia-experience--atlas .quiz-sidebar__foot,
.trivia-experience--atlas .quiz-panel__empty,
.trivia-experience--atlas .quiz-champion-card p,
.trivia-experience--atlas .quiz-tournament-card p {
  color: rgba(63, 41, 25, 0.8);
}

.trivia-experience--atlas .quiz-stat,
.trivia-experience--atlas .quiz-metric,
.trivia-experience--atlas .quiz-feedback__stats div,
.trivia-experience--atlas .quiz-intel__item,
.trivia-experience--atlas .quiz-champion-card,
.trivia-experience--atlas .quiz-tournament-card,
.trivia-experience--atlas .quiz-podium__item,
.trivia-experience--atlas .quiz-leaderboard__row,
.trivia-experience--atlas .quiz-option,
.trivia-experience--atlas .quiz-timer-card,
.trivia-experience--atlas .quiz-feedback {
  background: rgba(255, 250, 242, 0.86);
  border: 1px solid rgba(120, 84, 43, 0.14);
  box-shadow: none;
}

.trivia-experience--atlas .quiz-stage {
  overflow: hidden;
}

.trivia-experience--atlas .quiz-stage__visual,
.trivia-experience--atlas .quiz-stage__image {
  min-height: 560px;
}

.trivia-experience--atlas .quiz-stage__visual {
  background:
    linear-gradient(180deg, rgba(61, 39, 24, 0.08), rgba(61, 39, 24, 0.02)),
    #d8c3a0;
}

.trivia-experience--atlas .quiz-stage__image {
  filter: saturate(0.92) contrast(1.02);
}

.trivia-experience--atlas .quiz-stage__overlay {
  align-items: end;
}

.trivia-experience--atlas .quiz-stage__overlay strong,
.trivia-experience--atlas .quiz-stage__overlay small {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.92);
  color: #4b311f;
  backdrop-filter: blur(10px);
}

.trivia-experience--atlas .quiz-stage__overlay strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
}

.trivia-experience--atlas .quiz-stage__overlay small {
  font-size: 14px;
  font-weight: 700;
}

.trivia-experience--atlas .quiz-stage__badge {
  background: rgba(121, 86, 46, 0.08);
  color: #6b4a2d;
}

.trivia-experience--atlas .quiz-metric strong,
.trivia-experience--atlas .quiz-feedback__stats strong,
.trivia-experience--atlas .quiz-intel__item strong,
.trivia-experience--atlas .quiz-stat strong,
.trivia-experience--atlas .quiz-timer-card strong,
.trivia-experience--atlas .quiz-champion-card strong,
.trivia-experience--atlas .quiz-tournament-card strong {
  color: #352316;
}

.trivia-experience--atlas .quiz-metric__accent {
  color: #8d5626;
}

.trivia-experience--atlas .quiz-option {
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.trivia-experience--atlas .quiz-option:hover,
.trivia-experience--atlas .quiz-option.is-selected {
  background: rgba(236, 223, 195, 0.72);
  border-color: rgba(143, 95, 42, 0.42);
}

.trivia-experience--atlas .quiz-option__marker,
.trivia-experience--atlas .quiz-podium__place,
.trivia-experience--atlas .quiz-leaderboard__rank,
.trivia-experience--atlas .quiz-champion-card__icon {
  background: rgba(121, 86, 46, 0.1);
  color: #8a5521;
}

.trivia-experience--atlas .quiz-option__content span {
  color: rgba(63, 41, 25, 0.84);
}

.trivia-experience--atlas .quiz-form .btn.primary,
.trivia-experience--atlas .quiz-panel .btn.ghost,
.trivia-experience--atlas .quiz-feedback .btn.ghost,
.trivia-experience--atlas .quiz-empty .btn.ghost {
  background: linear-gradient(180deg, #8d5a2f, #6b4324);
  color: #fff8ef;
  border: 0;
  box-shadow: 0 10px 24px rgba(107, 67, 36, 0.16);
}

.trivia-experience--atlas .quiz-panel .btn.ghost,
.trivia-experience--atlas .quiz-feedback .btn.ghost,
.trivia-experience--atlas .quiz-empty .btn.ghost {
  background: #f7f0e1;
  color: #6f4728;
  border: 1px solid rgba(120, 84, 43, 0.16);
  box-shadow: none;
}

.trivia-experience--atlas .quiz-timer-card__pulse {
  background:
    radial-gradient(circle, rgba(157, 105, 42, 0.9) 0 26%, rgba(157, 105, 42, 0.12) 27% 58%, transparent 59%),
    radial-gradient(circle, rgba(121, 86, 46, 0.12) 0 62%, transparent 63%);
}

.trivia-experience--atlas .quiz-sidebar .quiz-panel {
  background:
    linear-gradient(180deg, rgba(250, 244, 233, 0.96), rgba(242, 233, 216, 0.92));
}

@media (max-width: 1180px) {
  .quiz-hero,
  .quiz-layout,
  .ranking-hero,
  .ranking-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .quiz-shell {
    padding: 18px;
    border-radius: 28px;
  }

  .quiz-hero__copy,
  .quiz-hero__stats,
  .quiz-stage__body,
  .quiz-panel,
  .quiz-empty,
  .ranking-hero__copy,
  .ranking-hero__side,
  .ranking-board {
    padding: 20px;
  }

  .quiz-hero__stats,
  .quiz-metrics,
  .quiz-feedback__stats,
  .quiz-podium,
  .quiz-intel,
  .ranking-weekly-stats,
  .ranking-rules {
    grid-template-columns: 1fr;
  }

  .quiz-stage__overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .quiz-stage__overlay strong {
    font-size: 28px;
  }

  .quiz-timer-card,
  .quiz-form__footer,
  .quiz-leaderboard__row,
  .ranking-table__row {
    grid-template-columns: 1fr;
  }

  .quiz-leaderboard__row,
  .ranking-table__row {
    justify-items: start;
  }

  .quiz-option {
    grid-template-columns: 1fr;
  }

  .quiz-option__marker {
    width: 44px;
    height: 44px;
  }

  .trivia-experience--atlas .quiz-stage__visual,
  .trivia-experience--atlas .quiz-stage__image {
    min-height: 380px;
  }

  .trivia-experience--atlas .quiz-stage__overlay strong {
    font-size: 30px;
  }
}

@keyframes floatGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(10px, -8px, 0) scale(1.06);
  }
}

@keyframes pulseOrbit {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 179, 71, 0.24);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 14px rgba(255, 179, 71, 0);
  }
}

.auth-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: stretch;
}

.auth-visual {
  background: linear-gradient(160deg, rgba(11, 74, 111, 0.18), rgba(110, 193, 228, 0.22));
  border-radius: 24px;
  padding: 28px;
  display: grid;
  gap: 22px;
  border: 1px solid rgba(11, 74, 111, 0.12);
}

.auth-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}

.auth-logo {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.2);
}

.auth-stats,
.auth-steps {
  display: grid;
  gap: 14px;
}

.auth-stats div,
.auth-steps .step {
  background: rgba(255, 255, 255, 0.75);
  padding: 14px 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.auth-stats strong {
  font-size: 20px;
  color: var(--ocean);
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.check-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.auth-steps .step span {
  background: var(--ocean);
  color: var(--white);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.auth-links {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 14px;
}

.auth-social {
  display: grid;
  gap: 10px;
  margin: 16px 0 12px;
}

.auth-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(9, 42, 52, 0.14);
  background: rgba(255, 255, 255, 0.86);
  color: rgba(13, 27, 42, 0.92);
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(9, 42, 52, 0.06);
}

.auth-social-btn[aria-disabled="true"] {
  cursor: not-allowed;
}

.auth-social-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(9, 42, 52, 0.1);
  flex: 0 0 30px;
}

.auth-divider {
  position: relative;
  text-align: center;
  margin: 2px 0 12px;
}

.auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(9, 42, 52, 0.14);
}

.auth-divider span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(9, 42, 52, 0.58);
  background: rgba(255, 255, 255, 0.9);
}

.muted {
  color: rgba(13, 27, 42, 0.6);
  margin-top: -6px;
}

.stack {
  display: grid;
  gap: 12px;
}

.admin-grid {
  display: grid;
  gap: 24px;
}

.admin-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.admin-kpi {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 14px;
  padding: 12px 14px;
  display: grid;
  gap: 4px;
}

.admin-kpi strong {
  font-size: 24px;
  line-height: 1;
}

.admin-kpi span {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.admin-card {
  background: var(--white);
  padding: 24px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.admin-table-wrap {
  overflow: visible;
  padding-bottom: 12px;
  position: relative;
}

.admin-table-scroll {
  overflow-x: auto;
  overflow-y: visible;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid rgba(13, 27, 42, 0.08);
  vertical-align: middle;
}

.admin-table__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.admin-table__actions--inline {
  justify-content: center;
}

.admin-table__actions--stack {
  flex-direction: column;
  align-items: flex-start;
}

.admin-table__actions form {
  margin: 0;
}

.admin-table__cell-action {
  text-align: center;
}

.admin-table__action-btn {
  min-width: 0;
  padding: 8px 14px;
}

.admin-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(28, 104, 198, 0.22);
  background: #f7fbff;
  color: #3a97d3;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.admin-icon-btn svg {
  display: block;
}

.admin-icon-btn:hover {
  transform: translateY(-1px);
  background: #eef7ff;
  border-color: rgba(28, 104, 198, 0.34);
  color: #1d64b2;
}

.admin-icon-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(56, 132, 255, 0.2);
}

.admin-icon-btn:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  transform: none;
  background: #f4f7fb;
  border-color: rgba(28, 104, 198, 0.12);
  color: rgba(58, 151, 211, 0.58);
}

.admin-icon-btn--danger {
  color: #d35d5d;
  border-color: rgba(211, 93, 93, 0.24);
  background: #fff8f8;
}

.admin-icon-btn--danger:hover {
  color: #b84040;
  border-color: rgba(184, 64, 64, 0.34);
  background: #fff1f1;
}

.admin-table__order-controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.admin-table__order-controls form {
  margin: 0;
}

.admin-icon-btn--drag {
  cursor: grab;
}

.admin-icon-btn--drag:active {
  cursor: grabbing;
}

.admin-icon-btn--drag.is-disabled {
  opacity: 0.38;
  cursor: not-allowed;
  pointer-events: none;
}

.admin-table__drag-row {
  cursor: grab;
}

.admin-table__drag-row.is-dragging {
  opacity: 0.52;
}

.admin-table__drag-row.is-drop-target {
  box-shadow: inset 0 3px 0 #ffad18;
}

.admin-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(13, 27, 42, 0.72);
  vertical-align: top;
}

.admin-table--offers th {
  min-width: 110px;
}

.admin-table-filter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.admin-table-filter__menu {
  position: relative;
  flex: 0 0 auto;
}

.admin-table-filter__menu > summary {
  list-style: none;
}

.admin-table-filter__menu > summary::-webkit-details-marker {
  display: none;
}

.admin-table-filter__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 2px solid rgba(28, 104, 198, 0.28);
  background: #f7fbff;
  color: #1d64b2;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.admin-table-filter__menu[open] .admin-table-filter__toggle,
.admin-table-filter__menu.is-active .admin-table-filter__toggle {
  background: rgba(28, 104, 198, 0.1);
  border-color: rgba(28, 104, 198, 0.52);
}

.admin-table-filter__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 30;
  width: min(680px, 78vw);
  min-width: 460px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(61, 129, 211, 0.28);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(9, 42, 52, 0.2);
  text-transform: none;
  letter-spacing: normal;
}

.admin-table--offers th:first-child .admin-table-filter__panel {
  left: 0;
  right: auto;
}

.admin-table-filter__menu.is-floating .admin-table-filter__panel {
  position: fixed;
  top: var(--filter-panel-top, 120px);
  left: var(--filter-panel-left, 16px);
  right: auto;
}

.admin-table-filter__panel select,
.admin-table-filter__search,
.admin-table-filter__panel input[type="text"],
.admin-table-filter__panel input[type="date"] {
  width: 100%;
  min-width: 0;
  border: 2px solid rgba(61, 129, 211, 0.28);
  border-radius: 18px;
  padding: 13px 16px;
  font-size: 14px;
  color: #173042;
  background: #ffffff;
}

.admin-table-filter__panel select {
  appearance: auto;
}

.admin-table-filter__sort {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.admin-table-filter__sort .btn {
  border-color: #1d64b2;
  color: #1d64b2;
}

.admin-table-filter__sort-btn.is-selected {
  background: rgba(28, 104, 198, 0.1);
}

.admin-table-filter__title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 800;
  color: #142235;
  text-transform: none;
  letter-spacing: normal;
}

.admin-table-filter__group + .admin-table-filter__group {
  margin-top: 18px;
}

.admin-table-filter__section-title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(13, 27, 42, 0.72);
}

.admin-table-filter__inline {
  display: grid;
  grid-template-columns: minmax(150px, 180px) minmax(0, 1fr);
  gap: 12px;
}

.admin-table-filter__option--all {
  margin-top: 12px;
}

.admin-table-filter__options {
  margin-top: 12px;
  max-height: 320px;
  overflow-y: auto;
  border: 2px solid rgba(61, 129, 211, 0.28);
  border-radius: 18px;
  padding: 8px 14px;
}

.admin-table-filter__option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  color: #173042;
}

.admin-table-filter__option input {
  margin: 0;
}

.admin-table-filter__option[hidden] {
  display: none;
}

.admin-table-filter__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
}

.admin-table-filter__actions .btn {
  min-width: 122px;
}

.admin-table-filter__options--date-tree {
  padding: 12px 14px;
}

.admin-table-filter__tree-group + .admin-table-filter__tree-group {
  margin-top: 6px;
}

.admin-table-filter__tree-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-table-filter__tree-row--month {
  padding-left: 42px;
}

.admin-table-filter__tree-children {
  margin-top: 4px;
}

.admin-table-filter__tree-toggle {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(61, 129, 211, 0.28);
  border-radius: 10px;
  background: #f8fbff;
  color: #4d6581;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 34px;
}

.admin-table-filter__tree-toggle--ghost {
  color: transparent;
  cursor: default;
}

.admin-table-filter__tree-branch {
  width: 14px;
  height: 34px;
  border-left: 2px dashed rgba(61, 129, 211, 0.32);
  flex: 0 0 14px;
}

.admin-table-filter__tree-group.is-collapsed .admin-table-filter__tree-children {
  display: none;
}

.admin-table-filter__tree-group.is-collapsed .admin-table-filter__tree-toggle {
  line-height: 0.8;
}

@media (max-width: 720px) {
  .admin-table-filter__panel {
    width: min(92vw, 540px);
    min-width: 0;
    padding: 16px;
  }

  .admin-table-filter__inline {
    grid-template-columns: 1fr;
  }

  .admin-table-filter__actions {
    flex-wrap: wrap;
  }

  .admin-table-filter__actions .btn {
    flex: 1 1 140px;
  }
}

.admin-switch-form {
  margin: 0;
}

.admin-switch {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.admin-switch__track {
  position: relative;
  width: 52px;
  height: 30px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.34);
  border: 1px solid rgba(13, 27, 42, 0.1);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-switch__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease;
}

.admin-switch__text {
  font-size: 13px;
  font-weight: 700;
  color: rgba(13, 27, 42, 0.72);
}

.admin-switch.is-on .admin-switch__track {
  background: linear-gradient(135deg, #ffb52b, #ff8f1f);
  border-color: rgba(247, 159, 26, 0.7);
  box-shadow: 0 0 0 3px rgba(247, 159, 26, 0.14);
}

.admin-switch.is-on .admin-switch__thumb {
  transform: translateX(22px);
}

.admin-switch.is-on .admin-switch__text {
  color: #0d1b2a;
}

.admin-switch:hover .admin-switch__track {
  border-color: rgba(13, 27, 42, 0.18);
}

.admin-switch:disabled {
  opacity: 0.72;
  cursor: wait;
}

.admin-switch:focus-visible {
  outline: none;
}

.admin-switch:focus-visible .admin-switch__track {
  box-shadow: 0 0 0 3px rgba(56, 132, 255, 0.24);
}

.admin-form-2col {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
}

.admin-price-base-field {
  display: grid;
  gap: 6px;
}

.admin-price-base-field__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.section.admin .admin-price-per-person {
  align-items: center;
  color: var(--admin-accent);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.admin-form-2col--compact {
  align-items: center;
}

.admin-keyword-select {
  min-height: 180px;
  border-radius: 12px;
  border: 1px solid rgba(13, 27, 42, 0.16);
  padding: 6px;
  background: rgba(255, 255, 255, 0.9);
}

.admin-keyword-select option {
  padding: 6px 8px;
}

.admin-offer-section {
  border: 1px solid rgba(13, 27, 42, 0.09);
  border-radius: 16px;
  padding: 16px;
  background: rgba(247, 250, 252, 0.65);
  display: grid;
  gap: 12px;
}

.admin-offer-section__head h3 {
  margin: 0;
}

.admin-offer-section__head p {
  margin: 4px 0 0;
  color: rgba(13, 27, 42, 0.64);
  font-size: 14px;
}

.admin-field-label {
  margin: 0 0 6px;
  font-weight: 700;
  color: rgba(13, 27, 42, 0.9);
}

.tax-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
}

.tax-check-grid--months {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.tax-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(13, 27, 42, 0.14);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.94);
  font-size: 14px;
}

.tax-check input {
  margin: 0;
}

.tax-check--primary {
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 16px;
}

.admin-offer-form {
  gap: 22px;
}

.admin-offer-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.9fr);
  gap: 18px;
  align-items: start;
}

.admin-offer-guide__intro,
.admin-offer-checklist {
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 22px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 252, 0.94));
  box-shadow: 0 20px 40px rgba(13, 27, 42, 0.05);
}

.admin-offer-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(127, 224, 214, 0.2);
  color: rgba(9, 42, 52, 0.85);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-offer-guide__intro h3,
.admin-offer-checklist h4 {
  margin: 0 0 10px;
}

.admin-offer-guide__intro p,
.admin-offer-checklist ul {
  margin: 0;
}

.admin-offer-guide__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.admin-offer-guide__steps span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.05);
  color: rgba(13, 27, 42, 0.72);
  font-size: 13px;
  font-weight: 600;
}

.admin-offer-checklist {
  position: sticky;
  top: 96px;
}

.admin-offer-checklist ul {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
}

.admin-offer-progress {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.admin-offer-progress__head {
  display: grid;
  gap: 4px;
}

.admin-offer-progress__head span {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.62);
}

.admin-offer-progress__head strong {
  color: rgba(9, 42, 52, 0.92);
  font-size: 13px;
}

.admin-offer-progress__bar {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.08);
}

.admin-offer-progress__bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(38, 166, 154, 0.95), rgba(127, 224, 214, 0.92));
  transition: width 0.18s ease;
}

.admin-offer-checklist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(247, 250, 252, 0.92);
  border: 1px solid rgba(13, 27, 42, 0.08);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.admin-offer-checklist li:hover,
.admin-offer-checklist li:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(13, 27, 42, 0.16);
  box-shadow: 0 10px 22px rgba(13, 27, 42, 0.06);
  outline: none;
}

.admin-offer-checklist li[data-complete="true"] {
  background: rgba(127, 224, 214, 0.14);
  border-color: rgba(38, 166, 154, 0.22);
}

.admin-offer-checklist li span {
  color: rgba(13, 27, 42, 0.74);
  font-size: 13px;
}

.admin-offer-checklist li strong {
  max-width: 58%;
  text-align: right;
  font-size: 13px;
  color: rgba(9, 42, 52, 0.92);
}

.admin-offer-checklist__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.admin-offer-checklist__meta div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(13, 27, 42, 0.04);
}

.admin-offer-checklist__meta span {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.62);
}

.admin-offer-checklist__meta strong {
  color: rgba(9, 42, 52, 0.92);
}

[data-ui-level="advanced"][hidden] {
  display: none !important;
}

.admin-offer-section {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
}

.admin-offer-subsection {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(255, 255, 255, 0.78);
}

.admin-offer-section--hero {
  background:
    radial-gradient(circle at top left, rgba(127, 224, 214, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.95));
}

.admin-offer-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}

.admin-offer-section__head--mini h4 {
  margin: 0 0 4px;
}

.admin-offer-section__head h3,
.admin-offer-section__head p {
  margin: 0;
}

.admin-offer-section__badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.06);
  color: rgba(9, 42, 52, 0.82);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.admin-offer-preset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.admin-offer-preset {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background: rgba(255, 255, 255, 0.94);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.admin-offer-preset:hover,
.admin-offer-preset[data-active="true"] {
  transform: translateY(-1px);
  border-color: rgba(38, 166, 154, 0.34);
  box-shadow: 0 14px 28px rgba(13, 27, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(233, 248, 246, 0.95));
}

.admin-offer-preset strong {
  font-size: 16px;
}

.admin-offer-preset span,
.admin-offer-preset-hint {
  color: rgba(13, 27, 42, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.admin-offer-preset-hint {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(13, 27, 42, 0.04);
}

.admin-offer-selection-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.admin-offer-selection-summary div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(13, 27, 42, 0.04);
  border: 1px solid rgba(13, 27, 42, 0.08);
}

.admin-offer-selection-summary span {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.62);
}

.admin-offer-selection-summary strong {
  color: rgba(9, 42, 52, 0.94);
}

.admin-offer-classification-insight {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background:
    radial-gradient(circle at top left, rgba(127, 224, 214, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 252, 0.94));
}

.admin-offer-classification-insight__head {
  display: grid;
  gap: 6px;
}

.admin-offer-classification-insight__head strong {
  color: rgba(9, 42, 52, 0.94);
}

.admin-offer-classification-insight__head p {
  margin: 0;
}

.admin-offer-chip-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.admin-offer-chip-group {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(13, 27, 42, 0.04);
  border: 1px solid rgba(13, 27, 42, 0.08);
}

.admin-offer-chip-group > span {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.62);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.admin-offer-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-offer-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(13, 27, 42, 0.1);
  color: rgba(9, 42, 52, 0.9);
  font-size: 12px;
  font-weight: 700;
}

.admin-offer-chip--empty {
  color: rgba(13, 27, 42, 0.56);
  font-weight: 600;
}

.admin-destination-picker {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(255, 255, 255, 0.84);
}

.admin-destination-picker__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-destination-map {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.07), rgba(255, 255, 255, 0.94));
}

.admin-destination-map__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.admin-destination-map__head strong {
  color: rgba(9, 42, 52, 0.94);
  font-size: 14px;
}

.admin-destination-map__head span {
  color: rgba(13, 27, 42, 0.62);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.admin-destination-map__head span[data-state="success"] {
  color: #0f766e;
}

.admin-destination-map__head span[data-state="error"] {
  color: #b42318;
}

.admin-destination-map__search {
  position: relative;
  display: grid;
  gap: 8px;
}

.admin-destination-map__search label {
  color: rgba(9, 42, 52, 0.82);
  font-size: 12px;
  font-weight: 800;
}

.admin-destination-map__search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.admin-destination-map__search-results {
  display: grid;
  gap: 6px;
  max-height: 190px;
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.admin-destination-map__search-result {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 10px;
  background: rgba(247, 250, 252, 0.96);
  color: rgba(9, 42, 52, 0.9);
  text-align: left;
  cursor: pointer;
}

.admin-destination-map__search-result strong,
.admin-destination-map__search-empty {
  font-size: 12px;
  font-weight: 800;
}

.admin-destination-map__search-result span {
  color: rgba(13, 27, 42, 0.62);
  font-size: 11px;
  line-height: 1.35;
}

.admin-destination-map__search-result:hover,
.admin-destination-map__search-result:focus-visible {
  border-color: rgba(15, 118, 110, 0.36);
  background: rgba(15, 118, 110, 0.08);
  outline: none;
}

.admin-destination-map__search-empty {
  margin: 0;
  padding: 8px 10px;
  color: rgba(13, 27, 42, 0.62);
}

.admin-destination-map__canvas {
  width: 100%;
  height: 280px;
  min-height: 0;
  max-height: 280px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 27, 42, 0.12);
  border-radius: 12px;
  background: rgba(13, 27, 42, 0.06);
}

.admin-destination-map__canvas.leaflet-container {
  font-family: "Inter", "DM Sans", sans-serif;
  cursor: crosshair;
  isolation: isolate;
}

.admin-destination-map__canvas .leaflet-pane,
.admin-destination-map__canvas .leaflet-tile,
.admin-destination-map__canvas .leaflet-marker-icon,
.admin-destination-map__canvas .leaflet-marker-shadow,
.admin-destination-map__canvas .leaflet-tile-container,
.admin-destination-map__canvas .leaflet-pane > svg,
.admin-destination-map__canvas .leaflet-pane > canvas,
.admin-destination-map__canvas .leaflet-zoom-box,
.admin-destination-map__canvas .leaflet-image-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.admin-destination-map__canvas .leaflet-tile,
.admin-destination-map__canvas .leaflet-marker-icon,
.admin-destination-map__canvas .leaflet-marker-shadow {
  max-width: none !important;
  max-height: none !important;
  border-radius: 0 !important;
}

.admin-destination-map__canvas .leaflet-map-pane {
  z-index: 1;
}

.admin-destination-map__canvas .leaflet-tile-pane {
  z-index: 200;
}

.admin-destination-map__canvas .leaflet-overlay-pane {
  z-index: 400;
}

.admin-destination-map__canvas .leaflet-shadow-pane {
  z-index: 500;
}

.admin-destination-map__canvas .leaflet-marker-pane {
  z-index: 600;
}

.admin-destination-map__canvas .leaflet-popup-pane {
  z-index: 700;
}

.admin-destination-map__canvas .leaflet-control-container {
  position: relative;
  z-index: 800;
}

.admin-destination-map__canvas .leaflet-top,
.admin-destination-map__canvas .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.admin-destination-map__canvas .leaflet-top {
  top: 10px;
}

.admin-destination-map__canvas .leaflet-right {
  right: 10px;
}

.admin-destination-map__canvas .leaflet-left {
  left: 10px;
}

.admin-destination-map__canvas .leaflet-bottom {
  bottom: 10px;
}

.admin-destination-map__canvas .leaflet-control {
  pointer-events: auto;
}

.admin-destination-map__canvas .leaflet-control-zoom {
  overflow: hidden;
  border: 1px solid rgba(13, 27, 42, 0.18);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.admin-destination-map__canvas .leaflet-control-zoom a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: rgba(9, 42, 52, 0.9);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.admin-destination-map__canvas .leaflet-control-zoom a + a {
  border-top: 1px solid rgba(13, 27, 42, 0.1);
}

.admin-destination-map__canvas .leaflet-control-attribution {
  padding: 3px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: rgba(13, 27, 42, 0.68);
  font-size: 10px;
}

.admin-destination-map__result {
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
}

.admin-destination-picker__grid > div,
.admin-destination-picker__free {
  display: grid;
  gap: 8px;
}

.admin-destination-picker__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-destination-picker__actions .muted {
  margin: 0;
}

.admin-destination-picker__free-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.admin-destination-picker__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-destination-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(247, 250, 252, 0.94);
  color: rgba(9, 42, 52, 0.92);
  font-size: 12px;
  font-weight: 700;
}

.admin-destination-chip button {
  border: 0;
  background: transparent;
  color: rgba(13, 27, 42, 0.52);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
}

.admin-offer-accordion {
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.admin-offer-accordion > summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  color: rgba(9, 42, 52, 0.92);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-offer-accordion__meta {
  margin-left: auto;
  padding-right: 18px;
  color: rgba(13, 27, 42, 0.58);
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.admin-offer-accordion > summary::-webkit-details-marker {
  display: none;
}

.admin-offer-accordion > summary::after {
  content: "+";
  font-size: 20px;
  color: rgba(13, 27, 42, 0.5);
}

.admin-offer-accordion[open] > summary::after {
  content: "−";
}

.admin-offer-accordion__body {
  display: grid;
  gap: 16px;
  padding: 0 18px 18px;
}

.admin-preview-map {
  border: 1px solid rgba(13, 27, 42, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  padding: 12px;
}

.admin-preview-map__summary {
  margin: 0 0 12px;
}

.admin-preview-map__groups {
  display: grid;
  gap: 12px;
}

.admin-preview-map__group {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(247, 250, 252, 0.76);
}

.admin-preview-map__group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.admin-preview-map__group-head strong {
  color: rgba(9, 42, 52, 0.94);
}

.admin-preview-map__group-head span {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.6);
  font-weight: 700;
}

.admin-preview-map__group-list {
  display: grid;
  gap: 8px;
}

.admin-preview-map__item {
  display: grid;
  grid-template-columns: minmax(220px, auto) 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 10px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.9);
}

.admin-preview-map__item code {
  color: rgba(9, 42, 52, 0.92);
  font-size: 12px;
}

.admin-offer-card-preview-grid {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.admin-offer-step-editor {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  min-height: clamp(560px, calc(100vh - var(--site-header-h, 72px) - 52px), 780px);
  padding: 18px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
}

.admin-offer-step-editor[hidden] {
  display: none !important;
}

.admin-offer-step-editor__panel {
  display: grid;
  grid-template-rows: auto auto minmax(150px, 1fr) auto auto;
  gap: 14px;
  min-height: 100%;
}

.admin-offer-step-editor__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: start;
}

.admin-offer-step-editor__head h3 {
  margin: 4px 0 6px;
}

.admin-offer-step-editor__progress {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-offer-step-editor__dot {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(13, 27, 42, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: rgba(13, 27, 42, 0.7);
  font-weight: 800;
  cursor: pointer;
}

.admin-offer-step-editor__dot[data-active="true"] {
  border-color: rgba(15, 118, 110, 0.7);
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
}

.admin-offer-step-editor__dot[data-complete="true"] {
  border-color: rgba(15, 118, 110, 0.42);
  color: #0f766e;
}

.admin-offer-step-editor__question {
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 14px;
  background: rgba(247, 250, 252, 0.82);
}

.admin-offer-step-editor__question span {
  color: rgba(13, 27, 42, 0.62);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.admin-offer-step-editor__question strong {
  color: rgba(9, 42, 52, 0.96);
  font-size: 20px;
  line-height: 1.25;
}

.admin-offer-step-editor__question p {
  margin: 0;
}

.admin-offer-step-editor__advanced {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.admin-offer-step-editor__advanced strong {
  display: block;
  color: rgba(9, 42, 52, 0.94);
  font-size: 14px;
}

.admin-offer-step-editor__advanced p {
  margin: 4px 0 0;
}

.admin-offer-step-editor__advanced .btn[data-active="true"] {
  border-color: rgba(15, 118, 110, 0.42);
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
}

.admin-offer-step-editor__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-offer-step-editor__preview {
  position: sticky;
  top: calc(var(--site-header-h, 72px) + 16px);
  display: grid;
  height: clamp(520px, calc(100vh - var(--site-header-h, 72px) - 32px), 740px);
  min-height: 520px;
  padding: 14px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(247, 250, 252, 0.96), rgba(255, 255, 255, 0.98));
}

.admin-offer-step-editor__preview .admin-offer-public-preview {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.admin-offer-step-editor__preview .admin-offer-public-preview .card-media {
  flex: 1 1 54%;
  min-height: 300px;
}

.admin-offer-step-editor__preview .admin-offer-public-preview .card-media img,
.admin-offer-step-editor__preview .admin-offer-public-preview .admin-offer-live-card__media-empty {
  height: 100%;
  min-height: 300px;
}

.admin-offer-step-editor__preview .admin-offer-public-preview .card-body {
  flex: 0 0 auto;
  min-height: 230px;
}

.admin-offer-step-editor__preview .admin-offer-public-preview .offer-card__footer {
  margin-top: auto;
}

@media (min-width: 960px) {
  .section.admin .admin-offer-form[data-step-editor-open="true"] {
    --offer-preview-rail-width: clamp(380px, 42vw, 620px);
    --offer-preview-rail-right: max(24px, calc((100vw - 1440px) / 2 + 40px));
    padding-right: calc(var(--offer-preview-rail-width) + 18px);
    transition: padding-right 0.2s ease;
  }

  .section.admin .admin-offer-form[data-step-editor-open="true"] .admin-offer-step-editor {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .section.admin .admin-offer-form[data-step-editor-open="true"] .admin-offer-step-editor__panel {
    min-height: auto;
  }

  body.offer-step-preview-open .section.admin .admin-offer-step-editor__preview,
  .section.admin .admin-offer-form[data-step-editor-open="true"] .admin-offer-step-editor__preview {
    position: fixed;
    z-index: 80;
    top: calc(var(--site-header-h, 72px) + 16px);
    right: var(--offer-preview-rail-right);
    width: var(--offer-preview-rail-width);
    height: calc(100vh - var(--site-header-h, 72px) - 32px);
    min-height: min(560px, calc(100vh - var(--site-header-h, 72px) - 32px));
    max-height: 820px;
    padding: 16px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
  }

  body.offer-step-preview-open .section.admin .admin-offer-step-editor__preview .admin-offer-public-preview .card-media,
  .section.admin .admin-offer-form[data-step-editor-open="true"] .admin-offer-step-editor__preview .admin-offer-public-preview .card-media {
    min-height: 340px;
  }

  body.offer-step-preview-open .section.admin .admin-offer-step-editor__preview .admin-offer-public-preview .card-media img,
  body.offer-step-preview-open .section.admin .admin-offer-step-editor__preview .admin-offer-public-preview .admin-offer-live-card__media-empty,
  .section.admin .admin-offer-form[data-step-editor-open="true"] .admin-offer-step-editor__preview .admin-offer-public-preview .card-media img,
  .section.admin .admin-offer-form[data-step-editor-open="true"] .admin-offer-step-editor__preview .admin-offer-public-preview .admin-offer-live-card__media-empty {
    min-height: 340px;
  }

  body.offer-step-preview-open .section.admin .admin-offer-step-editor__preview .admin-offer-public-preview .card-body,
  .section.admin .admin-offer-form[data-step-editor-open="true"] .admin-offer-step-editor__preview .admin-offer-public-preview .card-body {
    min-height: 240px;
  }

  .section.admin .admin-offer-form[data-step-editor-open="true"] .admin-form-2col,
  .section.admin .admin-offer-form[data-step-editor-open="true"] .admin-offer-guide {
    grid-template-columns: minmax(0, 1fr);
  }

  .section.admin .admin-offer-form[data-step-editor-open="true"] .admin-offer-card-preview-grid {
    display: none;
  }
}

.offer-builder-cover-preview {
  width: min(100%, 360px);
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  position: relative;
  min-height: 220px;
}

.offer-builder-cover-preview img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.offer-builder-cover-preview img[hidden],
.offer-builder-cover-preview__empty[hidden],
.admin-offer-public-preview .card-media img[hidden],
.admin-offer-live-card__media img[hidden],
.admin-offer-live-card__media-empty[hidden],
.admin-offer-public-preview [data-offer-live-price-wrap][hidden] {
  display: none !important;
}

.admin-offer-public-preview {
  width: 100%;
  height: 100%;
}

.admin-offer-public-preview .offer-card__link {
  height: 100%;
}

.admin-offer-public-preview .card-media {
  min-height: 260px;
}

.admin-offer-public-preview .card-media img {
  display: block;
}

.admin-offer-public-preview .admin-offer-live-card__media-empty {
  min-height: 260px;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
  color: rgba(13, 27, 42, 0.62);
}

.admin-offer-public-preview .fav-btn {
  pointer-events: none;
}

.offer-builder-cover-preview__empty {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
  color: rgba(13, 27, 42, 0.6);
  background:
    radial-gradient(circle at top left, rgba(127, 224, 214, 0.16), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 250, 0.94));
}

.admin-offer-live-card {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 36px rgba(13, 27, 42, 0.08);
}

.admin-offer-live-card__media {
  position: relative;
  min-height: 220px;
  background:
    radial-gradient(circle at top left, rgba(127, 224, 214, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(235, 242, 246, 0.92), rgba(247, 250, 252, 0.98));
}

.admin-offer-live-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.admin-offer-live-card__media-empty {
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
  color: rgba(13, 27, 42, 0.62);
}

.admin-offer-live-card__status {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 27, 42, 0.1);
  color: rgba(9, 42, 52, 0.92);
  font-size: 12px;
  font-weight: 700;
}

.admin-offer-live-card__body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.admin-offer-live-card__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-offer-live-card__eyebrow span {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.05);
  color: rgba(9, 42, 52, 0.84);
  font-size: 12px;
  font-weight: 700;
}

.admin-offer-live-card__body h4,
.admin-offer-live-card__body p {
  margin: 0;
}

.admin-offer-live-card__body h4 {
  font-size: 22px;
  line-height: 1.2;
  color: rgba(9, 42, 52, 0.96);
}

.admin-offer-live-card__body p {
  color: rgba(13, 27, 42, 0.72);
  line-height: 1.55;
}

.admin-offer-live-card__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.admin-offer-live-card__price {
  display: grid;
  gap: 4px;
}

.admin-offer-live-card__price span {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.admin-offer-live-card__price strong {
  font-size: 28px;
  line-height: 1;
  color: rgba(9, 42, 52, 0.98);
}

.admin-offer-live-card__provider {
  max-width: 48%;
  text-align: right;
  color: rgba(13, 27, 42, 0.68);
  font-size: 13px;
  font-weight: 600;
}

.admin-offer-optional-extras {
  gap: 12px;
}

.admin-offer-optional-panel {
  overflow: hidden;
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
}

.admin-offer-optional-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  cursor: pointer;
  list-style: none;
}

.admin-offer-optional-panel summary::-webkit-details-marker {
  display: none;
}

.admin-offer-optional-panel summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.06);
  color: rgba(9, 42, 52, 0.88);
  font-weight: 800;
}

.admin-offer-optional-panel[open] summary::after {
  content: "-";
}

.admin-offer-optional-panel summary span {
  display: grid;
  gap: 4px;
}

.admin-offer-optional-panel summary strong {
  color: rgba(9, 42, 52, 0.96);
  font-size: 15px;
}

.admin-offer-optional-panel summary small {
  color: rgba(13, 27, 42, 0.62);
  font-size: 13px;
  line-height: 1.35;
}

.admin-offer-optional-panel__body {
  display: grid;
  gap: 10px;
  padding: 0 14px 14px;
}

.admin-offer-optional-panel__body.admin-offer-gallery-box {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.offer-builder-button-highlight {
  justify-self: start;
}

.offer-builder-button-expiry {
  display: grid;
  gap: 6px;
  color: rgba(13, 27, 42, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.offer-builder-button-expiry input {
  max-width: 220px;
}

.admin-offer-gallery-box {
  display: grid;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background: rgba(255, 255, 255, 0.82);
}

.admin-offer-gallery-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(13, 27, 42, 0.04);
  border: 1px solid rgba(13, 27, 42, 0.08);
}

.admin-offer-gallery-status span {
  color: rgba(13, 27, 42, 0.72);
  font-size: 13px;
}

.admin-offer-gallery-status strong {
  color: rgba(9, 42, 52, 0.92);
  font-size: 13px;
}

.admin-offer-gallery-upload-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 10px;
}

.admin-offer-gallery-upload-preview[hidden] {
  display: none !important;
}

.admin-offer-gallery-upload-preview figure {
  margin: 0;
  display: grid;
  gap: 6px;
}

.admin-offer-gallery-upload-preview img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background: rgba(244, 248, 250, 0.92);
}

.admin-offer-gallery-upload-preview figcaption {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.66);
  line-height: 1.35;
  word-break: break-word;
}

.admin-offer-builder-intro {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(13, 27, 42, 0.04);
}

.admin-offer-builder-intro p {
  margin: 0;
  color: rgba(13, 27, 42, 0.7);
}

.offer-builder {
  display: grid;
  gap: 14px;
}

.offer-builder__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-post-editor [data-diary-builder] .offer-builder__toolbar {
  position: sticky;
  top: calc(var(--site-header-h, 84px) + 8px);
  z-index: 40;
  padding: 10px;
  border: 1px solid var(--admin-border, rgba(13, 27, 42, 0.1));
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.admin-post-editor [data-diary-builder] .diary-builder-compact-toggle {
  margin-left: auto;
}

.offer-builder__toolbar-label {
  font-weight: 700;
  color: rgba(13, 27, 42, 0.78);
}

.offer-builder__canvas {
  display: grid;
  gap: 14px;
}

.offer-builder__empty {
  margin: 0;
  padding: 18px;
  border-radius: 14px;
  border: 1px dashed rgba(13, 27, 42, 0.18);
  background: rgba(255, 255, 255, 0.8);
}

.offer-builder-block {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background: rgba(255, 255, 255, 0.94);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.offer-builder-block.is-dragging,
.offer-builder-gallery-row.is-dragging {
  opacity: 0.55;
}

.offer-builder-block.is-drop-target,
.offer-builder-gallery-row.is-drop-target {
  border-color: rgba(38, 166, 154, 0.42);
  box-shadow: 0 0 0 3px rgba(127, 224, 214, 0.18);
  transform: translateY(-1px);
}

.offer-builder-block__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.offer-builder-block__meta {
  display: grid;
  gap: 6px;
}

.offer-builder-block__meta strong {
  color: rgba(9, 42, 52, 0.94);
}

.offer-builder-block__summary {
  margin: 0;
  color: rgba(13, 27, 42, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.offer-builder-block__body {
  display: grid;
  gap: 10px;
}

.offer-builder-block__body[hidden] {
  display: none;
}

.diary-builder-insert,
.diary-builder-paste {
  border: 1px dashed var(--admin-border-strong, rgba(13, 27, 42, 0.18));
  border-radius: 8px;
  background: var(--admin-panel-soft, rgba(247, 250, 252, 0.9));
}

.diary-builder-insert summary,
.diary-builder-paste summary {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  cursor: pointer;
  color: var(--admin-accent, #0f766e);
  font-weight: 800;
}

.diary-builder-insert summary::-webkit-details-marker,
.diary-builder-paste summary::-webkit-details-marker {
  display: none;
}

.diary-builder-insert summary::before,
.diary-builder-paste summary::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--admin-accent-soft, rgba(15, 118, 110, 0.1));
  color: var(--admin-accent, #0f766e);
}

.diary-builder-insert[open] summary::before,
.diary-builder-paste[open] summary::before {
  content: "-";
}

.diary-builder-insert__actions,
.diary-builder-paste__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0 12px 12px;
}

.diary-builder-paste {
  display: grid;
  gap: 10px;
}

.diary-builder-paste textarea {
  width: calc(100% - 24px);
  margin: 0 12px;
}

.diary-builder-paste__actions small {
  flex: 1 1 180px;
}

.offer-builder--compact .diary-builder-block {
  gap: 10px;
  padding: 12px;
}

.offer-builder--compact .offer-builder-block__head {
  align-items: flex-start;
}

.offer-builder--compact .offer-builder-block__summary {
  max-width: 760px;
}

.diary-builder-compact-edit[hidden] {
  display: none;
}

.admin-text-tool-field {
  position: relative;
  display: block;
  width: 100%;
}

.admin-text-tool-field input,
.admin-text-tool-field textarea {
  width: 100%;
  padding-right: 52px;
}

.admin-emoji-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #0d1b2a;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(13, 27, 42, 0.08);
}

.admin-emoji-trigger:hover,
.admin-emoji-trigger:focus-visible,
.admin-rich-text-button:hover,
.admin-rich-text-button:focus-visible {
  border-color: rgba(38, 166, 154, 0.42);
  box-shadow: 0 0 0 3px rgba(127, 224, 214, 0.18);
  outline: none;
}

.admin-rich-text-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(247, 250, 252, 0.94);
}

.admin-rich-text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background: #ffffff;
  color: #0d1b2a;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
}

.admin-rich-text-button--italic {
  font-style: italic;
}

.admin-emoji-popover {
  position: fixed;
  z-index: 2000;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(13, 27, 42, 0.18);
}

.admin-emoji-picker {
  width: 100%;
  height: min(430px, 70vh);
  --border-color: transparent;
}

.admin-emoji-loading {
  padding: 18px;
  color: rgba(13, 27, 42, 0.68);
  font-weight: 700;
}

.admin-emoji-search {
  width: calc(100% - 20px);
  margin: 10px;
}

.admin-emoji-grid,
.admin-emoji-shortcut-grid {
  display: grid;
  gap: 6px;
  padding: 0 10px 10px;
  overflow: auto;
}

.admin-emoji-grid {
  grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
  max-height: 310px;
}

.admin-emoji-option,
.admin-emoji-shortcut-option {
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(247, 250, 252, 0.95);
  cursor: pointer;
}

.admin-emoji-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 12px;
  font-size: 22px;
}

.admin-emoji-shortcut-grid {
  padding: 10px;
}

.admin-emoji-shortcut-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 12px;
  color: #0d1b2a;
  text-align: left;
}

.admin-emoji-shortcut-option span {
  font-size: 21px;
}

.admin-emoji-shortcut-option strong {
  font-size: 13px;
}

.offer-builder-drag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px dashed rgba(13, 27, 42, 0.18);
  background: rgba(13, 27, 42, 0.04);
  color: rgba(9, 42, 52, 0.84);
  font-size: 12px;
  font-weight: 700;
  cursor: grab;
}

.offer-builder-drag-handle:active {
  cursor: grabbing;
}

.offer-builder-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.offer-builder-item-actions .btn {
  padding: 9px 14px;
}

.offer-builder-block__preview,
.offer-builder-gallery-row__preview,
.offer-builder-gallery-detail__preview {
  width: 100%;
  max-width: 220px;
  height: 140px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(238, 242, 246, 0.9);
}

.offer-builder-gallery-manager,
.offer-builder-gallery-detail-list {
  display: grid;
  gap: 12px;
}

.offer-builder-gallery-row,
.offer-builder-gallery-detail {
  display: grid;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(247, 250, 252, 0.85);
}

.offer-builder-gallery-row {
  grid-template-columns: auto minmax(110px, 180px) minmax(0, 1fr) auto;
}

.offer-builder-gallery-detail {
  grid-template-columns: minmax(110px, 180px) minmax(0, 1fr) auto;
}

.offer-builder-gallery-detail__fields {
  display: grid;
  gap: 8px;
}

.list {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(13, 27, 42, 0.08);
}

.admin-taxonomy-tree {
  display: grid;
  gap: 10px;
}

.admin-taxonomy-group {
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}

.admin-taxonomy-group > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.admin-taxonomy-group > summary::-webkit-details-marker {
  display: none;
}

.admin-taxonomy-group__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(13, 27, 42, 0.15);
  background: rgba(127, 224, 214, 0.22);
  font-size: 12px;
}

.admin-taxonomy-group__summary-right {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.admin-taxonomy-group__manage {
  font-size: 13px;
  font-weight: 600;
}

.admin-taxonomy-item {
  display: grid;
  gap: 3px;
}

.admin-taxonomy-item code {
  font-size: 12px;
  color: rgba(9, 42, 52, 0.86);
}

.admin-taxonomy-item small {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.58);
}

.row-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin-offer-submit-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(9, 42, 52, 0.04);
}

.admin-offer-submit-bar p {
  margin: 4px 0 0;
}

@media (max-width: 720px) {
  .admin-form-2col {
    grid-template-columns: 1fr;
  }

  .admin-price-base-field__label {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .admin-offer-guide,
  .admin-offer-selection-summary,
  .admin-offer-checklist__meta,
  .admin-offer-chip-groups {
    grid-template-columns: 1fr;
  }

  .admin-offer-card-preview-grid {
    grid-template-columns: 1fr;
  }

  .admin-offer-checklist {
    position: static;
  }

  .admin-offer-section__head,
  .admin-offer-submit-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-taxonomy-group > summary {
    align-items: flex-start;
  }

  .admin-preview-map__item {
    grid-template-columns: 1fr;
  }

  .admin-offer-gallery-status,
  .admin-offer-live-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .offer-builder-gallery-row,
  .offer-builder-gallery-detail {
    grid-template-columns: 1fr;
  }

  .offer-builder-block__head {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Admin visual refresh */
.section.admin {
  --admin-bg: #f6f8fb;
  --admin-panel: #ffffff;
  --admin-panel-soft: #f9fbfd;
  --admin-border: rgba(15, 23, 42, 0.1);
  --admin-border-strong: rgba(15, 23, 42, 0.16);
  --admin-text: #142235;
  --admin-muted: rgba(20, 34, 53, 0.66);
  --admin-accent: #0f766e;
  --admin-accent-soft: rgba(15, 118, 110, 0.1);
  --admin-danger: #b42318;
  padding: 36px 0 64px;
  background: var(--admin-bg);
  color: var(--admin-text);
}

.section.admin > .container {
  max-width: 1440px;
}

.section.admin .admin-header {
  margin-bottom: 22px;
  padding: 18px 20px;
  border: 1px solid var(--admin-border);
  border-radius: 8px;
  background: var(--admin-panel);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.section.admin .admin-header h2 {
  margin: 0;
  color: var(--admin-text);
  font-family: "Inter", "DM Sans", sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section.admin .admin-header p,
.section.admin .muted,
.section.admin .lead {
  color: var(--admin-muted);
  line-height: 1.55;
}

.section.admin .admin-header p,
.section.admin .lead {
  margin: 6px 0 0;
}

.section.admin .admin-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  align-items: start;
}

.section.admin .admin-kpis {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.section.admin .admin-kpi,
.section.admin .admin-card,
.section.admin .admin-offer-step-editor,
.section.admin .admin-offer-step-editor__advanced,
.section.admin .admin-offer-step-editor__question,
.section.admin .admin-offer-guide__intro,
.section.admin .admin-offer-checklist,
.section.admin .admin-offer-section,
.section.admin .admin-offer-subsection,
.section.admin .admin-offer-accordion,
.section.admin .admin-offer-optional-panel,
.section.admin .admin-destination-picker,
.section.admin .admin-destination-map,
.section.admin .admin-offer-classification-insight,
.section.admin .admin-offer-gallery-box,
.section.admin .offer-builder-block,
.section.admin .offer-builder-gallery-row,
.section.admin .offer-builder-gallery-detail,
.section.admin .admin-taxonomy-group,
.section.admin .admin-preview-map,
.section.admin .admin-preview-map__group,
.section.admin .admin-offer-live-card,
.section.admin .offer-builder-cover-preview {
  border-radius: 8px;
  border-color: var(--admin-border);
  background: var(--admin-panel);
  box-shadow: none;
}

.section.admin .admin-card {
  padding: 20px;
  border: 1px solid var(--admin-border);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.section.admin .admin-card h3 {
  margin: 0 0 8px;
  color: var(--admin-text);
  font-family: "Inter", "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.section.admin .admin-card p {
  line-height: 1.55;
}

.section.admin .admin-kpi {
  padding: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.section.admin .admin-kpi strong {
  color: var(--admin-accent);
  font-family: "Inter", "DM Sans", sans-serif;
  font-size: 30px;
}

.section.admin .admin-kpi span {
  color: var(--admin-muted);
  letter-spacing: 0.02em;
}

.section.admin .btn {
  min-height: 42px;
  border-radius: 8px;
  padding: 10px 16px;
  gap: 8px;
  font-family: "Inter", "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.section.admin .btn.primary {
  background: #0f766e;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.18);
}

.section.admin .btn.primary:hover,
.section.admin .btn.primary:focus-visible {
  background: #115e59;
}

.section.admin .btn.ghost {
  background: #ffffff;
  border: 1px solid var(--admin-border-strong);
  color: var(--admin-text);
}

.section.admin .btn.ghost:hover,
.section.admin .btn.ghost:focus-visible {
  border-color: rgba(15, 118, 110, 0.36);
  color: #0f766e;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.section.admin .link {
  color: #0f766e;
  font-weight: 700;
  text-decoration-thickness: 1px;
}

.section.admin .stack {
  gap: 14px;
}

.section.admin label,
.section.admin .admin-field-label,
.section.admin .offer-builder__toolbar-label {
  color: rgba(20, 34, 53, 0.86);
  font-family: "Inter", "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.section.admin input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.section.admin textarea,
.section.admin select,
.section.admin .admin-keyword-select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--admin-border-strong);
  border-radius: 8px;
  padding: 11px 12px;
  background: #ffffff;
  color: var(--admin-text);
  font: inherit;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
}

.section.admin textarea {
  min-height: 112px;
  resize: vertical;
}

.section.admin input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
.section.admin textarea:focus,
.section.admin select:focus,
.section.admin .admin-keyword-select:focus {
  outline: none;
  border-color: rgba(15, 118, 110, 0.64);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.13);
}

.section.admin input[type="file"] {
  padding: 8px;
}

.section.admin .check-row,
.section.admin .tax-check {
  cursor: pointer;
}

.section.admin .check-row {
  align-items: flex-start;
}

.section.admin .check-row input,
.section.admin .tax-check input,
.section.admin .admin-table-filter__option input {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  accent-color: var(--admin-accent);
  flex: 0 0 auto;
}

.section.admin .tax-check {
  min-height: 42px;
  border-radius: 8px;
  background: var(--admin-panel-soft);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.section.admin .tax-check:hover,
.section.admin .tax-check:focus-within {
  border-color: rgba(15, 118, 110, 0.36);
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.section.admin .tax-check:has(input:checked) {
  border-color: rgba(15, 118, 110, 0.52);
  background: var(--admin-accent-soft);
}

.section.admin .admin-form-2col {
  gap: 14px;
}

.section.admin .admin-table-wrap {
  padding: 0;
  overflow: visible;
}

.section.admin .admin-table-scroll {
  border-radius: 8px;
}

.section.admin .admin-table {
  min-width: 880px;
  border-collapse: separate;
  border-spacing: 0;
}

.section.admin .admin-table th,
.section.admin .admin-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--admin-border);
}

.section.admin .admin-table thead th {
  background: #f1f5f9;
  color: rgba(20, 34, 53, 0.74);
  font-size: 11px;
  letter-spacing: 0.03em;
}

.section.admin .admin-table tbody tr {
  background: #ffffff;
}

.section.admin .admin-table tbody tr:hover {
  background: #fbfefd;
}

.section.admin .admin-table tbody tr:last-child td {
  border-bottom: 0;
}

.section.admin .admin-table__actions {
  flex-wrap: wrap;
}

.section.admin .admin-icon-btn,
.section.admin .admin-table-filter__toggle,
.section.admin .admin-table-filter__tree-toggle {
  border-radius: 8px;
  border-color: var(--admin-border-strong);
  background: #ffffff;
  color: #0f766e;
}

.section.admin .admin-icon-btn {
  width: 38px;
  height: 38px;
}

.section.admin .admin-icon-btn:hover,
.section.admin .admin-table-filter__toggle:hover {
  transform: none;
  border-color: rgba(15, 118, 110, 0.42);
  background: var(--admin-accent-soft);
  color: #0f766e;
}

.section.admin .admin-icon-btn--danger {
  color: var(--admin-danger);
  border-color: rgba(180, 35, 24, 0.22);
  background: #fff7f6;
}

.section.admin .admin-icon-btn--danger:hover {
  color: var(--admin-danger);
  border-color: rgba(180, 35, 24, 0.34);
  background: #fef3f2;
}

.section.admin .admin-table-filter__panel {
  border-radius: 8px;
  border-color: var(--admin-border-strong);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.section.admin .admin-table-filter__panel select,
.section.admin .admin-table-filter__search,
.section.admin .admin-table-filter__panel input[type="text"],
.section.admin .admin-table-filter__panel input[type="date"],
.section.admin .admin-table-filter__options {
  border-width: 1px;
  border-color: var(--admin-border-strong);
  border-radius: 8px;
}

.section.admin .admin-offer-step-editor,
.section.admin .admin-offer-guide__intro,
.section.admin .admin-offer-checklist,
.section.admin .admin-offer-section,
.section.admin .admin-offer-section--hero,
.section.admin .admin-offer-classification-insight,
.section.admin .offer-builder-cover-preview__empty,
.section.admin .admin-offer-live-card__media,
.section.admin .admin-offer-preset:hover,
.section.admin .admin-offer-preset[data-active="true"] {
  background: #ffffff;
}

.section.admin .admin-offer-section,
.section.admin .admin-offer-subsection {
  padding: 18px;
}

.section.admin .admin-offer-section__head h3 {
  font-family: "Inter", "DM Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
}

.section.admin .admin-offer-section__head p {
  color: var(--admin-muted);
}

.section.admin .admin-offer-section__badge,
.section.admin .admin-offer-eyebrow,
.section.admin .admin-offer-chip,
.section.admin .admin-destination-chip,
.section.admin .admin-offer-live-card__eyebrow span,
.section.admin .admin-taxonomy-group__count {
  border-radius: 999px;
  background: var(--admin-accent-soft);
  color: #0f766e;
}

.section.admin .admin-offer-preset,
.section.admin .admin-offer-step-editor__question,
.section.admin .admin-offer-selection-summary div,
.section.admin .admin-offer-chip-group,
.section.admin .admin-offer-checklist li,
.section.admin .admin-offer-checklist__meta div,
.section.admin .admin-offer-gallery-status,
.section.admin .admin-offer-builder-intro,
.section.admin .admin-offer-preset-hint,
.section.admin .admin-preview-map__item,
.section.admin .list-row {
  border-radius: 8px;
  background: var(--admin-panel-soft);
}

.section.admin .admin-offer-preset:hover,
.section.admin .admin-offer-preset[data-active="true"],
.section.admin .admin-offer-checklist li:hover,
.section.admin .admin-offer-checklist li:focus-visible {
  transform: none;
  border-color: rgba(15, 118, 110, 0.36);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.section.admin .admin-offer-checklist li[data-complete="true"] {
  border-color: rgba(15, 118, 110, 0.3);
  background: var(--admin-accent-soft);
}

.section.admin .admin-offer-progress__bar span {
  background: #0f766e;
}

.section.admin .admin-offer-live-card {
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.section.admin .offer-builder-cover-preview img,
.section.admin .admin-offer-live-card__media img,
.section.admin .offer-builder-block__preview,
.section.admin .offer-builder-gallery-row__preview,
.section.admin .offer-builder-gallery-detail__preview,
.section.admin .admin-offer-gallery-upload-preview img {
  border-radius: 8px;
}

.section.admin .admin-taxonomy-group {
  padding: 12px;
}

.section.admin .admin-taxonomy-group > summary {
  gap: 14px;
}

.section.admin .list {
  gap: 10px;
}

.section.admin .list-row {
  padding: 12px;
  border: 1px solid var(--admin-border);
}

.section.admin .row-actions {
  flex-wrap: wrap;
}

.section.admin .admin-offer-submit-bar {
  border-radius: 8px;
  background: #eefdf9;
  border-color: rgba(15, 118, 110, 0.2);
}

@media (max-width: 900px) {
  .section.admin {
    padding-top: 24px;
  }

  .section.admin .admin-header {
    display: grid;
  }

  .section.admin .admin-header .row-actions,
  .section.admin .row-actions {
    width: 100%;
  }

  .section.admin .admin-header .btn,
  .section.admin .row-actions .btn {
    flex: 1 1 auto;
  }
}

@media (max-width: 720px) {
  .section.admin .admin-header,
  .section.admin .admin-card,
  .section.admin .admin-offer-section,
  .section.admin .admin-offer-subsection {
    padding: 16px;
  }

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

  .section.admin .admin-kpi strong {
    font-size: 24px;
  }

  .section.admin .admin-grid {
    grid-template-columns: 1fr;
  }

  .section.admin .admin-table th,
  .section.admin .admin-table td {
    padding: 12px;
  }

  .section.admin .admin-destination-picker__grid,
  .section.admin .admin-destination-picker__free-row,
  .section.admin .admin-offer-step-editor {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .section.admin .admin-destination-map__head {
    display: grid;
    align-items: start;
  }

  .section.admin .admin-destination-map__head span {
    text-align: left;
  }

  .section.admin .admin-offer-step-editor__head {
    display: grid;
  }

  .section.admin .admin-offer-step-editor__advanced {
    display: grid;
  }

  .section.admin .admin-offer-step-editor__preview {
    position: static;
    height: auto;
    min-height: auto;
    padding: 12px;
  }

  .section.admin .admin-offer-step-editor__preview .admin-offer-public-preview {
    min-height: auto;
  }

  .section.admin .admin-offer-step-editor__preview .admin-offer-public-preview .card-media,
  .section.admin .admin-offer-step-editor__preview .admin-offer-public-preview .card-media img,
  .section.admin .admin-offer-step-editor__preview .admin-offer-public-preview .admin-offer-live-card__media-empty {
    min-height: 220px;
    height: 220px;
  }

  .section.admin .admin-offer-step-editor__preview .admin-offer-public-preview .card-body {
    min-height: auto;
  }

  .section.admin .btn {
    width: 100%;
  }

  .section.admin .admin-table__actions .btn,
  .section.admin .offer-builder__toolbar .btn,
  .section.admin .admin-table-filter__actions .btn,
  .section.admin .admin-offer-step-editor__actions .btn,
  .section.admin .admin-offer-step-editor__advanced .btn {
    width: auto;
  }
}

/* Diario */
.diary-tabs-shell {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(11, 74, 111, 0.12);
  box-shadow: 0 12px 28px rgba(13, 27, 42, 0.08);
}

.diary-hero {
  background:
    linear-gradient(135deg, rgba(11, 74, 111, 0.1), rgba(255, 179, 71, 0.12)),
    #f7fbfd;
}

.diary-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr);
  align-items: center;
  gap: 32px;
}

.diary-hero__copy {
  max-width: 620px;
}

.diary-hero__copy h1 {
  margin: 8px 0 14px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
}

.diary-hero__copy p {
  color: rgba(13, 27, 42, 0.72);
  font-size: 18px;
  line-height: 1.65;
}

.diary-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(11, 74, 111, 0.12);
  box-shadow: 0 18px 36px rgba(13, 27, 42, 0.12);
}

.diary-card-link {
  color: inherit;
  text-decoration: none;
}

.diary-card-link:hover {
  color: inherit;
}

.diary-featured__media {
  min-height: 360px;
  background: rgba(11, 74, 111, 0.08);
}

.diary-featured__media img,
.diary-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.diary-featured__body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.diary-featured__body h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.12;
}

.diary-featured__body p {
  color: rgba(13, 27, 42, 0.72);
  line-height: 1.65;
}

.diary-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0;
  margin: 0;
  scroll-snap-type: x proximity;
}

.diary-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(11, 74, 111, 0.14);
  color: rgba(13, 27, 42, 0.78);
  font-weight: 700;
  white-space: nowrap;
  scroll-snap-align: start;
}

.diary-tab small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 179, 71, 0.22);
  color: #6b2a12;
  font-size: 12px;
}

.diary-tab.is-active {
  background: var(--ocean);
  border-color: var(--ocean);
  color: #ffffff;
}

.diary-tab.is-active small {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.diary-index__head {
  align-items: flex-end;
}

.diary-post-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.diary-post-card {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.diary-post-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: rgba(11, 74, 111, 0.08);
  overflow: hidden;
}

.diary-post-card h3 {
  margin: 0;
  line-height: 1.2;
}

.diary-post-card p {
  color: rgba(13, 27, 42, 0.72);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .diary-hero__grid,
  .diary-featured {
    grid-template-columns: 1fr;
  }

  .diary-featured__media {
    min-height: 240px;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .diary-hero__copy h1 {
    font-size: 36px;
  }

  .diary-hero__copy p {
    font-size: 16px;
  }

  .diary-featured__body {
    padding: 20px;
  }
}

/* Post detail */
.post-detail {
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.92), #ffffff 360px),
    #ffffff;
}

.post-hero {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(300px, 1.08fr) minmax(260px, 0.92fr);
  align-items: center;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(11, 74, 111, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(13, 27, 42, 0.1);
}

.post-hero img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
}

.post-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.post-summary {
  margin: 0 0 16px;
  color: rgba(13, 27, 42, 0.72);
  font-size: 18px;
  line-height: 1.6;
}

.post-hero .meta {
  display: inline-flex;
  width: auto;
  margin-top: 0;
  color: rgba(13, 27, 42, 0.58);
  font-weight: 700;
}

.post-body {
  margin: 34px auto 0;
  line-height: 1.7;
  max-width: 960px;
}

.post-body h2 {
  margin: 42px 0 14px;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.2;
}

.post-body h3 {
  margin: 26px 0 10px;
  font-size: 22px;
}

.post-body h4 {
  margin: 22px 0 8px;
  color: rgba(13, 27, 42, 0.82);
  font-size: 18px;
  line-height: 1.35;
}

.post-body p {
  margin: 0 0 18px;
  color: rgba(13, 27, 42, 0.82);
}

.post-body ul {
  margin: 0 0 22px;
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.post-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  margin: 34px 0;
}

.post-stat {
  padding: 16px;
  border-radius: 8px;
  background: rgba(11, 74, 111, 0.06);
  border: 1px solid rgba(11, 74, 111, 0.12);
}

.post-stat span {
  display: block;
  margin-bottom: 6px;
  color: rgba(13, 27, 42, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.post-stat strong {
  color: var(--ink);
  font-size: 18px;
}

.post-callout {
  margin: 34px 0;
  padding: 24px;
  border-left: 5px solid var(--sun);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 179, 71, 0.16), rgba(11, 74, 111, 0.05));
}

.post-callout strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 20px;
}

.post-callout p {
  margin: 0;
}

.post-image-block {
  margin: 34px 0;
}

.post-image-block img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.post-image-block figcaption,
.post-gallery figcaption {
  margin-top: 10px;
  color: rgba(13, 27, 42, 0.62);
  font-size: 14px;
  line-height: 1.45;
}

.post-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 72%);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  margin: 36px calc(50% - 50vw);
  padding: 6px max(20px, calc((100vw - 960px) / 2)) 22px;
}

.post-gallery__item {
  margin: 0;
  scroll-snap-align: center;
}

.post-gallery__item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(13, 27, 42, 0.12);
  display: block;
}

.post-tip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 36px 0;
}

.post-tip {
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(11, 74, 111, 0.12);
  box-shadow: 0 12px 28px rgba(13, 27, 42, 0.07);
}

.post-tip h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.post-tip p {
  margin: 0;
  font-size: 15px;
}

.post-builder-actions {
  margin: 34px 0;
}

.post-builder-actions .offer-other-options__button {
  max-width: 520px;
}

.post-builder-html {
  margin: 34px 0;
}

.post-builder-html > :first-child {
  margin-top: 0;
}

.post-builder-html > :last-child {
  margin-bottom: 0;
}

.admin-editor-help {
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(11, 74, 111, 0.06);
  border: 1px solid rgba(11, 74, 111, 0.12);
}

.admin-editor-help summary {
  cursor: pointer;
  font-weight: 800;
}

.admin-editor-help pre {
  overflow-x: auto;
  margin: 12px 0 0;
  padding: 14px;
  border-radius: 8px;
  background: #0d1b2a;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
}

.admin-diary-section-row > span,
.admin-table-subtext {
  display: grid;
  gap: 4px;
}

.admin-diary-section-row small,
.admin-table-subtext {
  color: var(--admin-muted, rgba(13, 27, 42, 0.6));
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.admin-section-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}

.admin-section-tab {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid var(--admin-border, rgba(13, 27, 42, 0.1));
  border-radius: 8px;
  background: #ffffff;
  color: var(--admin-text, #142235);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.admin-section-tab span {
  color: var(--admin-muted, rgba(13, 27, 42, 0.62));
  font-size: 12px;
}

.admin-section-tab.is-active {
  border-color: rgba(15, 118, 110, 0.48);
  background: var(--admin-accent-soft, rgba(15, 118, 110, 0.08));
}

.admin-post-editor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 18px;
  align-items: start;
}

.admin-post-main,
.admin-post-panel {
  display: grid;
  gap: 14px;
}

.admin-post-panel {
  padding: 18px;
  border: 1px solid var(--admin-border, rgba(13, 27, 42, 0.1));
  border-radius: 8px;
  background: var(--admin-panel, #ffffff);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.admin-post-panel__head {
  display: grid;
  gap: 3px;
}

.admin-post-panel__head h3 {
  margin: 0;
  color: var(--admin-text, #142235);
  font-size: 18px;
  line-height: 1.2;
}

.admin-post-hidden-row {
  align-self: end;
  min-height: 44px;
  padding: 11px 0;
}

.admin-post-image-preview,
.admin-post-preview__media {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px dashed var(--admin-border-strong, rgba(13, 27, 42, 0.18));
  border-radius: 8px;
  background: #f8fafc;
  color: var(--admin-muted, rgba(13, 27, 42, 0.62));
}

.admin-post-image-preview {
  min-height: 180px;
}

.admin-post-image-preview img,
.admin-post-preview__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-post-image-preview img {
  max-height: 280px;
}

.admin-post-snippet-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-post-snippet-toolbar .btn {
  min-height: 36px;
  padding: 8px 12px;
}

.admin-post-sidebar {
  position: relative;
}

.admin-post-panel--sticky {
  position: sticky;
  top: calc(var(--site-header-h, 84px) + 18px);
}

.admin-post-preview {
  overflow: hidden;
  border: 1px solid var(--admin-border, rgba(13, 27, 42, 0.1));
  border-radius: 8px;
  background: #ffffff;
}

.admin-post-preview__media {
  aspect-ratio: 16 / 10;
  border: 0;
  border-radius: 0;
}

.admin-post-preview__body {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.admin-post-preview__body h3,
.admin-post-preview__body p {
  margin: 0;
}

.admin-post-preview__body h3 {
  font-size: 18px;
  line-height: 1.25;
}

.admin-post-preview__body p {
  color: rgba(13, 27, 42, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.admin-post-preview__body small,
.admin-post-content-stats {
  color: var(--admin-muted, rgba(13, 27, 42, 0.62));
  font-size: 12px;
}

.admin-post-checklist {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.admin-post-checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--admin-muted, rgba(13, 27, 42, 0.62));
  font-size: 13px;
  font-weight: 700;
}

.admin-post-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--admin-border-strong, rgba(13, 27, 42, 0.2));
  border-radius: 50%;
  background: #ffffff;
}

.admin-post-checklist li.is-complete {
  color: var(--admin-text, #142235);
}

.admin-post-checklist li.is-complete::before {
  border-color: rgba(15, 118, 110, 0.72);
  background: #0f766e;
  box-shadow: inset 0 0 0 4px #ffffff;
}

.admin-post-content-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-post-content-stats strong {
  color: var(--admin-text, #142235);
}

@media (max-width: 980px) {
  .admin-post-editor-grid {
    grid-template-columns: 1fr;
  }

  .admin-post-panel--sticky {
    position: static;
  }
}

@media (max-width: 820px) {
  .post-hero {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .post-hero > div {
    padding: 0 8px 10px;
  }

  .post-gallery {
    grid-auto-columns: minmax(260px, 84%);
  }
}

/* Offer detail */
.offer-page {
  background:
    radial-gradient(circle at 15% -10%, rgba(110, 193, 228, 0.14), transparent 45%),
    linear-gradient(180deg, #e4edf2 0%, #eff3f6 28%, #f3f5f7 55%, #f4f5f7 100%);
}

.offer-hero {
  background: radial-gradient(circle at top left, rgba(110, 193, 228, 0.22), transparent 55%),
              linear-gradient(120deg, rgba(11, 74, 111, 0.1), transparent 60%);
}

.offer-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 36px;
  align-items: start;
}

.offer-hero-media {
  position: relative;
}

.offer-hero-media img {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
}

.offer-price-card {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--white);
  padding: 12px 16px;
  border-radius: 16px;
  display: inline-flex;
  gap: 6px;
  align-items: baseline;
  box-shadow: var(--shadow);
  font-weight: 600;
}

.offer-price-card strong {
  font-size: 20px;
  color: var(--ocean);
}

.offer-hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  margin: 12px 0;
}

.offer-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(13, 27, 42, 0.7);
}

.offer-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.tag {
  background: var(--mist);
  color: var(--ocean);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.offer-summary-card {
  background: var(--white);
  padding: 24px;
  border-radius: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: center;
}

.offer-summary-stats {
  display: grid;
  gap: 12px;
}

.offer-summary-stats div {
  background: var(--mist);
  padding: 12px 14px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.offer-summary-stats span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(13, 27, 42, 0.6);
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.highlight-card {
  background: var(--white);
  padding: 18px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(13, 27, 42, 0.08);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.highlight-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sun);
  margin-top: 6px;
  flex-shrink: 0;
}

.details-card {
  background: var(--white);
  padding: 24px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.detail-note {
  background: rgba(255, 179, 71, 0.18);
  padding: 12px 16px;
  border-radius: 16px;
}

.detail-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: grid;
  gap: 10px;
}

.detail-list li {
  position: relative;
  padding-left: 20px;
}

.detail-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--ocean);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.detail-fineprint {
  font-size: 13px;
  color: rgba(13, 27, 42, 0.6);
  margin-top: 12px;
}

.options-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 16px auto 0;
  max-width: 420px;
}

.option-pill {
  background: var(--plum);
  border-radius: 16px;
  padding: 14px 18px;
  color: var(--white);
  border: none;
  box-shadow: 0 10px 20px rgba(13, 27, 42, 0.12);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.option-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(13, 27, 42, 0.12);
}

.option-more {
  background: transparent;
  color: var(--plum);
  border: 1px solid rgba(106, 52, 96, 0.4);
  justify-content: center;
}

.option-notes {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.option-notes p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.option-subhead {
  font-weight: 700;
  margin-top: 10px;
}

.option-footnote {
  font-size: 14px;
  color: rgba(13, 27, 42, 0.7);
}

.icon-check {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #2ecc71;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.icon-check::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 7px;
  top: 4px;
  transform: rotate(45deg);
}

.icon-alert {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #f25f5c;
  display: inline-block;
  flex-shrink: 0;
}

.option-check {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #2ecc71;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.option-check::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 7px;
  top: 4px;
  transform: rotate(45deg);
}

.flight-search-card {
  display: grid;
  gap: 18px;
}

.flight-form {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.flight-field {
  display: grid;
  gap: 6px;
}

.flight-field label {
  font-size: 13px;
  font-weight: 600;
}

.flight-field input {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(13, 27, 42, 0.15);
  font-family: inherit;
}

.flight-form button {
  height: 44px;
  align-self: end;
}

.offer-page .section {
  padding: 18px 0;
}

.offer-page .section-head {
  margin-bottom: 4px;
}

.offer-page h2,
.offer-page h3 {
  margin: 0 0 14px;
}

.offer-page p {
  margin: 14px 0;
}

.offer-author-bar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.offer-meta-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.offer-meta-actions .fav-btn {
  position: static;
  width: 34px;
  height: 34px;
  font-size: 18px;
  border-radius: 999px;
  margin: 0;
}

.offer-meta-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(106, 52, 96, 0.24);
  background: #ffffff;
  color: #6a3460;
  border-radius: 999px;
  min-height: 34px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.offer-meta-action:hover {
  background: #f5edf4;
  border-color: rgba(106, 52, 96, 0.4);
}

.share-trigger svg {
  flex-shrink: 0;
}

.offer-share-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 84px;
  background: rgba(16, 19, 28, 0.3);
  z-index: 120;
}

.offer-share-popup.is-open {
  display: flex;
}

.offer-share-popup__panel {
  width: min(520px, calc(100vw - 24px));
  background: #f1f1f1;
  border-radius: 14px;
  border: 1px solid rgba(13, 27, 42, 0.08);
  box-shadow: 0 12px 28px rgba(13, 27, 42, 0.18);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.offer-share-item {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #6a3460;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.offer-share-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(13, 27, 42, 0.15);
  border-color: rgba(106, 52, 96, 0.22);
}

.offer-share-item--facebook {
  color: #1877f2;
}

.offer-share-item--whatsapp {
  color: #25d366;
}

.offer-share-item--email {
  color: #8c5c84;
}

.offer-share-item--copy {
  color: #8c5c84;
  border: none;
}

.offer-share-close {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: none;
  background: #ffffff;
  color: #6d6d6d;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  margin-left: 2px;
}

.offer-share-close:hover {
  color: #3e3e3e;
}

.offer-month-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.month-chip {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(13, 27, 42, 0.16);
  font-size: 12px;
  font-weight: 700;
  color: rgba(13, 27, 42, 0.7);
}

.month-chip.active {
  background: #c6e2ab;
  border-color: #c6e2ab;
  color: #1c1c1c;
}

.offer-example-card {
  margin-top: 16px;
  padding: 16px;
  background: #fef2d7;
  border-radius: 18px;
}

.offer-example-media {
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 0;
}

.offer-example-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.option-country {
  font-weight: 700;
}

.option-notes {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.option-notes p {
  margin: 0;
  display: block;
  line-height: 1.45;
}

.option-note {
  background: #f6f7fb;
  border: 1px solid #e6e8ef;
  border-radius: 12px;
  padding: 10px 12px;
}

.option-subhead {
  margin-top: 2px;
  font-weight: 700;
}

.option-country {
  margin-top: -2px;
  font-weight: 700;
}

.offer-option-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}

.offer-option-card {
  background: #fef2d7;
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 8px;
}

.offer-option-place {
  margin: 0;
  font-weight: 700;
}

.offer-option-label {
  margin: 0;
  color: rgba(13, 27, 42, 0.75);
}

.offer-gallery .highlight-card {
  padding: 0;
  overflow: hidden;
}

.offer-gallery .highlight-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

@media (max-width: 720px) {
  .offer-author-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .offer-meta-actions {
    width: auto;
    flex-wrap: wrap;
  }

  .share-trigger span {
    display: none;
  }

  .offer-meta-action {
    padding: 7px 10px;
  }

  .offer-share-popup {
    align-items: flex-end;
    padding: 0 10px 90px;
  }

  .offer-share-popup__panel {
    width: 100%;
    justify-content: space-between;
    padding: 10px;
  }
}

.offer-hero-grid {
  gap: 30px;
}

.offer-single {
  max-width: 920px;
}

.offer-top-card {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.offer-media-carousel {
  position: relative;
  background: #eef2f6;
}

.offer-media-track {
  position: relative;
}

.offer-media-slide {
  display: none;
  margin: 0;
}

.offer-media-slide.is-active {
  display: block;
}

.offer-media-slide img {
  width: 100%;
  aspect-ratio: 21 / 8;
  max-height: 420px;
  object-fit: cover;
  border-radius: 0;
}

.offer-media-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  gap: 8px;
  z-index: 2;
}

.offer-media-actions .fav-btn {
  position: static;
  top: auto;
  right: auto;
  margin: 0;
}

.offer-media-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #6a3460;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.offer-media-nav--prev {
  left: 10px;
}

.offer-media-nav--next {
  right: 10px;
}

.offer-media-dots {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 6px;
}

.offer-media-dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}

.offer-media-dot.is-active {
  width: 24px;
  background: #ffffff;
}

.offer-top-copy {
  padding: 16px 18px 18px;
}

.offer-top-copy h1 {
  margin: 0 0 18px;
  line-height: 0.98;
}

.offer-top-meta {
  margin: 0 0 8px;
  color: rgba(13, 27, 42, 0.65);
  font-size: 13px;
}

.offer-subtitle {
  margin: 0 0 14px;
  color: rgba(13, 27, 42, 0.85);
}

.offer-expiry-note {
  margin: 0 0 16px;
  padding: 16px 18px;
  border: 1px solid rgba(194, 135, 59, 0.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 36%),
    linear-gradient(135deg, rgba(255, 247, 231, 0.98), rgba(255, 240, 212, 0.94));
  box-shadow: 0 14px 30px rgba(120, 77, 18, 0.08);
  color: #6f4717;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.offer-expiry-note__icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.offer-expiry-note__icon img {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(13, 27, 42, 0.14);
}

.offer-expiry-note__body {
  display: grid;
  gap: 10px;
}

.offer-expiry-note__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(92, 57, 13, 0.96);
}

.offer-expiry-note__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #8e5518, #ba742a);
  color: #fff7ec;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(142, 85, 24, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.offer-expiry-note__cta strong {
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.14em;
}

.offer-expiry-note__cta--whatsapp {
  background: linear-gradient(135deg, #108a55, #19b46f);
  box-shadow: 0 10px 18px rgba(16, 138, 85, 0.2);
}

.offer-expiry-note__cta:hover {
  transform: translateY(-1px);
  filter: saturate(1.06);
  box-shadow: 0 14px 22px rgba(142, 85, 24, 0.26);
}

.offer-expiry-note__cta--whatsapp:hover {
  box-shadow: 0 14px 22px rgba(16, 138, 85, 0.24);
}

@media (max-width: 720px) {
  .offer-expiry-note {
    gap: 12px;
    padding: 14px 15px;
  }

  .offer-expiry-note__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-top: 8px;
  }

  .offer-expiry-note__icon img {
    width: 24px;
    height: 24px;
    border-radius: 7px;
  }

  .offer-expiry-note__body {
    gap: 12px;
  }

  .offer-expiry-note__cta {
    margin-left: 4px;
    padding: 0.28rem 0.68rem;
    font-size: 0.86rem;
    letter-spacing: 0;
  }

  .offer-expiry-note__cta strong {
    text-decoration-thickness: 1.5px;
  }
}

.offer-cta-price {
  display: flex;
  align-items: center;
  gap: 14px;
}

.offer-inline-price {
  margin: 0;
  font-size: 16px;
}

@media (min-width: 1100px) {
  .offer-hero {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .offer-hero .offer-single {
    max-width: 1280px;
  }

  .offer-free-content .offer-single,
  .offer-related .container,
  .offer-closing .container {
    max-width: 1180px;
  }

  .offer-top-card {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(540px, 1.06fr);
    gap: 42px;
    align-items: center;
  }

  .offer-media-carousel {
    order: 2;
    border-radius: 0;
    overflow: hidden;
    height: 390px;
    min-height: 390px;
    max-height: 390px;
    box-shadow: 0 22px 46px rgba(13, 27, 42, 0.1);
  }

  .offer-media-track,
  .offer-media-slide,
  .offer-media-slide.is-active {
    height: 100%;
  }

  .offer-media-slide img {
    height: 100%;
    min-height: 390px;
    max-height: none;
    aspect-ratio: auto;
    border-radius: 0;
  }

  .offer-top-copy {
    order: 1;
    align-self: center;
    max-width: 520px;
    padding: 4px 0;
  }

  .offer-top-copy h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.45rem, 2.9vw, 3.45rem);
    letter-spacing: -0.05em;
  }

  .offer-top-meta {
    margin-bottom: 12px;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
  }

  .offer-subtitle {
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 1.45;
    color: rgba(13, 27, 42, 0.9);
  }

  .offer-expiry-note {
    margin-bottom: 18px;
    padding: 18px 20px;
  }

  .offer-expiry-note__text {
    font-size: 1.03rem;
  }

  .offer-cta-price {
    gap: 14px;
    margin-top: 10px;
  }

  .offer-cta-price .btn {
    min-width: 150px;
    min-height: 48px;
    padding-inline: 20px;
    border-radius: 16px;
    font-size: 16px;
  }

  .offer-inline-price {
    font-size: 17px;
  }

  .offer-inline-price strong {
    font-size: 2.05rem;
    line-height: 1;
  }

  .offer-media-nav {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .offer-media-nav--prev {
    left: 16px;
  }

  .offer-media-nav--next {
    right: 16px;
  }

  .offer-media-actions {
    top: 16px;
    right: 16px;
  }

  .offer-media-dots {
    bottom: 16px;
  }
}

.offer-free-content .details-card {
  margin: 0 auto;
}

.offer-content-blocks {
  display: grid;
  gap: 10px;
}

.offer-builder-content {
  display: grid;
  gap: 20px;
}

.offer-builder-section {
  display: grid;
  gap: 14px;
}

.offer-builder-section h2,
.offer-builder-section h3,
.offer-builder-section h4 {
  margin: 0;
  line-height: 1.08;
}

.offer-builder-section p {
  margin: 0;
  color: rgba(13, 27, 42, 0.84);
  line-height: 1.7;
}

.offer-builder-section--text p {
  white-space: pre-line;
}

.offer-builder-section--text p a {
  color: #0f766e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.offer-builder-inline-image {
  display: grid;
  gap: 10px;
  margin: 0;
}

.offer-builder-inline-image img {
  width: 100%;
  border-radius: 20px;
  max-height: 520px;
  object-fit: cover;
}

.offer-builder-inline-image figcaption {
  color: rgba(13, 27, 42, 0.62);
  font-size: 14px;
}

.offer-builder-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: rgba(13, 27, 42, 0.84);
}

.offer-builder-actions {
  display: grid;
  gap: 12px;
}

.offer-builder-actions .btn {
  min-width: 160px;
  justify-content: center;
}

.offer-builder-gallery {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(238, 242, 246, 0.96);
}

.offer-builder-gallery .offer-media-slide img {
  aspect-ratio: 16 / 10;
  max-height: 520px;
  border-radius: 0;
}

.offer-builder-gallery .offer-media-nav {
  background: rgba(255, 255, 255, 0.96);
}

.offer-builder-gallery .offer-media-dots {
  bottom: 14px;
}

.offer-summary-intro {
  margin: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(13, 27, 42, 0.08);
  color: rgba(13, 27, 42, 0.8);
  line-height: 1.7;
}

.offer-free-head {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.offer-free-head h2 {
  margin: 0;
}

.offer-free-subhead {
  margin: 0;
  color: rgba(13, 27, 42, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.offer-hotel-sample {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.offer-hotel-sample__warning {
  margin: 0;
}

.offer-hotel-sample__title {
  margin: 0;
}

.offer-hotel-card {
  background: transparent;
  border-radius: 14px;
  padding: 0;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 12px;
}

.offer-hotel-card__media {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.offer-hotel-card__body {
  display: grid;
  gap: 8px;
}

.offer-hotel-card__body h4 {
  margin: 0;
  font-size: 30px;
}

.offer-hotel-card__meta {
  margin: 0;
  color: rgba(13, 27, 42, 0.72);
}

.offer-hotel-card__body ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
}

.offer-hotel-card__footer {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.offer-hotel-card__footer p {
  margin: 0;
}

.offer-hotel-sample__footnote {
  margin: 0;
}

.offer-other-options {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.offer-other-options__title,
.offer-other-options__rule,
.offer-other-options__eyebrow {
  margin: 0;
}

.offer-other-options__title {
  font-size: 34px;
}

.offer-other-options__rule {
  font-size: 18px;
  line-height: 1.5;
}

.offer-other-options__eyebrow {
  font-size: 24px;
  font-weight: 800;
}

.offer-other-options__grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.offer-other-options__button {
  display: flex;
  width: 100%;
  min-height: 94px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 18px 18px 22px;
  border-radius: 20px;
  text-align: left;
  text-decoration: none;
  color: #17262b;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.98), rgba(255, 244, 223, 0.96)),
    #fff8ec;
  border: 1px solid rgba(247, 159, 26, 0.22);
  box-shadow: 0 16px 34px rgba(30, 42, 48, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.offer-other-options__button:hover,
.offer-other-options__button:focus-visible {
  color: #17262b;
  border-color: rgba(247, 159, 26, 0.42);
  box-shadow: 0 22px 42px rgba(30, 42, 48, 0.12);
  transform: translateY(-2px);
  outline: none;
}

.offer-other-options__button.is-highlight {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 1), rgba(255, 238, 204, 0.98)),
    #fff3db;
  border-color: rgba(247, 159, 26, 0.36);
}

.offer-other-options__button.is-expired,
.offer-other-options__button.is-highlight.is-expired {
  color: #17262b;
  background: #eef1f3;
  border-color: rgba(104, 116, 124, 0.24);
  box-shadow: 0 12px 24px rgba(30, 42, 48, 0.06);
}

.offer-other-options__button.is-expired:hover,
.offer-other-options__button.is-expired:focus-visible {
  color: #17262b;
  border-color: rgba(104, 116, 124, 0.38);
  box-shadow: 0 18px 34px rgba(30, 42, 48, 0.1);
}

.offer-other-options__text {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  gap: 8px;
}

.offer-other-options__label {
  display: block;
  font-size: clamp(22px, 4.5vw, 34px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.offer-other-options__highlight {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 58px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(247, 159, 26, 0.16);
  text-align: center;
}

.offer-other-options__highlight strong {
  color: #0f766e;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.1;
  font-weight: 900;
}

.offer-other-options__button.is-expired .offer-other-options__highlight {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(104, 116, 124, 0.18);
}

.offer-other-options__button.is-expired .offer-other-options__highlight strong {
  color: #3f4c55;
}

.offer-other-options__arrow {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #ffa91f;
  color: #ffffff;
  box-shadow: 0 12px 22px rgba(247, 159, 26, 0.28);
}

.offer-other-options__button.is-expired .offer-other-options__arrow {
  background: #d8dde1;
  color: #24333a;
  box-shadow: none;
}

.offer-other-options__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
}

@media (min-width: 768px) {
  .offer-page .offer-other-options__grid {
    gap: 12px;
  }

  .offer-page .offer-other-options__button {
    min-height: 72px;
    gap: 12px;
    padding: 12px 16px 12px 18px;
    border-radius: 16px;
  }

  .offer-page .offer-other-options__label {
    font-size: clamp(20px, 1.7vw, 26px);
    font-weight: 800;
    line-height: 1.12;
  }

  .offer-page .offer-other-options__highlight {
    min-width: 112px;
    min-height: 42px;
    padding: 7px 12px;
    border-radius: 14px;
  }

  .offer-page .offer-other-options__highlight strong {
    font-size: 15px;
  }

  .offer-page .offer-other-options__arrow {
    width: 40px;
    height: 40px;
  }

  .offer-page .offer-other-options__arrow svg {
    width: 20px;
    height: 20px;
  }
}

.offer-inline-link {
  color: #6a3460;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.offer-inline-figure {
  margin: 0;
}

.offer-inline-figure img {
  width: 100%;
  border-radius: 12px;
}

.offer-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.offer-related-card {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.offer-related-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0;
}

.offer-related-copy {
  padding: 12px;
}

.offer-related-copy h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.offer-related-copy p {
  margin: 0 0 8px;
  font-size: 14px;
}

.offer-related-price {
  color: #6a3460;
}

.offer-closing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.offer-ecosystem-links {
  margin-bottom: 18px;
}

.offer-newsletter-box,
.offer-social-box {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 16px;
  box-shadow: none;
}

.offer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.offer-social-links a {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(106, 52, 96, 0.3);
  color: #6a3460;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.offer-social-links a:hover {
  background: #f5edf4;
}

.offer-social-link--facebook {
  color: #1877f2;
}

.offer-social-link--instagram {
  color: #d62976;
}

.offer-social-link--telegram {
  color: #0088cc;
}

.offer-social-link--tiktok {
  color: #111111;
}

.offer-cta-row {
  margin: 16px 0;
}

.tag-row {
  margin-top: 12px;
}

.offer-summary-card {
  padding: 18px;
}

.details-card {
  padding: 18px;
}

.offer-page .details-card {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.options-grid {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .offer-hero-content h1 {
    font-size: 32px;
  }

  .offer-top-copy,
  .offer-free-content .details-card {
    padding-inline: 0;
  }

  .offer-top-copy {
    padding-bottom: 8px;
  }

  .offer-page .offer-hero {
    padding-bottom: 6px;
  }

  .offer-page .offer-free-content {
    padding-top: 6px;
  }

  .offer-free-content .details-card {
    padding-top: 4px;
  }

  .offer-media-slide img {
    aspect-ratio: auto;
    height: 250px;
    min-height: 0;
    max-height: 250px;
  }

  .offer-price-card {
    position: static;
    margin-top: 12px;
  }

  .offer-cta-price {
    flex-wrap: wrap;
    gap: 10px;
  }

  .offer-media-nav {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .offer-hotel-card {
    grid-template-columns: 1fr;
  }

  .offer-hotel-card__media {
    height: 200px;
  }

  .offer-hotel-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .offer-other-options__title {
    font-size: 28px;
  }

  .offer-other-options__rule {
    font-size: 16px;
  }

  .offer-other-options__eyebrow {
    font-size: 20px;
  }

  .offer-other-options__button {
    min-height: 82px;
    padding: 14px;
    gap: 10px;
  }

  .offer-other-options__label {
    font-size: 22px;
  }

  .offer-other-options__highlight {
    min-width: 104px;
    min-height: 48px;
    padding: 8px 9px;
  }

  .offer-other-options__highlight strong {
    font-size: 14px;
  }

  .offer-other-options__arrow {
    width: 42px;
    height: 42px;
  }
}

.offer-builder-actions .offer-other-options__button:not(.is-expired) {
  min-height: 58px;
  padding: 8px 14px 8px 18px;
  border: 2px solid #ffa91f;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.offer-builder-actions .offer-other-options__button:not(.is-expired):hover,
.offer-builder-actions .offer-other-options__button:not(.is-expired):focus-visible {
  background: #ffffff;
  border-color: #f79f1a;
  box-shadow: 0 10px 22px rgba(247, 159, 26, 0.14);
  transform: translateY(-1px);
}

.offer-builder-actions .offer-other-options__button:not(.is-expired).is-highlight {
  background: #ffffff;
  border-color: #ffa91f;
}

.offer-builder-actions .offer-other-options__button:not(.is-expired) .offer-other-options__arrow {
  width: 36px;
  height: 36px;
  box-shadow: none;
}

.offer-builder-actions .offer-other-options__button:not(.is-expired) .offer-other-options__arrow svg {
  width: 18px;
  height: 18px;
}

/* Destino detail */
.destino-hero {
  background: radial-gradient(circle at top left, rgba(110, 193, 228, 0.28), transparent 55%),
              linear-gradient(120deg, rgba(11, 74, 111, 0.12), transparent 60%);
}

.destino-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}

.destino-hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  margin-bottom: 12px;
}

.destino-intro {
  font-size: 16px;
  line-height: 1.6;
}

.destino-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 24px;
}

.destino-pill {
  background: rgba(11, 74, 111, 0.1);
  color: var(--ocean);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.destino-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.destino-hero-media {
  display: grid;
  gap: 16px;
}

.destino-hero-img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.destino-hero-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.destino-hero-gallery img {
  height: 120px;
  object-fit: cover;
  border-radius: 16px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.stat-card {
  background: var(--white);
  padding: 16px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 74, 111, 0.08);
  display: grid;
  gap: 6px;
}

.stat-card span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(13, 27, 42, 0.6);
  font-weight: 700;
}

.stat-card strong {
  font-size: 18px;
}

.destino-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 1fr);
  gap: 32px;
  align-items: start;
}

.destino-main h2 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  margin-bottom: 14px;
}

.destino-main p {
  line-height: 1.7;
  margin-bottom: 14px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.experience-card {
  background: var(--white);
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(11, 74, 111, 0.08);
  box-shadow: 0 14px 26px rgba(13, 27, 42, 0.08);
}

.experience-card h4 {
  margin: 0 0 10px;
}

.destino-html {
  background: rgba(110, 193, 228, 0.12);
  padding: 18px;
  border-radius: 18px;
  margin-bottom: 16px;
}

.destino-html p {
  margin-top: 0;
}

.gastronomia-block {
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 22px;
  border: 1px solid rgba(11, 74, 111, 0.08);
  box-shadow: 0 16px 28px rgba(13, 27, 42, 0.08);
  display: grid;
  gap: 16px;
}

.gastronomia-head h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.gastronomia-head p {
  margin: 0;
  line-height: 1.6;
}

.gastronomia-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.gastronomia-item {
  background: rgba(11, 74, 111, 0.08);
  border-radius: 16px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gastronomia-item img {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(13, 27, 42, 0.12);
}

.gastronomia-item span {
  font-weight: 600;
  font-size: 14px;
}

.destino-aside {
  display: grid;
  gap: 18px;
}

.info-card {
  background: var(--white);
  padding: 20px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 74, 111, 0.08);
  display: grid;
  gap: 12px;
}

.info-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.info-card li {
  display: grid;
  gap: 6px;
  line-height: 1.5;
}

.info-card li strong {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: rgba(13, 27, 42, 0.6);
}

.season-grid {
  display: grid;
  gap: 10px;
}

.season-grid div {
  background: rgba(110, 193, 228, 0.18);
  padding: 10px 12px;
  border-radius: 12px;
  display: grid;
  gap: 4px;
}

.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.itinerary-card {
  background: var(--white);
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(11, 74, 111, 0.08);
  box-shadow: var(--shadow);
  display: grid;
  gap: 8px;
}

.day-label {
  display: inline-flex;
  width: fit-content;
  background: var(--ocean);
  color: var(--white);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.gallery-item {
  background: var(--white);
  padding: 12px;
  border-radius: 18px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 74, 111, 0.08);
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 14px;
}

.gallery-item figcaption {
  margin-top: 10px;
  font-size: 14px;
  color: rgba(13, 27, 42, 0.65);
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

.tip-card {
  background: rgba(11, 74, 111, 0.08);
  padding: 14px;
  border-radius: 14px;
  font-weight: 600;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.faq-card {
  background: var(--white);
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(11, 74, 111, 0.08);
  box-shadow: var(--shadow);
}

.faq-card h3 {
  margin-top: 0;
}

/* Calendario y festivos */
.season-hero {
  background: radial-gradient(circle at top right, rgba(255, 179, 71, 0.25), transparent 55%),
              linear-gradient(120deg, rgba(11, 74, 111, 0.1), transparent 60%);
}

.season-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
}

.season-hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  margin-bottom: 10px;
}

.season-hero-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.season-links {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

.highlight-card {
  background: rgba(11, 74, 111, 0.1);
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 600;
}

.season-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.season-card {
  background: var(--white);
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 14px 26px rgba(13, 27, 42, 0.08);
  border: 1px solid rgba(11, 74, 111, 0.08);
}

.season-event-list {
  display: grid;
  gap: 12px;
}

.season-event {
  background: rgba(110, 193, 228, 0.15);
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(11, 74, 111, 0.08);
}

.season-html-card {
  background: rgba(255, 255, 255, 0.85);
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.08);
}

/* Tables */
.table {
  display: grid;
  gap: 8px;
}

.table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  padding: 14px;
  border-radius: 12px;
}

.table-head {
  font-weight: 700;
}

/* Planner demo */
.planner-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: start;
}

.planner-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.planner-logo {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.2);
}

.planner-card {
  background: var(--white);
  padding: 24px;
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
}

.planner-card textarea {
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(13, 27, 42, 0.15);
  font-family: inherit;
}

.planner-results {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(11, 74, 111, 0.1);
  box-shadow: 0 16px 30px rgba(13, 27, 42, 0.08);
}

.results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.results-list {
  display: grid;
  gap: 14px;
}

.result-card {
  background: var(--white);
  border-radius: 18px;
  padding: 16px;
  border: 1px solid rgba(11, 74, 111, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.result-price {
  font-weight: 700;
  color: var(--ocean);
  margin: 6px 0;
}

.result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.result-tags span {
  background: rgba(110, 193, 228, 0.2);
  color: var(--ocean);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.result-empty {
  padding: 18px;
  border-radius: 14px;
  background: rgba(110, 193, 228, 0.12);
}

.result-summary {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(11, 74, 111, 0.08);
}

.result-summary-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.result-summary-tags span {
  background: rgba(11, 74, 111, 0.12);
  color: var(--ocean);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.profile-page {
  background:
    radial-gradient(circle at top left, rgba(255, 196, 120, 0.28), transparent 30%),
    radial-gradient(circle at top right, rgba(110, 193, 228, 0.22), transparent 32%),
    linear-gradient(180deg, #fff8ef 0%, #f7fbff 100%);
}

.profile-shell {
  display: grid;
  gap: 28px;
}

.profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
  gap: 22px;
  padding: 28px;
  border-radius: 30px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 52, 81, 0.96), rgba(17, 108, 153, 0.9)),
    linear-gradient(160deg, #ffb35c, #0b4a6f);
  box-shadow: 0 24px 60px rgba(11, 74, 111, 0.18);
  overflow: hidden;
}

.profile-hero h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
}

.profile-hero .lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
}

.profile-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.profile-hero__stats span,
.profile-hero__panel {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.profile-hero__stats span {
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
}

.profile-hero__panel {
  align-self: end;
  padding: 22px;
  border-radius: 24px;
}

.profile-hero__panel strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 1.9rem;
}

.profile-hero__kicker {
  margin: 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.72);
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 24px;
  align-items: start;
}

.profile-builder,
.profile-library,
.checklist-card {
  border: 1px solid rgba(11, 74, 111, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(11, 74, 111, 0.08);
}

.profile-builder,
.profile-library {
  padding: 24px;
  border-radius: 28px;
}

.profile-builder__form,
.profile-builder__grid,
.profile-presets,
.profile-library__grid,
.profile-checklists__grid,
.checklist-card__groups,
.checklist-group__items {
  display: grid;
  gap: 16px;
}

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

.profile-builder__label {
  font-weight: 700;
  color: var(--ink);
}

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

.profile-preset {
  position: relative;
  display: block;
  cursor: pointer;
}

.profile-preset input {
  position: absolute;
  opacity: 0;
  inset: 0;
}

.profile-preset__body {
  display: grid;
  gap: 8px;
  height: 100%;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(11, 74, 111, 0.1);
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(240, 247, 252, 0.92));
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.profile-preset__body strong {
  font-size: 1rem;
}

.profile-preset__body small {
  color: var(--muted);
}

.profile-preset__body em {
  font-style: normal;
  font-weight: 700;
  color: var(--ocean);
}

.profile-preset:hover .profile-preset__body,
.profile-preset input:focus-visible + .profile-preset__body,
.profile-preset input:checked + .profile-preset__body {
  transform: translateY(-2px);
  border-color: rgba(11, 74, 111, 0.28);
  box-shadow: 0 16px 34px rgba(11, 74, 111, 0.12);
}

.profile-builder__submit {
  min-height: 52px;
}

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

.profile-library__card {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.98));
  border: 1px solid rgba(11, 74, 111, 0.08);
}

.profile-library__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.profile-library__head span {
  min-width: 52px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(11, 74, 111, 0.08);
  color: var(--ocean);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

.profile-library__card p {
  margin-bottom: 12px;
  color: var(--muted);
}

.profile-library__card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: var(--ink);
}

.profile-library__more {
  color: var(--ocean);
  font-weight: 700;
}

.profile-checklists__grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.checklist-card {
  padding: 22px;
  border-radius: 28px;
}

.checklist-card__top,
.checklist-group summary,
.checklist-item__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checklist-card__top h3 {
  margin-bottom: 4px;
}

.checklist-card__progress {
  display: grid;
  gap: 10px;
}

.checklist-card__bar {
  overflow: hidden;
  height: 12px;
  border-radius: 999px;
  background: rgba(11, 74, 111, 0.08);
}

.checklist-card__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffb35c 0%, #0b8fcc 100%);
}

.checklist-card__progress p,
.checklist-card__notes {
  margin: 0;
}

.checklist-card__notes {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 179, 92, 0.12);
  color: var(--ink);
}

.checklist-group {
  border: 1px solid rgba(11, 74, 111, 0.08);
  border-radius: 20px;
  background: #fbfdff;
}

.checklist-group summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
}

.checklist-group summary::-webkit-details-marker {
  display: none;
}

.checklist-group__items {
  padding: 0 16px 16px;
}

.checklist-item {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(11, 74, 111, 0.04);
}

.checklist-item__label {
  cursor: pointer;
  justify-content: flex-start;
}

.checklist-item__label input {
  width: 18px;
  height: 18px;
  accent-color: var(--ocean);
  flex: 0 0 auto;
}

.checklist-item__label span {
  color: var(--ink);
}

.checklist-item__label input:checked + span {
  text-decoration: line-through;
  color: var(--muted);
}

.luggage-page {
  background:
    radial-gradient(circle at top left, rgba(255, 196, 120, 0.2), transparent 28%),
    linear-gradient(180deg, #fffaf3 0%, #f6fbff 100%);
}

.luggage-shell,
.luggage-suggestion-groups,
.luggage-chip-list,
.luggage-list {
  display: grid;
  gap: 18px;
}

.luggage-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
}

.luggage-suggestions,
.luggage-checklist {
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(11, 74, 111, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(11, 74, 111, 0.08);
}

.luggage-suggestion-card {
  border-radius: 20px;
  border: 1px solid rgba(11, 74, 111, 0.08);
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(255, 255, 255, 0.98));
  overflow: hidden;
}

.luggage-suggestion-card__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  padding: 18px;
}

.luggage-suggestion-card__summary::-webkit-details-marker {
  display: none;
}

.luggage-suggestion-card__summary h3,
.luggage-suggestion-card__summary span {
  margin: 0;
}

.luggage-suggestion-card__summary span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.luggage-suggestion-card .luggage-chip-list {
  padding: 0 18px 18px;
  border-top: 1px solid rgba(11, 74, 111, 0.06);
}

.luggage-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.luggage-chip {
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(11, 74, 111, 0.08);
  color: var(--ocean);
  font-weight: 700;
  cursor: pointer;
}

.luggage-chip:hover {
  background: rgba(11, 74, 111, 0.14);
}

.luggage-chip.is-added {
  background: rgba(42, 147, 92, 0.16);
  color: #1f7a4c;
}

.luggage-chip.is-added:hover {
  background: rgba(42, 147, 92, 0.22);
}

.luggage-custom-form {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.luggage-custom-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.luggage-checklist__note {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 179, 92, 0.14);
}

.luggage-inline-meter {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  margin-bottom: 6px;
  border-radius: 18px;
  background: rgba(11, 74, 111, 0.05);
}

.luggage-inline-meter strong {
  font-size: 1.4rem;
  color: var(--ocean);
}

.luggage-inline-meter span {
  color: var(--muted);
}

.luggage-inline-meter__bar {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(11, 74, 111, 0.1);
}

.luggage-inline-meter__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffb35c 0%, #0b7db5 100%);
}

.luggage-section {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(11, 74, 111, 0.08);
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(255, 255, 255, 0.98));
}

.luggage-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.luggage-section__head h3,
.luggage-section__head span {
  margin: 0;
}

.luggage-section__head span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.luggage-section__items {
  display: grid;
  gap: 12px;
}

.luggage-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(11, 74, 111, 0.04);
}

.luggage-item__toggle {
  min-width: 0;
}

.luggage-item__remove {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  background: rgba(206, 59, 59, 0.12);
  color: #c43b3b;
  cursor: pointer;
  font-weight: 700;
}

.luggage-item__remove:hover {
  background: rgba(206, 59, 59, 0.18);
}

.luggage-toast {
  position: fixed;
  left: 50%;
  bottom: 88px;
  z-index: 40;
  transform: translate(-50%, 16px);
  min-width: min(420px, calc(100vw - 32px));
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(15, 31, 46, 0.94);
  color: var(--white);
  text-align: center;
  box-shadow: 0 16px 36px rgba(11, 31, 46, 0.24);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.luggage-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.luggage-toast.is-error {
  background: rgba(145, 35, 35, 0.96);
}

.diary-page {
  background: #fff;
}

.diary-shell,
.diary-toolbar,
.diary-form,
.diary-timeline__list,
.diary-entry-card__gallery,
.diary-preview-grid,
.diary-photo-strip {
  display: grid;
  gap: 18px;
}

.diary-shell {
  gap: 40px;
}

.diary-toolbar,
.diary-editor,
.diary-entry-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.diary-toolbar {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.diary-toolbar h1 {
  margin: 12px 0 16px;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  line-height: 1.05;
}

.diary-toolbar .lead {
  max-width: 760px;
  margin: 0;
}

.diary-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.diary-editor {
  display: none;
}

.diary-editor.is-open {
  display: grid;
  gap: 18px;
}

.diary-editor .section-head,
.diary-timeline .section-head,
.diary-archive .section-head,
.diary-related-offers .section-head {
  margin-bottom: 0;
}

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

.diary-form {
  gap: 16px;
}

.diary-form label,
.diary-form span {
  font-size: 13px;
  font-weight: 600;
}

.diary-form input[type="text"],
.diary-form input[type="date"],
.diary-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(13, 27, 42, 0.15);
  background: #fff;
  font: inherit;
  color: inherit;
}

.diary-form textarea {
  min-height: 170px;
  resize: vertical;
}

.diary-form__grid--media {
  align-items: start;
}

.diary-upload-hint {
  color: var(--muted);
  font-size: 0.9rem;
}

.diary-preview-grid,
.diary-entry-card__gallery {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.diary-archive,
.diary-archive__groups,
.diary-archive__group,
.diary-archive__grid,
.diary-related-offers,
.diary-related-offers__grid {
  display: grid;
  gap: 24px;
}

.diary-preview-item,
.diary-thumb,
.diary-photo-pill {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.diary-preview-item img,
.diary-thumb img,
.diary-photo-pill img {
  width: 100%;
  height: 100%;
  min-height: 100px;
  object-fit: cover;
  display: block;
}

.diary-privacy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.diary-privacy__option {
  cursor: pointer;
}

.diary-privacy__option input {
  position: absolute;
  opacity: 0;
}

.diary-privacy__option span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(11, 74, 111, 0.1);
  background: rgba(11, 74, 111, 0.04);
  font-weight: 700;
}

.diary-privacy__option input:checked + span {
  background: rgba(11, 74, 111, 0.1);
  border-color: rgba(11, 74, 111, 0.22);
}

.diary-existing-photos {
  display: grid;
  gap: 12px;
}

.diary-photo-strip {
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
}

.diary-photo-pill {
  display: grid;
  gap: 6px;
  padding: 8px;
  background: rgba(11, 74, 111, 0.03);
}

.diary-photo-pill span {
  font-size: 0.78rem;
  font-weight: 700;
}

.diary-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.diary-form input:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.diary-entry-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(13, 27, 42, 0.08);
}

.diary-entry-card--detail {
  margin-bottom: 12px;
  padding-bottom: 0;
  border-bottom: 0;
}

.diary-timeline__list {
  gap: 32px;
}

.diary-entry-card__date {
  display: grid;
  align-content: start;
  gap: 4px;
  padding-top: 4px;
  color: var(--ocean);
  font-weight: 700;
}

.diary-entry-card__date span {
  font-size: 2rem;
  line-height: 1;
}

.diary-entry-card__body {
  display: grid;
  gap: 14px;
}

.diary-entry-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.diary-entry-card__meta h3 {
  margin-bottom: 8px;
}

.diary-entry-card__meta h2,
.diary-entry-card__meta h3 {
  font-size: 28px;
  line-height: 1.1;
  margin-top: 0;
}

.diary-entry-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.diary-chip {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11, 74, 111, 0.08);
  color: var(--ocean);
  font-size: 0.78rem;
  font-weight: 700;
}

.diary-entry-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.diary-entry-card__actions form {
  margin: 0;
}

.link.danger {
  color: #b3471f;
}

.diary-entry-card__preview,
.diary-entry-card__full p {
  margin: 0;
  line-height: 1.7;
  max-width: 900px;
}

.diary-entry-card__details summary {
  cursor: pointer;
  color: var(--ocean);
  font-weight: 700;
  text-underline-offset: 4px;
}

.diary-entry-card__full {
  display: grid;
  gap: 14px;
  padding-top: 12px;
}

.diary-entry-card__full--public {
  padding-top: 0;
}

.diary-thumb {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.diary-thumb--carousel {
  width: 100%;
  border-radius: 18px;
}

.diary-photo-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.diary-photo-carousel__track {
  position: relative;
}

.diary-photo-carousel__slide {
  display: none;
  margin: 0;
}

.diary-photo-carousel__slide.is-active {
  display: block;
}

.diary-photo-carousel__slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.diary-photo-carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ocean);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.diary-photo-carousel__nav--prev {
  left: 12px;
}

.diary-photo-carousel__nav--next {
  right: 12px;
}

.diary-photo-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.diary-photo-carousel__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.diary-photo-carousel__dot.is-active {
  background: #fff;
}

.diary-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  place-items: center;
  padding: 32px;
  background: rgba(15, 23, 34, 0.85);
}

.diary-lightbox.is-open {
  display: grid;
}

.diary-lightbox img {
  max-width: min(980px, 100%);
  max-height: 80vh;
  border-radius: 20px;
  object-fit: contain;
}

.diary-lightbox__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
}

.diary-archive__group {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: 18px;
}

.diary-archive__group-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(13, 27, 42, 0.08);
}

.diary-archive__group-head h3,
.diary-archive-card__body h3,
.diary-offer-card__body h3 {
  margin: 0;
}

.diary-archive-card__body h3,
.diary-offer-card__body h3 {
  font-size: 24px;
  line-height: 1.15;
}

.diary-archive__group-head p,
.diary-archive-card__body p,
.diary-offer-card__body p {
  margin: 0;
  line-height: 1.6;
}

.diary-archive__grid,
.diary-related-offers__grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.diary-archive-card,
.diary-offer-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(11, 74, 111, 0.08);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(13, 27, 42, 0.08);
}

.diary-archive-card__link,
.diary-offer-card__link {
  display: grid;
  color: inherit;
  height: 100%;
}

.diary-archive-card__link:focus-visible {
  outline: 2px solid rgba(11, 74, 111, 0.3);
  outline-offset: 2px;
}

.diary-archive-card__image,
.diary-offer-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.diary-archive-card__placeholder {
  display: grid;
  place-items: center;
  min-height: 190px;
  background: linear-gradient(135deg, #eef4f8, #f8f0e7);
  color: var(--ocean);
  font-weight: 700;
}

.diary-archive-card__body,
.diary-offer-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.diary-archive-card__meta {
  margin-top: 4px;
}

.diary-offer-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--ocean);
  font-weight: 700;
  margin-top: 2px;
}

/* Footer */
.site-footer {
  padding: 40px 0 16px;
  background: linear-gradient(180deg, #0d1b2a 0%, #0b4a6f 120%);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin: 6px 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 16px;
  margin-top: 24px;
  text-align: center;
  font-size: 13px;
}

/* Flash messages */
.flash-wrap {
  max-width: 900px;
  margin: 20px auto 0;
  display: grid;
  gap: 8px;
}

.flash {
  background: var(--sun);
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--ink);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

/* Responsive */
@media (max-width: 860px) {
  .profile-hero,
  .profile-layout,
  .profile-builder__grid,
  .profile-presets,
  .profile-library__grid,
  .luggage-layout,
  .diary-toolbar,
  .diary-form__grid,
  .diary-entry-card {
    grid-template-columns: 1fr;
  }

  .diary-archive__group-head,
  .diary-offer-card__meta {
    display: grid;
  }

  .diary-toolbar h1 {
    font-size: 34px;
  }

  .diary-entry-card__meta h2,
  .diary-entry-card__meta h3 {
    font-size: 24px;
  }

  .diary-photo-carousel__slide img {
    height: 320px;
  }

  .header-inner {
    align-items: flex-start;
    gap: 14px;
  }
  .main-nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .main-nav::-webkit-scrollbar {
    display: none;
  }
  .main-nav a:not(.btn) {
    white-space: nowrap;
    background: rgba(11, 74, 111, 0.08);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    scroll-snap-align: start;
  }
  .main-nav .btn {
    padding: 8px 14px;
    font-size: 14px;
    scroll-snap-align: start;
  }

  .category-more__sheet {
    width: min(94vw, 620px);
    top: calc(var(--site-header-h) + 12px);
    max-height: calc(100vh - (var(--site-header-h) + 24px));
    grid-template-columns: 1fr;
  }

  .category-bar--floating .cat-pill {
    padding: 12px 20px 12px 16px;
    font-size: 16px;
    gap: 9px;
    justify-content: center;
  }

  .category-bar--floating .cat-pill span {
    padding-right: 6px;
  }

  .category-bar--floating .cat-pill__icon-img {
    width: 20px;
    height: 20px;
  }

  .section {
    padding: 44px 0;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-content h1 {
    font-size: 34px;
  }
  .destino-hero-content h1 {
    font-size: 36px;
  }
  .season-hero-content h1 {
    font-size: 34px;
  }
  .destino-grid {
    grid-template-columns: 1fr;
  }
  .destino-hero-img {
    height: 260px;
  }
  .destino-hero-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .season-hero-media img {
    height: 260px;
  }
  .autopilot-grid {
    grid-template-columns: 1fr;
  }
  .autopilot-output {
    order: -1;
  }
  .newsletter-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-form-card {
    order: -1;
  }
}

@media (max-width: 640px) {
  .profile-hero,
  .profile-builder,
  .profile-library,
  .checklist-card,
  .luggage-suggestions,
  .luggage-checklist,
  .diary-toolbar,
  .diary-editor,
  .diary-entry-card {
    padding: 18px;
    border-radius: 22px;
  }

  .profile-hero h1 {
    font-size: 2.2rem;
  }

  .luggage-custom-form__row,
  .luggage-item {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .luggage-item__toggle {
    grid-column: 1 / 2;
  }

  .luggage-item__remove {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    align-self: start;
    justify-self: end;
  }

  .diary-toolbar__actions,
  .diary-entry-card__actions {
    justify-content: flex-start;
  }

  .diary-lightbox {
    padding: 18px;
  }
}

@media (max-width: 720px) {
  .container {
    padding: 0 16px;
  }
  .section {
    padding: 40px 0;
  }
  .hero {
    padding: 56px 0 36px;
  }
  .hero-grid {
    gap: 24px;
  }
  .hero-content h1 {
    font-size: 32px;
  }
  .hero-content .lead {
    font-size: 16px;
  }
  .hero-badges span {
    font-size: 12px;
  }
  .hero-search {
    padding: 18px;
    border-radius: 20px;
  }
  .search-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .search-tabs::-webkit-scrollbar {
    display: none;
  }
  .search-tabs .tab {
    scroll-snap-align: start;
    white-space: nowrap;
    font-size: 13px;
    padding: 6px 12px;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .card-scroll {
    grid-template-columns: unset;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78%, 1fr);
    overflow-x: auto;
    padding: 0 16px 10px 4px;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .card-scroll > * {
    scroll-snap-align: start;
  }
  .card-scroll::-webkit-scrollbar {
    display: none;
  }
  .offer-hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .offer-hero-media img {
    min-height: 200px;
  }
  .price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .blog-grid img {
    height: 200px;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .tip-list {
    padding: 20px;
  }
  .results-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .result-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .result-card .btn {
    width: 100%;
  }
  .newsletter-card {
    padding: 22px;
  }
  .footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}

@media (max-width: 600px) {
  .header-inner {
    flex-direction: column;
    gap: 12px;
  }
  .search-form {
    grid-template-columns: 1fr;
  }
  .table-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .destino-hero-gallery {
    grid-template-columns: 1fr;
  }
  .destino-hero-img {
    height: 220px;
  }
  .season-hero-media img {
    height: 220px;
  }
  .autopilot-card {
    padding: 28px;
  }
  .autopilot-header h2 {
    font-size: 28px;
  }
  .autopilot-pass {
    flex-direction: column;
    align-items: flex-start;
  }
  .autopilot-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsletter-card {
    padding: 24px;
  }
  .newsletter-lead {
    font-size: 16px;
  }
  .newsletter-trust {
    grid-template-columns: 1fr;
  }
  .newsletter-links {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .brand-text {
    font-size: 18px;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .destino-hero-content h1,
  .season-hero-content h1 {
    font-size: 28px;
  }
  .card-scroll {
    grid-template-columns: unset;
    grid-auto-columns: minmax(82%, 1fr);
    padding-right: 16px;
  }
  .autopilot-card {
    padding: 22px;
  }
  .newsletter-card {
    padding: 18px;
  }
  .btn {
    padding: 10px 18px;
  }
}

/* === Nuevo look 2026 === */
:root {
  --ocean: #0b3d4a;
  --sky: #7fe0d6;
  --sand: #fff1df;
  --sun: #ffb067;
  --ink: #0f172a;
  --mist: #e6f6f3;
  --white: #fffdf8;
  --shadow: 0 30px 60px rgba(15, 23, 42, 0.14);
  --accent: #ff7a59;
  --deep: #092a34;
  --stroke: rgba(9, 42, 52, 0.14);
  --glass: rgba(255, 255, 255, 0.72);
}

body {
  font-family: "Manrope", sans-serif;
  background: radial-gradient(circle at 15% 20%, rgba(127, 224, 214, 0.35), transparent 45%),
    radial-gradient(circle at 80% 10%, rgba(255, 176, 103, 0.28), transparent 50%),
    linear-gradient(160deg, #fdf8f1 0%, #f1fbff 55%, #fff7f0 100%);
  color: var(--ink);
  position: relative;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(0.5px);
  opacity: 0.55;
  z-index: -1;
  pointer-events: none;
  animation: drift 18s ease-in-out infinite;
}

body::before {
  top: -140px;
  left: -120px;
  background: radial-gradient(circle, rgba(127, 224, 214, 0.55), transparent 65%);
}

body::after {
  bottom: -160px;
  right: -120px;
  background: radial-gradient(circle, rgba(255, 122, 89, 0.45), transparent 65%);
  animation-delay: -6s;
}

h1,
h2,
h3,
h4,
.brand-text,
.hero-content h1,
.destino-hero-content h1,
.destino-main h2,
.season-hero-content h1 {
  font-family: "Fraunces", serif;
  letter-spacing: 0.01em;
}

a {
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.container {
  max-width: 1480px;
}

.section {
  padding: 64px 0;
}

.link {
  color: var(--deep);
  text-decoration: none;
  position: relative;
}

.link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--sun));
}

.site-header {
  background: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid var(--stroke);
  box-shadow: 0 12px 30px rgba(9, 42, 52, 0.08);
}

.header-inner {
  padding: 18px 0;
}

.brand-logo {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.main-nav a:not(.btn) {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(9, 42, 52, 0.06);
  font-size: 14px;
}

.main-nav a:not(.btn):hover {
  background: rgba(255, 122, 89, 0.16);
  color: #3b1608;
}

.btn {
  border-radius: 14px;
  padding: 12px 22px;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.primary {
  background: linear-gradient(120deg, var(--accent), var(--sun));
  color: #2b1205;
  box-shadow: none;
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--stroke);
  color: var(--deep);
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
}

.hero {
  padding: 90px 0 60px;
  background: radial-gradient(circle at 10% 10%, rgba(127, 224, 214, 0.35), transparent 55%),
    radial-gradient(circle at 90% 25%, rgba(255, 122, 89, 0.25), transparent 50%),
    linear-gradient(140deg, rgba(9, 42, 52, 0.1), transparent 60%);
}

.hero-content h1 {
  font-size: 48px;
  margin: 14px 0 18px;
  color: var(--deep);
}

.hero-content .lead {
  font-size: 19px;
  color: rgba(15, 23, 42, 0.75);
}

.hero-badges span {
  background: rgba(127, 224, 214, 0.18);
  border: 1px solid rgba(9, 42, 52, 0.08);
}

.hero-search {
  background: var(--glass);
  border: 1px solid rgba(9, 42, 52, 0.12);
  box-shadow: 0 22px 44px rgba(9, 42, 52, 0.16);
  backdrop-filter: blur(12px);
}

.search-tabs .tab {
  border: 1px solid rgba(9, 42, 52, 0.15);
  background: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.search-tabs .tab.active {
  background: var(--deep);
  color: var(--white);
  border-color: var(--deep);
}

.search-form input {
  border-radius: 14px;
  border: 1px solid rgba(9, 42, 52, 0.2);
  background: rgba(255, 255, 255, 0.9);
}

.category-bar {
  background: linear-gradient(90deg, rgba(127, 224, 214, 0.3), rgba(255, 176, 103, 0.25));
}

.cat-pill {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(9, 42, 52, 0.1);
}

.card,
.auth-card,
.admin-card,
.planner-card,
.newsletter-form-card,
.info-card,
.stat-card,
.season-card,
.itinerary-card,
.gallery-item,
.faq-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(9, 42, 52, 0.1);
  box-shadow: 0 20px 40px rgba(9, 42, 52, 0.12);
  backdrop-filter: blur(2px);
}

.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 50px rgba(9, 42, 52, 0.18);
}

.badge {
  background: rgba(255, 122, 89, 0.18);
  color: #6b2a12;
}

.card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(140deg, rgba(127, 224, 214, 0.35), rgba(255, 176, 103, 0.25));
  border-bottom: 1px solid rgba(9, 42, 52, 0.08);
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 42, 52, 0) 0%, rgba(9, 42, 52, 0.12) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.card:hover .card-media::after {
  opacity: 1;
}

.offer-card .card-body,
.blog-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.price-row {
  margin-top: auto;
}

.blog-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0;
}

.editorial-bridge__head {
  align-items: flex-end;
}

.editorial-bridge__lede {
  max-width: 760px;
  margin: 10px 0 0;
  color: rgba(15, 23, 42, 0.72);
}

.editorial-bridge__top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.editorial-bridge__grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: stretch;
}

.editorial-bridge__carousel {
  position: relative;
}

.editorial-bridge__card {
  min-height: 100%;
}

.editorial-bridge__actions {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.editorial-bridge__actions .btn {
  min-width: 146px;
  justify-content: center;
}

.budget-home__head {
  align-items: flex-end;
}

.budget-home__lede,
.budget-landing__lede,
.budget-hero__lead,
.budget-hero__summary {
  max-width: 760px;
  color: rgba(15, 23, 42, 0.72);
}

.budget-home__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.budget-card {
  overflow: hidden;
  padding: 0;
  border-radius: 24px;
  border: 1px solid rgba(61, 142, 188, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 245, 245, 0.95));
  box-shadow: 0 18px 36px rgba(34, 34, 34, 0.08);
}

.budget-card__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
}

.budget-home .budget-card__media {
  position: relative;
  min-height: 220px !important;
  max-height: none !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  flex: 0 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(247, 159, 26, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(239, 248, 252, 0.96), rgba(255, 247, 238, 0.96));
}

.budget-card__pill {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(61, 142, 188, 0.16);
  color: rgba(34, 34, 34, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 2;
}

.budget-home .budget-card__photo {
  width: 100%;
  height: 100% !important;
  min-height: 220px !important;
  max-height: none !important;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  transition: transform 0.28s ease;
}

.budget-home .budget-card__link:hover .budget-card__photo {
  transform: scale(1.04);
}

.budget-home .budget-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 42, 52, 0.02) 0%, rgba(9, 42, 52, 0.22) 100%);
  pointer-events: none;
}

.budget-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  flex: 1;
}

.budget-card__body h3 {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 31px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.budget-card__body p {
  margin: 0;
  color: rgba(15, 23, 42, 0.76);
  font-size: 17px;
  line-height: 1.45;
}

.budget-card__actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.budget-card__actions .btn {
  min-width: 146px;
  justify-content: center;
}

.budget-landing {
  background:
    linear-gradient(180deg, rgba(245, 251, 255, 0.8), rgba(255, 255, 255, 1) 18%),
    #ffffff;
}

.budget-landing .container {
  max-width: 1280px;
}

.budget-landing .section {
  background: transparent;
  padding: 34px 0 0;
}

.budget-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.9fr);
  gap: 24px;
  align-items: start;
  margin-top: 10px;
  padding: 28px;
  border-radius: 32px;
  border: 1px solid rgba(61, 142, 188, 0.16);
  background:
    radial-gradient(circle at top right, rgba(247, 159, 26, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(236, 246, 251, 0.92));
  box-shadow: 0 26px 50px rgba(34, 34, 34, 0.08);
}

.budget-hero__copy h1 {
  margin: 0 0 18px;
  max-width: 11ch;
  font-size: clamp(44px, 6.4vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.budget-hero__lead {
  margin: 0;
  font-size: clamp(20px, 2.35vw, 28px);
  line-height: 1.24;
}

.budget-hero__summary {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(61, 142, 188, 0.12);
  font-size: 18px;
  line-height: 1.45;
}

.budget-hero__panel {
  display: grid;
  gap: 12px;
  align-self: stretch;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(61, 142, 188, 0.14);
  backdrop-filter: blur(10px);
}

.budget-hero__stat {
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(61, 142, 188, 0.14);
}

.budget-hero__stat strong {
  font-size: clamp(30px, 3.2vw, 40px);
  line-height: 1;
}

.budget-hero__stat span {
  color: rgba(15, 23, 42, 0.7);
  font-size: 14px;
  font-weight: 600;
}

.budget-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 0 8px;
  margin: 10px 0 0;
  scrollbar-width: none;
}

.budget-nav::-webkit-scrollbar {
  display: none;
}

.budget-nav .chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid rgba(61, 142, 188, 0.16);
  box-shadow: 0 12px 24px rgba(34, 34, 34, 0.06);
  color: rgba(34, 34, 34, 0.88);
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.budget-nav .chip:hover {
  transform: translateY(-1px);
  border-color: rgba(247, 159, 26, 0.34);
  box-shadow: 0 16px 28px rgba(34, 34, 34, 0.08);
}

.budget-nav .chip--active {
  background: rgba(247, 159, 26, 0.16);
  border-color: rgba(247, 159, 26, 0.3);
  color: var(--charcoal);
}

.budget-copy__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.budget-copy__card,
.budget-empty {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 252, 253, 0.96));
  border: 1px solid rgba(61, 142, 188, 0.14);
  box-shadow: 0 16px 32px rgba(34, 34, 34, 0.06);
}

.budget-copy__card h2,
.budget-empty h3 {
  margin-top: 0;
}

.budget-empty__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.budget-links__block {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 251, 0.96));
  border: 1px solid rgba(61, 142, 188, 0.14);
  box-shadow: 0 16px 32px rgba(34, 34, 34, 0.05);
}

.budget-links__block + .budget-links__block {
  margin-top: 18px;
}

.budget-links__block h3 {
  margin-top: 0;
}

.budget-links .chip-grid {
  gap: 10px;
}

.budget-links .chip {
  background: rgba(61, 142, 188, 0.08);
  border: 1px solid rgba(61, 142, 188, 0.14);
  color: rgba(34, 34, 34, 0.84);
  font-weight: 700;
}

.meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: rgba(15, 23, 42, 0.65);
}

.meta a {
  font-weight: 600;
  color: var(--deep);
}

.img-hidden {
  display: block;
  background-size: cover;
  background-position: center;
}

.card-media.image-fallback,
.card.image-fallback img.img-hidden {
  background: radial-gradient(circle at 20% 20%, rgba(127, 224, 214, 0.4), transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(255, 176, 103, 0.35), transparent 55%),
    linear-gradient(135deg, rgba(9, 42, 52, 0.08), rgba(9, 42, 52, 0.18));
}

.fav-btn {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(9, 42, 52, 0.12);
}

.fav-btn:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 18px rgba(9, 42, 52, 0.14);
}

.fav-btn.active {
  color: #e63946;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(230, 57, 70, 0.35);
}

.chip,
.chip-check span {
  background: rgba(127, 224, 214, 0.16);
  border: 1px solid rgba(9, 42, 52, 0.08);
}

.chip-check input:checked + span {
  background: rgba(255, 122, 89, 0.2);
  border-color: rgba(255, 122, 89, 0.5);
  color: #6b2a12;
}

.destino-pill {
  background: rgba(255, 122, 89, 0.18);
  color: #6b2a12;
}

.day-label {
  background: var(--deep);
}

.autopilot-form input,
.autopilot-form select {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(9, 42, 52, 0.2);
}

.autopilot-eyebrow,
.newsletter-eyebrow {
  color: rgba(255, 255, 255, 0.75);
}

.auth-visual {
  background: linear-gradient(160deg, rgba(127, 224, 214, 0.22), rgba(255, 176, 103, 0.22));
  border: 1px solid rgba(9, 42, 52, 0.12);
}

.autopilot-card {
  background: radial-gradient(circle at top right, rgba(127, 224, 214, 0.3), transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(255, 176, 103, 0.28), transparent 50%),
    linear-gradient(140deg, #092a34 0%, #0d4d55 45%, #167a77 100%);
  box-shadow: 0 30px 60px rgba(9, 42, 52, 0.3);
}

.autopilot-form-card {
  border: 1px solid rgba(9, 42, 52, 0.12);
}

.autopilot-output {
  background: rgba(7, 26, 34, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.autopilot-output .result-tags span {
  background: rgba(255, 255, 255, 0.2);
}

.newsletter-card {
  background: radial-gradient(circle at top left, rgba(127, 224, 214, 0.3), transparent 55%),
    radial-gradient(circle at bottom right, rgba(255, 122, 89, 0.28), transparent 50%),
    linear-gradient(140deg, #0b3140 0%, #0d4d55 45%, #13828a 100%);
}

.newsletter-form input,
.newsletter-form select {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(9, 42, 52, 0.18);
}

.newsletter-link {
  color: rgba(255, 255, 255, 0.85);
}

.app-card {
  background: linear-gradient(135deg, #0b3140 0%, #0f6f7a 45%, #7fe0d6 100%);
}

.result-card,
.result-summary,
.result-empty,
.result-summary-tags span,
.result-tags span {
  background: rgba(127, 224, 214, 0.2);
  border: 1px solid rgba(9, 42, 52, 0.08);
}

.result-card {
  background: rgba(255, 255, 255, 0.92);
}

.result-price {
  color: var(--accent);
}

.tip-list {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(9, 42, 52, 0.12);
}

.destino-html,
.season-event,
.highlight-card,
.tip-card,
.season-grid div,
.gastronomia-item {
  background: rgba(127, 224, 214, 0.18);
}

.season-hero {
  background: radial-gradient(circle at top right, rgba(255, 176, 103, 0.25), transparent 55%),
    linear-gradient(120deg, rgba(9, 42, 52, 0.12), transparent 60%);
}

.table-row {
  border: 1px solid rgba(9, 42, 52, 0.08);
}

.site-footer {
  background: linear-gradient(180deg, #08111f 0%, #0b3140 120%);
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.75);
}

.flash {
  background: rgba(255, 176, 103, 0.7);
  border: 1px solid rgba(9, 42, 52, 0.15);
}

@keyframes drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -14px, 0) scale(1.05);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 860px) {
  .main-nav a:not(.btn) {
    background: rgba(9, 42, 52, 0.08);
  }
}

@media (max-width: 720px) {
  .hero {
    padding: 70px 0 44px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
}

/* Mobile bottom navigation */
.bottom-nav {
  display: none;
}

@media (max-width: 720px) {
  :root {
    --bottom-nav-h: 72px;
  }

  /* Keep the brand/header, but move navigation to the thumb zone */
  .main-nav {
    display: none;
  }

  main {
    padding-bottom: calc(var(--bottom-nav-h) + env(safe-area-inset-bottom));
  }

  .bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(var(--bottom-nav-h) + env(safe-area-inset-bottom));
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    background: rgba(255, 253, 248, 0.86);
    border-top: 1px solid rgba(9, 42, 52, 0.14);
    backdrop-filter: blur(14px);
    z-index: 1000;
  }

  .bottom-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 8px;
    border-radius: 16px;
    border: 1px solid transparent;
    color: rgba(9, 42, 52, 0.72);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  button.bottom-nav__item {
    border: 1px solid transparent;
    background: transparent;
    font: inherit;
  }

  .bottom-nav__icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
  }

  .bottom-nav__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    vector-effect: non-scaling-stroke;
    shape-rendering: geometricPrecision;
  }

  .bottom-nav__avatar-icon {
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(13, 27, 42, 0.14);
  }

  .bottom-nav__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
  }

  .bottom-nav__item.is-active,
  body.offer-search-open .bottom-nav__search-item,
  .bottom-nav__more.is-active > summary {
    color: #092a34;
    background: rgba(127, 224, 214, 0.26);
    border-color: rgba(15, 118, 110, 0.24);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  }

  .offer-search-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1002;
    padding-top: env(safe-area-inset-top);
    border-top: 0;
    border-bottom: 1px solid rgba(9, 42, 52, 0.12);
    box-shadow: 0 18px 42px rgba(13, 27, 42, 0.16);
  }

  .offer-search-panel__inner {
    padding: 10px 12px;
  }

  .offer-search-form {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    border-radius: 16px;
  }

  .offer-search-form__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .bottom-nav__more {
    position: relative;
  }

  .bottom-nav__more > summary {
    list-style: none;
  }

  .bottom-nav__more > summary::-webkit-details-marker {
    display: none;
  }

  .bottom-nav__item--favs[aria-disabled="true"] {
    opacity: 0.7;
  }

  .bottom-nav__item--favs[aria-disabled="true"]:active {
    transform: none;
  }

  .bottom-nav__more[open]::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(9, 42, 52, 0.24);
    backdrop-filter: blur(2px);
    z-index: 999;
  }

  .bottom-nav__sheet {
    display: none;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(var(--bottom-nav-h) + env(safe-area-inset-bottom) + 12px);
    max-width: 560px;
    margin: 0 auto;
    background: rgba(255, 253, 248, 0.96);
    border: 1px solid rgba(9, 42, 52, 0.16);
    border-radius: 20px;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.22);
    padding: 12px;
    z-index: 1001;
  }

  .bottom-nav__more[open] .bottom-nav__sheet {
    display: block;
  }

  .bottom-nav__group {
    padding: 10px;
    border-radius: 16px;
    background: rgba(127, 224, 214, 0.12);
    border: 1px solid rgba(9, 42, 52, 0.08);
  }

  .bottom-nav__group + .bottom-nav__group {
    margin-top: 10px;
  }

  .bottom-nav__group-title {
    font-size: 12px;
    font-weight: 800;
    color: rgba(9, 42, 52, 0.7);
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .bottom-nav__sheet-link {
    display: block;
    padding: 10px 10px;
    border-radius: 14px;
    color: rgba(9, 42, 52, 0.9);
    font-weight: 700;
  }

  .bottom-nav__sheet-link.is-active {
    background: rgba(255, 176, 103, 0.28);
    border: 1px solid rgba(9, 42, 52, 0.10);
  }

  .bottom-nav__sheet-link:active {
    transform: translateY(1px);
  }

}

/* Mobile bottom navigation tweaks */
@media (max-width: 720px) {
  .bottom-nav__item {
    min-height: 44px;
    cursor: pointer;
  }

  .bottom-nav__more > summary {
    cursor: pointer;
  }

  .bottom-nav__item:focus-visible,
  .bottom-nav__more > summary:focus-visible {
    outline: 2px solid rgba(38, 166, 154, 0.62);
    outline-offset: 2px;
  }
}

/* === Sabueso Theme Refresh === */
:root {
  --chollo-orange: #F79F1A;
  --vacaciones-blue: #3D8EBC;
  --pure-white: #FFFFFF;
  --bone-gray: #F5F5F5;
  --charcoal: #222222;
  --site-header-h: 92px;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--charcoal);
  background: var(--pure-white);
}

h1,
h2,
h3,
h4,
h5,
.brand-text,
.hero-content h1 {
  font-family: "Poppins", sans-serif;
  color: var(--charcoal);
}

.section:nth-of-type(even) {
  background: var(--bone-gray);
}

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
  box-shadow: 0 10px 24px rgba(34, 34, 34, 0.08);
}

.brand-logo {
  width: clamp(170px, 21vw, 320px);
  height: auto;
  max-height: 40px;
  border-radius: 0;
  border: 0;
  object-fit: contain;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.brand {
  gap: 0;
}

.header-inner {
  gap: 14px;
  padding: 8px 0;
}

.brand-text {
  display: none;
}

.main-nav a,
.main-nav button {
  color: var(--charcoal);
  font-weight: 700;
}

.main-nav a.is-active,
.main-nav button.is-active {
  color: var(--chollo-orange);
  background: rgba(247, 159, 26, 0.12);
}

.main-nav .main-nav__hot-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 122, 89, 0.95);
}

.main-nav .main-nav__hot-link:hover,
.main-nav .main-nav__hot-link.is-active {
  color: rgba(255, 122, 89, 1);
  background: rgba(255, 122, 89, 0.16);
  border-radius: 999px;
}

.main-nav .main-nav__hot-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  filter: drop-shadow(0 4px 9px rgba(255, 122, 89, 0.35));
}

.main-nav .main-nav__hot-icon::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 122, 89, 0.5) 0%, rgba(255, 176, 103, 0.22) 56%, transparent 76%);
  z-index: 0;
  animation: mainNavFlameGlow 0.68s ease-in-out infinite alternate;
}

.main-nav .main-nav__hot-icon svg {
  position: relative;
  z-index: 1;
  transform-origin: 50% 88%;
  animation: mainNavFlameFlicker 0.68s ease-in-out infinite alternate;
}

.main-nav .main-nav__icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.main-nav .main-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 1;
  transform: translateY(1px);
}

.main-nav .main-nav__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

@media (min-width: 721px) {
  .main-nav .main-nav__hot-link,
  .main-nav a.main-nav__icon-link,
  .main-nav .main-nav__hot-link:hover,
  .main-nav .main-nav__hot-link.is-active,
  .main-nav a.main-nav__icon-link:hover,
  .main-nav a.main-nav__icon-link.is-active {
    background: transparent;
    box-shadow: none;
  }
}

.offer-search-panel {
  position: sticky;
  top: var(--site-header-h, 72px);
  z-index: 9;
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(9, 42, 52, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 32px rgba(13, 27, 42, 0.08);
}

.offer-search-panel[hidden] {
  display: none;
}

.offer-search-panel__inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.offer-search-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  width: min(760px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(9, 42, 52, 0.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(13, 27, 42, 0.10);
}

.offer-search-form__icon {
  display: inline-flex;
  color: rgba(9, 42, 52, 0.64);
}

.offer-search-form input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #092a34;
  font: inherit;
  font-weight: 700;
}

.offer-search-form input::placeholder {
  color: rgba(9, 42, 52, 0.46);
  font-weight: 600;
}

.offer-search-form__clear,
.offer-search-form__close {
  border: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.offer-search-form__clear {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(9, 42, 52, 0.08);
  color: rgba(9, 42, 52, 0.82);
}

.offer-search-form__clear[hidden] {
  display: none;
}

.offer-search-form__close {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(247, 159, 26, 0.14);
  color: #6f3d00;
}

.offer-card.is-search-hidden,
.hotels-offer-card.is-search-hidden {
  display: none !important;
}

.offer-search-empty {
  max-width: 680px;
  margin: 18px auto 0;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(9, 42, 52, 0.12);
  color: rgba(9, 42, 52, 0.72);
  text-align: center;
  font-weight: 700;
}

.offer-search-empty[hidden] {
  display: none;
}

@media (max-width: 720px) {
  .offer-search-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 1002;
    padding-top: env(safe-area-inset-top);
    border-top: 0;
    border-bottom: 1px solid rgba(9, 42, 52, 0.12);
    box-shadow: 0 18px 42px rgba(13, 27, 42, 0.16);
  }

  .offer-search-panel__inner {
    padding: 10px 12px;
  }

  .offer-search-form {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    border-radius: 16px;
  }

  .offer-search-form__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@keyframes mainNavFlameFlicker {
  0% {
    transform: translateY(0) scale(0.92) rotate(-7deg);
    opacity: 0.85;
  }
  35% {
    transform: translateY(-3px) scale(1.14) rotate(5deg);
    opacity: 1;
  }
  70% {
    transform: translateY(-5px) scale(0.88) rotate(-4.5deg);
    opacity: 0.82;
  }
  100% {
    transform: translateY(-4px) scale(1.1) rotate(4deg);
    opacity: 1;
  }
}

@keyframes mainNavFlameGlow {
  0% {
    opacity: 0.34;
    transform: scale(0.82);
  }
  100% {
    opacity: 0.92;
    transform: scale(1.18);
  }
}

.top-nav__item {
  background: transparent;
  color: var(--charcoal);
  border: 1px solid transparent;
}

.top-nav__item:hover {
  color: var(--chollo-orange);
  background: rgba(247, 159, 26, 0.1);
}

.top-nav__item--disabled {
  opacity: 0.65;
  cursor: default;
  pointer-events: auto;
}

.top-nav__drop.is-active > summary {
  color: var(--chollo-orange);
  background: rgba(247, 159, 26, 0.12);
  border-color: rgba(247, 159, 26, 0.3);
}

.top-nav__sheet {
  border-color: rgba(61, 142, 188, 0.24);
}

.top-nav__sheet-link.is-active {
  background: rgba(247, 159, 26, 0.15);
  border-color: rgba(247, 159, 26, 0.26);
}

.btn {
  border-radius: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.btn.primary {
  background: var(--chollo-orange);
  color: var(--pure-white);
  box-shadow: none;
}

.btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: none;
}

.btn.ghost {
  border-color: rgba(61, 142, 188, 0.3);
  color: var(--vacaciones-blue);
}

.hero {
  background: linear-gradient(120deg, rgba(61, 142, 188, 0.86) 0%, rgba(61, 142, 188, 0.62) 50%, rgba(247, 159, 26, 0.58) 100%);
}

.hero-content h1 {
  color: var(--pure-white);
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.05;
  text-shadow: 0 8px 24px rgba(34, 34, 34, 0.22);
}

.hero-content .lead,
.hero .eyebrow {
  color: rgba(255, 255, 255, 0.95);
}

.hero-cta {
  margin: 8px 0 16px;
}

.hero-shiba {
  margin: 0 0 16px;
  width: 122px;
  filter: drop-shadow(0 14px 24px rgba(34, 34, 34, 0.2));
}

.hero-shiba img {
  border-radius: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.hero-badges span {
  background: rgba(255, 255, 255, 0.22);
  color: var(--pure-white);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-search {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(61, 142, 188, 0.22);
}

.search-tabs .tab.active {
  background: var(--vacaciones-blue);
  border-color: var(--vacaciones-blue);
}

.category-bar {
  background: rgba(61, 142, 188, 0.12);
  border-bottom: 1px solid rgba(61, 142, 188, 0.18);
}

.category-bar--floating {
  position: sticky;
  top: calc(var(--site-header-h) - 6px);
  z-index: 8;
  padding: 2px 0 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(245, 250, 255, 0.86) 100%);
  border-bottom: 1px solid rgba(61, 142, 188, 0.12);
  backdrop-filter: blur(6px);
}

.category-bar--floating .category-scroll {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 6px 2px 8px;
  backdrop-filter: none;
}

.cat-pill {
  background: var(--pure-white);
  border: 1px solid rgba(61, 142, 188, 0.2);
}

.category-bar--floating .cat-pill {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(61, 142, 188, 0.16);
  color: rgba(13, 27, 42, 0.78);
  font-weight: 700;
}

.category-bar--floating .cat-pill:hover {
  background: rgba(247, 159, 26, 0.1);
  border-color: rgba(247, 159, 26, 0.25);
}

.category-bar--floating .cat-pill[aria-current="page"] {
  background: rgba(247, 159, 26, 0.14);
  border-color: rgba(247, 159, 26, 0.34);
}

.cat-pill__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 179, 71, 0.22);
  color: #6b2a12;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.category-bar--floating .cat-pill[aria-current="page"] .cat-pill__count {
  background: rgba(255, 255, 255, 0.74);
}

.cat-pill .icon {
  color: var(--chollo-orange);
}

.cat-pill__icon-img {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  display: block;
  opacity: 0.97;
  filter: brightness(0) saturate(100%) invert(68%) sepia(72%) saturate(1260%) hue-rotate(352deg) brightness(100%) contrast(95%);
}

.cat-pill--more {
  cursor: pointer;
  font: inherit;
  appearance: none;
}

.category-more-modal {
  display: none;
}

.category-more-modal.is-open {
  display: block;
}

.category-more-modal__overlay {
  position: fixed;
  inset: 0;
  border: none;
  background: rgba(13, 27, 42, 0.34);
  z-index: 1190;
}

.category-more-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.06);
  color: rgba(13, 27, 42, 0.74);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.category-more__sheet {
  position: fixed;
  top: calc(var(--site-header-h) + 24px);
  left: 50%;
  transform: translateX(-50%);
  width: min(920px, calc(100vw - 20px));
  max-height: calc(100vh - (var(--site-header-h) + 40px));
  overflow: auto;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(13, 27, 42, 0.12);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(13, 27, 42, 0.18);
  padding: 12px;
  z-index: 1200;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 10px;
  align-content: start;
}

.category-more__group {
  background: rgba(11, 74, 111, 0.04);
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 10px;
  padding: 8px;
}

.category-more__title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(13, 27, 42, 0.62);
}

.category-more__title-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: block;
  opacity: 0.97;
  filter: brightness(0) saturate(100%) invert(68%) sepia(72%) saturate(1260%) hue-rotate(352deg) brightness(100%) contrast(95%);
}

.category-more__link {
  display: block;
  padding: 7px 8px;
  border-radius: 8px;
  font-size: 14px;
  color: rgba(13, 27, 42, 0.92);
}

.category-more__link:hover {
  background: rgba(110, 193, 228, 0.16);
}

body.category-more-open {
  overflow: hidden;
}

#ofertas-destacadas .offers-list {
  grid-template-columns: 1fr;
  max-width: 1080px;
  margin: 0 auto;
}

#ofertas-destacadas .offer-card.is-hidden {
  display: none;
}

[data-offers-progressive] .offers-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#ofertas-activas .hotels-offer-card.is-hidden,
#ofertas-activas .offer-card.is-hidden {
  display: none;
}

#ofertas-destacadas.section {
  padding-top: 18px;
}

.offer-card {
  border-radius: 24px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  overflow: hidden;
}

.offer-card .offer-card__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
}

.offer-card .offer-card__link:focus-visible {
  outline: 2px solid rgba(247, 159, 26, 0.65);
  outline-offset: -2px;
  border-radius: 16px;
}

.offer-card .card-media {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  background: #d8d9db;
}

.offer-price-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(9, 42, 52, 0.12);
  box-shadow: 0 10px 24px rgba(9, 42, 52, 0.2);
  color: #111111;
}

.offer-price-badge__label {
  font-size: 12px;
  font-weight: 500;
}

.offer-price-badge__value {
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 2.1vw, 30px);
  line-height: 1;
  letter-spacing: -0.02em;
}

.offer-price-badge__unit {
  font-size: 14px;
  font-weight: 500;
}

.offer-card .price-row {
  gap: 12px;
  justify-content: flex-end;
}

.offer-price-line {
  display: none;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 8px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.offer-price-label {
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 600;
  color: #111111;
}

.offer-card .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 11px;
  font-weight: 800;
}

.offer-title-emoji {
  display: inline-block;
  margin-right: 6px;
}

.offer-title-flag {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  vertical-align: middle;
}

.offer-title-flag img {
  width: 22px;
  height: 16px;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.offer-copy {
  color: rgba(13, 27, 42, 0.92);
}

.offer-card__footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.offer-posted {
  margin: 0;
  font-size: 14px;
  color: rgba(13, 27, 42, 0.72);
}

.offer-enter {
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(247, 159, 26, 0.96);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  box-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.offer-card .offer-card__link:hover .offer-enter {
  transform: translateX(3px);
  box-shadow: none;
  background: rgba(247, 159, 26, 1);
}

@media (min-width: 981px) {
  .seo-landing .offers-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 20px;
  }

  .seo-landing .offer-card {
    height: 100%;
  }

  .seo-landing .offer-card .offer-card__link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
  }

  .seo-landing .offer-card .card-media {
    min-height: 228px;
    max-height: none;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .seo-landing .offer-card .card-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  .seo-landing .offer-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  #ofertas-destacadas > .container {
    max-width: 1480px;
    padding-left: 12px;
    padding-right: 12px;
  }

  #ofertas-destacadas .offer-card {
    height: 100%;
  }

  #ofertas-destacadas .offers-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 0;
    gap: 20px;
  }

  #ofertas-destacadas .offer-card .offer-card__link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
  }

  #ofertas-destacadas .offer-card .card-media {
    min-height: 228px;
    max-height: none;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  #ofertas-destacadas .offer-card .card-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  #ofertas-destacadas .offer-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 5px;
    padding: 13px 15px 15px;
  }

  #ofertas-destacadas .offer-card .badge,
  #ofertas-destacadas .offer-card .card-body h3,
  #ofertas-destacadas .offer-card .offer-copy {
    margin: 0;
  }

  #ofertas-destacadas .offer-card .card-body h3 {
    font-size: clamp(0.98rem, 0.92vw, 1.08rem);
    line-height: 1.08;
  }

  #ofertas-destacadas .offer-card .offer-copy {
    font-size: 0.93rem;
    line-height: 1.28;
  }

  #ofertas-destacadas .offer-card .badge {
    font-size: 10px;
  }

  #ofertas-destacadas .offer-card .offer-posted {
    font-size: 13px;
  }

  #ofertas-destacadas .offer-card .offer-card__footer {
    margin-top: auto;
    min-height: 58px;
    gap: 4px;
    justify-content: flex-end;
  }

  #ofertas-destacadas .offer-card .offer-price-badge {
    display: none;
  }

  #ofertas-destacadas .offer-card .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
  }

  #ofertas-destacadas .offer-card .offer-price-line {
    display: inline-flex;
  }

  .hotels-landing .offer-card {
    height: 100%;
  }

  .hotels-landing .offer-card .offer-card__link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
  }

  .hotels-landing .offer-card .card-media {
    min-height: 228px;
    max-height: none;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .hotels-landing .offer-card .card-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  .hotels-landing .offer-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: flex-start;
    gap: 5px;
    padding: 13px 15px 15px;
  }

  .hotels-landing .offer-card .badge,
  .hotels-landing .offer-card .card-body h3,
  .hotels-landing .offer-card .offer-copy {
    margin: 0;
  }

  .hotels-landing .offer-card .card-body h3 {
    font-size: clamp(0.98rem, 0.92vw, 1.08rem);
    line-height: 1.08;
  }

  .hotels-landing .offer-card .offer-copy {
    font-size: 0.93rem;
    line-height: 1.28;
  }

  .hotels-landing .offer-card .badge {
    font-size: 10px;
  }

  .hotels-landing .offer-card .offer-posted {
    font-size: 13px;
  }

  .hotels-landing .offer-card .offer-card__footer {
    margin-top: auto;
    min-height: 58px;
    gap: 4px;
    justify-content: flex-end;
  }

  .hotels-landing .offer-card .offer-price-badge {
    display: none;
  }

  .hotels-landing .offer-card .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
  }

  .hotels-landing .offer-card .offer-price-line {
    display: inline-flex;
  }
}

@media (max-width: 980px) {
  #ofertas-destacadas .offer-card .offer-card__link {
    display: block;
  }

  .budget-hero,
  .budget-copy__grid {
    grid-template-columns: 1fr;
  }

  .budget-hero {
    padding: 24px;
  }

  .budget-hero__copy h1 {
    max-width: none;
  }

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

@media (max-width: 720px) {
  .editorial-bridge__head {
    align-items: flex-start;
  }

  .budget-home__head {
    align-items: flex-start;
  }

  .budget-home__grid,
  .budget-copy__grid,
  .budget-hero {
    grid-template-columns: 1fr;
  }

  .budget-home__grid {
    row-gap: 26px;
  }

  .budget-home .budget-card + .budget-card {
    margin-top: 26px;
  }

  .budget-card,
  .budget-copy__card,
  .budget-empty {
    padding: 18px;
  }

  .budget-card {
    padding: 0;
  }

  .budget-home .budget-card__media {
    min-height: 250px !important;
    max-height: none !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    flex-basis: auto;
  }

  .budget-home .budget-card__photo {
    height: 100% !important;
    min-height: 250px !important;
    max-height: none !important;
  }

  .budget-card__body {
    padding: 18px;
  }

  .budget-card__body h3 {
    font-size: clamp(24px, 7.2vw, 30px);
  }

  .budget-card__body p {
    font-size: 16px;
  }

  .budget-hero {
    padding: 20px;
    border-radius: 24px;
  }

  .budget-hero__copy h1 {
    font-size: clamp(36px, 13vw, 56px);
    line-height: 0.98;
  }

  .budget-hero__lead {
    font-size: 18px;
  }

  .budget-hero__summary {
    padding: 14px 16px;
    font-size: 16px;
  }

  .budget-hero__panel {
    grid-template-columns: 1fr;
  }

  .budget-nav .chip {
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }

  .budget-card__actions,
  .budget-empty__actions {
    width: 100%;
  }

  .budget-card__actions .btn,
  .budget-empty__actions .btn {
    flex: 1 1 100%;
    min-width: 0;
  }

  .editorial-bridge__top-actions,
  .editorial-bridge__actions {
    width: 100%;
  }

  .editorial-bridge__top-actions .btn,
  .editorial-bridge__actions .btn {
    flex: 1 1 100%;
    min-width: 0;
  }

  .editorial-bridge__track {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .editorial-bridge__track::-webkit-scrollbar {
    height: 8px;
  }

  .editorial-bridge__track::-webkit-scrollbar-thumb {
    background: rgba(48, 123, 162, 0.35);
    border-radius: 999px;
  }

  .editorial-bridge__track > * {
    min-width: 0;
    scroll-snap-align: start;
  }

  .site-header {
    transition: transform 0.22s ease, opacity 0.22s ease;
    will-change: transform;
  }

  body.header-hidden-mobile .site-header {
    transform: translateY(calc(-100% - 4px));
    opacity: 0.98;
  }

  body.header-hidden-mobile .category-bar--floating {
    top: 0;
  }

  body.offer-search-open .site-header {
    transform: translateY(calc(-100% - env(safe-area-inset-top) - 8px));
    opacity: 0;
    pointer-events: none;
  }

  body.offer-search-open .category-bar--floating {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.offer-search-open .offer-search-panel {
    transform: translateY(0);
  }

  #ofertas-destacadas.section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #ofertas-destacadas + .editorial-bridge {
    padding-top: 24px;
  }

  .offer-card .card-body {
    padding: 16px 14px 18px;
    gap: 8px;
  }

  .offer-card .card-media {
    min-height: 250px;
    aspect-ratio: 16 / 10;
  }

  .offer-price-badge {
    display: none;
  }

  .offer-price-badge__label {
    font-size: 10px;
  }

  .offer-price-badge__value {
    font-size: clamp(15px, 5.8vw, 22px);
  }

  .offer-price-badge__unit {
    font-size: 11px;
  }

  .offer-card .badge {
    margin-bottom: 0;
    padding: 3px 9px;
    font-size: 11px;
  }

  .offer-card .card-body h3 {
    margin: 0;
    line-height: 1.15;
  }

  .offer-card .card-body p {
    margin: 0;
    line-height: 1.35;
  }

  .offer-card .price-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
  }

  .offer-price-line {
    display: inline-flex;
    gap: 4px 8px;
    padding: 0;
  }

  .offer-price-label {
    font-size: 13px;
  }

  .offer-price-value {
    font-size: clamp(18px, 8vw, 30px);
  }

  .offer-price-unit {
    font-size: 12px;
    padding: 0;
  }

  .offer-card .offer-enter {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }
}

.offer-sniff-seal {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 6px;
  background: rgba(247, 159, 26, 0.92);
  color: var(--pure-white);
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(34, 34, 34, 0.2);
  z-index: 2;
}

.offer-sniff-seal img {
  width: 20px;
  height: 20px;
  padding: 1px;
  background: #ffffff;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.offer-sniff-seal span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.offer-price-value {
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -0.01em;
}

.offer-price-unit {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  background: transparent;
  color: #111111;
}

.offer-page .offer-cta-price .offer-inline-price,
.offer-page .offer-cta-price .offer-inline-price strong,
.offer-page .offer-cta-price .offer-price-unit {
  font-size: 20px;
  line-height: 1;
}

.site-footer {
  background: #1d1d1d;
}

@media (max-width: 860px) {
  .brand-logo {
    width: min(46vw, 250px);
    max-height: 42px;
  }

  .hero-shiba {
    width: 106px;
  }
}

@media (max-width: 720px) {
  .site-header {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
    border-radius: 0;
    margin-top: 0;
  }

  .header-inner {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
  }

  .brand {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }

  .brand-logo {
    width: min(56vw, 250px);
    max-height: 40px;
    margin: 0 auto;
  }

  body.header-hidden-mobile .site-header {
    transform: translateY(calc(-100% - 4px));
  }

  body.offer-search-open .site-header {
    transform: translateY(calc(-100% - env(safe-area-inset-top) - 8px));
    opacity: 0;
    pointer-events: none;
  }

  body.offer-search-open .category-bar--floating {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .offer-search-form {
    gap: 6px;
    padding: 8px 8px 8px 12px;
  }

  .offer-search-form input {
    font-size: 16px;
  }

  .offer-search-form__close {
    min-width: 56px;
    padding: 8px 10px;
    border-radius: 14px;
    font-size: 13px;
  }

  .offer-search-form__clear {
    width: 30px;
    height: 30px;
  }
}

.utility-nav {
  background: rgba(13, 27, 42, 0.88);
  color: #ffffff;
  font-size: 13px;
}

.utility-nav__inner {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  padding: 8px 0;
}

.main-nav__item {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  background: rgba(11, 74, 111, 0.08);
}

.main-nav__mega {
  position: relative;
}

.main-nav__mega > summary {
  list-style: none;
  cursor: pointer;
}

.main-nav__mega > summary::-webkit-details-marker {
  display: none;
}

.main-nav__mega-sheet {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(860px, 92vw);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(13, 27, 42, 0.14);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 22px 45px rgba(13, 27, 42, 0.2);
  z-index: 40;
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px 18px;
}

.main-nav__mega[open] .main-nav__mega-sheet {
  display: grid;
}

.main-nav__mega-group h4 {
  margin: 0 0 8px;
  font-size: 14px;
}

.main-nav__mega-group a {
  display: block;
  padding: 4px 0;
  font-size: 14px;
}

.seo-breadcrumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 14px;
}

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

.seo-editorial__section {
  margin-bottom: 26px;
}

.seo-links {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}

.seo-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.hotels-landing {
  margin: 18px auto 26px;
  max-width: 1480px;
  border-radius: 24px;
  padding: 16px 20px 24px;
  background: transparent;
}

.hotels-landing .container {
  display: grid;
  gap: 16px;
  max-width: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.hotels-landing .section {
  padding: 26px 0;
}

.hotels-landing .section:nth-of-type(even) {
  background: transparent;
}

.hotels-hero {
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hotels-hero__copy h1 {
  margin: 0 0 12px;
}

.hotels-hero__copy p {
  margin: 0 0 16px;
}

.hotels-hero__meta {
  display: none;
}

.hotels-seo-content {
  display: grid;
  gap: 20px;
}

.hotels-seo-section {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.hotels-seo-subsection {
  padding-top: 4px;
}

.hotels-landing .section-head {
  align-items: flex-start;
  gap: 10px 12px;
  margin-bottom: 16px;
}

.hotels-landing .section-head h2 {
  margin: 0;
}

.hotels-landing .section-head .muted {
  width: 100%;
  margin: 0;
}

.hotels-precontent-carousel,
.hotels-subcategory-carousel {
  margin-top: 12px;
}

.hotels-subcategory-carousel__label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1f5b7f;
}

.hotels-precontent-carousel,
.hotels-subcategory-carousel__track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-flow: row;
  gap: 12px;
  overflow: visible;
  padding: 2px 0 10px;
  scroll-snap-type: none;
}

.hotels-precontent-carousel::-webkit-scrollbar,
.hotels-subcategory-carousel__track::-webkit-scrollbar {
  height: 8px;
}

.hotels-precontent-carousel::-webkit-scrollbar-thumb,
.hotels-subcategory-carousel__track::-webkit-scrollbar-thumb {
  background: rgba(48, 123, 162, 0.35);
  border-radius: 999px;
}

.hotels-precontent-carousel > *,
.hotels-subcategory-carousel__track > * {
  min-width: 0;
  scroll-snap-align: start;
}

.hotels-precontent-carousel .hotels-offer-card--subcategory,
.hotels-subcategory-carousel .hotels-offer-card--subcategory {
  border: 1px solid rgba(35, 109, 148, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 250, 255, 0.96));
  box-shadow: 0 8px 18px rgba(20, 74, 106, 0.08);
  overflow: hidden;
}

.hotels-precontent-carousel .hotels-offer-card--subcategory .card-media,
.hotels-subcategory-carousel .hotels-offer-card--subcategory .card-media {
  aspect-ratio: 16 / 10;
}

.hotels-precontent-carousel .hotels-offer-card--subcategory .card-body,
.hotels-subcategory-carousel .hotels-offer-card--subcategory .card-body {
  padding: 12px 12px 10px;
}

.hotels-precontent-carousel .hotels-offer-card--subcategory h4,
.hotels-subcategory-carousel .hotels-offer-card--subcategory h4 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
}

.hotels-precontent-carousel .hotels-offer-card--subcategory p,
.hotels-subcategory-carousel .hotels-offer-card--subcategory p {
  margin: 0 0 7px;
}

.hotels-subcategory-chip {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1d5f88;
  background: rgba(67, 150, 197, 0.14);
}

.hotels-card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

@media (min-width: 981px) {
  .hotels-landing .hotels-card-grid,
  .hotels-landing .hotels-card-grid--top,
  .hotels-precontent-carousel,
  .hotels-subcategory-carousel__track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hotels-card-grid--top {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.hotels-offer-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.hotels-offer-card:hover {
  transform: none;
}

.hotels-offer-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.hotels-offer-card .card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  max-height: 230px;
}

.hotels-offer-card .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hotels-images .section-head {
  margin-bottom: 6px;
}

.hotels-landing .hotels-images {
  padding-top: 10px;
}

.hotels-image-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
}

.hotels-image-card {
  position: relative;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  height: clamp(180px, 22vw, 280px);
}

.hotels-landing .seo-faq {
  padding: 18px 20px 22px;
  border-radius: 18px;
  background: transparent;
}

.hotels-landing .seo-faq > h2 {
  margin: 0 0 14px;
  color: #1b4767;
}

.hotels-landing .seo-faq .faq-grid {
  gap: 12px;
}

.hotels-landing .faq-card {
  position: relative;
  border: 1px solid rgba(37, 109, 152, 0.18);
  border-radius: 14px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.96), rgba(242, 249, 255, 0.95));
  box-shadow: 0 8px 20px rgba(29, 81, 114, 0.08);
  padding: 14px 14px 12px;
}

.hotels-landing .faq-card::before {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2f8bbd, #58be9f);
  margin-bottom: 10px;
}

.hotels-landing .faq-card h3 {
  margin: 0 0 8px;
  color: #163f5e;
}

.hotels-landing .faq-card p {
  margin: 0;
  color: #2d475b;
  line-height: 1.45;
}

.hotels-image-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.seo-offer__hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 18px;
  align-items: start;
}

.seo-offer__copy h1 {
  margin-top: 0;
}

.seo-offer__content,
.seo-offer__ecosystem,
.seo-offer__conditions {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .utility-nav__inner {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .seo-offer__hero {
    grid-template-columns: 1fr;
  }

  .hotels-hero {
    grid-template-columns: 1fr;
  }

  .hotels-hero__meta {
    display: none;
  }

  .hotels-landing {
    margin: 12px 14px 18px;
    border-radius: 16px;
    padding: 10px 0 16px;
  }

  .hotels-landing .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hotels-landing .seo-faq {
    padding: 14px 12px 16px;
    border-radius: 14px;
  }

  .hotels-precontent-carousel,
  .hotels-subcategory-carousel__track {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 1fr);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .hotels-image-card {
    height: 210px;
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 520px) {
  .hotels-image-card {
    height: 180px;
  }
}

/* Newsletter postcard style */
.postcard-newsletter {
  padding-top: 34px;
  background:
    radial-gradient(circle at 14% 15%, rgba(255, 179, 71, 0.18), transparent 40%),
    radial-gradient(circle at 85% 10%, rgba(110, 193, 228, 0.2), transparent 38%),
    linear-gradient(180deg, #f3f1e6 0%, #ebe6d7 100%);
}

.postcard-newsletter__wrap {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.postcard-categories {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 6px;
}

.postcard-categories span {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f9f9f4;
  border: 1px solid rgba(24, 36, 32, 0.16);
  font-weight: 700;
  color: #2d322f;
}

.postcard-sheet {
  position: relative;
  padding: 18px;
  border-radius: 22px;
  background: #f6efe1;
  color: #2a2218;
  border: 1px solid rgba(90, 70, 45, 0.18);
  box-shadow: 0 20px 30px rgba(48, 40, 29, 0.2);
  overflow: hidden;
}

.postcard-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12px 12px, rgba(255, 255, 255, 0.4) 2px, transparent 2px),
    radial-gradient(circle at calc(100% - 12px) 12px, rgba(255, 255, 255, 0.4) 2px, transparent 2px),
    radial-gradient(circle at 12px calc(100% - 12px), rgba(255, 255, 255, 0.4) 2px, transparent 2px),
    radial-gradient(circle at calc(100% - 12px) calc(100% - 12px), rgba(255, 255, 255, 0.4) 2px, transparent 2px);
}

.postcard-sheet__head {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: start;
  margin-bottom: 14px;
}

.postcard-brand strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 4px;
}

.postcard-brand small {
  font-size: 12px;
  opacity: 0.8;
}

.postcard-edition {
  margin: 0;
  text-align: right;
  font-size: 13px;
}

.postcard-edition strong {
  display: block;
  font-size: 16px;
}

.postcard-mascot {
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translate(-50%, -45%);
  margin: 0;
  width: 136px;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: #fdf8ef;
  border: 3px solid rgba(24, 24, 24, 0.88);
  box-shadow: 0 10px 20px rgba(55, 38, 18, 0.3);
  display: grid;
  place-items: center;
  text-align: center;
  z-index: 5;
}

.postcard-mascot::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 999px;
  border: 2px solid rgba(28, 28, 28, 0.65);
}

.postcard-mascot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px dashed rgba(28, 28, 28, 0.36);
  transform: rotate(-6deg);
}

.postcard-mascot__picture {
  position: relative;
  z-index: 2;
  width: 78%;
  height: 78%;
  display: grid;
  place-items: center;
}

.postcard-mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 999px;
  border: 0;
  box-shadow: none;
}

.postcard-mascot figcaption {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  z-index: 6;
  background: rgba(248, 240, 225, 0.95);
  border: 1px solid rgba(43, 31, 16, 0.28);
  border-radius: 999px;
  padding: 2px 8px;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.postcard-hero {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 3px solid rgba(173, 141, 101, 0.55);
  margin-top: 30px;
}

.postcard-hero img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 0;
}

.postcard-price {
  position: absolute;
  right: 12px;
  top: 92px;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(20, 20, 20, 0.25);
}

.postcard-price strong {
  font-size: 34px;
}

.postcard-postmark {
  position: absolute;
  right: 18px;
  top: 12px;
  width: 134px;
  height: 134px;
  border-radius: 999px;
  border: 3px solid rgba(29, 29, 29, 0.82);
  background: rgba(247, 241, 229, 0.9);
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: rgba(29, 29, 29, 0.95);
  transform: rotate(-9deg);
  box-shadow: 0 8px 16px rgba(15, 15, 15, 0.2);
}

.postcard-postmark::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 999px;
  border: 2px solid rgba(29, 29, 29, 0.8);
}

.postcard-postmark span,
.postcard-postmark strong,
.postcard-postmark em {
  position: relative;
  z-index: 2;
}

.postcard-postmark span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.postcard-postmark strong {
  font-size: 24px;
  line-height: 1;
}

.postcard-postmark em {
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.postcard-cta {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 10px 24px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.postcard-stamps {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.stamp-card {
  border: 2px dashed rgba(144, 108, 65, 0.55);
  border-radius: 10px;
  background: #f8f4ea;
  padding: 8px;
  text-align: center;
}

.stamp-card img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 8px;
}

.stamp-card h3 {
  margin: 0 0 4px;
  font-size: 22px;
  line-height: 1;
}

.stamp-card p {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

.postcard-note {
  margin: 12px 0 6px;
  font-size: 18px;
}

.postcard-community {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px dashed rgba(130, 95, 58, 0.4);
}

.postcard-community strong {
  font-size: 26px;
  line-height: 1.1;
}

.postcard-community__icons {
  display: flex;
  gap: 8px;
}

.postcard-community__icons span {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(18, 47, 71, 0.12);
  border: 1px solid rgba(18, 47, 71, 0.18);
  font-size: 12px;
  font-weight: 800;
}

.postcard-signup {
  background: #122f47;
  color: #fefefe;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 18px 30px rgba(15, 30, 48, 0.32);
}

.postcard-signup h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.1;
}

.postcard-signup h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 2.7vw, 34px);
  line-height: 1.1;
}

.postcard-signup p {
  margin: 0 0 14px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}

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

.postcard-form label {
  font-size: 13px;
  font-weight: 700;
}

.postcard-form input,
.postcard-form select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px;
  font: inherit;
}

.postcard-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.postcard-form button {
  width: 100%;
  margin-top: 8px;
}

.postcard-form small {
  opacity: 0.8;
  font-size: 12px;
}

@media (min-width: 1000px) {
  .postcard-newsletter__wrap {
    grid-template-columns: 1.45fr 1fr;
    align-items: start;
  }

  .postcard-categories {
    grid-column: 1 / -1;
  }

  .postcard-signup {
    position: sticky;
    top: 92px;
  }
}

.postcard-newsletter--home {
  padding-top: 8px;
  background: transparent;
}

.postcard-newsletter--home .postcard-signup {
  position: static;
}

@media (max-width: 480px) {
  .postcard-mascot {
    width: 112px;
    transform: translate(-50%, -40%);
  }

  .postcard-brand strong {
    font-size: 24px;
  }

  .postcard-hero img {
    height: 220px;
  }

  .postcard-price {
    font-size: 16px;
    padding: 8px 10px;
    top: 74px;
  }

  .postcard-price strong {
    font-size: 26px;
  }

  .postcard-postmark {
    width: 102px;
    height: 102px;
    right: 10px;
    top: 10px;
  }

  .postcard-postmark span {
    font-size: 9px;
  }

  .postcard-postmark strong {
    font-size: 18px;
  }

  .postcard-postmark em {
    font-size: 9px;
  }

  .postcard-stamps {
    grid-template-columns: 1fr;
  }

  .stamp-card img {
    height: 180px;
  }

  .postcard-community {
    flex-direction: column;
    align-items: flex-start;
  }

  .postcard-community strong {
    font-size: 22px;
  }
}

/* Global neutral background override (remove tinted glows site-wide) */
html,
body {
  background-color: #ffffff !important;
  background: #ffffff !important;
  background-image: none !important;
}

body::before,
body::after {
  content: none !important;
  display: none !important;
}

/* Global white background mode */
main,
main .section,
.category-bar,
.category-bar--floating,
.hero,
.postcard-newsletter,
.site-footer {
  background-color: #ffffff !important;
  background-image: none !important;
}

.site-header,
.header-inner,
main,
main > section,
main > div,
.section,
.hotels-landing,
.hotels-landing .container {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

.category-bar--floating {
  backdrop-filter: none !important;
}

.site-header,
.category-bar--floating {
  backdrop-filter: none !important;
  box-shadow: none !important;
}

.hero-content h1,
.hero-content .lead,
.hero .eyebrow {
  color: var(--ink) !important;
  text-shadow: none !important;
}

.hero-badges span {
  background: #f7f7f7 !important;
  color: var(--ink) !important;
  border-color: rgba(13, 27, 42, 0.14) !important;
}

.site-footer {
  color: var(--ink) !important;
  border-top: 1px solid rgba(13, 27, 42, 0.12);
}

.site-footer a,
.site-footer h4,
.site-footer h5,
.site-footer p,
.footer-bottom {
  color: rgba(13, 27, 42, 0.78) !important;
}

.footer-bottom {
  border-top: 1px solid rgba(13, 27, 42, 0.12) !important;
}

/* Global card style: square corners across the site */
.card,
[class*="card"] {
  border-radius: 0 !important;
}

.card img,
[class*="card"] img {
  border-radius: 0 !important;
}

/* Admin quick edit overlay (visible only for admins via template condition) */
.admin-edit-ui {
  position: fixed;
  right: 14px;
  bottom: 18px;
  z-index: 1400;
}

.admin-edit-fab {
  border: 1px solid rgba(13, 27, 42, 0.18);
  background: #ffffff;
  color: #0d1b2a;
  font: inherit;
  font-weight: 700;
  padding: 10px 14px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(13, 27, 42, 0.14);
}

.admin-edit-panel {
  display: none;
  width: min(88vw, 320px);
  max-height: min(70vh, 480px);
  overflow: auto;
  margin-top: 10px;
  border: 1px solid rgba(13, 27, 42, 0.16);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(13, 27, 42, 0.16);
}

.admin-edit-ui.is-open .admin-edit-panel {
  display: block;
}

.admin-edit-panel__head {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #ffffff;
  border-bottom: 1px solid rgba(13, 27, 42, 0.12);
  padding: 10px 12px;
}

.admin-edit-panel__close {
  border: 1px solid rgba(13, 27, 42, 0.2);
  background: #ffffff;
  color: #0d1b2a;
  width: 28px;
  height: 28px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.admin-edit-links {
  display: grid;
  gap: 6px;
  padding: 10px;
}

.admin-edit-link {
  border: 1px solid rgba(13, 27, 42, 0.14);
  background: #ffffff;
  color: #0d1b2a;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
}

.admin-edit-link:hover {
  background: #f3f6f9;
}

.admin-edit-link[type="button"] {
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.admin-edit-link-inline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border: 1px solid rgba(13, 27, 42, 0.16);
  background: #ffffff;
  color: #0d1b2a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.admin-edit-link-inline:hover {
  background: #f3f6f9;
}

.landing-inline-editor-bar {
  position: sticky;
  top: calc(var(--site-header-h, 0px) + 8px);
  z-index: 25;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(13, 27, 42, 0.16);
  background: #ffffff;
}

.landing-inline-editor-bar .muted.error {
  color: #b42318;
}

.offer-inline-editor-bar {
  position: sticky;
  top: calc(var(--site-header-h, 0px) + 8px);
  z-index: 25;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(13, 27, 42, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.08);
}

.offer-inline-editor-bar[hidden] {
  display: none;
}

.offer-inline-editor-bar strong {
  white-space: nowrap;
}

.offer-inline-editor-bar [data-offer-inline-status] {
  flex: 1 1 240px;
}

.offer-inline-editor-bar .muted.error {
  color: #b42318;
}

.offer-page--edit-mode [data-offer-inline-field],
.offer-page--edit-mode [data-offer-block-index] {
  cursor: text;
}

.offer-inline-edit-trigger {
  display: none;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #0d1b2a;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(13, 27, 42, 0.12);
}

.offer-inline-edit-trigger:hover {
  background: #ffffff;
}

.offer-inline-edit-trigger--section {
  position: static;
  justify-self: start;
  margin-bottom: 6px;
}

.offer-page--edit-mode .offer-inline-edit-trigger {
  display: inline-flex;
}

.hotels-landing--edit-mode [data-edit-key],
.hotels-landing--edit-mode [data-offer-id][data-offer-field] {
  cursor: text;
}

.landing-inline-editable {
  outline: 1px dashed rgba(31, 95, 134, 0.38);
  outline-offset: 2px;
  min-height: 1em;
}

.landing-inline-editable:focus {
  outline: 2px solid rgba(31, 95, 134, 0.7);
  background: #f7fbff;
}

.offer-quick-editor {
  position: fixed;
  inset: 0;
  z-index: 1450;
}

.offer-quick-editor__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(11, 18, 32, 0.42);
  cursor: pointer;
}

.offer-quick-editor__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(760px, 100vw);
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: -12px 0 30px rgba(13, 27, 42, 0.18);
  padding: 20px;
}

.offer-quick-editor__head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: -20px -20px 16px;
  padding: 18px 20px;
  background: #ffffff;
  border-bottom: 1px solid rgba(13, 27, 42, 0.12);
}

.offer-quick-editor__head p {
  margin: 4px 0 0;
  color: rgba(13, 27, 42, 0.66);
  font-size: 14px;
}

.offer-quick-editor__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.offer-quick-editor__summary div {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(247, 250, 252, 0.9);
}

.offer-quick-editor__summary span {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.offer-quick-editor__summary strong {
  color: rgba(9, 42, 52, 0.94);
}

.offer-quick-editor__close {
  border: 1px solid rgba(13, 27, 42, 0.18);
  background: #ffffff;
  color: #0d1b2a;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  line-height: 1;
}

.offer-quick-editor__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-bottom: 8px;
}

.offer-builder--inline-quick .offer-builder__toolbar .btn {
  padding: 9px 14px;
}

body.is-offer-quick-edit-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .admin-edit-ui {
    right: 12px;
    bottom: 72px;
  }

  .landing-inline-editor-bar {
    top: calc(var(--site-header-h, 0px) + 6px);
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .offer-inline-editor-bar {
    top: calc(var(--site-header-h, 0px) + 6px);
    align-items: flex-start;
  }

  .offer-quick-editor__panel {
    width: 100vw;
    padding: 16px;
  }

  .offer-quick-editor__head {
    margin: -16px -16px 14px;
    padding: 16px;
  }

  .offer-quick-editor__summary {
    grid-template-columns: 1fr;
  }

  .offer-quick-editor__actions {
    flex-direction: column;
  }

  .offer-inline-edit-trigger {
    top: 10px;
    left: 10px;
    padding: 7px 10px;
    font-size: 12px;
  }
}

/* Quiz refresh */
.trivia-experience--arcade {
  background:
    radial-gradient(circle at top, rgba(87, 132, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #eef3ff 0%, #f7f9fe 48%, #eef4ff 100%);
}

.quiz-app-shell {
  position: relative;
  padding: 28px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(122, 163, 255, 0.24), transparent 24%),
    radial-gradient(circle at 80% 12%, rgba(123, 240, 204, 0.16), transparent 22%),
    linear-gradient(160deg, #18233f 0%, #202f57 52%, #192643 100%);
  color: #f4f7ff;
  box-shadow: 0 26px 70px rgba(19, 33, 65, 0.22);
}

.quiz-app-hero,
.quiz-app-layout,
.quiz-game-card,
.quiz-side-card,
.quiz-empty-state {
  position: relative;
  z-index: 1;
}

.quiz-app-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
  gap: 22px;
  margin-bottom: 22px;
}

.quiz-app-hero__copy,
.quiz-app-hero__stats,
.quiz-game-card,
.quiz-side-card,
.quiz-empty-state {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 19, 38, 0.46);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 42px rgba(10, 18, 35, 0.16);
}

.quiz-app-hero__copy,
.quiz-empty-state {
  padding: 26px;
  border-radius: 28px;
}

.quiz-app-hero__eyebrow,
.quiz-game-card__topbar,
.quiz-game-card__labels,
.quiz-play-form__footer,
.quiz-result-panel__head,
.quiz-side-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.quiz-app-hero__copy h1,
.quiz-game-card__question h2,
.quiz-result-panel h3,
.quiz-side-card h3,
.quiz-empty-state h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #f8fbff;
}

.quiz-app-hero__copy h1 {
  font-size: clamp(34px, 4vw, 54px);
}

.quiz-game-card__question h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.quiz-result-panel h3,
.quiz-side-card h3,
.quiz-empty-state h2 {
  font-size: clamp(24px, 2.2vw, 32px);
}

.quiz-app-hero__copy p,
.quiz-game-card__question p,
.quiz-result-panel p,
.quiz-side-card__champion p,
.quiz-empty-state p,
.quiz-side-card__empty,
.quiz-play-form__footer p {
  color: rgba(233, 239, 255, 0.82);
  line-height: 1.65;
}

.quiz-app-hero__copy p {
  margin: 16px 0 0;
  max-width: 760px;
  font-size: 17px;
}

.quiz-app-pill,
.quiz-app-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quiz-app-pill--brand {
  background: rgba(106, 156, 255, 0.2);
  color: #d7e4ff;
}

.quiz-app-pill--state.is-live {
  background: rgba(75, 222, 155, 0.18);
  color: #baf5de;
}

.quiz-app-pill--state.is-locked,
.quiz-app-pill--score.is-neutral,
.quiz-app-pill--soft {
  background: rgba(255, 255, 255, 0.1);
  color: #ebf1ff;
}

.quiz-app-pill--state.is-revealed,
.quiz-app-pill--score.is-success {
  background: rgba(255, 191, 92, 0.2);
  color: #ffe3af;
}

.quiz-app-pill--state.is-idle {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(241, 245, 255, 0.82);
}

.quiz-app-hero__stats {
  padding: 18px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quiz-app-stat {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.quiz-app-stat span,
.quiz-game-card__meta span,
.quiz-game-card__metric span,
.quiz-timer-panel__label,
.quiz-result-panel__stats span,
.quiz-side-card__champion span,
.quiz-side-card__metric span,
.quiz-mini-ranking__row span {
  color: rgba(224, 232, 255, 0.72);
}

.quiz-app-stat strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

.quiz-app-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(310px, 0.76fr);
  gap: 22px;
  align-items: start;
}

.quiz-app-main,
.quiz-app-sidebar {
  display: grid;
  gap: 22px;
}

.quiz-game-card {
  border-radius: 28px;
  overflow: hidden;
}

.quiz-game-card__topbar {
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.quiz-app-chip {
  background: rgba(255, 255, 255, 0.08);
  color: #f0f4ff;
}

.quiz-game-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.quiz-game-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.quiz-game-card__content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.quiz-game-card__body {
  padding: 26px;
  display: grid;
  gap: 20px;
}

.quiz-game-card__caption {
  margin: 0 0 10px;
  color: #9ec2ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-game-card__metrics,
.quiz-result-panel__stats,
.quiz-side-card__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.quiz-game-card__metric,
.quiz-result-panel__stats div,
.quiz-side-card__metric {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.quiz-game-card__metric strong,
.quiz-result-panel__stats strong,
.quiz-side-card__metric strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  color: #ffffff;
}

.quiz-timer-panel,
.quiz-result-panel {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(123, 162, 255, 0.08);
  border: 1px solid rgba(123, 162, 255, 0.16);
}

.quiz-timer-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.quiz-timer-panel strong {
  display: block;
  margin-top: 6px;
  font-size: 30px;
}

.quiz-timer-panel__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4bde9b;
  box-shadow: 0 0 0 8px rgba(75, 222, 155, 0.18);
  animation: pulseOrbit 2s ease-in-out infinite;
}

.quiz-result-panel__stats {
  margin-top: 18px;
}

.quiz-play-form {
  gap: 18px;
}

.quiz-play-form__options {
  display: grid;
  gap: 14px;
}

.quiz-answer-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.quiz-answer-card:hover,
.quiz-answer-card.is-selected {
  transform: translateY(-1px);
  background: rgba(111, 162, 255, 0.14);
  border-color: rgba(124, 176, 255, 0.48);
  box-shadow: 0 14px 24px rgba(12, 24, 47, 0.18);
}

.quiz-answer-card__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.quiz-answer-card__key {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-weight: 800;
  color: #dce8ff;
}

.quiz-answer-card__text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  color: #f8fbff;
}

.quiz-play-form__footer {
  justify-content: space-between;
}

.quiz-play-form__footer p {
  margin: 0;
  max-width: 460px;
  font-size: 14px;
}

.quiz-game-card__media {
  padding: 22px 22px 22px 0;
}

.quiz-media-frame {
  position: relative;
  height: 100%;
  min-height: 360px;
  max-height: 440px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(116, 154, 255, 0.18), rgba(77, 223, 174, 0.1));
}

.quiz-media-frame__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.quiz-media-frame__overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.quiz-media-frame__overlay span,
.quiz-media-frame__overlay strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(12, 21, 42, 0.72);
  backdrop-filter: blur(10px);
}

.quiz-media-frame__overlay span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #dfe8ff;
}

.quiz-media-frame__overlay strong {
  color: #ffffff;
  font-size: 15px;
}

.quiz-media-frame--placeholder {
  display: grid;
  place-items: center;
}

.quiz-media-frame__placeholder {
  position: absolute;
  inset: 22px;
  border-radius: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  overflow: hidden;
}

.quiz-media-frame__placeholder span {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.quiz-media-frame__placeholder span:nth-child(1) {
  top: 16%;
  left: 10%;
  width: 38%;
  height: 38%;
}

.quiz-media-frame__placeholder span:nth-child(2) {
  right: 12%;
  bottom: 20%;
  width: 28%;
  height: 28%;
}

.quiz-media-frame__placeholder span:nth-child(3) {
  left: 38%;
  bottom: 8%;
  width: 16%;
  height: 16%;
}

.quiz-side-card {
  padding: 22px;
  border-radius: 28px;
}

.quiz-side-card__head {
  justify-content: space-between;
}

.quiz-side-card__champion {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  margin-top: 16px;
  border-radius: 20px;
  background: rgba(255, 194, 84, 0.12);
  border: 1px solid rgba(255, 205, 120, 0.22);
}

.quiz-side-card__crown {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #ffd78e;
}

.quiz-side-card__crown svg {
  width: 30px;
  height: 30px;
}

.quiz-side-card__champion strong {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  color: #ffffff;
}

.quiz-side-card__champion p {
  margin: 6px 0 0;
}

.quiz-mini-ranking {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.quiz-mini-ranking__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.quiz-mini-ranking__row.is-current {
  border-color: rgba(124, 176, 255, 0.42);
  background: rgba(124, 176, 255, 0.12);
}

.quiz-mini-ranking__place {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 800;
  color: #e4ecff;
}

.quiz-mini-ranking__row strong {
  font-size: 16px;
  color: #ffffff;
}

.quiz-side-card__grid {
  margin-top: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quiz-empty-state {
  padding: 28px;
  border-radius: 28px;
  display: grid;
  gap: 16px;
}

.quiz-empty-state p {
  margin: 0;
  max-width: 620px;
}

.trivia-experience--arcade .quiz-app-hero__copy {
  background:
    radial-gradient(circle at top left, rgba(104, 146, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(17, 29, 56, 0.94), rgba(14, 24, 46, 0.96));
}

.trivia-experience--arcade .quiz-app-hero__copy h1 {
  color: #f7fbff;
  text-shadow: 0 8px 24px rgba(6, 12, 26, 0.28);
}

.trivia-experience--arcade .quiz-app-hero__copy p {
  color: rgba(233, 241, 255, 0.92);
}

.trivia-experience--arcade .quiz-app-hero__stats,
.trivia-experience--arcade .quiz-game-card,
.trivia-experience--arcade .quiz-side-card,
.trivia-experience--arcade .quiz-empty-state {
  background:
    linear-gradient(180deg, rgba(13, 22, 43, 0.94), rgba(11, 20, 38, 0.96));
  border-color: rgba(154, 182, 255, 0.16);
}

.trivia-experience--arcade .quiz-app-stat,
.trivia-experience--arcade .quiz-game-card__metric,
.trivia-experience--arcade .quiz-result-panel__stats div,
.trivia-experience--arcade .quiz-side-card__metric,
.trivia-experience--arcade .quiz-mini-ranking__row,
.trivia-experience--arcade .quiz-answer-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(160, 187, 255, 0.14);
}

.trivia-experience--arcade .quiz-app-stat span,
.trivia-experience--arcade .quiz-game-card__meta span,
.trivia-experience--arcade .quiz-game-card__metric span,
.trivia-experience--arcade .quiz-timer-panel__label,
.trivia-experience--arcade .quiz-result-panel__stats span,
.trivia-experience--arcade .quiz-side-card__champion span,
.trivia-experience--arcade .quiz-side-card__metric span,
.trivia-experience--arcade .quiz-mini-ranking__row span {
  color: rgba(220, 230, 255, 0.84);
}

.trivia-experience--arcade .quiz-app-pill--brand {
  background: #38528f;
  color: #eef4ff;
}

.trivia-experience--arcade .quiz-app-pill--state.is-live {
  background: #274d43;
  color: #d9fff1;
}

.trivia-experience--arcade .quiz-app-pill--state.is-locked,
.trivia-experience--arcade .quiz-app-pill--soft,
.trivia-experience--arcade .quiz-app-pill--score.is-neutral {
  background: #33456f;
  color: #eef4ff;
}

.trivia-experience--arcade .quiz-app-pill--state.is-revealed,
.trivia-experience--arcade .quiz-app-pill--score.is-success {
  background: #70542e;
  color: #ffecbf;
}

.trivia-experience--arcade .quiz-app-chip,
.trivia-experience--arcade .quiz-game-card__meta span {
  background: rgba(255, 255, 255, 0.1);
  color: #f1f5ff;
}

.trivia-experience--arcade .quiz-answer-card:hover,
.trivia-experience--arcade .quiz-answer-card.is-selected {
  background: rgba(100, 145, 255, 0.22);
  border-color: rgba(136, 175, 255, 0.62);
}

.trivia-experience--arcade .quiz-answer-card__key,
.trivia-experience--arcade .quiz-mini-ranking__place {
  background: rgba(255, 255, 255, 0.14);
  color: #f7fbff;
}

.trivia-experience--arcade .quiz-result-panel,
.trivia-experience--arcade .quiz-timer-panel {
  background: rgba(83, 128, 240, 0.12);
  border-color: rgba(126, 167, 255, 0.24);
}

.trivia-experience--arcade .quiz-game-card__question p,
.trivia-experience--arcade .quiz-result-panel p,
.trivia-experience--arcade .quiz-side-card__champion p,
.trivia-experience--arcade .quiz-empty-state p,
.trivia-experience--arcade .quiz-side-card__empty,
.trivia-experience--arcade .quiz-play-form__footer p {
  color: rgba(232, 240, 255, 0.88);
}

@media (max-width: 1180px) {
  .quiz-app-hero,
  .quiz-app-layout,
  .quiz-game-card__content {
    grid-template-columns: 1fr;
  }

  .quiz-game-card__media {
    padding: 0 26px 26px;
  }
}

@media (max-width: 760px) {
  .quiz-app-shell {
    padding: 18px;
    border-radius: 26px;
  }

  .quiz-app-hero__copy,
  .quiz-app-hero__stats,
  .quiz-game-card__body,
  .quiz-side-card,
  .quiz-empty-state {
    padding: 20px;
  }

  .quiz-app-hero__stats,
  .quiz-game-card__metrics,
  .quiz-result-panel__stats,
  .quiz-side-card__grid {
    grid-template-columns: 1fr 1fr;
  }

  .quiz-play-form__footer {
    display: grid;
    gap: 12px;
  }

  .quiz-mini-ranking__row {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .quiz-timer-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .quiz-answer-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .quiz-media-frame {
    min-height: 240px;
    max-height: 300px;
  }
}

.raffle-page {
  position: relative;
  overflow: hidden;
  padding-bottom: 28px;
}

.raffle-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 191, 120, 0.16), transparent 22%),
    radial-gradient(circle at left 14%, rgba(72, 146, 214, 0.12), transparent 26%);
  pointer-events: none;
}

.raffle-admin-note {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 247, 230, 0.95);
  border: 1px solid rgba(181, 138, 67, 0.18);
}

.raffle-shell {
  max-width: 920px;
}

.raffle-hero {
  padding-top: 16px;
  padding-bottom: 6px;
}

.raffle-top-card {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.raffle-media-stage {
  background: #eef2f6;
}

.raffle-top-copy {
  padding-top: 12px;
  padding-bottom: 0;
}

.raffle-top-copy h1 {
  margin-bottom: 8px;
}

.raffle-hero-description {
  display: grid;
  gap: 10px;
  max-width: 470px;
}

.raffle-hero-description__hotel,
.raffle-hero-description p {
  margin: 0;
}

.raffle-hero-description__lead {
  margin: 0;
}

.raffle-hero-description__hotel {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(13, 27, 42, 0.52);
}

.raffle-hero-description p {
  font-size: 18px;
  line-height: 1.62;
  color: rgba(13, 27, 42, 0.76);
}

.raffle-hero-description__body {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.raffle-main {
  padding-top: 0;
  padding-bottom: 18px;
}

.raffle-content {
  position: relative;
  z-index: 1;
  padding: 0 18px 0;
  color: rgba(13, 27, 42, 0.84);
}

.raffle-section-title {
  margin: 0 0 20px;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 1;
  color: #0d1b2a;
}

.raffle-copy-block,
.raffle-copy-section {
  margin-bottom: 26px;
}

.raffle-copy-block p,
.raffle-copy-section p,
.raffle-copy-list li,
.raffle-status-note p,
.raffle-form-note,
.raffle-disclaimer {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.72;
}

.raffle-copy-section h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.2;
  color: #0d1b2a;
}

.raffle-form-stack {
  display: grid;
  gap: 12px;
  max-width: 520px;
}

.raffle-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.raffle-social-footer {
  margin-top: 34px;
  padding: 28px 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(110, 193, 228, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(247, 250, 253, 0.98), rgba(255, 250, 245, 0.98));
  border: 1px solid rgba(13, 27, 42, 0.08);
  box-shadow: 0 20px 40px rgba(13, 27, 42, 0.06);
}

.raffle-social-footer__copy {
  margin-bottom: 18px;
}

.raffle-social-footer__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(13, 27, 42, 0.48);
}

.raffle-social-footer h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.14;
  color: #0d1b2a;
}

.raffle-social-links--elegant {
  gap: 14px;
}

.raffle-social-card {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  padding: 16px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 27, 42, 0.08);
  box-shadow: 0 12px 24px rgba(13, 27, 42, 0.05);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.raffle-social-card:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 74, 111, 0.22);
  box-shadow: 0 16px 28px rgba(13, 27, 42, 0.09);
}

.raffle-social-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(11, 74, 111, 0.1), rgba(110, 193, 228, 0.18));
  color: #0f4d79;
  flex-shrink: 0;
}

.raffle-social-card__label {
  font-size: 20px;
  font-weight: 700;
  color: #173047;
}

.raffle-form-stack input {
  width: 100%;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(13, 27, 42, 0.12);
  background: #f7fafc;
  font: inherit;
  color: #0d1b2a;
}

.raffle-form-stack input[disabled] {
  color: rgba(13, 27, 42, 0.5);
}

.raffle-check-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(13, 27, 42, 0.78);
}

.raffle-check-row input {
  margin-top: 3px;
}

.raffle-legal-link {
  display: inline-block;
  margin-top: 10px;
}

.raffle-auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.raffle-status-note {
  max-width: 620px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(11, 74, 111, 0.06);
  border: 1px solid rgba(13, 27, 42, 0.08);
}

.raffle-status-note--success {
  background: rgba(74, 159, 96, 0.08);
  border-color: rgba(74, 159, 96, 0.18);
}

.raffle-status-note strong {
  display: block;
  margin-bottom: 6px;
  color: #0d1b2a;
}

.raffle-form-section--centered {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.raffle-form-section--centered .raffle-form-stack {
  margin: 0 auto;
}

.raffle-form-section--centered .raffle-check-row {
  text-align: left;
}

.raffle-form-section--centered .raffle-legal-link {
  margin-top: 14px;
}

@media (min-width: 1100px) {
  .raffle-shell {
    max-width: 1240px;
  }

  .raffle-hero {
    padding-top: 28px;
    padding-bottom: 14px;
  }

  .raffle-top-card {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(620px, 1.1fr);
    gap: 36px;
    align-items: start;
  }

  .raffle-top-copy {
    order: 1;
    max-width: 520px;
    padding: 0 0 0 28px;
    align-self: start;
    margin-top: 10px;
  }

  .raffle-top-copy h1 {
    margin-bottom: 10px;
    font-size: clamp(3.25rem, 4.1vw, 4.75rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
  }

  .raffle-hero-description {
    max-width: 500px;
  }

  .raffle-hero-description p {
    font-size: 17px;
    line-height: 1.58;
  }

  .raffle-top-copy .offer-top-meta {
    margin-bottom: 10px;
  }

  .raffle-media-stage {
    order: 2;
    height: 560px;
    min-height: 560px;
    max-height: 560px;
    overflow: hidden;
    box-shadow: 0 22px 48px rgba(13, 27, 42, 0.1);
  }

  .raffle-media-stage .offer-media-track,
  .raffle-media-stage .offer-media-slide,
  .raffle-media-stage .offer-media-slide.is-active {
    height: 100%;
  }

  .raffle-media-stage .offer-media-slide img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    max-height: none;
    object-fit: cover;
  }

  .raffle-main .raffle-shell {
    max-width: 1040px;
  }

  .raffle-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 0;
  }

  .raffle-copy-section {
    max-width: 860px;
  }

  .raffle-form-section {
    margin-top: 0;
  }

  .raffle-form-section--centered {
    max-width: 760px;
    margin-top: 10px;
    margin-bottom: 42px;
  }

  .raffle-social-footer {
    margin-top: 44px;
  }
}

@media (max-width: 760px) {
  .raffle-hero {
    padding-top: 10px;
    padding-bottom: 2px;
  }

  .raffle-top-copy {
    padding-top: 10px;
  }

  .raffle-content {
    padding-left: 0;
    padding-right: 0;
  }

  .raffle-section-title {
    font-size: 30px;
  }

  .raffle-copy-section h3 {
    font-size: 22px;
  }

  .raffle-copy-block p,
  .raffle-copy-section p,
  .raffle-copy-list li,
  .raffle-form-note,
  .raffle-disclaimer {
    font-size: 16px;
  }

  .raffle-auth-actions {
    flex-direction: column;
  }

  .raffle-social-footer {
    padding: 22px;
  }

  .raffle-social-footer h3 {
    font-size: 24px;
  }

  .raffle-social-card {
    width: 100%;
    min-width: 0;
  }
}

body.raffle-surface {
  background: linear-gradient(180deg, #edf4fb 0%, #fffaf5 48%, #fffdf9 100%);
}

body.raffle-surface .site-header {
  display: none;
}

body.raffle-surface .bottom-nav,
body.raffle-surface .site-footer {
  display: none;
}

body.raffle-surface main {
  display: block;
}

.raffle-page--editorial::before {
  display: none;
}

.raffle-page--editorial {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}

.raffle-page--editorial::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 0;
  height: 360px;
  background:
    radial-gradient(circle at left bottom, rgba(215, 165, 78, 0.18), transparent 38%),
    radial-gradient(circle at right bottom, rgba(215, 165, 78, 0.16), transparent 34%);
  pointer-events: none;
}

.raffle-showcase {
  position: relative;
  padding: 28px 0 48px;
  background:
    linear-gradient(180deg, rgba(240, 247, 255, 0.96), rgba(255, 249, 242, 0.9)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.55) 42%, rgba(255, 255, 255, 0.1) 100%),
    var(--raffle-hero-image) center/cover no-repeat;
  overflow: hidden;
}

.raffle-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(238, 246, 255, 0.72), rgba(255, 249, 243, 0.38) 42%, rgba(255, 249, 243, 0.84) 100%),
    linear-gradient(90deg, rgba(245, 250, 255, 0.96) 0%, rgba(255, 252, 247, 0.78) 38%, rgba(255, 252, 247, 0.16) 64%, rgba(255, 252, 247, 0.06) 100%);
}

.raffle-showcase__shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.raffle-admin-note--floating {
  width: fit-content;
  max-width: calc(100% - 24px);
  margin-bottom: 18px;
}

.raffle-masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 54px;
}

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

.raffle-brand img {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  object-fit: cover;
}

.raffle-brand span {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #1b1713;
}

.raffle-bases-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 18px;
  border: 1.5px solid rgba(23, 20, 17, 0.5);
  background: rgba(244, 248, 253, 0.72);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.raffle-showcase__content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.raffle-badge-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto 26px;
}

.raffle-badge-rays {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 2px);
  width: 92px;
  height: 48px;
  transform: translateX(-50%);
}

.raffle-badge-rays span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 20px;
  border-radius: 999px;
  background: rgba(215, 165, 78, 0.9);
  transform-origin: 50% 100%;
}

.raffle-badge-rays span:nth-child(1) {
  transform: translateX(-50%) rotate(-42deg);
}

.raffle-badge-rays span:nth-child(2) {
  transform: translateX(-50%) rotate(-20deg);
}

.raffle-badge-rays span:nth-child(3) {
  transform: translateX(-50%) rotate(0deg);
}

.raffle-badge-rays span:nth-child(4) {
  transform: translateX(-50%) rotate(20deg);
}

.raffle-badge-rays span:nth-child(5) {
  transform: translateX(-50%) rotate(42deg);
}

.raffle-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  padding: 0 36px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f4c96b 0%, #c98e26 100%);
  color: #fffdf7;
  font-family: "Playfair Display", serif;
  font-size: 46px;
  letter-spacing: 0.06em;
  box-shadow:
    0 0 0 6px rgba(255, 235, 182, 0.4),
    0 14px 28px rgba(212, 161, 58, 0.32);
}

.raffle-showcase__content h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(66px, 8vw, 106px);
  line-height: 0.93;
  letter-spacing: -0.04em;
  color: #1b1713;
}

.raffle-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 24px 0 18px;
  color: #c99535;
}

.raffle-divider span {
  width: 78px;
  height: 2px;
  border-radius: 999px;
  background: rgba(201, 149, 53, 0.7);
}

.raffle-showcase__eyebrow {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: #211c17;
}

.raffle-showcase__lead {
  max-width: 680px;
  margin: 14px auto 34px;
  font-size: 18px;
  line-height: 1.62;
  color: rgba(27, 23, 19, 0.78);
}

.raffle-feature-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
  padding: 22px 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 44px rgba(46, 37, 26, 0.12);
}

.raffle-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  padding: 8px 10px;
}

.raffle-feature__icon {
  color: #d09a38;
}

.raffle-feature strong,
.raffle-feature p {
  display: block;
}

.raffle-feature strong {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #1f1a16;
}

.raffle-feature p {
  margin: 4px 0 0;
  color: rgba(31, 26, 22, 0.72);
  font-style: italic;
}

.raffle-content-shell {
  max-width: 1180px;
}

.raffle-steps {
  padding: 64px 0 28px;
}

.raffle-section-heading {
  text-align: center;
  margin-bottom: 38px;
}

.raffle-section-heading span {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #c99535;
}

.raffle-section-heading h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 0.98;
  color: #1b1713;
}

.raffle-heading-divider {
  width: 56px;
  height: 2px;
  margin: 18px auto 0;
  background: rgba(201, 149, 53, 0.76);
}

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

.raffle-step-card {
  position: relative;
  padding: 68px 28px 34px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 36px rgba(37, 28, 20, 0.07);
  text-align: center;
}

.raffle-step-card__count {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d3a047;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
}

.raffle-step-card__icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fffdf9, #f7f1e8);
  box-shadow: inset 0 0 0 1px rgba(209, 170, 120, 0.2);
  color: #1b1713;
}

.raffle-step-card__icon--instagram {
  color: #db5c54;
}

.raffle-step-card__icon--whatsapp {
  color: #24b84e;
}

.raffle-step-card h3 {
  margin: 0 0 12px;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1.08;
  color: #1b1713;
}

.raffle-step-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.58;
  color: rgba(27, 23, 19, 0.76);
}

.raffle-entry {
  padding: 28px 0 80px;
}

.raffle-entry-panel {
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(0, 1.06fr);
  gap: 34px;
  padding: 28px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 48px rgba(46, 37, 26, 0.1);
}

.raffle-entry-panel__visual img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  border-radius: 24px;
}

.raffle-entry-panel__form {
  padding: 18px 12px 18px 0;
}

.raffle-entry-panel__form h2 {
  margin: 0 0 24px;
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 0.98;
  color: #1b1713;
}

.raffle-entry-form {
  display: grid;
  gap: 14px;
}

.raffle-entry-form label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(31, 26, 22, 0.62);
}

.raffle-entry-form input[type="email"] {
  width: 100%;
  min-height: 64px;
  padding: 0 22px;
  border-radius: 18px;
  border: 1.5px solid rgba(27, 23, 19, 0.18);
  background: #ffffff;
  font: inherit;
  font-size: 18px;
}

.raffle-check-row--hero {
  margin-top: 2px;
  padding-left: 2px;
  font-size: 15px;
}

.raffle-check-row--hero a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.raffle-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #1d1c1a, #121212);
  color: #ffcf69;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.06em;
  cursor: pointer;
  box-shadow: 0 20px 32px rgba(16, 16, 16, 0.18);
}

.raffle-login-link {
  display: inline-block;
  margin-top: 12px;
  color: rgba(27, 23, 19, 0.7);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.raffle-status-note {
  max-width: 100%;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(250, 245, 235, 0.9);
  border: 1px solid rgba(207, 165, 83, 0.18);
}

.raffle-status-note--success {
  background: rgba(236, 251, 241, 0.88);
  border-color: rgba(91, 166, 112, 0.2);
}

.raffle-closing {
  position: relative;
  text-align: center;
  margin-top: 28px;
  padding: 18px 0 0;
}

.raffle-closing::before,
.raffle-closing::after {
  content: "";
  position: absolute;
  bottom: -34px;
  width: 240px;
  height: 140px;
  border-bottom: 2px solid rgba(211, 164, 77, 0.18);
  border-radius: 0 0 240px 240px;
}

.raffle-closing::before {
  left: -10px;
}

.raffle-closing::after {
  right: -10px;
}

.raffle-closing__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #d09a38;
  box-shadow: 0 10px 22px rgba(46, 37, 26, 0.08);
}

.raffle-closing h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.02;
  color: #1b1713;
}

.raffle-closing p {
  margin: 12px 0 0;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: rgba(27, 23, 19, 0.52);
}

@media (max-width: 1080px) {
  .raffle-showcase {
    padding-top: 20px;
    background-position: center;
  }

  .raffle-masthead {
    margin-bottom: 38px;
  }

  .raffle-feature-bar,
  .raffle-step-grid,
  .raffle-entry-panel {
    grid-template-columns: 1fr;
  }

  .raffle-entry-panel__form {
    padding: 0;
  }

  .raffle-closing::before,
  .raffle-closing::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .raffle-showcase {
    padding: 18px 0 34px;
  }

  .raffle-showcase__shell,
  .raffle-content-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .raffle-masthead {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 34px;
  }

  .raffle-brand img {
    width: 60px;
    height: 60px;
  }

  .raffle-brand span {
    font-size: 24px;
  }

  .raffle-bases-link {
    width: 100%;
  }

  .raffle-badge {
    min-height: 60px;
    padding: 0 24px;
    font-size: 34px;
  }

  .raffle-showcase__content h1 {
    font-size: 58px;
  }

  .raffle-divider {
    margin: 18px 0 14px;
  }

  .raffle-divider span {
    width: 44px;
  }

  .raffle-showcase__eyebrow {
    font-size: 24px;
  }

  .raffle-showcase__lead,
  .raffle-step-card p {
    font-size: 16px;
  }

  .raffle-feature-bar,
  .raffle-entry-panel {
    padding: 18px;
    border-radius: 24px;
  }

  .raffle-feature {
    padding: 6px 0;
  }

  .raffle-steps {
    padding-top: 46px;
  }

  .raffle-step-card {
    padding: 60px 20px 26px;
  }

  .raffle-step-card h3 {
    font-size: 24px;
  }

  .raffle-entry-panel__visual img {
    min-height: 240px;
  }

  .raffle-entry-panel__form h2 {
    font-size: 42px;
  }

  .raffle-entry-form input[type="email"] {
    min-height: 58px;
    font-size: 16px;
  }

  .raffle-submit-btn {
    min-height: 62px;
    font-size: 18px;
  }

  .raffle-closing {
    margin-top: 22px;
  }

  .raffle-closing p {
    font-size: 14px;
    letter-spacing: 0.12em;
  }
}
