.love-message-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 0 16rem, rgba(229, 107, 95, 0.22), transparent 23rem),
    radial-gradient(circle at 100% 18rem, rgba(43, 184, 170, 0.2), transparent 24rem),
    linear-gradient(180deg, #fffaf2 0%, #fff6e9 55%, #f8eee1 100%);
}

.love-message-page .message-nav-link {
  color: #fff;
  border: 1px solid rgba(245, 213, 141, 0.44);
  background: linear-gradient(135deg, rgba(229, 107, 95, 0.92), rgba(229, 107, 95, 0.76));
}

.message-hero {
  position: relative;
  isolation: isolate;
  min-height: 0;
  overflow: visible;
  padding: 96px 20px 22px;
}

.message-hero::before,
.message-hero::after {
  display: none;
  position: absolute;
  z-index: -2;
  content: "";
  pointer-events: none;
}

.message-visual {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1280px, 100%);
  min-height: 480px;
  margin: 0 auto;
  overflow: hidden;
  align-items: center;
  border: 1px solid rgba(245, 213, 141, 0.28);
  border-radius: 28px;
  background-color: #090c1d;
  background-image: url("../images/mensaje-amor-zodiacal/hero-romantico-zodiacal.webp");
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 80px rgba(17, 19, 31, 0.32);
}

.message-visual::before,
.message-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.message-visual::before {
  z-index: 0;
  background: linear-gradient(90deg, transparent 32%, rgba(8, 11, 28, 0.18) 52%, rgba(8, 11, 28, 0.9) 100%);
}

.message-visual::after {
  z-index: 0;
  box-shadow: inset 0 -80px 90px -60px rgba(8, 11, 28, 0.94);
}

.message-hero::before {
  top: 74px;
  left: -100px;
  width: 460px;
  height: 520px;
  opacity: 0.52;
  background:
    radial-gradient(circle at 42% 29%, rgba(255, 255, 255, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 18%, rgba(215, 170, 84, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 34% 65%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 63% 74%, rgba(215, 170, 84, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 44% 50%, rgba(229, 107, 95, 0.28), transparent 54%);
}

.message-hero::after {
  top: 72px;
  right: -120px;
  width: 500px;
  height: 500px;
  opacity: 0.58;
  border: 1px solid rgba(215, 170, 84, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 54%, rgba(215, 170, 84, 0.78) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 50%, rgba(43, 184, 170, 0.26), transparent 56%);
}

.message-decoration {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.message-decoration-moon {
  top: 150px;
  left: max(3vw, 24px);
  width: 84px;
  height: 84px;
  border: 1px solid rgba(215, 170, 84, 0.42);
  border-radius: 50%;
  box-shadow: inset 22px -5px 0 -10px rgba(215, 170, 84, 0.36);
  transform: rotate(-28deg);
}

.message-decoration-sun {
  top: 138px;
  right: max(5vw, 34px);
  width: 90px;
  height: 90px;
  border: 1px solid rgba(215, 170, 84, 0.36);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 213, 141, 0.25) 0 32%, transparent 34%);
  box-shadow:
    0 -19px 0 -18px var(--gold),
    0 19px 0 -18px var(--gold),
    19px 0 0 -18px var(--gold),
    -19px 0 0 -18px var(--gold);
}

.message-hero-copy {
  position: relative;
  z-index: 1;
  width: min(610px, 52%);
  margin: 0 0 0 auto;
  padding: 54px clamp(34px, 5vw, 70px) 108px 34px;
  color: #fffaf2;
  text-align: left;
}

.message-hero-copy .section-kicker {
  margin-bottom: 6px;
  color: var(--gold-light);
  letter-spacing: 0.32em;
}

.message-hero-copy h1 {
  max-width: none;
  margin-bottom: 12px;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-weight: 700;
  line-height: 0.98;
}

.message-hero-copy > p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 250, 242, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.message-generator {
  position: relative;
  z-index: 2;
  width: min(960px, 100%);
  margin: -70px auto 0;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(215, 170, 84, 0.56);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(255, 243, 223, 0.9));
  box-shadow:
    0 28px 70px rgba(17, 19, 31, 0.18),
    inset 0 0 0 5px rgba(255, 255, 255, 0.62);
}

.message-generator::before,
.message-generator::after {
  position: absolute;
  top: -6px;
  color: var(--gold);
  content: "\2726";
  font-size: 0.85rem;
}

.message-generator::before {
  left: 64px;
}

.message-generator::after {
  right: 64px;
}

.message-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: 12px 18px;
  align-items: end;
  padding: 2px clamp(6px, 3vw, 40px) 16px;
}

.message-select-field {
  display: grid;
  gap: 5px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  text-align: left;
}

.message-select-wrap {
  position: relative;
  display: block;
}

.message-select-symbol {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  color: #b97821;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1;
  transform: translateY(-52%);
  pointer-events: none;
}

.message-select-wrap select {
  width: 100%;
  min-height: 48px;
  padding: 9px 42px 9px 56px;
  border: 1px solid rgba(215, 170, 84, 0.54);
  border-radius: 10px;
  color: var(--ink);
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #a96e1e 50%) right 18px top 21px / 6px 6px no-repeat,
    linear-gradient(135deg, #fff, #fff8ee);
  box-shadow: 0 8px 20px rgba(17, 19, 31, 0.08);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.message-select-wrap select:focus-visible,
.message-swap:focus-visible,
.message-generate:focus-visible,
.message-action:focus-visible,
.message-action-link:focus-visible {
  outline: 3px solid rgba(43, 184, 170, 0.35);
  outline-offset: 3px;
}

.message-swap {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 2px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(215, 170, 84, 0.62);
  border-radius: 50%;
  color: #ad6f1a;
  background: #fffaf2;
  cursor: pointer;
  font-size: 1.45rem;
  transition: transform 180ms ease, background 180ms ease;
}

.message-swap:hover {
  background: var(--paper-strong);
  transform: rotate(180deg);
}

.message-generate {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: min(100%, 610px);
  margin-top: 4px;
  padding: 12px 28px;
  border: 1px solid rgba(183, 102, 29, 0.34);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(105deg, #e65f50 0%, #ed7654 52%, #f4a65c 100%);
  box-shadow:
    0 9px 22px rgba(229, 107, 95, 0.28),
    inset 0 0 0 2px rgba(255, 255, 255, 0.28);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.message-generate:hover {
  box-shadow:
    0 12px 28px rgba(229, 107, 95, 0.38),
    inset 0 0 0 2px rgba(255, 255, 255, 0.36);
  transform: translateY(-2px);
}

.message-generate:disabled,
.message-action:disabled {
  cursor: wait;
  filter: saturate(0.7);
  opacity: 0.68;
  transform: none;
}

.message-generate > span:first-child {
  margin-right: 8px;
}

.daily-message {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 3vw, 30px);
  border: 2px solid rgba(215, 170, 84, 0.88);
  border-radius: 26px;
  color: #fffaf2;
  background:
    linear-gradient(180deg, rgba(7, 18, 36, 0.93), rgba(9, 25, 48, 0.98)),
    url("../images/hero/hero-celestial.webp") center 43% / cover;
  box-shadow:
    0 14px 28px rgba(17, 19, 31, 0.28),
    inset 0 0 0 3px rgba(8, 18, 35, 0.72);
}

.daily-message::before {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(245, 213, 141, 0.18);
  border-radius: 18px;
  content: "";
  pointer-events: none;
}

.daily-message.is-refreshing .daily-message-body,
.daily-message.is-refreshing .daily-message-heading {
  animation: messageReveal 520ms ease both;
}

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

.daily-message-heading {
  position: relative;
  text-align: center;
}

.daily-message-heading p {
  margin-bottom: 2px;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.daily-message-heading h2 {
  margin-bottom: 2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.1;
}

.daily-message-heading > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--gold-light);
}

.daily-message-heading > span::before,
.daily-message-heading > span::after {
  width: 72px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold));
}

.daily-message-heading > span::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}

.daily-message-body {
  position: relative;
  display: grid;
  grid-template-columns: 112px minmax(20px, 1fr) minmax(0, 4.8fr) minmax(20px, 1fr) 112px;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.message-sign-medallion {
  display: grid;
  width: 108px;
  height: 108px;
  padding: 10px;
  place-items: center;
  align-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(8, 19, 38, 0.68);
  box-shadow:
    inset 0 0 0 6px rgba(8, 19, 38, 0.72),
    inset 0 0 0 7px rgba(215, 170, 84, 0.36);
}

.message-sign-medallion > span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  line-height: 1;
}

.message-sign-medallion small {
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.message-constellation {
  display: flex;
  align-items: center;
  min-width: 0;
}

.message-constellation span {
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 8px var(--gold-light);
}

.message-constellation i {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-light), rgba(215, 170, 84, 0.18));
  transform: rotate(-7deg);
  transform-origin: left center;
}

.message-constellation-reverse i {
  background: linear-gradient(90deg, rgba(215, 170, 84, 0.18), var(--gold-light));
  transform: rotate(7deg);
}

.daily-message blockquote {
  margin: 0;
  text-align: center;
}

.daily-message blockquote p {
  margin-bottom: 8px;
  color: #fffdf7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.03rem, 1.7vw, 1.24rem);
  font-style: italic;
  line-height: 1.45;
}

.daily-message blockquote footer {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  font-style: italic;
}

.message-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.message-action,
.message-action-link {
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid rgba(215, 170, 84, 0.7);
  border-radius: 9px;
  color: #fffaf2;
  background: rgba(8, 19, 38, 0.56);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
}

.message-action-primary {
  border-color: rgba(123, 228, 182, 0.58);
  border-radius: 999px;
  background: linear-gradient(135deg, #159f71, #38bf91);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.message-action-link {
  border-color: transparent;
  color: #b8e5dc;
  background: transparent;
  text-decoration: underline;
  text-decoration-color: rgba(184, 229, 220, 0.52);
  text-underline-offset: 5px;
}

.message-action:hover,
.message-action-link:hover {
  filter: brightness(1.1);
}

.message-feedback {
  position: relative;
  min-height: 1.5em;
  margin: 10px 0 0;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.78rem;
  text-align: center;
}

.message-connection {
  width: min(940px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 70px;
  text-align: center;
}

.connection-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
}

.connection-title-row span {
  width: 74px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215, 170, 84, 0.6));
}

.connection-title-row span:last-child {
  background: linear-gradient(90deg, rgba(215, 170, 84, 0.6), transparent);
}

.connection-title-row h2 {
  margin: 0;
  color: var(--night);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

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

.connection-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 12px 18px;
  border: 1px solid rgba(215, 170, 84, 0.58);
  border-radius: 14px;
  text-align: left;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: 0 12px 28px rgba(17, 19, 31, 0.07);
}

.connection-icon {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(215, 170, 84, 0.64);
  border-radius: 50%;
  color: var(--night-soft);
  font-size: 1.35rem;
}

.connection-icon-water {
  color: #197e83;
}

.connection-icon-heart {
  color: #b46921;
}

.message-connection > p {
  margin: 14px 0 0;
  color: var(--muted);
}

.message-benefits {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 64px 20px 70px;
  color: #fffaf2;
  background:
    radial-gradient(circle at 14% 20%, rgba(113, 97, 184, 0.18), transparent 23rem),
    radial-gradient(circle at 88% 72%, rgba(229, 107, 95, 0.12), transparent 22rem),
    linear-gradient(135deg, #080d20 0%, #101329 52%, #080c1c 100%);
  box-shadow: inset 0 1px rgba(215, 170, 84, 0.26), inset 0 -1px rgba(215, 170, 84, 0.18);
}

.message-benefits::before,
.message-benefits::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.message-benefits::before {
  inset: 0;
  opacity: 0.5;
  background:
    radial-gradient(circle at 8% 26%, rgba(245, 213, 141, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 29% 74%, rgba(255, 250, 242, 0.66) 0 1px, transparent 2px),
    radial-gradient(circle at 53% 18%, rgba(245, 213, 141, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 79% 36%, rgba(255, 250, 242, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle at 94% 82%, rgba(245, 213, 141, 0.7) 0 1px, transparent 2px);
}

.message-benefits::after {
  top: 9px;
  right: 2%;
  left: 2%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229, 107, 95, 0.36), rgba(215, 170, 84, 0.32), transparent);
}

.message-benefits-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.message-benefits-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 22px;
  text-align: center;
}

.message-benefits-heading > span {
  position: relative;
  flex: 0 1 90px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229, 129, 105, 0.62));
}

.message-benefits-heading > span:first-child::after,
.message-benefits-heading > span:last-child::before {
  position: absolute;
  top: 50%;
  color: #e9a077;
  content: "\2726";
  font-size: 0.72rem;
  transform: translateY(-54%);
}

.message-benefits-heading > span:first-child::after {
  right: -6px;
}

.message-benefits-heading > span:last-child {
  background: linear-gradient(90deg, rgba(229, 129, 105, 0.62), transparent);
}

.message-benefits-heading > span:last-child::before {
  left: -6px;
}

.message-benefits-heading h2 {
  margin: 0;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.2;
  text-shadow: 0 2px 18px rgba(245, 213, 141, 0.16);
}

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

.message-benefits-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 16px;
  min-height: 166px;
  align-items: center;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(229, 107, 95, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 16% 25%, rgba(229, 107, 95, 0.11), transparent 8rem),
    linear-gradient(135deg, rgba(41, 28, 55, 0.82), rgba(22, 23, 47, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 242, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.18);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.message-benefits-grid article::after {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  content: "";
  background: rgba(113, 97, 184, 0.09);
}

.message-benefits-grid article:hover {
  border-color: rgba(245, 213, 141, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 242, 0.04),
    0 22px 42px rgba(0, 0, 0, 0.24);
  transform: translateY(-3px);
}

.message-benefit-icon {
  display: grid;
  width: 74px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(229, 107, 95, 0.14);
  border-radius: 12px;
  color: #ef9879;
  background: linear-gradient(145deg, rgba(229, 107, 95, 0.12), rgba(113, 97, 184, 0.06));
  box-shadow: inset 0 0 22px rgba(229, 107, 95, 0.05);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(229, 107, 95, 0.34);
}

.message-benefits-grid h3 {
  margin: 0 0 8px;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.06rem;
  line-height: 1.25;
}

.message-benefits-grid p {
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.84rem;
  line-height: 1.55;
}

.message-explainer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0 90px;
  border-top: 1px solid rgba(23, 21, 27, 0.1);
}

.message-explainer .section-heading {
  max-width: 750px;
  margin: 0 auto 28px;
  text-align: center;
}

.message-explainer .section-kicker {
  color: #b97626;
}

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

.message-explainer-grid article {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(23, 21, 27, 0.1);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.74);
  box-shadow: 0 16px 38px rgba(17, 19, 31, 0.07);
}

.message-explainer-grid article::after {
  position: absolute;
  top: -42px;
  right: -42px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  content: "";
  background: rgba(245, 213, 141, 0.24);
}

.message-explainer-grid article > span {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.message-explainer-grid h3 {
  margin: 12px 0 8px;
  color: var(--night);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
}

.message-explainer-grid p,
.message-disclaimer {
  color: var(--muted);
}

.message-disclaimer {
  max-width: 800px;
  margin: 28px auto 0;
  font-size: 0.9rem;
  text-align: center;
}

.message-noscript {
  position: fixed;
  z-index: 30;
  right: 16px;
  bottom: 16px;
  left: 16px;
  margin: 0;
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--night);
  text-align: center;
}

@media (max-width: 920px) {
  .message-visual {
    min-height: 430px;
    background-position: 44% center;
  }

  .message-hero-copy {
    width: 55%;
    padding: 44px 28px 102px 22px;
  }

  .message-decoration {
    opacity: 0.45;
  }

  .daily-message-body {
    grid-template-columns: 84px minmax(0, 1fr) 84px;
  }

  .message-sign-medallion {
    width: 80px;
    height: 80px;
  }

  .message-sign-medallion > span {
    font-size: 2rem;
  }

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

  .message-constellation {
    display: none;
  }
}

@media (max-width: 760px) {
  .love-message-page .nav-links a:nth-child(3),
  .love-message-page .nav-links a:nth-child(4),
  .love-message-page .nav-links a:nth-child(5) {
    display: none;
  }

  .message-hero {
    min-height: 0;
    padding: 86px 12px 12px;
  }

  .message-decoration {
    display: none;
  }

  .message-visual {
    display: flex;
    min-height: 600px;
    align-items: flex-end;
    border-radius: 22px;
    background-position: 34% center;
  }

  .message-visual::before {
    background: linear-gradient(180deg, rgba(8, 11, 28, 0.02) 20%, rgba(8, 11, 28, 0.34) 48%, rgba(8, 11, 28, 0.97) 86%);
  }

  .message-hero-copy {
    width: 100%;
    margin: 0;
    padding: 320px 28px 102px;
    text-align: center;
  }

  .message-hero-copy > p:last-child {
    margin: 0 auto;
  }

  .message-generator {
    margin-top: -68px;
  }

  .message-hero-copy h1 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .message-controls {
    grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    gap: 10px;
    padding-inline: 0;
  }

  .message-select-symbol {
    left: 11px;
    font-size: 1.42rem;
  }

  .message-select-wrap select {
    padding-right: 30px;
    padding-left: 40px;
    background-position: right 12px top 21px, 0 0;
    font-size: 0.96rem;
  }

  .daily-message {
    padding: 22px 16px;
  }

  .daily-message-body {
    grid-template-columns: 62px minmax(0, 1fr) 62px;
    align-items: start;
  }

  .message-sign-medallion {
    width: 60px;
    height: 60px;
    padding: 6px;
  }

  .message-sign-medallion > span {
    font-size: 1.6rem;
  }

  .message-sign-medallion small {
    display: none;
  }

  .connection-grid,
  .message-explainer-grid {
    grid-template-columns: 1fr;
  }

  .message-connection {
    padding-bottom: 52px;
  }

  .message-explainer {
    padding: 52px 0 64px;
  }
}

@media (max-width: 540px) {
  .message-visual {
    min-height: 560px;
    background-position: 32% center;
  }

  .message-hero-copy {
    padding: 290px 18px 96px;
  }

  .message-hero-copy .section-kicker {
    letter-spacing: 0.18em;
  }

  .message-generator {
    padding: 12px;
    border-radius: 20px;
  }

  .message-controls {
    grid-template-columns: 1fr 42px;
    align-items: end;
  }

  .message-select-field:first-child {
    grid-column: 1;
  }

  .message-swap {
    grid-column: 2;
    grid-row: 1;
  }

  .message-select-field:nth-of-type(2) {
    grid-column: 1 / -1;
  }

  .message-generate {
    grid-column: 1 / -1;
    width: 100%;
    padding-inline: 16px;
  }

  .daily-message-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .message-sign-medallion {
    order: 1;
  }

  .daily-message blockquote {
    order: 2;
    flex: 0 0 100%;
    margin-top: 8px;
  }

  .message-actions {
    display: grid;
  }

  .message-benefits {
    padding: 50px 14px 56px;
  }

  .message-benefits-heading {
    gap: 10px;
  }

  .message-benefits-heading > span {
    flex-basis: 32px;
  }

  .message-benefits-grid {
    grid-template-columns: 1fr;
  }

  .message-benefits-grid article {
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 140px;
    padding: 18px;
  }

  .message-benefit-icon {
    width: 62px;
    height: 78px;
    font-size: 2.25rem;
  }

  .message-action,
  .message-action-link {
    width: 100%;
  }

  .connection-title-row span {
    width: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .message-swap,
  .message-generate,
  .daily-message.is-refreshing .daily-message-body,
  .daily-message.is-refreshing .daily-message-heading {
    animation: none;
    transition: none;
  }
}
